.ccallback {
  border: none;
  padding: 0;
}
.ccallback-sec {
  margin-top: 50px;
}
.ccallback__title {
  font-size: 75px;
  font-weight: 700;
  max-width: 750px;
}
.ccallback__text {
  max-width: 270px;
  font-size: 15px;
  color: #000;
  transform: translate(280px, -60px);
}
.ccallback-form__title {
  color: var(--dark-blue);
  margin-bottom: 50px;
  font-size: 20px;
}
.ccallback-form__input:nth-child(2) {
  margin-bottom: 30px;
}
.ccallback-form__button {
  transform: translate(100px, 10px);
}
.ccallback-bot {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  max-width: -moz-max-content;
  max-width: max-content;
}
.ccallback-bot__title {
  margin-bottom: 15px;
}
.ccallback-bot__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}
.ccallback-bot__list a {
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 13px;
}
.ccallback-bot-social {
  display: flex;
  padding-left: 10px;
  align-items: center;
}
.ccallback-bot-social a:first-child {
  margin-right: 10px;
}

.with-line-title {
  color: var(--dark-blue);
  font-size: 20px;
  padding-left: 10px;
  position: relative;
}
.with-line-title::before {
  content: "";
  position: absolute;
  height: 37px;
  width: 1px;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 15px;
}

.place {
  display: flex;
  justify-content: space-between;
}
.place-sec {
  margin-top: 112px;
}
.place-mid {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
  margin: auto 0;
  max-width: 250px;
}
.place-mid__city {
  margin-bottom: 15px;
}
.place-mid__title {
  margin-top: 60px;
}
.place-mid__time {
  margin-top: 12px;
}

@media (max-width: 1399px) {
  .ccallback-form__button {
    transform: translate(40px, 10px);
  }
}
.ccallback-bot.mob {
  display: none;
}

.ccallback-form__title.mob {
  display: none;
}

.place__map {
  width: 50%;
  height: 400px;
}
.place__map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .ccallback-form__title {
    display: none;
  }
  .ccallback__text {
    height: 40px;
  }
  .ccallback-form__title.mob {
    display: block;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 300;
  }
  .ccallback-bot {
    display: none;
  }
  .ccallback-bot.mob {
    display: flex;
    margin-top: 50px;
    flex-direction: row;
    width: 100%;
    margin-left: 0px;
  }
  .ccallback-form__button {
    transform: none;
    margin: 10px auto;
  }
  .place__img {
    max-width: 50%;
  }
  .place__map {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .place {
    flex-direction: column;
  }
  .place__img {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .place__map {
    width: 100%;
    height: 400px;
    max-height: 85vh;
  }
  .place-mid {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }
  .place-mid > div {
    max-width: 40%;
    margin-right: 2%;
  }
  .place-mid__title {
    margin-top: 0px;
  }
  .ccallback__title {
    text-align: left;
  }
  .ccallback__text {
    transform: translate(100px, -70px);
  }
  .ccallback-form__title.mob {
    max-width: -moz-max-content;
    max-width: max-content;
    transform: translateX(250px);
  }
}
.companies-sec {
  margin-top: 130px;
}

@media (max-width: 600px) {
  .companies-sec {
    margin-top: 80px;
  }
  .ccallback-form__title.mob {
    transform: translateX(140px);
    font-size: 14px;
  }
  .ccallback__title {
    font-size: 35px;
    max-width: 250px;
    margin-left: 0px;
  }
  .ccallback__text {
    font-size: 12px;
    max-width: 220px;
    transform: translate(125px, -40px);
    margin-left: 0px;
    text-align: left;
  }
  .ccallback-bot__title {
    height: 23px;
  }
  .ccallback-bot-social {
    margin-top: 30px;
  }
}
@media (max-width: 520px) {
  .place-mid__time {
    font-size: 13px;
  }
  .place-mid__address {
    font-size: 15px;
  }
  .place-mid {
    justify-content: space-between;
  }
  .palce-mid div {
    width: calc(50% - 6px);
  }
}/*# sourceMappingURL=contacts.css.map */