.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open header, .modal-open .site-content, .modal-open footer {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.modal-open .modal {
  overflow-y: hidden;
      background-color: rgba(17, 83, 120, .85) !important;
}

.modal-backdrop {
  background-color: rgba(17, 83, 120, 0.75);
}

.modal_code .content_modal {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;

}
.modal_code .wrap_close {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.modal_code .btn_close {
  padding: 24px 26px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.modal_code .btn_close span {
  position: relative;
}
.modal_code .btn_close span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: #ffffff;
}
.modal_code .wrap_content {
  max-width: 468px;
}
.modal_code .heading_text {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 140px;
}
.modal_code .heading_text span {
  padding: 0 15px;
  position: relative;
}
.modal_code .heading_text span::before {
  content: "";
  width: 246px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #223329;
}
.modal_code .description_text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}
.modal_code .wrap_btn {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.modal_code .wrap_code {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  padding-top: 26px;
  padding-bottom: 14px;
  position: relative;
}
.modal_code .wrap_code svg {
  position: absolute;
  margin: auto;
  top: 8px;
  bottom: 0;
  right: -58px;
}
.modal_code .wrap_code .succes_svg {
  right: -63px;
}
.modal_code .code {
  width: 52px;
  height: 90px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: #115378;
  font-size: 30px;
}
.modal_code .line_code {
  position: relative;
}
.modal_code .line_code::before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  left: 11px;
  bottom: 20px;
  background-color: #115378;
}
.modal_code .code_overlay_error {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 11px;
}
.modal_code .code_overlay_error span {
  color: #ff1b1b;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.modal_code .parsley-errors-list {
  display: none;
}
.modal_code .code_overlay_succes {
  padding: 0 20px;
}
.modal_code .code_overlay_succes p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}
.modal_code .code_overlay_succes .selectboxit-container {
  width: 100%;
  margin-bottom: 38px;
}
.modal_code .code_overlay_succes .selectboxit-container .selectboxit {
  width: 100%;
  height: 77px;
  background-color: #FFF;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
}
.modal_code .code_overlay_succes .selectboxit-container .selectboxit::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/blue_arrow.svg");
  width: 12px;
  height: 8px;
  right: 25px;
  top: 35px;
}
.modal_code .code_overlay_succes .selectboxit-container .selectboxit .selectboxit-arrow-container, .modal_code .code_overlay_succes .selectboxit-container .selectboxit .selectboxit-option-icon-container {
  display: none;
}
.modal_code .code_overlay_succes .selectboxit-container .selectboxit .selectboxit-text {
  color: #223329;
  font-size: 14px;
  font-weight: 300;
  padding-left: 22px;
}
.modal_code .code_overlay_succes .selectboxit-container .selectboxit-options {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  padding: 0 28px;
  margin-top: 8px;
}
.modal_code .code_overlay_succes .selectboxit-container .selectboxit-options li {
  height: 66px;
  border-bottom: 1px solid #115378;
}
.modal_code .code_overlay_succes .selectboxit-container .selectboxit-options li:last-child {
  border-bottom: none;
}
.modal_code .code_overlay_succes .selectboxit-container .selectboxit-options li .selectboxit-option-icon-container {
  display: none;
}
.modal_code .code_overlay_succes .selectboxit-container .selectboxit-options li a {
  display: block;
  widows: 100%;
  height: 100%;
  color: #223329;
  font-size: 14px;
  font-weight: 300;
  line-height: 66px;
  padding: 0 11px;
}
.modal_code .code_overlay_succes .selectboxit-container .dropdown-menu > .active > a, .modal_code .code_overlay_succes .selectboxit-container .dropdown-menu > .active > a:hover, .modal_code .code_overlay_succes .selectboxit-container .dropdown-menu > .active > a:focus {
  background-color: transparent;
}

@media screen and (min-width: 1025px) and (max-height: 810px) {
  .modal_code .wrap_close {
    position: absolute;
    right: 0;
    top: 0;
  }
  .modal_code .content_modal {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    overflow-y: auto;

  }
  .modal_code .wrap_content {
    padding: 0 0 50px;
  }
  .modal_code .heading_text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .modal_code .wrap_content {
    max-width: 354px;
  }
  .modal_code .btn_close {
    font-size: 10px;
    padding: 17px 20px;
  }
  .modal_code .heading_text {
    font-size: 32px;
    margin-top: 220px;
    padding-bottom: 17px;
  }
  .modal_code .heading_text span::before {
    height: 24px;
    width: 197px;
  }
  .modal_code .description_text {
    font-size: 11px;
    line-height: 22px;
  }
  .modal_code .wrap_code {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding-top: 20px;
  }
  .modal_code .wrap_code svg {
    width: 36px;
    height: 36px;
    top: 14px;
  }
  .modal_code .code {
    height: 72px;
    width: 42px;
  }
  .modal_code .line_code::before {
    width: 24px;
    left: 9px;
    bottom: 18px;
  }
  .modal_code .code_overlay_error span {
    font-size: 16px;
  }
  .modal_code .code_overlay_succes {
    padding: 0;
  }
  .modal_code .code_overlay_succes p {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 28px;
  }
  .modal_code .code_overlay_succes .selectboxit-container {
    margin-bottom: 33px;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit {
    height: 62px;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit::before {
    right: 20px;
    top: 28px;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit .selectboxit-text {
    font-size: 11px;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit-options {
    padding-left: 13px;
    padding-right: 23px;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit-options li {
    height: 52px;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit-options li a {
    padding: 0 9px;
    font-size: 11px;
    line-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .modal_code .btn_close {
    letter-spacing: 0.4px;
    padding: 20px 25px;
  }
  .modal_code .wrap_content {
    max-width: 340px;
  }
  .modal_code .heading_text {
    font-size: 29px;
    padding: 0 10px;
    margin-top: 33px;
  }
  .modal_code .heading_text span {
    padding: 0 10px;
  }
  .modal_code .heading_text span::before {
    width: 178px;
    height: 22px;
  }
  .modal_code .description_text {
    font-size: 10px;
    line-height: 20.16px;
    margin-top: 12px;
  }
  .modal_code .wrap_code {
    padding-top: 17px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .modal_code .wrap_code svg {
    width: 28px;
    height: 29px;
    top: auto;
    bottom: -4px;
    right: -3px;
    pointer-events: none;
  }
  .modal_code .wrap_code .succes_svg {
    width: 38px;
    right: -7px;
    bottom: 2px;
  }
  .modal_code .line_code::before {
    width: 23px;
    height: 3px;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    bottom: 15px;
    left: 8px;
  }
  .modal_code .code {
    width: 38px;
    height: 66px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 0 !important;
  }
  .modal_code .code_overlay_error span {
    font-size: 14px;
    letter-spacing: 0.36px;
  }
  .modal_code .code_overlay_succes p {
    font-size: 14px;
    letter-spacing: 0.36px;
    margin-bottom: 24px;
  }
  .modal_code .code_overlay_succes .selectboxit-container {
    margin-bottom: 29px;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit {
    width: 318px;
    height: 56px;
    margin: auto;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit .selectboxit-text {
    font-size: 10px;
    padding-left: 20px;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit::before {
    right: 18px;
    top: 25px;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit-options {
    padding-left: 12px;
    padding-right: 20px;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit-options li {
    height: 48px;
  }
  .modal_code .code_overlay_succes .selectboxit-container .selectboxit-options li a {
    line-height: 48px;
    font-size: 10px;
    padding: 0 8px;
  }
}/*# sourceMappingURL=modal.css.map */