@font-face {
    font-display: swap;
    font-family: 'Rouble';
    src: url('../fonts/rouble.eot');
    src: url('../fonts/rouble.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble.woff2') format('woff2'), url('../fonts/rouble.woff') format('woff'), url('../fonts/rouble.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

html {
    height: 100%
}

body {
    position: relative;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    color: #303030;
    background-color: #fff;
    overflow-x: hidden;
    min-width: 320px;
    -webkit-tap-highlight-color: transparent
}

.clear {
    clear: both
}

.nowrap {
    white-space: nowrap
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.lh-smaller {
    line-height: 1.3
}

.ruble {
    text-decoration: line-through
}

.itogo-cell .btn--print {
    color: #632d56;
    letter-spacing: .015em;
    font-size: 12px
}

.itogo-cell .btn--print:hover {
    color: #632d56
}

.itogo-cell .btn--print:after {
    background: url("/local/templates/new-rus/img/bg-icon-print-outlined.png") 0 0 no-repeat;
    width: 16px;
    height: 16px;
    top: 0;
    left: 20px
}

.btn--print {
    background-clip: border-box;
    background-origin: padding-box;
    background: transparent none scroll 0 0;
    background-size: auto;
    box-sizing: border-box;
    color: #388c94;
    display: inline-block;
    float: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 23px 77px 20px 0;
    padding: 0 0 0 50px;
    position: relative;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    vertical-align: top
}

.btn--print:after {
    content: '';
    background: url("/local/templates/new-rus/img/bg-icon-print.svg") 0 0 no-repeat;
    position: absolute;
    top: -7px;
    left: 0;
    height: 34px;
    width: 34px;
    background-size: cover
}

.btn--print:hover {
    color: #3b9da6
}

@media screen and (min-width: 1024px) {
    .itogo-table {
        margin: 5px;
        display: table;
        border-spacing: 5px;
        width: 100%
    }

    .itogo-table .itogo-row {
        display: table-row
    }

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

@media screen and (max-width: 1023px) {
    .itogo-table .itogo-row .itogo-cell {
        display: block;
        margin: 5px 0;
        padding: 5px 0;
        width: 100%
    }

    .itogo-cell .btn--link {
        margin: 0 !important
    }

    .itogo-cell .btn--print {
        padding-left: 20px;
        margin: 0
    }

    .itogo-cell .btn--print:after {
        left: 0
    }
}

label {
    cursor: default;
    margin-right: 7px
}

label.blocked {
    display: block;
    margin: 0 0 4px
}

label.blocked:first-child {
    margin-top: 10px
}

label.required:after {
    margin: 0 0 0 4px;
    color: #632d56;
    content: "*"
}

label.right {
    text-align: right
}

label.strong {
    font-weight: 700
}

label.left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 155px;
    top: -1px
}

label.left + .form__item-field {
    display: inline-block;
    vertical-align: top
}

input.overfield-input {
    padding-left: 4em;
    text-align: right
}

textarea, input, button {
    -webkit-font-smoothing: antialiased;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    outline: 0
}

.uppercase {
    text-transform: uppercase !important
}

.text-transform-none {
    text-transform: none !important
}

select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    height: 27px;
    line-height: 5em;
    padding: 0 2px;
    border: 0
}

select.fullwidth {
    width: 100%
}

select.width-auto {
    width: auto
}

select.w200 {
    width: 250px
}

select.error {
    outline: 1px solid #b95b77
}

textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
    outline: 0;
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.25;
    font-weight: 400;
    color: #303030;
    -webkit-appearance: none;
    padding: 12px 14px 11px;
    border-radius: 10px;
    border: 1px solid #aaa;
    background-color: #fff;
    -webkit-transition: color .3s, background-color .3s, border-color .3s, box-shadow .3s;
    -moz-transition: color .3s, background-color .3s, border-color .3s, box-shadow .3s;
    transition: color .3s, background-color .3s, border-color .3s, box-shadow .3s
}

textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
    outline: 0
}

textarea.width-auto, input[type="email"].width-auto, input[type="number"].width-auto, input[type="password"].width-auto, input[type="search"].width-auto, input[type="tel"].width-auto, input[type="text"].width-auto, input[type="url"].width-auto, input[type="color"].width-auto, input[type="date"].width-auto, input[type="datetime"].width-auto, input[type="datetime-local"].width-auto, input[type="month"].width-auto, input[type="time"].width-auto, input[type="week"].width-auto {
    width: auto
}

textarea.error, input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, input[type="color"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="month"].error, input[type="time"].error, input[type="week"].error {
    border-color: #b95b77
}

textarea::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder {
    color: #303030;
    opacity: 1
}

textarea:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder {
    color: #303030;
    opacity: 1
}

textarea::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder {
    color: #303030;
    opacity: 1
}

textarea:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder {
    color: #303030;
    opacity: 1
}

textarea + label, input[type="email"] + label, input[type="number"] + label, input[type="password"] + label, input[type="search"] + label, input[type="tel"] + label, input[type="text"] + label, input[type="url"] + label, input[type="color"] + label, input[type="date"] + label, input[type="datetime"] + label, input[type="datetime-local"] + label, input[type="month"] + label, input[type="time"] + label, input[type="week"] + label {
    margin-left: 10px
}

textarea:-webkit-autofill, input[type="email"]:-webkit-autofill, input[type="number"]:-webkit-autofill, input[type="password"]:-webkit-autofill, input[type="search"]:-webkit-autofill, input[type="tel"]:-webkit-autofill, input[type="text"]:-webkit-autofill, input[type="url"]:-webkit-autofill, input[type="color"]:-webkit-autofill, input[type="date"]:-webkit-autofill, input[type="datetime"]:-webkit-autofill, input[type="datetime-local"]:-webkit-autofill, input[type="month"]:-webkit-autofill, input[type="time"]:-webkit-autofill, input[type="week"]:-webkit-autofill {
    background-color: transparent !important;
    color: #303030;
    -webkit-text-fill-color: #303030;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

label.select-plus-label {
    display: block;
    margin-bottom: 5px
}

.selectize-control + label.select-plus-label, select + label.select-plus-label {
    display: inline;
    margin-bottom: 0
}

select.selectized + label.select-plus-label {
    display: block;
    margin-bottom: 5px
}

input[type='text'].small {
    position: relative;
    top: -1px;
    padding: 5px 14px;
    margin: -5px 12px -5px 0
}

input.strong, textarea.strong {
    font-weight: bold
}

input.onenumber {
    display: inline-block;
    position: relative;
    top: -2px;
    margin: -5px 9px -5px 0;
    width: 27px;
    padding: 5px 0;
    text-align: center
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    line-height: 1.7;
    padding-top: 9px;
    padding-bottom: 9px
}

label.blocked + textarea, label.blocked + input[type='text'] {
    margin-left: 0
}

label.overfield + textarea, label.overfield + input[type='text'] {
    margin-left: 0
}

.small {
    font-size: 11px
}

.medium {
    font-size: 14px
}

a {
    outline: 0;
    color: #632d56;
    background-color: transparent;
    -webkit-transition: color .3s, background-color .3s, border-color .3s, opacity .3s;
    -moz-transition: color .3s, background-color .3s, border-color .3s, opacity .3s;
    transition: color .3s, background-color .3s, border-color .3s, opacity .3s
}

a.nounderline {
    text-decoration: none
}

a.bordered {
    display: inline-block;
    height: 1.15em;
    text-decoration: none;
    border-bottom: 1px solid #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4)
}

a.disabled {
    opacity: .2;
    filter: alpha(opacity=20)
}

input[type='checkbox'], input[type='radio'] {
    vertical-align: middle
}

input[type='checkbox'].error, input[type='radio'].error {
    outline: 1px solid #cb2126;
    outline: 1px solid rgba(203, 33, 38, 0.8)
}

.highlight {
    color: #388c94
}

.img-responsive {
    max-width: 100%
}

div.btn {
    cursor: pointer
}

.btn, .file-input__emulator {
    display: inline-block;
    vertical-align: top;
    border: 0;
    outline: 0;
    text-decoration: none !important;
    text-align: center;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.25;
    text-transform: uppercase;
    padding: 13px 20px 12px;
    border-radius: 10px;
    border: 0;
    background-color: #388c94;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .3s, background-color .3s, border-color .3s;
    -moz-transition: color .3s, background-color .3s, border-color .3s;
    transition: color .3s, background-color .3s, border-color .3s
}

.btn.fullwidth, .fullwidth.file-input__emulator {
    width: 100%
}

.btn:hover, .file-input__emulator:hover {
    color: #fff;
    background-color: #3f9ea7
}

.btn:active, .file-input__emulator:active {
    background-color: #317b82
}

.btn.disabled, .disabled.file-input__emulator, .btn[disabled], [disabled].file-input__emulator {
    color: rgba(255, 255, 255, 0.2)
}

.btn + .btn, .file-input__emulator + .btn, .btn + .file-input__emulator, .file-input__emulator + .file-input__emulator {
    margin-left: 17px
}

.btn--alt {
    background-color: #632d56
}

.btn--alt:hover {
    color: #fff;
    background-color: #753565
}

.btn--alt:active {
    background-color: #512547
}

.btn--link {
    padding: 0;
    margin: 13px 0 12px;
    color: #632d56;
    text-decoration: underline !important;
    background: none !important
}

.btn--link:hover {
    color: #632d56
}

.btn + .btn--link, .file-input__emulator + .btn--link {
    margin-left: 16px
}

.btn--middle {
    vertical-align: middle
}

.btn--text-wide {
    letter-spacing: .015em
}

.btn--w150 {
    min-width: 150px
}

.btn--w200 {
    min-width: 200px
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff
}

.selectize-control {
    position: relative
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15)
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.selectize-input > input::-ms-clear {
    display: none
}

.selectize-input > input:focus {
    outline: none !important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 5px 8px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #bbdbde;
    background-color: #fff;
    border-radius: 10px
}

.selectize-control.fullwidth {
    width: 100%
}

.selectize-control.custom:before {
    position: absolute;
    display: block;
    right: -1px;
    top: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px solid #bbdbde;
    border-radius: 10px;
    z-index: 9;
    content: ""
}

.selectize-control .selectize-input {
    display: block !important;
    height: 27px;
    line-height: 25px;
    margin: -1px;
    width: auto;
    overflow: hidden;
    padding: 0 35px 0 9px !important;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    background: transparent !important;
    color: #303030;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
    z-index: 11
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    filter: alpha(opacity=50)
}

.selectize-input > input {
    position: absolute !important;
    visibility: hidden
}

.selectize-input .item {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.selectize-control.multi .selectize-input > div {
    cursor: inherit;
    background: inherit !important;
    color: inherit !important;
    border: 0
}

.selectize-control.custom {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: -5px 12px -5px 0
}

.selectize-control.custom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.custom.w200 {
    width: 250px
}

.selectize-control.selectize-open {
    z-index: 15
}

.selectize-control .selectize-input .item-default {
    color: #a2a2a2
}

.selectize-control.custom .selectize-input input {
    display: none !important
}

.selectize-control.custom .selectize-input:before {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    height: auto;
    width: 27px;
    background: #388c94;
    border-radius: 10px;
    z-index: 12;
    content: ""
}

.selectize-control.custom .selectize-input:after {
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px !important;
    border-color: #fff transparent transparent transparent !important;
    z-index: 13;
    content: ""
}

.selectize-control.custom .selectize-input.dropdown-active {
    background-color: #fff;
    border-color: #bbdbde;
    color: #303030;
    cursor: pointer
}

.selectize-control.custom .selectize-input.dropdown-active:after {
    margin-top: -3px;
    border-width: 0 4px 6px 4px !important;
    border-color: transparent transparent #fff transparent !important
}

.selectize-dropdown-content {
    max-height: 16.25em
}

.selectize-dropdown {
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    border: 1px solid #bbdbde;
    border-top: 0;
    box-shadow: none;
    color: #303030;
    font-size: 12px;
    font-weight: 400;
    margin-top: -10px;
    padding: 12px 0 2px;
    left: -1px !important;
    right: -1px !important;
    width: auto !important;
    z-index: 10
}

.selectize-dropdown .option {
    position: relative;
    padding: 6px 9px 5px;
    margin: 1px 0 0
}

.selectize-dropdown .option:first-child {
    margin-top: 0
}

.selectize-dropdown .option:first-child {
    border-top-color: #fff
}

.selectize-dropdown .option.active, .selectize-dropdown .option:hover {
    color: #fff;
    background-color: #388c94;
    border-radius: 10px
}

.selectize-dropdown .option.selected {
    color: #fff;
    background-color: #388c94;
    border-radius: 10px;
    z-index: 1
}

.checkbox {
    position: relative;
    padding-left: 40px;
    display: block
}

.checkbox .icheckbox_custom, .checkbox .iradio_custom {
    position: absolute;
    left: 0;
    top: 0
}

.icheckbox_custom, .iradio_custom {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #bbdbde;
    background-color: #fff;
    cursor: pointer;
    margin: -5px 9px -5px 0
}

.icheckbox_custom.error, .iradio_custom.error {
    border-color: #b95b77
}

.form__item-field_checkbox .icheckbox_custom, .form__item-field_checkbox .iradio_custom {
    border-color: #aaa
}

.icheckbox_custom:before, .iradio_custom:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5.5px 0 0 -5.5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #388c94;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 0 .3s;
    -moz-transition: opacity .3s, visibility 0 .3s;
    transition: opacity .3s, visibility 0 .3s
}

.icheckbox_custom.checked, .iradio_custom.checked {
    background-position: -70px 0
}

.icheckbox_custom.checked:before, .iradio_custom.checked:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

.icheckbox_custom.disabled, .iradio_custom.disabled {
    border-color: #dbd0c6;
    background-color: transparent;
    box-shadow: none;
    cursor: default
}

.icheckbox_custom {
    border-radius: 10px
}

.icheckbox_custom:before {
    border-radius: 0;
    margin: -6px 0 0 -7px;
    width: 16px;
    height: 12px;
    background: url("/local/templates/new-rus/img/bg-icon-tick.png") 0 0 no-repeat
}

.file-input {
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    line-height: 38px;
    height: 40px;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.file-input.fullwidth {
    width: 100%
}

.file-input > input {
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 120px;
    position: absolute;
    top: -20px;
    right: -10px;
    vertical-align: top;
    z-index: 3;
    cursor: pointer
}

.file-input__emulator {
    position: relative;
    z-index: 2;
    display: inline-block;
    float: left;
    margin: 0 -20px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 13px 5px 12px;
    min-width: 130px
}

.file-input__line {
    position: relative;
    display: block;
    border: 1px solid #d7d7d7;
    line-height: 38px;
    height: 38px;
    border-radius: 10px;
    color: #8d8d8d;
    background-color: #fff;
    padding: 0 10px 0 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.form__title {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    margin: 20px 0
}

.form__title:first-child {
    margin-top: 0
}

.form__items {
    margin: 20px 0 0
}

.form__items:first-child {
    margin-top: 0
}

.form__line {
    border-bottom: 1px solid #bbdbde;
    padding: 16px 0 13px
}

.form__line:first-child {
    border-top: 1px solid #bbdbde
}

.form__line--level2 {
    padding-left: 10px;
    padding-right: 10px
}

.form__item {
    position: relative;
    margin: 20px 0 0
}

.form__item:after {
    content: "";
    display: table;
    clear: both
}

.form__item:first-child {
    margin-top: 0
}

.form__item.required {
    position: relative
}

.form__item.required:before {
    position: absolute;
    top: 6px;
    right: 7px;
    line-height: 1;
    font-size: 20px;
    color: #632d56;
    content: "*"
}

.form__item .input_desc {
    margin-left: 40px;
    font-size: 11px;
    font-weight: normal;
    height: 0
}

.form__item .input_desc_text {
    font-size: 11px;
    font-weight: normal
}

.form__item .input_desc_select {
    margin-left: 266px;
    font-size: 11px;
    font-weight: normal;
    height: 0
}

.form__item-half {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form__item-half:first-child {
    padding-right: 10px
}

.form__item-half:first-child + .form__item-half {
    padding-left: 10px
}

.form__item-third-wrapper {
    margin-left: -10px;
    margin-right: -10px
}

.form__item-third {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form__item-third--double {
    width: 66.66%
}

.form__item-quarter-wrapper {
    margin-left: -10px;
    margin-right: -10px
}

.form__item-quarter {
    float: left;
    width: 25%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form__item-quarter--double {
    width: 25%
}

.form__item-field--justify {
    text-align: justify;
    font-size: .1px
}

.form__item-field--justify:after {
    display: inline-block;
    width: 100%;
    content: ""
}

.form__item-field--justify label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-right: 0;
    text-align: left
}

.form__error {
    color: #d20;
    font-size: 11px;
    line-height: 1.1;
    margin: 3px 0 0;
    text-align: left
}

.form__forget {
    font-size: .643em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .3em;
    text-align: center;
    margin: 2.142em 0 0
}

.form__forget:first-child {
    margin-top: 0
}

.form__forget a {
    text-decoration: none
}

.form__actions:after {
    content: "";
    display: table;
    clear: both
}

.form__actions:first-child {
    margin-top: 0
}

.form__actions .print {
    float: right;
    text-transform: uppercase;
    margin: 12px 0 0;
    letter-spacing: .03em;
    padding: 0 0 0 23px;
    background: url("/local/templates/new-rus/img/bg-icon-print-outlined.png") 0 3px no-repeat
}

.form__actions-tip {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-style: italic;
    padding: 6px 0 0 23px
}

.form__required {
    font-size: 14px;
    color: #68737a;
    margin: 27px 0 0
}

.form__required:first-child {
    margin-top: 0
}

.form__message {
    margin: 8px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #632d56;
    text-transform: uppercase;
    text-align: left
}

.form__message:first-child {
    margin-top: 0
}

.form__message.error {
    color: #ff6c00
}

.form__inner {
    -webkit-transition: opacity .3s, visibility .3s;
    -moz-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s
}

.form.inactive .form__inner {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 0 .3s;
    -moz-transition: opacity .3s, visibility 0 .3s;
    transition: opacity .3s, visibility 0 .3s
}

.form {
    position: relative
}

.form--type-1 {
    margin-left: 40px;
    width: 760px
}

.title + .form--type-1 {
    padding-top: 4px
}

.form--type-2 {
    padding-bottom: 20px
}

.form--type-2 label.left + .form__item-field {
    width: 335px
}

.form--type-2 .form__item-field--justify {
    width: 780px;
    margin-top: 17px
}

.message > .message__title {
    margin: 20px 0 20px;
    padding: 10px;
    border: 1px solid #632d56;
    color: #632d56;
    font-size: 14px;
    border-radius: 10px
}

#form-payment-message > .message__title {
    border: 0
}

.message:first-child {
    margin-top: 0
}

.message.active {
    display: block
}

.message + .form__items {
    margin-top: 0
}

.tab-pane {
    position: absolute;
    visibility: hidden;
    top: -9999px
}

.tab-pane.active {
    position: relative;
    top: 0;
    visibility: visible
}

img.left {
    float: left;
    margin: 3px 25px 10px 0
}

img.right {
    float: right;
    margin: 3px 0 10px 25px
}

.indented {
    margin: 0 0 0 50px
}

header ul {
    list-style: none;
    margin: 24px 0 0 50px;
    padding: 0
}

ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}

ul:first-child {
    margin-top: 0
}

ul.bullets-absolute li {
    margin-top: 20px
}

ul.bullets-absolute li:first-child {
    margin-top: 0
}

ul.bullets-absolute li:before {
    position: absolute;
    top: 5px;
    left: -17px;
    margin: 0
}

header ul li {
    position: relative;
    margin: 10px 0 0;
    padding: 0
}

ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
}

ul li:first-child {
    margin-top: 0
}

ul li:before, span.spisok:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #632d56;
    position: absolute;
    left: 0;
    top: 9px;
}

.ya-share2 ul li:before {
    display: none
}

span.spisok {
    font: 12px/1.7 Verdana, Geneva, Arial, Helvetica, sans-serif
}

p + ul {
    margin-top: 10px
}

p + ul:first-child {
    margin-top: 0
}

nav li:before {
    display: none
}

h1, .title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .03em;
    line-height: 1.1;
    color: #388c94;
    margin: 25px 0 33px
}

h1:first-child, .title:first-child {
    margin-top: 0
}

h2, .title2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    color: #388c94;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin: 30px 0 20px
}

h2:first-child, .title2:first-child {
    margin-top: -2px
}

h3, .h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 25px 0 13px;
    line-height: 1.25
}

h3:first-child, .h3:first-child {
    margin-top: 0
}

h3 + p, .h3 + p {
    margin-top: 13px
}

h4 {
    font-size: 12px;
    font-weight: 700;
    margin: 22px 0 0;
    line-height: 1.25
}

h4:first-child {
    margin-top: 0
}

h4 + p {
    margin-top: 13px
}

h4 + ul {
    margin-top: 13px
}

.tag_h4 {
    font-size: 12px;
    font-weight: 700;
    margin: 22px 0 0;
    line-height: 1.25
}

.tag_h4:first-child {
    margin-top: 0
}

.tag_h4 + p {
    margin-top: 13px
}

.tag_h4 + ul {
    margin-top: 13px
}

.plain {
    font-weight: 400;
    text-transform: none
}

.muted {
    color: #6e6e6e
}

.text-align-center {
    text-align: center
}

.text-align-right {
    text-align: right
}

blockquote {
    position: relative;
    background-color: #e6ebed;
    border-radius: 5px;
    padding: 7px 10px 10px 43px;
    margin: 18px 0 0
}

blockquote:first-child {
    margin-top: 0
}

p {
    margin: 10px 0 0
}

p:first-child {
    margin-top: 0
}

p.margin-more {
    margin: 42px 0
}

p.margin-more:first-child {
    margin-top: 0
}

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

p.right {
    text-align: right
}

p.center {
    text-align: center
}

.image {
    padding: 8px 0 11px
}

pre {
    color: #000;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    padding: 17px 20px 14px;
    line-height: 1.5;
    margin: 17px 0 19px
}

pre code {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px
}

table {
    width: 100%;
    margin: 20px 0 0
}

table:first-child {
    margin-top: 0
}

.valign-baseline {
    vertical-align: baseline
}

.large {
    font-size: 18px
}

.table-prices td, .table-prices th {
    border-top: 1px solid #bbdbde;
    border-bottom: 1px solid #bbdbde;
    padding: 11px 50px 8px;
    vertical-align: middle
}

.table-prices td.text-bottom, .table-prices th.text-bottom {
    vertical-align: text-bottom;
    padding-top: 8px;
    padding-bottom: 11px
}

.table-prices + .form__actions {
    margin-top: 30px
}

.table-results tfoot .btn--link {
    margin: 0 0 0 12px;
    vertical-align: baseline
}

.table-results tfoot td {
    padding-top: 15px
}

.table-results td {
    padding-top: 4px;
    padding-left: 10px
}

.table-results tbody tr:first-child td {
    padding-top: 0
}

.table-results td:first-child {
    padding-left: 45px
}

.slider {
    position: relative
}

.slider:hover .slider__prev, .slider:hover .slider__next {
    opacity: 1;
    filter: alpha(opacity=100)
}

.slider + p {
    margin-top: 17px
}

.slider__crop {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.slider__item {
    position: absolute;
    width: 100%;
    display: none
}

.slider__item:first-child {
    position: static;
    display: block
}

.slider__item.cycle-slide {
    display: block
}

.slider__item-image img {
    width: 100%;
    height: 315px
}

.slider__item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.slider__nav {
    position: absolute;
    right: 30%;
    bottom: 20px;
    left: 30%;
    text-align: center;
    z-index: 2
}

.slider__menu {
    display: inline-block;
    vertical-align: middle
}

.slider__menu span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 0 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -9999px;
    text-align: left;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s
}

.slider__menu span:before {
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    content: ""
}

.slider__menu span:first-child {
    margin-left: 0
}

.slider__menu span.cycle-pager-active {
    cursor: default;
    background-color: #632d56
}

[data-cycle-hide-non-active="false"] .slider__item.cycle-slide {
    visibility: hidden
}

[data-cycle-hide-non-active="false"] .slider__item.cycle-slide-active {
    visibility: visible
}

[data-cycle-hide-non-active="false"] .slider__item.cycle-slide-visible {
    visibility: visible
}

[data-cycle-hide-non-active="false"] .slider__item.cycle-slide-next {
    visibility: visible
}

.slider-carousel {
    position: relative
}

.slider-carousel:first-child {
    margin-top: 0
}

.slider-carousel__crop {
    position: relative;
    width: 100% !important;
    z-index: 0;
    overflow: hidden;
    white-space: nowrap
}

.slider-carousel__item {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    text-align: center;
    margin: 0 10px
}

.slider-carousel__item img {
    vertical-align: middle
}

.caroufredsel-wrapper {
    margin-top: 30px
}

.caroufredsel {
    border-bottom: 1px solid #e8dfe6;
    border-top: 1px solid #e8dfe6;
    height: 88px;
    padding: 0 0 9px;
    margin: 10px 0 0;
    overflow: hidden
}

.caroufredsel:first-child {
    margin-top: 0
}

.caroufredsel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    height: 88px
}

.caroufredsel ul:after {
    content: "";
    display: table;
    clear: both
}

.caroufredsel li {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 88px;
    line-height: 88px;
    padding: 0 8px;
    text-align: center;
    display: block;
    float: left;
    position: relative
}

.caroufredsel li:before {
    display: none
}

.sticker-like {
    position: absolute;
    top: 0;
    right: -5px;
    width: 24px;
    height: 36px;
    background: url("/local/templates/new-rus/img/bg-icon-like-sticker.png") center center no-repeat
}

.overflow-hidden {
    overflow: hidden
}

.wrap {
    float: left;
    width: 100%;
    min-height: 100%;
    overflow: hidden
}

.wrapper {
    width: 1050px;
    margin: 0 auto
}

.header {
    margin: 0 -3000px;
    padding: 18px 0;
    border-bottom: 20px solid #632d56;
    outline: 0
}

.header__inner {
    margin: 0 auto;
    width: 1170px
}

.header__inner:after {
    content: "";
    display: table;
    clear: both
}

.header__brend {
    display: block;
    position: relative;
    float: left;
    width: 925px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 43px 295px 0 270px;
    min-height: 134px
}

.header__brend:after {
    content: "";
    display: table;
    clear: both
}

.header__brend:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 134px;
    background: url("/local/templates/new-rus/img/bg-header-balloons-1.png") 0 0 no-repeat;
    content: ""
}

.header__brend:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 248px;
    height: 134px;
    background: url("/local/templates/new-rus/img/bg-header-balloons-2.png") 0 0 no-repeat;
    content: ""
}

.header__logo {
    display: block;
    float: left;
    width: 131px;
    height: 66px;
    background: url("/local/templates/new-rus/img/bg-header-logo.png") 0 0 no-repeat;
    text-align: left;
    text-indent: -9999px
}

.header__slogan {
    display: block;
    float: right;
    margin: 3px 0 0;
    width: 176px;
    height: 59px;
    background: url("/local/templates/new-rus/img/bg-header-slogan.png") 0 0 no-repeat;
    text-align: left;
    text-indent: -9999px
}

.header__menu {
    float: right;
    margin: -4px 0 0;
    text-transform: uppercase;
    outline: 0
}

.header__menu li {
    margin: 1px 0 0
}

.header__menu li:first-child {
    margin-top: 0
}

.header__menu a {
    text-decoration: none
}

.header__menu a:hover {
    text-decoration: underline
}

.header__language {
    position: relative;
    float: left;
    font-size: 10px;
    padding: 0 0 0 27px;
    margin: 11px 0 0
}

.header__language:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url("/local/templates/new-rus/img/bg-icon-globus.png") 0 0 no-repeat;
    content: ""
}

.header__language li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 16px
}

.header__language li:first-child {
    margin-left: 0
}

.header__language li:first-child:before {
    display: none
}

.header__language li:before {
    display: block;
    position: absolute;
    top: 2px;
    left: -11px;
    width: 1px;
    height: 12px;
    border-radius: 0;
    margin: 0;
    background: #388c94;
    content: ""
}

.header__language a {
    color: #388c94;
    text-decoration: none
}

.header__language a:hover {
    text-decoration: underline
}

