/*start btn*/
.btn {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn:active, .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn_orange {
  color: #fefefe;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  min-height: 60px;
  position: relative;
  border-radius: 5px;
}
.btn_orange:hover {
  color: #fefefe;
}
.btn_orange * {
  position: relative;
  z-index: 2;
}
.btn_orange::before {
  background: -o-linear-gradient(left,  rgba(243,175,4,1) 0%,rgba(238,153,9,1) 25%,rgba(231,120,17,1) 75%,rgba(231,120,17,1) 100%);
  background: -webkit-gradient(linear,  left top, right top,  from(rgba(243,175,4,1)),color-stop(25%, rgba(238,153,9,1)),color-stop(75%, rgba(231,120,17,1)),to(rgba(231,120,17,1)));
  background: linear-gradient(to right,  rgba(243,175,4,1) 0%,rgba(238,153,9,1) 25%,rgba(231,120,17,1) 75%,rgba(231,120,17,1) 100%);
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.btn_orange:hover::before {
  background: -o-linear-gradient(left,  rgba(236,147,13,1) 0%,rgba(239,158,11,1) 25%,rgba(245,189,7,1) 75%,rgba(249,206,4,1) 100%);
  background: -webkit-gradient(linear,  left top, right top,  from(rgba(236,147,13,1)),color-stop(25%, rgba(239,158,11,1)),color-stop(75%, rgba(245,189,7,1)),to(rgba(249,206,4,1)));
  background: linear-gradient(to right,  rgba(236,147,13,1) 0%,rgba(239,158,11,1) 25%,rgba(245,189,7,1) 75%,rgba(249,206,4,1) 100%);
}
.btn_orange-border::after {
  display: block;
  position: absolute;
  content: '';
  z-index: 0;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  top: -8px;
  left: -8px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.btn_orange-shadow::before {
  -webkit-box-shadow: 5px 5px 15px rgba(241, 165, 7, 0.6);
  box-shadow: 5px 5px 15px rgba(241, 165, 7, 0.6);
}
.btn_orange-transparent {
  border: 2px solid #e77811;
  min-height: 60px;
  color: #e77811;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_orange-transparent:hover {
  background-color: #e77811;
  color: #fff;
}

.btn_grey {
  color: #fefefe;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  min-height: 60px;
  border-radius: 5px;
  background: -webkit-gradient(linear,  left top, right top,  from(#c6c8ca),color-stop(25%, #b6b9bb),color-stop(75%, #8f9499),to(#8f9499));
  background: -o-linear-gradient(left,  #c6c8ca 0%,#b6b9bb 25%,#8f9499 75%,#8f9499 100%);
  background: linear-gradient(to right,  #c6c8ca 0%,#b6b9bb 25%,#8f9499 75%,#8f9499 100%);
  border: none;
  -webkit-box-shadow: 0 5px 10px rgba(204, 204, 204, 0.8);
  box-shadow: 0 5px 10px rgba(204, 204, 204, 0.8);
}
.btn_grey:hover {
  background: -webkit-gradient(linear,  left top, right top,  from(#8f9499),color-stop(25%, #8f9499),color-stop(75%, #b6b9bb),to(#c6c8ca));
  background: -o-linear-gradient(left,  #8f9499 0%,#8f9499 25%,#b6b9bb 75%,#c6c8ca 100%);
  background: linear-gradient(to right,  #8f9499 0%,#8f9499 25%,#b6b9bb 75%,#c6c8ca 100%);
  color: #fefefe;
}
/*end btn*/

/*start font-weight*/
.fw600 {
  font-weight: 600 !important;
}
/*end font-weight*/

/*start container*/
@media (min-width: 1200px) { 
  .container {
    max-width: 1170px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1430px) { 
  .container {
    max-width: 1430px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1199.5px) { 
  .container {
    max-width: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
/*end container*/

/*start header menu mob*/
@media (min-width: 1200px) { 
  .header-mob {
    display: none !important;
  }
  .body-hidden {
    overflow: auto;
  }
}
/*end header menu mob*/

input::-ms-clear {
 display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*modal по вертикали*/
.modal {
  text-align: center;
}
@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;
}
ul li {
  list-style-type: none;
}
a:focus, a:visited, a:link, a:hover, button:focus, button:visited, button:link, button:hover {
  outline: none;
}
*:focus, div:focus, input:focus, input:visited, input:hover, input:link {
  outline: none;
}
textarea:focus, textarea:visited, textarea:hover, textarea:link {
  outline: none;
}
button, label {
  cursor: pointer;
}
/*placeholder*/
::-webkit-input-placeholder {}
::-moz-placeholder      {}
:-moz-placeholder       {}
:-ms-input-placeholder    {}