@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700;800&display=swap");

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #9bb2ff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}*/

html,
body {
    padding: 0;
    margin: 0;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    min-height: 100svh;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: initial;
}

a:hover {
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: inherit;
  border: none;
  background: transparent;
  line-height: normal;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button:focus {
  outline: 0;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  font-family: "Heebo", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  background-color: #c2d0ff;
  min-width: 320px;
  overflow-x: hidden;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

.splash-wrapper {
  position: relative;
  min-height: 100vh;
  background-color: #222d65;
}

.splash {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash__logo {
  margin-bottom: 64px;
}

.splash__bottom {
  position: absolute;
  bottom: 57px;
  font-weight: 800;
  font-size: 30px;
}

.splash__bottom span {
  font-weight: 300;
}

.wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  /*overflow-x: hidden;*/
}

.register-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0 16px;
    height: 220px;
    max-height: 220px;
    flex-direction: row;
    background-color: #C2D0FF;
}

.register-main {
    min-height: calc(100vh - 220px);
    min-height: calc(100svh - 220px);
    /*min-height: 82.3vh;*/
    background: #222d65;
    box-shadow: 0px -5px 20px rgba(34, 45, 101, 0.2);
    border-radius: 40px 40px 0px 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 17px;
}

.register-main__title {
  font-weight: 800;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  color: #c2d0ff;
}

.register-main__title.code {
  max-width: 346px;
  line-height: 35px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 23px;
}

.register-main__subtitle {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 20px;
}

.register-number-input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    outline: 0;
    color: #222d65;
    font-size: 30px;
    margin-bottom: 27px;
    text-align:center;
    line-height:60px;
}

.pincode-input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    outline: 0;
    color: #222d65;
    font-size: 30px;
    padding: 0 34px;
    margin-bottom: 27px;
}


.dial {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.dial__row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.dial__btn_cover {
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    display:flex;
}
.dial__btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-weight: 800;
    font-size: 25px;
    /*transition: all .2s ease-in-out;*/
}

.dial__btn:active {
    background: #c2d0ff;
    border: 2px solid #9bb2ff;
    color: #9bb2ff;
    /*transition: .1s;*/
}

.dial__text-btn {
  width: 100px;
  height: 57px;
  background: #c2d0ff;
  border-radius: 16px;
  font-weight: 800;
  font-size: 25px;
  color: #222d65;
}

.send-btn:active {
  color: #4354ab;
  background: #9bb2ff;
}

.delete-btn {
  background: #d3c9c0;
}

.delete-btn:active {
  color: #40445b;
  background: #8f8174;
}

.dial__row:last-child {
  margin: 0 -10px;
}

.register-error {
  background-color: #fff;
}

.register-error .register-main__title {
  color: #ca9669;
}

.code-wrapper {
  max-width: 300px;
  margin: 0 auto;
}

.code-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
  margin-bottom: 46px;
}

.code-inputs input {
  width: 60px;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}

.code-wrapper .send-btn {
  width: 100%;
}

.register-error .register-main__title.code {
  color: #fff;
}

.register-error .register-main__title.code span {
  color: #ca9669;
  font-weight: 700;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  height:150px;
}

.header__logo {
  width: 250px;
}

.hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

.header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 34px;
}

.header__burger span {
  user-select: none;
  position: absolute;
  text-indent: -999em;
  cursor: pointer;
}

.header__burger span,
.header__burger span:before,
.header__burger span:after {
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: #222d65;
  transition: 0.3s;
  opacity: 1;
}

.header__burger span:before,
.header__burger span:after {
  position: absolute;
  content: "";
}

.header__burger span:before {
  top: -16px;
}

.header__burger span:after {
  top: 16px;
}

.header__burger input:checked + span:before,
.header__burger input:checked + span:after {
  top: 0px;
  margin-top: -0.5875rem;
}

.header__burger input:checked + span {
  background-color: transparent;
}

.header__burger input:checked + span:before {
  transform: translateY(0.525rem) rotate(-45deg);
}

.header__burger input:checked + span:after {
  transform: translateY(0.525rem) rotate(45deg);
}

.header:has(input[type="checkbox"]:checked) + .main {
  transform: translateX(-220px);
  transition: 0.3s ease;
}

.header__menu {
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px -5px 20px rgba(34, 45, 101, 0.2);
  border-radius: 40px;
  height: auto;
  padding: 49px 0 43px;
}

.header__menu li a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #222d65;
  font-weight: 800;
  font-size: 25px;
  line-height: 47px;
  padding-right: 15px;
}

.header__menu li a:hover {
  color: #fff;
  background-color: #222d65;
  border-radius: 15px;
}

.main {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #222d65;
    box-shadow: 0px -5px 20px rgba(34, 45, 101, 0.2);
    border-radius: 40px 40px 0px 0px;
    flex: 1;
    padding: 20px 32px;
    transition: transform 0.3s ease;
    height: calc(100% - (150px));
    overflow-y:auto;
}

.page-title {
  font-size: 25px;
  font-weight: 800;
  line-height: 37px;
}

