@import url('/css/fonts.css');

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: 'Proxima Nova', 'Montserrat', sans-serif;
    font-weight: 400;
    color: #070b3f;
    overflow-x: hidden;
    overflow-y: scroll;
}

h1,
h2 {
}

img {
    border: none;
    max-width: 100%;
}

p {
    line-height: 150%;
    margin-bottom: 10px;
    font-size: 20px;
}

a {
    text-decoration: none;
}
.bold {
    font-weight: 700;
}
.red {
    color: #e42836;
}
.outline {
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #070b3f;
}
.mobile {
    display: none;
}
.clear {
    clear: both;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}
.bg-blue {
    background: #e3eff9;
}
.bg-grey {
    background: #d0ccd0;
}
.container {
    padding: 0 5%;
}
.bl-left,
.bl-right {
    width: 49.5%;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
}

.service-block,
.how-block,
.benefits-block,
.about-us-block,
.unique-block,
.testimonials-page-block,
.faq-block {
    padding: 5% 0;
}
.how-harmyou,
.testimonials-block {
    padding: 5% 0 3%;
}
.fade {
    opacity: 1;
}
/* Header - BEGIN */
.wp-content {
    overflow: hidden;
    background: #fafafa;
}

.header {
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 60px;
    width: 100%;
    position: fixed;
    background: #f8fafc;
    z-index: 999;
    top: 0;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: #f8fafc !important;
    padding-bottom: 20px;
    padding-top: 10px;
    min-height: 40px;
    position: fixed;
}
.header.active .logo {
    width: 200px;
}

.wp-content.wp-home .header {
    top: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    position: fixed;
}
.wp-content.wp-home {
    margin-top: 0px;
}
.wp-content {
    margin-top: 140px;
}
.logo {
    display: block;
    position: absolute;
    left: 58px;
    top: 5px;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    width: max-content;
    max-width: 300px;
}

.h-cat-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.h-cat-menu__item.has-dropdown {
    position: relative;
}

.desktop-chevron {
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.h-cat-menu__item.has-dropdown:hover .desktop-chevron {
    transform: rotate(180deg);
}

.h-cat-menu__item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    min-width: 240px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.h-cat-menu__item .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
}

.h-cat-menu__item.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.h-cat-menu__item .dropdown-menu a {
    padding: 12px 20px;
    color: #070b3f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition:
        background 0.3s,
        color 0.3s;
    text-align: center;
    line-height: 1.2;
}

.h-cat-menu__item .dropdown-menu a:hover {
    background: #f5f5fa;
    color: #1397df;
}

.h-cat-menu__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}
.h-cat-menu__submenu-inner {
    /* width: calc(100% - 660px); */
    width: 80%;
    margin-left: auto;
    padding: 40px 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10%;
    row-gap: 30px;
    justify-content: center;
}

.h-cat-menu__item > a {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #070b3f;
    position: relative;
    line-height: 52px;
}
.h-cat-menu__item > a.inquire-trigger {
    display: block;
}
.h-cat-menu__submenu-link {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #070b3f;
    position: relative;
}

.h-cat-menu__submenu-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.h-cat-menu__submenu-link img {
    display: inline-block;
    max-width: 200px;
    margin-bottom: 15px;
    border-radius: 15px;
    transition: 0.3s ease;
}

.h-cat-menu__submenu-link:hover img {
    transform: scale(1.1) translateY(-15px);
    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.1));
}