.header__search {
    float: left;
    position: relative;
    margin: 6px 0 0 55px;
    padding: 0 0 0 20px
}

.header__search [type='text'] {
    border-radius: 0;
    padding: 1px 1px;
    font-size: 11px;
    border: 0;
    width: 130px;
    border-bottom: 1px solid #d7d7d7
}

.header__search [type='text']::-webkit-input-placeholder {
    color: #aaa
}

.header__search [type='text']:-moz-placeholder {
    color: #aaa
}

.header__search [type='text']::-moz-placeholder {
    color: #aaa
}

.header__search [type='text']:-ms-input-placeholder {
    color: #aaa
}

.header__search [type='submit'] {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("../img/bg-icon-search.svgx") center center no-repeat;
    background-size: contain;
    border: 0;
    text-align: left;
    text-indent: -9999px
}

.no-svg .header__search [type='submit'] {
    background-image: url("/local/templates/new-rus/img/bg-icon-search.png")
}

.header-new {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 116px;
    line-height: 116px;
    width: 100%;
    word-spacing: -5px;
    position: relative
}

.header-new * {
    word-spacing: normal;
    line-height: normal
}

.show-menu, .show-menu_new {
    display: none
}

.close-menu {
    display: none
}

.header-new__brend {
    display: inline-block;
    position: relative;
    width: 370px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 66px;
    line-height: 66px;
    vertical-align: middle;
    margin: 0 0 0 17px
}

.header-new__logo {
    display: block;
    float: left;
    width: 105px;
    height: 55px;
    background: url("/local/templates/new-rus/img/logo-april-10.svg") 0 8px no-repeat;
    padding: 0 18px 0 0;
    position: relative;
    text-align: left;
    text-indent: -9999px
}

.header-new__logo:after {
    background: #c8b5c3;
    content: "";
    height: 49px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px
}

.header-new__slogan {
    display: inline-block;
    width: 200px;
    height: 49px;
    line-height: 25px;
    padding: 10px 0 0 18px;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    position: relative
}

.header-new__slogan:before {
    background: #9a7792;
    content: "";
    height: 49px;
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px
}

#title-search {
    position: relative
}

#title-search:before {
    content: "";
    position: absolute;
    bottom: 20px;
    height: 12px;
    width: 12px;
    background: url("/local/templates/new-rus/img/bg-search-lupa.svg") 0 0 no-repeat;
    background-size: contain
}

.header-new__search {
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    margin-left: 64px;
    position: absolute;
    right: 224px;
    bottom: 14px;
    width: 258px
}

.header-new__search input[type=text] {
    border: 0;
    border-bottom: 1px solid #b5ada9;
    border-radius: 0;
    padding: 0 0 0 17px;
    height: 17px;
    line-height: 13px;
    width: 100%;
    font-size: 10px
}

.header-new__search input[type=text]::-webkit-input-placeholder {
    color: #b5ada9
}

.header-new__search input[type=text]::-moz-placeholder {
    color: #b5ada9
}

.header-new__search input[type=text]:-moz-placeholder {
    color: #b5ada9
}

.header-new__search input[type=text]:-ms-input-placeholder {
    color: #b5ada9
}

.header-new__search button[type=submit] {
    background: transparent;
    display: none;
    border: 0;
    height: 13px;
    position: absolute;
    right: 1px;
    top: 3px;
    width: 13px;
    padding: 0
}

.header-new__language {
    list-style: none;
    cursor: pointer;
    display: block;
    color: #a8a8a8;
    height: 15px;
    line-height: 15px;
    margin: 0 0 0 21px;
    position: absolute;
    vertical-align: middle;
    bottom: 6px;
    right: 0;
    top: -30px;
    width: auto
}

@-moz-document url-prefix() {
    .header-new__language {
        width: 163px
    }
}

.header-new__language_open {
    overflow: visible
}

.header-new__language li {
    float: left;
    font-size: 13px;
    font-weight: 500;
    border: 0;
    padding: 0 0 0 4px;
    margin: 0 0 0 5px
}

.header-new__language li:first-child {
    border: 0;
    padding: 0;
    margin: 0
}

.header-new__language li:before {
    display: none
}

.header-new__language a {
    color: #388c94;
    text-decoration: none
}

li.header-new__language-selected {
    line-height: 42px;
    padding: 0
}

.header-new__block-1 {
    display: inline-block;
    margin: -14px 0 0 230px;
    vertical-align: middle
}

.header-new__ask-question {
    color: #632d56;
    height: 18px;
    display: block;
    padding: 0 0 0 25px;
    vertical-align: middle;
    position: relative;
    float: left;
    font-size: 14px;
    margin-left: 35px;
    margin-top: -2px;
    font-weight: 500
}

.menu-main .header-new__ask-question {
    display: none
}

.header-new__ask-question-icon {
    background: url("/local/templates/new-rus/img/bg-icon-mail-newest.svg") 0 50% no-repeat;
    background-size: cover;
    height: 12px;
    width: 20px;
    position: absolute;
    left: -2px;
    top: 3px
}

.header-new__worktime {
    height: 16px;
    line-height: 16px;
    display: block;
    padding: 0 0 0 25px;
    margin-bottom: 6px;
    position: relative;
    float: left;
    font-size: 14px;
    color: #303030;
    font-weight: 500
}

.header-new__worktime-icon {
    background: url("/local/templates/new-rus/img/bg-icon-clock-newest.svg") 0 50% no-repeat;
    background-size: cover;
    height: 17px;
    width: 17px;
    position: absolute;
    left: 0
}

.header-new__info {
    display: inline-block;
    text-align: right;
    width: 175px;
    vertical-align: middle;
    margin: 25px 30px 0 20px;
    float: right
}

.header-new__info_mobile {
    display: inline-block;
    float: right
}

.header-new__info a {
    color: #632d56
}

.header-new__phone {
    color: #632d56;
    font-size: 20px;
    margin-bottom: 5px
}

.header-new__phone span {
    font-size: 12px
}

.header-new_nv {
    line-height: normal
}

.header-new_nv .header-new__brend {
    margin: 27px 0 0 32px
}

.header-new_nv .header-new__slogan {
    line-height: 26px
}

.header-new_nv .header-new__worktime {
    margin-bottom: 9px;
    letter-spacing: .02em
}

.header-new_nv .header-new__worktime-icon {
    background-image: url("/local/templates/new-rus/img/bg-icon-clock-april-10.svg");
    height: 18px;
    width: 18px;
    top: -2px
}

.header-new_nv .header-new__ask-question {
    letter-spacing: .04em
}

.header-new_nv .header-new__ask-question-icon {
    background-image: url("/local/templates/new-rus/img/bg-icon-mail-april-10.svg");
    height: 14px;
    width: 19px;
    top: 1px;
    background-size: contain
}

.header-new_nv .header-new__language {
    right: 0;
    margin: 0
}

.header__right-block {
    float: right;
    font-size: 12px;
    margin: 42px 32px 0 0;
    position: relative;
    height: 74px
}

.header__phones {
    float: right;
    line-height: 26px;
    margin: 36px 43px 0 0;
    position: relative;
    color: #303030;
    font-weight: 500;
    font-size: 14px;
    margin-right: 190px;
    margin-top: 38px
}

.header__new-search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 28px;
    position: absolute;
    border-radius: 3px;
    font-size: 12px;
    line-height: 25px;
    border: 0;
    left: 588px;
    width: 93px;
    top: -57px
}

.header__new-search input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 26px;
    width: 100%;
    font-size: 12px;
    line-height: 25px;
    padding: 0 0 0 28px;
    border: 0
}

.header__new-search-icon {
    background: url("/local/templates/new-rus/img/bg-icon-lupa-april-10.svg") 0 0 no-repeat;
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    height: 18px;
    width: 21px;
    background-size: contain;
    cursor: pointer;
    z-index: 9
}

.header__new-search input[type=submit] {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    color: #388c94;
    border: 1px solid #388c94;
    text-transform: uppercase;
    width: 60px;
    height: 20px;
    border-radius: 3px 3px 3px 0;
    position: absolute;
    top: 3px;
    right: -88px
}

.header__new-search_active input[type=submit] {
    display: block
}

.header__new-search #title-search:before {
    display: none
}

.header__new-search form:after {
    content: "";
    display: block;
    background-color: #388c94;
    height: 1px;
    position: absolute;
    left: 28px;
    right: 0;
    bottom: 2px
}

.header__new-search input[type=text] {
    padding: 0 0 0 28px;
    border-radius: 0;
    height: 20px
}

.header__new-search input[type=text]::-webkit-input-placeholder {
    color: #388c94;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 500
}

.header__new-search input[type=text]:-moz-placeholder {
    color: #388c94;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 500
}

.header__new-search input[type=text]::-moz-placeholder {
    color: #388c94;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 500
}

.header__new-search input[type=text]:-ms-input-placeholder {
    color: #388c94;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 500
}

.header__mobile-block {
    display: none;
    float: right
}

.menu-main {
    background: #8a2a6a;
    color: #fff;
    height: 31px;
    line-height: 31px
}

.menu-main_new {
    height: 40px;
    line-height: 40px
}

.menu-main__item {
    color: #fff;
    display: inline-block;
    padding: 0 13px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center
}

.menu-main__item:hover, .menu-main__item_active {
    background: #42aab4
}

.menu-main .wrapper {
    position: relative
}

.services-menu-top {
    background: #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 0;
    -webkit-box-shadow: -9px 18px 1.4em -15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -9px 18px 1.4em -15px rgba(0, 0, 0, 0.45);
    box-shadow: -9px 18px 1.4em -15px rgba(0, 0, 0, 0.45)
}

.services-menu-top br {
    display: none
}

.services-menu-top__item {
    color: #632d56;
    display: table-cell;
    font-size: 12px;
    padding: 0 0 0 38px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: visible;
    height: 41px;
    position: relative;
    vertical-align: middle
}

.services-menu-top__item_level_2 {
    display: none;
    background: #ececec;
    position: absolute;
    top: 57px;
    z-index: 99;
    width: 275px;
    text-transform: none
}

.services-menu-top__item:last-child .services-menu-top__item_level_2 {
    left: auto;
    right: 0
}

.services-menu-top__item:hover .services-menu-top__item_level_2 {
    display: block
}

.services-menu-top__item_level_2 li {
    padding: 0 7px;
    margin-top: 0
}

.services-menu-top__item_level_2 li a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
    width: 100%
}

.services-menu-top__item_level_2 li.item-selected, .services-menu-top__item_level_2 li:hover {
    background: #fff
}

.services-menu-top__item:hover {
    text-decoration: underline
}

.services-menu-top__item span {
    position: relative;
    z-index: 50
}

.services-menu-top__item span {
    display: inline-block;
    padding-left: 7px
}

.services-menu-top__item_active span, .services-menu-top__item:hover span {
    background: #fff
}

.table {
    display: table
}

.footer-new {
    margin: 20px 0 0 0
}

.footer-new__contacts {
    font-size: 12px;
    margin-bottom: 25px
}

.footer-new__contacts-item {
    color: #fff;
    display: inline-block;
    padding: 0 0 0 29px
}

.footer-new__contacts-item_phone {
    background: url("/local/templates/new-rus/img/bg-icon-phone.png") 0 50% no-repeat;
    margin-right: 47px
}

.footer-new__contacts-item_email {
    background: url("/local/templates/new-rus/img/bg-icon-email.png") 0 50% no-repeat;
    margin-right: 79px
}

.footer-new__contacts-item_location {
    background: url("/local/templates/new-rus/img/bg-icon-location.png") 0 50% no-repeat
}

.footer-new__contacts-item_worktime {
    float: right;
    padding-left: 0
}

.footer-new__main {
    background: url("/local/templates/new-rus/img/bg-footer.jpg") 0 0 repeat-x;
    color: #fff;
    font-size: 12px;
    height: 100px;
    line-height: 100px
}

.footer-new__menu {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase
}

.footer-new__menu a {
    color: #fff;
    margin-left: 16px;
    text-decoration: none
}

.footer-new__menu a:first-child {
    margin-left: 0
}

.footer-new__copyright {
    font-size: 12px
}

.footer-new__bottom {
    background: #100e11;
    height: 46px;
    line-height: 46px
}

.footer-new__bottom .footer-new__menu a {
    margin-right: 0
}

.footer-new__social {
    height: 28px;
    line-height: 28px;
    margin: 13px auto 40px auto;
    width: 250px
}

.footer-new__social-item {
    background: url("/local/templates/new-rus/img/bg-icon-social-newest.png") 0 0 no-repeat;
    float: left;
    height: 28px;
    margin-right: 11px;
    width: 29px
}

.footer-new__social-item:hover {
    background-image: url("/local/templates/new-rus/img/bg-icon-social-newest-hover.png")
}

.footer-new__social-item_in {
    background: url("/local/templates/new-rus/img/bg-social-in.svg") 0 0 no-repeat
}

.footer-new__social-item_in:hover {
    background: url("/local/templates/new-rus/img/bg-social-in-hover.svg") 0 0 no-repeat
}

.footer-new__social-item_tw {
    background: url("/local/templates/new-rus/img/bg-social-tw.svg") 0 0 no-repeat
}

.footer-new__social-item_tw:hover {
    background: url("/local/templates/new-rus/img/bg-social-tw-hover.svg") 0 0 no-repeat
}

.footer-new__social-item_lj {
    background: url("/local/templates/new-rus/img/bg-social-lj.svg") 0 0 no-repeat
}

.footer-new__social-item_lj:hover {
    background: url("/local/templates/new-rus/img/bg-social-lj-hover.svg") 0 0 no-repeat
}

.footer-new__social-item_fb {
    background: url("/local/templates/new-rus/img/bg-social-fb.svg") 0 0 no-repeat
}

.footer-new__social-item_fb:hover {
    background: url("/local/templates/new-rus/img/bg-social-fb-hover.svg") 0 0 no-repeat
}

.footer-new__social-item_vk {
    background: url("/local/templates/new-rus/img/bg-social-vk.svg") 0 0 no-repeat
}

.footer-new__social-item_vk:hover {
    background: url("/local/templates/new-rus/img/bg-social-vk-hover.svg") 0 0 no-repeat
}

.footer-new__social-item_gl {
    background: url("/local/templates/new-rus/img/bg-social-gl.svg") 0 0 no-repeat
}

.footer-new__social-item_gl:hover {
    background: url("/local/templates/new-rus/img/bg-social-gl-hover.svg") 0 0 no-repeat
}

.footer-new__social-item_bl {
    background: url("/local/templates/new-rus/img/bg-social-bl.svg") 0 0 no-repeat
}

.footer-new__social-item_bl:hover {
    background: url("/local/templates/new-rus/img/bg-social-bl-hover.svg") 0 0 no-repeat
}

.footer-new__social-item_tb {
    background: url("/local/templates/new-rus/img/bg-social-tb.svg") 0 0 no-repeat
}

.footer-new__social-item_tb:hover {
    background: url("/local/templates/new-rus/img/bg-social-tb-hover.svg") 0 0 no-repeat
}

.footer-new__half-top {
    background: #ececec;
    padding: 28px 0 25px 0
}

.footer-new__main-menu {
    display: table;
    width: 930px;
    margin: 5px auto 0 auto
}

.footer-new__main-menu-item {
    display: table-cell;
    color: #388c94;
    width: 16.6%;
    text-decoration: none;
    text-transform: uppercase
}

.footer-new__main-menu-item:hover {
    text-decoration: underline
}

.footer-new__half-bottom {
    background: #ececec;
    color: #388c94;
    padding: 23px 0 23px 0;
    text-align: center
}

table.footer-new__table-menu {
    width: auto;
    margin: 0 auto
}

table.footer-new__table-menu td {
    padding-left: 55px
}

table.footer-new__table-menu td:first-child {
    padding-left: 0
}

table.footer-new__table-menu td a {
    color: #388c94;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

table.footer-new__table-menu td a:first-child {
    margin-bottom: 3px
}

table.footer-new__table-menu td a:hover {
    text-decoration: underline
}

.main {
    position: relative;
    margin: 25px 0 0
}

.about {
    float: right;
    width: 330px;
    padding: 13px 0 0
}

.about p {
    margin: 10px 0 0
}

.about p:first-child {
    margin-top: 0
}

.about__section {
    margin: 36px 0 0 40px
}

.about__section:first-child {
    margin-top: 0
}

.about__section-title {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    color: #632d56;
    margin: 9px 0 0
}

.about__section-title:before {
    position: absolute;
    top: 11px;
    left: -30px;
    width: 20px;
    height: 2px;
    background-color: #00b2b8;
    content: ""
}

.about__section-title:first-child {
    margin-top: 0
}

.about__section-content {
    margin: 9px 0 0
}

.about__section-content:first-child {
    margin-top: 0
}

.about__section-phone {
    font-size: 18px;
    line-height: 1.25;
    margin: 10px 0 0;
    white-space: nowrap
}

.about__section-phone span {
    font-size: 24px
}

.subscribe {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1508px 0 0 -265px;
    width: 530px;
    height: 3000px;
    line-height: 3000px
}

.subscribe .form__items {
    margin-top: 14px;
    text-align: center
}

.subscribe .form__item {
    display: inline-block;
    vertical-align: top;
    margin-top: 0
}

.subscribe .form__actions {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 16px
}

.subscribe [type='text'] {
    border-color: #388c94;
    width: 240px
}

.subscribe [type='text']::-webkit-input-placeholder {
    color: #303030
}

.subscribe [type='text']:-moz-placeholder {
    color: #303030
}

.subscribe [type='text']::-moz-placeholder {
    color: #303030
}

.subscribe [type='text']:-ms-input-placeholder {
    color: #303030
}

.subscribe .btn, .subscribe .file-input__emulator {
    min-width: 160px
}

.subscribe__middle {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 20px;
    line-height: 1.7;
    background-color: rgba(255, 255, 255, 0.7)
}

.subscribe__title {
    font-weight: 700;
    font-size: 24px;
    color: #1d747c;
    text-align: center;
    text-transform: uppercase
}

.subscribe__subtitle {
    font-size: 16px;
    text-align: center;
    margin-top: -1px
}

.lt-ie9 .subscribe__middle {
    background: url("/local/templates/new-rus/img/bg-white-opacity-70.png") 0 0 repeat
}

.slider--front {
    float: left;
    width: 690px
}

.slider--services {
    float: none;
    margin: 52px auto 0 auto
}

.services {
    margin: 20px 0 0
}

.services:first-child {
    margin-top: 0
}

.title + .services, h1 + .services {
    margin-top: -12px
}

.services--calcs {
    padding-bottom: 40px
}

.services--calcs .service {
    padding-bottom: 20px
}

.services--calcs .service__title {
    color: #632d56
}

.services--calcs .service__list li:first-child {
    margin-top: 0
}

.services--calcs .service__list a {
    color: #388c94
}

.services--simplified .services__list {
    padding-top: 8px;
    margin-bottom: -17px
}

.services--simplified .service {
    border: 0;
    padding: 0;
    margin: 21px 15px
}

.services--simplified .service__title {
    padding-left: 0
}

.services--simplified .service__icon {
    display: none
}

.services--simplified .service__list {
    margin: 22px 0 0
}

.services--simplified .service__list:first-child {
    margin-top: 0
}

.services--simplified .service__list a {
    text-decoration: underline
}

.services__list {
    font-size: 0;
    margin: 0 -15px
}

.services__list_content_news {
    margin: 0 -25px
}

.service {
    color: #632d56;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 330px;
    margin: 0 15px -1px 15px;
    padding: 20px 19px 23px 0;
    border-top: 1px solid #d9d7d5;
    border-bottom: 1px solid #d9d7d5;
    position: relative
}

.work-permit-service .service {
    border: 0
}

.work-permit-service .service:before {
    content: "";
    height: 1px;
    width: 240px;
    position: absolute;
    top: 0;
    left: 64px;
    background: #d9d7d5
}

.work-permit-service .service_2:before {
    display: none
}

.work-permit-service .service_3:after {
    display: none
}

.work-permit-service .margin-left25p.service:before {
    display: none
}

.work-permit-service .service:after {
    content: "";
    height: 1px;
    width: 240px;
    position: absolute;
    bottom: 0;
    left: 64px;
    background: #d9d7d5
}

.services__list_content_news .service {
    margin-left: 25px;
    margin-right: 25px;
    width: 315px
}

.services-main .service {
    border: 0;
    text-align: center;
    position: relative
}

.services-main .service:after {
    content: "";
    display: inline-block;
    background: #9bc5c9;
    height: 2px;
    width: 152px
}

.service__title {
    position: relative;
    font-size: 16px;
    color: #388c94;
    margin: 15px 0 0
}

.calcs-page .service__title {
    padding: 0 0 0 45px
}

.services-main .service__title {
    padding: 0
}

.service__title a {
    display: block
}

.services--calcs .service__title a {
    display: inline-block;
    position: relative;
    padding: 0 40px 0 64px;
    text-transform: uppercase;
    font-size: 14px
}

.service__title:first-child {
    margin-top: 0
}

.service__link-inner {
    color: #303030;
    text-decoration: underline;
    position: relative
}

.service__link-inner:after {
    content: "";
    background: url("/local/templates/new-rus/img/bg-icon-question.svg") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -5px;
    right: -40px;
    height: 22px;
    width: 26px;
    display: none;
}

.services--calcs .service__title .service__link-inner:hover {
    color: #9c4b89
}

.services--calcs .service__title .service__icon:hover + .service__link-inner {
    color: #9c4b89
}

.service__price {
    color: #303030;
    cursor: default;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-transform: none
}

.service__price:after {
    content: "d";
    font-style: normal;
    font-family: 'Rouble'
}

.service__price_rouble_none.service__price:after {
    content: ""
}

.service__price_new {
    padding-left: 64px
}

.service__price_new:after {
    display: none
}

.service__icon {
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.work-permit-service .service__icon {
    width: 50px;
    height: 44px;
    margin-top: 7px
}

.services-main .service__icon {
    position: static;
    display: inline-block;
    height: 46px;
    width: 46px
}

.service__icon--consult_tax_and_legal_advice {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-consulting-tax-and-legal-advice.svg")
}

.service__icon--nalog_consult {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-nalog-consult.svg")
}

.service__icon--abonent_obsl {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-abonent-obsl.svg")
}

.service__icon--consult_tax_planning {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-consulting-tax-planning.svg")
}

.service__icon--consult_maintenance_tax_audits {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-consulting-maintenance-tax-audits.svg")
}

.service__icon--consult_drafting_and_examination_of_contracts {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-consulting-drafting-and-examination-of-contracts.svg")
}

.service__icon--consult_debt_collection {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-consulting-debt-collection.svg");
    height: 29px
}

.service__icon--consult_check_counterparty {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-consulting-check-counterparty.svg");
    height: 29px
}

.service__icon--audit_accounts_auditing {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-audit-accounts-auditing.svg")
}

.service__icon--audit_tax_audit {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-audit-tax-audit.svg")
}

.service__icon--audit_express_an_audit {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-audit-express-an-audit.svg")
}

.service__icon--audit_audit_of_stock_investment_funds {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-audit-audit-of-stock-investment-funds.svg")
}

.service__icon--audit_invent {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-audit-invent.svg")
}

.service__icon--buchhalt_record_keeping {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-record-keeping.svg")
}

.service__icon--buchhalt_record_keeping_kadr {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-record-keeping-kadr.svg")
}

.service__icon--buchhalt_record_keeping_vosst_kadr {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-record-keeping-vosst-kadr.svg")
}

.service__icon--ps-kk {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-kk.svg")
}

.service__icon--buchhalt_record_keeping_kons {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-record-keeping-kons.svg")
}

.service__icon--buchhalt_taking_inventory {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-taking-inventory.svg")
}

.service__icon--buchhalt_restoration_of_accounting {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-restoration-of-accounting.svg")
}

.service__icon--buchhalt_zero_accounting {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-zero-accounting.svg")
}

.service__icon--buchhalt_unlock_account {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-unlock-account.svg")
}

.service__icon--buchhalt_kompleksnoee_obsluzhivanie {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-kompleksnoee-obsluzhivanie.svg")
}

.service__icon--buchhalt_soprovozhdenie_ooo {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-soprovozhdenie-ooo.svg")
}

.service__icon--reg_registration_of_companies {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-registration-of-companies.svg")
}

.service__icon--trademark_verification {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-trademark-verification.svg")
}

.service__icon--trademark_prolongation {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-trademark-prolongation.svg")
}

.service__icon--trademark_expertise {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-trademark-expertise.svg")
}

.service__icon--trademark_introduction_of_changes {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-trademark-introduction-of-changes.svg")
}

.service__icon--trademark_registration {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-trademark-registration-rospatent.svg")
}

.service__icon--trademark_protect {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-trademark-protect.svg")
}

.service__icon--trademark_registration_rospatent {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-trademark-registration.svg")
}

.service__icon--license_agreement_registration {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-license-agreement-registration.svg")
}

.service__icon--brand_registration {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-brand-registration.svg")
}

.service__icon--concession_rospatent {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-concession-rospatent.svg")
}

.service__icon--trademark_international_registration {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-trademark-international-registration.svg")
}

.service__icon--trademark_cost {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-trademark-prices.svg")
}

.service__icon--trademark_alienation {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-trademark-alienation.svg")
}

.service__icon--trademark_prices {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-trademark-prices.svg")
}

.service__icon--reg_registration_of_ooo {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-ooo.svg");
    width: 26px
}

.service__icon--reg_registration_of_ao {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-ao.svg");
    width: 26px
}

.service__icon--reg_registration_of_fi {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-fi.svg");
    width: 34px;
    height: 29px;
    margin-top: 5px
}

.service__icon--reg_registration_of_ip {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-ip.svg")
}

.service__icon--reg_registration_of_tam {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-tam.svg");
    width: 19px;
    height: 39px;
    margin-top: -5px
}

.service__icon--reg_registration_of_building {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-building.svg")
}

.service__icon--reg_registration_of_building_company {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-building-company.svg")
}

.service__icon--reg_registration_of_lom {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-lom.svg")
}

.service__icon--reg_registration_of_mfo {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-mfo.svg");
    width: 26px
}

.service__icon--reg_registration_of_chop {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-chop.svg")
}

.service__icon__stock--reg_registration_of_ooo {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-ooo.svg")
}

.service__icon__stock--reg_registration_of_ao {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-ao.svg")
}

.service__icon__stock--reg_registration_of_fi {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-fi.svg")
}

.service__icon__stock--reg_registration_of_ip {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-ip.svg")
}

.service__icon__stock--reg_registration_of_tam {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-tam.svg")
}

.service__icon__stock--reg_registration_of_building {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-building.svg")
}

.service__icon__stock--reg_registration_of_building_company {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-building-company.svg")
}

.service__icon__stock--reg_registration_of_lom {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-lom.svg")
}

.service__icon__stock--reg_registration_of_mfo {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-mfo.svg")
}

.service__icon__stock--reg_registration_of_chop {
    background-image: url("/local/templates/new-rus/pic/regkom/registration-of-chop.svg")
}

.service__icon__stock--reg_lic_edu {
    background-image: url("/local/templates/new-rus/pic/regkom/lic-edu.svg")
}

.service__icon--reg_registration_of_securities_issue {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-registration-of-securities-issue.svg")
}

.service__icon--reg_vnesenie_izmeneniy_v_ustav_egrul {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-vnesenie-izmeneniy-v-ustav-egrul.svg")
}

.service__icon--reg_change_of_participants_of_llc {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-change-of-participants-of-llc.svg")
}

.service__icon--reg_opening_of_branch {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-opening-of-branch.svg")
}

.service__icon--reg_closing_ip {
    background-size: contain;
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-closing-ip.svg")
}

.service__icon--reg_closing_pod {
    background-size: contain;
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-closing-pod.svg")
}

.service__icon--reg_npo {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-npo.svg");
    height: 31px
}

.service__icon--reorg_npo {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reorg-npo.svg")
}

.service__icon--liquidation_npo {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-liquidation-npo.svg")
}

.service__icon--reg_changes_npo {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-changes-npo.svg")
}

.service__icon--reg_reorganization_liquidation {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-reorganization-liquidation.svg")
}

.service__icon--reg_lic_edu {
    background-image: url("/local/templates/new-rus/pic/regkom/lic_edu.svg")
}

.service__icon--reg_closing_company {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-closing-company.svg")
}

.service__icon--reg_closing_firms {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-closing-firms.svg")
}

.service__icon--reg_closing_Ltd {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-closing-ltd.svg")
}

.service__icon--reg_closing_Ltd_voluntary {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-closing-ltd-voluntary.svg")
}

.service__icon--reg_closing_Ltd_zero_balance {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-closing-ltd-zero-balance.svg")
}

.service__icon--reg_closing_subdivision {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-closing-subdivision.svg")
}

.service__icon--hh_hr_outsourcing {
    background-image: url("/local/templates/new-rus/img/vkupk.svg")
}

.service__icon--hh_personnel_audit {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-headhunter-personnel-audit.svg")
}

.service__icon--hh_ob_audit {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-ob-audit.svg")
}

.service__icon--hh_in_audit {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-in-audit.svg")
}

.service__icon--hh_fin_audit {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-fin-audit.svg")
}

.service__icon--hh_sop_serv_audit {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-sop-serv-audit.svg")
}

.service__icon--hh_selection_of_the_personnel {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-headhunter-selection-of-the-personnel.svg")
}

.service__icon--hh_selection_of_the_personnel_buh {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-headhunter-selection-of-the-personnel-buh.svg")
}

.service__icon--hh_work_permit {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-headhunter-work-permit.svg")
}

.service__icon--hh_labour_disputes {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-headhunter-labour-disputes.svg")
}

.service__icon--hh_audit_doc {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-headhunter-audit-doc.svg")
}

.service__icon--consult {
    background-image: url("/local/templates/new-rus/img/bg-icon-consult-newest.svg")
}

.no-svg .service__icon--consult {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-consulting.png")
}

.service__icon--audit {
    background-image: url("/local/templates/new-rus/img/bg-icon-audit-newest.svg")
}

.no-svg .service__icon--audit {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-audit.png")
}

.service__icon--audit-alt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-audit-alt.svg")
}

.no-svg .service__icon--audit-alt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-audit-alt.png")
}

