@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);

html {
    transition: none !important;
    background: #142024
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

@font-face {
    font-family: WWF;
    font-display: swap;
    src: url(../../fonts/wwf.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Bill;
    font-display: swap;
    src: url(../../fonts/bill.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Bill-1;
    font-display: swap;
    src: url(../../fonts/bill-1.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Bill-2;
    font-display: swap;
    src: url(../../fonts/bill-2.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Bill-3;
    font-display: swap;
    src: url(../../fonts/bill-3.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Bill-4;
    font-display: swap;
    src: url(../../fonts/bill-4.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Bill-5;
    font-display: swap;
    src: url(../../fonts/bill-5.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Bill-6;
    font-display: swap;
    src: url(../../fonts/bill-6.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Bill-7;
    font-display: swap;
    src: url(../../fonts/bill-7.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Bill-9;
    font-display: swap;
    src: url(../../fonts/bill-9.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Bill-8;
    font-display: swap;
    src: url(../../fonts/bill-8.ttf);
    font-style: normal;
    font-weight: 400
}

body {
    font-family: WWF, sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
    transition: none !important
}

select {
    display: none
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

button,
input,
textarea {
    border: none;
    background: 0 0
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: 0
}

.banner-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 15px
}

@media (max-width:1279px) {
    .banner-links {
        grid-template-columns: 1fr
    }
}

.banner-link-img {
    width: 100%;
    display: block;
    height: 250px
}

.banner-link:hover .banner-link-img {
    filter: drop-shadow(0 0 6px rgba(48, 134, 212, .3))
}

.banner-link-title {
    font-size: 25px;
    margin-top: 5px
}

.banner-link:hover .banner-link-title {
    color: #1d519d
}

.bill {
    width: 100%;
    padding-top: 50px;
    background-color: #fff
}

.bill__main {
    height: auto;
    width: 100%;
    background: url(../../img/bill__background.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-position: bottom center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0
}

@media (max-width:1023px) {
    .bill__main {
        padding-top: 50px;
        background-position: top center !important;
        background-size: auto 120% !important
    }
}

.bill__title {
    font-size: 50px;
    margin-bottom: 40px;
    text-transform: uppercase
}

.bill__block-img {
    width: 343px;
    font-family: Bill-1, sans-serif;
    font-family: Bill-2, sans-serif;
    font-family: Bill-3, sans-serif;
    font-family: Bill-4, sans-serif;
    font-family: Bill-5, sans-serif;
    background: #fff;
    color: #6c40a3;
    letter-spacing: -.08em;
    padding: 20px;
    font-weight: 600;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2)
}

@media (max-width:1023px) {
    .bill__block-img {
        width: 320px;
        padding: 20px 7px;
        overflow: hidden;
        letter-spacing: -1px
    }
}

.bill__block-img-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600
}

.bill__block-img-separator {
    font-size: 11px;
    font-weight: 700;
    margin: 12px -10px;
    width: calc(100% + 20px);
    overflow: hidden;
    letter-spacing: -.1em
}

.bill__block-img-date {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: baseline;
    margin-bottom: 10px
}

.bill__block-img-date-name {
    font-size: 16px
}

.bill__block-img-date-value {
    margin-left: .2em;
    font-size: 18px
}

.bill__block-img-number {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: baseline;
    margin-bottom: 30px
}

.bill__block-img-number-name {
    font-size: 16px
}

.bill__block-img-number-value {
    margin-left: .2em;
    font-size: 18px
}

.bill__block-img-subtitle {
    font-size: 11px;
    font-weight: 600;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
    margin-bottom: 20px
}

.bill__block-img-row {
    font-size: 11px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
    font-weight: 600;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    position: relative
}

@media (max-width:1023px) {
    .bill__block-img-row {
        font-size: 10px;
        margin-bottom: 20px;
        cursor: pointer
    }

    .bill__block-img-row * {
        cursor: pointer
    }
}

.bill__block-hint {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1
}

.bill__block-img-row.active .bill__block-hint {
    background: rgba(58, 47, 106, .2)
}

.bill__block-hint-marker {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bill__block-hint-marker-small {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3086d4;
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

.bill__block-img-row.active .bill__block-hint-marker-small {
    background: #6c40a3
}

@media (max-width:1023px) {
    .bill__block-img-row.active .bill__block-hint-marker-small {
        background: 0 0
    }
}

@media (max-width:1023px) {
    .bill__block-hint-marker-small {
        background: 0 0
    }
}

.bill__block-hint--1 .bill__block-hint-marker-small {
    left: 8px
}

@media (max-width:1023px) {
    .bill__block-hint--1 .bill__block-hint-marker-small {
        left: auto;
        right: 8px
    }
}

.bill__block-hint--2 .bill__block-hint-marker-small {
    left: 8px
}

@media (max-width:1023px) {
    .bill__block-hint--2 .bill__block-hint-marker-small {
        left: auto;
        right: 8px
    }
}

.bill__block-hint--3 .bill__block-hint-marker-small {
    left: 8px
}

@media (max-width:1023px) {
    .bill__block-hint--3 .bill__block-hint-marker-small {
        left: auto;
        right: 8px
    }
}

.bill__block-hint--4 .bill__block-hint-marker-small {
    right: 8px
}

.bill__block-hint--5 .bill__block-hint-marker-small {
    right: 8px
}

.bill__block-hint--6 .bill__block-hint-marker-small {
    right: 8px
}

.bill__block-hint-marker-line {
    width: 97px;
    height: 97px;
    position: absolute
}

@media (max-width:1023px) {
    .bill__block-hint-marker-line {
        display: none
    }
}

.bill__block-hint-marker-line:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff
}

.bill__block-img-row.active .bill__block-hint-marker-line:after {
    background: #6c40a3
}

.bill__block-hint--1 .bill__block-hint-marker-line {
    left: calc(8px - 97px);
    bottom: 12px
}

.bill__block-hint--1 .bill__block-hint-marker-line:after {
    mask: url(../../img/Line1.svg);
    -webkit-mask: url(../../img/Line1.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.bill__block-hint--2 .bill__block-hint-marker-line {
    left: calc(8px - 97px);
    top: 50%;
    transform: translateY(-50%)
}

.bill__block-hint--2 .bill__block-hint-marker-line:after {
    mask: url(../../img/Line2.svg);
    -webkit-mask: url(../../img/Line2.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.bill__block-hint--3 .bill__block-hint-marker-line {
    left: calc(8px - 97px);
    top: 10px
}

.bill__block-hint--3 .bill__block-hint-marker-line:after {
    mask: url(../../img/Line1.svg);
    -webkit-mask: url(../../img/Line1.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important;
    transform: scaleY(-1)
}

.bill__block-hint--4 .bill__block-hint-marker-line {
    right: calc(8px - 97px);
    bottom: 12px
}

.bill__block-hint--4 .bill__block-hint-marker-line:after {
    mask: url(../../img/Line1.svg);
    -webkit-mask: url(../../img/Line1.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important;
    transform: scaleX(-1)
}

.bill__block-hint--5 .bill__block-hint-marker-line {
    right: calc(8px - 97px);
    top: 50%;
    transform: translateY(-50%)
}

.bill__block-hint--5 .bill__block-hint-marker-line:after {
    mask: url(../../img/Line2.svg);
    -webkit-mask: url(../../img/Line2.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.bill__block-hint--6 .bill__block-hint-marker-line {
    right: calc(8px - 97px);
    top: 10px
}

.bill__block-hint--6 .bill__block-hint-marker-line:after {
    mask: url(../../img/Line1.svg);
    -webkit-mask: url(../../img/Line1.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important;
    transform: scaleY(-1) scaleX(-1)
}

.bill__block-hint-marker-big {
    width: 50px;
    height: 50px;
    position: absolute;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.bill__block-hint--1 .bill__block-hint-marker-big {
    left: -97px;
    bottom: 97px;
    transform: translate(-90%, 30%)
}

.bill__block-hint--2 .bill__block-hint-marker-big {
    left: -97px;
    bottom: 0;
    transform: translate(-90%, 21%)
}

.bill__block-hint--3 .bill__block-hint-marker-big {
    left: -97px;
    top: 97px;
    transform: translate(-90%, -36%)
}

.bill__block-hint--4 .bill__block-hint-marker-big {
    right: -97px;
    bottom: 97px;
    transform: translate(90%, 30%)
}

.bill__block-hint--5 .bill__block-hint-marker-big {
    right: -97px;
    bottom: 0;
    transform: translate(90%, 21%)
}

.bill__block-hint--6 .bill__block-hint-marker-big {
    right: -97px;
    top: 97px;
    transform: translate(90%, -36%)
}

@media (max-width:1023px) {
    .bill__block-hint-marker-big {
        width: 30px;
        height: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        left: auto !important;
        right: 13px !important;
        top: 45% !important;
        transform: translateY(-50%) !important
    }
}

.bill__block-hint-marker-big-img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #3086d4;
    position: relative;
    border-radius: 50%
}

@media (max-width:1023px) {
    .bill__block-hint-marker-big-img {
        width: 100%;
        height: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
}

.bill__block-img-row.active .bill__block-hint-marker-big-img {
    background: #6c40a3
}

.bill__block-hint-marker-big-img:after {
    content: '';
    position: absolute;
    display: block;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px)
}

@media (max-width:1023px) {
    .bill__block-hint-marker-big-img:after {
        left: 55% !important
    }
}

.bill__block-hint--1 .bill__block-hint-marker-big-img:after {
    mask: url(../../img/bill-hint-1.svg);
    -webkit-mask: url(../../img/bill-hint-1.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.bill__block-hint--2 .bill__block-hint-marker-big-img:after {
    mask: url(../../img/bill-hint-2.svg);
    -webkit-mask: url(../../img/bill-hint-2.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.bill__block-hint--3 .bill__block-hint-marker-big-img:after {
    mask: url(../../img/bill-hint-3.svg);
    -webkit-mask: url(../../img/bill-hint-3.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.bill__block-hint--4 .bill__block-hint-marker-big-img:after {
    mask: url(../../img/bill-hint-4.svg);
    -webkit-mask: url(../../img/bill-hint-4.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.bill__block-hint--5 .bill__block-hint-marker-big-img:after {
    mask: url(../../img/bill-hint-5.svg);
    -webkit-mask: url(../../img/bill-hint-5.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.bill__block-hint--6 .bill__block-hint-marker-big-img:after {
    mask: url(../../img/bill-hint-6.svg);
    -webkit-mask: url(../../img/bill-hint-6.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.bill__block-hint-block {
    background: #fff;
    width: 285px;
    position: absolute;
    padding: 20px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    opacity: 0;
    visibility: hidden;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300
}

.bill__block-img-row.active .bill__block-hint-block {
    opacity: 1;
    visibility: visible
}

.bill__block-hint--1 .bill__block-hint-block {
    left: -155px;
    transform: translateX(-100%);
    top: -120px
}

.bill__block-hint--2 .bill__block-hint-block {
    left: -155px;
    transform: translateX(-100%);
    top: calc(-120px / 2)
}

.bill__block-hint--3 .bill__block-hint-block {
    left: -155px;
    transform: translateX(-100%);
    top: calc(120px / 2)
}

.bill__block-hint--4 .bill__block-hint-block {
    right: -155px;
    transform: translateX(100%);
    top: -120px
}

.bill__block-hint--5 .bill__block-hint-block {
    right: -155px;
    transform: translateX(100%);
    top: calc(-120px / 2)
}

.bill__block-hint--6 .bill__block-hint-block {
    right: -155px;
    transform: translateX(100%);
    top: calc(120px / 2)
}

@media (max-width:1023px) {
    .bill__block-hint-block {
        position: fixed !important;
        width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: -70px !important;
        padding-bottom: 70px !important;
        transform: translateY(70px) !important;
        z-index: 100 !important;
        background: #fff !important;
        cursor: pointer
    }

    .bill__block-hint-block:after {
        display: block;
        content: 'Закрыть';
        font-size: 20px;
        margin-top: 30px;
        cursor: pointer
    }
}

.bill__block-hint-block-title {
    margin-bottom: 10px
}

.bill__block-hint-block-title span {
    font-weight: 700
}

.bill__block-hint-list-item {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative
}

.bill__block-hint-list-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3086d4;
    left: 0;
    top: 5px
}

.bill__block-img-subtitle-2 {
    margin-top: 30px
}

.bill__block-img-text {
    font-size: 13px;
    line-height: 18px
}

.bill__block-img-logo {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    background: url(../../img/logo.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.bill__footer {
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:1023px) {
    .bill__footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.bill__footer-title {
    font-size: 20px;
    text-align: center
}

.bill__footer-button {
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    cursor: pointer;
    font-size: 27px;
    transition: all .2s ease-out !important;
    margin: 20px auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    white-space: nowrap;
    border: 2px dashed #6c40a3;
    padding: 8px
}

.bill__footer-button:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #3086d4;
    border-radius: 50%;
    right: -20px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:1023px) {
    .bill__footer-button:after {
        display: none
    }
}

.bill__footer-button:hover {
    transform: scale(1.05)
}

@media (max-width:1023px) {
    .bill__footer-button {
        font-size: 27px
    }
}

.content {
    min-height: 100vh;
    padding-top: 100px;
    background: linear-gradient(to bottom, #f7fbff, #e7f1f9);
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 50px
}

.content--no-back {
    background: 0 0
}

.content:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../img/cloud-content.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-position: bottom center !important
}

.content--no-back:after {
    display: none
}

.content__inner {
    position: relative;
    z-index: 2
}

.content img {
    width: 100%;
    height: auto;
    /* margin-bottom: 20px */
}

.content h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 30px
}

@media (max-width:1023px) {
    .content h1 {
        font-size: 50px
    }
}

.content h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400
}

@media (max-width:1023px) {
    .content h2 {
        text-align: left
    }
}

.content h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400
}

.content h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400
}

.content h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400
}

.content p {
    font-family: "Open Sans", sans-serif;
    margin: 15px 0
}

.content p img {
    display: inline;
    width: auto;
    height: auto
}

.content .title-background {
    height: 350px;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    margin: 30px 0;
    font-size: 62px;
    align-items: flex-end;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-top: 50px
}

.content .title-background--first {
    margin-top: -50px;
    height: 500px
}

@media (max-width:1023px) {
    .content .title-background {
        padding: 15px
    }
}

.content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.content li {
    padding-left: 30px;
    margin: 30px 0;
    position: relative
}

.content li:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background: url(../../img/tick.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.fifth-screen {
    width: 100vw;
    position: absolute;
    top: 200vh;
    left: 5000px;
    transition: none !important;
    padding: 30px 15px
}

@media (max-width:1023px) {
    .fifth-screen {
        padding: 0;
        padding-top: 30px
    }
}

.fifth-screen--page {
    padding-top: 100px;
    position: relative;
    left: auto;
    top: auto;
    width: 100%
}

.fifth-screen__title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 62px
}

@media (max-width:1023px) {
    .fifth-screen__title {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 41px;
        padding-bottom: 0
    }
}

@media (max-width:359px) {
    .fifth-screen__title {
        font-size: 36px
    }
}

.fifth-screen__partners {
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0
}

@media (max-width:1023px) {
    .fifth-screen__partners {
        width: 100%;
        padding: 0 15px
    }
}

.fifth-screen__partners-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    padding-bottom: 15px
}

.fifth-screen__partners-title--big {
    font-size: 36px
}

.fifth-screen__partners-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 25px;
    width: 100%;
    padding-bottom: 40px
}

@media (max-width:1023px) {
    .fifth-screen__partners-items {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px
    }
}

.fifth-screen--page .fifth-screen__partners-items {
    grid-template-columns: 1fr
}

@media (max-width:1023px) {
    .fifth-screen--page .fifth-screen__partners-items {
        grid-gap: 40px
    }
}

.fifth-screen__partners-item {
    background: #fff;
    height: 95px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.fifth-screen--page .fifth-screen__partners-item {
    display: grid;
    grid-template-columns: 167px 733px;
    margin-right: auto;
    grid-gap: 30px;
    padding: 0;
    background: 0 0;
    align-items: flex-start;
    height: auto
}

@media (max-width:1023px) {
    .fifth-screen--page .fifth-screen__partners-item {
        grid-template-columns: 1fr;
        grid-gap: 15px
    }
}

.fifth-screen__partners-item:hover {
    box-shadow: 0 0 27px 0 rgba(2, 103, 217, .71)
}

.fifth-screen--page .fifth-screen__partners-item:hover {
    box-shadow: none
}

.fifth-screen__partners-item-img {
    background: #fff;
    height: 95px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

@media (max-width:1023px) {
    .fifth-screen__partners-item-img {
        width: 167px
    }
}

.fifth-screen__partners-item-text {
    color: #fff
}

.fifth-screen__partners-item-name {
    font-size: 32px;
    line-height: 26px;
    margin-bottom: 15px
}

@media (max-width:1023px) {
    .fifth-screen__partners-item-name {
        font-size: 21px
    }
}

.fifth-screen__partners-item-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 20px
}

.fifth-screen__partners-item-desc-text {
    height: 20px;
    overflow: hidden;
    position: relative;
    transition: all .3s linear
}

@media (max-width:1023px) {
    .fifth-screen__partners-item-desc-text {
        height: 80px
    }
}

.fifth-screen__partners-item-desc--hide .fifth-screen__partners-item-desc-inner {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (max-width:1023px) {
    .fifth-screen__partners-item-desc--hide .fifth-screen__partners-item-desc-inner {
        white-space: normal
    }
}

.fifth-screen__partners-item-desc-inner-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.fifth-screen__partners-item-desc-button {
    display: none
}

.fifth-screen__partners-item-desc.active .fifth-screen__partners-item-desc-button {
    display: flex;
    cursor: pointer;
    width: fit-content;
    margin-top: 10px
}

.fifth-screen__partners-item-desc-button-text {
    border-bottom: 1px dotted #fff
}

.fifth-screen__partners-item-desc-button-text--show {
    display: none
}

.fifth-screen__partners-item-desc--hide .fifth-screen__partners-item-desc-button-text--show {
    display: block
}

.fifth-screen__partners-item-desc-button-text--hide {
    display: none
}

.fifth-screen__partners-item-desc--show .fifth-screen__partners-item-desc-button-text--hide {
    display: block
}

.fifth-screen__partners-item-logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center
}

.fifth-screen__partners-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    position: relative;
    width: fit-content;
    padding-right: 40px
}

.fifth-screen__partners-link:before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    left: 0;
    height: 2px;
    background: #fff;
    bottom: 2px
}

.fifth-screen__partners-link:after {
    content: '';
    position: absolute;
    display: block;
    width: 26px;
    right: 0;
    height: 26px;
    background: url(../../img/circle-arrow.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    bottom: 2px
}

.first-screen {
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #f7fbff, #bbd5ea);
    position: relative;
    overflow: hidden
}

.first-screen * {
    transition: opacity 2s linear, transform 150ms linear !important
}

@media (max-width:767px) {
    .first-screen * {
        transition: opacity 1.5s linear, transform 1.5s linear !important
    }
}

@media (max-width:767px) {
    .first-screen {
        width: 100vw;
        transition: none !important
    }
}

.first-screen__main-cloud {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20vw;
    width: 100%;
    background: url(../../img/main-cloud.png);
    background-size: 100% 100%;
    transition: none !important
}

.first-screen__main-cloud:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 300vh;
    background: #fff;
    left: 0;
    top: 100%
}

.first-screen__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:767px) {
    .first-screen__block {
        width: 100%;
        height: 100%
    }
}

.first-screen__main {
    display: grid;
    grid-template-columns: 30vw 24.3vw;
    grid-gap: 5.5vw;
    padding-right: 4vw;
    align-items: center;
    z-index: 2;
    position: relative
}

@media (max-width:767px) {
    .first-screen__main {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-right: 0;
        width: 100%;
        height: 100%
    }
}

.first-screen__img-block {
    width: 100%;
    height: 30vw;
    position: relative;
    opacity: .001
}

.first-screen--step-1 .first-screen__img-block {
    opacity: 1
}

@media (max-width:767px) {
    .first-screen__img-block {
        width: 300px;
        height: 300px
    }

    .first-screen--step-3 .first-screen__img-block {
        opacity: .5
    }
}

.first-screen__img-block-planet {
    position: absolute;
    width: 100%;
    height: 100%;
    mask: url(../../img/circle.svg);
    -webkit-mask: url(../../img/circle.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

@media (max-width:767px) {
    .first-screen--step-3 .first-screen__img-block-planet {
        opacity: 0
    }
}

.first-screen__img-start {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../img/planet-start.jpg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    z-index: 1
}

.first-screen--step-2 .first-screen__img-start {
    opacity: .001
}

.first-screen__img-final {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../img/planet-final.jpg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    opacity: .001
}

.first-screen--step-2 .first-screen__img-final {
    opacity: 1
}

.first-screen__img-sign {
    top: 14vh;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../img/first-sign.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    z-index: 1;
    opacity: .001;
    transform: scale(2.5) translateY(-30%);
    transition: all .4s ease-in !important
}

@media (max-width:767px) {
    .first-screen__img-sign {
        width: 300px;
        height: 300px;
        top: 50%;
        transform: scale(1) translateY(-50%);
        background: url(../../img/cancel-sign.svg);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important
    }
}

@media (max-width:767px) {
    .first-screen--step-1 .first-screen__img-sign {
        filter: brightness(.5)
    }
}

@media (max-width:767px) {
    .first-screen--step-2 .first-screen__img-sign {
        transform: scale(1) translateY(-50%);
        opacity: 1
    }
}

.first-screen--step-3 .first-screen__img-sign {
    opacity: 1;
    transform: scale(1)
}

@media (max-width:767px) {
    .first-screen--step-3 .first-screen__img-sign {
        opacity: 0;
        transform: scale(1) translateY(-50%)
    }
}

.first-screen__img-cloud-start {
    top: 14vh;
    position: absolute;
    width: 200%;
    height: 100%;
    left: -50%;
    background: url(../../img/cloud-start.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.first-screen--step-2 .first-screen__img-cloud-start {
    opacity: .001
}

.first-screen__img-cloud-final {
    position: absolute;
    opacity: .001
}

.first-screen__img-cloud-final--1 {
    top: 1vh;
    width: 200%;
    height: 100%;
    left: -79%;
    background: url(../../img/cloud-new-1.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

@media (max-width:767px) {
    .first-screen__img-cloud-final--1 {
        filter: brightness(0);
        top: -36%;
        left: -36%
    }
}

.first-screen__img-cloud-final--2 {
    top: 19vh;
    width: 200%;
    height: 100%;
    left: 0;
    background: url(../../img/cloud-new-2.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

@media (max-width:767px) {
    .first-screen__img-cloud-final--2 {
        filter: brightness(0);
        top: 5vh;
        left: -50%
    }
}

.first-screen__img-cloud-final--3 {
    top: 31vh;
    width: 200%;
    height: 83%;
    left: -107%;
    background: url(../../img/cloud-new-3.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.first-screen__img-cloud-final--4 {
    top: -1vh;
    width: 200%;
    height: 100%;
    left: -4%;
    z-index: -1;
    background: url(../../img/cloud-new-4.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.first-screen--step-2 .first-screen__img-cloud-final {
    opacity: 1
}

.first-screen__desc {
    max-width: 20vw;
    transform: scale(1.1)
}

@media (max-width:767px) {
    .first-screen__desc {
        position: absolute;
        max-width: 100%;
        width: 100%;
        height: 100%;
        text-align: center;
        left: 0;
        top: 0;
        transform: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 70px;
        padding-bottom: 0;
        z-index: 1
    }
}

.first-screen__desc-title-1 {
    font-size: 2.65vw;
    line-height: 2.2vw;
    opacity: .001
}

.first-screen--step-1 .first-screen__desc-title-1 {
    opacity: 1
}

@media (max-width:767px) {
    .first-screen--step-1 .first-screen__desc-title-1 {
        opacity: .001;
        color: #000
    }
}

@media (max-width:767px) {
    .first-screen__desc-title-1 {
        font-size: 47px;
        line-height: 35px;
        color: #000;
        opacity: .001
    }

    .first-screen--step-3 .first-screen__desc-title-1 {
        opacity: 1
    }
}

.first-screen__desc-title-2 {
    font-size: 3.6vw;
    padding-bottom: 1vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: .001
}

.first-screen--step-1 .first-screen__desc-title-2 {
    opacity: 1
}

@media (max-width:767px) {
    .first-screen--step-1 .first-screen__desc-title-2 {
        opacity: .001;
        color: #000
    }
}

@media (max-width:767px) {
    .first-screen__desc-title-2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: #000;
        margin-top: -16px;
        margin-bottom: -15px;
        opacity: .001
    }

    .first-screen--step-3 .first-screen__desc-title-2 {
        opacity: 1
    }
}

.first-screen__desc-title-2-tag {
    font-size: 5vw;
    margin-top: -.6vw
}

@media (max-width:767px) {
    .first-screen__desc-title-2-tag {
        line-height: normal;
        font-size: 62px;
        margin-top: 8px
    }
}

.first-screen__desc-title-2-text {
    font-size: 3.6vw
}

@media (max-width:767px) {
    .first-screen__desc-title-2-text {
        font-size: 47px;
        line-height: normal
    }
}

.first-screen__desc-title-3 {
    font-size: 1.75vw;
    padding-bottom: 1.7vw;
    opacity: .001;
    transform: scale(2.5) translateY(-30%);
    transition: all .4s ease-in !important
}

.first-screen--step-3 .first-screen__desc-title-3 {
    opacity: 1;
    transform: scale(1)
}

@media (max-width:767px) {
    .first-screen__desc-title-3 {
        font-size: 29px;
        color: #000;
        padding: 12px 20px;
        line-height: 29px;
        max-width: 200px
    }
}

.first-screen__desc-title-4 {
    font-family: "Open Sans", sans-serif;
    font-size: 1vw;
    padding-bottom: 1vw;
    opacity: .001
}

.first-screen--step-2 .first-screen__desc-title-4 {
    opacity: 1
}

@media (max-width:767px) {
    .first-screen--step-2 .first-screen__desc-title-4 {
        opacity: .001;
        color: #000
    }
}

@media (max-width:767px) {
    .first-screen__desc-title-4 {
        font-size: 19px;
        padding: 5px 10px;
        color: #fff;
        margin-bottom: -10px;
        opacity: .001
    }

    .first-screen__desc-title-4 br {
        display: none
    }

    .first-screen--step-3 .first-screen__desc-title-4 {
        opacity: 1
    }
}

.first-screen__footer {
    padding-left: 1vw;
    padding-top: .5vw
}

.first-screen__footer-title {
    font-size: 1.3vw;
    padding-bottom: 2vw
}

.first-screen__footer-button {
    color: #fff;
    text-transform: uppercase;
    background: #3086d4;
    width: 11vw;
    height: 2.4vw;
    border-radius: 4px;
    font-size: 1vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    cursor: pointer;
    letter-spacing: .05vw;
    padding-left: .5vw;
    opacity: .001;
    transform: scale(2.5) translateY(-30%);
    transition: all .4s ease-in !important
}

.first-screen__footer-button:before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #fff;
    border-radius: 2px
}

.first-screen__footer-button:after {
    display: block;
    content: '';
    width: 1vw;
    height: .9vw;
    margin-top: .15vw;
    margin-left: .3vw;
    background: #fff;
    mask: url(../../img/arrow.svg);
    -webkit-mask: url(../../img/arrow.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

@media (max-width:767px) {
    .first-screen__footer-button:after {
        width: 10px;
        height: 26px;
        margin-top: 3px;
        margin-left: 11px
    }
}

.first-screen__footer-button:hover {
    background: #fff;
    color: #3086d4
}

.first-screen__footer-button:hover:before {
    border: 1px solid #3086d4
}

.first-screen__footer-button:hover:after {
    background: #3086d4
}

.first-screen--step-3 .first-screen__footer-button {
    opacity: 1;
    transform: scale(1)
}

@media (max-width:767px) {
    .first-screen__footer-button {
        width: 250px;
        height: 50px;
        font-size: 27px
    }
}

.fourth-screen {
    position: absolute;
    top: 100vh;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    left: 427vh
}

@media (max-width:1023px) {
    .fourth-screen {
        padding-top: 120px
    }
}

.fourth-screen__title {
    color: #fff;
    color: #000;
    font-size: 3vw;
    padding-bottom: 2vw
}

@media (max-width:1023px) {
    .fourth-screen__title {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 41px;
        padding-bottom: 0
    }
}

@media (max-width:359px) {
    .fourth-screen__title {
        font-size: 36px
    }
}

.fourth-screen__parkomat {
    width: 16vw;
    position: relative
}

@media (max-width:1023px) {
    .fourth-screen__parkomat {
        width: 28vh;
        z-index: 1
    }
}

.fourth-screen__parkomat-img {
    width: 100%;
    height: auto;
    display: block
}

.fourth-screen__parkomat-bill-wrapper {
    position: absolute;
    top: 17.4vw;
    left: 6.1vw
}

@media (max-width:1023px) {
    .fourth-screen__parkomat-bill-wrapper {
        top: 31vh;
        left: 50%;
        transform: translateX(-50%)
    }
}

@keyframes bill {
    0% {
        box-shadow: 0 0 20px 6px rgba(217, 112, 36, 0)
    }

    50% {
        box-shadow: 0 0 20px 6px rgba(217, 112, 36, .54)
    }

    100% {
        box-shadow: 0 0 20px 6px rgba(217, 112, 36, 0)
    }
}

.show .fourth-screen__parkomat-bill-wrapper {
    animation: bill .7s linear;
    animation-iteration-count: infinite;
    animation-delay: 1s
}

.fourth-screen__parkomat-bill {
    height: auto;
    overflow: hidden
}

.fourth-screen__parkomat-bill-img {
    width: 4.3vw;
    height: auto;
    display: block;
    transform: translateY(-100%);
    transition: all .5s ease-out !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
}

.show .fourth-screen__parkomat-bill-img {
    transform: translateY(0)
}

@media (max-width:1023px) {
    .fourth-screen__parkomat-bill-img {
        width: 8vh
    }
}

.fourth-screen__sign {
    width: 6vw;
    position: absolute;
    left: 30vw;
    bottom: 27vh
}

@media (max-width:1023px) {
    .fourth-screen__sign {
        width: 93px;
        left: 8px;
        bottom: calc(32vh - 53px)
    }
}

.header {
    position: fixed;
    background: #000;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    height: 50px
}

.header__block {
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 100%
}

@media (max-width:1023px) {
    .header__block {
        width: calc(100% - 30px);
        height: 100%
    }
}

.header__logo {
    height: 42px;
    width: 56px;
    background: url(../../img/logo.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-position: left center !important
}

@media (max-width:1023px) {
    .header__logo {
        height: 38px;
        width: 43px
    }
}

.header__mobile-button {
    display: none
}

@media (max-width:1023px) {
    .header__mobile-button {
        display: block;
        width: 38px;
        height: 38px;
        position: relative;
        background: #fff;
        cursor: pointer
    }

    .header__mobile-button:after {
        content: '';
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        background: #000;
        mask: url(../../img/menu.svg);
        -webkit-mask: url(../../img/menu.svg);
        mask-repeat: no-repeat !important;
        -webkit-mask-repeat: no-repeat !important;
        mask-position: center center !important;
        -webkit-mask-position: center center !important;
        mask-size: contain !important;
        -webkit-mask-size: contain !important
    }
}

.header__menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

@media (max-width:1023px) {
    .header__menu {
        transition: all .2s ease-out !important;
        position: absolute;
        width: 100%;
        left: 0;
        background: #000;
        top: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        visibility: hidden;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top left
    }

    .header__menu.active {
        visibility: visible;
        opacity: 1;
        transform: scaleY(1)
    }
}

.header__menu-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

@media (max-width:1023px) {
    .header__menu-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.header__menu-list-item {
    text-transform: uppercase;
    margin: 0 20px;
    font-size: 18px
}

.header__menu-list-item:hover {
    text-decoration: underline
}

@media (max-width:1023px) {
    .header__menu-list-item {
        margin: 15px
    }
}

.header__button {
    text-transform: uppercase;
    color: #000;
    background: #fff;
    height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    font-size: 18px;
    width: 150px;
    padding-bottom: 2px;
    border: 1px solid #fff
}

.header__button:hover {
    color: #fff;
    background: #000
}

.footer {
    background: #142024;
    color: #fff;
    padding-top: 82px;
    padding-bottom: 150px
}

.footer__social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding-bottom: 80px
}

@media (max-width:1023px) {
    .footer__social {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.footer__social-help {
    background: #3086d4;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 0 40px;
    font-size: 24px;
    padding-bottom: 2px;
    cursor: pointer;
    width: fit-content;
    color: #fff
}

.content .footer__social-help {
    min-width: 250px
}

.content .footer__social-help.center {
    margin-left: auto;
    margin-right: auto
}

.footer__social-help:hover {
    background: #fff;
    color: #3086d4
}

@media (max-width:1023px) {
    .footer__social-help {
        margin-left: auto;
        margin-right: auto;
        padding: 0 35px
    }
}

.footer__social-help:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    margin-bottom: -3px;
    margin-left: 10px;
    background: #fff;
    mask: url(../../img/circle-arrow.svg);
    -webkit-mask: url(../../img/circle-arrow.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.footer__social-help:hover:after {
    background: #3086d4
}

.footer__social-share {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

@media (max-width:1023px) {
    .footer__social-share {
        flex-wrap: wrap
    }
}

.footer__social-share-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 150px
}

@media (max-width:1023px) {
    .footer__social-share-title {
        margin: 30px 0;
        width: 100%;
        text-align: center
    }
}

.footer .heateorSssSharingRound {
    margin-left: 20px !important
}

.footer__social-share-link {
    height: 48px;
    width: 48px;
    background: #1e273c;
    border-radius: 50%;
    margin-left: 20px;
    cursor: pointer;
    position: relative
}

.footer__social-share-link:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: #3086d4
}

.footer__social-share-link--fb:after {
    mask: url(../../img/facebook.svg);
    -webkit-mask: url(../../img/facebook.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.footer__social-share-link--vk:after {
    mask: url(../../img/vk.svg);
    -webkit-mask: url(../../img/vk.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.footer__social-share-link--tw:after {
    mask: url(../../img/twitter.svg);
    -webkit-mask: url(../../img/twitter.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.footer__social-share-link--ok:after {
    mask: url(../../img/odnoklassniki.svg);
    -webkit-mask: url(../../img/odnoklassniki.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.footer__social-share-link:hover {
    background: #3086d4
}

.footer__social-share-link:hover:after {
    background: #fff
}

.footer__contact {
    padding-top: 33px;
    border-top: 1px solid #4c5159;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width:1023px) {
    .footer__contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

.footer__contact-logo {
    width: 60px;
    height: 60px;
    background: url(../../img/logo.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-top: 10px
}

.footer__contact-item-title {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin-bottom: 25px
}

@media (max-width:1023px) {
    .footer__contact-item-title {
        text-align: center;
        margin-top: 30px
    }
}

.footer__contact-item-phone {
    text-align: right;
    font-size: 18px;
    padding-right: 30px;
    position: relative;
    margin-bottom: 15px
}

.footer__contact-item-phone:after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../../img/phone.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

@media (max-width:1023px) {
    .footer__contact-item-phone {
        width: 140px;
        margin: 0 auto;
        margin-bottom: 15px
    }
}

.footer__contact-item-mail {
    text-align: right;
    font-size: 18px;
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px
}

.footer__contact-item-mail:after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 57%;
    transform: translateY(-50%);
    width: 18px;
    height: 17px;
    background: url(../../img/mail.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

@media (max-width:1023px) {
    .footer__contact-item-mail {
        width: 140px;
        margin: 0 auto;
        margin-bottom: 15px
    }
}

.footer__contact-item-link {
    text-align: right;
    position: relative;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .02em
}

@media (max-width:1023px) {
    .footer__contact-item-link {
        width: fit-content;
        white-space: nowrap;
        margin: 0 auto
    }
}

.footer__about {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    justify-content: space-between
}

.footer__about-right {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 25px
}

.footer__about-dev-title {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 15px
}

@media (max-width:1023px) {
    .footer__about-dev-title {
        text-align: right
    }
}

.footer__about-dev-title-text {
    display: inline
}

.footer__about-dev-title-link {
    display: inline
}

.footer__about-dev-logo {
    display: block;
    margin-left: auto
}

.load-test {
    position: fixed;
    z-index: -10000;
    opacity: 0
}

.layout {
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media (max-width:1279px) {
    .layout {
        width: calc(100% - 30px)
    }
}

.layout__block {
    width: 1105px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1279px) {
    .layout__block {
        width: calc(100% - 30px)
    }
}

@media (max-width:1279px) {
    .modal * {
        cursor: pointer
    }
}

.modal__background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d519d;
    z-index: 999;
    opacity: 0;
    visibility: hidden
}

.modal__background.active {
    opacity: .7;
    visibility: visible
}

.modal__block {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    height: auto;
    border-radius: 4px;
    top: calc(50vh - 100px);
    top: 200px;
    background: #fff;
    z-index: 1000;
    width: 750px;
    left: calc(50% - 375px);
    padding: 25px
}

@media (max-width:1279px) {
    .modal__block {
        top: 70px;
        padding: 10px;
        width: 100%;
        left: 0;
        max-width: 100%
    }
}

.modal__block.active {
    opacity: 1;
    visibility: visible
}

@media (max-width:767px) {
    .modal__block {
        width: calc(100% - 10px);
        left: calc(50% - ((100% - 10px)/ 2))
    }
}

.modal__content {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden
}

.modal__close {
    position: absolute;
    top: 4px;
    right: 43px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transform: translate(100%, 0)
}

.modal__close:before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: #000;
    mask: url(../../img/icons/close.svg);
    -webkit-mask: url(../../img/icons/close.svg);
    mask-repeat: no-repeat !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-position: center center !important;
    mask-size: contain !important;
    -webkit-mask-size: contain !important
}

.modal__close:hover:before {
    background: #1d519d
}

@media (max-width:767px) {
    .modal__close {
        top: -10px;
        right: 0;
        width: 24px;
        height: 24px;
        cursor: pointer;
        transform: translate(0, -100%)
    }
}

.modal__switch-buttons {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.modal__switch-button {
    height: 39px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    position: relative;
    color: #5dbafd;
    cursor: pointer
}

.modal__switch-button:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #5dbafd;
    bottom: 0;
    left: 0
}

.modal__switch-button.active,
.modal__switch-button:hover {
    color: #000
}

.modal__switch-button.active {
    cursor: default
}

.modal__switch-button.active:after,
.modal__switch-button:hover:after {
    height: 4px;
    background: #000
}

.modal__title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #222332;
    padding: 28px 0
}

@media (max-width:1279px) {
    .modal__title {
        padding: 15px 0
    }
}

.modal__subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    text-align: center;
    color: #222332;
    margin-bottom: 20px
}

@media (max-width:1279px) {
    .modal__subtitle {
        margin-bottom: 15px
    }
}

.modal__captcha {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px
}

.modal__agree {
    margin-bottom: 40px
}

.modal__button-link {
    color: #1d519d;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 0;
    padding-bottom: 30px;
    cursor: pointer
}

.modal__button-link:hover {
    text-decoration: underline
}

.modal__social {
    border-top: 1px solid rgba(29, 81, 157, .3);
    padding-top: 25px
}

.modal__social-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: #222332
}

.modal__social-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 0
}

.modal__social-button {
    width: 48px;
    height: 48px;
    background: #f5f6f8;
    margin: 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer
}

.modal__social-button:hover {
    background: #ddd
}

.modal__type-switch {
    width: 460px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 40px auto
}

@media (max-width:767px) {
    .modal__type-switch {
        width: 100%;
        margin: 30px auto
    }
}

.modal__type-switch-button {
    height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #5dbafd;
    border: 1px solid #5dbafd;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer
}

.modal__type-switch-button.active,
.modal__type-switch-button:hover {
    color: #fff;
    background: #5dbafd
}

.modal__type-switch-button:nth-of-type(1) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: none
}

.modal__type-switch-button:nth-of-type(2) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.modal__img-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

#fountainG {
    position: relative;
    width: 120px;
    height: 14px;
    margin: auto
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #5dbafd;
    width: 14px;
    height: 14px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 715ms;
    -o-animation-duration: 715ms;
    -ms-animation-duration: 715ms;
    -webkit-animation-duration: 715ms;
    -moz-animation-duration: 715ms;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px
}

#fountainG_1 {
    left: 0;
    animation-delay: 286ms;
    -o-animation-delay: 286ms;
    -ms-animation-delay: 286ms;
    -webkit-animation-delay: 286ms;
    -moz-animation-delay: 286ms
}

#fountainG_2 {
    left: 15px;
    animation-delay: .3525s;
    -o-animation-delay: .3525s;
    -ms-animation-delay: .3525s;
    -webkit-animation-delay: .3525s;
    -moz-animation-delay: .3525s
}

#fountainG_3 {
    left: 30px;
    animation-delay: 429ms;
    -o-animation-delay: 429ms;
    -ms-animation-delay: 429ms;
    -webkit-animation-delay: 429ms;
    -moz-animation-delay: 429ms
}

#fountainG_4 {
    left: 45px;
    animation-delay: .4955s;
    -o-animation-delay: .4955s;
    -ms-animation-delay: .4955s;
    -webkit-animation-delay: .4955s;
    -moz-animation-delay: .4955s
}

#fountainG_5 {
    left: 60px;
    animation-delay: 572ms;
    -o-animation-delay: 572ms;
    -ms-animation-delay: 572ms;
    -webkit-animation-delay: 572ms;
    -moz-animation-delay: 572ms
}

#fountainG_6 {
    left: 75px;
    animation-delay: .6385s;
    -o-animation-delay: .6385s;
    -ms-animation-delay: .6385s;
    -webkit-animation-delay: .6385s;
    -moz-animation-delay: .6385s
}

#fountainG_7 {
    left: 90px;
    animation-delay: 715ms;
    -o-animation-delay: 715ms;
    -ms-animation-delay: 715ms;
    -webkit-animation-delay: 715ms;
    -moz-animation-delay: 715ms
}

#fountainG_8 {
    left: 105px;
    animation-delay: .7815s;
    -o-animation-delay: .7815s;
    -ms-animation-delay: .7815s;
    -webkit-animation-delay: .7815s;
    -moz-animation-delay: .7815s
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #5dbafd
    }

    100% {
        transform: scale(.3);
        background-color: #fff
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #5dbafd
    }

    100% {
        -o-transform: scale(.3);
        background-color: #fff
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #5dbafd
    }

    100% {
        -ms-transform: scale(.3);
        background-color: #fff
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #5dbafd
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: #fff
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #5dbafd
    }

    100% {
        -moz-transform: scale(.3);
        background-color: #fff
    }
}

.second-screen {
    position: absolute;
    top: 100vh;
    height: 100vh;
    width: 100vw;
    padding-left: 21.5vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center
}

@media (max-width:1023px) {
    .second-screen {
        padding-left: 0;
        transition: none !important
    }
}

.second-screen__block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

@media (max-width:1023px) {
    .second-screen__block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 50px;
        padding-bottom: 0;
        margin-left: auto;
        margin-right: auto
    }
}

.second-screen__desc {
    background: rgba(26, 40, 44, .75);
    color: #fff;
    width: 31.3vw;
    padding: 2vw 2.5vw
}

@media (max-width:1023px) {
    .second-screen__desc {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding: 19px
    }
}

.second-screen__desc-item {
    padding-bottom: 2.3vw
}

.second-screen__desc-item-title {
    text-transform: uppercase;
    font-size: 2.3vw;
    padding-bottom: 1.3vw
}

@media (max-width:1023px) {
    .second-screen__desc-item-title {
        font-size: 22px
    }
}

.second-screen__desc-item-text {
    font-family: "Open Sans", sans-serif
}

@media (max-width:1023px) {
    .second-screen__desc-item-text {
        font-size: 14px;
        line-height: 23px
    }
}

.second-screen__sign {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
    justify-content: flex-end;
    margin-left: 10vw;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 2vw
}

@media (max-width:1023px) {
    .second-screen__sign {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        position: relative;
        margin-top: 5px
    }
}

.second-screen__sign-img {
    width: 8.7vw;
    height: auto;
    margin-bottom: .7vw
}

@media (max-width:1023px) {
    .second-screen__sign-img {
        position: absolute;
        width: 96px;
        right: -46px;
        bottom: 4px;
        margin-bottom: 0
    }
}

.second-screen__sign-button {
    color: #00a435;
    text-transform: uppercase;
    background: #fff;
    width: 15vw;
    height: 4vw;
    border-radius: 4px;
    font-size: 2.2vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    cursor: pointer;
    letter-spacing: .05vw;
    padding-left: .5vw;
    padding-bottom: .3vw
}

.second-screen__sign-button:before {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #00a435;
    border-radius: 2px
}

.second-screen__sign-button:hover {
    color: #fff;
    background: #00a435
}

.second-screen__sign-button:hover:before {
    border: 1px solid #fff
}

@media (max-width:1023px) {
    .second-screen__sign-button {
        width: 250px;
        height: 50px;
        font-size: 27px;
        padding-bottom: 0
    }
}

.shift-content {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0
}

.shift-content__wrapper {
    transition: none !important;
    position: relative
}

@media (max-width:767px) {
    .shift-content__wrapper {
        transition: all .8s ease-in !important
    }
}

.third-screen {
    position: absolute;
    top: 100vh;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
    left: 255vh
}

.third-screen__block {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.third-screen__title {
    font-size: 2.5vw;
    text-transform: uppercase;
    margin-bottom: 5vw;
    text-align: center
}

@media (max-width:1023px) {
    .third-screen__title {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 41px
    }
}

@media (max-width:359px) {
    .third-screen__title {
        font-size: 36px
    }
}

.third-screen__block-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: flex-end
}

.third-screen__video {
    width: 50vw;
    height: 28.125vw;
    position: relative;
    cursor: pointer
}

.third-screen__video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important
}

@media (max-width:1023px) {
    .third-screen__video {
        width: 320px;
        height: 180px;
        margin-left: auto;
        margin-right: auto
    }
}

.third-screen__signs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2.6vw;
    align-items: flex-end;
    position: absolute;
    right: -16vw;
    bottom: 26.5vh
}

@media (max-width:1023px) {
    .third-screen__signs {
        left: 304px;
        right: auto
    }
}

.third-screen__sign-1 {
    width: 9vw;
    display: block
}

@media (max-width:1023px) {
    .third-screen__sign-1 {
        width: 100px
    }
}

.third-screen__sign-2 {
    width: 5.2vw;
    display: block;
    margin-left: .7vw
}

@media (max-width:1023px) {
    .third-screen__sign-2 {
        width: 59px;
        margin-left: -29px
    }
}

.wide-background__img {
    height: 100vh;
    width: auto
}

.wrapper {
    opacity: 1 !important;
    transition: none !important
}

.wrapper--inner {
    background: #f3f6fa;
    padding-top: 123px
}

.ready .wrapper,
.ready .wrapper *,
.ready .wrapper :after,
.ready .wrapper :before {
    transition: all .2s ease-in
}

.youtube-player {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}


.first-screen__img-planet {
    background: url(../../img/ecoplanet.png) center /contain no-repeat;
    height: 100%;
    width: 100%;
}