.h-cat-menu a.menu-item :before,
.h-cat-menu__submenu-link :before {
    left: 0;
}
.h-cat-menu a.menu-item:after,
.h-cat-menu__submenu-link:after {
    right: 0;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    background-image: linear-gradient(to right, #000046, #1397df);
}
.h-cat-menu a.menu-item:before,
.h-cat-menu a.menu-item:after,
.h-cat-menu__submenu-link:before,
.h-cat-menu__submenu-link:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -2px;
    background-image: linear-gradient(to right, #000046, #1397df);
}
.h-cat-menu a.menu-item:hover:before,
.h-cat-menu__submenu-link:hover::before {
    background-image: linear-gradient(to right, #000046, #1397df);
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.h-cat-menu a.menu-item:hover:after,
.h-cat-menu__submenu-link:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}
.h-cat-menu a.menu-item.active::after {
    content: '';
    display: block;
    position: absolute;
    background-image: linear-gradient(to right, #171770, #4481eb);
    width: 100%;
    height: 2px;
    top: 100%;
}
.h-cat-menu a.menu-item.active:hover {
    text-decoration: none;
}
/* .h-cat-menu a.cm-itemS,
  .h-cat-menu a:hover::after {
    content: '';
    display: block;
    position: absolute;
    background-image: linear-gradient(to right, #000046, #1397df);
    width: 100%;
    height: 2px;
    top: 70%;
  } */

.h-container {
    width: calc(100% - 660px);
    margin: 0px 20px 0 0;
    float: right;
    /* position: relative; */
    top: 13px;
}

.top-menu a:not(:last-child) {
    margin-right: 30px;
}

.top-menu a.tm-itemS,
.top-menu a:hover {
    text-decoration: underline;
}

.responsive-menu-trigger {
    float: right;
    width: 40px;
    height: 60px;
    margin-left: 12px;
    cursor: pointer;
    display: none;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
    width: 40px;
    height: 5px;
}

.hamburger-menu {
    position: relative;
    transform: translateY(25px);
    background: #212121;
    transition: all 0ms 300ms;
}
.hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 13px;
    background: #212121;
    transition:
        bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    background: #212121;
    transition:
        top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition:
        top 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition:
        bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.responsive-menu-container {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 11;
}

.responsive-menu-container p {
    margin-bottom: 0;
}

.responsive-menu-container A:link,
.responsive-menu-container A:visited {
    display: block;
    text-align: right;
    padding: 30px 15px 30px 5px;
    background-color: rgb(7, 16, 26);
    border-bottom: 1px solid rgba(195, 195, 195, 0.596);
    text-decoration: none;
    font-weight: 300;
    color: #f5f5fa;
    font-size: 24px;
}

.responsive-menu-container A:hover {
    background: rgb(2, 12, 31);
}

.mobile-dropdown-menu {
    display: none;
}

.mobile-dropdown-menu p a:link,
.mobile-dropdown-menu p a:visited {
    padding: 20px 25px 20px 5px;
    font-size: 20px;
    background-color: rgb(12, 24, 38);
    border-bottom: 1px solid rgba(195, 195, 195, 0.2);
}

.mobile-dropdown-toggle {
    position: relative;
}

.mobile-dropdown-toggle a {
    padding-right: 50px !important;
}

.mobile-dropdown-toggle .toggle-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #f5f5fa;
    cursor: pointer;
    padding: 10px;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.mobile-dropdown-toggle .toggle-icon.active {
    transform: translateY(-50%) rotate(180deg);
}

/* Header - END */

.content {
    position: relative;
    overflow: hidden;
}

.block-header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 2em;
    position: relative;
}

.block-header h2 {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 400;
    z-index: 2;
}
.block-header .tb-shadow-title {
    white-space: nowrap;
    font-weight: 900;
    font-size: 100px;
    color: #070c5909;
    text-transform: uppercase;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    text-align: center;
    z-index: 1;
    text-shadow: 0px 0px 84px rgba(62, 101, 209, 0.16);
}
/* Buttons - BEGIN */
.common-link {
    background: #1f3c88;
    box-shadow: 0px 0px 14.76px 3.24px rgba(31, 60, 136, 0.14);
    color: #fff;
    font-size: 20px;
    display: inline-block;
    position: relative;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.common-link:hover {
    background-position: 100% 0;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: translate(0px, -10px);
    background-image: linear-gradient(to right, #000046, #113169, #171770, #114177);
}
.common-link.gradient {
    background-image: linear-gradient(to right, #000046, #4481eb, #171770, #1397df);
    box-shadow: 0 4px 15px 0 rgba(7, 34, 75, 0.281);
    padding: 0 67px 0 19px;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.common-link:focus {
    outline: none;
}
.common-link.gradient::after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-image: url('/images/icons/arrow-button.png');
}
.second-link {
    display: inline-block;
    position: relative;
    letter-spacing: 2.5px;
    border-bottom: 1px dashed #070b3f;
    margin: 0 2em;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    cursor: pointer;
    padding-right: 50px;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 700;
    color: #070b3f;
}
.second-link::after {
    content: '';
    display: block;
    height: 13px;
    width: 42px;
    position: absolute;
    right: 0;
    bottom: 16px;
    background-image: url(/images/icons/arrow-right-second-button.png);
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.second-link:hover {
    padding-right: 0;
    padding-left: 50px;
}
.second-link:hover:after {
    right: auto;
    left: 0;
}
.inquire-trigger {
    height: 52px;
    line-height: 52px;
    padding: 0 20px 0 20px;
    border: 2px solid #04062e;
    border-radius: 50px;
    font-weight: 500;
}
.inquire-trigger::before {
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: -1px;
    left: 50%;
    right: 50%;
    bottom: -1px;
    opacity: 0;
    content: '';
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #000046, #2f2f9e);
    z-index: -2;
}
.inquire-trigger:hover {
    color: #fff;
    border: 2px solid #cccddb46;
}
.inquire-trigger:hover::before {
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: -1px;
    right: -1px;
    opacity: 1;
}
/* Buttons - END */

/* Title-block - BEGIN*/

.banner {
    height: 190px;
    padding: 10px;
    background-image: linear-gradient(to bottom, #1d3277, #538cbd);
    /* background-size: cover;
  background-position: center center; */
    display: flex;
    justify-items: center;
    align-items: center;
}

.banner .banner-title {
    font-weight: 700;
    color: #fff;
    font-size: clamp(26px, 5vw, 48px);
    letter-spacing: 5px;
    position: relative;
    margin: auto;
    padding: 0 5%;
}

/* Service-Block - END*/

/* Service-block - Begin*/
.service-block .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-block .img-container img {
    border-radius: 50px;
    box-shadow: 0px 5px 103.55px 5.45px rgba(88, 147, 212, 0.24);
    position: relative;
    z-index: 1;
}
.service-block.img-right {
    right: -15px;
}
.service-block.img-left {
    right: -15px;
}
.img-container {
    position: relative;
}

.service-block .bl-left .img-container::before {
    content: '';
    display: block;
    position: absolute;
    height: 238px;
    width: 225px;
    left: -20px;
    top: -20px;
    background-image: url(/images/home-page/dots-bg.png);
}
.service-block.img-right .bl-left .img-container img {
    right: 15px;
}
.service-block.img-left .bl-left .img-container img {
    left: 15px;
}
.service-block.img-right .bl-left .img-container::before {
    right: -20px;
    left: auto;
}
.service-block.img-right .bl-left .img-container::after {
    right: -20px;
    left: auto;
}
.service-block .bl-left .img-container::after {
    content: '';
    display: block;
    position: absolute;
    height: 182px;
    width: 216px;
    left: -20px;
    bottom: -20px;
    background-image: url('/images/home-page/img-deco-element.png');
}
.service-block .bl-left {
    padding: 10px;
    width: calc(45.5% - 20px);
}
.service-block img::before {
    content: '';
    display: block;
    position: absolute;
    width: 225px;
    height: 236px;
    background: url('/images/home-page/dots-bg.png');
    top: 0;
}
.text-paragraph {
    margin: auto;
    vertical-align: top;
}
.text-paragraph h3 {
    font-size: 50px;
    margin-bottom: 10px;
}
.text-paragraph h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.aws-page .text-paragraph h1 {
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 700;
    color: #070b3f;
    margin-bottom: 24px;
}
.aws-page .block-header .aws-page__block-title {
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.1;
    font-weight: 400;
    color: #070b3f;
    margin: 0;
    position: relative;
    z-index: 2;
}
.aws-page__section-title {
    font-size: clamp(26px, 2.8vw, 34px);
    line-height: 1.25;
    color: #0f3872;
    font-weight: 700;
    margin: 32px 0 20px;
}
.aws-page .how-block .how-points .h-point .aws-page__step-title {
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 30px;
    min-height: 90px;
}
.aws-page .how-block .how-points .h-point .aws-page__step-title span {
    font-weight: 700;
}
.aws-page .t-slide h3 {
    font-size: clamp(24px, 2.3vw, 30px);
    line-height: 1.3;
    color: #070b3f;
    margin-bottom: 18px;
}
.text-paragraph p {
    margin-bottom: 30px;
}
.text-paragraph ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 20px;
    padding-left: 5%;
    line-height: 150%;
    position: relative;
}
.text-paragraph ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url('/images/icons/check-mark.png');
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
}
/* Service-block - END */

/* Service-block - Begin */

.how-block .how-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-image: url(/images/timeline.png); */
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: 0% 35%;
}
.how-block.service-page .how-points {
    background-position: 0% 20%;
    background-size: 100% 34%;
}
.how-block .common-link {
    margin: 0 auto;
}
.how-block .how-points .h-point {
    width: 31%;
    margin: 1% 1%;
}
.how-block .how-points .h-point h3 {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 30px;
    min-height: 90px;
}
.how-block .how-points .h-point h3 span {
    font-weight: 700;
}

.how-block .how-intro {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
    padding: 0 20px;
}

.how-block .how-intro .how-intro-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f3c88;
    margin-bottom: 20px;
    line-height: 1.3;
}

.how-block .how-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

@media (max-width: 768px) {
    .how-block .how-intro {
        margin-bottom: 40px;
    }

    .how-block .how-intro .how-intro-title {
        font-size: 22px;
    }

    .how-block .how-intro p {
        font-size: 16px;
    }
}

/* How-block - END */

/* Benefits-block - BEGIN */
.benefits-block {
    padding-bottom: 1%;
}
.benefits-block .common-link {
    white-space: nowrap;
    font-size: 16px;
}
.benefits-block .benefits-header {
    margin-bottom: 1%;
    padding-bottom: 1%;
    border-bottom: 1px solid #0d1d46;
}

.benefits-block .bl-left {
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefits-block .bl-left h2 {
    font-size: 60px;
    font-weight: 500;
}

.benefits-block .bl-left p {
    max-width: 1100px;
}

.benefits-block .bl-right {
    width: 19%;
}

.benefits-block .bl-right .common-link {
    float: right;
}

.benefits-block .benefits-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
}

.benefits-block .benefits-content .b-block {
    width: 33%;
    position: relative;
}

.benefits-block .benefits-content .b-block p {
    margin-bottom: 10%;
}

.benefits-block .benefits-content .b-block .b-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 5%;
}

.benefits-block .benefits-content .b-block .b-item .b-item-img,
.benefits-block .benefits-content .b-block .b-item .b-item-par {
    display: inline-block;
}

.b-item .b-item-par h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.b-item .b-item-par p {
    margin-bottom: auto;
}

.benefits-block .benefits-content .b-block .b-item .b-item-img {
    min-width: 120px;
}

.benefits-block .benefits-content .b-block {
}

/* Benefits-block - END */

/* testimonials-block - BEGIN */

.testimonials-block .block-header::after {
    content: '';
    display: block;
    margin: 15px auto;
    padding: 0 15px;
    width: 150px;
    height: 2px;
    background: #87bfff;
}

/* testimonials-block - END */

/* about-us-block  - BEGIN */

.about-us-block img {
    margin: 0 auto;
}
.about-us-block .second-link {
    margin: 0;
}
/* about-us-block - END */

/* unique-block - BEGIN */
.unique-block .block-header::after {
    content: '';
    display: block;
    margin: 15px auto;
    padding: 0 15px;
    width: 150px;
    height: 2px;
    background: #0d1d46;
}
.unique-block .bl-left .b-item {
    width: 47%;
    display: inline-block;
    margin: 1%;
}
.unique-block .bl-left {
    align-items: flex-start;
}
.unique-block .bl-right img {
    border-radius: 15px;
    box-shadow: 0px 22px 31.85px 3.15px rgba(65, 90, 119, 0.25);
    margin-bottom: 5%;
}
.unique-block .img-block {
    position: relative;
}
.unique-block .txtonimg {
    position: absolute;
    top: 10%;
    left: 5%;
}
.unique-block .txtonimg h3 {
    display: block;
    font-size: 48px;
    color: #fff;
    max-width: 70%;
    margin-bottom: 5%;
    font-weight: 300;
}
.unique-block .book-apt {
    max-width: 650px;
    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
}
.unique-block .book-apt .text {
    display: inline-block;
    width: 60%;
    padding-right: 5%;
    border-right: 1px solid #000046;
    margin-right: 5%;
}
.unique-block .book-apt .common-link {
    padding-left: 50px;
}
.unique-block .book-apt .common-link::before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: scale(1);
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-image: url(/images/icons/icon-phone-button.png);
}
.unique-block .book-apt .text p {
    font-size: 30px;
}
/* unique-block  - END */

/* how-cigaretes-harm-you - END */
.how-harmyou .block-header {
    text-align: left;
    margin: 0 0 2em;
    position: relative;
}
.how-harmyou .block-header::after {
    content: '';
    display: block;
    position: relative;
    left: 0;
    height: 2px;
    width: 150px;
    background: #000046;
}
.how-harmyou .bl-left {
    width: 59%;
}
.how-harmyou .bl-right {
    width: 29%;
}
.how-harmyou .text-paragraph {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.how-harmyou .text-paragraph h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 30px;
}
.how-harmyou .text-paragraph h4 {
    font-size: 30px;
    font-weight: 400;
}
.how-harmyou .call-button {
    display: inline-block;
    font-size: 20px;
    margin: 0 2em;
}
.how-harmyou .text-paragraph .second-link {
    margin: 5% 0em;
}

.harm-points {
    position: absolute;
    left: 0;
    top: 8%;
}
.harm-points li {
    position: relative;
    font-size: 20px;
    list-style: none;
    margin-bottom: 43%;
    font-weight: 500;
}
.harm-points li:nth-child(1) {
    left: 16%;
    top: 4px;
}
.harm-points li:nth-child(2) {
    left: 0;
    bottom: 3px;
}
.harm-points li:nth-child(3) {
    left: -15%;
    top: 4px;
}
.harm-points li:nth-child(4) {
    left: -41%;
    top: 12px;
}
.harm-points li:nth-child(5) {
    left: -12%;
    top: 42px;
}
/* how-cigaretes-harm-you  - END */

/* testimonials-page-block - BEGIN */
.testimonials-page-block .container {
    display: flex;
    flex-wrap: wrap;
}
.testimonials-page-block .icon-deco {
    background-image: url('/images/quote-icon.png');
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    background-size: contain;
    position: absolute;
    top: -8%;
    left: 5%;
}
.testimonials-page-block .t-item {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 44%;
    background: #fff;
    box-shadow: 0px 0px 15.66px 2.34px rgba(31, 60, 136, 0.13);
    border-radius: 25px;
    padding: 2%;
    text-align: center;
    margin: 1%;
    position: relative;
}
.rating-reviewdate {
    color: #888;
    padding-bottom: 10px;
    margin: 0 auto;
}
.rating-reviewdate .rating {
    background-image: url('/images/icons/star-icons1.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 37px;
    width: 205px;
    margin-right: 10px;
    text-indent: -9999px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.rating-reviewdate > span {
    display: inline-block;
}
.rating-reviewdate .rating.rating-1 {
    background-position: 0 -06px;
}
.rating-reviewdate .rating.rating-2 {
    background-position: 0 -46px;
}
.rating-reviewdate .rating.rating-3 {
    background-position: 0 -86px;
}
.rating-reviewdate .rating.rating-4 {
    background-position: 0 -126px;
}
.rating-reviewdate .rating.rating-5 {
    background-position: 0 -166px;
}
.testimonials-page-block .t-item .review-name {
    text-align: right;
    color: #5893d4;
    font-size: 24px;
    font-weight: 700;
}

/* testimonials-page-block - END */

/* FAQ-page - BEGIN */

.faq-block .faq {
    position: relative;
    z-index: 1;
    padding: 25px 80px 25px 20px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 7.92px 0.08px rgba(25, 18, 18, 0.17);
    -moz-box-shadow: 0px 2px 7.92px 0.08px rgba(25, 18, 18, 0.17);
    box-shadow: 0px 2px 7.92px 0.08px rgba(25, 18, 18, 0.17);
    margin-top: 35px;
    background-color: #fff;
    margin-bottom: 10px;
    vertical-align: top;
    border-left: 3em solid #85b0df;
    margin: 2%;
    width: 100%;
}

.faq:nth-child(2n + 1) {
    border-left: 3em solid #1f3c88;
}
/* .faq-block .faq:nth-child(odd){
	border-left: 3em solid #1f3c88;
} */

/* .faq-block .faq:nth-child(even){
	border-left: 3em solid #85b0df;
} */

.faq-block A.faq-act {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    text-decoration: none;
}

.faq-block A.faq-show {
    width: 26px;
    height: 15px;
    background: url('../images/icons/icn-fqa-show.png');
}

.faq-block A.faq-hide {
    width: 20px;
    height: 20px;
    background: url('../images/icons/icn-fqa-hide.png');
}

.faq-block .faq-ttl {
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 17pt;
    font-weight: 700;
}

.faq-block .faq-ttl:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #9497a7;
}

.faq-block .faq-txt {
    width: 100%;
    height: 63px;
    overflow: hidden;
}

/* FAQ-page - END */

/* Footer - BEGIN */

.footer {
    padding: 70px 10px 30px;
    color: #fff;
    background: #101d30;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .wrapper {
    max-width: 1350px;
    margin: 0 auto;
}

.footer .common-link {
    background: #5893d4;
    box-shadow: 0px 0px 14.76px 3.24px rgba(88, 147, 212, 0.45);
}
.footer .common-link::after {
    display: none;
}
.extra-top {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-bottom: 2em;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}

.fot-l,
.fot-r {
    width: 50%;
}

.extra-top p {
    font-size: 24px;
    font-weight: 100;
}
.fot-r .third-button {
    float: right;
}
.fot-l span {
    font-size: 30px;
    color: #2660a4;
    font-weight: 500;
}
.extra-top .common-link {
    float: right;
}
.f-top {
    margin-bottom: 35px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.f-item {
    position: relative;
    margin: 0 1% 20px;
}

.f-item h5,
.f-item__title {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.socials a {
    display: inline-block;
    margin-right: 20px;
    width: 25px;
    height: 25px;
    overflow: hidden;
}

.fi-wrapper {
    padding-left: 65px;
}

.f-contact-block {
    margin-bottom: 25px;
}

.f-contact-block p {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: 100;
    color: #fff;
}
.f-contact-block p a {
    color: #fff;
}
.f-contact-block div {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.f-descr {
    max-width: 335px;
}

.f-product-menu div {
    max-width: 215px;
    margin-bottom: 1em;
}

.f-product-menu a {
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
}

.f-product-menu a:hover span {
    text-decoration: underline;
}

.f-nav-menu div {
    max-width: 215px;
    margin-bottom: 1em;
}

.f-nav-menu a {
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 100;
}

.f-nav-menu a:hover {
    text-decoration: underline;
}

.f-item h4,
.f-item__title-straight {
    letter-spacing: 2px;
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
}

.f-descr {
    margin-bottom: 20px;
    font-size: 12px;
}

.f-bottom {
    text-align: center;
}

.f-bottom p {
    font-size: 14px;
    letter-spacing: 2px;
}

.f-bottom a {
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #fff;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.f-bottom a:hover {
    border-bottom: 1px solid transparent;
}

/* Footer - END */

/* MEDIA QUARIES - BEGIN */
@media (max-width: 1610px) {
    .logo {
        max-width: 250px;
        /* top: 19px; */
    }

    .h-container {
        width: calc(100% - 530px);
    }
}

@media (max-width: 1480px) {
    .logo {
        left: 10px;
    }

    .h-container {
        width: calc(100% - 482px);
    }
    .how-harmyou .img-container {
        left: 10%;
    }
    .harm-points li {
        margin-bottom: 36%;
    }
}

@media (max-width: 1430px) {
    .ht-body {
        padding: 30px 20px;
    }
}

@media (max-width: 1425px) {
}

@media (max-width: 1365px) {
}

@media (max-width: 1345px) {
}

@media (max-width: 1330px) {
    .habr-shadow-title {
        display: none;
    }
    .harm-points {
        position: absolute;
        left: -4%;
        top: 8%;
    }
    .harm-points li {
        margin-bottom: 31%;
    }
}

@media (max-width: 1255px) {
    .how-block .how-points {
        background-image: none;
    }
    .bl-right,
    .bl-left {
        align-items: flex-start;
    }
    .h-cat-menu {
        display: none;
    }
    .responsive-menu-trigger {
        display: block;
    }

    .inquire-trigger.mobile {
        position: absolute;
        right: 15%;
        top: 25%;
        bottom: auto;
        display: block;
        text-transform: uppercase;
        color: #000046;
    }
    .h-container {
        top: 7px;
    }
    .header {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .wp-content {
        margin-top: 100px;
    }
}

@media (max-width: 1230px) {
    .ps-r h1 {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .harm-points {
        left: -5%;
    }
    .harm-points li {
        margin-bottom: 30%;
    }
}

@media (max-width: 1160px) {
}

@media (max-width: 1150px) {
    .tb-shadow-title {
        display: none;
    }
    .harm-points li {
        margin-bottom: 29%;
    }
    .how-harmyou .img-container {
        left: 15%;
    }
}

@media (max-width: 1140px) {
}

@media (max-width: 1130px) {
    .footer {
        padding: 35px 10px;
    }
}

@media (max-width: 1085px) {
    .harm-points li {
        margin-bottom: 25%;
    }
}

@media (max-width: 1010px) {
    .f-top {
        flex-wrap: wrap;
    }

    .f-item {
        width: 48%;
    }
}

@media (max-width: 975px) {
    .home-slider .swiper-slide .hs-body h1 {
        max-width: 300px;
    }

    .how-harmyou .bl-left,
    .how-harmyou .bl-right,
    .bl-left,
    .bl-right {
        width: 100%;
    }

    body .about-relax {
        transform: none !important;
    }

    body .blr-relax {
        bottom: 0;
        transform: none !important;
    }

    body .hh-rellax {
        bottom: 0;
        transform: none !important;
    }

    .service-block .bl-left {
        padding: 10px;
        width: 100%;
        transform: none !important;
    }

    .benefits-block .benefits-content .b-block {
        width: 100%;
    }

    .benefits-block .benefits-content .b-block.middle-image img {
        position: relative;
        top: 0em;
        display: block;
        margin: 0 auto;
    }

    .benefits-block .benefits-content .b-block .b-item {
        display: block;
        margin: 0;
        text-align: center;
    }

    .benefits-block .benefits-content .b-block .b-item .b-item-img {
        display: block;
        margin: 0 auto;
    }

    .benefits-block .benefits-content .b-block .b-item .b-item-img img {
        display: block;
        margin: 0 auto;
    }

    .how-block .how-points .h-point {
        width: 46%;
        margin: 1% 1%;
    }

    .how-harmyou .img-container {
        left: 10%;
    }
    .harm-points li {
        position: relative;
        font-size: 20px;
        list-style: none;
        margin-bottom: 43%;
        font-weight: 500;
    }
    .second-link {
        margin: 5% 2em;
    }
    .how-block .how-points .h-point h3 {
        min-height: auto;
    }
}

.cpa-rellax {
    top: 350px;
    position: absolute;
}

.hb-rellax {
    padding: 1px;
    position: relative;
    bottom: -200px;
}

.hh-rellax {
    position: relative;
    bottom: -200px;
}

.blr-relax {
    position: relative;
    bottom: -200px;
}

@media (max-width: 1130px) {
    .cpa-rellax {
        position: static;
        transform: none !important;
    }
}

@media (max-width: 960px) {
}

@media (max-width: 940px) {
    .how-harmyou .img-container {
        left: 20%;
    }
}

@media (max-width: 895px) {
    .how-harmyou .img-container {
        left: 12%;
    }
    .harm-points li {
        margin-bottom: 39%;
    }
}

@media (max-width: 850px) {
    .testimonials-page-block .t-item {
        width: 100%;
    }
}

@media (max-width: 810px) {
}

@media (max-width: 750px) {
    .harm-points li {
        margin-bottom: 33%;
    }
}

@media (max-width: 735px) {
    .harm-points li {
        margin-bottom: 32%;
    }
    .how-harmyou .img-container {
        left: 25%;
    }
}
@media (max-width: 700px) {
    .wp-content.wp-home .header {
        position: relative;
        top: 0;
        z-index: 2;
        width: 100%;
        margin-bottom: 10px;
    }
    .wp-content.wp-home .header.active {
        position: fixed;
    }
    .wp-content {
        margin-top: 80px;
    }
    .harm-points li {
        margin-bottom: 27%;
    }
    .harm-points {
        left: -10%;
    }
    .slider-home .swiper-slide .hs-body h1 {
        margin-bottom: 30px;
    }
    .hb-rellax {
        bottom: -100px;
    }
}

@media (max-width: 680px) {
    .header {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .h-container {
        top: 0;
    }
    .logo {
        max-width: 180px;
        top: 12px;
    }

    .h-container {
        width: calc(100% - 180px);
        margin: 0px 10px 0 0;
    }
    .testimonials-page-block .t-item {
        padding: 5%;
        margin-bottom: 5%;
    }

    .extra-top {
        display: none;
    }
    .responsive-menu-container {
        top: 80px;
    }
    .inquire-trigger.mobile {
        position: absolute;
        right: 15%;
        top: 25%;
        display: block;
    }
    .mobile {
        display: block;
    }
    .how-block .how-points .h-point {
        width: 100%;
        margin: 1% 1%;
    }
    .benefits-block .bl-left,
    .benefits-block .bl-right {
        width: 100%;
        display: block;
        justify-content: space-between;
    }

    .benefits-block .bl-right .common-link {
        float: none;
        margin: 2% 0;
    }
    .unique-block .bl-left .b-item {
        width: 100%;
        display: inline-block;
        margin: 3% 0;
        text-align: center;
    }
    .unique-block .bl-left .b-item .b-item-img img {
        display: block;
        margin: 0 auto 3%;
    }
}

@media (max-width: 670px) {
    .faq-block .faq {
        padding-right: 30px;
        border-left: 10px solid #1f3c88;
    }
    .faq:nth-child(2n + 1) {
        border-left: 10px solid #0e6ba8;
    }
}

@media (max-width: 615px) {
    .how-harmyou .img-container {
        left: 30%;
    }
    .harm-points {
        left: -12%;
    }
    .harm-points li {
        margin-bottom: 24%;
    }
    .unique-block .txtonimg h3 {
        font-size: 30px;
    }
}

@media (max-width: 540px) {
    .f-item {
        width: 98%;
    }

    .f-descr {
        max-width: none;
    }
    .harm-points {
        display: none;
    }
    .img-container {
        left: 0;
    }
    .how-harmyou .call-button {
        font-size: 20px;
        margin: 7% 0em;
        display: block;
    }
    .how-harmyou .img-container {
        left: 0;
    }
    .unique-block .book-apt .text {
        width: 50%;
    }
    .unique-block .book-apt .text p {
        font-size: 20px;
    }
    .unique-block .book-apt {
        justify-content: space-between;
    }
}

@media (max-width: 510px) {
}

@media (max-width: 500px) {
    .text-paragraph ul li {
        padding-left: 10%;
    }
}

@media (max-width: 445px) {
    .logo {
        max-width: 160px;
        top: 10px;
    }
    .inquire-trigger::before {
        width: 33px;
        height: 33px;
        top: 1px;
        left: 3px;
    }
    .inquire-trigger.mobile {
        font-size: 10px;
        right: 20%;
    }
}
@media (max-width: 380px) {
    .unique-block .txtonimg {
        position: relative;
        left: 0%;
        margin: 3% 0 5%;
        color: #000;
    }
    .unique-block .txtonimg h3 {
        font-size: 30px;
        color: rgb(0, 0, 0);
        max-width: 100%;
        width: 100%;
    }
    .unique-block .book-apt .text {
        padding-right: 3%;
        margin-right: 3%;
    }
}

/* MEDIA QUARIES - END */

.not-found-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}
.not-found-page__title {
    font-weight: 500;
    font-size: clamp(25px, 4vw, 38px);
    color: #ff0000;
    line-height: 100%;
    margin-bottom: 15px;
    line-height: 100%;
    position: relative;
}
.not-found-page__subtitle {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}
input.error,
select.error,
textarea.error {
    border-color: #faababbd !important;
    background-color: #faababbd !important;
}
.btn--loading {
    position: relative;
    pointer-events: none;
}
.btn--loading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1em;
    height: 1em;
    -webkit-animation:
        load6 1.7s infinite ease,
        round 1.7s infinite ease;
    animation:
        load6 1.7s infinite ease,
        round 1.7s infinite ease;
}
.btn--loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #0f3872;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.087em -0.825em 0 -0.42em,
            -0.173em -0.812em 0 -0.44em,
            -0.256em -0.789em 0 -0.46em,
            -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.338em -0.758em 0 -0.42em,
            -0.555em -0.617em 0 -0.44em,
            -0.671em -0.488em 0 -0.46em,
            -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.377em -0.74em 0 -0.42em,
            -0.645em -0.522em 0 -0.44em,
            -0.775em -0.297em 0 -0.46em,
            -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.087em -0.825em 0 -0.42em,
            -0.173em -0.812em 0 -0.44em,
            -0.256em -0.789em 0 -0.46em,
            -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.338em -0.758em 0 -0.42em,
            -0.555em -0.617em 0 -0.44em,
            -0.671em -0.488em 0 -0.46em,
            -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            -0.377em -0.74em 0 -0.42em,
            -0.645em -0.522em 0 -0.44em,
            -0.775em -0.297em 0 -0.46em,
            -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow:
            0 -0.83em 0 -0.4em,
            0 -0.83em 0 -0.42em,
            0 -0.83em 0 -0.44em,
            0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes round {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.pa-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pa-inline {
    padding-left: 5%;
    padding-right: 5%;
}

.title {
    color: #000;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 700;
    line-height: 110%;
    font-style: italic;
    text-transform: uppercase;
}
.title--center {
    text-align: center;
}

.news__layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 60px;
    column-gap: 60px;
    row-gap: 60px;
}
@media (max-width: 1330px) {
    .news__layout {
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
    }
}
@media (max-width: 768px) {
    .news__layout {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .news__layout {
        grid-template-columns: 1fr;
    }
}
.news__item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    color: #000;
}
.news__item-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}
.news__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 2s;
}
.news__item-image:hover img {
    transform: scale(1.1);
}
.news__item-title {
    color: #4f4f4f;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px 5px 15px;
    border-left: 5px solid var(--accent-color);
}
.news__item-date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #828282;
    margin-bottom: 10px;
}
.news__item-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-back {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    transition: 0.2s ease-in-out;
    margin-bottom: 25px;
}
.news-back:hover {
    color: var(--accent-color);
}

/* [_paragraph start] */
.par {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'par__img par__txt';
    grid-gap: 5%;
    padding-block: 20px;
    max-width: var(--page-max-width);
    margin: auto;
}
.par.par--percent {
    grid-template-columns: 47.5% 47.5%;
}
.par.par--bg-accent .par__txt {
    background-color: var(--accent-color);
    color: #fff;
}
.par.par--bg-accent .par__txt ul li {
    color: #fff;
}
.par.par--bg-accent .par__txt p {
    color: #fff;
}
.par.par--bg-accent .par__txt .par__txt-footer a {
    color: #fff;
}
.par.par--bg-accent .par__txt .par__text-link {
    color: #fff;
    border-color: #fff;
}
.par.par--bg-accent .par__txt .par__text-link:hover {
    background-color: #fff;
    color: var(--accent-color);
}
.par.par--bg-accent .par__txt .par__subttl {
    color: #fff;
}
.par.par--bg-accent .par__txt .par__subttl::after {
    background-color: var(--accent-color-2);
}
.par.par--bg-accent .par__txt ul li::after {
    background-color: #fff;
}
.par__txt {
    grid-area: par__txt;
    display: flex;
    flex-direction: column;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 150%;
}
.par__txt ul:not(.styled-list),
.par__txt ol {
    padding: 30px 0 30px 30px;
}
.par__txt-footer {
    border-top: 1px solid #bdbdbd;
    margin-bottom: 25px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
}
.par__txt-footer__item {
    text-transform: uppercase;
    font-size: clamp(12px, 1vw, 18px);
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
}
.par__txt-footer__item a {
    color: #000;
}
.par__txt-footer__item svg {
    color: var(--accent-color-2);
}
.par__img {
    grid-area: par__img;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.par__img img {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    position: -webkit-sticky;
    position: sticky;
    top: 230px;
}
.par__video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}
.par__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.par__ttl {
    color: #000;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    line-height: 110%;
    font-family: var(--font-family-accent);
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.par__subttl {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.par__subttl--center {
    text-align: center;
}
.par__subttl--center::after {
    left: 50%;
    transform: translateX(-50%);
}
.par__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-top: 20px;
    padding-bottom: 25px;
}

.par__text h3 {
    border-radius: 5px;
    background: var(--Lighter-secondary, #edebe8);
    padding: 5px 10px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.par__text > img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.par__text-link {
    margin-top: 35px;
    display: inline-block;
    border: 1px solid var(--accent-color);
    padding: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: var(--accent-color);
    transition: 0.3s ease-in-out;
}
.par__text-link:hover {
    background-color: var(--accent-color);
    color: var(--color-white);
}
@media (max-width: 768px) {
    .par__text {
        margin-top: 0px;
    }
}
@media (max-width: 768px) {
    .par {
        grid-template-columns: 100% !important;
        grid-template-areas: 'par__img' 'par__txt' !important;
        row-gap: unset;
    }
    .par .par__txt {
        padding-top: 5%;
    }
    .par .par__img {
        display: block;
        margin: 0 auto;
    }
    .par .par__img img {
        display: block;
        margin: 0 auto;
    }
    .par.par--percent .par__img {
        margin: 0;
    }
}

.par.par--left {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'par__img par__txt';
}

.par.par--right {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'par__txt par__img';
}

.par.par--center {
    grid-template-columns: 100%;
    grid-template-areas: 'par__img' 'par__txt ';
}
.par.par--center .par__img {
    display: block;
    margin: 0 auto;
}
.par.par--center .par__img img {
    display: block;
    margin: 0 auto;
}
.par.par--center .par__txt {
    /*padding: 5% 0;*/
}

.par__txt.par__txt--center {
    justify-content: center;
}

/* [_paragraph end] */

/* Quit smoking essential */
.quit-essential-block {
    padding: 90px 0;
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 65%);
}
.qe-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 60px;
    align-items: stretch;
}
.qe-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.qe-text h2 {
    color: #0f3872;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 700;
    line-height: 115%;
    margin-bottom: 25px;
}
.qe-text p {
    color: #4f4f4f;
    font-size: 18px;
    line-height: 165%;
    margin-bottom: 20px;
}
.qe-text__cta {
    margin-top: 10px;
    padding: 20px 25px;
    border-left: 6px solid var(--accent-color);
    background: rgba(15, 56, 114, 0.05);
    border-radius: 0 18px 18px 0;
    font-weight: 600;
    display: block;
}
.qe-card .qe-text__cta {
    margin-top: 35px;
    border-left: none;
    border-radius: 18px;
    border: 1px solid rgba(15, 56, 114, 0.15);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 45px rgba(15, 56, 114, 0.1);
}
.qe-card {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7ff 55%, #e6edff6e 100%);
    border-radius: 28px;
    padding: 48px;
    box-shadow: 0 35px 80px rgba(15, 56, 114, 0.15);
    border: 1px solid rgba(12, 37, 79, 0.08);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.qe-card::after {
    top: auto;
    bottom: -60px;
    left: -50px;
    width: 240px;
    height: 240px;
    opacity: 0.35;
}
.qe-card h3 {
    font-size: 26px;
    font-weight: 700;
    color: #0f3872;
    margin-bottom: 30px;
}
.qe-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.qe-list li {
    position: relative;
    padding: 20px 25px 20px 70px;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 160%;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(15, 56, 114, 0.12);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(15, 56, 114, 0.08);
}
.qe-list li::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 30px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid var(--accent-color);
    box-shadow:
        inset 0 0 0 4px #ffffff,
        0 0 0 6px rgba(15, 56, 114, 0.1);
    background: #fff;
}
@media (max-width: 1024px) {
    .qe-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .qe-card {
        order: 2;
    }
}
@media (max-width: 580px) {
    .quit-essential-block {
        padding: 60px 0;
    }
    .qe-card {
        padding: 30px;
    }
    .qe-text p,
    .qe-list li {
        font-size: 16px;
    }
}

/* How Laser Therapy Works */
.how-therapy-intro {
    padding: 80px 0 40px;
    background: linear-gradient(135deg, #f7fbff 0%, #eef4ff 40%, #ffffff 100%);
}
.hti-card {
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 28px;
    padding: 55px 70px;
    text-align: center;
    box-shadow: 0 40px 90px rgba(15, 56, 114, 0.12);
    border: 1px solid rgba(15, 56, 114, 0.08);
    position: relative;
}
.hti-card::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(15, 56, 114, 0.08) 0%, rgba(15, 56, 114, 0) 70%);
    filter: blur(2px);
    right: -60px;
    top: -60px;
    z-index: 0;
}
.hti-card > * {
    position: relative;
    z-index: 1;
}
.hti-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(15, 56, 114, 0.1);
    color: #0f3872;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
    font-size: 13px;
    text-transform: uppercase;
}
.hti-card h2 {
    font-size: clamp(32px, 3.5vw, 46px);
    color: #0f3872;
    margin-bottom: 25px;
}
.hti-card p {
    font-size: 18px;
    line-height: 170%;
    color: #4f4f4f;
    max-width: 780px;
    margin: 0 auto 18px;
}
.hti-card p:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .how-therapy-intro {
        padding: 60px 0 30px;
    }
    .hti-card {
        padding: 40px 24px;
    }
    .hti-badge {
        margin-bottom: 15px;
    }
    .hti-card p {
        font-size: 16px;
    }
}

/* What Is Laser Therapy Section - BEGIN */
.what-is-therapy {
    padding: 80px 0;
    background-color: #fff;
}

.what-is-therapy .block-header {
    margin-bottom: 50px;
}

.what-is-therapy .therapy-content {
    max-width: 1000px;
    margin: 0 auto;
}

.what-is-therapy .text-paragraph {
    text-align: left;
}

.what-is-therapy .text-paragraph p {
    margin-bottom: 25px;
    line-height: 1.8;
}

.what-is-therapy .text-paragraph h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1f3c88;
    margin: 30px 0 20px 0;
}

