body {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	background: rgb(248,179,52);
	background: linear-gradient(90deg, rgba(248,179,52,1) 0%, rgba(238,128,39,1) 100%);
}
a {
	color:#000000;
}
a:hover {
	color: #008a2e;
}
.allcontent {
	min-height: 90vh;
	background:#ffffff;
	margin: 30px 0 60px 0;
}
.headblock {
	background: rgb(248,179,52);
	background: linear-gradient(90deg, rgba(248,179,52,1) 0%, rgba(238,128,39,1) 100%);
}
.logoblock {
	background: url(/c/img/fon.png) center top;
	background-size: 100% Auto;
}
.logoblock img {
	max-height: 100px;
}
.lineblock {
	margin: 40px 0 30px 0;
}
.zagolovok {
	font-size:150%;
	color:#ef8729;
}
.zagolovok2 {
	color:#ef8729;
	margin: 0 0 10px 0;
}
.zagolovok3 {
	font-size:120%;
	color:#ef8729;
	margin: 0 0 20px 0;
}
.textblock {
	padding:20px 0 0 0;
	background: #fff;
}
.textblock2 {
	background: #fff;
    margin-bottom: 40px;
}
.buttonblock {
	background: #fff;
}
.imgcube {
	background:#fefbf4;
	border-radius:15px;
	border: 1px solid #ef8628;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	display:block;
	text-align: center;
	margin: 15px 0 30px 0;
}
.imgcube:hover {
	background: rgb(248,179,52);
	background: linear-gradient(90deg, rgba(248,179,52,1) 0%, rgba(238,128,39,1) 100%);
}
a.imgcube {
	color:#000000;
	text-decoration:none;
}
.imgcube:hover img {
	filter: grayscale(100%) contrast(150%) brightness(200%);
}

/* Форма */
.form_client textarea, .form_client input.formc {
	display: block;
	padding: 10px;
	margin: 10px 0 30px 0;
	width: 100%;
	border-radius: 10px;  
	border: 1px solid #ef8729;
	outline: none;
}
.form_client label.zagolovok {
	width: 100%;
	text-align: center;
	color: #ef8729;
	margin-bottom: 5px;
}
.form_client label.zagolovok2 {
	width: 100%;
	color: #ef8729;
	margin-bottom: 20px;
	font-size: 120%;
}
.form_client label.zagolovok3 {
	width: 100%;
	color: #000000;
	margin-bottom: 30px;
	font-size: 150%;
	font-weight: 500;
}
textarea:focus, input.formc:focus {
	color: #000000;
	border-radius: 10px;
	border: 1px solid #008a2e;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
	display: none;
}
.checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 35px;
	color: #000000;
}
.checkbox label::before, .checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}
.checkbox label::before {
    height: 25px;
    width: 25px;
    border: 1px solid;
	border-color: #ef8729;
	border-radius: 3px; 
    left: 0px;
    top: 0px;
}
.checkbox label::after {
    height: 10px;
    width: 15px;
	color: #ef8729;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 5px;
    top: 4px;
}
.checkbox input[type="checkbox"] + label::after {
    content: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: #008a2e auto 1px;
}

/* Рейтинг */
.rating-area {
	overflow: hidden;
	margin-bottom: 20px;
}
.rating-area > input {
	display: none;
}
.rating-area > label {
	float: right;
	padding: 0;
	cursor: pointer;
	color: #f4d477db;
	background-image: url(/img/estimate.png);
	width: 70px;
	height: 70px;
}
.rating-area:not(:checked) > label:before {
	content: '';
}
.rating-area > input:checked ~ label {
	color: #008a2e;
	background-image: url(/img/estimate1.png);
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: #008a2e;
	background-image: url(/img/estimate2.png);
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: #008a2e;
	background-image: url(/img/estimate1.png);
}
.rate-area > label:active {
	position: relative;
}
.text_rating {
	color: #ef8628;
	font-size: 140%;
	margin-bottom: 20px;
}

/* Кнопки */
.button {
	background:#fefbf4;
	border-radius:35px;
	border: 1px solid #ef8628;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	display:block;
	margin: 15px 0 30px 0;
	padding: 5px;
}
.button:hover {
	background: rgb(0 138 46);
	background: linear-gradient(90deg, rgb(0 138 46) 0%, #008a2e96 100%);
	border: 1px solid #008a2e;
}
a.button {
	text-decoration:none;
}
.button:hover img {
	filter: grayscale(100%) contrast(150%) brightness(200%);
}

.form_client_button{
  width: 100%;
	background:#ef8729;
	color:#ffffff;
	border-radius:35px;
	border: 1px solid #ef8628;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	display:block;
	margin: 15px 0 30px 0;
	text-align: right;
	padding: 5px;
}
.form_client_button img {
	filter: grayscale(100%) contrast(150%) brightness(200%);
}
.form_client_button:hover {
	background: rgb(0 138 46);
	background: linear-gradient(90deg, rgb(0 138 46) 0%, #008a2e96 100%);
	border: 1px solid #008a2e;
}
.form_client_button:hover img {
	filter: grayscale(100%) contrast(150%) brightness(200%);
}
a.form_client_button {
	text-decoration:none;
}

.form_client_button2 {
    width: 100%;
	background:#ef8729;
	color:#ffffff;
	border-radius:35px;
	border: 1px solid #ef8628;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	box-shadow: 5px 5px 10px 0px rgba(128, 128, 128, 0.1);
	display:block;
	margin: 15px 0 30px 0;
	text-align: left;
}
.form_client_button2 img {
	filter: grayscale(100%) contrast(150%) brightness(200%);
}
.form_client_button2:hover {
	background: rgb(0 138 46);
	background: linear-gradient(90deg, rgb(0 138 46) 0%, #008a2e96 100%);
	border: 1px solid #008a2e;
}
.form_client_button2:hover img {
	filter: grayscale(100%) contrast(150%) brightness(200%);
}
a.form_client_button2 {
	text-decoration:none;
}

/* media */
@media (max-width: 800px) {
	body {
		font-size: 16px;
	}
	.container {
		max-width:85%;
	}
}
@media (max-width: 500px) {
	body {
		font-size: 12px;
	}
	.lineblock {
		margin: 50px 0 20px 0;
	}
	.rating-area > label {
		width: 35px;
		height: 35px;
		background-size: 35px;
	}
}
@media (min-width: 1000px) {
	.logoblock {
		background-size: 100% 550px;
	}
}
@media (max-width: 1000px) {
	.lineblock {
		margin: 60px 0 20px 0;
	}
}
@media (min-width: 890px) {
	.container {
	  max-width: 850px;
	}
}




