.title {
  color: #000000;
  font-size: 80px;
  font-weight: 800;
  line-height: 105%;
}
@media screen and (max-width: 1600px) {
  .title {
    font-size: 56px;
  }
}
@media screen and (max-width: 650px) {
  .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .title--big {
    font-size: 48px;
  }
}
@media screen and (max-width: 1600px) {
  .title--small {
    font-size: 48px;
  }
}
@media screen and (max-width: 650px) {
  .title--small {
    font-size: 32px;
  }
}
.title-white {
  color: #ffffff;
}

@media (max-width: 768px) {
  .tracking-main {
    padding-top: 80px;
  }
}

.tracking-section {
  background: #F58220;
  padding: 110px 15px 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .tracking-section {
    padding: 44px 15px 96px;
  }
}
@media (max-width: 768px) {
  .tracking-section {
    padding: 100px 15px 65px;
  }
}
@media (max-width: 375px) {
  .tracking-section {
    padding: 100px 15px 36px;
  }
}
.tracking-section .breadcrumb {
  justify-content: center;
  margin: 0;
  margin-bottom: 24px;
}
.tracking-section .breadcrumb-home:hover {
  background-color: #e97b1d;
}
.tracking-section .breadcrumb-home:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(220deg) brightness(112%) contrast(100%);
}
.tracking-section_left-box {
  position: absolute;
  left: -12vw;
  top: 3vw;
  z-index: 10;
}
@media (max-width: 2050px) {
  .tracking-section_left-box {
    left: -12vw;
  }
}
@media (max-width: 1920px) {
  .tracking-section_left-box {
    left: -16vw;
  }
}
@media (max-width: 1600px) {
  .tracking-section_left-box {
    left: -3vw;
    top: 3vw;
  }
}
@media (max-width: 1520px) {
  .tracking-section_left-box {
    top: 8vw;
  }
}
@media (max-width: 1024px) {
  .tracking-section_left-box {
    left: -20vw;
  }
}
@media (max-width: 768px) {
  .tracking-section_left-box {
    display: none;
  }
}
.tracking-section_left-box img {
  max-width: 817px;
  filter: blur(10px);
}
@media (max-width: 1600px) {
  .tracking-section_left-box img {
    max-width: 433px;
  }
}
@media (max-width: 1520px) {
  .tracking-section_left-box img {
    max-width: 300px;
  }
}
.tracking-section_right-top-box {
  position: absolute;
  right: 180px;
  top: 70px;
  z-index: 10;
}
@media (max-width: 1920px) {
  .tracking-section_right-top-box {
    right: -8vw;
  }
}
@media (max-width: 1600px) {
  .tracking-section_right-top-box {
    right: 10vw;
    top: 17vw;
  }
}
@media (max-width: 1520px) {
  .tracking-section_right-top-box {
    top: 8vw;
  }
}
@media (max-width: 1366px) {
  .tracking-section_right-top-box {
    right: 1vw;
    top: 13vw;
  }
}
@media (max-width: 1024px) {
  .tracking-section_right-top-box {
    right: -11vw;
    top: 18vw;
  }
}
@media (max-width: 768px) {
  .tracking-section_right-top-box {
    display: none;
  }
}
@media (max-width: 1600px) {
  .tracking-section_right-top-box img {
    max-width: 220px;
  }
}
.tracking-section_right-bottom-box {
  position: absolute;
  right: 0;
  top: 43%;
  transform: translateY(-43%);
  z-index: 10;
  filter: blur(10px);
}
@media (max-width: 1920px) {
  .tracking-section_right-bottom-box {
    right: -12vw;
  }
}
@media (max-width: 1600px) {
  .tracking-section_right-bottom-box {
    right: 0;
  }
}
@media (max-width: 1366px) {
  .tracking-section_right-bottom-box {
    right: -9vw;
    top: 50%;
  }
}
@media (max-width: 1024px) {
  .tracking-section_right-bottom-box {
    display: none;
  }
}
.tracking-section_right-bottom-box img {
  max-width: 429px;
}
@media (max-width: 1600px) {
  .tracking-section_right-bottom-box img {
    max-width: 375px;
  }
}
.tracking-section_left-background {
  position: absolute;
  width: 22vw;
  height: 22vw;
  left: 9vw;
  top: 17vw;
  background: #F56B20;
  filter: blur(125px);
  z-index: 9;
}
.tracking-section:after {
  content: "";
  position: absolute;
  width: 52vw;
  height: 52vw;
  left: 50%;
  transform: translateX(-50%);
  top: 31vw;
  background: #F56B20;
  filter: blur(125px);
  z-index: 9;
  border-radius: 50%;
}
.tracking-section:before {
  content: "";
  position: absolute;
  width: 33vw;
  height: 33vw;
  right: -4vw;
  top: -17vw;
  background: #F56B20;
  filter: blur(125px);
  z-index: 9;
}
.tracking-section h1 {
  text-align: center;
  color: #ffffff;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
.tracking-section .tracking__form {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  position: relative;
  margin-top: 36px;
  z-index: 11;
}
@media (max-width: 768px) {
  .tracking-section .tracking__form {
    max-width: 672px;
  }
}
.tracking-section .tracking__form .error-message {
  display: none;
}
.tracking-section .tracking__form.error .error-message {
  display: block;
  position: absolute;
  left: 56px;
  font-size: 14px;
  bottom: 11px;
}
@media (max-width: 600px) {
  .tracking-section .tracking__form.error .error-message {
    font-size: 10px;
  }
}
@media (max-width: 431px) {
  .tracking-section .tracking__form.error .error-message {
    font-size: 9px;
    left: 24px;
    bottom: 8px;
  }
}
.tracking-section .tracking__form.error .tracking__form-main {
  color: #C80000;
}
.tracking-section .tracking__form.error input[type=submit] {
  background: #CECECE;
  color: #000000;
}
.tracking-section .tracking__form-main {
  padding: 16px 16px 16px 56px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  width: 100%;
  border-radius: 8px;
  border: none;
  background: #EFEFEF;
  height: 81px;
  outline: none;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .tracking-section .tracking__form-main {
    font-size: 16px;
    height: 65px;
  }
}
.tracking-section .tracking__form-main::-moz-placeholder {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.3);
  font-family: "Mulish", sans-serif;
}
.tracking-section .tracking__form-main::placeholder {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.3);
  font-family: "Mulish", sans-serif;
}
@media (max-width: 570px) {
  .tracking-section .tracking__form-main::-moz-placeholder {
    font-size: 14px;
  }
  .tracking-section .tracking__form-main::placeholder {
    font-size: 14px;
  }
}
.tracking-section .tracking__form input[type=submit] {
  position: absolute;
  right: 16px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 16px;
  background: #F58220;
  line-height: 1.05;
  font-weight: 600;
  color: #ffffff;
  padding: 16px;
  border: none;
  outline: none;
  border-radius: 4px;
  font-family: "Mulish", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .tracking-section .tracking__form input[type=submit] {
    top: 50%;
  }
}
@media (max-width: 570px) {
  .tracking-section .tracking__form input[type=submit] {
    right: 8px;
    z-index: 12;
  }
}
.tracking-section .tracking__form input[type=submit]:hover {
  background: #FFCB05;
}
.tracking-section .tracking__form:before {
  content: "";
  background-image: url("../../../images/find.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.tracking-section .tracking__form-status {
  border: 1px solid #FFCB05;
  background: #F7901D;
  border-radius: 8px;
  max-width: 800px;
  width: 100%;
  margin: 7px auto;
  padding: 64px 64px 64px;
  position: relative;
  z-index: 12;
}
@media (max-width: 1600px) {
  .tracking-section .tracking__form-status {
    margin: 24px auto;
  }
}
@media (max-width: 1024px) {
  .tracking-section .tracking__form-status {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .tracking-section .tracking__form-status {
    max-width: 672px;
    padding: 36px;
  }
}
@media (max-width: 570px) {
  .tracking-section .tracking__form-status {
    padding: 16px;
  }
}
.tracking-section .tracking__form-status-item {
  display: flex;
  align-items: center;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 1600px) {
  .tracking-section .tracking__form-status-item {
    margin-bottom: 24px;
  }
}
@media (max-width: 570px) {
  .tracking-section .tracking__form-status-item {
    align-items: flex-start;
  }
}
.tracking-section .tracking__form-status-item:last-child {
  margin: unset;
}
.tracking-section .tracking__form-status-item:last-child:after {
  display: none;
}
.tracking-section .tracking__form-status-item:after {
  content: "";
  height: 2px;
  position: absolute;
  width: calc(100% - 48px - 8px);
  background: #F58220;
  bottom: -16px;
  right: 0;
}
@media (max-width: 1600px) {
  .tracking-section .tracking__form-status-item:after {
    bottom: -12px;
  }
}
.tracking-section .tracking__form-status-item .error-text {
  display: none;
}
.tracking-section .tracking__form-status-item.approve .status-circle {
  background: #7AA90B;
  border: 3px solid #87DB11;
}
.tracking-section .tracking__form-status-item.approve .status-circle img {
  opacity: 1;
}
.tracking-section .tracking__form-status-item.approve .status {
  opacity: 1;
  font-weight: 700;
}
.tracking-section .tracking__form-status-item.error {
  position: relative;
}
.tracking-section .tracking__form-status-item.error .status-circle {
  background: #ffffff;
  border: 3px solid #F58220;
}
.tracking-section .tracking__form-status-item.error .status-circle img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(44%) saturate(7389%) hue-rotate(348deg) brightness(102%) contrast(92%);
  opacity: 1;
}
.tracking-section .tracking__form-status-item.error .status {
  opacity: 1;
  font-weight: 700;
}
.tracking-section .tracking__form-status-item.error .error-text {
  display: flex;
  position: absolute;
  gap: 12px;
  align-items: center;
  bottom: -27px;
  left: 56px;
  z-index: 2;
}
.tracking-section .tracking__form-status-item.error .error-text .error-problem {
  display: flex;
  gap: 12px;
}
@media (max-width: 570px) {
  .tracking-section .tracking__form-status-item.error .error-text .error-problem {
    gap: 8px;
  }
}
.tracking-section .tracking__form-status-item.error .error-text .error-problem .error-circe {
  width: 24px;
  height: 24px;
  background: #F54020;
  border-radius: 50%;
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tracking-section .tracking__form-status-item.error .error-text .button {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 6px 8px;
  display: flex;
  gap: 6px;
  border: none;
  border-radius: 4px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.tracking-section .tracking__form-status-item.error .error-text .button img {
  max-width: 11px;
}
.tracking-section .tracking__form-status-item.error .error-text .button:hover {
  background: #FFCB05;
}
.tracking-section .tracking__form-status-item .status {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media (max-width: 1600px) {
  .tracking-section .tracking__form-status-item .status {
    font-size: 18px;
  }
}
@media (max-width: 570px) {
  .tracking-section .tracking__form-status-item .status {
    padding: 0 0 20px;
  }
}
.tracking-section .tracking__form-status-item .time {
  flex: 1 1 auto;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 570px) {
  .tracking-section .tracking__form-status-item .time {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: 56px;
    top: 50%;
  }
}
.tracking-section .tracking__form-status-item .status-circle {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 96px;
  background: #F58220;
  border: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.tracking-section .tracking__form-status-item .status-circle img {
  opacity: 0.5;
}
.tracking-section .progress-bar {
  position: absolute;
  top: 36px;
  border-radius: 12px;
  left: 85px;
  width: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  height: calc(100% - 128px + 28px);
  z-index: 0;
}
@media (max-width: 1024px) {
  .tracking-section .progress-bar {
    left: 67px;
    height: calc(100% - 128px + 44px);
  }
}
@media (max-width: 768px) {
  .tracking-section .progress-bar {
    left: 56px;
    height: calc(100% - 128px + 56px);
  }
}
@media (max-width: 570px) {
  .tracking-section .progress-bar {
    left: 37px;
    height: calc(100% - 128px + 76px);
  }
}
.tracking-section .progress-bar-fill {
  border-radius: 12px;
  height: 100%;
  background-color: #ffffff;
  width: 8px;
  transition: width 0.5s ease-in-out;
}

.faq {
  background: #ffffff;
  padding: 160px 0;
}
@media (max-width: 1600px) {
  .faq {
    padding: 120px 0;
  }
}
@media (max-width: 640px) {
  .faq {
    padding: 100px 0;
  }
}
.faq--head {
  margin: 0 0 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .faq--head {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .faq--head {
    flex-direction: column;
    margin: 0 0 24px;
    align-items: center;
  }
}
.faq--head__title {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 650px) {
  .faq--head__title {
    margin: 0 0 16px;
    text-align: center;
  }
}
.faq--list__item {
  margin: 0 0 16px;
}
.faq--list__item:last-child {
  margin: unset;
}
.faq--list__item--q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.faq--list__item--q span {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
  max-width: calc(100% - 60px);
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--q span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.faq--list__item--q__btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F58220;
  transition: 0.3s all ease-in-out;
}
.faq--list__item--q::after, .faq--list__item--q::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s all ease-in-out;
}
.faq--list__item--q::after {
  background-image: url("../../../images/home/faq_line_grey.svg");
}
.faq--list__item--q::before {
  background-image: url("../../../images/home/faq_line_orange.svg");
  opacity: 0;
}
.faq--list__item--q:hover span {
  color: #F58220;
}
.faq--list__item--q:hover::after {
  opacity: 0;
}
.faq--list__item--q:hover::before {
  opacity: 1;
}
.faq--list__item--a {
  padding: 16px 0 24px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.36px;
  display: none;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.faq--list__item--a a {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .faq--list__item--a a {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.faq--list__item--a a:hover {
  color: #F58220;
}
.faq--list__item.rud-active .faq--list__item--q span {
  color: #F58220;
}
.faq--list__item.rud-active .faq--list__item--q__btn {
  transform: rotate(180deg);
}
.faq--list__item.rud-active .faq--list__item--q::after {
  opacity: 0;
}
.faq--list__item.rud-active .faq--list__item--q::before {
  opacity: 1;
}

.contacts {
  background: #ffffff;
  padding: 0 0 160px;
}
@media (max-width: 1600px) {
  .contacts {
    padding: 0 0 120px;
  }
}
@media (max-width: 640px) {
  .contacts {
    padding: 0 0 100px;
  }
}
.contacts--title {
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .contacts--title {
    margin: 0 0 36px;
  }
}
.contacts--info {
  margin: 0 0 48px;
}
@media screen and (max-width: 1600px) {
  .contacts--info {
    margin: 0 0 36px;
  }
}
.contacts--info__head {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 3px solid #EFEFEF;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head {
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__head {
    padding: 0;
  }
}
.contacts--info__head--item {
  display: flex;
  align-items: center;
  margin: 0 80px 0 0;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head--item {
    margin: 0 64px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__head--item {
    margin: 0 24px 24px 0;
  }
}
.contacts--info__head--item:last-child {
  margin: unset;
}
@media screen and (max-width: 768px) {
  .contacts--info__head--item:last-child {
    margin: 0 0 24px 0;
  }
}
.contacts--info__head--item__icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F58220;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head--item__icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}
.contacts--info__head--item__text span {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
  display: block;
  margin: 0 0 8px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__head--item__text span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.contacts--info__head--item__text a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  transition: 0.3s all ease-in-out;
  text-decoration: unset;
}
.contacts--info__head--item__text a:hover {
  color: #F58220;
}
.contacts--info__list--item {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 3px solid #EFEFEF;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item {
    border-width: 2px;
  }
}
.contacts--info__list--item:last-child {
  margin: unset;
  border-bottom: unset;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item:last-child {
    padding: unset;
  }
}
.contacts--info__list--item__head {
  padding: 0 0 24px;
  margin: 0 0 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .contacts--info__list--item__head {
    flex-wrap: wrap;
    padding: 0 0 8px;
  }
}
.contacts--info__list--item__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../../../images/home/line-grey.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.contacts--info__list--item__head--name {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--name {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
@media screen and (max-width: 1000px) {
  .contacts--info__list--item__head--name {
    margin: 0 16px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--name {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.contacts--info__list--item__head--name img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px 0 0;
}
.contacts--info__list--item__head--info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .contacts--info__list--item__head--info {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts--info__list--item__head--info__item {
  display: flex;
  align-items: center;
  text-decoration: unset;
  position: relative;
  margin: 0 72px 0 0;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--info__item {
    margin: 0 48px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__item {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 3px solid #EFEFEF;
    width: 100%;
  }
}
.contacts--info__list--item__head--info__item--icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F58220;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--info__item--icon {
    width: 24px;
    height: 24px;
  }
  .contacts--info__list--item__head--info__item--icon svg {
    width: 10px;
  }
}
.contacts--info__list--item__head--info__item::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  right: -35px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__head--info__item::after {
    right: -27px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__item::after {
    display: none;
  }
}
.contacts--info__list--item__head--info__item:last-child {
  margin: unset;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__item:last-child {
    margin: unset;
    border: unset;
    padding: unset;
  }
}
.contacts--info__list--item__head--info__item:last-child::after {
  display: none;
}
.contacts--info__list--item__head--info__phone {
  transition: 0.3s all ease-in-out;
}
.contacts--info__list--item__head--info__phone span {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__phone span {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.contacts--info__list--item__head--info__phone:hover {
  opacity: 0.7;
}
.contacts--info__list--item__head--info__schedule--text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__schedule--text {
    flex-direction: row;
    align-items: center;
    width: calc(100% - 24px - 8px);
  }
}
.contacts--info__list--item__head--info__schedule p {
  color: #000000;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__schedule p {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.contacts--info__list--item__head--info__schedule p small {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  opacity: 0.5;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__schedule p small {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.contacts--info__list--item__head--info__schedule span {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1600px) {
  .contacts--info__list--item__head--info__schedule span {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__head--info__schedule span {
    margin: 0 0 0 auto;
  }
}
.contacts--info__list--item__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px 72px;
}
@media screen and (max-width: 1440px) {
  .contacts--info__list--item__list {
    gap: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list {
    gap: 24px 48px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list {
    display: flex;
    gap: unset;
    flex-direction: column;
  }
}
.contacts--info__list--item__list--item {
  height: auto;
  position: relative;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item {
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 3px solid #EFEFEF !important;
  }
}
.contacts--info__list--item__list--item__el {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  margin: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item__el {
    margin: 0 0 8px;
  }
}
.contacts--info__list--item__list--item__el svg {
  margin: 0 8px 0 0;
  min-width: 16px;
}
.contacts--info__list--item__list--item__el:last-child {
  margin: unset;
}
.contacts--info__list--item__list--item a {
  text-decoration: unset;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
}
.contacts--info__list--item__list--item a:hover {
  opacity: 0.7;
}
.contacts--info__list--item__list--item::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  right: -36px;
  top: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 1440px) {
  .contacts--info__list--item__list--item::after {
    right: -18px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item::after {
    right: -24px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item::after {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item:nth-child(2n)::after {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__list--item:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contacts--info__list--item__list--item:nth-child(3n)::after {
    display: block;
  }
}
.contacts--info__list--item__list--item:nth-child(5n)::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .contacts--info__list--item__list--item:nth-child(5n)::after {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--item:last-child {
    padding: unset;
    margin: unset;
    border: unset !important;
  }
}
.contacts--info__list--item__list--single {
  display: flex;
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--single .contacts--info__list--item__list--item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item::after {
  display: none;
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item__el {
  margin: 0 36px 0 0;
}
@media screen and (max-width: 650px) {
  .contacts--info__list--item__list--single .contacts--info__list--item__list--item__el {
    margin: 0 0 8px 0;
  }
}
.contacts--info__list--item__list--single .contacts--info__list--item__list--item__el:last-child {
  margin: unset;
}
.contacts--map {
  position: relative;
}
.contacts--map__info {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  z-index: 1;
  border-radius: 4px;
  background: #ffffff;
  padding: 24px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
}
@media screen and (max-width: 650px) {
  .contacts--map__info {
    padding: 16px;
    top: 16px;
    left: 16px;
    font-size: 14px;
  }
}
.contacts--map__info--icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 650px) {
  .contacts--map__info--icon {
    margin: 0 8px 0 0;
  }
}
.contacts--map__content {
  width: 100%;
  height: 540px;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .contacts--map__content {
    height: 414px;
  }
}
@media screen and (max-width: 768px) {
  .contacts--map__content {
    height: 600px;
  }
}
@media screen and (max-width: 650px) {
  .contacts--map__content {
    height: 520px;
  }
}

.btn {
  padding: 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
  text-decoration: unset;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  text-align: center;
}
.btn-orange {
  background: #F58220;
  color: #ffffff;
}
.btn-orange:hover {
  background: #FAA61A;
}
.btn-white {
  background-color: #ffffff;
  color: #000;
}
.btn-white:hover {
  background: #FAA61A;
}
.btn-white-brd {
  border: 3px solid #EFEFEF;
  color: #000;
}
.btn-white-brd:hover {
  background: #EFEFEF;
}
@media screen and (max-width: 1600px) {
  .btn-half {
    padding: 16px 24px;
    font-size: 18px;
  }
}
.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon-r svg {
  margin: 0 0 0 8px;
}
.btn-icon-l svg {
  margin: 0 12px 0 0;
}

.gm-style {
  font-family: "Mulish", sans-serif !important;
}

.gm-ui-hover-effect,
.gm-style-iw-ch {
  display: none !important;
}

.gm-style-iw.gm-style-iw-c {
  padding: 24px !important;
  max-width: calc(100vw - 64px) !important;
}

.gm-style-iw-d {
  padding: 0 !important;
  overflow: visible !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
  display: flex;
}
.gm-style-iw-d::before {
  content: "";
  width: 47px;
  min-width: 47px;
  height: 47px;
  display: block;
  border-radius: 50%;
  background-color: #F58220;
  margin: 0 16px 0 0;
  background-image: url(../../../images/map/pointer_info.svg);
  background-repeat: no-repeat;
  background-size: 21px 27px;
  background-position: 50% 50%;
}

.gm-style-iw-d > div > span {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
  opacity: 0.6;
  margin: 0 0 8px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .gm-style-iw-d > div > span {
    font-size: 14px;
  }
}

.gm-style-iw-d > div > p {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 105%;
}
@media screen and (max-width: 1600px) {
  .gm-style-iw-d > div > p {
    font-size: 16px;
  }
}

.tracking-section .tracking__form-status-item .status-circle.problem {
  background: #ff0000;
}

.tracking-section .tracking__form-status-item .status-circle.problem img {
  opacity: 1;
}

.tracking-section .tracking__form-status-item .status {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 570px) {
  .tracking-section .tracking__form-status-item .status {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tracking-section .tracking__form-status-item .status .button {
  padding: 4px 8px 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin: 0 0 0 16px;
}

@media screen and (max-width: 570px) {
  .tracking-section .tracking__form-status-item .status .button {
    margin: 4px 0 24px;
  }
}
.tracking-section .tracking__form-status-item .status .button img {
  margin: 0 6px 0 0;
  width: 11px;
  height: 11px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 570px) {
  .tracking-section .tracking__form-status-item .time {
    top: unset !important;
    bottom: 0;
  }
}/*# sourceMappingURL=tracking.css.map */