﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: "Proba Pro";
    src: url("../fonts/ProbaPro/ProbaPro-Regular.woff2") format("WOFF2"), url("../fonts/ProbaPro/ProbaPro-Regular.woff") format("WOFF"), url("../fonts/ProbaPro/ProbaPro-Regular.svg") format("SVG");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proba Pro";
    src: url("../fonts/ProbaPro/ProbaPro-SemiBold.woff2") format("WOFF2"), url("../fonts/ProbaPro/ProbaPro-SemiBold.woff") format("WOFF"), url("../fonts/ProbaPro/ProbaPro-SemiBold.eot") format("EOT"), url("../fonts/ProbaPro/ProbaPro-SemiBold.svg") format("SVG");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Proba Pro";
    src: url("../fonts/ProbaPro/ProbaPro-Bold.woff2") format("WOFF2"), url("../fonts/ProbaPro/ProbaPro-Bold.woff") format("WOFF"), url("../fonts/ProbaPro/ProbaPro-Bold.eot") format("EOT"), url("../fonts/ProbaPro/ProbaPro-Bold.svg") format("SVG");
    font-weight: 700;
    font-style: normal;
}

html, body {
    height: 100%;
}

.page__wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}

* html .page__wrapper {
    height: 100%;
}

.page__buffer {
    height: 50px;
}

.banner_block {
    background-size: cover;
    background-position: center;
    padding-top: 81px;
    padding-bottom: 70px;
}

    .banner_block .__left {
        width: 100%;
        max-width: 778px;
        padding-left: 15px;
        position: relative;
        z-index: 5;
    }

        .banner_block .__left .header {
            color: #3b4256;
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 40px;
        }

        .banner_block .__left .text {
            color: #848e99;
            font-size: 16px;
            position: relative;
        }

            .banner_block .__left .text:before {
                content: "";
                display: block;
                z-index: -1;
                position: absolute;
                left: 0;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                top: 0;
                width: 85.3px;
                height: 63.2px;
                background-image: url("../img/minified-svg/copy.svg");
            }

    .banner_block .__right {
        max-width: 250px;
        width: 100%;
        position: relative;
        z-index: 5;
    }

        .banner_block .__right .profile .img {
            width: 200px;
            height: 200px;
            background-size: cover;
            background-position: center;
            border-radius: 50%;
            margin: 0 auto;
            margin-bottom: 26px;
        }

        .banner_block .__right .profile .devider {
            margin-bottom: 20px;
        }

        .banner_block .__right .profile .name {
            text-align: center;
            color: #3b4256;
            font-size: 18px;
            margin-bottom: 5px;
        }

        .banner_block .__right .profile .post {
            text-align: center;
            color: #848e99;
        }

@media (max-width: 767px) {
    .banner_block .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .banner_block .__right {
        padding-left: 0;
    }

    .banner_block .__left {
        margin-bottom: 30px;
    }

    .banner_block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.bread_crumbs_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 40px;
    padding-top: 36px;
}

    .bread_crumbs_block a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color: #848e99;
        position: relative;
        padding-right: 15px;
        margin-right: 3px;
    }

        .bread_crumbs_block a:last-child:after {
            display: none;
        }

        .bread_crumbs_block a:after {
            display: block;
            content: "/";
            position: absolute;
            font-size: 16px;
            font-weight: 600;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
        }

