body {
	overflow-x: hidden;
}
.section-title-h1 {
	color: #212529;
	margin: 50px 0 30px;
}

/**/
.first-section__img-bg {
	position: relative;
}
.first-section__img-bg::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
}
.untree_co-hero .hero-inner .text h1 {
	font-size: 3rem;
	text-shadow: 0 0 19px white;
}
@media (max-width: 769px) {
	.untree_co-hero .hero-inner .text h1 {
		font-size: 2rem;
	}
	.untree_co-hero .hero-inner .text h1,
	.first-section .text p {
		text-shadow: 0 0 19px black;
    	color: white;
	}
}

/**/
.number-off {
	font-size: 3rem;
    color: #ffffff;
}
.about-princess {}
.about-princess img {}
.about-princess h3 {
	margin: 15px 0 10px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}
.about-princess h4 {
    font-size: 1.1rem;
    text-align: center;
}

/**/
.about-work,
.contacts {
	overflow-x: hidden;
}
.about-work .text {
	width: 100%;
}
.about-work .text * {
	color: #aaa;
}

/**/
.work-services {}
.work-services__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.work-services__serv {
	width: 100%;
    margin: 0 5px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 20px 10px;
    cursor: pointer;
}
@media (min-width: 769px) {
	.work-services__serv {
	    width: calc(50% - 10px);
	}
}
@media (min-width: 1024px) {
	.work-services__serv {
	    width: calc(20% - 10px);
	}
}
.work-services__serv:hover {
	background: #222;
}
.work-services__serv:hover,
.work-services__serv:hover * {
	color: #aaa;
}
.work-services__title {
    text-align: center;
    font-weight: bold;
    line-height: 1;
    font-size: 18px;
    min-height: 40px;
}
.work-services__text {
    font-size: 14px;
    line-height: 1.2;
}
.work-services__text ul {
    padding: 0;
}
.work-services__text li {
	margin-bottom: 10px;
	list-style-type: none;
}
.work-services__deadline {
    font-weight: bold;
    text-align: center;
}
.work-services__price {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

/**/
.contacts {
	margin-top: 70px;
}
.contacts h1 {
	color: #aaa;
}
.contacts-text svg {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	fill: #aaa;
}
.contacts__item a {
	color: #aaa;
	font-size: 22px;
}
.contacts-form {
	display: flex;
    align-items: center;
}
.form-call {
	width: 100%;
}
.form-call p {
	display: none;
	font-weight: bold;
	color: white;
	font-size: 16px;
}
.form-call__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-call__input {
	width: calc(50% - 10px);
}
.form-call__textar {}
.form-call__input,
.form-call__textar {
	margin-bottom: 20px;
	padding: 10px 15px;
	font-size: 16px;
	color: #212529;
	border: none;
	background: #aaa;
	border-radius: 10px;
}
.form-call__textar {
	width: 100%;
	height: 150px;
}
.form-call__subm {}

@media (max-width: 769px) {
	.form-call {
		padding: 0 30px;
	}
	.form-call__input {
		width: 100%;
	}
}

/**/
.portfolio .swiper-slide img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.site-nav.dark .site-navigation .site-menu > li > a {
	color: white;
	text-shadow: 0 0 19px black;
}