:root {
  --white: #ffffff;
  --black: #1d1818;
  --grey: #f7f8fc;
  --gray: #7a7a7a;
  --blue: #235acd;
  --dark-blue: #0d52d9;
}

.title {
  color: var(--black);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
  margin-bottom: 40px;
}

.hover__underline {
  position: relative;
}
.hover__underline::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--black);
  transition: 0.4s ease;
}
.hover__underline:hover::before {
  width: 100%;
}

.mainPadding {
  padding-top: 30px;
}

@media (max-width: 575.98px) {
  .title {
    font-size: 1rem;
    margin-bottom: 25px;
  }
}
.resumeCreate {
  padding: 25px 0;
}
.resumeCreate__container {
  border-radius: 5px;
  background: #fff;
  padding: 40px 100px;
}
.resumeCreate.serviceForm .title {
  text-align: center;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.resumeCreate.serviceForm .resumeCreate__container {
  padding: 30px;
}
.resumeCreate.serviceForm .row {
  row-gap: 25px;
}
.resumeCreate .title {
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  margin-bottom: 25px;
}
.resumeCreate .resumeImg {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.resumeCreate .resumeImg label {
  cursor: pointer;
  color: var(--dark-blue);
  text-align: center;
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.resumeCreate .resumeImg label sup {
  color: #ff0000;
  font-size: 0.6rem;
  top: 0;
}
.resumeCreate .resumeImg__label {
  position: relative;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  cursor: pointer;
}
.resumeCreate .resumeImg__label .image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.resumeCreate .resumeImg__label .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 50%;
}
.resumeCreate .resumeImg__label .g {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fc;
  position: absolute;
  bottom: -5px;
  right: -5px;
  cursor: pointer;
}
.resumeCreate .resumeImg__label .g svg {
  fill: #7a797e;
}
.resumeCreate .resumeImg__label input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resumeCreate .inputsBlock {
  padding: 25px 0;
  border-bottom: 1px solid #ebebeb;
}
.resumeCreate .inputsBlock.nb {
  border-bottom: none;
}
.resumeCreate .inputsBlock .row {
  row-gap: 25px;
}
.resumeCreate .red {
  color: #ad2222;
}
.resumeCreate .input select {
  height: 48px;
}
.resumeCreate .input input:focus,
.resumeCreate .input select:focus,
.resumeCreate .input textarea:focus {
  border-color: var(--dark-blue);
}
.resumeCreate .input input:focus ~ label,
.resumeCreate .input select:focus ~ label,
.resumeCreate .input textarea:focus ~ label {
  color: var(--dark-blue);
  border-color: var(--dark-blue);
}
.resumeCreate .add-passenger {
  display: flex;
  align-items: center;
  color: var(--dark-blue);
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  gap: 6px;
  cursor: pointer;
}
.resumeCreate .add-passenger svg {
  fill: var(--dark-blue);
}
.resumeCreate .text-red {
  color: #e71010;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.resumeCreate .delete {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--gray);
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.myProfile {
  padding: 40px 0 30px;
}
.myProfile.pdf {
  width: 826px;
}
.myProfile .qr {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 25px 35px 35px 25px;
  background: #fff;
}
.myProfile__content {
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
.myProfile__wrapper {
  display: flex;
  flex-direction: column;
}
.myProfile .pdfTop {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.myProfile .pdfTop .links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.myProfile .pdfTop .links .link {
  color: var(--black);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.myProfile .pdfTop .links .link svg {
  fill: var(--blue);
}
.myProfile .download {
  width: 100%;
  color: var(--blue);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.myProfile .download svg {
  fill: var(--blue);
}
.myProfile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  margin-bottom: 25px;
}
.myProfile__head .text {
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
}
.myProfile__head .quick {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.myProfile .info {
  border-radius: 5px;
  background: #f7f8fc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  margin-bottom: 25px;
  padding: 20px 15px;
}
.myProfile .info__text {
  color: var(--grey2, #7a7a7a);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.myProfile .info__text span {
  color: var(--black, #1d1818);
  font-weight: 500;
}
.myProfile .info .edit {
  cursor: pointer;
}
.myProfile .info .edit svg {
  fill: var(--dark-blue);
}
.myProfile .targets {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.myProfile .targets .status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.myProfile .targets .status__text {
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.myProfile .targets .status__info {
  border-radius: 5px;
  background: #dfeaff;
  padding: 5px 8px;
  color: #235acd;
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.myProfile .targets .status .g {
  cursor: pointer;
  position: relative;
}
.myProfile .targets .edit {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--dark-blue);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.myProfile .targets .edit svg {
  fill: var(--dark-blue);
}
.myProfile .item {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.myProfile .item.bn {
  border: none;
}
.myProfile .item__head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.myProfile .item__head .img {
  border-radius: 50%;
  border: 1px solid #ebebeb;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}
.myProfile .item__head .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.myProfile .item__head--info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.myProfile .item__head--info .name {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 37.5px */
}
.myProfile .item .mainBlockText {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 15px;
}
.myProfile .item .mainBlockText .mainText {
  color: #7a7a7a;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.myProfile .item .mainBlockText .mainText span {
  color: var(--black);
}
.myProfile .item .mainBlockText .mainText span.w-100 {
  width: 100%;
}
.myProfile .item .mainBlockText .mainText.w-100 {
  width: 100%;
}
.myProfile .item .mainBlockText .mainText.flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: start;
  align-items: start;
}

.infoDis {
  position: fixed;
  right: 20px;
  top: 0;
  max-width: calc(100% - 40px);
  z-index: 100;
  border-radius: 10px;
  background: #f7f8fc;
  padding: 15px;
  transition: 0.3s ease;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: 1px solid var(--black);
  transform: translateY(calc(-100% - 30px));
}
.infoDis.active {
  top: 30px;
  transform: translateY(0);
}

.addResume {
  padding: 0 0 40px 0;
  display: block;
}
.addResume__container {
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addResume__container .text {
  padding: 25px 25px;
  color: var(--dark-blue);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  width: max(40%, 300px);
}
.addResume__container .img {
  max-width: 400px;
  float: right;
  display: flex;
  align-items: end;
}
.addResume__container .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.addResume__container .btn {
  margin: 0 25px;
  white-space: nowrap;
}

.listOfFosol {
  padding: 30px 0;
}
.listOfFosol .title {
  margin-bottom: 20px;
}
.listOfFosol .subtitle {
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 30px;
}
.listOfFosol .row {
  row-gap: 30px;
}
.listOfFosol__item {
  flex: 1;
  border-radius: 5px;
  background: #fff;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.listOfFosol__item--wrapper {
  display: flex;
  flex-direction: column;
}
.listOfFosol__item--img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.listOfFosol__item--img .img {
  border-radius: 5px;
  border: 1px solid #f5f5f5;
  width: 115px;
  height: 75px;
}
.listOfFosol__item--img .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.listOfFosol__item--name {
  text-align: center;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  margin-bottom: 10px;
}
.listOfFosol__item--contries {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  column-gap: 15px;
  flex-wrap: wrap;
}
.listOfFosol__item--contries .img {
  border: 1px solid #f5f5f5;
  width: 20px;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 50%;
}
.listOfFosol__item--contries .img img {
  width: 100%;
  aspect-ratio: 1/1;
}

.book {
  padding: 50px 0;
}
.book .title {
  margin-bottom: 15px;
}
.book .row {
  row-gap: 25px;
}
.book .btn {
  margin-top: 10px;
}
.book .subtitle {
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 25px;
}
.book .blue {
  color: var(--dark-blue);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  margin-bottom: 15px;
}

.accardion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.accardion-block {
  display: block;
  background: #fff;
  border-radius: 4px;
}
.accardion-link {
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  padding: 18px;
  cursor: pointer;
}
.accardion-link svg {
  transition: 0.5s ease;
  width: 12px;
  height: 7px;
}
.accardion-link.active .g svg {
  transform: rotate(-180deg);
}
.accardion-lists {
  border-radius: 0 0 5px 5px;
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.accardion-lists p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #002a34;
  margin-bottom: 20px;
}
.accardion .active-block {
  max-height: 1000px;
  opacity: 1;
  padding: 0 25px 25px 25px;
}
.accardion .linkContent {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  gap: 5px;
  overflow-x: auto;
}
.accardion .linkContent .name {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.accardion .linkContent .link {
  color: var(--dark-blue);
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
.accardion .countries {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
  margin-bottom: 30px;
}
.accardion .countries .item {
  display: flex;
  align-items: center;
  gap: 7px;
}
.accardion .countries .item .img {
  border: 1px solid #f5f5f5;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 50%;
}
.accardion .countries .item .img img {
  width: 100%;
  aspect-ratio: 1/1;
}
.accardion .countries .item .text {
  display: flex;
  flex-direction: column;
}
.accardion .countries .item .text p {
  color: var(--dark-blue);
  text-align: center;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.accardion .countries .item .text span {
  text-align: center;
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16.5px */
}
.accardion .infoItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.accardion .infoItem:nth-last-child(1) {
  margin-bottom: 0;
}
.accardion .infoItem__name {
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}
.accardion .infoItem .text {
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.accardion .infoItem .link {
  color: var(--dark-blue);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.accardion .infoItem .number {
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

@media (max-width: 1199.98px) {
  .addResume__container .text {
    width: max(70%, 300px);
  }
}
@media (max-width: 767.98px) {
  .addResume {
    padding: 0 0 30px 0;
  }
  .addResume__container .text {
    padding: 15px 15px;
    font-size: 0.8rem;
    width: 100%;
  }
  .addResume__container .img {
    max-width: 600px;
  }
  .addResume__container .btn {
    margin: 0 15px 15px;
  }
}
@media (max-width: 575.98px) {
  .accardion .linkContent .name {
    font-size: 0.8rem;
  }
  .book {
    padding: 30px 0;
  }
  .book .title {
    margin-bottom: 10px;
  }
  .book .row {
    row-gap: 20px;
  }
  .book .btn {
    margin-top: 5px;
  }
  .book .subtitle {
    font-size: 0.7rem;
    margin-bottom: 20px;
  }
  .book .blue {
    font-size: 0.8rem;
  }
  .listOfFosol {
    padding: 15px 0;
  }
  .listOfFosol .subtitle {
    font-size: 0.6rem;
    margin-bottom: 20px;
  }
  .listOfFosol .row {
    row-gap: 25px;
  }
  .listOfFosol__item {
    padding: 15px 20px;
  }
  .resumeCreate {
    padding: 20px 0;
  }
  .resumeCreate__container {
    padding: 20px 15px;
  }
  .resumeCreate.serviceForm .red {
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .resumeCreate.serviceForm .title {
    font-size: 0.8rem;
  }
  .resumeCreate.serviceForm .resumeCreate__container {
    padding: 20px 15px;
  }
  .resumeCreate.serviceForm .row {
    row-gap: 20px;
  }
  .resumeCreate .title {
    font-size: 1rem;
  }
  .resumeCreate .inputsBlock {
    padding: 20px 15px;
  }
  .resumeCreate .inputsBlock .row {
    row-gap: 20px;
  }
  .resumeCreate .inputsBlock .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .myProfile.notpdf {
    padding: 30px 0 20px;
  }
  .myProfile.notpdf__content {
    padding: 25px 15px;
  }
  .myProfile.notpdf__head {
    flex-direction: column;
    gap: 15px;
  }
  .myProfile.notpdf__head .text {
    font-size: 1rem;
  }
  .myProfile.notpdf .info {
    gap: 15px;
    margin-bottom: 20px;
    padding: 12px;
  }
  .myProfile.notpdf .info__text {
    font-size: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .myProfile.notpdf .targets .status .g:hover::after {
    display: none;
  }
  .myProfile.notpdf .targets .edit {
    gap: 6px;
    font-size: 0.6rem;
  }
  .myProfile.notpdf .targets .edit svg {
    width: 20px;
    height: 20px;
  }
  .myProfile.notpdf .item {
    padding: 15px 0;
  }
  .myProfile.notpdf .item__head {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .myProfile.notpdf .item__head--info .name {
    font-size: 1rem;
  }
  .myProfile.notpdf .item .mainBlockText {
    column-gap: 25px;
  }
}

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