footer {
    position: relative;
    padding: 76px 0 35px 0;
    background-color: #234161;
}

    footer:before {
        content: '';
        width: 130px;
        height: 406px;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url("../img/content/bg-coat-of-arms.png");
        background-size: cover;
    }

    footer .pic {
        margin-bottom: 33px;
    }

        footer .pic img {
            width: 64px;
            height: 64px;
        }

    footer .top_part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 24px;
    }

        footer .top_part .left_part {
            width: 33.33%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            footer .top_part .left_part .wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 40px;
            }

            footer .top_part .left_part .call_back {
                color: #f4f7fb;
                font-size: 16px;
                font-weight: 600;
                text-decoration: none;
                text-align: center;
                max-width: 190px;
                width: 100%;
                display: block;
                padding: 8px 0;
                border-radius: 4px;
                border: solid 1px rgba(255, 255, 255, 0.7);
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
            }

                footer .top_part .left_part .call_back:hover {
                    -webkit-transition: all ease 400ms;
                    transition: all ease 400ms;
                    opacity: 0.5;
                }

            footer .top_part .left_part ul {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
            }

                footer .top_part .left_part ul .had {
                    font-size: 16px;
                    font-weight: 600;
                    color: #dde1e6;
                }

                footer .top_part .left_part ul li {
                    margin-bottom: 10px;
                }

                    footer .top_part .left_part ul li a {
                        text-decoration: none;
                        font-size: 14px;
                        color: #dde1e6;
                        display: block;
                        -webkit-transition: all ease 400ms;
                        transition: all ease 400ms;
                    }

                    footer .top_part .left_part ul li:hover a {
                        opacity: .5;
                        -webkit-transition: all ease 400ms;
                        transition: all ease 400ms;
                    }

        footer .top_part .middle_part {
            border-bottom: 0;
            padding-bottom: 0;
            width: 33.33%;
        }

            footer .top_part .middle_part ul .had {
                font-size: 20px;
                color: #fff;
                font-weight: 600;
                margin-bottom: 20px;
            }

            footer .top_part .middle_part ul li a {
                text-decoration: none;
                font-size: 16px;
                font-weight: 600;
                line-height: 1.5;
                color: #848e99;
                display: block;
                margin-bottom: 5px;
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
            }

            footer .top_part .middle_part ul li:hover a {
                opacity: .5;
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
            }

        footer .top_part .right_part {
            width: 33.33%;
        }

            footer .top_part .right_part ul .had {
                font-size: 20px;
                font-weight: 600;
                color: #fff;
                margin-bottom: 20px;
            }

            footer .top_part .right_part ul li a {
                display: block;
                text-decoration: none;
                font-weight: 600;
                line-height: 1.5;
                font-size: 16px;
                color: #848e99;
                margin-bottom: 5px;
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
            }

            footer .top_part .right_part ul li:hover a {
                opacity: .5;
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
            }

    footer .middle_part {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        footer .middle_part .visible {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            text-decoration: none;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
            width: 100%;
            max-width: 200px;
        }

            footer .middle_part .visible:hover {
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
                opacity: 0.5;
            }

            footer .middle_part .visible img {
                width: 32px;
                height: 26px;
                margin-right: 17px;
            }

            footer .middle_part .visible p {
                color: #dde1e6;
                font-size: 16px;
                max-width: 149px;
            }

    footer .bottom_part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 37px;
    }

        footer .bottom_part .left_part .brend {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            footer .bottom_part .left_part .brend img {
                width: 61px;
                height: 38px;
                margin-right: 14px;
            }

            footer .bottom_part .left_part .brend p {
                color: #dde1e6;
                font-size: 16px;
            }

        footer .bottom_part .middle_part {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            border-bottom: 0;
            padding-bottom: 0;
        }

            footer .bottom_part .middle_part img {
                width: 24px;
                height: 24px;
                margin-right: 7px;
            }

            footer .bottom_part .middle_part p {
                color: #dde1e6;
                font-size: 16px;
            }

        footer .bottom_part .right_part {
            max-width: 93px;
            width: 100%;
        }

            footer .bottom_part .right_part .social {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                footer .bottom_part .right_part .social a {
                    display: block;
                    -webkit-transition: all ease 400ms;
                    transition: all ease 400ms;
                }

                    footer .bottom_part .right_part .social a:hover {
                        -webkit-transition: all ease 400ms;
                        transition: all ease 400ms;
                        opacity: 0.5;
                    }

                    footer .bottom_part .right_part .social a:nth-child(1) {
                        margin-right: 22px;
                    }

                    footer .bottom_part .right_part .social a i {
                        color: #dde1e6;
                        font-size: 1.45rem;
                    }

@media (max-width: 1200px) {
    footer .top_part {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        footer .top_part .left_part {
            width: 100%;
            max-width: 200px;
        }

        footer .top_part .middle_part {
            width: inherit;
        }

        footer .top_part .right_part {
            width: inherit;
        }
}

@media (max-width: 991px) {
    footer {
        padding: 50px 15px 35px 15px;
    }
}

@media (max-width: 767px) {
    footer .top_part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        footer .top_part .left_part {
            width: 100%;
            max-width: inherit;
            margin-bottom: 20px;
        }

        footer .top_part .middle_part {
            width: 100%;
            margin-bottom: 20px;
        }

        footer .top_part .right_part {
            width: 100%;
            margin-bottom: 20px;
        }

    footer .bottom_part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        footer .bottom_part .left_part .brend {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 15px;
        }

        footer .bottom_part .middle_part {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        footer .bottom_part .right_part {
            margin: 0 auto;
        }
}

.form_block {
    padding-top: 43px;
    margin-bottom: 100px;
}

    .form_block .header {
        text-align: center;
        color: #3b4256;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .form_block .sub_header {
        font-size: 16px;
        color: #71828a;
        max-width: 647px;
        margin: 0 auto;
        margin-bottom: 90px;
    }

    .form_block .form {
        width: 100%;
    }

        .form_block .form .name {
            border-radius: 4px;
            background-color: #f4f7fb;
            padding: 10px 16px;
            display: block;
            margin-bottom: 30px;
        }

            .form_block .form .name .sub {
                color: #848e99;
                display: block;
                background-color: transparent;
            }

            .form_block .form .name input {
                width: 100%;
                color: #3b4256;
                font-size: 16px;
                outline: none;
                border: 0;
                background-color: transparent;
            }

        .form_block .form .radio_space {
            max-width: 400px;
        }

        .form_block .form .radio {
            color: #3b4256;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 30px;
            padding-left: 40px;
            position: relative;
        }

            .form_block .form .radio .jq-radio {
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 24px;
                height: 24px;
                margin: 0;
                background: #f4f7fb;
                border: solid 1px #dde1e6;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .form_block .form .radio .jq-radio.checked {
                    background: #2d5ca6;
                }

                    .form_block .form .radio .jq-radio.checked .jq-radio__div {
                        width: 8px;
                        height: 8px;
                        background: #fff;
                        margin: 7px 0 0 7px;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }

        .form_block .form textarea {
            border-radius: 4px;
            background-color: #f4f7fb;
            padding: 20px 16px;
            display: block;
            margin-bottom: 30px;
            width: 100%;
            color: #3b4256;
            font-size: 16px;
            outline: none;
            border: 0;
            height: 136px;
            resize: none;
        }

        .form_block .form .jq-selectbox.jqselect {
            width: 100%;
            margin-bottom: 30px;
        }

        .form_block .form .jq-selectbox__select {
            height: inherit;
            border-radius: 4px;
            background: #f4f7fb;
            padding: 20px 16px;
            display: block;
            width: 100%;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
            border: 1px solid transparent;
        }

        .form_block .form .jq-selectbox__trigger {
            border: 0;
            position: absolute;
            height: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .form_block .form .jq-selectbox__trigger-arrow {
            border: 0;
            background-image: url("../img/minified-svg/keyboard-arrow.svg");
            width: 20px;
            height: 20px;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            position: static;
        }

        .form_block .form .jq-selectbox__select-text {
            color: #3b4256;
            font-size: 16px;
        }

        .form_block .form label {
            position: relative;
            display: block;
            width: 100%;
            margin-bottom: 30px;
        }

            .form_block .form label .placeholder {
                position: absolute;
                left: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #3b4256;
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
            }

                .form_block .form label .placeholder.txt {
                    -webkit-transform: none;
                    transform: none;
                    top: 18px;
                }

                .form_block .form label .placeholder.active {
                    color: #848e99;
                    font-size: 11px;
                    -webkit-transform: none;
                    transform: none;
                    top: 2px;
                    left: 6px;
                    -webkit-transition: all ease 400ms;
                    transition: all ease 400ms;
                }

        .form_block .form .inp {
            border-radius: 4px;
            background-color: #f4f7fb;
            padding: 20px 16px;
            display: block;
            width: 100%;
            color: #3b4256;
            font-size: 16px;
            outline: none;
            border: 0;
        }

        .form_block .form .line label {
            width: calc(50% - 15px);
        }

        .form_block .form .download {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            margin-bottom: 36px;
            padding: 0;
        }

            .form_block .form .download input[type=file] {
                display: none;
            }

            .form_block .form .download .bt {
                text-align: center;
                color: #3b4256;
                font-size: 16px;
                font-weight: 600;
                padding: 12px 0;
                border-radius: 4px;
                background-color: #f4f7fb;
                max-width: 156px;
                width: 100%;
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
                cursor: pointer;
            }

                .form_block .form .download .bt:hover {
                    -webkit-transition: all ease 400ms;
                    transition: all ease 400ms;
                    color: #f4f7fb;
                    background-color: #3b4256;
                }

            .form_block .form .download .cont {
                margin-left: 30px;
            }

                .form_block .form .download .cont p {
                    text-align: left;
                    font-size: 16px;
                    color: #3b4256;
                }

                .form_block .form .download .cont span {
                    color: #848e99;
                    text-align: left;
                }

        .form_block .form .download_file {
            margin-bottom: 30px;
        }

            .form_block .form .download_file .__item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 22px;
            }

                .form_block .form .download_file .__item:last-child {
                    margin-bottom: 0;
                }

                .form_block .form .download_file .__item .names {
                    font-size: 16px;
                    color: #3b4256;
                    margin-bottom: 0;
                }

                .form_block .form .download_file .__item .cancel {
                    font-size: 16px;
                    font-weight: 600;
                    color: #3b4256;
                    border-radius: 4px;
                    background-color: #f4f7fb;
                    padding: 12px 16px;
                    padding-right: 40px;
                    position: relative;
                    cursor: pointer;
                    -webkit-transition: all ease 400ms;
                    transition: all ease 400ms;
                    border: 1px solid transparent;
                }

                    .form_block .form .download_file .__item .cancel:before {
                        content: '';
                        display: block;
                        width: 24px;
                        height: 24px;
                        background-image: url("../img/minified-svg/cross.svg");
                        position: absolute;
                        right: 8px;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                        -webkit-transition: all ease 400ms;
                        transition: all ease 400ms;
                    }

                    .form_block .form .download_file .__item .cancel:hover:before {
                        -webkit-transition: all ease 400ms;
                        transition: all ease 400ms;
                        -webkit-transform: translateY(-50%) rotate(45deg);
                        transform: translateY(-50%) rotate(45deg);
                        background-image: url("../img/minified-svg/error.svg");
                    }

                    .form_block .form .download_file .__item .cancel:hover {
                        border: 1px solid #1d1d1b;
                        -webkit-transition: all ease 400ms;
                        transition: all ease 400ms;
                    }

        .form_block .form .request {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 60px;
        }

            .form_block .form .request .had {
                color: #3b4256;
                font-size: 16px;
                margin-bottom: 28px;
                display: block;
            }

            .form_block .form .request .request__space {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
            }

                .form_block .form .request .request__space label {
                    margin-right: 30px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    cursor: pointer;
                }

                .form_block .form .request .request__space .jq-checkbox, .form_block .form .request .request__space .jq-radio {
                    background: #0c49cd;
                    width: 24px;
                    height: 24px;
                    border: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    margin-right: 11px;
                }

                    .form_block .form .request .request__space .jq-checkbox.checked .jq-checkbox__div {
                        width: 11px;
                        height: 6px;
                        margin: 7px 0 0 7px;
                        border-bottom: 2px solid #fff;
                        border-left: 2px solid #fff;
                    }

        .form_block .form .submit {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            max-width: 660px;
            margin-right: 0;
            margin-left: auto;
        }

            .form_block .form .submit label {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                cursor: pointer;
            }

                .form_block .form .submit label p {
                    font-size: 16px;
                    color: #3b4256;
                    margin-right: 15px;
                    max-width: 373px;
                }

                .form_block .form .submit label .jq-checkbox, .form_block .form .submit label .jq-radio {
                    background: #0c49cd;
                    min-width: 24px;
                    height: 24px;
                    border: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    margin-right: 15px;
                    margin-top: 10px;
                }

                    .form_block .form .submit label .jq-checkbox.checked .jq-checkbox__div {
                        width: 11px;
                        height: 6px;
                        margin: 7px 0 0 7px;
                        border-bottom: 2px solid #fff;
                        border-left: 2px solid #fff;
                    }

            .form_block .form .submit button {
                background-color: #2d5ca6;
                border-radius: 4px;
                width: 100%;
                max-width: 250px;
                text-align: center;
                font-weight: 600;
                border: 0;
                outline: none;
                padding: 14px 0;
                font-size: 16px;
                letter-spacing: 1px;
                color: #f4f7fb;
                cursor: pointer;
                line-height: 20px;
            }

@media (max-width: 767px) {
    .form_block .form .line .inp {
        width: 100%;
    }

    .form_block .form .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form_block .form .submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: inherit;
    }

        .form_block .form .submit label {
            margin-bottom: 30px;
            margin-right: 0;
        }

            .form_block .form .submit label p {
                max-width: inherit;
            }

    .form_block .form .request .request__space {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .form_block .form .request .request__space label {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .form_block .form .download .bt {
        display: table;
    }
}

.mfp-content .gov_modal_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mfp-container {
    padding: 0 !important;
}

.gov_modal_block {
    display: none;
    padding: 30px 0 30px 60px;
    background-color: #31486c;
    max-width: 760px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

    .gov_modal_block .close {
        font-size: 14px;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
        font-weight: 600;
    }

    .gov_modal_block ul {
        margin-right: 40px;
        padding-left: 0;
        margin-bottom: 30px;
    }

        .gov_modal_block ul li a {
            color: #fff;
            border-bottom: 1px solid transparent;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            text-decoration: none;
            font-weight: 700;
            line-height: 30px;
        }

@media (max-width: 767px) {
    .banner_block .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .banner_block .__right {
        padding-left: 0;
    }

    .banner_block .__left {
        margin-bottom: 30px;
    }

    .banner_block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    z-index: 20;
}

    header .logo {
        opacity: 1;
        -webkit-transition: all ease 400ms;
        transition: all ease 400ms;
    }

        header .logo:hover {
            opacity: 0.5;
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
        }

    header .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        header .social a {
            display: block;
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
        }

            header .social a:hover {
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
                opacity: 0.5;
            }

            header .social a:nth-child(1) {
                margin-right: 16px;
            }

            header .social a i {
                color: #f4f7fb;
                font-size: 1.7rem;
            }

    header .visible {
        display: block;
        -webkit-transition: all ease 400ms;
        transition: all ease 400ms;
    }

        header .visible:hover {
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
            opacity: 0.5;
        }

        header .visible img {
            width: 100%;
            height: 32px;
        }

    header .login {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 16px 0;
        padding-left: 48px;
    }

        header .login:before {
            width: 24px;
            height: 24px;
            background-image: url("../img/content/avatar.png");
            content: "";
            display: block;
            position: absolute;
            left: 16px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
        }

        header .login p {
            font-weight: 600;
            color: #dde1e6;
        }

    header .emblem {
        width: 100%;
        max-width: 58px;
        height: auto;
        margin-right: 10px;
    }

    header .sign {
        width: 32px;
        height: 58px;
        margin-right: 8px;
    }

    header .flag {
        width: 3px;
        height: 58px;
    }

    header .header-entity .had {
        font-size: 16px;
        font-weight: 600;
        color: #3b4256;
        line-height: 28px;
        white-space: nowrap;
    }

    header .header-entity .sub_had {
        color: #3b4256;
    }

    header .mobile_header {
        display: none;
        padding: 20px 0;
        border-bottom: 2px solid #dde1e6;
    }

        header .mobile_header .__left .logo img {
            width: 32px;
            height: 32px;
        }

        header .mobile_header .__right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            header .mobile_header .__right .visible {
                margin-right: 30px;
            }

            header .mobile_header .__right .sendwich {
                display: inline-block;
                padding-right: 0;
                position: relative;
                z-index: 500;
                height: 23px;
            }

            header .mobile_header .__right span.sendwich-btn {
                position: relative;
                width: 25px;
                height: 3px;
                background: #000;
                z-index: 10;
                display: inline-block;
                vertical-align: middle;
            }

                header .mobile_header .__right span.sendwich-btn:before, header .mobile_header .__right span.sendwich-btn:after {
                    display: block;
                    position: absolute;
                    width: 25px;
                    height: 3px;
                    background: #000;
                    content: '';
                    -webkit-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                header .mobile_header .__right span.sendwich-btn:after {
                    top: -8px;
                }

                header .mobile_header .__right span.sendwich-btn:before {
                    top: 8px;
                }

                header .mobile_header .__right span.sendwich-btn.active {
                    background: transparent;
                }

                    header .mobile_header .__right span.sendwich-btn.active:before {
                        top: 0;
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        left: 0;
                    }

                    header .mobile_header .__right span.sendwich-btn.active:after {
                        top: 0;
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                    }

        header .mobile_header .mobile__menu {
            left: -100%;
            overflow: hidden;
            position: fixed;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            top: 0;
            z-index: 900;
            width: 100%;
            height: 100vh;
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
            background-color: #234161;
            padding: 20px 25px;
        }

            header .mobile_header .mobile__menu .__right span.sendwich-btn:after, header .mobile_header .mobile__menu .__right span.sendwich-btn:before {
                background: #fff;
            }

            header .mobile_header .mobile__menu .__right span.sendwich-btn {
                background: transparent;
            }

            header .mobile_header .mobile__menu span.sendwich-btn:before {
                top: 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 0;
            }

            header .mobile_header .mobile__menu span.sendwich-btn:after {
                top: 0;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            header .mobile_header .mobile__menu .container-fluide {
                padding: 0;
            }

            header .mobile_header .mobile__menu .line {
                margin-bottom: 42px;
            }

            header .mobile_header .mobile__menu .flex {
                height: calc(100vh - 40px);
                min-height: calc(100vh - 40px);
            }

            header .mobile_header .mobile__menu .bottom {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            }

            header .mobile_header .mobile__menu .top {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
            }

            header .mobile_header .mobile__menu.active {
                left: 0;
                -webkit-transition: all ease 600ms;
                transition: all ease 600ms;
            }

            header .mobile_header .mobile__menu .emblem {
                max-width: 150px;
                width: 100%;
                height: auto;
            }

            header .mobile_header .mobile__menu .logo {
                max-width: 131px;
                width: 100%;
                margin: 0 auto;
                padding-left: 20px;
                margin-bottom: 20px;
            }

                header .mobile_header .mobile__menu .logo .emblem {
                    width: 58px;
                    height: 58px;
                }

            header .mobile_header .mobile__menu .header-entity {
                padding-bottom: 11px;
                border-bottom: 1px solid #fff;
                max-width: 375px;
                margin: 0 auto;
                margin-bottom: 52px;
            }

                header .mobile_header .mobile__menu .header-entity .had {
                    color: #fff;
                    text-align: center;
                }

                header .mobile_header .mobile__menu .header-entity .sub_had {
                    color: #fff;
                    text-align: center;
                }

            header .mobile_header .mobile__menu menu .had {
                color: #f4f7fb;
                font-size: 20px;
                font-weight: 600;
                margin-bottom: 20px;
            }

            header .mobile_header .mobile__menu menu .menu {
                max-height: 177px;
                overflow: hidden;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                header .mobile_header .mobile__menu menu .menu li {
                    width: 50%;
                }

                    header .mobile_header .mobile__menu menu .menu li > a {
                        color: #848e99;
                        font-size: 16px;
                        font-weight: 600;
                        text-decoration: none;
                    }

                    header .mobile_header .mobile__menu menu .menu li.sub .sub__menu {
                        padding-left: 5px;
                        overflow: hidden;
                        max-height: 0;
                    }

                        header .mobile_header .mobile__menu menu .menu li.sub .sub__menu .sub__sub .sub__sub__menu {
                            padding-left: 5px;
                            overflow: hidden;
                            max-height: 0;
                        }

            header .mobile_header .mobile__menu .login {
                margin: 0 auto;
                margin-bottom: 15px;
                max-width: 115px;
                padding-left: 60px;
            }

                header .mobile_header .mobile__menu .login:before {
                    left: 27px;
                }

                header .mobile_header .mobile__menu .login img {
                    display: none;
                }

                header .mobile_header .mobile__menu .login a {
                    color: #848e99;
                    font-size: 16px;
                    font-weight: 600;
                    text-decoration: none;
                }

            header .mobile_header .mobile__menu .social {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
            }

                header .mobile_header .mobile__menu .social a {
                    -webkit-transition: all ease 400ms;
                    transition: all ease 400ms;
                }

                    header .mobile_header .mobile__menu .social a:hover {
                        -webkit-transition: all ease 400ms;
                        transition: all ease 400ms;
                        opacity: 0.5;
                    }

    header .top_part {
        background-color: #234161;
    }

        header .top_part .__left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            max-width: 240px;
            width: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        header .top_part .__right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            max-width: 150px;
        }

        header .top_part .login:hover {
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
            background-color: #fff;
        }

            header .top_part .login:hover:before {
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
                background-image: url("../img/minified-svg/avatar.svg");
            }

            header .top_part .login:hover .logined_menu {
                max-height: 400px;
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
            }

            header .top_part .login:hover .after_login {
                max-height: 400px !important;
                -webkit-transition: all ease 400ms !important;
                transition: all ease 400ms !important;
                padding: 15px !important;
            }

            header .top_part .login:hover p {
                color: #234161;
            }

        header .top_part .login .logined_menu {
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
            max-height: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            width: 214px;
            top: 50px;
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 7, 123, 0.04), 0 8px 20px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 4px 0 rgba(0, 7, 123, 0.04), 0 8px 20px 0 rgba(0, 0, 0, 0.06);
            background-color: #ffffff;
        }

            header .top_part .login .logined_menu li:last-child a:after {
                display: none;
            }

            header .top_part .login .logined_menu li a {
                display: block;
                color: #3b4256;
                font-size: 18px;
                font-weight: 600;
                text-decoration: none;
                padding: 10px 0;
                text-align: center;
                position: relative;
            }

                header .top_part .login .logined_menu li a:after {
                    content: '';
                    display: block;
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    width: 123px;
                    height: 1px;
                    background-color: #dde1e6;
                }

        header .top_part .login.logined .logined_menu {
            display: none;
        }

        header .top_part .login.logined .after_login {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
            max-height: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            width: 370px;
            top: 50px;
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 7, 123, 0.04), 0 8px 20px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 4px 0 rgba(0, 7, 123, 0.04), 0 8px 20px 0 rgba(0, 0, 0, 0.06);
            background-color: #ffffff;
            padding: 0 15px;
        }

            header .top_part .login.logined .after_login .__right {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                width: 100%;
                max-width: 220px;
                padding-left: 15px;
            }

            header .top_part .login.logined .after_login .__left {
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                width: 100%;
                max-width: 136px;
            }

            header .top_part .login.logined .after_login .img {
                width: 136px;
                height: 136px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                border-radius: 50%;
            }

            header .top_part .login.logined .after_login .name {
                border-bottom: 3px solid #dde1e6;
                padding-bottom: 14px;
                padding-right: 15px;
                color: #3b4256;
                font-weight: 600;
                margin-bottom: 15px;
            }

            header .top_part .login.logined .after_login .link {
                background-color: #f4f7fb;
                font-weight: 600;
                border-radius: 4px;
                color: #1d1d1b;
                padding: 16px;
                display: block;
                text-decoration: none;
                width: 100%;
                margin-bottom: 15px;
            }

                header .top_part .login.logined .after_login .link:last-child {
                    margin-bottom: 0;
                }

    header .bottom_part {
        padding-top: 15px;
    }

        header .bottom_part .__left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            text-decoration: none;
        }

        header .bottom_part .__right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            width: 100%;
        }

            header .bottom_part .__right .mob__part {
                display: none;
            }

            header .bottom_part .__right menu {
                width: 100%;
                padding-right: 15px;
            }

            header .bottom_part .__right .menu {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                width: 100%;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

                header .bottom_part .__right .menu > li {
                    margin-right: 30px;
                    border-bottom: 2px solid transparent;
                    -webkit-transition: all ease 400ms;
                    transition: all ease 400ms;
                    overflow: hidden;
                }

                    header .bottom_part .__right .menu > li:last-child {
                        margin-right: 0;
                    }

                    header .bottom_part .__right .menu > li.active {
                        -webkit-transition: all ease 400ms;
                        transition: all ease 400ms;
                        border-bottom: 2px solid #ffe358;
                    }

                    header .bottom_part .__right .menu > li:hover {
                        -webkit-transition: all ease 400ms;
                        transition: all ease 400ms;
                        border-bottom: 2px solid #ffe358;
                        overflow: visible;
                    }

                    header .bottom_part .__right .menu > li > a {
                        display: block;
                        font-weight: 600;
                        color: #3b4256;
                        padding: 29px 0 33px 0;
                        text-decoration: none;
                    }

                    header .bottom_part .__right .menu > li:nth-last-child(2) .sub__sub .sub__sub__menu {
                        left: -100% !important;
                        right: inherit !important;
                    }

                    header .bottom_part .__right .menu > li:last-child .sub__menu {
                        right: 0;
                    }

                    header .bottom_part .__right .menu > li:last-child .sub__sub .sub__sub__menu {
                        left: -100% !important;
                        right: inherit !important;
                    }

                    header .bottom_part .__right .menu > li.sub {
                        position: relative;
                        -webkit-transition: all ease 400ms;
                        transition: all ease 400ms;
                    }

                        header .bottom_part .__right .menu > li.sub:hover {
                            -webkit-transition: all ease 400ms;
                            transition: all ease 400ms;
                        }

                            header .bottom_part .__right .menu > li.sub:hover .sub__menu {
                                -webkit-transition: all ease 400ms;
                                transition: all ease 400ms;
                                -webkit-box-shadow: 0 2px 4px 0 rgba(0, 7, 123, 0.04), 0 8px 20px 0 rgba(0, 0, 0, 0.21);
                                box-shadow: 0 2px 4px 0 rgba(0, 7, 123, 0.04), 0 8px 20px 0 rgba(0, 0, 0, 0.21);
                                background-color: #ffffff;
                                max-height: 805px;
                                z-index: 500;
                                opacity: 1;
                            }

                    header .bottom_part .__right .menu > li .sub__menu {
                        max-height: 0;
                        z-index: -1;
                        opacity: 0;
                        -webkit-transition: all ease 400ms;
                        transition: all ease 400ms;
                        position: absolute;
                        top: calc(100% + 2px);
                        width: 260px;
                    }

                        header .bottom_part .__right .menu > li .sub__menu li {
                            -webkit-transition: all ease 400ms;
                            transition: all ease 400ms;
                            position: relative;
                            padding: 0 10px;
                        }

                            header .bottom_part .__right .menu > li .sub__menu li > :hover {
                                -webkit-transition: all ease 400ms;
                                transition: all ease 400ms;
                            }

                            header .bottom_part .__right .menu > li .sub__menu li a {
                                text-decoration: none;
                                color: #3b4256;
                                font-weight: 600;
                                padding: 19px 0;
                                display: block;
                                text-align: left;
                                border-bottom: 3px solid #dde1e6;
                            }

                            header .bottom_part .__right .menu > li .sub__menu li:last-child a {
                                border-bottom: 0;
                            }

                            header .bottom_part .__right .menu > li .sub__menu li.sub__sub {
                                position: relative;
                            }

                                header .bottom_part .__right .menu > li .sub__menu li.sub__sub:before {
                                    display: block;
                                    content: '';
                                    position: absolute;
                                    top: 50%;
                                    -webkit-transform: translateY(-50%) rotate(-90deg);
                                    transform: translateY(-50%) rotate(-90deg);
                                    right: 5px;
                                    width: 30px;
                                    height: 30px;
                                    background-size: cover;
                                    background-image: url("../img/minified-svg/expand.svg");
                                    background-position: center;
                                }

                                header .bottom_part .__right .menu > li .sub__menu li.sub__sub:hover .sub__sub__menu {
                                    -webkit-transition: all ease 400ms;
                                    transition: all ease 400ms;
                                    max-height: 805px;
                                }

                                header .bottom_part .__right .menu > li .sub__menu li.sub__sub .sub__sub__menu {
                                    position: absolute;
                                    right: -100%;
                                    width: 100%;
                                    top: 0;
                                    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 7, 123, 0.04), 0 8px 20px 0 rgba(0, 0, 0, 0.21);
                                    box-shadow: 0 2px 4px 0 rgba(0, 7, 123, 0.04), 0 8px 20px 0 rgba(0, 0, 0, 0.21);
                                    background-color: #ffffff;
                                    max-height: 0;
                                    overflow: hidden;
                                    -webkit-transition: all ease 400ms;
                                    transition: all ease 400ms;
                                }

                                    header .bottom_part .__right .menu > li .sub__menu li.sub__sub .sub__sub__menu li a {
                                        border-bottom: 3px solid #dde1e6;
                                    }

                                    header .bottom_part .__right .menu > li .sub__menu li.sub__sub .sub__sub__menu li:last-child a {
                                        border-bottom: 0;
                                    }

@media (max-width: 1200px) {
    header .bottom_part .__left {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    header .header {
        display: none;
    }

    header .mobile_header {
        display: block;
    }
}

.how_work_block {
    padding-top: 43px;
    margin-bottom: 60px;
}

    .how_work_block .header {
        text-align: center;
        color: #3b4256;
        font-size: 32px;
        font-weight: 700;
    }

    .how_work_block .sub_header {
        font-size: 16px;
        text-align: center;
        color: #71828a;
        margin-bottom: 20px;
    }

    .how_work_block .line {
        position: relative;
        margin: 0 auto;
        max-width: 950px;
        margin-bottom: 43px;
    }

        .how_work_block .line:before {
            width: calc(100% - 4px);
            position: absolute;
            z-index: 1;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: "";
            display: block;
            height: 4px;
            background-color: #2d5ca6;
        }

        .how_work_block .line .num {
            position: relative;
            z-index: 5;
            text-align: center;
            color: #ffffff;
            font-size: 24px;
            font-weight: 700;
            width: 52px;
            height: 52px;
            background-color: #2d5ca6;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .how_work_block .step__space {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .how_work_block .step__space .__item {
            width: 100%;
            max-width: 288px;
            text-align: center;
        }

            .how_work_block .step__space .__item img {
                max-width: 197px;
                max-height: 174px;
                width: 100%;
                height: auto;
            }

            .how_work_block .step__space .__item .head {
                color: #3b4256;
                font-size: 24px;
                font-weight: bold;
                height: 64px;
                overflow: hidden;
                margin-bottom: 5px;
                text-align: left;
            }

            .how_work_block .step__space .__item .sub_head {
                font-size: 16px;
                color: #71828a;
                height: 104px;
                overflow: hidden;
                line-height: 1.63;
                text-align: left;
            }

@media (max-width: 991px) {
    .how_work_block .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .how_work_block .step__space .__item {
        width: 100%;
        max-width: inherit;
    }

    .how_work_block .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .how_work_block .step__space {
        padding-left: 30px;
    }

    .how_work_block .line:before {
        width: 4px;
        height: calc(100% - 4px);
    }
}

.list_block .header {
    text-align: center;
    color: #3b4256;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 75px;
}

.list_block .table {
    width: 100%;
    margin-bottom: 58px;
}

    .list_block .table .tr {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 15px;
        -webkit-transition: all ease 400ms;
        transition: all ease 400ms;
        border-radius: 4px;
        text-decoration: none;
    }

        .list_block .table .tr:hover {
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 7, 123, 0.04), 0 8px 20px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 4px 0 rgba(0, 7, 123, 0.04), 0 8px 20px 0 rgba(0, 0, 0, 0.06);
            background-color: #f5f7fa;
        }

        .list_block .table .tr:first-child {
            padding-bottom: 25px;
            border-bottom: solid 1px #2d5ca6;
            margin-bottom: 30px;
            border-radius: 0;
        }

        .list_block .table .tr .th:nth-child(1), .list_block .table .tr .td:nth-child(1) {
            width: 15%;
        }

        .list_block .table .tr .th:nth-child(2), .list_block .table .tr .td:nth-child(2) {
            width: 20%;
        }

        .list_block .table .tr .th:nth-child(3), .list_block .table .tr .td:nth-child(3) {
            width: 15%;
        }

        .list_block .table .tr .th:nth-child(4), .list_block .table .tr .td:nth-child(4) {
            width: 20%;
        }

        .list_block .table .tr .th:nth-child(5), .list_block .table .tr .td:nth-child(5) {
            width: 30%;
        }

        .list_block .table .tr .th {
            color: #848e99;
            font-weight: 600;
            padding: 0 15px;
        }

        .list_block .table .tr .td {
            color: #3b4256;
            padding: 0 15px;
        }

        .list_block .table .tr .agree {
            padding: 8px 0;
            text-align: center;
            color: #f4f7fb;
            font-size: 16px;
            font-weight: 600;
            border-radius: 2px;
            background-color: #33ac2e;
        }

        .list_block .table .tr .decline {
            padding: 8px 0;
            text-align: center;
            color: #f4f7fb;
            font-size: 16px;
            font-weight: 600;
            border-radius: 2px;
            background-color: #cf1a39;
        }

        .list_block .table .tr .processing {
            padding: 8px 0;
            text-align: center;
            color: #848e99;
            font-size: 16px;
            font-weight: 600;
            border-radius: 2px;
            background-color: #ffe358;
        }

        .list_block .table .tr .done {
            padding: 8px 0;
            text-align: center;
            color: #848e99;
            font-size: 16px;
            font-weight: 600;
            border-radius: 2px;
            background-color: #dde1e6;
        }

.mfp-content .info_popap {
    display: block;
}

.mfp-container {
    padding: 0 !important;
}

.info_popap {
    display: none;
}

    .info_popap .close {
        font-size: 14px;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        font-weight: 600;
    }

    .info_popap .wrapper {
        margin: 0 auto;
        max-width: 570px;
        width: 100%;
        padding-top: 25px;
        position: relative;
    }

        .info_popap .wrapper .entity {
            width: 100%;
            padding: 30px 35px;
            border-radius: 6px;
            background-color: #eef5ff;
        }

        .info_popap .wrapper .header {
            font-size: 32px;
            font-weight: 700;
            text-align: center;
            color: #848e99;
            margin-bottom: 16px;
        }

        .info_popap .wrapper .sub_header {
            font-size: 18px;
            font-weight: 600;
            color: #848e99;
            margin-bottom: 54px;
        }

        .info_popap .wrapper .line {
            margin-bottom: 15px;
        }

            .info_popap .wrapper .line p:first-child {
                color: #848e99;
                font-size: 18px;
                font-weight: 600;
                width: 40%;
            }

            .info_popap .wrapper .line p:last-child {
                width: 60%;
                color: #3b4256;
                font-size: 18px;
                font-weight: 600;
            }

@media (max-width: 767px) {
    .list_block .table {
        width: 738px;
    }

    .list_block .respo {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (max-width: 375px) {
    .info_popap .wrapper .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .info_popap .wrapper .line p {
            width: 100% !important;
        }
}

.login_block {
    margin-bottom: 60px;
}

    .login_block .header {
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        color: #3b4256;
        margin-bottom: 15px;
    }

    .login_block .sub_header {
        font-size: 16px;
        text-align: center;
        color: #3b4256;
        margin-bottom: 25px;
    }

    .login_block .entity {
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
    }

        .login_block .entity input {
            width: 100%;
            border: solid 1px #dddddd;
            color: #dddddd;
            padding: 12px 16px;
            margin-bottom: 10px;
        }

        .login_block .entity label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            cursor: pointer;
        }

            .login_block .entity label p {
                color: #3b4256;
                margin-right: 15px;
                max-width: 373px;
            }

            .login_block .entity label .jq-checkbox, .login_block .entity label .jq-radio {
                background: #fff;
                border-radius: 0;
                margin-top: 2px;
                min-width: 16px;
                height: 16px;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: solid 1px #dddddd;
            }

                .login_block .entity label .jq-checkbox.checked .jq-checkbox__div {
                    width: 11px;
                    height: 6px;
                    margin: 3px 0 0 2px;
                    border-bottom: 2px solid #262626;
                    border-left: 2px solid #262626;
                }

        .login_block .entity .forget {
            color: #262626;
            text-decoration: none;
        }

        .login_block .entity .line {
            margin-top: 5px;
        }

        .login_block .entity button {
            margin-top: 15px;
            border-radius: 4px;
            background-color: #2d5ca6;
            text-align: center;
            color: #f4f7fb;
            font-size: 16px;
            font-weight: 600;
            padding: 12px 18px;
            margin-bottom: 20px;
            width: 100%;
            border: 0;
            outline: none;
        }

        .login_block .entity .link {
            border-top: 1px solid #e8e8e8;
            padding: 20px 0;
            color: #262626;
            text-align: center;
            display: block;
            width: 100%;
            position: relative;
            text-decoration: none;
        }

            .login_block .entity .link:after {
                content: "";
                display: inline-block;
                width: 24px;
                height: 16px;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                background-image: url("../img/minified-svg/right.svg");
                background-position: center;
                background-size: cover;
                margin-bottom: -3px;
            }

.main_slider_block {
    margin-top: -99px;
}

    .main_slider_block .main__slider .slick-dots {
        bottom: 80px;
        right: 80px;
        width: 30%;
    }

        .main_slider_block .main__slider .slick-dots li button {
            position: relative;
        }

            .main_slider_block .main__slider .slick-dots li button:before {
                opacity: 0.8;
                background-color: #ffffff;
                border-radius: 50%;
                content: '';
                width: 8px;
                height: 8px;
                position: absolute;
                left: 0;
                top: 0;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .main_slider_block .main__slider .slick-dots .slick-active button:before {
            width: 12px;
            height: 12px;
            background-color: #315efb;
        }

        .main_slider_block .main__slider .slick-dots .slick-active button:after {
            opacity: 0.2;
            border: solid 1px #315efb;
            width: 20px;
            height: 20px;
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border-radius: 50%;
        }

    .main_slider_block .main__slider .slider__item {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 212px;
        padding-bottom: 145px;
    }

        .main_slider_block .main__slider .slider__item .wrapper {
            max-width: 570px;
            width: 100%;
        }

        .main_slider_block .main__slider .slider__item .header {
            color: #3b4256;
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 57px;
            line-height: 1.17;
        }

        .main_slider_block .main__slider .slider__item .text {
            color: #dde1e6;
            font-size: 18px;
            margin-bottom: 74px;
        }

        .main_slider_block .main__slider .slider__item .link {
            border-radius: 4px;
            background-color: #2d5ca6;
            color: #f4f7fb;
            font-size: 16px;
            font-weight: 600;
            padding: 12px 0;
            max-width: 250px;
            width: 100%;
            text-align: center;
            display: block;
            text-decoration: none;
            line-height: 24px;
        }

        .main_slider_block .main__slider .slider__item form {
            position: relative;
            max-width: 304px;
            width: 100%;
        }

            .main_slider_block .main__slider .slider__item form input {
                border-radius: 4px;
                background-color: #f4f7fb;
                font-size: 16px;
                padding: 12px;
                width: 100%;
                display: block;
                color: #848e99;
                border: 0;
                outline: none;
                line-height: 24px;
            }

            .main_slider_block .main__slider .slider__item form button {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 12px;
                width: 18px;
                height: 18px;
                background-image: url("../img/minified-svg/search.svg");
                border: 0;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                outline: none;
                background-color: transparent;
            }

@media (max-width: 991.5px) {
    .main_slider_block {
        margin-top: 0;
    }
}

@media (max-width: 768.5px) {
    .main_slider_block .main__slider .slider__item .__right {
        position: static;
        background-image: none !important;
    }

        .main_slider_block .main__slider .slider__item .__right img {
            display: block;
            width: 100%;
            height: auto;
        }

    .main_slider_block .main__slider .slider__item .__left {
        padding-top: 20px;
        padding-bottom: 12px;
    }

        .main_slider_block .main__slider .slider__item .__left .line {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .main_slider_block .main__slider .slider__item .__left .line .link {
                margin-bottom: 30px;
                max-width: inherit;
            }

                .main_slider_block .main__slider .slider__item .__left .line .link:first-child {
                    margin-right: 0;
                }

    .main_slider_block .main__slider .slider__item {
        padding: 50px 0;
    }

        .main_slider_block .main__slider .slider__item .line {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .main_slider_block .main__slider .slider__item .line .link {
                margin-bottom: 15px;
                max-width: 304px;
            }

    .main_slider_block .main__slider .slick-dots {
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        width: 100%;
    }
}

.pagination_block {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 736px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #dde1e6;
}

    .pagination_block a {
        font-size: 16px;
        font-weight: 600;
        color: #848e99;
        text-decoration: none;
        width: 32px;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pagination_block .prev {
        width: 48px;
    }

    .pagination_block .next {
        width: 48px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .pagination_block .numb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 272px;
        width: 100%;
    }

        .pagination_block .numb a.active {
            color: #3b4256;
            border-bottom: 2px solid #0c49cd;
        }

.registration_block {
    margin-bottom: 60px;
}

    .registration_block .header {
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        color: #3b4256;
        margin-bottom: 15px;
    }

    .registration_block .sub_header {
        font-size: 16px;
        text-align: center;
        color: #3b4256;
        margin-bottom: 25px;
    }

    .registration_block .entity {
        max-width: 680px;
        width: 100%;
        margin: 0 auto;
    }

        .registration_block .entity label {
            position: relative;
            margin-bottom: 10px;
            display: block;
        }

            .registration_block .entity label .help-text {
                position: absolute;
                bottom: 0;
                color: #ff0000;
                right: 5px;
            }

            .registration_block .entity label .placeholder {
                position: absolute;
                left: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #dddddd;
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
            }

                .registration_block .entity label .placeholder.active {
                    color: #848e99;
                    font-size: 11px;
                    -webkit-transform: none;
                    transform: none;
                    top: 2px;
                    left: 6px;
                    -webkit-transition: all ease 400ms;
                    transition: all ease 400ms;
                }

        .registration_block .entity input {
            width: 100%;
            border: solid 1px #dddddd;
            color: #3C454B;
            padding: 12px 16px;
        }

        .registration_block .entity .line label {
            width: 100%;
        }

            .registration_block .entity .line label:first-child {
                max-width: 280px;
                margin-right: 30px;
            }

        .registration_block .entity .check {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            cursor: pointer;
            margin-bottom: 10px;
            margin-top: 35px;
        }

            .registration_block .entity .check p {
                color: #3b4256;
                margin-right: 10px;
            }

                .registration_block .entity .check p a {
                    color: #3b4256;
                }

            .registration_block .entity .check .jq-checkbox, .registration_block .entity .check .jq-radio {
                background: #fff;
                border-radius: 0;
                margin-top: 2px;
                min-width: 16px;
                height: 16px;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: solid 1px #dddddd;
            }

                .registration_block .entity .check .jq-checkbox.checked .jq-checkbox__div {
                    width: 11px;
                    height: 6px;
                    margin: 3px 0 0 2px;
                    border-bottom: 2px solid #262626;
                    border-left: 2px solid #262626;
                }

        .registration_block .entity .forget {
            color: #262626;
            text-decoration: none;
        }

        .registration_block .entity .line {
            margin-top: 5px;
        }

        .registration_block .entity .text {
            color: #262626;
            margin-bottom: 10px;
            padding-left: 20px;
        }

            .registration_block .entity .text a {
                color: #262626;
            }

        .registration_block .entity button {
            margin: 0 auto;
            display: block;
            border-radius: 4px;
            background-color: #2d5ca6;
            text-align: center;
            color: #f4f7fb;
            font-size: 16px;
            font-weight: 600;
            padding: 12px 18px;
            width: 100%;
            max-width: 280px;
            margin-top: 40px;
            margin-bottom: 20px;
            border: 0;
            outline: none;
        }

        .registration_block .entity .link {
            border-top: 1px solid #e8e8e8;
            padding: 20px 0;
            color: #262626;
            text-align: center;
            display: block;
            width: 100%;
            position: relative;
            text-decoration: none;
        }

            .registration_block .entity .link:after {
                content: "";
                display: inline-block;
                width: 24px;
                height: 16px;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                background-image: url("../img/minified-svg/right.svg");
                background-position: center;
                background-size: cover;
                margin-bottom: -3px;
            }

        .registration_block .entity .link-gov {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 12px 0;
            border-radius: 4px;
            background-color: #f4f7fb;
            text-decoration: none;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 34px;
            width: calc(50% - 15px);
        }

            .registration_block .entity .link-gov img {
                margin-right: 15px;
            }

            .registration_block .entity .link-gov p {
                color: #3b4256;
                font-size: 16px;
                font-weight: 600;
            }

@media (max-width: 767px) {
    .registration_block .entity .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .registration_block .entity .line input:first-child {
            max-width: inherit;
            margin-right: 0;
        }

    .registration_block .entity .link-gov {
        width: 100%;
    }
}

/* Grid System */
.container-fluide {
    padding: 0 15px;
}

.container {
    margin: 0 auto;
    width: 1170px;
}

@media (max-width: 1200px) {
    .container {
        width: 970px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 940px;
        padding: 0 15px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}

.nav__show-menu {
    padding: 30px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

    .nav__show-menu h1 {
        color: #234161;
        font-size: 36px;
        margin-bottom: 30px;
    }

    .nav__show-menu ul li a {
        font-size: 18px;
        color: #4EA7DC;
        margin-bottom: 10px;
        display: block;
        text-decoration: none;
    }

.main-logo-light,
.main-logo-dark {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .main-logo-light .icon-flag,
    .main-logo-dark .icon-flag {
        width: 10px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-right: 10px;
    }

        .main-logo-light .icon-flag .yellow,
        .main-logo-dark .icon-flag .yellow {
            background-color: #ffe358;
            width: 10px;
            height: 20px;
        }

        .main-logo-light .icon-flag .blue,
        .main-logo-dark .icon-flag .blue {
            background-color: #2669e3;
            width: 10px;
            height: 20px;
        }

    .main-logo-light .wrap-text,
    .main-logo-dark .wrap-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .main-logo-light .wrap-text .one,
        .main-logo-dark .wrap-text .one {
            color: #337ab7;
            font-weight: 700;
            line-height: 0.5;
            font-size: 154%;
        }

        .main-logo-light .wrap-text .light,
        .main-logo-dark .wrap-text .light {
            font-weight: 100;
            color: #aab3c6;
            margin-top: 10px;
            font-size: 0.8em;
            letter-spacing: .8px;
            white-space: nowrap;
        }

        .main-logo-dark .wrap-text .one {
            color: #fff;
        }

#modal-gov {
    background-color: #31486c;
    max-width: 760px;
    position: absolute;
    z-index: 1050;
    display: none;
}

    #modal-gov .wrap {
        padding: 30px 0 30px 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        #modal-gov .wrap .wrap-link {
            margin-right: 40px;
            padding-left: 0;
            margin-bottom: 30px;
        }

            #modal-gov .wrap .wrap-link li {
                list-style-type: none;
            }

                #modal-gov .wrap .wrap-link li a {
                    color: #fff;
                    border-bottom: 1px solid transparent;
                    -webkit-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                    text-decoration: none;
                    font-weight: 700;
                    line-height: 30px;
                }

                    #modal-gov .wrap .wrap-link li a:hover {
                        text-decoration: underline;
                    }

    #modal-gov .close {
        right: 15px;
        top: 15px;
        width: 16px;
        height: 16px;
        position: absolute;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM1LjQxMyAzNS40MTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1LjQxMyAzNS40MTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC41MzUsMTcuMjk0TDM0LjAwMiwzLjgyN2MwLjc4MS0wLjc4MSwwLjc4MS0yLjA0NywwLTIuODI4Yy0wLjc4LTAuNzgxLTIuMDQ4LTAuNzgxLTIuODI4LDBMMTcuNzA3LDE0LjQ2Nkw0LjI0MiwwLjk5OSAgICBjLTAuNzgtMC43ODEtMi4wNDctMC43ODEtMi44MjgsMHMtMC43ODEsMi4wNDcsMCwyLjgyOGwxMy40NjUsMTMuNDY3TDAuNTg2LDMxLjU4N2MtMC43ODEsMC43ODEtMC43ODEsMi4wNDcsMCwyLjgyOCAgICBjMC4zOSwwLjM5MSwwLjkwMiwwLjU4NiwxLjQxNCwwLjU4NnMxLjAyNC0wLjE5NSwxLjQxNC0wLjU4NmwxNC4yOTMtMTQuMjkzTDMyLDM0LjQxNWMwLjM5MSwwLjM5MSwwLjkwMiwwLjU4NiwxLjQxNCwwLjU4NiAgICBzMS4wMjMtMC4xOTUsMS40MTQtMC41ODZjMC43ODEtMC43ODEsMC43ODEtMi4wNDcsMC0yLjgyOEwyMC41MzUsMTcuMjk0eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=") center no-repeat;
        background-size: cover;
    }

        #modal-gov .close:hover {
            cursor: pointer;
        }

@media only screen and (max-width: 767px) {
    #modal-gov {
        margin-left: -15px;
    }

        #modal-gov .wrap {
            padding: 15px 0 15px 30px;
        }

            #modal-gov .wrap .wrap-link {
                margin-top: 10px;
                margin-bottom: 15px;
            }

                #modal-gov .wrap .wrap-link li a {
                    line-height: 24px;
                }
}

.modal-background {
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

* {
    font-family: 'ProbaPro', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.43;
    font-size: 14px;
}

menu {
    margin: 0;
    padding: 0;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.stick {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.useful_links_block {
    padding-top: 19px;
    margin-bottom: 30px;
}

    .useful_links_block .head {
        font-size: 32px;
        font-weight: bold;
        color: #3b4256;
        padding-bottom: 23px;
        position: relative;
        margin-bottom: 33px;
        text-align: center;
    }

    .useful_links_block .services__space {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 274px;
        overflow: hidden;
        -webkit-transition: all ease 400ms;
        transition: all ease 400ms;
    }

        .useful_links_block .services__space.active {
            max-height: 1200px;
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
        }

        .useful_links_block .services__space .__item {
            width: 33.33%;
            text-decoration: none;
            display: block;
            border-radius: 4px;
            -webkit-transition: all ease 400ms;
            transition: all ease 400ms;
            position: relative;
            margin-bottom: 30px;
        }

            .useful_links_block .services__space .__item:before {
                content: '';
                display: block;
                width: 24px;
                height: 24px;
                background-image: url("../img/minified-svg/out-link.svg");
                background-size: cover;
                position: absolute;
                right: 8px;
                top: 8px;
            }

            .useful_links_block .services__space .__item:hover {
                -webkit-box-shadow: 0 12px 40px 0 rgba(95, 95, 95, 0.15);
                box-shadow: 0 12px 40px 0 rgba(95, 95, 95, 0.15);
                background-color: #ffffff;
                -webkit-transition: all ease 400ms;
                transition: all ease 400ms;
            }

            .useful_links_block .services__space .__item .wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                padding: 25px 37px 21px 25px;
            }

            .useful_links_block .services__space .__item img {
                margin-right: 44px;
            }

            .useful_links_block .services__space .__item p {
                color: #000000;
                font-size: 20px;
                line-height: 1.6;
            }

    .useful_links_block .all__news {
        margin: 0 auto;
        display: block;
        text-decoration: none;
        max-width: 370px;
        width: 100%;
        padding: 10px 0;
        color: #1d1d1b;
        font-size: 16px;
        background-color: #ffe358;
        border-radius: 4px;
        text-align: center;
    }

@media (max-width: 1200px) {
    .useful_links_block .services__space .__item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .useful_links_block .services__space .__item {
        width: 100%;
    }
}
