

/* Start:/local/templates/mayoly2021/components/bitrix/news.list/capabilities/style.css?17516293399158*/
/* Истории сотрудников */
.mhz-employees {
  margin-top: 40px;
  position: relative;
}
.mhz-employees__slide {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  align-self: stretch;
}
.mhz-employees__image img {
  width: 100%;
  aspect-ratio: 380/330;
  object-fit: cover;
  object-position: center;
}
.mhz-employees__text {
  padding: 20px 40px 40px;
}
.mhz-employees__name {
  font-size: 20px;
  line-height: 1.3;
}
.mhz-employees__name:not(:last-child) {
  margin-bottom: 10px;
}
.mhz-employees__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}
.mhz-employees__info p {
  margin: 0;
}
.mhz-employees__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 110%;
  left: -5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.mhz-employees__arrow {
  padding: 0;
  opacity: 0.6;
  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.2;
  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{
	margin-top: 45px;
	display: grid; 
  	grid-template-columns: 1fr 1fr; 
  	grid-template-rows: auto auto; 
  	gap: 35px 35px; 
  	grid-template-areas: 
    	"contact__item1 contact__item2"
    	"contact__item3 contact__item2";
    padding-bottom: 40px
}
.contact__item{
	background: #FFFFFF;
	border-radius: 20px;
}
.contact__item1 { 
	grid-area: contact__item1; 
	padding: 40px;
}
.contact__item2 { 
	grid-area: contact__item2; 
	padding: 40px;
  display: flex;
  flex-direction: column;
}
.contact__item3 { 
	grid-area: contact__item3; 
	background: transparent;
}
.contact__item-title{
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
}
.contact__item-info{
	display: flex;
	margin-top: 20px;
	width: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 0 !important;
}
.contact__item-info a {
  color: #1F5DA6;
  font-weight: 700;
}
.contact__item-info a:hover {
  text-decoration: none;
}
.contact__item-info p {
  font-size: 20px;
  margin: 0;
}
.contact__item-info p:last-of-type {
  margin-bottom: 10px;
}
.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: 14px 20px;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
}
.contact__input::placeholder{
	color: #666666;
}
.contact__input:focus{
	outline: none
}
.contact__res{
	margin-top: auto;
  margin-bottom: 15px;
}
.contact__res-title{
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}
.field__wrapper {
  width: 100%;
  position: relative;
  margin: 15px 0;
  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: 14px;
	line-height: 18px;
	padding-left: 40px;
	color: #666666;
	text-align: left;
}
 
.field__file-button {
	border: 2px solid #005B90;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 18px 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #005B90;
	width: 180px;
	min-width: 180px;
	transition: 0.3s
}
.field__file-button:hover{
	cursor: pointer;
	background: #005B90;
	color: #fff
}
.contact__form{
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact__btn{
	background: #005B90;
	border-radius: 10px;
	width: 180px;
	min-width: 180px;
	padding: 18px 25px;
	font-weight: bold;
	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: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.input__error{
	border: 1px solid red;
}
.check__error::before{
	border: 1px solid red!important;
}
.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: 992px){
	.contact__item-mail {
	    margin-left: 20px;
	}
	.contact{
		gap: 15px 15px;
		grid-template-areas:
        	"contact__item1"
        	"contact__item2"
        	"contact__item3";
        grid-template-columns: 1fr;
	}
	.contact__item3 {
	    height: 500px;
	}
}
@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{
		margin-top: 20px
	}
	.contact{
		margin-top: 20px;
	}
	.contact__item3 {
	    height: 350px;
	}
}
@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?17516293399158 */
