@charset "utf-8";

body {
    padding: 0 0 40px 0;
    color: #fff;
    line-height: 1.3em;
    font-size: 15px;
    background-color: #607E87;
}

body.loaded {
    background: url(bg-left.svg) left 200px no-repeat, url(bg-right.svg) right bottom no-repeat;
    background-color: #607E87;
}

.container {
    max-width: 1440px;
}

section {
    margin-top: 80px;
}

.box {
    padding: 40px;
    border-radius: 15px;
}

a:not(.btn) {
    color: #95cbff;
    text-decoration: underline;
}

a:not(.btn):hover {
    text-decoration: none;
}

a:focus,
a:active,
button:focus,
button:active {
    outline: none;
}

.link-contrast {
    color: #72b0eb !important;
}

#preface,
#counters,
#bottom-preface,
#footer {
    background: rgba(0,0,0,.2);
}

#counters .counter {
    display: inline-block;
    width: 42px;
}

#preface {
    height: 600px;
    margin-top: 60px;
    border-radius: 15px;
    position: relative;
    padding: 60px;
    background-image: url(preface-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#burger {
    position: absolute;
    right: 60px;
    top: 90px;
    opacity: .9;
    transition: .2s;
    z-index: 100;
}

#burger img {
    width: 50px;
}

#burger:hover {
    opacity: 1;
}

.menu-toggle {
    position: relative;
    width: 51px;
    height: 39px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.menu-toggle span {
    position: absolute;
    right: 0;
    height: 7px;
    border-radius: 3.5px;
    background: #fff;
    transform-origin: center;
    transition:
        top .25s ease,
        width .25s ease,
        transform .25s ease .08s,
        opacity .15s ease;
}

.menu-toggle:not(.is-active) span {
    transition:
        transform .2s ease,
        opacity .15s ease,
        top .25s ease .08s,
}

.menu-toggle span:nth-child(1) {
    top: 0;
    width: 38px;
}

.menu-toggle span:nth-child(2) {
    top: 16px;
    width: 51px;
}

.menu-toggle span:nth-child(3) {
    top: 32px;
    width: 28px;
}

.menu-toggle.is-active span {
    top: 16px;
    width: 51px;
}

.menu-toggle.is-active span:nth-child(1) {
    transform: rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.menu-toggle.is-active span:nth-child(3) {
    transform: rotate(-45deg);
}

#counters {
    text-align: center;
    padding: 30px 150px 25px;
    margin-top: 40px;
}

.preface__body {
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.preface__title {
    font-size: 66px;
    line-height: .9em;
    font-family: 'Roboto Slab';
    font-weight: 700;
}

.preface__subtitle {
    font-size: 28px;
    line-height: 1.1em;
    font-family: 'Roboto Slab';
    font-weight: 500;
    margin-top: 20px;
}

.section__title {    
    font-size: 44px;
    font-weight: 700;
    line-height: 1em;
    font-family: 'Roboto Slab';
}

.section__title.decorated {
    position: relative;
}

.section__title.decorated:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 12px;
    right: 100%;
    top: 55%;
    transform: translateY(-50%) translateX(-20px);
    background-color: rgba(255, 255, 255, .1);
}

.section__subtitle {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Roboto Slab';
    line-height: 1em;
    color: #bcc8cd;
}

.section__body {
    margin-top: 30px;
}

.section__list,
.section__images {
    margin-top: 40px;
}

.section__list img {
    width: 40px;
}

.section__list .media + .media {
    margin-top: 30px;
}

#footer {
    padding: 20px 40px;
    text-align: center;
    font-size: 12px;
    color: #B3BDC0;
    line-height: 1.3em;
    margin-top: 40px;
}

.footer__logo img {
    mix-blend-mode: luminosity;
}

.footer__text {
    margin-top: 15px;
}

.counters__digit {
    font-size: 44px;
    font-family: 'Roboto Slab';
}

