@font-face {
	font-family: 'Sf-Pro-Display-Regular'; 
	src: url(../assets/fonts/SFProDisplay-Regular.woff);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Sf-Pro-Display-Regular";
}

body {
  font-family: "Sf-Pro-Display-Regular" !important;
}

span{
  font-family: "Sf-Pro-Display-Regular" !important;
}

p{
  font-family: "Sf-Pro-Display-Regular" !important;
}
#fam-name {
  display: block;
}

button:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.8;
  cursor: pointer;
}

span {
  font-size: 16px;
  line-height: 100%;
  /* display: block; */
  font-family: 'SF Pro Display';
  font-style: normal;
  color: rgba(70, 75, 94, 0.7);
}

button:disabled {
  background: #f7f7f7;
  color: #b6b5b6;
}

input::-webkit-input-placeholder,
input:-moz-placeholder {
  font-family: "Sf-Pro-Display-Regular" !important;
  color: #b6b5b6;
}

.background {
  background: #f7f7f7;
  width: 100%;
}

.pointer_event {
  pointer-events: none;
}

.personalization-wrapper {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.personalization-wrapper__left {
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* 
  MOBILE MENU */

.personalization-wrapper__mobile-menu {
  border-top: 2px solid rgb(0 0 0 / 15%);
  position: fixed;
  display: none;
  bottom: 0;
  height: 85px;
  width: 100%;
  background-color: white;
  z-index: 250;
  left: 0;

  -webkit-box-pack: space-evenly;

      -ms-flex-pack: space-evenly;

          justify-content: space-evenly;
}

.personalization-wrapper__mobile-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 
  -webkit-transform: scale(1.2);
 
      -ms-transform: scale(1.2);
 
          transform: scale(1.2);
  width: 100%;
  

}

a {
  color: inherit;
  text-decoration: none;
}

.personalization-wrapper__mobile-menu__container__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.personalization-wrapper__mobile-menu__container__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #6b6b6b;
  font-size: 11px;
}

.personalization-wrapper__mobile-menu__container__item__pic {
  height: 20px;
  width: 20px;
  margin: 0 auto;
}

.personalization-wrapper__left__header {
  position: relative;
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5%;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
}

/* 
  -1px 2px 4px */

.icon {
  width: 17px;
  height: 20px;
}

.personalization-wrapper__left__header__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.personalization-wrapper__left__header__account__email {
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.personalization-wrapper__left__header__account__photo {
  margin-left: 20px;
}

.personalization-wrapper__left__header__logo {
  height: 50px;
}

.personalization-wrapper__left__content {
  padding: 0 5%;
}

.personalization-wrapper__left__content__url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  gap: 22px;
}

.personalization-wrapper__left__content__url__info {
  width: 300px;
}

.personalization-wrapper__left__content__url__info__headline {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}

.personalization-wrapper__left__content__url__info__text {
  font-size: 16px;
  color: #464b5e;
  margin-bottom: 10px;
  line-height: 140%;
}

.personalization-wrapper__left__content__url__info__warning {
  font-size: 14px;
  color: #7e818e;
  margin-bottom: 10px;
  line-height: 140%;
}

.warning {
  color: #c33e38;
  display: inline-block;
  line-height: 120%;
  border-bottom: 1px solid #c33e38;
  width: 180px;
}

.personalization-wrapper__left__content__url__field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.personalization-wrapper__left__content__url__field__label {
  line-height: 140%;
  width: 350px;
  font-size: 16px;
  color: rgba(70, 75, 94, 0.7);
  /* margin-left: 25px; */
}

