a {
  outline: none !important;
}

.page {
  margin-bottom: 0;
  background-color: #f9f9f9;
  padding-top: 70px;
}

.round a {
  width: 197px;
  height: 197px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 rgba(52, 152, 219, 0.4) !important;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.4) !important;
  }
  50% {
    box-shadow: 0 0 0 10px rgba(52, 152, 219, 0) !important;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0) !important;
  }
}

.round span {
  text-align: left;
  line-height: 1;
}

.round_arrow .elementor-button-icon svg {
  width: 50px;
}
.round_arrow .elementor-button-content-wrapper {
  align-items: center;
}
.arrow .elementor-button-icon svg {
  width: 12px;
}
.show_img {
  cursor: pointer;
  transition: all 0.3s;
}
.titles_wrap .elementor-heading-title {
  position: relative;
}
.titles_wrap .show_img:hover .elementor-heading-title {
  z-index: -1;
}
.show_img .showed_img {
  transform: scale(0);
  transition: all 0.5s;
}
.show_img:hover .showed_img {
  /* display: block !important; */
  transform: scale(1);
}
.show_img:hover {
  z-index: 8;
}
.show_img:hover .elementor-heading-title {
  color: #286df0 !important;
}
.full_img img {
  width: 100% !important;
}
.no_margins p {
  margin: 0 !important;
}
.no_margins p {
  margin: 0 !important;
}
.page-paddings {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.page-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.serv_num {
  padding-left: 50px !important;
}
.serv_item svg {
  margin-right: 50px;
}
.serv_item a:hover {
  background-color: #d5dcea !important;
}

.home {
  background-color: #f9f9f9;
}
.swiper_team {
  overflow: hidden;
}
.swiper_naw {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: end;
  margin-top: 48px;
}
.swiper_naw svg:hover rect {
  fill: #286df0;
  stroke: #286df0;
}
.swiper_naw svg:hover path {
  stroke: #fff;
}
.swiper_naw > div {
  cursor: pointer;
}
.slide_item {
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  border: 1px solid #e0e0e0;
}
.emp_name {
  font-family: "Nunito Sans";
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-top: 26px;
}
.emp_rt {
  font-family: "Nunito Sans";
  font-size: 14px;
  line-height: 1.4;
  margin-top: 7px;
  height: 50px;
}

/* TRANSPORT */

.inner_title {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 36px */
}
.inner_subtitle {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.inner_images {
  grid-column: 1 / span 6;
  grid-row: span 2;
  position: relative;
  overflow: hidden;
}
.inner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inner_links {
  margin-top: 100px;
}
.inner_links_item {
  color: #adb3b7;
  font-family: "Nunito Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 75px;
  transition: all 0.3s;
  cursor: pointer;
}
.inner_links_item:hover {
  color: #000;
}
.inner_links_item.disabled {
  color: #000;
  pointer-events: none;
}
.transport_inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.inner_info_wrap {
  grid-column: 8 / span 5;
}
.inner_info {
  margin-top: 116px;
  position: relative;
  min-height: 100px;
}

.inner_img img {
  width: 100%;
}
.inner_img_1 {
  z-index: 1;
}
.info_text {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #adb3b7;
}
.info_text[data-num="1"] {
  visibility: visible;
}

/* TRANSPORT */

@media screen and (max-width: 1024px) {
  .inner_info_wrap {
    grid-column: 7 / span 6;
  }
  .inner_img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  .inner_info {
    margin-top: 46px;
  }
  .page-paddings {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 880px) {
  .showed_img {
    display: none;
  }
  .serv_num {
    padding-left: 0 !important;
  }
  /* TRANSPORT */
  .transport_inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 24px;
  }
  .inner_images {
    grid-column: auto;
    height: 500px;
  }
  .inner_info_wrap {
    grid-column: auto;
  }
  /* TRANSPORT */
  .slide_item {
    padding: 16px;
  }
}

.button_s a {
  /*min-width: 200px;*/
  min-height: 40px !important;
  line-height: 40px !important;
}

@media (max-width: 768px) {
  .page .full_img img {
    width: 100% !important;
  }
  .page-id-2736 .full_img img {
    width: auto !important;
  }
}
@media screen and (max-width: 650px) {
  .page {
    padding-top: 50px;
  }
  .inner_links {
    margin-top: 60px;
  }
  .main-navigation.toggled {
    top: 90px;
  }
  .inner_links_item {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
  }
  /* footer,
  .footer_bottom_inner {
    display: none;
  } */
  .inner_title {
    font-size: 28px;
  }
  .button_s a {
    min-width: 100% !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  .mob_no_paddings {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .serv_num {
    padding-left: 0px !important;
  }
  .serv_item svg {
    margin-right: 0px;
  }
}