.what-is-therapy .therapy-features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.what-is-therapy .therapy-features li {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.what-is-therapy .therapy-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #1f3c88 0%, #85b0df 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 768px) {
    .what-is-therapy {
        padding: 60px 0;
    }

    .aws-page .text-paragraph h1 {
        margin-bottom: 20px;
    }

    .aws-page__section-title {
        margin: 24px 0 18px;
    }

    .aws-page .how-block .how-points .h-point .aws-page__step-title {
        min-height: 0;
        margin-bottom: 20px;
    }

    .what-is-therapy .therapy-features {
        grid-template-columns: 1fr;
    }

    .what-is-therapy .text-paragraph h3 {
        font-size: 20px;
    }

    .what-is-therapy .therapy-features li {
        font-size: 16px;
    }
}
/* What Is Laser Therapy Section - END */

/* Quit Smoking - Why Choose Section - BEGIN */
.qs-why-choose {
    padding: 90px 0;
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 55%, #f7fbff 100%);
}

.qs-why-choose__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

.qs-why-choose__card {
    background: #fff;
    border: 1px solid rgba(15, 56, 114, 0.12);
    border-radius: 22px;
    padding: 38px 34px;
    box-shadow: 0px 18px 50px rgba(7, 12, 89, 0.08);
}

.qs-why-choose__card:only-child {
    grid-column: 1 / -1;
}

