/**
 * Theme Name:        Maxmodal
 * ...
 * Text Domain:       maxmodal
 * Domain Path:       /languages
 * ...
 */

:root {
  --black: #171717;
  --white: #ffffff;
  --grey: #41555e;
  --main: #1ab0c1;
}
html {
  max-width: 100vw;
  overflow-x: hidden;
}
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/gilroy-medium-webfont.woff2") format("woff2"),
    url("./fonts/gilroy-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/gilroy-regular-webfont.woff2") format("woff2"),
    url("./fonts/gilroy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/gilroy-regularitalic-webfont.woff2") format("woff2"),
    url("./fonts/gilroy-regularitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/gilroy-light-webfont.woff2") format("woff2"),
    url("./fonts/gilroy-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

body {
  margin: 0;
  font-family: "Gilroy", sans-serif !important;
  color: var(--grey, #41555e);
  font-size: 17px;
  font-weight: 500;
  line-height: 20.01px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--grey, #41555e);
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--grey, #41555e);
}

h2 span {
  color: var(--main, #1ab0c1);
}

h3 {
  font-weight: 600;
  font-size: 80px;
  line-height: 95px;
  margin: 0;
}

h4 {
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  margin: 0;
}

h5 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}

header .header_top {
  border-bottom: 1px solid #ececec;
  position: relative;
}

header .main_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 50px;
}

header .nav {
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

header .main_menu {
  flex: 1;
}

header #main_menu {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 80px;
  align-items: stretch;
}

header #main_menu > li {
  display: flex;
  align-items: center;
}

header #main_menu a {
  color: var(--grey, #41555e);
  font-size: 14px;
  font-weight: 500;
  line-height: 16.48px;
  letter-spacing: 0.02em;
}

header #main_menu li:hover > a {
  color: var(--main, #1ab0c1);
}

header #main_menu .sub-menu {
  display: none;
  list-style: none;
  gap: 16px;
  flex-direction: column;
  position: absolute;
  z-index: 9;
  background: #fff;
  width: auto;
  padding: 15px 20px 20px 20px;
  top: 80px;
}

header #main_menu .menu-item-has-children > a {
  display: flex;
  gap: 8px;
  align-items: center;
}

header #main_menu .menu-item-has-children:hover .sub-menu {
  display: flex;
}

header #main_menu .menu-item-has-children > a::after {
  content: " ";
  background: url(./images/arrow_down.svg);
  width: 10px;
  height: 10px;
  background-position: center;
}

header #main_menu .menu-item-has-children:hover > a:after {
  background: url(./images/arrow_up.svg);
  background-position: center;
}

.right_block {
  display: flex;
  gap: 20px;
  align-items: center;
}

.right_block.mobile {
  padding: 0 20px;
}

.sign_in a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border: 1px solid #1ab0c1;
  color: var(--main);
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
  padding: 6px 20px;
}

.lang_toogle {
  position: relative;
  height: 30px;
  display: flex;
}

.lang_toogle a {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.66px;
  letter-spacing: 0.02em;
  color: var(--grey);
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang_toogle a::after {
  content: " ";
  display: block;
  background: url(./images/arrow_down.svg);
  width: 10px;
  height: 10px;
  background-position: center;
}

.lang_toogle .dropdown {
  position: absolute;
  left: -5px;
  top: 30px;
  background: #fff;
  z-index: 11;
  padding: 10px;
  border-radius: 6px;
  display: none;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0px 2px 8px 0px #243f4517;
}

.lang_toogle:hover .dropdown {
  display: flex;
}

.lang_toogle .dropdown a::after {
  display: none;
}

#popout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 999999;
  background: #fff;
  height: 100%;
  width: 100%;
}

#popout.opened {
  display: block;
}

#popout .popout_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 80px;
}

#popout .popout_header .mobile_logo svg {
  width: 78px;
  height: 78px;
}

#popout .mobile_menu {
  margin-top: 30px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 28px;
}

#popout .mobile_menu a {
  font-weight: 500;
  line-height: 16.48px;
  letter-spacing: 0.02em;
  color: var(--e-global-color-text);
}

#popout .mobile_menu ul.nav-menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#popout .mobile_menu ul.sub-menu {
  display: none;
}

