

/* Start:/local/templates/maklive/css/sale-point/sale-point.css?17543929708725*/
.point__heading {
  margin: 20px 0 0;
  text-align: center;
}

.point-select .selectize-input,
.point-select .selectize-control.single .selectize-input.input-active {
  background-color: transparent;
}

.point-wrap {
  margin: 60px 0 0 0;
}

.point-row {
  display: flex;
  align-items: center;
  margin: 0 0 55px;
}

.point-text {
  max-width: 450px;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #1C1A1B;
}

.point-map {
  position: relative;
  overflow: hidden;
}

.point-map .ymaps-2-1-79-balloon__content {
  padding: 0 30px;
}

.point-map__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  display: none;
}

.point-map__loader.act {
  display: flex;
}

.point-map__loader .lds-ellipsis div {
  background: #01B2AA;
}

.point-map__item {
  width: 100%;
  height: 790px;
}

.point-map__info-wrap {
  position: absolute;
  top: 0;
  left: calc(calc(100% - 1470px) / 2);
  padding: 0 30px;
  margin: 0 auto;
  transition: all 300ms ease;
  height: 100%;
}

.point-map__info-inner {
  max-width: 330px;
  min-width: 330px;
  max-height: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}

.point-map__info-header {
  padding: 27px 30px 25px;
  border-bottom: 1px solid #E4DFE0;
}

.point-map__info-header-city {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #565354;
  margin: 0 0 4px 0;
}

.point-map__info-header-member {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #1C1A1B;
}

.point-map__info-main {
  padding: 0 18px 0 26px;
  overflow: auto;
  max-height: calc(100% - 106px);
}

.point-map__info-item {
  padding: 26px 0;
  border-bottom: 1px solid #F3EFEC;
}

.point-map__info-item:last-child {
  border: 0;
}

.point-map__info-item-header {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #ACA6A7;
  margin: 0 0 6px 0;
}

.point-map__info-item-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #1C1A1B;
  margin: 0 0 18px 0;
}

.point-map__info-item-phone {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #565354;
  margin: 0 0 18px 0;
}

.point-map__info-item-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #ACA6A7;
  margin: 0 0 8px 0;
}

.point-map__info-place {
  margin: 0 0 18px 0;
  color: #565354;
}

.point-map__info-place-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 6px 0;
}

.point-map__info-place-address {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.point-map__info-social {
  display: flex;
  flex-wrap: wrap;
}

.point-map__info-social-img {
  margin: 0 22px 10px 0;
}

.point-form__country,
.point-form__city {
  margin: 0 0 0 30px;
  width: 280px;
}

.point-bottom {
  margin: 100px 0 0 0;
}

.point-bottom-wrap {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}

.point-bottom-title {
  margin: 0 0 26px 0;
  text-align: center;
}

.point-bottom-subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #565354;
}

.point-question__form {
  margin: 60px 0 0 0;
}

.point-question__form-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 30px;
}

.point-question__input {
  background-color: transparent;
}

.point-question__field:last-child {
  grid-column: 1/4;
}

.point-question__agreement {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: left;
}
.point-question__agreement-box {
  margin-left: 20px;
}

.point-question__btn {
  background: #01B2AA;
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
  width: 330px;
  margin: 50px auto 0;
  display: block;
  cursor: pointer;
  transition: all 300ms ease;
}

.point-question__btn:hover {
  background-color: #1C1A1B;
}

@media screen and (max-width: 1470px) {
  .point-map__item {
    height: 600px;
  }

  .point-map__info-wrap {
    left: 0;
  }
}