.qs-why-choose__title {
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: 1.2;
    color: #0f3872;
    font-weight: 700;
    margin-bottom: 18px;
}

.qs-why-choose__lead {
    font-size: 18px;
    line-height: 170%;
    color: #4f4f4f;
    margin-bottom: 18px;
}

.qs-why-choose__label {
    margin: 10px 0 14px;
    font-size: 16px;
    font-weight: 700;
    color: #070b3f;
    letter-spacing: 0.02em;
}

.qs-why-choose__list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    gap: 12px;
}

.qs-why-choose__list li {
    position: relative;
    padding-left: 34px;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.qs-why-choose__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f3c88 0%, #85b0df 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 13px;
}

.qs-why-choose__text {
    font-size: 18px;
    line-height: 170%;
    color: #4f4f4f;
    margin: 0;
}

@media (max-width: 900px) {
    .qs-why-choose {
        padding: 70px 0;
    }
    .qs-why-choose__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .qs-why-choose__card {
        padding: 30px 22px;
        border-radius: 18px;
    }
    .qs-why-choose__lead,
    .qs-why-choose__text {
        font-size: 16px;
    }
    .qs-why-choose__list li {
        font-size: 16px;
    }
}
/* Quit Smoking - Why Choose Section - END */

/* Quit Smoking - Benefits Section - BEGIN */
.qs-benefits {
    padding: 90px 0;
    background-color: #fff;
}

