body {
    background: #161010 url(../images/dist/bg.png) no-repeat 50% 50%/cover;
    background-attachment: fixed;
    color: #111;
    font-family: Inter, sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 24px;
    margin: 0;
    min-width: 360px;
    overflow-x: hidden;
    overscroll-behavior-y: none;
    position: relative
}

@media screen and (max-width: 767px) {
    body {
        background-attachment: scroll;
        background-position: -90px 0;
        background-size: auto 420px
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

* {
    max-height: 1000000px
}

.container {
    -ms-grid-columns: auto 96px 480px;
    -webkit-column-gap: 96px;
    -moz-column-gap: 96px;
    column-gap: 96px;
    display: -ms-grid;
    display: grid;
    grid-template-columns:auto 480px;
    margin: 0 auto;
    max-width: 1223px;
    min-height: 100%;
    padding: 0 48px;
    position: relative;
    width: 100%
}

.non-grid .container {
    display: block;
}

p {
    font-size: 20px;
    letter-spacing: 0.15px;
    line-height: 28px;
}

.card {
    background: white;
    padding: 32px;
}

.card p {
    margin: 0;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .container {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr);
        padding: 0
    }
}

.column {
    padding: 42px 0
}

@media screen and (max-width: 767px) {
    .column {
        padding: 0
    }
}

.sticky {
    padding: 0
}

.sticky__holder {
    padding: 48px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

@media screen and (max-width: 767px) {
    .sticky__holder {
        padding: 24px 24px 42px
    }
}

.logo {
    background: url(../images/dist/logo.svg) no-repeat 0 0/contain;
    display: block;
    font-size: 0;
    height: 61px;
    line-height: 0;
    margin-bottom: 48px;
    width: 109px
}

.logo a {
    display: block;
    height: 100%
}

@media screen and (max-width: 767px) {
    .logo {
        margin-bottom: 30px
    }
}

h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 36px;
    margin: 0
}

h1 a {
    border-bottom: 2px solid;
    color: #ffd500;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 18px;
        line-height: 28px
    }
}

.contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts, .contacts__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts__list {
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0
}

.contacts__list li {
    border-left: 1px solid hsla(0, 0%, 100%, .15);
    padding: 0 12px
}

.contacts__list li:first-child {
    border: 0;
    padding-left: 0
}

.contacts__list a {
    color: #fff;
    display: block;
    text-decoration: none
}

@media screen and (max-width: 767px) {
    .contacts {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: absolute;
        right: 24px;
        top: 24px;
        width: 168px;
        z-index: 20
    }

    .contacts:last-child {
        display: none
    }

    .contacts__list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .contacts__list li {
        border: 0;
        padding: 0
    }

    .contacts__list li:nth-child(2) {
        display: none
    }
}

.social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social a {
    display: block;
    height: 24px;
    margin-left: 12px;
    width: 24px
}

.social a:first-child {
    margin: 0
}

.social svg {
    display: block;
    height: 100%;
    width: 100%
}

.social .disabled {
    opacity: .5;
    pointer-events: none
}

@media screen and (max-width: 767px) {
    .social {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 18px
    }
}

.list {
    height: calc(100% - 48px);
    padding: 102px 0
}

.list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-columns: 72px 12px auto;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    cursor: pointer;
    display: -ms-grid;
    display: grid;
    grid-template-columns:72px auto;
    margin-bottom: 12px;
    padding: 24px
}

.list__item:last-child {
    margin-bottom: 0
}

.list__item strong {
    display: block;
    font-weight: 600;
    padding-bottom: 1px
}

.list__item span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px
}

.list__item span svg {
    display: block;
    margin-left: 6px
}

.list__icon {
    display: block;
    height: 72px;
    width: 72px
}

.list__icon img {
    display: block;
    height: 100%;
    width: 100%
}

@media screen and (max-width: 767px) {
    .list {
        height: auto;
        padding: 0
    }

    .list__item {
        border-bottom: 1px solid #e5e5e5;
        border-radius: 0;
        display: block;
        margin: 0;
        padding-bottom: 23px;
        padding-right: 0;
        position: relative
    }

    .list__item:last-child {
        border: 0
    }

    .list__item strong {
        padding: 0 0 0 30px
    }

    .list__icon {
        height: 24px;
        left: 24px;
        position: absolute;
        top: 24px;
        width: 24px
    }
}

.ui-tooltip {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    max-width: 552px;
    padding: 10px 12px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    z-index: 99995
}

.ui-helper-hidden-accessible {
    display: none !important
}

.snackbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    bottom: -144px;
    -webkit-box-shadow: 0 2px 5px black(.2);
    box-shadow: 0 2px 5px black(.2);
    color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    left: 48px;
    line-height: 24px;
    padding: 12px 21px 12px 16px;
    position: fixed;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-property: opacity, bottom, left, right, width, margin, border-radius;
    -o-transition-property: opacity, bottom, left, right, width, margin, border-radius;
    transition-property: opacity, bottom, left, right, width, margin, border-radius;
    z-index: 100;
    z-index: 99993
}

.snackbar .action-button {
    background: inherit;
    background: none;
    border: 0;
    color: red;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 0 60px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

@media screen and (max-width: 767px) {
    .snackbar {
        border-radius: 0;
        bottom: -72px;
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
        box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
        left: 0;
        padding: 24px;
        right: 0
    }
}

.call {
    background: #fff;
    border-radius: 50%;
    bottom: 20px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    display: none;
    height: 60px;
    padding: 18px;
    position: fixed;
    right: 20px;
    -webkit-transition: bottom .3s ease;
    -o-transition: bottom .3s ease;
    transition: bottom .3s ease;
    width: 60px;
    z-index: 50
}

.call svg {
    display: block
}

.modal p {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .call {
        display: block
    }

    .call.bottom {
        bottom: 92px
    }
}