/*   
Theme Name: dooglys
Author: Kopich Mihail
Author URI: https://vk.com/kopich_mihail
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "TT Commons Pro";
  src: url("../fonts/TT-Commons-Pro-DemiBold.eot");
  src: local("TT Commons Medium"), local("TT-Commons-Pro-DemiBold"), url("../fonts/TT-Commons-Pro-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TT-Commons-Pro-DemiBold.woff2") format("woff2"), url("../fonts/TT-Commons-Pro-DemiBold.woff") format("woff"), url("../fonts/TT-Commons-Pro-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons Pro";
  src: url("../fonts/TT-Commons-Pro-Medium.eot");
  src: local("TT Commons Medium"), local("TT-Commons-Pro-Medium"), url("../fonts/TT-Commons-Pro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TT-Commons-Pro-Medium.woff2") format("woff2"), url("../fonts/TT-Commons-Pro-Medium.woff") format("woff"), url("../fonts/TT-Commons-Pro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  outline: none !important;
}

body {
  font-family: "TT Commons Pro";
  font-weight: 500;
  background: #fff;
}

.container {
  max-width: 1185px;
}

header {
  padding-top: 45px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h_logo {
  display: flex;
  align-items: center;
  justify-content: left;
  max-width: fit-content;
}
.h_logo a {
  display: block;
  max-width: fit-content;
  margin-right: 47px;
}
.h_logo a img {
  max-width: 110px;
  width: 100%;
  height: auto;
}
.h_logo .desc {
  transform: translate(0, 2px);
  color: #4B5A6C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
.h_logo .desc b {
  font-weight: 700;
}

.h_login {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  height: 67px;
  padding: 0 27px;
  color: #77889C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  backdrop-filter: blur(12px);
  border-radius: 48px;
  border: 1px solid #DDE1E7;
  transition: all 0.3s;
}
.h_login:hover, .h_login:active, .h_login:focus {
  background: linear-gradient(112deg, #8E4BFB 11.65%, #207FFD 92.87%), #77889C;
  color: #fff;
  text-decoration: none;
}

.steps_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  padding: 130px 0;
  overflow: hidden;
  flex-flow: wrap;
  min-height: 80vh;
}

.step_item {
  display: none;
  width: calc(100% - 30px);
  max-width: 100%;
  max-width: 1155px;
  padding: 0 0px;
}
.step_item.active {
  display: block;
}

.step_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  height: 48px;
  padding: 0 16px;
  border-radius: 48px;
  background: #F5F5F5;
  backdrop-filter: blur(12px);
  color: #1D242E;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}
.step_prev svg {
  margin-right: 8px;
}
.step_prev svg path {
  transition: all 0.3s;
}
.step_prev:hover, .step_prev:active, .step_prev:focus {
  text-decoration: none;
  background: linear-gradient(112deg, #8E4BFB 11.65%, #207FFD 92.87%), #77889C;
  color: #fff;
}
.step_prev:hover svg path, .step_prev:active svg path, .step_prev:focus svg path {
  fill: #fff;
}

.step_next {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  height: 67px;
  padding: 0 27px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-radius: 48px;
  background: linear-gradient(112deg, #8E4BFB 11.65%, #207FFD 92.87%), #77889C;
  background-size: 100% 100%;
  border: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: all 0.3s;
}
.step_next:hover, .step_next:active, .step_next:focus {
  text-decoration: none;
  background-size: 150% 150%;
  color: #fff;
}
.step_next:disabled, .step_next.disabled {
  background: #ECEFF3;
}

.step_promo {
  position: relative;
}
.step_promo .promo_images {
  display: block;
  width: 2155px;
  height: 582px;
  background: url("../img/promo_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translate(-50%, 0);
}

.promo_content h2 {
  color: #1D242E;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  margin: 0;
}
.promo_content .input_keyboard {
  margin: 48px 0;
  text-align: center;
}
.promo_content .input_keyboard input {
  margin: 0 auto;
}
.promo_content button {
  margin: 0 auto;
}

.input_keyboard {
  position: relative;
}
.input_keyboard input {
  background: none;
  padding: 0;
  color: #000;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  appearance: none;
  caret-color: #D3E5FF;
  caret-widht: 4px;
  outline: none;
  box-sizing: border-box;
  text-align: center;
  max-width: 550px;
  border: none;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.input_keyboard input::placeholder {
  color: #E8E8E8;
}

.input_errors {
  color: red;
  max-width: 550px;
}

.step_name_wraper {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.step_name_information {
  width: 50%;
}
.step_name_information .step_prev {
  margin-bottom: 42px;
}
.step_name_information h2 {
  color: #1D242E;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}
.step_name_information .input_keyboard {
  margin-bottom: 48px;
  margin-top: 24px;
}
.step_name_information .input_keyboard input {
  text-align: left;
  max-width: 540px;
  font-size: 45px;
  width: 100%;
}

.step_name_image {
  position: relative;
  max-width: 586px;
  width: 100%;
  padding: 24px;
  border-radius: 84px;
  background: #FCFCFC;
}
.step_name_image .image {
  width: 100%;
  height: 100%;
}
.step_name_image .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 60px;
  background: rgba(204, 126, 0, 0.1);
}
.step_name_image .image span {
  padding: 12px 24px;
  border-radius: 37.459px 37.459px 0px 37.459px;
  background: #615EF0;
  position: absolute;
  bottom: 58px;
  right: 130px;
  color: #FFF;
  font-size: 21.851px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  max-width: 300px;
  width: auto;
  word-wrap: break-word;
  max-height: 100px;
  overflow-y: auto;
}
.step_name_image .icon {
  position: absolute;
  top: calc(100% + 25px);
  right: 0;
  background: linear-gradient(112deg, #8E4BFB 11.65%, #207FFD 92.87%), #FFF;
  width: 84.432px;
  height: 84.432px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.step_telephone_wraper {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.step_telephone_information {
  width: 50%;
  padding-top: 89px;
}
.step_telephone_information .step_prev {
  margin-bottom: 42px;
}
.step_telephone_information h2 {
  color: #1D242E;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}
.step_telephone_information .input_keyboard {
  margin-bottom: 48px;
  margin-top: 24px;
}
.step_telephone_information .input_keyboard input {
  text-align: left;
  max-width: 540px;
  font-size: 45px;
  width: 100%;
}

.step_telephone_image {
  width: 566px;
  height: 625.379px;
  border-radius: 60.643px;
  background: rgba(0, 198, 204, 0.1);
  position: relative;
}
.step_telephone_image .image {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: fit-content;
}
.step_telephone_image .image img {
  max-width: 451px;
  width: 100%;
  height: auto;
}
.step_telephone_image .text_phone {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.step_institution_wraper {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.step_institution_information {
  width: 50%;
}
.step_institution_information .step_prev {
  margin-bottom: 42px;
}
.step_institution_information h2 {
  color: #1D242E;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}
.step_institution_information .input_keyboard {
  margin-bottom: 48px;
  margin-top: 24px;
  max-width: 400px;
}
.step_institution_information .input_keyboard input {
  text-align: left;
  max-width: 540px;
  font-size: 45px;
  width: 100%;
}
.step_institution_information .institution_itogo {
  margin-top: 48px;
  border-top: 1px solid #E7E7E7;
  padding-top: 48px;
  margin-bottom: 48px;
  max-width: 400px;
}
.step_institution_information .institution_itogo h3 {
  color: #1D242E;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
  margin-bottom: 24px;
}
.step_institution_information .institution_itogo span {
  color: #D2D2D2;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: block;
}
.step_institution_information .captcha {
  margin-bottom: 48px;
  max-width: 400px;
}

.input_policy {
  display: block;
  padding: 0;
  margin: 0;
  margin-left: 37px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.input_policy input {
  display: none;
}
.input_policy input:checked + .icon:before {
  opacity: 1;
}
.input_policy .icon {
  border-radius: 8px;
  background: #F0F5F9;
  width: 32px;
  height: 32px;
  display: block;
  padding: 8px;
  position: relative;
  display: block;
  min-width: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
}
.input_policy .icon:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #00C6CC;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -8px;
  opacity: 0;
  transition: all 0.3s;
}
.input_policy p {
  color: #BEBEBE;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0 !important;
}
.input_policy p a {
  color: #00C6CC;
  text-decoration: underline;
  margin-left: 3px;
}
.input_policy p a:hover, .input_policy p a:active, .input_policy p a:focus {
  text-decoration: none;
  color: #00C6CC;
}

.step_institution_image {
  width: 566px;
  height: 625.379px;
  border-radius: 60.643px;
  background: rgba(0, 198, 204, 0.1);
  padding: 54px 43px 0 59px;
  position: relative;
}
.step_institution_image p {
  color: #2F3C4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
}
.step_institution_image .image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.step_institution_image .image img {
  max-width: 603px;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.step_institution_image .text_institution {
  color: #202124;
  font-size: 17.688px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.253px;
  position: absolute;
  left: 230px;
  top: 281px;
}
.step_institution_image .text_institution b {
  font-weight: 700;
}

.step_button_wraper {
  display: flex;
  align-items: center;
  justify-content: left;
}
.step_button_wraper p {
  margin: 0;
  margin-left: 29px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #BEBEBE;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.step_button_wraper p .icon {
  border-radius: 8px;
  background: #F0F5F9;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.step_registration .image {
  max-width: fit-content;
  margin: 0px auto;
}
.step_registration .image img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.step_registration h2 {
  color: #000;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
  margin-bottom: 33px;
  margin-top: -230px;
}
.step_registration p {
  color: #2F3C4C;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
  margin-bottom: 33px;
}
.step_registration a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  max-width: fit-content;
  padding: 0 27px;
  border-radius: 48px;
  background: linear-gradient(112deg, #8E4BFB 11.65%, #207FFD 92.87%), #77889C;
  backdrop-filter: blur(12px);
  background-size: 100% 100%;
  margin: 0 auto;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s;
}
.step_registration a:hover, .step_registration a:active, .step_registration a:focus {
  text-decoration: none;
  color: #fff;
  background-size: 150% 150%;
}

.step_type_institution .step_institution_information {
  width: 100%;
  max-width: 100%;
}

.type_institution_items {
  display: flex;
  align-items: start;
  justify-content: left;
  flex-flow: wrap;
  margin: 0 -12px;
  margin-top: 48px;
  margin-bottom: 24px;
}
.type_institution_items .type_institution_box {
  padding: 0 12px;
  margin-bottom: 24px;
  width: 25%;
  max-width: 25%;
}

.type_institution_item input {
  display: none;
}
.type_institution_item input:checked + label {
  border: 2px solid #00D9DF;
}
.type_institution_item input:checked + label .icon {
  background: #00D9DF;
}
.type_institution_item label {
  margin: 0;
  border: 2px solid transparent;
  display: flex;
  justify-content: left;
  flex-flow: wrap;
  align-content: space-between;
  padding: 24px;
  border-radius: 24px;
  background: #F5F5F5;
  height: 177px;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
}
.type_institution_item label .icon {
  background: #77879C;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s;
}
.type_institution_item label p {
  margin: 0;
  width: 100%;
  color: #4B5A6C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

footer {
  padding-bottom: 60px;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f_copyright {
  color: #4B5A6C;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
}

.f_nav {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.f_nav li {
  margin-right: 34px;
  list-style: none;
}
.f_nav li:last-child {
  margin-right: 0;
}
.f_nav a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s;
}
.f_nav a:hover, .f_nav a:active, .f_nav a:focus {
  text-decoration: none;
  color: #615EF0;
}

.progress-container {
  width: 100%;
  background-color: #D9D9D9;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.progress-bar {
  width: 0%;
  background-color: #9747FF;
  height: 100%;
  transition: width 0.3s ease;
}

.iti__selected-country {
  border-radius: 8px;
  color: #77889C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.iti__selected-country .iti__arrow {
  width: 20px !important;
  height: 20px !important;
  background: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
}
.iti__selected-country .iti__arrow.iti__arrow--up {
  transform: rotate(180deg);
}
.iti__selected-country .iti__selected-dial-code {
  font-size: 45px;
  line-height: 100%;
  text-align: center;
  font-weight: 600;
}

.iti__country-list {
  background: #F0F5F9 !important;
  border-radius: 8px;
  padding: 8px !important;
  box-shadow: none !important;
  background-color: none !important;
  border: none !important;
}
.iti__country-list .iti__country {
  border-radius: 7px;
  padding: 8px 16px;
  color: #77889C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 6px;
}
.iti__country-list .iti__country:last-child {
  margin-bottom: 0;
}
.iti__country-list .iti__country:hover, .iti__country-list .iti__country:active, .iti__country-list .iti__country:focus {
  background: #E0E9F0 !important;
}

@media screen and (max-width: 1199px) {
  .step_name_information .input_keyboard input {
    max-width: 450px;
  }
  .step_name_image .image span {
    font-size: 19px;
  }
  .step_institution_image .text_institution {
    top: 284px;
  }
}
@media screen and (max-width: 1130px) {
  .input_keyboard input {
    max-width: 400px;
    font-size: 40px;
  }
  .step_name_information .input_keyboard input {
    max-width: 350px;
  }
  .step_telephone_information .input_keyboard input {
    font-size: 40px;
  }
  .step_telephone_image {
    overflow: hidden;
  }
  .step_institution_image {
    width: 503px;
  }
  .step_institution_image .image img {
    max-width: 493px;
  }
  .step_institution_image .text_institution {
    top: 323px;
    left: 210px;
  }
  .step_institution_image .text_institution b {
    max-width: 95px;
    overflow: hidden;
    display: inline-flex;
  }
  .step_button_wraper p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
  header {
    padding: 16px 0;
  }
  header .container {
    align-items: start;
  }
  .h_logo {
    display: block;
    margin-top: 10px;
  }
  .h_logo a {
    margin: 0;
    margin-bottom: 10px;
  }
  .h_logo a img {
    max-width: 110px;
  }
  .h_logo .desc {
    font-size: 16px;
    max-width: 156px;
    margin: 0;
  }
  .h_btn {
    font-size: 24px;
    padding: 0 27px;
    height: 67px;
    max-width: fit-content;
  }
  footer {
    padding-bottom: 24px;
  }
  .f_copyright {
    display: none;
  }
  .f_nav {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .f_nav li {
    margin-right: 24px;
  }
  .f_nav li:last-child {
    margin-right: 0;
  }
  .f_nav a {
    font-size: 12px;
  }
  .steps_wrapper {
    align-items: start;
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .step_promo {
    padding-top: 120px;
  }
  .step_promo .promo_images {
    height: 279px;
    top: -90px;
    background: url("../img/bg_promo_mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .promo_content h2 {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .promo_content .input_keyboard {
    max-width: 100%;
    width: 100%;
  }
  .promo_content .input_keyboard input {
    font-size: 32px;
    max-width: 100%;
    width: 100%;
  }
  .step_next {
    padding: 0 27px;
    height: 67px;
    max-width: fit-content;
    font-size: 24px;
    width: 100%;
    max-width: 190px;
  }
  .step_name_image {
    display: none;
  }
  .step_name_information {
    width: 100%;
    max-width: 100%;
  }
  .step_button_wraper p {
    margin-left: 15px;
    font-size: 14px;
  }
  .step_button_wraper p .icon {
    min-width: 25px;
    width: 25px;
    height: 25px;
  }
  .step_prev {
    height: 42px;
    padding: 0 16px;
    font-size: 20px;
  }
  .step_name_information .step_prev {
    margin-bottom: 42px;
  }
  .step_name_information h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
  }
  .step_name_information .input_keyboard {
    margin-top: 40px;
    margin-bottom: 50px;
    max-width: 100%;
    width: 100%;
  }
  .step_name_information .input_keyboard input {
    max-width: 100%;
    width: 100%;
    font-size: 32px;
  }
  .step_telephone_image {
    display: none;
  }
  .step_telephone_information {
    padding-top: 0;
    max-width: 100%;
    width: 100%;
  }
  .step_telephone_information h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
  }
  .step_telephone_information .input_keyboard {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .step_telephone_information .input_keyboard input {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .step_institution_image {
    display: none;
  }
  .step_institution_information {
    max-width: 100%;
    width: 100%;
  }
  .step_institution_information h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
  }
  .step_institution_information .input_keyboard {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .step_institution_information .input_keyboard input {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .step_institution_information .institution_itogo {
    padding-top: 40px;
    margin-top: 40px;
  }
  .step_institution_information .institution_itogo h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .step_institution_information .institution_itogo .input_keyboard {
    max-width: 100%;
    width: 100%;
  }
  .step_institution_information .institution_itogo .input_keyboard input {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .input_policy {
    margin-left: 0;
    width: 100%;
  }
  .input_policy p {
    margin-left: 0 !important;
    margin-top: 0 !important;
    max-width: 100% !important;
  }
  .step_institution_information .step_button_wraper {
    display: block;
  }
  .step_institution_information .step_button_wraper .input_policy {
    margin-top: 30px;
  }
  .step_institution_information .step_button_wraper .input_policy p {
    justify-content: left !important;
  }
  .step_registration .image img {
    max-width: 400px;
  }
  .step_registration h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-top: -150px;
  }
  .type_institution_items {
    margin-top: 40px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .type_institution_items .type_institution_box {
    width: 50%;
    max-width: 50%;
    padding: 0 4px;
    margin-bottom: 8px;
  }
  .type_institution_item label {
    border-radius: 16px;
    padding: 16px;
  }
  .iti__selected-flag .iti__arrow {
    width: 15px !important;
    height: 15px !important;
  }
  .iti__selected-flag {
    font-size: 15px;
  }
}
@media screen and (max-width: 420px) {
  .step_button_wraper {
    display: block;
  }
  .step_button_wraper p {
    margin-left: 0;
    margin-top: 15px;
    max-width: 190px;
    width: 100%;
    justify-content: center;
  }
  .step_button_wraper p .icon {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 375px) {
  .f_nav {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .f_nav li {
    margin-right: 0px;
  }
  .f_nav li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 373px) {
  .type_institution_items .type_institution_box {
    width: 100%;
    max-width: 100%;
    padding: 0 4px;
    margin-bottom: 8px;
  }
  .type_institution_item label {
    height: 150px;
  }
}
@media screen and (max-width: 359px) {
  .f_nav {
    display: block;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .f_nav li {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-right: 0px;
  }
  .f_nav li:last-child {
    margin-right: 0;
  }
  .input_policy p {
    font-size: 13px;
  }
  .step_registration .image {
    max-width: 300px;
  }
  .step_registration h2 {
    font-size: 27px;
    margin-top: -130px;
  }
}

/*# sourceMappingURL=style.css.map */