.qs-benefits__header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 42px;
}

.qs-benefits__title {
    font-size: clamp(34px, 4.2vw, 56px);
    font-weight: 400;
    color: #070b3f;
}

.qs-benefits__card {
    max-width: 1050px;
    margin: 0 auto 22px;
    background: #fff;
    border: 1px solid rgba(15, 56, 114, 0.12);
    border-radius: 22px;
    padding: 34px 34px;
    box-shadow: 0px 18px 50px rgba(7, 12, 89, 0.06);
}

.qs-benefits__card:last-child {
    margin-bottom: 0;
}

.qs-benefits__subttl {
    font-size: 24px;
    font-weight: 700;
    color: #1f3c88;
    margin-bottom: 14px;
}

.qs-benefits__text {
    font-size: 18px;
    line-height: 170%;
    color: #4f4f4f;
    margin: 0 0 16px;
}

.qs-benefits__text:last-child {
    margin-bottom: 0;
}

.qs-benefits__list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 12px;
}

.qs-benefits__list li {
    position: relative;
    padding-left: 34px;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.qs-benefits__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f3c88 0%, #85b0df 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 13px;
}

.qs-benefits__list strong {
    color: #070b3f;
}

/* Alcohol Withdrawal Support - Effects Section - BEGIN */
.aws-effects {
    padding: 95px 0 100px;
}

