@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/wp-bootstrap-starter/inc/fonts/Gilroy-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/wp-bootstrap-starter/inc/fonts/Gilroy-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/wp-bootstrap-starter/inc/fonts/Gilroy-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/wp-bootstrap-starter/inc/fonts/Gilroy-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/wp-bootstrap-starter/inc/fonts/Gilroy-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "Gilroy";
  src: url("/wp-content/themes/wp-bootstrap-starter/inc/fonts/Gilroy-ExtraBold.ttf");
  font-weight: 800;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Gilroy';
  font-weight: 400;
  color: white;
  background-color: #0B0B0B;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-family: "Gilroy";
}

h2 {
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

/* .mb_150 {
  margin-bottom: 150px;
} */

a {
  text-decoration: none;
  color: inherit;
  transition: 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  outline: none;
}

button:focus {
  outline: none;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.container {
  max-width: 1610px;
  padding: 0 15px;
  margin: 0 auto;
}

.main_home {
  overflow: hidden;
}

.burger_block {
  display: none;
}

.burger-menu-wraper {
  display: none;
  width: 45px;
  height: 27px;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  margin-right: 15px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.show-menu span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.show-menu span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.show-menu span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.show-menu span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.mobile_menu {
  display: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  padding: 15px 0;
  transition: 0.3s;
}



.header.sticky {
  background: black;
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_wrapper img {
  width: 100%;
  min-width: 80px;
  transition: 0.3s;
}

.header.sticky .logo_wrapper img {
  width: 55%;
}

.menu-header ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.menu-header ul li a {
  color: #808080;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  transition: 0.3s;
  white-space: nowrap;
}

.menu-header ul li a:hover {
  color: white;
}

.header_right_side {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_social {
  display: flex;
  align-items: center;
  gap: 17px;
}

.header_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #222222;
  border: 1px solid transparent;
  transition: 0.3s;
}

.header_social a:hover {
  border: 1px solid white;
}

.header_phone {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.order_btn {
  height: 50px;
  max-width: 155px;
  padding: 0 13px;
  width: 100%;
  border: unset;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  background-image: url(/wp-content/uploads/2023/12/button-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.4s;
}

.order_btn:hover {
  filter: hue-rotate(-15deg)
}

.main {
  padding-top: 155px;
  position: relative;
  isolation: isolate;
}

.top_bg_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.title_b {
  color: #FFF;
  font-size: 81px;
  font-weight: 700;
  line-height: 140%;
}

.title_s {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  width: 100%;
  max-width: 585px;
  display: block;
}

.top_title,
.bottom_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom_title .title_s {
  color: #A5A5A5;
  max-width: 390px;
}

.top_title {
  margin-bottom: 10px;
}

.banner_image {
  margin-top: 60px;
  height: 790px;
  overflow: hidden;
}

.banner_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.top_nums {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.nums_item {
  padding: 20px;
  border-right: 2px solid #161616;
}

.nums_item:nth-child(1) {
  padding-left: 0;
}

.nums_item_top span {
  color: #FFF;
  font-size: 56px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2.8px;
}

.nums_item_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nums_txt {
  display: block;
  margin-top: 15px;
  color: #6C6C6C;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}

.one_m_history_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  white-space: nowrap;
  gap: 40px;
}

.lin_center {
  width: 100%;
  border-top: 1px solid #322F2F;
}

.one_m_history_title img {
  width: 110px;
}

.one_m_history {
  margin-top: 150px;
  position: relative;
  isolation: isolate;
  z-index: 10;
}

.h_img_bg {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: -1;
}

.h_btn {
  padding: 0 40px;
  width: auto;
  max-width: unset;
  margin-top: 40px;
}

.h_img {
  margin-top: 40px;
}

.h_img img {
  width: 100%;
  border-radius: 5px;
}

.one_m_history_txt {
  max-width: 1080px;
  margin: 0 auto;
}

.one_m_history_txt p {
  margin: 0;
  color: #A8A8A8;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.autopark {
  margin-top: 150px;
  position: relative;
  isolation: isolate;
}

.avtopark_bg {
  position: absolute;
  left: 0;
  bottom: 70px;
  z-index: -1;
}

.autopark_gallery {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.autopark_gallery img {
  width: 100%;
  border-radius: 8px;
}

.g_center {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.g_center_l {
  margin-bottom: -200px;
}

.g_side_l {
  margin-bottom: -150px;
}

.easy {
  margin-top: 150px;
}

.easy_wrapper {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.easy_txt {
  flex-basis: 40%;
}

.easy_img {
  flex-basis: 60%;
}

.easy_img img {
  width: 100%;
  border-radius: 8px;
}

.easy_txt p {
  color: #A8A8A8;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
  max-width: 515px;
}

.easy_txt span {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.easy_txt ul {
  margin-top: 10px;
  padding-left: 20px;
}

.easy_txt ul li {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 9px;
  position: relative;
}

.easy_txt ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -20px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: linear-gradient(180deg, #C79524 0%, #F8E57C 100%);
}

.geography_wrapper_side_map {
  position: relative;
}

.geography_wrapper_side_map img {
  position: absolute;
  top: 0;
  right: 20px;
}

.geography_wrapper_side img {
  width: 100%;
}

.map_image_anim {
  opacity: 0;
  animation: imageAnimation 4s infinite;
}

.geography_wrapper_side_map img.map_image_first {
  position: relative;
  opacity: 1;
  z-index: 11;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    /* z-index: 12; */
  }

  100% {
    opacity: 0;
    /* z-index: 12; */
  }
}

.map_image_1 {
  animation-delay: 1s;
  z-index: 12;
}

.map_image_2 {
  animation-delay: 2s;
  z-index: 12;
}

.map_image_3 {
  animation-delay: 3s;
  z-index: 12;
}

.plans_wrapper {
  display: flex;
  align-items: center;
}

.plans_text {
  flex-basis: 50%;
}

.geography_wrapper_side {
  flex-basis: 50%;
}

.plans {
  margin-top: 120px;
  position: relative;
  isolation: isolate;
}

.plans_bg {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: -1;
  width: 50%;
}

.plans_wrapper {
  margin-top: 60px;
}

.plans_text_wrapper p {
  color: #A8A8A8;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.plans_text_wrapper span {
  display: block;
  margin-top: 7px;
  text-align: end;
  font-size: 18px;
  font-weight: 600;
  color: #CAC051;
}

.plans_text_wrapper {
  max-width: 490px;
}

.plans_text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video {
  margin: 100px 0 0;
  height: calc(100vh - 106px);
}

.video-content,
.youtube-item-sec {
  height: 100%;
}

.video-content iframe {
  width: 100% !important;
  height: 100% !important;
}

.youtube-item-sec {
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.youtube-item-sec a {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.youtube-item-sec a:hover {
  scale: 1.05;
}

.whywe {
  margin-top: 120px;
  position: relative;
  isolation: isolate;
}

.whywe_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 40%;
}

.whywe_wrapper {
  margin-top: 50px;
  display: flex;
  gap: 22px;
}

.whywe_txt {
  max-width: 670px;
  padding-left: 55px;
}

.whywe_txt p {
  color: #A8A8A8;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.whywe_side_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.whywe_side {
  flex-basis: 50%;
}

.whywe_side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.whywe_video {
  width: 370px;
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 80px;
  align-self: flex-end;
}

.whywe_video iframe {
  width: 100% !important;
  height: 100% !important;
}

.whywe_video .youtube-item {
  width: 100%;
  height: 100%;
}

.whywe_video a {
  transition: 0.3s;
  cursor: pointer;
}

.whywe_video a:hover {
  scale: 1.05;
}

.whywe_video .youtube-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.whywe_video .youtube-item a {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews {
  margin-top: 120px;
}

.reviews_top {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.reviews_top_num {
  color: #ecd46a;
  font-size: 77.625px;
  font-weight: 700;
  line-height: 140%;
}

.reviews_top_txt {
  color: #ecd46a;
  font-size: 46px;
  font-weight: 700;
  line-height: 140%;
}

.inst {
  color: #ecd46a;
  font-size: 21px;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  white-space: nowrap;
}

.reviews_top_r {
  display: flex;
  align-items: center;
  gap: 40px;
}

.add_review {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  white-space: nowrap;

  height: 50px;
  max-width: 155px;
  padding: 0 13px;
  width: 100%;
  border: unset;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  background-image: url(/wp-content/uploads/2023/12/button-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.4s;
}

.add_review:hover {
  color: black;
}

.reviews_slider {
  margin: 60px auto;
  max-width: 92%;
}

.reviews_item img {
  width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #171717;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s;
}

.slick-arrow:hover {
  border: 1px solid #CAC051;
}

.slick-arrow:before {
  content: '';
  position: absolute;
  inset: 50%;
  translate: -50% -50%;
  background-image: url(/wp-content/uploads/2023/12/slider-arrow.svg);
  width: 8px;
  height: 15px;
  background-size: cover;
}

.slick-prev {
  left: -52px;
  rotate: 180deg;
}

.slick-next {
  right: -52px;
}

.slick-disabled {
  filter: grayscale(1);
}

.map {
  margin-top: 120px;
  height: 500px;
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.footer_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #242931;
}

.footer {
  padding-top: 85px;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
}

.menu-footer ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 55px;
}

.menu-footer ul li a {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.menu-footer ul li a:hover {
  color: white;
}

.footer_menu_contact_top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_phones {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer_phones a {
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.footer-logo-img-dark {
  width: 100%;
  max-width: 130px;
}

.footer_menu_contact_bottom {
  margin-top: 15px;
  align-self: flex-end;
}

.footer_menu_contact {
  display: flex;
  flex-direction: column;
}

.footer_content_bottom {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.footer_content_bottom span {
  color: #626262;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.form_modal {
  position: fixed;
  left: 50%;
  top: 52%;
  translate: -50% -58%;
  padding: 40px;
  border-radius: 6px;
  background: #171717;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 650px;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  scale: 0.8;
  transition: 0.4s;
}

.closePopup {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.modal_contactus_title {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  margin: 20px 0;
}

.form_title {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: block;
  margin-bottom: 10px;
}

.form-control {
  border-radius: 6px;
  background: #222;
  height: 45px;
  padding-left: 20px;
  border: unset;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 14px;
}

.form_modal .wpcf7 {
  width: 100%;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wpcf7-list-item-label {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.wpcf7-list-item-label span {
  color: #F8E57C;
}

.wpcf7-submit {
  width: 100%;
  height: 50px;
  padding: 0;
  background-color: #f8dc44;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 20px;
  border: unset;
  cursor: pointer;
  transition: 0.3s;
}

.wpcf7-submit:hover {
  color: #1E1E1E;
  background-color: #d9bf2d;
}

.wpcf7-spinner {
  display: none;
}

.btn-primary:disabled {
  color: #1E1E1E;
  background-color: #d9bf2d;
}

.popup-logo-img {
  width: 140px;
}

.overlay-bg {
  position: fixed;
  inset: 0;
  z-index: 109;
  background: rgba(11, 11, 11, 0.50);
  backdrop-filter: blur(9px);
  transition: 0.4s;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.overlay-bg.show {
  opacity: 1;
  visibility: visible;
}

.form_modal.show {
  opacity: 1;
  visibility: visible;
  translate: -50% -50%;
  scale: 1;
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 10px;
  text-align: center;
  padding: 7px !important;
}
















@media(max-width: 1540px) {
  .title_b {
    font-size: 60px;
  }

  .title_s {
    font-size: 21px;
  }
}

@media(max-width: 1370px) {
  .footer_menu_contact_top {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .footer_phones {
    width: 100%;
    justify-content: flex-end;
  }

  .menu-footer ul li a {
    white-space: nowrap;
  }

  .menu-footer ul {
    margin-bottom: 0;
  }
}

@media(max-width: 992px) {
  .plans_bg {
    display: none;
  }

  .h_img {
    margin-top: 25px;
  }

  .menu-header,
  .header_right_side .header_social,
  .header_phone {
    display: none;
  }

  .top_title,
  .bottom_title {
    flex-direction: column;
  }

  .logo_wrapper img {
    max-width: 100px;
  }

  .h_img_bg {
    display: none;
  }

  .burger_block,
  .burger-menu-wraper {
    display: block;
  }

  .order_btn {
    height: 50px;
    padding: 0 20px;
  }

  .title_s {
    display: none;
  }

  .title_b {
    font-size: 30px;
    text-align: center;
  }

  .title_b span {
    display: block;
    margin-top: 13px;
  }

  .top_nums {
    grid-template-columns: repeat(1, 1fr);
  }

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

  .reviews_slider {
    margin: 46px auto;
    max-width: 100%;
  }

  .reviews_top_r {
    flex-direction: column;
  }

  .footer-logo-wrapper {
    flex-direction: column;
  }

  .menu-footer ul {
    flex-direction: column;
  }

  .footer_content {
    flex-direction: column;
  }

  .slick-arrow {
    translate: unset;
    bottom: -60px;
    top: unset;
    left: 10%;
  }

  .footer_phones {
    flex-direction: column;
  }

  .menu-footer ul {
    margin-bottom: 50px;
  }

  .footer_menu_contact_top {
    justify-content: center;
  }

  .footer_menu_contact_bottom {
    align-self: center;
    margin-top: 22px;
  }

  .menu-footer ul li a {
    font-size: 20px;
  }

  .map {
    height: 300px;
  }

  .slick-next {
    left: unset;
    right: 10%;
  }

  .mobile_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 100;
    padding-top: 170px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    translate: 0 -120%;
  }

  .mobile_menu.show-menu {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }

  .mobile_menu .menu-header,
  .mobile_menu .header_phone {
    display: block;
  }

  .mobile_menu .menu-header ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 45px;
  }

  .menu-header ul li a {
    font-size: 22px;
    color: white;
  }

  .header_phone {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .logo_wrapper,
  .header_btn,
  .burger_block {
    position: relative;
    z-index: 101;
  }

  .main {
    padding-top: 122px;
  }

  .banner_image {
    margin-top: 45px;
    height: 220px;
  }

  .nums_item_top span {
    font-size: 50px;
  }

  .nums_txt {
    margin-top: 5px;
  }

  .nums_item {
    padding-left: 0;
    border: unset;
  }

  .one_m_history_title img {
    display: none;
  }

  .one_m_history {
    margin-top: 70px;
  }

  h2 {
    font-size: 26px;
    text-align: center;
  }

  .one_m_history_title {
    justify-content: center;
    margin-bottom: 20px;
    white-space: unset;
    gap: 0;
  }

  .lin_center {
    display: none;
  }

  .one_m_history_txt p {
    font-size: 16px;
  }

  .h_btn {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .autopark {
    margin-top: 70px;
    position: relative;
    isolation: isolate;
  }

  .autopark_gallery {
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
  }

  .g_side_l {
    margin-bottom: 0;
  }

  .g_center_l {
    margin-bottom: 0;
    gap: 15px;
  }

  .g_center {
    gap: 15px;
  }

  .easy {
    margin-top: 70px;
  }

  .easy_wrapper {
    flex-direction: column;
    margin-top: 25px;
  }

  .plans {
    margin-top: 70px;
  }

  .plans_wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .plans_text_wrapper {
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .geography_wrapper_side_map img {
    right: 0;
  }

  .video {
    margin-top: 70px;
    height: 360px;
  }

  .youtube-item-sec a {
    width: 150px;
    height: 150px;
  }

  .whywe {
    margin-top: 70px;
  }

  .whywe_wrapper {
    margin-top: 0;
    flex-direction: column;
  }

  .whywe_txt {
    padding-left: 0;
  }

  .whywe_video {
    width: 100%;
    margin-top: 20px;
  }

  .reviews {
    margin-top: 70px;
  }

  .reviews_top_num {
    font-size: 28px;
  }

  .reviews_top_txt {
    font-size: 24px;
  }

  .inst {
    font-size: 18px;
  }

  .avtopark_bg {
    display: none;
  }

  .modal_contactus_title {
    font-size: 25px;
  }

  .form_modal {
    padding: 30px;
  }

  .form-control {
    height: 40px;
  }

  .wpcf7-submit {
    margin-top: 0;
  }

  .wpcf7-list-item-label {
    font-size: 13px;
  }

  .popup-logo-img {
    width: 115px;
  }

  .ankor_el {
    padding-top: 43px;
    margin-top: -43px;
  }
}