#popout .mobile_menu ul.sub-menu a {
  font-weight: 400;
  line-height: 16.24px;
  letter-spacing: 0.02em;
}

#popout .mobile_menu .menu-item.active ul.sub-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  padding-top: 16px;
}

#popout .mobile_menu .nav-menu > li > a {
  display: flex;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
}

#popout .mobile_menu .nav-menu .toogle_submenu {
  display: flex;
  width: 30px;
  height: 30px;
  border: 1px solid #ececec;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: url(./images/toogle_submenu.svg);
  background-position: center;
  background-repeat: no-repeat;
}

#popout .mobile_menu .nav-menu li.active .toogle_submenu {
  background: url(./images/toogle_submenu_active.svg);
  background-color: #1ab0c1;
  background-position: center;
  border-color: #1ab0c1;
  background-repeat: no-repeat;
}

#popout #close_menu {
  display: flex;
  width: 50px;
  height: 50px;
  background: #1ab0c1;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

footer {
  background: var(--main);
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 20px;
}

footer .footer_logo .sign_in {
  display: flex;
  margin-top: 20px;
}

footer .footer_logo .sign_in a {
  color: var(--white);
  border: 1px solid var(--white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 6px;
  line-height: 30px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
}

footer .footer_menu_container {
  display: flex;
  gap: 80px;
  justify-content: flex-end;
}

footer .footer_menu ul {
  padding: 0;
  list-style: none;
}

footer .footer_menu ul a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 20.28px;
  letter-spacing: 0.02em;
}

footer .footer_menu ul.sub-menu {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer .footer_menu ul.sub-menu a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.4px;
  letter-spacing: 0.02em;
}

footer .links {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

footer .links .apps {
  display: flex;
  gap: 15px;
}

footer .links .socials {
  display: flex;
  gap: 15px;
}

footer .copyright_block {
  margin-top: 30px;
  padding-top: 27px;
  border-top: 1px solid #fff;
}

footer .copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.24px;
  letter-spacing: 0.02em;
  text-align: center;
}

footer .legal_docs {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.24px;
  letter-spacing: 0.02em;
  text-align: center;
}

footer .legal_docs a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.24px;
  letter-spacing: 0.02em;
}

.elementor-widget-heading h2.elementor-heading-title {
  color: var(--grey);
  font-family: "Gilroy", sans-serif !important;
  line-height: 48px;
}

body .elementor-widget-text-editor {
  font-family: "Gilroy", sans-serif !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 20.01px;
}

body .e-con-inner .mainpage_slider_block {
  flex: 612px 0 0;
}

body .main_banner ul {
  padding-left: 15px;
}

.mobile_menu_container {
  display: none;
}

.mobile_menu_container #toggle {
  display: flex;
  width: 50px;
  height: 50px;
  background: #1ab0c1;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.main_banner_text .n2-ss-layer-content {
  gap: 20px;
}

