/*************************BASIC******************************/
h1, h2, h3, p {
  margin: 0;
}

body {
  margin: 0;
  box-sizing: border-box;
  font-family: "Assistant", sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.04vw;
}
@media (min-width: 1921px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 4.62vw;
  }
}

* {
  box-sizing: border-box;
}

button {
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  font-family: inherit;
}
button:focus, button:active {
  outline: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  border-bottom: 1px solid #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 30px #EE7822 inset !important;
  transition: none;
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none;
  }
}

.textT1 {
  font-size: 90%;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT1 {
    font-size: 88.89%;
  }
}

.textT2 {
  font-size: 120%;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT2 {
    font-size: 116.66%;
  }
}

.textT3 {
  font-size: 205%;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT3 {
    font-size: 155.55%;
  }
}

.textT4 {
  font-size: 175%;
  line-height: 1.05;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT4 {
    font-size: 188.88%;
  }
}

.textT5 {
  font-size: 265%;
  line-height: 0.94;
  font-weight: 400;
}
@media (max-width: 768px) {
  .textT5 {
    font-size: 238.88%;
    line-height: 0.98;
  }
}
.textT5 .big {
  font-size: 183%;
}

@media (max-width: 768px) {
  .textT6 {
    font-size: 85%;
  }
}

.centerText {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.colorGreen {
  color: #003523;
}

.boldType {
  font-weight: 700;
}

.main_container {
  position: relative;
}
@media (min-width: 1921px) {
  .main_container {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.main_container.open_form .sectionT2 {
  display: block;
}

.flex {
  display: flex;
}

.main_wraper {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .main_wraper {
    display: block;
  }
}

.sectionT1 {
  width: 73.23%;
  position: relative;
}
@media (max-width: 768px) {
  .sectionT1 {
    width: 100%;
  }
}
.sectionT1 .text_main {
  position: absolute;
  top: 6.61vw;
  left: 3.65vw;
}
@media (min-width: 1921px) {
  .sectionT1 .text_main {
    top: 127px;
    left: 70px;
  }
}
@media (max-width: 768px) {
  .sectionT1 .text_main {
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 56.67vw;
  }
}
.sectionT1 .text_bottom {
  position: absolute;
  bottom: 0.99vw;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
}
@media (min-width: 1921px) {
  .sectionT1 .text_bottom {
    bottom: 19px;
  }
}
@media (max-width: 768px) {
  .sectionT1 .text_bottom {
    bottom: 3.08vw;
    width: 94.8%;
  }
}

.text_main .image {
  width: 91px;
  margin: 15px auto;
}
@media (max-width: 768px) {
  .text_main .image {
    width: 4.74vw;
    margin: 0.78vw 0;
  }
}

.sectionT2 {
  background: #EE7822;
  width: 26.77%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  padding-bottom: 1.04vw;
}
@media (min-width: 1921px) {
  .sectionT2 {
    padding-bottom: 20px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .sectionT2 {
    width: 100%;
    right: 0;
    padding-bottom: 4.62vw;
    display: none;
  }
}

.main_logo {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .main_logo {
    width: 90%;
    margin-bottom: 0 !important;
  }
}

.close_popup {
  width: 5.64vw;
  position: absolute;
  top: 6.67vw;
  right: 6.67vw;
}

.wrapT1 {
  width: 90%;
  margin: 0 auto;
}

.form_container {
  position: relative;
}
.form_container.send .msg_send {
  display: flex;
}

.form_wrap {
  width: 83.4%;
  margin: 0 auto;
}

.form_input, .form_checkbox {
  margin-bottom: 0.89vw;
}
@media (min-width: 1921px) {
  .form_input, .form_checkbox {
    margin-bottom: 17px;
  }
}
@media (max-width: 768px) {
  .form_input, .form_checkbox {
    margin-bottom: 4.36vw;
  }
}
.form_input.error .error_msg, .form_checkbox.error .error_msg {
  display: block;
}

.form_input {
  position: relative;
  width: 100%;
  text-align: right;
}
.form_input label {
  display: block;
}
.form_input input, .form_input select {
  background: #EE7822;
  width: 100%;
  border: none;
  padding: 0.16vw 0;
  border-bottom: 1px solid #ffffff;
  outline: none;
}
@media (min-width: 1921px) {
  .form_input input, .form_input select {
    padding: 3px 0;
  }
}
@media (max-width: 768px) {
  .form_input input, .form_input select {
    padding: 0.77vw 0;
  }
}
.form_input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
.form_input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.form_input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.form_input input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.form_input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.form_input select::-ms-expand {
  display: none;
}

.error_msg {
  text-align: left;
  margin-top: 0.26vw;
  margin-bottom: -1.25vw;
  color: #003523;
  font-size: 90%;
  display: none;
  margin-right: auto;
}
.error_msg.error {
  display: block;
}
@media (min-width: 1921px) {
  .error_msg {
    margin-top: 5px;
    margin-bottom: -24px;
  }
}
@media (max-width: 768px) {
  .error_msg {
    font-size: 83%;
    margin-top: 0.77vw;
    margin-bottom: -5.13vw;
  }
}

.form_btn {
  width: 100%;
}

.form_checkbox {
  position: relative;
}
.form_checkbox p {
  font-size: 80%;
  line-height: 1.29;
}
.form_checkbox .error_msg {
  position: relative;
  margin-bottom: 0;
}

.checkbox_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  padding-right: 1.3vw;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 1921px) {
  .checkbox_wrap {
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .checkbox_wrap {
    padding-right: 6.41vw;
  }
}
.checkbox_wrap input {
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  margin: 0;
  right: 0;
  top: 0;
  width: 1.35vw;
}
@media (min-width: 1921px) {
  .checkbox_wrap input {
    width: 26px;
  }
}
@media (max-width: 768px) {
  .checkbox_wrap input {
    width: 6.67vw;
  }
}
.checkbox_wrap input:checked ~ .checkmark::after {
  display: block;
}
.checkbox_wrap a {
  z-index: 10;
}
.checkbox_wrap .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border: none;
  pointer-events: none;
  border-radius: 0.1vw;
  width: 0.83vw;
  height: 0.83vw;
}
@media (min-width: 1921px) {
  .checkbox_wrap .checkmark {
    width: 16px;
    height: 16px;
    border-radius: 2px;
  }
}
@media (max-width: 768px) {
  .checkbox_wrap .checkmark {
    border-radius: 0.51vw;
    width: 4.1vw;
    height: 4.1vw;
  }
}
.checkbox_wrap .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 0.26vw;
  width: 0.26vw;
  height: 0.52vw;
  border: solid #003523;
  border-width: 0 0.1vw 0.1vw 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1921px) {
  .checkbox_wrap .checkmark::after {
    left: 5px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0;
  }
}
@media (max-width: 768px) {
  .checkbox_wrap .checkmark::after {
    left: 1.28vw;
    width: 1.03vw;
    height: 2.56vw;
    border-width: 0 0.51vw 0.51vw 0;
  }
}

.msg_send {
  background: #EE7822;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
  margin: 5.21vw auto 2.6vw;
}
@media (min-width: 1921px) {
  .msg_send {
    margin: 100px auto 50px;
  }
}
@media (max-width: 768px) {
  .msg_send {
    margin: 25.64vw auto 12.82vw;
  }
}
.msg_send.send {
  display: flex;
}

.btnT1 {
  background: #ffffff;
  color: #003523;
  font-size: 175%;
  width: 100%;
  padding: 0.36vw 0;
}
@media (min-width: 1921px) {
  .btnT1 {
    padding: 7px 0;
  }
}
@media (max-width: 768px) {
  .btnT1 {
    padding: 1.28vw 0;
    font-size: 161%;
  }
}

.open_form_btn {
  width: 100%;
  background: #EE7822;
  color: #ffffff;
  font-size: 120%;
  line-height: 1.2;
  font-weight: bold;
  padding: 2.05vw;
  margin-bottom: 2.56vw;
}

.margB1 {
  margin-bottom: 0.89vw;
}
@media (min-width: 1921px) {
  .margB1 {
    margin-bottom: 17px;
  }
}
@media (max-width: 768px) {
  .margB1 {
    margin-bottom: 5.13vw;
  }
}

.margB2 {
  margin-bottom: 0.63vw;
}
@media (min-width: 1921px) {
  .margB2 {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .margB2 {
    margin-bottom: 3.08vw;
  }
}

.margB3 {
  margin-bottom: 1.09vw;
}
@media (min-width: 1921px) {
  .margB3 {
    margin-bottom: 21px;
  }
}
@media (max-width: 768px) {
  .margB3 {
    margin-bottom: 5.38vw;
  }
}

.margB0 {
  margin-bottom: 0 !important;
}

.INDhasDragTooltip #INDWrap #INDmenu-btn[data-INDdrag] {
    top: 24vh !important;
    bottom: auto !important;
}
@media (max-width: 768px){
.INDhasDragTooltip #INDWrap #INDmenu-btn[data-INDdrag] {
    top: 15vh !important;
    
}
}


