@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import "advantage.css";
@import "service.css";
@import "slide.css";
@import "values.css";

* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    --color-bg: #212121;
    background: #212121;
    font-size: 14px;
    color: #fff;
}
header {
    padding-top: 30px;
    margin-bottom: 15px;
}
header.header-main {
    padding-top: 0;
    margin-bottom: 0;
}

.footer-bottom {
    margin: 20px 0 10px 0;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul a {
    font-size: 20px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 400;
    box-sizing:border-box;
}

nav ul a:hover, nav ul strong {
    font-weight: 400;
    font-size: 20px;
    color: #0B8EBE;
}

.logo img {
    width: 100%;
}

header .logo img {
    max-width: 250px;
}

.contacts-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact-item {
   
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.contact-item iconify-icon {
    margin-right: 10px;
    font-size: 14px;
}

.contact-item-phone {
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
}

a.btn, button.btn {
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 12px 19px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    background: none;
}

a.btn:hover, button.btn:hover,
a.btn-revert {
    background: #fff;
    color: #222;
    cursor: pointer;
}

a.btn-revert:hover {
    cursor: pointer;
    background: none;
    color: #FFFFFF;
}

.menu-container {
    padding: 15px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

footer {
    margin-top: 80px;
}

.logo-desc {
    font-weight: 300;
    font-size: 14px;
    margin-left: 26px;
    max-width: 208px;
}

.logo-container {
    display: flex;
}

footer .logo img {
    max-width: 198px;
}

.sWay a, .sWay strong {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    font-size: 13px;
}

.sWay strong {
    color: #0B8EBE;
}

h1 {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.container-header {
    margin-bottom: 30px;
}

.container-desc {
    margin-top: 20px;
    max-width: 530px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.container-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 27px;
    justify-content: space-between;
    align-items: center;
}

.container-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #0B8EBE;
    border-radius: 10px;
}
.about-container .btn-container .btn:first-child {
    margin-right: 20px;
}

.about-image img {
    width: 100%;
}

.form-body {
    border-left: 1px solid #fff;
    padding-left: 43px;
}

.footer-callback-form_header {
    display: grid;
    height: 100%;
}

.footer-callback-form_header .title {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    align-self: center;
    color: #FFFFFF;
}

.form-body-text {
    max-width: 302px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.form-action__input input {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    background: none;
    height: 60px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    width: 100%;
}

.form-action__input input:first-child {
    margin-bottom: 15px;
}

.form-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-policy {
    font-size: 12px;
    margin-left: 30px;
    line-height: 16px;
}

.form-policy a {
    color: #fff;
}


/******/

.unbutton {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
}

.unbutton:focus {
    outline: none;
}

.frame {
    position: absolute;
    text-align: center;
    z-index: 500;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 2rem;
    pointer-events: none;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: 'title sponsor' '... ...' '... ...';
}

.frame a,
.frame button {
    pointer-events: auto;
}

.frame__title {
    grid-area: title;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    width: 14rem;
}

.frame__title-main {
    font-size: 1rem;
    margin: 0;
    font-weight: 400;
}

.frame__title-back {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.frame__title-back span {
    display: none;
}

.frame__title-back svg {
    fill: var(--color-link);
}

.frame__title-back:hover svg,
.frame__title-back:focus svg {
    fill: var(--color-link-hover);
}

.frame__title-prev {
    margin-top: 0.5rem;
}

.content {
    position: relative;
}

.content--centered {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content__title {
    line-height: 0.9;
    font-family: scotch-display, serif;
    font-weight: 400;
    font-style: normal;
}

.content__title--right {
    text-align: right;
}

.text-light {
    color: var(--color-bg);
}

.content__title-pre {
    display: block;
    font-size: clamp(2rem,10vw,7rem);
    font-weight: 400;
    font-style: normal;
}

.content__title-pre--offset {
    margin-left: 12vw;
}

.content__title em {
    font-weight: bold;
}

.content__title-main {
    font-size: 11vw;
    margin: 0;
}

.content__scroll {
    position: absolute;
    bottom: 0;
    padding-bottom: 6rem;
    margin-top: 10vh;
}

.content__scroll::before,
.content__scroll::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 3rem;
    background: currentColor;
    left: 50%;
    top: 3rem;
}

.content__scroll::after {
    background: var(--color-bg);
    height: 0.25rem;
    top: 5rem;
}

.content__bg {
    width: 100%;
    height: 780px;
    position: relative;
    display: grid;
    place-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.content__bg--bottom {
    background-position: 50% 100%;
}

.separator {
    display: block;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    width: 100%;
    height: 150px;
    fill: var(--color-bg);
}

.separator--center {
    top: 10vh;
    height: 300px;
    opacity: 0.2;
}

.separator--up {
    top: -1px;
}

.separator--down {
    bottom: -1px;
}

.separator--solo {
    position: relative;
    height: auto;
    width: calc(100% + 5px);
    margin-left: -2.5px;
}

.separator--line {
    fill: none;
    stroke: #000;
    stroke-width: 1px;
}

.separator--line-light {
    fill: none;
    stroke: var(--color-bg);
    stroke-width: 1px;
}

.content__stacked {
    padding: 20vh 10vw 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content__interlude {
    font-family: ab-appare, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7vw;
    writing-mode: vertical-rl;
}

.content__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    align-items: end;
}

.content__text--left {
    text-align: left;
}

.content__text h2 {
    font-size: clamp(1.75rem,10vw,7rem);
    font-weight: 400;
    font-family: scotch-display, serif;
    margin: 0;
    line-height: 0.85;
}

.content__text p {
    line-height: 1.5;
    max-width: 40ch;
    font-size: 1.25rem;
}

.content__sides {
    display: grid;
    grid-gap: 6vw;
    grid-template-columns: 100%;
    padding: 10vh 10vw 30vh;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.content__sides--nogap {
    grid-gap: 0;
    padding-bottom: 0;
}

.content__sides .image-clip {
    max-width: 100%;
    justify-self: center;
}

.content--grid {
    justify-items: center;
    padding: 20vh 10vw 30vh;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-gap: 10vw;
    max-width: 1200px;
    margin: 0 auto;
}

.content__img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.footer {
    background: #000;
    position: relative;
    color: #fff;
    --color-link: #988c6c;
    --color-link-hover: #fff;
}

.credits {
    font-size: clamp(1.75rem,3vw,3rem);
    font-weight: 400;
    font-family: scotch-display, serif;
    padding: 10vh 0;
    text-align: center;
}

.image-clip {
    max-width: 100%;
    height: auto;
}

.image-clip--offset {
    margin-top: -20%;
}

.values-image {
    text-align: center;
    margin-bottom: 30px;
}

.values-image img {
    height: 300px;
    object-fit: contain;
}

/*mobile version*/
/*mobile menu*/
.mobilemenu {
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    transition: visibility 0s .3s
}

.mobilemenu, .mobilemenu__backdrop {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.mobilemenu__backdrop {
    position: absolute;
    background: #3d464d;
    opacity: 0;
    transition: opacity .3s
}

.mobilemenu__body {
    position: absolute;
    top: 0;
    width: 290px;
    height: 100%;
    background: #222;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    transition: transform .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    transform: translateX(calc(-100% * 1 - 30px * 1))
}

.mobilemenu__header {
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #b1b1b1
}

.mobilemenu__title {
    padding: 0 20px;
    font-weight: 700;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mobilemenu__close {
    border: none;
    background: transparent;
    height: 54px;
    width: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    fill: #fff;
    transition: fill .2s;
    border-left: 1px solid #b1b1b1
}

.mobilemenu__close i {
    color: #fff;
}

.mobilemenu__close:focus {
    outline: none
}

.mobilemenu__close:focus, .mobilemenu__close:hover {
    fill: #3d464d
}

.mobilemenu__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.mobilemenu--open {
    visibility: visible;
    transition-delay: 0s
}

.mobilemenu--open .mobilemenu__backdrop {
    opacity: .9
}

.mobilemenu--open .mobilemenu__body {
    transform: translateX(0)
}

.mobilemenu__content a, .mobilemenu__content strong {
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
}

.text-container {
    display: none;
}
.mobilemenu__content ul {
    display: block;
}
.mobilemenu__content li {
    height: 48px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #b1b1b1;
}

.mobilemenu__content strong {
    background: #222;
    color: #2ac9f9;
    width: 100%;
    display: flex;
    align-self: baseline;
    align-items: center;
    box-sizing: border-box;
    height: 48px;
    border-bottom: 1px solid #fff;
}

.logo-header__image img {
    height: 50px;
    object-fit: contain;
    width: 100%;
}


.container.mobile .logo {
    width: 180px;
}

.container.mobile .logo img {
    width: 100%;
}

.mobile header .logo {
    width: 223px;
    margin: 0 auto;
}

header .logo img {
    width: 100%;
}

.mobile .contact-item {
    margin-right: 10px;
}


@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {
    header .logo {
        text-align: center;
    }
    .contacts-container {
        justify-content: center;
        margin-top: 10px;
    }
}

@media screen and (max-width: 992px) {
    .values-container-block {
        justify-items: flex-start;
        grid-row-gap: 30px;
        grid-column-gap: 30px;
        background: none;
    }

    .contact-item {
        margin-bottom: 10px;
    }

    .values-container-block .values:nth-child(odd) {
        text-align: left;
    }
    .logo-container {
        margin-bottom: 20px;
    }
    .form-body {
        border: 0;
        padding: 0;
    }
    .footer-callback-form_header {
        margin-bottom: 30px;
    }
    .contacts-container{
        flex-wrap: wrap;
    }

    .slide {
        align-items: center;
    }

    .slide-title {
        max-width: none;
        font-size: 40px;
    }
    .slide-body {
        max-width: none;
    }
    .slide-image {
        width: auto;
    }
    .slide-image img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
}

@media screen and (max-width: 768px) {
    .slide{
        flex-wrap: wrap;
    }

    .services-container, .footer-callback-form, .about-container, .values-container {
        margin-top: 45px;
    }

    .about-image {
        margin-top: 30px;
    }

    .advantages-about-container .advantage-title {
        font-size: 25px;
    }
    .contact-item {
        font-size: 16px;
        font-weight: 600;
        max-width: none;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .container-title::after {
        content: '';
        display: none;
    }

    .slide-title {
        font-size: 35px;
    }

    .content__bg {
        height: 720px;
    }

    .mobile .contact-item {
        margin-right: 0;
    }

    .contact-item {
        font-size: 14px;
    }

    .slide-image img {
        height: 240px;
    }

    .header-slider-block .bx-controls {
        display: none;
    }

    .advantages-container {
        margin-top: 40px;
    }

    footer nav ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    footer nav ul li {
        margin-right: 10px;
    }

    .container-header {
        margin-bottom: 18px;
    }

    h1 {
        font-weight: 700;
        font-size: 32px;
    }
}

@media screen and (max-width: 400px) {
    .advantages-about-container .advantage-title {
        font-size: 20px;
    }
    .advantages-about-container {
        display: grid;
        grid-template-columns: repeat(auto-fit,100px);
        justify-content: flex-start;
        grid-gap: 10px;
    }
    .values-container-block {
        grid-template-columns: 1fr;
    }

    .container-title {
        font-size: 30px;
    }
}