.counters__digit,
.counters__digit small {
    font-weight: 500;
    line-height: 1em;
}

.counters__digit small {
    font-size: 32px;
    position: relative;
    top: -5px;
}

.counters__label {
    font-size: 16px;
    color: #B3BDC0;
    margin-top: 5px;
    font-family: 'Roboto Slab';
}

.box {
    background-color: #F5F5F5;
    font-size: 18px;
    padding: 50px 60px;
    overflow: hidden;
    position: relative;
}

.card--icon:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-position: center;
    background-color: #F5F5F5;
    background-image: url(logo-sign.svg);
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    opacity: .05;
    background-size: contain;
    bottom: 0px;
    right: -50px;
}

.card,
.card .section__subtitle,
.contacts__email a {
    color: #41565f;
}

.card a:not(.btn) {
    text-decoration: underline;
}

.card a:not(.btn):hover {
    text-decoration: none;
}

.card .section__body {
    margin-top: 50px;
}

.contacts__address {
    line-height: 1em;
}

.contacts__phone {
    margin-top: 18px;
    font-size: 28px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    line-height: 1em;
}

.contacts__email {
    margin-top: 15px;
    line-height: 1em;
}

#bottom-preface {
    padding: 100px 40px;
    text-align: center;
    background-image: url(bottom-preface-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bottom-preface__title {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Roboto Slab';
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 40px;
}

.bottom-preface__logo img {
    width: 120px;
}

#map .section__body {
    text-align: center;
}

.small-width-paragraph {
    max-width: 960px;
}

.box__inner {
    padding-left: 34px;
}

.box__inner--decor {
    border-left: 5px solid rgba(0,0,0,.1);
}

.contacts__expertise-text {
    font-size: 14px;
    padding: 0 0 0 30px;
    position: relative;
    left: -35px;
    line-height: 1.3em;
}

.contacts__expertise-btn {
    margin-top: 25px;
}

.section__body--expertise {
    margin-top: 30px !important;
}

.activity__item {
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 35px 40px 30px;
    position: relative;
    transition: .2s;
}

[data-scroll-to],
.activity__item--with-href {
    cursor: pointer;
}

.activity__item--with-href:hover {
    background-color: #fff;
}

.activity__item--with-href:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-image: url(arrow-down.svg);
    background-size: cover;
    transition: .2s;
}

.activity__item:hover:after {
    bottom: 25px;
}

.activity__item + .activity__item {
    margin-top: 25px;
}

.activity__item-title {
    color: #41565f;
    font-size: 20px;
    font-family: 'Roboto Slab';
    letter-spacing: .02em;
    font-weight: 800;
    text-transform: uppercase;
}

.activity__item-text {
    color: #4E6470;
    margin-top: 20px;
    padding-right: 30px;
}

#activity .section__body {
    margin-top: 50px;
}

.wrapper {
    transition: .5s;
    position: relative;
    min-width: 1440px;
}

.with-loader {
    overflow: hidden;
}

.with-loader .wrapper {
    opacity: .5;
    visibility: hidden;
}

.with-loader.loaded {
    overflow: auto;
}

.with-loader.loaded .wrapper {
    opacity: 1;
    visibility: visible;
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    color: rgba(255, 255, 255, .7);
    transform: translateY(-50%) translateX(-50%);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.loader img {
    width: 100px;
    mix-blend-mode: luminosity;
}

.loader {
    display: none;
}

.with-loader:not(.loaded) .loader {
    display: block;
}

.achievements {
    padding-right: 100px;
    margin-top: 120px;
    position: relative;
}

.achievements:after {
    content: 'ЗА 5 ЛЕТ';
    position: absolute;
    right: -90px;
    top: 125px;
    color: #BCC9CD;
    font-family: 'Roboto Slab';
    text-align: center;
    font-weight: 800;
    font-size: 58px;
    transform: rotate(90deg);
}

.achievements__item {
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 18px 15px;
    font-size: 15px;
    font-family: 'Roboto Slab';
    text-align: center;
    font-weight: 800;
    color: #41565f;
    line-height: 1.2em;
}

.achievements__item + .achievements__item {
    margin-top: 20px;
}

#reviews {
    position: relative;
}

