@font-face {
    font-family: 'PTRootUI';
    src: url('../fonts/pt-root-ui_bold.woff2') format('woff2');
    src: url('../fonts/pt-root-ui_bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'PTRootUI';
    src: url('../fonts/pt-root-ui_light.woff2') format('woff2');
    src: url('../fonts/pt-root-ui_light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'PTRootUI';
    src: url('../fonts/pt-root-ui_medium.woff2') format('woff2');
    src: url('../fonts/pt-root-ui_medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'PTRootUI';
    src: url('../fonts/pt-root-ui_regular.woff2') format('woff2');
    src: url('../fonts/pt-root-ui_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --colorMain: #1e1d20;
    --accentColor: #3e8dff;
    --colorBlack: #131212;
    --bgLight: #f1f2f9;

    --fzMain: 20px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'PTRootUI', Helvetica, Arial, sans-serif;
    background-color: var(--bgLight);
    color: var(--colorMain);
    -webkit-font-smoothing: antialiased;
    cursor: default;
    position: relative;
    font-size: var(--fzMain);
}

* {
    box-sizing: border-box;
}

.clear {
    clear: both;
}
a {
    transition: all 250ms ease-out;
    color: var(--accentColor);
    text-decoration: none;
}
h1 {
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.95;
    letter-spacing: normal;
    color: #1e1d20;
    margin: 0;
}
.no-scroll {
    overflow: hidden;
}

.content {
    max-width: 928px;
    margin: 0 auto;
}
.text-grad {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-circle {
    position: absolute;
    border-radius: 100%;
    background-size: 100% 100%;
}
.section-grad {
    position: relative;
}
.section-grad:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 650px;
    background-image: linear-gradient(to bottom, #f8f9fb, rgba(239, 241, 246, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

nav {
    max-width: 1024px;
    margin: 45px auto 0;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px 26px 20px 0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
nav .logo {
    position: absolute;
    top: -1px;
    left: -23px;
}
.menu {
    display: flex;
    font-weight: bold;
    gap: 49px;
    margin-right: 0;
    margin-left: auto;
}
.menu a {
    color: var(--colorBlack);
    line-height: 1;
}
.menu a:hover {
    color: #8a8993;
    transition-duration: 0ms;
}
.menu .text-grad {
    background-image: linear-gradient(272deg, #138be6, #2a0cf9);
}
.menu .text-grad:hover {
    opacity: 0.7;
}

.intro-section {
    margin-top: 110px;
    padding-bottom: 61px;
    position: relative;
    z-index: 1;
}
.intro-section .bg {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.intro-section .bg div {
    transition: all 400ms ease;
}
.intro-section .bg .line1 {
    background: url('../images/line-1.png');
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 60%;
    aspect-ratio: 955 / 644;
}
.intro-section .bg .line2 {
    background: url('../images/line-2.png');
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1440 / 606;
    z-index: 3;
}
.intro-section .bg .line3 {
    background: url('../images/line-3.png');
    background-size: contain;
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
    aspect-ratio: 1440 / 741;
}
.intro-section .bg .circle1 {
    width: 727px;
    height: 830px;
    top: -610px;
    left: 0;
    background-image: url('../images/circles/intro1.svg');
    z-index: 2;
}
.intro-section .bg .circle2 {
    width: 452px;
    height: 452px;
    right: 14vw;
    top: -64px;
    background-image: url('../images/circles/intro2.svg');
}
.intro-section .bg .circle3 {
    width: 666px;
    height: 666px;
    bottom: 0;
    left: 25%;
    background-image: url('../images/circles/intro3.svg');
    z-index: 1;
}
.intro-section .bg .dots {
    width: 441px;
    height: 679px;
    position: absolute;
    bottom: 10px;
    right: 13%;
    background-image: url('../images/dottes.svg');
}
.intro-section .bg .grad {
    position: absolute;
    background: url('../images/grad@2x.webp') no-repeat;
    background-size: contain;
    width: 1014px;
    height: 1062px;
    right: 0;
    top: -460px;
}
.intro-section > .content {
    position: relative;
    z-index: 2;
}
.intro-phrase {
    width: 860px;
    height: 365px;
    background: url('../images/intro-dialog.svg') center no-repeat;
    background-size: 844px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.54px;
    color: var(--colorBlack);
    padding: 71px 115px 0;
    margin-left: -115px;
}
.intro-author {
    font-family: PTAstraSerif, sans-serif;
    font-size: 20px;
    font-style: italic;
    letter-spacing: -0.67px;
    color: #8a8993;
}
.intro-author {
    font-family: PTAstraSerif, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: -0.67px;
    color: #8a8993;
    width: 260px;
    margin-top: -22px;
}
.about-section {
    background: var(--bgLight);
    z-index: 2;
    position: relative;
    padding: 80px 0;
}
.about-section .content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 120px;
}
.about-text {
    display: flex;
    flex-direction: column;
}
.about-text h1 {
    margin-bottom: 10px;
}
.about-text p {
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: -0.3px;
}
.about-label {
    padding: 30px 30px 148px;
    border-radius: 16px;
    background-image: linear-gradient(220deg, #fff, #f1f2f9);
    font-size: 30px;
    font-weight: bold;
    color: #131212;
    min-width: 277px;
}
.about-label .text-grad {
    background-image: linear-gradient(272deg, #de0ec9, #3e13d9);
}

.services-section {
    padding-top: 80px;
}
.services-header-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.services-switcher {
    display: flex;
    gap: 40px;
    align-items: center;
    font-size: 30px;
    position: relative;
}
.services-switcher:before {
    content: ' ';
    display: block;
    width: 501px;
    height: 485px;
    background: url('../images/services-bg.svg');
    position: absolute;
    bottom: -330px;
    left: 0;
    z-index: -1;
    transform: translateX(-100px);
    transition: transform 300ms ease, opacity 800ms ease-out;
    opacity: 0;
}
.services-switcher.active:before {
    opacity: 1;
}
.services-switcher[data-type="1"]:before {
    transform: translateX(165px);
}
.services-switcher-element {
    color: #b1acd8;
    transition: color 250ms ease-out;
    cursor: pointer;
}
.services-switcher[data-type="0"]  .services-switcher-element:first-child,
.services-switcher[data-type="1"]  .services-switcher-element:last-child {
    color: #554f8d;
    cursor: default;
}
.services-switcher[data-type="0"]  .services-switcher-element:last-child:hover,
.services-switcher[data-type="1"]  .services-switcher-element:first-child:hover {
    opacity: 0.8;
}
.services-accordion-wrapper {
    height: 770px;
    margin-top: 40px;
    background: #fff;
    width: calc(100% + 46px + 65px);
    padding-left: 46px;
    padding-right: 65px;
    border-radius: 16px;
    margin-left: -46px;
    display: flex;
}
.services-accordion-items {
    width: 50%;
    position: relative;
}
.services-accordion-items:before {
    content: ' ';
    display: block;
    width: 512px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(240, 242, 253, 0) 82%, #f8f9fb 100%);
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
.services-accordion-item {
    position: relative;
    z-index: 1;
    padding: 40px 0 40px 0;
    margin-right: 70px;
    border-bottom: 1px solid #f1f2f9;
    cursor: pointer;
}
.services-accordion-item.active {
    cursor: default;
}
.services-accordion-item:not(.active):hover .services-accordion-item-label {
    color: #81b5ff;
}
.services-accordion-item:last-child {
    border-bottom: none;
}
.services-accordion-items-content-wrapper {
    width: 50%;
    padding-top: 67px;
    padding-left: 45px;
    background: #fff;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    margin-left: -16px;
}
.services-accordion-item-label {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    color: var(--accentColor);
    transition: color 600ms ease-out;
}
.active .services-accordion-item-label {
    font-size: 42px;
    line-height: 0.95;
    color: #1e1d20;
}
.services-accordion-item-description {
    height: 0;
    font-size: 20px;
    font-weight: 500;
    transition: all 700ms ease-out;
    overflow: hidden;
}
.active .services-accordion-item-description {
    height: auto;
    margin-top: 40px;
    font-weight: 600;
}
.services-accordion-item-content {
    display: none;
}
.services-accordion-item-content ul,
.services-accordion-item-content p {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.3px;
}
.services-accordion-item-content ul {
    margin: 0;
    padding: 0;
}
.services-accordion-item-content li {
    margin-bottom: 30px;
    padding-left: 5px;
}
.services-accordion-item-content li::marker {
    color: var(--accentColor);
}
.services-accordion-item-content h2 {
    margin: 0 0 30px;
}
.services-accordion-item-content.active {
    display: block;
}
.services-offer {
    margin-top: 80px;
    padding: 40px;
    max-width: 700px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    color: #1e1d20;
    border-radius: 16px;
    background-image: linear-gradient(90deg, #fff, rgba(241, 242, 249, 0));
}
.services-section .content {
    position: relative;
    z-index: 2;
}
.services-section .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.services-section .bg div {
    transition: all 400ms ease;
}
.services-section .bg .graph1 {
    width: 100%;
    height: auto;
    background: url('../images/graph.svg') no-repeat top center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 206px;
    aspect-ratio: 1441/432;
}
.services-section .bg .circle2 {
    width: 1061px;
    height: 1316px;
    background: url('../images/circles/service2.svg');
    left: 0;
    top: 675px;
}
.services-section .bg .circle3 {
    width: 1292px;
    height: 1316px;
    background: url('../images/circles/service3.svg');
    left: 0;
    top: 662px;
}


.values-section {
    margin-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}
.values-wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 46px;
}
.values-line {
    display: flex;
    gap: 46px;
}
.values-column {
    display: flex;
    flex-direction: column;
    gap: 46px;
    width: 33%;
}
.values-block {
    min-height: 30px;
    background: #fff;
    border-radius: 16px;
    height: 100%;
    height: -webkit-fill-available;
    height: fill-available;
}
body.safari .values-block {
    height: 100%;
}
.text-block {
    padding: 21px 21px 28px;
    letter-spacing: -0.3px;
}
.values-block-header {
    font-weight: 600;
}
.values-block-text {
    margin-top: 20px;
    font-size: 18px;
}
.rocket-block {
    min-height: 136px;
    max-height: 136px;
    background-image: linear-gradient(to bottom, rgba(38, 16, 248, 0.5), rgba(27, 77, 243, 0.5)), linear-gradient(to bottom, #ff1e9c, #d12ca0);
    position: relative;
}
.rocket-block:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 85px;
    background: url('../images/block-grad.svg');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.rocket-block:after {
    content: ' ';
    display: block;
    width: 93px;
    height: 102px;
    background: url('../images/rocket.webp') no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.pie-block {
    min-height: 118px;
    max-height: 118px;
    background-image: linear-gradient(to bottom, #643fe8, #425ee9);
    position: relative;
    overflow: hidden;
}
.pie-block:before {
    content: ' ';
    display: block;
    width: 133%;
    height: 100%;
    background: url('../images/block-lines.svg') no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: -2%;
    z-index: 1;
}
.pie-block:after {
    content: ' ';
    display: block;
    width: 112px;
    height: 112px;
    background: url('../images/chart-pie.webp') no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.graph-block {
    background: url('../images/block-bg.svg') no-repeat center;
    background-size: cover;
    min-height: 264px;
    max-height: 264px;
}
.trophy-block {
    background-image: url('../images/trophy.webp');
    background-repeat: no-repeat;
    background-size: 45px 57px;
    background-position: bottom 20px right 20px;
}
.shield-block {
    background-image: url('../images/shield.webp');
    background-repeat: no-repeat;
    background-size: 45px 60px;
    background-position: bottom 20px right 20px;
}
.bars-block {
    background-image: url('../images/chart-bar.webp');
    background-repeat: no-repeat;
    background-size: 57px 59px;
    background-position: bottom 20px right 20px;
}

.team-section {
    padding: 80px 0;
}
.team-columns-wrapper {
    display: flex;
    gap: 52px;
    margin-top: 40px;
}
.team-column {
    width: 50%;
}
.team-person {
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    padding-bottom: 41px;
}
.team-person-image {
    font-size: 0;
}
.team-person-image img {
    width: 100%;
}
.team-person-name {
    margin-top: 40px;
    font-weight: bold;
}
.team-person-position {
    max-width: 290px;
    margin: 0 auto;
}
.team-person-linkedin {
    margin-top: 57px;
    display: inline-block;
    text-decoration: none;
    padding: 6px 18px;
    line-height: 1;
    border-radius: 8px;
    background-color: #f6f7fa;
    border: 1px solid #f6f7fa;
    font-weight: bold;
    color: var(--accentColor);
    transition: all 250ms ease-out;
}
.team-person-linkedin:hover {
    border-color: var(--accentColor);
    background: transparent;
    color: #81b5ff;
    transition-duration: 0ms;
}
.team-person-linkedin:active {
    color: #bf3eff;
    background-color: #f6f7fa;
    border: 1px solid #f6f7fa;
}
.team-bio {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    line-height: 1.5;
    letter-spacing: -0.3px;
}
.team-bio p {
    margin: 0;
}
.team-section .content {
    position: relative;
    z-index: 2;
}
.team-section .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    overflow: visible;
    max-width: 928px;
    transform: translateX(-50%);
}
.team-section .bg .grad1 {
    position: absolute;
    background: url('../images/team-bg-1.svg');
    width: 807px;
    height: 405px;
    bottom: 0;
    left: -257px;
}
.team-section .bg .grad2 {
    position: absolute;
    background: url('../images/team-bg-2.svg');
    width: 1005px;
    height: 258px;
    bottom: 0;
    right: 0;
}
.team-section .bg .grad1,
.team-section .bg .grad2 {
    opacity: 0;
    transition: opacity 800ms ease-in-out;
}
.team-section .bg .grad2 {
    transition-delay: 400ms;
}
.team-section .bg .grad1.active,
.team-section .bg .grad2.active {
    opacity: 1;
}

footer {
    background-color: #fff;
    padding: 80px 0;
}
.footer-columns {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}
.footer-form {
    width: 444px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.form-input {
    position: relative;
    width: 100%;
}
.form-input label {
    position: absolute;
    top: -12px;
    left: 16px;
    font-size: 16px;
    line-height: 1;
    color: #8a8993;
    padding: 2px 8px 5px;
    border-radius: 8px;
    background-color: #fff;
}
.form-input input,
.form-input textarea {
    border-radius: 8px;
    background-color: #f6f7fa;
    border: solid 1px #f6f7fa;
    padding: 10px 17px;
    outline: none;
    width: 100%;
    font-family: inherit;
    font-size: 18px;
    transition: all 250ms ease-out;
}
.form-input input.error,
.form-input textarea.error,
.form-input input:invalid {
    border-color: #ff4d4d;
}
.form-input input:focus,
.form-input textarea:focus {
    border: solid 1px #81b5ff;
    background: #fff;
    transition-duration: 0ms;
}
.form-input input:focus + label,
.form-input textarea:focus + label {
    color: var(--accentColor);
}
.form-input input {
    height: 60px;
}
.form-input textarea {
    height: 164px;
    padding-top: 32px;
}
.footer-form button,
.popup-button {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #6131ac, #3e3edc);
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 250ms ease-out;
}
.footer-form button:hover,
.popup-button:hover {
    background-image: linear-gradient(to bottom, #ac31ab, #3e3edc);
    transition-duration: 0ms;
}
.footer-form button:active,
.popup-button:active {
    background-image: linear-gradient(to bottom, #541cab, #1f1fd9);
}
.footer-form button:disabled {
    opacity: 0.4;
}
.footer-policy {
    font-size: 16px;
    text-align: right;
    margin-top: 75px;
    color: var(--accentColor);
}
.footer-policy div {
    display: inline-block;
}
.footer-policy a {
    color: #b4bac1;
}
.footer-address {
    padding-left: 79px;
    background: url('../images/netherlands.webp') no-repeat left top;
    background-size: 32px;
    line-height: 1.4;
}

#popup {
    width: 100%;
    max-width: 393px;
    padding: 42px;
    border-radius: 16px;
    box-shadow: 0 2px 41px 0 #f4d6ff;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none;
}
#popup.active {
    display: block;
}
.popup-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../images/close.svg') no-repeat center;
    cursor: pointer;
}
.popup-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 0.95;
}
.popup-text {
    line-height: 1.5;
    letter-spacing: -0.3px;
    margin-top: 14px;
}
.popup-button {
    display: inline-block;
    width: auto;
    padding: 17px 37px;
    margin-top: 56px;
}


@media screen and (min-width: 1000px) {
    .mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1310px) {
    .services-section .bg .circle1 {
        width: 90%;
    }
    .services-section .bg .circle2 {
        width: 85%;
    }
    .services-section .bg .circle3 {
        width: 95%;
    }
}
@media screen and (max-width: 1200px) {
    .intro-section .bg .circle3 {
        left: 2%;
    }
    .intro-section .bg .circle1 {
        width: 487px;
    }
    .intro-section .bg .dots {
        right: 10px;
    }
}
@media screen and (max-width: 1090px) {
    .services-accordion-wrapper {
        width: calc(100% + 40px);
    }
}
@media screen and (max-width: 1000px) {
    .desktop, .bg {
        display: none !important;
    }

    h1 {
        font-size: 36px;
        line-height: 1.11;
    }
    .content {
        width: 100%;
        padding: 0 20px;
    }

    nav {
        height: 40px;
        padding: 0;
        background: none;
        margin-top: 24px;
        z-index: 4;
    }
    nav .logo {
        top: 0;
        left: 29px;
    }
    nav .logo img {
        width: 180px;
    }
    .menu {
        position: absolute;
        border-radius: 16px;
        top: -6px;
        left: 8px;
        width: calc(100% - 16px);
        height: auto;
        padding: 55px 21px;
        background: #fff;
        flex-direction: column;
        gap: 13px;
        font-size: 36px;
        text-align: center;
        align-items: flex-start;
        justify-content: center;
        transition: all 300ms ease;
        transform: translateY(-100vh);
        opacity: 0;
    }
    .menu a {
        line-height: 1.61;
    }
    nav.active .menu {
        transform: translateY(0);
        opacity: 1;
    }
    .menu-btn {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        background: #fff url('../images/burger.svg') no-repeat center;
        position: absolute;
        right: 16px;
        top: 0;
    }
    nav.active .menu-btn {
        background-image: url('../images/close.svg');
    }
    .intro-section {
        overflow: hidden;
        margin-top: 40px;
    }
    .intro-section .content {
        padding: 0;
    }
    .intro-section:after {
        content: ' ';
        display: block;
        position: absolute;
        bottom: 0;
        left: -85%;
        width: 250%;
        height: 261px;
        background-image: radial-gradient(circle at 56% 100%, rgba(41, 17, 241, 0.13), rgba(219, 15, 186, 0) 52%, rgba(219, 15, 186, 0) 52%);
    }
    .intro-phrase {
        font-size: calc(100vw * 0.055);
        letter-spacing: -0.32px;
        color: #131212;
        width: calc(100% - 7px);
        height: auto;
        background-position: left center;
        background-size: 166% auto;
        padding: 10% 6% 13% 18%;
        margin: 0;
        aspect-ratio: 391 / 271;
        position: relative;
        right: -2%;
    }
    .intro-author {
        padding-left: 70px;
        width: auto;
        max-width: 320px;
        margin-top: -12px;
    }

    .about-section {
        padding: 33px 0;
    }
    .about-section .content {
        flex-direction: column;
        gap: 33px;
    }
    .about-text p {
        line-height: 1.25;
    }
    .about-label {
        background-image: linear-gradient(235deg, #fff, #f1f2f9);
        padding: 31px 23px 35px 52px;
        font-size: 36px;
        margin-top: 2px;
    }

    .services-section {
        overflow: hidden;
    }
    .services-section .content:nth-child(3) {
        z-index: 999;
    }
    .services-header-line {
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .services-switcher {
        gap: 34px;
        font-size: 20px;
        justify-content: flex-start;
    }
    .services-switcher-element {
        width: max-content;
    }
    .services-accordion-wrapper {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 15px;
        padding-left: 26px;
        padding-right: 20px;
        position: relative;
    }
    .services-accordion-items-content-wrapper {
        display: none;
    }
    .services-accordion-items-content-wrapper.active {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 67px 37px 40px 45px;
        z-index: 999;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .services-accordion-items {
        width: 100%;
    }
    .services-accordion-items:before {
        display: none;
    }
    .active .services-accordion-item-label {
        font-size: 36px;
        line-height: 1.11;
    }
    .services-accordion-item {
        margin: 0;
        padding: 20px 0;
    }
    .services-accordion-item-more {
        display: none;
    }
    .active .services-accordion-item-more {
        display: inline-block;
        padding: 6px 14px;
        border-radius: 8px;
        background-color: var(--accentColor);
        color: #fff;
        font-weight: bold;
        margin-top: 29px;
        margin-bottom: 12px;
    }
    .services-switcher:before {
        transform: translateX(-190px);
    }
    .services-switcher[data-type="1"]:before {
        transform: translateX(-25px);
    }
    .services-offer {
        margin-top: 29px;
        padding: 21px 0 21px 21px;
    }
    .services-close {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        line-height: 100%;
        width: 48px;
        height: 48px;
        border-radius: 16px;
        background: url('../images/close.svg') no-repeat center;
        text-align: center;
        font-size: 47px;
        font-weight: 200;
    }

    .values-section {
        margin-top: 60px;
        padding-bottom: 26px;
    }
    .values-wrapper {
        margin-top: 25px;
    }
    .values-wrapper,
    .values-line,
    .values-column {
        flex-direction: column;
        gap: 25px;
        width: 100%;
    }
    .values-line:nth-child(2) .values-column:first-child {
        display: none;
    }
    .values-block {
        padding: 34px 47px 34px 36px;
    }
    .trophy-block,
    .bars-block {
        padding-bottom: 55px;
    }
    .team-section {
        padding: 31px 0 70px;
    }
    .team-columns-wrapper {
        flex-direction: column;
        gap: 35px;
    }
    .team-column {
        width: 100%;
    }
    .team-bio {
        display: none;
    }
    .team-column.active .team-bio {
        display: flex;
    }
    .team-more {
        text-align: center;
        font-weight: bold;
        margin-top: 22px;
        color: var(--accentColor);
    }
    .team-column.active .team-more {
        display: none;
    }
    .team-more:after {
        content: ' ';
        display: inline-block;
        border: 4px solid transparent;
        border-top: 8px solid var(--accentColor);
        margin-left: 6px;
        position: relative;
        top: 2px;
    }

    footer {
        padding-top: 60px;
        padding-bottom: 19px;
    }
    .footer-columns {
        flex-direction: column;
        gap: 80px;
    }
    .footer-form {
        width: 100%;
    }
    .footer-policy {
        text-align: left;
        margin-top: 53px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width: 368px) {
    .services-switcher-element {
        width: min-content;
    }
}