.service__icon--accredit {
    background-image: url("/local/templates/new-rus/img/bg-icon-accred-newest.svg")
}

.no-svg .service__icon--accredit {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-accreditation.png")
}

.service__icon--accredit-alt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-accreditation-alt.svg")
}

.no-svg .service__icon--accredit-alt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-accreditation-alt.png")
}

.service__icon--buchhalt {
    background-image: url("/local/templates/new-rus/img/bg-icon-buh-newest.svg")
}

.no-svg .service__icon--buchhalt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter.png")
}

.service__icon--yurist-alt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-yurist-alt.svg")
}

.service__icon--buchhalt-alt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-alt.svg")
}

.no-svg .service__icon--buchhalt-alt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-buchhalter-alt.png")
}

.service__icon--reg {
    background-image: url("/local/templates/new-rus/img/bg-icon-register-newest.svg")
}

.no-svg .service__icon--reg {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg.png")
}

.service__icon--reg-alt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-alt.svg")
}

.no-svg .service__icon--reg-alt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reg-alt.png")
}

.service__icon--hh {
    background-image: url("/local/templates/new-rus/img/bg-icon-kadr-newest.svg")
}

.no-svg .service__icon--hh {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-headhunter.png")
}

.service__icon--chair {
    width: 36px;
    height: 36px;
    background-image: url("/local/templates/new-rus/img/bg-icon-service-chair.svgx")
}

.no-svg .service__icon--chair {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-chair.png")
}

.service__icon--chair-alt {
    width: 36px;
    height: 36px;
    top: -6px;
    background-image: url("/local/templates/new-rus/img/bg-icon-service-chair-alt.svg")
}

.no-svg .service__icon--chair-alt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-chair-alt.png")
}

.service__icon--org-edit {
    width: 34px;
    height: 34px;
    background-image: url("/local/templates/new-rus/img/bg-icon-service-cirkul.svgx")
}

.no-svg .service__icon--org-edit {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-cirkul.png")
}

.service__icon--org-edit-alt {
    width: 34px;
    height: 34px;
    background-image: url("/local/templates/new-rus/img/bg-icon-service-cirkul-alt.svg")
}

.service__icon--work-permit-alt {
    width: 34px;
    height: 34px;
    background-image: url("/local/templates/new-rus/img/bg-icon-service-work-permit-alt.svg")
}

.service__icon--reorganization-alt {
    width: 34px;
    height: 34px;
    background-image: url("/local/templates/new-rus/img/bg-icon-service-reorganization-alt.svg")
}

.no-svg .service__icon--org-edit-alt {
    background-image: url("/local/templates/new-rus/img/bg-icon-service-cirkul-alt.png")
}

.service__list {
    margin: 10px 0 0
}

.service__list:first-child {
    margin-top: 0
}

.service__list li {
    margin-top: 0
}

.service__list a {
    text-decoration: none
}

.service__list a:hover {
    text-decoration: underline
}

.service__icon--wp1 {
    background-image: url("/local/templates/new-rus/img/icons-work-permit/bg-icon-service-wp1.svg")
}

.service__icon--wp2 {
    background-image: url("/local/templates/new-rus/img/icons-work-permit/bg-icon-service-wp2.svg")
}

.service__icon--wp3 {
    background-image: url("/local/templates/new-rus/img/icons-work-permit/bg-icon-service-wp3.svg")
}

.service__icon--wp4 {
    background-image: url("/local/templates/new-rus/img/icons-work-permit/bg-icon-service-wp4.svg")
}

.service__icon--wp5 {
    background-image: url("/local/templates/new-rus/img/icons-work-permit/rg-aerobus.svg")
}

.service__icon--wp6 {
    background-image: url("/local/templates/new-rus/img/icons-work-permit/rg-door.svg")
}

.service__icon--wp7 {
    background-image: url("/local/templates/new-rus/img/icons-work-permit/rg-ruki.svg")
}

.service__icon--wp8 {
    background-image: url("/local/templates/new-rus/img/icons-work-permit/rg-mail.svg")
}

.service__icon--wp11 {
    background-image: url("/local/templates/new-rus/img/icons-work-permit/dv-wp1.svg")
}

.service__icon--drs {
    background-image: url("/local/templates/new-rus/img/drs-ls1.svg")
}

.service__icon--ua {
    background-image: url("/local/templates/new-rus/img/ua-ls1.svg")
}

.service__icon--wp10 {
    background-image: url("/local/templates/new-rus/img/svg/6.svg")
}

.service__icon--wp30 {
    background-image: url("/local/templates/new-rus/img/svg/1.svg")
}

.service__icon--wp20 {
    background-image: url("/local/templates/new-rus/img/svg/4.svg")
}

.service__icon--wp40 {
    background-image: url("/local/templates/new-rus/img/svg/5.svg")
}

.service__icon--wp50 {
    background-image: url("/local/templates/new-rus/img/svg/2.svg")
}

.service__icon--wp60 {
    background-image: url("/local/templates/new-rus/img/svg/3.svg")
}

.llc__icon--wp1 {
    background-image: url("/local/templates/new-rus/img/smena-uch/smena1.svg")
}

.llc__icon--wp2 {
    background-image: url("/local/templates/new-rus/img/smena-uch/smena2.svg")
}

.llc__icon--wp3 {
    background-image: url("/local/templates/new-rus/img/smena-uch/smena3.svg")
}

.llc__icon--wp4 {
    background-image: url("/local/templates/new-rus/img/smena-uch/smena4.svg")
}

.llc__icon--wp5 {
    background-image: url("/local/templates/new-rus/img/smena-uch/smena5.png")
}

.izmen__icon--wp1 {
    background-image: url("/local/templates/new-rus/img/izmen-ust/izmen1.svg")
}

.izmen__icon--wp2 {
    background-image: url("/local/templates/new-rus/img/izmen-ust/izmen2.svg")
}

.izmen__icon--wp3 {
    background-image: url("/local/templates/new-rus/img/izmen-ust/izmen3.svg")
}

.izmen__icon--wp4 {
    background-image: url("/local/templates/new-rus/img/izmen-ust/izmen4.svg")
}

.izmen__icon--wp5 {
    background-image: url("/local/templates/new-rus/img/izmen-ust/izmen5.svg")
}

.izmen__icon--wp6 {
    background-image: url("/local/templates/new-rus/img/izmen-ust/izmen6.svg")
}

.reorg__icon--wp1 {
    background-image: url("/local/templates/new-rus/img/reorganizacia/icon-v-forme-vudelenuya.svg")
}

.reorg__icon--wp2 {
    background-image: url("/local/templates/new-rus/img/reorganizacia/icon-v-forme-prusoedunenuya.svg")
}

.reorg__icon--wp3 {
    background-image: url("/local/templates/new-rus/img/reorganizacia/icon-v-forme-razdelenuya.svg")
}

.reorg__icon--wp4 {
    background-image: url("/local/templates/new-rus/img/reorganizacia/icon-v-forme-sluyanuya.svg")
}

.reorg__icon--wp5 {
    background-image: url("/local/templates/new-rus/img/reorganizacia/icon-dobrovolnaya-lukvudacuya.svg")
}

.reorg__icon--wp6 {
    background-image: url("/local/templates/new-rus/img/reorganizacia/icon-v-forme-preobrazovanuya.svg")
}

.service__more {
    margin: 5px 0 -11px
}

.service__more:first-child {
    margin-top: 0
}

.pride {
    color: #632d56;
    line-height: 1.5;
    margin: 50px auto 0 auto;
    padding: 31px;
    width: 1050px
}

.pride_price-table {
    overflow-x: auto
}

.pride-wrapper {
    background: #f3f2f1;
    margin: 50px -3000px 0 -3000px
}

.pride-wrapper.audit-wrapper {
    margin-left: -34px;
    margin-right: -34px
}

.pride-wrapper_price-table {
    margin-top: 30px;
    margin-bottom: 30px
}

.pride-wrapper2 {
    margin: 50px -3000px 0 -3000px
}

.pride:after {
    content: "";
    display: table;
    clear: both
}

.pride:first-child {
    margin-top: 0
}

.pager + .pride {
    margin-top: 100px
}

.services + .pride {
    margin-top: 30px
}

.pride__col {
    float: left;
    width: 223px;
    margin-left: 30px
}

.pride__col:first-child {
    margin-left: 0
}

.pride__col-title {
    font-size: 11px;
    min-height: 36px
}

.pride__col-content {
    font-size: 11px;
    line-height: 1.45;
    margin-top: 15px
}

.pride__col-content:first-child {
    margin-top: 0
}

.pride__col-item {
    position: relative;
    padding: 0 0 0 60px;
    margin-top: 35px
}

.pride__col-item:first-child {
    margin-top: 0;
    min-height: 56px
}

.pride__col-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 60px;
    background: url("/local/templates/new-rus/img/bg-icons-pride-logos.png") -9999px -9999px no-repeat;
    content: ""
}

.pride__col-item--audit-palata:before {
    background: url("/local/templates/new-rus/img/company/bg-palata.svg") 0 0 no-repeat;
    height: 45px;
    width: 45px;
    background-size: cover
}

.pride__col-item--nalog-palata:before {
    background: url("/local/templates/new-rus/img/bg-palata.svg") 0 0 no-repeat;
    height: 53px;
    width: 51px;
    background-size: cover
}

.pride__col-item--roo:before {
    background: url("/local/templates/new-rus/img/bg-roo.svg") 5px 0 no-repeat
}

.pride__col-item--mtp-palata:before {
    background: url("/local/templates/new-rus/img/bg-tpp.svg") 0 0 no-repeat;
    background-size: contain;
    width: 35px;
    height: 50px;
    left: 4px;
    top: 10px
}

.pride__col-item--rtib:before {
    background: url("/local/templates/new-rus/img/bg-rtib.svg") 0 0 no-repeat;
    background-size: contain;
    width: 27px;
    height: 33px;
    left: 8px;
    top: 5px;
}

.pride__col-item--reest-nadezh:before {
    background: url("/local/templates/new-rus/img/bg-gerb.svg") 0 0 no-repeat;
    height: 49px;
    width: 40px;
    background-size: cover
}

.pride__col-item--iso:before {
    background: url("/local/templates/new-rus/img/bg-iso.svg") 3px 15px no-repeat
}

.pride__col-item--expert {
    margin-top: 0;
}

.pride__col-item--raex {
    background: url("/local/templates/new-rus/img/company/bg-raex.svg") 0 0 no-repeat;
    width: 73px;
    height: 17px;
    background-size: contain;
    margin-top: 6px;
    margin-bottom: 6px;
}

.pride__col-item--expert:before {
    background: url("/local/templates/new-rus/img/company/bg-expert.svg") 0 0 no-repeat;
    width: 36px;
    height: 33px;
    background-size: contain;
    margin-top: 6px;
}

.pride__col-item--insurance:before {
    background: url("/local/templates/new-rus/img/company/bg-prof.svg") 0 0 no-repeat;
    width: 36px;
    height: 39px;
    background-size: contain;
    margin-top: 6px;
    margin-left: 6px;
}

.pride__col-item--national:before {
    background: url("/local/templates/new-rus/img/bg-prem.svg") 0 0 no-repeat;
    background-size: cover;
    height: 34px;
    width: 23px;
    margin-left: 10px
}

.pride__col-item--shos:before {
    background: url("/local/templates/new-rus/img/bg-shanghai.svg") 0 0 no-repeat;
    background-size: contain;
    height: 53px;
    width: 52px
}

.pride__footer {
    margin-top: -36px;
    margin-left: 229px;
    position: absolute;
}

.pride__footer-content {
    font-size: 11px;
    line-height: 1.45;
    position: relative;
    margin-left: 30px;
    float: left;
}

@media screen and (max-width: 979px) {
    .pride__footer {
        margin-top: 30px;
        margin-left: 0;
        position: relative;
    }

    .pride__footer-content {
        margin-top: 30px;
        float: none;
        margin-left: 0;
    }

    .block-tag_hide {
        display: none;
    }
}

.pride__footer-item {
    position: relative;
    padding-left: 40px;
}

.pride__footer-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.pride__footer-item--mtp-agency {
    padding-top: 6px;
}

.pride__footer-item--mtp-agency:before {
    background: url("/local/templates/new-rus/img/company/bg-gerb.svg") 0 0 no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px
}

.pride__footer-item--mtp-media:before {
    background: url("/local/templates/new-rus/img/company/bg-roscom.svg") 0 0 no-repeat;
    background-size: contain;
    height: 27px;
    width: 27px
}

.year-found {
    width: 130px;
    font-size: 14px;
    line-height: 1.3;
    margin-top: -1px
}

.year-found__value {
    display: inline-block;
    margin-top: 6px;
    font-size: 24px
}

.pride__col-item--rating {
    padding-left: 0
}

.pride__col-item--rating-value {
    font-size: 16px
}

.news-top-block {
    border-top: 1px solid #e8e8e8;
    font-size: 12px;
    padding: 23px 0 0 0;
    margin: 0 0 28px 0
}

.news-top-block:first-child {
    border-top: 0;
    padding-top: 0
}

.news-top-block__date {
    color: #388c94;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 12px
}

.news-top-block__title {
    font-size: 12px
}

.news {
    margin: 44px 0 0
}

.news:after {
    content: "";
    display: table;
    clear: both
}

.news:first-child {
    margin-top: 0
}

.news__col {
    float: left;
    width: 240px;
    margin-left: 30px
}

.news__col:first-child {
    margin-left: 0
}

.news__title {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    color: #388c94;
    margin: 20px 0 0;
    padding: 0 0 0 30px
}

.news__title:first-child {
    margin-top: 0
}

.news__title_press {
    padding-left: 39px
}

.news__title_news {
    padding-left: 32px
}

.news__title_consult {
    padding-left: 40px
}

.news__title_articles {
    padding-left: 36px
}

.news__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("/local/templates/new-rus/img/bg-icons-media-types.png") -9999px -9999px no-repeat
}

.news__icon--press {
    background: url("/local/templates/new-rus/img/bg-icon-press-newest.svg") 0 50% no-repeat;
    background-size: contain;
    height: 31px;
    width: 32px
}

.news__icon--news {
    background: url("/local/templates/new-rus/img/bg-icon-new-newest.svg") 0 0 no-repeat;
    background-size: contain;
    height: 17px;
    width: 21px;
    margin-top: 3px
}

.news__icon--consult {
    background: url("/local/templates/new-rus/img/bg-icon-cons-newest.svg") 0 50% no-repeat;
    background-size: contain;
    height: 29px;
    width: 27px
}

.news__icon--articles {
    background: url("/local/templates/new-rus/img/bg-icon-articles-newest.svg") 0 0 no-repeat;
    background-size: cover;
    height: 27px;
    width: 27px
}

.news__list {
    margin: 32px 0 0
}

.news__list:first-child {
    margin-top: 0
}

.news__item {
    margin: 20px 0 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 12px;
    padding-bottom: 20px
}

.col-right .news__item {
    border: 0;
    font-size: 12px
}

.news__item:first-child {
    margin-top: 0
}

.news__item-date {
    color: #388c94;
    margin: 10px 0 0;
    line-height: 12px
}

.news__item-date:first-child {
    margin-top: 0
}

.news__item-title {
    margin: 7px 0 0
}

.news__item-title:first-child {
    margin-top: 0
}

.news__item-title a {
    text-decoration: underline
}

.news__more {
    margin: 35px 0 0
}

.news__more:first-child {
    margin-top: 0
}

.news__more a {
    color: #388c94;
    text-decoration: underline
}

.counters {
    margin: 37px 0 0
}

.counters:after {
    content: "";
    display: table;
    clear: both
}

.counters:first-child {
    margin-top: 0
}

.counters__inner {
    float: right
}

.with-icon {
    position: relative;
    padding-left: 32px
}

.icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -14px;
    width: 23px;
    height: 28px
}

.icon--calc {
    background: url("/local/templates/new-rus/img/bg-icon-calc.svgx") center center no-repeat
}

.icon--recommend {
    background: url("/local/templates/new-rus/img/bg-icon-recommend-new.svg") center center no-repeat;
    background-size: cover;
    height: 28px;
    width: 26px
}

.icon--certificates {
    background: url("/local/templates/new-rus/img/bg-icon-certificates.svg") center center no-repeat;
    background-size: cover;
    height: 32px;
    width: 25px
}

.no-svg .icon--calc {
    background-image: url("/local/templates/new-rus/img/bg-icon-calc.png")
}

.icon--list-edit {
    background: url("/local/templates/new-rus/img/bg-icon-list-edit.svgx") center center no-repeat
}

.no-svg .icon--list-edit {
    background-image: url("/local/templates/new-rus/img/bg-icon-list-edit.png")
}

.dropdown-menu > ul {
    background-color: #388c94;
    border-radius: 10px
}

.dropdown-menu > ul > li > a {
    z-index: 1;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 20px 9px 50px
}

.dropdown-menu > ul > li > a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -7px 0 0;
    width: 18px;
    height: 12px;
    background: url("/local/templates/new-rus/img/bg-icon-list.svgx") center center no-repeat;
    background-size: contain;
    content: ""
}

.dropdown-menu > ul > li > ul {
    padding-top: 1px
}

.dropdown-menu > ul > li > ul:before {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    background-color: #388c94;
    height: 11px;
    content: ""
}

.dropdown-menu > ul > li > ul > li > a {
    text-transform: uppercase
}

.dropdown-menu > ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -1px;
    display: none
}

.dropdown-menu > ul ul a {
    padding: 11px 20px 9px
}

.dropdown-menu > ul ul a:before {
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    border-top: 1px solid #71adb5;
    opacity: 1;
    visibility: visible;
    content: ""
}

.dropdown-menu > ul ul a:hover:before {
    opacity: 0;
    visibility: hidden
}

.dropdown-menu > ul ul li {
    margin: 0;
    cursor: pointer
}

.dropdown-menu > ul ul li:hover > a, .dropdown-menu > ul ul li.hover > a {
    background-color: #642d55
}

.dropdown-menu > ul ul li:hover > a:before, .dropdown-menu > ul ul li.hover > a:before {
    opacity: 0;
    visibility: hidden
}

.dropdown-menu > ul ul li:hover + li > a:before, .dropdown-menu > ul ul li.hover + li > a:before {
    opacity: 0;
    visibility: hidden
}

.dropdown-menu > ul ul li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.dropdown-menu > ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 300px;
    margin-top: 0
}

.dropdown-menu > ul ul ul li {
    margin: 0
}

.dropdown-menu > ul ul ul li:first-child > a {
    border-top-right-radius: 10px
}

.dropdown-menu > ul ul ul li:first-child > a:before {
    display: none
}

.dropdown-menu li {
    margin: 0
}

.dropdown-menu li > a {
    border-radius: 0
}

.dropdown-menu li:first-child > a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.dropdown-menu li:last-child > a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.dropdown-menu li:hover > ul, .dropdown-menu li.hover > ul {
    display: block;
    opacity: 1;
    visibility: visible
}

.dropdown-menu a {
    position: relative;
    display: block;
    background-color: #388c94;
    color: #fff;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.dropdown-menu a:hover {
    background-color: #642d55
}

.no-svg .dropdown-menu > ul > li > a:before {
    background-image: url("/local/templates/new-rus/img/bg-icon-list.png")
}

.breadcrumb {
    color: #a8a8a8;
    margin-top: -10px
}

.services-menu {
    position: relative;
    float: left;
    width: 240px;
    margin-top: -10px;
    margin-bottom: -6px;
    z-index: 20
}

.services-menu + .breadcrumb {
    margin-left: 270px
}

.title-tabs li {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 10px 0
}

.title-tabs li:first-child {
    margin-left: 0
}

.title-tabs li.active {
    color: #388c94
}

.title-tabs li.active a {
    color: #388c94;
    border-bottom: 0
}

.title-tabs a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px dashed #632d56
}

.section {
    margin: 52px 0 0
}

.section:after {
    content: "";
    display: table;
    clear: both
}

.section:first-child {
    margin-top: 0
}

.section + .section {
    margin-top: 72px
}

.section + .section--highlight {
    margin-top: 52px
}

.section--highlight {
    background-color: #e1f1f3;
    margin-left: -3000px;
    margin-right: -3000px;
    padding: 30px 0 40px;
    margin-top: 52px
}

.section--highlight:first-child {
    margin-top: 0
}

.section--highlight .section__inner {
    width: 940px;
    margin: 0 auto
}

.section--highlight .section__inner:after {
    content: "";
    display: table;
    clear: both
}

.section--highlight input[type='text'], .section--highlight textarea {
    border-color: #bbdbde
}

.section--highlight_new {
    background: #e9f5f8;
    padding-top: 38px;
    padding-bottom: 35px
}

.section--highlight_new .section__inner {;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none
}

.section--highlight_new .title {
    margin-bottom: 0;
    min-height: 33px;
    line-height: 33px
}

.section--highlight_new .table-prices {
    margin-top: 30px
}

.section--highlight_new .table-prices td, .section--highlight_new .table-prices th {
    border-top: 0;
    padding-left: 4px;
    padding-right: 0
}

.section--highlight_new .table-prices tr td:nth-child(2) {
    text-align: right;
    padding-left: 0;
    padding-right: 15px
}

.section--highlight_new .form__actions .btn {
    float: right;
    font-size: 14px !important
}

.section--highlight_new .form__actions a.btn--link {
    color: #388c94 !important;
    margin-right: 77px !important;
    padding-right: 0 !important;
    padding-left: 50px !important;
    margin-left: 0 !important
}

.section--highlight_new .form__actions a.btn--link:after {
    background: url("/local/templates/new-rus/img/bg-calc-cost-new.png") 0 0 no-repeat !important;
    height: 38px !important;
    width: 39px !important;
    left: 0 !important;
    right: auto !important
}

.section--highlight_new .table-prices + .form__actions {
    margin-top: 55px
}

.section--highlight_new .zero-accounting-list {
    margin: 0;
    width: 100%
}

.section--highlight_new .zero-accounting-list li {
    border-bottom: 1px solid #bbdbde;
    margin-top: 0;
    margin-left: 0;
    padding: 12px 0 11px 4px
}

.section--highlight_new .zero-accounting-list li:before {
    margin-left: 0
}

.section--highlight_new_content {
    background: #e9f5f8;
    padding-top: 38px;
    padding-bottom: 35px
}

.section--highlight_new_content .section__inner {
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none
}

.section--highlight_new_content .title {
    margin-bottom: 0;
    margin-left: -50px;
    min-height: 33px;
    line-height: 33px
}

.section--highlight_new_content .table-prices {
    margin-top: 20px
}

.section--highlight_new_content .table-prices td, .section--highlight_new .table-prices th {
    border-top: 0;
    padding-left: 4px;
    padding-right: 0
}

.section--highlight_new_content .table-prices tr td:nth-child(2) {
    text-align: right;
    padding-left: 0;
    padding-right: 15px
}

.section--highlight_new_content .form__actions .btn {
    float: right;
    font-size: 14px !important
}

.section--highlight_new_content .form__actions a.btn--link {
    color: #388c94 !important;
    margin-right: 77px !important;
    padding-right: 0 !important;
    padding-left: 50px !important;
    margin-left: 0 !important
}

.section--highlight_new_content .form__actions a.btn--link:after {
    background: url("/local/templates/new-rus/img/bg-calc-cost-new.png") 0 0 no-repeat !important;
    height: 38px !important;
    width: 39px !important;
    left: 0 !important;
    right: auto !important
}

.section--highlight_new_content .table-prices + .form__actions {
    margin-top: 35px
}

.section--highlight_new_content .zero-accounting-list {
    margin: 0;
    width: 100%
}

.section--highlight_new_content .zero-accounting-list li {
    border-bottom: 1px solid #bbdbde;
    margin-top: 0;
    margin-left: 0;
    padding: 12px 0 11px 4px
}

.section--highlight_new_content .zero-accounting-list li:before {
    margin-left: 0
}

.price-selector {
    display: inline-block;
    margin-left: 30px
}

.price-select {
    border-bottom: 1px dashed #632d56;
    display: inline;
    margin-right: 20px;
    color: #632d56;
    text-decoration: none;
    line-height: 22px
}

.price-select_active {
    border-bottom: 0;
    color: #388c94;
    cursor: default;
    text-decoration: none
}

.section--highlight_new_buh .section__inner {
    padding-left: 0
}

.section--highlight_new_buh .title {
    margin-left: 0
}

.section--highlight_new_buh .price-select {
    border: 0;
    color: #388c94
}

.section--highlight_new_buh .price-select:hover {
    border-bottom: 1px solid #3b9da6;
    color: #3b9da6
}

.section--highlight_new_buh .price-select_active {
    border: 1px solid #388c94;
    padding: 5px 3px
}

.section--highlight_new_buh .form__actions .btn {
    float: none;
    margin-bottom: 20px
}

.section--highlight_new_buh .form__actions .btn.goto {
    font-size: 14px;
    letter-spacing: 2px
}

.section--highlight_new_buh .form__actions .btn.goto:hover {
    background: #3b9da6
}

.section--highlight_new_buh .form__actions a.btn--link {
    letter-spacing: 1px
}

.section--highlight_new_buh .form__actions a.btn--link:after {
    background: url("/local/templates/new-rus/img/bg-calc-cost-new-s.svg") 0 0 no-repeat !important;
    height: 34px !important;
    width: 34px !important;
    top: -7px !important
}

.section--highlight_new_buh .form__actions a.btn--link:hover {
    color: #3b9da6 !important
}

.section--highlight_new_buh .form__actions a.btn--link:hover:after {
    background: url("/local/templates/new-rus/img/bg-calc-cost-new-active.svg") 0 0 no-repeat !important;
    height: 34px !important;
    width: 34px !important
}

.section-hightlight_box {
    margin: 52px 0 0 0
}

.section-hightlight_box.text-color-icon {
    color: #1c6b7b
}

.section-hightlight_box .section__inner {
    margin: 0 33px 0 33px
}

.section-hightlight_box .section__inner .title {
    text-align: center;
    color: #303030;
    margin-bottom: 0
}

.section-hightlight_box.text-color-icon .section__inner .title {
    color: #1c6b7b
}

.section-hightlight_box .section__inner .cols {
    text-align: center
}

