
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }
    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    article,
    aside,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section {
        display: block;
    }
    body {
        margin: 0;
        font-family:
            Open Sans,
            Arial,
            sans-serif,
            -apple-system,
            BlinkMacSystemFont,
            "Segoe UI",
            Roboto,
            "Helvetica Neue",
            Arial,
            "Noto Sans",
            sans-serif,
            "Apple Color Emoji",
            "Segoe UI Emoji",
            "Segoe UI Symbol",
            "Noto Color Emoji";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }
    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
    p {
        margin-top: 0;
        margin-bottom: 1rem;
        letter-spacing: 0.01em;
    }
    ol,
    ul,
    dl {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }
    a {
        color: #004fa3;
        text-decoration: none;
        background-color: transparent;
    }
    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }
    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }
    img {
        vertical-align: middle;
        border-style: none;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        margin-bottom: 0.5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }
    h1,
    .h1 {
        font-size: 2.5rem;
    }
    h2,
    .h2 {
        font-size: 1.7rem;
    }
    h3,
    .h3 {
        font-size: 1.75rem;
    }
    h4,
    .h4 {
        font-size: 1.5rem;
    }
    h5,
    .h5 {
        font-size: 1.25rem;
    }
    h6,
    .h6 {
        font-size: 1rem;
    }
    .lead {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .display-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-3 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-4 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    small,
    .small {
        font-size: 80%;
        font-weight: 400;
    }
    mark,
    .mark {
        padding: 0.2em;
        background-color: #fcf8e3;
    }
    .container {
        width: 100%;
        padding-right:  5px;
        padding-left:  5px;
        margin-right: auto;
        margin-left: auto;
    }
    .container-primeri-rabot {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        float: right;
    }
    @media (min-width: 576px) {
        .container {
            max-width: 540px;
			padding-right:  15px;
            padding-left:  15px;
        }
        .container-primeri-rabot {
            width: 540px;
        }
    }
    @media (min-width: 768px) {
        .container {
            max-width: 720px;
        }
        .container-primeri-rabot {
            width: 720px;
        }
		h2,
    .h2 {
        font-size: 2rem;
    }
    }
    @media (min-width: 992px) {
        .container {
            max-width: 960px;
        }
        .container-primeri-rabot {
            width: 960px;
        }
    }
    @media (min-width: 1200px) {
        .container {
            max-width: 1140px;
        }
        .container-primeri-rabot {
            width: 1140px;
        }
    }
    @media (min-width: 1600px) {
        .container-primeri-rabot {
            width: 1600px;
        }
    }
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-1 {
        margin-left: 8.333333%;
    }
    .offset-2 {
        margin-left: 16.666667%;
    }
    .offset-3 {
        margin-left: 25%;
    }
    .offset-4 {
        margin-left: 33.333333%;
    }
    .offset-5 {
        margin-left: 41.666667%;
    }
    .offset-6 {
        margin-left: 50%;
    }
    .offset-7 {
        margin-left: 58.333333%;
    }
    .offset-8 {
        margin-left: 66.666667%;
    }
    .offset-9 {
        margin-left: 75%;
    }
    .offset-10 {
        margin-left: 83.333333%;
    }
    .offset-11 {
        margin-left: 91.666667%;
    }
    @media (min-width: 576px) {
        .col-sm {
            -ms-flex-preferred-size: 0;
            flex-basis: 0%;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .col-sm-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: 100%;
        }
        .col-sm-1 {
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .col-sm-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .col-sm-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-sm-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .col-sm-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .col-sm-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-sm-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .col-sm-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .col-sm-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-sm-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .col-sm-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .col-sm-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .order-sm-first {
            -ms-flex-order: -1;
            order: -1;
        }
        .order-sm-last {
            -ms-flex-order: 13;
            order: 13;
        }
        .order-sm-0 {
            -ms-flex-order: 0;
            order: 0;
        }
        .order-sm-1 {
            -ms-flex-order: 1;
            order: 1;
        }
        .order-sm-2 {
            -ms-flex-order: 2;
            order: 2;
        }
        .order-sm-3 {
            -ms-flex-order: 3;
            order: 3;
        }
        .order-sm-4 {
            -ms-flex-order: 4;
            order: 4;
        }
        .order-sm-5 {
            -ms-flex-order: 5;
            order: 5;
        }
        .order-sm-6 {
            -ms-flex-order: 6;
            order: 6;
        }
        .order-sm-7 {
            -ms-flex-order: 7;
            order: 7;
        }
        .order-sm-8 {
            -ms-flex-order: 8;
            order: 8;
        }
        .order-sm-9 {
            -ms-flex-order: 9;
            order: 9;
        }
        .order-sm-10 {
            -ms-flex-order: 10;
            order: 10;
        }
        .order-sm-11 {
            -ms-flex-order: 11;
            order: 11;
        }
        .order-sm-12 {
            -ms-flex-order: 12;
            order: 12;
        }
        .offset-sm-0 {
            margin-left: 0;
        }
        .offset-sm-1 {
            margin-left: 8.333333%;
        }
        .offset-sm-2 {
            margin-left: 16.666667%;
        }
        .offset-sm-3 {
            margin-left: 25%;
        }
        .offset-sm-4 {
            margin-left: 33.333333%;
        }
        .offset-sm-5 {
            margin-left: 41.666667%;
        }
        .offset-sm-6 {
            margin-left: 50%;
        }
        .offset-sm-7 {
            margin-left: 58.333333%;
        }
        .offset-sm-8 {
            margin-left: 66.666667%;
        }
        .offset-sm-9 {
            margin-left: 75%;
        }
        .offset-sm-10 {
            margin-left: 83.333333%;
        }
        .offset-sm-11 {
            margin-left: 91.666667%;
        }
    }
    @media (min-width: 768px) {
        .col-md {
            -ms-flex-preferred-size: 0;
            flex-basis: 0%;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .col-md-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: 100%;
        }
        .col-md-1 {
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .col-md-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .col-md-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-md-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .col-md-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .col-md-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-md-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .col-md-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .col-md-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-md-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .col-md-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .col-md-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .order-md-first {
            -ms-flex-order: -1;
            order: -1;
        }
        .order-md-last {
            -ms-flex-order: 13;
            order: 13;
        }
        .order-md-0 {
            -ms-flex-order: 0;
            order: 0;
        }
        .order-md-1 {
            -ms-flex-order: 1;
            order: 1;
        }
        .order-md-2 {
            -ms-flex-order: 2;
            order: 2;
        }
        .order-md-3 {
            -ms-flex-order: 3;
            order: 3;
        }
        .order-md-4 {
            -ms-flex-order: 4;
            order: 4;
        }
        .order-md-5 {
            -ms-flex-order: 5;
            order: 5;
        }
        .order-md-6 {
            -ms-flex-order: 6;
            order: 6;
        }
        .order-md-7 {
            -ms-flex-order: 7;
            order: 7;
        }
        .order-md-8 {
            -ms-flex-order: 8;
            order: 8;
        }
        .order-md-9 {
            -ms-flex-order: 9;
            order: 9;
        }
        .order-md-10 {
            -ms-flex-order: 10;
            order: 10;
        }
        .order-md-11 {
            -ms-flex-order: 11;
            order: 11;
        }
        .order-md-12 {
            -ms-flex-order: 12;
            order: 12;
        }
        .offset-md-0 {
            margin-left: 0;
        }
        .offset-md-1 {
            margin-left: 8.333333%;
        }
        .offset-md-2 {
            margin-left: 16.666667%;
        }
        .offset-md-3 {
            margin-left: 25%;
        }
        .offset-md-4 {
            margin-left: 33.333333%;
        }
        .offset-md-5 {
            margin-left: 41.666667%;
        }
        .offset-md-6 {
            margin-left: 50%;
        }
        .offset-md-7 {
            margin-left: 58.333333%;
        }
        .offset-md-8 {
            margin-left: 66.666667%;
        }
        .offset-md-9 {
            margin-left: 75%;
        }
        .offset-md-10 {
            margin-left: 83.333333%;
        }
        .offset-md-11 {
            margin-left: 91.666667%;
        }
    }
    @media (min-width: 992px) {
        .col-lg {
            -ms-flex-preferred-size: 0;
            flex-basis: 0%;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .col-lg-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: 100%;
        }
        .col-lg-1 {
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .col-lg-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .col-lg-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-lg-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .col-lg-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .col-lg-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-lg-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .col-lg-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .col-lg-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-lg-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .col-lg-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .col-lg-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .order-lg-first {
            -ms-flex-order: -1;
            order: -1;
        }
        .order-lg-last {
            -ms-flex-order: 13;
            order: 13;
        }
        .order-lg-0 {
            -ms-flex-order: 0;
            order: 0;
        }
        .order-lg-1 {
            -ms-flex-order: 1;
            order: 1;
        }
        .order-lg-2 {
            -ms-flex-order: 2;
            order: 2;
        }
        .order-lg-3 {
            -ms-flex-order: 3;
            order: 3;
        }
        .order-lg-4 {
            -ms-flex-order: 4;
            order: 4;
        }
        .order-lg-5 {
            -ms-flex-order: 5;
            order: 5;
        }
        .order-lg-6 {
            -ms-flex-order: 6;
            order: 6;
        }
        .order-lg-7 {
            -ms-flex-order: 7;
            order: 7;
        }
        .order-lg-8 {
            -ms-flex-order: 8;
            order: 8;
        }
        .order-lg-9 {
            -ms-flex-order: 9;
            order: 9;
        }
        .order-lg-10 {
            -ms-flex-order: 10;
            order: 10;
        }
        .order-lg-11 {
            -ms-flex-order: 11;
            order: 11;
        }
        .order-lg-12 {
            -ms-flex-order: 12;
            order: 12;
        }
        .offset-lg-0 {
            margin-left: 0;
        }
        .offset-lg-1 {
            margin-left: 8.333333%;
        }
        .offset-lg-2 {
            margin-left: 16.666667%;
        }
        .offset-lg-3 {
            margin-left: 25%;
        }
        .offset-lg-4 {
            margin-left: 33.333333%;
        }
        .offset-lg-5 {
            margin-left: 41.666667%;
        }
        .offset-lg-6 {
            margin-left: 50%;
        }
        .offset-lg-7 {
            margin-left: 58.333333%;
        }
        .offset-lg-8 {
            margin-left: 66.666667%;
        }
        .offset-lg-9 {
            margin-left: 75%;
        }
        .offset-lg-10 {
            margin-left: 83.333333%;
        }
        .offset-lg-11 {
            margin-left: 91.666667%;
        }
    }
    @media (min-width: 1200px) {
        .col-xl {
            -ms-flex-preferred-size: 0;
            flex-basis: 0%;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .col-xl-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: 100%;
        }
        .col-xl-1 {
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .col-xl-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .col-xl-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-xl-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .col-xl-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .col-xl-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-xl-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .col-xl-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .col-xl-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-xl-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .col-xl-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .col-xl-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .order-xl-first {
            -ms-flex-order: -1;
            order: -1;
        }
        .order-xl-last {
            -ms-flex-order: 13;
            order: 13;
        }
        .order-xl-0 {
            -ms-flex-order: 0;
            order: 0;
        }
        .order-xl-1 {
            -ms-flex-order: 1;
            order: 1;
        }
        .order-xl-2 {
            -ms-flex-order: 2;
            order: 2;
        }
        .order-xl-3 {
            -ms-flex-order: 3;
            order: 3;
        }
        .order-xl-4 {
            -ms-flex-order: 4;
            order: 4;
        }
        .order-xl-5 {
            -ms-flex-order: 5;
            order: 5;
        }
        .order-xl-6 {
            -ms-flex-order: 6;
            order: 6;
        }
        .order-xl-7 {
            -ms-flex-order: 7;
            order: 7;
        }
        .order-xl-8 {
            -ms-flex-order: 8;
            order: 8;
        }
        .order-xl-9 {
            -ms-flex-order: 9;
            order: 9;
        }
        .order-xl-10 {
            -ms-flex-order: 10;
            order: 10;
        }
        .order-xl-11 {
            -ms-flex-order: 11;
            order: 11;
        }
        .order-xl-12 {
            -ms-flex-order: 12;
            order: 12;
        }
        .offset-xl-0 {
            margin-left: 0;
        }
        .offset-xl-1 {
            margin-left: 8.333333%;
        }
        .offset-xl-2 {
            margin-left: 16.666667%;
        }
        .offset-xl-3 {
            margin-left: 25%;
        }
        .offset-xl-4 {
            margin-left: 33.333333%;
        }
        .offset-xl-5 {
            margin-left: 41.666667%;
        }
        .offset-xl-6 {
            margin-left: 50%;
        }
        .offset-xl-7 {
            margin-left: 58.333333%;
        }
        .offset-xl-8 {
            margin-left: 66.666667%;
        }
        .offset-xl-9 {
            margin-left: 75%;
        }
        .offset-xl-10 {
            margin-left: 83.333333%;
        }
        .offset-xl-11 {
            margin-left: 91.666667%;
        }
    }
    .gradient-text {
        background: rgb(60, 160, 208);
        background: -moz-linear-gradient(-45deg, rgba(60, 160, 208, 1) 0%, rgba(75, 24, 165, 1) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(60, 160, 208, 1) 0%, rgba(75, 24, 165, 1) 80%);
        background: linear-gradient(135deg, rgba(60, 160, 208, 1) 0%, rgba(75, 24, 165, 1) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ca0d0',endColorstr='#4b18a5',GradientType=1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .gradient-text-h2 {
        background: rgb(60, 160, 208);
        background: -moz-linear-gradient(-45deg, rgb(18, 178, 255) 0%, rgb(149, 100, 234) 80%);
        background: -webkit-linear-gradient(-45deg, rgb(18, 178, 255) 0%, rgb(149, 100, 234) 80%);
        background: linear-gradient(135deg, rgb(18, 178, 255) 0%, rgb(149, 100, 234) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ca0d0',endColorstr='#4b18a5',GradientType=1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-weight: 600;
        text-align: center;
        position: relative;
    }
    .gradient-text-h2-2 {
        background: rgb(60, 160, 208);
        background: -moz-linear-gradient(-45deg, rgba(60, 160, 208, 1) 0%, rgba(75, 24, 165, 1) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(60, 160, 208, 1) 0%, rgba(75, 24, 165, 1) 80%);
        background: linear-gradient(135deg, rgba(60, 160, 208, 1) 0%, rgba(75, 24, 165, 1) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ca0d0',endColorstr='#4b18a5',GradientType=1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-weight: 600;
        text-align: center;
        position: relative;
    }
    .gradient-text-h2-price {
        background: rgba(146, 125, 184, 1);
        background: -moz-linear-gradient(
            -45deg,
            rgba(146, 125, 184, 1) 0%,
            rgba(75, 17, 174, 1) 26%,
            rgba(255, 175, 64, 1) 56%,
            rgba(255, 149, 0, 1) 100%
        );
        background: -webkit-gradient(
            left top,
            right bottom,
            color-stop(0%, rgba(146, 125, 184, 1)),
            color-stop(26%, rgba(75, 17, 174, 1)),
            color-stop(56%, rgba(255, 175, 64, 1)),
            color-stop(100%, rgba(255, 149, 0, 1))
        );
        background: -webkit-linear-gradient(
            -45deg,
            rgba(146, 125, 184, 1) 0%,
            rgba(75, 17, 174, 1) 26%,
            rgba(255, 175, 64, 1) 56%,
            rgba(255, 149, 0, 1) 100%
        );
        background: -o-linear-gradient(
            -45deg,
            rgba(146, 125, 184, 1) 0%,
            rgba(75, 17, 174, 1) 26%,
            rgba(255, 175, 64, 1) 56%,
            rgba(255, 149, 0, 1) 100%
        );
        background: -ms-linear-gradient(
            -45deg,
            rgba(146, 125, 184, 1) 0%,
            rgba(75, 17, 174, 1) 26%,
            rgba(255, 175, 64, 1) 56%,
            rgba(255, 149, 0, 1) 100%
        );
        background: linear-gradient(
            135deg,
            rgba(146, 125, 184, 1) 0%,
            rgba(75, 17, 174, 1) 26%,
            rgba(255, 175, 64, 1) 56%,
            rgba(255, 149, 0, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#927db8',endColorstr='#ff9500',GradientType=1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-weight: 600;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .p-h2-fon {
        display: none;
    }
    .tochki_div {
        width: 235px;
        height: 235px;
        position: absolute;
        z-index: -1;
    }
    .tochki {
        width: 107px;
        height: 107px;
        background-position: -12px 368px;
        float: left;
        opacity: 0.7;
    }
    .zapolnit-brif-knopka {
        width: 222px;
        height: 48px;
        background-position: 221px -365px;
        cursor: pointer;
    }
    .zapolnit-brif-knopka:hover {
        filter: hue-rotate(50deg);
        transition: all 0.2s;
    }
    .headerrline_sontsiconki_facebook {
        width: 29px;
        height: 31px;
        float: left;
        margin: 1px 0 0 2%;
        background-position: -91px 0;
        opacity: 1;
    }
    .headerrline_sontsiconki_facebook:hover {
        opacity: 0.5;
        transition: all 0.2s;
    }
    .headerrline_sontsiconki_vk {
        width: 29px;
        height: 31px;
        float: left;
        margin: 1px 0 0 2%;
        background-position: -123px 0;
        opacity: 1;
    }
    .headerrline_sontsiconki_vk:hover {
        opacity: 0.5;
        transition: all 0.2s;
    }
    .headerrline_sontsiconki_instagram {
        width: 29px;
        height: 31px;
        float: left;
        margin: 1px 0 0 2%;
        background-position: -156px 0;
        opacity: 1;
    }
    .headerrline_sontsiconki_instagram:hover {
        opacity: 0.5;
        transition: all 0.2s;
    }
    .headerrline_sontsiconki_viber {
        width: 29px;
        height: 31px;
        float: left;
        margin: 1px 0 0 2%;
        background-position: -58px 0;
        opacity: 1;
    }
    .headerrline_sontsiconki_viber:hover {
        opacity: 0.5;
        transition: all 0.2s;
    }
    .headerrline_sontsiconki_telegram {
        width: 29px;
        height: 31px;
        float: left;
        margin: 1px 0 0 2%;
        background-position: -190px 0;
        opacity: 1;
    }
    .headerrline_sontsiconki_telegram:hover {
        opacity: 0.5;
        transition: all 0.2s;
    }
    .headerrline_sontsiconki_scype {
        width: 29px;
        height: 31px;
        float: left;
        margin: 1px 0 0 2%;
        background-position: -26px 0;
        opacity: 1;
    }
    .headerrline_sontsiconki_scype:hover {
        opacity: 0.5;
        transition: all 0.2s;
    }
    .headerrline_sontsiconki_wats {
        width: 29px;
        height: 31px;
        float: left;
        margin: 1px 0 0 2%;
        background-position: -229px 0;
        opacity: 1;
    }
    .headerrline_sontsiconki_wats:hover {
        opacity: 0.5;
        transition: all 0.2s;
    }
    .price_video {
        width: 38px;
        height: 27px;
        background-position: -250px 2px;
        cursor: pointer;
    }
    .price_video:hover {
        background-position: -250px -26px;
        transition: all 0.1s;
    }
    .jumbotron-video {
        position: relative;
        overflow: hidden;
    }
    .jumbotron-video video {
        position: absolute;
        z-index: -1;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.95;
    }
    .jumbotron-video .container {
        z-index: 2;
        position: relative;
    }
    .jumbotron-foto {
        position: relative;
        overflow: hidden;
    }
    .jumbotron-foto .fonimg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.95;
    }
    .jumbotron-foto .container {
        position: relative;
    }
    .width_line {
        width: 75%;
    }
    #menuu {
        width: 100%;
        margin: 0 auto;
    }
    #menuu ul {
    }
    #menuu li {
        display: inline;
    }
    .menuuu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.4rem 1rem;
        margin-bottom: 1rem;
        font-size: 0.9em;
        list-style: none;
        background-color: #ececec;
    }
    .menuuu-item::before {
        display: inline-block;
        padding-left: 0.7rem;
        color: #d8d8d8;
        content: " ⇅ ";
    }
    .nav-scroll-in-article {
        z-index: 3;
        top: 0;
        height: 60px;
        padding-top: 4px;
        background-color: #ececec;
    }
    @media (min-width: 576px) {
        .width_line {
            width: 55%;
        }
        #menuu {
        }
        #menuu li {
            display: inline;
        }
    }
    @media (min-width: 767px) {
        .nav-scroll-in-article {
            z-index: 4;
            position: sticky;
            top: 0;
            height: 37px;
            padding-top: 4px;
            background-color: #ececec;
        }
        .p-h2-fon {
            display: block;
            font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
            font-weight: 600;
            font-size: 2.8em;
            color: #d3d3d361;
            z-index: 15;
            text-align: center;
            margin: -66px 0 0 0;
            white-space: nowrap;
            text-transform: uppercase;
        }
        .width_line {
            width: 45%;
        }
    }
    @media (min-width: 992px) {
        .p-h2-fon {
            font-size: 4.2em;
            margin: -90px 0 0 0;
        }
        .width_line {
            width: 35%;
        }
    }
    @media (min-width: 1140px) {
        .width_line {
            width: 35%;
        }
    }
    .headerrlogo {
        display: none;
    }
    .headerrlogomobile {
        width: 204px;
        height: 66px;
        background-position: -158px -73px;
        display: block;
        margin-top: 40px !important;
    }
    .phonenaverhu {
        width: 147px;
        height: 20px;
        float: left;
        font-size: 0.8em;
        margin-top: 7px;
    }
    .footerlogo {
        width: 205px;
        height: 65px;
        background-position: -158px -78px;
        margin: 11px 0 0 10px;
        display: block;
    }
    .headerrlogo a {
        display: block;
        width: 264px;
        height: 70px;
    }
    .poloska h1 {
        margin: 0 0 5% 0;
        padding-left: 27px;
        position: relative;
    }
    .poloska h1:before {
        position: absolute;
        left: 0;
        top: 4px;
        content: "";
        height: 100%;
        width: 6px;
        background: #ff9500;
    }
    .textnadh1 {
        color: #d07a00 !important;
        font-size: 14px;
        font-weight: 600;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        margin-bottom: 25px;
    }
    .textpodh1 {
        color: #545454;
        font-size: 16px;
        font-weight: 600;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    }
    .tochki_div {
        width: 235px;
        height: 235px;
        position: absolute;
        z-index: -1;
    }
    .tochki {
        width: 107px;
        height: 107px;
        background-position: -12px 368px;
        float: left;
        opacity: 0.7;
    }
    .tochki_div_header {
        margin: -114px 0 0 -87px;
    }
    .tochki_div_counter {
        right: 0;
        bottom: 0;
        margin: 0 7px -36px 0;
    }
    .tochki_div_prichini1 {
        right: 0;
        bottom: 0;
        margin: 0 -67px 420px 0;
    }
    .tochki_div_prichini2 {
        right: 0;
        bottom: 0;
        margin: 0 0 -177px -144px;
    }
    .tochki_div_price {
        right: 0;
        top: 0;
        margin: 182px -76px 0 0;
        z-index: 1;
    }
    .tochki_div_uslugi {
        right: 0;
        top: 0;
        margin: 82px -76px 0 0;
        z-index: 1;
    }
    .tochki_div_nashi_raboti {
        right: 0;
        top: 0;
        margin: 0 34px 0 0;
    }
    .tochki_div_nashi_vmeste_poshitaem {
        right: 0;
        top: 0;
        margin: 80px -150px 0 0;
        z-index: 1;
        filter: invert(9%);
        display: none;
    }
    h1 {
        font-weight: 600;
        font-size: 2rem;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    }
    .headerr {
        margin-top: 0;
        height: 360px;
    }
    .headerr img {
        margin-left: 0;
        width: 300px;
    }
    .contakti_anton {
        position: absolute;
        overflow: auto;
        bottom: 30px;
        right: 25px;
        width: 177px;
        height: 75px;
        background-color: white;
        -webkit-border-radius: 10px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius: 10px;
        -moz-border-radius-bottomleft: 0;
        border-radius: 10px;
        border-bottom-left-radius: 0;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }
    .contakti_anton h3 {
        display: block;
        font-size: 1.2em;
        color: #6b6b6b;
        float: left;
        margin-top: 0;
        margin-left: 7px;
    }
    .contakti_anton p {
        font-size: 0.8em;
        color: #cdcdcd;
        margin-top: 3px;
        margin-bottom: 0;
        text-align: center;
    }
    .contakti_anton a {
        font-size: 0.8em;
        color: #747474;
        margin-top: 3px;
        margin-bottom: 0;
    }
    @media (min-width: 576px) {
        .contakti_anton {
            bottom: 60px;
            right: 113px;
        }
        .contakti_anton_ja_s_kalkulatorom {
            bottom: 20px;
            right: 3px;
        }
    }
    @media (min-width: 767px) {
        #headerrline_tel {
            float: left;
            width: 375px;
        }
        .contakti_anton {
            bottom: 50px;
            right: 0;
        }
        .contakti_anton_ja_s_kalkulatorom {
            bottom: 20px;
            right: 1px;
        }
        .tochki_div_header {
            display: block;
        }
        .tochki_div_counter {
            display: block;
        }
        .tochki_div_prichini1 {
            display: block;
        }
        .tochki_div_prichini2 {
            display: block;
        }
        .tochki_div_price {
            display: block;
        }
        .tochki_div_nashi_raboti {
            display: block;
        }
        .tochki_div_nashi_vmeste_poshitaem {
            display: block;
        }
    }
    @media (min-width: 992px) {
        .headerrlogo {
            width: 205px;
            height: 65px;
            background-position: -158px -78px;
            margin: 11px 0 0 10px;
            display: block;
            float: left;
        }
        .headerrlogomobile {
            display: none;
        }
        .headerrlogo.fixedddd {
            width: 127px;
            height: 60px;
            background-position: -160px -144px;
            z-index: 9999 !important;
            margin: -11px 0 0 19px;
            transition: 0.7s;
        }
        .header-blue-back {
            position: absolute;
            width: 727px;
            height: 566px;
            margin-top: -50px;
            right: 0;
            background: url(/images/website_maintenance_header_bluesin_back.jpg);
            background-size: contain;
        }
        .headerr {
            margin-top: 110px;
            height: 460px;
        }
        .headerr img {
            margin-left: 80px;
            width: 340px;
        }
        h1 {
            font-weight: 600;
            font-size: 3rem;
            font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        }
        .textnadh1 {
            margin-top: 45px;
        }
        .tochki_div_header {
            margin: -164px 0 0 -87px;
        }
        .tochki_div_counter {
            right: 0;
            bottom: 0;
            margin: 0 -83px -36px 0;
        }
        .tochki_div_prichini1 {
            right: 0;
            bottom: 0;
            margin: 0 -67px 420px 0;
        }
        .tochki_div_prichini2 {
            left: 0;
            bottom: 0;
            margin: 0 0 -177px 4px;
        }
        .tochki_div_price {
            right: 0;
            top: 0;
            margin: 347px -102px 0 0;
            z-index: 1;
        }
        .tochki_div_uslugi {
            right: 0;
            top: 0;
            margin: -26px 38px 0 0;
            z-index: 1;
        }
        .contakti_anton {
            bottom: 90px;
            right: 1px;
        }
        .contakti_anton_ja_s_kalkulatorom {
            bottom: 20px;
            right: 3px;
        }
    }
    @media (min-width: 1200px) {
        .contakti_anton {
            bottom: 90px;
            right: 50px;
        }
        .contakti_anton_ja_s_kalkulatorom {
            bottom: 40px;
            right: 3px;
        }
        .tochki_div_primerirabot {
            right: 0;
            top: 0;
            margin: -32px -61px 0 0;
            z-index: 1;
        }
    }
    @media (min-width: 1600px) {
        .header-blue-back {
            position: absolute;
            width: 983px;
            height: 766px;
        }
        .headerr {
            margin-top: 110px;
            height: 621px;
        }
        .headerr img {
            margin-left: 80px;
            width: 459px;
        }
        h1 {
            font-weight: 600;
            font-size: 3.8rem;
            font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        }
        .h111 {
            font-size: 3.3rem !important;
        }
        .tochki_div_header {
            margin: -124px 0 0 -87px;
        }
        .tochki_div_counter {
            right: 0;
            bottom: 0;
            margin: 0 -123px -54px 0;
        }
        .tochki_div_prichini1 {
            right: 0;
            bottom: 0;
            margin: 0 -67px 420px 0;
        }
        .tochki_div_prichini2 {
            left: 0;
            bottom: 0;
            margin: 0 0 -177px -144px;
        }
        .tochki_div_price {
            right: 0;
            top: 0;
            margin: 347px -102px 0 0;
            z-index: 1;
        }
        .tochki_div_uslugi {
            right: 0;
            top: 0;
            margin: -44px 109px 0 0;
            z-index: 1;
        }
        .contakti_anton {
            bottom: 140px;
            right: -99px;
        }
        .contakti_anton_ja_s_kalkulatorom {
            bottom: 40px;
            right: -13px;
        }
    }
    .side-menu-wrapper {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif !important;
    }
    .menuicon {
        margin: 5px auto 5px;
    }
    .menu_odin {
        width: 45px;
        height: 44px;
        background-position: -1px 106px;
    }
    .menu_odin:hover {
        filter: invert(100%);
        transition: all 0.4s;
    }
    .menu_dva {
        width: 44px;
        height: 43px;
        background-position: -101px 106px;
    }
    .menu_dva:hover {
        filter: invert(100%);
        transition: all 0.4s;
    }
    .menu_tri {
        width: 50px;
        height: 44px;
        background-position: -48px 106px;
    }
    .menu_tri:hover {
        filter: invert(100%);
        transition: all 0.4s;
    }
    .menu_chetire {
        width: 44px;
        height: 43px;
        background-position: -147px 106px;
    }
    .menu_chetire:hover {
        filter: invert(100%);
        transition: all 0.4s;
    }
    .menu_piat {
        width: 44px;
        height: 43px;
        background-position: -191px 106px;
    }
    .menu_piat:hover {
        filter: invert(100%);
        transition: all 0.4s;
    }
    .menu .level2 a {
        font-size: 0.9em;
        padding: 3px 0 3px 10px;
        color: #989898;
    }
    .menu .level2 li:first-child {
        display: block;
        margin-top: 4px;
    }
    .bigmenutext {
        color: rgba(255, 255, 255, 0.65);
    }
    .side-menu-wrapper a {
        text-decoration: none !important;
    }
    @media (max-width: 991px) {
        .slide-menu-open {
            position: fixed;
            top: 40px;
            right: 10px;
            background-position: -283px -2px;
            width: 45px;
            height: 45px;
            cursor: pointer;
            z-index: 15;
        }
        .side-menu-wrapper {
            overflow: hidden;
            background: rgba(0, 0, 0, 0.95);
            padding: 40px 0 0 40px;
            position: fixed;
            top: 0;
            right: -290px;
            height: 100%;
            z-index: 15;
            transition: 0.5s;
            width: 250px;
        }
        .side-menu-wrapper > ul {
            list-style: none;
            padding: 0;
            margin: 0;
            overflow-y: auto;
            width: 500px;
            height: 95%;
        }
        .side-menu-wrapper .menuicon {
            display: none;
        }
        .side-menu-wrapper > ul > li {
            display: block;
            border-bottom: 1px solid #131313;
            padding: 7px 0;
            color: #989898;
            transition: 0.3s;
            text-decoration: none;
        }
        .side-menu-wrapper > a.menu-close {
            padding: 0 0 7px 20px;
            color: #6b6b6b;
            display: block;
            margin: -30px 0 -10px -20px;
            font-size: 164%;
            text-decoration: none;
        }
        .side-menu-overlay {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.7);
            overflow-y: auto;
            overflow-x: hidden;
            text-align: center;
            opacity: 0;
            transition: opacity 1s;
        }
        .side-menu-wrapper-info {
            position: absolute;
            bottom: 7%;
            left: 33px;
            width: 240px;
        }
        .side-menu-wrapper-info a {
            color: #eaeaea !important;
        }
        .side-menu-wrapper-info p {
            margin-left: 9px;
        }
        .bigmenutext span {
            display: none;
        }
        .smolmenutext {
            display: none;
        }
        .menestrelka {
            width: 32px;
            height: 32px;
            position: absolute;
            margin: 2px 0 0 172px;
            font-size: 3.5em;
            color: #696969;
            transform: rotate(90deg);
        }
    }
    @media (min-width: 992px) {
        .side-menu-wrapper {
            width: 940px;
            margin: 0 auto;
            position: absolute;
            border-radius: 5px;
            background-color: #fff;
            padding: 5px 0 0 0;
            height: 100px;
            z-index: 2;
            transition: 0.7s;
            -webkit-box-shadow: 0 0 2px 1px rgba(179, 179, 179, 0.29);
            -moz-box-shadow: 0 0 2px 1px rgba(179, 179, 179, 0.29);
            box-shadow: 0 0 2px 1px rgba(179, 179, 179, 0.29);
        }
        .side-menu-wrapper ul {
            list-style: none;
            width: 666px;
            display: block;
            float: right;
        }
        .side-menu-wrapper li {
            display: inline-block;
            min-width: 120px;
            text-transform: uppercase;
            text-decoration: none;
            text-align: center;
            color: #eaeaea;
            transition: 0.1s;
        }
        .side-menu-wrapper p {
            font-size: 0.75em;
            line-height: 1.3em;
            color: #b1b1b1;
        }
        .side-menu-wrapper li:last-child {
            border-right: 0;
        }
        .side-menu-wrapper li.active .menuicon {
            color: white !important;
            filter: invert(80%);
        }
        .side-menu-wrapper li.active p {
            color: black !important;
        }
        .side-menu-wrapper > a.menu-close {
            display: none;
        }
        .side-menu-wrapper.fixedd p:hover {
            color: black !important;
            transition: 0.1s;
        }
        .side-menu-wrapper.fixedd .active p {
            color: black !important;
        }
        .bigmenutext {
            display: block;
        }
        .bigmenutext span {
            font-size: 0.9em;
            text-transform: none;
        }
        .smolmenutext {
            display: none;
        }
        .fixedd {
            position: fixed;
            top: 0;
            overflow: hidden;
            width: 940px;
            color: black !important;
            box-sizing: border-box;
            border-top: none;
            border-bottom: 1px solid #000;
            border-color: rgba(56, 56, 56, 0.26);
            background-color: #fff;
            padding: 11px 0 0 0;
            height: 46px;
            z-index: 12;
            transition: 0.7s;
            border-radius: 0 0 5px 5px;
        }
        .fixedd .bigmenutext {
            display: none;
        }
        .fixedd .smolmenutext {
            display: block;
        }
        .fixedd p {
            color: #8a8a8a;
        }
        .fixedd a {
            display: inline-block;
            text-transform: uppercase;
            text-decoration: none;
            text-shadow: none;
        }
        .fixedd .menuicon {
            display: none;
        }
        .side-menu-wrapper.fixedd ul {
            width: 666px;
            display: block;
            margin: 0 auto;
        }
        .side-menu-wrapper-info {
            display: none;
        }
        .menestrelka {
            width: 32px;
            height: 32px;
            position: absolute;
            margin: 45px 0 0 190px;
            font-size: 3.5em;
            color: #696969;
            transform: rotate(90deg);
        }
        .fixedd .menestrelka {
            margin: -8px 0 0 188px;
        }
        .menu .level1 {
            position: relative;
            z-index: 1;
        }
        .menu .level1 > a,
        .menu ul a {
            text-transform: uppercase;
            color: #4d6989;
        }
        .menu .level1 > a:hover,
        .menu ul a:hover {
            text-decoration: none;
            color: #da6868;
        }
        .menu .has-drop:hover .level2 {
            -webkit-transition:
                opacity 0.5s 10ms,
                -webkit-transform 10ms;
            transition:
                opacity 0.5s 10ms,
                transform 10ms;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            margin-left: 40px;
            opacity: 1;
        }
        .menu .has-drop:hover + .whitebg {
            -webkit-transition: opacity 0.2s;
            transition: opacity 0.2s;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 0.96;
        }
        .menu .level2 {
            width: 250px !important;
            position: fixed;
            padding-top: 20px;
            opacity: 0;
            margin-left: -2000px;
        }
        .menu .level2 li {
            width: 250px !important;
            font-size: 1.1em;
            padding: 7px !important;
            text-align: left !important;
            border-right: none;
        }
        .whitebg {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition:
                opacity 0.2s,
                -webkit-transform 0s 0.2s;
            transition:
                opacity 0.2s,
                transform 0s 0.2s;
            -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
            opacity: 0;
            background-color: #fff;
        }
    }
    @media (min-width: 1200px) {
        .side-menu-wrapper {
            margin-left: 6.1%;
        }
    }
    @media (min-width: 1600px) {
        .side-menu-wrapper {
            margin-left: 4.6%;
        }
    }
    .statitext h3 {
        margin: 0 0 5% 0;
        padding-left: 27px;
        position: relative;
        font-size: 1.5em;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-weight: 600;
    }
    .statitext h3:before {
        position: absolute;
        left: 0;
        top: 1px;
        content: "";
        height: 102%;
        width: 6px;
        background: #ff9500;
    }
    .stativideo img {
        width: 60%;
		margin: 0 0 10% 20%;
    }
    #raboti {
        background-color: #f9f9f9;
        padding-top: 50px;
    }
    #grad1 {
        height: 175px;
        background-color: #f9f9f9;
        background-image: linear-gradient(#f9f9f9, white);
    }
    .h3primer {
        text-align: center;
        margin: -150px 0 30px 0;
    }
    .primerirabot {
        width: 100%;
        position: relative;
        margin: 20px 0 20px 0;
    }
    .primerirabotbox {
        box-shadow: 0 0 6px rgb(0 0 0 / 32%);
        position: relative;
        background-color: white !important;
        z-index: 3 !important;
    }
    .primerirabotboxrow {
        margin-bottom: 3px;
    }
    .primerirabotbox h4 {
        text-align: center;
    }
    @media (min-width: 576px) {
        .statitext h3 {
            font-size: 1.5em;
        }
    }
    @media (min-width: 767px) {
        .statitext {
        }
        .h3primer {
            text-align: center;
            margin: -50px 0 30px 0;
        }
        .primerirabotboxrow {
            margin-bottom: -9px;
        }
        .primerirabotbox h4 {
            text-align: left;
        }
    }
    @media (min-width: 992px) {
        .statitext h3 {
            font-size: 2.2em;
        }
        .stativideo img {
            width: 95%;
			margin: 0 0 0 0;
        }
        .primerirabot {
            margin: 60px 0 200px 0;
        }
        .primerirabot:last-child {
            margin: 60px 0 -30px 0;
        }
    }
    @media (min-width: 1400px) {
        .primerirabot {
            margin: 60px 0 350px 0;
        }
    }
    .chetbl {
        width: 48%;
        height: 237px;
        background-color: white;
        text-align: center;
		margin: 2px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
	.chetbl img{
        width: 66%;
        
    }
	.chetbldiv {
        position: absolute;
        margin-left: 5px;
    width: 75%;
        bottom: -8px;
        height: 8px;
        background-color: #927db8;
    }
	
	@media (min-width: 576px) {
        .chetbl {
        width: 200px; }
		.chetbl img{
        width: 65%; }
		.chetbldiv {
        
        width: 158px;
        }
    }
    .chetbl p {
        font-size: 13px;
        line-height: 1.3em;
    }
    .counter-value {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-size: 30px;
        margin: 7px 0 10px 0;
        color: #646464;
    }
    
    h2 span {
        color: #ebb7bc;
        font-weight: 600 !important;
    }
    h2 {
        color: #a3a3a3 !important;
        font-weight: 400;
    }
    
    .etap-text {
        width: 65%;
        float: left;
        padding-right: 5px;
    }
    .etap-text h3 {
        font-size: 1.4em;
        color: #000;
        line-height: 1.1em;
        font-weight: 300;
        letter-spacing: -0.05em;
        text-align: right;
        margin-top: -2px;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        text-transform: uppercase;
    }
    .etap-text p {
        font-size: 0.9em;
        letter-spacing: -0.05em;
        color: #49534b;
        text-align: right;
    }
    .etap-img {
        float: left;
        width: 100px;
        height: 100px;
    }
    .etap-img img {
        width: 100%;
    }
    .etap-num {
        width: 40px;
        float: left;
    }
    .etap-num p {
        font-size: 4em;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        color: #e6e6e6;
        margin: -3px 0 0 33px;
    }
    @media (min-width: 576px) {
        .etap-text h3 {
            font-size: 1.5em;
        }
        .etap-text {
            width: 70%;
        }
    }
    @media (min-width: 767px) {
        .etap-text {
            padding-right: 25px;
        }
        .etap-img {
            width: 108px;
            height: 108px;
        }
        .etap-num {
            width: 50px;
        }
        .etap-num p {
            font-size: 8em;
            margin: -44px 0 0 7px;
        }
    }
    @media (min-width: 1200px) {
        .etap-num p {
            margin: -44px 0 0 10px;
        }
    }
    ul.leaders,
    ul.leaderss {
        padding: 0;
        overflow-x: hidden;
        list-style: none;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        font-weight: 600;
    }
    ul.leaders li,
    ul.leaderss li {
        margin-bottom: 10px;
        color: #235d79;
    }
    ul.leaders li:before {
        float: left;
        width: 0;
        white-space: nowrap;
        content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
        color: white;
    }
    ul.leaderss li:before {
        float: left;
        width: 0;
        white-space: nowrap;
        content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "
            ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
        color: black;
    }
    ul.leaders span:first-child {
        padding-right: 0.33em;
        background: #2f2f2f;
        color: #fff;
        font-size: 0.85em;
        line-height: 1.5em;
        letter-spacing: -0.04em;
    }
    ul.leaders span + span {
        float: right;
        background: #2f2f2f;
        font-size: 0.95em;
    }
    ul.leaderss span:first-child {
        padding-right: 0.33em;
        background: #fff;
        font-size: 0.85em;
        line-height: 1.5em;
        letter-spacing: -0.04em;
    }
    ul.leaderss span + span {
        float: right;
        background: #fff;
        color: #235d79;
        font-size: 0.95em;
    }
    .stoimost-fon {
        display: none;
    }
    .stoimost-ikonka-hruska {
        display: none;
    }
    .stoimost-ikonka-kosheliok {
        display: none;
    }
    .stoimost-ikonka-monetki {
        display: none;
    }
    .stoimost-ikonka-meshochek {
        display: none;
    }
    .ja_s_kalkulatorom img {
        width: 300px;
        display: block;
        margin: 0 auto;
        z-index: 3;
    }
    .ne_gat_khopka {
        width: 65px;
        height: 24px;
        background-position: 290px 24px;
    }
    .ne_gat_khopka:hover {
        filter: invert(80%);
        transition: all 0.4s;
    }
    .ne_gat_khopka-sm {
        width: 72px;
        height: 24px;
        background-position: 296px 47px;
        filter: grayscale(0);
    }
    .ne_gat_khopka-sm:hover {
        filter: grayscale(1);
        transition: all 0.4s;
    }
    @media (min-width: 576px) {
        .ne_gat_khopka {
            width: 72px;
            height: 24px;
            background-position: 296px 24px;
        }
        ul.leaders,
        ul.leaderss {
            display: block;
        }
        ul.leaders,
        ul.leaderss {
            display: block;
        }
        ul.leaders span:first-child {
            font-size: 0.9em;
            line-height: 1.5em;
            letter-spacing: 0.04em;
        }
        ul.leaders span + span {
            font-size: 1.2em;
        }
        ul.leaderss span:first-child {
            font-size: 0.9em;
            line-height: 1.5em;
            letter-spacing: 0.04em;
        }
        ul.leaderss span + span {
            font-size: 1.2em;
        }
        .stoimost h3,
        .stoimost2 h3 {
            margin: -99px 50px 0 15%;
            font-size: 45em;
        }
        .stoimost-ikonka-hruska {
            width: 43px;
            height: 41px;
            background-position: -367px -200px;
        }
        .stoimost-ikonka-kosheliok {
            width: 37px;
            height: 38px;
            background-position: 1px -155px;
        }
        .stoimost-ikonka-monetki {
            width: 43px;
            height: 41px;
            background-position: -38px -155px;
        }
        .stoimost-ikonka-meshochek {
            width: 43px;
            height: 41px;
            background-position: -80px -155px;
        }
    }
    @media (min-width: 767px) {
        .stoimost-fon {
            display: block;
            position: absolute;
            left: 0;
            top: 316px;
        }
        .ja_s_kalkulatorom img {
            width: 483px;
            float: right;
        }
    }
    @media (min-width: 992px) {
        ul.leaders,
        ul.leaderss {
            display: block;
        }
        ul.leaders,
        ul.leaderss {
            display: block;
        }
        ul.leaders span:first-child {
            font-size: 1em;
            line-height: 1.5em;
            letter-spacing: 0.04em;
        }
        ul.leaders span + span {
            font-size: 1em;
        }
        ul.leaderss span:first-child {
            font-size: 1em;
            line-height: 1.5em;
            letter-spacing: 0.04em;
        }
        ul.leaderss span + span {
            font-size: 1em;
        }
    }
    @media (min-width: 1200px) {
        ul.leaders,
        ul.leaderss {
            display: block;
        }
        ul.leaders,
        ul.leaderss {
            display: block;
        }
        ul.leaders span:first-child {
            font-size: 1.05em;
            line-height: 1.5em;
            letter-spacing: 0.01em;
        }
        ul.leaders span + span {
            font-size: 1.1em;
        }
        ul.leaderss span:first-child {
            font-size: 1.15em;
            line-height: 1.5em;
            letter-spacing: 0.01em;
        }
        ul.leaderss span + span {
            font-size: 1.1em;
        }
        .hruska1 {
            display: block;
            position: absolute;
            bottom: 300px;
            left: 220px;
            opacity: 0.3;
        }
        .hruska2 {
            display: block;
            position: absolute;
            top: 850px;
            right: 340px;
            opacity: 0.3;
        }
        .kosheliok1 {
            display: block;
            position: absolute;
            top: 230px;
            left: 361px;
            opacity: 0.3;
        }
        .kosheliok2 {
            display: block;
            position: absolute;
            bottom: 100px;
            left: 530px;
            opacity: 0.3;
        }
        .kosheliok3 {
            display: block;
            position: absolute;
            top: 700px;
            right: 110px;
            opacity: 0.3;
        }
        .monetki1 {
            display: block;
            position: absolute;
            top: 980px;
            left: 519px;
            opacity: 0.3;
        }
        .monetki2 {
            display: block;
            position: absolute;
            bottom: 200px;
            right: 200px;
            opacity: 0.3;
        }
        .monetki3 {
            display: block;
            position: absolute;
            top: 400px;
            right: 130px;
            opacity: 0.3;
        }
        .meshochek1 {
            display: block;
            position: absolute;
            bottom: 600px;
            left: 130px;
            opacity: 0.3;
        }
        .meshochek2 {
            display: block;
            position: absolute;
            bottom: 400px;
            right: 30px;
            opacity: 0.3;
        }
        .ja_s_kalkulatorom img {
            width: 645px;
            float: right;
        }
    }
    @media (min-width: 1600px) {
        .hruska1 {
            display: block;
            position: absolute;
            bottom: 300px;
            left: 220px;
        }
        .hruska2 {
            display: block;
            position: absolute;
            top: 850px;
            right: 340px;
        }
        .kosheliok1 {
            display: block;
            position: absolute;
            top: 270px;
            left: 470px;
        }
        .kosheliok2 {
            display: block;
            position: absolute;
            bottom: 100px;
            left: 730px;
        }
        .kosheliok3 {
            display: block;
            position: absolute;
            top: 700px;
            right: 410px;
        }
        .monetki1 {
            display: block;
            position: absolute;
            top: 980px;
            left: 719px;
        }
        .monetki2 {
            display: block;
            position: absolute;
            bottom: 200px;
            right: 200px;
        }
        .monetki3 {
            display: block;
            position: absolute;
            top: 400px;
            right: 310px;
        }
        .meshochek1 {
            display: block;
            position: absolute;
            bottom: 600px;
            left: 130px;
        }
        .meshochek2 {
            display: block;
            position: absolute;
            bottom: 400px;
            right: 330px;
        }
    }
    .piatpriemeshestv_main_div {
        width: 100%;
    }
    .piatpriemeshestvright h3 {
        color: #565656;
        font-size: 1.3em;
        letter-spacing: -0.02em;
        margin: 31px 0 31px 9px;
    }
    .piatpriemeshestvleft h3 {
        color: #565656;
        font-size: 1.3em;
        letter-spacing: -0.02em;
        margin: 31px 0 31px 11px;
    }
    .piatpriemeshestvright p {
        font-size: 0.9em;
        letter-spacing: 0.01em;
    }
    .piatpriemeshestvleft p {
        font-size: 0.9em;
        letter-spacing: 0.01em;
    }
    .piatpriemeshestvright p > span {
        font-size: 1.5em;
        color: orange;
    }
    .piatpriemeshestvleft p > span {
        font-size: 1.5em;
        color: orange;
    }
    .piatpriemeshestvtitle {
        background: rgba(255, 255, 255, 0.75);
        height: 150px;
        overflow: hidden;
    }
    .piatpriemeshestvright {
        width: 340px;
        height: 195px;
        float: left;
        background-color: white;
    }
    .piatpriemeshestvleft {
        width: 340px;
        height: 195px;
        float: right;
        background-color: white;
    }
    .piatpriemeshestvrightnamber {
        max-width: 340px;
        height: 50px;
        background-color: #fcfae1;
        width: 100%;
    }
    .piatpriemeshestvleftnamber {
        max-width: 340px;
        height: 50px;
        background-color: #fcfae1;
        width: 100%;
    }
    .piatpriemeshestvleftnamber,
    .piatpriemeshestvrightnamber span {
        color: #907bb5;
        font-size: 40px;
        font-weight: 800;
        text-align: center;
        display: block;
    }
    @media (min-width: 576px) {
        .piatpriemeshestvright {
            width: 450px;
            height: 130px;
            float: right;
        }
        .piatpriemeshestvleft {
            width: 450px;
            height: 130px;
            float: left;
        }
        .piatpriemeshestvright h3 {
            font-size: 1.3em;
            margin: 33px 0 0 182px;
        }
        .piatpriemeshestvleft h3 {
            font-size: 1.3em;
            margin: 33px 0 0 45px;
        }
        .piatpriemeshestvright p {
            font-size: 0.8em;
            margin: 15px 0 0 182px;
        }
        .piatpriemeshestvleft p {
            font-size: 0.8em;
            margin: 15px 0 0 45px !important;
        }
        .piatpriemeshestvrightnamber {
            float: left;
            max-width: 130px;
            height: 130px;
            background-color: #fcfae1;
            width: 100%;
            margin-right: 10px;
        }
        .piatpriemeshestvleftnamber {
            float: right;
            max-width: 130px;
            height: 130px;
            background-color: #fcfae1;
            width: 100%;
        }
        .piatpriemeshestvleftnamber,
        .piatpriemeshestvrightnamber span {
            font-size: 80px;
        }
    }
    @media (min-width: 767px) {
        .piatpriemeshestvright {
            width: 450px;
        }
        .piatpriemeshestvleft {
            width: 450px;
        }
    }
    @media (min-width: 992px) {
        .piatpriemeshestv_main_div {
            width: 830px;
            margin: 0 auto;
        }
        .piatpriemeshestvright {
            width: 450px;
            margin: 0 30px 0 0;
        }
        .piatpriemeshestvleft {
            width: 450px;
            margin: 0 0 0 30px;
        }
    }
    @media (min-width: 1200px) {
        .piatpriemeshestvright {
            width: 450px;
            margin: 0 30px 0 0;
        }
        .piatpriemeshestvleft {
            width: 450px;
            margin: 0 0 0 30px;
        }
    }
    .prichini {
        width: 90%;
        height: 167px;
    }
    .prichini h3 {
        float: left;
        margin: -15px 7px 0 0;
        color: #ff9500;
        font-size: 4em;
    }
    .prichini h4 {
        color: #c1c1c1;
        font-weight: 400;
        font-size: 1.2em;
        letter-spacing: 0.007em;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    }
    .prichini p {
        line-height: 1.3em;
        margin-top: 27px;
        color: #c1c1c1;
        font-size: 0.9em;
    }
    @media (min-width: 576px) {
        .prichini { width: 310px;
        }
        .prichini h3 {
            font-size: 3em;
        }
    }
    @media (min-width: 767px) {
        .prichini {
        }
        .prichini h3 {
            font-size: 4em;
            margin: 0 15px 0 0;
        }
        .prichini h4 {
            font-style: italic;
            margin-top: 15px;
        }
    }
    @media (min-width: 992px) {
        .prichini {
        }
        .prichini h3 {
            margin: 9px 15px 0 0;
        }
        .prichini h4 {
            font-size: 1.4em;
            font-style: italic;
            margin-top: 20px;
        }
    }
    .chetbloka {
        width: 250px;
        background-color: white;
        text-align: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        background-color: rgba(42, 42, 42, 0.59);
    }
    .chetbloka img {
        border-radius: 50%;
    }
    .chetbloka p {
        margin: 13px 0 13px 0;
        color: #fff;
        font-size: 0.85em;
        font-weight: 300;
        font-style: italic;
    }
    .chetbloka h3 {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        line-height: 1.4em;
        color: #fff;
        font-size: 1.3em;
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: 0.03em;
        text-shadow: 0 0 6px rgba(18, 18, 17, 0.18);
    }
	
	.tribloka {
        width: 32%;margin: 1px;
		padding: 8px 0 20px 0 ;
        background-color: white;
        text-align: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        background-color: rgba(42, 42, 42, 0.59);
    }
	.tribloka hr{
        margin-top: 12px!important; 
        margin-bottom: 12px!important;
    }
	
	
    .tribloka img {
        border-radius: 50%;
    }
    .tribloka p {
        margin: -5px 0 -5px 0;
        color: #fff;
        font-size: 0.85em;
        font-weight: 300;
        font-style: italic;
    }
    .tribloka h3 {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        line-height: 1.4em;
        color: #fff;
        font-size: 1.12em;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 0.03em;
        text-shadow: 0 0 6px rgba(18, 18, 17, 0.18);
    }
	@media (min-width: 576px) {
        
    }
    @media (min-width: 767px) {
      .tribloka {
        width: 250px;
		padding: 33px;}
	 .tribloka h3 {
        
        font-size: 1.3em;
         
        font-weight: 300;
         
        }  
    }
    @media (min-width: 992px) {
        .tribloka {
        width: 300px; }
    }
	
    .trista {
        float: left;
        width: 55px;
        height: 30px;
        filter: grayscale(80%);
        margin: 7px;
        transition: 0.2s;
    }
    .trista:hover {
        filter: grayscale(1%);
    }
    .trista img {
        width: 100%;
    }
    .chetiresta {
        float: left;
        width: 60px;
        height: 30px;
        filter: grayscale(80%);
        margin: 7px;
        padding-top: 3px;
        transition: 0.2s;
    }
    .chetiresta:hover {
        filter: grayscale(1%);
    }
    .chetiresta img {
        width: 100%;
    }
    .chetiresta50 {
        float: left;
        width: 66px;
        height: 30px;
        filter: grayscale(80%);
        margin: 7px;
        padding-top: 4px;
        transition: 0.2s;
    }
    .chetiresta50:hover {
        filter: grayscale(1%);
    }
    .chetiresta50 img {
        width: 100%;
    }
    .avatarsdiv {
        width: 150px;
        height: 170px;
        padding-left: 15px;
    }
    .avatarsdiv p {
        text-align: center;
        color: #acacac;
        font-weight: 600;
        margin-top: 5px;
    }
    .avatarsdiv video {
        width: 130px !important;
        height: 130px !important;
        margin: 0 auto;
        border-radius: 50%;
        position: relative !important;
    }
    @media (min-width: 992px) {
        .trista {
            width: 110px;
            height: 64px;
            margin: 12px;
        }
        .chetiresta {
            width: 130px;
            height: 64px;
            margin: 12px;
            padding-top: 4px;
        }
        .chetiresta50 {
            width: 140px;
            height: 64px;
            margin: 12px;
            padding-top: 6px;
        }
        .avatarsdiv {
            height: 150px;
        }
        .avatarsdiv p {
            margin-top: 14px;
        }
    }
    @media (min-width: 1600px) {
        .trista {
            width: 120px;
            height: 64px;
            margin: 17px;
        }
        .chetiresta {
            width: 140px;
            height: 64px;
            margin: 17px;
            padding-top: 5px;
        }
        .chetiresta50 {
            width: 160px;
            height: 64px;
            margin: 17px;
            padding-top: 7px;
        }
    }
    .uslugi-first-div {
        position: relative;
        margin: 37px 0 67px 0px;
        
    }
    .uslugi-div {
        width: 100%;
        height: 250px;
        margin: 0 auto;
        position: relative;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        z-index: 2;
        background-color: white;
        padding: 15px;
    }
    .uslugi-video-price {
        width: 140px;
        height: 140px;
        margin: -135px 0 0 28%;
        position: absolute;
        padding: 30px;
        background-color: white;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        border-radius: 50%;
        overflow: hidden;
        z-index: 5;
    }
    .uslugi-video-price img {
        width: 100%;
        filter: grayscale(20%);
    }
    .uslugi-video-price:hover {
        filter: grayscale(0%);
    }
    .uslugi-video {
        width: 120px;
        height: 120px;
        margin: -53px 0 0 3%;
        position: absolute;
        background-color: white;
        border: 7px solid #e8e8e8;
        box-sizing: border-box;
        border-radius: 50%;
        overflow: hidden;
        z-index: 5;
    }
    .uslugi-video video {
        width: 100%;
        filter: grayscale(20%);
    }
    .uslugi-video video:hover {
        filter: grayscale(0%);
    }
    .uslugi-next-day {
        position: absolute;
        text-align: right;
        margin: 40px 0 0 0;
        font-size: 0.7em;
        color: red;
    }
    .uslugi-h3 {
        width: 95%;
        height: 30px;
        background: rgba(247, 247, 247, 1);
        background: -moz-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: -webkit-gradient(
            left top,
            right bottom,
            color-stop(0%, rgba(247, 247, 247, 1)),
            color-stop(40%, rgba(247, 247, 247, 1)),
            color-stop(100%, rgba(255, 255, 255, 1))
        );
        background: -webkit-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: -o-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: -ms-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: linear-gradient(
            135deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#ffffff',GradientType=1);
        position: absolute;
        text-align: right;
    }
    .uslugi-h3 h3 {
        margin-top: 5px;
        font-size: 1.2em;
        display: block;
    }
    .uslugi-p {
        width: 93%;
        height: 75px;
        background: rgba(247, 247, 247, 1);
        background: -moz-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: -webkit-gradient(
            left top,
            right bottom,
            color-stop(0%, rgba(247, 247, 247, 1)),
            color-stop(40%, rgba(247, 247, 247, 1)),
            color-stop(100%, rgba(255, 255, 255, 1))
        );
        background: -webkit-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: -o-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: -ms-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: linear-gradient(
            135deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#ffffff',GradientType=1);
        position: absolute;
        margin: 60px 0 0 0;
        padding-left: 0;
        text-align: right;
    }
    .uslugi-p p {
        margin-top: 5px;
        margin-right: 0;
        display: block;
        font-size: 0.85em;
    }
    .uslugi-price {
        width: 95%;
        height: 40px;
        position: absolute;
        margin: 170px 0 0 0;
        padding-left: 0;
        text-align: right;
        background: rgba(247, 247, 247, 1);
        background: -moz-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: -webkit-gradient(
            left top,
            right bottom,
            color-stop(0%, rgba(247, 247, 247, 1)),
            color-stop(40%, rgba(247, 247, 247, 1)),
            color-stop(100%, rgba(255, 255, 255, 1))
        );
        background: -webkit-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: -o-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: -ms-linear-gradient(
            -45deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        background: linear-gradient(
            135deg,
            rgba(247, 247, 247, 1) 0%,
            rgba(247, 247, 247, 1) 40%,
            rgba(255, 255, 255, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#ffffff',GradientType=1);
    }
    .uslugi-price p {
        margin-top: -14px;
        margin-right: 0;
        display: block;
        font-size: 2.95em;
    }
    .uslugi-price span {
        font-size: 0.25em;
    }
    @media (min-width: 992px) {
        .uslugi-first-div {
            width: 100%;
            position: relative;
            margin: 70px 0 130px 0;
        }
        .uslugi-div {
            width: 760px;
            height: 268px;
            padding: 13px 23px 23px 23px;
        }
        .uslugi-video {
            width: 220px;
            height: 220px;
            margin: 13px 0 0 -98px;
        }
        .uslugi-video-price {
            width: 220px;
            height: 220px;
            margin: 13px 0 0 -98px;
        }
        .uslugi-h3 {
            width: 380px;
            height: 30px;
            margin: 0 0 0 245px;
            padding-left: 40px;
            text-align: right;
        }
        .uslugi-h3 h3 {
            margin-top: 5px;
            margin-right: -53px;
            display: block;
            font-size: 1.8em;
        }
        .uslugi-p {
            width: 525px;
            height: 75px;
            margin: 71px 0 0 102px;
            padding-left: 40px;
            text-align: right;
        }
        .uslugi-p p {
            margin-top: 5px;
            margin-right: -53px;
            display: block;
            font-size: 0.95em;
        }
        .uslugi-next-day {
            position: absolute;
            text-align: right;
            right: 68px;
            margin: 40px 0 0 0;
            font-size: 0.7em;
            color: red;
        }
        .uslugi-price {
            width: 246px;
            height: 40px;
            margin: 173px 0 0 400px;
            padding-left: 40px;
        }
        .uslugi-price p {
            margin-top: -14px;
            margin-right: -158px;
            font-size: 3.95em;
        }
    }
    ul.footercont {
        list-style: none;
        margin-top: 14px;
        margin-left: -27px;
        font-weight: 600;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    }
    ul.footermenu {
        list-style: none;
        margin-top: 6px;
        margin-left: -16px;
        font-weight: 600;
        font-size: 1.1em;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    }
    .footermenu a {
        color: #253b59 !important;
    }
    .footermenu a:hover {
        color: #8c15b9 !important;
    }
    .footermenu a:active {
        color: #8c15b9 !important;
    }
    .footermenu li {
        color: #8c15b9;
    }
    .scroller {
        position: fixed;
        bottom: 30px;
        right: 10px;
        cursor: pointer;
        border-radius: 50%;
        opacity: 0.2;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background-position: -335px -2px;
        width: 45px;
        height: 45px;
        display: none;
        visibility: hidden;
    }
    @media (min-width: 576px) {
        .scroller {
            right: 10px;
            visibility: visible;
        }
    }
    .scroller:hover {
        opacity: 0.5;
    }
    @media (min-width: 992px) {
        .scroller {
            right: 30px;
            visibility: visible;
        }
    }
    #playbuton2 {
        height: 150px;
        transition: all 2s linear;
        display: block;
        margin: 3% auto 0 auto;
        cursor: pointer;
    }
    .hidden {
        height: 0 !important;
        opacity: 0;
    }
    .sprite {
        background-image: url(/images/spritik-new-3x.png);
        background-size: 412px;
    }
    .sprite2 {
        background-image: url(/images/spritik-new-3x.png);
    }
    .semantics_info {
        display: none;
    }
    .animateBlock {
        display: inline-block;
        opacity: 0;
        filter: alpha(opacity=0);
        position: relative;
        -webkit-transition: all 0.55s ease-in;
        -moz-transition: all 0.55s ease-in;
        -o-transition: all 0.55s ease-in;
        transition: all 0.55s ease-in;
    }
    .animateBlock.left {
        left: -20%;
    }
    .animateBlock.right {
        right: -20%;
    }
    .left.animated {
        left: 0%;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .right.animated {
        right: 0%;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .cd-headline.type .cd-words-wrapper.selected::after,
    .cd-headline.type b {
        visibility: hidden;
    }
    .cd-headline.clip span,
    .cd-headline.loading-bar span,
    .cd-headline.slide span {
        padding: 0.04em 0;
        display: inline-block;
    }
    .cd-headline.clip .cd-words-wrapper,
    .cd-headline.loading-bar .cd-words-wrapper,
    .cd-headline.slide .cd-words-wrapper {
        overflow: hidden;
        vertical-align: top;
        color: #4b18a5;
    }
    .cd-title {
        position: relative;
        height: 160px;
        line-height: 230px;
        text-align: center;
    }
    .cd-title h1 {
        font-weight: 700;
    }
    @media only screen and (min-width: 768px) {
        .cd-title {
            line-height: 250px;
        }
    }
    .cd-intro {
        width: 90%;
        max-width: 768px;
        text-align: center;
        margin: 4em auto;
    }
    @media only screen and (min-width: 768px) {
        .cd-intro {
            margin: 5em auto;
        }
        .cd-headline {
            font-weight: 600;
        }
    }
    @media only screen and (min-width: 1170px) {
        .cd-title {
            height: 200px;
            line-height: 300px;
        }
        .cd-intro {
            margin: 6em auto;
        }
    }
    .cd-headline {
        line-height: 1.2;
    }
    .cd-words-wrapper {
        display: inline-block;
        position: relative;
        text-align: left;
    }
    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }
    .cd-words-wrapper b.is-visible {
        position: relative;
    }
    .no-js .cd-words-wrapper b {
        opacity: 0;
    }
    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }
    .cd-headline.rotate-1 .cd-words-wrapper {
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        perspective: 300px;
    }
    .cd-headline.rotate-1 b {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
    .cd-headline.rotate-1 b.is-visible {
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-animation: cd-rotate-1-in 1.2s;
        -moz-animation: cd-rotate-1-in 1.2s;
        animation: cd-rotate-1-in 1.2s;
    }
    .cd-headline.rotate-1 b.is-hidden {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-animation: cd-rotate-1-out 1.2s;
        -moz-animation: cd-rotate-1-out 1.2s;
        animation: cd-rotate-1-out 1.2s;
    }
    @-webkit-keyframes cd-rotate-1-in {
        0% {
            -webkit-transform: rotateX(180deg);
            opacity: 0;
        }
        35% {
            -webkit-transform: rotateX(120deg);
            opacity: 0;
        }
        65% {
            opacity: 0;
        }
        100% {
            -webkit-transform: rotateX(360deg);
            opacity: 1;
        }
    }
    @-moz-keyframes cd-rotate-1-in {
        0% {
            -moz-transform: rotateX(180deg);
            opacity: 0;
        }
        35% {
            -moz-transform: rotateX(120deg);
            opacity: 0;
        }
        65% {
            opacity: 0;
        }
        100% {
            -moz-transform: rotateX(360deg);
            opacity: 1;
        }
    }
    @keyframes cd-rotate-1-in {
        0% {
            -webkit-transform: rotateX(180deg);
            -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
            -o-transform: rotateX(180deg);
            transform: rotateX(180deg);
            opacity: 0;
        }
        35% {
            -webkit-transform: rotateX(120deg);
            -moz-transform: rotateX(120deg);
            -ms-transform: rotateX(120deg);
            -o-transform: rotateX(120deg);
            transform: rotateX(120deg);
            opacity: 0;
        }
        65% {
            opacity: 0;
        }
        100% {
            -webkit-transform: rotateX(360deg);
            -moz-transform: rotateX(360deg);
            -ms-transform: rotateX(360deg);
            -o-transform: rotateX(360deg);
            transform: rotateX(360deg);
            opacity: 1;
        }
    }
    @-webkit-keyframes cd-rotate-1-out {
        0% {
            -webkit-transform: rotateX(0);
            opacity: 1;
        }
        35% {
            -webkit-transform: rotateX(-40deg);
            opacity: 1;
        }
        65% {
            opacity: 0;
        }
        100% {
            -webkit-transform: rotateX(180deg);
            opacity: 0;
        }
    }
    @-moz-keyframes cd-rotate-1-out {
        0% {
            -moz-transform: rotateX(0);
            opacity: 1;
        }
        35% {
            -moz-transform: rotateX(-40deg);
            opacity: 1;
        }
        65% {
            opacity: 0;
        }
        100% {
            -moz-transform: rotateX(180deg);
            opacity: 0;
        }
    }
    @keyframes cd-rotate-1-out {
        0% {
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
            opacity: 1;
        }
        35% {
            -webkit-transform: rotateX(-40deg);
            -moz-transform: rotateX(-40deg);
            -ms-transform: rotateX(-40deg);
            -o-transform: rotateX(-40deg);
            transform: rotateX(-40deg);
            opacity: 1;
        }
        65% {
            opacity: 0;
        }
        100% {
            -webkit-transform: rotateX(180deg);
            -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
            -o-transform: rotateX(180deg);
            transform: rotateX(180deg);
            opacity: 0;
        }
    }
    .cd-headline.type .cd-words-wrapper {
        vertical-align: top;
    }
    .cd-headline.type .cd-words-wrapper::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 90%;
        width: 1px;
        background-color: #aebcb9;
    }
    .cd-headline.type .cd-words-wrapper.waiting::after {
        -webkit-animation: cd-pulse 1s infinite;
        -moz-animation: cd-pulse 1s infinite;
        animation: cd-pulse 1s infinite;
    }
    .cd-headline.type .cd-words-wrapper.selected {
        background-color: #aebcb9;
    }
    .cd-headline.type .cd-words-wrapper.selected b {
        color: #0d0d0d;
    }
    .cd-headline.type b.is-visible {
        visibility: visible;
    }
    .cd-headline.type i {
        position: absolute;
        visibility: hidden;
        font-weight: 400;
        font-style: normal;
    }
    .cd-headline.type i.in {
        position: relative;
        visibility: visible;
    }
    @-webkit-keyframes cd-pulse {
        0% {
            -webkit-transform: translateY(-50%) scale(1);
            opacity: 1;
        }
        40% {
            -webkit-transform: translateY(-50%) scale(0.9);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(-50%) scale(0);
            opacity: 0;
        }
    }
    @-moz-keyframes cd-pulse {
        0% {
            -moz-transform: translateY(-50%) scale(1);
            opacity: 1;
        }
        40% {
            -moz-transform: translateY(-50%) scale(0.9);
            opacity: 0;
        }
        100% {
            -moz-transform: translateY(-50%) scale(0);
            opacity: 0;
        }
    }
    @keyframes cd-pulse {
        0% {
            -webkit-transform: translateY(-50%) scale(1);
            -moz-transform: translateY(-50%) scale(1);
            -ms-transform: translateY(-50%) scale(1);
            -o-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
            opacity: 1;
        }
        40% {
            -webkit-transform: translateY(-50%) scale(0.9);
            -moz-transform: translateY(-50%) scale(0.9);
            -ms-transform: translateY(-50%) scale(0.9);
            -o-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(-50%) scale(0);
            -moz-transform: translateY(-50%) scale(0);
            -ms-transform: translateY(-50%) scale(0);
            -o-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
            opacity: 0;
        }
    }
    .cd-headline.rotate-2 .cd-words-wrapper {
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        perspective: 300px;
    }
    .cd-headline.rotate-2 em,
    .cd-headline.rotate-2 i {
        display: inline-block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .cd-headline.rotate-2 b {
        opacity: 0;
    }
    .cd-headline.rotate-2 i {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
        opacity: 0;
    }
    .is-visible .cd-headline.rotate-2 i {
        opacity: 1;
    }
    .cd-headline.rotate-2 i.in {
        -webkit-animation: cd-rotate-2-in 0.4s forwards;
        -moz-animation: cd-rotate-2-in 0.4s forwards;
        animation: cd-rotate-2-in 0.4s forwards;
    }
    .cd-headline.rotate-2 i.out {
        -webkit-animation: cd-rotate-2-out 0.4s forwards;
        -moz-animation: cd-rotate-2-out 0.4s forwards;
        animation: cd-rotate-2-out 0.4s forwards;
    }
    .cd-headline.rotate-2 em {
        -webkit-transform: translateZ(20px);
        -moz-transform: translateZ(20px);
        -ms-transform: translateZ(20px);
        -o-transform: translateZ(20px);
        transform: translateZ(20px);
    }
    .no-csstransitions .cd-headline.rotate-2 i {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 0;
    }
    .no-csstransitions .cd-headline.rotate-2 i em {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .no-csstransitions .cd-headline.rotate-2 .is-visible i {
        opacity: 1;
    }
    @-webkit-keyframes cd-rotate-2-in {
        0% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(90deg);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(-10deg);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(0);
        }
    }
    @-moz-keyframes cd-rotate-2-in {
        0% {
            opacity: 0;
            -moz-transform: translateZ(-20px) rotateX(90deg);
        }
        60% {
            opacity: 1;
            -moz-transform: translateZ(-20px) rotateX(-10deg);
        }
        100% {
            opacity: 1;
            -moz-transform: translateZ(-20px) rotateX(0);
        }
    }
    @keyframes cd-rotate-2-in {
        0% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(90deg);
            -moz-transform: translateZ(-20px) rotateX(90deg);
            -ms-transform: translateZ(-20px) rotateX(90deg);
            -o-transform: translateZ(-20px) rotateX(90deg);
            transform: translateZ(-20px) rotateX(90deg);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(-10deg);
            -moz-transform: translateZ(-20px) rotateX(-10deg);
            -ms-transform: translateZ(-20px) rotateX(-10deg);
            -o-transform: translateZ(-20px) rotateX(-10deg);
            transform: translateZ(-20px) rotateX(-10deg);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(0);
            -moz-transform: translateZ(-20px) rotateX(0);
            -ms-transform: translateZ(-20px) rotateX(0);
            -o-transform: translateZ(-20px) rotateX(0);
            transform: translateZ(-20px) rotateX(0);
        }
    }
    @-webkit-keyframes cd-rotate-2-out {
        0% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(-100deg);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(-90deg);
        }
    }
    @-moz-keyframes cd-rotate-2-out {
        0% {
            opacity: 1;
            -moz-transform: translateZ(-20px) rotateX(0);
        }
        60% {
            opacity: 0;
            -moz-transform: translateZ(-20px) rotateX(-100deg);
        }
        100% {
            opacity: 0;
            -moz-transform: translateZ(-20px) rotateX(-90deg);
        }
    }
    @keyframes cd-rotate-2-out {
        0% {
            opacity: 1;
            -webkit-transform: translateZ(-20px) rotateX(0);
            -moz-transform: translateZ(-20px) rotateX(0);
            -ms-transform: translateZ(-20px) rotateX(0);
            -o-transform: translateZ(-20px) rotateX(0);
            transform: translateZ(-20px) rotateX(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(-100deg);
            -moz-transform: translateZ(-20px) rotateX(-100deg);
            -ms-transform: translateZ(-20px) rotateX(-100deg);
            -o-transform: translateZ(-20px) rotateX(-100deg);
            transform: translateZ(-20px) rotateX(-100deg);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateZ(-20px) rotateX(-90deg);
            -moz-transform: translateZ(-20px) rotateX(-90deg);
            -ms-transform: translateZ(-20px) rotateX(-90deg);
            -o-transform: translateZ(-20px) rotateX(-90deg);
            transform: translateZ(-20px) rotateX(-90deg);
        }
    }
    .cd-headline.loading-bar .cd-words-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 0;
        background: #0096a7;
        z-index: 2;
        -webkit-transition: width 0.3s -0.1s;
        -moz-transition: width 0.3s -0.1s;
        transition: width 0.3s -0.1s;
    }
    .cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
        width: 100%;
        -webkit-transition: width 3s;
        -moz-transition: width 3s;
        transition: width 3s;
    }
    .cd-headline.loading-bar b {
        top: 0.2em;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .cd-headline.loading-bar b.is-visible {
        opacity: 1;
        top: 0;
    }
    .cd-headline.slide b {
        opacity: 0;
        top: 0.2em;
    }
    .cd-headline.slide b.is-visible {
        top: 0;
        opacity: 1;
        -webkit-animation: slide-in 0.6s;
        -moz-animation: slide-in 0.6s;
        animation: slide-in 0.6s;
    }
    .cd-headline.slide b.is-hidden {
        -webkit-animation: slide-out 0.6s;
        -moz-animation: slide-out 0.6s;
        animation: slide-out 0.6s;
    }
    @-webkit-keyframes slide-in {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-100%);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateY(20%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }
    @-moz-keyframes slide-in {
        0% {
            opacity: 0;
            -moz-transform: translateY(-100%);
        }
        60% {
            opacity: 1;
            -moz-transform: translateY(20%);
        }
        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }
    @keyframes slide-in {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateY(20%);
            -moz-transform: translateY(20%);
            -ms-transform: translateY(20%);
            -o-transform: translateY(20%);
            transform: translateY(20%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }
    @-webkit-keyframes slide-out {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateY(120%);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateY(100%);
        }
    }
    @-moz-keyframes slide-out {
        0% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
        60% {
            opacity: 0;
            -moz-transform: translateY(120%);
        }
        100% {
            opacity: 0;
            -moz-transform: translateY(100%);
        }
    }
    @keyframes slide-out {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateY(120%);
            -moz-transform: translateY(120%);
            -ms-transform: translateY(120%);
            -o-transform: translateY(120%);
            transform: translateY(120%);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%);
        }
    }
    .cd-headline.clip .cd-words-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #aebcb9;
    }
    .cd-headline.clip b {
        opacity: 0;
    }
    .cd-headline.clip b.is-visible {
        opacity: 1;
    }
    .cd-headline.zoom .cd-words-wrapper {
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        perspective: 300px;
    }
    .cd-headline.zoom b {
        opacity: 0;
    }
    .cd-headline.zoom b.is-visible {
        opacity: 1;
        -webkit-animation: zoom-in 0.8s;
        -moz-animation: zoom-in 0.8s;
        animation: zoom-in 0.8s;
    }
    .cd-headline.zoom b.is-hidden {
        -webkit-animation: zoom-out 0.8s;
        -moz-animation: zoom-out 0.8s;
        animation: zoom-out 0.8s;
    }
    @-webkit-keyframes zoom-in {
        0% {
            opacity: 0;
            -webkit-transform: translateZ(100px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateZ(0);
        }
    }
    @-moz-keyframes zoom-in {
        0% {
            opacity: 0;
            -moz-transform: translateZ(100px);
        }
        100% {
            opacity: 1;
            -moz-transform: translateZ(0);
        }
    }
    @keyframes zoom-in {
        0% {
            opacity: 0;
            -webkit-transform: translateZ(100px);
            -moz-transform: translateZ(100px);
            -ms-transform: translateZ(100px);
            -o-transform: translateZ(100px);
            transform: translateZ(100px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }
    }
    @-webkit-keyframes zoom-out {
        0% {
            opacity: 1;
            -webkit-transform: translateZ(0);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateZ(-100px);
        }
    }
    @-moz-keyframes zoom-out {
        0% {
            opacity: 1;
            -moz-transform: translateZ(0);
        }
        100% {
            opacity: 0;
            -moz-transform: translateZ(-100px);
        }
    }
    @keyframes zoom-out {
        0% {
            opacity: 1;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateZ(-100px);
            -moz-transform: translateZ(-100px);
            -ms-transform: translateZ(-100px);
            -o-transform: translateZ(-100px);
            transform: translateZ(-100px);
        }
    }
    .cd-headline.rotate-3 .cd-words-wrapper {
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        perspective: 300px;
    }
    .cd-headline.rotate-3 b {
        opacity: 0;
    }
    .cd-headline.rotate-3 i {
        display: inline-block;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .is-visible .cd-headline.rotate-3 i {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    .cd-headline.rotate-3 i.in {
        -webkit-animation: cd-rotate-3-in 0.6s forwards;
        -moz-animation: cd-rotate-3-in 0.6s forwards;
        animation: cd-rotate-3-in 0.6s forwards;
    }
    .cd-headline.rotate-3 i.out {
        -webkit-animation: cd-rotate-3-out 0.6s forwards;
        -moz-animation: cd-rotate-3-out 0.6s forwards;
        animation: cd-rotate-3-out 0.6s forwards;
    }
    .no-csstransitions .cd-headline.rotate-3 i {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 0;
    }
    .no-csstransitions .cd-headline.rotate-3 .is-visible i {
        opacity: 1;
    }
    @-webkit-keyframes cd-rotate-3-in {
        0% {
            -webkit-transform: rotateY(180deg);
        }
        100% {
            -webkit-transform: rotateY(0);
        }
    }
    @-moz-keyframes cd-rotate-3-in {
        0% {
            -moz-transform: rotateY(180deg);
        }
        100% {
            -moz-transform: rotateY(0);
        }
    }
    @keyframes cd-rotate-3-in {
        0% {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }
        100% {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            -ms-transform: rotateY(0);
            -o-transform: rotateY(0);
            transform: rotateY(0);
        }
    }
    @-webkit-keyframes cd-rotate-3-out {
        0% {
            -webkit-transform: rotateY(0);
        }
        100% {
            -webkit-transform: rotateY(-180deg);
        }
    }
    @-moz-keyframes cd-rotate-3-out {
        0% {
            -moz-transform: rotateY(0);
        }
        100% {
            -moz-transform: rotateY(-180deg);
        }
    }
    @keyframes cd-rotate-3-out {
        0% {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            -ms-transform: rotateY(0);
            -o-transform: rotateY(0);
            transform: rotateY(0);
        }
        100% {
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            -ms-transform: rotateY(-180deg);
            -o-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
        }
    }
    .cd-headline.scale b {
        opacity: 0;
    }
    .cd-headline.scale i {
        display: inline-block;
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    .is-visible .cd-headline.scale i {
        opacity: 1;
    }
    .cd-headline.scale i.in {
        -webkit-animation: scale-up 0.6s forwards;
        -moz-animation: scale-up 0.6s forwards;
        animation: scale-up 0.6s forwards;
    }
    .cd-headline.scale i.out {
        -webkit-animation: scale-down 0.6s forwards;
        -moz-animation: scale-down 0.6s forwards;
        animation: scale-down 0.6s forwards;
    }
    .no-csstransitions .cd-headline.scale i {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    .no-csstransitions .cd-headline.scale .is-visible i {
        opacity: 1;
    }
    @-webkit-keyframes scale-up {
        0% {
            -webkit-transform: scale(0);
            opacity: 0;
        }
        60% {
            -webkit-transform: scale(1.2);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(1);
            opacity: 1;
        }
    }
    @-moz-keyframes scale-up {
        0% {
            -moz-transform: scale(0);
            opacity: 0;
        }
        60% {
            -moz-transform: scale(1.2);
            opacity: 1;
        }
        100% {
            -moz-transform: scale(1);
            opacity: 1;
        }
    }
    @keyframes scale-up {
        0% {
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }
        60% {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
    }
    @-webkit-keyframes scale-down {
        0% {
            -webkit-transform: scale(1);
            opacity: 1;
        }
        60% {
            -webkit-transform: scale(0);
            opacity: 0;
        }
    }
    @-moz-keyframes scale-down {
        0% {
            -moz-transform: scale(1);
            opacity: 1;
        }
        60% {
            -moz-transform: scale(0);
            opacity: 0;
        }
    }
    @keyframes scale-down {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
        60% {
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            opacity: 0;
        }
    }
    .cd-headline.push b {
        opacity: 0;
    }
    .cd-headline.push b.is-visible {
        opacity: 1;
        -webkit-animation: push-in 0.6s;
        -moz-animation: push-in 0.6s;
        animation: push-in 0.6s;
    }
    .cd-headline.push b.is-hidden {
        -webkit-animation: push-out 0.6s;
        -moz-animation: push-out 0.6s;
        animation: push-out 0.6s;
    }
    @-webkit-keyframes push-in {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateX(10%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }
    @-moz-keyframes push-in {
        0% {
            opacity: 0;
            -moz-transform: translateX(-100%);
        }
        60% {
            opacity: 1;
            -moz-transform: translateX(10%);
        }
        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }
    @keyframes push-in {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateX(10%);
            -moz-transform: translateX(10%);
            -ms-transform: translateX(10%);
            -o-transform: translateX(10%);
            transform: translateX(10%);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @-webkit-keyframes push-out {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateX(110%);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateX(100%);
        }
    }
    @-moz-keyframes push-out {
        0% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
        60% {
            opacity: 0;
            -moz-transform: translateX(110%);
        }
        100% {
            opacity: 0;
            -moz-transform: translateX(100%);
        }
    }
    @keyframes push-out {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
        60% {
            opacity: 0;
            -webkit-transform: translateX(110%);
            -moz-transform: translateX(110%);
            -ms-transform: translateX(110%);
            -o-transform: translateX(110%);
            transform: translateX(110%);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%);
        }
    }
    .voprosotvet {
        font-size: 0.9em;
    }
    .vopros {
        margin-top: 30px;
        padding: 20px 0;
        overflow: auto;
    }
    .vopros h6 {
        color: #696969;
        font-weight: 100;
    }
    .voprosimg {
        float: left;
        width: 90px;
        display: block;
    }
    .voprosimg img {
        width: 75%;
    }
    .otvet {
        padding: 20px 0;
        background-color: #f7f7f7;
        position: relative;
        border-bottom: 3px solid #eaeaea;
    }
    .otvet p {
        font-style: italic;
        margin-top: 10px;
    }
    .otvet h6 {
        text-align: center;
        color: #696969;
        font-weight: 100;
    }
    .imgotvet {
        width: 25%;
        margin: 0 auto;
        display: block;
    }
    .otvetstrelka {
        position: absolute;
        top: -9px;
        right: 46%;
        filter: invert(100%);
        background-position: -342px -8px;
        width: 30px;
        height: 30px;
    }
    .right-side-article-bar {
        padding-bottom: 25px;
        min-width: 100px;
        min-height: 100px;
    }
    .zadatvopros {
        position: sticky;
        position: -webkit-sticky;
        top: 35px;
    }
    @media (min-width: 767px) {
        .zadatvopros {
            top: 95px;
        }
        .imgotvet {
            width: 100%;
        }
    }
    .form-style-in-main-page {
        width: 100%;
        font-size: 16px;
    }
    .form-style-in-main-page input[type="submit"],
    .form-style-in-main-page input[type="button"],
    .form-style-in-main-page input[type="text"],
    .form-style-in-main-page input[type="email"],
    .form-style-in-main-page textarea,
    .form-style-in-main-page label {
        font-size: 16px;
        color: #4b18a5;
    }
    .form-style-in-main-page label {
        display: block;
        margin-bottom: 20px;
    }
    .form-style-in-main-page label > span {
        display: inline-block;
        width: 88px;
        font-size: 0.9em;
        color: dimgrey;
    }
    .form-style-in-main-page input[type="text"],
    .form-style-in-main-page input[type="email"] {
        background: transparent;
        border: none;
        border-bottom: 1px dashed #717171;
        width: 230px;
        outline: none;
        padding: 0 0 0 0;
        font-style: italic;
    }
    .form-style-in-main-page textarea {
        font-style: italic;
        padding: 0 0 0 0;
        background: transparent;
        outline: none;
        border: none;
        border-bottom: 1px dashed #717171;
        width: 230px;
        overflow: hidden;
        resize: none;
        height: 23px;
    }
    .form-style-in-main-page textarea:focus,
    .form-style-in-main-page input[type="text"]:focus,
    .form-style-in-main-page input[type="email"]:focus,
    .form-style-in-main-page input[type="email"]:focus {
        border-bottom: 1px dashed #823cff;
    }
    .form-style-in-main-page input[type="submit"],
    .knopka-in-main-page {
        background: linear-gradient(135deg, rgba(60, 160, 208, 1) 0%, rgb(30, 106, 168) 80%);
        display: block;
        border: none;
        margin: 30px 0 22px 5%;
        padding: 8px 40px 8px 40px;
        font-size: 17px;
        font-family: Trebuchet MS;
        border-radius: 18px;
        color: #e9e9e9;
        transition: all 0.1s;
        box-shadow: 7px 7px 11px -5px #4b8abd;
        text-shadow: 0 1px 0 #3d768a;
        cursor: pointer;
    }
    .knopka-in-main-page:hover {
        background: linear-gradient(135deg, rgb(30, 106, 168) 0%, rgba(60, 160, 208, 1) 80%);
    }
    .knopka-uslugi {
        width: 230px;
        background: linear-gradient(135deg, rgba(60, 160, 208, 1) 0%, rgb(30, 106, 168) 80%);
        display: block;
        border: none;
        margin: 40px auto;
        padding: 8px 40px 8px 40px;
        font-size: 17px;
        font-family: Trebuchet MS;
        border-radius: 18px;
        color: #e9e9e9;
        transition: all 0.1s;
        box-shadow: 7px 7px 11px -5px #4b8abd;
        text-shadow: 0 1px 0 #3d768a;
        cursor: pointer;
    }
    .knopka-uslugi:hover {
        color: white;
        text-decoration: none;
        background: linear-gradient(135deg, rgb(30, 106, 168) 0%, rgba(60, 160, 208, 1) 80%);
    }
    .knopka-in-main-page i {
        margin-right: 7px;
    }
    .knopka-in-main-page-vopros {
        background: linear-gradient(135deg, rgba(60, 160, 208, 1) 0%, rgb(30, 106, 168) 80%);
        display: block;
        border: none;
        padding: 11px 40px 8px 47px;
        width: 210px;
        height: 46px;
        margin: 20px auto 0 auto;
        font-size: 17px;
        font-family: Trebuchet MS;
        border-radius: 68px;
        color: #e9e9e9;
        transition: all 0.1s;
        box-shadow: 7px 7px 11px -5px #4b8abd;
        text-shadow: 0 1px 0 #3d768a;
        cursor: pointer;
        overflow: hidden;
    }
    .icon-vopros {
        font-size: 1.5em;
        opacity: 0.2;
    }
    .text-vopros {
        visibility: hidden;
    }
    .knopka-in-main-page-vopros:hover {
        background: linear-gradient(135deg, rgb(30, 106, 168) 0%, rgba(60, 160, 208, 1) 80%);
        color: #dcdcdc;
    }
    @media (min-width: 992px) {
        .knopka-in-main-page-vopros {
            padding: 11px 40px 8px 47px;
            width: 210px;
            height: 46px;
            margin-left: 1px;
        }
        .text-vopros {
            visibility: visible;
        }
        .icon-vopros {
            font-size: 1.1em;
            margin-right: 10px;
        }
        .form-style-in-main-page input[type="text"],
        .form-style-in-main-page input[type="email"] {
            width: 376px;
        }
        .form-style-in-main-page textarea {
            width: 376px;
        }
        .knopka-in-main-page {
            margin: 30px 0 22px 19%;
        }
        .form-style-4 {
            width: 437px;
            font-size: 16px;
            padding: 7px 0 0 0;
        }
    }
    .buttonnn {
        font-size: 1em;
        padding: 10px;
        color: #fff;
        border: 2px solid #06d85f;
        border-radius: 20px/50px;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }
    .buttonnn:hover {
        background: #06d85f;
    }
    .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity 500ms;
        visibility: hidden;
        opacity: 0;
    }
    .overlay:target {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
    .popup {
        margin: 97px auto;
        padding: 32px;
        background: #fff;
        border-radius: 5px;
        width: 34%;
        position: relative;
        transition: all 0.5s ease-in-out;
    }
    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }
    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }
    .popup .close:hover {
        color: #06d85f;
    }
    .popup .content {
        max-height: 30%;
        overflow: auto;
    }
    @media screen and (max-width: 700px) {
        .popup {
            width: 90%;
        }
    }
    .scrollbar {
        height: 300px;
        margin: 40px 0;
        overflow-y: scroll;
    }
    .scrollbar h2 {
        font-size: 1.5em;
    }
    .scrollbar p {
        font-size: 0.9em;
    }
    .scrollbar ul {
        font-size: 0.9em;
    }
    @media (min-width: 992px) {
        .scrollbar {
            margin: 130px 0;
        }
        .scrollbar h2 {
            font-size: 2em;
        }
    }
    #style-2::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #f5f5f5;
    }
    #style-2::-webkit-scrollbar {
        width: 12px;
        background-color: #f5f5f5;
    }
    #style-2::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #909090;
    }
    .linkgorod {
        font-size: 0.8em;
        font-weight: 600;
    }

