.btn-gr {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-gr .btn-primary {
  border-radius: 8px;
  background: #73c1ff;
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-decoration: none;
  display: inline;
  min-width: 200px;
  margin: 0 auto;
  padding: 15px 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn-gr .btn-primary {
    padding: 18px 30px 14px;
    width: 100%;
  }
}
.btn-gr .btn-primary:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 0 4px rgba(64, 163, 229, 0.72);
  box-shadow: 0 0 0 4px rgba(64, 163, 229, 0.72);
}

.btn-primary {
  border-radius: 8px;
  background: var(--gr, linear-gradient(140deg, #73c1ff 0%, #1359e0 100%));
  padding: 12px 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  border: 0;
}
.btn-primary:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(64, 163, 229, 0.72);
  box-shadow: 0 0 0 4px rgba(64, 163, 229, 0.72);
}

.btn-more {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-more .btn-primary {
  border-radius: 8px;
  background: #73c1ff;
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-decoration: none;
  display: inline;
  min-width: 200px;
  margin: 0 auto;
  padding: 15px 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn-more .btn-primary {
    padding: 18px 30px 14px;
    width: 100%;
  }
}
.btn-more .btn-primary:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 0 4px rgba(64, 163, 229, 0.72);
  box-shadow: 0 0 0 4px rgba(64, 163, 229, 0.72);
}

@media screen and (max-width: 1199px) {
  body.on:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(16, 109, 171, 0.6);
  }
}
@media screen and (max-width: 768px) {
  body.overlay:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(16, 109, 171, 0.6);
  }
}

.filtr-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 0 0;
}
.filtr-block .label-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filtr-block .filtr-label {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  padding: 10px 0;
}
.filtr-block .filtr-item {
  border-bottom: 1px solid #e5e5e5;
  max-height: 420px;
  overflow-y: auto;
}
.filtr-block .filtr-item._active .ico-arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.filtr-block .filtr-body {
  display: none;
}
.filtr-block .filtr-body li {
  margin-bottom: 15px;
}
.filtr-block .filtr-body._active {
  display: block;
}
.filtr-block ::-webkit-scrollbar {
  display: none;
}