.section-hightlight_box .section__inner .cols .col-4 {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 26px;
    padding-top: 40px;
    min-width: 148px
}

.section-hightlight_box .section__inner .cols .col-4 .img {
    height: 74px
}

.section-hightlight_box .section__inner .cols .col-4 p {
    font: italic 13px/16.5px Verdana
}

.half-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%
}

.half-block_left {
    padding-right: 30px
}

.half-block_right {
    padding-left: 30px
}

.half-block .large {
    font-size: 16px;
    font-style: normal;
    font-weight: normal
}

.section--highlight_old_d .half-block .large {
    font-size: 18px;
    font-weight: bold
}

.section--highlight_new .half-block .table-prices tr td {
    height: 42px;
    padding-bottom: 4px;
    padding-top: 15px;
    padding-left: 0;
    vertical-align: bottom
}

.section--highlight_new .half-block .table-prices tr td:nth-child(2) {
    font-style: italic;
    min-width: 140px;
    padding-right: 0
}

.section--highlight_new.section--highlight_old_d .half-block .table-prices tr td:nth-child(2) {
    font-style: normal
}

.modal-new .fancybox-close {
    right: 11px
}

.modal-new .fancybox-close:before {
    background: url("/local/templates/new-rus/img/bg-icon-close-new.svg") center center no-repeat;
    height: 27px;
    width: 27px;
    top: 20px;
    left: 20px
}

.modal-new .fancybox-close:hover:before {
    background: url("../img/bg-icon-close_new_active.svg") center center no-repeat
}

.price-descr-title {
    background: #3b9da6;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 11px;
    text-transform: uppercase
}

.list-with-arrow-new_underline li {
    border-bottom: 1px solid #9dced2;
    margin-top: 22px;
    padding-bottom: 5px;
    line-height: 16px
}

.price-descr-button {
    color: #388c94;
    display: inline-block;
    margin: 12px 0 13px 0;
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 16px;
    position: relative;
    text-transform: uppercase;
    margin-right: 74px
}

.price-descr-button:after {
    background: url("/local/templates/new-rus/img/bg-price-descr.svg") 0 0 no-repeat;
    background-size: contain;
    content: "";
    height: 15px;
    width: 9px;
    position: absolute;
    right: 0;
    top: 5px
}

.price-descr-button:hover {
    color: #3b9da6
}

.price-descr-button:hover:after {
    background-image: url("/local/templates/new-rus/img/bg-price-descr-active.svg")
}

.section--order-form {
    margin-top: 65px
}

.section--order-form:first-child {
    margin-top: 0
}

.section__half {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.col-main {
    float: left;
    width: 780px;
    margin: 25px 0 0
}

.col-right {
    float: right;
    width: 240px;
    margin: 25px 0 0
}

.col-right .news {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 15px 19px 14px
}

.col-right .news__col {
    width: auto
}

.tags {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    font-size: 11px;
    padding: 15px 19px 14px
}

.tags li {
    margin: 4px 0 0
}

.tags li:first-child {
    margin-top: 0
}

.tags li + .tag-em {
    margin-top: 5px
}

.tags a {
    text-decoration: none
}

.tags a:hover {
    text-decoration: underline
}

.tag-em {
    font-size: 15px;
    line-height: 1.25
}

.articles {
    padding: 12px 0 0
}

.articles:after {
    content: "";
    display: table;
    clear: both
}

.article {
    margin: 45px 0 0
}

.article:after {
    content: "";
    display: table;
    clear: both
}

.article:first-child {
    margin-top: 0
}

.article__image {
    float: left;
    width: 75px;
    display: block;
    overflow: hidden
}

.article__image img {
    max-width: 100%
}

.article__info {
    margin: 0 0 0 90px
}

.article__title {
    font-size: 14px;
    line-height: 1.45;
    margin-top: -4px
}

.article__date {
    font-size: 11px;
    color: #388c94;
    margin: 12px 0 0
}

.article__date:first-child {
    margin-top: 0
}

.article__summary {
    margin: 11px 0 0
}

.article__summary:first-child {
    margin-top: 0
}

.article__tags {
    font-size: 11px;
    margin: 10px 0 0
}

.article__tags:first-child {
    margin-top: 0
}

.article__tags a, .article__tags span {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 7px 6px;
    margin: 5px 0 0 6px
}

.article__tags a:first-child, .article__tags span:first-child {
    margin-left: 0
}

.article__tags a:hover {
    text-decoration: underline
}

.articles--press {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
    margin-bottom: -18px
}

.articles--press .article {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 21px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.articles--press .article:nth-child(2n+1) {
    clear: both
}

.articles--press .article__image {
    position: relative;
    width: 150px;
    height: 150px;
    line-height: 149px;
    text-align: center;
    overflow: hidden
}

.articles--press .article__image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #d7d7d7;
    content: ""
}

.articles--press .article__image img {
    vertical-align: middle
}

.articles--press .article__info {
    margin-left: 165px
}

.articles--news {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -28px;
    margin-bottom: -11px
}

.articles--news .article {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 24px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.articles--news .article:nth-child(2n+1) {
    clear: both
}

.articles--news .article__date {
    float: left;
    width: 75px;
    height: 75px;
    line-height: 74px;
    text-align: center;
    background: #cfe5e8;
    overflow: hidden;
    font-size: 14px
}

.articles--news .article__date strong, .articles--news .article__date .strong {
    display: block;
    font-size: 36px;
    line-height: .95
}

.articles--news .article__date-inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
    color: #303030
}

.related-articles__item .article__date {
    margin-top: 0 !important;
    float: left;
    width: 75px;
    height: 75px;
    line-height: 74px;
    text-align: center;
    background: #cfe5e8;
    overflow: hidden;
    font-size: 14px
}

.related-articles__item .article__date strong {
    display: block;
    font-size: 36px;
    line-height: .95
}

.related-articles__item .article__date-inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
    color: #303030
}

.articles--news .article__title {
    margin-top: 1px
}

.articles--consultaions {
    margin-bottom: -4px
}

.articles--consultaions .article {
    float: none;
    width: auto
}

.articles--consultaions .article + .article {
    margin-top: 55px
}

.articles--certificates {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -28px;
    margin-bottom: 20px
}

.articles--certificates .article {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.articles--certificates .article:nth-child(2n+1) {
    clear: both
}

.articles--certificates .article__image {
    position: relative;
    width: 150px;
    height: 150px;
    line-height: 149px;
    text-align: center;
    overflow: hidden
}

.articles--certificates .article__image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.articles--certificates .article__image img {
    vertical-align: middle
}

.articles--certificates .article__info {
    margin-left: 165px
}

.articles--certificates .article__title {
    font-weight: 700;
    font-size: 12px
}

.articles--clients {
    margin-top: 35px
}

.articles--clients .article__title {
    font-size: 12px;
    font-weight: 700
}

.articles--clients .article__image {
    position: relative;
    width: 100px;
    line-height: 100px;
    text-align: center;
    overflow: hidden
}

.articles--clients .article__image img {
    width: 100px
}

.articles--clients .article__info {
    margin-left: 120px
}

.article--details h1, .article--details .title {
    margin-bottom: 23px
}

.article--details .article__date {
    margin-top: 37px
}

.article--details .article__summary {
    margin-top: 21px
}

.article--details .article__summary p {
    margin-top: 20px
}

.article--details .article__summary p:first-child {
    margin-top: 0
}

.article__author {
    float: left;
    width: 150px;
    text-align: center;
    margin: 30px 30px 20px 0
}

.article__author-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 0 16px
}

.article__author-image img {
    max-width: 100%
}

.article__print {
    float: right;
    margin-top: -3px
}

.no-svg .article__print a:after {
    background-image: url("/local/templates/new-rus/img/bg-icon-print.png")
}

.article__share {
    margin-top: 32px
}

.article__share:first-child {
    margin-top: 32px;
    margin-bottom: 32px
}

.gif-banner {
    margin: 25px 0 0;
    text-align: right
}

.gif-banner:first-child {
    margin-top: 0
}

.pager {
    margin: 40px 0 0
}

.pager:first-child {
    margin-top: 0
}

.pager {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.pager * {
    border: 2px solid #eeeef3;
    background-color: #eeeef3;
    text-align: center;
    color: #88888c;
    font-size: 12px;
    font-weight: 700;
    width: 59px;
    height: 59px;
    line-height: 56px;
    margin-right: 2px;
    text-decoration: none;
}

.pager .pager__active,
.pager a:hover {
    background: #fff;
    color: #206c7d;
    border-color: #206c7d;
    text-decoration: none;
}

.section--subscribe {
    padding: 32px 0 33px;
    margin-top: 65px;
    margin-bottom: 47px
}

.section--subscribe:first-child {
    margin-top: 0
}

.section--subscribe .form__items {
    padding: 8px 0 0
}

.section--subscribe .form__item {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 240px
}

.section--subscribe .form__actions {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 16px;
    width: 240px
}

.section--subscribe__left {
    float: left;
    width: 420px
}

#footer .section--subscribe__right {
    float: right;
    width: 600px
}

.section--subscribe__title {
    text-transform: uppercase;
    font-size: 20px;
    color: #388c94;
    line-height: 1.5
}

.section--subscribe__subtitle {
    font-size: 15px
}

.section--highlight.section--calc {
    padding-top: 25px
}

.section--calc {
    margin-top: 15px
}

.section--calc:first-child {
    margin-top: 15px
}

.section--calc + .section {
    margin-top: 57px
}

.section--calc .form__actions {
    margin-top: 30px;
    margin-bottom: -10px
}

.section--calc .title {
    margin-left: -55px
}

.section--calc h1 {
    margin-left: -55px
}

.section--calc__summary {
    line-height: 2
}

.section--calc__summary + .form__items {
    margin-top: 25px
}

.title + .section--calc__summary, h1 + .section--calc__summary {
    margin-top: -18px
}

.section--calc-results {
    display: none
}

.section--calc + .section--calc-results {
    margin-top: 27px
}

.section--calc + .section--calc-results .title {
    margin-bottom: 19px
}

.section--calc + .section--calc-results .title + .table-results {
    margin-top: 19px
}

.section--order-form .result_calc {
    display: none
}

.section--order-form + .section--calc-pay {
    margin-top: 80px
}

.section--calc-pay {
    padding-top: 37px;
    padding-bottom: 30px
}

.section--calc-pay .title {
    float: left;
    width: 240px;
    margin: 0
}

.section--calc-pay .form__actions {
    float: right;
    width: 210px;
    margin: -8px 0 0
}

.section--calc-pay__image {
    float: left;
    width: 540px;
    margin: -10px 0 -10px 30px
}

.clients-summary {
    margin: 0 0 0 35px;
    font-size: 14px;
    line-height: 1.4
}

h1 + .clients-summary, .title + .clients-summary {
    margin-top: -10px
}

.recommendations {
    margin: 0 0 20px
}

.recommendation {
    position: relative;
    margin: 15px 0 0;
    border: 1px solid #dbc7d2
}

.recommendation:first-child {
    margin-top: 0
}

.recommendation img {
    max-width: 100%
}

.recommendations--4 {
    margin: -13px -13px 0
}

.recommendations--4:after {
    content: "";
    display: table;
    clear: both
}

.recommendation {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px;
    margin: 0;
    border: 0
}

.recommendation_half {
    overflow: hidden;
    margin-bottom: 10px
}

.recommendation:nth-child(4n+1) {
    clear: none
}

.recommendation img {
    display: block;
    width: 240px;
    height: 327px;
    border: 1px solid #dbc7d2
}

.recommendation:first-child {
    margin-top: 0
}

.specialists {
    box-sizing: border-box;
    padding: 40px 15px 15px 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1050px
}

.specialists_banks {
    padding-top: 27px
}

.specialists:after {
    content: "";
    clear: both;
    display: block
}

.specialists__title {
    background: #853c74;
    color: #fff;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: -14px;
    left: 32px;
    text-transform: uppercase;
    padding: 0 20px
}

.specialists__title_bank {
    font-size: 20px;
    text-transform: uppercase
}

.specialists__item {
    text-align: center;
    float: left;
    width: 20%
}

.specialists__item_bank {
    height: 148px;
    line-height: 135px
}

.specialists__image {
    margin: 0 0 12px 0
}

.specialists__image_bank {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.inner-block {
    box-sizing: border-box;
    padding: 30px 0 15px 0;
    position: relative;
    margin: 0 auto;
    max-width: 1050px
}

.title + .recommendations--4, h1 + .recommendations--4 {
    margin-top: -19px
}

.contacts {
    margin: 0 0 120px 40px;
    line-height: 2.1
}

.contacts:after {
    content: "";
    display: table;
    clear: both
}

.contacts .map {
    float: left;
    width: 670px;
    height: 300px;
    margin: 0;
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden
}

.contacts p {
    margin: 25px 0 0
}

.contacts p:first-child {
    margin-top: 0
}

.vacancies {
    margin: 75px 0 0
}

.vacancies:first-child {
    margin-top: 0
}

.vacancies__list {
    margin: 37px 0 0 50px;
    border-bottom: 1px solid #e8dfe6;
    padding: 0 0 31px
}

.vacancies__list:first-child {
    margin-top: 0
}

.vacancy {
    border-top: 1px solid #e8dfe6;
    padding: 33px 0 0;
    margin: 31px 0 0
}

.vacancy:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0
}

.vacancy__title {
    font-weight: 700
}

.vacancy__summary {
    margin: 7px 0 0
}

.vacancy__summary:first-child {
    margin-top: 0
}

.vacancy__action {
    margin: 24px 0 0
}

.vacancy__action:first-child {
    margin-top: 0
}

.vacancy__action-button {
    display: none
}

.vacancy__action-button .btn, .vacancy__action-button .file-input__emulator {
    min-width: 240px
}

.vacancy__action-button.active {
    display: block
}

.vacancy__form {
    display: none;
    padding: 10px 0 33px
}

.vacancy__form .title {
    margin-left: -50px
}

.vacancy__form .form--type-1 {
    margin-left: 0
}

.vacancy__form.active {
    display: block
}

.persons {
    margin: 50px 0 0
}

.person {
    margin: 44px 0 0
}

.person img {
    display: block;
    max-width: 100%;
    margin: 0 0 -2px;
    height: auto
}

.person:first-child {
    margin-top: 0
}

.section--search {
    margin-top: 30px
}

.section--search .section__inner {
    padding-top: 10px
}

.section--search .section__inner:after {
    content: "";
    display: table;
    clear: both
}

.section--search .title {
    float: left;
    width: 90px;
    margin: 6px 0 0
}

.section--search .form__items {
    float: left;
    width: 240px;
    margin: 0 0 0 20px
}

.section--search .form__actions {
    float: left;
    width: 240px;
    margin: 0 0 0 20px
}

.form--check-tk .form__items {
    margin-left: 0;
    width: 480px
}

.search-results {
    margin: 30px 0 0;
    border-bottom: 1px solid #bbdbde
}

.search-results:first-child {
    margin-top: 0
}

.search-results + .pager {
    margin-top: 50px
}

.search-result {
    border-top: 1px solid #bbdbde;
    padding: 24px 0 27px
}

.search-result:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0
}

.search-result__title {
    font-size: 14px
}

.search-result__summary {
    margin: 10px 0 0
}

.search-result__summary:first-child {
    margin-top: 0
}

.sitemap {
    margin: -18px -15px;
    padding: 5px 0 60px
}

.sitemap:after {
    content: "";
    display: table;
    clear: both
}

.sitemap__col {
    float: right;
    width: 66.66%
}

.sitemap__col:first-child {
    float: left;
    width: 30.55%
}

.sitemap__col:first-child .sitemap__section {
    width: 100%
}

.sitemap__section {
    float: left;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 18px 0
}

.sitemap__section-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #632d56
}

.sitemap__section-list {
    margin: 15px 0 0 30px
}

.sitemap__section-list:first-child {
    margin-top: 0
}

.sitemap__section-list li {
    margin: 0
}

.sitemap__section-list a {
    color: #388c94;
    text-decoration: none
}

.sitemap__section-list a:hover {
    text-decoration: underline
}

.popup__overlay {
    position: relative
}

.popup__overlay-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: default
}

.popup__overlay-block-title {
    position: absolute;
    top: 70px;
    right: 10px;
    left: 10px;
    font-size: 21px;
    color: #fff
}

.popup__overlay-image img {
    max-width: 100%
}

.popup__overlay-block-title-line {
    display: inline-block;
    background: rgba(99, 45, 86, 0.8);
    padding: 2px 9px 6px;
    line-height: 1.25;
    margin-top: 6px
}

.popup__overlay-block-title-line:first-child {
    margin-top: 0
}

.lt-ie9 .popup__overlay-block-title-line {
    background: url("/local/templates/new-rus/img/bg-activecolor-opacity-80.png") 0 0 repeat
}

.popup__overlay-form {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: rgba(56, 140, 148, 0.8);
    padding: 20px;
    color: #fff
}

.popup__overlay-form:after {
    content: "";
    display: table;
    clear: both
}

.popup__overlay-form .form__title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.popup__overlay-form .form__title:first-child {
    margin-top: -3px
}

.popup__overlay-form .form__error {
    color: #fff
}

.popup__overlay-form .form__items {
    float: left;
    margin-top: 0
}

.popup__overlay-form .form__item {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 16px;
    width: 160px
}

.popup__overlay-form .form__item:first-child {
    margin-left: 0
}

.popup__overlay-form .form__actions {
    float: right;
    margin-top: 0;
    margin-left: 16px
}

.popup__overlay-form .form__actions:first-child {
    margin-left: 0
}

.popup__overlay-form [type='text'] {
    padding: 7px 10px 8px;
    border-radius: 5px;
    border: 0
}

.popup__overlay-form .btn, .popup__overlay-form .file-input__emulator {
    padding: 8px 10px 7px;
    min-width: 120px;
    border-radius: 5px
}

.lt-ie9 .popup__overlay-form {
    background: url("/local/templates/new-rus/img/bg-hovercolor-opacity-80.png") 0 0 repeat
}

.footer {
    background-color: #3a3a3a;
    color: #ccc;
    text-align: center;
    margin: 20px -3000px 0
}

.footer:first-child {
    margin-top: 0
}

.footer:after {
    display: block;
    height: 100px;
    border-top: 1px solid #fff;
    background: #39373a url("/local/templates/new-rus/img/bg-footer.jpg") 0 0 repeat-x;
    content: ""
}

.footer a {
    color: #388c94
}

.footer__inner {
    margin: 0 auto;
    width: 1050px;
    padding: 24px 0 18px
}

.footer__inner:after {
    content: "";
    display: table;
    clear: both
}

.footer__menu {
    margin: 22px 0 0;
    text-transform: uppercase
}

.footer__menu:first-child {
    margin-top: 0
}

.footer__menu li {
    display: inline;
    margin: 0 0 0 5px
}

.footer__menu li:first-child {
    margin-left: 0
}

.footer__menu a {
    text-decoration: none
}

.footer__menu a:hover {
    text-decoration: underline
}

.footer__copyright {
    margin: 16px 0 0;
    font-family: Arial, Helvetica
}

.footer__copyright:first-child {
    margin-top: 0
}

.social {
    font-size: 0
}

.social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px
}

.social li:first-child {
    margin-left: 0
}

.social li.in a:before {
    background-position: 0 0
}

.social li.tw a:before {
    background-position: -35px 0
}

.social li.lj a:before {
    background-position: -70px 0
}

.social li.fb a:before {
    background-position: -105px 0
}

.social li.vk a:before {
    background-position: -140px 0
}

.social li.gl a:before {
    background-position: -175px 0
}

.social li.bl a:before {
    background-position: -210px 0
}

.social li.tb a:before {
    background-position: -245px 0
}

.social a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    text-align: left;
    text-indent: -9999px
}

.social a:before, .social a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/local/templates/new-rus/img/bg-icons-social.svgx") -9999px -9999px no-repeat;
    background-size: 275px 30px;
    content: "";
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.no-svg .social a:before, .no-svg .social a:after {
    background-image: url("/local/templates/new-rus/img/bg-icons-social.png")
}

.popup {
    position: fixed;
    top: -9999px;
    left: 50%;
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 760px;
    min-width: 300px;
    margin: 0 0 0 -380px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility 0 .5s;
    -moz-transition: opacity .5s, visibility 0 .5s;
    transition: opacity .5s, visibility 0 .5s
}

.popup.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

.popup.popup-inview {
    top: 50px
}

.popup__title {
    font-size: 18px;
    color: #388c94;
    margin: 0 0 13px;
    line-height: 1.25
}

.popup__title:first-child {
    margin-top: -5px
}

.popup__footer {
    margin: 38px -30px 0;
    border-top: 1px solid #aaa;
    padding: 30px 30px 0
}

.popup__footer:after {
    content: "";
    display: table;
    clear: both
}

.popup-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility 0 .5s;
    -moz-transition: opacity .5s, visibility 0 .5s;
    transition: opacity .5s, visibility 0 .5s;
    z-index: 99
}

.popup-mask.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

.lt-ie9 .popup-mask {
    background: url("/local/templates/new-rus/img/bg-black-opacity-50.png") 0 0 repeat
}

.popup__timeout {
    position: absolute;
    top: 19px;
    right: 50px;
    font-size: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility 0 .5s;
    -moz-transition: opacity .5s, visibility 0 .5s;
    transition: opacity .5s, visibility 0 .5s
}

.popup__timeout.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

.popup__close {
    position: absolute;
    top: 14px;
    right: 11px;
    width: 20px;
    height: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: left;
    text-indent: -9999px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.popup__close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    background: url("/local/templates/new-rus/img/bg-icon-close.svg") center center no-repeat;
    background-size: contain;
    content: ""
}

.popup__close:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.no-svg .popup__close:before {
    background-image: url("/local/templates/new-rus/img/bg-icon-close.png")
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.5)
}

.lt-ie9 .fancybox-overlay {
    background: url("/local/templates/new-rus/img/bg-black-opacity-50.png") 0 0 repeat
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancybox-skin {
    border-radius: 0;
    background: #fff
}

.fancybox-close {
    position: absolute;
    top: 4px;
    right: 1px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent
}

.fancybox-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    background: url("/local/templates/new-rus/img/bg-icon-close.svg") center center no-repeat;
    background-size: contain;
    content: ""
}

.no-svg .fancybox-close:before {
    background-image: url("/local/templates/new-rus/img/bg-icon-close.png")
}

.captcha__field input[type="text"] {
    width: 71px
}

.captcha__field img {
    height: 37px;
    width: 168px
}

.presslizimage img {
    border-radius: 10px
}

.work-permit-service .service {
    width: 510px
}

.services-indented .service {
    width: 485px
}

.work-permit-service .service a {
    text-decoration: none
}

span.spisok {
    display: inline-block;
    width: 100%
}

.hide_item {
    display: none
}

.rg_table_border {
    border-collapse: collapse;
    border: 1px solid #000;
    width: 100%;
    margin: 0 auto
}

.rg_table_width_auto td {
    width: auto !important
}

.rg_table_border.not_main_border {
    border: 0
}

.rg_table_border td:not(:first-child) {
    border-left: 1px solid #000
}

.rg_table_border tr:not(:first-child) {
    border-top: 1px solid #000
}

.rg_table_middleline {
    margin: 0 auto;
    width: 100%
}

.rg_table_middleline td:not(:first-child) {
    border-left: 1px solid #000
}

.rg_table_middleline td {
    width: 50%;
    padding: 10px
}

.rg_table_border td {
    width: 50%;
    padding: 10px
}

.rg_markup .rg_wrap > p {
    margin-bottom: 20px
}

.profit_rosco_cont {
    margin: 40px 0 0 50px
}

.profit_rosco_cont .left_txt_cont {
    float: left;
    margin-top: 60px
}

.profit_rosco_cont .right_img_cont {
    float: left;
    margin-left: 90px;
    position: relative
}

.left_txt_cont div {
    margin-bottom: 50px
}

.right_img_cont .r_header div {
    display: inline-block;
    font-size: 16px
}

.r_header .head_left {
    font-style: italic;
    color: #79134c
}

.r_header .head_left span {
    font-style: normal;
    color: #000
}

.r_header .head_right {
    font-style: italic;
    color: #000;
    margin-left: 46px
}

.right_img_cont .r_row div, .right_img_cont .r_row img {
    display: inline-block
}

.right_img_cont .r_row {
    margin-top: 28px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 9px
}

.right_img_cont .r_row .left_img {
    margin-left: 5px
}

.right_img_cont .r_row .left_txt {
    width: 70px;
    top: 1px;
    position: relative
}

.right_img_cont .r_row .right_txt {
    top: 1px;
    position: relative
}

.right_img_cont .r_row .right_img {
    margin-left: 90px
}

.right_img_cont .r_row .bot_day {
    top: 5px
}

.contacts__question-wrap {
    margin: 40px 0 0 -40px
}

.contacts__question-wrap .form--type-1 {
    width: 670px
}

.news__title-link {
    color: #388c94;
    text-decoration: none
}

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

.contacts__info {
    float: right;
    width: 271px
}

.left-img-small {
    float: left;
    width: 76px
}

.left-indented-small {
    height: 68px;
    line-height: 68px;
    margin: 0 0 0 106px;
    position: relative;
    width: 555px
}

.left-indented-small p {
    display: inline-block;
    line-height: normal;
    vertical-align: middle
}

.three-blocks {
    margin-top: 25px
}

.three-blocks, .examination-sequence {
    position: relative;
    text-align: justify
}

.three-blocks:after, .examination-sequence:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden
}

.three-blocks__block-1, .three-blocks__block-2, .three-blocks__block-3, .examination-sequence__item, .examination-sequence__arrow {
    display: inline-block;
    text-align: left;
    vertical-align: top
}

.three-blocks__block-2 .three-blocks__img {
    text-align: center
}

.three-blocks__block-1 {
    width: 180px
}

.three-blocks__block-2 {
    width: 170px
}

.three-blocks__block-3 {
    width: 170px
}

.three-blocks__text {
    margin: 30px 0 0 0
}

.left-img-big {
    float: left;
    width: 217px
}

.left-indented-big {
    margin: 0 0 0 270px;
    position: relative
}

.examination-sequence {
    margin-top: 50px
}

.examination-sequence__item {
    width: 170px
}

.examination-sequence__arrow {
    background: url("/local/templates/new-rus/img/bg-arrow-horizontal.png") 0 center no-repeat;
    height: 62px;
    margin-top: 25px;
    width: 40px
}

.examination-sequence__item-text {
    margin-top: 20px
}

.advantages {
    margin: 40px 0 20px 0;
    overflow: hidden
}

.advantages-item {
    box-sizing: border-box;
    float: left;
    min-height: 120px;
    margin: 0 0 56px 0;
    padding: 0 20px 0 0;
    width: 50%
}

.advantages-item__img {
    float: left;
    text-align: center;
    width: 130px
}

.advantages-item__text {
    margin: 0 0 0 160px;
    min-height: 90px;
    line-height: 90px
}

