html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

aside, footer, header, main, menu, nav {
    display: block
}

progress {
    display: inline-block;
    vertical-align: baseline
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    color: #f39100 !important;
    outline: 0
}

a:not([class]):hover {
    color: #f39100
}

b {
    font-weight: 700
}

small {
    font-size: 80%
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

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

td {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

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

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


:focus {
    outline: 0
}

:-moz-any-link:focus {
    outline: 1px dotted invert
}

:-moz-any-link:focus {
    outline: 0
}

a {
    -webkit-transition: color .3s linear;
    transition: color .3s linear
}

body {
    margin: 0;
    height: 100%;
    background: #e5e5e5;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    color: #000
}

::-webkit-input-placeholder {
    color: #747473;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

::-moz-placeholder {
    color: #747473;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

:-moz-placeholder {
    color: #747473;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

:-ms-input-placeholder {
    color: #747473;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

.page-header {
    background: #fff;
    margin-bottom: 26px;
    position: fixed;
    z-index: 7;
    width: 100%;
    top: 0
}

.page-header__wrap {
    padding: 3px 0
}

.top-logo {
    float: left
}

.top-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.top-nav {
    float: right;
    margin-top: 15px
}

.top-nav__item {
    float: left;
    margin-right: 27px;
    padding: 3px 0;
    color: #000 !important;
    text-decoration: none !important
}

.top-nav__item i {
    display: inline-block;
    vertical-align: text-top;
    padding-top: 3px;
    margin: -13px -14px 0 -8px;
    float: none
}

.top-nav__item i img {
    width: 16px;
    height: 16px
}

.top-nav__item:last-child {
    margin-right: 0
}

.top-nav__phone {
    color: #000;

    text-decoration: none;
}

.menu-btn {
    display: none;
    float: left;
}

.menu-btn.active .burger-icon {
    background-color: transparent
}

.menu-btn.active .burger-icon:before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

.menu-btn.active .burger-icon:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

.burger-icon {
    display: block;
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 30px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.burger-icon:after, .burger-icon:before {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    content: ""
}

.burger-icon:before {
    top: -8px
}

.burger-icon:after {
    top: 8px
}

.workarea {
    line-height: 1.3
}

.workarea input[type="submit"] {
    font-size: 15px;
    background: #87BC26;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 7px 34px;
    font-weight: bold;
    color: #fff;
    border: 0;
    display: block;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.workarea input[type="submit"]:hover {
    background: #F39100;
    color: #fff;
}

.workarea select {
    background: rgba(51, 51, 51, 0.06);
    border-radius: 4px 4px 0px 0px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    width: 100%;
    padding: 2px 8px;
}

.workarea input[type="checkbox"]:not(:checked) + label,
.workarea input[type="checkbox"]:checked + label {
    cursor: pointer;
    padding-left: 8px;
    line-height: 15px;
}

.workarea input[type="checkbox"]:not(:checked) + label:before,
.workarea input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    height: 15px;
    width: 15px;
    border: 1px solid #5C5C5C;
    border-radius: 2px;
    cursor: pointer;
    z-index: 5;
    background: #fff;
}

.workarea input[type="checkbox"]:checked + label {
    font-weight: bold;
}

.workarea input[type="checkbox"]:not(:checked) + label:after,
.workarea input[type="checkbox"]:checked + label:after {
    content: '';
    background: #000;
    width: 14px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 10;
    background: url(../img/content/check.png) center no-repeat;
}

.workarea input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

.workarea input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.workarea textarea {
    background: rgba(51, 51, 51, 0.06);
    border-radius: 4px 4px 0px 0px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    width: 100%;
    padding: 5px 10px;
    display: block;
    color: #000;
    resize: vertical;
}

.workarea p {
    margin: 0;
    margin-bottom: 20px
}

.layout {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.wrapper {
    display: table-row;
    height: 100%
}

.container {
    max-width: 1366px;
    padding: 0 24px;
    position: relative;
    width: 100%;
    margin: 0 auto
}

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

.page-content {
    display: table-cell;
    height: 100%;
    padding: 88px 0 30px
}

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

.page-search {
    margin-bottom: 0
}

.page-search__icon {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 16px;
    top: 12px
}

.page-search__toggle {
    display: block;
    background: #d0e4a8 url(../img/content/s-toggle.png) center no-repeat;
    background-position: center;
    width: 58px;
    position: absolute;
    right: 96px;
    bottom: 3px;
    top: 3px
}

.content-item {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    display: block
}

.content-item a.btn:hover {
    color: #fff !important;
    background: #f39100 !important
}

.col-left {
    width: 311px;
    float: left
}

.col-right {
    width: 311px;
    float: right
}

.btn {
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    background: #87bc26;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    border-radius: 4px;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.btn:hover {
    color: #fff
}

.btn2 {
    display: block;
    float: right;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    background: #87bc26;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    border-radius: 4px;
    padding: 10px 5px;
    text-align: center;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.btn2:hover {
    color: #fff
}

.item {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 9px 8px 8px 8px;
    display: block;
    color: #000 !important;
    text-decoration: none !important
}

.item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.item--title {
    padding: 6px 8px 2px 8px
}

.item__title {
    display: block;
    color: #f39100 !important;
    text-decoration: none !important;
    font-size: 22px
}

.item__title--link {
    text-decoration: none;
    position: relative;
    padding-right: 30px
}

.item__title--link:after {
    content: "";
    display: block;
    width: 13px;
    height: 20px;
    background: url(../img/content/arrow-o.png) center no-repeat;
    position: absolute;
    right: 6px;
    top: 3px
}

.content-item--green {
    background: #87bc26
}

.menu-mobile {
    position: fixed;
    z-index: 7;
    background-color: #fff;
    position: fixed;
    left: -300px;
    top: 60px;
    bottom: 0;
    height: -webkit-calc(100% - 62px);
    height: calc(100% - 62px);
    width: 300px;
    -webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    max-height: 100vh;
    overflow: auto;
    padding-bottom: 24px
}

.menu-mobile.active {
    left: 0
}

.menu-mobile__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.menu-mobile__bg.active {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.menu-mobile__link {
    display: block;
    padding: 9px 8px;
    border-bottom: 1px solid #e0e0e0;
    color: #000 !important;
    text-decoration: none !important
}

.page-footer {
    background: #fff;
    padding: 21px 0 24px;
    position: relative;
    z-index: 4;
    font-size: 12px;
    line-height: 14px
}

.page-footer__wrap {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.page-footer__copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 43.628%;
    min-width: 550px
}

@media screen and (max-width: 1199px) {
    .page-footer__copy {
        width: 34%;
        min-width: auto
    }
}

@media screen and (max-width: 991px) {
    .page-footer__copy {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .page-footer__copy {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.copyright {
    width: 311px;
    font-size: 12px
}

@media screen and (max-width: 767px) {
    .copyright {
        width: 100%
    }
}

.page-footer__contacts {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 35px;
    overflow: hidden
}

@media screen and (max-width: 1210px) {
    .page-footer__contacts {
        padding-left: 24px
    }
}

@media screen and (max-width: 991px) {
    .page-footer__contacts {
        width: 50%;
        padding-left: 0
    }
}

.contacts-item {
    padding-right: 25px
}

@media screen and (max-width: 767px) {
    .contacts-item {
        padding-bottom: 34px
    }
}

.contacts-item:last-child {
    padding-right: 0
}

@media screen and (max-width: 991px) {
    .contacts-item--address {
        padding-top: 34px
    }
}

@media screen and (max-width: 767px) {
    .contacts-item--address {
        padding-top: 0
    }
}

.contacts-title {
    font-weight: 700;
    margin-bottom: 10px
}

.address {
    max-width: 238px
}

.address a {
    text-decoration: none;
    display: block;
    color: #000;
    margin-top: 4px
}

.mail {
    text-decoration: none;
    display: block;
    color: #000;
    margin-bottom: 13px
}

.mail__icon {
    display: block;
    float: left;
    margin-right: 11px;
    width: 20px;
    height: 14px;
    background: url(../img/content/mail.png) center no-repeat
}

.socials {
    overflow: hidden
}

.socials__item {
    display: flex;
    align-items: center;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 7px
}

.socials__item:last-child {
    margin-right: 0
}

.socials__item img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.page-footer__phones {
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../img/content/call.png) left center no-repeat
}

.page-footer__phones span {
    display: block;
    margin-bottom: 3px
}

.time {
    padding-left: 31px;
    background: url(../img/content/time.png) left center no-repeat;
    padding-top: 3px;
    padding-bottom: 3px
}

.top-search {
    float: left;
    margin-left: 10px;
    margin-top: 18px;
    overflow: hidden
}

.top-search .content-item__menu {
    float: left;
    margin-right: 19px;
    margin-top: 0
}

.top-search__item {
    float: left;
    margin-right: 19px;
    color: #000 !important;
    text-decoration: none !important;
    padding-left: 31px;
    background: url(../img/content/top-search.png) 6px center no-repeat
}

.menu-mobile .content-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px
}

.menu-mobile .content-item:last-child {
    margin-bottom: 0
}

.menu-mobile .item:last-child {
    border-bottom: 1px solid #e0e0e0
}

.page-aside {
    width: 311px;
    float: left
}

.page-aside--document {
    position: sticky;
    top: 9px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.page-gen {
    overflow: hidden;
    padding: 0 0 0 24px
}

.page-gen .item__title {
    overflow: hidden;
    display: inline
}

.title-l {
    width: 120px;
    display: table-cell;
    vertical-align: middle
}

.item--top {
    padding: 3px 8px;
    text-align: center;
    font-size: 22px
}

.document {
    background: #fff;
    padding: 15px 25px 15px 80px !important;
    position: relative;
    overflow: hidden
}

.document__item {
    position: relative;
    padding: 0 0 0 80px;
    margin-bottom: 40px;
    line-height: 1.2
}

.document__item:last-child {
    margin-bottom: 0
}

.document__item p {
    margin-bottom: 15px
}

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

.document__top {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase
}

.document__info {
    background: url(../img/content/info.png) center no-repeat
}

.content-item__toggle {
    display: none;
    font-size: 22px;
    color: #d7830a !important;
    text-decoration: none !important;
    padding: 8px 60px;
    background: #f7f7f7;
    border-radius: 4px;
    border-left: 1px solid transparent
}

.content-item__toggle.active {
    border-left: 1px solid #e5e5e5
}

.search {
    padding-bottom: 10px
}

.search-list {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 4px;
    margin-bottom: 30px
}

.check-wrap {
    margin-bottom: 6px;
    position: relative;
    z-index: 1
}

.page-search {
    position: relative
}

.remove {
    float: right;
    width: auto;
    font-size: 15px;
    padding: 7px 25px;
    margin-top: -5px
}

.remove__icon {
    display: none;
    width: 17px;
    height: 22px;
    background: url(../img/content/remove.png) no-repeat
}

.add-item {
    margin-bottom: 20px
}

.cabinet-top {
    text-align: right;
    margin-bottom: 24px
}

.cabinet-item {
    margin-bottom: 23px
}

.cabinet-item .check-wrap {
    margin-bottom: 0
}

.cabinet-add {
    font-size: 11px;
    color: #5c5c5c;
    display: inline-block;
    display: table-cell;
    vertical-align: middle
}

.page-aside--cabinet {
    width: 405px
}

.page-aside--cabinet .item__title:after {
    content: "";
    display: table;
    clear: both
}

.layout--document .page-gen {
    margin-left: 310px
}

.layout--document .page-header {
    display: none
}

.layout--document .page-content {
    padding-top: 9px
}

.layout--document .content-item {
    margin-bottom: 9px
}

.content-item__menu {
    float: right;
    color: #000 !important;
    text-decoration: none;
    padding-left: 31px;
    background: url(../img/content/menu-bg.png) 6px center no-repeat;
    margin-top: 8px;
    margin-right: 6px
}

.content-item--header__top {
    margin-bottom: 16px
}

.content-item--header__search, .content-item--header__top {
    overflow: hidden
}

.content-item--header__search .top-search__item {
    margin-right: 4px;
    padding-left: 25px;
    background: url(../img/content/top-search.png) -2px center no-repeat
}

.menu {
    overflow: hidden;
    margin-right: -24px
}

.menu__col {
    padding-right: 24px;
    float: left;
    width: 25%
}

.item--active {
    background: #87bc26;
    color: #fff !important
}

a#left-btn {
    float: left;
    transform: translate3d(0, -50%, 0) rotate(-135deg)
}

a#right-btn {
    transform: translate3d(0, -50%, 0) rotate(45deg)
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .document {
        padding: 0;
        position: static;
        padding-right: 20px
    }

    .layout--document .page-gen {
        margin-left: 340px;
        position: relative;
        background: #fff
    }

    .layout--document .page-gen .content-item {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .page-aside--document {
        position: fixed;
        top: 9px
    }

    .layout--document :first-child.document-comments__item {
        margin-left: 0
    }
}

:root .document {
    padding: 0 \0/ IE9
}

@media screen and (min-width: 0) and (min-resolution: .001dpcm) {
    .layout--document .page-gen {
        margin-left: 340px;
        position: relative;
        background: #fff
    }

    .layout--document .page-gen .content-item {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media screen and (max-height: 800px) {
    .page-footer {
        padding: 7px 0
    }
}

@media screen and (max-width: 1100px) {
    .top-nav__item {
        margin-right: 8px
    }

    .top-nav__item i {
        margin: -13px -4px 0 -8px
    }

    .top-nav__item:last-child {
        margin-right: 0
    }

    body {
        font-size: 13px
    }
}

@media screen and (max-width: 1023px) {
    body {
        font-size: 15px
    }

    .col-left {
        width: 100%;
        padding-right: 0
    }

    .col-right {
        width: 100%;
        float: left;
        padding-right: 0
    }

    .menu-btn {
        display: block
    }

    .top-search {
        display: none
    }

    .page-gen {
        padding: 0 0 0 24px
    }

    .top-logo {
        float: none;
        position: absolute;
        left: 50%;
        margin-left: -103px;
        top: 3px
    }

    .page-header {
        height: 60px
    }

    .menu {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .col-left, .col-right {
        width: 100%;
        float: none;
        padding-right: 0
    }

    .page-content .container {
        margin-right: 0;
        padding-left: 24px
    }

    .page-aside {
        width: 100%;
        float: none
    }

    .page-gen {
        padding: 0
    }

    .content-item__toggle {
        display: block;
        float: left
    }

    .item--top {
        display: none
    }

    .page-aside {
        background: #f7f7f7;
        margin-bottom: 24px;
        border-radius: 4px;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }

    .page-aside:after {
        content: "";
        display: table;
        clear: both
    }

    .page-aside .content-item {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 0;
        float: left;
        width: auto;
        overflow: visible
    }

    .cabinet-top {
        display: none
    }

    .layout--document .page-gen {
        margin-left: 0
    }

    .content-item--header {
        display: none
    }

    .page-aside--document {
        position: relative;
        top: 0 !important;
        left: 0;
        z-index: 4
    }

    .layout--document .page-header {
        display: block;
        position: relative
    }
}

@media screen and (max-width: 600px) {
    body {
        background: #fff
    }

    .page-header {
        margin-bottom: 0;
        border-bottom: 1px solid #e5e5e5
    }

    .page-footer {
        border-top: 3px solid #e5e5e5
    }

    .container {
        padding: 0 15px
    }

    .page-content .container {
        padding-left: 15px
    }

    .top-logo {
        width: 170px;
        height: 50px;
        margin-left: -85px;
        top: 6px;
        display: block
    }

    .menu-btn {
        margin-right: 0
    }

    .menu-mobile {
        top: 60px;
        height: -webkit-calc(100% - 60px);
        height: calc(100% - 60px)
    }

    .page-search__toggle {
        right: 48px;
        width: 48px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .page-aside .content-item {
        width: 50%
    }

    .page-aside {
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .document {
        padding: 15px 0 !important
    }

    .document__item {
        padding-left: 0
    }

    .remove__icon {
        display: block
    }

    .page-gen .content-item {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .page-aside--document {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px
    }

    .search-list {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 0
    }

    .title-l {
        display: block;
        width: 100%
    }

    .cabinet-add {
        display: block
    }

    .page-gen {
        overflow: visible
    }

    .remove {
        padding: 7px 13px
    }
}

@media screen and (max-width: 768px) {
    :root .page-aside--document {
        position: relative
    }
}

@media screen and (max-height: 415px) and (min-width: 811px) and (min-height: 374px) and (max-width: 897px) {
    .col-left, .col-right {
        width: 100%;
        float: none;
        padding-right: 0
    }

    .page-content .container {
        margin-right: 0;
        padding-left: 24px
    }

    .page-aside {
        width: 100%;
        float: none
    }

    .page-gen {
        padding: 0
    }

    .content-item__toggle {
        display: block;
        float: left
    }

    .item--top {
        display: none
    }

    .page-aside {
        background: #f7f7f7;
        margin-bottom: 24px;
        border-radius: 4px;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }

    .page-aside:after {
        content: "";
        display: table;
        clear: both
    }

    .page-aside .content-item {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 0;
        float: left;
        width: auto;
        overflow: visible
    }

    .cabinet-top {
        display: none
    }

    .layout--document .page-gen {
        margin-left: 0
    }

    .content-item--header {
        display: none
    }

    .page-aside--document {
        position: relative;
        top: 0 !important;
        left: 0;
        z-index: 4
    }

    .layout--document .page-header {
        display: block;
        position: relative
    }
}

.ms {
    word-wrap: break-word;
    width: 550px;
    padding: 0
}

.ps {
    word-wrap: break-word;
    width: 550px;
    padding: 0
}

a.ablackorange:link {
    text-decoration: none;
    color: #2e2e2e
}

a.ablackorange:active {
    text-decoration: none;
    color: #2e2e2e
}

a.ablackorange:visited {
    text-decoration: none;
    color: #2e2e2e
}

a.ablackorange:hover {
    text-decoration: none;
    color: #f39100
}

a.ablackorange_small:link {
    font-size: 9pt;
    text-decoration: none;
    color: #2e2e2e
}

a.ablackorange_small:active {
    font-size: 9pt;
    text-decoration: none;
    color: #2e2e2e
}

a.ablackorange_small:visited {
    font-size: 9pt;
    text-decoration: none;
    color: #2e2e2e
}

a.ablackorange_small:hover {
    font-size: 9pt;
    text-decoration: none;
    color: #f39100
}

.page-gen {
    margin-left: 311px
}

.content-item__toggle {
    color: #5c5c5c
}

.content-item__toggle {
    font-size: 19px;
    line-height: 28px;
    color: #5c5c5c !important
}

.content-item__toggle:hover {
    color: #d7830a
}

.item__link {
    margin-top: 4px;
    float: right;
    color: #87bc26;
    text-decoration: none
}

.item__link:hover {
    color: #f19100
}

@media screen and (max-width: 1023px) {
    .page-gen {
        margin-left: 0;
        padding: 0
    }

    .layout--document .page-gen {
        margin-left: 0
    }

    .page-gen .document {
        padding: 20px 20px 5px !important
    }

    .page-content .container {
        margin-right: 0;
        padding-left: 24px
    }

    :root .page-aside--document {
        position: relative
    }

    .page-aside--document {
        position: relative;
        top: 0 !important;
        left: 0;
        z-index: 4
    }

    .page-aside {
        width: 100%;
        float: none;
        background: #f7f7f7;
        margin-bottom: 24px;
        border-radius: 4px;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0)
    }

    .page-aside::after {
        content: "";
        display: table;
        clear: both
    }

    .page-aside .content-item {
        position: relative;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
        border-radius: 0;
        margin-bottom: 0;
        float: left;
        width: auto;
        overflow: visible;
        height: auto !important
    }

    .content-item--header {
        display: none
    }

    .content-item__toggle {
        display: block;
        float: left;
        padding: 7px 46px;
        font-family: Arial, sans-serif
    }
}

@media screen and (max-width: 768px) {
    .page-gen {
        margin-left: 0;
        padding: 0
    }

    .page-gen .document {
        padding: 20px 20px 5px !important
    }
}

@media screen and (max-width: 600px) {
    .page-content .container {
        padding: 0 15px
    }

    .page-gen .document {
        padding: 20px 0 5px !important
    }

    .page-aside--document {
        margin: 0 -3px 0 0;
        background: 0 0;
        display: flex
    }

    .page-aside .content-item {
        float: none;
        width: 100%;
        margin: 0 3px
    }

    .content-item__toggle {
        width: 100%;
        padding: 7px 0;
        text-align: center;
        background: #f7f7f7
    }
}

[class^=svg-img] {
    display: inline-block;
    vertical-align: middle
}

[class^=svg-img] img {
    display: block
}

[class^=svg-image-] {
    display: inline-block;
    vertical-align: middle
}

svg {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 767px) {
    .page-content .container.expert {
        padding: 0
    }
}

.expert {
    padding: 0 20px 0 29px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: rgba(0, 0, 0, .1) 0 0 1px
}

@media only screen and (max-width: 1023px) {
    .expert {
        padding-right: 24px
    }
}

@media only screen and (max-width: 767px) {
    .expert {
        padding: 0
    }
}

.expert .item {
    border: 0;
    padding: 0 45px 8px 35px
}

@media only screen and (max-width: 1023px) {
    .expert .item {
        padding: 9px 20px 8px 20px
    }
}

.expert .item--title {
    padding: 34px 45px 8px 35px
}

@media only screen and (max-width: 1023px) {
    .expert .item--title {
        padding: 42px 20px 8px 20px
    }
}

.expert .item__title {
    font-size: 22px;
    line-height: 28px
}

.expert .item p {
    font-size: 15px;
    line-height: 20px
}

.expert a {
    color: #557718
}

.expert-list {
    margin: 26px 0 30px;
    transition: opacity .3s ease
}

.expert-list__inner {
    padding: 0 20px
}

.expert-list__header {
    position: relative;
    z-index: 2;
    padding: 11px 0 12px;
    font-size: 24px;
    line-height: 20px;
    color: #f19100
}

.expert-list__header span {
    background: #fff;
    padding-right: 20px
}

.expert-list__header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0;
    z-index: -1
}

.expert-list__item {
    z-index: inherit;
    position: relative;
    margin-top: -1px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.expert-list__item:first-child {
    border-top: 0
}

.expert-list__item:last-child {
    border-bottom: 0
}

.expert-list__item:hover {
    z-index: 1;
    border-color: #fffcf8;
    background: #fffcf8
}

.expert-item {
    display: flex;
    padding-top: 32px;
    padding-bottom: 28px;
    transition: opacity .3s ease, height .3s ease
}

@media only screen and (max-width: 1023px) {
    .expert-item {
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .expert-item {
        display: block;
        padding: 20px 0 14px
    }
}

.expert-item__info {
    width: 380px;
    min-width: 380px;
    padding-left: 35px;
    padding-top: 6px
}

@media only screen and (max-width: 1023px) {
    .expert-item__info {
        padding-top: 16px
    }
}

@media only screen and (max-width: 767px) {
    .expert-item__info {
        width: 100%;
        min-width: auto;
        padding-left: 0
    }
}

.expert-item__body {
    flex-grow: 1;
    padding-top: 68px;
    padding-bottom: 20px
}

@media only screen and (max-width: 1023px) {
    .expert-item__body {
        padding-left: 232px;
        padding-top: 11px
    }
}

@media only screen and (max-width: 767px) {
    .expert-item__body {
        padding: 10px 0
    }
}

.expert-item__name {
    margin-top: 17px;
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .expert-item__name {
        margin-left: 106px
    }
}

.expert-item__meta {
    margin-top: 10px
}

.expert-item__meta a {
    display: block;
    margin-top: 7px;
    padding-left: 18px;
    text-decoration: none;
    color: #000
}

.expert-item__meta a:hover {
    color: #f39313
}

.expert-item__meta-web {
    background: url(../img/content/new-win.png) no-repeat 0 50%
}

.expert-item:hover .expert-item__name {
    color: #f39313
}

@media (max-width: 725px) {
    .mob-wrap-name {
        position: absolute;
        top: 170px;
        text-align: center;
        width: 100%;
        left: 0
    }
}

.item__title img {
    position: relative;
    top: 4px;
    width: 23px;
    height: 23px
}

.add-lnk {
    display: inline-block
}

.add-lnk img {
    vertical-align: middle;
    width: 40px;
    height: 40px
}

.add-lnk:hover {
    opacity: .8;
    transition: .2s linear
}

.contacts-prof {
    border-bottom: 1px solid #e5e9eb;
    border-top: 1px solid #e5e9eb;
    padding: 15px 0;
    margin-top: 15px
}

.contacts-prof_inner {
    background: rgba(135, 188, 38, .13);
    border-radius: 4px;
    padding: 8px
}

.contacts-prof_item {
    font-size: 15px;
    line-height: 30px;
    vertical-align: middle
}

.contacts-prof_item:first-child {
    margin-bottom: 18px
}

.contacts-prof_item::after {
    content: "";
    clear: both;
    display: table
}

.contacts-prof_item img {
    vertical-align: middle;
    margin-right: 5px
}

.menu-btn_new {
    display: block;
    float: left;
}

.menu-btn_new.active .burger-icon:before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

.new-menu {
    padding: 15px 5px
}

.new-menu_bl {
    padding: 5px 0 10px
}

.menu-gumb_new {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    border-radius: 4px;
    position: fixed;
    z-index: 7;
    background-color: #fff;
    left: auto;
    top: 60px;
    height: auto;
    bottom: auto;
    max-width: 720px;
    min-width: 630px;
    width: 100%;
    -webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    max-height: 90vh;
    overflow: auto;
    opacity: 0;
    visibility: hidden
}

.menu-gumb_new.active {
    height: auto;
    left: auto;
    transition: .5s;
    opacity: 1;
    visibility: visible
}

.new-menu_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.new-menu_col {
    width: 50%;
    padding: 0 30px
}

.new-menu_col:last-child {
    border-left: 2px solid #ddd
}

.menu_bl_ttl {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #f19100;
    padding-bottom: 6px
}

.menu_bl_ttl img {
    position: relative;
    top: 5px;
    margin-right: 3px
}

.menu_bl_list {
    margin-left: 50px
}

.menu_item_link {
    display: inline-block;
    font-size: 15px;
    color: #000 !important;
    text-decoration: none;
    line-height: 1.7;
    padding: 1px 0
}

.menu_item_link:hover {
    transition: .1s;
    color: #f19100
}

.menu_item-ask {
    border: 1px dashed #f19100;
    border-radius: 24px;
    margin-left: -10px;
    position: relative;
    padding: 0 9px
}

.list-rubrics .menu_item_link {
    position: relative
}

.list-rubrics .menu_item_link.label__new:before {
    content: "NEW";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    background: #F39100;
    border-radius: 4px;
    color: #ffffff;
    padding: 2px;
    font-size: 9px;
    line-height: 10px;
}

.list-rubrics .menu_item_link:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/sprite_menu-gamb.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    left: -28px;
    top: 3px
}

.list-rubrics .link-rubric_1:after {
    background-position: -12px -9px
}

.list-rubrics .link-rubric_1:hover:after {
    background-position: -52px -9px
}

.list-rubrics .link-rubric_2:after {
    background-position: -12px -33px
}

.list-rubrics .link-rubric_2:hover:after {
    background-position: -52px -33px
}

.list-rubrics .link-rubric_3:after {
    background-position: -12px -57px
}

.list-rubrics .link-rubric_3:hover:after {
    background-position: -52px -57px
}

.list-rubrics .link-rubric_4:after {
    background-position: -12px -81px
}

.list-rubrics .link-rubric_4:hover:after {
    background-position: -52px -81px
}

.list-rubrics .link-rubric_5:after {
    background-position: -12px -105px
}

.list-rubrics .link-rubric_5:hover:after {
    background-position: -52px -105px
}

.list-rubrics .link-rubric_6:after {
    background-position: -12px -129px
}

.list-rubrics .link-rubric_6:hover:after {
    background-position: -52px -129px
}

.list-rubrics .link-rubric_7:after {
    background-position: -12px -153px
}

.list-rubrics .link-rubric_7:hover:after {
    background-position: -52px -153px
}

.list-rubrics .link-rubric_8:after {
    background-position: -12px -177px
}

.list-rubrics .link-rubric_8:hover:after {
    background-position: -52px -177px
}

.list-rubrics .link-rubric_9:after {
    background-position: -12px -201px
}

.list-rubrics .link-rubric_9:hover:after {
    background-position: -52px -201px
}

.list-rubrics .link-rubric_10:after {
    background-position: -12px -225px
}

.list-rubrics .link-rubric_10:hover:after {
    background-position: -52px -225px
}

.list-rubrics .link-rubric_11:after {
    background-position: -10px -249px
}

.list-rubrics .link-rubric_11:hover:after {
    background-position: -50px -249px
}

.list-rubrics .link-rubric_12:after {
    background-position: -10px -273px
}

.list-rubrics .link-rubric_12:hover:after {
    background-position: -50px -273px
}

.list-rubrics .link-rubric_13:after {
    background-position: -10px -297px
}

.list-rubrics .link-rubric_13:hover:after {
    background-position: -50px -297px
}

.list-rubrics .link-rubric_14:after {
    background-position: -10px -321px
}

.list-rubrics .link-rubric_14:hover:after {
    background-position: -50px -321px
}

.list-rubrics .link-rubric_15:after {
    background-position: -10px -342px
}

.list-rubrics .link-rubric_15:hover:after {
    background-position: -50px -342px
}

.list-rubrics .link-rubric_16:after {
    background-position: -11px -368px;
}

.list-rubrics .link-rubric_16:hover:after {
    background-position: -51px -368px;
}

.list-rubrics .link-rubric_17:after {
    background-position: -10px -389px;
}

.list-rubrics .link-rubric_17:hover:after {
    background-position: -50px -390px;
}

.list-rubrics .link-rubric_18:after {
    background-position: -90px -233px;
}

.list-rubrics .link-rubric_18:hover:after {
    background-position: -90px -253px;
}

.menu_bl_ttl-main {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #f19100;
    margin-left: 25px;
    padding-top: 3px
}

.menu_bl_ttl-main:hover {
    transition: .1s;
    color: #000 !important
}

.menu_bl_ttl-main:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/sprite_menu-gamb2.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -28px;
    top: 2px;
    background-position: -35px -5px
}

.menu_bl_ttl-main:hover:after {
    background-position: -5px -5px
}

.menu-chat-lnk, .menu-tel-lnk {
    font-size: 15px;
    color: #000 !important;
    text-decoration: none;
    /*display:block;*/
    position: relative;
    margin: 10px 0 7px 30px
}

.menu-chat-lnk:hover, .menu-tel-lnk:hover {
    color: #f19100;
    transition: .1s
}

.menu-chat-lnk:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/sprite_menu-gamb.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: -30px;
    top: 0;
    background-position: -90px -10px
}

.menu-chat-lnk:hover:after {
    background-position: -90px -52px
}

.menu-tel-lnk:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/sprite_menu-gamb.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: -30px;
    top: -3px;
    background-position: -90px -93px
}

.menu-tel-lnk:hover:after {
    background-position: -90px -133px
}

.menu-contacts span {
    font-size: 13px;
    line-height: 15px;
    color: silver;
    margin-left: 35px
}

.menu-status-pro-edidoc {
    margin-top: 24px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.new-menu_mob {
    display: none
}

.menu-btn2.active .burger-icon {
    background-color: transparent
}

.menu-btn2.active .burger-icon:before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

.menu-btn2.active .burger-icon:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

.menu-mobile2 {
    width: 720px;
    top: 54px
}

.menu-btn2 {
    margin-right: 25px;
    margin-top: 12px
}

.page-aside--document {
    z-index: 1
}

.menu-buy-lnk {
    position: relative
}

.menu-buy-lnk:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/sprite_menu-gamb2.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    left: -27px;
    top: 4px;
    background-position: -5px -35px
}

.menu-buy-lnk:hover:after {
    background-position: -33px -35px
}

@media screen and (max-width: 1023px) {
    .layout--document .page-header_mob {
        display: block
    }
}

@media (max-width: 787px) {
    .menu-gumb_new {
        width: 95%;
        min-width: inherit
    }
}

@media (max-width: 600px) {
    .new-menu_main {
        display: none
    }

    .menu-gumb_new {
        max-width: 360px
    }

    .new-menu_mob {
        display: block
    }

    .new-menu_col {
        width: 100%;
        padding: 0 5px
    }

    .new-menu_col:last-child {
        border-left: none
    }

    .menu_bl_ttl {
        font-size: 15px;
        margin-bottom: 8px
    }

    .menu_item_link {
        font-size: 13px
    }

    .menu_bl_ttl-main {
        font-size: 15px
    }

    .menu_bl_list {
        margin-left: 40px;
        margin-bottom: 10px
    }

    .menu_bl_ttl-main:after {
        left: -26px;
        top: -2px
    }

    .new-menu {
        padding: 15px 5px;
        padding-bottom: 40px
    }

    .menu-chat-lnk, .menu-tel-lnk {
        font-size: 13px;
        margin: 20px 0 7px 30px
    }

    .menu-chat-lnk:after {
        top: -2px
    }

    .menu_item-ask {
        display: none
    }

    .menu_item-ask {
        display: inline-block;
        margin-left: -5px;
        padding: 0 4px
    }

    .menu_bl_ttl img {
        top: 4px
    }
}

.menu_bl_ttl-events {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #f19100;
    margin-left: 25px;
    padding-top: 3px
}

.menu_bl_ttl-events:hover {
    transition: .1s;
    color: #000 !important
}

.menu_bl_ttl-events:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/ic-menu-gamb_2.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 2px;
    background-position: 0 0
}

.menu_bl_ttl-events:hover:after {
    background-image: url(../img/ic-menu-gamb_2-event.png)
}

.menu-gumb_new {
    padding-bottom: 0;
    left: auto;
    z-index: 15
}

.menu-mobile__bg {
    background: rgba(0, 0, 0, .6);
    z-index: 5
}

.menu-gumb_new.active {
    left: auto
}

.menu-mobile {
    width: auto !important
}

.page-aside--document {
    z-index: 7
}

.page-aside--document {
    z-index: 6
}

.menu-mobile {
    left: auto !important
}

.page-header {
    z-index: 25
}

.page-aside--document {
    z-index: 12
}

@media (max-width: 600px) {
    .menu-gumb_new {
        left: auto
    }

    .menu-mobile {
        left: auto !important
    }

    .menu-gumb_new.active {
        left: auto
    }
}

.profile-menu_mobile {
    left: -300px !important
}

.profile-menu_mobile.active {
    left: 0 !important
}

@media (max-width: 600px) {
    .menu-gumb_new {
        bottom: 1px
    }

    .new-menu {
        padding-bottom: 30px
    }

    .menu_bl_ttl-events {
        font-size: 15px
    }

    .menu_bl_ttl-events:after {
        top: -2px
    }
}

@media (max-width: 400px) {
    .top-nav_tel {
        display: none;
    }
}

.position_center {
    height: 55vh;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    margin-top: 5%;
}

.position_center .mistake {
    display: flex;
    margin: auto;
}

.mistake {
    max-width: 878px;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-size: 72px;
    -webkit-background-clip: text;
    background-clip: text;
}

.mistake404::before {
    content: '404';
    position: absolute;
    max-width: 668px;
    height: 100%;
    color: rgba(247, 247, 247, 0.9686);
    font-family: Arial;
    font-size: 400px;
    font-weight: 700;
    line-height: 252px;
    margin-left: auto;
    margin-right: auto;
}

.mistake span:first-child {
    font-size: 52px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 24px;
    z-index: 2;
}

.mistake span:nth-child(2) {
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding-bottom: 32px;
    z-index: 2;
}

.mistake .btn {
    max-width: 155px;
    height: 48px;
    padding: 0px 24px 0px 24px;
    border-radius: 8px;
    background: linear-gradient(0deg, #94C11C 0%, #97C51C 14.29%, #9AC91D 28.57%, #9DCD1D 42.86%, #A1D11D 57.14%, #A4D61D 71.43%, #A7DA1E 85.71%, #AADE1E 100%);
    border: none;
    color: rgba(255, 255, 255, 1);
    font-family: Arial;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    z-index: 2;
    cursor: pointer;
}

.mistake .white_button {
    max-width: 225px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(148, 193, 28, 1);
    color: rgba(148, 193, 28, 1);
    padding: 0;
}

.mistake .btn:hover {
    background: linear-gradient(180deg, #ACDD2C 0%, #A3D913 100%);
    color: rgba(255, 255, 255, 1) !important;
}

.mistake .white_button:hover {
    background: rgba(253, 254, 246, 1);
    color: rgba(148, 193, 28, 1) !important;
}

.gr_button {
    display: inherit;
    gap: 20px;
}

@media (max-width: 767px) {
    .mistake span:first-child {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
    }

    .mistake span:nth-child(2) {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .mistake .btn {
        width: 276px !important;
    }

    .mistake404::before {
        font-size: 168px;
        font-weight: 700;
        line-height: 172px;
    }

    .gr_button {
        flex-direction: column;
    }
}



.popup-cookies {
    max-width: 1888px;
    margin: 0 auto;
    padding: 32px;
    position: fixed;
    bottom: 16px;
    right: 16px;
    left: 16px;
    border-radius: 12px;
    background-color: #ffffff;
    z-index: 10;
    display: none;
    gap: 120px;

    @media screen and (max-width: 1360px) {
        flex-direction: column;
        gap: 24px;
    }

    @media screen and (max-width: 767px) {
        padding: 32px 16px;
    }

    .common--button {
        height: 44px;
        padding: 10px 18px;
        font-weight: 700;
    }

    .common--button__green {
        border: none;
    }
}

.popup-cookies.js-opened {
    display: flex;
}

.popup-cookies--buttons {
    display: flex;
    gap: 12px;
    align-self: flex-end;

    @media screen and (max-width: 767px) {
        width: 100%;
        flex-direction: column;
    }
}

.modal-cookies-parameters {
    .common--title__xl {
        margin-bottom: 24px;
        font-family: Arial, sans-serif;
    }

    .common--title__md {
        margin-bottom: 8px;
    }

    .common--button__green {
        border: none;
        display: block;
        margin-left: auto;
        font-weight: 700;
    }

    .common-checkbox--label::before {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }
}

body.js-opened {
    position: relative;
    display: block;
    overflow: hidden;
}


/*common elements without external margins */

.common-modal {
    display: none;
    position: fixed;
    z-index: 2147483648;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #00000066;
}

.common-modal.js-opened {
    display: flex;
    justify-content: center;
}

.common-modal--wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 16px;
    pointer-events: none;
}

.common-modal--content {
    display: flex;
    flex-direction: column;
    max-height: 88%;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(35, 31, 32, 0.4);
    transition: transform 0.3s ease;
    pointer-events: auto;
    @media screen and (max-width: 1023px) {
        max-width: 608px;
    }
}

.common-modal--header {
    padding: 16px;
}

.common-modal--close svg {
    display: block;
    margin-left: auto;
    cursor: pointer;
}

.common-modal--close svg:hover path {
    stroke: #6D6D6D;
}

.common-modal--body {
    overflow-y: auto;
    padding: 0 26px 20px 40px;
}

.common-modal--footer {
    padding: 24px 32px 32px;
}

.common-modal.js-opened {
    display: flex;
}

.common-modal--body {
    overflow-y: auto;
    padding: 0 26px 0 32px;
}

.common--title {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.common--title__xl {
    font-size: 20px;
    line-height: 28px;
}

.common--title__md {
    font-size: 16px;
    line-height: 24px;
}

.common--title__sm {
    font-size: 14px;
    line-height: 20px;
}

.common--text {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.common--link__green {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #94C11C;
}

.common--button__green {
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    background-color: #94C11C;
    color: #ffffff;
    transition: background-color 0.3s ease;

    &:hover {
        color: #ffffff !important;
        background-color: #F39100;
    }
}

.common--button__white {
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #94C11C;
    background-color: #ffffff;
    color: #94C11C;
    transition: background-color 0.3s ease;

    &:hover {
        background: #94C11C;
        color: #ffffff !important;
    }
}

.common-checkbox--input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.common-checkbox--label {
    display: flex;
    user-select: none;
    cursor: pointer;
    gap: 12px;
}

.common-checkbox--text-item {
    display: block;
}

.common-checkbox--label::before {
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 2px;
    outline: none;
    border: 1px solid #5d5d5d;
    overflow: hidden;
}

.common-checkbox--input:disabled + .common-checkbox--label {
    cursor: auto;
}

.common-checkbox--input:checked + .common-checkbox--label::before {
    border: 1px solid #94c11c;
    border: none;

    background: url(../img/checkbox-checked.svg) center/100% no-repeat;
}

.common-checkbox--input:disabled + .common-checkbox--label::before {
    border: 1px solid #b0b0b0;
    border: none;
    background: url(../img/checkbox-disabled.svg) center no-repeat;
}

.common-warning {
    padding: 16px;
    display: flex;
    gap: 12px;
    border-radius: 4px;
    border: 1px solid #ff9797;
    color: #ff2929;
    background-color: #fff5f5;
}

.common-warning__orange {
    border: 1px solid #ffdf20;
    color: #efb100;
    background-color: #fffef5;
}

.common-warning__hidden {
    display: none;
}

.common-warning--icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
}

/* end common elements */
