#call-btn {
	bottom: auto;
	top: 70px;
	padding: 4px 0 0px;
}
.form_bottom {
	background: #fff;
	border: 3px solid #6c9f2c;
	border-radius: 8px;
	padding: 20px 10px;
	width: 100%;
	max-width: 330px;
	float: right;
}
.form_bottom h3 {
	color: color: #008b48;
	text-align: center;
}
small {
    font-size: 80%;
}
.form_bottom h3 b {
    display: block;
    line-height: 1em;
    font-weight: 900;
    font-size: 24px;
	color: #008b48;
}
.form_bottom h3:after {
    content: "";
    display: block;
    background: url(../img/form.jpg) no-repeat top;
        background-size: auto;
    background-size: 100%;
    width: 59px;
    height: 30px;
    margin: 3px auto 10px;
}
.form_bottom select {
	background: url(../img/form_2.jpg) center right .75em no-repeat;
	background-size: 7px 11px;
	box-shadow: 0 1px 1px rgba(0,0,0,.075);
	border-bottom-color: #c2c2c2;
	border-top-color: #d6d6d6;
	height: 2.5em;
	border: 1px solid rgba(34,36,38,.15);
	font-size: .8em;
	border-radius: .3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	margin-bottom: 15px;
	width: 100%;
}
.form_bottom input {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	tap-highlight-color: hsla(0,0%,100%,0);
	line-height: 1.2142em;
	padding: .67861429em .8em;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-image: none;
	border-radius: .3em;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	color: #333;
	display: block;
	line-height: 1.2;
	height: 2.5em;
	padding: 0 .75em;
	width: 100%;
	background-color: #fff;
	margin-bottom: 15px;
}
.form_bottom .buttonIndex {
    background: #ff7200;
    display: block;
    width: 100%;
    border: none;
    padding: 15px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    margin: 5px auto 0;
}
.secure {
    background: url(../img/64e88f2e64c848dee72cb4b37f396aed.jpg) no-repeat top;
        background-size: auto;
    background-size: 250px 48px;
    width: auto;
    height: 48px;
    margin: 10px auto 0;
}
.section-9 .bnr-prd {
	left: 33%;
}
@media only screen and (max-width:1288px) {
	.bnr-lft { width: 65%; }
	.section-9 .bnr-prd { display: none; }
	.bnr-p2 { font-size: 44px; }
}
@media only screen and (max-width:1023px) {
	.bnr-lft { width: 55%; }
	.bnr-p2 { font-size: 30px; }
}	
@media only screen and (max-width: 767px) {
	.header-gap { height: 140px; }
	.bnr-lft { width: 100%; float: none; }
	.form_bottom { float: none; margin: 10px auto; }
	.form_bottom h3:after { margin: 35px auto 20px; }
}	
@media only screen and (max-width:420px) {
	#call-btn {	top: 49px; }
	.header-gap { height: 120px; }
}	

.feedback {
    width: 75px;
    height: 70px;
    position: fixed;
    right: -15px;
    top: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00ad00;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: -2px 3px 11px rgb(0 0 0 / 30%);
    transition: all 0.5s;
  }

  .feedback:hover {
    right: 0;
  }

  .feedback img {
    width: 50px;
    height: 50px;
  }

  .popup-window {
    font-family: sans-serif;
    font-family: inherit;
    display: none;
    width: 300px;
    position: fixed;
    right: 0;
    top: 15%;
    padding: 35px 10px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    z-index: 2000;
    box-shadow: -2px 3px 11px rgb(0 0 0 / 17%);
  }

  .popup-window form {
    width: 100%;
    min-height: auto;
    padding: 0;
    background: inherit;
    box-shadow: none;
    height: auto;
  }

  .popup-window label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
  }

  .popup-window input {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #333;
  }
  
    .popup-window input::placeholder {
        font-size: 16px;
    }

  .popup-window button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #00ad00;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 20px;
  }

  .close-popup {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 27px;
    height: 27px;
    background-color: #fff;
    cursor: pointer;
  }

  .close-popup:before {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    transform: rotate(-45deg);
  }

  .close-popup:after {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    transform: rotate(45deg);
  }

  @media screen and (max-width: 576px) {
    .feedback {
      top: 35%;
    }
    .popup-window {
      top: 35%;
    }
  }