/* Generated by less 2.5.1 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
}
.logo img{  margin:0 auto; text-align: center;}

.myh1 {
  font-size: 50px;
  font-weight: bolder;
  color: #43eb1e;
  margin-top: 20px;
}

.myh2 {
  font-size: 36px;
  font-weight: bolder;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container {
  width: 90%;
}
.remodal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.43);
  z-index: 10000000000000;
  display: none;
  opacity: 0;
}
.remodal .bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.remodal form {
  position: absolute;
  top: 50%;
  z-index: 5;
  left: 50%;
  margin: -200px -300px;
  display: inline-block;
  width: 600px;
  background-color: #fff;
  padding: 30px;
  border-top: 3px solid #44b72b;
}
@media (max-width: 620px){
  
  .remodal form { 
    width: 90%;
    margin: -200px -45%;
  }
}
.remodal form h4 {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.remodal form input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 2px solid #44b72b;
  outline: none !important;
  padding-left: 7px;
}
.remodal form input[type=image]{
  width: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top:15px;
  border-bottom: 0px;
}
.remodal form button {
  margin-top: 50px;
}
.btn-template {
  background-color: #44b72b;
  border: none;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 3px solid #43eb1e;
  font-size: 12px;
  padding: 0px 10px;
  margin-top: 5px;
  border-radius: 5px;
  transition: 0.3s;
  letter-spacing: 3px;
}
.btn-template:hover {
  background-color: #43eb1e;
}

.btnorder{
  padding: 20px 20px !important;
  font-size: 18px;
}
header .row {
  margin: 0;
}
header .header_row {
  padding: 10px 0px;
}
header .header_row .logo img {
  width: 60%;
}
header .header_row .phone {
  line-height: 40px;
}
header .header_row .phone i {
  color: #eb870d;
  font-size: 18px;
}
header .header_row .phone a {
  color: #414141;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
}
header .site_title {
  text-align: center;
  text-transform: uppercase;
  padding: 80px 0px;
  background: url('../img/bg2.jpg');
  background-size: cover;
  position: relative;
}
header .site_title .bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(83, 105, 78, 0.53);
}
header .site_title .container {
  position: relative;
}
header .site_title h1 {
  font-size: 50px;
  font-weight: bolder;
  color: #43eb1e;
}
header .site_title h3 {
  font-size: 35px;
  color: #f7f7f7;
  letter-spacing: 3px;
}
.main_section {
  margin-top: 50px;
}
.main_section .title h1 {
  text-transform: uppercase;
  font-size: 45px;
  color: #44b72b;
  font-weight: bolder;
}
.main_section .info_about {
  text-align: center;
  width: 300px;
  height: 300px;
  font-size: 40px;
  background-color: #d1e586;
  float: right;
  border-radius: 50%;
  position: relative;
  padding: 0px 15px;
}
.main_section .info_about h3 {
  margin-top: 50px;
  font-size: 30px;
  text-transform: uppercase;
  padding: 0px 30px;
  font-weight: bold;
}
.main_section .info_about h3 span {
  text-transform: none;
}
.main_section .info_about h4 {
  color: #108439;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
}
.main_section .info_about h4 span {
  text-transform: none;
  display: inline-block;
}
.main_section .info_about:after {
  content: '';
}
.main_section .price {
  width: 150px;
  height: 150px;
  background-color: #45b72c;
  border-radius: 50% ;
  float: right;
  text-align: center;
  padding: 15px 0px;
  transform: translate(50px, 150px);
}
@media(max-width:570px)
{

.myh1 {
  font-size: 36px;
  font-weight: bolder;
  color: #43eb1e;
  margin-top: 10px;
}

.myh2 {
  font-size: 24px;
  font-weight: bolder;
  margin-top: 10px;
  margin-bottom: 5px;
}
.btnorder{
  font-size: 16px;
  padding: 0;
}
  .main_section .price {
     transform: translate(-70px, -10px);
  }
  
}
.main_section .price .old_price {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color: #c8db97;
  text-decoration:line-through;
}
.main_section .price .old_price .additive {
  display: inline-block;

}
.main_section .price .old_price .additive span {
  display: block;
  font-size: 10px;
  padding: 0;
  text-transform: lowercase;

}
.main_section .price .old_price .additive span:first-child {
  border-bottom: 1px solid #c8db97;
}
.main_section .price .output {
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.main_section .price .new_price {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.main_section .price .new_price .additive {
  display: inline-block;
}
.main_section .price .new_price .additive span {
  display: block;
  font-size: 16px;
  padding: 0;
  text-transform: lowercase;
}
.main_section .price .new_price .additive span:first-child {
  border-bottom: 1px solid #c8db97;
}
.main_section .slider {
  padding: 0;
}
.main_section .slider figure {
  margin-bottom: 45px;
}
.main_section .slider figure .img {
  box-shadow: 0px 0px 10px 1px #848484;
}
.main_section .slider figure img {
  width: 100% !important;
  display: block;
}
.main_section .slider figure .content {
  text-align: center;
}
.main_section .slider figure .content .title {
  color: #44b72b;
  font-size: 14px;
  font-weight: bold;
}
.main_section .slider figure .content .title span {
  font-size: 14px;
  font-weight: bold;
  color: #414141;
}
footer {
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .line {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 100%;
  height: 4px;
  background-color: #24d932;
  border-radius: 20px;
}
@media (max-width:500px){
	footer .contacts .phones span{
		display: block;
	}
}
footer .contacts .phones a {
  font-size: 24px;
  color: #44b72b;
  margin-right: 15px;
  font-weight: bold;
}
footer .contacts a {
  font-size: 18px;
  color: #c96b30;
  font-weight: bolder;
  text-decoration: none;
}
