/*start global-blue*/
.global-blue {
  background: rgba(23, 48, 93, 0.9);
  border-radius: 8px;
}
.global-blue-shadow {
  position: relative;
}
.global-blue-shadow::before {
  position: absolute;
  content: '';
  display: block;
  z-index: 0;
  width: calc(100% - 16px);
  left: 8px;
  height: 100%;
  bottom: -8px;
  background: #174a7f;
  border-radius: 8px;
}
.global-blue-shadow__child {
  background: rgba(23, 48, 93, 0.9);
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
/*end global-blue*/

/*start global-more*/
.global-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #173969;
  border-radius: 5px;
  line-height: 1em;
  color: #fefefe;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 50px;
  padding: 0 15px;
}
.global-more img {
  display: inline-block;
  width: 14px;
  margin-left: 20px;
}
.global-more:hover {
  color: #fefefe;
  background-color: #0fb9e7;
}
@media (max-width: 1199.5px) {
  .global-more {
    min-height: 45px;
  }
}
@media (max-width: 767px) {
  .global-more {
    min-height: 40px;
  }
}
/*end global-more*/

/*start colors*/
.green {
  color: #00ffa1 !important;
}
.grey {
  color: #79897e !important;
}
.white {
  color: #fefefe !important;
}
/*end colors*/

/*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;
  line-height: 1em;
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn:focus, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn_rounded {
  border-radius: 45px;
}
.btn_font19 {
  font-size: 19px;
}
@media (max-width: 1629.5px) { 
  .btn_font19 {
    font-size: 18px;
  }
}
@media (max-width: 1429.5px) { 
  .btn_font19 {
    font-size: 17px;
  }
}
@media (max-width: 1199.5px) {
  .btn_font19 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn_font19 {
    font-size: 15px;
  }
}
.btn_primary {
  background: -webkit-gradient(linear,  left top, right top,  from(rgba(27,138,212,1)),color-stop(65%, rgba(27,138,212,1)),color-stop(74%, rgba(20,120,188,1)),to(rgba(8,92,149,1)));
  background: linear-gradient(to right,  rgba(27,138,212,1) 0%,rgba(27,138,212,1) 65%,rgba(20,120,188,1) 74%,rgba(8,92,149,1) 100%);
  color: #fefefe;
  border: none;
  min-height: 60px;
  padding-right: 15px;
  padding-left: 15px;
}
.btn_primary:hover {
  color: #fefefe;
}
.btn_primary:hover {
  background: #0fb9e7;
}
@media (max-width: 1199.5px) {
  .btn_primary {
    min-height: 45px;
  }
}
@media (max-width: 767px) {
  .btn_primary {
    min-height: 40px;
  }
}

.btn_danger {
  background: -webkit-gradient(linear,  left top, right top,  from(rgba(98,101,102,1)),color-stop(57%, rgba(98,101,102,1)),color-stop(79%, rgba(80,86,89,1)),to(rgba(59,68,72,1)));
  background: linear-gradient(to right,  rgba(98,101,102,1) 0%,rgba(98,101,102,1) 57%,rgba(80,86,89,1) 79%,rgba(59,68,72,1) 100%);
  color: #fefefe;
  border: none;
  min-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
.btn_danger:hover {
  color: #fefefe;
}
.btn_danger:hover {
  background: #626566;
}
@media (max-width: 1199.5px) {
  .btn_danger {
    min-height: 45px;
  }
}
@media (max-width: 767px) {
  .btn_danger {
    min-height: 40px;
  }
}
/*end btn*/

/*start global-field*/
.global-field {
  margin-bottom: 25px;
}
.global-field:last-child {
  margin-bottom: 0;
}
.global-field__title {
  margin-bottom: 20px;
  line-height: 1em;
}
.global-input {
  width: 100%;
  background: transparent;
  height: 60px;
  border: 1px solid #00f7ff;
  border-radius: 5px;
  padding-left: 20px;
  color: #00f7ff;
}
.global-input::-webkit-input-placeholder {opacity: 1;color: #00f7ff;}
.global-input::-moz-placeholder      {opacity: 1;color: #00f7ff;}
.global-input:-moz-placeholder       {opacity: 1;color: #00f7ff;}
.global-input:-ms-input-placeholder    {opacity: 1;color: #00f7ff;}
@media (max-width: 1199.5px) {
  .global-input {
    height: 45px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .global-input {
    height: 40px;
  }
}
/*end global-field*/

/*start global-text*/
.global-text19 {
  font-size: 19px;
}
@media (max-width: 1629.5px) { 
  .global-text19 {
    font-size: 18px;
  }
}
@media (max-width: 1429.5px) { 
  .global-text19 {
    font-size: 17px;
  }
}
@media (max-width: 1199.5px) {
  .global-text19 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .global-text19 {
    font-size: 15px;
  }
}
/*end global-text*/

/*start global-title*/
.global-title42, .global-title42 * {
  color: #00f7ff;
  font-family: Manrope;
  font-size: 42px;
  font-weight: 500;
}
@media (max-width: 1629.5px) { 
  .global-title42, .global-title42 * {
    font-size: 39px;
  }
}
@media (max-width: 1429.5px) { 
  .global-title42, .global-title42 * {
    font-size: 36px;
  }
}
@media (max-width: 1199.5px) {
  .global-title42, .global-title42 * {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .global-title42, .global-title42 * {
    font-size: 27px;
  }
}

.global-title29, .global-title29 * {
  color: #00f7ff;
  font-family: Manrope;
  font-size: 29px;
  font-weight: 500;
}
@media (max-width: 1629.5px) { 
  .global-title29, .global-title29 * {
    font-size: 27px;
  }
}
@media (max-width: 1429.5px) { 
  .global-title29, .global-title29 * {
    font-size: 25px;
  }
}
@media (max-width: 1199.5px) {
  .global-title29, .global-title29 * {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .global-title29, .global-title29 * {
    font-size: 24px;
  }
}

.global-title25 {
  color: #00f7ff;
  font-family: Manrope;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 1199.5px) {
  .global-title25 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .global-title25 {
    font-size: 20px;
  }
}
/*end global-title*/

/*start container*/
@media (min-width: 1230px) { 
  .container {
    max-width: 1230px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1229.5px) { 
  .container {
    max-width: 100%;
    width: 100%;
  }
}
/*end container*/

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 {
  color: #fefefe;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover {
  text-decoration: none;
  color: #a5dbf7;
}
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    {}