/* --------------- fancybox ------------------*/
.fancybox-wrap {
  margin-top: 50px;
}

.fancybox-skin {
  border: none;
  background: none;
  border-radius: 10px;
}
.fancybox-opened .fancybox-skin {
  box-shadow: none;
}

/* ---------------- fancybox-close -----------------*/
.fancybox-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=) 0 0 no-repeat !important;
  width: 25px;
  height: 25px;
  top: -30px;
  right: -30px;
}

.fancybox-close:hover {
  opacity: 0.9;
}

.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important;
}

.fancybox-inner {
  height: 700px !important;
}
/* ---------------- b-form -----------------*/
.b-form {
  position: relative;
}
.b-form__header {
  padding: 0 0 25px 0;
  font-size: 17px;
  text-align: center;
}
.b-form__header-title {
  font-family: 'SFUITextLight';
  line-height: 1.33;
  font-size: 32px;
  margin: 0 0 15px 0;
}
.b-form__content .row {
  margin: 0 -5px 0 -5px;
}
.b-form__content .row .col {
  padding: 5px 5px 5px 5px;
}
.b-form__content .row .col .b-btn {
  display: block;
  width: 100%;
}
.b-form__content .input-container_file {
  position: relative;
}
.b-form__content .input-container_file .get-photo {
  margin: 10px 0 10px 0;
  position: relative;
  z-index: 2;
}
.b-form__content .input-container_file .get-photo span {
  text-decoration: underline;
}
.b-form__content .input-container_file .get-photo i {
  font-size: 20px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.b-form__content .input-container_file:hover .get-photo span {
  text-decoration: none;
}
.b-form__content .input-container_file input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}
.b-form__content label {
  font-size: 14px;
  margin: 0;
}
.b-form__content .b-btn{
  font-size: 18px;
  font-family: 'SFUITextRegularG2';
}

/* ----------------- b-modal-form---------------- */
.b-modal-form {
  display: none;
  max-width: 100%;
  width: 620px;
  background-color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 18px 68px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 18px 68px rgba(0, 0, 0, 0.1);
  box-shadow: 0 18px 68px rgba(0, 0, 0, 0.1);
}
.b-modal-form .b-form {
  margin: auto;
  box-shadow: none;
  border: none;
  padding: 45px;
  max-width: none;
  background: none;
}
.b-modal-form .b-form__content {
  padding: 0;
  margin: auto;
}


/* b-modal
---------------------------------*/
.b-modal {
  display: none;
  position: relative;
  width: 726px;
  background-color: #FFFFFF;
  padding: 40px;
  text-align: center;
  max-width: 100%;
  color: #000000;
  border: 1px solid #d0d5dd;
}
.b-modal__header{
  font-size: 32px;
  padding: 40px 0 40px 0;
}
.b-modal__header-icon{
  font-size: 46px;
  margin: 0 0 20px 0;
  text-align: center;
  color: #F7941E;
  line-height: 1;
}

/* modal-skin
---------------------------------*/
.modal-skin .modal-dialog {
  width: 1140px;
  max-width: 100%;
  margin: 70px auto 0;
  padding: 0 10px 0 10px;
}
.modal-skin .modal-dialog button.close {
  position: absolute;
  right: 10px;
  top: -35px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  opacity: 1;
  border: none;
  outline: none;
}
.modal-skin .modal-dialog .modal-content {
  border: none;
  padding: 40px;
}

/* b-thanks
---------------------------------*/
.popover {
  background-color: #FFFFFF;
  -moz-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
  box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
  border: none;
  max-width: 350px;
}
.popover.bottom {
  margin-top: 20px;
}
.popover > .arrow,
.popover.bottom > .arrow {
  border-color: transparent;
}

/* b-btn
---------------------------------*/
.b-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'SFUITextLight';
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s;
  padding: 19px 20px 19px 20px;
  line-height: 30px;
  min-width: 160px;
  max-width: 100%;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(194, 194, 194, 0.6);
}
.b-btn .icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin: -2px 10px 0 0;
}
.b-btn:hover {
  color: #fff;
  text-decoration: none;
}
.b-btn_orange{
  background-image: linear-gradient(to bottom, #feaa4a, #f79320);
}

.b-btn_orangeRed{
  background-image: linear-gradient(to bottom, #feaa4a, #f76520);
}

.b-btn_green{
  background-image: linear-gradient(to bottom, #53d88d, #17B059);
}
.b-btn_green-move{
  background-image: linear-gradient(to bottom, #53d88d, #17B059);
}

.b-btn_green-move:before {
  position: absolute;
  content: ' ';
  width: 30px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
          to right,
          rgba(255,255,255,0) 0%,
          rgba(255,255,255,0.03) 1%,
          rgba(255,255,255,0.6) 30%,
          rgba(255,255,255,0.85) 50%,
          rgba(255,255,255,0.85) 70%,
          rgba(255,255,255,0.85) 71%,
          rgba(255,255,255,0) 100%
  );
  -webkit-transform: skew(-10deg,0deg);
  -moz-transform: skew(-10deg,0deg);
  -ms-transform: skew(-10deg,0deg);
  -o-transform: skew(-10deg,0deg);
  transform: skew(-10deg,0deg);
  -webkit-animation: move 5s infinite;
  -moz-animation: move 5s infinite;
  -ms-animation: move 5s infinite;
  -o-animation: move 5s infinite;
  animation: move 5s infinite;
}

.b-btn_orange:hover{
  background-color: #f7ac23;
}

.input-text::-webkit-input-placeholder {
  color: #5f5f5f;
  opacity: 1;
}
.input-text::-moz-placeholder {
  color: #5f5f5f;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: #5f5f5f;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #5f5f5f;
  opacity: 1;
}
.input-text,
textarea {
  margin: 0;
  padding: 19px 20px 19px 20px;
  width: 100%;
  font-family: 'SFUITextLight', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 30px;
  transition: 0.3s;
  height: 68px;
  background-color: #F6F6F6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #F6F6F6;
}
textarea {
  min-height: 180px;
  resize: none;
}
input.input-text:focus,
textarea:focus,
input.input-text:hover,
textarea:hover {
  outline: none;
  box-shadow: inset 0 0 0 1px #e5e5e5;
}
.input-text.error {
  border-color: #cf0000;
}
.input-container {
  position: relative;
}


.write-us__wrapper {
  margin: 20px 0;
  line-height: 1.33;
}

.write-us__label {
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.write-us__label .write-us__text {
  font-family: 'SFUITextLight';
  font-weight: normal;
  color: #000000;
  line-height: 1.33;
}

.policy-text {
  font-size: 14px;
  color: #444444;
  font-weight: 600;
  font-family: 'SFUITextLight';
  color: #000000;
  text-decoration: underline;
  transition: 0.2s;
}

.write-us__checkbox{
  margin-top: 0 !important;
}

.btn-submit {
  border: none;
}