.aws-effects .block-header {
    margin: 0 0 34px;
}

.aws-effects .block-header::after {
    width: 110px;
    background: linear-gradient(90deg, #0a2f6b 0%, #86afd8 100%);
}

.aws-effects__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: center;
}

.aws-effects__visual,
.aws-effects__copy {
    min-width: 0;
}

.aws-effects__visual img {
    display: block;
    width: 100%;
    min-height: 540px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0px 24px 60px rgba(7, 12, 89, 0.16);
    background: #0d143f;
}

.aws-effects__copy {
    padding: 38px 34px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 56, 114, 0.12);
    box-shadow: 0px 18px 40px rgba(7, 12, 89, 0.06);
}

.aws-effects__copy p {
    margin: 0;
    color: #25345f;
    font-size: 17px;
    line-height: 1.85;
}

.aws-effects__list {
    list-style: none;
    margin: 26px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.aws-effects__list li {
    position: relative;
    margin: 0;
    padding: 14px 16px 14px 48px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(15, 56, 114, 0.1);
    color: #1c2758;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
}

.aws-effects__list li::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 16px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a2f6b 0%, #7aa8d3 100%);
    box-shadow: 0 0 0 5px rgba(122, 168, 211, 0.18);
}

@media (max-width: 1100px) {
    .aws-effects {
        padding: 80px 0 85px;
    }

    .aws-effects__layout {
        grid-template-columns: 1fr;
    }

    .aws-effects__visual img {
        min-height: 460px;
    }
}

@media (max-width: 700px) {
    .aws-effects {
        padding: 64px 0 70px;
    }

    .aws-effects .block-header {
        margin-bottom: 24px;
    }

    .aws-effects__layout {
        gap: 22px;
    }

    .aws-effects__visual img,
    .aws-effects__copy {
        border-radius: 22px;
    }

    .aws-effects__visual img {
        min-height: 280px;
    }

    .aws-effects__copy {
        padding: 26px 20px;
    }

    .aws-effects__copy p {
        font-size: 16px;
        line-height: 1.75;
    }

    .aws-effects__list {
        margin-top: 20px;
        gap: 10px;
    }

    .aws-effects__list li {
        padding: 14px 16px 14px 46px;
        font-size: 16px;
    }

    .aws-effects__list li::before {
        left: 16px;
        top: 17px;
        width: 14px;
        height: 14px;
    }
}
/* Alcohol Withdrawal Support - Effects Section - END */

@media (max-width: 900px) {
    .qs-benefits {
        padding: 70px 0;
    }
    .qs-benefits__header {
        margin-bottom: 28px;
    }
    .qs-benefits__card {
        padding: 28px 22px;
        border-radius: 18px;
    }
    .qs-benefits__subttl {
        font-size: 20px;
    }
    .qs-benefits__text {
        font-size: 16px;
    }
    .qs-benefits__list li {
        font-size: 16px;
    }
}
/* Quit Smoking - Benefits Section - END */

/* CTA Section - BEGIN */
.cta-section .block-header {
    text-align: center;
    margin-bottom: 30px;
}

.cta-section .cta-content {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.cta-section .cta-buttons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cta-section .common-link.phone-link {
    background: transparent;
    color: #070b3f;
    border: 2px solid #070b3f;
}

.cta-section .common-link.phone-link:hover {
    background: #070b3f;
    color: #fff;
}

@media (max-width: 768px) {
    .cta-section .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .cta-section .common-link {
        width: 100%;
        max-width: 300px;
    }
}
/* CTA Section - END */

/* Programs Section - BEGIN */
.programs-section {
    background: linear-gradient(135deg, #e4f1fd 0%, #f0f7ff 50%, #ffffff 100%);
}

.programs-section .block-header {
    text-align: center;
    margin-bottom: 50px;
}

.programs-section .block-header h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.programs-section .block-header p {
    max-width: 1300px;
    margin: 0 auto;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.program-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
}

.program-card h3 {
    font-size: 28px;
    font-weight: 600;
    color: #0f3872;
    margin-bottom: 15px;
}

.program-card p {
    font-size: 18px;
    line-height: 160%;
    color: #4f4f4f;
    margin-bottom: 25px;
    flex-grow: 1;
}

.program-card .program-link {
    color: #5893d4;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.program-card .program-link:after {
    content: '→';
    margin-left: 8px;
    transition: margin-left 0.3s ease;
}

.program-card .program-link:hover {
    color: #0f3872;
}

.program-card .program-link:hover:after {
    margin-left: 12px;
}

.programs-cta {
    text-align: center;
    margin: 40px auto 0 auto;
}

@media (max-width: 1024px) {
    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .programs-section .block-header h2 {
        font-size: 36px;
    }

    .programs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .program-card {
        padding: 30px 20px;
    }

    .program-card h3 {
        font-size: 24px;
    }

    .program-card p {
        font-size: 16px;
    }
}
/* Programs Section - END */

/* Mission Section - BEGIN */
.mission-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #e3eff9 100%);
}

.mission-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.mission-section__block {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(7, 11, 63, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mission-section__block:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(7, 11, 63, 0.12);
}

.mission-section__block--mission {
    border-top: 4px solid #1f3c88;
}

.mission-section__block--approach {
    border-top: 4px solid #85b0df;
}

.mission-section__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.mission-section__block--mission .mission-section__icon {
    background: linear-gradient(135deg, #1f3c88 0%, #2d4a9e 100%);
}

.mission-section__block--approach .mission-section__icon {
    background: linear-gradient(135deg, #85b0df 0%, #5a9ad4 100%);
}

.mission-section__icon svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
}

.mission-section__title {
    font-size: 32px;
    font-weight: 700;
    color: #070b3f;
    margin-bottom: 15px;
}

.mission-section__subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #1f3c88;
    line-height: 1.5;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3eff9;
}

.mission-section__content {
    flex-grow: 1;
}

.mission-section__content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a6a;
    margin-bottom: 15px;
}

.mission-section__content p:last-child {
    margin-bottom: 0;
}

.mission-section__list {
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}

.mission-section__list-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a6a;
    padding: 12px 0;
    border-bottom: 1px solid #f0f4f8;
}