.advantages-item__text > div {
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.inner-header {
    color: #303030;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal
}

.block-404 {
    margin: 0 0 95px 0;
    height: 200px;
    line-height: 200px;
    position: relative
}

.block-404__image {
    background: url("/local/templates/new-rus/img/404-rosco.png") 0 center no-repeat;
    background-size: cover;
    height: 200px;
    position: absolute;
    width: 200px
}

.block-404__title {
    color: #651c4c;
    display: inline-block;
    font-family: Ubuntu;
    font-weight: 300;
    font-size: 93px;
    line-height: 93px;
    padding: 0 0 0 242px;
    vertical-align: middle
}

.block-404__title b {
    font-weight: 700
}

.block-404__title-text {
    font-size: 24px;
    line-height: 24px;
    margin: 37px 0 0 0
}

.w40 {
    width: 40px !important
}

.left-img-small_width_143 {
    width: 143px
}

.left-img-small_width_141 {
    width: 141px
}

.left-indented-small_margin-left_182 {
    margin-left: 182px;
    width: 585px;
    font-size: 13px
}

.left-indented-small_padding-left_185 {
    padding-left: 185px;
    margin: 0;
    font-size: 13px
}

.left-indented-small_width_100 {
    box-sizing: border-box;
    width: 100%
}

.left-indented-small_width_100 b {
    font-size: 14px
}

.left-indented-big_margin-left_283 {
    margin-left: 283px;
    padding-top: 38px;
    font-size: 13px
}

.block-5-items {
    display: table;
    width: 100%;
    margin: 65px 0 64px 0
}

.block-5-items__item {
    display: table-cell;
    width: 20%;
    text-align: center
}

.block-5-items__text {
    margin-top: 25px
}

.left-indented-small_height_102 {
    height: 120px;
    line-height: 102px
}

.sequence-change-name .examination-sequence__item {
    text-align: center
}

.sequence-change-name .examination-sequence__item-text {
    margin-top: 60px;
    text-align: left
}

.sequence-without-arrow .examination-sequence__item {
    width: 250px
}

.target {
    background: url("/local/templates/new-rus/pic/target.png") 0 0 no-repeat;
    font-size: 14px;
    width: 390px;
    margin: 80px auto 60px auto;
    font-weight: bold;
    padding: 0 0 0 115px;
    height: 80px;
    line-height: 80px
}

.target p {
    vertical-align: bottom;
    line-height: normal;
    display: inline-block
}

.btn--calc {
    background: url("/local/templates/new-rus/img/bg-icon-calc-new.png") 100% 0 no-repeat !important;
    height: 52px;
    margin-top: -4px;
    padding-top: 13px;
    box-sizing: border-box;
    padding-right: 85px;
    text-transform: none;
    font-size: 16px
}

.sequence-narrow {
    width: 930px;
    margin-left: auto;
    margin-right: auto
}

.width127 {
    width: 127px
}

.margin-left170 {
    margin-left: 170px
}

.small-text {
    color: #303030
}

.three-blocks-zero-accounting {
    margin: 45px 0 0 0;
    text-align: center
}

.three-blocks-zero-accounting__item {
    display: inline-block;
    margin: 0 0 0 60px;
    width: 273px;
    text-align: center;
    vertical-align: top
}

.three-blocks-zero-accounting__item:first-child {
    margin-left: 0
}

.three-blocks-zero-accounting__image {
    margin: 0 0 22px 0
}

.zero-accounting-sequence {
    margin: 65px auto 0 auto;
    min-height: 46px;
    width: 942px;
    word-spacing: -5px
}

.zero-accounting-sequence * {
    word-spacing: normal
}

.zero-accounting-sequence__item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 25%
}

.zero-accounting-sequence__item:first-child {
    width: 220px;
    padding-left: 34px
}

.zero-accounting-sequence__item:first-child + .zero-accounting-sequence__item {
    width: 251px;
    padding-left: 31px
}

.zero-accounting-sequence__item:first-child + .zero-accounting-sequence__item + .zero-accounting-sequence__item {
    width: 235px;
    padding-left: 30px
}

.zero-accounting-sequence__item:first-child + .zero-accounting-sequence__item + .zero-accounting-sequence__item + .zero-accounting-sequence__item {
    width: 235px;
    padding-left: 34px
}

.zero-accounting-sequence__image {
    box-sizing: border-box;
    height: 71px;
    line-height: 61px;
    margin: -29px 0 22px 0;
    padding: 0 0 10px 0;
    text-align: center
}

.zero-accounting-sequence__image img {
    vertical-align: bottom
}

.zero-accounting-sequence__text {
    text-align: center
}

.zero-accounting-list {
    margin: 0 auto;
    width: 705px
}

ul.zero-accounting-list li {
    margin-top: 15px;
    margin-left: 30px
}

ul.zero-accounting-list li:before {
    background: url("/local/templates/new-rus/img/bg-list-item-za.png") 0 0 no-repeat;
    height: 21px;
    margin-left: -31px;
    top: 0;
    width: 22px
}

.fs16 {
    font-size: 16px
}

.directions {
    box-sizing: border-box;
    margin-top: 27px;
    margin-bottom: -27px;
    overflow: hidden;
    padding-left: 90px;
}

.directions__item {
    float: left;
    margin: 0 0 27px 0;
    min-height: 50px;
    line-height: 50px;
    position: relative;
    width: 50%;
}

.directions__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
}

.directions__text {
    display: inline-block;
    line-height: normal;
    padding: 0 0 0 70px;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.three-cols {
    margin: 45px 0 -45px 0
}

.three-cols__item {
    display: inline-block;
    margin: 0 0 45px 0;
    width: 33%;
    text-align: center;
    vertical-align: top;
    position: relative
}

.three-cols__item-inner {
    display: inline-block;
    width: 250px;
    position: relative
}

.three-cols__img {
    margin: 0 0 16px 0
}

.big-blue-link {
    color: #388c94;
    text-transform: uppercase
}

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

.record-keeping-type {
    display: inline-block;
    padding: 0 0 0 55px;
    position: relative;
    width: 250px;
    min-height: 42px;
    margin-bottom: 20px
}

.uvelich-rass .record-keeping-type {
    margin-bottom: 29px
}

.icon-record-keeping {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 42px
}

.icon-record-keeping_1 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-1.svg")
}

.icon-record-keeping_2 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-2.svg")
}

.icon-record-keeping_3 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-3.svg")
}

.icon-record-keeping_4 {
    background-image: url("/local/templates/new-rusimg/vedenie-badge-4.svg")
}

.icon-record-keeping_4_1 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-4-1.svg")
}

.icon-record-keeping_5 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-5.svg")
}

.icon-record-keeping_6 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-6.svg")
}

.icon-record-keeping_7 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-7.svg")
}

.icon-record-keeping_8 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-8.svg")
}

.icon-record-keeping_9 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-9.svg");
    height: 42px
}

.icon-record-keeping_10 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-10.svg")
}

.icon-record-keeping_11 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-11.svg")
}

.icon-record-keeping_12 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-12.svg")
}

.icon-record-keeping_13 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-13.svg")
}

.icon-record-keeping_13_1 {
    background-image: url("/local/templates/new-rus/img/vedenie-badge-13-1.svg")
}

.icon-record-keeping_15 {
    background-image: url("/local/templates/new_rus/img/zero-accounting/surrender-of-zero-accounts-to-pfr.svg");
}

.icon-record-keeping_16 {
    background-image: url("/local/templates/new_rus/img/zero-accounting/zero-reporting-in-fss.svg");
}

.icon-record-keeping_17 {
    background-image: url("/local/templates/new_rus/img/zero-accounting/zero-accounting.svg");
}

.icon-record-keeping_18 {
    background-image: url("/local/templates/new_rus/img/zero-accounting/zero-reporting-usn.svg");
}

.icon-record-keeping_19 {
    background-image: url("/local/templates/new_rus/img/zero-accounting/zero-reporting-in-fss.svg");
}

.icon-record-keeping_20 {
    background-image: url("/local/templates/new_rus/img/zero-accounting/zero-reporting-ip.svg");
}

.icon-record-keeping_21 {
    background-image: url("/local/templates/new_rus/img/zero-accounting/zero-based-reporting-ooo-to-ocno.svg");
}

.icon-record-keeping_22 {
    background-image: url("/local/templates/new_rus/img/zero-accounting/zero-reporting-ooo.svg");
}

.icon-audit_1 {
    background-image: url("/local/templates/new-rus/img/audit-badge-1.svg")
}

.icon-audit_2 {
    background-image: url("/local/templates/new-rus/img/audit-badge-2.svg")
}

.icon-audit_3 {
    background-image: url("/local/templates/new-rus/img/audit-badge-3.svg")
}

.icon-audit_4 {
    background-image: url("/local/templates/new-rus/img/audit-badge-4.svg")
}

.icon-audit_5 {
    background-image: url("/local/templates/new-rus/img/audit-badge-5.svg")
}

.icon-audit_6 {
    background-image: url("/local/templates/new-rus/img/audit-badge-6.svg")
}

.icon-audit_7 {
    background-image: url("/local/templates/new-rus/img/audit-badge-7.svg")
}

.icon-audit_8 {
    background-image: url("/local/templates/new-rus/img/audit-badge-8.svg")
}

.audit-service {
    line-height: 42px
}

.audit-service__inner {
    display: inline-block;
    line-height: normal;
    text-decoration: underline;
    vertical-align: middle
}

.width149 {
    width: 149px
}

.margin-left176 {
    margin-left: 176px
}

ul.list-with-arrow li:before {
    background: url("/local/templates/new-rus/img/bg-list-item-arrow.svg") 0 2px no-repeat;
    background-size: contain;
    height: 19px;
    margin-left: -29px;
    width: 28px
}

ul.list-with-big-img {
    margin-left: 160px
}

ul.list-with-big-img li {
    background-repeat: no-repeat;
    min-height: 76px;
    line-height: 76px;
    margin-bottom: 30px;
    position: relative
}

ul.list-with-big-img.list-with-big-img_image-size_middle li {
    line-height: 50px;
    min-height: 50px
}

ul.list-with-big-img li img {
    position: absolute;
    left: 0;
    top: 0
}

ul.list-with-big-img li .img-list {
    position: absolute;
    left: 0;
    top: 0
}

ul.list-with-big-img li span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    padding-left: 107px
}

ul.list-with-big-img.list-with-big-img_image-size_middle li span {
    padding-left: 85px
}

ul.list-with-big-img li:before {
    display: none
}

ul.list-with-arrow-new {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 34px
}

ul.list-with-arrow-new li:before {
    background: url("/local/templates/new-rus/img/bg-list-item-arrow.svg") 0 2px no-repeat;
    background-size: contain;
    height: 19px;
    margin-left: -33px;
    margin-right: 14px;
    width: 18px
}

.three-cols_img-height .three-cols__img {
    min-height: 45px;
    line-height: 45px
}

.three-cols_img-height .three-cols__img img {
    vertical-align: bottom
}

.margin-left25p {
    margin-left: 25%
}

.width165 {
    width: 165px
}

.margin-top35 {
    margin-top: 35px
}

.margin-left193 {
    margin-left: 193px
}

.margin-left250 {
    margin-left: 250px
}

.horizontal-line573 {
    background: #388c94;
    height: 1px;
    margin: 0 auto 25px auto;
    width: 573px
}

.margin-left16p {
    margin-left: 16.5%
}

.service__title_toggle {
    position: relative
}

.service__title-arrow {
    border-top: 14px solid #388c94;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 0
}

.service__title_open .service__title-arrow {
    border-top: 0;
    border-bottom: 14px solid #388c94;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent
}

.service__dropdown {
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    background: #fff;
    display: none;
    margin: 5px 0 0 0;
    padding: 20px 19px 20px 65px;
    line-height: 16px;
    position: absolute;
    top: 100%;
    right: -20px;
    left: -20px;
    z-index: 90;
    text-transform: none
}

.service__title_open .service__dropdown {
    display: block
}

.service__dropdown:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 19px;
    right: 19px;
    height: 1px;
    background: #d7d7d7
}

.service__dropdown ul {
    margin: 0
}

.service__dropdown li {
    margin-top: 12px
}

.service__dropdown li:before {
    display: none
}

.description-wrapper {
    margin: 30px 0 0 0
}

.description-block {
    box-sizing: border-box;
    margin: 0 0 30px 0
}

.description-block__inner {
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 25px 19px 13px 19px
}

.description-block_width_50p {
    float: left;
    width: 50%
}

.description-block_left {
    padding-right: 15px
}

.description-block_right {
    padding-left: 15px
}

.article-services:focus, .col-right-as-menu__inner:focus, .col-right-as-menu:focus {
    outline: 0
}

.col-right-as-menu__inner {
    height: 100%;
    overflow: inherit;
    position: relative;
}

.article-services {
    box-sizing: border-box
}

.article-services__inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #878787;
    border-radius: 4px;
    padding: 16px 10px
}

/*.article-services__title {
    color: #8e4675;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase
}*/

.article-services__item {
    color: #303030;
    display: block;
    margin: 12px 0 0 0;
    position: relative;
    text-decoration: none
}

.article-services__img {
    width: 43px;
    position: absolute;
    padding-top: 5px
}

.article-services__text {
    text-decoration: underline;
    text-transform: uppercase
}

.article-services__decr {
    padding: 0 0 12px 0;
    margin-left: 53px
}

.article-services__decr a {
    text-decoration: none
}

.article-services__price {
    font-size: 14px;
    font-style: italic;
    font-weight: bold
}

.related-articles {
    margin: 45px 0 0 0
}

.related-articles__items {
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
    padding: 20px 0 0 0
}

.related-articles__item {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 30px 0;
    min-height: 75px;
    width: 49%;
    padding: 0 20px 0 0;
    position: relative;
    vertical-align: top
}

.related-articles__img {
    position: absolute;
    width: 75px
}

.related-articles__title {
    padding: 0 0 0 85px
}

.related-articles__date {
    color: #388c94;
    font-size: 11px
}

.closing-advantages {
    margin: 0 auto;
    width: 825px
}

.closing-advantages__items {
    border-bottom: 1px solid #388c94;
    margin: 50px 0 35px 0
}

.closing-advantages__item {
    border-top: 1px solid #388c94;
    padding: 20px 0 20px 0;
    position: relative;
    line-height: 94px
}

.closing-advantages__image {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    padding: 0 0 0 15px
}

.closing-advantages__text {
    padding: 0 0 0 212px;
    line-height: normal
}

.closing-advantages_indented_img .closing-advantages__image {
    padding-left: 0;
    margin-left: -15px
}

.width292 {
    width: 292px
}

.margin-left330 {
    margin-left: 330px
}

.cng-req {
    margin: 0 auto;
    overflow: hidden;
    width: 734px
}

.cng-req__item {
    float: left;
    margin: 33px 0 0 0;
    text-align: center;
    width: 50%
}

.cng-req__item-inner {
    display: inline-block;
    line-height: 64px;
    min-height: 64px;
    position: relative;
    text-align: left;
    width: 300px
}

.cng-req__img {
    position: absolute
}

.cng-req__text {
    display: inline-block;
    line-height: normal;
    padding: 0 0 0 88px;
    vertical-align: middle
}

.width800 {
    margin: 0 auto;
    width: 800px
}

.width900 {
    margin: 0 auto;
    width: 900px
}

.rosco-adv-table {
    margin: 0 0 40px 0
}

.rosco-adv-table tr {
    border-bottom: 1px solid #d9d9d9
}

.rosco-adv-table tr:first-child {
    border-bottom: 0
}

.rosco-adv-table tr:first-child td {
    height: auto
}

.rosco-adv-table td {
    height: 75px;
    vertical-align: middle
}

.rosco-adv-table td:first-child {
    padding-left: 18px
}

.desktop-hide {
    display: none
}

.dz-step {
    padding-left: 62px;
    margin: 25px 0 0 0
}

.dz-step__inner {
    margin: 0 0 25px 0;
    line-height: 63px;
    min-height: 63px;
    position: relative
}

.dz-step__img {
    position: absolute
}

.dz-step__text {
    display: inline-block;
    line-height: normal;
    padding: 0 0 0 102px;
    vertical-align: middle
}

.dz-note {
    position: relative;
    min-height: 30px;
    padding-left: 55px;
    margin-bottom: 20px
}

.dz-note:before {
    background: url("/local/templates/new-rus/img/bg-dz-gal.svg") 0 50% no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 25px;
    width: 39px;
    margin-top: -13px
}

.dz-note-important {
    position: relative;
    min-height: 36px;
    padding-left: 55px;
    display: inline-block;
    text-align: left
}

.dz-note-important:before {
    background: url("/local/templates/new-rus/pic/dz-vz.svg") 0 0 no-repeat;
    background-size: contain;
    height: 36px;
    width: 36px;
    position: absolute;
    content: '';
    left: 0;
    top: 0
}

.header-new__address {
    top: 0;
    right: 32px;
    height: 20px;
    line-height: 20px;
    position: static;
    padding: 0;
    background-color: transparent;
    color: #303030;
    font-size: 14px;
    font-weight: 500
}

.header-new__address a {
    color: #303030;
    text-decoration: none
}

.show-services-menu {
    display: none
}

.width84 {
    width: 84px;
    margin-left: 18px
}

.margin-left136 {
    margin-left: 136px
}

.vhod-steps {
    width: 856px;
    margin: 0 0 0 70px
}

.vhod-steps__item {
    position: relative;
    min-height: 82px;
    line-height: 105px;
    margin: 0 0 64px 0
}

.vhod-steps__img {
    width: 104px;
    margin-left: -13px;
    position: absolute
}

.vhod-steps_big_img .vhod-steps__img {
    width: 149px;
    margin-left: 0
}

.vhod-steps__text {
    display: inline-block;
    line-height: normal;
    padding-left: 138px;
    vertical-align: middle
}

.vhod-steps_big_img .vhod-steps__text {
    padding-left: 190px
}

.width100 {
    width: 100px
}

.vhod-adv {
    margin-top: 60px
}

.vhod-adv .directions__item {
    line-height: 76px;
    min-height: 76px
}

.vhod-adv .directions__text {
    padding-left: 82px
}

ul.galochka-list {
    margin-left: 60px
}

ul.galochka-list li:before {
    background: url("/local/templates/new-rus/img/bg-ra-g.svg") 0 0 no-repeat;
    height: 40px;
    width: 40px;
    margin-left: -60px;
    background-size: contain;
    margin-right: 20px;
    position: absolute
}

ul.galochka-list li {
    min-height: 40px;
    line-height: 40px
}

ul.galochka-list li span {
    line-height: normal;
    display: inline-block
}

.expander {
    color: #fff;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 16px;
    height: 16px;
    padding: 4px;
    background: #388c94;
    z-index: 99999;
    cursor: pointer;
    text-align: center;
    line-height: 16px
}

.expander:before {
    content: "+"
}

.expand-on:before {
    content: "-"
}

.neighborhood {
    margin: 30px 0;
    overflow: hidden
}

.neighborhood__prev {
    float: left
}

.neighborhood__next {
    float: right
}

.dz-step_small-icon .dz-step__inner img {
    height: 54px;
    width: 54px
}

.service_h {
    display: inline-block;
    width: 330px;
    margin: 0 30px 0 0;
    vertical-align: top
}

.margin-left100 {
    margin-left: 100px
}

.margin-left120 {
    margin-left: 120px
}

.padding-left88 {
    padding-left: 88px
}

.padding-left110 {
    padding-left: 110px
}

.padding-left140 {
    padding-left: 140px
}

.padding-left160 {
    padding-left: 160px
}

.padding-left55 {
    padding-left: 55px
}

.margin-left33p {
    margin-left: 33%
}

.dl-stage {
    margin: 33px 0 0 0;
    width: 100%
}

.dl-stage__inner {
    margin: 16px 0 7px 27px
}

.dl-stage__line {
    margin: 10px 0;
    width: 308px;
    height: 1px;
    background: #388c94
}

.dl-note {
    color: #388c94;
    font-style: italic
}

.dl-padding-left110 {
    padding: 0 0 0 110px
}

.paff-img {
    box-sizing: border-box;
    float: left;
    height: 88px;
    padding-top: 10px;
    width: 100px
}

.width45p {
    width: 45%
}

.title-underline {
    border-bottom: 2px solid #388c94;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 18px;
    display: inline-block
}

.width24p {
    width: 24%
}

.materials {
    position: relative;
    width: 100%
}

.materials__title {
    color: #388c94;
    display: block;
    font-size: 15px;
    letter-spacing: .07em;
    min-height: 21px;
    position: relative;
    padding: 0 0 0 32px;
    text-transform: uppercase;
    text-decoration: none
}

.materials__title_press {
    padding-left: 37px
}

.materials__title:before {
    background: url("/local/templates/new-rus/img/bg-icon-materials.svg") 0 0 no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-size: contain
}

.materials__title_press:before {
    background: url("/local/templates/new-rus/img/bg-icon-press-newest.svg") 0 0 no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 31px;
    width: 32px;
    background-size: contain
}

.materials__inner {
    margin: 10px -25px 0 -25px;
    overflow: hidden
}

.material {
    box-sizing: border-box;
    float: left;
    margin: 20px 0 0 0;
    min-height: 66px;
    padding: 0 25px 0 25px;
    position: relative;
    width: 33%
}

.material__date {
    background: #ebeded;
    height: 66px;
    position: absolute;
    top: 0;
    left: 25px;
    text-align: center;
    text-decoration: none;
    width: 66px
}

.material__date strong {
    font-size: 24px
}

.material__title {
    margin: 0 0 0 78px;
    height: 85px;
    border-bottom: 1px solid #ececec
}

.strong {
    font-weight: bold
}

.important {
    background: #deebe9;
    padding: 10px 16px 15px 16px
}

.important__title {
    color: #000;
    font-weight: bold
}

.arrow-link {
    display: inline-block;
    padding-left: 15px;
    position: relative
}

.arrow-link:before {
    content: "\2192";
    position: absolute;
    top: 0;
    left: 0
}

.mini-form {
    border: 2px solid #9bc5c9;
    margin: 20px 0 0 0;
    padding: 10px
}

.mini-form__title {
    color: #388c94;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px
}

.mini-form__description {
    color: #867c7c;
    line-height: 14px;
    margin-bottom: 10px
}

.mini-form__input {
    border-color: #9bc5c9 !important;
    border-radius: 0 !important;
    padding: 7px !important
}

.btn_right-angle {
    margin: 15px 0 0 0;
    font-size: 11px !important;
    width: 160px !important
}

.margin-left70 {
    margin-left: 70px
}

.prettytable, .prettytable-2rows-colored {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
    margin: 0 0 10px;
    font-size: 13px
}

.prettytable td, .prettytable th, .prettytable-2rows-colored td, .prettytable-2rows-colored th {
    border: 1px #000 solid;
    padding: 2px 4px
}

.prettytable th, .prettytable tr:first-child td, .prettytable-2rows-colored th, .prettytable-2rows-colored tr:first-child td, .prettytable-2rows-colored tr:nth-child(2) td {
    background: #deebe9;
    font-weight: bold;
    text-align: center;
    vertical-align: middle
}

.prettytable td:nth-child(n+2) {
    text-align: center
}

.section--highlight .form__actions a.btn--link {
    padding-right: 50px;
    position: relative;
    margin-left: 72px
}

.section--highlight .form__actions a.btn--link:after {
    content: "";
    background: url("/local/templates/new-rus/img/bg-calc-cost.svg") 0 0 no-repeat;
    position: absolute;
    top: -10px;
    right: 0;
    height: 34px;
    width: 34px;
    background-size: cover
}

.section--highlight .form__actions a.btn--link:hover:after {
    background-image: url("/local/templates/new-rus/img/bg-calc-cost-hover.svg")
}

.margin-left150 {
    margin-left: 150px
}

.hhu {
    float: left;
    width: 50%
}

ul.directions {
    margin-left: 0
}

ul.directions li:before {
    display: none
}

ul.three-cols {
    margin-left: 0
}

ul.three-cols li:before {
    display: none
}

ul.vbu-list {
    margin: 40px auto;
    width: 435px;
    padding-left: 62px
}

ul.vbu-list li:before {
    margin-left: -62px;
    margin-right: 32px;
    background-image: url("/local/templates/new-rus/img/vbu-gal.svg");
    height: 23px;
    width: 29px;
    top: 4px;
    background-size: cover
}

.width265 {
    width: 265px
}

.width40p {
    width: 40%
}

.margin-left20p {
    margin-left: 20%
}

.smile-list {
    margin-left: 0
}

.smile-list li {
    padding-left: 60px;
    position: relative;
    line-height: 29px;
    min-height: 29px
}

.smile-list li img {
    position: absolute;
    left: 0;
    top: 0
}

.smile-list li:before {
    display: none
}

.padding-left200 {
    padding-left: 200px
}

.li-top-24 li {
    margin-top: 24px
}

.list-with-img {
    margin-left: 0
}

.list-with-img .list-with-img__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 103px;
    text-align: center
}

.list-with-img__inner {
    display: inline-block;
    line-height: normal;
    vertical-align: middle
}

.list-with-img li {
    margin-top: 25px;
    line-height: 90px;
    min-height: 90px;
    padding-left: 110px;
    position: relative
}

.list-with-img li:before {
    display: none
}

.button-up {
    background-image: url("/local/templates/new-rus/img/button-up-inactive.svg");
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: -82px;
    height: 72px;
    width: 72px;
    opacity: .6;
    background-size: contain
}

.button-up_left {
    left: -82px;
    right: auto
}

.button-up_active {
    background-image: url("/local/templates/new-rus/img/button-up-active.svg");
    right: -151px;
    width: 140px;
    height: 70px;
    background-size: cover
}

.button-up_left.button-up_active {
    left: -151px;
    right: auto
}

.button-up_fixed {
    position: fixed;
    bottom: 20px
}

.button-up_left.button-up_fixed {
    left: auto
}

.pii-block {
    margin: 40px 0 0 48px
}

.pii-arrow-list {
    margin: 24px 0 0 36px
}

.pii-arrow-list li {
    margin-top: 24px
}

.pii-arrow-list li:before {
    background-image: url("/local/templates/new-rus/pic/pii-arrow.svg");
    height: 14px;
    width: 16px;
    margin-right: 20px;
    margin-left: -36px;
    background-size: cover
}

.margin-left90 {
    margin-left: 90px
}

.block-with-smile {
    min-height: 30px;
    padding: 0 0 0 57px;
    position: relative
}

.block-with-smile:before {
    content: "";
    background: url("/local/templates/new-rus/pic/pii-smile.svg") 0 4px no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 28px
}

.width55p {
    width: 55%
}

.language-wrapper {
    position: absolute;
    height: 116px;
    width: 100%;
    top: 0
}

