@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  visibility: visible !important;
}

body {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1B1B1B;
  margin: 0;
  overflow-x: hidden;
  background: #F7F5F2;
}
body.modal-open {
  overflow: hidden;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, figure, article, blockquote {
  margin: 0;
  padding: 0;
}

button,
a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
}
@media (max-width: 767px) {
  .h1 {
    font-size: 32px;
    line-height: 39px;
  }
}

.h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

.h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.container {
  width: 100%;
  padding: 0 20px;
  max-width: 1320px;
  margin: 0 auto;
}
@media(max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.cover {
  background-repeat: no-repeat;
  background-position: center center;
}

#wrapper {
  overflow: hidden;
}

.icon {
  display: inline-block;
}

.section {
  padding-top: 128px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 64px;
  }
}
.greenBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  padding: 10px 18px;
  gap: 7px;
  background: #129A31;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  letter-spacing: 0.332px;
}
.greenBtn:hover {
  background: #00AB27;
}
.greenBtn:active {
  background: #089027;
}
.banner {
  position: relative;
  width: 240px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  position: fixed;
  bottom: -175px;
  right: -300px;
  -webkit-transform: translateY(-50%) rotate(-7deg);
      -ms-transform: translateY(-50%) rotate(-7deg);
          transform: translateY(-50%) rotate(-7deg);
  -webkit-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  z-index: 1000;
}
@media (max-width: 767px) {
  .banner {
    display: none !important;
  }
}
.banner.show {
  right: 0; /* Баннер выплывает */
}
.banner .modal-body {
  background: #FEFEFE;
  padding: 22px 21px 32px;
  gap: 2px;
  border-radius: 16px !important;
}
.banner .modal-body p {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
[dir="rtl"] #header .headerInner {
  padding: 12px 20px 12px 12px;
}
[dir="rtl"] .dropdown:not(.feedback):not(.mb) {
  margin-left: 0;
  margin-right: 4px;
}
@media(min-width: 768px) {
  [dir="rtl"] .dropdown:not(.feedback) .dropdown-menu {
    right: unset !important;
    left: 0px !important;
  }
}
[dir="rtl"] #quillOutput li:not(.ql-direction-rtl)::before,
[dir="rtl"] .ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -0.5em;
    margin-right: 0.3em;
}
[dir="rtl"] .dropdown .dropdown-menu a,
[dir="rtl"] .dropdown .dropdown-menu {
  text-align: right;
}
[dir="rtl"] .article .descr .logo-small::before {
  margin-right: 0;
  margin-left: 8px;
}
[dir="rtl"] .article .descr p .stars::after {
  margin-left: 0;
  margin-right: 4px;
}
[dir="rtl"] .article .descr p .stars::before {
  margin-right: 0;
  margin-left: 4px;
}
@media (min-width: 992px) {
[dir="rtl"] .icwhy .witems .text {
  padding: 48px 25px 48px 50px;
}
}
[dir="rtl"] .faq .item h3 {
  padding: 24px 24px 24px 48px;
}
[dir="rtl"] .faq .item h3::before {
  right: unset;
  left: 28px;
}
[dir="rtl"] .faq .item .cinner ol,
[dir="rtl"] .faq .item .cinner ul {
  padding-left: 0;
  padding-right: 16px;
}
@media (max-width: 767px) {
  [dir="rtl"] .faq .item h3::before {
    left: 20px;
  }
}
@media (max-width: 767px) {
  [dir="rtl"] #header .headerInner nav ul li a {
      text-align: right;
  }
}
@media (max-width: 767px) {
  [dir="rtl"] .achievements .aItem:nth-child(4) {
      left: 0;
  }
  [dir="rtl"] .achievements .aItem:nth-child(2) {
    left: calc((100% - 248px) / 3 * 2);
  }
  [dir="rtl"] .achievements .aItem:nth-child(3) {
    left: calc((100% - 248px) / 3);
  }
}
img.lazyload {
  opacity: 0;
}
img {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
