@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;
}

#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';
}

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

#contacts: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;
}

#contacts,
#contacts .section__subtitle,
#contacts a:not(.btn) {
    color: #41565f;
}

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

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

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

#contacts .section__subtitle {
    margin-top: 10px !important;
}

.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;
}

.contacts__expertise-text {
    font-size: 14px;
    padding: 0 0 0 30px;
    border-left: 5px solid rgba(0,0,0,.1);
    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,.15);
}

#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;
}


@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 {        
        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;
    }
    .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;
    }

    #contacts {
        padding: 30px 40px;
        text-align: center;
    }
    #contacts .section__body {
        margin-top: 20px;
    }
    .contacts__address {
        font-size: 15px;
    }
    #contacts .section__subtitle {
        font-size: 18px;
    }
    .section__body--expertise {
        margin-top: 20px !important;
    }
    .contacts__phone {
        margin-top: 10px;
        font-size: 22px;
    }
    .contacts__email {
        margin-top: 7px;
        font-size: 14px;
    }
    #contacts .section__subtitle--expertise {
        margin-top: 30px !important;
    }

    .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;
    }
}