.routs_container {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.routs_container.slick-initialized .slick-slide {
  margin: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.routs_container .slick-list {
  margin: 0 -8px;
}

.routs_container .route {
  flex: 20% 1 1;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 120px;
  justify-content: space-between;
}

.routs_container:not(.slick-initialized) .route:nth-child(n + 9) {
  display: none;
}

.routs_container .route .points {
  font-family: "Gilroy", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.83px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.routs_container .route .points img {
  height: 10px;
  border: 1px solid #858586;
  max-width: 15px;
}

.routs_container .route .points .from {
  max-width: 100px;
  overflow: hidden;
  flex: 100px 1 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.routs_container .route .points .to {
  max-width: 112px;
  overflow: hidden;
  flex: 100px 1 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.route .points .from div,
.route .points .to div {
  max-height: 40px;
  overflow: hidden;
}

.routs_container .route .transports {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.routs_container .route .transports .transport {
  flex: 32px 0 0;
  height: 32px;
  background: #f6f7fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.routs_container .route_block {
  flex: 30% 1 1;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.routs_container .route_block .tarif_route {
  display: flex;
}

.routs_container .route_block .tarif_route .points {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.routs_container .route_block .tarif_route .points img {
  height: 10px;
}

.routs_container .route_block .tarif_route .points .from {
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  flex: 120px 1 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.routs_container .route_block .tarif_route .points .to {
  overflow: hidden;
  white-space: nowrap;
  flex: 100px 1 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.routs_container .route_block .tarif_route .transports {
  justify-content: end;
  display: flex;
}

.routs_container .route_block .tarif_route .transports img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  object-position: center;
}

.locations_wrapper {
  max-width: 884px;
  margin: auto;
}

.locations_wrapper .locations {
  display: flex;
  flex-direction: column;
}

.locations_wrapper .location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 8px 0;
}

.locations_wrapper .location .location_input::placeholder {
  color: black;
  opacity: 1;
}

.locations_wrapper .location .location_input::-ms-input-placeholder {
  color: black;
}

.locations_wrapper .location .handler {
  cursor: pointer;
}

.locations_wrapper .location .location_input_wrapper {
  flex: 610px 0 0;
  position: relative;
}

.locations_wrapper .location .location_input_wrapper .breadcrumbs {
  display: none;
  height: auto;
  position: absolute;
  height: auto;
  bottom: 48px;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  z-index: 11;
}

.locations_wrapper .location .location_input_wrapper .breadcrumbs.active {
  display: block;
}



.locations_wrapper
  .location
  .location_input_wrapper
  .breadcrumbs
  .breadcrumbs_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  box-shadow: 0px 2px 8px 0px #243f4517;
  border-radius: 4px;
  align-items: center;
  padding: 5px 10px;
  background: #fff;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .breadcrumbs
  .location_breadcrumb {
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}

.locations_wrapper .location .location_input_wrapper .search_result_wrapper {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  flex-direction: column;
}

.locations_wrapper .location .location_input_wrapper .search_result {
  width: 100%;
  background: #fff;
  z-index: 10;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  gap: 5px;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  box-shadow: 0px 2px 8px 0px #243f4517;
  max-height: 400px;
  overflow-y: scroll;
}

.locations_wrapper .location .location_input_wrapper .search_result.loading {
  background-image: url(./images/loader.svg);
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
}

.locations_wrapper .location .location_input_wrapper .search_result_more {
  color: #000;
  text-align: center;
  text-align: center;
  background: #fff;
  z-index: 9;
  margin-top: 5px;
  border: 1px solid #1ab0c1;
  padding: 10px 0;
  border-radius: 6px;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result_more.loading {
  background-image: url(./images/loader.svg);
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result::-webkit-scrollbar {
  width: 4px;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #1ab0c1;
}

.locations_wrapper .location.active .location_input_wrapper .location_input,
.locations_wrapper
  .location.active
  .location_input_wrapper
  .breadcrumbs
  .breadcrumbs_wrapper {
  border: 1px solid #1ab0c1;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result_wrapper.active {
  display: flex;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result
  .location_result {
  padding: 5px 5px 5px 20px;
  cursor: pointer;
  display: flex;
  gap: 5px;
  align-items: center;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result
  .location_result.country {
  background: url(./images/icons/locations/country.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result
  .location_result.region {
  background: url(./images/icons/locations/region.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result
  .location_result.city {
  background: url(./images/icons/locations/city.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result
  .location_result.port {
  background: url(./images/icons/locations/port.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result
  .location_result.railway {
  background: url(./images/icons/locations/railway.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result
  .location_result.terminal {
  background: url(./images/icons/locations/terminal.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result
  .location_result.warehouse {
  background: url(./images/icons/locations/warehouse.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.locations_wrapper
  .location
  .location_input_wrapper
  .search_result
  .location_result:hover {
  background-color: rgb(241, 254, 255);
}

.locations_wrapper .location .location_input_wrapper .location_input {
  background: #f6f7fa;
  border: 0;
  border-radius: 6px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
}

.locations_wrapper .location .location_input_wrapper .location_input.error {
  border: 1px solid #e10000;
}

.locations_wrapper .location .location_input_wrapper .location_input:focus,
.locations_wrapper
  .location
  .location_input_wrapper
  .location_input:focus-visible {
  outline: 0;
}

/* .locations_wrapper .location .location_input_wrapper .location_input:hover {
  border: 1px solid #0acdde;
} */

.locations_wrapper .location .location_input_wrapper .location_type {
  width: 16px;
  height: 16px;
  left: 15px;
  top: 15px;
  display: block;
  position: absolute;
  z-index: 9;
  background-position: center;
}

.locations_wrapper .location .location_input_wrapper .location_type.country {
  background: url(./images/icons/locations/country.svg);
  background-position: center;
}

.locations_wrapper .location .location_input_wrapper .location_type.region {
  background: url(./images/icons/locations/region.svg);
  background-position: center;
}

.locations_wrapper .location .location_input_wrapper .location_type.city {
  background: url(./images/icons/locations/city.svg);
  background-position: center;
}

.locations_wrapper .location .location_input_wrapper .location_type.port {
  background: url(./images/icons/locations/port.svg);
  background-position: center;
}

.locations_wrapper .location .location_input_wrapper .location_type.railway {
  background: url(./images/icons/locations/railway.svg);
  background-position: center;
}

.locations_wrapper .location .location_input_wrapper .location_type.warehouse {
  background: url(./images/icons/locations/warehouse.svg);
  background-position: center;
}

.locations_wrapper .location .location_input_wrapper .location_type.terminal {
  background: url(./images/icons/locations/terminal.svg);
  background-position: center;
}

.locations_wrapper .location .location_input_wrapper .location_flag {
  width: 16px;
  height: 16px;
  right: 10px;
  top: 15px;
  background: #000;
  display: block;
  position: absolute;
  z-index: 9;
  display: none;
}

.location.hidden {
  display: none;
}

.location .select2-container {
  flex: 1;
  height: 46px;
}

.location .select2-container .selection .select2-selection {
  background: #f6f7fa;
  border: 0;
  border-radius: 6px;
  height: 46px;
  display: flex;
  padding-left: 15px;
}

.location
  .select2-container
  .selection
  .select2-selection
  .select2-selection__rendered {
  line-height: 46px;
}

.location
  .select2-container
  .selection
  .select2-selection
  .select2-selection__arrow {
  height: 46px;
  margin-right: 15px;
}

.locations_wrapper .location .map,
.locations_wrapper .location .delete {
  flex: 45px 0 0;
  height: 45px;
  background: #f6f7fa;
  border: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.locations_wrapper .location .map svg {
  height: 20px;
  width: 20px;
  flex: 20px 0 0;
}

.locations_wrapper .locations_buttons {
  margin-top: 15px;
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

.locations_wrapper .locations_buttons .add_location {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  color: #000;
  background: #fff;
  border: 0;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.locations_wrapper .locations_buttons .request {
  border-radius: 6px;
  font-size: 19px;
  font-weight: 500;
  line-height: 22.36px;
  letter-spacing: 0.02em;
  color: #1ab0c1;
  border: 1px solid #1ab0c1;
  background: #fff;
  padding: 13px 27px;
}

.locations_wrapper .locations_buttons .search {
  border-radius: 6px;
  font-size: 19px;
  font-weight: 500;
  line-height: 22.36px;
  letter-spacing: 0.02em;
  color: #f68a1f;
  border: 1px solid #f68a1f;
  background: #fff;
  padding: 13px 27px;
}

.empty_result {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.filter_wrapper {
  background: #f6f7fa;
  padding: 30px;
  margin-top: 25px;
  position: relative;
}

.filter_wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.18px;
}

.filter_wrapper h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 20.01px;
}

.filter_wrapper .filter_header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.filter_wrapper .filter_options {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.4px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.filter_wrapper .main_filter {
  display: block;
}

.filter_wrapper.active .main_filter {
  display: none;
}

.filter_wrapper .filter_toggle {
  border: none;
  background: transparent;
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
  flex: 155px 0 0;
  padding: 0;
}

.filter_wrapper.active .filter_toggle {
  position: absolute;
  right: 34px;
  top: 30px;
}

.filter_wrapper .filter_toggle::after {
  content: " ";
  background: url(./images/icons/filter_up.svg);
  width: 16px;
  height: 16px;
  background-position: center;
  transform: rotate(180deg);
}

.filter_wrapper .filter_toggle.active::after {
  transform: none;
  background-position: center;
}

.filter_wrapper .filter_options .filter_option {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.24px;
  background: #fff;
  padding: 7px 15px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  gap: 5px;
  align-items: center;
}

.filter_wrapper .filter_options .filter_option.active {
  background: #1ab0c1;
  color: #fff;
}

.filter_wrapper .main_filter .filter_options .filter_option::after {
  content: " ";
  background: url(./images/remove_option.svg);
  width: 16px;
  height: 16px;
  background-position: center;
  margin-top: 1px;
}

.filter_wrapper .filter_options .filter_option.disabled {
  background: #f1f1f1;
}

.filter_wrapper .main_filter h3 {
  margin-bottom: 15px;
}

.filter_wrapper .filter_body {
  display: none;
}

.filter_wrapper.active .filter_body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.location_map {
  width: 100%;
  height: 70vh;
  position: relative;
}

#map_modal .modal-body {
  padding: 0;
  position: relative;
}

#map_modal .modal-body .close {
  position: absolute;
  top: -35px;
  right: -35px;
  background: transparent;
  border: 1px solid #000;
  outline: 0;
  width: 30px;
  font-size: 25px;
  height: 30px;
}

#map_modal .modal-body::after {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(./images/loader.svg);
  background-position: center;
  background-size: 200px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#map_modal.map_rendered .modal-body::after {
  display: none;
}

footer .footer_menu_bottom ul {
  margin: 0;
}

.contact_us_form {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
}

.contact_us_form label {
  width: 100%;
}

.contact_us_form input,
.contact_us_form textarea {
  background: #f6f7fa;
  border: 0;
  border-radius: 6px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  margin-top: 15px;
}

.contact_us_form textarea {
  height: 138px;
}

.contact_us_form .wpcf7-list-item {
  margin: 0;
}

.contact_us_form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  padding: 0;
}

.contact_us_form input[type="submit"] {
  border-radius: 6px;
  font-size: 19px;
  font-weight: 500;
  line-height: 22.36px;
  letter-spacing: 0.02em;
  color: #f68a1f;
  border: 1px solid #f68a1f;
  background: #fff;
  padding: 13px 27px;
}

.routs_container a,
.slick-list a {
  color: var(--e-global-color-text);
}

.routs_container a:hover,
.slick-list a:hover {
  color: var(--e-global-color-text);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}

body {
  padding-top: 80px;
}

#routs_slider:not(.slick-initialized) {
  max-height: 258px;
}

.select2-container--default .select2-resultsoption--highlighted.select2-resultsoption--selectable {
  background-color: #1AB0C1 !important;
  color: white !important;
}

@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }

  h1 {
    font-weight: bold;
    font-size: 134px;
    line-height: 160px;
  }
}

@media screen and (max-width: 1200px) {
  .header_top .logo {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .row {
    margin: 0;
  }

  .header_top .logo {
    text-align: center;
  }

  .mobile_menu_container {
    display: block;
  }

  .nav,
  header .right_block {
    display: none;
  }

  header .right_block.mobile {
    display: flex;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
    padding: 0;
  }

  body .e-con-inner .mainpage_slider_block {
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 54px;
    line-height: 64px;
  }

  h2 {
    font-size: 54px;
    line-height: 65px;
  }

  h3 {
    font-size: 48px;
    line-height: 50px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  h5 {
    font-size: 24px;
    line-height: 30px;
  }

  svg {
    max-width: 100%;
  }

  .container {
    padding: 0;
  }

  header .logo {
    display: flex;
    align-items: center;
  }

  header .mobile_toggle {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  #popout .mobile_menu a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.48px;
    letter-spacing: 0.02em;
  }

  .locations_wrapper .location .location_input_wrapper {
    flex: 1;
  }

  .locations_wrapper .location .handler {
    flex: 20px 0 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .locations_wrapper .location .map,
  .locations_wrapper .location .delete {
    flex: 40px 0 0;
    height: 40px;
  }

  .locations_wrapper .location .map svg,
  .locations_wrapper .location .delete svg {
    flex: 1 0 0;
  }

  .location
    .select2-container
    .selection
    .select2-selection
    .select2-selection__rendered {
    line-height: 40px;
  }

  .location .select2-container .selection .select2-selection {
    height: 40px;
    padding: 0;
  }

  .location
    .select2-container
    .selection
    .select2-selection
    .select2-selection__arrow {
    height: 40px;
    margin-right: 10px;
  }

  .location .select2-container {
    position: absolute;
    right: 90px;
    height: 40px;
    width: 85px !important;
  }

  .locations_wrapper .location .location_input_wrapper .location_input {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
  }

  .locations_wrapper .location .location_input_wrapper .location_type {
    display: none;
  }

  .empty_result svg {
    width: 100px;
    height: 100px;
  }

  .locations_wrapper .locations_buttons .request {
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.02em;
    flex: 120px 0 0;
    height: 40px;
    padding: 0;
    text-align: center;
  }

  .locations_wrapper .locations_buttons .search {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.12px;
    letter-spacing: 0.02em;
    flex: 120px 0 0;
    height: 40px;
    padding: 0;
  }

  .locations_wrapper .locations_buttons .add_location {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.12px;
    letter-spacing: 0.02em;
    flex: 100px 1 1;
    height: 40px;
    gap: 5px;
    padding: 0;
  }

  .select2-container--open .select2-dropdown {
    min-width: 60px;
    left: -20px !important;
  }

  .locations_wrapper .location .location_input_wrapper .breadcrumbs {
    height: auto;
    bottom: 43px;
    top: auto;
  }

  .locations_wrapper
    .location
    .location_input_wrapper
    .breadcrumbs
    .breadcrumbs_wrapper {
    flex-wrap: wrap;
  }

  .filter_wrapper {
    position: relative;
  }

  .filter_wrapper .filter_header {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .filter_wrapper .filter_toggle {
    position: relative;
    flex: 1;
    font-size: 12px;
    margin-left: auto;
  }

  .filter_wrapper.active .filter_toggle {
    right: 30px;
  }

  .filter_wrapper .filter_toggle svg {
    width: 18px;
  }

  #tarif_routs_slider {
    padding: 0 10px;
  }

  #tarif_routs_slider a:nth-child(n + 4) {
    display: none;
  }

  .footer_logo {
    text-align: center;
  }

  .footer_logo img {
    max-width: 180px;
  }

  footer .footer_menu_container {
    gap: 0 50px;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 25px;
  }

  footer .footer_menu_container .footer_menu {
    flex: 20% 1 1;
  }

  footer .footer_menu ul a {
    font-size: 14px;
  }

  footer .footer_menu ul.sub-menu a {
    font-size: 12px;
  }

  footer .footer_menu .footer_4 {
    text-align: center;
  }

  footer .footer_menu ul.sub-menu {
    padding-top: 12px;
  }

  .mobile_sign_in {
    justify-content: center;
  }

  .mobile_sign_in a {
    border: 1px solid #fff;
    color: #fff;
    height: 40px;
    width: auto;
    text-align: center;
  }

  footer .links {
    justify-content: center;
  }

  footer {
    padding-top: 40px;
  }

  #routs_slider.routs_container .route .transports {
    flex: 32px;
    flex-grow: 0;
    justify-content: end;
    margin: 0;
  }

  .routs_container .route .points .to,
  .routs_container .route .points .from {
    max-width: none;
    flex: 1;
  }

  #routs_slider.routs_container .route {
    display: flex !important;
    flex-direction: row;
    padding: 10px;
    flex: 100% 0 0;
    min-height: auto;
  }

  #routs_slider.routs_container .route:nth-child(n + 6) {
    display: none !important;
  }

  #routs_slider.routs_container .route .points {
    gap: 10px;
    flex: 1;
  }

  #routs_slider.routs_container.slick-initialized .slick-slide {
    gap: 10px;
  }

  .footer_menu_container .footer_menu:nth-child(-n + 2) {
    display: none;
  }

  .lang_toogle {
    gap: 10px;
  }

  .lang_toogle .dropdown {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    display: flex;
    gap: 10px;
    width: auto;
    flex-direction: row;
    padding: 0;
  }

  .lang_toogle a:after {
    display: none;
  }

  .home .slick-slide .elementor-widget-image {
    width: 100%;
  }

  .home .slick-slide .elementor-widget-image img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    object-position: center;
  }

  .home .slick-slide .elementor-widget-image img.contain {
    object-fit: contain;
  }

  #routs_slider:not(.slick-initialized) {
    opacity: 1;
    max-height: 314px;
    overflow: hidden;
    gap: 12px;
  }

  #routs_slider:not(.slick-initialized) a {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .breadcrumbs.active, .search_result_wrapper.active {
    width: 170% !important;
  }
}