#reviews .section__body + .section__body {
    margin-top: 0;
}

.reviews__item {
    border-radius: 15px;
    background-color: #f5f5f5;
    margin-top: 20px;
    padding: 30px 30px 0;
    position: relative;
    display: block;
    text-decoration: none !important;
    top: 0;
    transition: .2s;
    overflow: hidden;
}

.reviews__item:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 25px;
    background-image: url(arrow-down.svg);
    background-size: cover;
    transition: .2s;
    transform: rotate(-90deg);
}

.reviews__item-title {
    font-size: 18px;
    font-family: 'Roboto Slab';
    color: #41565f;
    font-weight: 800;
    height: 2em;
}

.reviews__item-image {
    padding: 0 20px;
    height: 190px;
    text-align: center;
    margin-top: 30px;
}

.reviews__item:hover:after {
    right: 20px;
}

.reviews__item-image img {
    width: 200px;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
    border-radius: 3px;
}

#leaders .section__body {
    margin-top: 60px;
}

.leaders__item + .leaders__item {
    margin-top: 50px;
}

.leaders__item {
    display: flex;
    gap: 30px;
    font-family: 'Roboto Slab';
    line-height: 1.3em;
}

.leaders__item-person {
    text-align: center;
}

.leaders__item-image {
    width: 22%;
}

.leaders__item-image img {
    border-radius: 20px;
}

.leaders__item-person-image img {
    max-width: 180px;
}

.leaders__item-quote {
    width: 38%;
    letter-spacing: -.02em;
    font-size: 14.5px;
    position: relative;
}

.leaders__item-quote p:last-child {
    margin-bottom: 0;
}

.leaders__item-quote--ermolin {
    width: 39%;
}