.personalization-wrapper__left__content__url__field__container {
  width: 100%;
  background: #f7f7f7;
  border-radius: 10px;
  border: 15px solid #f7f7f7;
  margin: 10px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.personalization-wrapper__left__content__url__field__container__text {
  display: inline-block;
  font-size: 15px;
  color: #b6b5b6;
}

.personalization-wrapper__left__content__url__field__input {
  width: 100%;
  background: #f7f7f7;
  border-radius: 10px;
  border: 15px solid #f7f7f7;
  margin: 10px 0 20px 0;
  font-size: 15px;
  scrollbar-width: none;
}

.personalization-wrapper__left__content__url__field__container__input {
  background: transparent;
  font-size: 15px;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.personalization-wrapper__left__content__url__field__container input::-webkit-input-placeholder {
  font-family: "Sf-Pro-Display-Regular" !important;
  color: #000000;
}

.personalization-wrapper__left__content__url__field__container input:-moz-placeholder {
  font-family: "Sf-Pro-Display-Regular" !important;
  color: #000000;
}

.personalization-wrapper__left__content__url__field__create {
  margin-top: 30px;
  border: none;
  height: 61px;
  width: 100%;
  background: #021f89;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
#button-color .board__item__background{
  background-color: #f7f7f7;
}
.lang_oK .board__item__background{
  background-color: #f7f7f7;
}
#boardItem2 .board__item__avatar{
  display: none;
}
.personalization-wrapper__left__content__urlcheck{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 50px;
  margin-top: 10px;
}

.personalization-wrapper__left__content__urlcheck__yoururl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 63px;
}

.personalization-wrapper__left__content__urlcheck__scanning{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.personalization-wrapper__left__content__urlcheck__title {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #B6B5B6;
  margin-bottom: 15px;
}

.personalization-wrapper__left__content__urlcheck__subtitle{
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #000000;
}

.personalization-wrapper__left__content__menu {
  list-style: none;
}

.personalization-wrapper__left__content__menu
.personalization-wrapper__left__content__menu__item:last-child {
  border-bottom: 2px solid #f7f7f7;
}

.personalization-wrapper__left__content__menu__item {
  border-top: 2px solid #f7f7f7;
  cursor: default;
}

.personalization-wrapper__left__content__menu__item__container {
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.personalization-wrapper__left__content__menu__item__text {
  font-weight: bold;
  font-size: 26px;
}

.personalization-wrapper__left__content__menu__item__variants-container {
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}

.personalization-wrapper__left__content__menu__item__variants-container__variant {
  width: 32%;
  border-radius: 20px;
  padding: 20px 30px;
  background-color: transparent;
  text-align: left;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.4));
  border: 1px solid #f7f7f7;
}

.personalization-wrapper__left__content__menu__item__variants-container__variant:hover {
  cursor: pointer;
}

.personalization-wrapper__left__content__menu__item__variants-container__variant__title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 5px;
}

.personalization-wrapper__left__content__menu__item__variants-container__variant__desc {
  color: #021f89;
  font-size: 16px;
}

.personalization-wrapper__left__content__menu__item__variants-container__variant.active {
  border: 1px solid #021f89;
  -webkit-filter: none;
          filter: none;
}

.personalization-wrapper__left__content__menu__item__variants-container__variant.active
.personalization-wrapper__left__content__menu__item__variants-container__variant__desc {
  color: #464b5e;
}

.personalization-wrapper__left__content__menu__item__design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}

.personalization-wrapper__left__content__menu__item__design__left {
  width: 32%;
  font-size: 16px;
  color: #464b5e;
  line-height: 140%;
  display: none;
}

.personalization-wrapper__left__content__menu__item__design__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.personalization-wrapper__left__content__menu__item__design__right__desc {
  font-size: 14px;
  line-height: 140%;
  margin-top: 10px;
  color: rgba(70, 75, 94, 0.7);
}

.span_cont {
 position: absolute;
 right: 4px;
 height: 24px;
 bottom: 15px;

  color: gray;
}

.qr {
  display: inline-block;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.35));
  width: 198px;
  border-radius: 10px;
  /* padding: 15px; */
  border: 1px solid #f7f7f7;
  margin-bottom: 50px;
  margin-right: 4px;
}

.qr-download {
  display: inline-block;
  position: relative;
  top: 19px;
}
.button_Theme{
  text-align: center;
  margin-top: 10px;
}
/* .button_Theme .button_collection{
  margin-top: 10px;
  
} */
.board_ava .board__item__avatar{
  display: none;
}
.qr-download__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: none;
  background-color: transparent;
}

.qr-download__button__ico {
  padding-top: 15px;
  font-size: 14px;
  color: white;
  width: 49px;
  height: 49px;
  background: url(../assets/images/Paper-Download.svg) center no-repeat, #021f89;
  border-radius: 10px;
}

