@font-face {
  font-family: 'American Captain Cyrillic';
  src: url("../fonts/AmericanCaptainCyrillic.woff2") format("woff2"), url("../fonts/AmericanCaptainCyrillic.woff") format("woff"), url("../fonts/AmericanCaptainCyrillic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
html,
body {
  height: 100%; }

body {
  background: #0f0f0f; }

.fancybox-active {
  height: inherit; }

h1, h2, h3 {
  font-family: 'American Captain Cyrillic', sans-serif;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal; }

h1 {
  font-size: 60px;
  line-height: 70px; }

h2 {
  font-size: 50px;
  line-height: 48px; }

.custom-select {
  color: #b9b9b9;
  border: 0;
  border-bottom: 1px solid #333;
  border-radius: 0;
  font-size: 18px; }

.input-group__input {
  border-color: #333;
  color: #b9b9b9; }
  .input-group__input::placeholder {
    color: #b9b9b9; }

.modal {
  background: #0f0f0f url("../img/d-modal-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  max-width: 330px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 40px;
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.2); }
  .modal .fancybox-button {
    color: #fff; }
  .modal__title {
    color: inherit;
    font-size: 50px;
    line-height: 48px; }
  .modal__field {
    margin-bottom: 20px; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px; }

.btn {
  border-radius: 4px;
  text-transform: none;
  font-size: 18px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-weight: 600; }

.btn-primary {
  background-color: var(--main-color);
  background-image: linear-gradient(180deg, #2eaa4d 50%, #207535 100%);
  box-shadow: 0 15px 45px 0 rgba(46, 170, 77, 0.6), 0 3px 0 0 #000101, inset 0 -1px 0 0 rgba(105, 204, 129, 0.64), inset 0 13px 25px 0 #68d683;
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4); }

.d-main {
  min-height: 100%;
  max-width: none;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: 'Proxima Nova', sans-serif;
  background: #0f0f0f url("../img/bg.jpg") center no-repeat;
  background-size: cover;
  min-width: 992px; }

.d-header {
  flex: 0 0 auto; }
  .d-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 215px; }
  .d-header__logo {
    width: 335px;
    height: 100%;
    background: url("../img/logo-bg.png") top no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px; }
    .d-header__logo > img {
      max-width: 260px; }
  .d-header__address {
    position: relative;
    font-size: 16px;
    line-height: 20px; }
    .d-header__address > .icon {
      color: var(--main-color);
      position: absolute;
      left: -35px;
      font-size: 21px;
      top: calc(50% - 10px); }
  .d-header__button {
    background: none;
    border: 1px dashed #585958;
    color: #fff; }
    .d-header__button > .icon {
      vertical-align: -2px;
      margin-right: .6em;
      font-size: 16px;
      color: var(--main-color); }

.d-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
  padding-bottom: 20px; }
  @media (min-height: 930px) {
    .d-wrapper {
      padding-bottom: 60px; } }

.d-footer {
  z-index: 0;
  position: relative;
  flex: 0 0 auto; }
  .d-footer::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 290px;
    background: linear-gradient(to bottom, transparent, black); }

.content__title {
  margin-bottom: 22px; }
.content__description {
  color: #b1b1b1;
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 25px; }
.content__button {
  width: 300px; }

.promo-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-top: 20px; }
  @media (min-height: 930px) {
    .promo-list {
      padding-bottom: 70px;
      padding-top: 20px; } }
  .promo-list__item {
    max-width: 100%;
    flex: 0 0 auto;
    margin-bottom: 0; }
  .promo-list__icon {
    margin-bottom: 24px;
    height: 55px;
    text-align: left; }
    .promo-list__icon > img {
      max-height: 100%; }
    .promo-list__icon > svg {
      fill: var(--main-color);
      width: 54px;
      height: 54px; }
  .promo-list__info {
    font-size: 14px;
    line-height: 1.2;
    color: #929292; }
    @media (min-width: 1366px) {
      .promo-list__info {
        font-size: 20px;
        line-height: 23px; } }

.personal-verify {
  margin-bottom: 30px;
  cursor: pointer;
  color: #222;
}
.personal-verify a{
  color: #958058;
}