.page-subtitle {
  font-size: 25px;
  line-height: 28px;
  margin: 3px 0 17px;
}

.page-subtitle span {
  color: #c2d0ff;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.list-item {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 16px;
  padding: 10px 10px 10px 56px;
}

.list-item__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
}

.list-item__icon {
  position: absolute;
  top: -2px;
  left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c2d0ff;
  border: 2px solid #ffffff;
}

.list-item__icon-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: -9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e20202;
  font-size: 12px;
}

.center-wrapper {
  text-align: center;
  padding: 36px 15px 30px;
}

.center-wrapper .page-title {
  font-weight: 800;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  max-width: 296px;
  width: 100%;
  font-weight: 800;
  font-size: 25px;
  line-height: 37px;
  text-align: center;
  color: #222d65;
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 6px;
}

.btn:active {
  color: #dfebf7;
  background-color: #c2d0ff;
}

.center-wrapper .btn {
  margin-bottom: 47px;
}

.scroll-container {
  overflow-y: auto;
  height: 50% !important;
  margin-left: -12px;
  padding-left: 13px;
  direction:rtl;
}

.scroll-container2 {
    overflow-y: auto;
    height: 50% !important;
    direction: rtl;
}

.terms-title {
  margin-bottom: 4px;
}

.scroll-list {
  padding-right: 20px;
}

.scroll-list li,
.scroll-text {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.5px;
}

.scroll-list li {
  list-style-type: disc;
}

.wizard-main {
  display: flex;
  flex-direction: column;
}

.wizard-header {
  /*height: 177px;*/
}

.wizard__content {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #7a7a7a;
  flex: 1;
  margin: 0 -32px -20px;
}

.photo-video-controls {
  position:relative;
  height:100%;
  width:100%;
  /*width: 100%;
  position: absolute;*/
  /*bottom: 42px;*/
  /*display: flex;
  align-items: center;
  justify-content: space-evenly;
  height:100%;
  overflow:hidden;*/
}

.photo-btn {
    width: 80px;
    height: 80px;
    background: url("../images/start-photo.svg") center no-repeat;
    background-size: 100%;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.photo-btn:active {
  background: url("../images/photo-shoot.svg") center no-repeat;
  background-size: 100%;
}

.video-btn {
    width: 80px;
    height: 80px;
    background: url("../images/recoreding.svg") center no-repeat;
    background-size: 100%;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.wizard {
  position: relative;
  margin-top: 13px;
}

.wizard__progress {
  width: 100%;
  position: absolute;
  top: 18px;
  height: 15px;
  background: #ffffff;
  border-radius: 16px;
}

.wizard__progress-inner {
  position: absolute;
  width: 61px;
  height: 15px;
  background: #9bb2ff;
  border-radius: 16px;
}

.wizard__steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px;
}

.wizard__step {
  position: relative;
  text-align: center;
}

.wizard__step a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.4);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.35));
}

.wizard__step a span {
  font-weight: 800;
  font-size: 25px;
  color: #9bb2ff;
}

.wizard__step-title {
  /*position: absolute;
  left: 50%;
  transform: translateX(-50%);*/
  font-size: 25px;
  line-height: 37px;
  text-align: center;
}

.wizard__step.active a {
  background-color: #9bb2ff;
}

.wizard__step.active a span {
  color: #222d65;
}

.wizard__step.active .wizard__step-title {
  color: #9bb2ff;
}

.wizard__step a:active {
  background-color: #6b7aaf;
  box-shadow: inset 0px -1px 4px rgba(0, 0, 0, 0.65);
}

.wizard__step a:active span {
  color: #222d65;
}

.media-bottom-text {
  position: absolute;
  width: 100%;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  text-align: center;
}
.media-bottom-text2 {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    text-align: center;
}

.video-time {
  position: absolute;
  top: 17px;
  left: 16px;
  font-size: 28px;
  z-index:1;
}

.video-count {
  position: absolute;
  top: 18px;
  left: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #222d65;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 16px;
}

.footer-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  margin-bottom: 50px;
}

.wizard__content-blue {
  background-color: #c2d0ff;
}

.images-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px;
    max-height: 300px;
    overflow-y: auto;
}

.images-container img {
  width: 100%;
}

.half-step .wizard__progress-inner {
  width: 37%;
}

.second-step .wizard__progress-inner {
  width: calc(50% + 32px);
}

.wizard__content-transparent {
  background-color: transparent;
  padding: 0 32px;
  /*margin-top: -28px;*/
}

.wizard__content__heading {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 12px;
    
}

.textarea-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
  margin-bottom: 15px;
}

.textarea-wrapper .intro__note-field {
    width: 100%;
    height: 247px;
    font-size: 17px;
    line-height: 25px;
    color: #222d65;
    resize: none;
    padding: 3px 5px;
    outline: none;
}

.word-counter {
  font-weight: 800;
  font-size: 12px;
  color: #222d65;
  text-align: left;
  margin-top: 24px;
}

