@font-face {
    font-family: "Stolzl-Book";
    src: local("Stolzl-Book"), local("Stolzl-Book"), url("/wp-content/themes/uspacy/fonts/Stolzl-Book.woff2") format("woff2"), url("/wp-content/themes/uspacy/fonts/Stolzl-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Stolzl-Regular";
    src: local("Stolzl-Regular"), local("Stolzl-Regular"), url("/wp-content/themes/uspacy/fonts/Stolzl-Regular.woff2") format("woff2"), url("/wp-content/themes/uspacy/fonts/Stolzl-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Caveat";
    src: local("Caveat-Regular"), local("Caveat-Regular"), url("/wp-content/themes/uspacy/Caveat-Regular.woff2") format("woff2"), url("/wp-content/themes/uspacy/fonts/Caveat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

html,
body {
	height: 100%;
}

html {
	scroll-behavior: smooth;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

body {
    font-family: "Stolzl-Book";
    letter-spacing: -0.4px;
    line-height: 110%;
    font-weight: 400;
    background-color: #f5f5f5;
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 10px
}

.circle {
    padding: 10px;
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    background: -o-linear-gradient(154.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
    background: linear-gradient(-64.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%)
}

.circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    animation: 15s linear 0s normal none infinite running rot;
    -webkit-animation: 15s linear 0s normal none infinite running rot
}

@-webkit-keyframes rot {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rot {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.circle p {
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100px
}

.list-one li {
    color: #757575;
    font-size: 16px;
    font-weight: 900;
    line-height: 110%;
    margin: 0 0 15px 0;
    padding-left: 40px;
    position: relative
}

.list-one li::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../images/content/check.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -10px
}

.social li {
    margin: 0 0 0 10px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.social li:hover {
    opacity: .8
}

.title {
    margin: 0 0 60px 0;
    font-size: 42px;
    line-height: 100%;
    text-align: center;
    color: #000
}

.title span {
    background: -o-linear-gradient(45deg, rgb(233, 121, 122), rgb(187, 82, 153), rgb(131, 45, 195), rgb(102, 51, 206), rgb(67, 61, 198));
    background: linear-gradient(45deg, rgb(233, 121, 122), rgb(187, 82, 153), rgb(131, 45, 195), rgb(102, 51, 206), rgb(67, 61, 198));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

body[data-current-theme=dark] {
    background-color: #6633ce
}

body[data-current-theme=dark] .services {
    background-color: #6633ce
}

body[data-current-theme=dark] .services .title {
    color: #fff
}

body[data-current-theme=dark] .services .title span {
    background: -o-linear-gradient(45deg, rgb(233, 121, 122), rgb(187, 82, 153), rgb(131, 45, 195), rgb(102, 51, 206), rgb(67, 61, 198));
    background: linear-gradient(45deg, rgb(233, 121, 122), rgb(187, 82, 153), rgb(131, 45, 195), rgb(102, 51, 206), rgb(67, 61, 198));
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff
}

body[data-visible-block=card-1] {
    background-color: #cae0ff
}

body[data-visible-block=card-2] {
    background-color: #f1c3ff
}

body[data-visible-block=card-3] {
    background-color: #908bed
}

body[data-visible-block=card-4] {
    background-color: #a1ebce
}

body[data-visible-block=card-5] {
    background-color: #a7bdfe
}

body[data-visible-block=card-6] {
    background-color: #82a4d5
}

.btn {
    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;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    border-radius: 262px;
    padding: 15px 40px;
    cursor: pointer;
    outline: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    border: 1px solid rgba(0, 0, 0, 0)
}

.btn--white {
    color: #000;
    background-color: #fff
}

.btn--black {
    background-color: #000;
    color: #fff
}

.btn--black:hover {
    border-color: #000;
    color: #000;
    background-color: rgba(0, 0, 0, 0)
}

.btn--gradient {
    color: #fff;
    background: -o-linear-gradient(45deg, rgb(233, 121, 122) 0.125%, rgb(187, 82, 153) 23.681%, rgb(131, 45, 195) 50.166%, rgb(102, 51, 206) 74.087%, rgb(67, 61, 198) 99.5%);
    background: linear-gradient(45deg, rgb(233, 121, 122) 0.125%, rgb(187, 82, 153) 23.681%, rgb(131, 45, 195) 50.166%, rgb(102, 51, 206) 74.087%, rgb(67, 61, 198) 99.5%);
    background-size: 200% 200%;
    background-position: 0% 0%
}

.btn--gradient:hover {
    background-position: 100% 100%
}

.header {
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 999;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s
}

.header__inner {
    padding: 8px;
    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;
    border-radius: 217px;
    -webkit-box-shadow: 0px 5px 14.4px 0px rgba(14, 6, 53, .1);
    box-shadow: 0px 5px 14.4px 0px rgba(14, 6, 53, .1);
    background: #000
}

.header__logo {
    display: block;
    width: 155px
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__menu-wrap {
    margin: 0 15px
}

.header__mob-box {
    display: none
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__nav li+li {
    margin: 0 0 0 15px
}

.header__nav a {
    display: block;
    font-size: 14px;
    line-height: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 70px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__nav a:hover {
    border-color: #fff
}

.header__menu-btn {
    display: none
}

.header .btn:hover {
    border-color: #fff;
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

.header.sticky {
    top: 5px
}

.intro {
    padding: 175px 0 75px
}

.intro .container {
    max-width: 1190px
}

.intro__deg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 35px;
    padding: 15px 20px;
    -webkit-box-shadow: 0px 5px 14.4px 0px rgba(14, 6, 53, .1);
    box-shadow: 0px 5px 14.4px 0px rgba(14, 6, 53, .1);
    background: #fff;
    border-radius: 8px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

.intro__deg p {
    color: #000;
    font-size: 14px;
    line-height: 100%;
    margin: 0 8px 0 0
}

.intro__deg img {
    width: 60px
}

.intro__deg img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.intro h1 {
    margin: 0 0 10px 0;
    text-align: center;
    color: #000;
    font-size: 54px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -1.5px
}

.intro .container>p {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.5px
}

.intro .container>p span {
    display: block;
    background: -o-linear-gradient(154.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
    background: linear-gradient(-64.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.intro__img {
    margin: 10px 0 0 0;
    display: block
}

.intro__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto
}

.intro__img-wrap {
    position: relative
}

.intro .circle {
    top: 1%;
    right: 10%
}

.update {
    padding: 40px 0 50px;
}

.update .title {
    margin: 0 0 95px 0
}

.update__inner {
    position: relative;
}

.update__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f5f5f5 !important;
    position: -webkit-sticky;
    position: sticky;
    top: 25vh;
    max-width: 455px;
    width: 100%;
    margin: 0 auto 30vh;
    min-height: 390px;
    border-radius: 35px;
    overflow: hidden;
    padding: 40px 30px 30px 30px;
    background-color: #cae0ff;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.update__item h6 {
    font-size: 24px;
    line-height: 100%;
    margin: 0;
}

.update__item p {
    font-size: 16px;
    line-height: 120%
}

.update__item p:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.update__item blockquote {
    margin: 0;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 120%;
    border-radius: 8px;
    background: #fff;
    color: #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.update__item:last-child {
    background-color: rgba(0, 0, 0, 0) !important;
    height: 1px;
    min-height: 1px;
    margin: 0;
    border: none !important
}

.update__item:nth-child(1) {
    background-color: #cae0ff;
    color: #667386
}

.update__item:nth-child(1) blockquote {
    color: #667386;
}

.update__item:nth-child(2) {
    background-color: #f1c3ff;
    color: #875b94;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

.update__item:nth-child(2) blockquote {
    color: #875B94;
}

.update__item:nth-child(3) {
    background-color: #908bed;
    color: #fff;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.update__item:nth-child(3) blockquote {
    color: #908BED;
}

.update__item:nth-child(4) {
    background-color: #a1ebce;
    color: #587e6f;
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg)
}

.update__item:nth-child(4) blockquote {
    color: #587E6F;
}

.update__item:nth-child(5) {
    background-color: #a7bdfe;
    color: #fff;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.update__item:nth-child(5) blockquote {
    color: #7A93DD;
}

.update__item:nth-child(6) {
    background-color: #82a4d5;
    color: #fff;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg)
}

.update__item:nth-child(6) blockquote {
    color: #82A4D5;
}

.excellence {
    background-color: #6633ce;
    padding: 120px 0 80px;
    border-radius: 150px 150px 0 0
}

.excellence__slider {
    display: none
}

.excellence .container {
    max-width: 1260px
}

.excellence h3 {
    color: #fff;
    font-size: 44px;
    line-height: 100%;
    text-align: center;
    margin: 0 0 80px 0
}

.excellence__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.excellence__btn {
    margin: 0 1px;
    width: 170px;
    padding: 25px 10px 25px;
    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;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 110%;
    border-radius: 15px 15px 0px 0px;
    background: #000;
    cursor: pointer;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.excellence__btn:hover {
    padding: 25px 10px 35px;
    background: -o-linear-gradient(44.15deg, rgb(233, 121, 122) -2.658%, rgb(187, 82, 153) 99.487%);
    background: linear-gradient(45.85deg, rgb(233, 121, 122) -2.658%, rgb(187, 82, 153) 99.487%);
    color: #fff
}

.excellence__btn.active {
    padding: 25px 10px 35px;
    background: -o-linear-gradient(44.15deg, rgb(233, 121, 122) -2.658%, rgb(187, 82, 153) 99.487%);
    background: linear-gradient(45.85deg, rgb(233, 121, 122) -2.658%, rgb(187, 82, 153) 99.487%);
    color: #fff
}

.excellence__item {
    position: relative;
    z-index: 1;
    padding: 65px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 39px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 35.4px 0px rgba(14, 6, 53, .07);
    box-shadow: 0px 5px 35.4px 0px rgba(14, 6, 53, .07);
    background: #fff
}

.excellence__item h6 {
    margin: 0 0 40px 0;
    font-size: 24px;
    line-height: 100%;
    color: #000
}

.excellence__item h6 span {
    background: -o-linear-gradient(154.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
    background: linear-gradient(-64.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.excellence__item--active {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.excellence__item--active .excellence__item-left {
    padding: 90px 60px;
    max-width: 50%;
    margin: 0
}

.excellence__item--active .excellence__item-rigth {
    padding: 90px 60px;
    max-width: 50%;
    height: auto;
    -webkit-box-shadow: 0px 5px 14.4px 0px rgba(14, 6, 53, .1);
    box-shadow: 0px 5px 14.4px 0px rgba(14, 6, 53, .1);
    background: -o-linear-gradient(44.15deg, rgb(233, 121, 122) -1.754%, rgb(187, 82, 153) 99.491%);
    background: linear-gradient(45.85deg, rgb(233, 121, 122) -1.754%, rgb(187, 82, 153) 99.491%)
}

.excellence__item--active .excellence__item-rigth * {
    color: #fff !important
}

.excellence__item--active .excellence__item-rigth li::after {
    background-image: url("../images/content/check-2.png")
}

.excellence__item-left {
    max-width: 500px;
    width: 100%;
    margin: 0 20px 0 0
}

.excellence__item-left p {
    color: #000;
    font-size: 16px;
    line-height: 110%;
    margin: 0 0 20px 0
}

.excellence__item-rigth {
    max-width: 580px;
    height: 440px;
    width: 100%
}

.excellence__item-rigth img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.services__list--mob {
    display: none;
    margin: 0 0 0 -5px !important
}

.services__list--mob * {
    display: none
}

.services__list--mob li {
    width: calc(16.66666% - 5px) !important;
    margin: 0 0 5px 5px !important
}

.services {
    padding: 120px 0 205px;
    background-color: #fdfdfd;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.services .container {
    max-width: 1260px
}

.services__box {
    position: absolute;
    left: 50%;
    top: 46%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 725px
}

.services__box .intro__deg {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.services__box .intro__deg p {
    font-size: 16px
}

.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -15px;
    position: relative
}

.services__list li {
    width: calc(8.33333% - 15px);
    margin: 0 0 15px 15px;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    background-color: #f9f9f9
}

.services__list li img {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity  1s ease;
    -o-transition: opacity  1s ease;
    transition: opacity 1s ease
}

.services__empty {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
    opacity: 0
}

.plan {
    position: relative;
    z-index: 1;
    background-color: #fdfdfd;
    padding: 100px 0 170px;
    border-radius: 150px 150px 0 0;
    background-color: #f5f5f5;
    margin: -100px 0 0 0
}

.plan .container {
    max-width: 1260px
}

.plan .title {
    margin: 0 0 50px 0
}

.plan__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px;
    border-radius: 97px;
    background: #000
}

.plan__buttons p {
    margin: 0;
    position: absolute;
    top: 1%;
    right: -70%;
    font-family: "Caveat";
    font-size: 22px;
    line-height: 100%
}

.plan__buttons p br {
    display: none
}

.plan__buttons p::after {
    content: "";
    position: absolute;
    left: -105px;
    top: 1%;
    width: 190px;
    height: 90px;
    background-image: url("../images/icons/plan_buttons.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.plan__list>ul {
    margin: 30px 0 0 -20px
}

.plan__btn {
    margin: 6px;
    color: #fff;
    font-size: 16px;
    line-height: 110%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    padding: 10px 30px
}

.plan__btn.active {
    background-color: #fff;
    color: #000;
    border-radius: 97px
}

.plan__list-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 480px;
    padding: 40px 30px 30px 30px;
    border-radius: 24px;
    overflow: hidden
}

.plan__list-inner ul {
    margin: 30px 0 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.plan__list-drop {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s;
    opacity: 0;
    padding: 40px 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 1
}

.plan__list-drop ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.plan__list {
    margin: 0 0 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.plan__list>li {
    position: relative;
    margin: 0 0 50px 20px;
    width: calc(33.33333% - 20px);
    border-radius: 24px
}

.plan__list>li.open .plan__list-drop {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.plan__list>li.open .show-two {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg)
}

.plan__list>li:nth-child(2) {
    background-color: #fff
}

.plan__list>li:nth-child(2) .plan__list-drop {
    background-color: #fff
}

.plan__list>li:nth-child(2):after {
    content: "";
    position: absolute;
    background: -o-linear-gradient(154.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
    background: linear-gradient(-64.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 24px;
    z-index: -1
}

.plan__list p {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 110%;
    background: -o-linear-gradient(154.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
    background: linear-gradient(-64.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.plan__list li:first-child p {
    color: #000;
    background-color: #000;
    -webkit-text-fill-color: #000
}

.plan__list span {
    color: #757575;
    font-size: 14px;
    line-height: 110%
}

.plan__cost {
    margin: 30px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.plan__old-price {
    color: #757575;
    font-size: 16px;
    margin: 0 5px 0 0;
    text-decoration: line-through
}

.plan__price {
    background: -o-linear-gradient(45deg, rgb(233, 121, 122), rgb(187, 82, 153), rgb(131, 45, 195), rgb(102, 51, 206), rgb(67, 61, 198));
    background: linear-gradient(45deg, rgb(233, 121, 122), rgb(187, 82, 153), rgb(131, 45, 195), rgb(102, 51, 206), rgb(67, 61, 198));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 32px;
    line-height: 100%
}

.plan li li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 110%
}

.plan li li::after {
    position: absolute;
    content: "🔥";
    left: 0;
    top: 0;
    width: 15px;
    height: 15px
}

.plan .btn {
    width: 100%;
    margin: 0 0 15px 0
}

.plan .show {
    font-size: 16px;
    line-height: 110%;
    text-align: center
}

.plan .show-two {
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    border: none;
    padding: 0;
    z-index: 2;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.plan .show-two img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-animation: heartbeatt 2s infinite alternate;
    animation: heartbeatt 2s infinite alternate
}

@-webkit-keyframes heartbeatt {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.chat {
    background-color: #fff;
    padding: 60px 0 45px
}

.chat .intro__deg {
    margin: 0 auto 20px
}

.chat .title {
    font-size: 54px;
    letter-spacing: -1.5px
}

.chat .container {
    max-width: 1225px
}

.chat .btn {
    margin: 0 auto;
    padding: 22px 90px
}

.chat__inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.chat__col {
    font-family: "Caveat";
    font-size: 22px;
    font-weight: 400;
    line-height: 100%
}

.chat__col:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 240px;
    width: 100%;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)
}

.chat__col:nth-child(1) img {
    width: 170px;
    height: 170px;
    margin: -20px 0px 0 75px
}

.chat__col:nth-child(2) {
    max-width: 320px;
    width: 100%;
    margin: 0 20px 60px
}

.chat__col:nth-child(2) img:nth-child(1) {
    position: relative;
    z-index: 1;
    -webkit-animation: levitate 15s ease-in-out infinite;
    animation: levitate 15s ease-in-out infinite
}

@-webkit-keyframes levitate {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    10% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    20% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px)
    }

    30% {
        -webkit-transform: translate(6px, -5px);
        transform: translate(6px, -5px)
    }

    40% {
        -webkit-transform: translate(0px, -6px);
        transform: translate(0px, -6px)
    }

    50% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }

    60% {
        -webkit-transform: translate(4px, -5px);
        transform: translate(4px, -5px)
    }

    70% {
        -webkit-transform: translate(0px, -4px);
        transform: translate(0px, -4px)
    }

    80% {
        -webkit-transform: translate(-2px, -3px);
        transform: translate(-2px, -3px)
    }

    90% {
        -webkit-transform: translate(6px, -2px);
        transform: translate(6px, -2px)
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

@keyframes levitate {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    10% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    20% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px)
    }

    30% {
        -webkit-transform: translate(6px, -5px);
        transform: translate(6px, -5px)
    }

    40% {
        -webkit-transform: translate(0px, -6px);
        transform: translate(0px, -6px)
    }

    50% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }

    60% {
        -webkit-transform: translate(4px, -5px);
        transform: translate(4px, -5px)
    }

    70% {
        -webkit-transform: translate(0px, -4px);
        transform: translate(0px, -4px)
    }

    80% {
        -webkit-transform: translate(-2px, -3px);
        transform: translate(-2px, -3px)
    }

    90% {
        -webkit-transform: translate(6px, -2px);
        transform: translate(6px, -2px)
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

.chat__col:nth-child(2) img:nth-child(2) {
    margin: -40px 0 0 0
}

.chat__col:nth-child(2) img:nth-child(3) {
    position: relative;
    z-index: 2;
    display: block;
    margin: -78px auto 0;
    -webkit-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    transform: translateX(-8%)
}

.chat__col:nth-child(3) {
    margin: 6% 0 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;
    max-width: 235px;
    width: 100%
}

.chat__col:nth-child(3) img {
    margin: 30px 0px -50px -44px;
    width: 170px;
    height: 170px
}

.join {
    background-color: #fff;
    color: #fff
}

.join__bg {
    padding: 80px 0 100px;
    background-color: #f5f5f5;
    border-radius: 150px 150px 0px 0px
}

.join .container {
    max-width: 1260px
}

.join__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.join__item {
    padding: 60px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px 20px;
    width: calc(33.33333% - 20px);
    min-height: 375px;
    border-radius: 32px;
    background: #fff
}

.join__item img {
    height: 25px;
    width: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px
}

.join__item h6 {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 24px;
    line-height: 110%;
    text-align: center
}

.join__item p {
    max-width: 255px;
    margin: 0 auto 10px;
    color: #757575;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.join__item .btn {
    padding: 25px 40px;
    margin: 0 auto;
    width: 100%
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.join__item:hover img {
    -webkit-animation: heartbeat 1s infinite alternate;
    animation: heartbeat 1s infinite alternate
}

.footer {
    background-color: #000;
    padding: 80px 50px 0;
    border-radius: 150px 150px 0 0;
    color: #fff
}

.footer .container {
    max-width: 1260px;
    width: 100%
}

.footer__inner {
    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;
    margin: 0 0 0 -20px
}

.footer__col {
    margin: 0 0 0 20px
}

.footer__col:nth-child(1) {
    max-width: 295px;
    width: 100%;
    margin: 0 0 95px 20px
}

.footer__col:nth-child(1) p {
    margin: 0;
    font-size: 24px;
    line-height: 100%
}

.footer__col:nth-child(1) p span {
    background: -o-linear-gradient(154.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
    background: linear-gradient(-64.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.footer__col:nth-child(2) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__col:nth-child(2) ul li {
    margin: 0 40px 0 0
}

.footer__col:nth-child(2) ul li a {
    font-size: 14px;
    line-height: 110%
}

.footer__col:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__col:nth-child(3) img:nth-child(1) {
    display: block;
    margin: 0 10px 0 0;
    width: 155px;
    height: 36px
}

.footer__col:nth-child(3) img:nth-child(2) {
    width: 95px;
    height: 28px
}

.footer__col:nth-child(4) {
    max-width: 300px;
    width: 100%
}

.footer__col:nth-child(5) ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__col:nth-child(5) ul::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url("../images/icons/phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.footer__col:nth-child(5) ul li {
    margin: 0 40px 0 0
}

.footer__col:nth-child(5) ul li a {
    font-size: 14px;
    line-height: 110%
}

.footer__col:nth-child(6) p {
    position: relative;
    padding: 0 0 0 40px;
    font-size: 14px;
    line-height: 110%;
    margin: 10px 0 0 0
}

.footer__col:nth-child(6) p br {
    display: none
}

.footer__col:nth-child(6) p::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/map.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.footer__bottom {
    border-top: 1px solid #484848;
    padding: 18px 0 25px;
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__bottom p {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0
}

.footer a {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    text-underline-offset: 3px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}
.modal {
    display: none;
    padding: 40px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 14.4px 0px rgba(14, 6, 53, .1);
    box-shadow: 0px 5px 14.4px 0px rgba(14, 6, 53, .1)
}

.modal h3 {
    color: #000;
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    text-align: center;
    margin: 0 0 30px 0
}

.form__group {
    width: 100%;
    margin: 0 0 15px 0
}

.form input {
    height: 60px;
    width: 100%;
    padding: 20px 30px;
    border: 1px solid #757575;
    border-radius: 262px
}

.form input::-webkit-input-placeholder {
    color: #757575;
    font-size: 14px;
    font-weight: 900;
    line-height: 100%
}

.form input::-moz-placeholder {
    color: #757575;
    font-size: 14px;
    font-weight: 900;
    line-height: 100%
}

.form input:-ms-input-placeholder {
    color: #757575;
    font-size: 14px;
    font-weight: 900;
    line-height: 100%
}

.form input::-ms-input-placeholder {
    color: #757575;
    font-size: 14px;
    font-weight: 900;
    line-height: 100%
}

.form input::placeholder {
    color: #757575;
    font-size: 14px;
    font-weight: 900;
    line-height: 100%
}

.form .btn {
    margin: 30px 0 0 0;
    width: 100%;
    height: 60px
}

#scrollToTopBtn {
    position: fixed;
    bottom: 0;
    right: calc(50% - 50px);
    display: none; /* Приховуємо кнопку спочатку */
    background: linear-gradient(45deg, rgb(102, 51, 206) 40%, rgb(67, 61, 198) 99.5%);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    font-size: 16px;
    z-index: 999999;
}

#scrollToTopBtn img {
    width: 10px;
    margin-left: 10px;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}

@media (min-width: 992px) {
    #scrollToTopBtn {
        opacity: 0;
    }
}


.nf-before-form-content, .nf-before-field, .nf-form-errors, .nf-field-label {
    display: none;
}

.modal .nf-form-content input:not([type=button]) {
    width: 100%;
    border-radius: 35px;
    padding: 20px 30px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #757575;
}

.modal .nf-error.field-wrap .nf-field-element:after {
    height: 58px;
    width: 50px;
    line-height: 60px;
    border-radius: 0 35px 35px 0;
}

.modal .nf-pass.field-wrap .nf-field-element:after {
    height: 60px;
    line-height: 60px;
}

.modal .iti--show-selected-dial-code .iti__selected-flag {
    border-radius: 35px 0 0 35px;
}

.modal .nf-error .nf-error-msg {
    font-size: 12px;
    margin-left: 30px;
}

.modal .nf-form-content input[type=submit] {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
}

.modal .nf-form-content input[type=submit]:hover {
    background-color: #fff;
    color: #000;
    transition: all .5s;
}






.header__tels {
    position: relative;
    margin: 0 50px 0 0;
    width: 175px;
    border-radius: 6px 6px 0 0;
}

.header__tels::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 1px;
    background-image: url("/wp-content/uploads/2024/11/phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
}

.header__tels a {
    padding: 0 0 0 36px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}


.header .container {
    max-width: 1260px;
}



.fancybox-content {
	min-width: 550px;
}

.simple-page-tpl {
	padding: 150px 0 100px 0;
}

.simple-page-tpl h1 {
	margin: 0 0 40px 0;
	text-align: center;
	color: #000;
	font-size: 54px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -1.5px;
}

.intro h1, .update .title, .excellence h3, .services h3, .plan .title, .chat .title, .join .title {
		letter-spacing: -0.03em;
	}
.join .title br:first-child {
		display: none;
	}


@media (max-width: 992px) {
	.simple-page-tpl h1 {
		font-size: 32px;
	}
	.title {
		letter-spacing: -3%;
	}

}

@media (max-width: 767px) {
	.excellence__item-left {
		min-height: 360px;
		margin: 0 !important;
	}
	.excellence__item--active .excellence__item-left {
		min-height: 280px;
	}
	.fancybox-content {
		min-width: 100%;
		padding: 44px 22px;
	}
	.update .title {
		margin: 0 0 30px 0;
	}
	.join .title br:first-child {
		display: block;
	}
}




@media(max-width: 1200px) {
    .header__tels {
        margin: 0 10px 0 0;
    }
    .header__nav a {
        padding: 15px 5px;
    }
    .excellence__btn {
        font-size: 10px;
        width: 110px
    }

    .footer__col {
        width: calc(33.33333% - 20px) !important;
        margin: 0 0 50px 20px !important
    }

    .footer__col:nth-child(2) ul,
    .footer__col:nth-child(5) ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__col:nth-child(2) ul li,
    .footer__col:nth-child(5) ul li {
        margin: 0 0 15px 0
    }

    .footer__col:nth-child(2) ul {
        margin: 0 0 0 40px
    }
}

@media(max-width: 992px) {
    .header__menu-wrap {
        margin: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 120px 20px 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;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow: auto;
        background: #fff;
        opacity: 0;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s;
        z-index: -1
    }

    .header__menu-wrap.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .header__inner {
        height: 60px
    }

    .header .btn--white {
        display: none
    }

    .header__menu-btn {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
        outline: none;
        border: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        padding: 0
    }

    .header__menu-btn span {
        margin: 0 auto;
        display: block;
        width: 18px;
        height: 2px;
        background: -o-linear-gradient(45deg, rgb(233, 121, 122) 0.125%, rgb(187, 82, 153) 23.681%, rgb(131, 45, 195) 50.166%, rgb(102, 51, 206) 74.087%, rgb(67, 61, 198) 99.5%);
        background: linear-gradient(45deg, rgb(233, 121, 122) 0.125%, rgb(187, 82, 153) 23.681%, rgb(131, 45, 195) 50.166%, rgb(102, 51, 206) 74.087%, rgb(67, 61, 198) 99.5%);
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn::before {
        content: "";
        position: absolute;
        top: 14px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 18px;
        height: 2px;
        background: -o-linear-gradient(45deg, rgb(233, 121, 122) 0.125%, rgb(187, 82, 153) 23.681%, rgb(131, 45, 195) 50.166%, rgb(102, 51, 206) 74.087%, rgb(67, 61, 198) 99.5%);
        background: linear-gradient(45deg, rgb(233, 121, 122) 0.125%, rgb(187, 82, 153) 23.681%, rgb(131, 45, 195) 50.166%, rgb(102, 51, 206) 74.087%, rgb(67, 61, 198) 99.5%);
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn::after {
        content: "";
        position: absolute;
        bottom: 14px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 18px;
        height: 2px;
        background: -o-linear-gradient(45deg, rgb(233, 121, 122) 0.125%, rgb(187, 82, 153) 23.681%, rgb(131, 45, 195) 50.166%, rgb(102, 51, 206) 74.087%, rgb(67, 61, 198) 99.5%);
        background: linear-gradient(45deg, rgb(233, 121, 122) 0.125%, rgb(187, 82, 153) 23.681%, rgb(131, 45, 195) 50.166%, rgb(102, 51, 206) 74.087%, rgb(67, 61, 198) 99.5%);
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn.active::before {
        top: 19px;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg)
    }

    .header__menu-btn.active span {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .header__menu-btn.active::after {
        bottom: 19px;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg)
    }

    .header__mob-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%
    }

    .header__mob-box>ul {
        position: relative;
        padding: 35px 0 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;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .header__mob-box>ul li {
        margin: 0 0 10px 0
    }

    .header__mob-box>ul a {
        font-size: 18px
    }

    .header__mob-box>ul::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 21px;
        height: 21px;
        background-image: url(../images/icons/phone.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center
    }

    .header {
        color: #000
    }

    .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 30px 0
    }

    .header__nav ul a {
        font-size: 20px;
        padding: 0
    }

    .header__nav li+li {
        margin: 20px 0 0 0
    }

    .btn--gradient {
        margin: 0 0 30px 0;
        font-size: 14px;
        padding: 22px 40px;
        max-width: 350px;
        width: 100%
    }

    .header__bottom {
        margin: 30px 0 90px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .header__bottom p {
        position: relative;
        margin: 0;
        padding: 35px 0 0 0
    }

    .header__bottom p::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background-image: url(../images/icons/map.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center
    }

    .intro h1 {
        margin: 0 0 10px 0;
        font-size: 32px
    }

    .intro .container>p {
        font-size: 16px;
        max-width: 250px
    }

    .intro .circle {
        width: 135px;
        height: 135px;
        right: 6%;
        top: auto;
        bottom: 0
    }

    .circle p {
        font-size: 9px
    }

    .excellence {
        padding: 105px 0 60px;
        border-radius: 55px 55px 0 0
    }

    .excellence h3 {
        font-size: 32px;
        margin: 0 0 55px 0
    }

    .excellence__item h6 {
        margin: 0 0 20px 0;
        font-size: 16px
    }

    .list-one li {
        font-size: 14px
    }

    .list-one li::after {
        top: -1px
    }

    .excellence__item-rigth {
        height: 300px
    }

    .excellence__item p {
        font-size: 14px !important
    }

    .excellence__slider {
        position: relative
    }

    .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        background-color: #926ce1;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .swiper-pagination-bullet-active {
        background-color: #fff
    }

    .excellence__item--active .excellence__item-rigth,
    .excellence__item--active .excellence__item-left {
        padding: 40px 20px
    }

    .excellence__item {
        padding: 40px 20px
    }

    .excellence__item--active {
        padding: 0
    }

    .swiper-pagination {
        margin-bottom: -40px
    }

    .excellence {
        overflow: hidden
    }

    .excellence__item>H6 {
        text-align: left;
        margin: 0 auto 30px 0;
        font-size: 24px
    }

    .title {
        font-size: 32px
    }

    .services__box .intro__deg p {
        font-size: 14px
    }

    .plan__bg {
        border-radius: 55px 55px 0 0
    }

    .plan__list-inner {
        padding: 35px 20px
    }

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

    .plan__list>li {
        position: relative;
        width: calc(50% - 20px);
        background-color: #f5f5f5
    }

    .plan__list>li:after {
        content: "";
        position: absolute;
        background: -o-linear-gradient(154.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
        background: linear-gradient(-64.92deg, rgb(233, 121, 122) 11.227%, rgb(187, 82, 153) 32.94%, rgb(131, 45, 195) 51.308%, rgb(102, 51, 206) 68.611%, rgb(67, 61, 198) 88.772%);
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border-radius: 24px;
        z-index: -1
    }

    .plan {
        border-radius: 55px 55px 0 0;
        padding: 85px 0 30px
    }

    .join__bg {
        border-radius: 55px 55px 0 0;
        padding: 80px 0 75px
    }

    .chat {
        padding: 90px 0 95px
    }

    .plan__buttons {
        margin: 0 auto 40px
    }

    .chat .title {
        font-size: 32px
    }

    .chat__inner {
        position: relative;
        margin: 0 auto 40px;
        max-width: 390px
    }

    .chat__col:nth-child(1) {
        position: absolute;
        top: -3%;
        left: -13%;
        width: 175px;
        font-size: 18px
    }

    .chat__col:nth-child(1) img {
        width: 100px;
        height: 100px;
        margin: 0 0 0 25px
    }

    .chat__col:nth-child(2) {
        margin: 110px auto 0;
        zoom: .8
    }

    .chat__col:nth-child(3) {
        position: absolute;
        top: -10%;
        right: 0%;
        width: 140px;
        font-size: 18px;
        margin: 0
    }

    .chat__col:nth-child(3) img {
        margin: 0px 0px -20px -44px;
        width: 100px;
        height: 100px
    }

    .join__item {
        width: calc(50% - 20px)
    }

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

    .footer {
        border-radius: 55px 55px 0 0;
        padding: 80px 0 0
    }

    .footer__col:nth-child(3) img:nth-child(1) {
        width: 105px;
        height: 30px
    }

    .footer {
        padding: 65px 0 0
    }

    .footer .container {
        padding: 0 20px
    }
}

@media(max-width: 768px) {
	.excellence__item--active > h6{
		padding: 50px 20px 0 20px;
		margin: 0;
	}
	.plan__list>li:nth-child(2) .btn--black{
		    background: linear-gradient(45deg, rgb(233, 121, 122) 0.125%, rgb(187, 82, 153) 23.681%, rgb(131, 45, 195) 50.166%, rgb(102, 51, 206) 74.087%, rgb(67, 61, 198) 99.5%);
	}
    .excellence__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .excellence__inner {
        display: none
    }

    .excellence__item {
        padding: 50px 20px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .excellence__item-left {
        margin: 0 0 40px 0;
        max-width: 100%
    }

    .excellence__item--active {
        padding: 0
    }

    .excellence__item--active .excellence__item-left,
    .excellence__item--active .excellence__item-rigth {
        max-width: 100%
    }

    .services__list {
        display: none
    }

    .services__list--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .services__list--mob * {
        display: block
    }

    .services__box {
        width: 370px;
        top: 55%
    }

    .services {
        padding: 100px 0 180px
    }

    .plan__buttons p br {
        display: block
    }

    .plan__buttons p {
        text-align: right;
        top: -110%;
        right: -20%
    }

    .plan__buttons p::after {
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
        left: -56px;
        top: -19%;
        width: 84px;
        height: 66px
    }

    .plan .title br {
        display: none
    }

    .plan__btn {
        font-size: 14px;
        padding: 10px 20px
    }

    .plan__list>li {
        width: calc(100% - 20px)
    }

    .join__item {
        width: calc(100% - 20px);
        padding: 60px 15px 30px
    }

    .footer__col:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 20px) !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__col:nth-child(3) img:nth-child(1) {
        width: 155px
    }

    .footer__col:nth-child(2) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        width: calc(100% - 20px) !important;
        margin: 0 0 0 20px !important
    }

    .footer__col:nth-child(2) ul {
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__col:nth-child(1) {
        width: calc(100% - 20px) !important;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 0 80px 20px !important
    }

    .footer__col:nth-child(5) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer__col:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: calc(50% - 20px) !important;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer__col:nth-child(5) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: calc(50% - 20px) !important
    }

    .footer__col:nth-child(6) {
        margin: -30px 0 65px 20px !important;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: calc(100% - 20px) !important
    }

    .footer__col:nth-child(6) p br {
        display: block
    }

    .footer__bottom {
        margin: 0
    }

    .footer__bottom {
        color: #ababab;
        font-size: 12px
    }

    .footer__bottom p {
        text-align: right;
        max-width: 155px
    }

    .update__item {
        min-height: 450px;
		top: 15vh;
		padding: 30px 20px 30px 20px;
    }
	.update__item {
    	max-width: 80%;
		width: 100%;
	}
	
}