body {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3F5C9F;
}

body.lock {
  overflow: hidden;
}

a,
button,
div,
label {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #3F5C9F;
}

textarea,
input:not([type=checkbox]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site {
  overflow: hidden;
  flex-grow: 1;
}

.page-recovery .site {
  display: flex;
}

.site-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.site-row {
  display: flex;
  gap: 24px;
  padding: 32px 0 0;
}

.site-sidebar {
  flex-basis: 24%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 24px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(249, 237, 50, 0) -0.47%, rgba(99, 196, 220, 0.2) -0.46%, rgba(249, 237, 50, 0.2) 100%);
}

.site-content {
  flex-grow: 1;
  padding-bottom: 32px;
}

.site-message {
  min-height: 500px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 20px;
}

.site-message-404 {
  font-size: 100px;
}

.button button {
  background: transparent url(../images/button.png) center/cover no-repeat;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.button span {
  background-color: #72B635;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #F5F5F5;
  font-size: 16px;
  height: 30px;
  padding: 0 16px;
}

.button.danger span {
  background-color: #4B7FB4;
}

.mobile-block {
  padding-top: 20px;
  text-align: left;
  background-image: linear-gradient(14.93deg, #FFFFFF 0.71%, #FFFFFF 22.66%, #C2E8F1 56.27%, #4B7FB4 99.7%);
  position: relative;
}

.mobile-block::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mobile-block-bg-1.svg) right bottom/contain no-repeat;
}

.mobile-block img {
  position: relative;
  z-index: 2;
}

.header {
  background-color: #fff;
}

.header-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-logo img {
  width: 100%;
  max-width: 570px;
  display: block;
}

.header-nav {
  flex-shrink: 0;
}

.header-nav-list {
  margin-left: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.header-nav-item-space {
  margin-right: 40px;
}

.header-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-radius: 50%;
}

.header-nav-link.active .header-nav-icon img:nth-child(2) {
  opacity: 1;
}

.header-nav-link:hover .header-nav-icon img:nth-child(2) {
  opacity: 1;
}

.header-nav-icon {
  position: relative;
}

.header-nav-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-nav-icon img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}

.main {
  background-image: linear-gradient(201.09deg, rgba(63, 92, 159, 0.7) 6.34%, rgba(0, 178, 201, 0.42) 29.34%, rgba(217, 217, 217, 0) 57.43%);
  padding-top: 130px;
  padding-bottom: 160px;
  position: relative;
}

.main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  max-width: 1320px;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../images/main-bg.svg) center bottom/100% no-repeat;
  z-index: 1;
}

.main .site-container {
  position: relative;
  z-index: 2;
}

.main-search {
  background-color: #fff;
  padding: 7px;
  display: flex;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  gap: 46px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

.main-search-input {
  flex-grow: 1;
  padding: 4px;
  background: linear-gradient(90deg, #F9ED32 0%, rgba(249, 237, 50, 0) 100%), linear-gradient(90deg, rgba(39, 166, 229, 0) 0%, #27A6E5 100%);
}

.main-search-input input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  height: 42px;
}

.main-search-submit {
  cursor: pointer;
  flex-basis: 80px;
  height: 50px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  font-size: 0;
  position: relative;
  background-image: linear-gradient(254deg, #3F5C9F 8.21%, #63C4DC 61.1%, rgba(251, 243, 64, 0.421165) 86.82%, rgba(63, 92, 159, 0) 105.59%);
}

.main-search-submit::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(-4px, -50%);
  background: url(../images/search-submit.svg) center/contain no-repeat;
}

.main-logo {
  text-align: right;
}

.main-logo img {
  width: 100%;
  max-width: 850px;
}

.mobile-bg img {
  max-width: 100%;
}

.sidebar .info-header {
  margin-left: -24px;
  margin-right: -24px;
}

.sidebar-select {
  padding: 3px;
  background: linear-gradient(90deg, #F9ED32 0%, rgba(249, 237, 50, 0) 100%), linear-gradient(90deg, rgba(39, 166, 229, 0) 0%, #27A6E5 100%);
  margin-bottom: 24px;
}

.sidebar-select select {
  width: 100%;
  display: block;
  height: 32px;
  padding: 0 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  color: #C5CEE2;
  font-weight: 700;
}

.sidebar-select input {
    width: 100%;
    display: block;
    height: 32px;
    padding: 0 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    color: #414349;
    font-weight: 700;
    box-sizing: border-box;
}

.sidebar-filter-button {
  text-align: right;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 44px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards-slider {
  position: relative;
  display: block;
}

.cards-slider .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}

.cards-slider .slick-list {
  margin: 0 -15px;
}

.cards-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  z-index: 2;
  border: none;
  background: transparent url(../images/arrow.svg) center/contain no-repeat;
  padding: 0;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.cards-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: translate(50%, -50%) scale(-1, 1);
}

.cards-slider:not(.slick-initialized) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  gap: 30px;
}