.third-step .wizard__progress-inner {
  width: 100%;
}

.media-scroll-container {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 8px 14px;
  margin-bottom: 20px;
}

.media-scroll-container-inner {
  height: 100%;
  overflow-y: auto;
  direction: ltr;
  padding-left: 46px;
  padding-right: 15px;
}

.media-scroll-container-inner::-webkit-scrollbar-track {
  background: #c2d0ff;
}

.media-scroll-container-inner::-webkit-scrollbar-thumb {
  background: #222d65;
}


.scrolllike::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #9bb2ff;
}

.scrolllike::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.scrolllike::-webkit-scrollbar-thumb {
    background-color: #fff;
    /*border: 2px solid #968d8d;*/
}
.scrolllike::-webkit-scrollbar-button {
    background-color: #fff;
    display:none;
    overflow:hidden;
}
.scrolllike::-webkit-scrollbar-track-piece {
    background-color: #9bb2ff;
    border-radius:5px;
    overflow:hidden;
}





.media-scroll-container.text {
    height: 114px;
    margin-top: 15px;
}

.media-scroll-container.images {
  height: 175px;
}

.media-inner-text {
  font-size: 15px;
  line-height: 22px;
  color: #222d65;
  direction: rtl;
}

.edit-btn {
  position: absolute;
  top: 0;
  left: -8px;
}

.media-images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  row-gap: 19px;
  column-gap: 26px;
}

.media-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #d9ddd9;
  border-radius: 5px;
  z-index:1;
}

.media-img__remove {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 8px;
    height: 8px;
    background: url("../images/media-close.svg") center no-repeat;
    background-size: 100%;
    z-index: 1;
}

.processing-wrapper {
  position: relative;
  text-align: center;
  padding-top: 56px;
}

.processing-wrapper__message {
  font-weight: 800;
  font-size: 20px;
  line-height: 29px;
  color: #c2d0ff;
  text-align: center;
  margin-bottom: 33px;
}

.processing-text {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #c2d0ff;
}

.processing-info {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin-top: 30px;
}

.processing-thanks {
  font-weight: 800;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #9bb2ff;
  margin-top: 30px;
}

.page-text {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}

.block-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.02em;
  margin-left: -10px;
}

.requests-container {
  height: 32%;
  /*display: grid;
  grid-template-columns: 0.8fr 0.8fr;
  align-items: flex-start;
  column-gap: 32px;
  row-gap: 27px;*/
  margin-bottom: 20px;
}

.request {
    border: 2px solid #ffffff;
    border-radius: 16px;
    text-align: center;
    padding: 11px 15px 7px;
    display: block;
    width: 42%;
    float: right;
    margin: 10px;
}

.request-title {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 6px;
  color: #fff;
}

.request-title span {
  font-size: 17px;
  font-weight: 800;
}

.footer-btns--main {
  margin-bottom: 22px;
}

.service-title {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  text-align: center;
}

.request-img-wrapper {
  position: relative;
  display: inline-flex;
}

.request-service-messages {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  right: -7px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #e20202;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

.modal {
  position: fixed;
  border: none;
  padding: 0;
  background: #dfebf7;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.6);
  border-radius: 16px;
  margin: auto;
  padding: 38px 13px 13px;
}

.modal .btn-close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  left: 13px;
  background: url("../images/close-modal.svg") center no-repeat;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.modal-heading {
  padding: 0 4px;
  margin-bottom: 8px;
}

.modal-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  color: #222d65;
}

.modal-info {
  font-size: 17px;
  line-height: 22px;
  color: #222d65;
}

.modal-info span {
  font-weight: 800;
}

.date-list {
  margin-bottom: 18px;
}

.date-list li {
  font-size: 17px;
  line-height: 22px;
  color: #222d65;
  border-bottom: 1px solid #222d65;
  margin: 0 -13px;
  padding: 10px;
  cursor:pointer;
}

.date-list li:first-child {
  border-top: 1px solid #222d65;
}

.date-list li:hover {
  color: #c2d0ff;
  background: #222d65;
}
.DateSelected {
    color: #c2d0ff !important;
    background: #222d65 !important;
}

.btn-blue {
  max-width: initial;
  width: initial;
  background: #222d65;
  border-radius: 12px;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  color: #c2d0ff;
  padding: 10px 20px;
}

.modal-btn {
  display: flex;
  justify-content: flex-end;
}

.list-request__text,
.list-request__title {
  font-weight: 800;
  font-size: 17px;
  line-height: 23px;
}

.list-request__text {
  font-weight: 400;
}

.request-status {
  font-weight: 800;
  font-size: 17px;
  color: #222d65;
  background-color: #c2d0ff;
  margin: 10px -10px 10px -56px;
  padding: 10px;
}

.media-container {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.request-services {
  margin-bottom: 20px;
}

@media (max-width: 360px) {
  .media-images-grid {
    grid-template-columns: 1fr 1fr;
  }
  .requests-container {
    column-gap: 14px;
    row-gap: 16px;
  }
}
@-ms-viewport {
    width: device-width;
}