.page-template-template-contacts-new .breadcrumbs {
   display: none;
}
.page-template-template-contacts-new  *, .fbf *, input, button {
   box-sizing: border-box;
   font-family: "Sora", sans-serif !important;
}
.con-wrapper{ 
   width: 1256px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   padding-left: 20px;
   padding-right: 20px;
}
.con-1-flex {
   display: flex;
}
.con-1-left {
   padding: 40px 81px 83px 0px;
   position: relative;
   z-index: 20;
   width: 50%;
}
.contacts-page-new  .con-1-left .ctct_form input {
   background: transparent;
   font-size: 16px;
}
.con-1-left .fbf-form-flex {
   flex-direction: column;
   align-items: center;
   justify-content: flex-start;
}
.con-1-left .fbf-form-input{
   width: 100%;
}
.fbf-form-input {
   margin-bottom: 30px;
}
.con-1-left .intl-tel-input {
   width: 100%;
}
.con-1-left:before {
   content:'';
   display: block;
   position: absolute;
   right: 0px;
   top: 0px;
   height: 100%;
   width: 4000px;
   background: #FAFBFC;
}
.wpcf7-form-control-wrap  {
   width: 100%;
   display: block;
}
.con-1-title { 
   color: #111;
   font-size: 40px;
   font-style: normal;
   font-weight: 500;
   line-height: 125%;
   position: relative;
   z-index: 20;
   margin-bottom: 15px;
}
.con-1-text-left {
   color: #111;
   position: relative;
   z-index: 20;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   margin-bottom: 20px;
}
.fbf-text-police {
   position: relative;
   z-index: 20;
   color: #111;
   font-size: 13px;
   font-style: normal;
   font-weight: 400;
   line-height: 170%;
   margin-top: -10px;
}
.fbf-text-police  a {
   color: #111;
   font-size: 13px;
   font-style: normal;
   font-weight: 600;
   line-height: 170%;
}
.con-1-right {
   padding: 40px 0px 112px 72px;
   width: 50%;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: flex-start;
}
.fbf-right-photo {
   width: 120px;
   height: 120px;
   margin-bottom: 32px;
}
.fbf-right-photo img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center top;
}
.fbf-right-title {
   color:  #111;
   font-size: 22px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%;
   margin-bottom: 11px;
}
.fbf-right-email {
   color: #111;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   margin-bottom: 20px;
}
.fbf-right-bottom {
   display: flex;
   align-items: center;
   margin-bottom: 60px;
}
.fbf-right-phone-link {
   color: #111;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%; 
   margin-right: 36px;
}
.fbf-right-soc-link {
   width: 33px;
   height: 33px;
   margin-right: 14px;
}
.fbf-right-soc-link img {
   display: block;
   width: 100%;
   height: 100%;
   max-width: 100%;
   max-height: 100%;
   object-fit: contain;
   object-position: center;
}
.fbf-right-soc-link:last-child {
   margin-right: 0px;
}
.con-1-right-sub-title {
   color: #111;
   font-size: 24px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%; 
   margin-bottom: 32px;
}
.con-1-right-list {
   display: flex;
   flex-wrap: wrap;
   margin-left: -15px;
   margin-right: -15px;
   margin-top: -40px;
}
.con-1-right-item {
   width: calc(50% - 30px);
   margin-left: 15px;
   margin-right: 15px;
   margin-top: 40px;
}
.con-1-right-item-title {
   display: flex;
   align-items: center;
   color: #111;
   font-size: 18px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%; 
   margin-bottom: 8px;
   padding-left: 20px;
   position: relative;
}
.con-1-right-item-title:before {
   content:'';
   display: block;
   width: 8px;
   height: 8px;
   position: absolute;
   top: 7px;
   left: 0px;
   min-width: 8px;
   border-radius: 100%;
   background: #FFF337;
}
.con-1-right-item-text {
   color: #888;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
}

.contacts-page-new .con-1-left .con-1-form  .fbf-form-btn {
   margin-top: 35px;
}
@media screen and (max-width: 1100px) {
   .con-1-flex {
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }
   .con-1-left {
      width: 100%;
      padding: 44px 0px;
   }
   .con-1-left:before {
      right: -40px;
   }
   .con-1-title {
      color: #111;
      font-size: 36px;
      font-style: normal;
      font-weight: 500;
      line-height: 125%; 
      margin-bottom: 20px;
   }
   .con-1-text-left {
      color: #111;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      margin-bottom: 44px;
   }
   .con-1-form {
      max-width: 100%;
   }
   .con-1-right {
      width: 100%;
      padding-left: 0px;
   }
   .con-1-right {
      padding-top: 48px;
      padding-bottom: 60px;
   }
   .fbf-right-bottom {
      margin-bottom: 40px;
   }
   
}
@media screen and (max-width: 992px) {
   .fbf-text-police {
      margin-top: -5px;
   }
   .fbf-form-btn {
      margin-top: 40px;
   }
}
@media screen and (max-width: 600px) {
   .con-1-right-list {
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
   }
   .con-1-right-item {
      margin-left: 0px;
      margin-right: 0px;
      width: 100%;
      margin-top: 32px;
   }
   .con-1-right-item:first-child {
      margin-top: 0px;
   }
}