.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.link {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;  transition: all 0.3s;
}

.link:hover {color:#ff5959; transition: all 0.3s;}

.nav_item {
  margin-right: 50px;
  color: #ebebeb;
}

.nav_items {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  padding-right: 40px;
  padding-left: 20px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.s1 {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(45deg, rgba(39, 41, 58, 0.9) 5%, transparent 65%), url('../images/finfon1.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.main_container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1200px;
  padding: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1_heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

.text_title {
  width: 500px;
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.button {
  margin-top: 0px;
  padding: 17px 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 5px;
  background-color: hsla(0, 0%, 92.2%, 0);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 14px;
  font-weight: 500;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  background-color: hsla(0, 0%, 92.2%, 0.06);
  box-shadow: 0 0 12px -4px #ebebeb;
  color: #ebebeb;
}

.button._2 {
  margin-left: 20px;
}

.content_div {
  position: relative;
  z-index: 1;
  width: 700px;
  padding-right: 50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.left_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  background-color: #27293a;
  opacity: 0;
}

.heading_line {
  width: 100px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #9a9a9a;
}

.nav_div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(255, 255, 255, 0);
}

.right_content {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0%;
  margin-left: 16%;
  -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: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #f1f1f1;
  background-color: #000;
}

.bg_lines {
  position: relative;
  z-index: -10;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.line_dot {
  position: absolute;
  left: -1px;
  top: 15%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 4px;
  height: 23px;
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #dbdded;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-clip: border-box;
}

.line_dot_3 {
  position: absolute;
  left: -1px;
  top: 3%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 4px;
  height: 23px;
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #dbdded;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-clip: border-box;
}

.line_dot_4 {
  position: absolute;
  left: -1px;
  top: 30%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 4px;
  height: 23px;
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #dbdded;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-clip: border-box;
}

.line_dot_5 {
  position: absolute;
  left: -1px;
  top: 13%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 4px;
  height: 23px;
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #dbdded;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-clip: border-box;
}

.line_dot_6 {
  position: absolute;
  left: -1px;
  top: 39%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 4px;
  height: 23px;
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #dbdded;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-clip: border-box;
}

.line_dot_7 {
  position: absolute;
  left: -1px;
  top: 34%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 4px;
  height: 23px;
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #dbdded;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-clip: border-box;
}

.line_dot_8 {
  position: absolute;
  left: -1px;
  top: 18%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 4px;
  height: 23px;
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #dbdded;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-clip: border-box;
}

.line_dot_9 {
  position: absolute;
  left: -1px;
  top: 82%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 4px;
  height: 23px;
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #dbdded;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-clip: border-box;
}

.line_dot_10 {
  position: absolute;
  left: -1px;
  top: 52%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 4px;
  height: 23px;
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #dbdded;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-clip: border-box;
}

.menu_div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  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: 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-radius: 20px;
  background-color: #fff;
  cursor: pointer;
}

.logo {
  width: 140px;
}

.s2 {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container {
  max-width: 1200px;
  padding: 40px 20px 60px;
}

.s2_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.s2_text_right {
  width: 50%;
  padding-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.s2_heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.s2_text-block {
  position: static;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}


.s4_text-block {
  position: static;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}


.link-2 {
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-weight: 700;
  text-decoration: underline;
}

.reviews_link {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review_icon {
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.s2_right_bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27293a), to(#27293a));
  background-image: linear-gradient(180deg, #27293a, #27293a);
  background-position: 0px 0px;
  background-clip: border-box;
}

.s2_pluses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  padding-left: 0px;
  -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;
}

.pluss_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -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;
}

.pluss_1_icon {
  margin-top: 4px;
  padding: 5px;
  border-radius: 12px;
  box-shadow: 0 0 12px -3px rgba(39, 41, 58, 0.42);
}

.pluss_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-left: 20px;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.pluss_div_last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s3 {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.s3_right_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #27293a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 41, 58, 0.81)), to(rgba(39, 41, 58, 0.81))), url('../images/pexels-negative-space-97075.jpg');
  background-image: linear-gradient(180deg, rgba(39, 41, 58, 0.81), rgba(39, 41, 58, 0.81)), url('../images/pexels-negative-space-97075.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.s3_text_left {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: block;
  width: 50%;
  padding-right: 20px;
  padding-left: 0px;
}

.s3_services {
  position: relative;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-left: 50px;
  -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;
  background-color: #fff;
}

.services_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #e6e6e6;
  font-size: 49px;
  font-weight: 300;
}

.service_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.service_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #27293a;
}

.dot_text {
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.heading_s3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.price_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_line_price {
  width: 35px;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #9a9a9a;
}

.price_text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.s3_content {
  position: relative;
  top: 0px;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container_s3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding: 40px 20px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.discount_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.discount_text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #ff5d5d;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.text-field {
  width: 80%;
  margin-bottom: 30px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-field-2 {
  width: 80%;
  margin-bottom: 30px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-field-3 {
  width: 80%;
  margin-bottom: 30px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.submit-button {
  padding: 17px 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 5px;
  background-color: hsla(0, 0%, 92.2%, 0);
  -webkit-transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-weight: 700;
}

.submit-button:hover {
  background-color: hsla(0, 0%, 92.2%, 0.06);
  box-shadow: 0 0 12px -4px #ebebeb;
  color: #ebebeb;
}

.services_div_last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.s4 {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.s4_content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.s4_reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  padding-right: 50px;
  padding-left: 0px;
  -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;
}

.s4_text_right {
  width: 50%;
  padding-right: 20px;
  padding-left: 50px;
}

.s4_heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.s4_right_bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  background-color: #27293a;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 12px -3px rgba(39, 41, 58, 0.42);
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -15%;
  width: 50px;
  height: 50px;
  margin-left: 0px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 12px -3px rgba(39, 41, 58, 0.42);
  color: #fff;
}

.slide {
  padding-right: 0px;
  border-radius: 6px;
  background-color: transparent;
  background-image: url('../images/slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon {
  border-radius: 0px;
  color: #27293a;
  font-size: 27px;
}

.icon-2 {
  color: #27293a;
  font-size: 27px;
}

.slide-nav {
  display: none;
}

.s6 {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.s6_text_left {
  position: relative;
  top: 0px;
  width: 100%;
  padding-right: 20px;
  padding-left: 0px;
}

.footer_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-4 {
  margin-top: 5px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.preloader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  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-color: #27293a;
}

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

.heading-7 {
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
}

.heading-7 span {color:#ff5959;}

.logo_div h2 {  font-family: Montserrat, sans-serif;
  color: #ebebeb;}

.logo_div  span {color:#ff5959;}

.heading-8 {
  font-family: Montserrat, sans-serif;
  color: #ff5959;
}

.text-block-5 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 15px;
  font-weight: 600;
}

.logo_div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 30px;
  -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: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.image-18 {
  max-width: 60%;
  padding: 0px;
}

.menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: none;
  height: 80px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.dropdown {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  cursor: pointer;
}

.text-block-6 {
  position: static;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.dropdown-toggle {
  position: relative;
  padding-left: 0px;
}

.dropdown-link {
  padding-left: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link-2 {
  padding-top: 20px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-list {
  position: absolute;
  display: none;
  overflow: visible;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.dropdown-list.w--open {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav_line {
  display: block;
  height: 2px;
}

.s3_image {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 41, 58, 0.81)), to(rgba(39, 41, 58, 0.81))), url('../images/leftpic.jpg');
  background-image: linear-gradient(180deg, rgba(39, 41, 58, 0.81), rgba(39, 41, 58, 0.81)), url('../images/leftpic.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.s3_car {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-16 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 50%;
  height: 20vh;
  background-color: #fff;
}

.slide-2 {
  border-radius: 6px;
  background-image: url('../images/hesla2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  border-radius: 6px;
  background-image: url('../images/hesla3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  border-radius: 6px;
  background-image: url('../images/hesla4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  border-radius: 6px;
  background-image: url('../images/hesla5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  border-radius: 6px;
  background-image: url('../images/hesla6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  border-radius: 6px;
  background-image: url('../images/hesla7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  border-radius: 6px;
  background-image: url('../images/hesla8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  border-radius: 6px;
  background-image: url('../images/slide9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1 {
  border-radius: 6px;
  background-image: url('../images/hesla1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.models {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 58px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.models_1 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-20 {
  margin-top: 40px;
}

.mers {
  margin-top: 40px;
  margin-bottom: 0px;
}

.wheels_div {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  width: 100%;
  height: 17%;
  padding-right: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 92.2%, 0);
  opacity: 1;
}

.button-2 {
  padding: 14px 29px;
  border-radius: 5px;
  background-color: #d14c4c;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.wheel_hover {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
}

.wheel_div {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 10px 0px;
  -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-radius: 15%;
  background-color: #fff;
}

.image-22 {
  width: 80%;
  height: 80%;
  max-width: 85%;
}

.wheel_text {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -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;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  color: #282828;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}

.prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 15px;
  -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;
}

.link-3 {
  margin-top: 6px;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  color: #a94a4a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.div-block-19 {
  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;
}

.adress_text {
  margin-top: 0px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #787878;
  font-size: 13px;
  font-weight: 500;
}

.email_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
}

.time_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-20 {
  width: 100%;
}

.social_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.email_text {
  margin-top: 0px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #787878;
  font-size: 13px;
  font-weight: 500;
}

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phone_text {
  margin-top: 0px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #787878;
  font-size: 13px;
  font-weight: 500;
}

.social_text {
  margin-top: 0px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #787878;
  font-size: 13px;
  font-weight: 500;
}

.facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  -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;
}

.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  -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;
}

.facebook_link {
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.instagram_link {
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.close_div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-left: 5px;
  padding: 7px;
  border-right: 1px none #000;
  border-bottom: 1px none #000;
  border-radius: 0px;
  opacity: 1;
  cursor: pointer;
}

.s7 {
  background-color: #121212;
}

.container_s7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding: 20px;
  -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 {
  font-family: Montserrat, sans-serif;
  color: #9f9f9f;
}

.adress_time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section {
  position: relative;
  display: block;
  height: 70vh;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
}

.container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-width: 1000px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  width: 450px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.image-24 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 50%;
  margin-right: 80px;
}

.left_wheels {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 41, 58, 0.8)), to(rgba(39, 41, 58, 0.8))), url('../images/patrick-wittke-joBghVWbecg-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(39, 41, 58, 0.8), rgba(39, 41, 58, 0.8)), url('../images/patrick-wittke-joBghVWbecg-unsplash.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.s2_wheels {
  padding-top: 60px;
  padding-bottom: 40px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.wheel_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 20px;
  -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;
  border-radius: 12px;
  box-shadow: 0 0 12px -3px rgba(39, 41, 58, 0.42);
}

.heading-12 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.image-25 {
  margin-top: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60%;
  -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;
}

.image-26 {
  margin-top: 20px;
}

.image-27 {
  margin-top: 20px;
}

.image-28 {
  margin-top: 20px;
}

.wheel_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -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;
  border-radius: 12px;
  box-shadow: 0 0 12px -3px rgba(39, 41, 58, 0.42);
}

.wheel_6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 20px;
  -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;
  border-radius: 12px;
  box-shadow: 0 0 12px -3px rgba(39, 41, 58, 0.42);
}

.wheel_8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 20px;
  -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;
  border-radius: 12px;
  box-shadow: 0 0 12px -3px rgba(39, 41, 58, 0.42);
}

.s3_right_bg_900 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #27293a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 41, 58, 0.81)), to(rgba(39, 41, 58, 0.81))), url('../images/pexels-negative-space-97075.jpg');
  background-image: linear-gradient(180deg, rgba(39, 41, 58, 0.81), rgba(39, 41, 58, 0.81)), url('../images/pexels-negative-space-97075.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.s6_text_left_900 {
  position: relative;
  top: 0px;
  width: 100%;
  padding-right: 20px;
  padding-left: 0px;
}

.footer_contact_900 {
  width: 100%;
}

.s6_2 {
  position: relative;
  z-index: 3;
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.menu_wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #27293a;
}

.footer_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  height: 100%;
  background-color: #27293a;
}

.image-29 {
  display: block;
}

.s2_text_right_mob {
  display: none;
  overflow: hidden;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.s3_text_left_mob {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  display: none;
  width: 50%;
  padding-right: 20px;
  padding-left: 0px;
}

.div-block-22 {
  display: none;
}

.s4_headingmob {
  display: none;
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  color: #ebebeb;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.heading_line_mod {
  display: none;
  width: 100px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #9a9a9a;
}

.footer_mob {
  display: none;
  width: 100%;
}

.footer {
  width: 100%;
}

.s2_heading_mob {
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  color: #ebebeb;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.container_s3_mob_footer {
  position: static;
  display: none;
  max-width: 1200px;
  padding: 40px 20px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s2_heading-copy {
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  color: #ebebeb;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.s2_heading_mob2 {
  display: none;
  overflow: hidden;
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  color: #ebebeb;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.heading_line_mob {
  display: none;
  overflow: hidden;
  width: 100px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #9a9a9a;
}

.s2_text-block_mob {
  position: static;
  display: none;
  overflow: hidden;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1px;
}

.reviews_link_mob {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s3_heading {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.heading_line_s3 {
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #9a9a9a;
}

.s3_heading_mob {
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: Forum, sans-serif;
  color: #27293a;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.s3_heading_line_mob {
  width: 100px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #9a9a9a;
}

.s6_heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.close_wrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: none;
  height: 80px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.close_icon {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  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: 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-radius: 20px;
  background-color: #fff;
  cursor: pointer;
}

.image_close {
  max-width: 60%;
  padding: 0px;
}

.wheel_9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-bottom: 20px;
  -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;
  border-radius: 12px;
  box-shadow: 0 0 12px -3px rgba(39, 41, 58, 0.42);
}

.container-4 {
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
}

.wheels_nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 20px;
  -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;
}

.wheels_nav_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 6px;
  -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;
}

.link-6 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

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

.footer_wheels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu_wrapper_wheels {
  display: none;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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.7)), to(rgba(0, 0, 0, 0.7))), url('../images/finfon1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/finfon1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -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;
  color: #fff;
}

.heading-13 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-8 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}

.button_confirm {
  margin-top: 0px;
  padding: 17px 45px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: hsla(0, 0%, 92.2%, 0);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.button_confirm:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #27293a;
  background-color: hsla(0, 0%, 92.2%, 0.06);
  box-shadow: 0 0 12px -4px #27293a;
  color: #fff;
}

.submit-button-2 {
  padding: 17px 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  border-radius: 5px;
  background-color: hsla(0, 0%, 92.2%, 0);
  box-shadow: 0 0 12px -4px hsla(0, 0%, 92.2%, 0);
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.submit-button-2:hover {
  background-color: hsla(0, 0%, 92.2%, 0.06);
  box-shadow: 0 0 12px -4px #ebebeb;
}

.div-block-26 {
  position: absolute;
  left: -20%;
  right: 20%;
}

.image-30 {
  opacity: 0;
}

.image-31 {
  opacity: 0;
}

.textarea {
  width: 80%;
  min-height: 100px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.bold-text {
  color: #46e038;
}

.text_title-change {
  width: 400px;
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.div-block-27 {
  width: 400px;
}

.grid {
  width: 100%;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .s1 {
    z-index: 1;
    background-position: 0px 0px, 20% 50%;
  }

  .main_container {
    position: static;
    padding-left: 40px;
  }

  .content_div {
    width: auto;
  }

  .left_bg {
    width: 100%;
  }

  .nav_div {
    display: none;
  }

  .right_content {
    display: none;
  }

  .s2 {
    z-index: 0;
  }

  .s2_heading {
    font-size: 25px;
  }

  .s2_text-block {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0px;
  }
  
  
    .s4_text-block {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0px;
  }

  .link-2 {
    font-size: 13px;
  }

  .s2_pluses {
    margin-top: 20px;
    padding-right: 10px;
    -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;
  }

  .pluss_div {
    margin-bottom: 40px;
  }

  .pluss_text {
    width: 100%;
    margin-left: 20px;
  }

  .heading {
    font-size: 13px;
    line-height: 21px;
  }

  .s3 {
    z-index: 0;
  }

  .s3_right_bg {
    width: 50%;
  }

  .heading-3 {
    display: none;
    font-size: 30px;
  }

  .service_text {
    margin-left: 20px;
  }

  .container_s3 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-5 {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .discount_text {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .s4 {
    z-index: 0;
  }

  .s6 {
    z-index: 0;
  }

  .footer_div {
    width: 100%;
    margin-left: 0px;
    -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;
  }

  .adress {
    width: 50%;
    margin-bottom: 40px;
  }

  .preloader {
    z-index: 9007199254740991;
    display: none;
  }

  .menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9007199254740991;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .s3_car {
    display: none;
  }

  .wheels_div {
    z-index: 9999;
    display: none;
  }

  .email_phone {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .time_div {
    width: 50%;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .email {
    width: 50%;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .phone {
    width: 50%;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .adress_time {
    width: 100%;
    margin-bottom: 0px;
    -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;
  }

  .social {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 40px;
  }

  .left_wheels {
    width: 100%;
  }

  .s2_wheels {
    padding-top: 60px;
  }

  .wheel_1 {
    width: auto;
  }

  .image-26 {
    display: block;
    overflow: visible;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-27 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-28 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wheel_3 {
    width: auto;
  }

  .wheel_6 {
    width: auto;
  }

  .wheel_8 {
    width: auto;
  }

  .s3_right_bg_900 {
    display: none;
    width: 100%;
  }

  .s6_text_left_900 {
    display: none;
  }

  .footer_contact_900 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -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;
  }

  .s6_2 {
    padding-top: 0px;
  }

  .menu_wrapper {
    position: fixed;
    z-index: 999999999999999;
    display: none;
    -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;
  }

  .footer_bg {
    width: 50%;
  }

  .footer_mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s2_heading_mob {
    font-size: 25px;
  }

  .container_s3_mob_footer {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .s2_heading-copy {
    font-size: 25px;
  }

  .s2_heading_mob2 {
    font-size: 25px;
  }

  .s2_text-block_mob {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0px;
  }
  
    .s4_text-block_mob {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0px; 
  }

  .s3_heading {
    font-size: 25px;
  }

  .s3_heading_mob {
    font-size: 25px;
  }

  .s6_heading {
    font-size: 25px;
  }

  .wrapper_div {
    position: relative;
    width: 70%;
    height: 80%;
  }

  .lang_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -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;
  }

  .link-4 {
    padding: 10px;
    font-family: Montserrat, sans-serif;
    color: #ebebeb;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
  }

  .menu_tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 140px;
    -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;
  }

  .link-5 {
    margin-bottom: 60px;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    color: #ebebeb;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
  }

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

  .close_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image_close {
    padding: 2px;
  }

  .wheel_9 {
    width: 30%;
  }

  .wheels_nav {
    display: none;
  }

  .phone_email {
    width: 50%;
  }

  .div-block-25 {
    width: 50%;
  }

  .footer_wheels {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu_wrapper_wheels {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999999999999;
    display: none;
    height: 100vh;
    -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-color: #27293a;
  }

  .image-31 {
    opacity: 0;
  }

  .grid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.top_mm {display:none;}

@media screen and (max-width: 767px) {
  .h1_heading {
    margin-bottom: 20px;
    font-size: 38px;
  }
  
  
h4.heading {font-size:15px;}
h4.heading_s3, .dot_text {font-size:15px;}
.top_cc {display:none}
.top_mm {display:block;}

  .text_title {
    margin-bottom: 40px;
    letter-spacing: 0px;
  }
  
  .button {
  font-size: 18px;

}

  .content_div {
    width: 100%;
  }

  .left_bg {
    width: 100%;
  }

  .heading_line {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .s2 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .container {
    padding: 0px 30px;
  }

  .s2_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s2_text_right {
    display: none;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .s2_heading {
    color: #27293a;
  }

  .s2_text-block {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #000;
    font-size: 12px;
    text-align: left;
  }
  
  
    .s4_text-block {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #000;
    font-size: 12px;
    text-align: left;
  }

  .reviews_link {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
  }

  .s2_right_bg {
    display: none;
  }

  .s2_pluses {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .pluss_1_icon {
    background-color: #fff;
  }

  .pluss_text {
    margin-left: 40px;
  }

  .heading {
    color: #27293a;
  }

  .text-block {
    color: #27293a;
    font-size: 15px;
    line-height: 18px;
  }

  .s3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s3_right_bg {
    display: none;
  }

  .s3_text_left {
    display: none;
  }

  .s3_services {
    padding-left: 0px;
    -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;
  }

  .services_div {
    margin-bottom: 10px;
  }

  .service_text {
    margin-top: 20px;
    margin-left: 10px;
  }

  .service_content {
    margin-bottom: 10px;
  }

  .heading_s3 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .price_div {
    margin-top: 10px;
  }

  .s3_content {
    margin-top: 20px;
  }

  .container_s3 {
    padding-top: 0px;
  }

  .discount_div {
    display: none;
  }

  .s4 {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .s4_reviews {
    width: 100%;
    padding-right: 0px;
  }

  .s4_text_right {
    display: none;
  }

  .s4_heading {
    display: none;
  }

  .s4_right_bg {
    display: none;
  }

  .slider {
    height: 500px;
    margin-top: 20px;
  }

  .s6 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .footer_div {
    margin-left: 0px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .preloader {
    display: none;
  }

  .div-block-16 {
    display: none;
  }

  .slide-5 {
    margin-top: 0px;
  }

  .button-2 {
    padding: 9px 21px;
    font-size: 12px;
  }

  .adress_text {
    font-size: 13px;
  }

  .email_phone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .email_text {
    font-size: 13px;
  }

  .phone_text {
    font-size: 13px;
  }

  .social_text {
    font-size: 13px;
  }

  .facebook_link {
    font-size: 12px;
  }

  .instagram_link {
    font-size: 12px;
  }

  .adress_time {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wheel_1 {
    margin-right: 10px;
    margin-left: 0px;
  }

  .wheel_3 {
    margin-right: 10px;
  }

  .wheel_6 {
    margin-right: 10px;
  }

  .wheel_8 {
    margin-right: 10px;
  }

  .menu_wrapper {
    display: none;
  }

  .footer_bg {
    width: 100%;
  }

  .form {
    display: none;
  }

  .s2_text_right_mob {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .s3_text_left_mob {
    position: relative;
    top: 0px;
    display: block;
    width: 100%;
    padding-right: 0px;
  }

  .div-block-22 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    display: block;
    height: 100%;
    background-color: #fff;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .s4_headingmob {
    display: block;
    color: #27293a;
    font-size: 25px;
  }

  .heading_line_mod {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer_mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    display: none;
  }

  .s2_heading_mob {
    color: #ebebeb;
  }

  .footer_content {
    width: 100%;
  }

  .container_s3_mob_footer {
    display: block;
    padding-top: 0px;
  }

  .s2_heading-copy {
    color: #27293a;
  }

  .s2_heading_mob2 {
    display: block;
    margin-bottom: 0px;
    color: #27293a;
  }

  .heading_line_mob {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .s2_text-block_mob {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #27293a;
    font-size: 12px;
    text-align: left;
  }

  .reviews_link_mob {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
  }

  .s3_heading {
    color: #27293a;
  }

  .heading_line_s3 {
    display: none;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .s3_heading_mob {
    color: #27293a;
  }

  .s3_heading_line_mob {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .s6_heading {
    color: #ebebeb;
  }

  .link-5 {
    margin-bottom: 40px;
    font-size: 30px;
    letter-spacing: 2px;
  }

  .text_title-change {
    margin-bottom: 40px;
    letter-spacing: 0px;
  }

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

@media screen and (max-width: 479px) {
  .s1 {
    background-image: linear-gradient(45deg, rgba(39, 41, 58, 0.9) 5%, transparent 65%), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/finfon1.jpg');
    background-position: 0px 0px, 0px 0px, 40% 50%;
    background-size: auto, auto, cover;
  }

  .main_container {
    padding-left: 20px;
  }

  .h1_heading {
    font-size: 24px;
    line-height: 27px;
  }

  .text_title {
    width: auto;
    font-size: 18px!important;
    line-height: 22px;
  }

  .button {
    padding: 13px 30px;
  }

  .button._2 {
    margin-top: 20px;
    margin-left: 0px;
  }

  .content_div {
    padding-right: 0px;
  }

  .left_bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 100%;
  }

  .heading_line {
    margin-bottom: 20px;
  }

  .right_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo {
    width: 100px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .s2_heading {
    font-size: 20px;
  }

  .s2_text-block {
    margin-top: 20px;
    font-size: 12px;
  }

  .pluss_text {
    margin-left: 20px;
  }

  .s3_content {
    margin-top: 0px;
  }

  .container_s3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .s4_reviews {
    padding-right: 0px;
  }

  .slider {
    height: 300px;
  }

  .right-arrow {
    bottom: -22%;
  }

  .left-arrow {
    bottom: -22%;
  }

  .adress {
    width: 100%;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .preloader {
    display: none;
  }

  .heading-7 {
    font-size: 24px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .logo_div {
    padding: 20px;
  }

  .email_phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .time_div {
    width: 100%;
  }

  .email {
    width: 100%;
  }

  .phone {
    width: 100%;
  }

  .adress_time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section {
    height: auto;
  }

  .container-2 {
    height: auto;
    padding-top: 200px;
    padding-right: 40px;
    padding-bottom: 50px;
  }

  .heading-11 {
    width: auto;
    font-size: 32px;
  }

  .image-24 {
    display: none;
    max-width: 70%;
  }

  .left_wheels {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 100%;
  }

  .wheel_1 {
    width: auto;
    margin-right: 0px;
  }

  .heading-12 {
    font-size: 16px;
  }

  .image-25 {
    max-width: 40%;
  }

  .wheel_3 {
    width: auto;
    margin-right: 0px;
  }

  .wheel_6 {
    width: auto;
    margin-right: 0px;
  }

  .wheel_8 {
    width: auto;
    margin-right: 0px;
  }

  .menu_wrapper {
    display: none;
  }

  .footer_bg {
    height: auto;
  }

  .div-block-22 {
    height: 58%;
  }

  .s4_headingmob {
    font-size: 20px;
  }

  .container_s3_mob_footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .s2_heading-copy {
    font-size: 20px;
  }

  .s2_heading_mob2 {
    font-size: 20px;
  }

  .heading_line_mob {
    margin-bottom: 20px;
  }

  .s2_text-block_mob {
    margin-top: 20px;
    font-size: 15px;
  }

  .s3_heading {
    font-size: 20px;
  }

  .heading_line_s3 {
    margin-bottom: 20px;
  }

  .s3_heading_mob {
    font-size: 20px;
  }

  .s3_heading_line_mob {
    margin-bottom: 20px;
  }

  .lang_div {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .link-4 {
    font-size: 15px;
  }

  .menu_tags {
    margin-top: 0px;
  }

  .link-5 {
    margin-bottom: 20px;
    font-size: 17px;
    letter-spacing: 1px;
  }

  .footer_wheels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-13 {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .text-block-8 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
  }

  .button_confirm {
    padding: 13px 30px;
  }

  .text_title-change {
    width: auto;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.5;
  }

  .grid {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.spiz {color:#eee!important;}