.mission-section__list-item:last-child {
    border-bottom: none;
}

.mission-section__list-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #85b0df 0%, #5a9ad4 100%);
    position: relative;
}

.mission-section__list-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    margin-top: -1px;
}

@media (max-width: 1024px) {
    .mission-section {
        padding: 60px 0;
    }
    .mission-section__grid {
        gap: 30px;
    }
    .mission-section__block {
        padding: 30px;
    }
    .mission-section__title {
        font-size: 28px;
    }
    .mission-section__subtitle {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .mission-section {
        padding: 50px 0;
    }
    .mission-section__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .mission-section__block {
        padding: 30px 25px;
    }
    .mission-section__title {
        font-size: 26px;
    }
    .mission-section__icon {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    .mission-section__icon svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .mission-section__block {
        padding: 25px 20px;
    }
    .mission-section__title {
        font-size: 22px;
    }
    .mission-section__subtitle {
        font-size: 15px;
    }
    .mission-section__content p,
    .mission-section__list-item {
        font-size: 15px;
    }
}
/* Mission Section - END */

/* Science Section - BEGIN */
.science-section {
    padding: 80px 0;
    background: #fafafa;
}

.science-section__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.science-section__title {
    font-size: 36px;
    font-weight: 700;
    color: #070b3f;
    margin-bottom: 25px;
}

.science-section__content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a6a;
    margin-bottom: 20px;
}

.science-section__content p:last-child {
    margin-bottom: 0;
}

.science-section__card {
    background: linear-gradient(135deg, #1f3c88 0%, #2d4a9e 100%);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    color: #ffffff;
}

.science-section__icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.science-section__icon svg {
    width: 40px;
    height: 40px;
    color: #ffffff;
}

.science-section__card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.science-section__card p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

@media (max-width: 1024px) {
    .science-section {
        padding: 60px 0;
    }
    .science-section__grid {
        gap: 40px;
    }
    .science-section__title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .science-section {
        padding: 50px 0;
    }
    .science-section__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .science-section__title {
        font-size: 26px;
    }
    .science-section__content p {
        font-size: 16px;
    }
    .science-section__card {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .science-section__title {
        font-size: 22px;
    }
    .science-section__card {
        padding: 25px 20px;
    }
    .science-section__icon {
        width: 60px;
        height: 60px;
    }
    .science-section__icon svg {
        width: 30px;
        height: 30px;
    }
}
/* Science Section - END */

/* How It Works Section - BEGIN */
.how-works-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #e3eff9 0%, #f8fbff 100%);
}

.how-works-section__header {
    text-align: center;
    margin-bottom: 50px;
}

.how-works-section__title {
    font-size: 36px;
    font-weight: 700;
    color: #070b3f;
    margin-bottom: 20px;
}

.how-works-section__intro {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a6a;
    max-width: 800px;
    margin: 0 auto;
}

.how-works-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.how-works-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.how-works-section__list-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 5px 20px rgba(7, 11, 63, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.how-works-section__list-item:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(7, 11, 63, 0.1);
}

.how-works-section__list-item:last-child {
    margin-bottom: 0;
}

.how-works-section__list-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1f3c88 0%, #85b0df 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.how-works-section__list-item > span:last-child {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a6a;
    padding-top: 8px;
}

.how-works-section__card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(7, 11, 63, 0.08);
    border-left: 4px solid #1f3c88;
}

.how-works-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #1f3c88 0%, #2d4a9e 100%);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.how-works-section__badge svg {
    width: 20px;
    height: 20px;
}

.how-works-section__card p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a6a;
    margin-bottom: 15px;
}

.how-works-section__card p:last-child {
    margin-bottom: 0;
}

.how-works-section__highlight {
    background: linear-gradient(135deg, rgba(31, 60, 136, 0.08) 0%, rgba(133, 176, 223, 0.08) 100%);
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 600;
    color: #1f3c88 !important;
}

@media (max-width: 1024px) {
    .how-works-section {
        padding: 60px 0;
    }
    .how-works-section__grid {
        gap: 40px;
    }
    .how-works-section__title {
        font-size: 30px;
    }
    .how-works-section__header {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .how-works-section {
        padding: 50px 0;
    }
    .how-works-section__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .how-works-section__title {
        font-size: 26px;
    }
    .how-works-section__intro {
        font-size: 16px;
    }
    .how-works-section__card {
        padding: 25px;
    }
    .how-works-section__list-item {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .how-works-section__title {
        font-size: 22px;
    }
    .how-works-section__list-number {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .how-works-section__list-item > span:last-child {
        font-size: 15px;
        padding-top: 5px;
    }
    .how-works-section__card {
        padding: 20px;
    }
    .how-works-section__badge {
        font-size: 12px;
        padding: 8px 15px;
    }
}
/* How It Works Section - END */

/* Team & Certifications Section - BEGIN */
.team-section {
    padding: 80px 0;
    background: #fafafa;
}

.team-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.team-section__block {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(7, 11, 63, 0.08);
    display: flex;
    flex-direction: column;
}

.team-section__block--team {
    border-top: 4px solid #1f3c88;
}

.team-section__block--certified {
    border-top: 4px solid #85b0df;
}

.team-section__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.team-section__block--team .team-section__icon {
    background: linear-gradient(135deg, #1f3c88 0%, #2d4a9e 100%);
}

.team-section__block--certified .team-section__icon {
    background: linear-gradient(135deg, #85b0df 0%, #5a9ad4 100%);
}

.team-section__icon svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
}

.team-section__title {
    font-size: 28px;
    font-weight: 700;
    color: #070b3f;
    margin-bottom: 20px;
}

.team-section__text {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a6a;
    margin-bottom: 15px;
}

.team-section__credentials {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3eff9;
}

.team-section__credentials h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1f3c88;
    margin-bottom: 15px;
}

.team-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-section__list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a6a;
    padding: 10px 0;
}

.team-section__list-item strong {
    color: #1f3c88;
}

.team-section__list-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f3c88 0%, #85b0df 100%);
    position: relative;
    margin-top: 2px;
}

.team-section__list-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    margin-top: -1px;
}

.team-section__list--highlight {
    background: linear-gradient(135deg, rgba(31, 60, 136, 0.05) 0%, rgba(133, 176, 223, 0.05) 100%);
    border-radius: 12px;
    padding: 20px;
    margin: 15px 0;
}

.team-section__list--highlight .team-section__list-item {
    padding: 8px 0;
}

.team-section__commitment {
    margin-top: auto;
    padding-top: 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #1f3c88;
    font-weight: 500;
    font-style: italic;
    border-top: 1px solid #e3eff9;
}

@media (max-width: 1024px) {
    .team-section {
        padding: 60px 0;
    }
    .team-section__grid {
        gap: 30px;
    }
    .team-section__block {
        padding: 30px;
    }
    .team-section__title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .team-section {
        padding: 50px 0;
    }
    .team-section__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .team-section__block {
        padding: 30px 25px;
    }
    .team-section__title {
        font-size: 22px;
    }
    .team-section__icon {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    .team-section__icon svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .team-section__block {
        padding: 25px 20px;
    }
    .team-section__title {
        font-size: 20px;
    }
    .team-section__text,
    .team-section__list-item {
        font-size: 15px;
    }
    .team-section__list--highlight {
        padding: 15px;
    }
}
/* Team & Certifications Section - END */

/* Laser Programs Section - BEGIN */
.programs-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #e3eff9 0%, #f8fbff 100%);
}

.programs-section__header {
    text-align: center;
    margin-bottom: 50px;
}

.programs-section__title {
    font-size: 36px;
    font-weight: 700;
    color: #070b3f;
    margin-bottom: 10px;
}

.programs-section__subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #1f3c88;
    margin-bottom: 20px;
}

