@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300..700&display=swap");
/***************************************************              GENERAL RESET STYLES             ***************************************************/
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000;
}

*:focus {
  outline: none;
}

body {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  /* padding: 0 60px; */
}
::-webkit-scrollbar {
  /* chrome based */
  width: 0px; /* ширина scrollbar'a */
  background: transparent; /* опционально */
}

html {
  -ms-overflow-style: none; /* IE 10+ */
  scrollbar-width: none; /* Firefox */
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border-style: none;
  width: 100%;
  height: 100%;
  display: block;
}

form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select {
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  resize: none;
  border: 1px solid transparent;
  border-bottom: 1px solid rgb(95, 95, 95);
  color: #ffffff;
  background-color: transparent;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: rgb(95, 95, 95);
  font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #2c2c2c;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}

.container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto 0 auto;
}

header,
main,
footer,
section {
  display: block;
  position: relative;

  width: 100%;
}
a {
  text-decoration: none;
  display: block;
}
header {
  flex: 0 0 auto;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.my-site {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
.aligt-items {
  align-items: center;
}
.justify-content {
  justify-content: space-between;
}
.container {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.d-flex {
  display: flex;
}
.header {
  background: #fff;
  padding: 10px 0;
}
.header-content {
  justify-content: space-between;
  align-items: center;
}
.menu-header {
  display: flex;
  align-items: center;
}
.header-menu-item:first-child {
  margin-left: 0;
}
.header-menu-item:last-child {
  margin-right: 0;
}
.menu-header {
  border-radius: 50px;
  /* background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.1) 0%,
    rgba(35, 88, 228, 0.1) 100%
  ); */
}
.header-mobile-form {
  display: none;
}
.burger-item {
  display: none;
}
.header-menu-link {
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  padding: 15px 30px;
  border-radius: 50px;
}
.current-menu-item .header-menu-link {
  /* border-radius: 50px; */
}
.header-modal-wrap {
  max-width: 115px;
  width: 100%;
  /*margin-left: 75px;*/
}
.header-btn-link {
  color: #000;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  /* background: var(--Main, linear-gradient(90deg, #f943eb 0%, #2358e4 100%)); */
  border-radius: 85px;
  border: 1px solid #000;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(19px);
}
.header-logo {
  margin-right: 75px;
}
.header-navigation {
  /* width: 100%; */
  justify-content: space-between;
  align-items: center;
}
.header-logo-link {
  width: 100px;
  height: 40px;
}
.header-logo-link svg {
  width: 100%;
  height: 100%;
}
.logo-footer-link {
  width: 100px;
  height: 35px;
}
.logo-footer-link svg {
  width: 100%;
  height: 100%;
}
.logo-footer {
  margin-right: 60px;
}
.footer-contact-wrap {
  margin-bottom: 15px;
}
.footer-contact-wrap:last-child {
  margin-bottom: 0;
}
.footer-contact-title {
  color: #afafaf;
  font-size: 14px;
  margin-right: 5px;
}
.footer-contact-name {
  color: #1b1b1b;
  font-size: 14px;
}
.footer-contact-link {
  align-items: center;
}
.menu-footer {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.footer-menu-item {
  margin: 0 0 10px 0;
}

.footer-menu-item:last-child {
  margin: 0;
}
.footer-content {
  /* justify-content: space-between; */
  align-items: center;
}
.footer-social {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.footer-social-item {
  margin: 0 20px;
}
.footer-social-item:first-child {
  margin-left: 0;
}
.footer-social-item:last-child {
  margin-right: 0;
}
.menu-footer_menu-container {
  margin-right: 60px;
}
.footer-menu-link {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.footer {
  padding: 30px 0 35px 0;
  /* background-image: url("../images/footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1b1b1b; */
  background: #202020;
}
.footer-item:last-child {
  text-align: right;
}
.dev-mkey {
  margin-bottom: 5px;
}
.dev-mkey-link {
  justify-content: flex-end;
  align-items: flex-end;
}
.footer-policy {
  margin-bottom: 15px;
}
.footer-policy-link {
  font-size: 14px;
  color: #1b1b1b;
  text-decoration: underline;
}
.footer-artwedding-text {
  font-size: 14px;
  color: #1b1b1b;
  margin-bottom: 15px;
}
.dev-mkey-title {
  font-size: 14px;
  color: #1b1b1b;
  margin-right: 5px;
}
.dev-mkey-img {
  width: 43px;
  height: 18px;
}
.dev-mkey-img svg {
  width: 100%;
  height: 100%;
}
.form-title {
  color: #1b1b1b;
  font-weight: 700;
  line-height: 130%; /* 41.6px */

  font-size: 32px;
  margin-bottom: 10px;
}
.form-text {
  margin-bottom: 15px;
  font-size: 19px;
  color: #1b1b1b;
  max-width: 450px;
  width: 100%;
}
.form-img {
  width: 168px;
  height: 243px;
  margin-right: 80px;
  margin-left: auto;
}
.form-img img {
  height: 100%;
  display: block;
}
.form-block {
  background-image: url("../images/bg-form.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 85px 0 30px 0;
  max-width: 1800px;
  width: 100%;
  margin: 150px auto 0;
}
.form-info {
  max-width: 540px;
  width: 100%;
}
.form-wrap {
  max-width: 590px;
  width: 100%;
}
.form-flex {
  justify-content: space-between;
}
.form-wrap-top {
  justify-content: space-between;
}
.form-wrap-top .form-bottom-wrap {
  max-width: 290px;
  width: 100%;
}
.form-input {
  width: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px 20px;
  color: rgba(120, 120, 120, 1);
  border-radius: 10px;
  margin-bottom: 10px;
}
.form-input::placeholder {
  color: rgba(120, 120, 120, 1);
}
.form-btn-wrap {
  max-width: 275px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.form-btn {
  border-radius: 50px;
  background: var(--Main, linear-gradient(90deg, #f943eb 0%, #2358e4 100%));
  cursor: pointer;
  width: 100%;
  padding: 12px 80px;
  color: #fff;

  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}
.textarea-wrap {
  margin-bottom: 40px;
  height: 130px;
}
.textarea-input {
  height: 100%;
}
.textarea-wrap p {
  height: 100%;
}
.title {
  color: #1b1b1b;

  font-size: 48px;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
  text-transform: capitalize;
}
.reviews-title {
  align-items: center;
  margin-bottom: 20px;
}
.reviews-title .title {
  margin-right: 50px;
}
.reviews-title-img {
  height: 50px;
}
.reviews-text {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 130%; /* 24.7px */
  max-width: 480px;
  width: 100%;
  padding: 0 20px;
  position: relative;
}
.reviews-text span {
  font-size: 40px;
  color: #b084d3;
  position: absolute;
}
.reviews-text span:first-child {
  top: -5px;
  left: 0;
}
.reviews-text span:last-child {
  bottom: -25px;
  right: 0;
}
.reviews-priority {
  padding: 15px 20px;
  color: #1b1b1b;
  font-size: 19px;
  font-weight: 600;
  line-height: 130%; /* 24.7px */
  border-radius: 31px;
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.1) 0%,
    rgba(35, 88, 228, 0.1) 100%
  );
  max-width: 290px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.reviews-item {
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}
.reviews-stars {
  width: 110px;
  height: 20px;
  margin-bottom: 35px;
}
.reviews-text-main {
  color: #1b1b1b;
  font-size: 19px;
  line-height: 130%; /* 23.4px */
  margin-bottom: 20px;
}
.container-slider {
  max-width: 1555px;
  width: 100%;
  margin-left: auto;
  /* padding: 0 0 0 20px; */
  margin-bottom: 30px;
}
.swiper-reviews-pagination {
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(169, 169, 169);
}
.swiper-pagination-bullet-active {
  background: #3e3e3e;
}
.reviews-block {
  background: #f9faff;
}
.reviews-item.swiper-slide-active {
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.1) 0%,
    rgba(35, 88, 228, 0.1) 100%
  );
}
.stages-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.stages-button-prev,
.stages-button-next {
  cursor: pointer;
}
.stages-button-next {
  margin-left: 30px;
}
.stages-text-main {
  color: #1b1b1b;
  font-family: Montserrat;
  font-size: 19px;
  line-height: 130%; /* 24.7px */
  margin-bottom: 45px;
  max-width: 1000px;
  width: 100%;
}
.stages-item.swiper-slide {
  padding: 30px;
  background-color: #fff;
  transform: scale(0.9);
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.9s ease-in-out;
  height: auto;
  display: flex;
  flex-direction: column;
}

.stages-item.swiper-slide-active {
  transform: scale(1);
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.2) 0%,
    rgba(35, 88, 228, 0.2) 100%
  );
  margin-right: 15px;
  transition: all 0.9s ease-in-out;
}
.stages-item.swiper-slide.swiper-slide-next {
  transition: all 0.9s ease-in-out;
  transform: scale(0.9);
}
.stages-item.swiper-slide.swiper-slide-prev {
  transition: all 0.9s ease-in-out;
  transform: scale(0.9);
}
.stages-number {
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 15px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.stages-title-item {
  color: #1b1b1b;

  font-size: 20px;
  font-weight: 700;
  line-height: 130%; /* 26px */
  margin-bottom: 20px;
}
.stages-text {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 130%; /* 23.4px */
  margin-bottom: 50px;
}
.stages-img {
  border-radius: 10px;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  display: flex;
  align-items: end;
  flex: 1 0 auto;
}
.stages-img img {
  height: auto;
}
.stages-item.swiper-slide-active .stages-img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.our-company-title,
.prices-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.our-company-title-btn-wrap {
  max-width: 225px;
  width: 100%;
}
.our-company-title-btn {
  width: 100%;
  padding: 12px 0;
  color: #fff;

  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  border-radius: 50px;
  background: var(--Main, linear-gradient(90deg, #f943eb 0%, #2358e4 100%));
  text-align: center;
}
.our-company-text-main {
  color: #1b1b1b;
  font-size: 19px;
  line-height: 130%; /* 24.7px */
  margin-bottom: 45px;
}
.our-company-item-title {
  color: #1b1b1b;

  font-size: 40px;
  font-weight: 700;
  line-height: 130%; /* 52px */
  margin-bottom: 20px;
}
.our-company-item-text {
  color: #1b1b1b;
  font-weight: 500;
  line-height: 130%; /* 26px */
  font-size: 20px;
}
.our-company-content {
  gap: 20px;
}
.our-company-item-wrap {
  max-width: 25%;
  width: 100%;
  height: 285px;
  border-radius: 50%;
  background-color: rgba(117, 80, 231, 0.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.our-company-item {
  width: 100%;
}
.our-company-item-wrap:nth-child(2) {
  border-radius: 50% 50% 0% 0%;
  background-color: rgba(249, 67, 235, 0.3);
}
.our-company-item-wrap:nth-child(3) {
  border-radius: 25% 0;
  background-color: rgba(177, 74, 233, 0.2);
}
.our-company-item-wrap:nth-child(4) {
  border-radius: 0% 50% 50% 50%;
  background-color: rgba(104, 146, 255, 0.3);
}
.our-company-item-wrap:last-child .our-company-item-title {
  width: 90px;
  height: 41px;
  margin: 0 auto 20px;
}
.our-company-item-wrap:last-child .our-company-item-title svg {
  width: 100%;
  height: 100%;
}
.stages-block {
  margin-bottom: 150px;
}
.our-company {
  margin-bottom: 150px;
}
.services-title {
  margin-bottom: 30px;
}
.services-text-main {
  color: #1b1b1b;
  font-size: 19px;
  line-height: 130%; /* 24.7px */
  margin-bottom: 35px;
}
.services-block {
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.1) 0%,
    rgba(35, 88, 228, 0.1) 100%
  );
  max-width: 1800px;
  width: 100%;
  padding: 60px 0;
  margin: 0 auto 150px;
}
.services-content {
  flex-wrap: wrap;
  gap: 20px;
}
.services-item {
  padding: 20px;
  background-color: #fff;
  max-width: 49%;
  width: 100%;
  border-radius: 20px;
}
.services-item:nth-child(2) {
  background: #cedbff;
}
.services-item:nth-child(3) {
  background: #f4b7f8;
}
.services-item-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.services-item-btn-title {
  color: #1b1b1b;
  font-weight: 700;
  line-height: 130%; /* 23.4px */

  font-size: 18px;
}
.services-item-btn-img {
  width: 50px;
  height: 50px;
}
.services-item-btn {
  margin-bottom: 20px;
}
.services-item-title {
  border-radius: 31px;
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.1) 0%,
    rgba(35, 88, 228, 0.1) 100%
  );
  width: fit-content;
  padding: 7px 20px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;

  line-height: 130%; /* 20.8px */
}
.services-item-text {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 130%; /* 23.4px */
}
.prices-title-btn-wrap {
  max-width: 275px;
  width: 100%;
}
.prices-text-main {
  color: #1b1b1b;
  font-size: 19px;
  line-height: 130%; /* 24.7px */
  max-width: 950px;
  width: 100%;
  margin-bottom: 45px;
}
.prices-link-main {
  color: #1b1b1b;
  font-size: 19px;
  line-height: 130%; /* 24.7px */
  font-weight: 600;
  text-decoration-line: underline;
}
.prices-item {
  padding: 20px 15px;
  border-radius: 20px;
  background: #fff;
  /* height: 440px; */
  max-width: 230px;
  width: 100%;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  opacity: 1;
  height: 430px;
}
.prices-item-show-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 120px;
}
.prices-item-title {
  color: #1b1b1b;

  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  text-align: center;
  margin-bottom: 120px;
}
.prices-item-price {
  max-width: 210px;
  width: 100%;
  padding: 15px 30px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.1) 0%,
    rgba(35, 88, 228, 0.1) 100%
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-price {
  color: #1b1b1b;

  font-size: 28px;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
}
.old-price {
  color: #606060;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  text-decoration: line-through;
}
.prices-item-show-title {
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  background: var(--Grad1, linear-gradient(90deg, #f943eb 0%, #2358e4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-active-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: none;
}
.prices-item-text {
  margin-bottom: 70px;
  color: #1b1b1b;
  line-height: 130%; /* 20.8px */
  display: none;
}
.price-active-icon svg {
  width: 100%;
  height: 100%;
}
.price-item-btn-order-wrap {
  max-width: 50%;
  width: 100%;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.price-item-btn-order {
  width: 100%;
  color: #fff;

  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  border-radius: 50px;
  background: var(--Main, linear-gradient(90deg, #f943eb 0%, #2358e4 100%));
  padding: 21px;
  text-align: center;
}
.price-bottom-btn-wrap {
  align-items: center;
  justify-content: space-between;
  /* flex: 1 0 auto; */
}
.prices-item.active {
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.1) 0%,
    rgba(35, 88, 228, 0.1) 100%
  );
  max-width: 490px;
  width: 100%;
}
.prices-item.active .prices-item-show-btn {
  display: none;
}
.prices-item.active .price-active-icon {
  display: block;
}
.prices-item.active .prices-item-text {
  display: block;
}
.prices-item.active .prices-item-title {
  text-align: left;
  margin-bottom: 20px;
}
.prices-item.active .price-item-btn-order-wrap {
  display: block;
  opacity: 1;
  visibility: visible;
}
.prices-item.active .prices-item-price {
  /* max-width: 45%;
  padding: 15px 30px; */
}
.prices-item.active .price-bottom-btn-wrap {
  margin-top: 5px;
}
.prices-item-show-img {
  width: 50px;
  height: 50px;
}
.prices-item-show-img img {
  width: 100%;
  height: 100%;
}
.prices-content {
  gap: 20px;
}
.prices-block {
  margin-bottom: 150px;
}
.main-block {
  margin-top: 100px;
  margin-bottom: 150px;
}
.main-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.main-title-first {
  color: #1b1b1b;

  font-size: 96px;
  font-weight: 700;
  line-height: 130%; /* 124.8px */
  margin-right: 15px;
}
.main-title-second {
  color: #1b1b1b;

  font-size: 82px;
  font-weight: 300;
  line-height: 130%; /* 106.6px */
}
.main-text-first {
  color: #1b1b1b;
  font-size: 19px;
  line-height: 130%; /* 24.7px */
  text-align: center;
  margin-bottom: 10px;
}
.main-text-second {
  color: #1b1b1b;
  font-size: 19px;
  line-height: 130%; /* 24.7px */
  text-align: center;
  font-weight: 500;
  margin-bottom: 35px;
}
.main-btn-wrap {
  max-width: 260px;
  width: 100%;
}
.main-btn {
  color: #fff;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  border-radius: 85px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(19px);
  font-size: 20px;
  font-weight: 300;
  line-height: 130%; /* 23.4px */
  text-transform: uppercase;
}
.portfolio-block {
  margin-bottom: 150px;
}
.portfolio-title {
  margin-bottom: 20px;
}
.portfolio-main-text {
  color: #1b1b1b;
  font-size: 19px;
  line-height: 130%; /* 24.7px */
  margin-bottom: 30px;
}
.tab-btn {
  width: 50%;
  text-align: center;
  padding: 25px 0;
  border-radius: 20px 0px 0px 20px;
  background: #fff;
  cursor: pointer;
  color: #000;

  font-size: 20px;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
.tab-btn:last-child {
  border-radius: 0px 20px 20px 0px;
}
.tab-btn.active {
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.1) 0%,
    rgba(35, 88, 228, 0.1) 100%
  );
}
.tab-content-block {
  display: none;
}
.tab-content-block.active {
  display: block;
}
.tab-item img {
  border-radius: 20px;
}
.tab-item {
  position: relative;
}
.video-icon-play-portfolio {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.tab-btn-wrap {
  margin-bottom: 30px;
}
.swiper-tab-pagination,
.swiper-tab-pagination-2 {
  display: flex;
  justify-content: center;
}
.stages-slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.tab-content {
  margin-bottom: 40px;
}
.why-us-block {
  padding: 40px 0 150px 0;
  border-radius: 20px;
  /* background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.1) 0%,
    rgba(35, 88, 228, 0.1) 100%
  ); */
  background-image: url("../images/why-us-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 150px;
  border-radius: 20px;
}
.title-why-us {
  margin-bottom: 70px;
}
.why-us-item {
}
.why-us-item-wrap {
  max-width: 387px;
  width: 100%;
  height: 455px;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8bdf8;
  transform: rotate(-4.997deg);
  margin-top: -35px;
}
.why-us-item-wrap:nth-child(2) {
  background: #fff;
  transform: rotate(8deg);
  margin-top: 40px;
}
.why-us-item-wrap:nth-child(3) {
  background: #cdd4fe;
  transform: rotate(-8deg);
  margin-top: -35px;
}
.why-us-item-title {
  color: #1b1b1b;

  font-size: 20px;
  font-weight: 700;
  line-height: 130%; /* 26px */
  margin-bottom: 15px;
  text-align: center;
}
.why-us-item-text {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 130%; /* 23.4px */
  text-align: center;
}
.prices-item {
  display: flex;
}
.prices-item-show-btn {
  width: auto;
}
.page-title {
  color: #303030;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 130%; /* 83.2px */
  margin-top: 100px;
}
.page-title-price {
  margin-bottom: 50px;
  padding: 0 20px;
}
.price-slider-item {
  padding: 20px 20px 30px 20px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.1) 0%,
    rgba(35, 88, 228, 0.1) 100%
  );
}
.price-slider-item-top {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 20px;
}
.price-slider-item-title {
  color: #000;

  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
}
.price-slider-item-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.price-slider-item-icon svg {
  width: 100%;
  height: 100%;
}
.price-slider-item-time {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.price-slider-list {
  padding: 15px 15px 45px 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  list-style: inside;
  margin-bottom: 20px;
}
.price-item-list {
  color: #3c3c3c;
  margin-bottom: 10px;
}
.price-item-list.fw-500 {
  font-weight: 500;
}
.btn-price-first {
  padding: 15px;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  margin-right: 10px;
}
.btn-price-new {
  color: #1b1b1b;

  font-size: 24px;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  margin-right: 15px;
  white-space: nowrap;
}
.btn-price-old {
  color: #b7b7b7;

  font-size: 18px;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  text-decoration: line-through;
  white-space: nowrap;
}
.btn-price-second-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-price-second {
  padding: 15px;
  border-radius: 50px;
  background: var(--Main, linear-gradient(90deg, #f943eb 0%, #2358e4 100%));
  color: #fff;

  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
.prices-slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 160px;
}
.price-slider-item.swiper-slide {
  transform: scale(0.8);
  backdrop-filter: blur(2.5px);
  transition: all 0.9s ease-in-out;
}
.price-slider-item.swiper-slide.swiper-slide-prev,
.price-slider-item.swiper-slide.swiper-slide-next {
  transform: scale(0.9);
  backdrop-filter: blur(1.5px);
  transition: all 0.9s ease-in-out;
}
.price-slider-item.swiper-slide-active {
  transform: scale(1);
  transition: all 0.9s ease-in-out;
}
.prices-slider-btn-wrap {
  position: absolute;
  top: -115px;
  right: 20px;
}
.prices-slider-button-next,
.prices-slider-button-prev {
  cursor: pointer;
}
.prices-slider-button-next {
  margin-left: 30px;
}
.ticker {
  background-color: #fff;
  margin-bottom: 60px;
}
.ticker-item {
  margin: 0 15px;
  color: #f8c3f9;

  font-size: 36px;
  font-weight: 700;
  line-height: 130%; /* 46.8px */
  text-transform: capitalize;
  white-space: nowrap;
}
.price-package-block {
  justify-content: center;
  align-items: center;
}
.price-img-package {
  height: 325px;
  width: 225px;
}
.price-package-block .price-slider-item-title {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}
.price-package-block .price-slider-item-time-text {
  font-size: 14px;
  font-style: italic;
}
.price-package-block .price-slider-item-top {
  margin-right: 10px;
  margin-bottom: 15px;
  max-width: 33%;
  width: 100%;
}
.price-package-block .price-slider-item-top:last-child {
  margin-right: 0px;
}

.price-package-block .price-slider-item {
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.3) 0%,
    rgba(35, 88, 228, 0.3) 100%
  );
  max-width: 490px;
  width: 100%;
}
.price-package-block .btn-price-first {
  max-width: 50%;
  width: 100%;
  justify-content: center;
}
.price-package-block .btn-price-new {
  margin-right: 5px;
}
.price-package-block .btn-price-second-wrap {
  max-width: 50%;
  width: 100%;
}
.price-package-title {
  padding: 20px;
  border-radius: 20px;
  background: #f943eb;
  align-items: center;
  margin-bottom: 10px;
}
.price-package-name {
  font-size: 24px;
  font-weight: 700;
  margin-right: 15px;
  color: #fff;
}
.bg-fff {
  border-radius: 32px;
  background: #fff;
  padding: 5px 20px;
}
.price-package-name-subname {
  /* border-radius: 32px;
  background: #fff;
  padding: 5px 20px; */

  font-size: 24px;
  font-weight: 700;
  background: var(--Grad1, linear-gradient(90deg, #f943eb 0%, #2358e4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-package-block .price-slider-item:last-child .price-package-title {
  background: #5353e6;
}
.price-package-block {
  margin-bottom: 40px;
}
.price-main-text {
  padding: 40px 35px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 150px;
}
.price-main-text-first {
  color: #3c3c3c;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.price-main-text-first span {
  font-weight: 600;
}
.price-main-text-second span {
  font-weight: 600;
}
.price-main-text-second {
  max-width: 710px;
  width: 100%;
  color: #3c3c3c;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}
.page-title-portfolio {
  margin-bottom: 20px;
}
.portfolio-item-name {
  color: #303030;

  font-size: 20px;
  font-weight: 700;
  line-height: 130%; /* 26px */
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.2) 0%,
    rgba(35, 88, 228, 0.2) 100%
  );
  padding: 25px;
  max-width: 285px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.swiper-tab-pagination-3 {
  display: flex;
  justify-content: center;
}
.portfolio-item-block {
  margin-bottom: 70px;
}
.portfolio-item-block:last-child {
  margin-bottom: 150px;
}
.page-title-faq {
  margin-bottom: 25px;
}
.faq-content {
  margin-bottom: 40px;
}
.faq-content:last-child {
  margin-bottom: 0;
}
.faq-content-title {
  color: #1b1b1b;

  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.faq-content-item-btn {
  padding: 20px 20px 0px 20px;
  border-radius: 10px;
  background: #fff;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-content-item-btn.active {
  background: #f5f5f5;
  padding: 20px 20px 20px 20px;
}
.faq-content-item-name {
  font-size: 18px;
  color: #1b1b1b;
}
.faq-item-btn {
  width: 20px;
  height: 20px;
  border: 1px solid #1b1b1b;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}
.faq-item-btn:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 9px;
  display: block;
  top: 50%;
  left: 5px;
  background-color: #1b1b1b;
}
.faq-item-btn:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 1px;
  display: block;
  top: 5px;
  left: 50%;
  background-color: #1b1b1b;
  transition: all 0.3s ease;
}
.faq-content-item-text {
  background-color: #fff;
  padding: 20px 20px 0px 20px;
  border-radius: 10px;
  height: 0;
  overflow: hidden;
  /* visibility: hidden; */
  transition: all 0.3s ease;
}
.faq-content-item-text.active p {
  margin-bottom: 20px;
}
.faq-content-item {
  margin-bottom: 20px;
}
.faq-content-item-btn.active .faq-item-btn:after {
  transform: rotate(90deg);
}
.faq-content-item-text p {
  margin-bottom: 0px;
}
.page-title-blog {
  font-size: 48px;
  margin-bottom: 30px;
  text-align: left;
}
.blog-position {
  position: relative;
}
.filter-block {
  max-width: 387px;
  width: 100%;
  margin-right: 30px;
  transition: all 0.4s ease;
}
.filter-block-poistion {
  /* position: sticky;
  top: 30px; */
  padding: 20px;
  border-radius: 20px;
  background: rgba(199, 199, 199, 0.1);
  width: 100%;
}
.filter-item {
  margin-bottom: 10px;
}
.filter-item:last-child {
  margin-bottom: 0;
}
.filter-link {
  align-items: center;
  padding: 15px;
  justify-content: space-between;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.filter-item-name {
  color: #fff;

  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 28px; /* 140% */
}
.filter-link-title {
  border-radius: 10px;
  background: #202020;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.filter-link-title .filter-item-name {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.filter-link-title:hover {
  border-radius: 10px;
  /*background: var(--gold, linear-gradient(90deg, #ffd600 0%, #ff6b00 100%));*/
}
.filter-link-title .filter-item-icon {
  display: block;
}
.custom-categories {
  margin-top: -20px;
}
.custom-categories a {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 10px;
}
.custom-categories .current-cat a {
  background: #fff;
}
.custom-categories .cat-item {
  /*margin-bottom: 40px;*/
}
.custom-categories .cat-item:last-child {
  margin-bottom: 0;
}
.filter-item-icon {
  width: 32px;
  height: 32px;
  display: none;
}
.filter-item-icon svg {
  width: 100%;
  height: 100%;
}
.filter-link.active .filter-item-icon {
  display: block;
}
.filter-link:hover {
  color: #000;
  background: #fff;
}
.filter-block-wrap {
}
.blog-content-block {
  max-width: 800px;
  width: 100%;
}
.blog-content-block-item {
  padding: 10px;
  border-radius: 20px;
  background: #f5f5f5;
  margin-bottom: 25px;
  gap: 10px;
  height: auto;
}
.blog-content-block-item:last-child {
  margin-bottom: 0;
}
.blog-content-item-img img {
  border-radius: 20px;
  object-fit: cover;
}
.blog-content-item-img {
  margin-right: 20px;
}
.blog-content-item-date {
  color: #000;
  font-size: 16px;
  line-height: 18px; /* 112.5% */
  margin-bottom: 20px;
}
.blog-content-item-name {
  color: #000;

  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-content-item-text {
  color: #000;
  font-size: 14px;
  margin-bottom: 30px;
}
.blog-content-item-btn {
  align-items: center;
}
.blog-content-item-btn-text {
  color: #1b1b1b;
  font-weight: 700;
  line-height: 130%; /* 20.8px */

  font-size: 16px;
  margin-right: 5px;
}
.blog-content-item-btn-icon {
  width: 50px;
  height: 50px;
}
.blog-content-item-btn-icon img {
}
.page-title-about {
  margin-bottom: 20px;
}
.about-main-text {
  margin-bottom: 10px;
  color: #1b1b1b;
  text-align: center;
  font-size: 19px;
  line-height: 130%; /* 24.7px */
}
.about-main-text:last-child {
  margin-bottom: 100px;
}
.about-main-quote-block {
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(249, 67, 235, 0.1) 0%,
    rgba(35, 88, 228, 0.1) 100%
  );
  max-width: 1800px;
  width: 100%;
  margin: 0 auto 150px;
}
.about-quote-title {
  color: #000;

  font-size: 48px;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
  margin-bottom: 20px;
}
.about-quote-text {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  line-height: 130%; /* 24.7px */
  margin-bottom: 50px;
}
.about-quote-comment {
  color: #1b1b1b;
  font-size: 19px;
  font-style: italic;
  line-height: 130%; /* 24.7px */
  margin-bottom: 20px;
}
.about-quote-comment-autor {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  background: var(--Grad1, linear-gradient(90deg, #f943eb 0%, #2358e4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 200px;
}
.quote-img {
  max-width: 470px;
  width: 100%;
}
.about-main-quote-info {
  max-width: 800px;
  width: 100%;
}
.quote-info-wrap {
  align-items: center;
}
.blog-item-title {
  font-size: 32px;
  margin-bottom: 25px;
  text-align: left;
  margin-top: 20px;
}
.blog-item-main-img {
  margin-bottom: 20px;
}
.blog-item-line {
  margin-bottom: 40px;
  border-radius: 10px;
  background: #f5f5f5;

  padding: 15px 10px;
  justify-content: space-between;
  align-items: center;
}
.align-center {
  align-items: center;
}
.blog-item-line-title {
  margin-right: 20px;
  color: #000;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
}
.page-blog-item {
  margin-top: 45px;
}
.blog-item-line-inner {
  align-items: center;
}
.blog-item-line-icon {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.blog-item-line-icon svg {
  width: 100%;
  height: 100%;
}
.blog-item-line-time {
  line-height: 18px; /* 112.5% */
}
.blog-item-line-date {
  line-height: 18px; /* 112.5% */
  color: #000;
}
.blog-item-info-title {
  color: #000;

  font-size: 24px;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  margin-bottom: 25px;
}
.blog-item-info-text {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 130%; /* 23.4px */
  margin-bottom: 20px;
}
.blog-item-info-text:last-child {
  margin-bottom: 0;
}
.blog-item-info {
  margin-bottom: 40px;
}
/* .blog-item-info:last-child {
  margin-bottom: 0;
} */
.blog-item-pagination {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
}
.blog-item-pagination-icon {
  width: 40px;
  height: 40px;
}
.blog-item-pagination-icon svg {
  width: 100%;
  height: 100%;
}
.blog-item-pagination-name {
  color: #1b1b1b;

  font-weight: 700;
  line-height: 130%; /* 20.8px */
}
.blog-item-pagination-link {
  align-items: center;
}
.blog-item-pagination-next .blog-item-pagination-name {
  margin-right: 10px;
}
.blog-item-pagination-prev .blog-item-pagination-icon {
  margin-right: 10px;
}
.blog-item-slider-title {
  margin-bottom: 40px;
  font-size: 32px;
  text-align: left;
}
.blog-item-slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 150px;
}
.blog-item-slider-content .blog-content-item-btn-wrap {
  flex: 1 0 auto;
  display: flex;
  align-items: end;
}
.blog-item-slider-content .blog-content-item-right {
  display: flex;
  flex-direction: column;
}
.modal-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.1);
  opacity: 0;
  z-index: -5;
  transition: all 0.5s ease;
}
.modal:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  top: 0;
  left: 0;
}
.modal-form-inner {
  border-radius: 20px;
  background: var(--Main, linear-gradient(90deg, #f943eb 0%, #2358e4 100%));
  position: relative;
  z-index: 1000;
  backdrop-filter: blur(27px);
  max-width: 1200px;
  width: 100%;
  padding: 60px 0;
  position: relative;
  margin: 0 20px;
}
.modal-form .form-flex {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.modal-form .form-text {
  margin: 0 auto 20px;
}
.modal-form.active {
  opacity: 1;
  z-index: 10000;
  transform: scale(1);
}
.close-modal {
  font-size: 48px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  transform: rotate(45deg);
}
.video img {
  border-radius: 32px;
  cursor: pointer;
}
.video {
  position: relative;
}
.video-icon-play {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.modal-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.1);
  opacity: 0;
  z-index: -5;
  transition: all 0.5s ease;
}
.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  z-index: 1;
  max-width: 1240px;
  width: 100%;
}
.modal-video.active {
  opacity: 1;
  z-index: 10000;
  transform: scale(1);
}
.modal-video:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
}
.modal-video-inner video {
  border-radius: 32px;
}
.our-team-title {
  color: #1b1b1b;

  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
.our-team-main-text {
  color: #1b1b1b;
  font-size: 19px;
  line-height: 130%; /* 24.7px */
  margin-bottom: 40px;
}
.our-team-block {
  margin-bottom: 100px;
}
.our-team-content {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.our-team-item {
  max-width: 285px;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.our-team-item-img {
  margin-bottom: 15px;
  height: 336px;
}
.our-team-item-name {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
  margin-right: 10px;
}
.our-team-item-post {
  font-size: 20px;
  font-style: italic;
  line-height: 130%; /* 26px */
  background: var(--Grad1, linear-gradient(90deg, #f943eb 0%, #2358e4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our-team-item-title {
  flex: 1 0 auto;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  transition: 1s all;
  background: #fff;
  opacity: 1;
  visibility: visible;
}
.preloader.done {
  opacity: 0;
  visibility: hidden;
}
.video-inner {
  width: 100%;
  margin: 0 20px;
  background: #fff;
}
.main-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main-content .blog-content-block-item {
  width: 100%;
  gap: 10px;
  height: 100%;
}
.main-content .blog-content-item-right {
  width: 50%;
}
.blog-content-item-right {
  display: flex;
  flex-direction: column;
}
.blog-content-item-btn-wrap {
  display: flex;
  align-items: flex-end;
  flex: 1 0 auto;
}
.blog-content-item-img {
  width: 50%;
  margin: 0;
}
.main-section {
  background-image: url("../images/main-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 100px 0;
  height: 100vh;
}
.main-title {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: "Unbounded", sans-serif;
  /* max-width: 800px;
  width: 100%; */
}
.main-title span {
  /* background: var(--Main, linear-gradient(90deg, #f943eb 0%, #2358e4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ff0009;
  font-size: 64px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  font-family: "Unbounded", sans-serif;
}
.main-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  max-width: 700px;
  width: 100%;
  margin-bottom: 40px;
}
.main-blog-section {
  padding: 50px 0;
}
.bottom-block {
  padding: 20px 15px 20px 20px;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25) inset;
  backdrop-filter: blur(10.5px);
  max-width: 335px;
  width: 100%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
}
.bottom-block-title {
  background: var(--Main, linear-gradient(90deg, #f943eb 0%, #2358e4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bottom-block-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
.bottom-block {
  margin-left: 100px;
}
.wrap-bottom-block {
  align-items: center;
  margin-bottom: 75px;
}
.wrap-bottom-block .bottom-block {
  margin-left: 200px;
  margin-bottom: -100px;
}
.blog-title {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: "Unbounded", sans-serif;
}
.footer-btn-wrap {
  max-width: 115px;
  width: 100%;
  margin-right: 60px;
}
.footer-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  /* background: var(--Main, linear-gradient(90deg, #f943eb 0%, #2358e4 100%)); */
  box-shadow: 0px 0px 8px 0px #000;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  border-radius: 85px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(19px);
}
.blog-content-block-item-wrap {
  padding: 10px;
  width: 50%;
}
.blog-content-item-right {
  width: 50%;
}
.faq-page {
  margin-bottom: 100px;
}
.custom-categories .cat-item.current-cat a {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.show-more-btn {
  color: #000;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
  cursor: pointer;
}
.show-more-btn:hover {
  text-decoration: none;
}
#searchform {
  position: relative;
}
.search {
  padding: 10px 5px 10px 35px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 20px;
  width: 100%;
  border: 1px solid #000;
}
.search-page .page-title {
  margin-bottom: 30px;
}
.search-page {
  margin-bottom: 50px;
}
.search-submit-button {
  border: none;
  background: transparent;
  outline: none;
  width: 17px;
  height: 17px;
  padding: 0;
  cursor: pointer;
}
.search-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.search-submit-button svg {
  width: 100%;
  height: 100%;
  display: block;
}
.main-content p {
  display: block;
  width: 100%;
  text-align: center;
}
.search-wrap {
  margin: 0 20px;
}
.page-blog-item a {
  display: inline-block;
}
.policy-page .page-title {
  color: #1b1b1b;

  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
.policy-page a {
  display: inline-block;
}
.page-blog-item a {
  display: inline-block;
  color: #ff6b00;
  text-decoration: underline;
}
.page-blog-item a strong {
  color: #ff6b00;
  text-decoration: underline;
}
.page-blog-item strong {
  font-weight: 700;
}
.page-blog-item .blog-content-item-btn {
  display: flex;
  text-decoration: none;
}
.page-blog-item .blog-item-pagination a {
  display: flex;
  text-decoration: none;
}
.blog-item-info-text ol li {
  margin-bottom: 10px;
}
.blog-item-info-text ol li:last-child {
  margin-bottom: 0;
}
.blog-item-info-text ol {
  margin-bottom: 20px;
}
.blog-item-info-text h4 {
  margin-bottom: 10px;
}
.blog-item-info-text h3 {
  margin-bottom: 15px;
}
.blog-item-info-text h5 {
  margin-bottom: 15px;
}
.blog-item-info-text h2 {
  margin-bottom: 15px;
}
.blog-item-info-text h6 {
  margin-bottom: 15px;
}
.blog-item-info-text ul li {
  margin-bottom: 10px;
}
.blog-item-info-text ul li:last-child {
  margin-bottom: 0;
}
.page-blog-item ul {
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 13px;
}
.page-blog-item .rank-math-breadcrumb a {
  color: #000;
  text-decoration: none;
}
.blog-page {
  padding-bottom: 50px;
}
li::marker {
  color: #ff6b00;
}
blockquote {
  background: linear-gradient(
    90deg,
    rgba(255, 107, 0, 0.1) 0%,
    rgba(255, 214, 0, 0.1) 100%
  );
  padding: 10px 20px;
  border-radius: 0 20px 20px 0;
  margin-bottom: 10px;
  position: relative;
}
blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  z-index: 10;
  background: orange;
}
.page-blog-item strong a {
  font-weight: 700;
}
.main-page .blog-content-item-name {
  font-size: 16px;
}
.main-page .blog-content-item-btn-icon {
  width: 30px;
  height: 30px;
}
.main-page .blog-content-item-date {
  display: none;
}
.blog-item-slider .blog-content-item-text {
  margin-bottom: 0;
}
em,
em * {
  font-style: italic !important;
}
ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.blog-item-info-text ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.blog-item-info-text pre {
  display: block;
  font-family: monospace;
  unicode-bidi: isolate;
  white-space: pre;
  margin: 1em 0px;
}
.blog-item-info-text ol li {
  margin-bottom: 10px;
  line-height: 135%;
}
.blog-item-info-text ol li:last-child {
  margin-bottom: 0;
}
.blog-item-info-text ol {
  margin-bottom: 20px;
}
.blog-item-info-text h4 {
  margin-bottom: 15px;
}
.blog-item-info-text h3 {
  margin-bottom: 15px;
}
.blog-item-info-text h5 {
  margin-bottom: 15px;
}
.blog-item-info-text h2 {
  margin-bottom: 15px;
}
.blog-item-info-text h6 {
  margin-bottom: 15px;
}
.blog-item-info-text ul li {
  margin-bottom: 10px;
  line-height: 135%;
}
.blog-item-info-text ul li:last-child {
  margin-bottom: 0;
}
.page-blog-item a {
  display: inline-block;
  color: #f943eb;
  text-decoration: underline;
}
.page-blog-item strong {
  font-weight: 700;
}
.page-blog-item .blog-content-item-btn {
  display: flex;
  text-decoration: none;
}
.page-blog-item .blog-item-pagination a {
  display: flex;
  text-decoration: none;
}
.blog-item-info-text ol li {
  margin-bottom: 10px;
  line-height: 135%;
}
.blog-item-info-text ol li:last-child {
  margin-bottom: 0;
}
.blog-item-info-text ol {
  margin-bottom: 20px;
}
.blog-item-info-text h4 {
  margin-bottom: 15px;
}
.blog-item-info-text h3 {
  margin-bottom: 15px;
}
.blog-item-info-text h5 {
  margin-bottom: 15px;
}
.blog-item-info-text h2 {
  margin-bottom: 15px;
}
.blog-item-info-text h6 {
  margin-bottom: 15px;
}
.blog-item-info-text ul li {
  margin-bottom: 10px;
  line-height: 135%;
}
.blog-item-info-text ul li:last-child {
  margin-bottom: 0;
}
.blog-item-info-text p {
  margin-bottom: 10px;
}
.blog-content-block-item-wrap {
  display: none;
}
.blog-content-block-item-wrap.visible {
  display: block;
}
.blog-page .blog-content-block-item-wrap {
  max-width: 100%;
  width: 100%;
}
