/*modal по вертикали*/
.modal {
  text-align: center;
}
input::-ms-clear {
 display: none;
}
@media screen and (min-width: 992px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*a*/
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus, a:visited, a:link, a:hover, button:focus, button:visited, button:link, button:hover {
  outline: none;
}
input:focus, input:visited, input:hover, input:link {
  outline: none;
}
textarea:focus, textarea:visited, textarea:hover, textarea:link {
  outline: none;
}
button, label {
  cursor: pointer;
}
/*container*/
@media (min-width: 1280px) { 
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/*font*/
.trans {
  text-transform: uppercase;
}
.font_15 {
  font-size: 15px;
  line-height: 1.5em;
  color: #1e1a16;
}
.font_20 {
  font-size: 20px;
  line-height: 1.8em;
}
.zag {
  color: #528719;
  font-family: "Gotham Pro";
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
/*body*/
/*body {
  overflow-x: hidden;
  width: 100vw;
  position: relative;
}
#transform, #myHeader { 
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  min-width: 1920px;
  width: 100%;
  position: absolute;
  z-index: 1050;
}
#myHeader {
  position: static;
}
@media (max-width: 1280px) {
  body {
    min-width: 320px;
  }
  #transform, #myHeader {
    min-width: inherit;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}*/
/*header_fixed*/
#myHeader.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}
/*btn*/
.btn1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2px;
  background: #ffffff;
  border: 1px solid #91bf60;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn1_span2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d4edb9;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn1_span1 {
  display: inline-block;
  color: #7cb342;
  font-family: "Gotham Pro";
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding: 0 40px;
}
.btn1:hover {
  background: #d4edb9;
}
.btn1:hover .btn1_span2 {
  background: #7cb342;
}
.btn1:hover .btn1_span2 .a {
  fill: #d4edb9;
}
/*placeholder*/
::-webkit-input-placeholder {}
::-moz-placeholder      {}
:-moz-placeholder       {}
:-ms-input-placeholder    {}