body {
  color: #fff;
  min-width: 320px;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
body.lock {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus {
  color: #fff;
  text-decoration: none;
}

button, button[typhonee=submit], a, input {
  outline: none;
}

button:hover, button[type=submit], a:hover, input:hover {
  outline: none;
}

button:focus, button[type=submit], a:focus, input:focus {
  outline: none;
}

.wrapper {
  overflow: hidden;
}

/*font-family: 'Gilroy-Regular', sans-serif;*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 0 30px;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px 0 rgba(0, 105, 154, 0.15);
  z-index: 2;
}
.header .header__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
.header .header__body .header__logo {
  z-index: 3;
  flex-shrink: 0;
}
.header .header__body .header__logo img {
  max-width: 100%;
  display: block;
}
.header .header__body .header__burger {
  display: none;
}
.header .header__menu .header__list {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.header .header__menu .header__list li {
  list-style: none;
  margin: 0 0 0 30px;
}
.header .header__menu .header__list li .header__link {
  font-size: 16px;
  color: #292929;
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header .header__menu .header__list li .header__link:hover {
  color: #3f66cf;
}
.header .header__menu .header__list li .header__link img {
  width: 20px;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .header {
    position: absolute;
    padding: 7px 0;
  }
  .header::before {
    background-color: transparent;
    box-shadow: none;
  }
  .header .header__body {
    height: 50px;
  }
  .header .header__body .header__logo img {
    width: 130px;
  }
  .header .header__body .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
  }
  .header .header__body .header__burger span {
    position: absolute;
    background-color: #3f66cf;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    transition: all 0.3s ease 0s;
  }
  .header .header__body .header__burger::before, .header .header__body .header__burger::after {
    content: "";
    background-color: #3f66cf;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header .header__body .header__burger::before {
    top: 0;
  }
  .header .header__body .header__burger::after {
    bottom: 0;
  }
  .header .header__body .header__burger.active::before {
    transform: rotate(45deg);
    top: 9px;
  }
  .header .header__body .header__burger.active::after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .header .header__body .header__burger.active span {
    transform: scale(0);
  }
  .header .header__body .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ebebeb;
    transition: all 0.3s ease 0s;
    overflow: auto;
    padding: 70px 0 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .header__body .header__menu.active {
    top: 0;
    height: 100%;
  }
  .header .header__body .header__menu .header__list {
    display: block;
  }
  .header .header__body .header__menu .header__list li {
    margin: 0 0 10px 0;
  }
  .header .header__body .header__menu .header__list li .header__link {
    font-size: 36px;
  }
}
.section-title {
  margin-bottom: 40px;
}
.section-title h3 {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  background: linear-gradient(126deg, #006798 0.01%, #0c023e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.site-btn {
  box-shadow: 0 4px 10px 0 rgba(0, 105, 154, 0.15);
  background: linear-gradient(126deg, #006798 0.01%, #0c023e 100%);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding: 13px 50px 14px;
  border-radius: 10px;
  border: none;
  color: #fff;
  text-transform: uppercase;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#first-section .first-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  #first-section .first-section {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
#first-section .first-section form .form-group {
  margin-bottom: 19px;
}
#first-section .first-section form .form-group label {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
}
#first-section .first-section form .form-group .form-control {
  box-shadow: 0 4px 10px 0 rgba(0, 105, 154, 0.15);
  border-radius: 10px;
  border: none;
  height: 50px;
}
#first-section .first-section form .form-group .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#first-section .first-section form .form-group .form-check input#checkDefault {
  width: 56px;
  height: 50px;
  margin-top: 0;
  border-radius: 10px;
  margin-right: 18px;
}
#first-section .first-section form .form-group .form-check input#checkDefault:focus {
  box-shadow: none;
}
#first-section .first-section form .form-group .form-check .form-check-input:checked {
  background: linear-gradient(126deg, #006798 0.01%, #0c023e 100%);
  border-color: #3f66cf;
}
#first-section .first-section form .form-group .form-check label {
  margin-bottom: 0;
}
#first-section .first-section form .button {
  margin-top: 150px;
  text-align: center;
}
@media (max-width: 767px) {
  #first-section .first-section form .button {
    margin-top: 70px;
  }
}

#badge {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#badge-page #badge .section-title {
  text-align: center;
}

#badge-page #badge .badge-wrap {
  display: flex;
  align-items: center;
}

#badge-page #badge .actions {
  padding-right: 100px;
}

#badge-page #badge .actions a,
#badge-page #badge .actions button {
  display: block;
  box-shadow: 0px 4px 10px rgba(0, 105, 154, 0.15);
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  background: transparent;
  border: none;
  color: #989898;
  cursor: pointer;
  font-size: 20px;
}

#badge-page #badge .actions a:hover,
#badge-page #badge .actions button:hover {
  box-shadow: 0px 4px 10px rgba(0, 105, 154, 0.3);
}

#badge-page #badge .actions a:first-child,
#badge-page #badge .actions button:first-child {
  background: linear-gradient(102.25deg, #006798 -4.98%, #0C023E 174.41%);
  color: #fff;
}

#badge-page #badge .actions a:first-child:hover,
#badge-page #badge .actions button:first-child:hover {
  box-shadow: 0px 4px 10px rgba(0, 105, 154, 0.3);
}

#badge-page #badge .actions a:last-child {
  background-color: #989898;
  text-transform: uppercase;
  font-size: 20px;
  padding: 12px 15px 12px;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 5px;
  margin-bottom: 50px;
  max-width: 250px;
  margin: 0 auto;
}

#badge-page #badge .actions a:last-child:hover {
  background-color: #b1b1b1;
  box-shadow: none;
}

#badge-page #badge .badge-cart {
  box-shadow: 0px 4px 10px rgba(0, 105, 154, 0.15);
  padding: 15px;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 700;
  height: 445px;
}

#badge-page #badge .badge-cart .title-firm {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#badge-page #badge .badge-cart .wrap .name {
  font-size: 36px;
  line-height: 30px;
}

#badge-page #badge .badge-cart .info {
  display: flex;
  align-items: center;
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-top: 10px;
  width: 100%;
}

#badge-page #badge .badge-cart .info .title-exhibition {
  width: 50%;
  font-size: 20px;
}

#badge-page #badge .badge-cart .info .qr-code {
  display: flex;
  justify-content: center;
}
