/* block1 */
.sl-block1 {
	background-color: #F8F2D9;
	padding: 30px 70px 50px;
}
.sl-title {
	font-size: 32px;
}
.sl-title2{
	background-color: #23b14d;
	color: white;
	text-align: center;
	font-size: 32px;
	padding: 12px 20px 14px;
}
.sl-title3{
	border: 3px dashed #bbb;
	text-align: center;
	font-size: 24px;
	padding: 12px 20px 14px;
}
.sl-title4 {
	color: white;
	font-size: 28px;
}
.sl-subtitle {
	font-size: 21px;
}
.sl-subtitle2 {
	font-size: 21px;
	padding-left: 15px;
	border-left: 1px solid black;
}
.sl-subtitle3 {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 30px;
}
.sl-telegram, .sl-viber, .sl-whatsapp {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}
.sl-telegram {
	background-image: url("/local/include/service-landing/img/telegram.png");
}
.sl-viber {
	background-image: url("/local/include/service-landing/img/viber.png");
}
.sl-whatsapp {
	background-image: url("/local/include/service-landing/img/whatsapp.png");
}
.sl-images-wrapper {
	position: relative;
}
.sl-images .swiper-wrapper {
	display: flex;
    align-items: stretch;
}
.sl-images .swiper-slide {
	height: auto;
	/* для safari */
	max-height: 500px;
}
.sl-images .swiper-slide a {
	display: flex;
    height: 100%;
}
.sl-images .swiper-slide a img {
    height: 100%;
    object-fit: cover;
}
.sl-images-wrapper .swiper-button-next, .sl-images-wrapper .swiper-button-prev {
	color: white;
	background-color: gray;
    border-radius: 5px;
}
.sl-images-wrapper .swiper-button-next {
	right: -40px;
}
.sl-images-wrapper .swiper-button-prev {
	left: -40px;
}
.sl-images-wrapper .swiper-button-next:after, .sl-images-wrapper .swiper-button-prev:after {
	font-size: 20px;
}

/* block2 */
.sl-block2 {
	padding: 30px 40px;
}
.sl-block2-content {
	display: flex;
}
.sl-block2-content > div {
	flex: 1;
}
.sl-block2-content-text {
	padding: 0 40px;
}
.sl-block2-content-text p{
	margin-top: 75px;
    font-size: 22px;
    line-height: 1.3em;
	position: relative;
	font-weight: bold;
}
.sl-block2-content-text p span{
	color: #22dbef;
    font-size: 160px;
	position: absolute;
	top: -10px;
	left: -10px;
}

/* block3 */
.sl-block3 {
	padding: 60px 40px 30px 70px;
	background-color: #232d37;
	color: white;
	text-align: center;
	position: relative;
}
.sl-contacts-form-wrapper {
	margin-right: 150px;
	position: relative;
}
.sl-contacts-form-wrapper > div {
	text-align: right;
    font-size: 12px;
    padding: 5px 0 20px;
}
.sl-contacts-form-wrapper > div a {
	color: white;
	border-bottom: 1px dashed white;
}
.sl-contacts-form-wrapper span {
	position: absolute;
	bottom: 15px;
    right: -150px;
	width: 130px;
}
.sl-contacts-form {
	display: flex;
    gap: 15px;
	align-items: end;
}
.sl-contacts-form > div {
	display: flex;
    flex-direction: column;
}
.sl-contacts-form > div label {
    text-align: left;
}
.sl-contacts-form > div input, .sl-contacts-form > button {
	background-color: transparent;
    border: 1px solid white;
    padding: 10px 15px;
    font-size: 17px;
    color: white;
    border-radius: 25px;
	width: 180px;
}
.sl-contacts-form > button {
	padding: 8px 15px;
	border: 2px solid white;
}
.sl-contacts-info {
	display: flex;
    align-items: center;
    background-color: white;
    color: black;
    padding: 10px 20px;
    font-size: 18px;
    gap: 10px;
    justify-content: center;
}
.sl-contacts-info-text span {
	font-size: 24px;
    color: #4246b1;
}
.sl-contacts-info-phone {
	display: flex;
    align-items: center;
    gap: 10px;
}
.sl-contacts-info-phone a {
	color: black;
    font-weight: bold;
}
.sl-contacts-info-phone .svg-phone,
.sl-contacts-phone .svg-phone {
	display: none;
}
.sl-contacts-form-info {
	position: absolute;
	top:15px;
	right: 15px;
	padding: 15px;
	background-color: white;
	color: black;
	box-shadow: 2px 2px 5px #333;
	display: none;
}
.sl-contacts-form-info.active {
	display: block;
}
.sl-contacts-form-info.error {
	color: red;
}
.sl-contacts-form-info.success {
	color: green;
}

