:root{
    --color-green:#56746F;
    --font-title: "_UniversLTStd-UltraCn";
    --font-title-2: "_UniversLTStd-UltraCn";
    --font-text: "_Gotham";
    --font-text: "_Gotham";
    --text-color: #000000;
}
.color-green {color: var(--color-green)}
* {box-sizing: border-box;}
img { max-width: 100%}

@media (min-width:768px){
    .mobile { display: none}
}
@media (max-width:767px){
    .desktop { display: none}
}


::-webkit-input-placeholder {
  opacity:1;
}
::-moz-placeholder {
  opacity:1;
}
:-ms-input-placeholder {
  opacity:1;
}
:-moz-placeholder {
 opacity:1;
}
#are_you_simulated { display: none}

input[type="text"],
input[type="email"],
input[type="tel"] {
  outline: none;
  background-color: transparent;
  border: none;
  
  font-size: 11px;
  height: 25px;
  width: 100%;
    font-family: var(--font-text);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;

    background-repeat: no-repeat; background-position:  right center;background-size: 12px auto;
  font-family: var(--font-text);
  outline: none;
  font-size: 12px;
    border: none; 
  border-bottom: 1px solid #000000;
  height: 40px!important;
  width: 100%;
  padding: 5px;
    border: 1px solid #000000;
}
.fields { display: flex; margin-left: -5px; margin-right: -5px; flex-wrap: wrap}
.fields .field-50 { width: 50%; padding-left: 5px ;padding-right: 5px;margin-bottom: 20px;}
.fields .field-100 { width: 100%; padding-left: 5px; padding-right: 5px;margin-bottom: 20px} 
.note { width: 70%!important}
.note  label {font-size: 12px; line-height: 1.1}
.note  label a { text-decoration: underline}
.note  label .wpcf7-form-control-wrap { float: left; margin: 0 10px 20px 0; }
.wpcf7-list-item {margin: 0}
.note  label .wpcf7-list-item-label { display: none}
.form__wrap {
  margin-bottom: 8px;
}
.form__item {
  margin-bottom: 3px;
}
.form__item label {
  font-size: 11px;
  display: block;
  position: relative;
  border-bottom: 1px solid #000000;
}
.form__item label span {
  position: absolute;
  left: 0;
  top: 0;
  transform:translateY(6px);
  transition: transform 0.3s linear, font 0.3s ease, opacity 0.3s ease;
}
.form__item label:focus-within > span, .form__item input[type="text"]:not(:placeholder-shown) + span,
.form__item input[type="email"]:not(:placeholder-shown) + span,
.form__item input[type="tel"]:not(:placeholder-shown) + span {
  font-size: 8px;
  transform: translateY(-3px);
}
.text__note {
  font-size: 10px;
  line-height: 1.4;
}
.register__left {
  margin-bottom: 40px;
}
.register__right h4 {
  font-size: 12px;
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.register__right .text__note {
  margin-bottom: 25px;
}
.register__right .form__item {
  margin-bottom: 10px;
}
.register__right .form__wrap {
  margin-bottom: 12px;
}
.form__captcha {
  margin-bottom: 25px;
}
.form__captcha img {
  width: 160px;
}
@media (max-width: 768px) {
    .fields .field-50,
    .note { width: 100%!important}
    .note label { text-align: left!important}
}
@media (max-width: 400px) {
  .form__radio_wrap p {
    margin-right: 10px;
  }
  .mwform-radio-field {
    margin-right: 10px;
  }
}
@media (max-width: 390px) {
  .form__radio_wrap {
    display: block;
  }
  .form__radio_wrap p {
    margin-bottom: 5px;
  }
}
@media (min-width: 769px) {
    .form__button button {margin-top: 58px!important}

  .form__button button {
    border: 1px solid transparent;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    height: 40px;
    font-size: 18px;
  }
  .form__button button:hover {
    background-color: #FFFFFF;
    border-color: #132020;
    color: #132020;
  }
  .register__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .register__left,
  .register__right {
    width: 50%;
  }
  .register__left {
    padding-right: 20px;
  }
  .register__right {
    padding-left: 20px;
  }
  .form__wrap {
    margin-bottom: 14px;
  }
  .form__item {
    margin-bottom: 12px;
  }
  .form__item:last-child {
    margin-bottom: 0;
  }
  .form__radio_wrap {
    margin-bottom: 57px;
  }
  .form__radio_wrap p {
    font-size: 20px;
    margin-right: 44px;
  }
  .mwform-radio-field {
    margin-right: 35px;
  }
  .mwform-radio-field:last-child {
    margin-bottom: 0;
  }
  .mwform-radio-field-text {
    font-size: 20px;
  }
  .text__agent {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .text__agent a {
    font-size: 18px;
    width: 125px;
    height: 32px;
    padding: 0 0 2px;
  }
  .text__agent a:hover {
    opacity: 0.7;
  }
  .text__require {
    margin-bottom: 30px;
  }
  .require {
    font-size: 16px;
    padding-right: 7px;
  }
  
  input[type="text"], input[type="email"], input[type="tel"] {
    font-size: 16px;
    height: 33px;
  }
  select {
    height: 52px;
    font-size: 16px;
  }
  .form__item label {
    font-size: 18px;
  }
  .form__item label span {
    transform: translateY(0);
  }
  .form__item label:focus-within > span, .form__item input[type="text"]:not(:placeholder-shown) + span,
  .form__item input[type="email"]:not(:placeholder-shown) + span,
  .form__item input[type="tel"]:not(:placeholder-shown) + span {
    font-size: 12px;
    transform: translateY(-12px);
  }
  .text__note {
    font-size: 10px;
  }
  .register__right h4 {
    font-size: 20px;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }
  .register__right .text__note {
    margin-bottom: 36px;
  }
  .register__right .form__wrap {
    margin-bottom: 22px;
  }
  .register__right .form__item {
    margin-bottom: 15px;
  }
  .register__right .form__item:last-child {
    margin-bottom: 0;
  }
  .form__captcha {
    margin-bottom: 37px;
  }
  .form__captcha img {
    width: auto;
  }
  .mwform-radio-field-text {
    padding-left: 44px;
  }
  .mwform-radio-field-text::before {
    width: 30px;
    height: 30px;
    top: -2px;
  }
  .mwform-radio-field-text::after {
    width: 18px;
    height: 18px;
    top: 4px;
    left: 6px;
  }
  .mwform-radio-field:not(:last-child) {
    margin-right: 33px;
  }
  .mwform-radio-field:last-child {
    margin-right: 0;
  }
  .register__right .form__radio_wrap {
    margin-right: -12px;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .register__left {
    padding-right: 20px;
  }
  .register__right {
    padding-left: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1350px) {
  .form__radio_wrap {
    display: block;
  }
  .form__radio_wrap p {
    margin: 0 0 20px;
  }
}

body .elementor-widget-image a { display: block}
.pp-advanced-menu--dropdown.pp-menu-off-canvas {}
#logo-list img { display: block; max-height: 80px; width: auto; max-width: none;margin: 0 10px}
#logo-list .swiper-slide {width: auto!important}

.custom-tab .pp-icon { display: none}
@media (min-width: 768px){
    .custom-tab .pp-tabs-labels {width: calc(100% + 20px); max-width: none;margin-left: -10px; margin-right: -10px}        
.custom-tab .pp-advanced-tabs-title { width: calc(25% - 20px);text-align: center;margin:  0 10px!important;}
.custom-tab.column-2 .pp-advanced-tabs-title { width: calc(50% - 20px);text-align: center;margin:  0 10px!important;}    
}

@media (max-width: 767px){
    .custom.elementor-widget-image-box .elementor-image-box-wrapper { display: flex; align-items: center}
    .custom.elementor-widget-image-box .elementor-widget-container { height: auto}
    .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {text-align: center!important}
}

.elementor-element .pp-style-1 .at-horizontal .pp-tab-active:after {    border-top-color: #000000!important;}
body {    overflow: hidden;}
.swiper-wrapper {display:flex}