.qr-download__button__text {
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #021f89;
}

.personalization-wrapper__left__content__menu__item:hover {
  cursor: default;
}

.personalization-wrapper__left__content__menu__item__design__right__board {
  --auto-grid-min-size: 5rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  margin: 0;
  padding: 30px 0 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.board__item {
  max-width: 93px;
  border: 1px solid #f7f7f7;
  color: white;
  -webkit-box-shadow: rgba(17, 17, 26, 0.2) 0px 1px 2px;
          box-shadow: rgba(17, 17, 26, 0.2) 0px 1px 2px;
  border-radius: 10px;
  height: 93px;
  padding: 8px;
}

.board__item__background {
  width: 100%;
  height: 43%;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: rgba(17, 17, 26, 0.3) 0px 2px 6px;
          box-shadow: rgba(17, 17, 26, 0.3) 0px 2px 6px;
  border-radius: 5px 5px 0px 0px;
}

/* INFO */

.board__item__background {
  background: #021f89;
}

#card-button {
  background: #021f89;
}

#card-image {
  background: url(../assets/images/back.png) center no-repeat;
  background-size: 103%;
}

textarea {
  height: 98px;
  margin: 10px 0 30px 0;
  width: 100%;
  background: #f7f7f7;
  resize: none;
  border-radius: 10px;
  font-size: 15px;
  border: 15px solid #f7f7f7;
}

.board__item__avatar {
  width: 33px;
  height: 33px;
  background-image: url(../assets/images/account.svg);
  background-position: center;
  border-radius: 50%;
  position: relative;
  top: 47%;
  z-index: 99;
}
.board__item__avatar1{
  border-radius: 50%;
  position: relative;
  top: 47%;
  z-index: 99;
  width: 33px;
  height: 33px;
  background-color: #f7f7f7;
  padding: 5px;
}
.board__item__button {
  width: 100%;
  height: 14%;
  border-radius: 50px;
  background: #f7f7f7;
}

.board__item__block {
  width: 100%;
  height: 31%;
  background-color: white;
  -webkit-box-shadow: rgba(17, 17, 26, 0.2) 0px 2px 5px;
          box-shadow: rgba(17, 17, 26, 0.2) 0px 2px 5px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #f7f7f7;
  margin-bottom: 12%;
}

.personalization-wrapper__left__content__menu__item__design__right__border {
  width: 100%;
  border-bottom: 2px solid #f7f7f7;
  margin-bottom: 38px;
}

.personalization-wrapper__left__content__menu__item__design__right__customize {
  --auto-grid-min-size: 15rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
}

.personalization-wrapper__left__content__menu__item__design__right__customize__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.personalization-wrapper__left__content__menu__item__design__right__customize__item__container {
  padding-top: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.personalization-wrapper__left__content__menu__item__design__right__customize__item__container__text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(70, 75, 94, 0.7);
  margin-bottom: 10px;
}

/* .clr-field {
    width: 100%;
    border: 15px solid #F7F7F7;
    border-radius: 10px;
  }
  
  .clr-field button {
    padding: 0;
    width: 37px;
    height: 33px;
  }
  */

.colorpick {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #f7f7f7;
  font-size: 15px;
  color: #464b5e;
  width: 100%;
}

.customize__item {
  width: 93px;
  min-width: 93px;
}

.padding {
  margin-bottom: 50px;
}

.text1, .text2 {
  -webkit-transition: max-height 0s linear, opacity 1s linear;
  -o-transition: max-height 0s linear, opacity 1s linear;
  transition: max-height 0s linear, opacity 1s linear;
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
}

.text1.active, .text2.active {
  max-height: 5000px;
  opacity: 1;
}

.close {
  /* // animation: close 0.45s normal ease-in-out both 1; */
  max-height: 0px;
}

