
.mfp-preloader {
	width: 100px !important;
	animation: none !important;
	font-size: 0 !important;
}

.block__slider {
	margin-left: 0 !important;
	padding-bottom: 50px;
}
.block__slider .slick-list li {
	cursor: pointer;
}
.block__slider .slick-list li a {
	//pointer-events: none !important;
}
.block__slider .slick-arrow {
	font-size: 0px !important;
	position: absolute;
	bottom: -10px;
	z-index: 999;
	background: #00d084;
}
.block__slider .slick-prev.slick-arrow {
	left: 44%;
}
.block__slider .slick-next.slick-arrow {
	right: 44%;
}
.block__slider .slick-arrow::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.block__slider .slick-prev.slick-arrow::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/%3E%3C/svg%3E");
}
.block__slider .slick-next.slick-arrow::after{
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'/%3E%3C/svg%3E");
}

.block__slider .slick-disabled{
	opacity: 0.7;
	cursor: not-allowed;
}

.block__slider .slick-dots {
	display: flex;
        justify-content: center;
	margin: 0;
}

.block__slider .slick-dots li {
	margin: 0 5px;
	padding: 0;
}

.block__slider .slick-dots li button {
	width: 10px;
	height: 10px;
	font-size: 0px;
	padding: 0;
	background: #00d084;
}

.block__slider .slick-dots li.slick-active button {
	background: #000;
}

.wp-block-separator {
	height: 2px !important;
	max-width: 100% !important;
    	border: none !important;
		background: rgba(20, 176, 130, 0.1) !important;
}
@media screen and (max-width: 600px) {
	.block__slider {
		padding-bottom: 0;
	}
}

/* BLOCK */

.block__wrap {
	display: flex;
	align-items: center;
    margin: 32px 0;
}
.block__wrap_image {
	max-width: 405px !important;
    width: 100%;
    height: auto;
    margin-top: 0 !important;
}
.block__wrap_link {
	padding: 0 0 0 24px;
}
.block__wrap_link a {
    color: #000 !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    
}
.block__wrap_link a:hover{
    opacity: 1;
}
@media screen and (max-width: 600px) {
	.block__wrap {
		display: block;
	}
	.block__wrap_image {
		width: 100%;
	}
	.block__wrap_link a {
		font-size: 17px;
	}
}

.has-background {
    background: rgba(243, 249, 255, 1) !important;
    padding: 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }