:root {
  --main-green: #9cb0da;
}

.h1_heading {
  z-index: 2;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 57px;
  position: relative;
}

.logo {
  width: 8%;
  max-width: 100%;
}

.link {
  color: #333;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
}

.link:hover {
  color: #333;
}

.main_container {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100vh;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 0%;
}

.nav_items {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4px;
  display: flex;
}

.text_title {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 15px;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2em;
}

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

.header {
  z-index: 1;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 40px 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.s1 {
  z-index: 0;
  background-image: linear-gradient(#00000052, #000000bf), url('../images/ChatGPT-Image-21-мая-2025-г.-08_34_02.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.content_div {
  z-index: 1;
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  width: 60%;
  padding-right: 20px;
  display: block;
  position: relative;
}

.mockup {
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu_shadow {
  z-index: -111;
  background-color: #fff;
  width: 100%;
  height: 80px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 17px -12px #bf348e;
}

.subscribe_form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  clear: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.tag_block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.text-block {
  color: #6079ab;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.tag_line {
  background-color: #6079ab;
  border-radius: 20px;
  width: 4%;
  height: 1px;
  margin-left: 10px;
}

.s3 {
  object-fit: fill;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.container_s2 {
  flex-direction: column;
  align-items: stretch;
  max-width: 1200px;
  padding: 40px 0;
  display: flex;
  position: relative;
}

.ellips_lang {
  background-color: #18a61500;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: box-shadow .2s;
  display: flex;
}

.ellips_lang:hover {
  box-shadow: 0 3px 13px -1px #8bca8a;
}

.languages-menu {
  z-index: 1000;
  background-color: #fff0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.et_lang, .ru_lang {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.ellips_lang_et {
  color: #fff;
  background-color: #18a61500;
  border: 1px solid #333;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: box-shadow .2s;
  display: flex;
}

.ellips_lang_et:hover {
  box-shadow: 0 3px 13px -1px #8bca8a;
}

.et {
  color: #27293a;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.en_lang {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.ru {
  color: #ebebeb;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.en {
  color: #27293a;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.ellips_lang_en {
  background-color: #18a61500;
  border: 1px solid #333;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: box-shadow .2s;
  display: flex;
}

.ellips_lang_en:hover {
  box-shadow: 0 3px 13px -1px #8bca8a;
}

.nav_line {
  background-color: var(--main-green);
  opacity: 1;
  width: 0%;
  height: 2px;
  display: block;
  overflow: visible;
}

.button {
  background-image: linear-gradient(153deg, var(--main-green), #6079ab 80%);
  color: #fff;
  border-radius: 100px;
  padding: 14px 67px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading1 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.about_items {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  display: flex;
  position: relative;
}

._1_item {
  width: 15%;
}

.item_content {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 175px;
  display: flex;
  position: relative;
  box-shadow: 0 0 16px -1px #41414133;
}

.image-26 {
  width: 40%;
  margin-bottom: 0;
}

.text-block-4 {
  text-align: center;
  margin-top: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

._1_item_line {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.text-block-5 {
  color: #18a615;
  margin-top: -6px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.text-block-6 {
  color: #18a6157a;
  background-color: #fff0;
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 700;
}

._2_item, ._3_item, ._4_item, ._5_item {
  width: 15%;
}

.text_item_4 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.head_title {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.text_block_s3 {
  color: var(--main-green);
  text-align: right;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.heading_s3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.car_prices {
  flex: 0 auto;
  width: 100%;
  display: block;
  position: relative;
}

.cars {
  object-fit: fill;
  width: 50%;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.prices {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  width: 50%;
  padding-left: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.text-block-7 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-28 {
  width: 100%;
  display: block;
}

.image-29, .image-30 {
  width: 100%;
}

.image_2, .image_3 {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.town {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 40%;
  padding-left: 0;
  display: flex;
}

.town_prices {
  flex: 0 auto;
  align-self: flex-start;
  width: 60%;
  padding-left: 0;
  position: static;
}

.text-block-8 {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-9 {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.tesla {
  width: 100%;
  margin-top: 20px;
  display: block;
}

.text_block_s6 {
  color: var(--main-green);
  text-align: right;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.item_content_last {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 175px;
  padding-top: 10px;
  display: flex;
  box-shadow: 0 0 16px -1px #41414133;
}

.s4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.s5 {
  object-fit: fill;
  height: 830px;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: static;
  overflow: visible;
}

.s6 {
  object-fit: fill;
  height: 800px;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: static;
  overflow: visible;
}

.s7, .s8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.s9 {
  background-image: none;
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container_s8 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.tag_block_s8 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.contact_form_s3 {
  width: 50%;
}

.text-field, .text-field-3 {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #fff;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.submit-button {
  color: #fff;
  background-color: #e84f3a;
  border: 1px #ebebeb;
  border-radius: 50px;
  padding: 14px 68px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .2s, color .2s, box-shadow .2s;
}

.submit-button:hover {
  color: #ebebeb;
  background-color: #ebebeb00;
  box-shadow: 0 0 12px -4px #ebebeb;
}

.form-block {
  margin-bottom: 0;
}

.text-block-10 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-span {
  color: #c90000;
}

._2_item_line, ._3_item_line, ._4_item_line {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.name_phone {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.name, .phone, .date {
  width: 43%;
}

.date_time {
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.email {
  margin-top: 60px;
  margin-bottom: 0;
}

.div-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 60%;
  padding-top: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-2 {
  width: 100%;
  height: 40%;
  padding-top: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.text_item4 {
  text-align: center;
  margin-top: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text_item5 {
  text-align: center;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.item_2, .item_3, .item_4, .item_5 {
  width: 15%;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.bmw {
  width: 100%;
}

.link-2 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.link-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link-4 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.link-4.w--current {
  color: #fff;
}

.link-5 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.ellips_lang_home {
  background-color: var(--main-green);
  border: 1px #333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: box-shadow .2s;
  display: flex;
}

.ellips_lang_home:hover {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  box-shadow: 0 3px 13px -1px #8bca8a;
}

.en_en {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.en_en.w--current {
  font-size: 11px;
}

.ellips_lang_en_page {
  background-color: var(--main-green);
  border: 1px #333;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: box-shadow .2s;
  display: flex;
}

.ellips_lang_en_page:hover {
  box-shadow: 0 3px 13px -1px #8bca8a;
}

.link-6 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.link-6.w--current {
  color: #fff;
}

.link-7 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.ellips_lang_et_page {
  background-color: var(--main-green);
  color: #fff0;
  border: 1px #333;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: box-shadow .2s;
  display: flex;
}

.ellips_lang_et_page:hover {
  box-shadow: 0 3px 13px -1px #8bca8a;
}

.ellips_lang_home_page {
  background-color: #18a61500;
  border: 1px solid #333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: box-shadow .2s;
  display: flex;
}

.ellips_lang_home_page:hover {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  box-shadow: 0 3px 13px -1px #8bca8a;
}

.name_form, .phone_form, .email_form, .date_form, .time_form {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #fff;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.menu_div {
  justify-content: flex-start;
  align-items: center;
  width: 12px;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div_menu {
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  height: 120px;
  padding: 40px 0;
  display: flex;
}

.nav_items-2 {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.link-8 {
  color: #fff;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

.link-8:hover {
  color: #fff;
}

.link-8.w--current {
  color: #fff;
  text-decoration: none;
}

.nav_line-2 {
  opacity: 1;
  background-color: #6079ab;
  width: 0%;
  height: 2px;
  display: block;
  overflow: visible;
}

.image-31 {
  max-width: 12%;
}

.image-32 {
  position: absolute;
  inset: 7% auto auto 0%;
}

.content {
  width: 100%;
  display: flex;
  position: relative;
}

.left_content {
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 300px;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

.right_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  display: flex;
}

._1_column {
  background-image: url('../images/Rectangle-4.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 30px;
  width: 80%;
}

._2_column {
  background-image: url('../images/photo_2023-11-09-19.39.23.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 30%;
}

._3_column {
  background-image: url('../images/photo_2023-11-09-19.39.27.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 30%;
}

.heading {
  color: #6079ab;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
}

.text-block-11 {
  width: 86%;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 23px;
}

.left_content_s3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  font-size: 18px;
  display: flex;
}

._1_column_s3 {
  background-image: url('../images/markus-spiske-Eux9o_XFEEg-unsplash.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 30px;
  width: 90%;
}

._2_column_s3 {
  background-image: url('../images/photo_2023-11-09-20.05.42.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 30%;
}

._3_column_s3 {
  background-image: url('../images/photo_2023-11-09-20.05.39.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 30%;
}

.s3_text {
  text-align: center;
  width: 78%;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 23px;
}

.right_content_s3 {
  justify-content: flex-start;
  width: 59%;
  height: 310px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading_s4 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.product_div {
  flex-wrap: wrap;
  place-content: flex-end space-between;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.container_s4 {
  max-width: 1200px;
  font-size: 19px;
}

.product_1 {
  border-radius: 30px;
  width: 30%;
  height: 450px;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  box-shadow: 0 0 11px #0000001a;
}

.product_hover {
  opacity: 0;
  background-image: linear-gradient(#0000001f, #55342d);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.product_name {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-12 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.product_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button-2 {
  margin-top: 20px;
}

.link-9 {
  color: #fff;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
}

.product_link {
  cursor: auto;
  justify-content: center;
  align-items: center;
  height: 20%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-10 {
  color: #fff;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.product_2 {
  background-image: url('../images/2_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 30%;
  height: 400px;
  position: relative;
}

.product_3 {
  background-image: url('../images/7_1.png');
  background-position: 37%;
  background-size: cover;
  border-radius: 30px;
  width: 30%;
  height: 400px;
  position: relative;
}

.product_4 {
  background-image: url('../images/6_1.png');
  background-position: 86%;
  background-size: cover;
  border-radius: 30px;
  width: 30%;
  height: 400px;
  margin-top: 60px;
  position: relative;
}

.product_5 {
  background-image: url('../images/3_1.png');
  background-position: 73%;
  background-size: cover;
  border-radius: 30px;
  width: 30%;
  height: 400px;
  margin-top: 60px;
  position: relative;
}

.product_5-copy {
  background-image: url('../images/2023-12-11-16.54.40.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 30%;
  height: 500px;
  margin-top: 60px;
  position: relative;
}

.product_6 {
  background-image: url('../images/1_1.png');
  background-position: 17%;
  background-size: cover;
  border-radius: 30px;
  width: 30%;
  height: 400px;
  margin-top: 60px;
  position: relative;
}

.s4-copy, .a5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.s5_1 {
  background-color: #333;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading_s5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.tag_block_s5 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.heading1-copy {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tag_line_s5 {
  background-color: var(--main-green);
  border-radius: 20px;
  width: 10%;
  height: 1px;
  margin-left: 0;
  margin-right: 10px;
}

.heading3_s5 {
  color: #fff;
  text-align: center;
  width: 91%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
}

.tag_line_s5_1 {
  background-color: #fff;
  border-radius: 20px;
  width: 10%;
  height: 1px;
  margin-left: 0;
  margin-right: 10px;
}

.text-block_s5 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.social {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.link-block {
  cursor: pointer;
  justify-content: center;
  display: flex;
}

.text-block-13 {
  color: #fff;
  margin-top: 0;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
}

.link-block-2 {
  cursor: pointer;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.text-block-14 {
  color: #fff;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.image-33 {
  max-width: 100%;
}

.text-block-15 {
  color: #fff;
  padding-right: 20px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: #fff;
}

.heading-3 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-16 {
  text-align: center;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.left_content_s2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 300px;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

._1_column_1 {
  background-image: url('../images/DMT_winch_on_new_tug.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 30px;
  width: 80%;
}

.text-block-11_1 {
  width: 86%;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 23px;
}

.product_1_1, .product_1_3 {
  border-radius: 30px;
  width: 30%;
  height: 450px;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  box-shadow: 0 0 11px #0000001a;
}

.container_s2_1 {
  flex-direction: column;
  align-items: stretch;
  max-width: 1200px;
  padding: 40px 0;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .h1_heading {
    width: 81%;
    font-size: 34px;
  }

  .logo {
    width: 15%;
  }

  .link {
    font-size: 11px;
  }

  .main_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .nav_items {
    width: 60%;
  }

  .text_title {
    width: 78%;
    font-size: 12px;
  }

  .content_div {
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: 84%;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .mockup {
    background-image: none;
    justify-content: center;
    width: 70%;
    height: 50%;
    inset: auto 0% 0% auto;
  }

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

  .container {
    justify-content: flex-end;
    padding-right: 10px;
  }

  .tag_block {
    top: -8%;
  }

  .text-block {
    font-size: 16px;
  }

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

  .container_s2 {
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .ellips_lang, .ellips_lang_et {
    width: 30px;
    height: 30px;
  }

  .et, .ru, .en {
    font-size: 10px;
  }

  .ellips_lang_en {
    width: 30px;
    height: 30px;
  }

  .heading1 {
    margin-bottom: 0;
  }

  .about_items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between center;
    align-items: center;
    display: flex;
  }

  ._1_item {
    width: 24%;
    margin-right: 60px;
  }

  .item_content {
    height: 173px;
  }

  .image-26 {
    width: 37%;
  }

  .text-block-4 {
    padding-top: 5px;
    font-size: 13px;
  }

  ._1_item_line {
    display: none;
  }

  ._4_item {
    width: 15%;
  }

  .text_item_4 {
    font-size: 11px;
  }

  .head_title, .heading_s3 {
    top: -8%;
  }

  .prices {
    padding-left: 60px;
  }

  .s4 {
    padding-top: 20px;
    padding-bottom: 40px;
    position: static;
  }

  .s9 {
    background-position: 61%;
  }

  .tag_block_s8 {
    top: -8%;
  }

  .contact_form_s3 {
    width: 60%;
  }

  ._2_item_line, ._3_item_line, ._4_item_line {
    display: none;
  }

  .div-block {
    padding-top: 25px;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .text_item4, .text_item5 {
    font-size: 13px;
  }

  .item_2 {
    width: 24%;
    margin-right: 60px;
  }

  .item_3 {
    width: 24%;
  }

  .item_4 {
    width: 24%;
    margin-top: 50px;
    margin-right: 60px;
  }

  .item_5 {
    width: 24%;
    margin-top: 50px;
  }

  .form {
    align-items: flex-start;
    padding-left: 40px;
  }

  .ellips_lang_home, .ellips_lang_en_page, .ellips_lang_et_page, .ellips_lang_home_page {
    width: 30px;
    height: 30px;
  }

  .nav_items-2 {
    width: 93%;
  }

  .link-8 {
    font-size: 11px;
  }

  .content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .left_content {
    justify-content: flex-end;
    width: 63%;
    padding-right: 0;
  }

  .right_content {
    flex-wrap: nowrap;
    width: 37%;
    padding-left: 0;
    position: static;
  }

  ._1_column {
    width: 90%;
  }

  .heading {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .text-block-11 {
    margin-top: 0;
    font-size: 11px;
  }

  .product_div {
    flex-flow: wrap;
    justify-content: center;
  }

  .container_s4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product_1 {
    width: 49%;
    height: 400px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 6px;
    position: relative;
  }

  .product_2 {
    width: 48%;
    margin-left: 10px;
  }

  .product_3 {
    width: 48%;
    margin-top: 40px;
    margin-right: 10px;
  }

  .product_4 {
    width: 48%;
    margin-top: 40px;
    margin-left: 10px;
  }

  .product_5 {
    width: 48%;
    margin-top: 40px;
    margin-right: 10px;
  }

  .product_6 {
    width: 48%;
    margin-top: 40px;
    margin-left: 10px;
  }

  .s4-copy, .a5 {
    height: 770px;
  }

  .s5_1 {
    position: static;
  }

  .tag_block_s5 {
    top: -8%;
  }

  .heading3_s5 {
    font-size: 18px;
  }

  .text-block_s5 {
    font-size: 16px;
  }

  .image-34 {
    max-width: 83%;
    display: block;
  }

  .left_content_s2 {
    justify-content: flex-start;
    width: 63%;
    padding-right: 0;
  }

  ._1_column_1 {
    width: 90%;
  }

  .text-block-11_1 {
    width: 99%;
    margin-top: 0;
    font-size: 11px;
  }

  .product_1_1 {
    width: 49%;
    height: 400px;
    margin-top: 20px;
    margin-left: 6px;
    margin-right: 0;
    position: relative;
  }

  .product_1_3 {
    width: 46%;
    height: 400px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .container_s2_1 {
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .h1_heading {
    text-align: center;
    font-size: 19px;
    line-height: 41px;
  }

  .logo {
    width: 20%;
  }

  .link {
    font-size: 12px;
  }

  .main_container {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .nav_items {
    width: 100%;
    margin-left: 40px;
    display: none;
  }

  .text_title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 10px;
  }

  .nav_item {
    margin-right: 0;
    display: none;
  }

  .content_div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 20px;
    display: flex;
  }

  .mockup {
    align-items: flex-end;
    width: 90%;
    max-width: 100%;
    height: 40%;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .container {
    flex-direction: column;
    padding-top: 0;
    padding-left: 10px;
  }

  .text-block {
    margin-bottom: 0;
    font-size: 14px;
  }

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

  .container_s2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ellips_lang, .ellips_lang_et {
    width: 35px;
    height: 35px;
  }

  .et, .ru, .en {
    font-size: 11px;
  }

  .ellips_lang_en {
    width: 35px;
    height: 35px;
  }

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

  .about_items {
    justify-content: center;
  }

  ._1_item {
    width: 27%;
    margin-right: 20px;
    display: flex;
  }

  .item_content {
    width: 115%;
    height: 146px;
  }

  .image-26 {
    width: 35%;
  }

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

  .text_block_s3 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .prices {
    padding-left: 30px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .image_2, .image_3 {
    margin-top: 60px;
    font-size: 12px;
  }

  .town_prices {
    padding-left: 20px;
  }

  .text-block-8, .text-block-9 {
    font-size: 12px;
  }

  .text_block_s6 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .s4, .s5, .s6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s7, .s8, .s9 {
    padding-bottom: 20px;
  }

  .contact_form_s3 {
    width: 100%;
  }

  .text_item4, .text_item5 {
    font-size: 11px;
  }

  .item_2 {
    width: 27%;
    margin-right: 20px;
    display: flex;
  }

  .item_3 {
    width: 27%;
    display: flex;
  }

  .item_4 {
    width: 27%;
    margin-top: 20px;
    margin-right: 20px;
    display: flex;
  }

  .item_5 {
    width: 27%;
    margin-top: 20px;
    display: flex;
  }

  .form {
    padding-right: 40px;
  }

  .ellips_lang_home, .ellips_lang_en_page, .ellips_lang_et_page, .ellips_lang_home_page {
    width: 35px;
    height: 35px;
  }

  .div_menu {
    padding-top: 20px;
    display: flex;
  }

  .nav_items-2 {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .link-8 {
    font-size: 12px;
  }

  .image-31 {
    max-width: 10%;
  }

  .image-32 {
    display: none;
    overflow: visible;
  }

  .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .left_content {
    width: 100%;
    height: 350px;
  }

  .right_content {
    width: 100%;
  }

  ._1_column {
    width: 100%;
    margin-top: 40px;
  }

  .left_content_s3 {
    justify-content: flex-start;
    width: 100%;
    padding-right: 0;
  }

  ._1_column_s3 {
    align-self: auto;
    width: 100%;
    margin-top: 40px;
  }

  .right_content_s3 {
    justify-content: center;
    width: 100%;
  }

  .product_div {
    flex-wrap: wrap;
  }

  .product_1 {
    width: 100%;
    margin-right: 0;
  }

  .product_2 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 0;
  }

  .product_3 {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }

  .product_4 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .product_5 {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }

  .product_6 {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .s4-copy, .a5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s5_1 {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block_s5 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .image-34 {
    max-width: 48%;
    display: block;
  }

  .left_content_s2 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    height: 350px;
    display: none;
  }

  ._1_column_1 {
    width: 100%;
    margin-top: 40px;
  }

  .product_1_1 {
    width: 100%;
    height: 173px;
    margin-right: 0;
  }

  .product_1_3 {
    width: 100%;
    height: 272px;
    margin-right: 0;
  }

  .container_s2_1 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .h1_heading {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .logo {
    width: 35%;
  }

  .main_container {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_items {
    display: none;
  }

  .text_title {
    text-align: center;
    object-fit: fill;
    width: 100%;
    margin-top: 10px;
    font-size: 10px;
  }

  .header {
    height: 55px;
    padding-top: 20px;
  }

  .s1 {
    background-size: auto, cover;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
  }

  .content_div {
    align-items: center;
    margin-top: 40px;
    padding-right: 0;
  }

  .mockup {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

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

  .container {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tag_block {
    flex-flow: column;
    justify-content: flex-start;
    top: -8%;
  }

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

  .tag_line {
    display: block;
  }

  .s3 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container_s2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .button {
    margin-top: 40px;
    padding: 11px 36px;
    font-size: 12px;
  }

  .heading1 {
    font-size: 17px;
  }

  .about_items {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._1_item {
    width: 70%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .item_content {
    width: 100%;
    height: 200px;
  }

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

  .head_title {
    margin-bottom: 40px;
    font-size: 17px;
    top: -8%;
  }

  .text_block_s3 {
    font-size: 16px;
  }

  .heading_s3 {
    top: -8%;
  }

  .car_prices {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cars {
    width: 90%;
  }

  .prices {
    flex-flow: row;
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    padding-left: 45px;
    position: static;
  }

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

  .image-30 {
    margin-bottom: 40px;
  }

  .image_2, .image_3 {
    margin-top: 40px;
    font-size: 14px;
  }

  .town {
    width: 100%;
  }

  .text-block-8, .text-block-9 {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .tesla {
    margin-bottom: 40px;
  }

  .text_block_s6 {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .s4, .s5, .s6 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .s7 {
    padding-top: 20px;
  }

  .s9 {
    background-position: 0%;
  }

  .container_s8 {
    flex-direction: column-reverse;
    padding-right: 0;
  }

  .tag_block_s8 {
    top: -8%;
  }

  .text-field, .text-field-3 {
    font-size: 12px;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .text_item4, .text_item5 {
    font-size: 13px;
  }

  .item_2 {
    width: 70%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .item_3 {
    width: 70%;
    margin-bottom: 20px;
  }

  .item_4 {
    width: 70%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .item_5 {
    width: 70%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .form {
    flex-direction: column-reverse;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bmw {
    margin-bottom: 40px;
  }

  .name_form, .phone_form, .email_form, .date_form, .time_form {
    font-size: 12px;
  }

  .div_menu {
    height: 78px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_items-2 {
    padding-top: 20px;
    display: flex;
  }

  .image-31 {
    max-width: 17%;
    display: block;
  }

  .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .left_content {
    flex-direction: row;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-right: 10px;
  }

  .right_content {
    width: 100%;
  }

  ._1_column {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    margin-right: 0;
  }

  ._2_column {
    width: 50%;
    display: none;
  }

  ._3_column {
    display: none;
  }

  .heading {
    font-size: 14px;
    line-height: 23px;
  }

  .text-block-11, .left_content_s3 {
    width: 100%;
  }

  ._1_column_s3 {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }

  .s3_text {
    margin-top: 0;
  }

  .right_content_s3 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .product_div {
    flex-flow: column wrap;
    align-content: stretch;
    margin-top: 20px;
  }

  .container_s4 {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .product_1 {
    width: 100%;
    height: 417px;
    margin-top: 0;
  }

  .product_2, .product_3, .product_4, .product_5, .product_6 {
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }

  .s4-copy, .a5, .s5_1 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tag_block_s5 {
    flex-flow: column;
    justify-content: flex-start;
    top: -8%;
  }

  .heading1-copy {
    font-size: 17px;
  }

  .tag_line_s5 {
    display: block;
  }

  .heading3_s5 {
    font-size: 13px;
    line-height: 23px;
  }

  .tag_line_s5_1 {
    display: block;
  }

  .text-block_s5 {
    font-size: 16px;
  }

  .image-34 {
    max-width: 89%;
  }

  .text-block-15 {
    padding-right: 10px;
    font-size: 14px;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 16px;
  }

  .left_content_s2 {
    flex-direction: row;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-right: 10px;
  }

  ._1_column_1 {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    margin-right: 0;
  }

  .text-block-11_1 {
    margin-top: 20px;
    padding-right: 10px;
  }

  .product_1_1 {
    width: 100%;
    height: 177px;
    margin-left: 0;
  }

  .product_1_3 {
    width: 100%;
    height: 400px;
  }

  .container_s2_1 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
  }
}