.cards-slider:not(.slick-initialized) .card {
  flex-shrink: 0;
  flex-basis: calc( (100% - 30px * 2) / 3 );
}

.cards-slider .card {
  flex-shrink: 0;
  flex-basis: auto;
}

.card {
  flex-basis: calc((100% - 32px) / 3);
  background: linear-gradient(135deg, #F9ED32 0%, #27A6E5 100%);
  border-radius: 30px;
  padding: 10px;
  box-sizing: border-box;
}

.cards-columns-4 .card {
  flex-basis: calc((100% - 48px) / 4);
}

.card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
}

.card-image {
  display: block;
  position: relative;
  padding-bottom: 120%;
  cursor: pointer;
}

.card-image img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
  display: block;
}
.card-image.play img {
  display: none;
}

.card-image.play video.active {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
  display: block;
}
.card-image video {
  display: none;
}

.card-content {
  padding: 10px 4px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.card-rating {
  flex-basis: 100px;
  height: 25px;
  background: url(../images/rating.svg) center/contain no-repeat;
}

.card-add-to-cart {
  flex-basis: 30px;
  flex-shrink: 0;
  transition: 0.1s;
}

.card-add-to-cart img {
  max-width: 100%;
}

.card-add-to-cart:hover {
  transform: scale(1.1);
}

.card-title {
  margin-bottom: 6px;
}

.card-title a {
  text-decoration: none;
  font-size: 20px;
}

.card-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  flex-grow: 1;
}

.card-socials {
  justify-content: center;
}

.slick-track {
    display: flex !important;
}

.features {
  padding: 100px 0;
}

.features-main {
  display: flex;
  gap: 32px;
}

.features-row {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
  flex-wrap: wrap;
}

.features-item {
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  flex-basis: calc((100% - 64px) / 3);
  background-color: #fff;
  background: linear-gradient(106.8deg, #5480B4 0%, #ACC1DB 27.4%, #FFFFFF 100%);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.features-item:nth-child(2n) {
  background: linear-gradient(106.8deg, #C4E1AB 0%, #D8EDD9 27.4%, #FFFFFF 100%);
}

.features-item p {
  margin: 0;
  line-height: 1.4;
}

.features-item p:not(:last-child) {
  margin-bottom: 10px;
}

.features-item.center {
  display: flex;
}

.features-item.center p {
  margin: auto;
  text-align: center;
}

.features-video {
  flex-shrink: 0;
  flex-basis: 25%;
}

.features-video .card-image {
  position: relative;
}

.features-video .card-image::after {
  content: "";
  width: 62px;
  height: 62px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/play.svg) center/contain no-repeat;
}
.features-video .card-image.play::after {
  content: unset;
}

.features-mobile {
  display: block;
  margin: 0 -20px;
  padding: 20px;
  background: url(../images/about-bg.png) center/cover no-repeat;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.info-image {
  display: block;
  margin-bottom: 24px;
}

.info-image img {
  display: block;
  max-width: 100%;
}

.info-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
}

.info-title a:not(:hover) {
  text-decoration: none;
}

.info-text {
  font-size: 16px;
}

.info-text-title {
  font-size: 20px;
}

.info-list {
  list-style: none;
  padding: 0;
}

.info-list li {
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-size: 20px;
  gap: 12px;
}

.info-list li:not(:last-child) {
  margin-bottom: 10px;
}

.info-list li::before {
  content: "";
  width: 12px;
  height: 17px;
  background: url(../images/mobile-logo.svg) center/contain no-repeat;
}

.info-header {
  display: block;
  margin-top: -24px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  min-height: 100px;
  background: linear-gradient(197.93deg, rgba(252, 240, 55, 0) -2.29%, rgba(99, 196, 220, 0.5) -2.28%, rgba(99, 196, 220, 0.5) 25.63%, rgba(163, 213, 148, 0.5) 56.39%, rgba(249, 237, 50, 0.5) 76.54%);
  position: relative;
}

.info-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 34px;
  display: block;
  background: url(../images/info-header-left.svg) center/contain no-repeat;
  z-index: 1;
}

.info-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 123px;
  height: 76px;
  display: block;
  background: url(../images/info-header-right.svg) center/contain no-repeat;
  z-index: 1;
}

.info-header img {
  position: relative;
  z-index: 2;
}

.section {
  padding: 100px 0;
}

.section-bg {
  background: linear-gradient(120deg, rgba(252, 240, 55, 0) -8.05%, rgba(99, 196, 220, 0.2) -8.04%, rgba(163, 213, 148, 0.2) 61.25%, rgba(249, 237, 50, 0.2) 85.04%);
}

