body {
    position: relative;
    margin: 0;
}

body>* {
    margin: 0 auto!important;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

header,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #f2f2f2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

hr,
ul {
    margin-bottom: 1rem
}

h1,
h2,
h3,
p,
ul {
    margin-top: 0
}

b {
    font-weight: bolder
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #d9d9d9;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img,
svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input {
    overflow: visible
}

[type=submit] {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h2 {
    color: inherit
}

h3 {
    font-family: inherit;
    color: inherit
}
.red {color: red!important; }
.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.1875;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #9d0214;
    border-color: #910113
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 2, 27, .5);
    box-shadow: 0 0 0 .2rem rgba(208, 2, 27, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-primary:hover {
    background-color: #fff;
    border-color: #fff
}

.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-outline-primary:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #d0021b;
    border-color: #d0021b
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 2, 27, .5);
    box-shadow: 0 0 0 .2rem rgba(208, 2, 27, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

@supports (transform-style:preserve-3d) {
}

@supports (transform-style:preserve-3d) {
}

@supports (transform-style:preserve-3d) {
}

@supports (transform-style:preserve-3d) {
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

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

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

@supports (position:sticky) {
}


.container-fluid {
    padding: 0 3.125rem
}

.btn {
    border-radius: 0;
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .5rem 1.875rem .625rem
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-primary:hover {
    color: #000!important;
    text-decoration: none!important
}

h3 {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: .5625rem;
    line-height: 1.22
}

h1,
h2 {
    font-weight: 700;
    font-family: "PT Serif", serif;
    font-size: 1.75rem;
    line-height: 1
}

h1,
h2 {
    margin-bottom: .9375rem
}

h1 {
    font-size: 2rem;
    margin-bottom: 1.875rem;
    line-height: 1.4
}

p {
    margin-bottom: 1rem
}

p:last-child {
    margin-bottom: 0
}

.container-fluid {
    max-width: 1480px
}

.header {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #e00300), color-stop(7%, #e20300), color-stop(47%, #c10300), to(#9c0200));
    background-image: -o-linear-gradient(top, #e00300 2%, #e20300 7%, #c10300 47%, #9c0200 100%);
    background-image: linear-gradient(-180deg, #e00300 2%, #e20300 7%, #c10300 47%, #9c0200 100%);
    color: #fff;
    padding: 2.125rem 0;
    margin-bottom: .9375rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9
}

.header+* {
    padding-top: 132px!important
}

.header__logo {
    width: 17.5rem;
    height: 2rem;
    cursor: pointer;
    display: block
}

.header__logo img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block
}

.header__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__item,
.nav__item {
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin: 0 .9375rem
}

.header__item:hover,
.nav__item:hover {
    text-decoration: underline;
    color: #fff
}

.header__item:first-child,
.nav__item:first-child {
    margin-left: 0
}

.header__item:last-child,
.nav__item:last-child {
    margin-right: 0
}

.header__item .icon {
    fill: #fff
}

.nav {
    font-size: 1.3rem;
    font-seight: 600;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav__item {
    margin: 0 calc(28px/2)
}

.footer {
    background-color: #d0021b;
    padding: 35px 0 40px;
    color: #fff;
    font-size: 16px
}

.icon-header__search {
    width: 22px;
    height: 22px;
    fill: initial
}
body {
    position: relative;
    -webkit-animation-name: fadeInLoad;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1.6s;
    /* Chrome, Safari, Opera */
    animation-name: fadeInLoad;
    animation-duration: 1.6s;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes fadeInLoad {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}


/* Standard syntax */

@keyframes fadeInLoad {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

@font-face {
    font-family: 'Liberation';
    font-style: 'italic';
    font-weight: 400;
    src: url('../fonts/LiberationSerif-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Liberation';
    font-style: 'normal';
    font-weight: 400;
    src: url('../fonts/LiberationSerif-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Liberation';
    font-style: 'italic';
    font-weight: bold;
    src: url('../fonts/LiberationSerif-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Liberation';
    font-style: 'normal';
    font-weight: bold;
    src: url('../fonts/LiberationSerif-Bold.ttf') format('truetype');
}

.main-content,
.main-content * {
    font-family: 'Liberation', 'Open Sans';
}

.header {
    padding: 15px 0
}

.header+* {
    padding-top: 50px!important
}

.main-img-2 {
    margin: 0 auto 20px;
    width: 100%!important;
    max-width: 500px!important
}

.quiz-block {
    padding: 40px!important
}
.mycitybl {
        font-weight: 400;
    color: #474747;
}
@media screen and (min-width:768px) {
    .header+* {
        padding-top: 90px!important
    }
}

.sub-title {
    font-size: 24px!important;
    font-weight: 700;
    line-height: 1.3
}

.info-doc {
    background-color: #fff2cc;
    padding: 0!important;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 20px
}

.info-doc__text {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    top: 10px;
    vertical-align: top;
}

.docimg-wrap {
    display: inline-block
}

.docimg-wrap img {
    width: 300px
}

.footer {
    width: 100%;
    text-align: center
}

.footer-img {
    display: inline-block;
    width: 40%
}

@media (max-width:480px) {
    .footer-img {
        width: 90%;
        text-align: center
    }
    .footer {
        padding: 25px 0
    }
}

@media (max-width:935px) {
    .info-doc__text {
        max-width: 430px
    }
}

@media (max-width:834px) {
    .info-doc__text {
        max-width: 400px
    }
}

@media (max-width:744px) {
    .info-doc__text {
        max-width: unset;
        position: static;
        text-align: center;
        margin-top: 10px;
        display: block
    }
    .docimg-wrap {
       padding: 10px;
    }
    .info-doc {
        padding-bottom: 10px!important
    }
}

.cenz_wrapper {
    padding: 0!important;
    position: relative;
    max-width: 600px;
    margin: 0 auto
}

.cenz_block {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 5px solid red;
    margin: 0 auto;
    padding: 46px
}

.cenz_year {
    font-size: 60px !important;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 50%;
    border: 15px solid red;
    width: 150px;
    height: 150px;
    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;
    margin-bottom: 20px
}

.cenz_click {
    font-size: 40px!important;
    font-weight: 700;
    margin-top: 20px;
    display: block!important
}

.cenz_img {
    position: relative;
    max-width: 600px;
    top: 0;
    height: 100%;
    width: 100%;
    display: none
}

@media (max-width:430px) {
    .cenz_block {
        padding: 10%
    }
}

@media (max-width:380px) {
    .cenz_block {
        padding: 6%
    }
}

@media (max-width:350px) {
    .cenz_block {
        padding: 2%
    }
}

@media (max-width:340px) {
    .cenz_img {
        height: 100%;
        width: 100%
    }
}

.quiz-block {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .45);
            box-shadow: 0 0 10px rgba(0, 0, 0, .45);
    background: #b5e9ff;
    padding: 25px;
    text-align: center
}

.quiz-item {
    display: none
}

.quiz-item.active {
    display: block
}

.quiz-item p {
    font-size: 1.5rem;
    text-align: left
}

.quiz-answer {
    text-align: left
}

.quiz-answer label {
    display: block
}

.btn-main {
    display: inline-block;
    padding: 15px 25px 17px;
    margin: 20px 0 0;
    background: #2035dc;
    color: #fff!important;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.result-block {
    display: none
}

.btn-main-2 {
    display: inline-block;
    margin: 20px 0 0;
    padding: 10px 35px 12px;
    color: #fff!important;
    background: #2035dc;
    font-size: 20px;
    line-height: 1;
    text-align: center
}

#order_form_1 {
    text-align: center;
    background: #fff;
    padding: 20px;
    max-width: 600px;
    font-family: Arial;
    margin: 20px auto;
    background-image: url(../images/formbg31.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 20px auto
}

#order_form_1 {
    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-align: center;
        -ms-flex-align: center;
            align-items: center
}

.table-align {
    float: left
}

@media screen and (max-width:480px) {
    #order_form {
        padding: 10px
    }
    .table-align {
        float: none
    }
    .mb-text {
        font-size: 12px!important
    }
}

@media screen and (max-width:459px) {
    #order_form input {
        width: 80%
    }
}

@media screen and (max-width:349px) {
    #order_form input {
        font-size: 17px
    }
}

@media screen and (max-width:1200px) {
    #order_form {
        background-image: url(../images/formbg31-v1.jpg)
    }
}


/*!sc*/

i {
    line-height: 1.5
}

@media (max-width:400px) {
    .pechat {
        max-width: 65px!important
    }
 
}

@media (max-width:450px) {
    .pechat {
        max-width: 50px!important
    }
}

@media (max-width:800px) {
    .cenz_block {
        margin: 0 auto
    }
    .quiz-block {
        padding: 25px!important
    }
}

@media (max-width:480px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_header {
        font-size: 24px
    }
    
    .formtitle {
        max-width: 415px
    }
}

@media (max-width:320px) {
    .header__logo {
        margin: 0 auto
    }
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_header {
        font-size: 20px;
        line-height: 1.2
    }
    .__rusindustry_section-inner h1+p {
        font-size: 16px;
        line-height: 1.4
    }
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text {
        font-size: 15px
    }
  
    .mb-text {
        font-size: 11px!important
    }
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text *+h2 {
        margin-top: 0
    }
    #order_form {
        margin: 50px auto 20px
    }
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section>.__rusindustry_section-inner {
        padding: 0
    }
    .__rusindustry_info {
        margin-top: 25px!important
    }
    .footer-img {
        width: 150px!important
    }
}

.cenz_wrapper {
    cursor: pointer;
    margin-bottom: 8px;
    text-align: center;
}

.cenz_wrapper+p {
    color: #474747;
}


.ruletka-p h2 {
    margin-bottom: 10px !important;
}

.order_block h3 {
    padding-bottom: 15px !important;
    margin-top: 20px !important;
}

#order_form {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.input-roulette,
.submit-roulette {
    width: 100% !important;
}

.submit-roulette {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.time_remains {
    display: inline-block;
    margin-top: 2px;
    font-family: arial!important;
}

.last-btn {
    -webkit-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    display: block;    
    max-width: 300px;    
    text-align: center;    
    margin: 40px auto;    
    padding: 20px;    
    color: #fff!important;    
    font-weight: 700;    
    text-decoration: none;    
    -webkit-box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);    
            box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);    
    border-radius: 5px;    
    background-color: #d0031a;    
    background-position: 1.35em .94em;    
    background-size: 1em;    
    background-repeat: no-repeat;    
    -webkit-transition: all .15s ease-in-out;    
    -o-transition: all .15s ease-in-out;    
    transition: all .15s ease-in-out;    
    border: none;    
    font-family: arial!important;    
    font-size: 20px!important;
}

.last-btn:hover {
    background-color: #990617 !important;
}

@media screen and (max-width: 1200px) {
    #order_form {
        background-image: none;
    }
 
}

@media screen and (max-width: 992px) {
    .pop-up-text {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    .docimg-wrap img {
        width: 100%;
    }
}


.__rusindustry_rusind-subset * {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    cursor: default;
    max-height: 999999px;
    font-size: inherit;
}

.__rusindustry_rusind-subset b {
    font: inherit;
    font-style: inherit;
    cursor: inherit;
    font-weight: 400;
}

.__rusindustry_rusind-subset h1,
.__rusindustry_rusind-subset h2,
.__rusindustry_rusind-subset h3 {
    margin: 0;
    font-weight: 400;
}

.__rusindustry_rusind-subset {
    position: relative;
    margin: 0;
    color: #000;
    font-family: MuseoSansCyrl500;
    font-size: 14px;
    line-height: 14px;
}

.__rusindustry_rusind-subset a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.__rusindustry_rusind-subset p {
    margin: 0;
    padding: 0;
}

.__rusindustry_rusind-subset a * {
    cursor: inherit;
}

.__rusindustry_rusind-subset li,
.__rusindustry_rusind-subset ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.__rusindustry_rusind-subset.__rusindustry_article-page {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background: #fff;
    min-height: 100vh
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_article-shadow {
    position: absolute;
    z-index: 0;
    width: 100%;
    overflow-x: hidden;
    left: 0;
    top: 0
}

.__rusindustry_rusind-subset.__rusindustry_article-page>* {
    position: relative;
    z-index: 1
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section>.__rusindustry_section-inner {
    padding: 20px 0 0px;
    border-bottom: 5px solid #e20300
}
.__rusindustry_rusind-subset {
    position: relative
}

.__rusindustry_rusind-subset>.__rusindustry_section {
    position: relative;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

@media (max-width:800px) {
    .__rusindustry_rusind-subset>.__rusindustry_section {
        padding: 0 20px
    }
}

.__rusindustry_rusind-subset>.__rusindustry_section>.__rusindustry_section-inner {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

@media (max-width:640px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section>.__rusindustry_section-inner {
        padding: 35px 0 30px
    }
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_header {
    font-family: MuseoSansCyrl700;
    font-size: 33px;
    line-height: 1.2
}

@media (max-width:640px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_header {
        font-size: 25px;
        line-height: 1.2
    }
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_info {
    color: #848484;
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_info>* {
    display: inline-block;
    vertical-align: top;
    position: relative
}

@media (max-width:640px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_info>* {
        display: block
    }
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_info>*+:before {
    content: '';
    display: block;
    position: absolute;
    height: 50px;
    border-right: 1px solid #d8d8d8;
    left: 20px;
    top: -8px
}

@media (max-width:640px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_info>*+:before {
        display: none
    }
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_header-section .__rusindustry_info>*>*+* {
    margin-top: 7px
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section {
    margin-top: 20px
}

@media (max-width:640px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section {
        margin-top: 30px
    }
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text {
    display: block;
    vertical-align: top;
    font-family: MuseoSansCyrl300;
    font-size: 16px;
    line-height: 24px
}

@media (max-width:400px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text {
        display: block
    }
}

@media (max-width:800px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text>* {
        display: block;
        width: auto
    }
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text>* {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

@media (max-width:1100px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text>* {
        padding: 0 40px 0 0
    }
}

@media (max-width:800px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text>* {
        width: auto;
        max-width: initial;
        padding: 0
    }
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text *+p {
    margin-top: 0
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text h2 {
    color: #323232;
    font-family: MuseoSansCyrl300;
    font-size: 28px;
    margin-bottom: 0;
    line-height: 48px
}

@media (max-width:800px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text h2 {
        font-size: 24px;
        line-height: 36px
    }
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text *+h2 {
    margin-top: 0
}

@media (max-width:800px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_content .__rusindustry_text *+h2 {
        margin-top: 35px
    }
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_subscribe-block .__rusindustry_subscribe-get-access .__rusindustry_categories .__rusindustry_list>:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 12px;
    background: url(../fonts/checked.svg) no-repeat center center/contain
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_advertising>:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
    z-index: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ebebeb
}

@media (max-width:1100px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_advertising>:before {
        width: 100%;
        left: 0
    }
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_advertising>:after {
    content: 'Яндекс Директ';
    display: block;
    white-space: nowrap;
    color: #969696;
    font-size: 12px;
    line-height: 1em;
    margin-top: 15px;
    font-family: MuseoSansCyrl500
}

@media (max-width:800px) {
    .__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside>:after {
        display: none
    }
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside>::-webkit-scrollbar {
    width: 5px
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside>::-webkit-scrollbar-track {
    background: 0 0
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside>::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    will-change: background;
    border-radius: 3px
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside .__rusindustry_category .__rusindustry_list>*>*+:before {
    content: '';
    position: absolute;
    left: 0;
    top: -18px;
    width: 100%;
    height: 0
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_text-section .__rusindustry_aside .__rusindustry_section-link .__rusindustry_tags>:before {
    content: '#'
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_articles-section .__rusindustry_top .__rusindustry_man>:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    width: 20px;
    height: 40px;
    background: url(../fonts/slide.svg) no-repeat center center/9px auto, #646464;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_articles-section .__rusindustry_top .__rusindustry_man>:hover:before {
    background: url(../fonts/slide.svg) no-repeat center center/9px auto, #999
}

.__rusindustry_rusind-subset.__rusindustry_article-page .__rusindustry_articles-section .__rusindustry_top .__rusindustry_man-v2>:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    right: 0;
    width: 30px;
    height: 60px;
    background: url(../fonts/slide.svg) no-repeat center center/12px auto, #646464;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease
}

.__rusindustry_text-section .__rusindustry_content p {
    margin-bottom: 20px
}

.__rusindustry_text-section .__rusindustry_content h2,
h3 {
    margin-top: 15px;
    margin-bottom: 8px;
    line-height: 100%!important
}

.__rusindustry_text-section .__rusindustry_content h3 {
    font-size: 28px;
    font-family: MuseoSansCyrl700;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 700;
    margin-top: 45px;
    padding-bottom: 25px
}

.__rusindustry_text li,
.__rusindustry_text ul {
    display: list-item;
    list-style: inherit;
    list-style-position: inside
}

.__rusindustry_content .__rusindustry_text p a {
    color: #2067b0;
    text-decoration: underline;
    cursor: pointer
}

.__rusindustry_content .__rusindustry_text p a:hover {
    color: #2067b0;
    text-decoration: none;
    cursor: pointer
}

@media print {
    @page {
        margin-left: 20mm;
        margin-right: 20mm;
        margin-top: 0;
        margin-bottom: 0
    }
    body {
        margin: 0;
        overflow: visible
    }
    .footer,
    .header,
    .header__logo {
        display: none!important
    }
    .__rusindustry_section-inner h1 {
        font-size: 52px!important
    }
    body div:nth-child(1) {
        height: auto!important
    }
    .__rusindustry_section-inner .__rusindustry_info * {
        font-size: 22px!important;
        line-height: 20px!important
    }
    .__rusindustry_content .__rusindustry_text p {
        font-size: 40px!important;
        line-height: 60px!important
    }
    .__rusindustry_content .__rusindustry_text h2,
    h3 {
        font-size: 60px!important;
        line-height: 60px!important
    }
    body,
    html {
        height: 99%!important
    }
}

.main-img {
    display: block;
    margin: 0 auto 20px;
    width: 100%!important
}

.alert-block {
    padding: 15px!important;
    margin: 0 0 20px!important;
    border: 1px solid #000;
    background: #fff2cc
}

b {
    font-weight: 700!important
}

.comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 15px 0
}

.comment-item>div:first-child {
        width: 50px;
    height: 50px;
    overflow: hidden;
}

.user-info {
    padding: 0 0 0 15px;
    width: calc(100% - 50px)
}

.user-info>div:first-child {
    padding-bottom: 10px;
    font-weight: 700
}

.comment-item>div:first-child img {
    width: 50px
}

.user-info img {
    display: block;
    margin: 20px 0;
    width: 100%;
    max-width: 300px
}

.user-detail {
    font-size: 14px
}

.user-detail>div:first-child {
    font-weight: 400
}

@media screen and (min-width:768px) {
    .user-info {
        padding: 0 15px
    }
    .user-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
    .user-detail>div:first-child {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-left: auto
    }
}

@media (min-width:992px) {
    .__rusindustry_text p {
        font-size: 18px
    }
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.__rusindustry_section-inner h1+p {
    font-size: 22px;
    line-height: 1.4;
    margin: 20px 0
}
@media (max-width:1399.98px) {
    .header__control,
    .nav {
        display: none
    }
}

@media print {
    *,
     ::after,
     ::before {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    body {
        min-width: 992px!important
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

@media (max-width:991.98px) {
    .container-fluid {
        padding: 0 .625rem
    }
    .header {
        padding: .9375rem 0;
        margin-bottom: .625rem
    }
    .header+* {
        padding-top: 55px!important
    }
    .header__logo {
        width: 8.75rem;
        height: 1rem
    }
    .header__item,
    .nav__item {
        display: none
    }
    .footer {
        font-size: 14px
    }
}

@media (max-width:767.98px) {
    .b-site {
        overflow: hidden
    }
}


/*@page{size:a3}*/

.text__atn {
    color: #2067b0;
    font-weight: bold;
}



a:active,
a:focus {
    outline: 0
}

input {
    outline: 0
}

input:active {
    outline: 0
}

 :focus {
    outline: 0
}

@media screen and (max-width: 600px) {
    .mycitybl {
        display: block;
    }
    .user-detail {
    display: flex;
    flex-direction: column-reverse;
}
}

.comment-block {
    font-size: 18px
}

.comment-block .user-detail {
    font-size: 18px
}