@charset "UTF-8";
/*
Theme Name:   Happylation
Author:       Alex Mameev
Author URI:   https://hexadecimal.design/
Template:     twentytwentythree
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  happylation
*/
@font-face {
  font-family: "Segoe";
  src: url("./assets/fonts/SegoeUIBlack.woff2") format("woff2"), url("./assets/fonts/SegoeUIBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe";
  src: url("./assets/fonts/SegoeUI-Semilight.woff2") format("woff2"), url("./assets/fonts/SegoeUI-Semilight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe";
  src: url("./assets/fonts/SegoeUI.woff2") format("woff2"), url("./assets/fonts/SegoeUI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe";
  src: url("./assets/fonts/SegoeUI-Light.woff2") format("woff2"), url("./assets/fonts/SegoeUI-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe";
  src: url("./assets/fonts/SegoeUI-Bold.woff2") format("woff2"), url("./assets/fonts/SegoeUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe";
  src: url("./assets/fonts/SegoeUI-Semibold.woff2") format("woff2"), url("./assets/fonts/SegoeUI-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Segoe", "Arial", sans-serif;
}

.wp-site-blocks {
  padding: 0;
}
.wp-site-blocks > .entry-content {
  padding: 0;
}

.wp-block-uagb-buttons.uagb-btn__medium-btn .uagb-buttons__wrap .wp-block-uagb-buttons-child.btn-purple .uagb-button__wrapper .wp-block-button__link {
  border-radius: 60px;
  padding: 23px 75px;
}
@media (max-width: 768px) {
  .wp-block-uagb-buttons.uagb-btn__medium-btn .uagb-buttons__wrap .wp-block-uagb-buttons-child.btn-purple .uagb-button__wrapper .wp-block-button__link {
    padding: 20px 50px;
  }
}
.wp-block-uagb-buttons.uagb-btn__small-btn .uagb-buttons__wrap .wp-block-uagb-buttons-child.btn-purple .uagb-button__wrapper .wp-block-button__link {
  border-radius: 40px;
  padding: 15px 40px;
}
.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child.btn-purple .uagb-button__wrapper .wp-block-button__link {
  background: linear-gradient(80.58deg, #FF6593 12.83%, #FF82A7 101.67%);
  transition: 0.3s;
}
.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child.btn-purple .uagb-button__wrapper .wp-block-button__link:hover {
  background: linear-gradient(80.58deg, #ff326f 12.83%, #ff4f83 101.67%);
}
.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child.btn-white-border .uagb-button__wrapper .wp-block-button__link {
  transition: 0.3s;
}

.header {
  background: linear-gradient(90.42deg, rgba(255, 255, 255, 0.3) 0.58%, rgba(109, 168, 255, 0.3) 100.29%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 50px;
  opacity: 0.9;
  position: fixed;
  top: 50px;
  left: 50px;
  transition: 0.3s;
  width: calc(100% - 100px);
  z-index: 100;
}
@media (max-width: 1024px) {
  .header {
    padding: 15px 20px 15px 30px !important;
  }
}
.header__burger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 27px;
  justify-content: flex-start;
  width: 25%;
}
@media (max-width: 1024px) {
  .header__burger {
    margin: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
  }
}
.header__burger .uagb-svg-wrapper {
  background: #3B38C7;
  border-radius: 2px;
  height: 2px;
  position: relative;
  transition: 0.3s;
  width: 27px;
}
.header__burger .uagb-svg-wrapper svg {
  display: none;
}
.header__burger .uagb-svg-wrapper::before, .header__burger .uagb-svg-wrapper::after {
  background: #3B38C7;
  border-radius: 2px;
  content: "";
  height: 2px;
  position: absolute;
  top: -8px;
  right: 0;
  transition: 0.3s;
  width: 15px;
}
.header__burger .uagb-svg-wrapper::after {
  top: auto;
  right: auto;
  left: 0;
  bottom: -8px;
}
.header__burger:hover .uagb-svg-wrapper::before, .header__burger:hover .uagb-svg-wrapper::after {
  width: 100%;
}
@media (max-width: 1024px) {
  .header .header__logo {
    margin: auto !important;
  }
}
.header .header__logo img {
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .header .header__logo img {
    height: auto;
    width: 150px;
  }
}
.header .wp-block-uagb-buttons {
  width: 25%;
}
.header.fixed {
  background: rgba(135, 133, 255, 0.48);
  opacity: 1;
  padding: 15px 20px 15px 30px !important;
  top: 20px;
}
.header.fixed .wp-block-group {
  align-items: center;
}
.header.fixed .header__burger .uagb-svg-wrapper {
  background: #fff;
}
.header.fixed .header__burger .uagb-svg-wrapper::before, .header.fixed .header__burger .uagb-svg-wrapper::after {
  background: #fff;
}
.header.fixed .header__logo {
  align-self: center;
}
.header.fixed .header__logo img {
  height: auto;
  width: 150px;
}

.header__nav-wrapper {
  background-color: #fff;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2) !important;
  height: calc(100vh - 40px);
  opacity: 0;
  position: fixed;
  top: 20px;
  left: 20px;
  transform: scale(0);
  transform-origin: left top;
  transition: 0.3s;
  width: calc(100% - 40px);
  z-index: 10000;
}
@media (max-width: 1220px) {
  .header__nav-wrapper {
    border-radius: 30px !important;
  }
}
@media (max-width: 768px) {
  .header__nav-wrapper {
    flex-flow: nowrap !important;
  }
}
.header__nav-wrapper.open {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1220px) {
  .header__nav-wrapper .header-nav__left-panel {
    max-width: 70px !important;
    padding: 40px 10px;
  }
}
.header__nav-wrapper .header-nav__left-panel .header__close {
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.header__nav-wrapper .header-nav__left-panel .header__close .uagb-svg-wrapper {
  display: block;
}
.header__nav-wrapper .header-nav__left-panel .header__close .uagb-svg-wrapper svg {
  height: 25px;
  width: 25px;
}
.header__nav-wrapper .header-nav__left-panel .header__close .uagb-svg-wrapper svg path {
  transition: 0.3s;
}
.header__nav-wrapper .header-nav__left-panel .header__close:hover svg path {
  fill: #3b43fa;
}
.header__nav-wrapper .header-nav__left-panel .header-nav__social {
  margin: 0;
}
.header__nav-wrapper .header-nav__left-panel .header-nav__social .wp-social-link svg {
  height: 24px;
  width: 24px;
}
.header__nav-wrapper .header-nav__left-panel .header-nav__social .wp-social-link.wp-social-link-tiktok svg {
  height: 20px;
  width: 20px;
}
.header__nav-wrapper .header-nav__right-block {
  height: 100%;
  overflow: auto;
}
@media (max-width: 1220px) {
  .header__nav-wrapper .header-nav__right-block {
    padding: 40px !important;
  }
}
@media (max-width: 1024px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-top .wp-block-uagb-buttons .uagb-buttons__wrap {
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media (max-width: 1440px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-bottom {
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-bottom {
    order: -1;
  }
}
@media (max-width: 1440px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-banner {
    max-width: 55%;
    row-gap: 30px;
  }
}
.header__nav-wrapper .header-nav__right-block .header-nav__right-banner .header-nav__banner {
  max-height: 540px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-banner .header-nav__banner {
    max-height: 450px;
  }
}
.header__nav-wrapper .header-nav__right-block .header-nav__right-banner .header-nav__banner .header-banner__percent {
  position: absolute;
  right: -40px;
  bottom: -40px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-banner .header-nav__banner .header-banner__percent {
    font-size: 200px;
  }
}
.header__nav-wrapper .header-nav__right-block .header-nav__right-banner .header-nav__banner .header-banner__pic {
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.header__nav-wrapper .header-nav__right-block .header-nav__right-banner .header-nav__banner .header-banner__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-banner .header-nav__contacts {
    flex-direction: column;
    gap: 10px;
  }
}
.header__nav-wrapper .header-nav__right-block .header-nav__right-banner .header-nav__contacts p:first-child {
  max-width: 20%;
}
@media (max-width: 1220px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-banner .header-nav__contacts p:first-child {
    max-width: 100%;
  }
}
.header__nav-wrapper .header-nav__right-block .header-nav__right-banner .header-nav__contacts p a {
  color: #676c7b;
  text-decoration: none;
}
.header__nav-wrapper .header-nav__right-block .header-nav__right-banner .header-nav__contacts p a:hover {
  text-decoration: underline;
}
@media (max-width: 1440px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-nav {
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-nav {
    max-width: 100%;
  }
}
.header__nav-wrapper .header-nav__right-block .header-nav__right-nav nav.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  background: transparent;
  border-radius: 55px;
  display: inline-flex;
  margin-left: -40px;
  padding: 10px 40px;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 1220px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-nav nav.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    margin-left: -25px;
    padding: 5px 25px;
  }
}
.header__nav-wrapper .header-nav__right-block .header-nav__right-nav nav.wp-block-navigation .wp-block-navigation-item:hover .wp-block-navigation-item__content {
  color: #6D73FB;
}
.header__nav-wrapper .header-nav__right-block .header-nav__right-nav nav.wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  background: linear-gradient(89deg, rgba(204, 0, 255, 0.02) -32.2%, rgba(89, 126, 255, 0.17) 96.53%);
  color: #6D73FB;
  font-weight: bold;
  padding: 15px 40px;
}
@media (max-width: 1220px) {
  .header__nav-wrapper .header-nav__right-block .header-nav__right-nav nav.wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
    padding: 10px 25px;
  }
}

.admin-bar .header {
  top: 82px;
}
.admin-bar .header.fixed {
  top: 52px;
}
.admin-bar .header__nav-wrapper {
  height: calc(100vh - 72px);
  top: 52px;
}

@media (max-width: 1024px) {
  .footer {
    padding: 30px 50px !important;
  }
}
@media (max-width: 768px) {
  .footer > .wp-block-group {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer > .wp-block-group .wp-block-uagb-image {
    margin: auto !important;
  }
}
.footer .footer__social .wp-social-link svg {
  height: 15px;
  width: 15px;
}
.footer .footer__social .wp-social-link.wp-social-link-tiktok svg {
  height: 13px;
  width: 13px;
}

.our-offers__section .wp-block-uagb-container.our-offers__list {
  gap: 30px;
}
@media (max-width: 768px) {
  .our-offers__section .wp-block-uagb-container.our-offers__list {
    gap: 20px;
  }
}
.our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container {
  cursor: pointer;
  max-width: calc(33.3333333333% - 20px);
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1220px) {
  .our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container {
    max-width: 100%;
  }
}
.our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container .hover {
  align-items: center;
  background: rgba(135, 133, 255, 0.48);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  text-align: center;
  width: 100%;
}
.our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container .hover .wp-block-uagb-advanced-heading .uagb-heading-text {
  color: #fff;
  font-size: 50px;
  line-height: 75px;
}
@media (max-width: 1024px) {
  .our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container .hover .wp-block-uagb-advanced-heading .uagb-heading-text {
    font-size: 35px;
    line-height: 45px;
  }
}
.our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container .hover p {
  color: #fff !important;
  font-size: 24px !important;
  line-height: 36px;
}
@media (max-width: 1024px) {
  .our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container .hover p {
    font-size: 16px;
    line-height: 30px;
  }
}
.our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container .wp-block-uagb-advanced-heading {
  transition: 0.3s;
}
.our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container p {
  transition: 0.3s;
}
.our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container .uagb-container-inner-blocks-wrap .uagb-heading-text {
  margin-bottom: 0;
}
.our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container:hover > .wp-block-uagb-advanced-heading {
  opacity: 0;
}
.our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container:hover > p {
  opacity: 0;
}
.our-offers__section .wp-block-uagb-container.our-offers__list .wp-block-uagb-container:hover .hover {
  opacity: 1;
}

html > body .wp-block-uagb-container.faq__section.uagb-is-root-container {
  margin-right: 20px;
  margin-left: 20px;
}
html > body .wp-block-uagb-container.faq__section > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq,
html > body .wp-block-uagb-container.faq__section > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 0 -121px;
  width: calc(100% + 121px);
}
@media (max-width: 1220px) {
  html > body .wp-block-uagb-container.faq__section > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq,
  html > body .wp-block-uagb-container.faq__section > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq {
    margin: 0;
    width: 100%;
  }
}
html > body .wp-block-uagb-container.faq__section > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .wp-block-uagb-faq-child,
html > body .wp-block-uagb-container.faq__section > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .wp-block-uagb-faq-child {
  background: linear-gradient(90.27deg, rgba(255, 255, 255, 0.07) -97.94%, rgba(165, 201, 255, 0.0497) -1.66%, rgba(73, 91, 255, 0.0497) 98.04%);
  border-radius: 30px;
  padding: 20px 85px 0 60px;
}
@media (max-width: 768px) {
  html > body .wp-block-uagb-container.faq__section > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .wp-block-uagb-faq-child,
  html > body .wp-block-uagb-container.faq__section > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .wp-block-uagb-faq-child {
    padding: 20px 50px 0 20px;
  }
}
html > body .wp-block-uagb-container.faq__section > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-questions-button,
html > body .wp-block-uagb-container.faq__section > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-questions-button {
  padding: 0 0 20px;
  position: relative;
}
html > body .wp-block-uagb-container.faq__section > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-questions-button .uagb-question,
html > body .wp-block-uagb-container.faq__section > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-questions-button .uagb-question {
  color: #383B43;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
html > body .wp-block-uagb-container.faq__section > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-questions-button .uagb-faq-icon-wrap,
html > body .wp-block-uagb-container.faq__section > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-questions-button .uagb-faq-icon-wrap {
  margin-left: 0;
  position: absolute;
  top: 4px;
  right: -45px;
}
@media (max-width: 768px) {
  html > body .wp-block-uagb-container.faq__section > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-questions-button .uagb-faq-icon-wrap,
  html > body .wp-block-uagb-container.faq__section > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-questions-button .uagb-faq-icon-wrap {
    top: 7px;
    right: -20px;
  }
}
html > body .wp-block-uagb-container.faq__section > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-questions-button .uagb-faq-icon-wrap svg,
html > body .wp-block-uagb-container.faq__section > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-questions-button .uagb-faq-icon-wrap svg {
  height: 15px;
  width: 15px;
}
html > body .wp-block-uagb-container.faq__section > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-content,
html > body .wp-block-uagb-container.faq__section > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .uagb-faq-content {
  color: #676C7B;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 40px;
}
html > body .wp-block-uagb-container.faq__section.faq--pic-right > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq {
  margin: 0;
  width: 100%;
}
html > body .wp-block-uagb-container.faq__section.faq--pic-right > .uagb-container-inner-blocks-wrap > .faq__row.wp-block-uagb-container > .wp-block-uagb-container > .faq__accordion.wp-block-uagb-faq .wp-block-uagb-faq-child {
  padding-left: 30px;
}

html > body .entry-content .discount-offer__section {
  margin-right: 20px;
  margin-left: 20px;
  overflow: hidden !important;
  position: relative;
}
html > body .entry-content .discount-offer__section > .uagb-container-inner-blocks-wrap {
  position: static !important;
}
html > body .entry-content .discount-offer__section > .uagb-container-inner-blocks-wrap .wp-block-uagb-container {
  position: relative;
  z-index: 1;
}
html > body .entry-content .discount-offer__section > .uagb-container-inner-blocks-wrap .wp-block-uagb-container .discount-offer__text {
  margin: 0 !important;
  max-width: 70% !important;
}
@media (max-width: 1024px) {
  html > body .entry-content .discount-offer__section > .uagb-container-inner-blocks-wrap .wp-block-uagb-container .discount-offer__text {
    margin: auto !important;
    max-width: 100% !important;
    text-align: center;
  }
}
html > body .entry-content .discount-offer__section > .uagb-container-inner-blocks-wrap .wp-block-uagb-container .wp-block-uagb-icon-list .uagb-icon-list__wrap .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {
  margin-top: 9px;
}
html > body .entry-content .discount-offer__percent {
  color: rgba(255, 255, 255, 0.35) !important;
  line-height: 440px;
  position: absolute;
  right: -200px;
  bottom: -55px;
  text-align: right;
}
@media (max-width: 1220px) {
  html > body .entry-content .discount-offer__percent {
    font-size: 300px !important;
    line-height: 350px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  html > body .entry-content .discount-offer__percent {
    font-size: 150px !important;
    line-height: 200px;
    right: 0;
    bottom: -10px;
  }
}

.contact__section .contact__content .contact__content-layout {
  margin: auto;
  max-width: 1520px;
}
.contact__section .contact__cnt-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1220px) {
  .contact__section .contact__cnt-right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact__section .contact__cnt-right .uagb-infobox__content-wrap .uagb-ifb-left-title-image {
  align-items: center;
}
.contact__section .contact__cnt-right .uagb-infobox__content-wrap .uagb-iconbox-icon-wrap {
  box-sizing: border-box;
}
.contact__section .contact__cnt-right .uagb-infobox__content-wrap .uagb-iconbox-icon-wrap svg {
  display: block;
  height: 14px;
  width: 14px;
}
.contact__section .contact__cnt-right .uagb-infobox__content-wrap .uagb-ifb-title-wrap a {
  color: #fff;
  text-decoration: none;
}

.about-us__section .about-us__cnt .wp-block-uagb-buttons {
  margin-left: -165px;
}
@media (max-width: 1220px) {
  .about-us__section .about-us__cnt .wp-block-uagb-buttons {
    margin-left: 0;
  }
}
.about-us__section .about-us__cnt .wp-block-uagb-buttons .about-us__button .wp-block-button__link {
  background: linear-gradient(88.41deg, rgba(255, 255, 255, 0) -0.11%, rgba(255, 88, 0, 0.018) 37.62%, rgba(122, 91, 248, 0.15) 96.31%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-decoration: none;
}
@media (max-width: 1220px) {
  .about-us__section .about-us__cnt .wp-block-uagb-buttons .about-us__button .wp-block-button__link {
    padding: 20px 40px !important;
  }
}
@media (max-width: 768px) {
  .about-us__section .about-us__cnt .wp-block-uagb-buttons .about-us__button .wp-block-button__link {
    padding: 20px 30px !important;
  }
}
.about-us__section .about-us__cnt .wp-block-uagb-buttons .about-us__button .wp-block-button__link:hover {
  background: linear-gradient(88.41deg, rgba(255, 255, 255, 0.3) -0.11%, rgba(255, 88, 0, 0.05) 37.62%, rgba(122, 91, 248, 0.2) 96.31%);
}
.about-us__section .about-us__cnt .wp-block-uagb-buttons .about-us__button .wp-block-button__link .uagb-button__icon {
  align-items: center;
  background: linear-gradient(25.26deg, rgba(255, 101, 148, 0.65) 38.31%, rgba(255, 127, 165, 0.4095) 92.54%), #FFFFFF;
  border-radius: 100%;
  display: flex;
  height: 74px;
  min-width: 74px;
  justify-content: center;
  margin-right: 30px;
  width: 74px;
}
@media (max-width: 768px) {
  .about-us__section .about-us__cnt .wp-block-uagb-buttons .about-us__button .wp-block-button__link .uagb-button__icon {
    height: 50px;
    margin-right: 20px;
    min-width: 50px;
    width: 50px;
  }
}
@media (max-width: 1220px) {
  .about-us__section .about-us__cnt > p {
    margin-bottom: 30px !important;
  }
}

.team__section .team__header {
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .team__section .team__header {
    margin-bottom: 30px;
  }
}
.team__section .team__header .team__text {
  margin: 20px auto 0 !important;
  max-width: 88%;
}
@media (max-width: 768px) {
  .team__section .team__header .team__text {
    max-width: 100%;
  }
}
@media (max-width: 1220px) {
  .team__section .team__list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .team__section .team__list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.team__section .team__list .uagb-post__inner-wrap {
  align-items: flex-start;
  background: #EAF3FC;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 475px;
}
.team__section .team__list .uagb-post__inner-wrap .uagb-post__image {
  border-radius: 30px;
  padding-bottom: 0;
}
.team__section .team__list .uagb-post__inner-wrap .uagb-post__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  z-index: 1;
}
.team__section .team__list .uagb-post__inner-wrap .uagb-post__image::after {
  align-items: center;
  background: url(assets/img/icon-camera.png) no-repeat center calc(50% - 25px);
  background-size: 65px;
  color: #BDD1E5;
  content: "Скоро тут з’явиться фото";
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  height: 100%;
  margin: auto;
  justify-content: center;
  padding-top: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.team__section .team__list .uagb-post__inner-wrap .uagb-post-grid-byline {
  display: none;
}
.team__section .team__list .uagb-post__inner-wrap .uagb-post__excerpt p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.team__section .team__list .uagb-post__inner-wrap .uagb-post__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 1024px) {
  .team__section .team__list .uagb-post__inner-wrap .uagb-post__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.team__section .team__list .uagb-post__inner-wrap .text-content {
  background: linear-gradient(251.52deg, rgba(255, 255, 255, 0.32) 36.59%, rgba(0, 11, 106, 0.25) 93.47%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 30px;
  margin: -20px;
  padding: 30px;
  position: relative;
  width: calc(100% - 20px);
  z-index: 3;
}
@media (max-width: 1024px) {
  .team__section .team__list .uagb-post__inner-wrap .text-content {
    padding: 20px;
    width: 100%;
  }
}

.white-decorations__section {
  overflow: hidden !important;
  position: relative;
  width: 100%;
}
.white-decorations__section .uagb-container-inner-blocks-wrap {
  position: static !important;
}
.white-decorations__section .uagb-container-inner-blocks-wrap .about-us__section {
  position: static;
}
.white-decorations__section .uagb-container-inner-blocks-wrap .about-us__section > .wp-block-uagb-container {
  position: relative;
  z-index: 1;
}
.white-decorations__section .uagb-container-inner-blocks-wrap .about-us__section::before {
  background: url(assets/img/bg-blur-1.png) no-repeat top left;
  background-size: contain;
  content: "";
  height: 139vh;
  position: absolute;
  top: 40vh;
  left: 0;
  width: 65vw;
}
.white-decorations__section .uagb-container-inner-blocks-wrap .about-us__section::after {
  background: url(assets/img/bg-blur-2.png) no-repeat top right;
  background-size: contain;
  content: "";
  height: 134vh;
  position: absolute;
  top: 75vh;
  right: 0;
  width: 77vw;
}
.white-decorations__section .uagb-container-inner-blocks-wrap .testimonials__section {
  position: static;
}
.white-decorations__section .uagb-container-inner-blocks-wrap .testimonials__section > .wp-block-uagb-advanced-heading,
.white-decorations__section .uagb-container-inner-blocks-wrap .testimonials__section > .wp-block-uagb-slider {
  position: relative;
  z-index: 1;
}
.white-decorations__section .uagb-container-inner-blocks-wrap .testimonials__section::before {
  background: url(assets/img/bg-blur-3.png) no-repeat top left;
  background-size: 100% auto;
  content: "";
  height: 137vh;
  position: absolute;
  bottom: -35vh;
  left: 0;
  width: 100vw;
}

.testimonials__section .wp-block-uagb-slider.testimonials__carousel {
  margin: auto;
  max-width: 1120px;
}
.testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper {
  overflow: visible;
}
.testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap {
  transition: 0.3s;
}
@media (max-width: 768px) {
  .testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap {
    margin-bottom: 40px;
  }
}
.testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap:not(.swiper-slide-active) {
  margin-top: 80px;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap:not(.swiper-slide-active) {
    margin-top: 0;
  }
}
.testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap:not(.swiper-slide-active) .swiper-content::before {
  left: -56px;
}
@media (max-width: 768px) {
  .testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap:not(.swiper-slide-active) .swiper-content::before {
    left: 30px;
  }
}
.testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap .swiper-content {
  position: relative;
}
@media (max-width: 768px) {
  .testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap .swiper-content {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap .swiper-content .wp-block-uagb-container {
    padding: 20px !important;
  }
}
.testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap .swiper-content::before {
  background: url(assets/img/icon-quote-blur.svg) no-repeat center;
  background-size: contain;
  content: "";
  height: 102px;
  position: absolute;
  top: 52px;
  left: -36px;
  transition: 0.3s;
  width: 135px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap .swiper-content::before {
    height: 70px;
    width: 90px;
  }
}
@media (max-width: 768px) {
  .testimonials__section .wp-block-uagb-slider.testimonials__carousel .uagb-slides.uagb-swiper .uagb-slider-child-wrap .swiper-content::before {
    height: 50px;
    top: -20px;
    left: 30px;
    width: 70px;
  }
}
.testimonials__section .wp-block-uagb-slider.testimonials__carousel .swiper-button-prev + .swiper-button-next::before {
  background: #ABB7C6;
  content: "";
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -24px;
  position: absolute;
  width: 1px;
}
.testimonials__section .wp-block-uagb-slider.testimonials__carousel .swiper-button-prev, .testimonials__section .wp-block-uagb-slider.testimonials__carousel .swiper-button-next {
  background: url(assets/img/icon-arrow--right.svg) no-repeat center;
  background-size: contain;
  border: none;
  border-radius: 0;
  height: 17px;
  margin: auto;
  line-height: 0;
  opacity: 1;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
}
.testimonials__section .wp-block-uagb-slider.testimonials__carousel .swiper-button-prev::after, .testimonials__section .wp-block-uagb-slider.testimonials__carousel .swiper-button-next::after {
  display: none;
}
.testimonials__section .wp-block-uagb-slider.testimonials__carousel .swiper-button-prev {
  right: 70px;
  transform: rotate(180deg);
}
.testimonials__section .wp-block-uagb-slider.testimonials__carousel .swiper-button-next {
  left: 70px;
}

.contact-page__section {
  background: url(assets/img/bg-blur-contact.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 768px) {
  .contact-page__section {
    background: none;
  }
}
@media (max-width: 768px) {
  .contact-page__section .contact-page__form > p {
    text-align: center;
  }
}
.contact-page__section .contact-page__form .contact-form__block {
  margin: 0;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-field-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-field-container .wpforms-field {
  padding: 0;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-field-container .wpforms-field-medium {
  background: #fff;
  border: 2px solid #e1eaf3 !important;
  border-radius: 30px;
  box-sizing: border-box;
  color: #000;
  font: 400 14px/20px "Segoe", "Arial", sans-serif;
  height: auto;
  max-width: 100%;
  resize: vertical;
  padding: 16px 25px;
  transition: 0.3s;
  width: 100%;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-field-container .wpforms-field-medium:hover {
  border-color: #bfc9e0 !important;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-field-container .wpforms-field-medium:focus {
  box-shadow: none;
  outline: none;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-field-container .wpforms-field-medium::-moz-placeholder {
  color: #ABC5DF;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-field-container .wpforms-field-medium::placeholder {
  color: #ABC5DF;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-confirmation-container-full {
  background: none;
  border: none;
  margin: 0;
  padding: 30px;
  text-align: center;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-confirmation-container-full h2 {
  color: #383B43;
  font: 700 48px/60px "Segoe UI", sans-serif;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width: 550px) {
  .contact-page__section .contact-page__form .contact-form__block .wpforms-confirmation-container-full h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-confirmation-container-full p {
  color: #676C7B;
  font: 300 18px/24px "Segoe UI", sans-serif;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-confirmation-container-full p.icon-thanks {
  align-items: center;
  display: flex;
  justify-content: center;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-confirmation-container-full p.icon-thanks::before {
  background: url(assets/img/icon-heart.png) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 100px;
  width: 100px;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-submit-container {
  margin: 20px 0 0;
  padding: 0;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-submit-container .wpforms-submit {
  background: linear-gradient(80.58deg, #FF6593 12.83%, #FF82A7 101.67%);
  border-radius: 30px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font: 700 15px/23px "Segoe", "Arial", sans-serif;
  height: auto;
  outline: none;
  padding: 15px 55px;
  transition: 0.3s;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-submit-container .wpforms-submit::after {
  display: none;
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-submit-container .wpforms-submit:hover {
  background: linear-gradient(80.58deg, #ff326f 12.83%, #ff4f83 101.67%);
}
.contact-page__section .contact-page__form .contact-form__block .wpforms-submit-container .wpforms-submit:focus {
  box-shadow: none;
  outline: none;
}
.contact-page__section .contact-page__form .contact-form__block .uagb-forms-input {
  box-sizing: border-box;
  font: 400 14px/20px "Segoe", "Arial", sans-serif;
  resize: vertical;
}
.contact-page__section .contact-page__form .contact-form__block .wp-block-button .wp-block-button__link {
  background: linear-gradient(80.58deg, #FF6593 12.83%, #FF82A7 101.67%);
  color: #fff;
  cursor: pointer;
  font: 700 14px/23px "Segoe", "Arial", sans-serif;
  padding: 15px 55px;
  transition: 0.3s;
}
.contact-page__section .contact-page__form .contact-form__block .wp-block-button .wp-block-button__link:hover {
  background: linear-gradient(80.58deg, #ff326f 12.83%, #ff4f83 101.67%);
}
.contact-page__section .contact-page__map-wrapper .contact-page__contacts {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media (max-width: 768px) {
  .contact-page__section .contact-page__map-wrapper .contact-page__contacts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-page__section .contact-page__map-wrapper .contact-page__contacts .wp-block-uagb-info-box .uagb-ifb-icon-wrap .uagb-iconbox-icon-wrap {
  border-radius: 5px;
  box-sizing: border-box;
  height: 27px;
  line-height: 27px;
  width: 27px;
}
.contact-page__section .contact-page__map-wrapper .contact-page__contacts .wp-block-uagb-info-box .uagb-ifb-icon-wrap .uagb-iconbox-icon-wrap svg {
  display: block;
  height: 100%;
  width: 100%;
}
.contact-page__section .contact-page__map-wrapper .contact-page__contacts .wp-block-uagb-info-box .uagb-ifb-title {
  color: #676C7B;
  font: 400 17px/23px "Segoe", "Arial", sans-serif;
  margin-right: 0;
}
.contact-page__section .contact-page__map-wrapper .contact-page__contacts .wp-block-uagb-info-box .uagb-ifb-title strong {
  color: #6D73FB;
  font-weight: 700;
}

html > body .entry-content .price-page__section {
  margin-right: 20px;
  margin-left: 20px;
}
html > body .entry-content .price-page__section .price-tabs__block > p {
  margin: 0;
  max-width: 1100px;
}
html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs {
  margin: 0;
}
@media (max-width: 1024px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs {
    display: flex;
    flex-direction: column;
  }
}
html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__panel {
  border-bottom: 1px solid #BDD1E5;
  gap: 30px;
  margin-bottom: 45px;
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 1220px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__panel {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__panel {
    align-items: center;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__panel {
    gap: 5px 10px;
  }
}
@media (max-width: 768px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__panel .uagb-tab {
    width: auto !important;
  }
}
html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__panel .uagb-tab > a {
  border: 1px solid transparent;
  border-radius: 30px;
  color: #676C7B;
  font: 700 16px/20px "Segoe", "Arial", sans-serif;
  padding: 15px 0;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 768px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__panel .uagb-tab > a {
    padding: 7px 0;
  }
}
html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__panel .uagb-tab.uagb-tabs__active > a {
  border-color: #6D73FB;
  color: #6D73FB;
  padding: 15px 30px;
}
@media (max-width: 1220px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__panel .uagb-tab.uagb-tabs__active > a {
    padding: 10px 25px;
  }
}
@media (max-width: 768px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__panel .uagb-tab.uagb-tabs__active > a {
    padding: 7px 15px;
  }
}
@media (max-width: 1024px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__body-wrap {
    max-width: 100%;
  }
}
html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child.price-tabs__tabs {
  padding: 0;
}
html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child.price-tabs__tabs .wp-block-uagb-container.price-tabs__tab .price-tabs__price p {
  margin: 0;
}
@media (max-width: 768px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child.price-tabs__tabs .wp-block-uagb-container.price-tabs__tab .price-tabs__price .price-tabs__row {
    gap: 10px;
    justify-content: flex-start;
  }
}
html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child.price-tabs__tabs .wp-block-uagb-container.price-tabs__tab .price-tabs__price .price-tabs__row .price-tabs__col:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child.price-tabs__tabs .wp-block-uagb-container.price-tabs__tab .price-tabs__price .price-tabs__row .price-tabs__col:last-child {
    justify-content: flex-start;
  }
}
html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child.price-tabs__tabs .wp-block-uagb-container.price-tabs__tab .price-tabs__price .price-tabs__row .price-tabs__col:last-child p {
  width: auto;
}
@media (max-width: 768px) {
  html > body .entry-content .price-page__section .price-tabs__block .wp-block-uagb-tabs.price-tabs__tabs .uagb-tabs__body-wrap .wp-block-uagb-tabs-child.price-tabs__tabs .wp-block-uagb-container.price-tabs__tab .price-tabs__pic {
    display: none;
  }
}

.content__section .wp-block-uagb-icon-list .uagb-icon-list__wrap .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {
  margin-top: 9px;
}
.content__section .wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote {
  background: linear-gradient(87.85deg, rgba(204, 0, 255, 0.02) -33.52%, rgba(89, 126, 255, 0.18) 95.06%);
  border-radius: 30px;
  box-sizing: border-box;
  margin-right: -140px;
  padding: 60px 115px 50px 120px;
  position: relative;
  width: calc(100% + 140px);
}
@media (max-width: 1024px) {
  .content__section .wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content__section .wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote {
    padding: 70px 30px 30px 30px;
  }
}
.content__section .wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote::before {
  background: url(assets/img/icon-quote.svg) no-repeat center;
  background-size: contain;
  content: "";
  height: 35px;
  position: absolute;
  top: 30px;
  left: 37px;
  width: 45px;
}
@media (max-width: 768px) {
  .content__section .wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote::before {
    top: 25px;
    left: 30px;
  }
}
.content__section .wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote .uagb-blockquote__icon {
  display: none;
}
.content__section .wp-block-uagb-container.content__collage > .wp-block-gallery.columns-2 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.content__section .wp-block-uagb-container.content__collage > .wp-block-gallery.columns-2 .wp-block-image {
  overflow: hidden;
}
.content__section .wp-block-uagb-container.content__collage > .wp-block-gallery.columns-2 .wp-block-image:first-child {
  border-radius: 30px;
  grid-column: 1/3;
  grid-row: 1/3;
}
.content__section .wp-block-uagb-container.content__collage > .wp-block-gallery.columns-2 .wp-block-image:nth-child(2) {
  border-radius: 15px;
  grid-column: 3/-1;
  grid-row: 1/2;
}
.content__section .wp-block-uagb-container.content__collage > .wp-block-gallery.columns-2 .wp-block-image:nth-child(3) {
  border-radius: 15px;
  grid-column: 3/-1;
  grid-row: 2/3;
}

.team-page__section .content-team__text {
  margin: 20px auto 30px;
  max-width: 1000px;
}
.team-page__section .team-page__list .wp-block-uagb-post-grid .uagb-post__inner-wrap .uagb-post__image > a {
  border-radius: 30px;
  height: 350px;
  padding-bottom: 0;
}
.team-page__section .team-page__list .wp-block-uagb-post-grid .uagb-post__inner-wrap .uagb-post__image > a > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
.team-page__section .team-page__list .wp-block-uagb-post-grid .uagb-post__inner-wrap .uagb-post-grid-byline {
  display: none;
}

html > body .entry-content .wp-block-uagb-container.hero__section {
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  html > body .entry-content .wp-block-uagb-container.hero__section {
    text-align: center;
  }
}

.blog__section {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.blog__section .blog__posts {
  gap: 60px 35px;
  grid-template-columns: repeat(4, 1fr) !important;
}
@media (max-width: 1440px) {
  .blog__section .blog__posts {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 1024px) {
  .blog__section .blog__posts {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .blog__section .blog__posts {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.blog__section .blog__posts > .uagb-post__inner-wrap .uagb-post__image > a {
  border-radius: 15px;
  height: 240px;
  padding-bottom: 0 !important;
}
@media (max-width: 1440px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap .uagb-post__image > a {
    height: 200px;
  }
}
.blog__section .blog__posts > .uagb-post__inner-wrap .uagb-post__image > a > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: static;
  width: 100%;
}
.blog__section .blog__posts > .uagb-post__inner-wrap .uagb-post__excerpt p {
  margin: 0;
}
.blog__section .blog__posts > .uagb-post__inner-wrap .uagb-post-grid-byline {
  align-items: flex-end;
  display: flex;
  flex-flow: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap .uagb-post-grid-byline {
    gap: 20px;
  }
}
.blog__section .blog__posts > .uagb-post__inner-wrap .uagb-post-grid-byline > * {
  margin: 0;
}
.blog__section .blog__posts > .uagb-post__inner-wrap .uagb-post-grid-byline > *::after {
  display: none;
}
.blog__section .blog__posts > .uagb-post__inner-wrap .uagb-post-grid-byline > * + * {
  position: relative;
}
.blog__section .blog__posts > .uagb-post__inner-wrap .uagb-post-grid-byline > * + *::before {
  background: #ABB7C6;
  content: "";
  height: 20px;
  position: absolute;
  top: 3px;
  left: -20px;
  width: 1px;
}
@media (max-width: 768px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap .uagb-post-grid-byline > * + *::before {
    left: -10px;
  }
}
.blog__section .blog__posts > .uagb-post__inner-wrap:first-child {
  border-radius: 30px;
  grid-column: 1/4;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap:first-child {
    grid-column: 1/3;
  }
}
@media (max-width: 1024px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap:first-child {
    grid-column: 1/2;
  }
}
@media (max-width: 768px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap:first-child {
    grid-column: 1/-1;
  }
}
.blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__image {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__image {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__image {
    height: 200px;
  }
}
.blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__image > a {
  border-radius: 30px;
  height: 540px;
}
@media (max-width: 1024px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__image > a {
    height: 100%;
  }
}
.blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__excerpt {
  display: none;
}
.blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post-grid-byline {
  display: none;
}
.blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__title {
  background: linear-gradient(70.97deg, rgba(12, 21, 99, 0.31) 18.02%, rgba(192, 193, 206, 0.355) 51.62%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-sizing: border-box;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  padding: 30px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__title {
    font-size: 30px;
    line-height: 40px;
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__title {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
  }
}
.blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__title a {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 1024px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__title a {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .blog__section .blog__posts > .uagb-post__inner-wrap:first-child .uagb-post__title a {
    font-size: 20px;
    line-height: 30px;
  }
}
.blog__section .blog__categories {
  background: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  max-height: 540px;
  overflow: auto;
  padding: 30px 40px;
}
@media (max-width: 1024px) {
  .blog__section .blog__categories {
    order: -1;
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .blog__section .blog__categories {
    padding: 20px;
  }
}
.blog__section .blog__categories .wp-block-uagb-taxonomy-list {
  margin: 0;
}
.blog__section .blog__categories .wp-block-uagb-taxonomy-list .uagb-list-wrap {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .blog__section .blog__categories .wp-block-uagb-taxonomy-list .uagb-list-wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .blog__section .blog__categories .wp-block-uagb-taxonomy-list .uagb-list-wrap {
    gap: 10px 15px;
  }
}
.blog__section .blog__categories .wp-block-uagb-taxonomy-list .uagb-list-wrap .uagb-tax-list .uagb-tax-link {
  border-radius: 50px;
  display: block;
  margin: 0 -10px;
  padding: 15px 30px;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .blog__section .blog__categories .wp-block-uagb-taxonomy-list .uagb-list-wrap .uagb-tax-list .uagb-tax-link {
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .blog__section .blog__categories .wp-block-uagb-taxonomy-list .uagb-list-wrap .uagb-tax-list .uagb-tax-link {
    font-size: 16px;
    line-height: 20px;
  }
}
.blog__section .blog__categories .wp-block-uagb-taxonomy-list .uagb-list-wrap .uagb-tax-list .uagb-tax-link:hover, .blog__section .blog__categories .wp-block-uagb-taxonomy-list .uagb-list-wrap .uagb-tax-list .uagb-tax-link.active {
  background: #6D73FB;
  color: #fff;
}
@media (max-width: 1024px) {
  .blog__section .blog__categories .wp-block-uagb-taxonomy-list .uagb-list-wrap .uagb-tax-list .uagb-tax-link:hover, .blog__section .blog__categories .wp-block-uagb-taxonomy-list .uagb-list-wrap .uagb-tax-list .uagb-tax-link.active {
    background: transparent;
    color: #6d73fb;
  }
}
.blog__section .blog__categories .wp-block-uagb-taxonomy-list .uagb-list-wrap .uagb-tax-list .uagb-tax-link.active {
  font-weight: 700;
}

html > body .wp-block-uagb-container.single-post__header {
  position: relative;
}
html > body .wp-block-uagb-container.single-post__header .single-post__title {
  max-width: 1520px;
  position: absolute;
  bottom: 110px;
  left: calc((100% - 1520px) / 2);
  z-index: 2;
}
@media (max-width: 1610px) {
  html > body .wp-block-uagb-container.single-post__header .single-post__title {
    max-width: calc(100% - 100px);
    bottom: 70px;
    left: 50px;
  }
}
@media (max-width: 977px) {
  html > body .wp-block-uagb-container.single-post__header .single-post__title {
    font-size: 60px !important;
    line-height: 70px !important;
    max-width: calc(100% - 60px);
    bottom: 50px;
    left: 30px;
  }
}
@media (max-width: 768px) {
  html > body .wp-block-uagb-container.single-post__header .single-post__title {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}
html > body .wp-block-uagb-container.single-post__header .single-post__meta {
  gap: 40px;
  max-width: 1520px;
  position: absolute;
  bottom: 30px;
  left: calc((100% - 1520px) / 2);
  z-index: 2;
}
@media (max-width: 1610px) {
  html > body .wp-block-uagb-container.single-post__header .single-post__meta {
    max-width: calc(100% - 100px);
    left: 50px;
  }
}
@media (max-width: 977px) {
  html > body .wp-block-uagb-container.single-post__header .single-post__meta {
    max-width: calc(100% - 60px);
    left: 30px;
  }
}
html > body .wp-block-uagb-container.single-post__header .single-post__meta > div {
  width: auto !important;
}
html > body .wp-block-uagb-container.single-post__header .single-post__meta > div + div {
  position: relative;
}
html > body .wp-block-uagb-container.single-post__header .single-post__meta > div + div::before {
  background: #fff;
  content: "";
  height: 16px;
  position: absolute;
  top: 6px;
  left: -20px;
  width: 1px;
}
html > body .wp-block-uagb-container.single-post__header .single-post__meta > div.wp-block-post-terms a {
  color: #fff;
  text-decoration: none;
}
html > body .wp-block-uagb-container.single-post__header .single-post__image {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
html > body .wp-block-uagb-container.single-post__header .single-post__image::before {
  background: rgba(0, 0, 0, 0.3) url(assets/img/bg-blog-detail-overlay.png) no-repeat center;
  background-size: cover;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 977px) {
  html > body .wp-block-uagb-container.single-post__content-section {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  html > body .wp-block-uagb-container.single-post__content-section {
    padding: 0 20px;
  }
}
html > body .wp-block-uagb-container.single-post__content-section .wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote {
  background: linear-gradient(87.8deg, rgba(255, 255, 255, 0.01) -5.23%, rgba(255, 88, 0, 0.02) 19.53%, rgba(122, 91, 248, 0.17) 94.95%);
  border-radius: 30px;
  box-sizing: border-box;
  margin-left: -140px;
  padding: 35px 125px 35px 190px;
  position: relative;
  width: calc(100% + 190px);
}
@media (max-width: 1024px) {
  html > body .wp-block-uagb-container.single-post__content-section .wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote {
    margin-left: 0;
    padding: 35px 75px 35px 50px;
    width: 100%;
  }
}
html > body .wp-block-uagb-container.single-post__content-section .wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote::before {
  background: url(assets/img/icon-quote.svg) no-repeat center;
  background-size: contain;
  content: "";
  height: 35px;
  position: absolute;
  top: 30px;
  right: 37px;
  width: 45px;
}
html > body .wp-block-uagb-container.single-post__content-section .wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote .uagb-blockquote__icon {
  display: none;
}
html > body .wp-block-uagb-container.single-post__content-section .wp-block-uagb-blockquote.uagb-blockquote__skin-quotation .uagb-blockquote footer {
  display: none;
}
@media (max-width: 768px) {
  html > body .wp-block-uagb-container.single-post__content-section .uagb-container-inner-blocks-wrap .wp-block-post-content {
    padding: 0;
  }
}

.support__block.wp-block-uagb-container {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: auto;
  z-index: 100;
}
@media (max-width: 769px) {
  .support__block.wp-block-uagb-container {
    right: 20px;
    bottom: 20px;
  }
}
.support__block.wp-block-uagb-container .support-button-main {
  position: relative;
  z-index: 1;
}
.support__block.wp-block-uagb-container .support-button-main .wp-block-button__link .uagb-button__icon::before {
  background: url(assets/img/icon-support.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 40px;
  width: 40px;
}
@media (max-width: 769px) {
  .support__block.wp-block-uagb-container .support-button-main .wp-block-button__link .uagb-button__icon::before {
    height: 25px;
    width: 25px;
  }
}
.support__block.wp-block-uagb-container .support-button-main .wp-block-button__link .uagb-button__icon svg {
  display: none;
}
.support__block.wp-block-uagb-container .support-block__buttons {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.support__block.wp-block-uagb-container .support-block__buttons .support-button__chat, .support__block.wp-block-uagb-container .support-block__buttons .support-button__phone {
  opacity: 0;
  position: absolute;
  top: -20px;
  left: -40px;
  transform: scale(0);
  transition: 0.3s;
}
@media (max-width: 769px) {
  .support__block.wp-block-uagb-container .support-block__buttons .support-button__chat, .support__block.wp-block-uagb-container .support-block__buttons .support-button__phone {
    top: -30px;
  }
}
.support__block.wp-block-uagb-container .support-block__buttons .support-button__chat {
  top: auto;
  bottom: 5px;
  left: -48px;
  transition: 0.3s 0.2s;
}
.support__block.wp-block-uagb-container.active .support-block__buttons .support-button__chat, .support__block.wp-block-uagb-container.active .support-block__buttons .support-button__phone {
  opacity: 1;
  transform: scale(1);
}

.fancybox__container .fancybox__backdrop {
  background: rgba(52, 55, 63, 0.8);
}
.fancybox__container .f-button.is-close-btn {
  display: none;
}

.modal-window {
  background: #fff;
  border-radius: 20px;
  display: none;
  max-width: 640px;
  position: relative;
}
@media (max-width: 977px) {
  .modal-window {
    padding: 50px 70px !important;
  }
}
@media (max-width: 769px) {
  .modal-window {
    padding: 30px !important;
  }
}
.modal-window .wp-block-uagb-forms {
  padding: 0;
}
.modal-window .modal__form .wpforms-block {
  margin: 0;
}
.modal-window .modal__form .wpforms-field-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-window .modal__form .wpforms-field-container .wpforms-field {
  padding: 0;
}
.modal-window .modal__form .wpforms-field-container .wpforms-field-medium {
  background: #fff;
  border: 2px solid #e1eaf3 !important;
  border-radius: 30px;
  box-sizing: border-box;
  color: #000;
  font: 400 14px/20px "Segoe", "Arial", sans-serif;
  height: auto;
  max-width: 100%;
  resize: vertical;
  padding: 16px 25px;
  transition: 0.3s;
  width: 100%;
}
.modal-window .modal__form .wpforms-field-container .wpforms-field-medium:hover {
  border-color: #bfc9e0 !important;
}
.modal-window .modal__form .wpforms-field-container .wpforms-field-medium:focus {
  box-shadow: none;
  outline: none;
}
.modal-window .modal__form .wpforms-field-container .wpforms-field-medium::-moz-placeholder {
  color: #ABC5DF;
}
.modal-window .modal__form .wpforms-field-container .wpforms-field-medium::placeholder {
  color: #ABC5DF;
}
.modal-window .modal__form .wpforms-confirmation-container-full {
  background: none;
  border: none;
  margin: 0;
  padding: 30px;
  text-align: center;
}
.modal-window .modal__form .wpforms-confirmation-container-full h2 {
  color: #383B43;
  font: 700 48px/60px "Segoe UI", sans-serif;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width: 550px) {
  .modal-window .modal__form .wpforms-confirmation-container-full h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.modal-window .modal__form .wpforms-confirmation-container-full p {
  color: #676C7B;
  font: 300 18px/24px "Segoe UI", sans-serif;
}
.modal-window .modal__form .wpforms-confirmation-container-full p.icon-thanks {
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal-window .modal__form .wpforms-confirmation-container-full p.icon-thanks::before {
  background: url(assets/img/icon-heart.png) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 100px;
  width: 100px;
}
.modal-window .modal__form .wpforms-submit-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0;
}
.modal-window .modal__form .wpforms-submit-container .wpforms-submit {
  background: linear-gradient(80.58deg, #FF6593 12.83%, #FF82A7 101.67%);
  border-radius: 30px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font: 700 15px/23px "Segoe", "Arial", sans-serif;
  height: auto;
  outline: none;
  padding: 15px 55px;
  transition: 0.3s;
}
.modal-window .modal__form .wpforms-submit-container .wpforms-submit::after {
  display: none;
}
.modal-window .modal__form .wpforms-submit-container .wpforms-submit:hover {
  background: linear-gradient(80.58deg, #ff326f 12.83%, #ff4f83 101.67%);
}
.modal-window .modal__form .wpforms-submit-container .wpforms-submit:focus {
  box-shadow: none;
  outline: none;
}
.modal-window .modal-close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: auto !important;
  z-index: 100;
}
@media (max-width: 977px) {
  .modal-window .modal-close-button {
    top: -20px;
    right: -40px;
  }
}
@media (max-width: 769px) {
  .modal-window .modal-close-button {
    top: -10px;
    right: -10px;
  }
}
.modal-window .modal__thanks {
  display: none;
}/*# sourceMappingURL=style.css.map */