.sheet-a4 {
    margin: 20px 0;
    border: 1px solid #000;
    padding: 1cm;
    width: 200mm;
    min-height: 297mm;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sheet-a4 p {
    margin-top: 10px !important
}

.sheet-a4 p:first-child {
    margin-top: 0 !important
}

.sheet-a4-horizontal {
    margin: 20px 0;
    border: 1px solid #000;
    padding: 1cm;
    height: 200mm;
    width: 297mm;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.kinetic-scroll {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.padding-left120 {
    padding-left: 120px
}

.directions_width_50p {
    width: 50%;
    padding-left: 0;
    margin: 40px 0;
    float: left
}

.margin-left-50 {
    margin-left: -50px
}

.margin-left-44 {
    margin-left: -44px
}

.margin-left-57 {
    margin-left: -57px
}

.margin-left-27 {
    margin-left: -27px
}

.directions.margin-left-27 {
    margin-left: -27px !important
}

.margin-left-30 {
    margin-left: -30px
}

.margin-left-80 {
    margin-left: -80px
}

.margin-left30p {
    margin-left: 30%
}

.margin-left30p.service:before {
    display: none
}

.margin-left200 {
    margin-left: 200px
}

.margin-left110 {
    margin-left: 110px
}

.margin-left88 {
    margin-left: 88px
}

.margin-left80 {
    margin-left: 80px
}

.margin-left160 {
    margin-left: 160px
}

.margin-left220 {
    margin-left: 220px
}

.margin-left236 {
    margin-left: 236px
}

.padding-left47 {
    padding-left: 47px
}

.padding-left77 {
    padding-left: 77px
}

.padding-left67 {
    padding-left: 67px
}

.padding-left93 {
    padding-left: 93px
}

.padding-left81 {
    padding-left: 81px
}

.padding-left102 {
    padding-left: 102px
}

.fixed {
    position: fixed !important;
    top: 0;
    z-index: 500;
    width: 100%
}

.services-menu-top.fixed {
    top: 31px;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.interesting {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 15px 0;
    position: relative;
    margin: 0 auto;
    max-width: 1050px
}

.interesting__title {
    color: #388c94;
    text-transform: uppercase;
    font-size: 20px;
    margin: 40px 0 40px 25px
}

.interesting__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #303030;
    display: block;
    float: left;
    margin: 0 0 30px 0;
    min-height: 40px;
    padding: 0 25px 0 25px;
    position: relative;
    width: 33%;
    text-decoration: none
}

.interesting__image {
    position: absolute;
    top: 0;
    left: 25px
}

.interesting__text {
    margin: -3px 0 0 59px;
    text-transform: uppercase;
    min-height: 65px
}

.interesting__text span {
    text-decoration: underline
}

.interesting__item:hover .interesting__text span {
    color: #388c94
}

.interesting__price {
    font-size: 12px;
    font-weight: bold;
    text-transform: lowercase;
    margin-top: 10px;
    font-style: italic
}

.normal-list {
    list-style: disc
}

.normal-list li:before {
    display: none
}

ul.list-with-arrow-new_big-indent {
    margin-left: 54px;
    margin-top: 35px;
    margin-bottom: 35px
}

ul.list-with-arrow-new_big-indent li {
    margin-bottom: 27px
}

ul.list-with-arrow-new_big-indent li:before {
    margin-left: -54px;
    margin-right: 35px
}

.get-price {
    background: #3b9da6 url("/local/templates/new-rus/img/bg-get-price-button-gal.png") 110px 50% no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding-left: 17px;
    position: absolute;
    top: -7px;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 140px
}

.get-price:hover {
    background-color: #62b1b8
}

.top-buttons {
    position: absolute;
    top: -7px;
    right: 0;
    width: 290px;
    overflow: hidden
}

.top-buttons__item {
    background-color: #3b9da6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 10px;
    padding-left: 17px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 140px
}

.top-buttons__item:after {
    content: "";
    background: url("/local/templates/new-rus/img/bg-get-price-button-gal.png") 0 0 no-repeat;
    position: absolute;
    top: 14px;
    right: 12px;
    height: 8px;
    width: 17px
}

.top-buttons__item:first-child {
    margin-left: 0
}

.top-buttons__item:hover {
    background-color: #62b1b8
}

.top-buttons__item_color_purple {
    background-color: #632d56
}

.top-buttons__item_color_purple:hover {
    background-color: #8e4675
}

.h1-wrapper {
    position: relative;
    margin: 25px 0 33px;
    padding-right: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.width49p {
    width: 49%
}

.section + .section--discount {
    margin-top: 52px
}

.section--discount {
    background-color: #f3f2f1;
    margin-left: -3000px;
    margin-right: -3000px;
    padding: 23px 0 14px
}

.section--discount .section__inner {
    width: 940px;
    margin: 0 auto
}

.discount-card {
    background: transparent url("/local/templates/new-rus/img/bg-card-discount.png") 0 0 no-repeat;
    height: 161px;
    padding: 0 0 0 248px
}

.discount-card__title, .discount-card__subtitle {
    color: #388c94;
    font-size: 20px;
    line-height: 22px;
    padding-top: 25px;
    text-transform: uppercase
}

.discount-card__subtitle {
    font-size: 14px;
    line-height: 16px;
    padding-top: 15px;
    text-transform: none
}

.discount-card__phone {
    color: #303030;
    font-size: 14px;
    font-style: italic;
    padding-top: 36px
}

.menu-main_new .header-new__language {
    display: none
}

.nalog-table td {
    height: 30px;
    padding-bottom: 5px
}

.nalog-tabel__first-col {
    font-size: 11px;
    width: 387px
}

.nalog-tabel__second-col {
    text-align: center;
    width: 58px
}

.nalog-tabel__third-col {
    width: 252px
}

td.nalog-table__col-title {
    font-size: 10px;
    padding-bottom: 0
}

.dashed-cells {
    border: 1px dashed #000;
    overflow: hidden
}

.dashed-cells__item {
    border-left: 1px dashed #000;
    float: left;
    height: 15px;
    line-height: 15px;
    width: 15px;
    text-align: center
}

.dashed-cells__item:first-child {
    border-left: 0
}

.consequences-wrapper {
    padding-left: 85px
}

.consequences {
    background-color: #f7f5f5;
    margin: 48px 0 45px 0;
    padding: 25px 208px 25px 75px
}

.consequences__title {
    color: #853c74;
    text-transform: uppercase
}

.consequences__inner {
    padding-left: 12px
}

.consequence {
    border: 1px solid #853d73;
    border-radius: 7px;
    margin: 20px 0;
    min-height: 110px;
    line-height: 110px;
    position: relative;
    max-width: 660px
}

.consequence__image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 150px
}

.consequence__description {
    display: inline-block;
    line-height: normal;
    margin-left: 150px;
    vertical-align: middle
}

.consequence__title {
    color: #853c74;
    margin-bottom: 11px;
    text-transform: uppercase
}

.popular-questions__item {
    margin-bottom: 35px
}

.popular-questions__question {
    font-style: italic;
    margin-bottom: 12px
}

.popular-questions__answer {
    padding-left: 23px;
    position: relative
}

.popular-questions__answer:before {
    background: #231f20;
    border-right: 1px solid #918f8f;
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 2px;
    width: 13px
}

.table-with-banners {
    width: 100%;
    border-collapse: collapse
}

.table-with-banners td, .table-with-banners th {
    border: 1px solid #dce7ed;
    vertical-align: middle;
    padding: 0
}

.table-with-banners th {
    padding: 10px
}

.table-with-banners td:first-child {
    text-align: center
}

.table-with-banners td label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    width: 100%
}

.article-banner {
    border: 1px solid #beb3bf;
    margin: 20px 0;
    width: 100%
}

.article-banner img {
    max-width: 100%
}

.article-banner__mobile {
    display: none
}

.akcii-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1050px;
    padding: 35px 15px 0 15px
}

.akcii {
    margin: 0 -25px
}

.akcii-title {
    color: #388c94;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.akcii-all {
    padding-bottom: 15px;
    position: relative;
    text-align: right;
    top: -18px;
    color: #388c94
}

.akcii-all a {
    color: #388c94
}

.akcii:after {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.akcii__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 48px;
    padding: 0 25px;
    width: 50%
}

.akciya {
    height: 100%;
    position: relative
}

.akciya:after {
    content: "";
    background-color: #d7d8d2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 64px;
    height: 1px
}

.akcii-wrapper .akciya:after {
    left: 0
}

.akciya__name {
    color: #632d56;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 12px;
    text-decoration: none
}

.akciya__inner {
    min-height: 74px;
    position: relative
}

.akciya__img {
    position: absolute;
    top: 14px;
    left: 0;
    height: 48px;
    width: 48px;
    text-indent: -9999px;
}

.akciya__img_current {
    background: url('/local/templates/new-rus/img/img-akciya-current.svg') 0 0 no-repeat;
    background-size: contain
}

.akciya__img_new {
    background: url('/local/templates/new-rus/img/img-akciya-new.svg') 0 0 no-repeat;
    background-size: contain
}

.akciya__img_closed {
    background: url('/local/templates/new-rus/img/img-akciya-closed.svg') 0 0 no-repeat;
    background-size: contain
}

.akciya__description {
    margin-left: 64px;
    padding-bottom: 12px
}

.akciya__date {
    color: #3b9da6;
    font-size: 12px
}

.akciya__preview-text {
    color: #000;
    text-decoration: none
}

.akcii-wrapper .akciya__preview-text {
    font-size: 11px
}

.search-result-tm {
    margin: 45px 0 0 0
}

.search-result-tm__item {
    position: relative;
    margin-bottom: 30px
}

.search-result-tm__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 171px;
    line-height: 171px;
    width: 150px
}

.search-result-tm__img img {
    display: inline-block;
    vertical-align: middle
}

.search-result-tm__descr {
    border-bottom: 1px solid #bbdbde;
    padding-bottom: 10px;
    margin-left: 150px
}

.search-result-tm__title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px
}

.tm-property {
    position: relative;
    margin-bottom: 10px
}

.tm-property__name {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    width: 150px
}

.tm-property__val {
    margin-left: 150px
}

.price-table-wrapper {
    color: #632d56;
    line-height: 1.5;
    margin: 50px auto 0 auto;
    padding: 31px;
    width: 1050px
}

.price-table-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.price-table {
    margin: 0 auto;
    width: 850px
}

.price-table td, .price-table th {
    border: 2px ridge #ab90a4
}

.price-table th {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 7px
}

.price-table td {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    vertical-align: middle
}

.price-table td:first-child {
    text-align: left;
    padding-left: 15px;
    font-style: italic
}

.price-table td:first-child, .price-table th:first-child {
    border-left: 0
}

.price-table td:last-child, .price-table th:last-child {
    border-right: 0
}

th.price-table__for-whom, td.price-table__for-whom {
    font-size: 15px;
    font-style: italic;
    text-align: left;
    padding-left: 15px
}

.price-table__checkbox {
    display: inline-block;
    height: 27px;
    width: 27px
}

.price-table__checkbox_checked {
    background: transparent url("/local/templates/new-rus/img/checkbox-price-table.svg") 0 0 no-repeat
}

.cells {
    overflow: hidden
}

.cells__item {
    border: 1px solid #000;
    border-left: 0;
    float: left;
    width: 20px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 12px
}

.cells__item:first-child, .cells__item_border_none + .cells__item {
    border-left: 1px solid #000
}

.cells__item_border_none {
    border: 0;
    width: 15px
}

.doc-line {
    display: inline-block;
    border-bottom: 1px solid #000;
    width: 200px
}

.insurance-period-table {
    font-size: 10px;
    margin-top: 0
}

.insurance-period-table td, .insurance-period-table th {
    border: 1px solid #000
}

.insurance-period-table th {
    font-weight: normal
}

.insurance-period-table td {
    text-align: center
}


.table-with-prices tbody {
    background: #efedee;
}

.table-with-prices-wrapper {
    background-color: #f7f5f5;
    position: relative;
    margin: 20px -3000px;
}

.table-with-prices-wrapper:before {
    content: "";
    display: table;
    width: 100%;
}

.table-with-prices-wrapper:after {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 100%;
}

.table-with-prices-note {
    margin: 0 auto !important;
    position: relative;
    width: 940px;
}

.table-with-prices {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto !important;
    position: relative;
    width: 940px;
    z-index: 9;
}

.table-with-prices tr td:nth-child(n+2) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    width: 180px;
}

.table-with-prices_2_cols tr td:nth-child(n+2) {
    width: 268px;
}

.table-with-prices thead tr td {
    color: #fff;
    font-size: 16px;
    height: 52px;
    padding: 0;
    text-transform: uppercase;
}

.table-with-prices_small_head thead tr td {
    font-size: 15px;
    text-transform: none;
    line-height: 18px;
    height: 62px;
}

.table-with-prices tbody tr td {
    border-bottom: 4px solid #fff;
    padding: 16px 0;
}

.table-with-prices tbody tr:first-child td {
    height: 72px;
    padding: 0;
    vertical-align: middle;
}

.table-with-prices_big-height tr td {
    height: 90px;
}

.table-with-prices tbody tr td:first-child {
    padding-right: 35px;
    padding-left: 20px;
}

.table-with-prices tbody tr:last-child td {
    border: none;
}

.table-with-prices thead tr td:nth-child(1) {
    background-color: #c4c4c4;
    vertical-align: middle;
    padding-left: 20px;
}

.table-with-prices thead tr td:nth-child(2) {
    background-color: #3b9ea6;
}

.table-with-prices thead tr td:nth-child(3) {
    background-color: #388c94;
}

.table-with-prices thead tr td:nth-child(4) {
    background-color: #1c6b7a;
}

.table-with-prices tr td:nth-child(2) {
    background-color: #f2f2f0;
}

.table-with-prices tr td:nth-child(3) {
    background-color: #edebe8;
}

.table-with-prices tr td:nth-child(4) {
    background-color: #e8e3e3;
}

.table-with-prices_with-info {
    font-size: 13px !important;
}

.table-with-prices_with-info tbody tr td {
    border-bottom: none;
}

.table-with-prices_with-info tbody tr td:nth-child(2) {
    background-color: transparent;
    font-style: italic;
    text-align: left;
    width: 197px;
}

.table-with-prices_with-info tbody tr td:nth-child(3) {
    width: 232px;
}

.table-with-prices_with-info tbody tr td:nth-child(4) {
    width: 232px;
}

.table-with-prices__cell-with-background {
    position: relative;
}

.table-with-prices__cell-with-background:before,
.table-with-prices__cell-with-background:after {
    background-color: #edebe8;
    content: "";
    height: 100%;
    min-height: 72px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 232px;
    width: 232px;
}

.table-with-prices__cell-with-background:after {
    right: 0;
    background-color: #e8e3e3;
}

.table-with-prices__position_relative {
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
}

.table-with-prices__service-content {
    padding-left: 14px;
}

.table-with-prices-order-button {
    float: right;
}

.services-menu-top__toggle-level-2 {
    display: none !important;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 45px !important;
    text-align: center
}

.services-menu-top__toggle-level-2:before {
    content: "+"
}

.services-menu-top__toggle-level-2_active:before {
    content: "-"
}

.table-wrapper {
    display: table
}

.recommendations-title {
    display: none
}

.container-width-940 {
    margin: 0 auto;
    max-width: 940px;
    position: relative
}

.container-width-404 {
    margin: 0 auto;
    max-width: 404px;
    position: relative;
    display: inline-block
}

.about-us-image {
    background: url('/local/templates/new-rus/img/about-us.jpg') 0 0 no-repeat;
    margin: 0 0 40px 0;
    height: 470px
}

.about-us-text-on-image {
    max-width: 700px
}

.about-us-text-on-image__main {
    font-size: 17px;
    font-style: italic;
    line-height: 26px;
    margin: 0 0 20px 0;
    padding-bottom: 25px;
    position: relative
}

.about-us-text-on-image__main:after {
    background-color: #303030;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 225px
}

.about-us-text-on-image__year {
    font-size: 36px;
    line-height: 36px
}

.about-us-text-on-image__small {
    font-size: 11px
}

.about-us-cols {
    margin: 0 -47px
}

.about-us-cols:after, .block-with-img:after {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.about-us-cols__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 47px;
    width: 50%
}

.block-with-img {
    margin: 0 0 28px 0;
    position: relative
}

.block-with-img__image {
    float: left;
    text-align: center;
    width: 64px
}

.block-with-img__text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 -64px 0 0;
    padding: 0 64px 0 20px;
    vertical-align: middle;
    width: 100%
}

.block-with-img__title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 -64px 0 0;
    padding: 0 64px 0 20px;
    font-size: 16px;
    color: #632d56;
    width: 100%
}

.vertical-position-on-center {
    display: inline-block;
    line-height: normal;
    margin: 0;
    vertical-align: middle
}

.small-title {
    color: #632d56;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 24px 0
}

.small-title a {
    font-weight: normal
}

.height-100 {
    height: 100%
}

.text-italic-22 {
    font: italic 16px/22px Verdana
}

.buhgalterskie-uslugi-header {
    display: block;
    max-width: 830px
}

.buhgalterskie-uslugi-subheader {
    display: block;
    margin-top: 40px;
    max-width: 800px
}

.buhgalterskie-uslugi-wrapper {
    background: #f3f2f1;
    margin: 5px -62px 0 -66px
}

.buhgalterskie-uslugi-wrapper h1 {
    font-size: 24px;
    color: #632d56;
    text-align: center
}

.buhgalterskie-uslugi-wrapper h2, .audit-wrapper h2 {
    color: #632d56;
    font-size: 16px;
    line-height: 16.5px
}

.audit-wrapper h3, .audit-wrapper .h3 {
    color: #632d56;
    font-size: 12px;
    line-height: 16.5px;
    font-weight: bold;
    text-transform: uppercase
}

.buhgalterskie-uslugi-wrapper .about-us-cols {
    padding-bottom: 50px
}

.buhgalterskie-uslugi-wrapper .block-with-img {
    margin-bottom: 20px;
    display: table
}

.about-us-cols__item_centered {
    text-align: center
}

.about-us-cols__item_centered .block-with-img {
    display: block;
    margin-bottom: 5px
}

.buhgalterskie-uslugi-wrapper .block-with-img__image {
    margin-left: 3px;
    width: 72px;
    display: table-cell
}

.about-us-cols__item_centered .block-with-img__image {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px
}

.buhgalterskie-uslugi-wrapper .block-with-img__title {
    margin: 0 -75px 0 0;
    padding: 0 75px 0 20px;
    line-height: 72px;
    height: 72px
}

.about-us-cols__item_centered .block-with-img__title {
    float: none;
    height: auto;
    line-height: normal;
    padding: 0;
    text-align: center
}

.buhgalterskie-uslugi-wrapper .block-with-img__title > span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle
}

.buhgalterskie-uslugi-wrapper-alt .about-us-cols__item {
    padding: 0 40px 0 47px
}

.step-1 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-grajdan-dalnego-zarubejya/1.svg") bottom center no-repeat
}

.step-2 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-grajdan-dalnego-zarubejya/2.svg") bottom center no-repeat
}

.step-3 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-grajdan-dalnego-zarubejya/3.svg") bottom center no-repeat
}

.step-4 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-grajdan-dalnego-zarubejya/4.svg") bottom center no-repeat
}

.step-5 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-grajdan-dalnego-zarubejya/5.svg") bottom center no-repeat
}

.step-6 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-grajdan-dalnego-zarubejya/6.svg") bottom center no-repeat
}

.vsk .step-1 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-vks/1.svg") bottom center no-repeat
}

.vks .step-2 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-vks/2.svg") bottom center no-repeat
}

.vks .step-3 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-vks/3.svg") bottom center no-repeat
}

.vks .step-4 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-vks/4.svg") bottom center no-repeat
}

.vks .step-5 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-vks/5.svg") bottom center no-repeat
}

.vks .step-6 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-vks/6.svg") bottom center no-repeat
}

.vks .step-7 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/razreshenie-na-rabotu-dlya-vks/7.svg") bottom center no-repeat
}

.uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina .step-1 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina/1.svg") bottom center no-repeat
}

.uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina .step-2 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina/2.svg") bottom center no-repeat
}

.uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina .step-3 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina/3.svg") bottom center no-repeat
}

.uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina .step-4 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina/4.svg") bottom center no-repeat
}

.uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina .step-5 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina/5.svg") bottom center no-repeat
}

.uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina .step-6 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/uvedomlenie-o-prieme-uvolnenii-na-rabotu-inostrannogo-grazhdanina/6.svg") bottom center no-repeat
}

.oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika .step-1 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika/1.svg") bottom center no-repeat
}

.oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika .step-2 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika/2.svg") bottom center no-repeat
}

.oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika .step-3 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika/3.svg") bottom center no-repeat
}

.oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika .step-4 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika/4.svg") bottom center no-repeat
}

.oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika .step-5 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika/5.svg") bottom center no-repeat
}

.oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika .step-6 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-priglasheniya-na-vezd-v-rf-dlya-inostrannogo-sotrudnika/6.svg") bottom center no-repeat
}

.oformlenie-vizy .step-1 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-vizy/1.svg") bottom center no-repeat
}

.oformlenie-vizy .step-2 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-vizy/2.svg") bottom center no-repeat
}

.oformlenie-vizy .step-3 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-vizy/3.svg") bottom center no-repeat
}

.oformlenie-vizy .step-4 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-vizy/4.svg") bottom center no-repeat
}

.oformlenie-vizy .step-5 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-vizy/5.svg") bottom center no-repeat
}

.oformlenie-vizy .step-6 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/oformlenie-vizy/6.svg") bottom center no-repeat
}

.registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina .step-1 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina/1.svg") bottom center no-repeat
}

.registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina .step-2 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina/2.svg") bottom center no-repeat
}

.registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina .step-3 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina/3.svg") bottom center no-repeat
}

.registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina .step-4 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina/4.svg") bottom center no-repeat
}

.registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina .step-5 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina/5.svg") bottom center no-repeat
}

.registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina .step-6 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/registratsiya-po-mestu-prebyvaniya-inostrannogo-grazhdanina/6.svg") bottom center no-repeat
}

.delovaya_viza .step-1 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/delovaya-viza/1.svg") bottom center no-repeat
}

.delovaya_viza .step-2 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/delovaya-viza/2.svg") bottom center no-repeat
}

.delovaya_viza .step-3 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/delovaya-viza/3.svg") bottom center no-repeat
}

.delovaya_viza .step-4 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/delovaya-viza/4.svg") bottom center no-repeat
}

.delovaya_viza .step-5 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/delovaya-viza/5.svg") bottom center no-repeat
}

.delovaya_viza .step-6 {
    background: url("/local/templates/new-rus/img/personnel-services/work-permit/delovaya-viza/6.svg") bottom center no-repeat
}

.nulevaja-otchetnost .step-1 {
    background: url("/local/templates/new-rus/img/buhgalterskie-uslugi/nulevaja-otchetnost/1.svg") bottom center no-repeat
}

.nulevaja-otchetnost .step-2 {
    background: url("/local/templates/new-rus/img/buhgalterskie-uslugi/nulevaja-otchetnost/2.svg") bottom center no-repeat
}

.nulevaja-otchetnost .step-3 {
    background: url("/local/templates/new-rus/img/buhgalterskie-uslugi/nulevaja-otchetnost/3.svg") bottom center no-repeat
}

.nulevaja-otchetnost .step-4 {
    background: url("/local/templates/new-rus/img/buhgalterskie-uslugi/nulevaja-otchetnost/4.svg") bottom center no-repeat
}

.zero_accounting .step-1 {
    background: url("/local/templates/new-rus/img/calculators/zero-accounting/1.svg") bottom center no-repeat
}

.zero_accounting .step-2 {
    background: url("/local/templates/new-rus/img/calculators/zero-accounting/2.svg") bottom center no-repeat
}

.zero_accounting .step-3 {
    background: url("/local/templates/new-rus/img/calculators/zero-accounting/3.svg") bottom center no-repeat
}

.zero_accounting .step-4 {
    background: url("/local/templates/new-rus/img/calculators/zero-accounting/4.svg") bottom center no-repeat
}

.vs-table {
    width: 100%;
    margin-bottom: 40px
}

.vs-table th {
    background-color: #388b93;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: 53px;
    text-align: left;
    text-transform: uppercase
}

.vs-table th:first-child {
    background-color: #3a9da6
}

.vs-table td, .vs-table th {
    padding-right: 10px;
    padding-left: 26px
}

.vs-table td {
    background-color: #eceae9;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 50%
}

.vs-table td:first-child {
    background-color: #f3f0ef
}

@media screen and (max-width: 1160px) {
    .about-us-text-on-image {
        padding: 0 20px
    }

    .about-us-text-on-image {
        padding: 0 20px
    }

    .table-results tbody td:first-child {
        padding-left: 15px;
        width: 89px
    }

    .consequences {
        padding-right: 108px
    }

    .section--calc .title {
        margin-left: 7px
    }

    .section--calc h1 {
        margin-left: 7px
    }

    .work-permit-service .service {
        width: 435px;
        margin: 0 13px -1px 0
    }

    .header__new-search {
        left: 485px
    }

    .wrapper {
        width: 945px
    }

    .service_h {
        width: 458px
    }

    .pride {
        width: 945px
    }

    .header-new__block-1 {
        margin-left: 355px
    }

    .header__inner {
        width: 940px
    }

    .header__brend {
        width: 830px;
        padding-right: 230px;
        overflow: hidden
    }

    .header__brend:after {
        right: -30px
    }

    .three-blocks-zero-accounting__item {
        width: 265px
    }

    .about {
        width: 290px
    }

    .slider--front {
        width: 640px
    }

    .service {
        width: 459px;
        margin: 14px
    }

    .services--simplified .services__list {
        margin-left: -14px;
        margin-right: -14px
    }

    .services--simplified .service {
        margin-left: 14px;
        margin-right: 14px;
        width: 300px
    }

    .services--simplified .services__list_content_news .service {
        width: 290px
    }

    .pride__col {
        width: 210px;
        margin-left: 30px
    }

    .year-found {
        width: 110px
    }

    .news__col {
        width: 212px;
        margin-left: 30px
    }

    .news__col:first-child {
        margin-left: 0
    }

    .footer__inner {
        width: 960px
    }

    .col-main {
        width: 680px
    }

    .col-right {
        width: 240px
    }

    .section--highlight .section__inner {
        width: 960px
    }

    .section--subscribe__right {
        width: auto
    }

    .section--subscribe .form__actions {
        width: auto
    }

    .contacts {
        margin-left: 0;
        margin-bottom: 80px
    }

    .contacts .map {
        width: 650px
    }

    .sitemap {
        padding-bottom: 0
    }

    .sitemap__section-list {
        margin-left: 0
    }

    .section--calc-pay .section__inner {
        position: relative
    }

    .section--calc-pay .title {
        float: none;
        width: auto
    }

    .section--calc-pay__image {
        float: none;
        margin: 15px 0 0
    }

    .section--calc-pay .form__actions {
        position: absolute;
        bottom: 0;
        right: 0;
        float: none;
        margin: 0
    }

    .header-new__brend {
        width: auto
    }

    .header-new__logo {
        padding: 0
    }

    .header-new__logo:after {
        display: none
    }

    .header-new__slogan {
        display: none
    }

    .header-new__search {
        margin-left: 36px
    }

    .justify {
        text-align: left;
        word-spacing: -5px
    }

    .justify * {
        word-spacing: normal
    }

    .services-menu-top .table {
        display: block;
        height: 90px;
        word-spacing: -5px
    }

    .services-menu-top br {
        display: inline
    }

    .services-menu-top__item {
        box-sizing: border-box;
        display: inline-block;
        height: 45px;
        line-height: 45px;
        width: 32%;
        padding: 0 0 0 3%;
        position: relative;
        word-spacing: normal
    }

    .services-menu-top__item_level_2 {
        display: none !important
    }

    .services-menu-top__item span {
        padding-right: 7px
    }

    .menu-main__item {
        padding: 0 10px;
        font-size: 11px
    }

    .footer-new__contacts-item_worktime {
        display: none
    }

    .footer-new__bottom {
        text-align: center;
        height: 92px;
        line-height: 92px
    }

    .footer-new__bottom .footer-new__menu {
        height: 46px;
        line-height: 46px;
        vertical-align: top;
        width: 100%;
        text-align: justify
    }

    .footer-new__bottom .footer-new__menu a {
        display: inline-block;
        text-align: left
    }

    .footer-new__bottom .footer-new__menu:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 0;
        overflow: hidden
    }

    .footer-new__social {
        display: block
    }
}

@media screen and (min-width: 980px) {
    .col-right-as-menu__inner.col-right-as-menu__inner_new {
        position: absolute;
        top: 52px;
    }

    .article.article--details h1 {
        max-width: 72%;
    }
}