@media screen and (max-width: 1440px) {
  .point-text {
    max-width: 400px;
    font-size: 20px;
    line-height: 24px;
  }

  .point-row {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 1100px) {
  .point-wrap {
    margin: 30px 0 0 0;
  }

  .point-row {
    margin: 0 0 30px;
  }

  .point-text {
    max-width: 340px;
    font-size: 18px;
    line-height: 22px;
  }

  .point-form__country,
  .point-form__city {
    margin: 0 0 0 20px;
  }

  .point-bottom {
    margin: 50px 0 0 0;
  }

  .point-bottom-title {
    margin: 0 0 16px 0;
  }

  .point-bottom-subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .point-question__form {
    margin: 30px 0 0 0;
  }

  .point-question__form-wrap {
    gap: 25px 30px;
  }

  .point-question__field:last-child textarea {
    height: 100px;
  }

  .point-question__btn {
    font-size: 16px;
    padding: 14px;
    width: 230px;
    margin: 30px auto 0;
  }

  .point-map__item {
    height: 500px;
  }

  .point-map__wrap>img {
    height: 500px;
    object-fit: cover;
  }

  .point-map__info-header {
    padding: 20px;
  }

  .point-map__info-wrap {
    padding: 0 20px;
  }

  .point-map__info-main {
    padding: 0 18px 0 20px;
    max-height: calc(100% - 94px);
  }

  .point-map__info-inner {
    max-width: 270px;
    min-width: 270px;
  }

  .point-map__info-item {
    padding: 20px 0;
  }

  .point-map__info-item-name {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 12px 0;
  }

  .point-map__info-item-phone {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 12px 0;
  }

  .point-map__info-place {
    margin: 0 0 12px 0;
  }

  .point-map__info-header-city {
    font-size: 16px;
    line-height: 20px;
  }

  .point-map__info-header-member {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 700px) {
  .point-text {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
  }

  .point-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .point-form__country,
  .point-form__city {
    margin: 15px 0 0;
    width: 100%;
  }

  .point-map__wrap>img {
    height: 300px;
    object-fit: cover;
  }

  .point-map__info-wrap {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    transform: translate(0);
    padding: 0;
  }

  .point-map__info-main {
    max-height: 490px;
    height: 100%;
    margin: 10px 15px 0 0;
  }

  .point-map__info-inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .point-wrap {
    margin: 20px 0 0 0;
  }

  .point-map__item {
    height: 350px;
  }



  .point__heading {
    margin: 12px 0 0;
    text-align: center;
  }

  .point-select select {
    background-color: transparent;
    color: #1C1A1B !important;
  }

  .point-question__form-wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .point-question__field:last-child {
    grid-column: auto;
  }

  .point-question__btn {
    margin: 19px auto 0;
  }

  .point-question__agreement {
    margin: 20px 0 0 0;
  }

  .point-bottom {
    margin: 35px 0 0 0;
  }

  .point-bottom-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .point-map .ymaps-2-1-79-balloon__content {
    padding: 0 0 0 30px;
  }

  .point-map__item .ymaps-2-1-79-balloon__content>ymaps[id] {
    height: 100% !important;
  }

  .ymaps-2-1-79-balloon__content .point-map__info-item-header {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 4px 0;
  }

  .ymaps-2-1-79-balloon__content .point-map__info-item-name {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
  }

  .ymaps-2-1-79-balloon__content .point-map__info-place-address {
    font-size: 14px;
    line-height: 18px;
  }

  .ymaps-2-1-79-balloon__content .point-map__info-item-phone {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 9px 0;
  }

  .ymaps-2-1-79-balloon__content .point-map__info-social-img {
    margin: 0 12px 5px 0;
    max-width: 25px;
  }

  .ymaps-2-1-79-balloon__content .point-map__info-item {
    padding: 10px 0;
  }

  .point-map__item .ymaps-2-1-79-copyright {
    top: -45px !important;
  }

  .point-map__item .ymaps-2-1-79-map-copyrights-promo {
    bottom: 20px !important;
  }
}

.point-map_suggest {
  max-width: 300px;
  width: 100%;
}

.ymaps-2-1-79-search__suggest {
  font: inherit;
}

.ymaps-2-1-79-search__suggest-item {
  padding: 6px 12px;
}

@media (max-width: 600px) {
  .point-map_suggest {
    max-width: 100%;
    margin: 18px 0 0;
  }
}
.checkboxerror {
  border-bottom: 1px solid #f24e6b !important;
}
/* End */


/* Start:/local/templates/maklive/css/term-cooperation.css?17442716341200*/
.terms_cooperation {
	margin: 100px 0 0 0;
}

.terms-cooperation__form {
	margin: 60px auto 0;
	max-width: 800px;
}

.terms-cooperation__form .point-question__field:last-child {
	grid-column: auto;
}

.terms-cooperation__form .point-question__form-wrap {
	grid-template-columns: 1fr 1fr;
}

.terms-cooperation__wrap {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}

.terms-cooperation__text {
	font-size: 18px;
	line-height: 125%;
}

.terms-cooperation__text p:not(:first-child) {
	margin: 16px 0 0;
}

.terms-cooperation__form .formerror.checkbox-cont>span::before {
	border-color: #f24e6b;
}

.ul-list li {
	font-size: 18px;
	line-height: 125%;
	color: #565354;
	margin: 12px 0;
	padding: 0 0 0 20px;
	position: relative;
}

.ul-list li:before {
	content: '';
	background-color: #01b2aa;
	border-radius: 50%;
	min-width: 7px;
	height: 7px;
	left: 0;
	margin: 6px 0 0 0;
	position: absolute;
}

@media (max-width: 1100px) {
	.terms_cooperation {
		margin: 50px 0 0 0;
	}

	.terms-cooperation__form {
		margin: 30px 0 0 0;
	}
}

@media (max-width: 600px) {
	.terms_cooperation {
		margin: 35px 0 0 0;
	}

	.terms-cooperation__form .point-question__form-wrap {
		grid-template-columns: 1fr;
	}
}
/* End */
/* /local/templates/maklive/css/sale-point/sale-point.css?17543929708725 */
/* /local/templates/maklive/css/term-cooperation.css?17442716341200 */
