/*start global-text*/
.global-text46 {
  font-size: 46px;
  font-weight: 600;
  color: #00f7ff;
}
.global-text33 {
  font-size: 33px;
  font-weight: 600;
}
.global-text25 {
  font-size: 25px;
}
@media (max-width: 1429.5px) { 
  .global-text46 {
    font-size: 40px;
  }
  .global-text33 {
    font-size: 30px;
  }
  .global-text25 {
    font-size: 22px;
  }
}
@media (max-width: 1199.5px) { 
  .global-text46 {
    font-size: 34px;
  }
  .global-text33 {
    font-size: 27px;
  }
  .global-text25 {
    font-size: 20px;
  }
}
@media (max-width: 767.5px) { 
  .global-text46 {
    font-size: 28px;
  }
  .global-text33 {
    font-size: 24px;
  }
  .global-text25 {
    font-size: 17px;
  }
}
/*end global-text*/

/*start global-input*/
.global-input {
  width: 100%;
  height: 60px;
  padding-left: 35px;
  background: url('../img/global-input_bg.png') no-repeat center / 100% 100%;
  color: #96d5ff;
  font-family: "Space Grotesk";
  font-weight: 400;
  border: none;
}
.global-input::-webkit-input-placeholder {opacity: 1;color: #96d5ff;}
.global-input::-moz-placeholder      {opacity: 1;color: #96d5ff;}
.global-input:-moz-placeholder       {opacity: 1;color: #96d5ff;}
.global-input:-ms-input-placeholder    {opacity: 1;color: #96d5ff;}
.global-textarea {
  width: 100%;
  height: 230px;
  padding-top: 15px;
  padding-left: 35px;
  background: url('../img/global-textarea_bg.png') no-repeat center / 100% 100%;
  color: #96d5ff;
  font-family: "Space Grotesk";
  font-weight: 400;
  border: none;
}
.global-textarea::-webkit-input-placeholder {opacity: 1;color: #96d5ff;}
.global-textarea::-moz-placeholder      {opacity: 1;color: #96d5ff;}
.global-textarea:-moz-placeholder       {opacity: 1;color: #96d5ff;}
.global-textarea:-ms-input-placeholder    {opacity: 1;color: #96d5ff;}
.global-radio {
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: white;
  line-height: 1.1em;
}
.global-radio-left {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #96d4fe;
  margin-right: 15px;
  margin-top: 5px;
  position: relative;
}
.global-radio-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.global-radio input:checked + .global-radio-left::before {
  display: block;
  position: absolute;
  content: '';
  width: 9.5px;
  height: 9.5px;
  border-radius: 50%;
  background: #fff;
  left: 49.5%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.global-radio:last-child {
  margin-bottom: 0;
}
.global-radio input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 1429.5px) { 
  .global-input {
    height: 55px;
    padding-left: 15px;
  }
  .global-textarea {
    height: 200px;
    padding-left: 15px;
    padding-top: 10px;
  }
}
@media (max-width: 767.5px) { 
  .global-input {
    height: 45px;
  }
  .global-textarea {
    height: 150px;
  }
}
/*end global-input*/

/*start container*/
@media (min-width: 1200px) { 
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 1430px) { 
  .container {
    max-width: 1430px;
    width: 100%;
  }
}
@media (max-width: 1199.5px) {
  .container {
    max-width: 100%;
  }
}
/*end container*/

/*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:focus, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn_primary {
  min-height: 55px;
  color: #0a1d3b;
  font-family: "Space Grotesk";
  font-size: 21px;
  font-weight: 600;
  line-height: 1em;
  background: url('../img/btn_primary3.png') no-repeat left center / 201.5% 100%;
  position: relative;
}
.btn_primary:hover {
  color: #0a1d3b;
  background-position: 100% center;
}
.btn_primary-line::after {
  display: block;
  position: absolute;
  content: '';
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 90%;
  height: 8px;
  border: 2px solid #1799da;
  border-top-color: transparent;
}
.btn_secondary {
  color: #0a1d3b;
  font-family: "Space Grotesk";
  font-size: 21px;
  font-weight: 600;
  line-height: 1em;
  min-height: 60px;
  background: url('../img/btn_secondary_bg3.png') no-repeat left center / 201.5% 100%;
  position: relative;
}
.btn_secondary::after {
  display: block;
  position: absolute;
  content: '';
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 90%;
  height: 8px;
  border: 2px solid #31fbe5;
  border-top-color: transparent;
}
.btn_secondary:hover {
  color: #0a1d3b;
  background-position: 100% center;
}
@media (max-width: 1429.5px) { 
  .btn_primary {
    min-height: 50px;
    font-size: 19px;
  }
  .btn_secondary {
    min-height: 55px;
    font-size: 19px;
  }
}
@media (max-width: 1199.5px) { 
  .btn_primary {
    min-height: 45px;
    font-size: 17px;
  }
  .btn_secondary {
    min-height: 50px;
    font-size: 17px;
  }
}
@media (max-width: 767.5px) { 
  .btn_primary {
    min-height: 45px;
    font-size: 15px;
  }
  .btn_secondary {
    min-height: 45px;
    font-size: 15px;
  }
}
/*end btn*/

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    {}