

/* Start:/local/templates/mayoly2021/components/bitrix/news.list/capabilities/style.css?17748581389144*/
/* Истории сотрудников */
.mhz-employees {
  position: relative;
}

.mhz-employees__slide {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  align-self: stretch;
}

.mhz-employees__image {
  margin-bottom: 20px;
}

.mhz-employees__image img {
  width: 100%;
  aspect-ratio: 380 / 330;
  object-fit: cover !important;
  object-position: center;
  border-radius: 12px;
  height: 400px !important;
}

.mhz-employees__short {
  font-weight: 700;
  color: #005CA8;
  font-size: 20px;
}

.mhz-employees__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #333;
  padding-top: 20px;
}

.mhz-employees__info p {
  margin: 0;
}

.mhz-employees__nav {
  position: absolute;
  top: -82px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  pointer-events: none;
}

.mhz-employees__arrow {
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border-radius: 0;
  border: none;
  pointer-events: all;
  transition: all 0.3s ease 0s;
}

.mhz-employees__arrow:hover {
  opacity: 1;
}

.mhz-employees__arrow.swiper-button-disabled {
  opacity: 0.24;
  pointer-events: none;
}

.mhz-employees__arrow path {
  transition: all 0.3s ease 0s;
}

@media (min-width:1180px) {
  .mhz-employees__slider {
    overflow: hidden;
  }
}

@media (max-width:767px) {
  .mhz-employees__name {
    font-size: 16px;
  }

  .mhz-employees__info {
    font-size: 13px;
  }

  .mhz-employees__nav {
    display: none;
  }
}


/* Контакты */
.title__contact {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  margin-top: 50px;
}

.contact {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding-bottom: 60px
}

.contact__item {
  width: calc(50% - 10px);
  background: #FFFFFF;
  border-radius: 20px;
}

.contact__item1 {
  background: #1AA9B6;
  padding: 60px 80px 61px 80px;
}

.contact__item2 {
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
}

.contact__item-title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}

.contact__item-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 0 !important;
}

.contact__item-info a {
  color: #fff;
}

.contact__item-info a:hover {
  text-decoration: none;
}

.contact__item-info p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.contact__item-phone,
.contact__item-mail {
  padding-left: 32px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  text-decoration: none;
  transition: 0.3s
}

/* .contact__item-mail{
	margin-left: 40px;
} */
.contact__item-phone::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: url('/local/templates/mayoly2021/img/contact-phone.svg')no-repeat 50%;
  background-size: contain;
  width: 23px;
  height: 24px;
}

.contact__item-phone:hover,
.contact__item-mail:hover {
  color: #1AA9B6;
}

.contact__item-mail::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: url('/local/templates/mayoly2021/img/contact-mail.svg')no-repeat 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.contact__input {
  width: 100%;
  margin: 20px 0 0 0;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
}

.contact__input::placeholder {
  color: #666666;
}

.contact__input:focus {
  outline: none
}

.contact__res {
  margin: 21px 0;
}

.contact__res-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}

.field__wrapper {
  width: 100%;
  position: relative;
  text-align: center;
}

.field__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.field__file-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.field__file-fake {
  font-size: 12px;
  line-height: 16px;
  padding-left: 20px;
  color: #666666;
  text-align: left;
}

.field__file-button {
  border: 1px solid #1F5DA6;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 16px 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #1F5DA6;
  width: 200px;
  min-width: 200px;
  transition: 0.3s
}

.field__file-button:hover {
  cursor: pointer;
  background: #1F5DA6;
  color: #fff;
}

.contact__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.contact__btn {
  background: #005B90;
  border-radius: 10px;
  width: 180px;
  min-width: 180px;
  padding: 16px 25px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}

.contact__btn:hover {
  cursor: pointer;
}

.checkbox {
  display: flex;
  padding-right: 20px;
}

.checkbox:hover,
.custom-checkbox+label:hover {
  cursor: pointer;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}

.custom-checkbox+label span {
  text-decoration: none;
  color: #005B90;
}

.custom-checkbox+label span:hover {
  cursor: pointer;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox:hover {
  cursor: pointer;
}

.contact__item-photo {
  width: 100%;
  height: 528px;
  aspect-ratio: 16 / 9;
}

.input__error {
  border: 1px solid red;
}

.check__error::before {
  border: 1px solid red !important;
}

.custom-checkbox+label a {
  color: #005B90;
  text-decoration: none;
}

.contact__mess {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: green
}

.contacts-cont-item-email-hr {
  margin-top: 2px
}

@media(max-width: 1500px) {

  .contact__item1,
  .contact__item2 {
    padding: 20px;
  }

  .contact__item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .contact__item-info {
    margin-top: 15px
  }

  .contact__item-phone,
  .contact__item-mail {
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .contact__item-phone::before {
    width: 19px;
    height: 20px;
  }

  .contact__item-mail::before {
    width: 20px;
    height: 20px;
  }

  .contact__input {
    margin: 15px 0 0 0;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 19px;
  }

  /* .contact__res {
margin-top: 25px;
} */
  .field__wrapper {
    margin: 10px 0
  }

  .field__file-button,
  .contact__btn {
    padding: 14px 16px;
    width: 150px;
    min-width: 150px;
  }

  .field__file-fake {
    padding-left: 20px
  }

  .contact__form {
    margin-top: 25px;
  }

  .contact__item3 {
    height: 456px;
  }

  .contact {
    margin-top: 30px;
    gap: 25px 25px;
    padding-bottom: 30px;
  }

  .contact__item-photo {
    object-position: top;
  }

  .contacts-cont-item-email-hr {
    margin-top: 0
  }
}

@media(max-width: 1024px) {
  .contact__item-photo {
    object-fit: contain;
    height: auto;
  }
}

@media(max-width: 992px) {
  .contact__item-mail {
    margin-left: 20px;
  }

  .contact {
    flex-direction: column;
    gap: 23px;
  }

  .contact__item {
    width: 100% !important;
    padding-bottom: 40px !important;
  }
}

@media(max-width: 767px) {
  .contact__item-info p {
    font-size: 15px;
  }

  .field__file-fake {
    padding-left: 10px;
  }

  .contact__form {
    flex-direction: column;
  }

  .checkbox {
    padding-right: 0
  }

  .contact__btn {
    width: 100%;
    margin-top: 20px;
  }

  .contact {
    margin-top: 20px;
  }

  .contact__item3 {
    height: 350px;
  }

  .contact__item-photo {
    height: 330px;
    object-fit: fill;
  }
}

@media(max-width:374px) {

  .contact__item-phone,
  .contact__item-mail {
    padding-left: 25px;
    font-size: 14px;
    line-height: 17px;
  }

  .field__file-wrapper {
    flex-direction: column;
  }

  .field__file-fake {
    margin-top: 15px;
    padding-left: 0
  }

  .contact {
    padding-bottom: 0
  }
}

/* End */
/* /local/templates/mayoly2021/components/bitrix/news.list/capabilities/style.css?17748581389144 */
