@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic';
/* CSS Document */
body {
	font-family: 'Open Sans', Arial, sans-serif;
	background: lightgrey fixed top left no-repeat;
	background-image: url(../img/featured19.jpg);
	background-size: cover;
	overflow-x: hidden;
}
header {
	display: flex;
	align-items: stretch;
	height: 370px;
	background:url(../img/bg-header.jpg);
	background-size: 100%;
	background-position: center center;
}
header h1 {
    color: white;
    font-size: 2.2em;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
}
header > div:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sub--header {
    color: yellow;
    font-weight: 300;
	margin-bottom: 20px;
}
.plus--header {
    height: 35px;
    object-fit: contain;
}
.images-1 {
	height: 220px;
}
.images-1 > div {
	height: 100%;
	padding: 0;
	position: relative;
	overflow: hidden
}
.images-1 img {
	width: 100%;
	background-size: contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.cont--why {
    display: flex;
    align-items: stretch;
	padding: 0 5%;
	margin: 60px 0 0;
	color: #a05cbe;
}
.heading--section {
	margin-top: 0;
    font-weight: 300;
    padding-left: 40px;
}
.why {
	padding-top: 20px;
	padding-bottom: 30px;
	background: white;
}
.col--why {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.col--why.left {
	text-align: right;
}
.col--why.right {
	text-align: left;
}
.cont--why img {
	width: 100%;
	object-fit: contain;
}
.descr--why {
	font-weight: 300;
}
.why-2 {
	padding-top: 30px;
	background: #f0f0f0;
	overflow: auto;
	padding-bottom: 30px;
}
.col--why-2 {
    display: flex;
    justify-content: space-between;
	color: #a05cbe;
}
.col--why-2 .single--why {
	width: 40%;
}
.col--why-2 .single--why:first-child {
	text-align: right;
}
.plain-text {
    background: white none repeat scroll 0% 0%;
    padding: 30px 0px 40px;
}
.text--plain-text {
    margin: 15px 40px 40px;
	font-size: 1.1em;
	font-weight: 300;
}
.button--plain-text {
    margin: 0px 40px;
}
.button-rounded {
    background: #dc78ad;
    padding: 15px;
    border-radius: 30px;
    color: white;
}
.button-rounded.top {
	width: 142px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 5px;
	color: black;
	background: yellow;
}
.button-rounded:hover {
	color: white;
	text-decoration: none;
	background: #a05cbe;
}
.button--plain-text div {
    display: inline-block;
    margin-left: 10px;
    color: #dc78ad;
    width: calc(100% - 155px);
    vertical-align: middle;
}
.images-3 {
	display: flex;
	height: 250px;
	overflow: hidden;
}
.images-3 img {
	height: 100%;
	object-fit: cover;
}
.images-3 img:first-child {
	width: 41%;
}
.images-4 {
	display: flex;
	height: 245px;
	overflow: hidden;
}
.images-4 img {
	height: 100%;
	object-fit: cover;
}
.images-5 {
	display: flex;
	height: 265px;
	overflow: hidden;
}
.images-5 img {
	height: 100%;
	object-fit: cover;
}
.steps {
    display: flex;
    justify-content: space-around;
    padding: 60px 0;
    background: #c0c0c0;
}
.single--steps {
	padding: 10px;
	text-align: center;
}
.single--steps a {
	color: inherit;
}
.single--steps a:hover {
	color: inherit;
	text-decoration: none;
}
.single--steps:first-child {
	border: solid thin #dab1da;
	cursor: pointer;
	background: #e7e7e7;
}
.single--steps:hover {
	background: #dab1da;
}
.text--steps {
	margin-top: 10px;
	font-weight: 300;
}
.images-6 {
	display: flex;
	height: 235px;
	overflow: hidden;
}
.images-6 img {
	height: 100%;
	object-fit: cover;
}
.works .text--plain-text {
	margin-bottom: 0;
}
.price {
	position: relative;
	padding-top: 30px;
	background: white;
}
.cont--price {
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
}
.single--price {
	width: 14%;
	text-align: center;
	z-index: 1;
}
.single--price img {
	width: 100%;
	object-fit: contain;
}
.descr--price{
    color: white;
    background: #dc78ad;
    padding: 10px 0;
    margin-top: 20px;
}
.pink {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
    background: #dc78ad;
}
.form {
	padding: 40px 0;
}
.cont--form {
	width: 70%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	background: rgba(99, 99, 99, 0.7);
}
h5.white {
	color: white;
	font-size: 1.3em;
}
h5.grey {
	color: #ccc;
	font-size: 1.3em;
}
input[type="text"] {
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 15px;
    padding: 5px;
	margin-bottom: 10px;
    width: 70%;
}
input[type="submit"] {
    background: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
}
footer {
	padding: 20px 10px;
	color: black;
	background: white;
	overflow: auto;
}
footer .col-md-6:last-child {
	text-align: right;
}
.p--footer {
	font-size: 0.9em;
	margin-bottom: 20px;
}
footer a {
	color: black;
}
footer a:hover {
	color: darkgrey;
	text-decoration: none;
}
.under {
	background: white;
}
.text--under {
	text-align: right;
	padding: 10px 40px;
}