.section-row {
  display: flex;
  gap: 32px;
}

.section-content {
  flex-grow: 1;
  min-width: 0;
}

.section-info {
  flex-shrink: 0;
  flex-basis: 300px;
}

.section-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 30px;
}

.socials-item {
  flex-shrink: 0;
  transition: 0.1s;
}

.socials-item:hover {
  transform: scale(1.1);
}

.socials-item img {
  width: 30px;
  height: 30px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
/*cart*/
.cart-item {
  display: flex;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.cart-item::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #DFF2ED 0%, #F0F8EA 100%);
}

.cart-item-left {
  flex-basis: 30%;
  position: relative;
}

.cart-item-remove{
    position: absolute;
    right: -5px;
    top: -5px;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.cart-item-remove img{
    width: 100%;
    height: 100%;
    padding: 0;
}

.cart-item-image {
  position: relative;
  padding-bottom: 120%;
  background: linear-gradient(135deg, #F9ED32 0%, #27A6E5 100%);
  border-radius: 30px;
}

.cart-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.cart-item-right {
  flex-basis: 70%;
  padding-left: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.cart-item-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 4px;
}

.cart-item-sub-title {
  font-size: 20px;
  flex-grow: 1;
}

.cart-item-contacts {
  margin-bottom: 30px;
}

.cart-item-contacts-title {
  margin-bottom: 4px;
  font-size: 20px;
}

.cart-item-reviews-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.cart-item-reviews-field {
  padding: 3px;
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(90deg, #F9ED32 0%, rgba(249, 237, 50, 0) 100%), linear-gradient(90deg, rgba(39, 166, 229, 0) 0%, #27A6E5 100%);
}

.cart-item-reviews-field .rating {
  margin-left: 10px;
  z-index: 2;
  position: absolute;
  top: 14px;
  left: 2px;
}

.cart-item-reviews-textarea {
  background-color: #fff;
  width: 100%;
  padding: 40px 10px 10px;
  height: 100px;
  font-size: 24px;
  resize: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  display: block;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.rating-item {
  color: #E8E5E5;
  transition: 0.2s;
}

.rating-item svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.rating-clickable .rating-item {
  cursor: pointer;
}

.rating-clickable .rating-item:hover {
  color: #FF9F2F;
}

.rating-clickable .rating-item:hover ~ .rating-item {
  color: #FF9F2F;
}

.rating[data-total-value="1"] .rating-item:nth-child(n+5),
.rating[data-total-value="2"] .rating-item:nth-child(n+4),
.rating[data-total-value="3"] .rating-item:nth-child(n+3),
.rating[data-total-value="4"] .rating-item:nth-child(n+2),
.rating[data-total-value="5"] .rating-item:nth-child(n+1) {
  color: #FF9F2F;
}

.profile {
  padding-bottom: 0;
}

.profile-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px 32px 20px;
  box-sizing: border-box;
}

.profile-main {
  background: linear-gradient(269.75deg, rgba(252, 240, 55, 0) -1.87%, rgba(99, 196, 220, 0.2) -1.86%, rgba(163, 213, 148, 0.2) 78.79%, rgba(249, 237, 50, 0.2) 109.11%);
  padding: 32px 0;
}

.profile-main-container {
  display: flex;
  gap: 100px;
}

.profile-gallery {
  flex-basis: 38%;
  flex-shrink: 0;
  box-sizing: border-box;
}

.profile-gallery-main {
  padding: 10px;
  border-radius: 30px;
  background: linear-gradient(135deg, #F9ED32 0%, #27A6E5 100%);
  margin-bottom: 30px;
}

.profile-gallery-main-image {
  position: relative;
  padding-bottom: 110%;
}

.profile-gallery-main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 27px;
}

.profile-gallery-main-image .card-add-to-cart {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 50%;
}

.profile-gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.profile-gallery-thumbnail {
  flex-basis: calc((100% - 60px) / 3);
}

.profile-gallery-thumbnail-image {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
}

.profile-gallery-thumbnail-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: pointer;
}

.profile-gallery-button {
  margin-top: 32px;
  text-align: right;
}

.profile-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.profile-rating {
  margin-bottom: 20px;
}

.profile-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.profile-description {
  flex-grow: 1;
  line-height: 1.4;
}

.profile-contacts {
  margin-bottom: 20px;
}

.profile-contacts-title {
  margin-bottom: 10px;
  font-size: 20px;
}

.profile-offers {
  padding-top: 32px;
  margin-bottom: 32px;
}

.profile-offers .sidebar-filter {
  display: flex;
  gap: 32px;
}

.profile-offers .sidebar-select {
  flex-basis: 300px;
}

.profile-header {
  background: linear-gradient(90deg, rgba(252, 240, 55, 0) -0.13%, rgba(99, 196, 220, 0.2) -0.12%, rgba(163, 213, 148, 0.2) 72.65%, rgba(249, 237, 50, 0.2) 100%);
  padding: 32px 0;
}

.profile-header .profile-container {
  padding-left: 100px;
}

.profile-header-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
  max-width: 300px;
}

.profile-header-form {
  width: 100%;
  max-width: 300px;
  position: relative;
  z-index: 4;
}

.profile-header-bg {
  margin-top: -56px;
  max-width: 100%;
}

.profile-input {
  position: relative;
  padding: 3px;
  background: linear-gradient(90deg, #F9ED32 0%, rgba(249, 237, 50, 0) 100%), linear-gradient(90deg, rgba(39, 166, 229, 0) 0%, #27A6E5 100%);
}

.profile-input:not(:last-child) {
  margin-bottom: 1.1rem;
}

.profile-input input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  height: 34px;
  padding: 0 6px;
}

.profile-tabs-top {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.profile-title {
  font-size: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.profile-tabs-nav {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.profile-tabs-nav-item {
  flex-basis: 220px;
  flex-shrink: 0;
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #3F5C9F;
  font-weight: 600;
  background-color: #fff;
  line-height: 1.2;
}

.profile-tabs-nav-item:not(.active) {
  font-weight: 400;
  background: url(../images/tab-bg.png) center/cover no-repeat;
}

.profile-tabs-content {
  padding: 20px 0 0;
}

.profile-tabs-content-item:not(.active) {
  display: none;
}

.profile-tab-info {
  display: flex;
}

.profile-tab-info form:not(.profile-tab-info-payment) .profile-input {
  padding: 0;
  background: none;
}

.profile-tab-info form:not(.profile-tab-info-payment) .profile-input input {
  padding-left: 13px;
  padding-right: 13px;
  border: 2px solid #9A9A9A;
}

.profile-tab-info form:not(.profile-tab-info-payment) .profile-input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.profile-tab-info form:not(.profile-tab-info-payment) .profile-input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.profile-tab-info form:not(.profile-tab-info-payment) .profile-input input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.profile-tab-info .profile-textarea textarea {
  padding: 13px;
  border: 2px solid #9A9A9A;
}

.profile-tab-info .profile-textarea textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.profile-tab-info .profile-textarea textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.profile-tab-info .profile-textarea textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.profile-tab-info .tagify {
  border: 2px solid #9A9A9A;
  width: 100%;
}

.profile-tab-info-left {
  flex-basis: 50%;
  background: linear-gradient(180deg, rgba(252, 240, 55, 0) -0.08%, rgba(99, 196, 220, 0.2) -0.07%, rgba(163, 213, 148, 0.2) 72.66%, rgba(249, 237, 50, 0.2) 100%);
  padding: 60px 80px;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
}

.profile-tab-info-right {
  flex-basis: 50%;
  padding: 32px;
  box-sizing: border-box;
}
.profile-textarea{
  position: relative;
  margin-bottom: 1.1rem;
}
.profile-textarea textarea {
  background-color: #fff;
  border: 2px solid #9A9A9A;
  width: 100%;
  padding: 10px;
  height: 100px;
  font-size: 16px;
  resize: none;
  outline: none;
  box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
}

.profile-submit {
  text-align: right;
  margin-bottom: 20px;
}

.profile-tab-info-text {
  font-size: 20px;
  margin-bottom: 24px;
}

.socials-field {
  display: flex;
  align-items: center;
  gap: 40px;
}

.socials-field:not(:last-child) {
  margin-bottom: 16px;
}

.socials-field img {
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.socials-field-input {
  flex-grow: 1;
  padding: 3px;
  background: linear-gradient(90deg, #F9ED32 0%, rgba(249, 237, 50, 0) 100%), linear-gradient(90deg, rgba(39, 166, 229, 0) 0%, #27A6E5 100%);
}

.socials-field-input input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  height: 34px;
  padding: 0 6px;
}

.profile-tab-info-payment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.profile-tab-info-payment .profile-input {
  margin-bottom: 0;
}

.profile-tab-info-payment .profile-input input {
  box-sizing: border-box;
}

.profile-tab-info-payment .profile-submit {
  margin-bottom: 0;
}

.profile-tab-title {
  margin-bottom: 24px;
  font-size: 20px;
}

.profile-tab-table {
  overflow: auto;
}

.profile-tab-table table {
  min-width: 680px;
  width: 100%;
  border-collapse: collapse;
}

.profile-tab-table table th {
  background-color: #3F5C9F;
  color: #fff;
  padding: 10px;
}

.profile-tab-table table td {
  padding: 10px;
  text-align: center;
}

.profile-tab-table table td:nth-child(2) {
  text-align: left;
}

.profile-reviews {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 280px;
  overflow-y: auto;
  background: white;
  border: 2px #9A9A9A solid;
  padding: 0.5rem;
}

.profile-reviews-item:not(:last-child) {
  margin-bottom: 16px;
}

.profile-reviews-name {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 16px;
}

.profile-reviews-rating {
  margin-bottom: 6px;
}

.profile-reviews-text {
  font-style: italic;
}

.mobile-menu {
  left: -110%;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 0 20px 50px;
  box-sizing: border-box;
  overflow: auto;
  transition: 0.2s;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.mobile-menu-logo img {
  width: 23px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.mobile-menu-close {
  font-size: 0;
  width: 30px;
  height: 30px;
  background: transparent url(../images/close.svg) center/contain no-repeat;
  padding: 0;
  border: none;
  outline: none;
}

.mobile-menu-list {
  list-style: none;
  padding-left: 0;
}

.mobile-menu-list:not(:last-child) {
  margin-bottom: 40px;
}

.mobile-menu-list li:not(:last-child) {
  margin-bottom: 10px;
}

.mobile-menu-list li a {
  line-height: 1.4;
  text-decoration: none;
  font-size: 20px;
}

.mobile-menu-socials {
  justify-content: center;
}

.pagination {
  margin-top: 32px;
}

.pagination-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

.pagination-list a {
  text-decoration: none;
}

.pagination-list .active {
  font-weight: bold;
}

.pagination-link {
  display: block;
  background-color: #3F5C9F;
  color: white;
  text-align: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.login {
  background: url(../images/login-bg.jpg) center/cover no-repeat;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
}

.login-block {
  flex-basis: 660px;
  margin: auto;
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
  border-radius: 30px;
}

.login-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.login-text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}

.login-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}

.login-form .profile-input {
  flex-grow: 1;
}

.login-form-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.login-form-line:not(:last-child) {
  margin-bottom: 1rem;
}

.login-form-line .profile-input {
  margin-bottom: 0;
}

.login-form-line .profile-submit {
  margin-bottom: 0;
}

.login-form-link {
  margin-top: 10px;
  text-align: right;
}

.login-link {
  font-size: 14px;
  text-decoration: none;
}

.login-button {
  text-align: center;
}

.login-agreement {
  position: relative;
  margin-top: 20px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 4px;
}

.login-agreement input {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}

.login-agreement a {
  font-size: 14px;
}

.footer {
  background-color: #3F5C9F;
  color: #fff;
  position: relative;
}

.footer a {
  color: #fff;
}

.footer-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.footer-main {
  display: flex;
  padding-top: 24px;
}

.footer-logo {
  flex-basis: 25%;
  flex-shrink: 0;
  padding-right: 40px;
}

.footer-logo img {
  max-width: 100%;
  display: block;
}

.footer-menu {
  flex-grow: 1;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu-list:not(:last-child) {
  margin-bottom: 24px;
}

.footer-menu-link {
  text-decoration: none;
  line-height: 1.4;
}

.footer-menu-link:hover {
  text-decoration: underline;
}

.footer-socials {
  flex-grow: 1;
}

.footer-socials-text {
  margin-bottom: 4px;
}

.footer-socials-row {
  display: flex;
  gap: 5px;
}

.footer-socials-item img {
  width: 40px;
  height: 40px;
  display: block;
}

.footer-code {
  flex-shrink: 226px;
  flex-shrink: 0;
}

.footer-code img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.footer-bottom {
  padding-top: 32px;
  font-size: 16px;
  text-align: center;
}

/*cabinet*/
#auth-logout{
    position: absolute;
    top: -16px;
    z-index: 10;
    right: 0;
}
.profile-gallery-main,
.profile-gallery-thumbnail{
    caret-color: transparent;
}
.thumbnail-none img{
    object-fit: contain;
}
.thumbnail-none:hover::after{
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
}
.blogger-none{
    width: 100%;
    min-height: 300px;
    text-align: center;
}
.button-image-add,
.button-image-remove{
    display: none;
    z-index: 1;
    cursor: pointer;
    width: 52px;
    height: 52px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    padding: 10px;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
}
.button-image-add svg,
.button-image-remove svg{
    width: 100%;
    height: 100%;
    fill: #5EB6D4;
}
.avatar-none:hover .button-image-add,
.thumbnail-none:hover .button-image-add {
    display: block;
}
.avatar-block:hover .button-image-remove,
.thumbnail-block:hover .button-image-remove {
    display: block;
}
/*cabinet card*/
.profile-tab-info .card-inner {
    position: relative;
}
.card-item-edit,
.card-item-remove{
    display: none;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    padding: 10px;
}
.card-item-edit{
    top: calc(50% - 16px);
    left: calc(25% - 16px);
}
.card-item-remove{
    top: calc(50% - 16px);
    right: calc(25% - 16px);
}
.card-item-edit svg,
.card-item-remove svg{
    width: 100%;
    height: 100%;
    fill: #5EB6D4;
}
.profile-tab-info .card-inner a:hover {
    background-color: #5EB6D4;
}
.profile-tab-info .card-inner a:hover svg {
    fill:#fff;
}
.profile-tab-info .card-inner:hover a{
    display: block;
}
/*card-item*/
.profile-tab-info .card{
    flex-basis: calc((100% - 55px) / 4);
}
.card-add-item {
    display: block;
    position: relative;
    flex-basis: calc((100% - 55px) / 4);
    background: linear-gradient(135deg, #F9ED32 0%, #27A6E5 100%);
    border-radius: 30px;
    padding: 10px;
    box-sizing: border-box;
}
.card-add-item-image{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
}
.services .card-add-item-image .card-item-image-services,
.products .card-add-item-image .card-item-image-products{
    display: block;
    width: 90%;
    height: 90%;
    margin: auto;
}
.card-item-image-add{
    display: none;
    width: 90%;
    height: 90%;
    margin: auto;
}

.card-add-item:hover .card-item-image-add{
    display: block;
    cursor: pointer;
}
.card-add-item:hover .card-item-image-services,
.card-add-item:hover .card-item-image-products{
    display: none;
}
.display-none{
    display: none;
}

/*validate form*/
input.error,
textarea.error{
    box-shadow: inset 0 0 1px 1px red;
    color: red;
}
label.error{
    display: block;
    position: absolute;
    font-size: .7rem;
    bottom: -.9rem;
    left: 6px;
    color: red;
}
/*loader*/
#loading {
    position: absolute;
    top:0; right: 0; bottom: 0; left: 0;
    width: 2rem;
    height: 2rem;
    border: 5px solid #F8EC32;
    border-top: 6px solid #28A5E4;
    border-radius: 100%;
    margin: auto;
    visibility: hidden;
    animation: spin 1s infinite linear;
    z-index: 9999;
}

#loading.display {
    visibility: visible;
}

#loading-wrapper{
    position: fixed;
    top:0; right: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    z-index: 9998;
}

.password-eye{
    position: absolute;
    top:0;
    right: 3px;
    width: 28px;
    height: 28px;
    margin: 10px;
    background: no-repeat center;
    background-size: 80%;
    border: none;
    background-image: url('../images/eye.svg');
    cursor: pointer;
}
.password-eye.eye-slash{
    background-image: url('../images/eye-slash.svg');
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 480px) {
        .profile-tab-info-payment .profile-input input {
        width: 300px;
    }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }

  .mobile-block {
    display: none;
  }

  .features-mobile {
    display: none;
  }

  .info-header {
    display: none;
  }
}

@media (max-width: 1200px) {
  .profile-tabs-nav-item {
    flex-basis: 180px;
  }
}

@media (max-width: 1023.98px) {
  .cards {
    gap: 16px;
  }

  .card,
  .card-add-item {
    flex-basis: calc((100% - 32px) / 3);
  }

  .cards-columns-4 .card {
    flex-basis: calc((100% - 32px) / 3);
  }

  .card-rating {
    flex-basis: 70px;
  }

  .card-text {
    font-size: 14px;
  }

  .features-main {
    gap: 20px;
  }

  .features-row {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }

  .features-item {
    flex-basis: calc((100% - 40px) / 3);
    font-size: 14px;
  }

  .profile-main-container {
    gap: 32px;
  }

  .profile-tabs-top {
    flex-wrap: wrap;
  }

  .profile-title {
    flex-basis: 100%;
    padding: 16px 0;
  }

  .profile-tabs-nav {
    flex-basis: 100%;
    justify-content: center;
    flex-shrink: 1;
  }

  .profile-tabs-nav-item {
    flex-shrink: 1;
  }

  .profile-tab-info-left {
    padding: 32px;
    border-radius: unset;
  }
}

@media (max-width: 860px) {
  .site-content .features-row {
    flex-direction: column;
  }
  .card,
  .card-add-item {
    flex-basis: calc((100% - 16px) / 2);
  }

  .cards-columns-4 .card {
    flex-basis: calc((100% - 16px) / 2);
  }
}

/* мобильный */

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
  .profile-tab-info-text {
    font-size: 10px;
  }
  .profile-container {
    padding: 0;
  }
  .profile-tabs-top {
    padding: 0 2rem;
  }
  .profile-form {
    padding: 0 2rem;
  }
  .mobile-profile-bg {
    background: linear-gradient(180deg, rgba(252, 240, 55, 0) -0.08%, rgba(99, 196, 220, 0.2) -0.07%, rgba(163, 213, 148, 0.2) 72.66%, rgba(249, 237, 50, 0.2) 100%);
    padding: 2rem 2rem;
  }
  .qr {
    display: flex;
    justify-content: center;
  }

  .profile-description {
    min-height: 127px;
  }

  .site-row {
    display: block;
    padding-top: 0;
  }

  .site-sidebar {
    margin-bottom: 24px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .site-message {
    min-height: 300px;
  }

  .site-message-404 {
    font-size: 40px;
  }

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

  .mob-hide-br br {
    display: none;
  }

  .header-nav-icon img {
    width: 32px;
    height: 32px;
  }

  .main::after {
    background: none;
  }

  .main .site-container::after {
    content: "";
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: url(../images/main-mobile-dots.svg) right bottom/contain no-repeat;
  }

  .main {
    box-sizing: border-box;
    padding-top: 24px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .main-search {
    gap: 10px;
    margin-bottom: -80px;
    padding: 4px;
    align-items: stretch;
    margin-bottom: 0;
    margin-top: 32px;
  }

  .main-search-input input {
    height: 27px;
  }

  .main-search-submit {
    height: auto;
    flex-basis: 52px;
  }

  .features {
    padding: 32px 0;
  }

  .features-main {
    display: block;
  }

  .features-row {
    margin-bottom: 32px;
  }

  .features-item {
    flex-basis: calc((100% - 20px) / 2);
    font-size: 12px;
    padding: 12px;
    min-height: 130px;
  }

  .features-item:nth-child(2n) {
    background: linear-gradient(106.8deg, #5480B4 0%, #ACC1DB 27.4%, #FFFFFF 100%);
  }

  .features-item:nth-child(4n-2) {
    background: linear-gradient(106.8deg, #C4E1AB 0%, #D8EDD9 27.4%, #FFFFFF 100%);
  }

  /*.features-item:nth-child(3n-3) {
    background: linear-gradient(106.8deg, #C4E1AB 0%, #D8EDD9 27.4%, #FFFFFF 100%);
  }*/

  .features-video .card {
    margin-left: auto;
    margin-right: auto;
  }

  .info-image img {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .info-image {
    display: none;
  }

  .info-title {
    font-size: 16px;
  }

  .info-text {
    font-size: 14px;
  }

  .info-text-title {
    font-size: 14px;
  }

  .info-list li {
    font-size: 14px;
  }

  .info-list li:not(:last-child) {
    margin-bottom: 4px;
  }

  .section {
    padding: 24px 0;
  }

  .section-row {
    flex-wrap: wrap;
  }

  .section-content {
    order: 1;
    flex-basis: 100%;
  }

  .section-info {
    flex-basis: 100%;
  }

  .section-title {
    text-align: center;
    font-size: 16px;
  }

  .cart-item {
    display: block;
  }

  .cart-item-left {
    margin-bottom: 24px;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .cart-item-right {
    padding-left: 0;
  }

  .profile-main-container {
    display: block;
    padding-bottom: 0;
  }

  .profile-gallery {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }

  .profile-offers .sidebar-filter {
    display: block;
    margin-bottom: 24px;
  }

  .profile-header .profile-container {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #auth-logout .profile-submit {
    margin-bottom: 0;
  }

  .profile-header {
    background-image: linear-gradient(14.93deg, #FFFFFF 0.71%, #FFFFFF 22.66%, #C2E8F1 56.27%, #4B7FB4 99.7%);
    position: relative;
  }

  .profile-header::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mobile-block-bg.svg) right bottom/contain no-repeat;
  }

  .profile-header-title {
    width: 100%;
    display: flex;
    text-align: start;
    font-size: 14px;
    margin-bottom: 18px;
    align-items: center;
    color: #fff;
    z-index: 2;
    justify-content: space-between;
  }

  .profile-header-title #auth-logout {
    position: unset;
  }

  .checkbox-container {
    height: 30px !important;
    width: 30px !important;
  }

  .profile-input input {
    height: 30px;
  }

  .profile-title {
    padding: 0;
    margin-bottom: 32px;
  }

  .profile-tabs-nav {
    gap: 4px;
  }

  .profile-tabs-nav-item {
    background: transparent url(../images/button.png) center/cover no-repeat;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    cursor: pointer;
    height: auto;
    flex-basis: auto;
    flex-shrink: 0;
  }

  .profile-tabs-nav-item.active span {
    background-color: #fff;
    color: #48C95F;
    font-weight: 400;
  }

  .profile-tabs-nav-item span {
    background-color: #72B635;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #F5F5F5;
    font-size: 14px;
    height: 40px;
    padding: 0 16px;
  }

  .profile-tab-info {
    display: block;
  }

  .profile-tab-info-right {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .socials-field {
    gap: 16px;
  }

  .socials-field-input input {
    height: 30px;
  }

  .profile-tab-info-payment {
    /*flex-direction: column;*/
    justify-content: space-between;
    align-items: flex-end;
    gap: 17px;
  }

  .profile-tab-info-payment .profile-input {
    width: 170px;
  }

  .profile-tab-info-payment .profile-input input {
    width: 100%;
  }

  .pagination-list {
    justify-content: center;
  }

  .login-block {
    padding: 40px 20px;
    border-radius: 0;
  }

  .login-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .login-text {
    font-size: 12px;
  }

  .login-form {
    margin-top: 100px;
  }

  .profile-submit button span {
    font-size: 14px;
  }

  .login-link {
    font-size: 12px;
  }

  .footer {
    background-image: url(../images/mobile-footer-bg.svg);
    background-position: right top;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .footer-main {
    display: block;
  }

  .footer-logo {
    margin-bottom: 24px;
    display: none;
  }

  .footer-menu {
    margin-bottom: 24px;
  }

  .footer-socials {
    margin-bottom: 24px;
  }

  .footer-code img {
    max-width: 240px;
  }

  .password-eye{
    margin: 4px;
  }
}

@media (max-width: 540px) {
  .profile-tabs-nav {
    gap: 2px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .profile-tabs-nav-item {
    flex-basis: calc((100% - 8px) / 3);
    box-sizing: border-box;
    display: flex;
    justify-content: stretch;
    padding: 3px;
  }

  .profile-tabs-nav-item span {
    text-transform: none;
    flex-basis: 100%;
    padding: 0;
  }
}

@media (max-width: 440px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }

  .cards-slider .card {
    max-width: 100%;
  }

  .card,
  .card-add-item {
    min-width: 280px;
    flex-basis: auto;
  }

  .cards-columns-4 .card {
    max-width: 310px;
    flex-basis: auto;
  }
  .profile-tab-info .cards .card{
    min-width: 280px;
    flex-basis: auto;
  }
  .card-add-item{
    min-width: 280px;
  }
  .card-add-item-image{
    /*padding: 10px;*/
    width: auto;
  }
}

@media (max-width: 360px) {
  .features-row {
    gap: 10px;
  }

  .features-item {
    flex-basis: calc((100% - 10px) / 2);
    font-size: 11px;
  }
}

@media (max-width: 270px) {
    .profile-tab-info .cards .card{
        max-width: 240px;
        flex-basis: auto;
    }
}


.profile-input select {
  width: 100%;
  padding-left: 13px;
  padding-right: 13px;
  border: 2px solid #9A9A9A;
  box-sizing: border-box;
  border: none;
  outline: none;
  height: 42px;
  padding: 0 6px;
  padding-right: 6px;
  padding-left: 6px;
  background: white;
}

.search-result {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 7px;
    margin-bottom: 100px;
    right: 20px;
    font-size: 18px;
}
.search-result.show {
    display: block;
}
.search-result .cathegory {
    font-weight: bold;
    margin-top: 8px;
}
.search-result a {
  margin-bottom: 4px;
  display: block;
}

.checkbox-container {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: linear-gradient(90deg, #F9ED32 0%, rgba(249, 237, 50, 0) 100%), linear-gradient(90deg, rgba(39, 166, 229, 0) 0%, #27A6E5 100%);
  padding: 3px;
}

.checkbox-phantom {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: white;
  cursor: pointer;
}
.checkbox-original {
  display: none;
}

.checkbox-original:checked + .checkbox-phantom::before {
  display: inline-block;
  content: "";
  width: 20%;
  height: 40%;
  margin-top: 19%;
  margin-left: 39%;
  border-bottom: 3px solid;
  border-right: 3px solid;
  rotate: 45deg;
}

@media (max-width: 767.98px) {
  .detail-filter {
    gap: 10px;
    flex-direction: column;    
  }
  .detail-filter .sidebar-select {
    flex-basis: auto;
    margin-bottom: 0;
  }
}

.d-inline-block {
  display: inline-block;
}

.with-bg {
    background: linear-gradient(90deg, rgba(252, 240, 55, 0) -10.35%, rgba(99, 196, 220, 0.2) -10.34%, rgba(163, 213, 148, 0.2) 62.42%, rgba(249, 237, 50, 0.2) 89.78%);
    padding: 0.5rem 0;
}

.ql-align-center {
  text-align: center;
}
.ql-indent-1 {
  padding-left: 1.5em;
  list-style-type: none;
}
li.ql-indent-1::before {
  content: '\2022';
  margin-right: 1em;
}