.leaders__item-quote:before {
    content: '';
    width: 32px;
    height: 26px;
    background-image: url(quote.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -5px;
}

.leaders__item-person {
    width: 18%;
}

.leaders__item-person--ermolin {
    padding-top: 20px;
    padding-left: 20px;
    width: 17%;
}

.leaders__item-quote {
    padding-left: 50px;
}

.leaders__item-person-name {
    font-size: 12.5px;
}

.leaders__item-person-name {
    margin-top: 20px;
    font-weight: 500;
}

.leaders__item-person--ermolin .leaders__item-person-name {
    margin-top: 15px;
}

.leaders__item-person-job {
    margin-top: 5px;
    font-size: 11.5px;
    line-height: 1.15em;
    color: #081b21;
    font-weight: 500;
}

.leaders__item-quote--ermolin {
    top: -15px;
}

.leaders__item-person--ermolin  .leaders__item-person-job {
    font-size: 12px;
    margin-top: 4px;
}

.sk-pane__row {
    display: flex;
    flex: 1;
    gap: 30px;
    font-family: 'Roboto Slab';
    font-size: 13.5px;
    font-weight: 500;
    color: #41565F;
    line-height: 1.3em;
}

.sk-pane__row + .sk-pane__row {
    margin-top: 30px;
}

.sk-pane__cell {
    padding: 25px 30px;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.sk-pane__col-1,
.sk-pane__col-3 {
    display: flex;
    width: 33.3%;
}

.sk-pane__col-2 {
    width: 66.6%;
}

.sk-pane__images {
    display: flex;
    gap: 30px;
}

.sk-pane__image {
    width: 50%;
}

.sk-pane__image img {
    border-radius: 20px;
}

.sk-pane__cell {
    background-image: var(--background);
    background-position: var(--position);
    background-repeat: no-repeat;
    padding-right: var(--pr);
}

.sk-pane__cell + .sk-pane__images,
.sk-pane__images + .sk-pane__cell {
    margin-top: 30px;
}

.sk-pane__images-with-logo {
    position: relative;
}

.sk-pane__images-with-logo .logo {
    content: '';
    width: 103px;
    height: 103px;
    background-image: url(panes-logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: calc(50% - 52px);
    bottom: -60px;
}

.lab-pane__row {
    display: flex;
    width: 100%;
    gap: 30px;
    font-family: 'Roboto Slab';
    font-size: 13.5px;
    font-weight: 500;
    color: #41565F;
    line-height: 1.2em;
}

.lab-pane__row + .lab-pane__row {
    margin-top: 30px;
}

.lab-pane__row-with-logo {
    position: relative;
}

.lab-pane__row-with-logo .logo {
    content: '';
    width: 103px;
    height: 103px;
    background-image: url(panes-logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: calc(50% - 52px);
    bottom: -60px;
}

.lab-pane__image img {
    border-radius: 20px;
}

.lab-pane__col {
    display: flex;
    width: 50%;
}

.lab-pane__col-1,
.lab-pane__col-3 {
    width: 25%;
}

.lab-pane__col-2 {
    flex-wrap: wrap;
}

.lab-pane__cell {
    text-align: center;
    width: 100%;
    padding: 120px 30px 25px 30px;
    background-color: #F5F5F5;
    border-radius: 20px;
    background-image: var(--background);
    background-position: center 30px;
    background-repeat: no-repeat;
}

.owl-carousel {
    margin: 0 -15px;
}

.owl-stage-outer {
    z-index: 100;
}

.owl-nav {
    position: absolute;
    left: -60px;
    right: -65px;
    top: 140px;
    font-size: 60px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    line-height: .4em;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: rgba(255,255,255,.2);
    border-radius: 3px;
}

.owl-carousel .owl-nav button.owl-next {
    margin-left: 10px;
}

.owl-dots {
    margin-top: 20px;
    display: none;
}

.owl-item {
    padding: 0 5px 0 10px !important;
}

.reviews__partners-image-wrapper {
    background-color: #f5f5f5;
    padding: 20px 15px;
    border-radius: 20px;
    margin: 40px 20px 10px -4px;
}

.animate:not(.animate__animated) {
    visibility: hidden;
}

#main-menu {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 530px;
    transition: .3s all;
    padding: 180px 60px 40px 40px;
    color: #fff;
    z-index: 99;
    text-align: right;
    font-size: 24px;
    font-family: 'Roboto Slab';
    font-weight: 500;
    line-height: 1.3em;
    background-color: rgba(0, 0, 0, .25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#main-menu.hidden {
    right: -530px;
}

#main-menu ul {
    padding: 0;
    list-style-type: none;
}

#main-menu ul li {
    margin-top: 19px;
}

#main-menu ul li a {
    transition: .3s all;
}

#main-menu ul li a:hover {
    opacity: .8;
}

.map-widget {
    position: relative;
}

.map-widget__map {
    
}

.map-widget__marker {
    position: absolute;
    width: 24px;
    left: var(--left);
    top: var(--top);
    transition: .3s all;
}

.map-widget__marker.active {
    transform: scale(1.5);
}

.map-widget__booble {
    position: absolute;
    border-radius: 15px;
    background-color: #f5f5f5;
    left: 60px;
    top: 120px;
    width: 420px;
    padding: 30px 60px 30px 60px;
    color: #41565f;
    text-align: left;
    line-height: 1em;
}

.map-widget__booble-list {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 0 0 17px;
}

.map-widget__booble-list li + li {
    margin-top: 7px;
}

.map-widget__booble-title {
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Roboto Slab';
}

.map-widget__booble-line {
    height: 5px;
    width: 80px;
    background-color: #394b50;
    position: absolute;
    top: 55px;
    left: -60px;
}

