*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
}

.nav-link , .navbar-brand{
 cursor: pointer;
}
.nav-link{
 margin-right: 1em !important;
}
.navbar-collapse{
 justify-content: flex-end;
}

.hidden {
	display: none;
}
.carousel img {
	width: 100%;
	height: auto;
}
.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;
}

/*alignment*/
.header, .company, .clients, .prices, .dobbing {
	min-height: calc(100vh - 56px);
	max-height: auto;
}

/*Blocs - section*/
.header {
	width: 100%;
	display: block;
	margin-top: 56px;
}
.header__title__h1 {
	margin: 0 0 1rem 0;
}
.header__content {
	margin: 3rem 0 0 0;
	font-size: 1.25rem;
}

.clients {
	background: url(../img/nashimi_kliyentami_yavlyayutsya.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.clients__bg-color-box::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.clients__title__h2 {
	margin: 1rem 0;
}
.circle {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	font-size: 1.75rem;
}
.circle-border {
	margin: 1rem;
	display: inline-block;
	width: 4rem;
	height: 4rem;
	padding: 0.25rem;
	border-radius: 50%;
	text-align: center;
	line-height: 3.25rem;
}
.media-body__text {
	margin: 0;
	font-size: 1.125rem;
}
.clients__section-text {
	margin: 1.5rem 0 0 0;
	font-size: 1.5rem;
}

.services {
}
.carousel-box {
	position: relative;
	width: 100%;
}
.carousel-box::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.details {
}

.prices {
	background: url(../img/stoimosti_uslug.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.prices__bg-color-box::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.prices__text {
	font-size: 1.125rem;
}

.dobbing {
	background: url(../img/dobbing.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.dobbing__bg-color-box::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.dobbing__texe {
	font-size: 1.25rem;
}
.footer {
}

.wrap-block {
	margin: 1.5rem 0;
}