body {
  margin: 0;
}

.section-form {
  background-color: #FFFFFF;
  padding: 120px 0;
}

.form-grid {
  max-width: 700px;
  margin: 0 auto;
}
.form-grid .thank-you-form-block,
.form-grid .thank-you-text {
  text-align: center;
}
.form-grid .thank-you-form-block .message-wrap,
.form-grid .thank-you-text .message-wrap {
  padding-top: 52px;
}
.form-grid .thank-you-form-block .message-wrap .title,
.form-grid .thank-you-text .message-wrap .title {
  font-size: 28px;
  line-height: 44px;
  color: #212529;
  font-weight: 700;
  margin-bottom: 12px;
}
.form-grid .thank-you-form-block .message-wrap .text,
.form-grid .thank-you-text .message-wrap .text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #212529;
}
.form-grid .thank-you-form-block .message-wrap .btn-wrap,
.form-grid .thank-you-text .message-wrap .btn-wrap {
  margin-top: 40px;
}

.forms-tabs .form-title {
  color: #212529;
  text-align: center;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 142.857% */
  margin: 0 0 40px;
}

.forms-tabs .tabs-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /*overflow: hidden;*/
  padding-bottom: 1px;
  padding: 0;
  margin: 0 1px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 36px auto;
}
.forms-tabs .tabs-ul:before {
  content: "";
  background-color: #9CA5B8;
  height: 1px;
  position: absolute;
  left: 0;
  right: 1px;
  bottom: 0;
}
.forms-tabs .tabs-ul > li.tab-link {
  font-family: Lato;
  transition: 0.1s;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #576680;
  cursor: pointer;
  padding: 0 0 15px 0;
  white-space: nowrap;
  flex: 1;
  text-align: center;
}
.forms-tabs .tabs-ul > li.tab-link:hover {
  color: #0A4CB5;
  transition: 0.1s;
}
.forms-tabs .tabs-ul li.tab-link.current {
  font-weight: 600;
  color: #0A4CB5;
}
.forms-tabs .tabs-ul li.tab-link.current:nth-child(2) ~ .mark {
  left: 33.333%;
}
.forms-tabs .tabs-ul li.tab-link.current:nth-child(3) ~ .mark {
  left: 66.666%;
}
.forms-tabs .tabs-ul li.mark {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px !important;
  background: #0A4CB5;
  transition: 0.5s ease-in-out;
  width: 33.333%;
  z-index: 1;
}
.forms-tabs .tabs-ul.count-headers-2 li.mark {
  width: 50%;
}
.forms-tabs .tabs-ul.count-headers-2 li.tab-link.current:nth-child(2) ~ .mark {
  left: 50%;
}
.forms-tabs .tabs-ul.count-headers-1:before {
  content: none;
}
.forms-tabs .tabs-ul.count-headers-1 li.tab-link {
  pointer-events: none;
  cursor: text;
  padding: 0;
}
.forms-tabs .tabs-ul.count-headers-1 .mark {
  display: none;
}