.map-widget__booble-list a {
    cursor: pointer;
    transition: .3s all;
}

.map-widget__booble-list a:hover {
    opacity: .7;
}

.site-actions {
    position: absolute;
    right: 60px;
    bottom: 66px;
    display: flex;
    gap: clamp(8px, .7vw, 14px);
    align-items: center;
}

.btn {
    display: inline-flex;
    min-height: clamp(34px, 56px, 56px);
    align-items: center;
    justify-content: center;
    padding: 0 clamp(14px, 24px, 24px);
    border: 2px solid #ed1c24;
    border-radius: 8px;
    font: 700 clamp(11px, 16px, 16px) / 1 Arial, sans-serif;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: transform .16s ease, background-color .16s ease;
}


.btn:hover {
    transform: translateY(-2px);
}

.btn-md {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 4px;
    font-size: 14px;
}

.btn-danger {
    color: #fff;
    background: #ed1c24;
    box-shadow: 0 8px 18px rgb(0 0 0 / .2);
}

.btn-danger:hover {
    background: #cf1118;
    border-color: #ed1c24;
}

.site-button--download {
    color: #fff;
    background: rgb(28 50 54 / .78);
    backdrop-filter: blur(4px);
}

.site-button--download:hover {
    color: #fff;
    background: #ed1c24;
}

