html{
    scroll-behavior: smooth;
}

div.object__gallery.flex-container div.object__gallery-col video{
object-position: top;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
object-fit: contain;
}
div.gallery.flex-container div.gallery__photo.video video{
object-position: top;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
object-fit: contain;
}

.zs-contacts{
	margin: 25px 0 0 0;
}
.zs-contacts .flex-row.between{
	justify-content: space-between;
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;

}
.zs-contacts .contacts-col{
     width: 48%;
}
.zs-contacts .contacts-form{
     width: 48%;
}
.zs-contacts .contacts-form__title{
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 18px;
}
.zs-contacts .contacts-item__icon svg{
     width: 20px;
     height: 19px;
}
.zs-contacts .contacts-item__icon{
     width: 18px;
     text-align: center;
     margin-right: 10px;
     height: 20px;
}
.zs-contacts .contacts-item{
     display: flex;
     align-items: center;
     margin-bottom: 18px;
}
.zs-contacts .contacts-item a{
     display: flex;
     align-items: center;
	 text-decoration:none;
}

.zs-contacts .contacts-item a:hover{
     opacity: .5;
}
.zs-contacts .contacts-social a svg{
     min-width: 23px;
     height: 23px;
     margin-right: 10px;
}
.zs-contacts .contacts-social{
     display: flex;
     flex-direction: column;
     margin: 30px 0 20px;
}
.zs-contacts .contacts-social a{
     display: flex;
     align-items: center;
     margin-bottom: 20px;
     width: 0;
	 text-decoration:none;
}

.zs-contacts div.checkout-input input, .zs-contacts div.checkout-input textarea{
background: #FFFFFF;
border: 1px solid #C4C4C4;
box-sizing: border-box;
border-radius: 4px;
padding-left: 18px;
font-size: 16px;
margin-bottom: 20px;
width: 100%;
font-weight: normal;
line-height: 24px;
color: #262626;
}
.zs-contacts div.checkout-input input{
height: 50px;
}
.zs-contacts div.checkout-input textarea{
padding-top: 18px;
}
.zs-contacts div.checkout-row label{
display: block;
margin-bottom: 7px;
font-size: 14px;	
}
.zs-contacts div.checkout-row label i{
color: #FF0000;
}


