@font-face {
font-family: "FedraSansPro";  
src: url("../fonts/FedraSansPro Normal.otf") format("truetype"); 
font-style: normal; 
font-weight: normal;
}
div {
font-family: "FedraSansPro";
}
h1,h2,h3,h5 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
#prolog h1{
	text-transform: none;
}
#prolog h3{
	text-transform: none;
}
#prolog h5{
	text-transform: none;
}
#star > .row{
	background: rgba(0,0,0,0.5);
}
#three p{
	border: none !important;
}
input {
	margin: 10px !important;
	padding: 10px;
	border-radius: 5px;
	border: none;
}
a:hover {
	text-decoration: none;
	color: #888;
}

.minp {
	text-align: center;
	color: #888;
	font-size: 20px;
}
#shapka {
	display: block;
	background-color: #41AE58;
}
#shapka img {
	height: 55px;
}
#star {
	background-image: url(../img/xhere.com11.png);
	padding: 20px;
}
.logo {
	font-size: 28px;
	color: #fff;
}

.phone {
	float: right;
	color: #fff !important;
    font-size: 26px;
}
#prolog p {
	font-size: 34px;
	color: #e44c4c;
	text-align: center;
	font-weight: bold;
}
#prolog h1 {
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#prolog h3 {
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#prolog h5 {
	color: #fff;
	text-align: center;
	padding: 0 40px;
}
.butt {
	text-align: center;
}
.butt a {
	color: #fff;
	transform: none;
}
.butt button {
	margin: 20px auto;
	padding: 10px 30px;
	border-radius: 5px;
	border: none;
	background-color: #41AE58;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
#three {
	display: block;
	background-color: #41AE58;
	border-radius: 0px 0px 5px 5px;
}
#three h6,p {
	color: #fff;
	text-align: center;
	padding: 10px;
	
}
#three p {
	border: dashed 5px #fff;
	border-radius: 10px;
	width: 100%;
	padding: 14px;
}
#tovar {
	display: block;
	background-color: #e44c4c;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 40px;
}
#panel img {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-radius: 5px;
	border: solid 2px #fff;
}
.opisanie h4 {
	text-align: center;
	color: #fff;
}

/*выпадающий текст*/

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.xpandable-block {
  height: 80px;
  overflow: hidden;
  order: 0;
}
.xpandable-block p {
  text-align: left;
}
.xpand-button {
  order: 1;
}
input[type="checkbox"] {
 display: none;
}
input[type="checkbox"]:checked + .xpandable-block, .xpandable-block2 {
  height: auto;
}
label {
  order: 1;
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
}
.opisanie button {
	margin-top: 10px;
	padding: 10px 30px;
	border-radius: 5px;
	border: none;
	background-color: #41AE58;
	color: #fff;
	font-size: 20px;
	float: right;
}
.opisanie span {
	display: block;
	background-color: #F7D457;
	border-radius: 3px;
	padding: 10px;
	color: #fff;
	font-size: 30px;
	float: left;
}
#onas {
	background-image: url(../img/PIXNIO4681x28154.png);
	padding: 20px;
	min-height: 700px;
	border-radius: 5px;
	width: 100%;
}

#onas h2 {
	color: #fff;
}
#ons img {
	max-width: 100%;
	border-radius: 5px;
}

.plusy li {
	color: #fff;
	line-height: 2em;
    font-size: 18px;
    padding-right: 40px;
}

.feedback {
	background-color: #41AE58;
	display: block;
	height: 240px;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 5px;
}
.feedback p {
	padding: 20px 30px;
	margin-bottom: -10px;
}
.fourtext {
	display: block;
	background-color: #e44c4c;
	padding: 10px;
    margin: 20px auto;
	border-radius: 3px;
	color: #fff;
	width: 80%;
	text-align: center;
	font-size: 22px;

}
#foot {
	background-image: url(../img/lubnika-ch3--58.jpg);
	margin-top: 40px;
	margin-bottom: 0px;
}
#foot img {
	width: 100%;
}
#polit {
	background-color: #222;
	text-align: center;
	margin-bottom: 0px;
	border-radius: 5px 5px 0 0;
}
#polit a {
	color: #fff; 
}
#hidden {
  display: none; 
}
#form,#form1,#form2,#form3,#form4,#form-call {
	max-width: 320px;
	padding: 40px;
	background-color: #41AE58;
	border-radius: 5px;
	position: relative;
	text-align: center;
	margin: 10px auto;
	color: #fff;
}

#form,#form1,#form2,#form3,#form4,#form-call input,button {
	margin: 10px auto !important;
}
.button-style {
	background-color: #e44c4c;
	padding: 15px;
	border: none;
	color: #fff;
	border-radius: 5px;
}