label {
    color: #3d5960;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}

input {
    height: 48px;
    padding: 0 15px;
}

textarea {
    min-height: 112px;
    padding: 13px 15px;
    resize: vertical;
}

input, textarea {
    width: 100%;
    border: 1px solid #9dabad;
    border-radius: 4px;
    background: var(--white);
    color: #263f45;
    font-size: 15px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

input:focus, textarea:focus {
    border-color: #e52e43;
    outline: 0;
    box-shadow: 0 0 0 3px rgb(229 46 67 / .14);
}

.form-title {
    margin-bottom: 24px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.field {
    display: grid;
    gap: 8px;
}

.field--wide {
    grid-column: 1 / -1;
}

.consent {
    display: flex;
    grid-column: 1 / -1;
    gap: 10px;
    align-items: flex-start;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
}

.consent input {
    width: 18px;
    height: 18px;
    margin: 0;
    flex: 0 0 auto;
    accent-color: #e52e43;
}

.consent a {
    color: #e52e43;
}

.captcha-row {
    display: flex;
    gap: 10px;
}

.captcha-row input {
    max-width: 140px;
}

.captcha-refresh {
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid #9dabad;
    border-radius: 4px;
    background: #fff;
    color: #41565f;
    font-size: 14px;
    cursor: pointer;
    transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}

.captcha-refresh:hover,
.captcha-refresh:focus {
    border-color: #e52e43;
    color: #e52e43;
    outline: 0;
}

#contacts .section__body {
    margin-top: 0
}

#contacts .section__body:before {
    content: '';
    display: inline-block;
    width: 72px;
    height: 5px;
    margin: 17px 0 34px;
    background: #89a3a7;
}


@media (max-width: 960px) {
    #preface {
        margin-top: 15px;
        padding: 50px 40px 60px 40px;
    }
    section {
        margin-top: 60px;
    }
    #bottom-preface {
        margin-left: 15px;
        margin-right: 15px;
    }
    .owl-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .wrapper {
        min-width: auto;
    }
    #preface {
        height: auto;
        background-image: url(preface-bg-mobile.jpg);
    }
    .preface__body {
        position: static;
        margin-top: 60px;
        text-align: center;
    }
    .preface__title {
        font-size: 36px;
    }
    .preface__subtitle {
        font-size: 18px;
    }
    .preface__logo {
        text-align: center;
    }
    .preface__logo img {
        width: 230px;
    }
    #burger {
        display: none;
    }
    #counters {
        margin-top: 15px;
        padding: 20px 10px 15px;
    }
    .counters__digit {
        font-size: 32px;
    }
    .counters__digit small {
        font-size: 16px;
        display: block;
        margin-top: 7px;
    }
    .counters__label {
        font-size: 9px;
        line-height: 1.3em;
        margin-top: 2px;
    }
    .section__title {
        font-size: 20px;
    }
    section {
        margin-top: 40px;
    }


    #bottom-preface {
        padding: 40px 20px;
    }
    .bottom-preface__title {
        font-size: 15px;
        line-height: 1.4em;
    }
    .bottom-preface__logo img {
        width: 60px;
    }
    .break-desktop {
        display: inline;
    }
    body {
        padding-bottom: 15px;
    }
    #footer {
        margin-top: 20px;
    }
    .footer__logo img {
        width: 100px;
    }
    .footer__text {
        font-size: 10px;
        line-height: 1.3em;
    }

    .section__body,
    .card .section__body {        
        margin-top: 20px;
    }

    #activity .section__body {
        margin-top: 10px;
    }
    .activity__item {
        padding: 25px 25px 25px;
        font-size: 12px;
        line-height: 1.3em;
        margin-top: 15px !important;
    }
    .activity__item-text {
        margin-top: 15px;
        padding-right: 0;
    }
    .activity__item-title {
        font-size: 17px;
    }
    .activity__item--with-href:after {
        display: none;
    }
    .section__subtitle {
        font-size: 20px;
        margin-top: 20px;
    }
    .section__body--many-text {
        font-size: 13px;
        line-height: 1.3em;
    }

    #leaders .section__body {
        margin-top: 20px;
    }

    .leaders__item {
        display: block;
        background: rgba(0,0,0,.15);
        padding: 20px;
        border-radius: 15px;
    }
    .leaders__item-quote {
        width: 100%;
        font-size: 13px;
        line-height: 1.3em;
        padding-left: 0;
    }
    .leaders__item-quote:before {
        display: none;
    }
    .leaders__item-person {
        width: 100%;
    }
    .leaders__item-quote--ermolin {
        top: 0;
    }
    .leaders__item-person--ermolin {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .leaders__item-person--lopashuk {
        margin-top: 20px;
    }
    .leaders__item + .leaders__item {
        margin-top: 20px;
    }
    .leaders__item-person-image img {
        max-width: 100px;
    }

    .contacts__expertise-text {
        font-size: 13px;
        padding: 0;
        border-left: 0 none;
        position: static;
    }

    .card {
        padding: 30px 40px;
        text-align: center;
    }

    .box__inner--decor {
        padding-left: 0;
        border-left: none 0;
    }
    .sk-pane__row {
        display: block;
    }
    .sk-pane__col {
        width: 100%;
    }
    .sk-pane__cell {
        margin-top: 10px !important;
        padding: 20px 50px 20px 30px;
        line-height: 1.2em;
        background-size: 40px;
        background-position: 97% center;
    }
    .sk-pane__images,
    .sk-pane__image {
        display: none;
    }
    .sk-pane__row + .sk-pane__row {
        margin-top: 0;
    }

    .owl-carousel {
        margin: 0;
    }
    .owl-item {
        padding: 0 !important;
    }

    .reviews__partners-image-wrapper {
        padding: 20px;
        margin: 0;
        border-radius: 15px;
    }

    .lab-pane__row {
        display: block;
    }
    .lab-pane__col {
        width: 100%;
    }
    .lab-pane__row + .lab-pane__row {
        margin-top: 0;
    }
    .lab-pane__cell {
        margin-top: 10px;
        padding: 70px 30px 20px 30px;
        background-position: center 20px;
        background-size: 40px;
    }

    .section__title,
    .section__subtitle {
        text-align: center;
    }

    #sk .section__title,
    #laboratory .section__title {
        text-align: left;
    }

    #sk .section__subtitle,
    #laboratory .section__subtitle {
        margin-bottom: -10px;
    }

    .loader {
        font-size: 12px;
    }

    .loader img {
        width: 80px;
    }

    #bottom-preface {
        background-image: url(bottom-preface-bg-mobile.jpg);
    }

    .map-widget__booble {
        position: static;
        width: 100%;
        padding: 30px 40px;
        margin-top: 10px;
    }

    .map-widget__booble-line {
        display: none;
    }

    .achievements {
        margin-top: 20px;
    }

    .achievements__item {
        font-size: 12px;
    }

    .map-widget__booble-list {
        font-size: 13px;
    }

    .map-widget__booble-list li + li {
        margin-top: 5px;
    }

    .map-widget__marker {
        display: none;
    }

    .map-widget__map-with-markers-holder {
        margin: 0 -15px 0;
    }

    .laboratory__mobile-images {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .laboratory__mobile-images img {
        border-radius: 15px;
    }

    .site-actions {
        position: static;
        margin-top: 40px;
        justify-content: center;
    }

    .form-grid { 
        grid-template-columns: 1fr; 
    }
    .field,
    .field--wide,
    .consent,
    .submit { 
        grid-column: 1; 
    }

    .section__body--contacts {
        margin-bottom: 36px;
    }

    .btn-md {
        width: 100%;
        min-height: clamp(34px, 56px, 56px);
        padding: 0 clamp(14px, 24px, 24px);
        font: 700 clamp(11px, 16px, 16px) / 1 Arial, sans-serif;
        border-radius: 8px;
    }

}