.zs-contacts .filter-checkbox {
	 display: flex;
	 flex-direction: row;
	 align-content: flex-start;
}
.zs-contacts div.filter-checkbox label div{
font-size: 12px;
line-height: 15px;
margin: 0 0 0 10px;
color: #4A4A4A;
}
.zs-contacts div.filter-checkbox label div a {
    color: inherit;
    text-decoration: underline;
}
input.myDisabled[disabled], button.myDisabled[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.zs-contacts .contacts-form__btn{
     margin-bottom: 25px;
}
.zs-contacts .contacts-item__phone{
     font-size: 18px 
}
.zs-contacts .contacts-text{
     font-size: 14px 
}


.submit input {
margin-top: 0;
height: 42px;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
max-width: inherit;
width: 100%;
color: #FFFFFF;
line-height: 15px;
    background: linear-gradient(to right, #28B750 0.08%, #A6D554 99.91%);
    background: -webkit-linear-gradient(to right, #28B750 0.08%, #A6D554 99.91%);
    background: -o-linear-gradient(to right, #28B750 0.08%, #A6D554 99.91%);
    background: -ms-linear-gradient(to right, #28B750 0.08%, #A6D554 99.91%);
    background: -moz-linear-gradient(to right, #28B750 0.08%, #A6D554 99.91%);
	cursor: pointer;
}
.submit input:hover{
	background: #28B750;
}


.map{
     margin: 25px 0;
     min-height: 300px 
}
.zs-contacts .contacts-item__icon svg {
    fill: #28B750;
}
.zs-contacts .contacts-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
	color: #262626;
}


 @media(max-width:720px){
.zs-contacts .contacts-col{
         width: 100%;
         margin-bottom: 40px;
    }
    .zs-contacts  .contacts-form{
         width: 100%;
    }
 }

 div.notification.green {
    background-color: #28B750;
	color: #fff;

}
 div.notification.red {
    background-color: #990000;
	color: #fff;

}
div.notification {
    padding: 10px;
    margin: 5px 0;
}
 img {
    image-rendering: -webkit-optimize-contrast;
}
.leader__photo img{
	max-width: 250px;
}
@media all and  (max-width: 768px){
.leader__photo img {
    width: 160px;
	right: 30px;
}
}

.data2{
	font-size: 24px;
    line-height: 29px;
}
body[data-template=newlife] .header__new h1{
	display: block;
}

body[data-template=newlife] .header-bg-wrap{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    z-index: 0;
    min-height: 100%;
}
body[data-template=newlife] .header-bg-wrap .header-bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 1;
}
body[data-template=newlife] .header-bg-wrap img {
    top: 0;
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100%;
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
body[data-template=newlife] .footer__legal{
	max-width: 260px;
		padding: 80px 0 0 0;
}
@media (max-width: 980px) {
    body[data-template=newlife] .footer__legal{
        max-width: 100%;
    }
}


body[data-template=newlife] .footer__legal p, body[data-template=newlife] .footer__legal a{
	font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
 body[data-template=newlife] .footer__legal a{
	 text-decoration:underline;
 }
body[data-template=newlife]  .op-tc{
	 object-position: top center;
 }
body[data-template=newlife] .type__content2{
	    padding: 28px 23px 39px 23px;
}

@media (max-width: 1100px){
body[data-template=newlife] .type__content2{
	    padding: 28px 0 39px 0;
}
}
@media (max-width: 450px) {
body[data-template=newlife] .type__content2{
	    padding: 11px 0 17px 0;
}
}
body[data-template=newlife] .objects__btn_v2{
	    margin: 0 auto;
}
@media (max-width: 767px) {
	body[data-template=newlife] .objects__btn_v2{
	   margin-top: 0;
}
}


/*cookie privicy box start*/
 .cookie_privacy_box {
  position: fixed;
  bottom: 20px;
  left: -475px;
  max-width: 345px;
  width: 100%;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: left 0.3s ease;
  z-index: 999;
}
.cookie_privacy_box.enabled {
  left: 20px;
}

.cookie_privacy_box .cookie_privacy_box_data {

}
.cookie_privacy_box .cookie_privacy_box_data p {
  font-size: 14px;
  line-height:16px;
}
.cookie_privacy_box .cookie_privacy_box_data p a {
  text-decoration: underline;
}
.cookie_privacy_box .cookie_privacy_box_data p a:hover {
  text-decoration: none;
}
.cookie_privacy_box .cookie_privacy_box_buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie_privacy_box .cookie_privacy_box_buttons .cookie_privacy_box_button {
	font-size:14px;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 576px) {
	.cookie_privacy_box{
		bottom: 20px;
		width: calc(100% - 40px);
	}
	.cookie_privacy_box.enabled{
		left: 20px;
	}
	.cookie_privacy_box .data p {
		font-size:12px;
	}

}
/*cookie privicy box finish*/

/*cookie privicy box start*/
 .cookie_privacy_box {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cookie_privacy_box .cookie_privacy_box_data {

}
.cookie_privacy_box .cookie_privacy_box_data p {
  color: #333;
}
.cookie_privacy_box .cookie_privacy_box_data p a {
  color: #28B750;
}
.cookie_privacy_box .cookie_privacy_box_buttons .cookie_privacy_box_button {
  color: #fff;
     background: linear-gradient(to right, #28B750 0.08%, #A6D554 99.91%);
    background: -webkit-linear-gradient(to right, #28B750 0.08%, #A6D554 99.91%);
    background: -o-linear-gradient(to right, #28B750 0.08%, #A6D554 99.91%);
    background: -ms-linear-gradient(to right, #28B750 0.08%, #A6D554 99.91%);
    background: -moz-linear-gradient(to right, #28B750 0.08%, #A6D554 99.91%);
}
.cookie_privacy_box .cookie_privacy_box_buttons #acceptBtn:hover {
  background: #28B750;
  color: #fff;
}
/*cookie privicy box finish*/	