*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}


ul, ol {
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #1F2D26;
  font-size: 20px;
  overflow-x: hidden
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button, input, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
}
.ber-backend-message {
	margin-bottom: 6px;
}

html:focus-within {
  scroll-behavior: smooth;
}

button, [role="button"] {
  cursor: pointer;
}

.mobile-btn {
  display: none;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 20px;
}

.ber-container-menus {
  padding: 0;
}

.green-bg {
  background: #DBFF8C !important;
}

.pink-bg {
    background: #DB0075;
}
.pink-txt {
  color: #DB0075;
}
.pink-in-green {
  padding: 8px 28px;
  border-radius: 40px;
  font-size: 40px;
}

.show-1080 {
    display: none;
}

.light-pink-bg {
  background-color: #FFCEFF;
}
.gray-bg {
  background: #F3F2F2 !important;
}
.beige-bg {
  background: #F9F3F1 !important;
}
/* fonts */
.naur {
  font-family: "NauryzRedKeds", sans-serif;
}
.druk {
  font-family: "DrukWideCyr", sans-serif;
}
/* btns */

.pink-button {
  font-size: 20px;
  font-weight: 700;
  background: #DB0075;
  color: #fff;
  border-radius: 9999px;
  padding: 14px 40px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
    position: relative;
    z-index: 3;
}

.pink-button:hover {
    background: #F91E93;
}
.pink-button:active {
    background: #BD0057;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.width-full {
    width: 100%;
}

.subtitle {
    font-size: 20px;
}
.main-title {
    font-size: 32px;
}

h3 {
    font-size: 24px !important;
}

.img-80 {
  width: 80px;
  height: 80px;
}
.img-100 {
  width: 100px;
  height: 100px;
}
.img-191 {
  width: 191px;
  height: 191px;
}
.img-180 {
  width: 180px;
  height: 180px;
}
.img-150 {
  width: 150px;
  height: 150px;
}
.img-98 {
  width: 98px;
  height: 98px;
}
.img-40 {
  width: 40px !important;
  height: 40px !important;
}
.img-60 {
  width: 60px;
  height: 60px;
}

.order-1 {
  order: 1;
}

.stroke-border-20 {
  position: relative;
}
.stroke-border-20::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(195.38deg, #E0DFDE 11.32%, #E0DFDE 88.64%);
  -webkit-mask:
    linear-gradient(#fff, #fff 0) content-box,
    linear-gradient(#fff, #fff 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.show-768 {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .show-768 {
    display: flex !important;
  }
}

.small-description {
    font-size: 17px;
}

.swiper-button-disabled {
  opacity: .35 !important;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: auto !important;
}
.swiper-button-next-review, .swiper-button-prev-review {
  margin-top: auto !important;
}
.swiper-button-prev.custom-arrow { left: -54px; }
.swiper-button-next.custom-arrow { right: -54px; }
.swiper-button-prev-review.custom-arrow { left: -54px; }
.swiper-button-next-review.custom-arrow { right: -54px; }

.custom-arrow::after {
  content: "" !important;
  background: url('../../img/main-page/experts/arrow-left.svg') no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.custom-arrow-right::after {
  transform: rotate(180deg);
}
.custom-arrow {
  background: #000;
  color: #fff;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.green-pink-block {
    padding: 14px 28px;
    border-radius: 100px;
}

.green-pink-block-small {
    padding: 8px 28px;
}

.link-pink {
    color: #DB0075;
    transition: .3s ease-in-out
}

.link-pink:hover {
    color: #F91E93;
}
.link-pink:active {
    color: #BD0057;
}

.big-title {
    font-size: 40px;
}
.medium-description {
    font-size: 20px;
}

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

.cursor-pointer {
    cursor: pointer;
}

.weight-semibold {
    font-weight: 700;
}

.rounded-40 {
  border-radius: 40px !important;
}
.rounded-20 {
  border-radius: 20px !important;
}
.p-20 {
  padding: 20px;
}

@media screen and (max-width: 768px) {
    .small-description {
        font-size: 15px;
    }
    .mobile-img {
        display: block !important;
    }
    .desktop-img {
        display: none !important;
    }
    .medium-description {
        font-size: 16px;
    }
    .big-title {
        font-size: 22px;
    }
    .subtitle {
        font-size: 16px;
    }
    .main-title {
        font-size: 20px;
    }
    h3 {
        font-size: 17px !important;
    }
    .green-pink-block {
        padding: 4px 20px;
        border-radius: 100px;
    }
}