@media (max-width: 520px) {
    .site-actions {
        justify-content: row;
        flex-direction: column;
    }

    .site-actions > .btn {
        width: 100%;
    }
}

/* Feedback form state */
.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.form-status {
    display: none;
    grid-column: 1 / -1;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
}

.form-status.is-visible {
    display: block;
}

.form-status.is-success {
    color: #315b3a;
    background: #e8f3ea;
    border: 1px solid #b9d6bf;
}

.form-status.is-error {
    color: #7c2024;
    background: #fae9ea;
    border: 1px solid #e4b8bb;
}

.submit[disabled] {
    opacity: .65;
    cursor: wait;
    transform: none;
}

/* Privacy policy modal. The dialog reuses the site's .card style. */
.privacy-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1100;
    padding: 30px 15px;
    overflow-y: auto;
    align-items: center;
    justify-content: center;
}

.privacy-modal.is-open {
    display: flex;
}

.privacy-modal__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(20, 35, 40, .72);
}

.privacy-modal__card.card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 980px;
    max-height: calc(100vh - 60px);
    margin: auto;
    padding: 40px 50px;
    overflow-y: auto;
    background: #f5f5f5;
    border: 0;
    border-radius: 8px;
    text-align: left;
}

.privacy-modal__card > * {
    position: relative;
    z-index: 1;
}

.privacy-modal__card .section__subtitle {
    margin-bottom: 24px;
    text-align: left;
}

.privacy-modal__content {
    font-size: 14px;
    line-height: 1.55;
    margin-top: 30px;
}

.privacy-modal__content > :last-child {
    margin-bottom: 0;
}

.privacy-modal__close {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 2;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #41565f;
    font: 400 34px/34px Arial, sans-serif;
    cursor: pointer;
}

.privacy-modal__close:hover,
.privacy-modal__close:focus {
    color: #ed1c24;
    outline: 0;
}

body.with-loader.privacy-modal-open {
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .privacy-modal {
        padding: 15px;
    }

    .privacy-modal__card.card {
        max-height: calc(100vh - 30px);
        padding: 30px 25px;
        text-align: left;
    }

    .privacy-modal__card .section__subtitle {
        padding-right: 20px;
        text-align: left;
    }

    .privacy-modal__close {
        top: 12px;
        right: 12px;
    }
}

@media (max-width: 420px) {
    .captcha-row {
        align-items: stretch;
        flex-direction: column;
    }

    .captcha-row input {
        max-width: none;
    }
}