.form-main .choices {
  margin-bottom: 0;
}
.form-main .choices.is-open .choices__inner {
  border-color: #0A4CB5;
  box-shadow: inset 0 0 0 0.6px #0A4CB5;
}
.form-main .choices.is-open + .select-label {
  color: #0A4CB5;
}
.form-main .choices[data-type*=select-one]:after {
  content: "";
  border: solid #212529;
  border-width: 0 2px 2px 0;
  padding: 3px;
  box-sizing: border-box;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  bottom: 0;
  right: 30px;
  transition: 0.2s;
}
.form-main .choices .choices__inner {
  font-family: Lato;
  color: #212529;
  box-sizing: border-box;
  padding: 0;
  min-height: 64px;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #D6DDEC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  align-items: center;
  padding-left: 28px;
  box-sizing: border-box;
}
.form-main .choices .choices__inner:hover {
  transition: 0.2s;
}
.form-main .choices .choices__list--single {
  padding: 0;
}
.form-main .choices.is-open:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  margin-top: -3px;
  transition: 0.2s;
}
.form-main .choices .choices__list--dropdown,
.form-main .choices .choices__list[aria-expanded] {
  box-sizing: border-box;
  margin-top: 0;
  z-index: 2;
  border: 1px solid #9CA5B8;
  border-top: 0;
  border-radius: 0;
  /* box-shadow: 0px 0px 32px rgb(0 0 0 / 5%); */
}
.form-main .choices .choices__list--dropdown .choices__item {
  font-family: Lato;
  border-bottom: 1px solid #F3F3F3;
  padding: 15px 27px;
  font-size: 20px;
  line-height: 32px;
  color: #212529;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 34px !important;
}
.form-main .choices .choices__list--dropdown .choices__item.is-selected:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #0A4CB5;
}
.form-main .choices .choices__item--selectable.is-highlighted,
.form-main .choices .choices__item--selectable.is-highlighted {
  background-color: #FFFFFF;
}
.form-main .choices .choices__item--selectable.is-highlighted:hover,
.form-main .choices .choices__item--selectable.is-highlighted:hover {
  background-color: #F9FAFF;
}
.form-main .choices.is-open.is-flipped .choices__list--dropdown,
.form-main .choices .is-open.is-flipped .choices__list[aria-expanded] {
  margin-top: auto;
  border-top: 1px solid #9CA5B8;
  margin-bottom: 0;
  border-bottom: 0;
}
.form-main .input-field {
  position: relative;
  margin: 0 0 24px;
}
.form-main .input-field .select-label {
  font-family: Lato;
  position: absolute;
  top: -7px;
  left: 20px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #576680;
  padding: 2px 8px;
  z-index: 0;
}
.form-main .input-field input.input,
.form-main .input-field textarea {
  font-family: Lato;
  transition: 0.2s;
  border: 1px solid #D6DDEC;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  width: 100%;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #212529;
  padding: 0 28px;
}
.form-main .input-field input.input:hover,
.form-main .input-field textarea:hover {
  transition: 0.2s;
  border-color: #9CA5B8;
}
.form-main .input-field input.input + .error,
.form-main .input-field textarea + .error {
  font-family: Lato;
  color: #C90A0A;
  position: relative;
  font-weight: 500;
  padding: 7px 0 0 26px;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.form-main .input-field input.input + .label, .form-main .input-field input.input + .error + .label, .form-main .input-field input.input + .error + .error + .label,
.form-main .input-field textarea + .label,
.form-main .input-field textarea + .error + .label,
.form-main .input-field textarea + .error + .error + .label {
  font-family: Lato;
  position: absolute;
  top: 22px;
  left: 28px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #576680;
  transition: all ease-in-out 0.2s;
  cursor: text;
}
.form-main .input-field input.input:focus,
.form-main .input-field textarea:focus {
  border-color: #0A4CB5;
  box-shadow: inset 0 0 0 0.6px #0A4CB5;
}
.form-main .input-field input.input:focus + .label, .form-main .input-field input.input:focus + .error + .label, .form-main .input-field input.input:focus + .error + .error + .label,
.form-main .input-field textarea:focus + .label,
.form-main .input-field textarea:focus + .error + .label,
.form-main .input-field textarea:focus + .error + .error + .label {
  color: #0A4CB5;
  top: -7px;
  left: 20px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 2px 8px;
  z-index: 0;
}
.form-main .input-field input.input:valid + .label, .form-main .input-field input.input:valid + .error + .label, .form-main .input-field input.input:valid + .error + .error + .label,
.form-main .input-field textarea:valid + .label,
.form-main .input-field textarea:valid + .error + .label,
.form-main .input-field textarea:valid + .error + .error + .label {
  color: #576680;
  top: -7px;
  left: 20px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 2px 8px;
  z-index: 0;
}
.form-main .input-field input.input:focus:valid + .label, .form-main .input-field input.input:focus:valid + .error + .label, .form-main .input-field input.input:focus:valid + .error + .error + .label,
.form-main .input-field textarea:focus:valid + .label,
.form-main .input-field textarea:focus:valid + .error + .label,
.form-main .input-field textarea:focus:valid + .error + .error + .label {
  color: #0A4CB5;
}
.form-main .input-field input.input {
  height: 64px;
}
.form-main .input-field textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 96px !important;
  max-height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-main .input-field.field-error input.input {
  border-color: #C90A0A;
  color: #212529;
  box-shadow: inset 0 0 0 0.6px #C90A0A;
}
.form-main .input-field.field-error input.input + .label, .form-main .input-field.field-error input.input + .error + .label, .form-main .input-field.field-error input.input + .error + .error + .label {
  color: #C90A0A;
}
.form-main .input-field .iti {
  width: 100%;
}
.form-main .input-field .iti input {
  font-family: Lato;
  transition: 0s;
}
.form-main .input-field .iti input:not(:focus):hover {
  transition: 0.2s;
  border-color: #9CA5B8;
}
.form-main .input-field .iti .iti__selected-dial-code {
  margin-left: 36px;
}
.form-main .input-field .iti .iti__arrow {
  border: solid #212529;
  position: absolute;
  left: 55px;
  border-width: 0 2px 2px 0;
  padding: 3px;
  box-sizing: border-box;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.2s;
}
.form-main .input-field .iti .iti__arrow.iti__arrow--up {
  margin-top: 4px;
  transition: 0.2s;
  transform: rotate(224deg);
  -webkit-transform: rotate(224deg);
}
.form-main .input-field .iti .iti__flag {
  background-image: url(https://www.starwindsoftware.com/v22/assets/img/flags.png);
}
.form-main .input-field .iti .iti__selected-flag {
  font-family: Lato;
  padding: 0 2px 0 26px;
  background-color: transparent;
  color: #212529;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.form-main .input-field .iti + .label {
  font-family: Lato;
  position: absolute;
  top: 22px;
  left: 28px;
  color: #576680;
  cursor: text;
  top: -7px;
  left: 20px;
  background-color: #ffffff;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  padding: 2px 8px;
  z-index: 0;
}
.form-main .input-field .iti .iti__country-list {
  width: 700px;
  border: 1px solid #9CA5B8;
  min-height: 254px;
  box-shadow: none;
}
.form-main .input-field .iti .iti__country-list .iti__country {
  border-bottom: 1px solid #F3F3F3;
  padding: 15px 27px;
}
.form-main .input-field .iti .iti__country-list .iti__country.iti__highlight {
  background-color: #F9FAFF;
}
.form-main .input-field .iti .iti__country-list .iti__country .iti__country-name,
.form-main .input-field .iti .iti__country-list .iti__country .iti__dial-code {
  font-family: Lato;
  color: #212529;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.form-main .input-field .iti .iti__country-list .iti__country .iti__dial-code {
  color: #9CA5B8;
  font-weight: 300;
}
.form-main .input-field.field-error input.input:focus:valid + .label, .form-main .input-field.field-error input.input:focus:valid + .error + .label, .form-main .input-field.field-error input.input:focus:valid + .error + .error + .label {
  color: #C90A0A;
}
.form-main .input-field.field-error .error {
  padding-left: 20px;
}
.form-main .input-field.field-error .choices__inner {
  border-color: #C90A0A;
  color: #212529;
  box-shadow: inset 0 0 0 0.6px #C90A0A;
}
.form-main .input-field.field-error .select-label {
  color: #C90A0A;
}
.form-main .form-checkbox {
  margin-bottom: 24px;
}
.form-main .form-checkbox .checkbox label {
  display: flex;
}
.form-main .form-checkbox .checkbox label input {
  display: none;
}
.form-main .form-checkbox .checkbox label input + .check {
  position: relative;
  border: 1px solid #576680;
  display: block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-top: 4px;
}
.form-main .form-checkbox .checkbox label input + .check:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 4px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #FFFFFF;
  transform-origin: bottom left;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s;
}
.form-main .form-checkbox .checkbox label input:checked + .check {
  background-color: #0A4CB5;
}
.form-main .form-checkbox .checkbox label input:checked + .check:after {
  content: "";
  transform: rotate(45deg) scale(1);
}
.form-main .form-checkbox .checkbox label:hover .check {
  transition: 0.2s;
  border-color: #0A4CB5;
  box-shadow: inset 0 0 0 0.6px #0A4CB5;
}
.form-main .form-checkbox .checkbox-text {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
}
.form-main .form-checkbox .checkbox-text a {
  color: #0A4CB5;
  text-decoration: none;
}
.form-main .form-checkbox .checkbox-text a:hover {
  color: #0A3B89;
}
.form-main .form-checkbox .checkbox-text .error-checkbox {
  font-family: Lato;
  color: #C90A0A;
  position: relative;
  font-weight: 500;
  padding: 7px 0 0 0;
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.btn.blue {
  font-family: Lato;
  width: 100%;
  cursor: pointer;
  background-color: #0A4CB5;
  border-color: #0A4CB5;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 24px !important;
  padding: 16px 18px !important;
  display: inline-block;
  text-align: center;
  transition: 0.2s;
  border: 0;
}
.btn.blue:hover {
  color: #ffffff;
  background-color: #0A3B89;
  border-color: #0A3B89;
}

.preloader {
  /* overflow: hidden; */
}

.preloader .forms-tabs {
  transition: 0.3s;
}

.preloader .overlay_loader {
  display: block;
}

.overlay_loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 53, 134, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.overlay_loader .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  animation: rotateAnim 2s infinite ease;
  -webkit-animation: rotateAnim 2s infinite ease;
}

.overlay_loader .loader div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #6adb9d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: translateAnim 2s infinite ease;
  -webkit-animation: translateAnim 2s infinite ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.overlay_loader .loader div:nth-child(1) {
  top: -25px;
  animation-name: translateAnimTop;
  -webkit-animation-name: translateAnimTop;
}

.overlay_loader .loader div:nth-child(2) {
  left: 25px;
  animation-name: translateAnimRight;
  -webkit-animation-name: translateAnimRight;
}

.overlay_loader .loader div:nth-child(3) {
  top: 25px;
  animation-name: translateAnimBottom;
  -webkit-animation-name: translateAnimBottom;
}

.overlay_loader .loader div:nth-child(4) {
  left: -25px;
  animation-name: translateAnimLeft;
  -webkit-animation-name: translateAnimLeft;
}

/* Preloder */
@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes translateAnimTop {
  0% {
    transform: translateY(0px);
    background: #6adb9d;
  }
  25% {
    transform: translateY(0px);
    background: #6adb9d;
  }
  50% {
    transform: translateY(-20px);
    background: none;
  }
  75% {
    transform: translateY(-20px);
    background: none;
  }
  100% {
    transform: translateY(0px);
    background: #6adb9d;
  }
}
@keyframes translateAnimBottom {
  0% {
    transform: translateY(0px);
    background: #6adb9d;
  }
  25% {
    transform: translateY(0px);
    background: #6adb9d;
  }
  50% {
    transform: translateY(20px);
    background: none;
  }
  75% {
    transform: translateY(20px);
    background: none;
  }
  100% {
    transform: translateY(0px);
    background: #6adb9d;
  }
}
@keyframes translateAnimLeft {
  0% {
    transform: translateX(0px);
    background: #6adb9d;
  }
  25% {
    transform: translateX(0px);
    background: #6adb9d;
  }
  50% {
    transform: translateX(-20px);
    background: none;
  }
  75% {
    transform: translateX(-20px);
    background: none;
  }
  100% {
    transform: translateX(0px);
    background: #6adb9d;
  }
}
@keyframes translateAnimRight {
  0% {
    transform: translateX(0px);
    background: #6adb9d;
  }
  25% {
    transform: translateX(0px);
    background: #6adb9d;
  }
  50% {
    transform: translateX(20px);
    background: none;
  }
  75% {
    transform: translateX(20px);
    background: none;
  }
  100% {
    transform: translateX(0px);
    background: #6adb9d;
  }
}
/* End Preloder */
/*selected*/
.form-main .choices .choices__list .choices__item[data-value=ram_disk]:after,
.form-main .choices .choices__list .choices__item[data-value="StarWind Storage Appliance"]:after,
.form-main .choices .choices__list .choices__item[data-value="StarWind SAN & NAS"]:after,
.form-main .choices .choices__list .choices__item[data-value=san-nas-trial]:after,
.form-main .choices .choices__list .choices__item[data-value=san-nas-free]:after,
.form-main .choices__list--dropdown .choices__item[data-value=ram_disk]:after,
.form-main .choices__list--dropdown .choices__item[data-value=san-nas-trial]:after,
.form-main .choices__list--dropdown .choices__item[data-value="StarWind SAN & NAS"]:after,
.form-main .choices__list--dropdown .choices__item[data-value=san-nas-free]:after {
  content: "Legacy product";
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background-color: #F9FAFF;
  border: 1px solid #D6DDEC;
  color: #576680;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  padding: 5px 4px;
  width: 128px;
  text-align: center;
}

.form-main .choices .choices__list.choices__list--single .choices__item[data-value=ram_disk]:after,
.form-main .choices .choices__list.choices__list--single .choices__item[data-value="StarWind Storage Appliance"]:after,
.form-main .choices .choices__list.choices__list--single .choices__item[data-value="StarWind SAN & NAS"]:after,
.form-main .choices .choices__list.choices__list--single .choices__item[data-value=san-nas-trial]:after,
.form-main .choices .choices__list.choices__list--single .choices__item[data-value=san-nas-free]:after {
  right: 64px;
}

@media screen and (max-width: 1919px) {
  .form-main .choices {
    margin-bottom: 0;
  }
  .form-main .choices .choices__inner {
    min-height: 56px;
    font-size: 16px;
    padding-left: 20px;
  }
  .form-main .input-field {
    position: relative;
    margin: 0 0 16px;
  }
  .form-main .input-field .select-label {
    top: -9px;
    font-size: 14px;
  }
  .form-main .input-field .iti .iti__selected-flag,
  .form-main .input-field input.input,
  .form-main .input-field textarea {
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
  }
  .form-main .input-field .iti .iti__selected-flag + .error,
  .form-main .input-field input.input + .error,
  .form-main .input-field textarea + .error {
    padding: 7px 0 0 20px;
    font-size: 14px;
  }
  .form-main .input-field .iti .iti__selected-flag + .label, .form-main .input-field .iti .iti__selected-flag + .error + .label, .form-main .input-field .iti .iti__selected-flag + .error + .error + .label,
  .form-main .input-field input.input + .label,
  .form-main .input-field input.input + .error + .label,
  .form-main .input-field input.input + .error + .error + .label,
  .form-main .input-field textarea + .label,
  .form-main .input-field textarea + .error + .label,
  .form-main .input-field textarea + .error + .error + .label {
    top: 18px;
    left: 20px;
    font-size: 16px;
  }
  .form-main .input-field .iti .iti__selected-flag:focus + .label, .form-main .input-field .iti .iti__selected-flag:focus + .error + .label, .form-main .input-field .iti .iti__selected-flag:focus + .error + .error + .label, .form-main .input-field .iti .iti__selected-flag:valid + .label, .form-main .input-field .iti .iti__selected-flag:valid + .error + .label, .form-main .input-field .iti .iti__selected-flag:valid + .error + .error + .label,
  .form-main .input-field input.input:focus + .label,
  .form-main .input-field input.input:focus + .error + .label,
  .form-main .input-field input.input:focus + .error + .error + .label,
  .form-main .input-field input.input:valid + .label,
  .form-main .input-field input.input:valid + .error + .label,
  .form-main .input-field input.input:valid + .error + .error + .label,
  .form-main .input-field textarea:focus + .label,
  .form-main .input-field textarea:focus + .error + .label,
  .form-main .input-field textarea:focus + .error + .error + .label,
  .form-main .input-field textarea:valid + .label,
  .form-main .input-field textarea:valid + .error + .label,
  .form-main .input-field textarea:valid + .error + .error + .label {
    top: -7px;
    left: 20px;
    font-size: 14px;
  }
  .form-main .input-field input.input {
    height: 56px;
  }
  .form-main .input-field.field-error span.error {
    padding: 7px 0 0 20px;
    font-size: 14px;
  }
  .form-main .form-checkbox {
    margin-bottom: 16px;
  }
  .form-main .form-checkbox .checkbox label input + .check {
    margin-right: 14px;
  }
  .form-main .btn.blue {
    font-size: 16px !important;
  }
  .form-grid {
    max-width: 700px;
  }
  .forms-tabs .tabs-ul {
    margin: 0 auto 32px auto;
  }
  .form-main .input-field .iti .iti__country-list .iti__country .iti__country-name,
  .form-main .input-field .iti .iti__country-list .iti__country .iti__dial-code {
    font-size: 14px;
  }
  .form-main .input-field .iti .iti__country-list .iti__country {
    height: 56px;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1359px) {
  .form-grid {
    max-width: 600px;
  }
  .forms-tabs .tabs-ul {
    margin: 0 auto 30px auto;
  }
  .forms-tabs .form-title {
    font-size: 24px;
    line-height: 36px;
  }
  .form-main .input-field .iti .iti__country-list {
    width: 600px;
  }
  .form-main .choices .choices__inner {
    font-size: 16px;
    line-height: 24px;
  }
  .form-main .choices .choices__list--single {
    padding: 0;
  }
  .form-main .choices .choices__list--dropdown .choices__item,
  .form-main .choices .choices__list[aria-expanded] .choices__item {
    padding: 20px 26px;
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .form-grid {
    max-width: 768px;
  }
  .forms-tabs .form-title {
    font-size: 24px;
    line-height: 36px; /* 150% */
    margin: 0 0 24px;
  }
  .section-form {
    padding: 40px 0;
  }
  .forms-tabs .tabs-ul {
    flex-direction: column;
  }
  .forms-tabs .tabs-ul:before {
    content: none;
  }
  .forms-tabs .tabs-ul li.tab-link {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 4px;
    margin: 0 0 15px;
    width: auto;
  }
  .forms-tabs .tabs-ul > li.current {
    font-weight: 600;
    color: #0A4CB5;
    border-bottom: 1px solid #0A4CB5;
  }
  .forms-tabs .tabs-ul li.mark {
    display: none;
  }
  .forms-tabs .tabs-ul.count-headers-1 li.tab-link {
    border: 0;
    margin: 0;
  }
  .form-main .input-field .iti .iti__country-list {
    width: auto;
  }
  .form-main .choices .choices__list .choices__item[data-value=ram_disk]:after, .form-main .choices .choices__list .choices__item[data-value="StarWind Storage Appliance"]:after, .form-main .choices .choices__list .choices__item[data-value="StarWind SAN & NAS"]:after, .form-main .choices .choices__list .choices__item[data-value=san-nas-trial]:after, .form-main .choices .choices__list .choices__item[data-value=san-nas-free]:after, .form-main .choices__list--dropdown .choices__item[data-value=ram_disk]:after, .form-main .choices__list--dropdown .choices__item[data-value=san-nas-trial]:after, .form-main .choices__list--dropdown .choices__item[data-value="StarWind SAN & NAS"]:after, .form-main .choices__list--dropdown .choices__item[data-value=san-nas-free]:after {
    font-size: 12px;
    padding: 1px 4px;
    width: 113px;
  }
}
@media screen and (max-width: 359px) {
  .forms-tabs .form-title {
    margin: 0 0 24px;
  }
}/*# sourceMappingURL=form-main.css.map */