@font-face {
  font-family: "AG Book Rounded";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ag-book-rounded/AGBookRounded-Regular.eot");
  src: url("../fonts/ag-book-rounded/AGBookRounded-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ag-book-rounded/AGBookRounded-Regular.woff") format("woff"), url("../fonts/ag-book-rounded/AGBookRounded-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "AG Book Rounded";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ag-book-rounded/AGBookRounded-Medium.eot");
  src: url("../fonts/ag-book-rounded/AGBookRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ag-book-rounded/AGBookRounded-Medium.woff") format("woff"), url("../fonts/ag-book-rounded/AGBookRounded-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "AG Book Rounded";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ag-book-rounded/AGBookRounded-Bold.eot");
  src: url("../fonts/ag-book-rounded/AGBookRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ag-book-rounded/AGBookRounded-Bold.woff") format("woff"), url("../fonts/ag-book-rounded/AGBookRounded-Bold.ttf") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #a290c4;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #947fbb;
}
::-webkit-scrollbar-thumb:active {
  background: #947fbb;
}
html {
  font: 500 15px/1.5714 "Inter", sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #000;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p, .acc .item .info ul li {
  margin-bottom: 20px;
  line-height: 2;
  color: #3A4859;
}
@media (max-width: 480px) {
  p, .acc .item .info ul li {
    margin-bottom: 12px;
    line-height: 1.5;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 56px;
  width: 100%;
  border: 1px solid transparent;
  background: #fff;
  padding: 0 18px;
  font-family: "Roboto";
  font-size: 14px;
  color: #3A4859;
  border-radius: 15px;
  box-shadow: 0px 14px 44px -15px rgba(119, 94, 170, 0.35);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #519875;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #3A4859;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #3A4859;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #3A4859;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #3A4859;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"] {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  display: inline-block;
  padding: 18px 20px;
  background: #e5d87e;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #000;
  min-width: 220px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"] {
    padding: 10px 20px;
    font-size: 16px;
    min-width: auto;
  }
}
.btn.green, .post-navigation .green[rel="next"], .post-navigation .green[rel="prev"] {
  background: #438A62;
  color: #fff;
}
.btn.btn-purple, .post-navigation .btn-purple[rel="next"], .post-navigation .btn-purple[rel="prev"] {
  background: #a290c4;
  color: #fff;
}
.btn.btn-stars, .post-navigation .btn-stars[rel="next"], .post-navigation .btn-stars[rel="prev"] {
  padding: 18px 50px;
  background: #FFE148;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .btn.btn-stars, .post-navigation .btn-stars[rel="next"], .post-navigation .btn-stars[rel="prev"] {
    padding: 10px 20px;
    margin-top: 10px;
  }
}
.btn.btn-stars::before, .post-navigation .btn-stars[rel="next"]::before, .post-navigation .btn-stars[rel="prev"]::before {
  content: url("../img/btn-star.png");
  margin-right: 10px;
}
.btn.btn-stars::after, .post-navigation .btn-stars[rel="next"]::after, .post-navigation .btn-stars[rel="prev"]::after {
  content: url("../img/btn-star-2.png");
  margin-left: 10px;
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover {
  background: #519875;
  color: #fff;
}
h1, h2 {
  font-family: "AG Book Rounded";
  font-size: 70px;
  line-height: 1.2;
  color: #a290c4;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 35px;
  }
}
h3, .post .post-title {
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #775EAA;
  font-family: "AG Book Rounded";
}
@media (max-width: 1024px) {
  h3, .post .post-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h3, .post .post-title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  h3, .post .post-title {
    font-size: 28px;
  }
}
h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  font-family: "AG Book Rounded";
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
h5 {
  font-size: 24px;
  color: #2F2C34;
  line-height: 1.17;
  font-family: "AG Book Rounded";
}
.container {
  margin: 0 auto;
  width: 1280px;
  max-width: 94%;
  position: relative;
}
.content ul {
  margin: 0 0 0 15px;
}
.content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
  color: #3A4859;
}
.content ul li:before {
  content: "";
  background: #3A4859;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}
.content ul[style="list-style-type: square;"] {
  list-style: none !important;
  margin-left: 0;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .content ul[style="list-style-type: square;"] {
    margin-bottom: 10px;
  }
}
.content ul[style="list-style-type: square;"] li {
  font-size: 18px;
  font-weight: 700;
  color: #519875;
  line-height: 1.2;
  padding-left: 25px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .content ul[style="list-style-type: square;"] li {
    margin-bottom: 5px;
  }
}
.content ul[style="list-style-type: square;"] li:last-child {
  margin-bottom: 0;
}
.content ul[style="list-style-type: square;"] li::before {
  content: url("../img/list-icon.png");
  position: absolute;
  background: transparent;
  left: 0;
  top: 9px;
  font-size: 0;
}
.content ul[style="list-style-type: square;"] ul {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .content ul[style="list-style-type: square;"] ul {
    margin-top: 10px;
  }
}
.content ul[style="list-style-type: square;"] ul li::before {
  content: url("../img/list-icon-2.png");
}
.content p > a, .content .acc .item .info ul li > a, .acc .item .info ul .content li > a {
  color: #a290c4;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Roboto";
  height: 100%;
  line-height: 56px;
  padding: 0 18px;
  text-align: left;
  border-radius: 15px;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0px;
  margin: 0 5px;
}
.main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
  text-align: center;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 700;
  font-family: "Roboto";
  font-size: 18px;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 10px;
  color: #2F2C34;
}
@media (max-width: 1500px) {
  .main-menu > ul > li > a {
    padding: 0 10px;
  }
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    font-size: 15px;
    padding: 0 8px;
  }
}
.main-menu > ul > li > a:hover {
  background: #a290c4;
  color: #fff;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > a {
  border-radius: 10px 10px 0 0;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
  border-radius: 0 0 10px 10px;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #a290c4;
  min-width: 100%;
  border-radius: 10px;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 700;
  white-space: nowrap;
  border-radius: 10px;
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #866fb2;
}
.main-menu .menu-item-has-children:hover > a {
  background: #a290c4;
  color: #fff;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
  border-radius: 4px;
  background: #a290c4;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a290c4;
  z-index: 0;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #a290c4;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover {
  color: #a290c4;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  margin: 7px;
  width: 44px;
  height: 44px;
  background: #b0a1cd;
  border-radius: 50%;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  display: block;
  color: #fff;
}
.selectric {
  border: 1px solid transparent;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 14px 44px -15px rgba(119, 94, 170, 0.35);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 56px;
  height: 56px;
  color: #3A4859;
  font-family: "Roboto";
  font-size: 14px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 56px;
  height: 56px;
  width: 56px;
  background: transparent;
  right: 15px;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 37%;
  content: " ";
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: 2px solid #a290c4;
  border-bottom: 2px solid #a290c4;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #6c539b;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #6c539b;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  font-family: "Roboto";
  font-size: 14px;
  padding: 10px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #a290c4;
  color: #fff;
}
.breadcrumb {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #000;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #519875;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #519875;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #a290c4;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #dad3e7;
}
.pagination a.page-numbers:hover {
  background: #dad3e7;
}
.pagination .prev, .pagination .next {
  position: relative;
}
@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}
.post {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .post {
    display: block;
  }
}
.post .thumb {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #eee;
}
.post .post-title {
  display: block;
}
.post .more {
  position: relative;
  display: inline-block;
}
.post .more:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #519875;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.post .more:hover {
  color: #519875;
}
.post .more:hover:before {
  width: 100%;
  opacity: 1;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
header {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
}
@media (max-width: 1366px) {
  header {
    padding: 20px 15px;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 10px;
  }
}
header .logo-wrapper {
  -webkit-flex-basis: 185px;
  -moz-flex-basis: 185px;
  -ms-flex-preferred-size: 185px;
  flex-basis: 185px;
  margin-right: 20px;
  position: relative;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 1366px) {
  header .logo-wrapper {
    -webkit-flex-basis: 120px;
    -moz-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  header .logo-wrapper {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }
}
header .custom-logo-link {
  position: absolute;
  top: -25px;
  left: 0;
}
@media (max-width: 1366px) {
  header .custom-logo-link {
    top: 0;
  }
}
header .custom-logo-link:hover {
  opacity: 0.8;
}
header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"] {
  margin-left: 20px;
}
@media (max-width: 1366px) {
  header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"] {
    min-width: 140px;
    padding: 15px;
    margin-left: 10px;
  }
}
@media (max-width: 1024px) {
  header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"] {
    margin-left: 0;
    margin-right: 60px;
  }
}
@media (max-width: 480px) {
  header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"] {
    min-width: auto;
  }
}
.top-block {
  position: relative;
  padding: 90px 0 160px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .top-block {
    padding: 90px 0 100px;
  }
}
@media (max-width: 768px) {
  .top-block {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .top-block > .alc {
    display: block;
    text-align: center;
  }
}
.top-block > .container {
  width: 1420px;
}
.top-block::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  width: 328vw;
  height: 328vw;
  border-radius: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f1ff+0,f0f1ff+100&0+0,0+90,1+100 */
  background: -moz-linear-gradient(top, rgba(240, 241, 255, 0) 0%, rgba(240, 241, 255, 0) 80%, #f0f1ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(240, 241, 255, 0) 0%, rgba(240, 241, 255, 0) 80%, #f0f1ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(240, 241, 255, 0) 0%, rgba(240, 241, 255, 0) 80%, #f0f1ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f0f1ff", endColorstr="#f0f1ff", GradientType=0);
  /* IE6-9 */
  z-index: -1;
}
.top-block .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10%;
}
@media (max-width: 768px) {
  .top-block .text {
    padding-right: 0;
  }
}
.top-block .social-icons a {
  background: #519875;
}
.top-block .custom-image-wrapper {
  margin-right: 90px;
}
@media (max-width: 1366px) {
  .top-block .custom-image-wrapper {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .top-block .custom-image-wrapper {
    margin: 60px 0 0;
  }
}
.custom-image-wrapper {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.custom-image-wrapper::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background: #a290c4;
  opacity: 0.1;
  width: 140%;
  height: 136%;
  z-index: -1;
  border-radius: 58% 42% 43% 57% / 54% 69% 31% 46%;
}
.custom-image-wrapper .image {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(119, 94, 170, 0.1);
}
@media (max-width: 1366px) {
  .custom-image-wrapper .image {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .custom-image-wrapper .image {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 480px) {
  .custom-image-wrapper .image {
    width: 220px;
    height: 220px;
  }
}
.custom-image-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-image-wrapper .star-1 {
  height: 20px;
  left: 38%;
  top: -4%;
}
.custom-image-wrapper .star-2 {
  height: 70px;
  bottom: -6%;
  left: 73%;
}
@media (max-width: 480px) {
  .custom-image-wrapper .star-2 {
    height: 50px;
  }
}
.custom-image-wrapper .star-3 {
  height: 30px;
  left: 37%;
  bottom: -3%;
}
.custom-image-wrapper .star-4 {
  height: 45px;
  top: 60%;
  right: -24%;
}
.custom-image-wrapper .star-5 {
  left: -20%;
  top: 4%;
  height: 75px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.custom-image-wrapper .star-6 {
  left: -25%;
  top: 65%;
  height: 110px;
}
@media (max-width: 480px) {
  .custom-image-wrapper .star-6 {
    height: 70px;
  }
}
.custom-image-wrapper.no-cover .image {
  overflow: initial;
}
.custom-image-wrapper.no-cover .image img {
  width: auto;
  margin: 0 auto;
  height: auto;
  object-fit: initial;
  position: relative;
  top: -5%;
}
.simple-image-wrapper {
  position: relative;
  z-index: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .simple-image-wrapper {
    margin-top: 70px;
  }
}
.simple-image-wrapper::before {
  content: "";
  position: absolute;
  bottom: 23%;
  right: -3%;
  width: 7px;
  height: 7px;
  background: #519875;
  border-radius: 50%;
  z-index: -1;
  -webkit-box-shadow: 0 -50px 0px 0px #519875, 0 -100px 0px 0px #519875, 0 -150px 0px 0px #519875, 0 -200px 0px 0px #519875, 50px 0px 0px 0px #519875, 50px -50px 0px 0px #519875, 50px -100px 0px 0px #519875, 50px -150px 0px 0px #519875, 50px -200px 0px 0px #519875, 100px 0px 0px 0px #519875, 100px -50px 0px 0px #519875, 100px -100px 0px 0px #519875, 100px -150px 0px 0px #519875, 100px -200px 0px 0px #519875;
  box-shadow: 0 -50px 0px 0px #519875, 0 -100px 0px 0px #519875, 0 -150px 0px 0px #519875, 0 -200px 0px 0px #519875, 50px 0px 0px 0px #519875, 50px -50px 0px 0px #519875, 50px -100px 0px 0px #519875, 50px -150px 0px 0px #519875, 50px -200px 0px 0px #519875, 100px 0px 0px 0px #519875, 100px -50px 0px 0px #519875, 100px -100px 0px 0px #519875, 100px -150px 0px 0px #519875, 100px -200px 0px 0px #519875;
}
.simple-image-wrapper .image, .simple-image-wrapper .small-image {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: -10px 0px 44px rgba(119, 94, 170, 0.4);
}
.simple-image-wrapper .image img, .simple-image-wrapper .small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-image-wrapper .image {
  height: 550px;
  width: 430px;
}
@media (max-width: 1366px) {
  .simple-image-wrapper .image {
    height: 450px;
    width: 330px;
  }
}
@media (max-width: 1024px) {
  .simple-image-wrapper .image {
    height: 370px;
    width: 250px;
  }
}
@media (max-width: 480px) {
  .simple-image-wrapper .image {
    height: 300px;
    width: 210px;
  }
}
.simple-image-wrapper .small-image {
  height: 45%;
  width: 102%;
  position: absolute;
  bottom: -17%;
  left: -18%;
}
.simple-image-wrapper .star-1 {
  top: -14%;
  left: 16%;
  height: 110px;
}
@media (max-width: 1024px) {
  .simple-image-wrapper .star-1 {
    height: 60px;
  }
}
.simple-image-wrapper .star-2 {
  top: -2%;
  right: -20%;
  height: 150px;
}
@media (max-width: 1024px) {
  .simple-image-wrapper .star-2 {
    height: 80px;
  }
}
.simple-image-wrapper .star-3 {
  left: -21%;
  top: 23%;
}
.simple-image-wrapper .star-4 {
  top: 52%;
  left: -7%;
  z-index: -1;
}
.simple-image-wrapper .star-5 {
  bottom: -4%;
  right: -25%;
}
.simple-image-wrapper .star-6 {
  top: 63%;
  right: -24%;
  height: 36px;
}
.star {
  position: absolute;
  max-height: 150px;
}
.star.orange path {
  fill: #F18D8A;
}
.star.yellow path {
  fill: #eee5a8;
}
.star.green path {
  fill: #519875;
}
.star.violet path {
  fill: #C3B3D8;
}
.arc {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.arc::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 400vw;
  height: 400vw;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}
.arc::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 400vw;
  height: 400vw;
  border-radius: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f1ff+0,f0f1ff+100&1+0,0+10,0+100 */
  background: -moz-linear-gradient(top, #f0f1ff 0%, rgba(240, 241, 255, 0) 5%, rgba(240, 241, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0f1ff 0%, rgba(240, 241, 255, 0) 5%, rgba(240, 241, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f1ff 0%, rgba(240, 241, 255, 0) 5%, rgba(240, 241, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f1ff", endColorstr="#00f0f1ff", GradientType=0);
  /* IE6-9 */
  z-index: -1;
}
.arc.yellow::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdd482+0,f0f1ff+100&1+0,0+10,0+100 */
  background: -moz-linear-gradient(top, #fdd482 0%, rgba(252, 215, 143, 0) 5%, rgba(240, 241, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdd482 0%, rgba(252, 215, 143, 0) 5%, rgba(240, 241, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdd482 0%, rgba(252, 215, 143, 0) 5%, rgba(240, 241, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd482", endColorstr="#00f0f1ff", GradientType=0);
  /* IE6-9 */
}
.info-box {
  padding: 160px 0;
}
@media (max-width: 1366px) {
  .info-box {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .info-box {
    padding: 80px 0 120px;
  }
}
@media (max-width: 768px) {
  .info-box > .alc {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .info-box {
    padding: 50px 0 120px;
  }
}
.info-box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 25%;
}
@media (max-width: 1600px) {
  .info-box .text {
    padding-right: 10%;
  }
}
@media (max-width: 768px) {
  .info-box .text {
    padding-right: 0;
  }
}
.info-box .text p, .info-box .text .acc .item .info ul li, .acc .item .info ul .info-box .text li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.info-box .text .btn, .info-box .text .post-navigation [rel="next"], .post-navigation .info-box .text [rel="next"], .info-box .text .post-navigation [rel="prev"], .post-navigation .info-box .text [rel="prev"] {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .info-box .text .btn, .info-box .text .post-navigation [rel="next"], .post-navigation .info-box .text [rel="next"], .info-box .text .post-navigation [rel="prev"], .post-navigation .info-box .text [rel="prev"] {
    margin-top: 0;
  }
}
@media (max-width: 1600px) {
  .info-box .simple-image-wrapper {
    margin-right: 10%;
  }
}
@media (max-width: 480px) {
  .info-box .simple-image-wrapper {
    margin-right: 2%;
  }
}
.contact-block .simple-image-wrapper {
  margin-right: 10%;
}
@media (max-width: 768px) {
  .contact-block .simple-image-wrapper {
    margin-right: 0;
    margin-top: 40px;
    margin-left: 5%;
  }
}
.list-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
  margin-bottom: 90px;
}
.list-box > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
@media (max-width: 1366px) {
  .list-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .list-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    margin-bottom: 40px;
  }
  .list-box > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
@media (max-width: 480px) {
  .list-box {
    margin-bottom: 25px;
  }
}
.list-box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 14px 34px rgba(155, 130, 205, 0.15);
  border-radius: 35px;
  padding: 20px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .list-box .item {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 25px;
  }
}
.list-box .item .icon {
  width: 68px;
  height: 68px;
  -webkit-flex-basis: 68px;
  -moz-flex-basis: 68px;
  -ms-flex-preferred-size: 68px;
  flex-basis: 68px;
  margin-right: 20px;
  background: #a290c4;
  border-radius: 20px;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
  .list-box .item .icon {
    width: 50px;
    height: 50px;
    -webkit-flex-basis: 50px;
    -moz-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    border-radius: 15px;
  }
}
.list-box .item .icon svg {
  height: 28px;
}
.list-box .item .icon path {
  fill: #ffffff;
}
.list-box .item .item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  font-size: 18px;
  font-family: "AG Book Rounded";
  font-weight: 700;
  color: #a290c4;
}
.list-box .item.no-icon .icon {
  display: none;
}
.list-box .item.no-icon .item-text {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
}
.star-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.star-box > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .star-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .star-box > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .star-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .star-box > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.star-box .star-item {
  box-shadow: 0px 14px 44px -15px rgba(119, 94, 170, 0.35);
  border-radius: 35px;
  padding: 75px 30px 35px;
  position: relative;
  font-family: "AG Book Rounded";
  font-size: 30px;
  margin-top: 55px;
  margin-bottom: 70px;
}
@media (max-width: 1366px) {
  .star-box .star-item {
    padding: 75px 20px 35px;
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .star-box .star-item {
    font-size: 18px;
    padding: 60px 20px 30px;
    margin-top: 40px;
  }
}
.star-box .star-item .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 110px;
  width: 110px;
  border-radius: 50%;
  box-shadow: 0px 14px 44px -15px rgba(119, 94, 170, 0.35);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .star-box .star-item .icon {
    height: 80px;
    width: 80px;
  }
}
.star-box .star-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 40px;
}
.top-info {
  text-align: center;
}
.top-info .title {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
.top-info .custom-image-wrapper {
  margin-bottom: 165px;
}
@media (max-width: 1366px) {
  .top-info .custom-image-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .top-info .custom-image-wrapper {
    margin-bottom: 60px;
  }
}
.top-info .custom-image-wrapper .figure::before {
  content: "";
  position: absolute;
  left: -69%;
  bottom: 5%;
  background: #a290c4;
  opacity: 0.1;
  border-radius: 39% 61% 49% 51% / 38% 30% 70% 62%;
  width: 44%;
  height: 47%;
}
.top-info .custom-image-wrapper .figure::after {
  content: "";
  position: absolute;
  left: -94%;
  bottom: -15%;
  background: #a290c4;
  opacity: 0.1;
  border-radius: 61% 39% 40% 60% / 56% 74% 26% 44%;
  width: 30%;
  height: 29%;
}
.top-info .text {
  max-width: 840px;
  margin: 0 auto;
}
.top-info .text h3, .top-info .text .post .post-title, .post .top-info .text .post-title {
  font-size: 35px;
}
@media (max-width: 480px) {
  .top-info .text h3, .top-info .text .post .post-title, .post .top-info .text .post-title {
    font-size: 28px;
  }
}
.top-info .text p, .top-info .text .acc .item .info ul li, .acc .item .info ul .top-info .text li {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .top-info .text p, .top-info .text .acc .item .info ul li, .acc .item .info ul .top-info .text li {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .top-info .text p, .top-info .text .acc .item .info ul li, .acc .item .info ul .top-info .text li {
    line-height: 1.5;
    font-size: 16px;
  }
}
.list-oup {
  text-align: center;
}
.list-oup .title {
  color: #a290c4;
}
.list-oup .star-box {
  padding: 70px 0 150px;
}
@media (min-width: 1024px) {
  .list-oup .star-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .list-oup .star-box > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 1366px) {
  .list-oup .star-box {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .list-oup .star-box {
    padding: 25px 0;
  }
}
.list-oup .star-box .star-item {
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 700;
}
.list-oup .simple-image-wrapper {
  margin-top: 115px;
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .list-oup .simple-image-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .list-oup .simple-image-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .list-oup .bottom-info > .alc {
    display: block;
  }
}
.list-oup .bottom-info .text {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
  text-align: left;
}
@media (max-width: 1024px) {
  .list-oup .bottom-info .text {
    margin-bottom: 40px;
  }
}
.list-oup .bottom-info .video-wrapper {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.list-oup .bottom-info .video-text {
  color: #2F2C34;
  margin-bottom: 20px;
}
.list-oup .bottom-info .video-text h4 {
  color: #2F2C34;
}
.list-oup .bottom-info .video {
  display: block;
  overflow: hidden;
  border-radius: 35px;
  box-shadow: 0px 14px 44px -15px rgba(119, 94, 170, 0.35);
  height: 380px;
  position: relative;
}
@media (max-width: 480px) {
  .list-oup .bottom-info .video {
    height: 200px;
  }
}
.list-oup .bottom-info .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-oup .bottom-info .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background: #a290c4;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.2);
}
.list-oup .bottom-info .video .play svg {
  height: 24px;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-oup .bottom-info .video .play path {
  fill: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-oup .bottom-info .video:hover {
  opacity: 0.8;
}
.list-oup .bottom-info .video:hover .play path {
  fill: #ffca5e;
}
.difference-block {
  text-align: center;
}
.difference-block .sub-title {
  color: #519875;
}
.difference-block .custom-image-wrapper {
  margin-top: 120px;
}
@media (max-width: 1366px) {
  .difference-block .custom-image-wrapper {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.testimonials {
  width: 1140px;
  z-index: 0;
}
.testimonials .swiper-container {
  padding: 80px 40px;
}
@media (max-width: 480px) {
  .testimonials .swiper-container {
    padding: 80px 20px;
  }
}
.testimonials .swiper-slide {
  padding: 90px 90px 75px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .testimonials .swiper-slide {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .testimonials .swiper-slide {
    padding: 15px;
  }
}
.testimonials .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  box-shadow: 0px 18px 53px rgba(215, 228, 249, 0.5);
  border-radius: 20px;
  left: 0;
  right: 0;
  background-color: #fff;
  background-image: url("../img/quote.png");
  background-position: center 30%;
  -webkit-background-size: 15%;
  background-size: 15%;
  background-repeat: no-repeat;
  z-index: -1;
}
.testimonials .swiper-slide::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -25px;
  border-radius: 25px;
  box-shadow: 0px 18px 53px rgba(215, 228, 249, 0.5);
  background: #fff;
  width: 90%;
  height: 100%;
  z-index: -1;
}
.testimonials p, .testimonials .acc .item .info ul li, .acc .item .info ul .testimonials li {
  font-size: 24px;
  font-weight: 700;
  color: #a290c4;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1024px) {
  .testimonials p, .testimonials .acc .item .info ul li, .acc .item .info ul .testimonials li {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .testimonials p, .testimonials .acc .item .info ul li, .acc .item .info ul .testimonials li {
    font-size: 16px;
  }
}
.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
    cursor: none;
  }
}
@media (max-width: 480px) {
  .testimonials .swiper-button-next, .testimonials .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.testimonials .swiper-button-next svg, .testimonials .swiper-button-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.testimonials .swiper-button-next path, .testimonials .swiper-button-prev path {
  fill: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials .swiper-button-next::after, .testimonials .swiper-button-prev::after {
  display: none;
}
.testimonials .swiper-button-next:hover path, .testimonials .swiper-button-prev:hover path {
  fill: #519875;
}
.testimonials .swiper-button-next {
  right: 15px;
}
@media (max-width: 480px) {
  .testimonials .swiper-button-next {
    right: 0;
  }
}
.testimonials .swiper-button-prev {
  left: 15px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media (max-width: 480px) {
  .testimonials .swiper-button-prev {
    left: 0;
  }
}
.testimonials .swiper-pagination {
  bottom: 0;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.25;
  background: #a290c4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    cursor: none;
  }
}
.testimonials .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #519875;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  border-radius: 50%;
}
.testimonials .swiper-pagination .swiper-pagination-bullet:hover, .testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet:hover::before, .testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .benefits-box > .alc {
    display: block;
    text-align: center;
  }
}
.benefits-box .title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  color: #438A62;
  margin-bottom: 150px;
}
@media (max-width: 1366px) {
  .benefits-box .title {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .benefits-box .title {
    margin-bottom: 60px;
  }
}
.benefits-box .custom-image-wrapper {
  -webkit-flex-basis: 360px;
  -moz-flex-basis: 360px;
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
  margin-right: 15%;
  margin-left: 10%;
}
@media (max-width: 1024px) {
  .benefits-box .custom-image-wrapper {
    margin-right: 10%;
    margin-left: 5%;
    -webkit-flex-basis: 220px;
    -moz-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
  }
}
@media (max-width: 768px) {
  .benefits-box .custom-image-wrapper {
    margin: 0 0 50px;
  }
}
.benefits-box .custom-image-wrapper .image {
  width: 360px;
  height: 360px;
}
@media (max-width: 1024px) {
  .benefits-box .custom-image-wrapper .image {
    height: 220px;
    width: 220px;
  }
}
.benefits-box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .benefits-box .text {
    text-align: left;
  }
}
.benefits-box .text p, .benefits-box .text .acc .item .info ul li, .acc .item .info ul .benefits-box .text li {
  font-size: 18px;
  font-weight: 700;
  color: #438A62;
  line-height: 1.2;
  margin-bottom: 20px;
}
.benefits-box .text ul li {
  color: #438A62;
}
.bottom-out .social-icons {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .bottom-out .social-icons {
    margin-bottom: 20px;
  }
}
.home-top {
  position: relative;
  padding: 135px 0;
}
@media (max-width: 1366px) {
  .home-top {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .home-top {
    padding: 40px 0 0;
  }
}
.home-top::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  width: 328vw;
  height: 328vw;
  border-radius: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f1ff+0,f0f1ff+100&0+0,0+90,1+100 */
  background: -moz-linear-gradient(top, rgba(240, 241, 255, 0) 0%, rgba(240, 241, 255, 0) 80%, #f0f1ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(240, 241, 255, 0) 0%, rgba(240, 241, 255, 0) 80%, #f0f1ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(240, 241, 255, 0) 0%, rgba(240, 241, 255, 0) 80%, #f0f1ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f0f1ff", endColorstr="#f0f1ff", GradientType=0);
  /* IE6-9 */
  z-index: -1;
}
.home-top > .container {
  width: 1420px;
}
.home-top > .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .home-top > .flex {
    display: block;
    text-align: center;
  }
}
.home-top .text {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
  padding-top: 50px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .home-top .text {
    padding-top: 0;
    -webkit-flex-basis: none;
    -moz-flex-basis: none;
    -ms-flex-preferred-size: none;
    flex-basis: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 480px) {
  .home-top .text {
    margin-right: 0;
  }
}
.home-top .text h3, .home-top .text .post .post-title, .post .home-top .text .post-title {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .home-top .text h3, .home-top .text .post .post-title, .post .home-top .text .post-title {
    font-size: 30px;
  }
}
.home-top .text h3:first-child, .home-top .text .post .post-title:first-child, .post .home-top .text .post-title:first-child {
  font-size: 50px;
}
@media (max-width: 1024px) {
  .home-top .text h3:first-child, .home-top .text .post .post-title:first-child, .post .home-top .text .post-title:first-child {
    font-size: 30px;
  }
}
.home-top .image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60%;
}
@media (max-width: 1024px) {
  .home-top .image {
    width: 100%;
    left: 0;
  }
}
.home-top .image img {
  width: 100%;
}
@media (max-width: 1024px) {
  .home-top .image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    opacity: 0.7;
  }
}
.home-top .right-image img {
  max-height: 530px;
}
@media (max-width: 1366px) {
  .home-top .right-image img {
    max-height: 450px;
  }
}
@media (max-width: 1024px) {
  .home-top .right-image img {
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .home-top .right-image img {
    max-height: 150px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 10%;
  }
}
.home-top .home-logo {
  position: absolute;
  bottom: 0;
  left: 13%;
  -webkit-transform: rotateZ(10deg);
  -moz-transform: rotateZ(10deg);
  -ms-transform: rotateZ(10deg);
  -o-transform: rotateZ(10deg);
  transform: rotateZ(10deg);
}
@media (max-width: 1366px) {
  .home-top .home-logo {
    left: 3%;
  }
}
.home-top .home-logo img {
  max-width: 250px;
}
@media (max-width: 1366px) {
  .home-top .home-logo img {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .home-top .home-logo img {
    max-width: 140px;
  }
}
.home-text {
  width: 1020px;
}
.home-text h4 {
  color: #438A62;
}
.list-block .text {
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .list-block .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .list-block .text {
    margin-bottom: 25px;
  }
}
.list-block .text p, .list-block .text .acc .item .info ul li, .acc .item .info ul .list-block .text li {
  font-size: 21px;
  line-height: 1.4;
}
.list-block .benefits-box .text {
  text-align: left;
}
.list-block .benefits-box .text ul[style="list-style-type: square;"] ul li {
  margin-bottom: 5px;
}
.list-block .benefits-box .custom-image-wrapper img {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
@media (max-width: 1024px) {
  .list-block .benefits-box .custom-image-wrapper img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media (max-width: 768px) {
  .list-block .benefits-box .custom-image-wrapper img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.advantages {
  padding-top: 100px;
}
@media (max-width: 1366px) {
  .advantages {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .advantages {
    padding-top: 40px;
  }
}
.advantages .text-top {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.advantages .text-top p, .advantages .text-top .acc .item .info ul li, .acc .item .info ul .advantages .text-top li {
  font-size: 18px;
  font-weight: 700;
  color: #2F2C34;
  line-height: 1.6;
}
.advantages .title-wrapper {
  text-align: center;
  color: #F18D8A;
  margin-bottom: 45px;
}
.advantages .title-wrapper .title {
  display: inline-block;
}
@media (max-width: 530px) {
  .advantages .title-wrapper .title br {
    display: none;
  }
}
.advantages .title-wrapper .title::before {
  content: url("../img/title-star.png");
  margin-right: 12px;
}
@media (max-width: 530px) {
  .advantages .title-wrapper .title::before {
    display: none;
  }
}
.advantages .title-wrapper .title::after {
  content: url("../img/title-star.png");
  position: absolute;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-left: 12px;
}
@media (max-width: 530px) {
  .advantages .title-wrapper .title::after {
    display: none;
  }
}
.magical-acc > .container {
  width: 850px;
}
.testimonials-wrapper > .container.tac {
  width: 1060px;
}
.testimonials-wrapper .text {
  margin-bottom: 40px;
}
.testimonials-wrapper .text h5 {
  margin-bottom: 30px;
}
.testimonials-wrapper .text p, .testimonials-wrapper .text .acc .item .info ul li, .acc .item .info ul .testimonials-wrapper .text li {
  font-size: 18px;
  font-weight: 700;
  color: #2F2C34;
}
.testimonials-wrapper .buttons {
  margin-bottom: 130px;
}
@media (max-width: 1366px) {
  .testimonials-wrapper .buttons {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .testimonials-wrapper .buttons {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .testimonials-wrapper .buttons {
    margin-bottom: 25px;
    display: block;
    text-align: center;
  }
}
.testimonials-wrapper .buttons .btn, .testimonials-wrapper .buttons .post-navigation [rel="next"], .post-navigation .testimonials-wrapper .buttons [rel="next"], .testimonials-wrapper .buttons .post-navigation [rel="prev"], .post-navigation .testimonials-wrapper .buttons [rel="prev"] {
  padding: 72px 40px;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
  font-family: "AG Book Rounded";
  background: #F7A600;
  box-shadow: 0px 34px 34px -20px rgba(119, 94, 170, 0.35);
  border-radius: 35px;
  color: #2F2C34;
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .testimonials-wrapper .buttons .btn, .testimonials-wrapper .buttons .post-navigation [rel="next"], .post-navigation .testimonials-wrapper .buttons [rel="next"], .testimonials-wrapper .buttons .post-navigation [rel="prev"], .post-navigation .testimonials-wrapper .buttons [rel="prev"] {
    padding: 40px 20px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .testimonials-wrapper .buttons .btn, .testimonials-wrapper .buttons .post-navigation [rel="next"], .post-navigation .testimonials-wrapper .buttons [rel="next"], .testimonials-wrapper .buttons .post-navigation [rel="prev"], .post-navigation .testimonials-wrapper .buttons [rel="prev"] {
    font-size: 18px;
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .testimonials-wrapper .buttons .btn, .testimonials-wrapper .buttons .post-navigation [rel="next"], .post-navigation .testimonials-wrapper .buttons [rel="next"], .testimonials-wrapper .buttons .post-navigation [rel="prev"], .post-navigation .testimonials-wrapper .buttons [rel="prev"] {
    display: block;
  }
}
.testimonials-wrapper .buttons .btn:nth-child(2n-1), .testimonials-wrapper .buttons .post-navigation [rel="next"]:nth-child(2n-1), .post-navigation .testimonials-wrapper .buttons [rel="next"]:nth-child(2n-1), .testimonials-wrapper .buttons .post-navigation [rel="prev"]:nth-child(2n-1), .post-navigation .testimonials-wrapper .buttons [rel="prev"]:nth-child(2n-1) {
  background: #FFE148;
}
.testimonials-wrapper .buttons .btn:hover, .testimonials-wrapper .buttons .post-navigation [rel="next"]:hover, .post-navigation .testimonials-wrapper .buttons [rel="next"]:hover, .testimonials-wrapper .buttons .post-navigation [rel="prev"]:hover, .post-navigation .testimonials-wrapper .buttons [rel="prev"]:hover {
  background: #519875;
}
.testimonials-wrapper .title {
  color: #519875;
}
footer {
  position: relative;
  overflow: hidden;
}
footer::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  content: "";
  width: 480vw;
  height: 480vw;
  background: #a290c4;
  border-radius: 50%;
}
footer .top {
  padding: 70px 0 50px;
}
@media (max-width: 768px) {
  footer .top {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  footer .top {
    padding: 25px 0;
  }
}
footer .bottom {
  background: #8e79b8;
  text-align: center;
  padding: 19px 0;
  position: relative;
  z-index: 0;
}
footer .footer-menu {
  margin-bottom: 45px;
}
@media (max-width: 480px) {
  footer .footer-menu {
    margin-bottom: 20px;
  }
}
footer .footer-menu ul {
  text-align: center;
}
footer .footer-menu ul li {
  display: inline-block;
}
@media (max-width: 480px) {
  footer .footer-menu ul li {
    display: block;
  }
}
footer .footer-menu ul li a {
  font-weight: 700;
  font-family: "Inter";
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-menu ul li a:hover {
  color: #ffca5e;
}
footer .footer-menu ul li .sub-menu {
  display: none;
}
footer .text {
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
}
footer .text p, footer .text .acc .item .info ul li, .acc .item .info ul footer .text li {
  font-family: "AG Book Rounded";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0.5px;
  color: #fff;
}
footer .newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .newsletter-wrapper .email {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
footer .newsletter-wrapper .email::before {
  position: absolute;
  content: "";
  width: 40px;
  top: 0;
  bottom: 0;
  right: -20px;
  background: #fff;
  z-index: -1;
}
footer .newsletter-wrapper .btn-wrapper {
  -webkit-flex-basis: 140px;
  -moz-flex-basis: 140px;
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
}
@media (max-width: 480px) {
  footer .newsletter-wrapper .btn-wrapper {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }
}
footer .newsletter-wrapper .btn-wrapper .btn, footer .newsletter-wrapper .btn-wrapper .post-navigation [rel="next"], .post-navigation footer .newsletter-wrapper .btn-wrapper [rel="next"], footer .newsletter-wrapper .btn-wrapper .post-navigation [rel="prev"], .post-navigation footer .newsletter-wrapper .btn-wrapper [rel="prev"] {
  min-width: 100%;
  line-height: 56px;
  padding: 0 10px;
  font-size: 14px;
  color: #2F2C34;
}
footer .newsletter-wrapper .btn-wrapper .btn:hover, footer .newsletter-wrapper .btn-wrapper .post-navigation [rel="next"]:hover, .post-navigation footer .newsletter-wrapper .btn-wrapper [rel="next"]:hover, footer .newsletter-wrapper .btn-wrapper .post-navigation [rel="prev"]:hover, .post-navigation footer .newsletter-wrapper .btn-wrapper [rel="prev"]:hover {
  color: #fff;
}
footer .copyright {
  font-family: "Inter";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: #C3B3D8;
  letter-spacing: 0.2px;
}
.contact-page .top-contact {
  width: 845px;
  padding: 20px 0 40px;
}
@media (max-width: 1024px) {
  .contact-page .top-contact {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .contact-page .top-contact {
    padding: 20px 0 0;
  }
}
.contact-page .top-contact p, .contact-page .top-contact .acc .item .info ul li, .acc .item .info ul .contact-page .top-contact li {
  color: #2F2C34;
}
.contact-page .contact-block {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .contact-page .contact-form {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.contact-page .contact-form form {
  max-width: 380px;
  padding: 10px 0 20px;
}
@media (max-width: 768px) {
  .contact-page .contact-form form {
    padding: 0px 0 20px;
    max-width: none;
    width: 100%;
  }
}
.contact-page .contact-form form .btn-wrapper {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .contact-page .contact-form form .btn-wrapper {
    margin-top: 10px;
  }
}
.contact-page .contact-form p, .contact-page .contact-form .acc .item .info ul li, .acc .item .info ul .contact-page .contact-form li {
  max-width: 380px;
  font-weight: 300;
  font-size: 12px;
  color: #909296;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "Roboto";
}
@media (max-width: 768px) {
  .contact-page .contact-form p, .contact-page .contact-form .acc .item .info ul li, .acc .item .info ul .contact-page .contact-form li {
    max-width: none;
  }
}
.contact-page .contact-form h3, .contact-page .contact-form .post .post-title, .post .contact-page .contact-form .post-title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contact-page .contact-form h3, .contact-page .contact-form .post .post-title, .post .contact-page .contact-form .post-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.contact-page .contact-image figure img {
  filter: drop-shadow(-25px 0px 44px rgba(119, 94, 170, 0.3));
  border-radius: 20px;
  object-fit: cover;
  width: 430px;
  height: 548px;
}
@media (max-width: 768px) {
  .contact-page .contact-image figure img {
    margin: 0 auto;
    height: auto;
  }
}
.bg-blue {
  position: relative;
}
.bg-blue:before {
  content: "";
  background: linear-gradient(180deg, rgba(226, 255, 253, 0) 0%, rgba(226, 255, 253, 0.53) 14.32%, #E2FFFD 45.83%, rgba(226, 255, 253, 0.43) 84.33%, rgba(226, 255, 253, 0) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.acc .item {
  position: relative;
  margin-bottom: 30px;
  border-radius: 35px;
  background-color: #fff;
  box-shadow: 0px 40px 35px -25px rgba(119, 94, 170, 0.35);
}
@media (max-width: 1024px) {
  .acc .item {
    margin-bottom: 20px;
    border-radius: 25px;
  }
}
@media (max-width: 768px) {
  .acc .item {
    margin-bottom: 15px;
    border-radius: 20px;
  }
}
.acc .item h4 {
  cursor: pointer;
  position: relative;
  color: #519875;
  padding: 40px 65px 40px 30px;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .acc .item h4 {
    padding: 30px 45px 30px 20px;
  }
}
@media (max-width: 768px) {
  .acc .item h4 {
    padding: 20px 35px 20px 15px;
  }
}
.acc .item h4:hover {
  color: #ffca5e;
}
.acc .item h4 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 40px;
}
@media (max-width: 1024px) {
  .acc .item h4 span {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .acc .item h4 span {
    right: 20px;
  }
}
.acc .item h4 span:before {
  content: "";
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #2F2C34;
  border-radius: 4px;
}
.acc .item h4.active span:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.acc .item .info {
  display: none;
  padding: 0px 65px 40px 30px;
}
@media (max-width: 1024px) {
  .acc .item .info {
    padding: 0px 45px 30px 20px;
  }
}
@media (max-width: 768px) {
  .acc .item .info {
    padding: 0px 35px 20px 15px;
  }
}
.acc .item .info p, .acc .item .info ul li {
  margin-bottom: 10px;
}
.acc .item .info ul {
  margin-bottom: 15px;
}
.acc .item .info ul li {
  padding-left: 15px;
  position: relative;
  z-index: 0;
}
.acc .item .info ul li::before {
  content: "";
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #a290c4;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .acc .item .info ul li::before {
    top: 7px;
  }
}
.magical-page .bg-blue:before {
  height: 120%;
}
.magical-page .acc-info {
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .magical-page .acc-info {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .magical-page .acc-info {
    padding: 30px 0 40px;
  }
}
.magical-page .acc-info h4 {
  color: #3A4859;
  margin-bottom: 10px;
}
.magical-page .acc-info a {
  color: #a290c4;
}
.magical-page .acc-info a:hover {
  color: #ffca5e;
}
.touch-block {
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .touch-block {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .touch-block {
    padding: 15px 0;
  }
}
.touch-block .container {
  width: 860px;
}
.touch-block .touch-info {
  text-align: center;
}
.touch-block .touch-info h5 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 16px;
  font-family: "AG Book Rounded";
  color: #a290c4;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .touch-block .touch-info h5 {
    margin-bottom: 20px;
  }
}
.touch-block .touch-info h4 {
  color: #F18D8A;
}
.touch-block .touch-image {
  max-width: 79px;
  margin: 0 auto 15px;
}
.behind-page .behind-block {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .behind-page .behind-block {
    margin-bottom: 50px;
  }
}
.behind-page .behind-block .container {
  width: 1920px;
}
.behind-page .table-block {
  max-width: 845px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 40px 35px -25px rgba(119, 94, 170, 0.35);
  border-radius: 35px;
  padding: 20px;
}
@media (max-width: 768px) {
  .behind-page .table-block {
    max-width: 100%;
    overflow-y: scroll;
  }
  .behind-page .table-block table {
    width: 760px !important;
  }
}
.behind-page .table-block h4 {
  color: #519875;
  margin-bottom: 20px;
}
.behind-page .table-block h5 {
  font-size: 18px;
  font-family: "AG Book Rounded";
  color: #a290c4;
}
.behind-page .table-block tr {
  border-radius: 10px;
}
.behind-page .table-block tr td {
  padding: 15px 26px 15px 18px;
  vertical-align: top;
}
.behind-page .table-block tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.behind-page .table-block tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.behind-page .table-block tr th {
  padding: 20px 26px 0px 0px;
  text-align: left;
}
.behind-page .table-block tr th:last-child {
  padding-left: 30px;
}
.behind-page .table-block tr:nth-child(even) {
  background: #F0F1FF;
}
.behind-page .images-items {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
}
.behind-page .table-image-left {
  left: -3.5%;
  top: 60%;
  width: 31%;
}
.behind-page .table-image-right {
  right: -8%;
  top: 55%;
}
.not-included {
  padding: 70px 0;
}
.not-included .container {
  width: 845px;
}
.not-included h2, .not-included h3, .not-included .post .post-title, .post .not-included .post-title {
  color: #2F2C34;
}
.not-included h4 {
  text-align: center;
  color: #3A4859;
}
.not-included p, .not-included .acc .item .info ul li, .acc .item .info ul .not-included li {
  font-size: 21px;
  line-height: 1.5;
  color: #2F2C34;
}
.not-included .included-info {
  text-align: center;
  margin: 0 auto 30px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .not-included .included-info {
    padding: 0;
  }
}
.not-included .product-info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
  margin-bottom: 35px;
}
.not-included .product-info > * {
  width: 46%;
  margin: 0 2% 3em;
}
@media (max-width: 768px) {
  .not-included .product-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    margin-bottom: 30px;
  }
  .not-included .product-info > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.not-included .product-info .product-item {
  background: #FFFFFF;
  box-shadow: 0px 14px 34px rgba(155, 130, 205, 0.15);
  border-radius: 35px;
  padding: 20px 20px 20px 105px;
  font-size: 18px;
  color: #2F2C34;
  margin-bottom: 20px;
  min-height: 108px;
  font-weight: 700;
  font-family: "AG Book Rounded";
  position: relative;
}
.not-included .product-info .product-item:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #F18D8A;
  height: 68px;
  width: 68px;
  left: 52px;
  border: 5px solid #FCBDBB;
  border-radius: 20px;
  box-sizing: border-box;
}
.not-included .product-info .product-item:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url("../img/mark.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  left: 52px;
}
.not-included .no-animals {
  text-align: center;
}
.not-included .no-animals h4 {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  color: #a290c4;
}
.not-included .no-animals h4:before {
  content: "";
  position: absolute;
  background-image: url("../img/paw.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  left: 0;
  top: 0;
}
.star-block {
  text-align: center;
  padding: 100px 0 0;
}
@media (max-width: 1366px) {
  .star-block {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .star-block {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .star-block {
    padding-top: 25px;
  }
}
