/*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;
  outline: none;
}
.btn_regular {
  background: url('../img/btn_regular_bg.png') no-repeat left center / 201% 100%;
  color: #0a1d3b;
  font-family: "Space Grotesk";
  line-height: 1em;
  font-weight: 600;
}
.btn_regular:hover {
  background-position: 100% 50%;
  color: #0a1d3b;
}
.btn_regular-big {
  min-width: 340px;
  min-height: 67px;
  font-size: 21px;
  padding-bottom: 10px;
  padding-top: 0;
}

.btn_regular-small {
  min-width: 275px;
  min-height: 55px;
  font-size: 19px;
  padding-bottom: 10px;
  padding-top: 0;
}

.btn_second {
  background: url('../img/btn_second_bg.png') no-repeat center / 100% 100%;
  min-width: 210px;
  min-height: 55px;
  color: #fefefe;
  font-family: "Space Grotesk";
  font-size: 21px;
  font-weight: 600;
  line-height: 1em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.btn_second:hover {
  color: #fefefe;
  opacity: 0.7;
}
/*end btn*/

/*start container*/
@media (min-width: 1200px) { 
  .container {
    max-width: 1200px;
    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%;
  }
}
/*end container*/

/*start colors*/
.blue {
  color: #00f7ff !important;
}
.blue-300 {
  color: #1b8ad4 !important;
}
.blue-500 {
  color: #70c6ff !important;
}
.blue-700 {
  color: #19345e !important;
}
.white {
  color: #fefefe !important;
}
.black {
  color: #2b2a29 !important;
}
/*end colors*/

/*start global-title*/
.global-title58 {
  font-family: "Space Grotesk";
  font-size: 58px;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 1429.5px) { 
  .global-title58 {
    font-size: 50px;
  }
}
@media (max-width: 1199.5px) { 
  .global-title58 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .global-title58 {
    font-size: 30px;
  }
}

.global-title50 {
  font-family: "Space Grotesk";
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 1429.5px) { 
  .global-title50 {
    font-size: 40px;
  }
}
@media (max-width: 1199.5px) { 
  .global-title50 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .global-title50 {
    font-size: 25px;
  }
}
/*end global-title*/

/*start global-text*/
.global-text p, .global-text ul, .global-text ol {
  margin-bottom: 30px;
}
.global-text p:last-child, .global-text ul:last-child, .global-text ol:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1429.5px) { 
  .global-text p, .global-text ul, .global-text ol {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199.5px) { 
  .global-text p, .global-text ul, .global-text ol {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .global-text p, .global-text ul, .global-text ol {
    margin-bottom: 15px;
  }
}

.global-text25 {
  font-family: "Space Grotesk";
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 1429.5px) { 
  .global-text25 {
    font-size: 22px;
  }
}
@media (max-width: 1199.5px) { 
  .global-text25 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .global-text25 {
    font-size: 17px;
  }
}

.global-text24 {
  font-family: "Space Grotesk";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 1429.5px) { 
  .global-text24 {
    font-size: 21px;
  }
}
@media (max-width: 1199.5px) { 
  .global-text24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .global-text24 {
    font-size: 16px;
  }
}

.global-text21 {
  font-family: "Space Grotesk";
  font-size: 21px;
  font-weight: 400;
  line-height: 1.8em;
}
@media (max-width: 1429.5px) { 
  .global-text21 {
    font-size: 19px;
  }
}
@media (max-width: 1199.5px) { 
  .global-text21 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .global-text21 {
    font-size: 14px;
  }
}

.global-text19 {
  color: #2b2a29;
  font-family: "Space Grotesk";
  font-size: 19px;
  font-weight: 400;
  line-height: 1.7em;
}
@media (max-width: 1429.5px) { 
  .global-text19 {
    font-size: 17px;
  }
}
@media (max-width: 1199.5px) { 
  .global-text19 {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  .global-text19 {
    font-size: 16px;
    line-height: 1.4em;
  }
}
/*end global-text*/

/*start header bg video*/
@media (max-width: 1199.5px) {
  .main-bg::after {
    padding-top: 83.21% !important;
  }
}
@media (max-width: 1023.5px) {
  .main-bg::after {
    padding-top: 98% !important;
  }
}
/*end header bg video*/

/*start header mobile menu*/
@media (min-width: 1200px) {
  .header-mob {
    display: none !important;
  }
  .header-gumb {
    display: none;
  }
  .body-hiddyn {
    overflow: visible;
  }
}
@media (max-width: 1199.5px) {
  .body-hiddyn {
    overflow: hidden;
  }
  .header-mob {
    display: none;
  }
  .header-gumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-right .header-menu, .header-official {
    display: none;
  }
}
/*end header mobile menu*/

/*start online grid columns template*/
@media (max-width: 1023.5px) {
  .online-wrap {
    -ms-grid-columns: (minmax(0, 1fr))[3] !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
/*end online grid columns template*/

.swiper-slide, .swiper-button-prev, .swiper-button-next {
  -webkit-touch-callout: none;
  -webkit-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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    {}