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;
}
.swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
}
.swiper-slide, .swiper-button-next, .swiper-button-prev {
  -webkit-touch-callout: none;
  -webkit-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-validation-errors {
  border-color: #f00 !important;
  text-align: center !important;
}
.wpcf7-mail-sent-ng {
  text-align: center !important;
}
.wpcf7-mail-sent-ok {
  text-align: center !important;
}
/*container*/
@media (min-width: 1200px) { 
  .container {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .header-mob {
    display: none !important;
  }
  .body-hidden {
    overflow: visible;
  }
}
@media (min-width: 1430px) { 
  .container {
    max-width: 1430px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1200px) { 
  .container {
    max-width: 100%;
    width: 100%;
  }
}
/*global-title*/
.global-title {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
}
/*global-text*/
.global-text {
  line-height: 1.8em;
}
.global-text p, .global-text ul, .global-text ol {
  margin-bottom: 25px;
  line-height: 1.8em;
}
.global-text p:last-child, .global-text ul:last-child, .global-text ol:last-child {
  margin-bottom: 0;
}
/*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;
  border: none;
  font-size: 21px;
  font-weight: 400;
  line-height: 1em;
}
.btn:active, .btn:focus {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.btn_red {
  color: white;
  background: #691442;
  background: -webkit-gradient(linear,  left top, right top,  from(#691442),color-stop(64%, #7e355d),to(#854066));
  background: -o-linear-gradient(left,  #691442 0%,#7e355d 64%,#854066 100%);
  background: linear-gradient(to right,  #691442 0%,#7e355d 64%,#854066 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#691442', endColorstr='#854066',GradientType=1 );
}
.btn_red:hover {
  color: #fff;
  background: #854066;
  background: -webkit-gradient(linear,  left top, right top,  from(#854066),color-stop(36%, #7e355d),to(#691442));
  background: -o-linear-gradient(left,  #854066 0%,#7e355d 36%,#691442 100%);
  background: linear-gradient(to right,  #854066 0%,#7e355d 36%,#691442 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#854066', endColorstr='#691442',GradientType=1 );
}
.btn_blue {
  color: white;
  background: #3c4e7a;
  background: -moz-linear-gradient(left,  #3c4e7a 0%, #6c7da4 100%);
  background: -webkit-linear-gradient(left,  #3c4e7a 0%,#6c7da4 100%);
  background: linear-gradient(to right,  #3c4e7a 0%,#6c7da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4e7a', endColorstr='#6c7da4',GradientType=1 );
}
.btn_blue:hover {
  color: #fff;
  background: #6c7da4;
  background: -moz-linear-gradient(left,  #6c7da4 0%, #3c4e7a 100%);
  background: -webkit-linear-gradient(left,  #6c7da4 0%,#3c4e7a 100%);
  background: linear-gradient(to right,  #6c7da4 0%,#3c4e7a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c7da4', endColorstr='#3c4e7a',GradientType=1 );
}
.btn_white {
  color: #843d66;
  background-color: #fefefe;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.btn_white:hover {
  color: #843d66;
  background-color: #ecebeb;
}
/*placeholder*/
::-webkit-input-placeholder {}
::-moz-placeholder      {}
:-moz-placeholder       {}
:-ms-input-placeholder    {}