@-webkit-keyframes open {
  0% {

  }

  100% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes open {
  0% {

  }

  100% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes close {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    max-height: 0px;
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
}

@keyframes close {
  0% {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    max-height: 0px;
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
}

.personalization-wrapper__left__content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 300px 0;
}
.personalization-wrapper__left__content__buttons a {
  display: none;
}

.personalization-wrapper__left__content__buttons__left {
  width: 100%;
  margin: 0;
  display: none;
}

.personalization-wrapper__left__content__buttons__right {
  margin: 0;
}
.variable_prev_content{
  border-top: 2px solid #f7f7f7;
  margin: 20px 0 0;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.variable_content{
  width: 20px;
  height: 20px;
  margin-right: 5px;

}
.personalization-wrapper__right {
  position: relative;
  width: 556px;
}

.personalization-wrapper__right__container {
 margin: 0 0 0 5vw;
 scrollbar-width: none;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  height: 95vh;
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* gap: 15px; */
 
}

.personalization-wrapper__right__container__preview {
  position: relative;
  width: 384px;
  height: 709px;
  background: url(../assets/images/mobile6.png) no-repeat;
  background-size: cover;
  border-radius: 60px;
  background-color: white;
  padding: 47px 35px 57px 35px;
  /* PADDING 10 */
  width: 350px;
}
.card_container_preview{
  width: 384px;
  height: 770px;
}
.personalization-wrapper__right__container__preview--active {
  background-color: white;
}

.personalization-wrapper__right__container__preview__container {
  height: 630px;
  overflow: scroll;
  overflow-x: hidden;
  border-radius: 20px;
  position: relative;
  background-color: white;
  scrollbar-width: none;
}

.links {
  --auto-grid-min-size: 22px;
  display: -ms-grid;
  display: grid;
  grid-gap: 2.3rem;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
  margin: 0;
  padding: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0px;
}

.three-wrap {
  width: 49%;
}

.three
.personalization-wrapper__left__content__menu__item__variants-container__variant {
  width: 49%;
}

.button-web {
  margin-top: 28.5px;
}

.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 3px;
}

.two-wrap {
  width: 49%;
}

.two
.personalization-wrapper__left__content__menu__item__variants-container__variant {
  width: 47%;
  text-align: center;
}

/* scroll */

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c0b9b9;
}

/* ----- */

.personalization-wrapper__right__container__preview__background {
  margin-top: 3px;
  z-index: 100;
  width: 100%;
  height: 146px;
  border-radius: 20px 20px 0px 0px;
  /* filter: drop-shadow(0px -2px 0px rgba(0, 0, 0, 0.35)); */
  border-left: 3px solid #F7F7F7;
  border-right: 3px solid #F7F7F7;
  border-top: 3px solid #F7F7F7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.personalization-wrapper__right__container__button {
  width: 81% !important;
  position: absolute;
  border: none;
  height: 61px;
  background: #021f89;
  border-radius: 50px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personalization-wrapper__right__container__button img{
  margin-right:5px;
}

.personalization-wrapper__right__container__preview__block {
  position: relative;
  width: 100%;
  height: 83px;
  background-color: white;
  border-radius: 0px 0px 20px 20px;
  border-left: 3px solid #F7F7F7;
  border-right: 3px solid #F7F7F7;
  border-bottom: 3px solid #F7F7F7;
  /* box-shadow: 0px 2px 0px gray; */
  border-top: 0;
  margin-top: -16px;
}

.personalization-wrapper__right__container__preview__avatar {
  position: absolute;
  left: 0; top: -110px; right: 0; bottom: 0px;
  height: 170px;
  margin: auto;
  width: 170px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-image: url(../assets/images/account.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  background-size: cover;
}

.personalization-wrapper__right__container__preview__block__container {
  padding: 25px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.personalization-wrapper__right__container__preview__block__container__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.personalization-wrapper__right__container__preview__block__container__contact__dial{
  font-weight: 600;
  font-size: 11px;
  color: #464b5e;
  text-transform: uppercase;
}

.personalization-wrapper__right__container__preview__block__container__contact__mail{
  font-weight: 600;
  font-size: 11px;
  color: #464b5e;
  text-transform: uppercase;
}

.personalization-wrapper__right__mail__account__check{
  margin-left: 15px;
}

.card-background{
  background-color: #021F89;
}


.card-background-white{
  position: absolute;
  background-color: white;
  height: 650px;
  top: -30px;
}

.personalization-wrapper__right__container__preview__block__container__contact__text {
  font-size: 6px;
  text-transform: uppercase;
}

.personalization-wrapper__right__container__preview__info {
  margin-top: 20px;
  padding-bottom: 70px;
}

.personalization-wrapper__right__container__preview__fio {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.personalization-wrapper__right__container__preview__fio span{
font-family: 'Sf-Pro-Display-Bold';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
color: #000000;
}

.personalization-wrapper__right__container__preview__prof {
  color: #464b5e;
  font-family: SF Pro Display;
font-size: 15px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
white-space: pre-line;
}

.personalization-wrapper__right__container__preview__resume {
  color: #464b5e;
  margin-bottom: 20px;
  font-family: SF Pro Display;
font-size: 15px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
white-space: pre-line;
overflow: hidden;
}

.personalization-wrapper__right__container__preview__line {
  margin: 10px 0;
  background: #f7f7f7;
  width: 100%;
  height: 1px;
}

.personalization-wrapper__right__container__preview__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  /* padding-left: 10px; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.heigth_pole {
  height: 25px;
}

.personalization-wrapper__right__container__preview__contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.personalization-wrapper__right__container__preview__contact__block__up {
  font-size: 12px;
  color: #464b5e;
}

.personalization-wrapper__right__container__preview__contact__block__down {
  margin-top: 5px;
  font-weight: bold;
  font-size: 15px;
  color: black;
}

.personalization-wrapper__right__container__preview__contact__block__button {
  text-decoration: underline;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  color: #021f89;
  font-size: 15px;
  padding-left: 5px;
}
.personalization-wrapper__right__container__preview__contact__block a{
  color: #007afe;
}

.personalization-wrapper__right__container__preview__soc {
  padding: 0 20px;
  margin-top: 20px;
  /* --auto-grid-min-size: 1rem; */
  /* display: grid; */
  /* grid-gap: 2rem; */
  /* grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr)); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card_preview_soc{
  gap: 24px;
}
.personalization-wrapper__right__container__preview__soc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* Drop Zone */

.drag-area {
  padding-left: 15px;
  height: 50px;
  width: 100%;
  background: #f7f7f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.drag-area.active {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 2px dashed #021f89;
  border-right: 0;
}

.drag-area.active button {
  position: relative;
  right: 1px;
}

.drag-area p {
  max-width: 60px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #464b5e;
  font-size: 15px;
  line-height: 140%;
}

.drag-area button {
  background: url(../assets/images/download.svg) center no-repeat, #021f89;
  border-radius: 0px 11px 11px 0px;
  border: none;
  outline: none;
  cursor: pointer;
  height: 50px;
  width: 45px;
}

.btn-right {
  padding-top: 29px;
}

/* @media (max-width: 568px) {
    .sign-in-wrapper__logo {
      margin: 70px 0 40px 0;
      width: 116px;
      height: 50px;
    }
  
    .sign-in-wrapper__auth {
      padding: 50px 15px;
    }
       .personalization-wrapper__right__container__preview__container {
        overflow: inherit;
        overflow-x: inherit;
        height: auto;
    }
      .personalization-wrapper__right__container__preview {
    position: relative;
    width: 258px;
    height: auto;
    background: no-repeat, #ffffff;
    border-radius: inherit;
      padding: 0px 0px 57px 0px;
      }
      .personalization-wrapper__right__container {
    margin: 0 auto;
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: inherit;
      }
      .WrapperPreviewUp {
      width:188px;
      margin-left: 33px;
  
      }
      .personalization-wrapper__right__container__button {
      width: 188px !important;
      position: inherit;
      border: none;
      height: 38px;
      margin-left: 35px;
      background: #021f89;
      border-radius: 50px;
      font-size: 11px;
      color: #ffffff;
      text-transform: uppercase;
      bottom: 56px;
  }
  .background {
      background: #ffffff;
      width: 100%;
  }
  }
  @media (max-width: 1200px) {
    .personalization-wrapper__left__content__url {
      display: flex;
      flex-direction: column;
    }
  
    .personalization-wrapper__left__content__url {
      display: flex;
      justify-content: space-between;
      padding: 50px 0;
      gap: 22px;
    }
  
    .personalization-wrapper__left__content__url__info {
      min-width: 345px;
      width: 100%;
    }
  
    .personalization-wrapper__left__content__url__info__text {
      max-width: 345px;
      width: 100%;
    }
  
    .personalization-wrapper__left__content__menu__item__variants-container {
      flex-direction: column;
      gap: 22px;
    }
  
    .personalization-wrapper__left__content__menu__item__variants-container__variant {
      width: 100%;
    }
  }
  
  @media (max-width: 1400px) {
    .personalization-wrapper__right {
      width: 375px;
    }
  .personalization-wrapper__right {
      background: white;
  }
      
  }
  
  
  @media (max-width: 1050px) {
    .two {
      flex-direction: column;
    }
    .two-wrap {
      width: 100%;
    }
    .btn-right {
      padding-top: 0;
    }
  
    .two
      .personalization-wrapper__left__content__menu__item__variants-container__variant {
      width: 100%;
    }
  
    .tag {
      margin-top: 20px;
    }
  }
  
  

    .personalization-wrapper__mobile-menu {
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      display: block;
    }
  
    .personalization-wrapper__right {
      display: none;
    }
  
    .personalization-wrapper__left__content {
      padding: 0 3%;
    }
  
    .personalization-wrapper__left__content__menu__item__design {
      gap: 20px;
      flex-direction: column;
    }
  
    .personalization-wrapper__left__content__menu__item__design__left {
      width: 100%;
    }
  
    .personalization-wrapper__left__header {
      height: 100px;
      padding: 0 3%;
    }
  
    .personalization-wrapper__left__header
      .personalization-wrapper__left__header__account__email {
      font-size: 14px;
    }
  }
  
  @media (max-width: 930px) {
    .qr {
      margin-bottom: 10px;
    }
  
    .qr-download {
      margin-bottom: 50px;
    }
  }
  
  .greyscale {
    transition: 1s;
    -webkit-filter: grayscale(100%); Safari 6.0 - 9.0 
    filter: grayscale(100%);
    opacity: 0.3;
  } */
  
.greyscale {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
}

::-webkit-scrollbar {
  width: 0;
}

.buttonRU-EN {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.button_collection {
  width: 150px;
  height: 55px;
  background: #FFFFFF;
  border-radius: 40px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang_active {
  background: #021F89;
  color: white;
}

.but_lang {
  border: 1px solid #e1e4ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  width: 68px;
  height: 45px;
}

.red_button {
  width: 23%;
  height: 55px;
  margin-right: 243px;
}

#actionInput {
  display: none;
}

@media (max-width: 1400px) {
  .personalization-wrapper__right {
    width: 375px; 
  }
  .personalization-wrapper__right__container{
    margin:0;
    overflow-y: scroll;
    height: 95vh;
  }
  .personalization-wrapper__right__container__preview{
    width: 350px;
  }
  .card_container_preview{
    width: 384px;
  }


  .personalization-wrapper__right__container__preview__soc{
    gap: 16px;
  }
  .card_preview_soc {
    gap: 24px;
  }
  .personalization-wrapper__left{
    width: 60vw;
  }
  .personalization-wrapper__left__content{
    padding: 0 2%;
  }

  .personalization-wrapper__right {
    background: #f7f7f7;
    height: 100%;
  }

  .qr {
    width: 120px;
    height: 100%;
  }
}

@media (max-height: 650px) {

}

@media (max-width: 1200px) {
  .personalization-wrapper__left__content__url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .personalization-wrapper__right__container{
    overflow-y: scroll;
    height: 95vh;
  }
  .personalization-wrapper__right__container__preview{
    width: 350px;
  }
  .card_container_preview{
    width: 384px;
  }
  .personalization-wrapper__left__content__url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0;
    gap: 22px;
  }

  .personalization-wrapper__left__content__url__info {
    min-width: 345px;
    width: 100%;
  }

  .personalization-wrapper__left__content__url__info__text {
    max-width: 345px;
    width: 100%;
  }

  .personalization-wrapper__left__content__menu__item__variants-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }

  .personalization-wrapper__left__content__menu__item__variants-container__variant {
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .personalization-wrapper__left__content__url__field__label {
    /* margin-top: 20px; */
  }
  .personalization-wrapper__right__container{
    margin: 0px 0 0;
  }
  .two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .personalization-wrapper__right__container {
    gap: 0;
  }
  .personalization-wrapper__left{
    -webkit-box-flex: 0.5;
        -ms-flex-positive: 0.5;
            flex-grow: 0.5;
  }
  .button_Theme, .button_collection{
    margin-top: 0;
  }
  .two-wrap {
    width: 100%;
  }

  .btn-right {
    padding-top: 0;
  }

  /* .two */

  .personalization-wrapper__left__content__menu__item__variants-container__variant {
    width: 100%;
  }

  .two
.personalization-wrapper__left__content__menu__item__variants-container__variant {
    width: 100%;
    text-align: start;
  }

  .tag {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .personalization-wrapper__left__content__menu__item__design__left{
    display: none;
  }
  .personalization-wrapper__left{
    width: 50vw;
  }
  .personalization-wrapper__left__content__url__field__input{
    /* width: 93vw; */
  }
  .personalization-wrapper__mobile-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    margin: 0 auto;  
  
  }
}

@media (max-width: 930px) {
  .qr {
    margin-bottom: 10px;
  }

  .qr-download {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .personalization-wrapper__mobile-menu {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    /* border-radius: 10px; */
  }
  .personalization-wrapper__left{
    width: 100%;
  }
  .button_Theme{
    display: none;
  }
  .personalization-wrapper__right {
    display: none;
  }
  .red_button {
    width: 55px;

   
  }
  .personalization-wrapper__left__content {
    padding: 0 3%;
  }

  .personalization-wrapper__left__content__menu__item__design {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .personalization-wrapper__left__content__menu__item__design__left {
    width: 100%;
  }

  .personalization-wrapper__left__header {
    height: 100px;
    padding: 0 3%;
    width: 100%;
  }

  .personalization-wrapper__left__header
.personalization-wrapper__left__header__account__email {
    font-size: 14px;
  }
}

@media (max-width: 568px) {
  .personalization-wrapper__mobile-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    margin: 0 auto;  
  
  }
  #smartfon_url{
    height: 600px;
  }
  .personalization-wrapper__right__container__preview__soc{
    gap: 45px;
  }
  .card-background{
    background-color: white;
  }

  .sign-in-wrapper__logo {
    margin: 70px 0 40px 0;
    width: 116px;
    height: 50px;
  }

  .sign-in-wrapper__auth {
    padding: 50px 15px;
  }

  .personalization-wrapper__right__container__preview__container {
    overflow: inherit;
    overflow-x: inherit;
    height: auto;
  }

  .personalization-wrapper__right__container__preview {
    position: relative;
    width: 100vw;
    height: auto;
    margin: 0 auto;
    background: no-repeat, #ffffff;
    border-radius: inherit;
    padding: 0px 5px 57px 5px;
    min-height: 100vh;
    overflow-y: scroll;
  }

  .personalization-wrapper__right__container {
    margin: 0 auto;
    position: sticky;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding: inherit;
    overflow: hidden;
    /* border-radius: 40px; */
  }

  .WrapperPreviewUp {
    width: 100%;
    /* margin-left: 25%;
      margin-right: 25%; */
  }

  .personalization-wrapper__right__container__preview__avatar {
    /* position: absolute; */
    height: 220px;
    width: 220px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: url(../assets/images/account.svg) center no-repeat, #f7f7f7;
    background-size: 100%;
    margin: auto;
  position: absolute;
  top: -170px; left: 0; bottom: 0; right: 0;
  }

  .personalization-wrapper__right__container__button {
    width: 188px !important;
    /* position: inherit; */
    border: none;
    /* height: 38px; */
    background: #021f89;
    border-radius: 50px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    bottom: 56px;
  }

  .background {
    background: #ffffff;
    width: 100vw;
    overflow: hidden;
  }
  
  .personalization-wrapper__right {
    width: 100%;
    background-color: white;
  }

  .personalization-wrapper__right__container__preview__info {
    margin-top: 20px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 5px;
    width: 100%;
    
  }

  .personalization-wrapper__right__container__preview__background {
    margin-top: 3px;
    z-index: inherit;
    width: 100%;
    height: 200px;
    background-color: #021f89;
    border-radius: 25px 27px 0px 0px;
    /* filter: drop-shadow(0px -2px 0px #F7F7F7); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .span_cont {
    margin-left: 80%;
  }
}

@media (max-width: 447px) {

.personalization-wrapper__left__content__urlcheck__yoururl{
    margin-bottom: 20px;
  }
}

@media (max-width: 435px) {
  .personalization-wrapper__right__container__button {
    width: 90% !important;
    position: fixed;
    border: none;
    background: #021f89;
    border-radius: 50px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    bottom: 75px;
  }
  .personalization-wrapper__right__container__preview__soc{
    gap: 30px 12%;
  }
}

@media (max-width: 414px) {
  .personalization-wrapper__right__container__button {
    width: 90% !important;
    /* position: inherit; */
    border: none;
    background: #021f89;
    border-radius: 50px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    bottom: 75px;
  }
  .span_cont{
    font-size: 2vw;
  }
  .personalization-wrapper__right__container__preview__soc{
    gap: 30px 10%;
  }
}

@media (max-width: 375px){
  .WrapperPreviewUp {
    /* width: 200px; */
    /* margin-left: -3px; */
    /* margin-right: 25%; */
  }
  .personalization-wrapper__right__container__preview__soc{
    gap: 30px 8%;
  }
  
  .personalization-wrapper__right__container__button {
    width: 90% !important;
    position: fixed;
    border: none;
    background: #021f89;
    border-radius: 50px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    bottom: 75px;
    
  }
  .personalization-wrapper__right__container__preview__avatar {
    height: 200px;
    width: 200px;
  }
}

@media (max-width: 330px) {
  .WrapperPreviewUp {
   width: 100%;
  }



  .personalization-wrapper__right__container__button {
    width: 90% !important;
    position: fixed;
    border: none;
    margin-left: 45px;
    background: #021f89;
    border-radius: 50px;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media(max-width:325px){
  .background {
    background: #ffffff;
    width:100vw;
    position: relative;

  }
  .personalization-wrapper__right__container__preview__soc{
    gap: 30px 7%;
  }
  .personalization-wrapper__right__container__preview__avatar {
    /* position: absolute; */
    height: 181px;
    width: 181px;
  }
  .personalization-wrapper__left,.two input, #inputAddress, #inputResume{
    width: 100%;
  }
  .personalization-wrapper__left__content__url__info h3 {
    width: 100%;
    font-size: 7vw;
  }
  .personalization-wrapper__left__content__url__info__text, .personalization-wrapper__left__content__url__field__label{
    font-size: 4vw;
  }
  .personalization-wrapper__mobile-menu{
    width: 100vw;
  }
  .personalization-wrapper__left__header {
    width: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  .personalization-wrapper__left__header__account__photo, .personalization-wrapper__left__header .personalization-wrapper__left__header__account__email{
    margin: 0;
  }
}
#fam-name{
  margin-right: 7px;
}

.borderActive{
  border-color: #707070;
}



#Save{
  background-color: white;
  border: 0;
  display: none;
}
#Theme{
  display: none;
  width: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Theme p {
  text-align: center;
}
.active_menu_btn{
  display: block;;
}

.input-file {
  padding-left: 15px;
  height: 50px;
  width: 100%;
  background: #f7f7f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.input-file-text {
  max-width: 60px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #464b5e;
  font-size: 15px;
  line-height: 140%;
}
.input-file-btn {
  background: url(../assets/images/download.svg) center no-repeat, #021f89;
  border-radius: 0px 11px 11px 0px;
  border: none;
  outline: none;
  cursor: pointer;
  height: 50px;
  width: 45px;
  color: transparent;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 #name{
  margin-right: 7px;
 }



img{
  fill: #021F89;
}

#hidden{
  padding: 0;
}
.personalization-wrapper__right__container__preview__soc a{
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed_right{
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* gap: 15px; */
}
.small_text{
  font-size: 15px;
}
.board__item {
  position: relative;

}
.ac-label{
    margin-left: 15px;
}

#Disa2 #card-image{
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 8px;
  border: none;
  height: 100%;
  background-size: 60%;
  background-position: center;
  position: absolute;
  background-image: url(../assets/images/filePage.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.webp #card-image { background: url(../assets/images/back.png) center no-repeat; }