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 {
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100.0%;
}

html, body {
    height: 100%;
}

body {
    /*background: #FFFFFF url('/img/1body-bg.png') repeat center top;*/
    line-height: normal;
    min-height: 650px;
    background-image: repeating-linear-gradient(180deg, #3d3d3d0f, transparent 8px);;
}

.bg-img {
    /*background: #FFFFFF url('/img/body-bgg.png') repeat center left;*/
    height: calc(100% - 661px);
    padding-bottom: 65px;
}

body.lock {
    overflow: hidden;
}

#wrapper {
    min-height: 100%;
    margin-bottom: -90px;
}

#wrapper:after {
    content: '';
    display: block;
    height: 90px;
}

input, textarea {
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

button {
    font-size: 1.000rem;
}

textarea {
    resize: none;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

:focus {
    outline: 0 !important;
}

::-ms-clear {
    display: none;
}

[type="button"][disabled="disabled"],
[type="submit"][disabled="disabled"] {
    background-repeat: no-repeat;
    background-position: center center;
    cursor: default !important;
    text-indent: -99999px;
    transition: none;
}

a {
    color: #3da4ef;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}

i,
em,
.italic {
    font-style: italic;
}

.cb { clear: both; }
.dn { display: none; }
.db { display: block; }
.dib { display: inline-block; }
.fl { float: left; }
.fra { float: right; }
.pr { position: relative; }
.pa { position: absolute; }
.mln { margin-left: 0 !important; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.tj { text-align: justify; }
.tu { text-transform: uppercase; }
.ver-top-box {
    display: inline-block;
    vertical-align: top;
}

.center {
    margin: 0 auto;
    max-width: 970px;
    padding: 0 15px;
}

.box-with-paddings {
    padding: 0 15px;
}

.clear-fix:after {
    content: '';
    clear: both;
    display: block;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.form-error .ui-selectmenu-menu,
.form-error .ui-selectmenu-button,
.form-error input,
.form-error textarea{
    border-color: #F53C3C !important;
}

.form-error .form-error-text {
    color: #F53C3C;
    font-size: 0.875rem;
    padding-top: 3px;
}

.form-error-text{
    color: #F53C3C;
    font-size: 0.875rem;
    padding-top: 3px;
    text-align: left;
}

.required:after {
    color: #ff6588;
    content: '*';
    margin-left: 5px;
}

.loading-box {
    margin-bottom: 40px;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-responsive {
    margin-bottom: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.scroller-block {
    overflow: auto;
}

.table-responsive,
.scroller-block {
    /*-webkit-overflow-scrolling: touch;*/
    scrollbar-base-color: #1C4373;
    scrollbar-3dlight-color: #fff;
    scrollbar-highlight-color: #1C4373;
    scrollbar-track-color: #E9E9E9;
    scrollbar-arrow-color: #1C4373;
    scrollbar-shadow-color: #1C4373;
    scrollbar-dark-shadow-color: #1C4373;
}

.ui-selectmenu-menu::-webkit-scrollbar-thumb,
.ui-selectmenu-menu::-webkit-scrollbar-track,
.ui-selectmenu-menu::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar,
.scroller-block::-webkit-scrollbar-thumb,
.scroller-block::-webkit-scrollbar-track,
.scroller-block::-webkit-scrollbar {
    border-radius: 3px;
    height: 6px;
    width: 6px;
}

.ui-selectmenu-menu::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track,
.scroller-block::-webkit-scrollbar-track {
    background-color: #E9E9E9;
}

.table-responsive::-webkit-scrollbar-thumb,
.scroller-block::-webkit-scrollbar-thumb {
    background-color: #1C4373;
}

.ui-selectmenu-menu::-webkit-scrollbar-thumb {
    background-color: #DDDDDD;
}

.trans-color {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.trans-background {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.trans-all {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trans-opacity {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.trans-transform {
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

.fs10 { font-size: 0.625rem; }
.fs11 { font-size: 0.688rem; }
.fs12 { font-size: 0.750rem; }
.fs13 { font-size: 0.813rem; }
.fs14 { font-size: 15.5px; }
.fs15 { font-size: 0.938rem; }
.fs16 { font-size: 1.000rem; }
.fs17 { font-size: 1.063rem; }
.fs18 { font-size: 1.125rem; }
.fs19 { font-size: 1.188rem; }
.fs20 { font-size: 1.250rem; }
.fs21 { font-size: 1.313rem; }
.fs22 { font-size: 1.375rem; }
.fs23 { font-size: 1.438rem; }
.fs24 { font-size: 1.500rem; }
.fs25 { font-size: 1.563rem; }
.fs26 { font-size: 1.625rem; }
.fs27 { font-size: 1.688rem; }
.fs28 { font-size: 1.750rem; }
.fs29 { font-size: 1.813rem; }
.fs30 { font-size: 1.875rem; }
.fs31 { font-size: 1.938rem; }
.fs32 { font-size: 2.000rem; }
.fs33 { font-size: 2.063rem; }
.fs34 { font-size: 2.125rem; }
.fs35 { font-size: 2.188rem; }
.fs36 { font-size: 2.250rem; }
.fs100 { font-size: 6.250rem; }

/* For 1x devices */

.ui-datepicker-prev:before,
.ui-datepicker-next:before,
.ui-datepicker-trigger,
.modal__close:before,
.ui-selectmenu-icon,
.sprite,
.sprite-a:after,
.sprite-b:before {
    background-image: url('/img/sprite11.png?v=7');
    background-repeat: no-repeat;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before,
.sprite-a:after,
.sprite-b:before {
    content: '';
}

/* For 2x devices */

@media only screen and ( -webkit-min-device-pixel-ratio: 2 ),
only screen and ( -webkit-min-device-pixel-ratio: 1.5 ),
only screen and ( -moz-min-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 3/2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min--moz-device-pixel-ratio: 1.5),
only screen and ( min-device-pixel-ratio: 1.5),
only screen and ( min-device-pixel-ratio: 2) {

    .ui-datepicker-prev:before,
    .ui-datepicker-next:before,
    .ui-datepicker-trigger,
    .modal__close:before,
    .sprite,
    .sprite-a:after,
    .sprite-b:before {
        background-image: url('/img/sprite2x.png?v=7');
        background-size: 500px auto;
    }

}

/* For 3x devices */

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 480dpi) {

    .ui-datepicker-prev:before,
    .ui-datepicker-next:before,
    .ui-datepicker-trigger,
    .modal__close:before,
    .sprite,
    .sprite-a:after,
    .sprite-b:before {
        background-image: url('/img/sprite3x.png?v=7');
        background-size: 500px auto;
    }

}

/* For 4x devices */

@media (-webkit-min-device-pixel-ratio: 4), (min-resolution: 640dpi) {

    .ui-datepicker-prev:before,
    .ui-datepicker-next:before,
    .ui-datepicker-trigger,
    .modal__close:before,
    .ui-selectmenu-icon,
    .sprite,
    .sprite-a:after,
    .sprite-b:before {
        background-image: url('/img/sprite4x.png?v=7');
        background-size: 500px auto;
    }

}

/* Hovers */

@media screen and ( min-width: 768px ) {

    .logo:hover {
        text-decoration: none;
    }

    .logo:hover:before {
        opacity: 1;
    }

    .language-list__link:hover {
        text-decoration: none;
    }

    a:hover {
        color: #0081df;
    }

    .pink-btn--add:hover .pink-btn__plus,
    .pink-btn:hover {
        background-color: #FB4B73;
    }

    .blue-btn:hover {
        background-color: #2B98E8;
    }

    .gray-btn:hover {
        background-color: #E0E0E0;
    }

    .application-box__item:hover {
        background-image: -moz-linear-gradient( 180deg, rgb(255,255,255) 0%, rgb(238,251,253) 75%, rgb(220,247,250) 100%);
        background-image: -webkit-linear-gradient( 180deg, rgb(255,255,255) 0%, rgb(238,251,253) 75%, rgb(220,247,250) 100%);
        background-image: -ms-linear-gradient( 180deg, rgb(255,255,255) 0%, rgb(238,251,253) 75%, rgb(220,247,250) 100%);
        background-image: linear-gradient( 180deg, rgb(255,255,255) 0%, rgb(238,251,253) 75%, rgb(220,247,250) 100%);
        border-color: rgba(40, 196, 230, .40);
        box-shadow: 0 8px 24px 0 rgba(28, 67, 115, 0.2);
        top: -20px;
    }

    .tab__link:hover {
        background-color: #e4e4e4;
    }

    .radio-label:hover:before {
        background-position: -425px -32px;
    }

    .g-upload-x:hover,
    .ui-datepicker-next:hover,
    .ui-datepicker-prev:hover,
    .ui-datepicker-trigger:hover,
    .footer-logos:hover,
    .modal__close:hover:before {
        opacity: .7;
    }

}

a:active {
    color: #0073c8;
}

/*a:visited {*/
/*    color: #282fc0;*/
/*}*/

/* Main styles */

header {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    /*background: -webkit-linear-gradient(0deg, rgb(70, 112, 176) -17%, rgb(70, 112, 176) 0%, rgb(28, 67, 115) 0%);*/
    /*background: -o-linear-gradient(0deg, rgb(70, 112, 176) -17%, rgb(70, 112, 176) 0%, rgb(28, 67, 115) 0%);*/
    /*background: -moz-linear-gradient(0deg, rgb(70, 112, 176) -17%, rgb(70, 112, 176) 0%, rgb(28, 67, 115) 0%);*/
    /*background: linear-gradient(0deg, rgb(70, 112, 176) -17%, rgb(70, 112, 176) 0%, rgb(28, 67, 115) 0%);*/
    /*background-color: #264e82;*/
    background-image: linear-gradient(0deg, rgb(70, 112, 176) 0%, rgb(70, 112, 176) 35%, rgb(28, 67, 115) 100%);
    padding: 16px 0px;
}

.logo {
    background-position: left -686px;
    height: 42px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 424px;
}

.logo .table {
    display: none;
}

body.ru .logo {
    background-position: left -1042px;
    width: 367px;
}

body.en .logo {
    background-position: left -969px;
    width: 312px;
}

body.fr .logo {
    background-image: url("/img/ico_fr.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 362px;
}

/*
 * .logo:before {
 *     background-position: left top;
 *         height: 85px;
 *             left: 0;
 *                 opacity: .9;
 *                     position: absolute;
 *                         top: 0;
 *                             width: 88px;
 *                                 -webkit-transition: opacity 0.3s ease;
 *                                     -moz-transition: opacity 0.3s ease;
 *                                         -ms-transition: opacity 0.3s ease;
 *                                             -o-transition: opacity 0.3s ease;
 *                                                 transition: opacity 0.3s ease;
 *                                                 }
 *                                                 */

.language-list {
    padding-top: 20px;
}

.language-list__item:not(:first-child) {
    margin-left: 10px;
}

.language-list__link {
    color: rgba(255,255,255,.70) !important;
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    text-decoration: underline;
}

.language-list__link.active {
    /* background-color: #FFFFFF; */
    /* border-radius: 4px; */
    color: #ffffff !important;
    /* cursor: default; */
    /* text-decoration: none; */
    border-bottom: 2px solid #ffffff;
}

.cover {
    /*background: -webkit-linear-gradient(0deg, rgb(70, 112, 176) 0%, rgb(70, 112, 176) 35%, rgb(28, 67, 115) 100%);*/
    /*background: -o-linear-gradient(0deg, rgb(70, 112, 176) 0%, rgb(70, 112, 176) 35%, rgb(28, 67, 115) 100%);*/
    /*background: -moz-linear-gradient(0deg, rgb(70, 112, 176) 0%, rgb(70, 112, 176) 35%, rgb(28, 67, 115) 100%);*/
    /*background: linear-gradient(0deg, rgb(70, 112, 176) 0%, rgb(70, 112, 176) 35%, rgb(28, 67, 115) 100%);*/
    /*background-image: url(/imgNew/untitled.svg);*/
    background-repeat: no-repeat;
    background-size: 100%;
    height: 570px;
    top: 0px;
}

.cover svg {
    bottom: 0;
    fill: rgba(255,255,255,0);
    left: 0;
    position: absolute;
    width: 100%;
}

.ie .cover__alternative {
    background: url('/img/white-mask.png') no-repeat;
    background-size: cover;
    bottom: 0;
    height: 90px;
    left: 0;
    position: absolute;
    width: 100%;
}

.ie svg {
    display: none;
}

.top-minus {
    margin-top: -525px;
}

.snippet-box {
    max-width: 760px;
    margin: 0 auto 90px;
}

.snippet-box__title {
    color: #FFFFFF;
}

.snippet-box__text {
    color: #FFFFFF;
}

.application-box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    justify-content: space-between;
}

.application-box__item {
    background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(243,253,254) 75%, rgb(231,251,253) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(243,253,254) 75%, rgb(231,251,253) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(243,253,254) 75%, rgb(231,251,253) 100%);
    background-image: linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(243,253,254) 75%, rgb(231,251,253) 100%);
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(35, 63, 98, 0.15);
    box-sizing: border-box;
    border: 2px solid transparent;
    padding: 105px 55px 55px;
    top: 0;
    width: calc(50% - 45px);
}

.application-box__item:before {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.application-box__item.write-letter:before {
    background-image: url(/img/letter_new.png);
    background-repeat: no-repeat;
    height: 152px;
    top: -66px;
    width: 173px;
    background-size: contain;
}

.application-box__item.process-letter:before {
    background-position: left -152px;
    height: 143px;
    top: -54px;
    width: 226px;
}

.application-box__item .btn {
    height: auto;
    line-height: normal;
    padding: 15px 30px;
}

.application-box__title {
    color: #323232;
    margin-bottom: 20px;
}

.application-box__description {
    color: #6d6d6d;
    line-height: 25px;
    padding-bottom: 30px;
}

.application-statistics-box {
    background-color: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(35, 63, 98, 0.15);
    border-radius: 12px;
    margin-bottom: 60px;
    padding: 40px;
}

.application-statistics-box__left {
    width: 410px;
}

.application-statistics-box__title {
    color: #393939;
    margin-bottom: 20px;
}

.application-statistics-box__text {
    color: #3c3c3c;
    line-height: 25px;
    margin-bottom: 30px;
}

.application-statistics-box__right {
    padding-left: 405px;
}

.application-statistics-box__progress {
    min-height: 250px;
    padding-left: 25px;
}

.application-statistics-box__progress-img {
    margin-bottom: 5px;
}

.application-statistics-box__progress-text {
    color: #bdbdbd;
}

.application-statistics-box__progress-text.absolute {
    bottom: 10px;
    position: absolute;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate( -64deg );
    transform: rotate( -64deg );
}

.small-letter {
    /*background-color: #FFFFFF;*/
    /*box-shadow: 0 2px 12px 0 rgba(35, 63, 98, 0.15);*/
    border-radius: 12px;
    /*margin-bottom: 80px;*/
    margin-top: 0px;
    padding: 19px 0 20px;
}

/*.small-letter:before {*/
/*    background-position: -275px top;*/
/*    height: 112px;*/
/*    left: 0;*/
/*    margin: 0 auto;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: -70px;*/
/*    width: 126px;*/
/*}*/

.letter__title {
    color: #323232;
    margin-bottom: 30px;
}

.box-padding {
    padding: 0 14px;
}

.letter__text {
    color: #3c3c3c;
    padding-bottom: 20px;
}

.letter__text-with-bg {
    margin-bottom: 20px;
    padding-top: 20px;
}

.letter__lines:not(:last-child) {
    padding-bottom: 3px;
}

.tab {
    border-bottom: 1px solid #2e93d9;
    margin: 0 15px 40px;
}

.tab__item {
    margin-right: 20px;
}

.tab__link {
    background-color: #EEEEEE;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-radius: 6px 6px 0 0;
    box-shadow: inset 0 -9px 7px -5px rgba(0,0,0,0.1);
    color: rgba(50, 50, 50, .80) !important;
    height: 42px;
    line-height: 42px;
    padding: 0 25px;
}

.tab__link.active {
    background-color: #FFFFFF;
    box-shadow: none;
    border-left-color: #2e93d9;
    border-right-color: #2e93d9;
    border-top-color: #2e93d9;
    color: #323232 !important;
    cursor: default;
}

.tab__link:before {
    background-color: #FFFFFF;
    bottom: -1px;
    content: '';
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tab__link.active:before {
    display: block;
}

.letter-form-box {
    border-left: 2px solid #EEEEEE;
    max-width: 911px;
    padding-left: 30px;
}

.letter-form-box__title {
    color: #323232;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.letter-form-box__title:before {
    background-color: #2e93d9;
    content: '';
    height: 100%;
    left: -32px;
    position: absolute;
    top: 0;
    width: 2px;
}

.card-info {
    margin-bottom: 30px;
}

.card-info__title {
    color: #323232;
    margin-bottom: 10px;
}

.card-info__list {
    display: flex;
    flex-wrap: wrap;
}

.card-info__box {
    background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(243,253,254) 75%, rgb(231,251,253) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(243,253,254) 75%, rgb(231,251,253) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(243,253,254) 75%, rgb(231,251,253) 100%);
    background-image: linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(243,253,254) 75%, rgb(231,251,253) 100%);
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(35, 63, 98, 0.15);
    box-sizing: border-box;
    max-width: 346px;
    padding: 30px 30px 0 80px;
    width: 100%;
}

.card-info__box:first-child {
    margin-right: 30px;
}

.card-info__box-title {
    color: #323232;
    margin-bottom: 15px;
    height: 32px;
}

.card-info__box-number {
    background-image: -moz-linear-gradient( 45deg, rgb(62,131,218) 0%, rgb(34,175,234) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(62,131,218) 0%, rgb(34,175,234) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(62,131,218) 0%, rgb(34,175,234) 100%);
    background-image: linear-gradient( 45deg, rgb(62,131,218) 0%, rgb(34,175,234) 100%);
    box-shadow: inset 2px -1.721px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: #FFFFFF;
    height: 32px;
    line-height: 32px;
    left: -48px;
    position: absolute;
    top: 0;
    width: 32px;
}

.card-info__box--large {
    margin-bottom: 30px;
    max-width: 100%;
    padding-bottom: 30px;
    padding-left: 85px;
}

.card-info__box--large .card-info__box-title {
    height: auto;
    margin-bottom: 0;
}

.card-info__box--large .card-info__box-number {
    height: 39px;
    left: -54px;
    width: 39px;
}

.card-info__box--large .card-info__box-number:before {
    background-position: -457px -24px;
    bottom: 0;
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
}

.card-info__box-user {
    color: #323232;
    margin-bottom: 5px;
}

.card-info__box-user-text {
    color: #323232;
}

.card-info__snippet {
    color: #323232;
    margin-bottom: 45px;
    padding: 20px;
}

.letter-form-box__label-box {
    margin-bottom: 10px;
}

.form-box {
    margin-bottom: 10px;
    max-width: 480px;
}

.form-box-1 {
    margin-bottom: 10px;
    max-width: 400px;
}

.letter-form-box .form-box {
    max-width: 100%;
}

.letter-form-box .radio-label {
    margin-bottom: 10px;
}

.letter-form-box .ui-selectmenu-menu,
.letter-form-box .ui-selectmenu-button,
.letter-form-box textarea,
.letter-form-box input[type="text"],
.letter-form-box input[type="password"] {
    max-width: 400px;
}

.form-button-box {
    padding-bottom: 18px;
}

.radio-label {
    color: #3c3c3c;
    cursor: pointer;
    margin-right: 30px;
    min-height: 25px;
    padding: 5px 0 0 45px;
}

.radio-label:before {
    background-position: -425px top;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
}

input[type="radio"]:checked + .radio-label:before {
    background-position: -425px -64px;
}

input[type="text"],
input[type="password"],
textarea {
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    /*box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.05);*/
    box-sizing: border-box;
    /*border-radius: 5px;*/
    font-size: 1.000rem;
    margin: 0;
    width: 100%;
}

input[type="text"],
input[type="password"],
input[type="number"] {
    /*height: 35px;*/
    line-height: 25px;
    padding: 0 10px;
    font-size: 15px;
}

textarea {
    height: 90px;
    padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #bfbfbf;
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);*/
}

.ui-selectmenu-button.ui-state-disabled,
input[type="text"][disabled="disabled"],
input[type="password"][disabled="disabled"],
textarea[disabled="disabled"] {
    background-color: #EEEEEE;
    /*color: #d1d1d1;*/
    /*cursor: default;*/
    /*border-color: #EEEEEE;*/
    /*box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);*/
}

.message {
    background-color: #FFFFFF;
    box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    max-width: 400px;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.message.success {
    border-left-color: #4abc7a;
    color: #4abc7a;
}

.message.error {
    border-left-color: #ff6588;
    color: #f23762;
}

.result-box,
.graphics-box {
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(35, 63, 98, 0.15);
    margin-bottom: 60px;
    /*margin-top: -355px;*/
    padding: 70px 0 60px;
}

.follow-letter {
    /*background-color: #FFFFFF;*/
    /*border-radius: 12px;*/
    /*box-shadow: 0 2px 12px 0 rgba(35, 63, 98, 0.15);*/
    margin-bottom: 60px;
    padding: 70px 0 60px;
}

.graphics-box:before {
    background-position: left -295px;
    height: 117px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -49px;
    width: 210px;
}

.graphics-box__description {
    color: #3c3c3c;
    line-height: 25px;
    padding-bottom: 50px;
}

.graphics-box script + .graphic-statistics-box {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.graphic-statistics-box.with-line {
    border-bottom: 2px solid #e9e9e9;
    margin: 0 70px 50px;
    padding-bottom: 50px;
}

.graphic-statistics-box__left {
    margin-bottom: 20px;
}

.graphic-statistics-box__title {
    color: #393939;
    padding: 0 0 20px 0;
}

.graphic-statistics-box__right-title {
    color: #393939;
    margin-bottom: 18px;
}

.graphic-statistics-box__right-text {
    color: #3c3c3c;
}

.graphic-statistics-box__right-text:not(:last-child) {
    margin-bottom: 25px;
}

.follow-letter:before {
    background-position: -228px -282px;
    height: 108px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -68px;
    width: 161px;
    z-index: 2;
    transform: rotate(15deg);
}

.follow-letter .letter__title {
    margin: 0 20px 50px;
}

.follow-letter__left {
    width: 390px;
}

.follow-letter__left .form-button-box {
    padding-bottom: 0;
}

.follow-letter__left-title {
    color: #3c3c3c;
    padding-bottom: 20px;
}

.follow-letter__text {
    color: #3c3c3c;
    line-height: 25.5px;
}

.follow-letter__right {
    padding-left: 450px;
}

.follow-letter__right .follow-letter__text {
    padding-bottom: 25px;
}

.follow-letter__table-box {
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(35, 63, 98, 0.15);
    border-radius: 12px;
    margin-bottom: 5px;
    padding: 20px 30px;
}

.follow-letter__sample-title {
    color: #9c9c9c;
}

.follow-letter__table {
    width: 100%;
}

.follow-letter__table tr:not(:last-child) td {
    border-bottom: 1px solid #EAEAEA;
}

.follow-letter__table td {
    padding: 5px 15px 5px 0;
}

.follow-letter__table td:nth-child(odd) {
    color: #323232;
}

.follow-letter__table td:nth-child(even) {
    color: #3C3C3C;
}

.follow-letter__box-with-padding {
    border-bottom: 2px solid #EEEEEE;
    margin: 0 70px 35px;
    padding-bottom: 35px;
}

.follow-letter__form-title {
    color: #323232;
    margin-bottom: 30px;
}

.letter-form-box__line-box input.ver-top-box {
    max-width: 100px;
}

.letter-form-box__input-separator {
    background-color: #3c3c3c;
    height: 2px;
    margin: 0 5px;
    margin-top: 19px;
    width: 6px;
}

.result-box {
    padding: 145px 0 160px;
}

.result-box:before {
    height: 135px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -60px;
    width: 197px;
}

.result-box.success:before {
    background-position: left -412px;
}

.result-box.error:before {
    background-position: -199px -412px;
}

.result-box.error .result-box__center {
    max-width: 580px;
}

.result-box.warning:before {
    background-position: left -549px;
}

.result-box__center {
    margin: 0 auto;
    max-width: 450px;
    padding: 0 20px;
}

.result-box__text {
    color: #3c3c3c;
    line-height: 25px;
    margin-bottom: 30px;
}

.result-box__code {
    color: #323232;
    margin-bottom: 30px;
}

/* Modal */

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: .6;
}

.modal-backdrop {
    background-color: #1c4373;
    bottom: 0;
    left: 0;
    opacity: .6;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.modal-dialog {
    display: table-cell;
    padding: 0 15px;
    position: relative;
    vertical-align: middle;
}

.modal__close {
    background-color: #F3FAFF;
    box-shadow: 0 0 12px 0 rgba(33, 67, 153, 0.45);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 35px;
}

.modal__close:before {
    background-position: -475px top;
    bottom: 0;
    height: 19px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.modal__close:active:before {
    opacity: .3;
}

.modal-content {
    background-color: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(35, 63, 98, 0.15);
    border-radius: 12px;
    border: 2px solid rgba(61, 164, 239, .50);
    min-height: 130px;
    max-width: 530px;
    margin: 20px auto;
    padding: 10px 20px;
}

.modal-content .btn {
    margin-right: 28px;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal__info {
    padding-bottom: 25px;
}

.modal__title {
    color: #323232;
    margin-bottom: 25px;
}

.modal__paragraph {
    color: #3C3C3C;
    line-height: 25px;
    margin-bottom: 20px;
}

/* Error page */

.error-box,.error-box-500 {
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(35, 63, 98, 0.15);
    color: #323232;
    margin-bottom: 50px;
    padding: 115px 0 140px;
}

.error-box__center {
    margin: 0 auto;
    max-width: 400px;
    padding: 0 15px;
}

.error-box:before {
    background-position: -228px -154px;
    height: 129px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -67px;
    width: 138px;
}

.error-box-500:before {
    background-image: url(/imgNew/problem_solving-5122.png);
    height: 140px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -72px;
    width: 138px;
    background-size: 100%;
}

.error-box__paragraph {
    padding-bottom: 15px;
}

.error-box__text {
    line-height: 27px;
    padding-bottom: 20px;
}

/* Select */

.ui-selectmenu-menu {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    display: none;
    overflow: auto;
    max-height: 250px;
    position: absolute !important;
    top: 55px !important;
    width: 100%;
    z-index: 1;
}

.ui-selectmenu-menu.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 45px 0 20px;
    position: relative;
    width: 100%;
}

.ui-selectmenu-menu.ui-selectmenu-open,
.ui-selectmenu-button-open {
    background-color: #FFFFFF;
    border-color: #BFBFBF;
    color: #3c3c3c;
    z-index: 111;
}

.ui-selectmenu-button-open {
    box-shadow: none;
}

.ui-selectmenu-text {
    display: block;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.ui-selectmenu-icon {
    /*background-position: -457px top;*/
    bottom: 0;
    height: 10px;
    margin: auto 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ui-selectmenu-button.ui-state-disabled .ui-selectmenu-icon {
    background-position: -457px -12px;
}

.ui-selectmenu-button-open .ui-selectmenu-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ui-selectmenu-optgroup:not(:empty) {
    color: #3c3c3c;
    padding: 7px 20px;
}

.ui-selectmenu-optgroup ~ .ui-menu-item .ui-menu-item-wrapper {
    padding-left: 30px;
}

ul.ui-menu {
    padding: 7px 0;
    width: 100% !important;
}

.ui-menu-item-wrapper {
    color: #3c3c3c;
    cursor: pointer;
    padding: 7px 20px;
}

.ui-menu-item-wrapper.ui-state-active {
    /*background-color: #EEEEEE;*/
    background-color: #4e4c4c;
}

#check-result {
    padding-top: 20px;
    padding-bottom: 70px;
}
.check-result__title {
    border-top: 2px solid #EEEEEE;
    color: #323232;
    padding: 20px 0;
}

.check-result__description {
    color: #323232;
    margin-bottom: 10px;
}

.check-result__table {
    margin-bottom: 10px;
    width: 100%;
}

.check-result__table td {
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid #BDBDBD;
    color: #3c3c3c;
    padding: 12px;
    width: 50%;
}

.check-result__table td:first-child {
    background-color: #EEEEEE;
}

.check-result__description--center {
    padding: 5px 0;
}

.voting-form {
    border-top: 2px solid #EEEEEE;
    margin-top: 40px;
    padding-top: 40px;
}

.voting-form__group {
    margin-bottom: 40px;
}

.voting-form__inner-title {
    color: #323232;
    margin-bottom: 25px;
}

.voting-form .form-box {
    margin-bottom: 8px;
    max-width: 400px;
}

.voting-form .radio-label {
    /*background-color: #f3faff;*/
    border-radius: 22px;
    line-height: 23px;
    margin-right: 0;
    padding: 8px 8px 8px 54px;
}

.voting-form .radio-label:before {
    bottom: 0;
    left: 8px;
    margin: auto 0;
}

.highcharts-series rect {
    cursor: pointer;
}

.highcharts-series rect {
    background-image: linear-gradient(45deg, blue, red);
}

/* Datepicker */

.date-picker-box {
    max-width: 400px;
}

.date-picker-box .date-picker {
    padding-right: 45px;
}

.ui-datepicker {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2.97px .03px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2.97px .03px rgba(0, 0, 0, .2);
    border-radius: 4px;
    border: 1px solid rgba(167, 169, 172, .5);
    display: none;
    font-size: 13px;
    padding: 10px;
    text-align: center;
    width: 200px;
    z-index: 2!important
}

.ui-datepicker-calendar {
    width: 100%
}

.ui-datepicker-calendar thead span {
    display: block;
    padding-bottom: 5px
}

.ui-datepicker-calendar tbody td {
    border: 1px solid #e2e2e2
}

.ui-datepicker-calendar tbody td a,
.ui-datepicker-calendar tbody td span {
    color: #002b46;
    display: block;
    padding: 4px;
    text-decoration: none;
    -webkit-transition: background-color .1s linear, color .1s linear;
    -moz-transition: background-color .1s linear, color .1s linear;
    transition: background-color .1s linear, color .1s linear
}

.ui-datepicker-calendar tbody td a:not(.ui-state-highlight):not(.ui-state-active):hover {
    background-color: #3d73b3;
    color: #fff
}

.ui-datepicker-next,
.ui-datepicker-prev {
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    top: 10px;
    width: 20px
}

.ui-datepicker-next span,
.ui-datepicker-prev span {
    display: none
}

.ui-datepicker-next:before,
.ui-datepicker-prev:before {
    bottom: 0;
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px
}

.ui-datepicker-next:active,
.ui-datepicker-prev:active {
    opacity: .3!important
}

.ui-datepicker-next.ui-state-disabled,
.ui-datepicker-prev.ui-state-disabled {
    cursor: default;
    opacity: .3!important
}

.ui-datepicker-prev {
    left: 10px
}

.ui-datepicker-prev:before {
    background-position: -481px -54px
}

.ui-datepicker-prev.ui-state-disabled:before {
    opacity: .5
}

.ui-datepicker-next {
    right: 10px
}

.ui-datepicker-next:before {
    background-position: -488px -54px
}

.ui-datepicker-next.ui-state-disabled:before {
    opacity: .5
}

.ui-datepicker-title {
    height: 20px;
    line-height: 20px;
    padding-bottom: 10px
}

.ui-state-highlight {
    background-color: #3d73b3;
    color: #fff!important
}

.ui-state-active {
    background-color: #3d73b3;
    color: #fff!important
}

.ui-datepicker-trigger {
    background-color: transparent;
    background-position: -457px -41px;
    border: none;
    cursor: pointer;
    height: 22px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    text-indent: -99999px;
    top: 7px;
    width: 24px
}

.ui-datepicker-trigger:active {
    opacity: .5 !important;
}

.ui-datepicker-unselectable span {
    color: rgba(90, 90, 90, .6)!important
}

.ui-datepicker-month,
.ui-datepicker-year {
    margin: 0 4px
}

.ui-datepicker-input {
    padding-right: 38px
}

/* Button styles */

/*.btn {*/
/*    color: #FFFFFF !important;*/
/*    border-radius: 27px !important;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    height: 54px;*/
/*    line-height: 54px;*/
/*    outline: 0;*/
/*    padding: 0 40px;*/
/*}*/

.btn {
    color: #FFFFFF !important;
    border-radius: 0.9rem !important;
    border: none;
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    outline: 0;
    padding: 0 40px;
}

.small-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 36px;
}

.pink-btn {
    background-color: #FF6588 !important;
}

.pink-btn:active {
    background-color: #F93F6A;
}
.pink-btn:hover {
    background-color: #F93F6A !important;
}

.pink-btn[disabled="disabled"] {
    background-color: #F93F6A;
    background-image: url('/img/loader.gif');
    width: 150px;
}

.pink-btn--add {
    background-color: transparent !important;
    color: #000000 !important;
    padding: 0 0 0 42px;
}

.pink-btn__plus {
    background-color: #FF6588;
    border-radius: 50%;
    bottom: 0;
    height: 30px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 30px;
}

.pink-btn--add:active .pink-btn__plus {
    background-color: #F93F6A !important;
    transition: none;
}

.pink-btn__plus:before {
    background-position: -481px -24px;
    bottom: 0;
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

.blue-btn {
    background-color: #3DA4EF !important;
    line-height: 38px !important;
}

.blue-btn:active {
    background-color: #1E8FE0;
}
.blue-btn:hover {
    background-color: #1E8FE0 !important;
}

.blue-btn[disabled="disabled"] {
    background-color: #0583DD;
    background-image: url('/img/loader-blue.gif');
    width: 150px;
}

.gray-btn {
    background-color: #F0F0F0;
    color: #289aed !important;
}

.gray-btn:active {
    background-color: #D6D6D6;
}

/* g-uploaded-list */

.g-uploaded-list {
    padding-top: 10px;
}

.g-uploaded {
    border-bottom: 1px solid #f2f2f2;
    margin: 14px 0;
    padding: 0 0 14px 27px;
}

.g-upload-x {
    background-color: transparent;
    background-position: -481px -41px;
    border: none;
    cursor: pointer;
    height: 11px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 11px;
}

.g-upload-x:active {
    opacity: .3 !important;
}

/* Footer libs */

footer {
    background-color: #234e83;
    min-height: 91px;
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    /*padding: 25px 0;*/
}

footer .center {
    max-width: 760px;
}

.cols-5.fl {
    max-width: 350px;
}

.cols-5.fr {
    max-width: 410px;
}

.footer-logo {
    background-position: left -87px;
    height: 50px;
    width: 52px;
}

.copyright-text {
    color: rgba(255, 255, 255, .40);
    padding: 5px 0 10px 70px;
}

.footer-title {
    color: rgba(255, 255, 255, .40);
    margin-bottom: 5px;
    width: 52px;
    word-wrap: break-word;
}

.footer-text {
    color: rgba(255, 255, 255, .40);
    padding-left: 70px;
}

.footer-left-box {
    margin-bottom: 20px;
}

.footer-left-box__first {
    max-width: 300px;
}

.footer-left-box__second {
    padding-left: 280px;
}

.footer-logos:not(:last-child) {
    margin: 0 20px;
}

.logo-1 {
    background-position: left -1115px;
    height: 105px;
    width: 114px;
}

.logo-2 {
    background-position: -116px -1115px;
    height: 106px;
    width: 86px;
}

.logo-3 {
    background-position: -204px -1115px;
    height: 136px;
    width: 69px;
}

/* Media queries */

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

    .application-box__item {
        width: calc( 50% - 15px );
    }

    .application-statistics-box__progress {
        min-height: inherit;
    }

    .card-info__list {
        display: block;
        flex-wrap: inherit;
    }

    .card-info__box:first-child {
        margin: 0 0 30px;
    }

    .card-info__box:last-child {
        padding-bottom: 20px;
    }

    .follow-letter__left {
        float: none;
        margin-bottom: 30px;
        width: 100%;
    }

    .follow-letter__right {
        padding-left: 0;
    }

    footer .cols-5 {
        float: none;
        width: 100%;
    }

    footer .cols-5:first-child {
        margin-bottom: 30px;
    }

    .footer-logo-box,
    .footer-left-box {
        margin-left: auto;
        margin-right: auto;
        max-width: 430px;
    }

    footer .cols-5 {
        max-width: 100% !important;
    }

    .footer-left-box {
        margin-bottom: 0;
    }

}

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

    #wrapper {
        margin-bottom: 0;
        /*min-height: inherit;*/
    }

    .wrapper_bottom {
        margin-bottom: 90px !important;
    }
    #wrapper:after {
        display: none;
    }

    .application-statistics-box__left {
        width: 390px;
    }

    .application-box__item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .application-statistics-box {
        margin-bottom: 30px;
    }

    .graphic-statistics-box__left {
        float: none;
        padding-bottom: 15px;
        padding-left: 0;
        width: 100%;
    }

    .graphic-statistics-box__right {
        padding-left: 0;
    }

    .error-box.top-minus {
        margin: -380px 0 30px;
        padding: 60px 0;
    }

    /*footer {*/
    /*    min-height: 1px;*/
    /*}*/

}

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

    .application-statistics-box__progress {
        padding-top: 30px;
    }

}

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

    .modal-content {
        margin-top: 33px;
    }

    .modal__close {
        right: 5px;
        top: -30px;
    }

    .application-statistics-box__progress {
        padding-top: 50px;
    }

}

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

    .application-box__inner {
        height: auto !important;
    }

    .application-statistics-box__progress {
        padding-top: 30px;
    }

    .application-box {
        display: block;
        flex-wrap: inherit;
        margin-bottom: 30px;
        padding-bottom: 30px;
        justify-content: inherit;
    }

    .application-box__item {
        box-shadow: 0 8px 12px 0 rgba(35, 63, 98, 0.15);
        margin: 0 auto;
        padding-bottom: 35px;
        max-width: 370px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
    }

    .application-box__item:first-child {
        margin-bottom: 75px;
    }

    .application-box__item .pink-btn {
        /*display: block;*/
        margin: 0 10px;
    }

    .application-statistics-box__left {
        float: none;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .application-statistics-box__right {
        padding-left: 0;
        text-align: center;
    }

    .application-statistics-box__progress {
        display: inline-block;
        vertical-align: top;
    }

    .application-statistics-box {
        margin-bottom: 40px;
    }

    .application-statistics-box__text {
        margin: 0 auto 30px;
        max-width: 540px;
    }

    .cols-2,
    .cols-4 {
        float: none;
        margin: 0 auto;
        max-width: 335px;
        padding-right: 0;
        text-align: center;
        width: 100%;
    }

    .cols-2,
    .cols-4:nth-of-type(2) {
        margin-bottom: 20px;
    }

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

    .cover svg {
        display: none;
    }

}

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

    header {
        background-color: #1C4373;
        padding-top: 20px;
        position: relative;
        top: 0;
    }

    .logo {
        float: none;
        margin: 0 auto 40px;
    }

    .logo:before {
        margin: 0 auto;
        right: 0;
    }

    .language-list {
        float: none;
        padding-top: 0;
        text-align: center;
    }

    .language-list__item {
        display: inline-block;
        float: none;
        margin: 0 -7px;
        vertical-align: top;
    }

    .error-box.top-minus {
        margin-top: -460px;
    }

    .top-minus {
        margin-top: -560px;
    }

    .result-box,
    .graphics-box,
    .top-minus.small-letter {
        margin-top: -460px;
    }
    .graphics-box {
        margin-top: 0;
    }

    .small-letter {
        margin-bottom: 40px;
        padding-top: 50px;
    }

    .box-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .graphic-statistics-box.with-line {
        margin: 0 20px 30px;
        padding-bottom: 30px;
    }

    .tab {
        margin-left: 20px;
        margin-right: 20px;
    }

    .follow-letter {
        padding: 40px 0 20px !important;
    }

    .result-box,
    .follow-letter,
    .graphics-box {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

    .follow-letter__box-with-padding {
        margin-left: 20px;
        margin-right: 20px;
    }

    .result-box {
        padding-top: 100px;
    }

    .result-box__text:last-child {
        margin-bottom: 10px;
    }

    footer {
        position: relative;
    }

}

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

    .cover {
        height: 540px;
    }

    .logo {
        background-position: left -730px;
        height: 27px;
        margin-bottom: 25px;
        width: 272px;
    }

    body.ru .logo {
        background-position: left -1086px;
        /*width: 242px;*/
    }

    body.en .logo {
        background-position: left -1013px;
        /*width: 197px;*/
    }

    .application-box__item.write-letter:before,
    .small-letter:before {
        /*background-position: -210px -548px;*/
        height: 82px;
        top: -42px;
        width: 80px;
    }

    .modal-content {
        padding-bottom: 25px;
    }

    .modal-content .btn {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
        text-align: center;
    }

    .follow-letter__table {
        min-width: 300px;
    }

    .application-box__item {
        padding-bottom: 25px;
        padding-top: 45px;
    }

    .snippet-box {
        margin-bottom: 70px;
        margin-top: 10px;
    }

    .application-box__item.process-letter:before {
        background-position: -306px -548px;
        height: 67px;
        top: -25px;
        width: 91px;
    }

    .snippet-box__title,
    .snippet-box__text {
        font-size: 26px;
    }

    .error-box:before {
        background-position: left -759px;
        height: 92px;
        top: -48px;
        width: 98px;
    }

    .follow-letter:before {
        top: -61px;
    }

    .result-box {
        padding-top: 80px;
    }

    .result-box:before {
        height: 103px;
        top: -50px;
        width: 150px;
    }

    .result-box.success:before {
        background-position: -100px -759px;
    }

    .result-box.error:before {
        background-position: -252px -759px;
    }

    .result-box.warning:before {
        background-position: left -864px;
    }

}

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

    .modal-content {
        padding: 20px 20px 5px;
    }

    .modal__title {
        margin-bottom: 25px;
    }

    .modal__paragraph {
        margin-bottom: 15px;
    }

    .tab__item {
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
        text-align: center;
    }

    .tab__link {
        border: 1px solid transparent;
        border-radius: 5px;
        padding: 0 15px;
    }

    .tab__link.active {
        border: 1px solid #2e93d9;
    }

    .tab__link.active:before {
        display: none;
    }

    .letter-form-box {
        padding-left: 20px;
    }

    .letter-form-box__title:before {
        left: -22px;
    }

    .letter__title {
        font-size: 1.688rem;
    }

    .footer-logo-box,
    .footer-left-box {
        max-width: 100%;
    }

    footer {
        padding: 0px 0;
    }

    footer .cols-5:first-child {
        margin-bottom: 0;
    }

    .footer-title {
        float: none;
        width: 100%;
    }

    .footer-text {
        padding-left: 0;
    }

    .footer-logos {
        margin-bottom: 30px;
    }

    .footer-left-box__first {
        float: none;
        max-width: 100%;
        text-align: center;
    }

    .footer-left-box__second {
        margin: 0 auto;
        max-width: 250px;
        text-align: center;
    }

    .footer-left-box__second {
        padding-left: 0;
    }

}

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

    .application-statistics-box {
        padding: 25px 15px;
    }

    .application-statistics-box__left .btn {
        /*display: block;*/
    }

    .application-box__item .pink-btn {
        margin: 0;
    }

    .btn {
        font-size: 0.938rem;
        padding: 0 15px;
    }

    .form-button-box .btn {
        width: 100%;
    }

    .g-recaptcha > div {
        height: 62px !important;
    }

    .g-recaptcha iframe {
        -webkit-transform: scale( 0.8 );
        -moz-transform: scale( 0.8 );
        -ms-transform: scale( 0.8 );
        -o-transform: scale( 0.8 );
        transform: scale( 0.8 );
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }

}

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

    .snippet-box__title,
    .snippet-box__text {
        font-size: 20px;
    }

    .application-statistics-box__progress-text.absolute {
        font-size: 0.625rem;
    }

    .footer-logo {
        float: none;
        margin: 0 auto 10px;
    }

    .copyright-text {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .g-recaptcha {
        overflow: hidden;
    }

    .g-recaptcha > div {
        height: 57px !important;
        width: auto !important;
    }

    .g-recaptcha iframe {
        -webkit-transform: scale( 0.75 );
        -moz-transform: scale( 0.75 );
        -ms-transform: scale( 0.75 );
        -o-transform: scale( 0.75 );
        transform: scale( 0.75 );
    }

    .radio-label {
        display: block;
        margin-bottom: 15px;
    }

    .card-info__box {
        padding-left: 60px;
        padding-top: 15px;
    }

    .card-info__box .small-btn {
        box-sizing: border-box;
        text-align: center;
        width: 100%;
    }

    .card-info__box:first-child {
        margin-bottom: 20px;
    }

    .card-info__box-number {
        left: -46px;
    }

    .card-info__box-title {
        height: auto;
        padding-right: 0;
    }

    .follow-letter .letter__title {
        margin-bottom: 40px;
    }

    .error-box__number {
        font-size: 4.375rem;
    }

    .letter-form-box__line-box input.ver-top-box {
        max-width: 60px;
    }

    .check-result__table td {
        font-size: 0.750rem;
    }

}

.error-msg {
    color: #F53C3C;
}

.notification_type_note {
    margin-top: 10px;
    font-size: 0.8rem;
    color: #afaeae;
    max-width: 420px;
}

.tracking-number::-webkit-input-placeholder { /* WebKit browsers */
    color: #afaeae;
}

.tracking-number:-moz-placeholder { /* WebKit browsers */
    color: #afaeae;
}

.tracking-number::-moz-placeholder { /* WebKit browsers */
    color: #afaeae;
}

.tracking-number:-ms-input-placeholder { 	/* Internet Explorer 10+ */
    color: #afaeae;
}
.or-box {
    color: #afaeae;
}


.download-signed, .upload-signed {
    color: #FFFFFF !important;
    border-radius: 27px;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 15px 11px;
    height: 54px;
    line-height: 54px;
    outline: 0;
    padding: 8px 30px 10px 35px;
}

.download-signed {
    background-image: url(/img/icons/ic-download.png);
}

.upload-signed {
    background-image: url(/img/icons/ic-upload.png);
}

#e-letter-signed-form .letter__text-with-bg {
    padding-left: 30px;
    padding-right: 30px;
}

#sign-result {
    margin-top: 10px;
}
#sign-result-box {
    margin-bottom: 30px;
}

.signed-yes {
    background-image: url(/img/icons/success.png);
}

.signed-no {
    background-image: url(/img/icons/error.png);
}

.signed-yes, .signed-no {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 6px;
    height: 40px;
}

.file-form-box.form-box {
    margin-bottom: 0;
    max-width: none;
}

#pdf-modal {
    width: 50%;
    height: 500px;
    margin: 10px auto;
    /* border-radius: 19px; */
    display: none;
    overflow: scroll;
}

.frame {
    margin: 0 auto;
    display: block;
    padding: 7px;
    border-radius: 19px;
}

#check-valid-1 {
    /*display: none;*/
}

/*.text-center {*/
/*    width: 782px;*/
/*    margin: 0 auto;*/
/*}*/

.fs1_9 {
    font-size: 1.9rem;
}

.ft-maly {
    font-family: 'Grapalat-regular', "Arian AMU", "Arial AMU", Sylfaen, sans-serif; font-weight: normal;
}

.header-text-new {
    vertical-align: inherit !important;
    display: block;
    width: 297px;
    line-height: 18px;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: GHEAGrpalatReg, arial, helvetica, sans-serif, tahoma, verdana;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: -9px;
    left: 8px;
}