/* CSS Document */

body {
  background-color: #fff;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #8b9757;
  background-image: url(images/line1.jpg);
  background-repeat: repeat-x;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 130%;
  color: #5a8728;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 110%;
  color: #000;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 95%;
  color: #899331;
}

ul {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

img {
  border: none;
}

img,
div {
  behavior: url(iepngfix.htc);
}

input {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #5a8728;
}


input[type='submit'],
input[type='button'] {
  background: #eee !important;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 8px; 
}
input[type='submit']:hover,
input[type='button']:hover {
  background: #ebe9e9 !important;
}

textarea {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  width: 400px;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 8px; 
}

textarea{
  resize: none;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

.distance {
  word-spacing: 0.3em;
}

.minor {
  font-size: 75%;
  color: #000;
}

.black {
  color: #000;
}

#container {
  margin: 0 auto;
  background-color: #fff;
  width: 1000px;
  position: relative;
}

#menu {
  position: absolute;
  top: 9px;
  right: 100px;
  text-align: right;
  word-spacing: 4.1em;
  color: #fff;
  font-weight: normal;
  font-size: 100%;
  z-index: 99;
  width: 500px;
}

#contacts {
  position: absolute;
  top: 610px;
  right: 40px;
  width: 400px;
}

#green_menu {
  position: absolute;
  top: 0px;
  right: 40px;
  width: 435px;
}

#cels {
  position: absolute;
  top: 100px;
  right: 5px;
  width: 172px;
}

#casipe {
  position: absolute;
  margin-top: 10px;
  bottom: 10px;
  right: 20px;
  color: #ccc;
  font-size: 65%;
  word-spacing: 0.5em;
  z-index: 33;
}

#products {
  position: absolute;
  top: 543px;
  right: 15px;
  width: 310px;
}

#texts {
  position: absolute;
  left: 0px;
  top: 170px;
  width: 350px;
  color: #fff;
  padding-top: 20px;
}

#texts h1 {
  color: #fff;
}

#texts ul {
  color: #fff;
  list-style-image: url(images/icon01.png);
  font-weight: bold;
  font-size: 120%;
}

#slide {
  position: absolute;
  top: 151px;
  right: 0px;
}

#logo {
  position: absolute;
  top: 15px;
  left: 0px;
}

#first {
  background-color: #fff;
  height: 480px;
  background-image: url(images/line1.jpg);
  background-repeat: repeat-x;
}

#second {
  background-color: #fff;
  height: 70px;
}

#third {
  color: #5a8728;
}

#third a:link {
  color: #8b9757;
  text-decoration: none;
}

#third a:visited {
  color: #8b9757;
  text-decoration: none;
}

#third a:hover {
  color: #000;
  text-decoration: none;
}

#middle {
  background-color: #fff;
  height: 50px;
}

#footer {
  bckground-color: #fff;
  height: 50px;
  border-top: 1px solid #ccc;
  padding: 20px 20px 20px 20px;
  font-size: 80%;
  text-align: center;
  color: #5a8728;
}

#container-captcha {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 30px 0px;
  max-width: 400px;
  background: #e9ffe8;
}

@media (max-width: 720px) {
  #container-captcha {
      max-width: 100%;

  }
}


