
.wrapper{
  background: white;
	max-width: 1260px;
    width: 98%;padding: 1%;
    height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  
}



main{
    width: 100%;
}
.navitext {
  margin-right: 10px;
  margin-left: 10px;
}
.navitext li{
    list-style: none;
    display: inline;
    margin-left: 0;
    margin-right: 3px;
    color: Blue;
}
.navitext a{
    list-style: none;
    text-decoration: none;
    color: Blue;
}
.navitext a:hover{
    border-bottom: 1px solid Blue;
}

.wrapper_left{
  width: 70%;
   height: auto;
  float: left;
}

.sodershimoe_img{
  margin-left:20px;
  margin-bottom:  -20px;
}
.sodershimoe{
  border: 2px solid #B2DC61;
  margin-bottom: 20px;padding: 10px;
  border-radius: 8px;
}
.sodershimoe>ol>li{
  margin-top: 10px;
  margin-left:30px;
}
.sodershimoe>ol>li>a{
  font-size: 18px;
  text-decoration: none;
}
.wrapper_left_listing{
  padding-left: 25px;
  font-size: 18px;
  padding-right: 10px;

}
.wrapper_left_listing img{
  max-width: 280px;
  max-height: 282px;
}

.listing{
    width: 100%;
    height: auto;
    border-top-width: 50px;
    border-radius: 10px;
   box-shadow: 0px 0px 10px #82A046 inset;
    margin-bottom: 35px;
    float: left;
}


.listing_top_text{
  border-top-right-radius: 8px;
  border-top-left-radius:8px;
  background: #B2DC61;
  text-align: center;
	font-size: 20px;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}

.spanRed{
  color: red;
}
.spanBlue{
  color: #0000FC;
}

.listing_more{
    margin: 0 auto;
    display: flex;
}

.listing_img_formela_left{
width: 35%;
margin-left: 10px;
 padding-bottom: 20px;
}

.listing_img_formela_left>img{
	width: 100%;
}
.listing_formyla{
	background: #B2DC61;
	font-size: 24px;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
  border-radius: 8px;
}

.listing_group_right{
  float: right;
   height: auto;
  width: 60%;
   margin: 0 auto;
}

.listing_control_right{
  height: 50px;
  width: 100%;
  margin-top: 10px;
  display: flex;
 justify-content: flex-start;
 align-items: center;
}

.listing_control_label_right{
  width: 45%;
  text-align: right;
  font-size: 20px;
}

input{
 width: 85%;
  height: 28px;
  font-size: 18px;
  padding-left: 10px;text-align: center;
}
.listing_control_input_right,
 .listing_control_select_right{
  width: 20%;
  margin-left: 20px;
}
.listing_control{
  width: 100%;
  height: 34px;
  font-size: 18px;
}

.btn {
  background: #e60023;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease;
}
.btn:hover {
  background: #c72339;
}
.btn.btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}
.btn-close {
  color: #e60023;
  font-size: 30px;
  text-decoration: none;
  padding:10px;
  position: absolute;
  right: 1%;
  top: 0;
}
.btn-close:hover {
  color: #333;
}

.modal1:before,
.modal2:before,
.modal3:before,
.modal4:before,
.modal5:before,
.modal6:before,
.modal7:before,
.modal8:before,
.modal9:before,
.modal10:before,
.modal11:before,
.modal12:before {
  content: "";
  display: none;
  background: rgb(232,2,32,0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.opened:before {
  display: block;
}
.opened .modal-dialog {
  transform: translate(0, 0);
  top: 10%;
}
.modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  position: fixed;
  top: -100%;
  z-index: 11;
  width: 50%;
  transform: translate(0, -500%);
  transition: transform 0.3s ease-out;
}
.listing_rezyltat{
   padding-bottom: 30px;
   padding-top: 30px;
   margin: 10px;
   text-align: center;
   width: 87%;
  border: 2px solid #B2DC61;
    border-radius: 18px;
}

.modal1 span,.modal1 label,
.modal2 span,.modal2 label,
.modal3 span,.modal3 label,
.modal4 span,.modal4 label,
.modal5 span,.modal5 label,
.modal6 span,.modal6 label,
.modal7 span,.modal7 label,
.modal8 span,.modal8 label,
.modal9 span,.modal9 label,
.modal10 span,.modal10 label,
.modal11 span,.modal11 label,
.modal12 span,.modal12 label{
  font-size: 22px;
}
.listing_rezyltat_button{
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
padding-bottom: 20px;

}
.btn{
  font-size: 16px;
  border-radius: 5px;
  background: #A79EE3;
  padding: 5px;

}
.listing_img_formela_left>p{
  font-size: 20px;
  text-align: center;
}

aside{
    width: 27%;
    height: auto;
    float: right;
}
aside ol{
  padding-left: 25px;
}
aside li{
  margin: 10px;
}

aside a{
  text-decoration: none;
  font-size: 18px;
  color: black;
}
aside a:hover{
  color: #B2DC61;
  border-bottom: 1px solid #B2DC61; 
}
.aside_listing{
    width: 100%;
    height: auto;
    border-top-width: 50px;
    border-radius: 10px;
   box-shadow: 0px 0px 10px #82A046 inset;
    margin-bottom: 15px;
    margin-top: 18px;
    float: left;
}


.aside_listing_top_text{
  border-top-right-radius: 8px;
  border-top-left-radius:8px;
  background: #B2DC61;
  text-align: center;
  font-size: 20px;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}




@media (max-width: 992px){
  .wrapper_left{
    display: block;
    margin-bottom:2%;
    width: 100%;
    float: none;
  }
  aside{
    display: block;
    width: 100%;
    float: none;
  }
  .aside_listing{
    margin-top: 0;
  }
}

@media (max-width: 768px){
  .wrapper{
		
		float: none;
	}
 
  

	main{
		width: 100%;
		float: none;
	}
 
  .listing_more{
      display: block;
      width: 100%;
        float: none; 
   }
    .listing_img_formela_left{
        width: 95%;
        margin: 0 auto;
        border-bottom: 2px solid #B2DC61;
        
  }
    .listing_img_formela_left>img, .listing_formyla{
   	margin: 0 auto;
        width: 95%;
       float: none;
       display: block; 
  }
  .listing_group_right{
       display: block;
        width: 95%;
        float: none;
        margin: 0 auto;
        padding-bottom: 20px;
   }

  .modal-dialog{
    width: 93%;
  }

}

@media (max-width: 578px){
   .wrapper_left_listing img{
   margin: 0 auto;
        width: 95%;
    max-width: 220px;
  max-height: 222px;   
  }
  .listing_control_right{
   display: block;
      margin: 0 auto; 
      margin-top: 25px; 
      width: 90%; 
    
  }

 
  .listing_control_label_right{
    
     width: 100%;
    margin: 0 auto;
    margin-bottom: 3px;

  } 
  .listing_control_select_right{
    float: right;
     width: 35%;
    margin: 0 auto;
    
  }
  .listing_control_input_right{
    float: left;
     width: 50%;
    margin-left: 15px;    
  }
  
  .listing_control_label_right{
    text-align: left;
  }
  .listing_rezyltat_button{

  }

}

.back_to_top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border-radius: 2px;
  display: none;font-size: 25px;
}

.back_to_top:hover {
  background: #e9ebec;
}

.back_to_top-show {
  display: block;
}