/* block4 */
.sl-block4 {
	padding: 30px 40px;
}
.sl-block4-title {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.sl-block4-title .sl-title {
	font-size: 26px;
}
.sl-block4-title .sl-subtitle {
	font-size: 16px;
	margin: 0;
}
.sl-yandex-rate {
	color: black;
}
.sl-yandex-rate span {
	display: block;
}
.sl-reviews-wrapper {
	position: relative;
}
.sl-reviews-wrapper .swiper-slide {
	display: flex;
}
.sl-reviews .swiper-wrapper {
	display: flex;
    align-items: center;
}
.sl-reviews-wrapper .swiper-button-next, .sl-reviews-wrapper .swiper-button-prev {
	color: white;
	background-color: gray;
    border-radius: 5px;
}
.sl-reviews-wrapper .swiper-button-next {
	right: -40px;
}
.sl-reviews-wrapper .swiper-button-prev {
	left: -40px;
}
.sl-reviews-wrapper .swiper-button-next:after, .sl-reviews-wrapper .swiper-button-prev:after {
	font-size: 20px;
}

/* block5 */
.sl-block5 {
	background-color: #F8F2D9;
	padding: 30px 70px 50px;
}
.sl-employees-wrapper {
	position: relative;
}
.sl-employees .swiper-wrapper {
	display: flex;
    align-items: center;
}
.sl-employees .swiper-slide {
	position: relative;
}
.sl-employees .swiper-slide img {
	border-radius: 10px;
}
.sl-employee-text {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
	border-radius: 0 0 10px 10px;
}
.sl-employee-text > div {
	font-size: 16px;
	padding-bottom: 3px;
}
.sl-employee-text > span {
	display: block;
    min-height: 30px;
    line-height: 1em;
}
.sl-employees-wrapper .swiper-button-next, .sl-employees-wrapper .swiper-button-prev {
	color: white;
	background-color: gray;
    border-radius: 5px;
}

.sl-employees-wrapper .swiper-button-next {
	right: -40px;
}
.sl-employees-wrapper .swiper-button-prev {
	left: -40px;
}
.sl-employees-wrapper .swiper-button-next:after, .sl-employees-wrapper .swiper-button-prev:after {
	font-size: 20px;
}

/* block6 */
.sl-block6 {
	padding: 30px 0;
}
.sl-reasons {
	display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
	gap: 4%;
}
.sl-reason {
	width: 47%;
	display: flex;
	gap: 20px;
	padding-bottom: 40px;
}
.sl-reason > div > img {
	min-width: 120px;
	width: 120px;
}
.sl-reason > div > h3 {
	position: relative;
}
.sl-reason > div > h3:after {
	position: absolute;
	bottom: -15px;
	left: 0;
	content: "";
	height: 2px;
	width: 70px;
	display: block;
	background-color: #e7d3a0;
}
.sl-reason > div > span {
	font-size: 18px;
    font-weight: bold;
}

/* block7 */
.sl-block7 {
	background-color: #F8F2D9;
	padding: 30px 70px 50px;
}
.sl-contacts {
	display: flex;
    gap: 30px;
}
.sl-contacts-photo {
	text-align:center;
}
.sl-contacts-photo > img{
	margin: 0;
	min-width: 250px;
}
.sl-contacts-photo > span{
	display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.sl-contacts > div > p {
	font-size: 18px;
}
.sl-contacts-mark-text{
	padding-left: 30px;
    position: relative;
}
.sl-contacts-mark-text:after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 100%;
	top:0;
	left:0;
	background-color: #74c082;
}
.sl-contacts-phone, .sl-contacts-time {
	font-size: 21px;
	padding: 12px 0 12px 50px;
	position: relative;
}
.sl-contacts-phone:after, .sl-contacts-time:after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top:11px;
	left:0;
	background-size: contain;
}
.sl-contacts-phone:after {
	background-image: url("/local/include/service-landing/img/phone.png");
}
.sl-contacts-time:after {
	background-image: url("/local/include/service-landing/img/clock.png");
}
.sl-contacts-phone {
	display: flex;
	gap: 10px;
	align-items: center;
}
.sl-contacts-phone a {
	color: black;
}

@media (max-width: 1250px) {
	.sl-contacts-info {
		flex-direction: column;
	}
	.sl-contacts-form {
		gap: 10px;
		align-items: flex-start;
		flex-direction: column;
	}
	.sl-contacts-form > button {
		margin-top: 15px;
	}
	.sl-contacts-form-wrapper > div {
		text-align: left;
		padding: 15px 0 20px;
		line-height: 1.2em;
	}
	.sl-contacts-info-phone {
		flex-direction: column;
	}
	.sl-contacts {
		flex-direction: column;
	}
	.sl-contacts-phone {
		flex-direction: column;
    	align-items: flex-start;
	}
}

@media (max-width: 820px) {
	.sl-block1 {
		padding: 30px 50px 50px;
	}
	.sl-block2 {
		padding: 30px 10px;
	}
	.sl-block2-content {
		flex-direction: column;
	}
	.sl-block2-content-text {
		padding: 0 20px;
	}
	.sl-block3 {
		padding: 30px 20px 30px 20px;
	}
	.sl-block5 {
		padding: 30px 50px 50px;
	}
	.sl-block4-title {
		flex-direction: column;
	}
	.sl-block4-title .sl-title {
		margin-bottom: 0;
	}
	.sl-reasons {
		padding: 0 10px;
	}
	.sl-reason {
		width: 100%;
	}
	.sl-reason > div > img {
		min-width: 80px;
		width: 80px;
	}
	.sl-block7 {
		padding: 30px 30px 50px;
	}
}