#djDebug {
  display: none;
}

:root {
  --button-background-color: #2049d8;
  --button-background-color-hover: #1f55ff;
  --main-background: #fff;
  --upstaff-link-color: #2049d8;
  --button-gradient: #2049d8;
  --button-gradient-box-shadow: 0px 6px 16px 0px #2049d84d;
}

table,
th,
td {
  border: 1px solid;
  border-color: rgba(8, 20, 38, 0.1019607843);
}

th,
td {
  padding: 5px;
  font-size: 14px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.grecaptcha-badge {
  visibility: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #0e2a30;
}

p a {
  color: #0535db;
}

p a:hover {
  text-decoration: underline;
}

.static-text {
  margin-top: 20px;
  margin-bottom: -15px;
}

.static-text--mobile {
  display: none;
}

body {
  font-size: 14px;
  line-height: 21px;
  color: #151e29;
  background-color: var(--main-background);
  font-family: "Plus Jakarta Sans", sans-serif;
  display: block !important
}

b,
strong {
  font-weight: bolder;
}

ol {
  list-style-type: auto;
  padding-inline-start: 40px;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

li {
  display: list-item;
  font-size: 14px;
  line-height: 21px;
  color: #151e29;
  margin: 10px 0;
}

li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

.h1 {
  font-weight: 600;
  font-size: 26px;
  /* line-height: 36px; */
  line-height: 1.3;
  color: #151e29;
  margin-bottom: 10px;
}

h2 {
  font-weight: bold;
  color: #131313;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 14px;
}

h3,
h4 {
  color: #131313;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 24px;
  font-weight: bold;
}

/* .up-container{
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
} */


.up-container {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;

}

@media (max-width: 2000px) {
  .up-container {
    max-width: 100%;
  }
}

@media (max-width: 1919px) {
  .up-container {
    max-width: 1400px;
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .up-container {
    width: calc(100% - 48px) !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  .up-container {
    width: 100%;
    padding: 0 16px;
  }
}

table {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  table {
    font-size: 12px;
  }
}

.dropdown-wrapper {
  position: relative;
}


.dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid rgba(19, 19, 19, .1);
  box-shadow: 0 10px 20px #1313130d;
  border-radius: 6px;
  padding: 14px 16px;
  margin-top: 5px;
  z-index: 100;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  right: 0;
}

.dropdown.active {
  visibility: visible;
  opacity: 1;
}

.download-button-dropdown-item {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #151e29 !important;
}

.download-button-dropdown-item span:nth-child(1) {
  white-space: nowrap;
  margin-right: 5px;
}

.download-button-dropdown-item:hover {
  color: #2049d8 !important;
}

.download-button-dropdown-item:hover .download-button-dropdown-item-icon {
  background-color: #fff;
  color: #2049d8 !important;
}

.download-button-dropdown-item:not(:last-child) {
  margin-bottom: 5px;
}

.download-button-dropdown-item-icon {
  margin-left: 5px;
  background: #2049d8;
  color: #fff !important;
  border-radius: 4px;
  padding: 1px 7px;
  font-weight: bold;
  font-size: 10px;
  transition: 0.3s;
  border: 1px solid #2049d8;
  line-height: 1;
  display: flex;
  align-items: center;
}

.dropdown--share {
  min-width: 300px;
  padding: 15px 15px 10px;
}

.share-link-wrapper {
  display: flex;

  .link-input {
    width: 100%;
    height: 32px;
    border: #dbeaf0 solid 1px;
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    transition:
      padding-right 0.25s,
      border 0.25s;
  }
}

.share-link-wrapper button {
  margin-left: 4px;
}

.share-link-wrapper .link-input {
  width: 100%;
  height: 32px;
  border: #dbeaf0 solid 1px;
  border-radius: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  transition:
    padding-right 0.25s,
    border 0.25s;
}

.dropdown--share a,
#copy-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  transition: color 80ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  position: relative;
}

.referral-bonus {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  max-width: 100% !important;
  margin: 15px 0;
  margin-top: -15px;
  height: auto !important;
  min-height: 46px;
}

@media only screen and (width <=1200px) {
  .referral-bonus {
    min-height: 38;
  }
}

.dropdown--share a:hover,
#copy-link-btn:hover {
  background-color: #f3f4f5;
}

.dropdown--share .icons {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.share-icons-wrapper {
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
}


main {
  margin: 40px auto 50px !important;
  /* background-color: #fff; */
  /* padding: 20px; */
  border-radius: 6px;
  flex-wrap: wrap;
  display: flex;
}

aside {
  position: static;
  background: rgba(242, 242, 242, 0.5);
  /* margin-right: -20px;
  margin-bottom: -20px; */
  flex-basis: auto;
  height: auto;
  width: 350px;
  max-width: 100%;
  padding: 20px;
}

article {
  flex: 1;
  padding-right: 16px;
  word-break: break-word;
}

article p {
  font-size: 14px;
  line-height: 21px;
  color: #151e29;
  margin: 8px 0 12px 0;
}

p {
  margin-bottom: 20px;
}

.desktop-hide {
  display: none !important;
}

.cart-page__head {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
  align-items: center;
}



.card-page__head-specializations {
  margin-bottom: 10px;
}

.card-title__text {
  flex: 1;
}

.cart-page__head-image img {
  width: 240px;
  height: 240px;
  display: block;
  object-fit: cover;
}

.cart-page__article-section {
  margin-bottom: 36px;
  margin-top: 30px;
}

.cart-page__article-section--head {
  margin-top: 0;
}

.cart-page__article-section--mobile {
  display: none;
}

.card-page__top-actions {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.card-page__summary {
  white-space: pre-line;
}

.card-page__long-description h2 {
  margin-top: 30px;
}

.card-page__long-description h3 {
  margin: 20px 0 12px 0;
}

.card-page__long-description p {
  min-height: 1px;
}

.card-page__specializations {
  font-size: 16px;
  color: #515151;
  text-decoration: none;
  line-height: 24px;
}

.article-delimiter {
  width: 100%;
  height: 1px;
  background-color: rgba(190, 190, 190, 0.5);
}

.aside-delimiter {
  width: 100%;
  height: 1px;
  background-color: rgba(190, 190, 190, 0.3);
  margin: 20px 0;
}

.cart-page__atribute {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cart-page__atribute:last-child {
  margin-bottom: 0;
}

.cart-page__atribute img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.cart-page__atribute span {
  font-size: 13px;
  line-height: 16px;
  flex: 1;
}

.cart-page__verified {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.cart-page__verifications:empty+.aside-delimiter {
  display: none;
}

.cart-page__verified:last-child {
  margin-bottom: 0;
}

.cart-page__verified img {
  width: 10px;
  height: auto;
  display: block;
  position: relative;
  top: 1px;
}

.cart-page__verified span:nth-child(1) {
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-page__verified span:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
  color: #151e29;
}

.cart-page__info-item {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #434b53;
  line-height: 19px;
  margin-bottom: 5px;
}

.cart-page__skills h3 {
  font-weight: normal;
  font-size: 14px;
}

.cart-page__skills-group {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 5px;
  margin-bottom: 20px;
}

.cart-page__skill--main {
  height: auto;
  min-height: 35px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 6px 9px;
  width: auto;
  border: 1px solid rgba(190, 190, 190, 0.5);
  box-shadow: 0px 2px 4px rgba(19, 19, 19, 0.08);
  border-radius: 4px;
  text-decoration: none;
}

.cart-page__skill--main img {
  height: 21px;
  max-width: 40px;
  object-fit: contain;
  width: auto;
  margin-right: 8px
}

.cart-page__skill--main img.image-star {
  height: 14px;
}

.cart-page__skill--main p {
  white-space: normal;
  word-break: normal;
  font-size: 14px;
  color: #000;
  margin: 0;
  font-weight: 500;
}

.cart-page__skill--not-main {
  color: #151e29;
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 6px 9px;
  border-radius: 6px;
  background-color: #dbeaf0;
  border-radius: 4px;
}

.cart-page__skill mark {
  font-size: 10px;
  color: #000;
  font-weight: 500;
  opacity: 0.5;
  background-color: transparent;
}

.button-gradient {
  line-height: 1;
  border: none;
  outline: none !important;
  width: -moz-max-content;
  width: max-content;
  height: 46px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-gradient span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.button-border {
  min-width: 90px;
  background-color: transparent;
  color: var(--button-background-color);
  border: 1px solid var(--button-background-color) !important;
  transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  line-height: 1;
  border: none;
  outline: none !important;
  width: -moz-max-content;
  width: max-content;
  height: 46px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}

.button-border img {
  width: 17px;
  height: 17px;
  transition: 0.4s ease;
  display: block;
}

.button-border>span:not(.tippy) {
  margin-right: 10px;
  position: relative;
}

.button-border>span img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.button-border:hover>span img:nth-child(2) {
  opacity: 1;
}

.button-border:hover>span img:nth-child(1) {
  opacity: 0;
}

.button-border>.mobile-hide {
  padding-right: 5px;
  margin-right: 0 !important;
}

.button-border:hover {
  background-color: var(--button-background-color-hover);
  border-color: var(--button-background-color-hover) !important;
  color: #fff;
}

.button-sign-up {
  text-decoration: none;
  color: var(--upstaff-link-color);
  background-color: transparent;
  color: var(--upstaff-link-color);
  border: 2px solid var(--upstaff-link-color);
  transition: border-color 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  border-radius: 8px;
  padding: 8px 15px 11px 15px;
  line-height: 120%;
  outline: none !important;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-sign-up:hover {
  background-color: var(--upstaff-link-color);
  border-color: var(--upstaff-link-color);
  color: #fff;
}

.share-button {
  position: relative;
}

.up-btn-red {
  color: white !important;
  box-shadow: var(--button-gradient-box-shadow);
  transition: .4s ease;
  background-color: var(--button-background-color);
  font-family: inherit;
}

.up-btn-red:hover {
  box-shadow: none;
  background-color: var(--button-background-color-hover);
}

/* .up-btn-red::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: var(--button-gradient);
  z-index: -1;
  transition: opacity .4s ease;
}
.up-btn-red:hover::before{
  opacity: 0;
} */
.up-btn-hire {
  width: 100%;
}

.up-btn-submit {
  width: 150px;
  margin: 0 auto;
  box-shadow: none;
}

.up-btn-submit[data-disabled="yes"] {
  opacity: 0.5;
  pointer-events: none;
}


.tippy {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 12px;
  transform: translateX(-50%);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}

.tippy.active {
  visibility: visible;
  opacity: 1;
}

.tippy__content {
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
  padding: 5px 9px;
  font-weight: 400;
}

.tippy__arrow {
  width: 16px;
  height: 16px;
  background-color: #333;
  position: absolute;
  left: 50%;
  transform: rotate(45deg);
  bottom: -8px;
  margin-left: -8px;
  z-index: -1;
}

.header__hamburger,
.header__mobile-menu {
  display: none;
}

.header__mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s;
  z-index: 10000;
  padding: 22px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.header__mobile-menu.active {
  transform: translateX(0);
}

.header__mobile-menu-top {
  height: 40px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(190, 190, 190, 0.5);
  width: 100%;
}

.header__mobile-menu-close {
  width: 18px;
  height: 18px;
}

.header__mobile-menu-close img {
  width: 10px;
  height: auto;
}

.header__mobile-menu-links {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.header__mobile-menu-links a {
  display: flex;
  align-items: center;
  width: max-content;
  color: #262626;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
  margin-bottom: 30px;
}

.header__mobile-menu-links a img {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}


.header__mobile-menu-links a:last-child {
  margin-bottom: 0;
  margin-top: auto;
  margin-bottom: 0;
  color: #7d7d7d;
}

form[name="contact-us"] {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-us__body {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.contact-us-success.contact-us {
  display: none;
}

.contact-us__wrapper.main-modal.success .contact-us-success {
  display: flex;
}

.contact-us__wrapper.main-modal.success form {
  display: none;
}

.contact-us__input.error {
  border-color: #ff1030;
}

.error-message {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #ff1030;
}

.contact-us__inner {
  margin: auto;
  /* height: 100%; */
}

@media only screen and (max-width: 1023px) {
  .static-text--mobile {
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
  }

  .static-text--desktop {
    display: none;
  }

  body *,
  .cart-page__atribute span {
    font-size: 16px;
    line-height: 1.6;
  }

  body,
  header {
    background-color: #fff;
  }

  /* h1 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 5px;
  } */

  h2 {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 8px;
  }

  h3,
  h4 {
    font-size: 16px;
    line-height: 160%;
  }

  .cart-page__article-section--head {
    margin-bottom: 20px;
  }

  .cart-page__atribute {
    font-size: 12px;
    line-height: 15px;
  }

  .cart-page__atribute img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }

  .cart-page__verified span:nth-child(1) {
    margin-right: 10px;
  }

  .cart-page__verified span:nth-child(2) {
    font-size: 12px;
    line-height: 15px;
  }

  .aside-delimiter {
    width: calc(100% + 40px);
    margin: 10px 0;
    margin-left: -20px;
    background-color: rgba(190, 190, 190, 0.5);
  }

  .button-border {
    height: 38px;
  }

  .button-border img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
  }

  .header__desktop-menu {
    display: none;
  }

  .header__hamburger {
    display: block;
  }

  .header__mobile-menu {
    display: flex;
  }


  .header__logo img {
    height: 18px;
    width: auto;
  }

  main {
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 0 !important;
  }

  article {
    padding-right: 0;
    flex: none;
  }

  aside {
    margin: 0;
    width: 100%;
  }

  .cart-page__article-section {
    margin-bottom: 16px;
    margin-top: 10px;
  }


  .cart-page__article-section--desktop {
    display: none;
  }

  .cart-page__article-section--mobile {
    display: block;
  }

  .cart-page__article-section--head {
    order: 1;
  }

  aside {
    order: 2;
    background: #fff;
    margin-right: 0;
    margin-bottom: 0;
    flex-basis: auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  article {
    order: 2;
  }

  .mobile-hide {
    display: none !important;
  }

  .cart-page__head-image {
    margin-bottom: 20px;
  }

  .cart-page__head-image img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  .desktop-hide {
    display: block !important;
  }

  .cart-page__skills-group {
    margin-bottom: 12px;
  }

  .cart-page__skills {
    margin-bottom: 20px;
  }

  .card-page__long-description h2 {
    margin-top: 0;
  }

  article p,
  article li {
    font-size: 16px;
    line-height: 1.6;
    margin: 5px 0;
  }

  article li {
    margin-top: 0;
  }

  article ul {
    padding-inline-start: 20px;
  }

  .card-page__top-actions {
    padding-bottom: 20px;
  }

  .card-page__long-description h3 {
    margin: 10px 0 5px 0;
  }

  .tippy {
    bottom: unset;
    top: 100%;
    margin-bottom: 0;
    margin-top: 12px;
  }

  .tippy__arrow {
    bottom: unset;
    top: -8px;
  }
}

.contact-us__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(21, 30, 41, 0.3);
  z-index: 20000;
  display: none;
}

.contact-us__wrapper.isActive {
  display: flex;
}

.contact-us {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  /* padding: 30px; */
  border-radius: 12px;
  background-color: white;
  overflow-y: hidden;
  max-height: 100%;
  max-width: 700px;
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
}

.contact-us__inner {
  padding: 30px;
}

.contact-us__input-wrapper {
  position: relative;
  margin-bottom: 1rem;
}

.contact-us__input-wrapper.error .contact-us__input {
  border-color: #ff1030;
}

.contact-us__input {
  width: 100%;
  height: 46px;
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 12px;
  line-height: 15px;
  transition: padding-right 0.25s, border 0.25s;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.contact-us__input:focus {
  outline: none;
  border-color: #262626;
}

.contact-us__input::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 15px;
}

.contact-us__input--textarea {
  padding-top: 17px;
  padding-bottom: 17px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  min-height: 120px;
  line-height: 1.2;
  resize: both;
  display: block;
}

.contact-us__input--textarea::-webkit-scrollbar {
  width: 14px;
}

.contact-us__input--textarea::-webkit-scrollbar-thumb {
  background-color: rgba(#434b53, 0.7);
  border-radius: 10px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}

.contact-us__input--textarea::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.contact-us__input--textarea::-webkit-scrollbar-corner {
  opacity: 0;
  display: none;
  background-color: transparent;
}

.contact-us__input--textarea::placeholder {
  line-height: 1.4;
}

.contact-us__submit {
  width: unset;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.contact-us__submit.error {
  border-color: #ff1030;
  background-color: #fff;
  color: #ff1030;
}

.contact-us__submit.error:hover {
  background-color: #ff1030;
  color: white;
}

.contact-us-submit {
  margin: 0 auto;
  width: 150px;
}

.contact-us-create {
  margin: 0 auto;
}

.contact-us__submit--disabled {
  opacity: 0.5;
}

.contact-us__additional {
  margin: 0 0 1rem 0;
  font-size: 14px;

  b {
    font-weight: 500;
  }
}

.contact-us__bottom-text {
  margin-top: 1rem;
}

.contact-us__bottom-text b {
  margin-bottom: 1rem;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.contact-us__bottom-text p {
  font-size: 12px;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.contact-us__bottom-text a {
  display: block;
  width: max-content;
  margin-right: 0;
  margin-left: 0;
  color: var(--upstaff-link-color);
  text-decoration: none;
  background-color: transparent;
  font-size: 16px;
}

.contact-us__close {
  width: 14px;
  height: 14px;
  padding: 10px;
  background-image: url("/static/resource_card/images/close.4e85d716dc2a.svg");
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: content-box;
  cursor: pointer;
  background-size: cover;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}

.contact-us-success .contact-us__close {
  right: 1em;
  top: 1em;
}

.contact-us__sent-image {
  margin: 0 auto;
  max-width: 350px;
}

.contact-us__sent-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #151e29;
  margin: 1rem auto;
}

.contact-us__sent-descr {
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 2rem auto;
}

.contact-us__drag-and-drop {
  margin-bottom: 1rem;
  display: none;
}

.contact-us__drag-and-drop.active {
  display: block;
}

.contact-us__checkbox {
  margin-bottom: 1rem;

  .agree--red {
    color: #ff1030;
  }
}

.contact-us__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.contact-us__heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 60px;
  line-height: 1;
  position: relative;
}

.contact-us__subheading {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
  line-height: 1.2;
}

.contact-us__subheading span {
  padding-right: 5px;
}

.contact-us__body {
  overflow-y: auto;
  overflow-x: hidden;
  /* @include upstaff-scrollbar; */
  padding: 0 10px;
  margin: 0 -10px;
}

.contact-us__checkbox label {
  /* @include upstaff-checkbox; */
  padding-left: 30px;
}

.contact-us__phone-im-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.contact-us__phone-im-item>*:not(:last-child) {
  margin-right: 1rem;
}

input,
textarea {
  font-family: inherit;
}

.contact-us__phone-im-value input {
  /* @include default-input; */
  font-size: 16px;
}

.contact-us__phone-im-value input::placeholder {
  font-size: 16px;
}

.contact-us__phone-im-value,
.contact-us__phone-im-type {
  flex: 1;
}

.contact-us__phone-im-remove {

  /* @include round-button(#ff1030); */
  span {
    position: relative;
    top: -2px;
  }
}

.contact-us__phone-im-add {

  /* @include round-button; */
  span {
    position: relative;
    top: -2px;
  }
}

.drag-and-drop__wrapper {
  cursor: pointer;
  width: 100%;
  min-height: 80px;
  padding: 1rem 0;
  background-color: #ebf1f8;
  border-radius: 12px;
  border: 2px dashed #b9d7e3;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.drag-and-drop__wrapper .drag-and-drop__text {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
}

.drag-and-drop__inp {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.drag-and-drop__wrapper .drag-and-drop__text-row {
  margin-top: auto;
}

.drag-and-drop__wrapper .drag-and-drop__text-row:last-child {
  margin-top: unset;
  margin-bottom: auto;
}

.drag-and-drop__wrapper .drag-and-drop__bold {
  margin: 0;
  font-weight: 700;
}

.drag-and-drop__wrapper .drag-and-drop__semi-bold {
  margin: 0;
  font-weight: 500;
}

.drag-and-drop__wrapper .drag-and-drop__link {
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  color: #0e72d3;
}

.drag-and-drop--round-button {
  padding: 0;
  margin-left: 15px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  background-color: #1f5b96;
  color: #fff;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  cursor: pointer;
}

.drag-and-drop--round-button.close {
  margin-left: auto;
}

.drag-and-drop--round-button.close .drag-and-drop__icon.close {
  transform: rotate(45deg);
}

.drag-and-drop--round-button .drag-and-drop__icon {
  margin: auto;
  width: 8px;
  height: 8px;
}

.contact-us__attachment-file.active>span>img {
  transform: rotate(90deg);
}

.contact-us__attachment-file>span>img {
  opacity: .5;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  transition: transform .4s ease;
}

.drag-and-drop__footer-error {
  font-size: 11px;
  color: #ff1030;
  text-align: left;
  padding: 0 6px;
  display: none;
}

.drag-and-drop__footer-error.error {
  display: block;
}

.drag-and-drop__wrapper .drag-and-drop__file {
  position: relative;
  margin: auto 0;
  padding: 0 1rem;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.drag-and-drop__wrapper.progress-error {
  border-color: #ff1030;
}

.drag-and-drop__wrapper.progress-done {
  border-color: #2ab972;
}

.drag-and-drop__wrapper.progress-error .drag-and-drop__text,
.drag-and-drop__wrapper.progress-done .drag-and-drop__text {
  display: none;
}

.drag-and-drop__wrapper .drag-and-drop__name-n-size {
  display: flex;
  flex-direction: column;
}

.drag-and-drop__wrapper .drag-and-drop__break {
  word-break: break-word;
}

.drag-and-drop__wrapper .drag-and-drop__filename {
  padding-right: 8px;
  font-size: 13px;
  line-height: 15px;
}

.drag-and-drop__wrapper .drag-and-drop__filesize {
  width: 100%;
  padding-right: 8px;
  font-size: 12px;
  line-height: 15px;
  color: rgba(21, 30, 41, .6);
}

.vs--single.vs--open .vs__selected,
.vs--single.vs--loading .vs__selected {
  position: static !important;
}

.vs__dropdown-toggle {
  height: 46px;
  border: #bebebe solid 1px;
  border-radius: 5px;
}

.vs__search {
  color: #8a8a8a;
}

.vs__dropdown-menu {
  border: #bebebe solid 1px;
  border-radius: 5px;
  margin-top: 5px;
}

.contact-us__attachment-file-wrapper {
  margin-bottom: 1rem;
}

.contact-us__attachment-file {
  display: flex;
  align-items: center;
  color: #8a8a8a;
  width: max-content;
  cursor: pointer;
}

.contact-us__attachment-file>img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.contact-us__attachment-file>span {
  flex: 1;
  display: flex;
  align-items: center;
}

.contact-us__attachment-file>span>img {
  opacity: 0.5;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  transition: transform 0.4s ease;
}

.contact-us__attachment-file.active>span>img {
  transform: rotate(90deg);
}

.contact-us__input::placeholder {
  transition: opacity 0.4s ease;
}

.contact-us__input:focus::placeholder {
  opacity: 0;
}

.error-text {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #ff1030;
}

.main-modal .main-modal-mobile-close {
  display: none;
}

.up__button {
  position: relative;
}

.drag-and-drop__footer {
  color: #86929d;
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}

.contact-us__sent-image {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contact-us.contact-us-success {
    padding-top: 50px;
  }

  /* .main-modal .contact-us {
    padding: 30px;
  } */
  .contact-us__subheading {
    line-height: 1.4;
    margin-top: 8px;
  }

  .contact-us__close {
    width: 16px;
    height: 16px;
    padding: 0;
    top: 22px;
    right: 16px;
  }

  .contact-us__heading {
    font-size: 21px;
    line-height: 1;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
    margin: 0 0 20px;
    padding: 0;
  }

  .contact-us__wrapper {
    padding: 0;
    min-height: 100%;
  }

  .contact-us {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
  }

  .contact-us__input--textarea {
    min-width: 100%;
    max-width: 100%;
    resize: vertical;
  }

  .contact-us__phone-im-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-us__phone-im-item>*:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }

  .contact-us-submit {
    width: 100%;
  }

  .main-modal .main-modal-mobile-close {
    display: block;
    margin-bottom: 20px;
  }

  .up-btn-submit {
    width: 100%;
  }

  .contact-us__close {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .up__button {
    height: 38px;
    font-size: 14px;
  }
}

/* Header Styles */
.up-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: transparent !important;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.up-header.chat {
  background-color: #fff !important;
}

.up-header .hide-button {
  display: none;
}

.up-header.scrolled,
.up-header.is-open {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(8, 20, 38, 0.1019607843);
  box-shadow: 0px 4px 8px 0px rgba(8, 20, 38, 0.1019607843);
}

.up-header.scrolled .up-header__hidden-button,
.up-header.is-open .up-header__hidden-button {
  max-width: 200px;
  opacity: 1;
}

.up-header .up-container {
  position: relative;
}

.up-header__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.up-header__logo {
  margin-right: 30px;
}

.up-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 133px;
}

.up-header__logo a img {
  width: 100%;
  height: auto;
}

.up-header__menu,
.up-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.up-header__menu a,
.up-header__buttons a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  margin-left: 20px;
  color: #0e2a30;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.up-header__menu a:hover,
.up-header__buttons a:hover {
  color: #0535db;
}

.up-header__hidden-button a {
  height: 42px;
  white-space: nowrap;
}

.up-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}

.up-header__signup a {
  padding: 10px 20px;
}

.up-header__login a {
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  text-align: right;
  letter-spacing: 0.02em;
  margin-right: 20px;
  color: #081426;
}

.up-header__hamburger {
  display: none;
  position: relative;
  z-index: 1;
  margin-right: 0;
  margin-left: 20px;
}

.up-header__hamburger .hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #131313;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.up-header__hamburger .hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.up-header__hamburger .hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.up-header__hamburger .hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.up-header__mobile-menu {
  position: fixed;
  right: 0;
  top: 64px;
  z-index: 2;
  background-color: #fff;
  padding: 16px 24px 24px;
  width: 100%;
  height: calc(100% - 64px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.up-header__mobile-menu.open {
  visibility: visible;
  opacity: 1;
}

.up-header__mobile-menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.up-header__mobile-menu-links a {
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  color: #081426;
  border-bottom: 1px solid rgba(8, 20, 38, 0.1019607843);
  display: block;
  width: 100%;
}

.up-header__mobile-menu-links a:last-child {
  margin-bottom: 0;
}

.up-header__mobile-menu-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.up-header__mobile-menu-socials {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .up-header__logo a {
    width: 127px;
  }
}

@media (max-width: 1023px) {
  .up-header__menu {
    display: none;
  }

  .up-header__mobile-menu-buttons {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .up-header__mobile-menu-buttons>* {
    margin-top: 12px;
  }

  .up-header__buttons {
    margin-right: 0;
  }

  .up-header__buttons>* {
    display: none;
  }

  .up-header__hamburger {
    display: block;
  }

  .up-header__logo a {
    width: 115px;
  }

  .up-header__hidden-button {
    display: block !important;
    max-width: 100% !important;
    opacity: 1 !important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .up-header.is-open .up-header__hidden-button {
    opacity: 0 !important;
  }
}

@media (max-width: 767px) {
  .up-header__wrapper {
    height: 64px;
    position: relative;
    z-index: 3;
  }

  .up-header__logo a {
    width: 108px;
  }
}

/* Footer Styles */
.up-footer-block {
  padding-top: 40px;
  background-color: #f4f5f3;
  font-size: 14px;
  line-height: 1.9;
}

.up-footer-block a:hover {
  color: #0535db !important;
}

.up-footer-block * {
  color: #000 !important;
}

.up-footer-block a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.up-footer-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.up-footer-block__top>*:last-child {
  margin-right: 0;
}

.up-footer-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(14, 42, 48, 0.1);
}

.up-footer-block__logo-link {
  width: 140px;
  display: block;
  margin-bottom: 24px;
}

.up-footer-block__logo-column {
  margin-left: 0;
  margin-right: auto;
}

.up-footer-block__column {
  margin-right: 140px;
}

@media (max-width: 1199px) {
  .up-footer-block__column {
    margin-right: 80px;
  }
}

.up-footer-block__column-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.up-footer-block__column-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.up-footer-block__column-links a {
  margin-bottom: 10px;
}

.up-footer-block__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.up-footer-block__bottom-links a {
  margin-left: 24px;
}

@media (max-width: 1024px) {
  .up-footer-block__logo-link {
    width: 127px;
    margin-bottom: 20px;
  }

  .up-footer-block .up-socials a img {
    height: auto;
  }
}

@media (max-width: 900px) {
  .up-footer-block__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .up-footer-block__logo-link {
    width: 140px;
    margin-bottom: 0 !important;
  }

  .up-footer-block__logo-column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
  }

  .up-footer-block__social {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
  }

  .up-footer-block__social a {
    margin-bottom: 0;
  }

  .up-footer-block__column {
    width: 50%;
    margin-right: 0;
    margin-bottom: 45px;
    padding-right: 10px;
  }

  .up-footer-block__column--contact-data {
    width: 100%;
  }

  .up-footer-block__column--contact-data .up-footer__column-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .up-footer-block__column--contact-data .up-footer__column-description>* {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .up-footer-block {
    padding-top: 32px;
  }

  .up-footer-block__logo-link {
    margin-bottom: 24px !important;
  }

  .up-footer-block__logo-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .up-footer-block__social {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
  }

  .up-footer-block__column {
    margin-bottom: 32px;
  }

  .up-footer-block__column a {
    font-size: 16px;
  }

  .up-footer-block__column--contact-data .up-footer__column-description {
    display: block;
  }

  .up-footer-block__column--contact-data .up-footer__column-description p {
    margin-bottom: 0;
  }

  .up-footer-block__column--contact-data .up-footer__column-description>* {
    width: 100%;
  }

  .up-footer-block__column--contact-data .up-footer__column-description a {
    display: inline-block;
    padding: 15px 0;
  }

  .up-footer-block__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .up-footer-block__bottom-links a {
    margin-left: 0;
    margin-right: 16px;
  }

  .up-footer-block__copy {
    margin-bottom: 12px;
  }
}

.up-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.up-socials a {
  width: 50px !important;
  height: 50px !important;
  margin-right: 15px !important;
  border: 1px solid rgba(8, 20, 38, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.up-socials a img {
  width: 22px !important;
}


.contact-us__checkbox label {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 18px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
}

.contact-us__checkbox label [type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}

.contact-us__checkbox label .upcc-checkmark {
  background-color: white;
  border: 2px solid #2d5583;
  border-radius: 3px;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
}

.contact-us__checkbox label input:checked~.upcc-checkmark {
  background-color: #2d5583;
}

.contact-us__checkbox label .upcc-checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.contact-us__checkbox label input:checked~.upcc-checkmark:after {
  display: block;
}

.contact-us__checkbox label .upcc-checkmark:after {
  background-image: url("/static/resource_card/images/checkbox.dd520656dfe8.svg");
  background-repeat: round;
  left: 0;
  top: 3px;
  width: 14px;
  height: 8px;
}

.go-back-btn {
  white-space: nowrap;
  margin: 0 auto;
}

.up-header__buttons .button-gradient {
  margin-bottom: 0;
  height: 42px;
  transition: 0.4s ease;
}


.up-header__mobile-menu-buttons a {
  margin: 0;
  max-width: none;
  width: 100%;
  height: auto;
  font-size: 16px;
  padding: 13px 16px;
  line-height: 19.2px;
}

.main-modal-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

}



/* New Styles */
.buttons-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.buttons-box a,
.buttons-box button {
  width: 100%;
}

h2:not(.h1) {
  font-size: 24px !important;
  line-height: 130%;

}

.skill,
.skills__item {
  box-shadow: none !important;
  border: 1px solid rgba(8, 20, 38, 0.1019607843) !important;
  background-color: #fff !important;
}

.cart-page__head-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 32px;
  }

  .cart-page__head-image {
    margin: 20px auto;
  }

  .cart-page__head-image img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
  }

  .cart-page__head-text {
    line-height: 1.2;
  }

}


.cart-page__skill {
  box-shadow: none !important;
  border: 1px solid rgba(8, 20, 38, 0.1019607843) !important;
  background-color: #fff !important;
}


/* New mobile styles */
.cta-wrapper {
  order: 100;
}

.cta-section {
  margin: 0 auto;
  padding: 80px 0 40px;
  text-align: center;
}

.cta-section a {
  width: max-content;
  margin: 0 auto;
  min-width: 150px;
}

.cta-section__description {
  margin-bottom: 20px;
}

.cart-page__atributes {
  margin-bottom: 20px;
}

.cart-page__head .cart-page__atributes {
  margin-bottom: 0;
}

.mobile-aside {
  display: none;
}

.article-delimiter {
  display: none;
}

.skills-radar-container {
  margin: 25px auto;
}

.skills-radar-container canvas {
  width: 100%;
  height: 350px;
}

.cart-page__atributes {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 25px;
}

.cart-page__atribute {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .cta-section br {
    display: none;
  }

  .skills-radar-container {
    margin: 0 auto;
  }

  .skills-radar-container canvas {
    height: auto;
  }

  .skills-radar-container {
    margin-bottom: 20px;
  }

  .cart-page__info {
    display: flex;
    gap: 20px;
  }

  #SkillsRadar {
    height: auto !important;
  }

  .cart-page__skills {
    margin-top: 20px !important;
  }

  aside {
    display: none;
  }

  .mobile-aside {
    display: block;
  }

  .cart-page__head-image {
    margin: 0 !important;
  }

  .cart-page__head-image img {
    width: 100px;
    height: 100px;
  }

  .cart-page__head {
    /* display: flex !important;
  flex-direction: row-reverse; */
    margin-bottom: 0 !important;
    align-items: center;
  }

  .cart-page__head .h1 {
    font-size: 26px !important;
  }

  h2:not(.h1) {
    font-size: 22px !important;
    line-height: 130%;
    font-weight: 600;
  }


}

.card-page__long-description img {
  width: 100%;
  display: block;

}

.card-page__long-description img.image-center {
  width: 70%;
  margin: 0 auto;
}

.card-page__long-description iframe,
.card-page__long-description video {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}


.card-page__long-description blockquote {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  padding-top: 45px;
  padding-left: 20px;
  padding: 65px 20px 20px;
  margin-bottom: 20px;
  background: #f4f5f3;
}


.card-page__long-description blockquote p {
  margin-bottom: 0 !important;
}

.card-page__long-description blockquote a {
  text-decoration: underline;
}

.card-page__long-description blockquote:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 49px;
  height: 35px;
  background-image: url("/static/card-page/images/quote.5bd5092a9567.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}



.card-page__long-description pre {
  background-color: #f5f6f4;
  padding: 20px;
  margin-bottom: 20px;
  white-space: pre-wrap;




}

.card-page__long-description pre>br:nth-child(1) {
  display: none !important;
}


.card-page__long-description pre br {
  display: block !important;
}



@media (max-width: 767px) {
  .card-page__long-description pre {
    font-size: 14px;
    line-height: 1.2;
  }

}
