@font-face {
  font-family: 'pfdintextpro';
  src: url("../fonts/pfdintextpro-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pfdintextpro';
  src: url("../fonts/pfdintextpro-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

.box-title {
  display: flex;
  flex-wrap: wrap;
  min-height: 59px;
  padding-bottom: 10px;
  margin-bottom: 28px;
  align-items: flex-start;
  border-bottom: 2px dashed #000; }
  .box-title-nmb {
    width: 39px;
    height: 39px;
    color: #FFEC00;
    padding-top: 6px;
    text-align: center;
    margin-right: 20px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    background-color: black; }
  .box-title-text {
    flex-grow: 1;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    padding-top: 4px;
    width: 100px; }

.winner {
  padding-top: 20px; }
  .winner-title {
    margin-bottom: 48px; }

.form-group--marb {
  margin-bottom: 19px; }

.form-group--marr {
  margin-right: 20px; }

.form-group-title {
  font-size: 14px;
  margin-bottom: 4px; }

.form-group--series {
  width: 70px;
  margin-right: 20px; }

.form-group--nmb {
  width: 150px; }

.form-control--md {
  height: 40px;
  color: #000;
  text-transform: none; }

.form-control--sm {
  width: 150px;
  height: 40px; }

.form-control--date {
  width: 150px;
  height: 40px;
  background: #fff url(../img/icon_calendar.png) no-repeat right center; }

.g-checkbox {
  cursor: pointer;
  margin-bottom: 14px; }
  .g-checkbox-text {
    font-weight: 400;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    display: block; }
    .g-checkbox-text--md {
      font-size: 16px;
      line-height: 1.3; }
    .g-checkbox-text:before {
      left: 0;
      top: 0;
      top: 2px;
      width: 16px;
      height: 16px;
      content: '';
      position: absolute;
      background-color: #ffec00;
      border: 2px solid black; }
    .g-checkbox-text--radio:before {
      border-radius: 50%; }
  .g-checkbox-input {
    display: none; }
    .g-checkbox-input:checked ~ .g-checkbox-text:after {
      content: '';
      width: 6px;
      height: 6px;
      background-color: #000;
      border: 2px solid #000;
      border-radius: 8px;
      position: absolute;
      left: 5px;
      top: 7px; }
  .g-checkbox--marr {
    margin-right: 20px; }

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

.upload-one {
  width: 150px;
  position: relative; }
  .upload-one .file-input:not(.file-input-new) .btn-file {
    display: none; }
  .upload-one .fileinput-remove {
    font-size: 0;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11 !important;
    background: url(../img/icon_close.png) no-repeat center;
    border: 0; }
  .upload-one .file-input-new .fileinput-remove {
    display: none; }
  .upload-one .file-caption {
    width: 150px;
    padding-right: 40px;
    padding-top: 10px; }
  .upload-one .file-caption-name {
    width: 100%;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none !important;
    background-color: transparent !important; }
  .upload-one .fileinput-cancel,
  .upload-one .fileinput-upload-button {
    display: none; }
  .upload-one .btn-file {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100% !important;
    bottom: 0;
    font-size: 0;
    z-index: 10 !important;
    border: none !important;
    background-color: transparent; }
    .upload-one .btn-file:after {
      content: '';
      width: 20px;
      height: 100%;
      display: block;
      position: absolute;
      right: 10px;
      top: 0;
      background: url(../img/icon_upload.png) no-repeat center; }
  .upload-one .file {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10 !important;
    cursor: pointer;
    opacity: 0;
    background: none !important;
    background-color: transparent; }
  .upload-one .input-group-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%; }
  .upload-one .file-caption-icon {
    display: none !important; }

.marb-10 {
  margin-bottom: 10px; }

.marb-20 {
  margin-bottom: 20px; }

.marb-30 {
  margin-bottom: 30px; }

.marb-5 {
  margin-bottom: 5px; }

.btn-red {
  width: 100%;
  max-width: 340px;
  height: 49px;
  background-color: #a30019;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px; }
  .btn-red:hover {
    background-color: #8a0015; }

.thanks-title {
  font-size: 22px;
  line-height: 1.3;
  padding: 20px 10px;
  margin-bottom: 23px;
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000; }

.thanks-text {
  font-size: 16px; }

.modal-dialog-thanks {
  width: 100%;
  max-width: 832px; }
  .modal-dialog-thanks .modal-body {
    padding: 23px 34px; }

@media (max-width: 479px) {
  .modal-dialog-thanks .modal-body {
    padding: 23px 15px; }
  .thanks-title {
    font-size: 18px; } }
    padding: 23px 34px; }


/* new */

.style-box .bootstrap-select>.dropdown-toggle {
  font-size: 18px;
  background: #fff;
  border: 3px solid #000;
}
.style-box .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-weight: 500;
  font-size: 18px;
}
.style-box .bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.style-box .bootstrap-select.btn-group .dropdown-menu li.disabled a {
  color: #000 !important;
  background-color: #f5f5f5 !important;
}

.style-box .bootstrap-select.btn-group .dropdown-menu li.selected a {
  background: #000;
  color: #fcea4f;
}

.btn-black {
  font-size: 18px;
  color: #fff;
  padding: 9px 30px;
  border-radius: 9px;
  text-decoration: none !important;
  background-color: #000;
}
.btn-black:focus,
.btn-black:hover {
  color: #ffec00;
}

.modal-header--black {
  background-color: #000;
}

.modal-header-title {
  color: #fff;
  font-weight: 500;
  font-size: 42px;
  margin: 0 auto;
  max-width: 570px;
}

.g-modal .modal-content {
  border: none;
}
.g-modal .modal-header {
  padding-left: 15px;
  padding-right: 15px;
}
.g-modal .modal-body {
  padding-left: 15px;
  padding-right: 15px;
}
.modal-body__inner {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 570px;
}

.marb-0 {
  margin-bottom: 0 !important;
}

.form-control:disabled {
  background-color: #EBDA49;
}

.modal-body__inner-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
}

.marb-15 {
  margin-bottom: 15px !important;
}

.modal-body__inner .form-control {
  height: 50px;
}
.modal-body__inner .style-box .bootstrap-select>.dropdown-toggle {
  padding: 10px 12px 9px;
  border: none;
}

.form-control:focus::placeholder {
  opacity: 0;
}


@media (max-width: 991px) {
  .modal-header-title {
    font-size: 36px;
  }
}

@media (min-width: 767px) {
  .modal-medium {
    max-width: 752px;
  }
}

@media (max-width: 767px) {
  .modal-header-title {
    font-size: 30px;
  }
  .modal-body__inner {
    padding-top: 20px;
  }
}

@media (max-width: 479px) {
  .modal-body__inner {
    padding-top: 10px;
  }
  .modal-header-title {
    font-size: 26px;
  }
}