@charset "utf-8";
/* CSS Document */
/*
Theme Name: Longevium
Version: 1.00
Description: Your longevity starts here
Author: Laika
Author URI: http://laikaweb.ru/
Text Domain: laika
*/
@font-face {
    font-family: 'ZapusSans-Medium';
    src: url('fonts/ZapusSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
:root, [data-bs-theme=light]{
    --bs-font-sans-serif: 'ZapusSans-Medium', sans-serif;
    --bs-body-font-weight: 500;
    --bs-body-bg: rgba(230, 230, 226, 1);
    --bs-primary: #575F62;
    --bs-primary-rgb: 87,95,98;
    --bs-body-color: #575F62;
    --bs-white-rgb: 230,230,226;

    --bs-light: #E6E6E2;
    --bs-light-rgb: 230, 230, 226;
}
a{
    color: inherit;
}
.wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}
.footer{
    margin-top: auto;
}
html {
    scroll-padding-top: 85px;
}
/* Учитываем высоту admin bar */
.admin-bar .header,
.admin-bar .modal {
    top: 32px!important;
}

@media screen and (max-width: 782px) {
    .admin-bar .header,
    .admin-bar .modal {
        top: 46px!important;
    }
    #wpadminbar {
        position: fixed!important;
    }
}
.btn{
    --bs-btn-padding-x: 30px;
    --bs-btn-padding-y: 11px;
    --bs-btn-font-weight: 500;
    --bs-btn-border-radius: 0;
    --bs-btn-font-size: 20px;
    min-width: 220px;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #353D40;
    --bs-btn-border-color: #353D40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #575F62;
    --bs-btn-hover-border-color: #575F62;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #353D40;
    --bs-btn-active-border-color: #353D40;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #353D40;
    --bs-btn-disabled-border-color: #353D40;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #575F62;
    --bs-btn-border-color: #575F62;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #353D40;
    --bs-btn-hover-border-color: #353D40;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #575F62;
    --bs-btn-active-border-color: #575F62;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #575F62;
    --bs-btn-disabled-border-color: #575F62;
}
.btn-outline-primary {
    --bs-btn-color: #575F62;
    --bs-btn-border-color: #575F62;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #353D40;
    --bs-btn-hover-border-color: #353D40;
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #575F62;;
    --bs-btn-active-border-color: #575F62;;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #575F62;;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #575F62;;
    --bs-gradient: none;
}
.btn-outline-primary svg path{
    transition: fill .15s ease-in-out;
}
.btn-outline-primary:hover svg path{
    fill: #fff;
}
.custom-logo-link {
    display: inline-block;
    text-decoration: none;
}
.custom-logo {
    max-width: 100%;
    height: auto;
}
.header{
    border-bottom: 1px solid rgba(87, 95, 98, 0.15);
    background-color: rgba(230, 230, 226, 0.6);
    backdrop-filter: blur(30px);
}
.header__nav-list a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 35px;
    transition: background-color .15s ease-in-out;
    min-height: 84px;
}
.header__nav-list-mobile{
    font-size: 16px;
}
.header__nav-list-mobile a{
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color .15s ease-in-out;
}
.header__nav-list-mobile a:hover,
.header__nav-list-mobile a.active{
    border-color: inherit;
}
.header__nav-list-mobile li+li{
    margin-top: 10px;
}
@media(min-width:992px){
    .header__nav-list a:hover,
    .header__nav-list a.active{
        background-color: rgba(87, 95, 98, 0.15);
    }
}
@media(max-width:991.98px){
    .header__nav-list a{
        border-bottom: 1px solid transparent;
    }
    .header__nav-list a:hover,
    .header__nav-list a.active{
        border-color: inherit;
    }
}
.header__nav-list--feedback a{
    background-color: #575F62;
}
.header__nav-list--feedback a:hover{
    background-color: #353D40;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1396px;
    }
}
.section{
    padding-top: 60px;
    padding-bottom: 60px;
}
/* intro */
.intro__inner{
    min-height: 800px;
}
.intro__logo{
    margin-bottom: 155px;
}
.intro__title{
    font-size: 48px;
    letter-spacing: calc(48px * -0.03);
    color: #353D40;
}
/* /intro */
/* about */
.about{
    padding-top: 100px;
    padding-bottom: 100px;
}
.about+.section{
    padding-top: 120px;
}
.about__subtitle{
    font-size: 20px;
}
.about__content{
    margin-bottom: 70px;
}
/* /about */
.title{
    font-size: 48px;
    letter-spacing: calc(48px * -0.03);
    margin-bottom: 32px;
}
.title-wrapper{
    margin-bottom: 32px;
}
.wp-content p:last-child{
    margin-bottom: 0;
}
/* services */
.services-list__item+.services-list__item{
    border-top: 1px solid #575F624D;
}
.services-list__link{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 32px;
    letter-spacing: calc(32px * -0.03);
    transition: color .15s ease;
}
.services-list__link:hover{
    color: #FFF;
}
.services-list__link::after{
    content: "";
    display: block;
    width: 49px;
    height: 49px;
    background-color: #575F62;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='19' viewBox='0 0 27 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.4307 9.21582L16.9971 18.4316L15.5996 17L22.5439 10.2158H0V8.21582H22.5439L15.5996 1.43164L16.9971 0L26.4307 9.21582Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
    transition: background-image .15s ease, background-color .15s ease;
}
.services-list__link:hover::after{
    background-color: #FFF;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='19' viewBox='0 0 27 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.4307 9.21582L16.9971 18.4316L15.5996 17L22.5439 10.2158H0V8.21582H22.5439L15.5996 1.43164L16.9971 0L26.4307 9.21582Z' fill='%23575F62'/%3E%3C/svg%3E%0A");
}
.services-list__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #575F62;
    z-index: -1;
    opacity: 0;
    transition: opacity .15s ease;
}
.services-list__link:hover::before {
    opacity: 1;
}
/* /services */
.link-more{
    font-size: 20px;
    padding-right: 44px;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='13' viewBox='0 0 27 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.0801 6.04004L19.8193 12.0801L18.7773 11L23.1416 6.79004H0V5.29004H23.1416L18.7773 1.08008L19.8193 0L26.0801 6.04004Z' fill='%23575F62'/%3E%3C/svg%3E%0A");
    background-position: center right;
    background-size: 28px;
    background-repeat: no-repeat;
    transition: color .15s ease-in-out, background-image .15s ease-in-out;
}
.link-more:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='13' viewBox='0 0 27 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.0801 6.04004L19.8193 12.0801L18.7773 11L23.1416 6.79004H0V5.29004H23.1416L18.7773 1.08008L19.8193 0L26.0801 6.04004Z' fill='%23353D40'/%3E%3C/svg%3E%0A");
    color: #353D40;
}
/* specialists */
.specialists{
    padding-bottom: 120px;
}
.specialists__link{
    margin-bottom: 32px;
}
.specialists__img::after{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-color: #E6E6E2;
    position: absolute;
    top: 14px;
    right: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4844 20.0234L18.4844 20L18.6777 3.4541L1.41406 20.7188L0 19.3047L17.2637 2.04004L0.71875 2.23438L0.695312 0.234375L20.7188 0L20.4844 20.0234Z' fill='%23575F62'/%3E%3C/svg%3E%0A");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.specialists__img{
    margin-bottom: 20px;
}
.specialists__name{
    font-size: 32px;
    letter-spacing: calc(32px * -0.03);
    margin-bottom: 10px;
}
.specialists__name > span{
    color: #353D40;
}
.specialists__description{
    letter-spacing: calc(16px * -0.03);
    margin-bottom: 32px;
}
.specialists__description p{
    margin-bottom: 0;
}
.specialists-social a{
    opacity: .5;
    transition: opacity .15s ease-in-out;
}
.specialists-social a:hover{
    opacity: 1;
}
.specialists-social.g-2, .specialists-social.gy-2{
    --bs-gutter-y: 12px;
}
.specialists-social.g-2, .specialists-social.gx-2 {
    --bs-gutter-x: 12px;
}
/* /specialists */
.img-hover img{
    overflow: hidden;
    transition: transform .2s linear;
}
.img-hover:hover img{
    transform: scale(1.05);
}
.g-4, .gy-4 {
    --bs-gutter-y: 20px;
}
.g-4, .gx-4 {
    --bs-gutter-x: 20px;
}
/* shop-block */
.shop-block{
    background-color: #DEDEDA;
}
/* /shop-block */
/* contacts */
.contacts{
    padding-top: 120px;
    padding-bottom: 120px;
}
.contacts .btn{
    min-width: 200px;
}
.contacts-list{
    font-size: 20px;
}
.contacts-list__item+.contacts-list__item{
    margin-top: 24px;
}
.contacts-list__item{
    padding-left: 27px;
    background-position: center left;
    background-size: 18px;
    background-repeat: no-repeat;
}
.contacts-list__item--tel{
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='22' viewBox='0 0 15 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 0C13.775 0 14.1992 0.175721 14.5117 0.488281C14.8243 0.800842 15 1.22496 15 1.66699V20C15 20.442 14.8243 20.8662 14.5117 21.1787C14.1992 21.4912 13.775 21.667 13.333 21.667H1.66699C1.22504 21.667 0.800826 21.4912 0.488281 21.1787C0.175721 20.8662 0 20.442 0 20V1.66699C0 1.22496 0.175721 0.800842 0.488281 0.488281C0.800842 0.175721 1.22496 0 1.66699 0H13.333ZM6.66699 16.6426C6.19361 16.6426 5.80957 17.0266 5.80957 17.5C5.80957 17.9734 6.19361 18.3574 6.66699 18.3574H8.33398C8.80705 18.357 9.19043 17.9732 9.19043 17.5C9.19043 17.0268 8.80705 16.643 8.33398 16.6426H6.66699Z' fill='%23575F62'/%3E%3C/svg%3E%0A");
    background-size: 16px;
}
.contacts-list__item--address{
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50195 0C3.35883 0.000158648 0.000142097 3.35794 0 7.5C0 10.8371 4.86877 17.1426 6.76172 19.4678C7.14774 19.9419 7.85604 19.9417 8.24219 19.4678C10.1351 17.1426 15.0049 10.8371 15.0049 7.5C15.0047 3.35784 11.6452 0 7.50195 0ZM7.50195 3.75C9.27767 3.75 10.7168 5.18958 10.7168 6.96484C10.7166 8.73991 9.27753 10.1787 7.50195 10.1787C5.72641 10.1787 4.28734 8.73989 4.28711 6.96484C4.28711 5.1896 5.72626 3.75004 7.50195 3.75Z' fill='%23575F62'/%3E%3C/svg%3E%0A");
}
.contacts-list{
    margin-bottom: 24px;
}
.contacts-social.g-2, .contacts-social.gy-2{
    --bs-gutter-y: 20px;
}
.contacts-social.g-2, .contacts-social.gx-2 {
    --bs-gutter-x: 20px;
}
.contacts-social svg path{
    transition: fill .15s ease-in-out;
}
.contacts-social a:hover svg path{
    fill: #353D40;
}
.contacts .contacts-social{
    margin-bottom: 48px!important;
}
/* /contacts */
/* footer */
.footer{
    border-top: 1px solid #8F8E844D;
    padding-top: 34px;
    padding-bottom: 34px;
}
.footer__nav-list li+li{
    margin-top: 24px;
}
.footer__nav-list > li > a{
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color .15s ease-in-out;
}
.footer__nav-list > li > a:hover,
.footer__nav-list > li > a.active{
    border-color: inherit;
}
.footer__logo{
    margin-bottom: -2.6%;
}
.footer-top > * > *:first-child .footer__nav-list{
    margin-right: 100px;
}
/* /footer */
/* hamburger */
.hamburger {
    width: 34px;
    height: 34px;
    background: #575F6233;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
    line-height: 0;
    outline: none;
}
.hamburger[aria-expanded="true"] .hamburger-inner,
.hamburger[aria-expanded="true"] .hamburger-inner::before,
.hamburger[aria-expanded="true"] .hamburger-inner::after {
    background-color: #575F62;
}
.hamburger-box {
    width: 18px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 18px;
    height: 2px;
    background-color: #575F62;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    bottom: -6px;
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze[aria-expanded="true"] .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze[aria-expanded="true"] .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze[aria-expanded="true"] .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* /hamburger */
.ratio-9x16 {
  --bs-aspect-ratio: 177.7778%;
}
/* longevity-score */
.longevity-score {
    user-select: none;
    padding: 30px;
    background: linear-gradient(115deg, #DADACD 0%, #DADCDE 100%);
}
.longevity-score__title {
    font-size: 20px;
    margin: 0 0 28px;
    letter-spacing: calc(20px * 0.1);
}
.pie-chart {
    width: 256px;
    height: 256px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}
.pie-chart svg {
    width: 100%;
    height: 100%;
    display: block;
}
.pie-chart__number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
    height: 84%;
    background: linear-gradient(115deg, #DADACD 0%, #DADCDE 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    letter-spacing: calc(64px * -0.03);
    z-index: 20;
    transition: all 0.1s ease;
}
.chart-scale {
    max-width: 440px;
    position: relative;
}
.chart-scale__title,
.chart-scale__subtitle {
    font-size: 16px;
    letter-spacing: calc(16px * 0.1);
}
.chart-scale__range {
    margin-top: 6px;
    margin-bottom: 6px;
    height: 20px;
    position: relative;
    background-color: #e9ecef;
}
.range-marker {
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 0.05s linear;
}
.range-marker.bio-marker {
    background-color: #353D40;
    z-index: 2;
}
.range-marker.passport-marker {
    background-color: #899194;
    z-index: 1;
}
.chart-scale__subtitle--bio {
    color: #353D40;
}
.chart-scale__subtitle--passport {
    color: #899194;
}
.bio-value,
.passport-value {
    transition: all 0.1s ease;
}
/* /longevity-score */
/*  */
/* Блок: status-card */
.status-card {
    user-select: none;
    background: #575F62;
    max-height: 456px;
}

.status-card__content {
    padding: 30px 48px 86px 40px;
}

.status-card__header {
    font-size: 20px;
    margin: 0 0 12px;
    letter-spacing: 2px;
}

/* Блок: indicators */
.indicators {
    width: 315px;
}

.indicators__item+.indicators__item {
    margin-top: 38px;
}

.indicators__value {
    font-size: 64px;
    line-height: 1;
    opacity: .8;
}

.indicators__label {
    font-size: 16px;
    opacity: .5;
}

.indicators__progress {
    height: 12px;
    width: 100%;
    background: linear-gradient(115deg, #DADACD 0%, #DADCDE 100%);
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.indicators__progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(90deg, #666B6D 0%, #8B9396 100%);
    border-radius: 0;
    transition: width 0.3s ease;
}

/* Блок: points */
.points {
    inset: 0;
    pointer-events: none;
}

/* Позиции точек */
.points__item--cognitive {
    top: 14%;
    left: 6%;
}

.points__item--skin {
    top: 42%;
    left: 13%;
}

.points__item--immune {
    top: 82%;
    left: 14%;
}

.points__point {
    width: 40px;
    height: 40px;
    position: relative;
}

.points__point::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    /* animation: pulse 2s infinite; */
}

.points__point::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(.9);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.points__title {
    font-size: 16px;
    padding: 12px 10px;
    border-radius: 25px;
    white-space: nowrap;
}

.points__title.active {
    background: rgba(230, 230, 226, 0.3);
    padding: 12px 14px;
}
.status-card__image{
    object-position: left bottom;
}
@media(max-width:1399.98px){
    .indicators__value{
        font-size: 40px;
    }
    .indicators__label{
        font-size: 14px;
    }
    .indicators {
        width: 240px;
    }
    .status-card__content,
    .longevity-score {
        padding: 30px 16px 16px;
    }
    /* Позиции точек */
    .points__item--cognitive {
        top: 26%;
        left: 25%;
    }
    .points__item--skin {
        top: 52%;
        left: 11%;
    }
    .points__item--immune {
        top: 81%;
        left: 9%;
    }
}
@media(max-width:1199.98px){
    .indicators {
        width: 210px;
    }
    /* Позиции точек */
    .points__item--cognitive {
        top: 40%;
        left: 20%;
    }
    .points__item--skin {
        top: 59%;
        left: 11%;
    }
    .points__item--immune {
        top: 83%;
        left: 2%;
    }
}
@media(max-width:991.98px){
    /* Позиции точек */
    .points__item--cognitive {
        top: 20%;
        left: 24%;
    }
    .points__item--skin {
        top: 43%;
        left: 14%;
    }
    .points__item--immune {
        top: 77%;
        left: 8%;
    }
    .indicators__item+.indicators__item {
        margin-top: 24px;
    }
}
@media(max-width:767.98px){
    .indicators {
        width: 158px;
    }
    .status-card{
        min-height: 310px;
    }
    /* Позиции точек */
    .points__item--cognitive {
        top: 22%;
        left: 20%;
    }
    .points__item--skin {
        top: 48%;
        left: 11%;
    }
    .points__item--immune {
        top: 80%;
        left: 3%;
    }
    .pie-chart{
        width: 194px!important;
        height: 194px!important;
    }
}
/*  */
.header__label{
    font-size: 11px;
    letter-spacing: -.2px;
}
/* media */
@media(max-width:1399.98px){
    .footer-top > * > *:first-child .footer__nav-list {
        margin-right: 50px;
    }
    .header__nav-list a{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width:1199.98px){
    .header__nav-list a{
        padding-left: 12px;
        padding-right: 12px;
    }
    .about__subtitle{
        font-size: 18px;
    }
    .about__content{
        margin-bottom: 55px;
    }
    .footer-top > * > *:first-child .footer__nav-list {
        margin-right: 0;
    }
}
@media(max-width:991.98px){
    .header__nav-list--social{
        margin-left: -6px;
        margin-right: -6px;
    }
    .header__nav-list:not(.header__nav-list--feedback) a{
        padding: 0 6px;
    }
    .header__nav-list a{
        min-height: auto;
    }
    .header{
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .header__nav-list--social svg{
        width: 22px;
        height: auto;
    }
    .intro__logo{
        margin-bottom: 75px;
    }
    .intro__title {
        font-size: 32px;
        letter-spacing: calc(32px * -0.03);
    }
    .section{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .about,
    .contacts{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .about+.section{
        padding-top: 70px;
    }
    .title {
        font-size: 36px;
        letter-spacing: calc(36px * -0.03);
        margin-bottom: 22px;
    }
    .services-list__link {
        font-size: 22px;
        letter-spacing: calc(22px * -0.03);
    }
    .specialists__img::after{
        width: 32px;
        height: 32px;
        background-size: 9px;
    }
    .specialists__name {
        font-size: 24px;
        letter-spacing: calc(24px * -0.03);
        margin-bottom: 6px;
    }
    .specialists__description,
    .specialists__link {
        margin-bottom: 16px;
    }
}
@media(max-width:767.98px){
    .about__subtitle{
        font-size: 16px;
    }
    :root, [data-bs-theme=light]{
        --bs-body-font-size: 14px;
    }
    .specialists__description {
        letter-spacing: calc(14px * -0.03);
    }
    .header__label{
        font-size: 10px;
        letter-spacing: -.2px;
    }
}
/* /media */