.programs-section__intro {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a6a;
    max-width: 800px;
    margin: 0 auto;
}

.programs-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.programs-section__card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 10px 40px rgba(7, 11, 63, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.programs-section__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.programs-section__card--smoking::before {
    background: linear-gradient(90deg, #1f3c88 0%, #2d4a9e 100%);
}

.programs-section__card--vaping::before {
    background: linear-gradient(90deg, #85b0df 0%, #5a9ad4 100%);
}

.programs-section__card--cannabis::before {
    background: linear-gradient(90deg, #4a6fa5 0%, #1f3c88 100%);
}

.programs-section__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(7, 11, 63, 0.15);
}

.programs-section__card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.programs-section__card--smoking .programs-section__card-icon {
    background: linear-gradient(135deg, #1f3c88 0%, #2d4a9e 100%);
}

.programs-section__card--vaping .programs-section__card-icon {
    background: linear-gradient(135deg, #85b0df 0%, #5a9ad4 100%);
}

.programs-section__card--cannabis .programs-section__card-icon {
    background: linear-gradient(135deg, #4a6fa5 0%, #1f3c88 100%);
}

.programs-section__card-icon svg {
    width: 28px;
    height: 28px;
    color: #ffffff;
}

.programs-section__card-title {
    font-size: 22px;
    font-weight: 700;
    color: #070b3f;
    margin-bottom: 15px;
}

.programs-section__card-text {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a6a;
    margin-bottom: 15px;
    flex-grow: 1;
}

.programs-section__card-tagline {
    font-size: 14px;
    font-weight: 600;
    color: #1f3c88;
    font-style: italic;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: linear-gradient(135deg, rgba(31, 60, 136, 0.08) 0%, rgba(133, 176, 223, 0.08) 100%);
    border-radius: 8px;
}

.programs-section__card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #1f3c88;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.programs-section__card-link span {
    transition: transform 0.3s ease;
}

.programs-section__card-link:hover {
    color: #85b0df;
}

.programs-section__card-link:hover span {
    transform: translateX(5px);
}

.programs-section__footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(31, 60, 136, 0.1);
}

.programs-section__footer p {
    font-size: 17px;
    font-weight: 500;
    color: #1f3c88;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .programs-section {
        padding: 60px 0;
    }
    .programs-section__title {
        font-size: 30px;
    }
    .programs-section__grid {
        gap: 25px;
    }
    .programs-section__card {
        padding: 30px 25px;
    }
}

@media (max-width: 900px) {
    .programs-section__grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .programs-section {
        padding: 50px 0;
    }
    .programs-section__header {
        margin-bottom: 40px;
    }
    .programs-section__title {
        font-size: 26px;
    }
    .programs-section__subtitle {
        font-size: 18px;
    }
    .programs-section__intro {
        font-size: 16px;
    }
    .programs-section__card-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .programs-section__title {
        font-size: 22px;
    }
    .programs-section__subtitle {
        font-size: 16px;
    }
    .programs-section__card {
        padding: 25px 20px;
    }
    .programs-section__card-icon {
        width: 50px;
        height: 50px;
    }
    .programs-section__card-icon svg {
        width: 24px;
        height: 24px;
    }
    .programs-section__footer p {
        font-size: 15px;
    }
}
/* Laser Programs Section - END */

/* Why Choose Us Section - BEGIN */
.why-choose-section {
    padding: 80px 0;
    background: #fafafa;
}

.why-choose-section__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.why-choose-section__title {
    font-size: 36px;
    font-weight: 700;
    color: #070b3f;
    margin-bottom: 20px;
}

.why-choose-section__intro {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a6a;
    margin-bottom: 30px;
}

.why-choose-section__list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.why-choose-section__list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 17px;
    line-height: 1.6;
    color: #070b3f;
    padding: 12px 0;
    border-bottom: 1px solid #e3eff9;
}

.why-choose-section__list-item:last-child {
    border-bottom: none;
}

.why-choose-section__list-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f3c88 0%, #85b0df 100%);
    position: relative;
}

.why-choose-section__list-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    margin-top: -1px;
}

.why-choose-section__footer-text {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a6a;
    font-style: italic;
    padding-top: 20px;
    border-top: 1px solid #e3eff9;
}

.why-choose-section__stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-choose-section__stat {
    background: linear-gradient(135deg, #1f3c88 0%, #2d4a9e 100%);
    border-radius: 16px;
    padding: 25px 30px;
    text-align: center;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.why-choose-section__stat:hover {
    transform: scale(1.03);
}

.why-choose-section__stat-number {
    display: block;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
}

.why-choose-section__stat-label {
    font-size: 15px;
    font-weight: 500;
    opacity: 0.9;
}

@media (max-width: 1024px) {
    .why-choose-section {
        padding: 60px 0;
    }
    .why-choose-section__grid {
        gap: 40px;
    }
    .why-choose-section__title {
        font-size: 30px;
    }
    .why-choose-section__stat-number {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .why-choose-section {
        padding: 50px 0;
    }
    .why-choose-section__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .why-choose-section__title {
        font-size: 26px;
    }
    .why-choose-section__intro {
        font-size: 16px;
    }
    .why-choose-section__stats {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .why-choose-section__stat {
        flex: 1;
        min-width: 140px;
        padding: 20px;
    }
    .why-choose-section__stat-number {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .why-choose-section__title {
        font-size: 22px;
    }
    .why-choose-section__list-item {
        font-size: 15px;
    }
    .why-choose-section__stat {
        min-width: 100%;
    }
}
/* Why Choose Us Section - END */

/* Success Stories Section - BEGIN */
.success-stories-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #e3eff9 0%, #f8fbff 100%);
}

.success-stories-section__header {
    text-align: center;
    margin-bottom: 50px;
}

.success-stories-section__title {
    font-size: 36px;
    font-weight: 700;
    color: #070b3f;
}

.success-stories-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.success-stories-section__card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 10px 40px rgba(7, 11, 63, 0.08);
    display: flex;
    flex-direction: column;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.success-stories-section__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(7, 11, 63, 0.12);
}

.success-stories-section__rating {
    margin-bottom: 20px;
}

.success-stories-section__rating span {
    color: #f5a623;
    font-size: 22px;
    margin-right: 3px;
}

.success-stories-section__quote {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a6a;
    font-style: italic;
    flex-grow: 1;
    margin-bottom: 25px;
}

.success-stories-section__author {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 20px;
    border-top: 1px solid #e3eff9;
}

.success-stories-section__name {
    font-size: 16px;
    font-weight: 700;
    color: #070b3f;
}

.success-stories-section__status {
    font-size: 14px;
    font-weight: 600;
    color: #1f3c88;
    background: linear-gradient(135deg, rgba(31, 60, 136, 0.1) 0%, rgba(133, 176, 223, 0.1) 100%);
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    width: fit-content;
}

@media (max-width: 1024px) {
    .success-stories-section {
        padding: 60px 0;
    }
    .success-stories-section__title {
        font-size: 30px;
    }
    .success-stories-section__grid {
        gap: 25px;
    }
}

@media (max-width: 900px) {
    .success-stories-section__grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .success-stories-section {
        padding: 50px 0;
    }
    .success-stories-section__header {
        margin-bottom: 40px;
    }
    .success-stories-section__title {
        font-size: 26px;
    }
    .success-stories-section__card {
        padding: 30px 25px;
    }
}

@media (max-width: 480px) {
    .success-stories-section__title {
        font-size: 22px;
    }
    .success-stories-section__quote {
        font-size: 15px;
    }
}
/* Success Stories Section - END */

/* CTA Final Section - BEGIN */
.cta-final-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1f3c88 0%, #2d4a9e 50%, #4a6fa5 100%);
    position: relative;
    overflow: hidden;
}

.cta-final-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.cta-final-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.cta-final-section__content {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.cta-final-section__title {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.3;
}

.cta-final-section__text {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

.cta-final-section__text--highlight {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 40px;
}

.cta-final-section__buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-final-section__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 35px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-final-section__btn--primary {
    background: #ffffff;
    color: #1f3c88;
}

.cta-final-section__btn--primary:hover {
    background: #f0f4f8;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-final-section__btn--secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.cta-final-section__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-3px);
}

.cta-final-section__btn--secondary svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 1024px) {
    .cta-final-section {
        padding: 80px 0;
    }
    .cta-final-section__title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .cta-final-section {
        padding: 60px 0;
    }
    .cta-final-section__title {
        font-size: 26px;
    }
    .cta-final-section__text {
        font-size: 16px;
    }
    .cta-final-section__btn {
        padding: 15px 30px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .cta-final-section__title {
        font-size: 22px;
    }
    .cta-final-section__buttons {
        flex-direction: column;
        align-items: center;
    }
    .cta-final-section__btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}
/* CTA Final Section - END */
