@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&family=Montserrat:wght@400;700&family=Nunito:wght@900&family=Open+Sans:wght@400;500;600&display=swap");

@font-face {
  font-family: "Lato-Extra";
  src: url("../fonts/Lato-ExtraBold.eot");
  src: url("../fonts/Lato-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-ExtraBold.woff2") format("woff2"),
    url("../fonts/Lato-ExtraBold.woff") format("woff"),
    url("../fonts/Lato-ExtraBold.ttf") format("truetype"),
    url("../fonts/Lato-ExtraBold.svg#Lato-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Semibold.eot");
  src: url("../fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Semibold.woff2") format("woff2"),
    url("../fonts/Lato-Semibold.woff") format("woff"),
    url("../fonts/Lato-Semibold.ttf") format("truetype"),
    url("../fonts/Lato-Semibold.svg#Lato-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato-Medium";
  src: url("../fonts/Lato-Medium.eot");
  src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Medium.woff2") format("woff2"),
    url("../fonts/Lato-Medium.woff") format("woff"),
    url("../fonts/Lato-Medium.ttf") format("truetype"),
    url("../fonts/Lato-Medium.svg#Lato-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato-Regular.woff") format("woff"),
    url("../fonts/Lato-Regular.ttf") format("truetype"),
    url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Bold.woff2") format("woff2"),
    url("Lato-Bold.woff") format("woff"),
    url("../fonts/Lato-Bold.ttf") format("truetype"),
    url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Black.woff2") format("woff2"),
    url("../fonts/Lato-Black.woff") format("woff"),
    url("../fonts/Lato-Black.ttf") format("truetype"),
    url("../fonts/Lato-Black.svg#Lato-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 16px;
  font-family: "Lato";
  color: #2d3a2e;
  margin: 0;
  padding: 30px 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
  padding: 0;
}
a {
  text-decoration: none;
  color: #2d3a2e;
}
a:focus {
  outline: 2px solid #a7cf43;
}
button:focus {
  outline: 2px solid #a7cf43;
}
input {
  font-family: "Lato";
  font-size: 14px;
}
input::placeholder {
  font-family: "Lato";
}
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 100px;
  padding-bottom: 43px;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}
.esia-wrapper {
}
.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.helper {
  /* display: flex; */
  display: none;
  align-items: center;
}
.helper span {
  margin-left: 10px;
}
.content-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-heading {
  text-align: center;
  flex-basis: 100%;
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 48px;
}
.esia-title {
  margin-bottom: 12px;
}
.item {
  flex-basis: 48%;
}
.item1 {
  flex-basis: 45%;
}
.esia-item1 {
  flex-basis: 40%;
}
.item-actions {
  background: #ffffff;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 454px;
  box-sizing: border-box;
  position: relative;
}
.action-name {
  position: absolute;
  top: -12px;
}
.doc-wrapper {
  min-height: 150px;
}
.item-description {
  font-size: 14px;
}
.actions-block {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
}
.esia-actions-block {
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.esia-content-body {
  margin-bottom: 48px;
}
.esia-content-body input,
.esia-content-body select,
.esia-content-body textarea {
  max-width: 363px;
}
.sub-heading {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.input-default {
  width: 100%;
  border: 1px solid #b8b8b8;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 10px 23px;
  font-size: 14px;
  box-sizing: border-box;
  margin: 6px;
  border: none;
}
.input-default:focus {
  outline: 2px solid #a7cf43;
}
.gosuslugi {
  margin-bottom: 27px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  font-size: 12px;
}
.checkbox-wrapper {
  position: relative;
}
.first-checkbox {
  margin-top: 17px;
}
.last-checkbox {
  margin-bottom: 26px;
}
.checkbox-input {
  position: absolute;
  appearance: none;
  display: none;
}
.link {
  text-decoration: underline;
}
.green {
  color: #a7cf43;
}
.checkbox-input:checked + .checkbox-visible {
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox-input:focus + .checkbox-visible {
  border: 2px solid #a7cf43;
}
.checkbox-visible {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin-right: 10px;
  border: 1px solid #b8b8b8;
  box-sizing: border-box;
  border-radius: 3px;
}

.green-btn {
  background-color: #a7cf43;
  padding: 10px 17px;
  border-radius: 20px;
  font-size: 16px;
  border: none;
  color: #fff;
  min-width: 137px;
  font-family: "Lato";
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.4s ease;
}
.green-btn-activ {
  background-color: #a7cf43;
  border-radius: 20px;
  border: 2px;
  color: #fff;
}
.green-btn--depressed {
  opacity: 0.6;
  pointer-events: none;
}
.green-btn--active {
  opacity: 1;
  pointer-events: initial;
}

.btn {
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  color: #2d3a2e;
  font-family: "Lato-Medium";
  font-weight: 600;
  white-space: nowrap;
}

.content-footer {
  text-align: center;
  font-size: 12px;
}

.hgroup {
  flex-basis: 100%;
}
.hgroup .main-heading {
  margin-bottom: 10px;
}
.hgroup .sub-heading {
  font-size: 16px;
  margin-bottom: 50px;
}
.register-checkbox {
  margin-bottom: 13px;
}
.register-checkbox .checkbox-label {
  margin-left: 0;
  display: flex;
  align-items: center;
  color: #b8b8b8;
}
.register-block {
  justify-content: flex-end;
  color: #b8b8b8;
}
.input-default::placeholder {
  color: #b8b8b8;
  font-family: "Lato";
}
.custom-select {
  position: relative;
}
.form-group {
  width: 100%;
}
.custom-select img {
  position: absolute;
  top: 15px;
  right: 20px;
}
.select-body {
  color: #b8b8b8;
  position: absolute;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  width: 100%;
  top: 25px;
  z-index: 10;
  display: none;
}
.select-item {
  padding: 5px 23px;
  box-sizing: border-box;
  display: block;
}
.select-item:last-child {
  padding-bottom: 10px;
}
.select-item:first-child {
  padding-top: 10px;
}
.select-body.open {
  display: block;
}
.column.item {
  flex-basis: 49.5%;
}
.separator {
  display: none;
}
.content-documents {
  flex-direction: column;
  align-items: center;
}
.item.item-center {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.item-center .item-actions {
  margin: 0 auto;
  width: 360px;
  max-width: calc(100% - 20px);
}
.item-center .item-actions:last-child {
  padding: 0;
  padding-top: 10px;
  box-shadow: none;
  background-color: transparent;
}
.item-center .item-description {
  width: 363px;
  max-width: 100%;
}
.documents-heading {
  margin-bottom: 0;
}
.documents-description {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .content-wrapper {
    box-shadow: none;
  }
}
@media screen and (max-width: 900px) {
  .content-wrapper {
    padding: 0px 50px;
  }
}

@media screen and (max-width: 730px) {
  .content-wrapper {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 730px) {
  .content-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .item {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .item-actions {
    min-width: 100%;
  }
  .column.item {
    flex-basis: 100%;
  }
  .content-body {
    padding: 50px 0;
  }
  .item-actions {
    padding: 20px 10px;
  }
  .separator {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    justify-content: center;
    color: #b8b8b8;
  }
  .separator-item:first-child {
    height: 1px;
    width: calc(50% - 10px);
    background-color: #b8b8b8;
  }
  .separator-item:nth-child(2n) {
    padding: 0 10px;
  }
  .separator-item:last-child {
    height: 1px;
    width: calc(50% - 10px);
    background-color: #b8b8b8;
  }
}
@media screen and (max-width: 500px) {
  .item-actions {
    box-shadow: none;
  }
  .main-heading {
    margin-bottom: 30px;
  }
  .doc-wrapper {
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  }
  .item-description {
    text-align: center;
  }
}

/* NEW */

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff") format("woff"),
    url("fonts/Roboto.ttf") format("truetype"),;
  font-style: normal;
}

body {
  font-family: 'Roboto';
}

.form-registration__container {
  width: fit-content;
  margin: auto;
}
.form-registration__container h1 {
  margin-bottom: 80px;

}
.tab_container {
  display: flex;
  position: relative;
  border-radius: 25px;
  background-color: #F3F4F7;
  width: fit-content;
  padding: 0 20px;
  gap: 20px;
  font-size: 18px;
  margin-bottom: 80px;
}
.tab_container .tab {
  padding: 10px;
  min-width: 100px;
  cursor: pointer;
  z-index: 1;
}

.d-none {display: none;}

.tab_container::before {
  content: '';
  width: 225px;
  transition: all 1s ease;
  background-color: white;
  border-radius: 25px;
  left: 1px;
  top: 1px;
  height: calc(100% - 2px);
  position: absolute;
}
.tab_container:has(.active[data-tab="gosTab"]):before {
  /* left: inherit; */
  transform: translate(calc(100% - 27px), 0px);
  width: 245px;
}

.item-form {
  font-size: 18px;
  position: relative;
  margin-top: 20px
}

.item-form label {
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 1;
  font-size: 15px;
  color: #7b837b;
  transition: top 0.4s ease-out;
}

.item-form input:focus + label, .item-form input:valid + label {
  top: -20px;
}

.input-form {
  width: 100%;
  background-color: white;
  padding: 15px 0px;
  font-size: 16px;
  border: 0 ;
  border-bottom: 1px solid #e7e8eb;
  margin-bottom: 30px;
}

input:focus {
  outline: none !important;
  border-bottom: 1px solid #9398a4;
}

#togglePassword {
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 12px;
  color: #9398a4;
}

.forgot-password {
  display: block;
  text-decoration: underline;
  margin-bottom: 40px;
}

.form-btn {
  background-color: #F3F4F7;
  padding: 15px;
  text-align: center;
  border: 0;
  width: 100%;
  color: #7b837b;
  cursor: pointer;
  font-size: 16px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.container-registration {
  text-align: center;
  color: #7b837b;
}
.container-registration a {
  text-decoration: underline;
  color: #2d3a2e;
}


/* /////// */

@media screen and (max-width: 630px) {
  .tab_container {font-size: 14px;}
  .form-registration__container h1 {font-size: 28px;}
  .tab_container::before { width: 180px; }
  .tab_container:has(.active[data-tab="gosTab"]):before { transform: translate(calc(100% - 15px), 0px); width: 198px;}
}

@media screen and (max-width: 430px) {
  .tab_container .tab {text-align: center;}
  .tab_container:has(.active[data-tab="gosTab"]):before {     transform: translate(calc(100% - 0px), 0px); width: 186px;}
}

.form-registration__step {
  max-width: 500px;
  margin: auto;
  width: 100%;
}

.step__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;

}
* {
  box-sizing: border-box;
}
.form-registration__head {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.form-registration__step .step__tab {
  height: 2px;
  border-radius: 4px;
  background-color: #aec834;
  width: 100%;
}
.form-registration__step .step__tab:not(.active) {
  opacity: 0.4;
}

.registration-step .h2 {
  margin: 7px 0 50px;
  font-size: 14px;
  max-width: 400px;
}

.registration-step .h2 span {
  color: #7b837b;
}

.registration-step label {
  display: block;
  margin-bottom: 10px;
}

.registration-step input {
  display: block;
  width: 100%;
  border: 1px solid #ECF0F5;
  border-radius: 10px;
  padding: 15px;
  font-size: 18px;
  background-color: #F5F7FA;
}

.registration-step input:focus, .registration-step input:valid {
  background-color: #ffffff;
}

.registration-step .warning {
  font-size: 14px;
  margin-top: 5px;
  color: #7b837b;
}

.btn-registration {
  background-color: #aec834;
  padding: 20px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  border: 0;
  font-size: 20px;
  width: 100%;
  margin-top: 50px;
  font-weight: 600;
}

.registration-step .politic {
  text-align: center;
  font-size: 15px;
  color: #7b837b;
}
.registration-step .politic a {
  text-decoration: underline;
  color: #2d3a2e;
}

.row {
  display: flex;
  align-items: center;
}

.registration-step .tab2_1 img {
  max-width: 70px;
}
.registration-step .tab2_1 {
  gap: 15px;
  font-size: 18px;
  border-radius: 15px;
  padding: 15px 20px;
  border: 2px solid #1164AA;
  font-weight: 600;
  cursor: pointer;
  color: #1164AA;
}

.registration-step .tab_or {
  margin: 20px auto;
  text-align: center;
  color: #7b837b;
  font-size: 16px;
}
.registration-step .tab2_2 {
background-color: #F3F4F7;
font-weight: 600;
font-size: 18px;
  border-radius: 15px;
  text-align: center;
  padding: 25px 20px;
  cursor: pointer;
}

.gosuslug-status img {
  max-width: 70px;
}
.gosuslug-status {
  color: #48A767;
  padding: 15px 20px;
  gap: 20px;
  background-color: #EBF6EE;
  border-radius: 15px;
}

.gosuslug-status p {
  margin: 0 0 5px;
}
.gosuslug-status p.head {
  font-weight: 600;
}

.registration-step .gos-head {
  font-weight: 600;
  font-size: 18px;
  margin: 30px 0;
}

.input {
  margin-bottom: 20px;
  width: 100%;
}

.gos-head.row {
  gap: 15px;
}

.gos-head.row  i {
  margin-top: 2px;
  display: block;
  transition: all .5s ease;
}

.accordion-registration.active .gos-head.row i {
  transform: rotate(180deg);
  margin-top: 0px;
}


.registration-redact {
  color: #1164AA;
  display: block;
  cursor: pointer;
}

#tab2_2  .row {
  justify-content: space-between;
}

#tab2_2 input {width: 100%;}
.row:has(.input) {
  gap: 20px;
}

#registrationStep3 .row {
  justify-content: space-between;
}

.checkbox__label, input[type="checkbox"] {
  width: fit-content;
}

.row:has(input[type="checkbox"]) {
  align-items: start;
  gap: 7px;
  margin-bottom: 20px;
}

.registration-redact i {
  padding-left: 10px;
}

input[type="checkbox"]+label {
  position: relative;
  padding-left: 30px;
}


input[type="checkbox"]+label::before {
  content: '';
  position: absolute;
  border: 1px solid #2d3a2e;
  width: 17px;
  height: 17px;
  left: 0;
  top: 2px;
  border-radius: 3px;
}
input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

input:checked+label::before {
  background-color: #E52F22;
  border: 1px solid #E52F22;
  background-size: 110%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.8622 0L7.11232 9.8001L0.134412 4.29356L0 6.84692L6.9276 15.2359L20 2.54994L19.8622 0Z' fill='white'/%3E%3C/svg%3E%0A");
}



.select_wrap{
  width: 100%;
  margin: 15px auto;
  position: relative;
  user-select: none;
}

.select_wrap .default_option{
  background: #fff;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.select_wrap .default_option li{
    padding: 6px 30px 6px 10px;
    border: 1px solid #9398a4;
    border-radius: 10px;
}

.select_wrap .default_option:before{
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #555555 #555555;
    transform: rotate(-45deg);
}

.select_wrap .select_ul{
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  display: none;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
}

.select_wrap .select_ul li{
  padding: 10px 20px;
  cursor: pointer;
}

.select_wrap .select_ul li:first-child:hover{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover{
  background: #fff4dd;
}

.select_wrap .option{
  display: flex;
  align-items: center;
}

.select_wrap .option .icon{
  background: url('https://i.imgur.com/oEZu0sK.png') no-repeat 0 0;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.select_wrap .option.pizza .icon{
  background-position: 0 0;
}

.select_wrap .option.burger .icon{
  background-position:  0 -35px;
}

.select_wrap .option.ice .icon{
  background-position: 0 -72px;
}

.select_wrap .option.fries .icon{
 background-position: 0 -111px;
  width: 25px;
}

.select_wrap.active .select_ul{
  display: block;
}

.select_wrap.active .default_option:before{
  top: 25px;
  transform: rotate(-225deg);
}

.red_warning {color: #E52F22; font-size: 14px; margin-top: -20px;}

#registrationStep5 a {
  color: #1164AA;
}

.registration-step .input_error, .registration-step .input_error {
    border: 2px solid #E52F22 !important;
}
.error{
    color: #E52F22; font-size: 14px;
    display: none;
}
.hide{
    display: none;
}
.show{
    display: block;
}



@media (max-width: 500px) {
  .form-registration__container h1 {
    font-size: 22px;
  }
  .tab_container .tab {font-size: 12px;white-space: nowrap;}
  .tab_container:has(.active[data-tab="gosTab"]):before {    width: 178px;}
  .item-form label { font-size: 13px;}
  .tab_container {margin-bottom: 55px;}
  .forgot-password, .container-registration {font-size: 14px;}
  .helper {font-size: 14px;}
  .content-body {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .tab_container { padding: 0 10px; margin: auto;}
    .tab_container::before {width: 154px;}
    .tab_container:has(.active[data-tab="gosTab"]):before {width: 160px;}

}

.red_text {color: red;}

#registrStep2 {
  display: none;
}







.upload__box {
    padding: 40px;
  }
  .upload__inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #aec834;
    text-align: center;
    min-width: 116px;
    transition: all .3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: unset;
    border-color: #aec834;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
  }
    
    .upload__btn:hover {
      background-color: unset;
      color: #aec834;
      transition: all .3s ease;
    }
    
    .upload-box {
      margin-bottom: 10px;
    }

  

    .upload__img-wrap {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
    }
    
    .upload__img-box {
      width: 200px;
      padding: 0 10px;
      margin-bottom: 12px;
    }
    
    .upload__img-close {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 10px;
        right: 10px;
        text-align: center;
        line-height: 24px;
        z-index: 1;
        cursor: pointer;
      }

      .upload__img-close:after {
          content: '\2716';
          font-size: 14px;
          color: white;
        }


.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

#uploadRegistration {
  display: block;
    font-weight: 600;
    color: #aec834 !important;
    text-align: center;
    min-width: 116px;
    transition: all .3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: unset;
    border-color: #aec834;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
    padding: 10px 0;
}

#testQualification {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #55555552;
}

.container_qualification {
  background-color: white;
    max-width: 100%;
    width: 70%;
    padding: 30px 50px;
    border-radius: 20px;
}

#viceQuestion {
  display: flex;
  gap: 15px;
}

#viceQuestion div {
  margin-bottom: 30px;
}