main .scr-cat {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 1199px) {
  main .scr-cat {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  main .scr-cat {
    display: block;
  }
}
main .scr-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  main .scr-cat ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  main .scr-cat ul li {
    margin-bottom: 15px;
  }
}
main .scr-cat ul li a,
main .scr-cat ul li button {
  border-radius: 8px;
  border: 1px solid rgba(126, 126, 126, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  gap: 10px;
  color: #151515;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
main .scr-cat ul li a:hover,
main .scr-cat ul li button:hover {
  background: #73c1ff;
}

.area {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 30px);
}
@media screen and (max-width: 1199px) {
  .area {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .area {
    width: calc(100% - 30px);
  }
}

section {
  margin: 140px 0 0;
}
@media screen and (max-width: 1199px) {
  section {
    margin: 70px 0 0;
  }
}
section .title-hfsr {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
section .title-hfsr .title {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 96.429% */
  letter-spacing: -0.56px;
}
@media screen and (max-width: 1199px) {
  section .title-hfsr .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  section .title-hfsr .title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}
section .title-hfsr .subttle {
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  text-transform: uppercase;
  padding: 20px 0;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  section .title-hfsr .subttle {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  section .title-hfsr .subttle {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
section.accounts {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  section.accounts {
    padding: 0;
  }
}
.title-generate{
  margin-top: 1em;
}
section .cass-wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 30px;
  padding: 35px 0 0;
}
@media screen and (max-width: 1199px) {
  section .cass-wrap {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  section .cass-wrap {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 30px;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  section .slder-navigator .swiper-button-prev,
  section .slder-navigator .swiper-button-next {
    display: none;
  }
}
section .slder-navigator .swiper-paginations {
  display: none;
}
@media screen and (max-width: 768px) {
  section .slder-navigator .swiper-paginations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0;
  }
}
section .slder-row {
  position: relative;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.2);
}
section .slder-row:hover {
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12),
    0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12),
    0px 10px 32px -4px rgba(24, 39, 75, 0.1);
}
section .slder-row._vip {
  background: var(--gr, linear-gradient(140deg, #73c1ff 0%, #1359e0 100%));
  padding: 5px;
  border-radius: 18px;
}
section .slder-row .cart-cover {
  max-width: 380px;
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px) {
  section .slder-row .cart-cover {
    max-width: none;
    height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  section .slder-row .cart-cover {
    max-width: none;
    /*  height: 340px;*/
    height: 20rem;
  }
}
section .slder-row .cart-cover img {
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
  -o-object-position: top;
  object-position: top;
}
section .slder-row .triale {
  position: absolute;
  right: -30px;
  top: 18px;
  max-width: 200px;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  place-content: center;
}
@media screen and (max-width: 1199px) {
  section .slder-row .triale {
    max-width: 180px;
    padding: 3px 0 5px;
  }
}
section .slder-row .triale._free {
  color: var(--main-color-white, #fff);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(124deg, #471fff 2.23%, #68ffc3 100%);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
section .slder-row .prof-link {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #fff;
}
section .slder-row .prof-link a {
  color: #ffffff;
  text-decoration: none;
}
section .slder-row .prof-link .link-wraper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
section .slder-row .sart-data {
  position: relative;
  padding: 15px 15px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0px 0px 16px 16px;
}
section .slder-row .dags-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section .slder-row .dags-wrap .nick-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section .slder-row .dags-wrap .nick-wraper .peapl-nick {
  color: rgba(49, 49, 49, 0.7);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
section .slder-row .dags-wrap .nick-wraper .peapl-nick a {
  text-decoration: none;
  color: rgba(49, 49, 49, 0.7);
}
section .slder-row .dags-wrap .nick-wraper .peapl-nick .ads {
  color: rgba(49, 49, 49, 0.7);
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-right: 5px;
  font-feature-ndstings: 'pnum' on, 'lnum' on;
  color: #000000;
}
section .slder-row .dags-wrap .nme-blok {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 0;
}
section .slder-row .dags-wrap .nme-blok .papl-name {
  color: #191e1d;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: #000000;
}
@media screen and (max-width: 1199px) {
  section .slder-row .dags-wrap .nme-blok .papl-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  section .slder-row .dags-wrap .nme-blok .papl-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
  }
}
section .slder-row .dags-wrap .nme-blok .papl-name a {
  color: #000000;
  text-decoration: none;
}
section .slder-row .dags-wrap .nme-blok .prfile-cost {
  color: #73c1ff;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
@media screen and (max-width: 1199px) {
  section .slder-row .dags-wrap .nme-blok .prfile-cost {
    font-size: 14px;
    line-height: 18px;
  }
}
section .slder-row .dags-wrap .data-fer {
  border-top: 1px solid #e6e6e6;
  margin: 10px 0;
}
section .slder-row .dags-wrap .data-fer .data-row {
  padding: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  color: #1a1c1b;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
section .slder-row .dags-wrap .data-fer .data-row .like-counter,
section .slder-row .dags-wrap .data-fer .data-row .photo-counter,
section .slder-row .dags-wrap .data-fer .data-row .video-counter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.search_by_location {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promote {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promote .promoter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .promote .promoter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.promote .promoter-wrap .prs-side {
  max-width: 580px;
}
@media screen and (max-width: 1199px) {
  .promote .promoter-wrap .prs-side {
    max-width: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.promote .promoter-wrap .prs-side .prs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.promote .promoter-wrap .prs-side .prs-row .prs-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .promote .promoter-wrap .prs-side .prs-row .prs-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .promote .promoter-wrap .prs-side .prs-row .prs-title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    display: none;
  }
}
.promote .promoter-wrap .prs-side .prs-row ul {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .promote .promoter-wrap .prs-side .prs-row ul {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .promote .promoter-wrap .prs-side .prs-row ul {
    margin: 0;
    width: 100%;
  }
}
.promote .promoter-wrap .prs-side .prs-row ul li {
  margin-bottom: 20px;
}
.promote .promoter-wrap .prs-side .prs-row ul li .li-span {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  padding: 0 50px;
}
@media screen and (max-width: 1199px) {
  .promote .promoter-wrap .prs-side .prs-row ul li .li-span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .promote .promoter-wrap .prs-side .prs-row ul li .li-span {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 0 30px;
  }
}
.promote .promoter-wrap .prs-side .prs-row ul li .li-span:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2316BFFD'/%3E%3Cpath d='M14.1267 22.1844C13.974 22.338 13.7656 22.4238 13.5491 22.4238C13.3327 22.4238 13.1243 22.338 12.9716 22.1844L8.35901 17.5711C7.88033 17.0924 7.88033 16.3162 8.35901 15.8384L8.93657 15.2607C9.4154 14.782 10.1907 14.782 10.6694 15.2607L13.5491 18.1406L21.3306 10.359C21.8094 9.88033 22.5855 9.88033 23.0634 10.359L23.641 10.9367C24.1196 11.4154 24.1196 12.1915 23.641 12.6694L14.1267 22.1844Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .promote .promoter-wrap .prs-side .prs-row ul li .li-span:before {
    width: 24px;
    height: 24px;
    background-size: cover;
  }
}
.promote .promoter-wrap .prs-side .prs-row ul li .li-text {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding: 15px 50px 0;
}
@media screen and (max-width: 1199px) {
  .promote .promoter-wrap .prs-side .prs-row ul li .li-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .promote .promoter-wrap .prs-side .prs-row ul li .li-text {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 10px 30px 0;
  }
}
.promote .promoter-wrap .btn-gr {
  max-width: 360px;
}
@media screen and (max-width: 1199px) {
  .promote .promoter-wrap .btn-gr {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promote .promoter-wrap .btn-gr {
    max-width: none;
  }
}
.promote .promoter-wrap .btn-gr .btn-primary {
  border-radius: 16px;
  padding: 15px 0;
}
.promote .promoter-wrap .prs-right {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promote .promoter-wrap .prs-right .prs-title {
  display: none;
}
@media screen and (max-width: 1199px) {
  .promote .promoter-wrap .prs-right .prs-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .promote .promoter-wrap .prs-right .prs-title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    display: block;
  }
}
.promote .promoter-wrap .prs-right .prs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .promote .promoter-wrap .prs-right .prs-row {
    padding: 30px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .promote .promoter-wrap .prs-right .prs-row {
    padding: 30px 0;
  }
}
.promote .promoter-wrap .prs-right .prs-row .ply-img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 260px;
  height: 400px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 28.4211px;
}
@media screen and (max-width: 1199px) {
  .promote .promoter-wrap .prs-right .prs-row .ply-img {
    max-width: 176px;
    height: 270px;
  }
}
@media screen and (max-width: 768px) {
  .promote .promoter-wrap .prs-right .prs-row .ply-img {
    max-width: 160px;
    height: 240px;
  }
}
.promote .promoter-wrap .prs-right .prs-row .ply-img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promote .promoter-wrap .prs-right .prs-row .ply-img:nth-child(2) {
  margin-top: 70px;
  max-width: 380px;
  height: 420px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .promote .promoter-wrap .prs-right .prs-row .ply-img:nth-child(2) {
    max-width: 176px;
    height: 270px;
  }
}
@media screen and (max-width: 768px) {
  .promote .promoter-wrap .prs-right .prs-row .ply-img:nth-child(2) {
    max-width: 160px;
    height: 240px;
  }
}
.promote .promoter-wrap .prs-right .prs-row .ply-img:nth-child(2) img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 140px auto 0;
}
.faq .faq_row {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .faq .faq_row {
    margin: 40px 0 0;
  }
}
.faq .faq_items {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-radius: 8px;
  border: 1px solid #73c1ff;
}
.faq .faq_items .blok_header {
  cursor: pointer;
}
.faq .faq_items .blok_header .title {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}
@media screen and (max-width: 768px) {
  .faq .faq_items .blok_header .title {
    font-size: 16px;
    line-height: 24px;
    max-width: 240px;
  }
}
.faq .faq_items .blok_header .arrow {
  width: 32px;
  height: 32px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.faq .faq_items .blok_header .arrow:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 6V26' stroke='%23212423' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 16H26' stroke='%23212423' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 32px;
  height: 32px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .faq_items .blok_text {
  display: none;
  padding: 25px 25px;
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.faq .faq_items .blok_text a {
  color: #000;
}
.faq .faq_items._active {
  position: relative;
}
.faq .faq_items._active .blok_header {
  position: relative;
  border: 0;
}
.faq .faq_items._active .blok_header .title {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
.faq .faq_items._active .blok_header .arrow {
  width: 32px;
  height: 32px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 50%;
}
.faq .faq_items._active .blok_header .arrow:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 16H26' stroke='%23212423' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 32px;
  height: 32px;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq .faq_items._active .blok_text {
  display: block;
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 20px 25px;
  border-top: 1px solid #73c1ff;
}
.faq .faq_items._active .blok_text a {
  color: #ffffff;
}
.faq .faq_items._active .blok_text p {
  margin-bottom: 15px;
  font-weight: 500;
}
.faq .faq_items._active .blok_text p:last-child {
  margin-bottom: 0;
}
.faq .faq_items .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 25px;
}

.subscribe {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe .subscribe-row {
  border-radius: 12px;
  border: 1px solid #73c1ff;
  background: #f9faff;
  padding: 80px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .subscribe .subscribe-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.subscribe .subscribe-row .subs-left {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 550px;
}
.subscribe .subscribe-row .subs-left .subt-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.subscribe .subscribe-row .subs-left .subt-data .sub-label {
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .subscribe .subscribe-row .subs-left .subt-data .sub-label {
    font-size: 16;
    line-height: 24px;
  }
}
.subscribe .subscribe-row .subs-left .subt-data .sub-title {
  color: #212423;
  font-family: Raleway;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 116.667% */
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1199px) {
  .subscribe .subscribe-row .subs-left .subt-data .sub-title {
    font-size: 32px;
    line-height: 38px;
  }
}
.subscribe .subscribe-row .subs-left .subt-data .sub-text {
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
@media screen and (max-width: 1199px) {
  .subscribe .subscribe-row .subs-left .subt-data .sub-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.subscribe .subscribe-row .subs-left .subt-form {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe .subscribe-row .subs-left .subt-form .input-gr {
  position: relative;
}
.subscribe .subscribe-row .subs-left .subt-form .input-gr .text-field {
  position: relative;
  width: calc(100% - 40px);
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #73c1ff;
  background: #fff;
}
.subscribe
  .subscribe-row
  .subs-left
  .subt-form
  .input-gr
  .text-field::-webkit-input-placeholder {
  color: #1d1f21;
}
.subscribe
  .subscribe-row
  .subs-left
  .subt-form
  .input-gr
  .text-field::-moz-placeholder {
  color: #1d1f21;
}
.subscribe
  .subscribe-row
  .subs-left
  .subt-form
  .input-gr
  .text-field:-ms-input-placeholder {
  color: #1d1f21;
}
.subscribe
  .subscribe-row
  .subs-left
  .subt-form
  .input-gr
  .text-field::-ms-input-placeholder {
  color: #1d1f21;
}
.subscribe
  .subscribe-row
  .subs-left
  .subt-form
  .input-gr
  .text-field::placeholder {
  color: #1d1f21;
}
.subscribe .subscribe-row .subs-left .subt-form .btn-gr {
  width: 100%;
  max-width: 100%;
}
.subscribe .subscribe-row .subs-left .subt-form .btn-gr .btn-primary {
  width: 100%;
  max-width: 100%;
  padding: 18px 0;
}
.subscribe .subscribe-row .subs-right {
  justify-self: flex-end;
  position: relative;
}
.subscribe .subscribe-row .subs-right .subs-item {
  background: rgba(81, 150, 255, 0.1);
  border: 1.17414px solid rgba(255, 255, 255, 0.4);
  border-radius: 46.9657px;
  position: relative;
}
.subscribe .subscribe-row .subs-right .subs-item .items-wrap {
  position: relative;
}
.subscribe .subscribe-row .subs-right .subs-item .items-wrap:after {
  content: '';
  border: 1.17414px solid #73c1ff;
  border-radius: 10.006px;
  background: #73c1ff;
  z-index: 1;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: -10px;
  left: -10px;
  padding: 10px;
}
.subscribe .subscribe-row .subs-right .subs-item .items-wrap .img-cover {
  max-width: 420px;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .subscribe .subscribe-row .subs-right .subs-item .items-wrap .img-cover {
    height: 250px;
  }
}
.subscribe .subscribe-row .subs-right .subs-item .items-wrap .img-cover img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.subscribe .subscribe-row .subs-right .subs-item .subs-info {
  position: absolute;
  background: #ffffff;
  -webkit-box-shadow: 0px 2.34828px 46.9657px 4.69657px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2.34828px 46.9657px 4.69657px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 230px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  padding: 10px 0;
  z-index: 3;
}
.subscribe .subscribe-row .subs-right .subs-item .subs-info .us-name {
  color: #1d1f21;
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
.subscribe .subscribe-row .subs-right .subs-item .subs-info .us-counter {
  color: #000;
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.subscribe .icon_after {
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  height: 94px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .subscribe .icon_after {
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .subscribe .icon_after {
    display: none;
  }
}
.subscribe .icon_after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.all-pages {
  margin: 50px 0 140px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.all-pages._blog_page:before {
  display: none;
}
.all-pages._contact_page::before,
.all-pages._contact_page::after {
  top: 250px;
}
@media screen and (max-width: 1199px) {
  .all-pages._search_page .title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  .all-pages._search_page .subttle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .all-pages {
    margin: 50px 0 50px;
  }
}
.all-pages .body-page {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.all-pages .body-page .title {
  color: #212423;
  font-family: Raleway;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
}
@media screen and (max-width: 768px) {
  .all-pages .body-page .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}
.all-pages .body-page .subttle {
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  padding: 20px 0 0;
}
.all-pages .body-page .btn-more {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.all-pages .body-page .btn-more .btn-primary {
  max-width: 230px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .all-pages .body-page .btn-more .btn-primary {
    max-width: none;
  }
}
.all-pages .categories-lst {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .all-pages .categories-lst {
    padding: 20px 0 0;
  }
}
.all-pages .categories-lst ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .all-pages .categories-lst ul {
    gap: 10px;
  }
}
.all-pages .categories-lst ul li a {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  border: 2px solid rgba(115, 115, 115, 0.3);
  background: rgba(255, 255, 255, 0);
  text-decoration: none;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .all-pages .categories-lst ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .all-pages .categories-lst ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}
.all-pages .categories-lst ul li a:hover {
  background: #73c1ff;
}
.all-pages .load-more {
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #5196ff;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .all-pages .load-more {
    margin: 0px auto 0;
  }
}
.all-pages .load-more.load .ico-load {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cat-filter {
  padding: 30px 0;
  position: relative;
}
.cat-filter .input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cat-filter .input-row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    text-align: center;
  }
}
.cat-filter .input-row .btn-filled {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333b42;
  border: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  border: 1px solid rgba(126, 126, 126, 0.3);
  padding: 8px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cat-filter .input-row .btn-filled {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 20px;
    border: 1px solid #eae9f2;
  }
}
.cat-filter .input-row .btn-filled:hover {
  background: #73c1ff;
  border-color: transparent;
}
.cat-filter .filtr-itm {
  position: relative;
}
@media screen and (max-width: 768px) {
  .cat-filter .filtr-itm {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    text-align: left;
  }
}
.cat-filter .filtr-itm:after {
  display: none;
}
.cat-filter .filtr-itm .clbel {
  color: #151515;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid rgba(126, 126, 126, 0.3);
  background-color: transparent;
  padding: 8px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cat-filter .filtr-itm .clbel {
    border: 1px solid #eae9f2;
    padding: 15px 20px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
}
.cat-filter .filtr-itm .clbel:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.6665L6 6.6665L1 1.6665' stroke='%23333B42' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: relative;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .cat-filter .filtr-itm .clbel:after {
    position: absolute;
    right: 15px;
    display: block;
    margin-left: 0;
  }
}
.cat-filter .filtr-itm .clbel.on {
  background: #73c1ff;
  color: #212423;
  border-color: transparent;
}
.cat-filter .filtr-itm .clbel.on:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.6665L6 6.6665L1 1.6665' stroke='%23212423' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.cat-filter .filtr-itm .clbel.on .ico-prices {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1425 11.1647C11.9558 10.9293 11.6953 10.7803 11.4169 10.7286C11.2321 10.6942 11.0387 10.7032 10.8533 10.7584L10.8039 10.6726C10.7251 10.5355 10.5497 10.4882 10.4124 10.567C10.2753 10.6457 10.228 10.8212 10.3067 10.9585L10.358 11.0471C10.2163 11.1836 10.1123 11.351 10.0515 11.5322C9.96188 11.7998 9.9655 12.0994 10.0805 12.3772C10.2026 12.6725 10.4284 12.898 10.7466 13.0128C11.0168 13.1103 11.3523 13.1237 11.7413 13.0242C12.0118 12.9548 12.2327 12.9595 12.4001 13.0199C12.5568 13.0764 12.6686 13.1877 12.7287 13.3333C12.789 13.4793 12.7911 13.6372 12.7441 13.7778C12.697 13.9187 12.6006 14.0431 12.4652 14.1227C12.3294 14.2025 12.1731 14.2263 12.0265 14.1991C11.8816 14.1722 11.7456 14.0935 11.6474 13.9696C11.5487 13.8456 11.3676 13.8249 11.2435 13.9235C11.1194 14.0222 11.0988 14.2033 11.1974 14.3274C11.3841 14.5629 11.6446 14.7121 11.923 14.7638C12.1081 14.7981 12.3012 14.7894 12.4863 14.7346L12.5363 14.8207C12.6157 14.9578 12.7917 15.0046 12.9288 14.9253C13.066 14.8459 13.1127 14.6699 13.0334 14.5328L12.9827 14.445C13.1242 14.3086 13.2283 14.1414 13.2888 13.9602C13.3784 13.6926 13.3748 13.393 13.2598 13.1152C13.1377 12.8198 12.9117 12.5944 12.5937 12.4799C12.3235 12.3827 11.988 12.3693 11.5993 12.4688C11.3288 12.5379 11.1076 12.5332 10.9402 12.4728C10.7833 12.4163 10.6717 12.3047 10.6116 12.1591C10.5513 12.0132 10.5492 11.8552 10.5962 11.7146C10.6432 11.5743 10.7395 11.4497 10.8751 11.3701C11.0112 11.2901 11.1675 11.2662 11.3135 11.2935C11.4581 11.3203 11.5945 11.3989 11.6926 11.5228C11.7913 11.6468 11.9724 11.6675 12.0966 11.5689C12.2206 11.4702 12.2412 11.2891 12.1426 11.165L12.1425 11.1647ZM11.5279 6.07979C11.2673 6.07979 11.0559 6.29113 11.0559 6.55177C11.0559 6.81241 11.2673 7.02375 11.5279 7.02375C11.7885 7.02375 11.9999 6.81241 11.9999 6.55177C11.9999 6.29113 11.7886 6.07979 11.5279 6.07979ZM10.3015 5.77029C10.1622 5.35591 10.1511 4.89586 10.294 4.45457C10.4487 3.97659 10.7614 3.58697 11.1592 3.33226C11.5579 3.07686 12.043 2.95567 12.5407 3.01472C13.0385 3.07418 13.4811 3.30615 13.8083 3.64739C14.136 3.98958 14.349 4.44227 14.3867 4.94209C14.4241 5.43481 14.2863 5.90799 14.0214 6.2925C13.8157 6.59116 13.532 6.83679 13.1941 6.99748L18.2413 15.739C18.2812 15.8083 18.308 15.8805 18.3221 15.951C18.3502 16.094 18.3312 16.2399 18.2736 16.3674C18.2163 16.4943 18.1188 16.6051 17.991 16.679C17.9266 16.7169 17.8547 16.7445 17.7778 16.7598L14.6148 17.3843C14.5323 17.4006 14.4588 17.4274 14.3878 17.468C14.3211 17.5082 14.2658 17.556 14.2138 17.6152L12.0914 20.0417C12.0404 20.1012 11.9803 20.1494 11.9159 20.1869C11.7889 20.2601 11.6451 20.2889 11.5063 20.2755C11.3664 20.2619 11.2303 20.2056 11.1199 20.1093C11.0646 20.0617 11.0156 20.0027 10.9757 19.9338L5.11934 9.78895C4.99666 9.57641 4.97148 9.3336 5.03041 9.11448C5.08894 8.89538 5.23184 8.69743 5.44451 8.57407L10.3014 5.77029L10.3015 5.77029ZM12.906 6.49807C13.1697 6.38235 13.3909 6.19606 13.5489 5.9665C13.7407 5.68806 13.8403 5.34429 13.8131 4.9848C13.7857 4.62171 13.6313 4.29319 13.3943 4.04568C13.1566 3.79778 12.8349 3.62955 12.4732 3.58618C12.1113 3.54306 11.7588 3.63105 11.4699 3.81614C11.1805 4.00136 10.9528 4.28421 10.8411 4.63001C10.7499 4.91126 10.7447 5.20351 10.8134 5.47471L11.1883 5.25841C11.3964 5.14484 11.6316 5.12301 11.8444 5.17993C12.0639 5.23886 12.2621 5.38216 12.3848 5.5951L12.9062 6.49791L12.906 6.49807Z' fill='%23212423'/%3E%3C/svg%3E%0A");
}
.cat-filter .filtr-itm .clbel.on .ico-colored_loc {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='17' viewBox='0 0 13 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3758 3.94502C11.4205 4.04091 11.3787 4.15528 11.2828 4.19988C11.1869 4.24462 11.0725 4.20283 11.0279 4.10694C10.8687 3.76475 10.6734 3.44265 10.4486 3.14749C10.2198 2.84722 9.95988 2.57306 9.67569 2.33132C9.59547 2.26301 9.58582 2.14248 9.65412 2.06212C9.72243 1.9819 9.84296 1.97225 9.92332 2.04056C10.2311 2.30225 10.5098 2.59568 10.7529 2.9147C10.9957 3.23372 11.2055 3.5794 11.3758 3.94489L11.3758 3.94502ZM9.30281 1.58198C9.39214 1.63863 9.41866 1.75729 9.36201 1.84662C9.30536 1.93595 9.1867 1.96247 9.09736 1.90582C9.01192 1.85158 8.92995 1.80243 8.85295 1.7593C8.7675 1.71163 8.68245 1.66676 8.59808 1.62524C8.50326 1.5785 8.46455 1.46359 8.51116 1.36876C8.5579 1.27394 8.67281 1.23524 8.76763 1.28184C8.86018 1.32738 8.95152 1.37546 9.03951 1.42488C9.13339 1.47778 9.22205 1.53028 9.30281 1.58184V1.58198ZM6.30281 3.83705C6.98383 3.83705 7.60018 4.11308 8.04631 4.55907C8.49244 5.0052 8.76833 5.62152 8.76833 6.30257C8.76833 6.98307 8.4923 7.59994 8.04631 8.04607C7.60018 8.4922 6.98386 8.76809 6.30281 8.76809C5.6218 8.76809 5.00544 8.49206 4.55931 8.04607C4.11319 7.59994 3.83729 6.98321 3.83729 6.30257C3.83729 5.62155 4.11332 5.0052 4.55931 4.55907C5.00544 4.11295 5.62176 3.83705 6.30281 3.83705ZM7.77456 4.83079C7.3981 4.45433 6.87751 4.22129 6.30281 4.22129C5.72812 4.22129 5.20755 4.45446 4.83106 4.83079C4.45461 5.20725 4.22157 5.72784 4.22157 6.30254C4.22157 6.87723 4.45474 7.39779 4.83106 7.77429C5.20752 8.15074 5.72812 8.38378 6.30281 8.38378C6.87751 8.38378 7.39807 8.15061 7.77456 7.77429C8.15102 7.39783 8.38406 6.87723 8.38406 6.30254C8.38406 5.72784 8.15089 5.20728 7.77456 4.83079ZM5.69907 15.747L6.30295 16.4164L6.9071 15.7467C9.20345 13.2096 12.6061 9.44983 12.6061 6.3024C12.6051 4.56213 11.8997 2.98632 10.7592 1.84594C9.61879 0.705531 8.04285 0 6.30274 0C4.56219 0 2.98639 0.705531 1.84594 1.84594C0.705669 2.98635 0 4.5623 0 6.3024C0 9.45093 3.40272 13.2103 5.69897 15.7471L5.69907 15.747Z' fill='%23212423'/%3E%3C/svg%3E%0A");
}

.pge-title h1 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pge-title h1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}
.pge-title .subttle {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  max-width: 700px;
  margin: 0 auto;
}

.blog-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .blog-wrap {
    padding: 10px 0 0;
  }
}
.blog-wrap .blog-item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.blog-wrap .blog-item .itemrs-ontent .itemrs-cover {
  max-width: 380px;
  width: 100%;
  height: 316px;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 1199px) {
  .blog-wrap .blog-item .itemrs-ontent .itemrs-cover {
    max-width: none;
  }
}
.blog-wrap .blog-item .itemrs-ontent .itemrs-cover img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-wrap .blog-item .itemrs-ontent a {
  text-decoration: none;
}
.blog-wrap .blog-item .itemrs-ontent .post-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  padding: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  .blog-wrap .blog-item .itemrs-ontent .post-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.blog-wrap .blog-item .itemrs-ontent .post-text {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333b42;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .blog-wrap .blog-item .itemrs-ontent .post-text {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
}
.blog-wrap .blog-item .itemrs-ontent .full-link {
  padding: 20px 0 0;
}
.blog-wrap .blog-item .itemrs-ontent .full-link a {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212423;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  transition: 0.3s;
}
.blog-wrap .blog-item .itemrs-ontent .full-link a:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9603 11.1423C15.18 11.362 15.18 11.7181 14.9603 11.9378L9.22541 17.6727C9.00573 17.8923 8.64963 17.8923 8.42996 17.6727L8.16476 17.4075C7.94508 17.1878 7.94508 16.8317 8.16476 16.612L13.2367 11.5401L8.16476 6.46812C7.94508 6.24844 7.94508 5.89234 8.16476 5.67267L8.42996 5.40747C8.64963 5.18779 9.00573 5.18779 9.22541 5.40747L14.9603 11.1423Z' fill='%23212423'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .blog-wrap .blog-item .itemrs-ontent .full-link a {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-wrap .blog-item .itemrs-ontent .full-link a:hover {
  color: #5196ff;
}
.blog-wrap .blog-item .itemrs-ontent .full-link a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9603 11.1423C15.18 11.362 15.18 11.7181 14.9603 11.9378L9.22541 17.6727C9.00573 17.8923 8.64963 17.8923 8.42996 17.6727L8.16476 17.4075C7.94508 17.1878 7.94508 16.8317 8.16476 16.612L13.2367 11.5401L8.16476 6.46812C7.94508 6.24844 7.94508 5.89234 8.16476 5.67267L8.42996 5.40747C8.64963 5.18779 9.00573 5.18779 9.22541 5.40747L14.9603 11.1423Z' fill='%235196FF'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 768px) {
  .related {
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .related .title-hfsr {
    text-align: left;
    margin-bottom: 20px;
  }
}

.block-advanced {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .block-advanced {
    min-height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .block-advanced {
    border-radius: 32px;
  }
}
.block-advanced .advanc-row {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 70px;
  z-index: 2;
  border-radius: 8px;
  background: #fafbfd;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-advanced .advanc-row:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='518' height='352' viewBox='0 0 518 352' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4' filter='url(%23filter0_f_51_2434)'%3E%3Cellipse cx='243.783' cy='140.675' rx='243.783' ry='140.675' transform='matrix(0.996025 0.089077 -0.283514 0.958968 -111.234 -68.1999)' fill='%2373C1FF' fill-opacity='0.55'/%3E%3C/g%3E%3Cmask id='mask0_51_2434' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-257' y='-50' width='493' height='274'%3E%3Cellipse opacity='0.4' cx='243.783' cy='140.675' rx='243.783' ry='140.675' transform='matrix(0.996025 0.089077 -0.283514 0.958968 -213.233 -69.85)' fill='%2373C1FF' fill-opacity='0.55'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_51_2434)'%3E%3Cpath d='M-145.958 59.8848C-5.063 32.2024 28.2788 -57.9247 56.5086 -112.899C137.698 -119.995 235.472 -119.103 343.498 -112.887C461.075 -106.122 478.543 -53.5412 457.543 2.94634C460.566 12.6045 455.861 24.0105 440.854 36.9154C409.429 89.1706 355.528 137.593 328.235 148.809C265.619 174.542 191.356 181.94 163.658 304.758C134.48 434.136 -52.2991 443.447 -72.1946 417.506C-92.0901 391.564 -45.0832 364.22 11.9882 338.954C69.0597 313.688 101.508 271.095 62.167 254.815C8.66314 232.674 -103.347 237.729 -184.934 288.424C-248.947 328.2 -334.558 385.394 -363.968 309.492C-380.273 267.412 -347.904 214.346 -287.099 169.1C-297.709 169.896 -307.599 170.471 -316.845 171.03C-399.329 176.017 -455.25 155.704 -443.64 121.59C-432.03 87.4767 -312.299 92.5664 -145.958 59.8848Z' fill='%2373C1FF' fill-opacity='0.55'/%3E%3Cpath d='M79.8081 -147.406C38.3996 -110.137 32.3135 24.8589 -145.958 59.8848C-312.299 92.5664 -432.03 87.4767 -443.64 121.59C-455.25 155.704 -399.329 176.017 -316.845 171.03C-262.254 167.73 -185.143 163.854 -70.6313 117.514C-17.4002 95.9719 39.8323 34.7114 89.0717 28.0625C130.874 22.4179 199.889 49.441 129.6 88.3303C87.7939 111.46 -109.964 149.228 -67.0996 196.811C-42.3426 224.293 83.2484 207.451 144.067 162.712C210.012 114.202 191.443 -19.5312 295.737 -30.5756C400.031 -41.6199 501.755 -13.4629 439.274 38.2486C376.792 89.9601 35.3072 22.5124 -185.754 112.899C-307.225 162.566 -387.863 247.825 -363.968 309.492C-334.558 385.394 -248.947 328.2 -184.934 288.424C-103.347 237.729 8.66311 232.674 62.1671 254.815C101.508 271.095 69.0597 313.688 11.9882 338.954C-45.0832 364.221 -92.0901 391.565 -72.1946 417.506C-52.2991 443.447 134.48 434.136 163.658 304.758C191.356 181.94 265.619 174.542 328.235 148.809C390.851 123.076 593.531 -98.5012 343.498 -112.887C93.4658 -127.273 -101.643 -113.14 -163.306 -37.4566C-224.97 38.227 -258.866 53.4229 -359.718 59.6294C-460.57 65.8358 -491.033 7.64531 -453.777 -27.9751C-416.52 -63.5956 -385.873 -35.8352 -310.859 -52.6882C-246.727 -67.0963 -238.234 -84.8025 -180.03 -120.194C-118.915 -157.354 -3.75916 -179.199 63.6854 -187.47' stroke='white' stroke-width='4'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_51_2434' x='-334.409' y='-228.241' width='852.211' height='633.32' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='90' result='effect1_foregroundBlur_51_2434'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 518px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .block-advanced .advanc-row:after {
    width: 100%;
  }
}
.block-advanced .advanc-row:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='530' height='352' viewBox='0 0 530 352' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4' filter='url(%23filter0_f_51_2438)'%3E%3Cellipse cx='231.679' cy='149.473' rx='231.679' ry='149.473' transform='matrix(0.992104 -0.12542 0.385595 0.922668 130 199.466)' fill='%2373C1FF' fill-opacity='0.55'/%3E%3C/g%3E%3Cmask id='mask0_51_2438' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='180' y='167' width='475' height='283'%3E%3Cellipse opacity='0.4' cx='231.679' cy='149.473' rx='231.679' ry='149.473' transform='matrix(0.992104 -0.12542 0.385595 0.922668 130 199.466)' fill='%2373C1FF' fill-opacity='0.55'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_51_2438)'%3E%3Cpath d='M576.177 309.091C681.8 253.497 649.22 159.982 636.333 101.318C703.297 77.7979 790.441 58.5473 890.327 42.3068C999.042 24.6307 1050.72 71.5954 1071.05 130.228C1080.38 138.892 1084.07 150.827 1079.68 166.322C1087.87 223.029 1073.52 280.673 1057.1 297.07C1019.41 334.69 958.783 357.077 1018.88 480.864C1082.18 611.263 923.296 658.629 887.818 637.778C852.34 616.926 875.104 580.967 908.206 544.936C941.309 508.905 940.685 461.278 894.653 453.716C832.049 443.431 736.402 471.327 699.121 536.85C669.87 588.259 633.504 660.859 555.189 593.927C511.77 556.82 503.861 499.139 526.504 443.13C517.663 446.077 509.306 448.664 501.509 451.103C431.946 472.862 368.462 464.831 355.237 429.643C342.011 394.454 451.479 374.724 576.177 309.091Z' fill='%2373C1FF' fill-opacity='0.55'/%3E%3Cpath d='M633.181 63.3471C622.209 107.698 709.819 238.75 576.177 309.091C451.479 374.724 342.011 394.454 355.237 429.643C368.462 464.831 431.946 472.862 501.509 451.103C547.548 436.702 613.122 417.117 682.541 349.01C714.811 317.35 723.26 246.677 762.257 230.157C795.364 216.133 875.058 227.922 839.642 279.77C818.578 310.608 669.579 387.593 740.294 424.529C781.136 445.862 880.681 403.839 903.686 348.314C928.629 288.109 820.069 163.341 904.761 131.273C989.453 99.2048 1098.88 105.358 1079.2 167.929C1059.53 230.5 710.852 235.878 577.479 368.249C504.192 440.987 491.561 539.548 555.189 593.927C633.504 660.859 669.87 588.259 699.121 536.85C736.402 471.327 832.049 443.431 894.653 453.716C940.685 461.278 941.309 508.905 908.206 544.936C875.104 580.967 852.34 616.926 887.818 637.778C923.296 658.629 1082.18 611.263 1018.88 480.864C958.783 357.077 1019.41 334.69 1057.1 297.07C1094.79 259.45 1121.52 4.71756 890.327 42.3068C659.138 79.8961 496.202 133.611 493.767 219.064C491.332 304.516 471.802 326.098 386.824 352.807C301.845 379.516 234.798 329.83 243.232 287.918C251.666 246.006 297.913 266.395 352.691 234.764C399.521 207.721 394.84 188.95 421.971 142.95C450.458 94.6507 537.322 49.9636 591.313 28.1408' stroke='white' stroke-width='4'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_51_2438' x='0.463867' y='-12.6483' width='834.044' height='641.94' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='90' result='effect1_foregroundBlur_51_2438'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 530px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .block-advanced .advanc-row:before {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .block-advanced .advanc-row {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .block-advanced .advanc-row {
    padding: 40px 20px;
  }
}
.block-advanced .block-title {
  color: #1d1f21;
  text-align: center;
  font-family: Raleway;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .block-advanced .block-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }
}
.block-advanced .block-subtitle {
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  padding: 15px 0 10px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .block-advanced .block-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.block-advanced .form-row {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
}
.block-advanced .icon-group {
  position: relative;
}
.block-advanced .ico-sarch {
  opacity: 1;
  top: 40px;
  left: 35px;
}
@media screen and (max-width: 768px) {
  .block-advanced .ico-sarch {
    top: 38px;
    left: 20px;
    width: 18px;
    height: 18px;
    background-size: cover;
    opacity: 0.6;
  }
}
.block-advanced .filtr-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .block-advanced .filtr-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
  }
}
.block-advanced .filtr-btn .ico-filter {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.11454 16.0254C7.33871 16.0254 6.59077 15.8976 5.89074 15.6575C5.88672 15.7255 5.88672 15.7975 5.88672 15.8654C5.88672 19.237 8.63041 21.9766 11.9979 21.9766C15.3695 21.9766 18.1133 19.2369 18.1133 15.8654C18.1133 12.4938 15.3696 9.75 11.9979 9.75C11.2459 9.75 10.53 9.88592 9.86211 10.134C10.0941 11.5058 10.794 12.7697 11.8579 13.7056L12.6657 14.4135L11.7538 14.9815C10.6659 15.6653 9.41019 16.0253 8.11438 16.0253L8.11454 16.0254Z' fill='url(%23paint0_linear_112_2149)'/%3E%3Cpath d='M2.00004 9.1113C2.00004 12.4829 4.74373 15.2267 8.11546 15.2267C9.29539 15.2267 10.3992 14.8908 11.331 14.3069C9.88731 13.0391 8.97533 11.1792 8.97533 9.11152C8.97533 7.04374 9.88727 5.18404 11.335 3.91613C10.4032 3.33596 9.29921 3 8.11542 3C4.74365 3 2 5.74369 2 9.11113L2.00004 9.1113Z' fill='url(%23paint1_linear_112_2149)'/%3E%3Cpath d='M15.8885 3.00018C12.5169 3.00018 9.77734 5.74387 9.77734 9.11132C9.77734 9.1833 9.77734 9.25126 9.78136 9.31922C10.4774 9.07935 11.2253 8.9513 12.0011 8.9513C15.3448 8.9513 18.1444 11.339 18.7803 14.4985C20.6961 13.4627 21.9999 11.4389 21.9999 9.11114C21.9999 5.74356 19.2602 3 15.8888 3L15.8885 3.00018Z' fill='url(%23paint2_linear_112_2149)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_112_2149' x1='5.88672' y1='9.75' x2='31.0815' y2='23.1039' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF'/%3E%3Cstop offset='1' stop-color='%231359E0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_112_2149' x1='2' y1='3' x2='23.1731' y2='11.5681' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF'/%3E%3Cstop offset='1' stop-color='%231359E0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_112_2149' x1='9.77734' y1='3' x2='34.2663' y2='16.7971' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2373C1FF'/%3E%3Cstop offset='1' stop-color='%231359E0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
}
.block-advanced .sfield {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 18px 30px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
  .block-advanced .sfield {
    font-size: 12px;
    line-height: 18px;
    padding: 18px 40px;
    width: calc(100% - 80px);
  }
  .block-advanced .sfield::-webkit-input-placeholder {
    color: #1d1f21;
  }
  .block-advanced .sfield::-moz-placeholder {
    color: #1d1f21;
  }
  .block-advanced .sfield:-ms-input-placeholder {
    color: #1d1f21;
  }
  .block-advanced .sfield::-ms-input-placeholder {
    color: #1d1f21;
  }
  .block-advanced .sfield::placeholder {
    color: #1d1f21;
  }
}
.block-advanced .btn-gr {
  position: absolute;
  top: -24px;
  right: 5px;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-advanced .btn-gr {
    position: relative;
    top: 0;
    max-width: none;
    right: 0;
  }
}
.block-advanced .btn-gr .btn-primary {
  border-radius: 8px;
  background: #73c1ff;
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  padding: 12px 20px;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-advanced .btn-gr .btn-primary {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px;
  }
}
.block-advanced .filtr-lst {
  position: absolute;
  bottom: 0px;
  right: 210px;
  padding: 10px 10px;
}
@media screen and (max-width: 1199px) {
  .block-advanced .filtr-lst {
    bottom: 1px;
    background-color: #fff;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .block-advanced .filtr-lst {
    right: 0;
    display: none;
  }
}
.block-advanced .filtr-lst .list-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-advanced .filtr-itm .drop {
  top: 70px;
}

.filtr-itm {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.filtr-itm:last-child:after {
  display: none;
}
.filtr-itm:after {
  content: '';
  background-color: rgba(64, 163, 229, 0.15);
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  bottom: 0;
  top: 0;
  display: block;
}
.filtr-itm .drop {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50px;
  left: auto;
  list-style: none;
  padding: 15px 0;
  margin: 0;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  background: #fff;
  /* Shadow/1 March */
  -webkit-box-shadow: 1.3249599934px 23.6200008392px 63.8356132507px 0px
    rgba(41, 41, 41, 0.1);
  box-shadow: 1.3249599934px 23.6200008392px 63.8356132507px 0px
    rgba(41, 41, 41, 0.1);
  min-width: 330px;
  max-height: 300px;
  overflow-x: auto;
  /* width */
}
@media screen and (max-width: 1199px) {
  .filtr-itm .drop {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .filtr-itm .drop {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 30px 30px 0px 0px;
    z-index: 99;
    top: initial;
    bottom: 0;
    min-height: 30rem;
  }
}
.filtr-itm .drop li a,
.filtr-itm .drop li button {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  padding: 8px 24px 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  text-align: left;
}
.filtr-itm .drop li a:hover,
.filtr-itm .drop li button:hover {
  background: #73c1ff;
  color: #212423;
}
.filtr-itm .drop::-webkit-scrollbar {
  width: 0;
}
.filtr-itm .clbel {
  color: #151515;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  padding: 10px 13px;
  position: relative;
}
.filtr-itm .clbel:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.6665L6 6.6665L1 1.6665' stroke='%23697883' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 8px;
  -webkit-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  margin-left: 10px;
}
.filtr-itm .clbel.on {
  color: #5196ff;
}
.filtr-itm .clbel.on:after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.6665L6 6.6665L1 1.6665' stroke='%2316BFFD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn-gr {
  margin: 30px 0 0;
}
.btn-gr .btn-primary {
  border-radius: 8px;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btn-gr .btn-primary {
    width: auto;
  }
}

.emoji {
  width: 1.1em;
  height: 1.1em;
  padding: 0 0 0 0;
  vertical-align: -0.15em;
}

.subs {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 180px 0 0;
}
@media screen and (max-width: 768px) {
  .subs {
    margin: 50px 0 0;
  }
}
.subs .sub-content {
  position: relative;
  padding: 50px 0;
}
.subs .sub-content::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='518' height='352' viewBox='0 0 518 352' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4' filter='url(%23filter0_f_66_3396)'%3E%3Cellipse cx='243.783' cy='140.675' rx='243.783' ry='140.675' transform='matrix(0.996025 0.089077 -0.283514 0.958968 -111.236 -68.1997)' fill='%2373C1FF' fill-opacity='0.55'/%3E%3C/g%3E%3Cmask id='mask0_66_3396' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-257' y='-50' width='493' height='274'%3E%3Cellipse opacity='0.4' cx='243.783' cy='140.675' rx='243.783' ry='140.675' transform='matrix(0.996025 0.089077 -0.283514 0.958968 -213.234 -69.8501)' fill='%2373C1FF' fill-opacity='0.55'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_66_3396)'%3E%3Cpath d='M-145.96 59.8848C-5.06495 32.2024 28.2768 -57.9247 56.5066 -112.899C137.696 -119.995 235.47 -119.103 343.496 -112.887C461.073 -106.122 478.541 -53.5412 457.541 2.94636C460.564 12.6045 455.859 24.0105 440.852 36.9154C409.427 89.1706 355.526 137.593 328.233 148.809C265.617 174.542 191.354 181.94 163.656 304.758C134.478 434.136 -52.301 443.447 -72.1965 417.506C-92.092 391.565 -45.0852 364.221 11.9863 338.954C69.0577 313.688 101.506 271.095 62.1651 254.815C8.66119 232.674 -103.349 237.729 -184.936 288.424C-248.949 328.2 -334.56 385.394 -363.97 309.492C-380.275 267.412 -347.906 214.346 -287.101 169.1C-297.71 169.896 -307.601 170.471 -316.847 171.03C-399.331 176.017 -455.252 155.704 -443.642 121.59C-432.032 87.4767 -312.301 92.5665 -145.96 59.8848Z' fill='%2373C1FF' fill-opacity='0.55'/%3E%3Cpath d='M79.8061 -147.406C38.3977 -110.137 32.3115 24.8589 -145.96 59.8848C-312.301 92.5665 -432.032 87.4767 -443.642 121.59C-455.252 155.704 -399.331 176.017 -316.847 171.03C-262.256 167.73 -185.145 163.854 -70.6333 117.514C-17.4021 95.9719 39.8304 34.7114 89.0698 28.0625C130.872 22.4179 199.887 49.441 129.598 88.3303C87.792 111.46 -109.966 149.228 -67.1016 196.811C-42.3446 224.293 83.2465 207.451 144.065 162.712C210.01 114.202 191.441 -19.5312 295.735 -30.5755C400.029 -41.6199 501.753 -13.4629 439.272 38.2486C376.791 89.9601 35.3052 22.5125 -185.756 112.9C-307.227 162.567 -387.865 247.825 -363.97 309.492C-334.56 385.394 -248.949 328.2 -184.936 288.424C-103.349 237.729 8.66116 232.674 62.1651 254.815C101.506 271.095 69.0577 313.688 11.9863 338.954C-45.0852 364.221 -92.092 391.565 -72.1965 417.506C-52.301 443.447 134.478 434.136 163.656 304.758C191.354 181.94 265.617 174.542 328.233 148.809C390.849 123.076 593.529 -98.5011 343.496 -112.887C93.4638 -127.273 -101.645 -113.14 -163.308 -37.4566C-224.972 38.227 -258.868 53.4229 -359.72 59.6294C-460.572 65.8358 -491.035 7.64534 -453.779 -27.9751C-416.522 -63.5955 -385.875 -35.8352 -310.86 -52.6882C-246.729 -67.0962 -238.236 -84.8025 -180.032 -120.194C-118.916 -157.354 -3.76111 -179.199 63.6834 -187.47' stroke='white' stroke-width='4'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_66_3396' x='-334.412' y='-228.241' width='852.211' height='633.32' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='90' result='effect1_foregroundBlur_66_3396'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 518px;
  height: 352px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .subs .sub-content::after {
    width: 100%;
  }
}
.subs .sub-content::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='530' height='352' viewBox='0 0 530 352' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4' filter='url(%23filter0_f_66_3400)'%3E%3Cellipse cx='231.679' cy='149.473' rx='231.679' ry='149.473' transform='matrix(0.992104 -0.12542 0.385595 0.922668 130 199.465)' fill='%2373C1FF' fill-opacity='0.55'/%3E%3C/g%3E%3Cmask id='mask0_66_3400' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='180' y='167' width='475' height='283'%3E%3Cellipse opacity='0.4' cx='231.679' cy='149.473' rx='231.679' ry='149.473' transform='matrix(0.992104 -0.12542 0.385595 0.922668 130 199.465)' fill='%2373C1FF' fill-opacity='0.55'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_66_3400)'%3E%3Cpath d='M576.177 309.09C681.8 253.497 649.22 159.981 636.333 101.317C703.297 77.7974 790.441 58.5468 890.327 42.3064C999.042 24.6303 1050.72 71.595 1071.05 130.227C1080.38 138.892 1084.07 150.827 1079.68 166.321C1087.87 223.028 1073.52 280.672 1057.1 297.069C1019.41 334.689 958.783 357.076 1018.88 480.864C1082.18 611.262 923.296 658.629 887.818 637.777C852.34 616.926 875.104 580.967 908.206 544.936C941.309 508.904 940.685 461.278 894.653 453.715C832.049 443.43 736.402 471.326 699.121 536.85C669.87 588.259 633.504 660.858 555.189 593.926C511.77 556.819 503.861 499.139 526.504 443.129C517.663 446.076 509.306 448.664 501.509 451.102C431.946 472.861 368.462 464.831 355.237 429.642C342.011 394.454 451.479 374.724 576.177 309.09Z' fill='%2373C1FF' fill-opacity='0.55'/%3E%3Cpath d='M633.181 63.3466C622.209 107.698 709.819 238.749 576.177 309.09C451.479 374.724 342.011 394.454 355.237 429.642C368.462 464.831 431.946 472.861 501.509 451.102C547.548 436.702 613.122 417.117 682.541 349.009C714.811 317.349 723.26 246.676 762.257 230.157C795.364 216.132 875.058 227.921 839.642 279.77C818.578 310.607 669.579 387.592 740.294 424.529C781.136 445.861 880.681 403.838 903.686 348.314C928.629 288.108 820.069 163.341 904.761 131.273C989.453 99.2043 1098.88 105.357 1079.2 167.928C1059.53 230.499 710.852 235.877 577.479 368.249C504.192 440.986 491.561 539.547 555.189 593.926C633.504 660.858 669.87 588.259 699.121 536.85C736.402 471.326 832.049 443.43 894.653 453.715C940.685 461.278 941.309 508.904 908.206 544.936C875.104 580.967 852.34 616.926 887.818 637.777C923.296 658.629 1082.18 611.262 1018.88 480.864C958.783 357.076 1019.41 334.689 1057.1 297.069C1094.79 259.45 1121.52 4.7171 890.327 42.3064C659.138 79.8956 496.202 133.611 493.767 219.063C491.332 304.515 471.802 326.098 386.824 352.806C301.845 379.515 234.798 329.829 243.232 287.918C251.666 246.006 297.913 266.395 352.691 234.763C399.521 207.72 394.84 188.949 421.971 142.95C450.458 94.6502 537.322 49.9631 591.313 28.1404' stroke='white' stroke-width='4'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_66_3400' x='0.462891' y='-12.6484' width='834.045' height='641.94' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='90' result='effect1_foregroundBlur_66_3400'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 530px;
  height: 352px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .subs .sub-content::before {
    display: none;
  }
}
.subs .subs_row {
  display: -ms-grid;
  display: grid;
  place-items: center;
  grid-gap: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .subs .subs_row {
    padding: 0 30px;
  }
}
.subs .subs_row .s_title {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
  letter-spacing: -0.56px;
}
@media screen and (max-width: 768px) {
  .subs .subs_row .s_title {
    color: #1d1f21;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
  }
}
.subs .subs_row .s_ub {
  color: var(--body, rgba(49, 49, 49, 0.7));
  text-align: center;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}

.pri-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pri-block .pri_adr {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 450px;
  padding: 5px 0;
  margin: 0 auto 20px;
  text-align: center;
}
.pri-block .pri-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='56' viewBox='0 0 160 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4301 44.7759C8.38264 43.908 6.57258 42.6914 4.99991 41.1187C3.42724 39.5683 2.20323 37.7657 1.32045 35.7034C0.437679 33.6485 0 31.4676 0 29.1827C0 26.8682 0.437679 24.6724 1.32045 22.5879C2.19581 20.5034 3.42724 18.6933 4.99991 17.1429C6.57258 15.5702 8.38264 14.3536 10.4301 13.4857C12.4775 12.6178 14.6437 12.1875 16.9359 12.1875C19.2504 12.1875 21.4388 12.6252 23.5085 13.5079C25.5782 14.3907 27.3882 15.5999 28.9387 17.1503C30.4891 18.723 31.6982 20.5479 32.5662 22.6176C33.4341 24.6873 33.8644 26.8831 33.8644 29.1902C33.8644 31.4824 33.4341 33.656 32.5662 35.7108C31.6982 37.7731 30.4891 39.5757 28.9387 41.1262C27.3882 42.6766 25.5782 43.8932 23.5085 44.7685C21.4388 45.6513 19.243 46.089 16.9359 46.089C14.6437 46.0741 12.4775 45.6439 10.4301 44.7759ZM21.7578 40.503C23.2637 39.865 24.5767 38.9674 25.7117 37.8176C26.8244 36.6826 27.6924 35.3696 28.3155 33.8785C28.9387 32.3874 29.2502 30.8222 29.2502 29.1753C29.2502 27.5136 28.9387 25.9261 28.3155 24.4202C27.6924 22.9143 26.8244 21.6013 25.7117 20.4663C24.5767 19.3313 23.2563 18.4485 21.7355 17.8105C20.2222 17.1726 18.6198 16.8536 16.9285 16.8536C15.2371 16.8536 13.6496 17.1726 12.1585 17.8105C10.6675 18.4485 9.35443 19.3313 8.21944 20.4663C7.08444 21.6013 6.20167 22.9217 5.5637 24.4202C4.92573 25.9261 4.60674 27.5062 4.60674 29.1753C4.60674 30.8148 4.92573 32.3874 5.5637 33.8785C6.20167 35.3696 7.08444 36.6826 8.21944 37.8176C9.35443 38.9749 10.6675 39.8725 12.1585 40.503C13.6496 41.141 15.2371 41.46 16.9285 41.46C18.6421 41.46 20.2519 41.141 21.7578 40.503Z' fill='%23151515'/%3E%3Cpath d='M38.7004 44.9981C38.2257 44.5604 37.9883 44.0189 37.9883 43.3661V28.4479C37.9883 26.2521 38.3815 24.1602 39.1678 22.1647C39.9541 20.1766 41.0669 18.4333 42.4986 16.9274C43.9303 15.4215 45.6143 14.2568 47.543 13.426C49.4718 12.5951 51.5415 12.1797 53.7373 12.1797C55.9331 12.1797 57.9953 12.5951 59.9093 13.426C61.8306 14.2568 63.5071 15.414 64.9388 16.8977C66.3483 18.4036 67.4388 20.1395 68.2177 22.1202C68.9892 24.1008 69.3824 26.2002 69.3824 28.4183V43.3735C69.3824 44.0411 69.1672 44.5901 68.737 45.0203C68.3067 45.4506 67.7578 45.6657 67.0901 45.6657C66.4447 45.6657 65.8958 45.4506 65.4433 45.0203C64.9908 44.5901 64.7682 44.0411 64.7682 43.3735V28.5889C64.7682 26.994 64.4937 25.4806 63.9522 24.0415C63.4107 22.6098 62.654 21.3561 61.6822 20.2953C60.6659 19.2048 59.479 18.3665 58.1289 17.7656C56.7787 17.1648 55.3099 16.8606 53.7373 16.8606C52.1646 16.8606 50.7032 17.1573 49.3456 17.7434C47.9955 18.3368 46.8086 19.1603 45.7923 20.2211C44.7982 21.2596 44.0193 22.4985 43.4704 23.9302C42.914 25.3619 42.6395 26.8827 42.6395 28.4776V43.3587C42.6395 44.0263 42.4318 44.5753 42.0164 45.0055C41.601 45.4358 41.0594 45.6509 40.3844 45.6509C39.739 45.6583 39.1752 45.4358 38.7004 44.9981Z' fill='%23151515'/%3E%3Cpath d='M90.5527 44.4417C90.5527 44.4417 90.345 44.6494 89.9296 45.0649C89.5142 45.4803 88.9726 45.688 88.2976 45.688H88.2605H88.2234C86.6062 45.688 85.1151 45.4135 83.7502 44.8572C82.3852 44.3008 81.1835 43.507 80.1449 42.461C79.1064 41.4225 78.3052 40.1762 77.7488 38.7297C77.1924 37.2831 76.918 35.6808 76.918 33.9226V2.52111C76.918 1.85347 77.1331 1.28968 77.5634 0.83717C77.9936 0.384656 78.5277 0.162109 79.1731 0.162109C79.8185 0.162109 80.3749 0.384656 80.8348 0.83717C81.2947 1.28968 81.5321 1.84605 81.5321 2.52111V33.8484C81.5321 36.1184 82.1108 37.884 83.268 39.1599C84.4253 40.4359 86.035 41.0887 88.0899 41.1406H88.2605C88.9281 41.1406 89.4771 41.3631 89.9073 41.8008C90.3376 42.2385 90.5527 42.7875 90.5527 43.4328C90.5527 44.1079 90.5527 44.4417 90.5527 44.4417Z' fill='%23151515'/%3E%3Cpath d='M123.516 55.3395C123.079 54.9018 122.856 54.3455 122.856 53.6778V39.5905C121.328 41.4154 119.547 42.8546 117.515 43.908C115.482 44.9614 113.279 45.4881 110.92 45.4881C108.68 45.4881 106.536 45.0578 104.503 44.2047C102.471 43.3516 100.69 42.1573 99.1621 40.6291C97.6117 39.0787 96.4099 37.2983 95.5568 35.2879C94.7037 33.2776 94.2734 31.1337 94.2734 28.8711V14.5094C94.2734 13.8417 94.5034 13.2705 94.9708 12.8106C95.4307 12.3507 96.0019 12.1133 96.6695 12.1133C97.2927 12.1133 97.8342 12.3432 98.3016 12.8106C98.7615 13.2705 98.9989 13.8417 98.9989 14.5094V29.0492C98.9989 30.6218 99.3104 32.1352 99.9336 33.5743C100.557 35.0209 101.425 36.2746 102.537 37.3354C103.65 38.4259 104.933 39.2716 106.387 39.8873C107.841 40.503 109.362 40.8071 110.935 40.8071C112.485 40.8071 113.991 40.503 115.445 39.8873C116.899 39.2716 118.197 38.4259 119.332 37.3354C120.445 36.2746 121.313 35.0135 121.936 33.5743C122.559 32.1278 122.871 30.6218 122.871 29.0492V14.5094C122.871 13.8417 123.101 13.2705 123.568 12.8106C124.028 12.3507 124.577 12.1133 125.2 12.1133C125.846 12.1133 126.402 12.3432 126.869 12.8106C127.329 13.2705 127.567 13.8417 127.567 14.5094V53.6778C127.567 54.3455 127.337 54.9018 126.869 55.3395C126.409 55.7772 125.838 55.9997 125.171 55.9997C124.495 55.9997 123.954 55.7772 123.516 55.3395Z' fill='%23151515'/%3E%3Cpath d='M134.346 11.7357C134.175 11.5799 134.086 11.3945 134.086 11.1793C134.086 10.9568 134.175 10.7565 134.36 10.571L138.9 5.9717L134.487 1.40947C134.323 1.24627 134.242 1.0534 134.242 0.838268C134.242 0.61572 134.331 0.415426 134.501 0.244806C134.665 0.0816045 134.857 0 135.073 0C135.303 0 135.503 0.0890192 135.681 0.259639L140.058 4.79962L144.427 0.274481C144.598 0.103861 144.805 0.014842 145.043 0.014842C145.258 0.014842 145.443 0.0964374 145.614 0.259639C145.777 0.422841 145.859 0.615721 145.859 0.830851C145.859 1.0534 145.77 1.25369 145.599 1.42431L141.207 5.96429L145.733 10.5562C145.896 10.7194 145.977 10.9197 145.977 11.1645C145.977 11.387 145.896 11.5799 145.733 11.7357C145.569 11.8915 145.377 11.9731 145.161 11.9731C144.931 11.9731 144.739 11.8915 144.59 11.7357L140.05 7.14379L135.532 11.7209C135.362 11.8915 135.154 11.9805 134.917 11.9805C134.694 11.9657 134.501 11.8915 134.346 11.7357Z' fill='%23151515'/%3E%3Cpath d='M148.215 11.706C148.074 11.5502 148 11.3499 148 11.0977C148 10.8603 148.074 10.6675 148.215 10.5191C148.356 10.3707 148.542 10.2965 148.764 10.2965H153.994C154.224 10.2965 154.454 10.252 154.684 10.163C154.914 10.074 155.114 9.94789 155.292 9.78469C155.693 9.40635 155.9 8.95385 155.9 8.42715C155.9 7.90045 155.708 7.47019 155.322 7.14378C155.151 6.99542 154.943 6.88415 154.706 6.80255C154.469 6.72095 154.231 6.68385 153.979 6.66901H151.546C151.086 6.66901 150.648 6.58 150.24 6.39454C149.832 6.2165 149.476 5.96428 149.172 5.65272C148.868 5.34115 148.631 4.97765 148.467 4.56965C148.304 4.16165 148.223 3.73138 148.223 3.27887C148.223 2.83377 148.312 2.41093 148.482 2.01776C148.653 1.6246 148.898 1.26852 149.202 0.964375C149.506 0.660226 149.862 0.422834 150.263 0.252214C150.663 0.0815937 151.093 0 151.546 0H156.064C156.301 0 156.501 0.0741754 156.657 0.215122C156.813 0.35607 156.894 0.556365 156.894 0.801167C156.894 1.05339 156.813 1.2611 156.657 1.41689C156.501 1.57267 156.301 1.65427 156.064 1.65427H151.539C151.086 1.65427 150.693 1.82489 150.352 2.15871C150.203 2.3145 150.085 2.49253 149.996 2.70024C149.906 2.90053 149.869 3.10825 149.869 3.32338C149.869 3.54593 149.914 3.76106 149.996 3.96877C150.085 4.17648 150.203 4.35452 150.359 4.50288C150.507 4.65867 150.685 4.78478 150.893 4.8738C151.101 4.96282 151.316 5.00733 151.539 5.00733H154.12C154.595 5.00733 155.047 5.09635 155.47 5.27439C155.893 5.45242 156.257 5.70464 156.568 6.02363C156.88 6.34261 157.124 6.71353 157.295 7.13637C157.466 7.55921 157.547 7.99689 157.547 8.45682C157.547 8.91676 157.466 9.36185 157.295 9.77727C157.124 10.2001 156.887 10.571 156.583 10.89C156.271 11.2164 155.908 11.4761 155.485 11.6541C155.07 11.8321 154.625 11.9286 154.142 11.9286H148.764C148.542 11.9434 148.363 11.8618 148.215 11.706Z' fill='%23151515'/%3E%3C/svg%3E%0A");
  width: 160px;
  height: 56px;
  display: inline-block;
  vertical-align: text-bottom;
}
.pri-block .pri-title {
  color: #1d1f21;
  text-align: center;
  font-family: Raleway;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
  letter-spacing: -0.56px;
}
@media screen and (max-width: 1199px) {
  .pri-block .pri-title {
    font-size: 24px;
  }
}
.pri-block .pri-cards {
  position: relative;
  padding: 40px 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  .pri-block .pri-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.pri-block .pri-cards .pri-items {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(115, 193, 255, 0.4);
  background: #fff;
}
.pri-block .pri-cards .pri-content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 30px 30px;
}
@media screen and (max-width: 768px) {
  .pri-block .pri-cards .pri-content {
    text-align: left;
  }
}
.pri-block .pri-cards .pri-title {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  text-align: left;
}
.pri-block .pri-cards .pri-text {
  color: var(--body, rgba(49, 49, 49, 0.7));
  text-align: left;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.pri-block .pri-cards .pri_counter {
  background: var(--gr, linear-gradient(143deg, #73c1ff 0%, #1359e0 100%));
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
}

.btn-gr {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-gr .btn-promt {
  border-radius: 8px;
  background: var(--gr, linear-gradient(140deg, #73c1ff 0%, #1359e0 100%));
  color: #fff;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  text-transform: capitalize;
  display: block;
  padding: 15px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  cursor: pointer;
}
.btn-gr .btn-promt:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 0 4px #2162e6;
  box-shadow: 0 0 0 4px #2162e6;
}

.blog-meta {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(51, 59, 66, 0.6);
}

.blog-hr {
  width: 100%;
  height: 1px;
  background: rgba(33, 36, 35, 0.15);
  display: block;
  margin: 50px auto 0;
}

.blog-usermeta {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-usermeta:after {
  content: '';
  background: rgba(33, 36, 35, 0.15);
  width: 100%;
  height: 1px;
  position: relative;
  display: block;
  margin: 30px 0 0;
}
.blog-usermeta .use-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.blog-usermeta .use-wrap .block-autor .peapl-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.blog-usermeta .use-wrap .block-autor span {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(51, 59, 66, 0.6);
}
.blog-usermeta .use-wrap .block-autor img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-usermeta .use-wrap .block-autor .papl-name {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-feature-ndstings: 'pnum' on, 'lnum' on;
  color: #333b42;
}
.blog-usermeta .block-date span {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(51, 59, 66, 0.6);
}
.blog-usermeta .block-date .single-date {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-feature-ndstings: 'pnum' on, 'lnum' on;
  color: #333b42;
}

.single-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.single-social ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  list-style: none;
}
.single-social ul li::before {
  display: none;
}
.single-social .ico-linkendin {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.25 3H4.21094C3.54688 3 3 3.58594 3 4.28906V19.25C3 19.9531 3.54688 20.5 4.21094 20.5H19.25C19.9141 20.5 20.5 19.9531 20.5 19.25V4.28906C20.5 3.58594 19.9141 3 19.25 3ZM8.27344 18H5.69531V9.67969H8.27344V18ZM6.98438 8.50781C6.125 8.50781 5.46094 7.84375 5.46094 7.02344C5.46094 6.20312 6.125 5.5 6.98438 5.5C7.80469 5.5 8.46875 6.20312 8.46875 7.02344C8.46875 7.84375 7.80469 8.50781 6.98438 8.50781ZM18 18H15.3828V13.9375C15.3828 13 15.3828 11.75 14.0547 11.75C12.6875 11.75 12.4922 12.8047 12.4922 13.8984V18H9.91406V9.67969H12.375V10.8125H12.4141C12.7656 10.1484 13.625 9.44531 14.875 9.44531C17.4922 9.44531 18 11.2031 18 13.4297V18Z' fill='%23333B42'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-social .ico-linkendin:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.25 3H4.21094C3.54688 3 3 3.58594 3 4.28906V19.25C3 19.9531 3.54688 20.5 4.21094 20.5H19.25C19.9141 20.5 20.5 19.9531 20.5 19.25V4.28906C20.5 3.58594 19.9141 3 19.25 3ZM8.27344 18H5.69531V9.67969H8.27344V18ZM6.98438 8.50781C6.125 8.50781 5.46094 7.84375 5.46094 7.02344C5.46094 6.20312 6.125 5.5 6.98438 5.5C7.80469 5.5 8.46875 6.20312 8.46875 7.02344C8.46875 7.84375 7.80469 8.50781 6.98438 8.50781ZM18 18H15.3828V13.9375C15.3828 13 15.3828 11.75 14.0547 11.75C12.6875 11.75 12.4922 12.8047 12.4922 13.8984V18H9.91406V9.67969H12.375V10.8125H12.4141C12.7656 10.1484 13.625 9.44531 14.875 9.44531C17.4922 9.44531 18 11.2031 18 13.4297V18Z' fill='%2316BFFD'/%3E%3C/svg%3E%0A");
}
.single-social .ico-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9297 8.02344C19.9297 8.21875 19.9297 8.375 19.9297 8.57032C19.9297 14 15.8281 20.2109 8.28906 20.2109C5.94531 20.2109 3.79688 19.5468 2 18.375C2.3125 18.414 2.625 18.4531 2.97656 18.4531C4.89062 18.4531 6.64844 17.789 8.05469 16.6953C6.25781 16.6562 4.73438 15.4843 4.22656 13.8437C4.5 13.8828 4.73438 13.9218 5.00781 13.9218C5.35938 13.9218 5.75 13.8437 6.0625 13.7656C4.1875 13.375 2.78125 11.7344 2.78125 9.74219V9.70313C3.32812 10.0156 3.99219 10.1719 4.65625 10.2109C3.52344 9.46875 2.82031 8.21875 2.82031 6.8125C2.82031 6.03125 3.01562 5.32813 3.36719 4.74219C5.39844 7.20313 8.44531 8.84375 11.8438 9.03906C11.7656 8.72656 11.7266 8.41406 11.7266 8.10156C11.7266 5.83594 13.5625 4 15.8281 4C17 4 18.0547 4.46875 18.8359 5.28906C19.7344 5.09375 20.6328 4.74219 21.4141 4.27344C21.1016 5.25 20.4766 6.03125 19.6172 6.53906C20.4375 6.46094 21.2578 6.22656 21.9609 5.91406C21.4141 6.73438 20.7109 7.4375 19.9297 8.02344Z' fill='%23333B42'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-social .ico-twitter:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9297 8.02344C19.9297 8.21875 19.9297 8.375 19.9297 8.57032C19.9297 14 15.8281 20.2109 8.28906 20.2109C5.94531 20.2109 3.79688 19.5468 2 18.375C2.3125 18.414 2.625 18.4531 2.97656 18.4531C4.89062 18.4531 6.64844 17.789 8.05469 16.6953C6.25781 16.6562 4.73438 15.4843 4.22656 13.8437C4.5 13.8828 4.73438 13.9218 5.00781 13.9218C5.35938 13.9218 5.75 13.8437 6.0625 13.7656C4.1875 13.375 2.78125 11.7344 2.78125 9.74219V9.70313C3.32812 10.0156 3.99219 10.1719 4.65625 10.2109C3.52344 9.46875 2.82031 8.21875 2.82031 6.8125C2.82031 6.03125 3.01562 5.32813 3.36719 4.74219C5.39844 7.20313 8.44531 8.84375 11.8438 9.03906C11.7656 8.72656 11.7266 8.41406 11.7266 8.10156C11.7266 5.83594 13.5625 4 15.8281 4C17 4 18.0547 4.46875 18.8359 5.28906C19.7344 5.09375 20.6328 4.74219 21.4141 4.27344C21.1016 5.25 20.4766 6.03125 19.6172 6.53906C20.4375 6.46094 21.2578 6.22656 21.9609 5.91406C21.4141 6.73438 20.7109 7.4375 19.9297 8.02344Z' fill='%2316BFFD'/%3E%3C/svg%3E%0A");
}
.single-social .ico-slink {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.17969 7.64234C9.03907 5.78297 12.0605 5.78297 13.9199 7.64234C15.7128 9.40211 15.7793 12.2576 14.1523 14.1501L13.9531 14.3493C13.6543 14.6814 13.1562 14.7146 12.8242 14.449C12.4921 14.1501 12.4589 13.6521 12.7578 13.32L12.9238 13.1209C14.0527 11.8591 13.9863 9.96656 12.791 8.77125C11.5625 7.50953 9.53711 7.50953 8.27539 8.77125L4.52344 12.5232C3.29493 13.7849 3.29493 15.7771 4.52344 17.0388C5.71875 18.2009 7.61133 18.2673 8.87305 17.1716L9.07227 17.0056C9.4043 16.7068 9.90235 16.74 10.2012 17.072C10.5 17.404 10.4668 17.9021 10.1348 18.2009L9.93555 18.3669C8.04297 20.0271 5.1875 19.9275 3.39453 18.1677C1.53516 16.3083 1.53516 13.2536 3.39453 11.3943L7.17969 7.64234ZM16.9414 15.9099C15.0488 17.7693 12.0273 17.7693 10.168 15.9099C8.375 14.1169 8.3086 11.2947 9.93555 9.40211L10.1016 9.20289C10.4004 8.87086 10.8984 8.83765 11.2305 9.13648C11.5625 9.43531 11.5957 9.93336 11.2969 10.2654L11.1641 10.4314C10.0352 11.6931 10.1016 13.5857 11.2969 14.781C12.5253 16.0095 14.5507 16.0095 15.8125 14.781L19.5644 11.0291C20.7929 9.76734 20.7929 7.77515 19.5644 6.51344C18.3692 5.35133 16.4765 5.28492 15.2148 6.38062L15.0156 6.54664C14.6835 6.84547 14.1855 6.81226 13.8867 6.48023C13.5878 6.1482 13.621 5.65015 13.9531 5.35133L14.1523 5.18531C16.0449 3.52515 18.9003 3.62476 20.6933 5.38453C22.5527 7.24391 22.5527 10.2654 20.6933 12.158L16.9414 15.9099Z' fill='%23333B42'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-social .ico-slink:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.17969 7.64234C9.03907 5.78297 12.0605 5.78297 13.9199 7.64234C15.7128 9.40211 15.7793 12.2576 14.1523 14.1501L13.9531 14.3493C13.6543 14.6814 13.1562 14.7146 12.8242 14.449C12.4921 14.1501 12.4589 13.6521 12.7578 13.32L12.9238 13.1209C14.0527 11.8591 13.9863 9.96656 12.791 8.77125C11.5625 7.50953 9.53711 7.50953 8.27539 8.77125L4.52344 12.5232C3.29493 13.7849 3.29493 15.7771 4.52344 17.0388C5.71875 18.2009 7.61133 18.2673 8.87305 17.1716L9.07227 17.0056C9.4043 16.7068 9.90235 16.74 10.2012 17.072C10.5 17.404 10.4668 17.9021 10.1348 18.2009L9.93555 18.3669C8.04297 20.0271 5.1875 19.9275 3.39453 18.1677C1.53516 16.3083 1.53516 13.2536 3.39453 11.3943L7.17969 7.64234ZM16.9414 15.9099C15.0488 17.7693 12.0273 17.7693 10.168 15.9099C8.375 14.1169 8.3086 11.2947 9.93555 9.40211L10.1016 9.20289C10.4004 8.87086 10.8984 8.83765 11.2305 9.13648C11.5625 9.43531 11.5957 9.93336 11.2969 10.2654L11.1641 10.4314C10.0352 11.6931 10.1016 13.5857 11.2969 14.781C12.5253 16.0095 14.5507 16.0095 15.8125 14.781L19.5644 11.0291C20.7929 9.76734 20.7929 7.77515 19.5644 6.51344C18.3692 5.35133 16.4765 5.28492 15.2148 6.38062L15.0156 6.54664C14.6835 6.84547 14.1855 6.81226 13.8867 6.48023C13.5878 6.1482 13.621 5.65015 13.9531 5.35133L14.1523 5.18531C16.0449 3.52515 18.9003 3.62476 20.6933 5.38453C22.5527 7.24391 22.5527 10.2654 20.6933 12.158L16.9414 15.9099Z' fill='%2316BFFD'/%3E%3C/svg%3E%0A");
}

.pge-title._single h1 {
  text-align: left;
}

.faq._pr_ask {
  padding: 0px 0 0;
}

.all-pages._cat_bg {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .all-pages._cat_bg .title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .all-pages._cat_bg .subttle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .slide-navigator {
    display: none;
  }
}

:root {
  --swiper-theme-color: #00aff0;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 8px;
  border: 1px solid rgba(126, 126, 126, 0.3);
  width: 48px;
  height: 48px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1199px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #73c1ff;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: 70px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.6 10L10.5643 20L12 18.5603L3.40742 9.97728L11.9773 1.417L10.5643 0L0.6 10Z' fill='%23212423'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 20px;
  display: block;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4 10L1.43575 20L0 18.5603L8.59258 9.97728L0.0227487 1.417L1.43575 0L11.4 10Z' fill='%23212423'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 20px;
  display: block;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.star-menu a{
  display: flex !important;
  align-items: center;
  gap: 0.5em;
}
.star-icon{
  width: 1.5em;
}