.fbf *, .fbf input, .fbf  button, .fbf textarea {
   box-sizing: border-box;
   font-family: "Sora", sans-serif !important;
}
.fbf {
   padding-top: 94px;
   padding-bottom: 110px;
   background: #F9FAFB;
   clear: both;
}
.fbf .wrapper {
   width: 1256px;
   max-width: 100%;
   padding-left: 20px;
   padding-right: 20px;
   margin-left: auto;
   margin-right: auto;
}
.fbf-flex {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
}
.fbf-left {
   width: 592px;
   max-width: calc(100% - 560px);
}
.fbf-right {
   width: 384px;
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
}
.fbf-right-photo {
   width: 100%;
   margin-bottom: 0px;
   height: 384px;
}
.fbf-right-photo img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
.fbf-title {
   color: #111111;
   font-size: 36px;
   font-style: normal;
   font-weight: 500;
   line-height: 130%;
   margin-bottom: 17px;
}
.fbf-after-title {
   color: #111111;
   font-size: 22px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%;
   margin-bottom: 40px;
}
.fbf-right-title {
   color: #111 !important;
   font-size: 16px;
   font-style: normal;
   font-weight: 700 !important;
   line-height: 20px;
   margin-bottom: 0px;
}
.fbf-right-email {
   color: #111111 !important;
   font-size: 16px;
   font-style: normal;
   font-weight: 400 !important;
   line-height: 140%;
   margin-bottom: 20px;
}
.fbf-right-bottom {
   display: flex;
   align-items: center;
}
.fbf-right-phone-link {
   color: #111111 !important;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   margin-right: 36px;
}
.fbf-right-soc-link {
   width: 16px;
   height: 16px;
   background: transparent;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 16px;
}
.fbf-right-soc-link--1 img {
   position: relative;
   top: -1px;
   left: 1px;
}
.fbf-right-soc-link:last-child {
   margin-right: 0px;
}
.fbf-right-soc-link img {
   max-width: 16px;
   max-height: 16px;
   object-fit: contain;
   object-position: center;
}
.fbf-form-input {
   display: block;
   width: 100%;
   margin-bottom: 45px;
}
.fbf-form br {
   display: none !important;
}
.fbf-form input {
   display: block;
   width: 100%;
   padding: 15px 0px;
   background: transparent;
   border:none;
   border-bottom: 1px solid #000000;
   color: #111111;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
}
.fbf-form input::placeholder {
   color: #111111;
}
.fbf-form-flex {
   display: flex;
   justify-content: space-between;
}
.fbf-form-flex .fbf-form-input {
   width: calc(50% - 15px);
}
.fbf-form-btn {
   margin-top: 53px;
   background: #111111;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 208px;
   height: 70px;
   max-width: 100%;
   color: #FFFFFF !important;
   font-size: 18px;
   font-style: normal;
   font-weight: 600 !important;
   line-height: 24px; 
   transition: 0.25s;
   font-family: "Sora", sans-serif;
   text-decoration: none !important;
}
.fbf-form-btn:hover {
   background: #FDE512;
   color: #111111 !important;
}
.sp_data_kod_js {
   display: none !important;
}
.iti__selected-dial-code {
   order: 5;
}
.iti--separate-dial-code .iti__selected-flag {
   background: transparent !important;
}
.iti__flag  {
   transform-origin: center;
   transform: scale(1.25);
}
.iti__arrow {
   width: 12px !important;
   height: 6px !important;
   margin-left: 10px !important;
   border:none !important;
   background-image: url('../images/form-iti-select.svg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}
.iti__selected-dial-code {
   color: #111111;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.iti__selected-dial-code:before {
   content:'(';
   display: block;
}
.iti__selected-dial-code:after {
   content:')';
   display: block;
}
.iti  {
   width: 100%;
}
.iti-mobile .iti--container {
   top: 0px !important;
   left: 0px !important;
   width: 100% !important;
   height: 100% !important;
   right: 0px !important;
   bottom: 0px !important;
   padding: 0px !important;
}

.fbf-right-wihte {
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: absolute;
   bottom: 20px;
   width: calc(100% - 40px);
   z-index: 20;
   left: 20px;
   padding: 12px 16px;
   background: #ffffff;
}
.fbf-right-wihte-left {
   width: calc(100% - 120px);
}
.fbf-right-bottom {
   max-width: 110px;
}
.fbf-right-job {
   color: #111;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 20px; 
}
@media screen and (max-width: 992px) {
   .fbf-flex {
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }
   .fbf-left {
      width: 100%;
      max-width: 100%;
      margin-bottom: 48px;
   }
   .fbf {
      padding: 48px 0px;
   }
   .fbf-right {
      width: 340px;
      max-width: 100%;
      margin-right: auto;
   }
   .fbf-title {
      font-size: 48px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%; 
      margin-bottom: 17px;
   }
   .fbf-after-title {
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%; 
      margin-bottom: 17px;
   }
   .fbf-form-input {
      margin-bottom: 25px;
   }
   .fbf-form-input {
      margin-bottom: 25px;
   }
   .fbf-form-btn {
      margin-top: 44px;
   }
   .fbf-right-email {
      margin-bottom: 32px;
   }
   .fbf-form-btn {
      margin-left: 0px;
      margin-right: auto;
   }
   .fbf-right-photo {
      height: 350px;
   }
   .fbf-right-wihte {
      width: calc(100% - 24px);
      left: 12px;
      bottom: 12px;
   }
   .fbf-right-soc-link {
      width: 16px;
      height: 16px;
      margin-left: 16px;
      margin-right: 0px;
   }
   .fbf-right-soc-link:first-child {
      margin-left: 0px;
   }
   .fbf-right-wihte-left {
      width: calc(100% - 90px);
   }
   .fbf-right-bottom {
      max-width: 80px;
   }
}
@media screen and (max-width: 767px) {
   .fbf-form-flex {
      flex-direction: column;
   }
   .fbf-form-flex .fbf-form-input {
      width: 100%;
   }
}