@media screen and (max-width: 1100px) {
    .akcii-wrapper {
        max-width: 980px
    }

    .button-up_fixed {
        background-image: url("/local/templates/new-rus/img/button-up-mobile.svg");
        /* right: 20px !important; */
        /* left: auto !important; */
        left: 20px !important;
        opacity: .6 !important
    }

    .button-up_active, .button-up:hover {
        height: 72px;
        width: 72px;
        background-image: url("/local/templates/new-rus/img/button-up-mobile.svg")
    }

    .sequence-narrow {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .interesting {
        max-width: 950px
    }

    .inner-block {
        max-width: 980px;
        padding-left: 10px;
        padding-right: 10px
    }

    .inner-block .services__list {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 979px) {
    .akcii-wrapper {
        max-width: 760px
    }

    .recommendations-title {
        display: block;
        margin: 20px 0;
        font-weight: bold
    }

    .services-menu-top__item_open-second-level {
        height: auto
    }

    .services-menu-top_new .services-menu-top__item:hover {
        background-color: transparent !important
    }

    .services-menu-top__item_level_2.show {
        background-color: #fff;
        display: block !important;
        margin: 0 -15px;
        padding: 0 15px;
        position: static;
        width: 100%
    }

    .services-menu-top__toggle-level-2 {
        display: block !important
    }

    .header-new_nv .header-new__worktime-icon {
        top: -3px
    }

    .consequences-wrapper {
        padding-left: 35px
    }

    .consequences {
        padding-right: 50px;
        padding-left: 50px
    }

    .interesting {
        max-width: 800px
    }

    .section--calc .title {
        margin-left: -6px
    }

    .section--calc h1 {
        margin-left: -6px
    }

    .section--discount .section__inner {
        width: 750px;
        margin: 0 auto
    }

    .header__right-block {
        display: block !important;
        top: 26px;
        right: 0;
        margin: 0;
        width: 150px
    }

    .header__right-block_new {
        top: 7px;
        position: absolute;
        float: none
    }

    .header__phones {
        display: block !important;
        font-size: 12px;
        top: 40px;
        right: 0;
        margin: 0 -150px 0 0
    }

    .header__phones_new {
        top: 25px
    }

    .header__phones_new br {
        display: none
    }

    .header-new_nv .header-new__address {
        display: block;
        font-size: 12px;
        top: 35px;
        position: absolute;
        right: 0
    }

    .header-new_nv .header-new__language {
        bottom: 0;
        width: 188px
    }

    @-moz-document url-prefix() {
        .header-new_nv .header-new__language {
            bottom: 0;
            width: 190px
        }
    }.header-new_nv .header-new__worktime {
         display: block;
         position: absolute;
         right: 0
     }

    .menu-main_new .header-new__language {
        display: block
    }

    .phone_second {
        display: none
    }

    .header__new-search {
        display: none
    }

    .header__mobile-block {
        display: block
    }

    .header__new-search form:after {
        display: none
    }

    .header__new-search-icon_white {
        background-image: url("/local/templates/new-rus/img/bg-icon-lupa-white.svg")
    }

    .show-services-menu {
        background: #632d56;
        border-radius: 5px;
        box-sizing: border-box;
        color: #fff;
        display: none;
        font-size: 14px;
        line-height: 20px;
        padding: 8px 0 8px 65px;
        position: relative;
        text-decoration: none;
        width: 100%
    }

    .fixed {
        position: fixed;
        top: 0;
        z-index: 500
    }

    .services-menu-top.fixed {
        top: 36px
    }

    .services-menu-top.services-menu-top_new {
        display: none;
        padding: 15px
    }

    .services-menu-top.services-menu-top_new .wrapper {
        margin: 0
    }

    .services-menu-top.services-menu-top_new .table {
        height: auto
    }

    .services-menu-top_new .services-menu-top__item {
        width: 100%;
        border: 0;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: content-box
    }

    .services-menu-top_new .services-menu-top__item_active span, .services-menu-top_new .services-menu-top__item:hover span {
        background: transparent
    }

    .services-menu-top_new .services-menu-top__item_active, .services-menu-top_new .services-menu-top__item:hover {
        background: #fff
    }

    .services-menu-top_new .wrapper {
        width: 100%
    }

    .services-menu-top_new .services-menu-top__item a {
        display: inline-block;
        width: 100%
    }

    .services-menu-top_fixed {
        top: 36px;
        background: #ececec;
        border-bottom: 1px solid #d7d7d7;
        width: 100%
    }

    .show-services-menu:before {
        content: "";
        position: absolute;
        height: 15px;
        width: 22px;
        box-sizing: border-box;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        top: 50%;
        margin-top: -7.5px;
        left: 26px
    }

    .show-services-menu:after {
        content: "";
        background: #fff;
        position: absolute;
        height: 3px;
        width: 22px;
        box-sizing: border-box;
        top: 50%;
        margin-top: -1.5px;
        left: 26px
    }

    .show-services-menu_new {
        border-radius: 0;
        cursor: pointer;
        display: block;
        padding: 10px 18px;
        text-transform: uppercase;
        font-size: 13px
    }

    .show-services-menu_new:before {
        display: none
    }

    .show-services-menu_new:after {
        background: url("/local/templates/new-rus/img/bg-price-descr-white.svg") 0 0 no-repeat;
        background-size: cover;
        height: 15px;
        width: 8px;
        top: 12px;
        right: 18px;
        left: auto;
        margin: 0
    }

    .half-block {
        float: none;
        width: 100%
    }

    .half-block_left, .half-block_right {
        padding: 0
    }

    .half-block_right .table-prices {
        margin-top: 0
    }

    .menu-main.fixed {
        position: absolute !important
    }

    .services-menu-top.fixed {
        top: 0
    }

    .header-new {
        position: static
    }

    .header-new .header-new__ask-question {
        display: none
    }

    .list-with-img {
        padding-left: 0
    }

    ul.list-with-arrow-new {
        padding-left: 0
    }

    .three-cols {
        padding-left: 0
    }

    ul.list-with-big-img {
        margin-left: 20px
    }

    .specialists, .inner-block {
        max-width: 780px
    }

    .form__actions .print {
        background: 0;
        margin-top: 1px
    }

    .tablet-hide {
        display: none
    }

    .dl-padding-left110 {
        padding: 0
    }

    .service_h {
        width: 355px
    }

    .header-new__block-1 {
        margin-left: 0
    }

    .width900 {
        width: 100%
    }

    .vhod-steps {
        width: 100%
    }

    .vhod-steps__img {
        margin-left: 0
    }

    .directions {
        padding: 0
    }

    .three-cols__item {
        width: 49%;
        margin-left: 0
    }

    .sequence-without-arrow .examination-sequence__item {
        width: 200px
    }

    .three-blocks-zero-accounting__item {
        display: block;
        margin: 0 auto 40px auto
    }

    .three-blocks-zero-accounting__item:first-child {
        margin: 0 auto 40px auto
    }

    .zero-accounting-list {
        width: auto;
        margin: 0 0 0 30px
    }

    .zero-accounting-sequence {
        background: 0;
        margin-left: auto;
        margin-right: auto;
        width: 610px;
        text-align: center
    }

    .zero-accounting-sequence__item {
        box-sizing: content-box;
        margin-bottom: 50px;
        text-align: left;
        width: 200px !important
    }

    .zero-accounting-sequence__text {
        padding: 0
    }

    .block-404 {
        line-height: 160px
    }

    .block-404__image {
        height: 160px;
        width: 160px
    }

    .block-404__title {
        font-size: 72px;
        line-height: 72px;
        padding-left: 200px
    }

    .block-404__title-text {
        font-size: 18px;
        line-height: 18px;
        margin-top: 20px
    }

    .tablet-full-blocks .advantages-item {
        width: 100%
    }

    .mobile-show {
        display: block !important
    }

    .wrapper {
        width: 750px
    }

    .footer-new__main-menu {
        display: none
    }

    .footer-new__table-menu {
        display: none
    }

    .pride {
        width: 750px
    }

    .header-new_new {
        height: 56px;
        line-height: 56px
    }

    .header-new__search {
        display: none
    }

    .header-new__language {
        right: 30px;
        bottom: -30px
    }

    .header-new__language li {
        font-size: 12px
    }

    .header-new__ask-question {
        display: none
    }

    .header-new__brend {
        line-height: 66px;
        vertical-align: middle
    }

    .header-new__info {
        margin-top: 25px
    }

    .header-new__info_mobile {
        float: right;
        position: relative
    }

    .header-new_nv .header-new__brend_new {
        display: block;
        float: none;
        margin: 0 auto;
        padding-top: 0;
        width: 100px
    }

    .header-new_nv .header-new__brend_new .header-new__logo {
        float: none;
        width: 100px;
        height: 50px;
        background-size: contain;
        margin-top: 10px
    }

    .header-new_nv .header-new__brend_new .header-new__logo {
        margin-right: auto;
        margin-left: auto
    }

    .menu-main {
        display: none
    }

    .services-menu-top__item {
        position: relative;
        border-left: 1px solid #632d56
    }

    .services-menu-top__item_first {
        border: 0
    }

    .footer-new__menu {
        width: 100%
    }

    .footer-new__bottom {
        box-sizing: border-box;
        height: 80px;
        padding-top: 28px
    }

    .footer-new__bottom .footer-new__menu {
        display: none
    }

    .footer-new__social {
        margin: 0 auto
    }

    .show-menu, .show-menu_new {
        display: block;
        float: left;
        height: 122px;
        width: 55px;
        position: relative
    }

    .show-menu, .show-menu_new_1 {
        height: 56px
    }

    .show-menu:before, .show-menu_new:before {
        content: "";
        position: absolute;
        height: 15px;
        width: 22px;
        box-sizing: border-box;
        border-top: 3px solid #500936;
        border-bottom: 3px solid #500936;
        top: 50%;
        margin-top: -7.5px;
        left: 16px
    }

    .show-menu:after, .show-menu_new:after {
        content: "";
        background: #500936;
        position: absolute;
        height: 3px;
        width: 22px;
        box-sizing: border-box;
        top: 50%;
        margin-top: -1.5px;
        left: 16px
    }

    .menu-main {
        box-sizing: border-box;
        position: absolute;
        z-index: 501;
        height: 100%;
        top: 0;
        bottom: 0;
        width: 300px;
        padding-top: 180px
    }

    .menu-main .wrapper {
        width: 100%;
        margin: 0
    }

    .menu-main__item {
        border-top: 1px solid #51133c;
        border-bottom: 1px solid #51133c;
        box-sizing: border-box;
        display: block;
        width: 100%;
        text-align: left;
        margin-top: -1px
    }

    .menu-main_new .menu-main__item {
        border-top: 0;
        border-bottom: 1px solid #76486b
    }

    .close-menu {
        display: block;
        position: absolute;
        background: url("/local/templates/new-rus/img/bg-close-menu.png") 0 0 no-repeat;
        height: 20px;
        width: 20px;
        top: 33px;
        right: 22px
    }

    .header-new__ask-question {
        position: absolute;
        top: 33px;
        left: 20px;
        z-index: 95;
        color: #fff;
        margin: 0
    }

    .header-new__ask-question-icon {
        background-image: url("/local/templates/new-rus/img/bg-icon-mail-white.png");
        height: 12px;
        width: 16px
    }

    #title-search:before {
        top: 5px;
        left: 3px
    }

    .header-new__search, .header__new-search {
        position: absolute;
        left: 20px;
        top: 95px;
        z-index: 502;
        margin: 0;
        width: 263px !important
    }

    .header__new-search input[type=text] {
        border-radius: 0
    }

    .header__new-search input[type=submit] {
        display: none !important
    }

    .header-new__search button[type=submit] {
        background-image: url("/local/templates/new-rus/img/bg-icon-search-new-white.png")
    }

    .header-new__search input[type=text] {
        background-image: url("/local/templates/new-rus/img/bg-icon-search-nov-white.png");
        background-position: 4px center;
        height: 20px;
        padding-left: 20px
    }

    .header-new__search input[type=text]:focus {
        color: #000;
        height: 20px
    }

    .header-new__search input[type=text]:focus + button[type=submit] {
        background-image: url("/local/templates/new-rus/img/bg-icon-search-new.png")
    }

    .header-new__worktime {
        display: none
    }

    .header__inner {
        width: 740px
    }

    .header__brend {
        padding-right: 0;
        width: 600px
    }

    .header__brend:after {
        display: none
    }

    .header__menu {
        padding-left: 10px;
        border-left: 2px solid #eee
    }

    .contacts__question-wrap {
        margin-left: 0
    }

    .contacts__question-wrap .form--type-1 {
        width: 100%
    }

    .about {
        float: none;
        width: auto;
        margin-top: 30px;
        padding-top: 0
    }

    .about:after {
        content: "";
        display: table;
        clear: both
    }

    .about:first-child {
        margin-top: 0
    }

    .about__section {
        float: left;
        width: 300px;
        margin-top: 0
    }

    .slider--front {
        float: none;
        width: auto;
        margin-top: 30px
    }

    .slider--front:first-child {
        margin-top: 0
    }

    .slider--front .slider__item-image img {
        display: block;
        width: 100%;
        height: auto
    }

    .services__list {
        margin-left: -14px;
        margin-right: -14px
    }

    .service {
        width: 356px;
        margin: 14px
    }

    .services--simplified .services__list {
        margin-left: -14px;
        margin-right: -14px
    }

    .services--simplified .service {
        width: 356px;
        margin: 14px
    }

    .pride__col-item {
        min-height: 40px
    }

    .pride__col {
        width: 285px
    }

    .pride__col:first-child + .pride__col + .pride__col + .pride__col {
        margin-top: 40px
    }

    .pride__col:first-child + .pride__col + .pride__col {
        margin-top: 40px;
        margin-left: 0
    }

    .pride__col:first-child + .pride__col + .pride__col + .pride__col .pride__col-title {
        /* min-height: 0*/
    }

    .pride__col:first-child + .pride__col + .pride__col + .pride__col + .pride__col {
        margin-top: 40px
    }

    .pride__col:first-child + .pride__col + .pride__col + .pride__col + .pride__col .pride__col-title {
        min-height: 0
    }

    .year-found {
        width: 110px
    }

    .news {
        margin-top: 30px;
        margin-left: -30px;
        margin-right: -30px
    }

    .news__col {
        width: 100%;
        margin: 0 30px 25px 30px;
        padding-top: 25px;
        border-top: 1px solid #e8e8e8
    }

    .news__col:first-child {
        margin-left: 30px;
        border: 0;
        padding: 0
    }

    .col-right .news__item {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 20px
    }

    .news-top-block {
        box-sizing: border-box;
        border: 0;
        display: inline-block;
        width: 49%;
        padding: 0 0 0 30px;
        vertical-align: top
    }

    .news-top-block:first-child {
        padding: 0
    }

    .news-top-block:last-child {
        display: none
    }

    .footer__inner {
        width: 740px
    }

    .col-main {
        float: none;
        width: auto
    }

    .col-right {
        float: none;
        width: auto;
    }

    .col-right-as-menu.focus-in:before {
        opacity: .2
    }

    .col-right-as-menu.focus-in:after {
        opacity: .2
    }

    .col-right-as-menu.focus-in .col-right-as-menu__inner {
        opacity: 1;
        visibility: visible;
        z-index: 0;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0
    }

    .article-services {
        position: relative !important;
        left: 0 !important
    }

    .col-right-as-menu__inner .tags {
        border: 0;
        padding: 0
    }

    .persons {
        margin-left: -15px;
        margin-right: -15px
    }

    .person {
        float: left;
        width: 50%;
        margin: 0 0 30px;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center
    }

    .person:first-child {
        margin-top: 0
    }

    .person:nth-child(odd) {
        clear: both
    }

    .person img {
        margin-left: auto;
        margin-right: auto
    }

    .gif-banner {
        display: inline-block;
        vertical-align: top;
        margin: 25px 5px 0
    }

    .gif-banner:first-child {
        margin-top: 25px
    }

    .section--highlight .section__inner {
        width: 740px
    }

    .section--subscribe__left {
        float: none;
        width: auto;
        text-align: center
    }

    .section--subscribe__right {
        float: none;
        text-align: center;
        margin-top: 10px
    }

    .title-tabs li {
        margin-left: 0;
        margin-right: 30px;
        margin-bottom: 10px
    }

    .title-tabs li:last-child {
        margin-right: 0
    }

    .pager {
        text-align: center
    }

    .articles--press .article__image {
        width: 100px;
        height: 100px;
        line-height: 99px
    }

    .articles--press .article__info {
        margin-left: 115px
    }

    .form--type-1 {
        width: 100%;
        margin-left: 0
    }

    .form--type-2 .form__item-field--justify {
        width: auto
    }

    .articles--certificates .article {
        width: 100%
    }

    .recommendations {
        margin: -10px -10px 0
    }

    .recommendations:after {
        content: "";
        display: table;
        clear: both
    }

    .recommendation {
        float: left;
        width: 33.33%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        margin: 0;
        border: 0
    }

    .recommendation_half {
        margin-bottom: 10px
    }

    .recommendation:nth-child(4n+1) {
        clear: none
    }

    .recommendation:nth-child(3n+1) {
        clear: both
    }

    .recommendations-letters .recommendation:nth-child(3n+1) {
        clear: none
    }

    .recommendation_half:nth-child(n+5) {
        display: none
    }

    .recommendation img {
        display: block;
        width: 100%;
        height: auto;
        border: 1px solid #dbc7d2
    }

    .recommendation:first-child {
        margin-top: 0
    }

    .contacts {
        margin-bottom: 50px
    }

    .contacts .map {
        width: 420px
    }

    .section--search .section__inner {
        padding-top: 0
    }

    .section--search .title {
        float: none;
        width: auto;
        margin-top: 0;
        margin-bottom: 15px
    }

    .section--search .form__items {
        float: none;
        width: auto;
        margin-left: 0;
        margin-right: 120px
    }

    .section--search .form__actions {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        margin-left: 0
    }

    .table-prices td, .table-prices th {
        padding-left: 20px;
        padding-right: 20px
    }

    .menu-main {
        position: relative;
        width: 100%;
        padding-top: 40px
    }

    .menu-main_new {
        padding-top: 0;
        border-top: 1px solid #76486b
    }

    .menu-main.fixed {
        position: relative !important
    }

    .menu-main_new .menu-main__item {
        font-size: 12px;
        padding: 0 15px
    }

    .menu-main_new .menu-main__item {
        padding: 0 18px
    }

    .menu-main_new .header-new__language {
        position: static;
        margin: 15px 18px 15px 18px;
        width: 100%
    }

    .menu-main_new .header-new__language li {
        border-left-color: #fff
    }

    .menu-main_new .header-new__language a {
        color: #fff
    }

    .wrapper_header {
        width: auto;
        margin: 0 10px
    }

    .header__new-search_new {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        height: 40px;
        border: 0;
        border-bottom: 1px solid #76486b;
        width: 100% !important
    }

    .header__new-search_new .header__new-search-icon {
        top: 12px;
        left: 18px
    }

    .header__new-search_new input[type=text] {
        background-color: #632d56;
        color: #fff;
        height: 39px;
        padding: 0 18px 0 45px
    }

    .header__new-search_new input[type=text]:focus {
        background-color: #fff;
        color: #303030;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif
    }

    .header__new-search_new input[type=text]::-webkit-input-placeholder {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif
    }

    .header__new-search_new input[type=text]:-moz-placeholder {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif
    }

    .header__new-search_new input[type=text]::-moz-placeholder {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif
    }

    .header__new-search_new input[type=text]:-ms-input-placeholder {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif
    }

    .header__new-search_new input[type=text]:focus::-webkit-input-placeholder {
        color: #303030;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif
    }

    .header__new-search_new input[type=text]:focus:-moz-placeholder {
        color: #303030;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif
    }

    .header__new-search_new input[type=text]:focus::-moz-placeholder {
        color: #303030;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif
    }

    .header__new-search_new input[type=text]:focus:-ms-input-placeholder {
        color: #303030;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif
    }

    .header-new_new .header-new__language.mobile-hide, .header-new_new .header-new__address.mobile-hide {
        display: none
    }

    .header-new_new {
        position: relative
    }

    .header__phones_new {
        margin: 0;
        position: absolute
    }

    .header-new__worktime_new {
        font-size: 11px !important;
        line-height: 13px
    }

    .header__new-search_new {
        display: block
    }

    .buhgalterskie-uslugi-wrapper .container-width-940 {
        max-width: 750px
    }
}

@media screen and (max-width: 940px) {
    .price-descr-title + div {
        width: 100% !important
    }

    .table-with-prices-note {
        width: 100%
    }

    .table-with-prices-wrapper {
        margin-right: -10px;
        margin-left: -10px;
        overflow-x: auto;
        padding: 0 5px
    }
}

@media screen and (max-width: 760px) {
    .about-us-cols {
        margin: 0
    }

    .about-us-cols__item {
        float: none;
        margin-bottom: 28px;
        padding: 0;
        width: 100%
    }

    .akcii__item {
        float: none;
        width: 100%;
        height: auto !important
    }

    .article__print {
        margin-top: -10px
    }

    .ya-share2__container_size_m .ya-share2__icon {
        height: 30px !important;
        width: 30px !important;
        background-size: 30px 30px !important
    }

    .ya-share2__container_size_m .ya-share2__item {
        margin: 5px 10px 5px 0 !important
    }

    .table-results tbody td:first-child {
        padding-left: 0;
        width: 74px
    }

    .consequences-wrapper {
        padding-left: 0
    }

    .consequences {
        padding-right: 50px;
        padding-left: 50px
    }

    .dv-img-adaptive {
        width: auto !important;
        text-align: center !important
    }

    .dv-p-adaptive {
        padding-top: 0 !important
    }

    .ya-p-adaptive {
        padding-top: 0 !important
    }

    .margin-left120 {
        margin-left: 0
    }

    .section--calc .title {
        margin-left: 0
    }

    .section--calc h1 {
        margin-left: 0
    }

    .section--discount .section__inner {
        width: 640px;
        margin: 0 auto
    }

    .discount-card__title {
        padding-top: 0
    }

    .margin-left-44 {
        margin-left: 0
    }

    .margin-left-57 {
        margin-left: 0
    }

    .margin-left-27 {
        margin-left: 0
    }

    .directions.margin-left-27 {
        margin-left: 0 !important
    }

    .margin-left-30 {
        margin-left: 0
    }

    .margin-left-80 {
        margin-left: 0
    }

    .interesting__item {
        float: none;
        width: 100%
    }

    .section--highlight_new .section__inner {
        padding-left: 0
    }

    .section--highlight_new .title {
        margin-left: 0
    }

    .section--highlight_new_content .section__inner {
        padding-left: 0
    }

    .section--highlight_new_content .title {
        margin-left: 0
    }

    .directions_width_50p {
        float: none;
        width: 100%;
        margin: 0
    }

    .section {
        padding-left: 0
    }

    h2.margin-left90 {
        margin-left: 0
    }

    .pii-block {
        margin-left: 0
    }

    .smile-list {
        padding-left: 0
    }

    .hhu {
        width: 100%
    }

    .specialists {
        padding-bottom: 0
    }

    .inner-block {
        padding: 30px 10px 0 10px
    }

    .specialists__item {
        width: 33%;
        margin-bottom: 15px
    }

    .material {
        float: none;
        width: 100%
    }

    .padding-left55 {
        padding-left: 0
    }

    .margin-left100 {
        margin-left: 0
    }

    .vhod-steps {
        margin: 0
    }

    .vhod-steps__img {
        position: relative;
        margin: 0 auto
    }

    .vhod-steps_big_img .vhod-steps__img {
        position: relative;
        margin: 0 auto
    }

    .vhod-steps__text {
        padding: 0
    }

    .vhod-steps_big_img .vhod-steps__text {
        padding: 0
    }

    .mobile-inline-show {
        display: inline
    }

    .cng-req {
        width: 100%
    }

    .width800 {
        width: 100%
    }

    .directions__text {
        width: auto
    }

    .left-indented-small {
        height: auto
    }

    .block-5-items {
        display: block
    }

    .block-5-items__item {
        display: block;
        margin: 0 auto 60px auto;
        width: 145px
    }

    .sequence-without-arrow .examination-sequence__item {
        width: 100%
    }

    .left-indented-small_padding-left_185 {
        padding: 0;
        text-align: center
    }

    .sequence-change-name .examination-sequence__item-text {
        text-align: center
    }

    .btn--calc {
        background-position: center 50px !important;
        padding: 0 0 127px 0;
        margin-top: 40px;
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .target {
        width: 100%;
        padding: 91px 0 0 0;
        background-position: center 0;
        height: auto;
        line-height: normal;
        text-align: center
    }

    .block-404 {
        line-height: normal;
        height: auto;
        text-align: center
    }

    .block-404__image {
        height: 160px;
        width: 160px;
        position: relative;
        display: inline-block
    }

    .block-404__title {
        display: block;
        font-size: 46px;
        line-height: 46px;
        padding-left: 0;
        margin-top: 40px
    }

    .block-404__title-text {
        font-size: 16px;
        line-height: 16px;
        margin-top: 20px
    }

    .three-blocks__block-1, .three-blocks__block-2, .three-blocks__block-3, .examination-sequence__item, .examination-sequence__arrow {
        margin: 25px 0;
        width: 100%;
        text-align: center
    }

    .examination-sequence__arrow {
        background: url("/local/templates/new-rus/img/bg-arrow-vertical.png") center center no-repeat;
        height: 40px;
        margin: 25px 0;
        width: 100%
    }

    .left-img-small, .left-indented-small, .left-img-big, .left-indented-big {
        width: 100%;
        margin-left: 0;
        float: none
    }

    .left-img-small, .left-img-big {
        text-align: center;
        margin-bottom: 25px;
        margin-top: 0 !important;
        margin-left: 0 !important
    }

    .advantages-item {
        width: 100%
    }

    .pride-wrapper {
        margin-left: -10px !important;
        margin-right: -10px !important;
        width: auto
    }

    .header-new__info_mobile {
        float: right
    }

    .footer-new__contacts-item_email {
        margin-right: 44px
    }

    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }

    .wrapper {
        width: auto;
        margin: 0 10px
    }

    .pride {
        width: auto
    }

    .header {
        margin-left: -10px;
        margin-right: -10px
    }

    .header__inner {
        width: auto;
        margin: 0 10px;
        position: relative
    }

    .header__brend {
        width: auto;
        padding: 0;
        min-height: 0
    }

    .header__brend:before {
        display: none
    }

    .header__slogan {
        display: none
    }

    .header__menu {
        position: relative;
        float: right;
        z-index: 1;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        background-color: #f5f5f5;
        cursor: pointer
    }

    .header__menu:before {
        position: absolute;
        top: 50%;
        right: 8px;
        left: 8px;
        height: 4px;
        margin-top: -2px;
        background-color: #632d56;
        content: "";
        z-index: 1;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s
    }

    .header__menu:after {
        position: absolute;
        top: 50%;
        right: 8px;
        left: 8px;
        height: 14px;
        margin-top: -11px;
        border-top: 4px solid #632d56;
        border-bottom: 4px solid #632d56;
        content: "";
        z-index: 1;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s
    }

    .header__menu ul {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        white-space: nowrap;
        background-color: #fff;
        cursor: default;
        padding: 10px 50px 10px 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        cursor: default;
        -webkit-transition: opacity .3s, visibility 0 .3s, z-index 0 .3s;
        -moz-transition: opacity .3s, visibility 0 .3s, z-index 0 .3s;
        transition: opacity .3s, visibility 0 .3s, z-index 0 .3s
    }

    .header__menu.focus-removed ul {
        opacity: 0;
        visibility: hidden;
        z-index: -1
    }

    .header__menu:focus:before {
        opacity: .2
    }

    .header__menu:focus:after {
        opacity: .2
    }

    .header__menu:focus ul {
        opacity: 1;
        visibility: visible;
        z-index: 0;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0
    }

    .header__language {
        float: right;
        clear: right;
        margin-left: 30px;
        margin-right: 0
    }

    .header__search {
        float: right;
        margin-left: 30px;
        margin-right: 0
    }

    .about__section {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .about__section:first-child {
        padding-right: 30px
    }

    .about__section:first-child br {
        display: none
    }

    .about__section-title:before {
        display: none
    }

    .services__list {
        margin-left: 0;
        margin-right: 0
    }

    .service {
        margin: 14px 0
    }

    .news {
        margin-left: 0;
        margin-right: 0
    }

    .news__col {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .news__col:first-child {
        margin-left: 0;
        margin-right: 0
    }

    .news__item-title {
        margin-top: 0
    }

    .news__more {
        margin-top: 10px
    }

    .footer {
        margin-left: -10px;
        margin-right: -10px
    }

    .footer__inner {
        width: auto;
        margin: 0 10px;
        position: relative
    }

    .pride {
        margin-left: -15px;
        margin-right: -15px
    }

    .pride__col {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 15px 0 !important;
        padding-left: 15px;
        padding-right: 15px
    }

    .year-found {
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 150px !important;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .counters {
        text-align: center
    }

    .counters__inner {
        float: none;
        display: inline-block;
        vertical-align: top
    }

    .counters__inner img {
        max-width: 100%
    }

    .indented {
        margin-left: 0
    }

    .services-menu + .breadcrumb {
        margin-left: 0;
        clear: both;
        padding-top: 25px
    }

    .section--highlight {
        margin-left: -10px;
        margin-right: -10px
    }

    .section--highlight .section__inner {
        width: auto;
        margin: 0 10px
    }

    .title-tabs {
        font-size: 14px
    }

    .title-tabs li {
        margin-right: 10px
    }

    .title-tabs li:last-child {
        margin-right: 0
    }

    .articles--press .article, .articles--news .article {
        width: 100%
    }

    .vacancies__list {
        margin-left: 0
    }

    .vacancy__form .title {
        margin-left: 0
    }

    .contacts .map {
        width: 300px
    }

    .section__half {
        width: 100%;
        margin-top: 40px
    }

    .section__half:first-child {
        margin-top: 0
    }

    .sitemap__col {
        width: 100%
    }

    .sitemap__col:first-child {
        width: 100%
    }

    .sitemap__section {
        width: 100%
    }

    .section--calc-pay {
        text-align: center
    }

    .section--calc-pay__image {
        width: auto;
        margin-top: 20px
    }

    .section--calc-pay .form__actions {
        position: relative;
        bottom: auto;
        right: auto;
        width: auto;
        margin-top: 15px
    }

    .section--calc-pay .form__actions .btn, .section--calc-pay .form__actions .file-input__emulator {
        width: auto
    }

    .form--type-2 .form__item-field--justify {
        text-align: left
    }

    .form--type-2 .form__item-field--justify label {
        margin-right: 37px;
        margin-bottom: 12px
    }

    .buhgalterskie-uslugi-wrapper {
        margin: 5px -10px 0 -10px;
        padding: 0 10px 0 10px
    }

    .buhgalterskie-uslugi-wrapper .about-us-cols {
        padding: 0
    }

    .buhgalterskie-uslugi-wrapper .about-us-cols__item {
        padding: 0 0 50px 0
    }

    .buhgalterskie-uslugi-wrapper .block-with-img {
        display: block;
        width: 100%;
        text-align: center
    }

    .buhgalterskie-uslugi-wrapper .block-with-img__image {
        display: block;
        width: 100%;
        padding: 0
    }

    .buhgalterskie-uslugi-wrapper .block-with-img__title {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0
    }
}

@media screen and (max-width: 780px) {
    .audit-wrapper br {
        display: none
    }

    .popup {
        left: 10px;
        right: 10px;
        margin-left: 0;
        width: auto
    }

    .popup__overlay-block-title {
        top: 10px;
        background: rgba(99, 45, 86, 0.8);
        padding: 2px 9px 6px
    }

    .popup__overlay-block-title-line {
        background: 0;
        padding: 0;
        margin: 0;
        display: inline
    }

    .popup__overlay-form .form__item {
        display: block;
        width: auto;
        margin-left: 0;
        margin-top: 10px
    }

    .popup__overlay-form .form__item:first-child {
        margin-top: 0
    }

}

@media screen and (max-width: 750px) {
    .service {
        width: 100%
    }

    .service_h {
        width: 100%
    }
}

@media screen and (max-width: 725px) {
    .h1-wrapper_with_banner .title_anchors {
        margin-right: -300px !important
    }

    .title_new {
        margin-bottom: 20px
    }

    .services--simplified .services__list_content_news .service {
        width: 100%;
        margin: 0;
        padding: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .services--simplified .services__list_content_news .service .news__list {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 20px
    }

    .services--simplified .services__list_content_news .service .news__item {
        padding-bottom: 0;
        border-bottom: 0
    }

    .form--check-tk .form__items {
        display: block
    }

    .article-banner__main {
        display: none
    }

    .article-banner__mobile {
        display: block
    }

    .article-banner__mobile img {
        width: 100%
    }

    .popular-questions__item br {
        display: none
    }

    .consequence {
        height: auto;
        line-height: normal
    }

    .consequence__image {
        position: static;
        height: 100px;
        line-height: 100px;
        width: 100%
    }

    .consequence__description {
        margin-left: 0;
        padding: 15px
    }

    .consequence__text br {
        display: none
    }

    .pride__col-content, .pride__col-title {
        font-size: 12px
    }

    .header-new_nv .header-new__worktime-icon {
        top: -5px;
        left: -4px
    }

    .three-cols__item-inner {
        width: 100%
    }

    p {
        font-size: 14px
    }

    ul li {
        font-size: 14px
    }

    .article__share .b-share_theme_counter .b-share_type_small .b-share-icon {
        background-image: url("/local/templates/new-rus/img/b-share-counter-large.png") !important;
        height: 32px !important;
        width: 32px !important
    }

    .article__share .b-share_theme_counter .b-share_type_small .b-share__link:active {
        height: 32px !important;
        border: none !important
    }

    .article__share .b-share_theme_counter .b-share-icon_vkontakte {
        background-position: 50% -55px !important
    }

    .article__share .b-share_theme_counter .b-share-icon_gplus {
        background-position: 0 -144px !important
    }

    .article__share .b-share_theme_counter .b-share-icon_twitter {
        background-position: 50% -84px !important
    }

    .article__share .b-share_theme_counter .b-share-icon_facebook {
        background-position: 50% 2px !important
    }

    .article__share .b-share_theme_counter .b-share_type_small .b-share-btn__wrap {
        margin-left: 15px !important
    }

    .article__share .b-share_theme_counter .b-share_type_small .b-share-btn__wrap:first-child {
        margin-left: 0 !important
    }

    .article__share .b-share_theme_counter .b-share_type_small .b-share-counter {
        margin-top: 7px !important
    }

    .form--type-1 {
        display: table
    }

    .form__items {
        display: table-header-group
    }

    .message {
        display: table-footer-group
    }

    .service__list {
        font-size: 14px;
        line-height: 32px
    }

    .dz-step {
        padding-left: 0
    }

    .cng-req__item {
        width: 100%
    }

    .closing-advantages {
        width: 100%
    }

    .related-articles__item {
        float: none;
        width: 100%
    }

    .description-block_width_50p {
        float: none;
        width: 100%;
        padding: 0
    }

    .directions__item {
        width: 100%;
        margin-left: 0
    }

    .three-cols__item {
        width: 100%
    }

    .three-cols_directions .three-cols__item {
        text-align: left
    }

    .services-menu-top.fixed {
        background-color: transparent;
        padding: 40px 0 0 0;
        top: 0
    }

    .services-menu-top.fixed > .wrapper {
        padding: 0 15px 15px 15px;
        background-color: #ececec;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .services-menu-top {
        display: none;
        padding: 15px
    }

    .services-menu-top .wrapper {
        margin: 0
    }

    .services-menu-top .table {
        height: auto
    }

    .services-menu-top__item {
        width: 100%;
        border: 0;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: content-box
    }

    .services-menu-top__item_active span, .services-menu-top__item:hover span {
        background: transparent
    }

    .services-menu-top__item_active, .services-menu-top__item:hover {
        background: #fff
    }

    .services-menu-top__item_level_2 br {
        display: none
    }

    .justify:after {
        display: none
    }

    .show-services-menu {
        display: block;
        z-index: 501
    }

    .header-new__block-1 {
        display: block
    }

    .header-new__worktime {
        display: block;
        font-size: 12px;
        position: absolute;
        top: 31px;
        right: 6px;
        padding-left: 18px
    }

    .header-new_nv .header-new__worktime {
        top: 0
    }

    .header-new__worktime-icon {
        height: 13px;
        width: 13px;
        margin-top: 2px
    }

    .header-new__address {
        display: block;
        font-size: 11px;
        text-align: right
    }

    .header-new__info {
        display: block;
        width: auto;
        margin: -20px 0 0 0;
        right: 6px
    }

    .header-new__phone, .header-new__phone span {
        font-size: 12px
    }

    .header-new__email {
        display: none
    }

    .header-new__slogan {
        display: none
    }

    .header-new__brend, .header-new_nv .header-new__brend {
        display: block;
        width: 131px;
        margin: 0 0 0 55px;
        padding-top: 25px
    }

    .header-new_nv .header-new__brend {
        float: left;
        margin-left: 0
    }

    .header-new_nv .header-new__brend_new {
        float: none;
        margin: 0 auto;
        padding-top: 0
    }

    .header-new__logo {
        float: none;
        width: 100px;
        height: 50px;
        background-size: contain;
        margin-top: 10px
    }

    .header-new_nv .header-new__brend_new .header-new__logo {
        margin-right: auto;
        margin-left: auto
    }

    .footer-new__contacts {
        height: auto;
        padding: 30px 0
    }

    .footer-new__main {
        display: none
    }

    .footer-new__contacts-item {
        width: 100%
    }

    .news__col {
        border: 0
    }

    .news__item {
        display: none
    }

    .news__item:first-child {
        display: block;
        width: 100%
    }

    .news-top-block {
        width: 100%;
        padding: 0
    }

    .header-new__info_mobile {
        float: right
    }

    .header-new__language {
        width: 132px;
        bottom: -20px;
        right: 0
    }
}

@media screen and (max-width: 640px) {
    .vs-table {
        margin-bottom: 20px
    }

    .vs-table th {
        font-size: 14px
    }

    .vs-table td, .vs-table th {
        padding-right: 5px;
        padding-left: 10px
    }

    .vs-table td p {
        font-size: 12px
    }

    .section--highlight_new .half-block .table-prices tr {
        overflow: hidden;
        border-bottom: 1px solid #bbdbde
    }

    .section--highlight_new .half-block .table-prices tr td:first-child {
        border-bottom: 0;
        height: auto;
        min-width: inherit;
        float: left;
        width: 50%
    }

    .section--highlight_new .half-block .table-prices tr td:nth-child(2) {
        border-bottom: 0;
        height: auto;
        min-width: inherit;
        float: left;
        width: 50%
    }

    .section--discount .section__inner {
        width: 300px;
        margin: 0 auto
    }

    .discount-card {
        background-position: 50% 0;
        height: auto;
        padding: 200px 0 0 0;
        text-align: center
    }

    .discount-card__title {
        padding-top: 0
    }

    .price-selector {
        display: block;
        margin: 20px 0 0 0
    }

    .section--highlight_new .form__actions .btn {
        margin-bottom: 20px
    }

    .section--highlight_new .form__actions a.btn--link {
        margin-right: 20px !important
    }

    .section--highlight_new_content .form__actions .btn {
        margin-bottom: 20px
    }

    .section--highlight_new_content .form__actions a.btn--link {
        margin-right: 20px !important
    }

    ul.vbu-list {
        width: 100%
    }

    .closing-advantages__item {
        padding-right: 0
    }

    .closing-advantages__image {
        position: relative;
        width: 100%;
        text-align: center;
        margin-left: 0
    }

    .closing-advantages__text {
        padding: 20px 0 0 0
    }

    .horizontal-line573 {
        width: 320px
    }

    .zero-accounting-sequence {
        width: 210px
    }

    .zero-accounting-sequence__item {
        margin: 0 auto 50px auto !important;
        width: 200px
    }

    .header__search {
        position: absolute;
        top: 2px;
        right: 65px
    }

    .dropdown-menu li li a {
        border-radius: 0 !important;
        position: relative;
        z-index: 1
    }

    .dropdown-menu > ul ul {
        background-color: #388c94
    }

    .dropdown-menu > ul > li > a {
        z-index: 2
    }

    .dropdown-menu > ul > li > ul {
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 10px;
        margin-top: -10px
    }

    .dropdown-menu > ul ul li:hover > a, .dropdown-menu > ul ul li.hover > a {
        background-color: transparent
    }

    .dropdown-menu > ul ul li:hover > a:before, .dropdown-menu > ul ul li.hover > a:before {
        opacity: 1;
        visibility: visible
    }

    .dropdown-menu > ul ul li:hover > a:hover, .dropdown-menu > ul ul li.hover > a:hover {
        background-color: #642d55
    }

    .dropdown-menu > ul ul li:hover > a:hover:before, .dropdown-menu > ul ul li.hover > a:hover:before {
        opacity: 0;
        visibility: hidden
    }

    .dropdown-menu > ul ul ul {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        background-color: #388c94;
        display: block
    }

    .dropdown-menu > ul ul ul:before {
        position: absolute;
        top: 0;
        right: 20px;
        left: 20px;
        border-top: 1px solid #71adb5;
        content: "";
        display: block !important
    }

    .dropdown-menu > ul ul ul:after {
        position: absolute;
        right: 20px;
        bottom: -1px;
        left: 20px;
        border-top: 1px solid #71adb5;
        content: "";
        display: block !important
    }

    .dropdown-menu > ul ul ul a {
        border-radius: 0 !important;
        padding-left: 30px;
        background-color: transparent
    }

    .dropdown-menu > ul ul li:last-child ul:after {
        display: none !important
    }

    .slider__nav {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        margin-top: 10px
    }

    .slider__menu span {
        background-color: #ddd
    }

    .contacts__info {
        float: none;
        width: auto;
        margin-top: 20px
    }

    .subscribe {
        width: 280px;
        margin-left: -140px;
        margin-top: -1500px
    }

    .subscribe__middle {
        padding: 10px
    }

    .subscribe__title {
        font-size: 12px;
        letter-spacing: -0.02em
    }

    .subscribe__subtitle {
        font-size: 11px
    }

    .subscribe .form__items {
        margin-top: 8px
    }

    .subscribe .form__item {
        width: 100%
    }

    .subscribe [type='text'] {
        width: 100%;
        padding: 7px 10px;
        font-size: 11px
    }

    .subscribe .form__actions {
        padding-top: 10px;
        margin-left: 0;
        width: 100%
    }

    .subscribe .btn, .subscribe .file-input__emulator, .subscribe .file-input__emulator {
        min-width: 0;
        padding: 8px 15px
    }

    .gif-banner {
        display: block;
        width: 234px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
    }

    .form__item-third {
        width: 100%;
        margin-top: 20px
    }

    .form__item-third:first-child {
        margin-top: 0
    }

    .vacancy__form .form__actions label.blocked {
        display: none
    }

    .vacancy__form .form__actions .form__item-third--double label.blocked {
        display: block
    }

    .form__actions {
        text-align: center
    }

    .vacancy__form .form__actions .form__item-third--double {
        text-align: left
    }

    .vacancy__form .form__actions .btn, .vacancy__form .form__actions .file-input__emulator, .form__actions .form__item-third .btn, .form__actions .form__item-third .file-input__emulator {
        width: auto
    }

    ul {
        margin-left: 30px
    }

    .contacts .map {
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 0
    }

    .form--type-2 label.left {
        display: block;
        margin-bottom: 5px
    }

    .form--type-2 label.left + .form__item-field {
        width: 100%
    }

    .popup__overlay-block-title {
        font-size: 16px
    }
}

@media screen and (max-width: 560px) {
    .tm-property__name {
        position: static;
        width: 150px
    }

    .tm-property__val {
        margin-left: 0
    }

    .header__right-block {
        position: absolute;
        float: none
    }

    .header__phones {
        float: none;
        position: absolute;
        margin: 0
    }

    .header-new_nv_admin .header__right-block {
        top: 26px
    }

    .header-new_nv_admin .header__phones {
        top: 40px
    }

    .header-new {
        position: relative
    }

    .header-new__info_mobile {
        position: static
    }

    .header-new_nv .header-new__language {
        bottom: -8px;
        right: 0
    }

    .menu-main {
        position: relative;
        width: 100%;
        padding-top: 40px
    }

    .menu-main_new {
        padding-top: 0
    }

    .menu-main.fixed {
        position: relative !important
    }

    .header-new__search, .header__new-search {
        top: 125px;
        width: auto;
        left: 10px;
        right: 10px
    }

    .header__new-search {
        top: 122px;
        width: auto !important
    }

    .header-new__ask-question {
        top: 183px
    }

    .header-new__ask-question {
        display: none !important
    }

    .close-menu {
        display: none
    }

    .menu-main__item {
        font-size: 12px;
        padding: 0 15px
    }
}

@media screen and (max-width: 540px) {
    .title_anchors {
        margin-right: 0 !important
    }

    .h1-wrapper {
        display: table;
        width: 100%
    }

    .h1-wrapper h1 {
        display: table-header-group;
        text-align: center
    }

    .h1-wrapper h1:after {
        content: "";
        display: block;
        height: 20px
    }

    .top-buttons {
        display: table-footer-group
    }

    .title_new {
        display: table-header-group
    }

    .title_new:after {
        content: "";
        display: block;
        height: 20px
    }

    .top-buttons {
        position: static;
        box-sizing: border-box;
        padding: 0 5px;
        width: 100%
    }

    .top-buttons__item {
        float: right;
        margin-left: 0;
        margin-right: -5px;
        width: 50%
    }

    .top-buttons__item:first-child {
        float: left;
        margin-left: -5px;
        margin-right: 0
    }

    .h1-wrapper {
        padding-right: 0
    }

    .work-permit-service .service {
        width: 450px
    }
}

@media screen and (max-width: 497px) {
    .section--highlight_new .form__actions .btn {
        float: none
    }

    .section--highlight_new_content .form__actions .btn {
        float: none
    }
}

@media screen and (max-width: 480px) {
    .get-price {
        float: none;
        position: relative
    }

    ul.list-with-big-img li {
        text-align: center;
        line-height: normal;
        min-height: initial
    }

    ul.list-with-big-img li img {
        position: relative;
        margin-bottom: 20px
    }

    ul.list-with-big-img li .img-list {
        position: relative;
        margin-bottom: 20px
    }

    ul.list-with-big-img li .img-list img {
        margin-bottom: 0
    }

    ul.list-with-big-img li span {
        padding-left: 0
    }

    ul.list-with-big-img.list-with-big-img_image-size_middle li span {
        padding-left: 0
    }

    .specialists__item {
        width: 50%
    }

    .form__actions .print {
        margin-top: 20px
    }

    .about__section {
        width: 100%;
        margin-top: 30px
    }

    .about__section:first-child {
        margin-top: 0
    }

    .pride__col {
        margin: 20px 0 !important;
        width: 100%
    }

    .pride__col-title {
        min-height: 0
    }

    .year-found {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 150px !important
    }

    .person {
        width: 100%
    }

    .section--subscribe .form__actions {
        display: block;
        text-align: center;
        margin-top: 20px
    }

    .section--subscribe .form__actions .btn, .section--subscribe .form__actions .file-input__emulator {
        width: auto
    }

    .article__author {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .title-tabs li {
        display: block;
        margin-right: 0;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .title_anchors .title-tabs li {
        margin-right: 0 !important
    }

    .article__info {
        margin-left: 0
    }

    .articles--clients .article__info {
        margin-left: 0
    }

    .article__title, .article__date {
        text-align: center
    }

    .article__title, .article__date .article__print {
        float: none;
        margin-top: 10px
    }

    .related-articles__item .article__date {
        margin-left: 0
    }

    .article__image {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }

    .articles--news .article__date {
        margin-left: 0
    }

    .article__summary {
        margin-top: 0;
        padding-top: 10px;
        clear: both
    }

    .articles--press .article__info {
        margin-left: 0
    }

    .articles--certificates .article__title {
        margin-left: 0
    }

    .articles--certificates .article__summary {
        clear: none
    }

    .articles--clients .article__summary {
        clear: none
    }

    .articles--certificates .article {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .articles--certificates .article__image {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .articles--certificates .article__info {
        margin-left: 0;
        margin-top: 20px
    }

    .recommendation {
        width: 50%
    }

    .recommendation:nth-child(3n+1) {
        clear: none
    }

    .recommendation:nth-child(2n+1) {
        clear: both
    }

    .table-to-blocks {
        display: block
    }

    .table-to-blocks thead, .table-to-blocks tbody, .table-to-blocks tfoot, .table-to-blocks tr, .table-to-blocks th, .table-to-blocks td {
        display: block
    }

    .table-to-blocks th, .table-to-blocks td {
        border: 0
    }

    .table-prices.table-to-blocks th, .table-prices.table-to-blocks td {
        border: 0;
        padding: 0
    }

    .table-prices.table-to-blocks tr {
        border-bottom: 1px solid #bbdbde;
        padding: 10px 15px
    }

    .table-prices.table-to-blocks tr:first-child {
        border-top: 1px solid #bbdbde
    }

    .form__actions .print {
        float: none;
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px
    }

    .form--type-2[name=payment_form] {
        display: table;
        width: 100%
    }

    .form--type-2 .form__item-field--justify label {
        display: block;
        margin-bottom: 10px;
        margin-top: 27px
    }

    .form--type-2 .form__item-field--justify label:first-child {
        margin-top: 0
    }

    .popup__overlay-form {
        padding: 10px
    }

    .popup__overlay-form .form__title {
        margin-bottom: 8px
    }

    .popup__overlay-form .form__items {
        float: none
    }

    .popup__overlay-form .form__item {
        float: none;
        margin-top: 5px
    }

    .popup__overlay-form .form__actions {
        float: none;
        margin-left: 0;
        margin-top: 10px
    }

    .popup__overlay-block-title {
        line-height: 1.25;
        font-size: 14px;
        padding: 5px 10px
    }

    .popup__overlay-block-title br {
        display: none
    }

    .work-permit-service .service {
        width: 400px
    }
}

@media screen and (max-width: 420px) {
    .specialists__title_bank {
        font-size: 17px
    }

    .section--highlight_new .form__actions a.btn--link {
        font-size: 13px !important
    }

    .section--highlight_new_content .form__actions a.btn--link {
        font-size: 13px !important
    }

    .header__search {
        right: 0;
        top: 40px
    }

    .header__language {
        float: left;
        width: 100%;
        margin-top: 15px;
        clear: both;
        margin-left: 0;
        margin-right: 0
    }

    .form__actions .btn, .form__actions .file-input__emulator {
        margin-left: 8px;
        margin-right: 8px
    }

    .work-permit-service .service {
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 320px) {
    body {
        overflow-x: auto
    }
}

@media print {
    body {
        min-width: 1070px
    }
}

.li_check_mark {
    display: table;
    list-style: none;
    background: url(/local/templates/new-rus/pic/vku-gal.svg) no-repeat 10px 0;
    padding-left: 50px;
    min-height: 23px;
    padding-bottom: 4px;
    margin-bottom: 28px
}

.li_check_mark_arrow {
    display: table;
    list-style: none;
    background: url(/local/templates/new-rus/img/bg-list-item-arrow.svg) 15px 3px no-repeat;
    padding-left: 50px;
    min-height: 23px;
    padding-bottom: 4px;
    margin-bottom: 28px
}

.li_check_mark.arrow {
    background: url("/local/templates/new-rus/pic/list-arrow.svg") 0 5px no-repeat;
    padding-left: 40px
}

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

.li_arrow:before {
    background: 0;
    width: 0;
    height: 0;
    margin: 0
}

.li_arrow {
    list-style: none;
    background: url("/local/templates/new-rus/img/bg-list-item-arrow.svg") no-repeat 0 2px;
    background-size: 22px;
    padding-left: 38px;
    min-height: 22px
}

.margin-bottom20 {
    margin-bottom: 20px
}

.get-price2 {
    background: #3b9da6 url("/local/templates/new-rus/img/bg-get-price-button-gal.png") 110px 50% no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding-left: 17px;
    text-decoration: none;
    text-transform: uppercase;
    width: 140px
}

.three-cols-new {
    width: 24%
}

@media screen and (max-width: 725px) {
    .three-cols-new {
        width: 100%
    }
}

.form_h1 {
    margin-top: 0;
    margin-bottom: 13px
}

.form_banner {
    display: inline-block;
    width: 74%
}

.section--highlight .section__inner .banner_v {
    margin: 0 0 20px 35px
}

.title_new {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
}

.title_anchors {
    margin-right: -300px
}

.h1-wrapper_with_banner .title_anchors {
    margin-right: 0
}

.title_anchors .title-tabs li {
    margin: 0 25px 10px 0
}

.title_anchors .title-tabs li:last-child {
    margin-right: 0
}

.customers-can {
    margin-top: 20px;
    margin-bottom: -40px;
    width: 610px
}

.customers-can__col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 40px;
    width: 50%
}

.customers-can__col:first-child {
    padding: 0 40px 0 0
}

.customers-can__item {
    min-height: 60px;
    margin-bottom: 20px
}

.customers-can__title {
    color: #632d56;
    font-weight: bold;
    text-transform: uppercase
}

@media screen and (max-width: 610px) {
    .customers-can {
        width: 100%
    }

    .customers-can__col {
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width: 1160px) {
    .form_banner {
        width: 68%
    }
}

@media screen and (max-width: 980px) {
    .form_banner {
        width: 60%
    }
}

@media screen and (max-width: 780px) {
    .form_banner {
        width: 59%
    }
}

@media screen and (max-width: 725px) {
    .section--highlight .section__inner .banner_vm {
        margin-top: 5px;
        margin-bottom: 25px
    }

    .form_banner {
        width: 100%
    }

    .h1c {
        margin: 25px 0
    }
}

.max_width {
    max-width: 750px
}

@media screen and (max-width: 1160px) {
    .max_width {
        max-width: 680px
    }
}

@media screen and (max-width: 980px) {
    .max_width {
        max-width: 470px
    }
}

@media screen and (max-width: 770px) {
    .max_width {
        max-width: 430px
    }
}

@media screen and (max-width: 725px) {
    .max_width {
        max-width: 100%
    }
}

.section_width_730 {
    display: inline-block;
    margin-bottom: 30px;
    max-width: 730px;
    width: 100%;
    text-align: left
}

.section_width_790 {
    display: inline-block;
    max-width: 790px;
    width: 100%;
    text-align: left
}

.section_width_810 {
    display: inline-block;
    max-width: 810px;
    width: 100%;
    text-align: left
}

.margin-left96 {
    margin-left: 96px
}

.ver-text {
    display: table;
    max-width: 660px
}

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

@media screen and (max-width: 760px) {
    .ver-text {
        max-width: 100%;
        height: auto !important
    }

    .margin-left96 {
        margin-left: 0
    }
}

.max_width_410 {
    max-width: 410px
}

.max_width_500 {
    max-width: 500px
}

.max_width_560 {
    max-width: 560px
}

.max_width_600 {
    max-width: 600px
}

.max_width_620 {
    max-width: 620px
}

.max_width_680 {
    max-width: 680px
}

.smile-block {
    display: table;
    height: 34px;
    padding: 0 0 0 47px
}

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

.section_padding {
    padding-top: 8px
}

.section_padding2 {
    padding-top: 8px
}

.calc_row {
    float: left;
    width: 50%;
    margin-bottom: -1px
}

@media screen and (max-width: 980px) {
    .calc_row {
        width: 100%
    }
}

@media screen and (max-width: 725px) {
    .calc_row {
        width: 50%
    }
}

@media screen and (max-width: 580px) {
    .calc_row {
        width: 100%
    }
}

.td-width {
    width: 150px
}

.mb0 {
    margin-bottom: 0
}

.table-block1, .table-block2 {
    display: inline-block;
    vertical-align: top;
    width: 46%
}

.table-block1 {
    margin-right: 7%
}

.table-block1 div, .table-block2 div {
    margin-top: -1px;
    padding: 15px 0;
    border-top: 1px solid #388c94;
    border-bottom: 1px solid #388c94
}

.table-block1 div:first-child, .table-block2 div:first-child {
    padding: 15px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-weight: 600
}

@media screen and (max-width: 725px) {
    .table-block1, .table-block2 {
        margin: 0;
        width: 100%
    }

    .table-block2 {
        margin-top: 20px
    }
}

.li_number1 {
    padding-bottom: 6px;
    background: url(/local/templates/new-rus/pic/number-1.svg) no-repeat 10px 0
}

.li_number2 {
    padding-bottom: 6px;
    background: url(/local/templates/new-rus/pic/number-2.svg) no-repeat 10px 0
}

.li_number3 {
    padding-bottom: 6px;
    background: url(/local/templates/new-rus/pic/number-3.svg) no-repeat 10px 0
}

.li_number4 {
    padding-bottom: 6px;
    background: url(/local/templates/new-rus/pic/number-4.svg) no-repeat 10px 0
}

.li_number5 {
    padding-bottom: 6px;
    background: url(/local/templates/new-rus/pic/number-5.svg) no-repeat 10px 0
}

.why {
    font-family: Tahoma, sans-serif;
    padding: 30px 0 0 0
}

.why:after {
    content: "";
    clear: both;
    display: table
}

.why__title {
    color: #632d56;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 55px;
    text-align: center;
    text-transform: uppercase
}

.why__answer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0 52px 0;
    padding: 0 20px;
    text-align: center;
    width: 33.333%
}

.why__answer-image {
    height: 77px;
    line-height: 77px;
    margin-bottom: 12px
}

.why__answer-image img {
    vertical-align: bottom
}

.why__answer-text {
    margin: 0
}

.why__answer-title {
    color: #632d56;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .why__answer-text br {
        display: none
    }
}

@media (max-width: 768px) {
    .why__answer {
        width: 50%;
        margin-left: 0 !important
    }
}

@media (max-width: 480px) {
    .why__answer-title {
        min-height: 54px
    }
}

@media (max-width: 425px) {
    .why br {
        display: none
    }

    .why__answer {
        width: 100%
    }
}

@media (max-width: 420px) {
    .why__answer-title {
        font-size: 14px
    }
}


.video-player {
    width: 560px;
    height: 315px;
}

@media (max-width: 580px) {
    .video-player {
        width: 100%;
        height: 315px;
    }
}