.header {
    background: #fff;
    padding: 0;
}

body .md-wrapper {
    font-family: 'Roboto Condensed', sans-serif;
}

div {
    font-size: 16px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row.header--row {
    display: table;
    width: 100%;
}

.pt-40 {
    padding-top: 40px;
}

/*ul.main-menu.flex li.main-menu--item:nth-of-type(5) {
    pointer-events: none !important;
}*/

.main-menu--item_active .main-menu--link, .main-menu--item_active:hover .main-menu--link {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;

}

.g-news {
    margin-bottom: 20px;
}

@media (min-width: 1490px) {
    .container {
        width: 1340px;
    }
}

.clearfix:after, .row:after, .clearfix:before, .row:before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    width: 0;
    visibility: hidden;
}

.header [class*="col-md-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

a.logo {
    display: block;
    height: 105px;
    line-height: 90px;
    padding: 5px 0;
    text-decoration: none;
}

a.logo img {
    display: inline-block;
    margin-left: 0;
    max-height: 100%;
    max-width: 226px;
    vertical-align: middle;
}

.s-support-tarifs .support-tarif .support-tarif__title h3 {
    font-size: 2.866em !important;
    margin: 0px;
    line-height: 1.2;
    color: #e72d35;
    font-weight: 700;
}

.top-tagline {
    color: rgba(0, 0, 0, 0.6);
    padding-left: 30px;
}

.header-contacts {
    text-align: right;
}

.h-phone {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.header p {
    margin: 5px 0;
}

.h-phone--worktime {
    color: rgba(0, 0, 0, 0.6);
}

.header p {
    margin: 5px 0;
}

.h-phone--number {
    font-size: 1.4em;
}

p.header_li_p_f {
    margin-top: 8px;
}

a {
    color: #e31e24 !important;
    text-decoration: none !important;
}

.h-button {
    display: inline-block;
    margin: 0 0 0 40px;
    vertical-align: middle;
}

.faq-item {
    /*    margin-right: 8px;
        width: 24% !important;*/
}

.faq-item {
    margin-right: 8px;
    flex-shrink: inherit !important;
    width: auto !important;
    padding: 0 !important;
    max-width: none !important;
    /* margin: 10px; */
}

.row.row-in {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
    gap: 10px;
}

.faq-item-a img {
    max-width: initial !important;
    height: 300px !important;
}

.row.row-in img:hover {
    transform: scale(105%);
    transition: all .25s ease;
}

nobr {
    white-space: normal;
}

.page-form .row.row-in {
    display: block !important;
}
@media (max-width: 769px){
    .page-form .row.row-in {
        overflow-y:hidden;
    }
}

.btn, button, input[type="button"], input[type="submit"] {
    display: inline-block;
    padding: 12px 30px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-primary {
    color: #fff !important;
    background: #e31e24 !important;
    border-color: #e31e24 !important;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    border-color: #cc1b20 !important;
    background: #cc1b20 !important;
}

.btn-primary:active {
    color: #fff;
    border-color: #b6181d !important;
    background: #b6181d !important;
}

.main-menu-wrapper {
    background: #fade3f;
    color: #fff;
    z-index: 101;
    position: relative;
    width: 100%;
}

.main-menu-wrapper_accent {
    background-color: #e31e24;
}

.with-search .nav-main--wrapper {
    padding-right: 10px;
}

.main-menu--item {
    float: left;
    position: relative;
    font-size: 15px;
}

ul > .main-menu--item_drop > .main-menu--link {
    padding-right: 40px;
}

.main-menu--link {
    color: #fff !important;
    padding: 0 30px;
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 0.95em;
    line-height: 22px;
    height: 58px;
}

.main-menu--link {
    padding: 0 25px;
}

.main-menu--link span {
    line-height: 58px;
    display: inline-block;
}

ul li {
    list-style: none outside none;
}

ul, ol {
    margin: 0 !important;
    padding: 0;
}

ul > .main-menu--item_drop > .main-menu--link:after {
    content: ">";
    font-family: Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 1;
    font-weight: normal;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    width: 250px;
    padding: 0;
    background-color: #fff;
    font-size: 1em;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 102;
    display: none;
    border-radius: 0 0 3px 3px !important;
}


.dropdown-menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    float: none;
    margin-right: 0px;
}

.dropdown-menu li a {
    position: relative;
    padding-right: 20px;
}

.dropdown-menu > li a:hover, .dropdown-menu > li a.main-menu--link:hover {
    color: #fff;
    background-color: #fade3f;
}

.dropdown-menu .dropdown-menu-active a {
    color: #e31e24 !important;
}

.dropdown-menu > li a, .dropdown-menu > li a.main-menu--link {
    padding: 15px 20px;
    display: block;
    font-size: 0.85em;
    line-height: 1.2em;
    color: #000 !important;
    font-weight: 400;
}

.greyline {
    background: #f9f9fa;
}

/*left menu*/
ul.nav {
    margin: 0;
    font-weight: 500;
}

.nav--item, .content-wrapper .nav--item {
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
    padding: 0;
}

.nav--item > a {
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000 !important;
    font-weight: bold;
}

.nav--item > a:hover {
    color: #e31e24 !important;
    text-decoration: none;
}

.content-wrapper {
    padding-bottom: 60px;
    padding-top: 0px;
}

ul.nav {
    margin: 0 !important;
    font-weight: 500;
    display: block !important;
}

.main-services {
    padding: 50px 0;
}
@media (max-width: 769px) {
    .main-services {
        padding: 70px 0;
    }
}

.main-services .main-block-header {
    padding-bottom: 0px;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}

h2, h3 {
    max-width: 750px;
}

h3 {
    font-size: 21px;
    font-weight: 700;
}

h3, .service-2--title, .h3 {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3, .service-2--title, h4, h5, h6 {
    margin: 0;
}

.col-md-9 {
    width: 75%;
}

.row.indent10 {
    margin: 0px -10px;
}

.services-2 {
    padding: 0 15px;
    position: relative;
}

.row.indent10 > div {
    padding: 0px 10px;
}

.service-2--link {
    margin-bottom: 20px;
}

.service-2--link {
    display: block;
}

.service-2 {
    padding: 0px;
    height: 220px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.service-2:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.service-2 .service-2__img {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}

.service-2 .service-2--text {
    height: auto;
    padding: 15px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}


h3, .service-2--title, .h3 {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
}

.service-2--title {
    font-weight: 500;
    font-size: 1.4em;
    color: #000;
}

.service-2 .service-2--text .service-2--title .inner_text {
    position: relative;
    left: -3px;
    padding: 5px 0 6px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
    background: #E31E24;
    color: #FFF;
    display: inline;
}

.service-2 .service-2--text .service-2--title .inner_text span {
    background: #E31E24;
    position: relative;
    left: 15px;
    padding: 5px 0 6px;
}

.service-2 .service-2--text .service-2--title .inner_text strong {
    background: #E31E24;
    position: relative;
    left: -7px;
    color: #FFF;
    font-weight: 500;
    font-style: normal;
    z-index: 1;
}

.service-2 .service-2--descr {
    margin-top: 10px;
    color: #fff;
    line-height: 16px;
    font-size: 13px;
    display: none;
}

.service-2--descr {
    position: relative;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: inherit;
    padding-left: inherit;
    margin-top: inherit;
}

.nav-arrow {
    display: none;
}

.teasers_line [class*="col-md-"]:last-child {
    border-right: 0;
}

@media (max-width: 1024px) {
    .row.row-in {
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 95vw;
        margin: initial;
        justify-content: start;
    }

    .nav-arrow {
        display: inline;
    }

    .content-wrapper {
        overflow: hidden;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .col-sm-6 {
        width: 50% !important;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .col-md-8 {
        width: 100% !important;
    }
}

h1, .h1 {
    font-size: 3em !important;
    font-weight: 600 !important;
    line-height: 1.1em !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.row .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.row .row.flexbox .g-news {
    float: none;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    border: none;
}

.row.main-block-header {
    display: block;
}

.row {
    display: inherit !important;
}

.services-2_chess [class*="col-md-"] .service-2:hover, .services-2_standart [class*="col-md-"] .service-2:hover {
    background: transparent !important;
}

.services-2_chess [class*="col-md-"] .service-2:hover, .services-2_standart [class*="col-md-"] .service-2:hover {
    /*background: #e31e24 !important;*/
    color: #fff;
}

.service-2:hover:before {
    opacity: 0.8;
}

.service-2:hover .service-2__img {
    transform: scale(1.1);
}

.services-2_chess [class*="col-md-"] .service-2:hover .service-2--descr, .services-2_standart [class*="col-md-"] .service-2:hover .service-2--descr, .services-2_chess [class*="col-md-"] .service-2:hover .service-2--more a, .services-2_standart [class*="col-md-"] .service-2:hover .service-2--more a, .services-2_chess [class*="col-md-"] .service-2:hover .service-2--title, .services-2_standart [class*="col-md-"] .service-2:hover .service-2--title {
    color: rgba(255, 255, 255, 1);
}

.service-2:hover .service-2--descr {
    display: block;
}

.col-xs-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.mt40 {
    margin-top: 40px !important;
}

.link_underline {
    border-bottom: 1px solid rgba(250, 222, 63, 0.2);
}

.icon-rounded {
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

.fa-angle-right:before {
    margin-left: 2px;
}

.fa-angle-right:before {
    content: "\f105";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tac {
    text-align: center;
}

.main-teasers {
    padding: 50px 0;
    background-color: #f2f2f2;
}

.main-teasers {
    background: transparent;
}

.teaser_adop {
    height: 230px
}

.padding-default {
    padding: 50px 0;
}

.teasers_line [class*="col-md-"] {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.teaser {
    text-align: center;
    margin: 20px 0;
}

.teaser--title {
    color: #e31e24;
    font-size: 1.1em;
    min-height: 84px;
    font-weight: bold;
    display: table;
    text-align: center;
    width: 100%;
}

.teaser--title img {
    max-height: 80px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.teaser .teaser--text {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 20px;
}

.teaser .teaser--text b {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.company-front__form {
    background: #fade3f;
    padding: 30px 20px;
}

.block-form .form--descr {
    padding: 0px 0px 30px 0px;
}

.block-form .form--descr h2 {
    font-weight: 500;
    font-size: 1.866em;
    line-height: 28px;
    margin-bottom: 27px;
    color: #222;
}

.block-form .form-group.form-group__input {
    /*background: #fff;*/
}

.fluid-label {
    position: relative;
    background: #fff;
    padding: 0px 10px;
}

.block-form .form-group.form-group__input input[type="text"], .block-form .form-group.form-group__input input[type="search"], .block-form .form-group.form-group__input input[type="password"], .block-form .form-group.form-group__input input[type="email"], .block-form .form-group.form-group__input textarea {
    border-bottom: 0px;
}

div.mf-ok-text {
    color: #3c763d;
    background-color: #dff0d8;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    font-weight: 300;
}

.input-error {
    font-size: 0.85em;
    color: red;
    margin-left: 10px;
    margin-top: -2px;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea {
    padding: 5px 0;
}

.fluid-label label {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 0.85em;
}

.fluid-label i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-phone:before {
    content: "\f095";
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

.form-group input#licenses_agreement:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid rgba(250, 222, 63, 0.4);
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.form-group input#licenses_agreement:checked + label:after {
    content: '\f00c';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    font-size: 1em;
    line-height: 20px;
    color: #fff;
    transition: all 0.2s;
    font-family: 'fontAwesome';
    background-color: #e31e24;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.md-wrapper [type="checkbox"]:not(:checked) + label:before, .md-wrapper [type="checkbox"]:checked + label:before, .jqmWindow [type="checkbox"]:not(:checked) + label:before, .jqmWindow [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid rgba(250, 222, 63, 0.4);
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.md-wrapper [type="checkbox"]:not(:checked) + label:after, .md-wrapper [type="checkbox"]:checked + label:after, .jqmWindow [type="checkbox"]:not(:checked) + label:after, .jqmWindow [type="checkbox"]:checked + label:after {
    content: '\f00c';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    font-size: 1em;
    line-height: 20px;
    color: #fff;
    transition: all 0.2s;
    font-family: 'fontAwesome';
    background-color: #e31e24;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.block-form .form-group {
    /*padding: 0px 10px;*/
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea {
    background: transparent;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: none none solid none;
    border-width: 0 0 1px 0;
    box-shadow: none;
    padding: 15px 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    top: 0 !important;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
    border-color: rgba(250, 222, 63, 0.6);
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.main-about .col-md-8 {
    padding-left: 50px;
}

.main-about h1 {
    margin-top: 20px;
    margin-bottom: 40px;
}

ul li {
    list-style: none outside none;
}

.main-about.padding-default ul {
    padding-left: 0;
}

.md-wrapper [type="checkbox"]:not(:checked) + label:after, .md-wrapper [type="checkbox"]:checked + label:after, .jqmWindow [type="checkbox"]:not(:checked) + label:after, .jqmWindow [type="checkbox"]:checked + label:after {
    content: '\f00c';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    font-size: 1em;
    line-height: 20px;
    color: #fff;
    transition: all 0.2s;
    font-family: 'fontAwesome';
    background-color: #e31e24;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}


[type="checkbox"]:checked + label:before {
    border: none !important;
}

.md-wrapper [type="checkbox"]:not(:checked) + label:before, .md-wrapper [type="checkbox"]:checked + label:before, .jqmWindow [type="checkbox"]:not(:checked) + label:before, .jqmWindow [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid rgba(250, 222, 63, 0.4);
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.block-form .form-group {
    padding: 0px 10px;
}

.form-group_last {
    margin-bottom: 0;
    margin-top: 20px;
}

.md-wrapper .btn, button, input[type="button"], input[type="submit"] {
    display: inline-block;
    padding: 12px 30px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.accounting-outsourcing {
    margin-bottom: 40px;
    padding: 50px 0px;
}

.accounting-outsourcing .accounting-outsourcing__title h2 {
    font-size: 2.866em;
    margin: 0px;
    line-height: 1.2;
}

.accounting-outsourcing .accounting-outsourcing__row {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}

.accounting-outsourcing .accounting-outsourcing__row .accounting-outsourcing__img {
    width: 300px;
}

.accounting-outsourcing .accounting-outsourcing__row .accounting-outsourcing__img img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.accounting-outsourcing .accounting-outsourcing__row .accounting-outsourcing__content {
    width: calc(100% - 370px);
    font-size: 16px;
}

.accounting-guarantees {
    background: #fade3f;
    padding: 50px 0px;
    color: #222;
}

.accounting-guarantees .accounting-guarantees__title {
    margin-bottom: 25px;
}

.accounting-guarantees .accounting-guarantees__title h2 {
    font-size: 2.866em;
    margin: 0px;
    line-height: 1.2;
    max-width: 960px;
}

.accounting-guarantees .accounting-guarantees__subtitle {
    margin-bottom: 25px;
}

.accounting-guarantees .accounting-guarantees__subtitle h3 {
    font-size: 1.866em;
    margin: 0px;
    line-height: 1.2;
}

.accounting-guarantees .accounting-guarantees__row {
    display: flex;
    max-width: 1100px;
    margin-right: 20px;
}

.accounting-guarantees .accounting-guarantees__el {
    color: #222;
    font-size: 16px;
    margin-right: 55px;
    flex: 1 1 auto;
    max-width: calc(100% / 3 + 100px);
}

.accounting-guarantees .accounting-guarantees__desc {
    color: #222;
    font-size: 16px;
}

.accounting-outsourcing .accounting-outsourcing__title {
    margin-bottom: 25px;
}

.front-video {
    padding: 60px 0px;
}

iframe {
    display: block;
}

.access-cloud {
    padding: 50px 0px;
    margin-bottom: 70px;
    background: #f9f9fa;
}

.access-cloud .access-cloud__row {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}

.access-cloud .access-cloud__img {
    width: 300px;
}

.access-cloud .access-cloud__img img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.access-cloud .access-cloud__content {
    width: calc(100% - 370px);
}

.access-cloud .access-cloud__content h2 {
    font-size: 2.866em;
    margin: 0px 0px 20px 0px;
    line-height: 1.2;
    max-width: 680px;
}

.s-support-tarifs {
    margin-bottom: 60px;
}

.s-support-tarifs .support-tarifs__title {
    margin-bottom: 40px;
    color: #222;
}

.s-support-tarifs .support-tarifs__title h2 {
    font-size: 2.866em;
    margin: 0px 0px 0px 0px;
    line-height: 1.2;
}

.s-support-tarifs .support-tarifs__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s-support-tarifs .support-tarif {
    width: calc(50% - 50px);
    border: 3px solid #fade3f;
    padding: 40px 30px;
    color: #222;
}

.s-support-tarifs .support-tarif .support-tarif__title {
    text-align: center;
    margin-bottom: 30px;
}

.s-support-tarifs .support-tarif .support-tarif__title h3 {
    font-size: 2.866em;
    margin: 0px;
    line-height: 1.2;
    color: #e72d35;
    font-weight: 700;
}

.s-support-tarifs .support-tarif .support-tarif__desc {
    font-size: 16px;
    margin-bottom: 25px;
    color: #222;
}

.s-support-tarifs .support-tarif .support-tarif__desc p {
    margin-bottom: 15px;
}

.s-support-tarifs .support-tarif .support-tarif__price {
    font-size: 2em;
    margin: 0px 0px 30px 0px;
    line-height: 1.2;
    color: #e72d35;
    font-weight: 700;
    text-align: center;
}

.s-support-tarifs .support-tarif .support-tarif__options .support-tarif__options_t {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.s-support-tarifs .support-tarif ul.square {
    padding-left: 0px !important;
    color: #222;
}

.square {
    list-style: none;
    padding-left: 0px !important;
    font-size: 16px;
}

.s-support-tarifs .support-tarif ul.square li {
    font-size: 16px;
    margin-bottom: 15px;
}

ul.square li {
    list-style-type: none !important;
}

.square li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.square li:before {
    background: #E31E24 !important;
    top: 8px;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    left: 0px;
}

.s-support-tarifs .support-tarif .support-tarif__btn {
    text-align: center;
    padding-top: 10px;
}

.s-support-tarifs .support-tarif .support-tarif__btn .btn {
    background: #e72d35;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    transition: all .3s ease-in-out;
}

.s-support-tarifs .support-tarif .support-tarif__btn .btn {
    background: #e72d35;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    transition: all .3s ease-in-out;
}

.front-command {
    margin-bottom: 120px;
}

.front-command .front-command__title {
    margin-bottom: 30px;
    color: #222;
}

.front-command .front-command__title h2 {
    font-size: 2.866em;
    margin: 0px 0px 0px 0px;
    line-height: 1.2;
}

.front-command .front-command__img {
    margin-bottom: 30px;
}

.front-command .front-command__img img {
    width: auto;
    max-width: 1000px;
    height: auto;
}

.front-command .front-command__content {
    color: #222;
    font-size: 16px;
}

.front-command .front-command__content p {
    margin-bottom: 15px;
}

ul.square {
    padding-left: 30px !important;
}

ul.square li:before {
    background: #fecc00 !important;
    top: 9px;
    width: 10px;
    height: 10px;
    padding-right: 10px;
}

.bg-default {
    background-color: #f2f2f2;
}

.md-wrapper h2, h3 {
    max-width: 750px;
}

.md-wrapper h2 {
    line-height: 36px !important;
}

.md-wrapper h2 {
    font-size: 24px;
    font-weight: 700;
}

.main-news .row {
    display: flex !important;

    flex-wrap: nowrap;
}

.main-news-items .mt40 {
    display: flex;
}

.mt40 {
    margin-top: 40px !important;
}

.g-news__el {
    position: relative;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 0px 0px 1px #f2f2f2;
    height: 100%;
}

.main-news-items .g-news__el {
    background: #fff;
    box-shadow: 0px 0px 0px 1px #fff;
}

.img-responsiver {
    max-width: 100%;
    display: block;
    border-radius: 3px;
}

.g-news__el .g-news__content {
    padding: 20px 24px 22px;
}

.g-news--title {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.g-news__el .g-news__content .g-news--title {
    margin-bottom: 6px;
    color: #333;
    font-size: 15px;
}

.g-news--date {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}

.main-reviews.padding-default .rewiew {
    min-height: 450px;
}

.rewiew {
}

.rewiew {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    box-shadow: 3px 0 0 0 #e31e24 inset;
    border-radius: 3px;
}

.rewiew--autor {
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.rewiew--descr {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
}

.rewiew .rewiew--text {
    overflow: hidden;
    position: relative;
}

.swiper-slide .rewiew .rewiew--text {
    max-height: 180px;
}

.rewiew--text {
    color: #000;
    font-size: 0.95em;
}

.rewiew .rewiew--text:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 30px;*/
    content: "";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7847514005602241) 100%);
}

.main-reviews.padding-default .rewiew .btn {
    bottom: 10px;
    position: absolute;
}

.rewiew .btn {
    height: 37px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 35px;
    padding: 0px 25px;
    border: 1px solid #E31E24;
    transition: all .3s ease-in-out;
}

.block-hidden {
    display: none;
}

.owl-theme .owl-nav_rewiews {
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.pull-right {
    float: right !important;
}


.footer {
    background-color: #fade3f;
    padding: 20px 0;
    color: rgba(255, 255, 255, 1);
}

.footer_dark {
    background-color: #222;
}

.footer--info .cop {
    color: rgba(255, 255, 255, 0.5);
}

a.footer_policy_li {
    color: white !important;
    font-size: 20px;
}

.main-menu--link:hover {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.main-menu--item:hover .dropdown-menu {
    display: block;
}

.page-head.page-head_compact {
    padding-bottom: 10px;
}

.page-head.page-head_compact {
    padding: 25px 0px;
}
@media (max-width: 769px) {
    .page-head.page-head_compact {
        padding-top: 75px;
    }
}
.page-head {
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
}

.page-head_compact {
    border-bottom: 0;
}

.breadcrumb div {
    display: inline-block;
    color: rgba(0, 0, 0, 0.7);
    margin-right: 5px;
    font-size: 0.85em;
}

.breadcrumb-item i {
    margin-right: 5px;
}

.fa-angle-right:before {
    margin-left: 2px;
}

.fa-angle-right:before {
    content: "\f105";
}

.md-wrapper .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: inherit;
    color: inherit;
    content: '';
}

.service--img_icon {
    margin: 0 auto;
}


.service {
    box-sizing: border-box;
    height: 100%;
    margin: 0 -15px;
    padding: 30px 20px;
    transition: all 0.3s ease 0s;
    height: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

.service {
    padding: 0px;
    margin: 0px;
}

.service--link {
    display: block;
    height: 100%;
}

a.service--link {
    max-width: 200px;
}

content-wrapper .row {
    max-width: none;
}

.row-in {
    margin-left: -15px;
    margin-right: -15px;
}

.mb50 {
    margin-bottom: 50px !important;
}

.content-wrapper .first-elem + * {
    margin-top: 0;
}

.service--title {
    font-size: 1.1em;
    margin-top: 30px;
    font-weight: 700;
    line-height: 1.3em;
}

.service--title {
    margin-top: 10px;
}

a .service--title span {
    border-bottom: 1px solid rgba(250, 222, 63, 0.1);
}

.service--title span {
    color: #111;
}

a .service:hover .service--title span {
    color: #e31e24;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.img-responsiver {
    max-width: 100%;
    display: block;
    border-radius: 3px;
}

.g-news__el .g-news__content .g-news--title {
    margin-bottom: 6px;
    color: #333 !important;
    font-size: 15px;
}

.g-news .g-news__content .g-news--date {
    margin: 2px 0 9px 0;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    font-size: 12px;
    color: #888888;
}

.g-news .g-news__content .g-news--title a {
    color: #333 !important;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.news-detail-image {
    max-width: max-content;
}

.pull-left {
    float: none !important;
}

.news-detail-image {
    margin-right: 25px;
    text-align: left;
    max-width: 300px;
    margin-bottom: 20px;
    padding: 0;
}

a.gallery-item {
    outline: none;
}


.gallery-item {
    position: relative;
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    background-color: #000;
    margin: 15px 0;
    border-radius: 3px;
}

.gallery-item {
    height: 100%;
}

.g-news-add-date {
    color: #e31e24;
}

.content-wrapper p {
    margin: 20px 0;
}

.content-wrapper h1, .content-wrapper .h1, .content-wrapper h2, .content-wrapper .h2, .content-wrapper h3, .content-wrapper .service-2--title, .content-wrapper .h3, .content-wrapper h4, .content-wrapper .h4, .content-wrapper h5, .content-wrapper .h5, .content-wrapper h6, .content-wrapper .h6 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.content-wrapper ul li, .main-services ul li {
    padding: 12px 0 12px 25px;
    position: relative;
}

.content-wrapper ul li, .main-services ul li {
    padding: 5px 0 0px 25px;
}

.nav--item:last-child a {
    border-bottom: none;
}

.content-wrapper ul li:last-child, .content-wrapper ol li:last-child, .content-wrapper ul ul li:last-child, .content-wrapper ol ol li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

ol, ul {
    padding-left: 0 !important;
}

.content-wrapper .col-md-9 ul li:before, .main-services ul li:before {
    background: #fade3f;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 7px;
    border-radius: 20px;
}

.content-wrapper .col-md-9 ul li:before, .main-services ul li:before {
    border-radius: 0px;
    background: #e31e24;
    top: 12px;
    padding-right: 0;
}

.service--img img {
    max-height: 200px;
    max-width: 200px;
}

.news-detail-image {
    max-width: max-content;
}

.row.flexbox {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.accordion-item_opened {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid transparent;
}

.accordion-item--title, .content-wrapper .accordion-item--title {
    font-size: 1.2em;
    padding: 40px 80px 40px 40px;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    margin: 0 !important;
}


.accordion-item--title:after {
    width: 26px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    content: "\f107";
    right: 40px;
    top: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-family: 'fontAwesome';
    text-align: center;
    font-size: 24px;
}

.accordion-item_opened .accordion-item--title:after {
    content: "\f106";
}

.accordion-item--content {
    padding: 0 40px 40px;
}

.accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    margin-top: -1px;
}

.accordion-item_opened .accordion-item--title {
    color: #e31e24;
    padding: 40px 80px 40px 40px;
}

.accordion-item_opened {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid transparent;
}

/*Тарифы*/
.page-top-main_custom {
    background: #f9f9fa;
    overflow: hidden;
}

.page-top-custom {
    padding: 25px 0px;
}
@media (max-width: 769px) {
    .page-top-custom {
        padding-top: 75px;
    }
}
.page-top-custom_breadcrumb {
    margin-bottom: 15px;
}

.page-top-main_custom .container {
    padding: 30px 60px;
    min-height: 350px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.page-top-main_custom .page-top-main_cont {
    position: relative;
    z-index: 10;
    max-width: 620px;
    text-align: left;
}

.page-top-main_custom .page-top-main_cont .page-top-main_title {
    font-size: 2.133em;
    margin-bottom: 20px;
    text-align: left;
}

.page-top-main_custom .page-top-main_cont .page-top-main_desc {
    font-weight: 300;
    font-size: 1.3em;
    margin-bottom: 35px;
}

.page-top-main_links {
    display: flex;
    flex-wrap: wrap;
}

.page-top-main_links a {
    margin-right: 25px;
    margin-bottom: 15px;
    min-width: 240px;
    text-align: center;
}

.btn-orange {
    display: inline-block;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 300;
    background: #fcde38;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-decoration: none;
    color: #222 !important;
    padding: 0px 25px;
    transition: all .2s ease-out;
    border: none;
    cursor: pointer;
}

.page-top-main_links a:last-child {
    margin-right: 0px;
}

.page-top-main_custom .page-top-main_bg {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 530px;
    content: "";
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

blockquote {
    margin: 0;
    color: #000000;
    padding: 30px 30px 30px 60px;
    /* border-left: 8px solid var(--yellow-color); */
    border-left: 8px solid var(--red-color);
    position: relative;
    background: #f9f8eb;
    font-weight: normal;
}

blockquote:before {
    content: "\201C";
    font-family: Arial;
    color: var(--red-color);
    font-size: 70px;
    position: absolute;
    left: 15px;
    top: 5px;
}

span.cifra {
    color: var(--yellow-color);
    font-size: 18px;
    font-weight: bold;
}

.content-wrapper hr {
    margin-top: 60px;
}

hr {
    border-color: rgba(0, 0, 0, 0.05);
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 1px;
    size: 1px;
    margin: 8px 0;
}

.dropdown-select {
    position: relative;
    display: block;
    margin-bottom: 0px;
    width: 100%;
    max-width: 280px;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea {
    padding: 5px 0;
}

.dropdown-select input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.dropdown-select .dropdown-select__title {
    margin-bottom: 8px;
    white-space: nowrap;
    font-size: 16px;
}

.dropdown-select .dropdown-select__curent {
    white-space: nowrap;
    font: 16px 'PTSansBold', 'Arial', sans-serif;
    color: #252525;
    cursor: pointer;
    padding: 0px 40px 0px 0px;
    position: relative;
    line-height: 30px;
    cursor: pointer;
    user-select: none;
}

.dropdown-select .dropdown-select__curent:before {
    display: block;
    width: 29px;
    height: 30px;
    background: url(/local/templates/bo52/images/taxation-system-btn.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    margin-left: 10px;
    margin-top: -5px;
}

.dropdown-select .dropdown-select__curent:after {
    border-bottom: 1px dotted #252525;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 40px);
}

.dropdown-select._active .dropdown-select__list {
    top: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}

.dropdown-select .dropdown-select__list {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 20;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 10px 0px;
    top: calc(100% + 15px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.dropdown-select .dropdown-select__list {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 20;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 10px 0px;
    top: calc(100% + 15px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.dropdown-select .dropdown-select__list .dropdown-select__item._active {
    background: rgb(255, 222, 65);
}

.dropdown-select .dropdown-select__list .dropdown-select__item {
    padding: 10px 20px;
    font: normal 15px / 18px 'PTSansNarrow', 'Arial', sans-serif;
    color: #000;
    text-shadow: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    user-select: none;
}

.calculator-row {
    display: flex;
    justify-content: space-between;
    max-width: 720px;
}

.calculator-row .calculator-col {
    width: calc(50% - 15px);
}

.dropdown-select .dropdown-select__title {
    margin-bottom: 8px;
    white-space: nowrap;
    font-size: 16px;
}

.dropdown-select input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.reporting-calculator {
    max-width: 620px;
}

.operations-count-control, .taxation-system-control {
    float: left;
    width: 280px;
    margin: 10px 0 45px;
    color: #000;
    margin-right: 40px;
}

.reporting-calculator .operations-count-control, .reporting-calculator .taxation-system-control {
    float: none;
    width: auto;
    margin-right: 0px;
    margin: 0px 0px 25px 0px;
}

.reporting-calculator .operations-count-control.content_center, .reporting-calculator .taxation-system-control.content_center {
    text-align: center;
}

.operations-count-control p {
    margin-bottom: 15px;
}

.button_reporting_type {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #DEC630;
    border-radius: 8px;
    cursor: pointer;
    margin: 0px 12px;
}

.button_reporting_type.active {
    background: #FFD51B;
}

.reporting-calculator .reporting-calculator__row {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 30px;
}

.reporting-calculator .reporting-calculator__row .reporting-calculator__col {
    display: flex;
    justify-content: center;
    width: calc(50% - 25px);
}

.reporting-calculator .reporting-calculator__row .reporting-calculator__col:first-child {
    margin-right: 25px;
}

.board {
    max-width: 600px;
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    padding: 18px 35px 32px 35px;
    position: relative;
    margin-bottom: 25px;
}

.reporting-calculator .board {
    max-width: 100%;
    margin: 0px;
    margin-bottom: 25px;
}

.reporting-calculator .board {
    display: flex;
    justify-content: center;
}

.board-arrow {
    display: block;
    width: 29px;
    height: 16px;
    background: url(/local/templates/bo52/images/board-arrow.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: -16px;
}

.taxation-system-control.tax_system {
    margin: 0px;
}

.board .board-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.board-header {
    color: #707070;
    font-size: 16px;
}

.board .board-header .icon-rub {
    width: 15px;
    height: 15px;
    background: url(/local/templates/bo52/images/ruble-currency-sign.svg) no-repeat center;
    background-size: contain;
    margin-left: 5px;
    top: 0;
    left: 0;
}

.board-value {
    font-size: 42px;
    margin-top: 7px;
    white-space: nowrap;
}

.board .board-value span {
    display: block;
    line-height: 1.2;
}

.calculator-tarif .calculator-tarif__wrapper {
    max-width: 720px;
}

.calculator-tarif .calculator-tarif__row {
    display: flex;
}

.calculator-tarif .operations-count-control, .taxation-system-control {
    float: none;
}

.calculator-tarif .operations-count-control.content_left {
    margin-right: 0px;
    width: 100%;
    padding-right: 0px;
}

.calculator-tarif .operations-count-control__row {
    display: flex;
    align-items: flex-end;
}

.calculator-tarif .operations-count-control__row .operations-count-control__left {
    font-size: 14px;
    color: #555;
    line-height: 1.1;
    position: relative;
    top: 16px;
}

.calculator-tarif .operations-count-control__row .operations-count-control__left {
    font-size: 16px;
    line-height: 1.2;
    width: 170px;
    margin-right: 20px;
    padding-right: 0px;
}

.calculator-tarif .operations-count-control__row .operations-count-control__center {
    width: calc(100% - 360px);
    margin-right: 20px;
}

.calculator-tarif .operations-count-control__row .operations-count-control__center .__title {
    font-size: 16px;
    color: #555;
    text-align: center;
}

.jslider {
    display: block;
    width: 100%;
    height: 1em;
    position: relative;
    top: 0.6em;
    font-family: Arial, sans-serif;
}

.jslider table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.jslider table, .jslider table tr, .jslider table tr td {
    width: 100%;
    vertical-align: top;
}

.jslider table, .jslider table tr, .jslider table tr td {
    width: 100%;
    vertical-align: top;
}

.jslider td, .jslider th {
    padding: 0;
    vertical-align: top;
    text-align: left;
    border: 0;
}

table tr:last-child td {
    border-bottom: none;
}

.jslider .jslider-bg {
    position: relative;
    height: 7px;
    background: url(/local/templates/bo52/images/slider-line.gif) repeat-x;
}

.jslider .jslider-bg i {
    height: 7px;
    position: absolute;
    font-size: 0;
    top: 0;
}

.jslider .jslider-bg .l {
    width: 10%;
    background-position: 0 0;
    left: 0;
}

.jslider .jslider-bg .f {
    width: 80%;
    left: 10%;
    background-repeat: repeat-x;
    background-position: 0 -20px;
}

.jslider .jslider-bg .r {
    width: 10%;
    left: 90%;
    background-position: right 0;
}

.jslider .jslider-bg .v {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 0;
    height: 5px;
    background-repeat: repeat-x;
    background-position: 0 -40px;
}

.jslider .jslider-value {
    margin-top: 10px;
    font: 14px / 25px 'PTSansBold', 'Arial', sans-serif;
    color: #252525;
    text-shadow: 0 1px 0 #FFFF28;
    z-index: 2;
    display: inline-block;
}

.jslider-single .jslider-pointer-to, .jslider-single .jslider-value-to, .jslider-single .jslider-bg .v, .jslider-limitless .jslider-label {
    display: none;
}

.jslider .jslider-pointer {
    background: url(/local/templates/bo52/images/jslider.png) no-repeat 0 0;
    text-align: center;
}

.jslider .jslider-pointer {
    width: 68px;
    height: 42px;
    background-position: 0 0;
    position: absolute;
    left: 20%;
    top: -23px;
    margin-left: -34px;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}

.jslider .jslider-pointer-to {
    left: 80%;
}

.jslider .jslider-label {
    font-size: 9px;
    line-height: 12px;
    color: black;
    opacity: 0.4;
    white-space: nowrap;
    padding: 0px 2px;
    position: absolute;
    top: -17px;
    left: 0px;
}

.jslider .jslider-label-to {
    left: auto;
    right: 0;
}

.jslider .jslider-scale {
    position: relative;
    top: 9px;
}

.calculator-tarif .operations-count-control__row .operations-count-control__right {
    font-size: 16px;
    line-height: 1.2;
    width: 150px;
    color: #555;
}

.calculator-tarif .board .tax_system__results {
    display: flex;
}

.calculator-tarif .board .tax_system__results .tax_system__board:first-child {
    margin-right: 40px;
}

.tax_system__results .board-header .icon-stand {
    width: 21px;
    height: 24px;
    top: 0px;
    left: 0px;
    background: url(/local/templates/bo52/images/standing-up-man-.svg) no-repeat center;
    background-size: contain;
    margin-right: 5px;
    margin-left: 5px;
}

.tooltip-question {
    width: 20px;
    height: 20px;
    margin-left: -5px;
    top: -5px;
    position: relative;
    display: inline-block;
}

.tax_system__results .board-header .tooltip-question {
    margin-left: 0px;
    top: 0px;
}

.tooltip-question__image {
    display: block !important;
    cursor: pointer;
    opacity: 0.8;
}

.tooltip-question__text {
    display: none;
    position: absolute;
    bottom: 0px;
    width: 185px;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    padding: 10px;
    border: 1px solid #e8e8e8;
    white-space: normal;
    color: #555;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
    left: 25px;
    z-index: 15;
}

.tooltip-question:hover .tooltip-question__text {
    display: block;
}

.board-value .js-minus_employees {
    width: 20px;
    height: 20px;
    display: flex;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: #fcde38;
    font-size: 18px;
    font-weight: 700;
}

.board-value #employees {
    font-size: 38px;
    height: 30px;
    width: 50px;
    display: flex;
    line-height: 30px;
    align-items: center;
    justify-content: center;
}

.board-value .js-plus_employees {
    width: 20px;
    height: 20px;
    display: flex;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: #fcde38;
    font-size: 18px;
    font-weight: 700;
}

.board .board-value {
    margin-top: 0px;
    height: 50px;
    display: flex;
    align-items: center;
}

.calculator-tarif .operations-count-control, .taxation-system-control {
    float: none;
}

.taxation-system-control {
    position: relative;
}

.taxation-system-control .tax_system__title {
    margin-bottom: 13px;
    white-space: nowrap;
    font-size: 16px;
    color: #555;
}

.tax_system__current {
    display: flex;
    width: 100%;
    max-width: 280px;
}

.tax_system__current .currrent-taxation-system {
    width: calc(100% - 39px);
}

.currrent-taxation-system {
    float: left;
    font: 16px 'PTSansBold', 'Arial', sans-serif;
    border-bottom: 1px dotted #252525;
    color: #252525;
    cursor: pointer;
}

.taxation-system-btn {
    display: block;
    width: 29px;
    height: 30px;
    background: url(/local/templates/bo52/images/taxation-system-btn.png) no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 10px;
    margin-top: -5px;
}

.dropdown_list_wrap {
    display: none;
    position: absolute;
    left: -20px;
    top: -10px;
    z-index: 10;
}

.calculator-tarif .dropdown_list_wrap {
    left: 0px;
}

.taxation-system-control .dropdown_list_wrap {
    top: 85px;
}


.taxation-system-control .dropdown_list {
    width: 230px;
}

.dropdown_list {
    padding: 10px 0;
    background: #fff;
    width: 230px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.calculator-tarif .taxation-system-control .dropdown_list {
    width: 100%;
}

.taxation-system-control .dropdown_list_item {
    padding: 5px 20px;
    cursor: pointer;
}

.rewiew-group .rewiew {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 -3px 0 0 #e31e24 inset;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.rewiew--autor {
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.rewiew--descr {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
}

.rewiew--inner-wrapper {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 33px;
}

.rewiew--picture {
    height: 100%;
    width: 100%;
    display: block;
}

.rewiew--picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rewiew--text {
    color: #000;
    font-size: 0.95em;
}

.content-wrapper p {
    margin: 20px 0;
}

/*Контакты*/
.office h3, .office .service-2--title {
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0;
}

.content-wrapper p {
    margin: 20px 0;
}

.contacts-element {
    position: relative;
    padding-left: 25px;
}

.office--adress {
    padding-bottom: 10px;
}

.contacts-element .fa {
    position: absolute;
    left: 0;
    top: 4px;
}

.row.flexbox {
    display: flex !important;
    flex-wrap: wrap;
}

.contacts-element {
    position: relative;
    padding-left: 25px;
}

.office--contacts i {
    font-size: 1em;
}

.fa-phone:before {
    content: "\f095";
}

.office--contacts a {
    margin-right: 30px;
}

.main-contacts {
    padding-bottom: 30px;
}

.row-in {
    margin-left: -15px;
    margin-right: -15px;
}

.office {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 0;
}

.company-contacts .office:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

h2, h3 {
    max-width: 750px;
}

h3 {
    font-size: 21px;
    font-weight: 700;
}

.popup-review {
    width: calc(100% - 30px);
    max-width: 700px;
}

.rewiew--autor {
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.office--contacts.row.flexbox::before {
    content: none;
}

.office--contacts.row.flexbox::after {
    content: none;
}

.nav--item:last-child a {
    border-bottom: none;
}

.nav--item_active > a {
    color: #e31e24 !important;
}

table.custom-table tr:first-child td, table.custom-table tr:first-child th {
    background: #dfe8b9 !important;
    text-align: left !important;
    padding: 10px 44px;
    color: #222;
    font-weight: 700;
    font-size: 18px;
}


table.custom-table tr td {
    background: #f5f5f5;
    text-align: left !important;
    padding: 10px 44px;
}

table.custom-table tr:nth-child(even) td {
    background: #f5f5f5;
}

table.custom-table {
    text-align: center;
    display: inline-block;
    padding: 0px;
}

table.custom-table {
    background: #fff;
    border-collapse: separate;
    border-spacing: 3px;
    border: none;
    margin-bottom: 54px;
}

.col-xs-2 {
    width: 16.66667% !important;
}

.col-xs-3 {
    width: 25% !important;
}

.footer .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin-bottom: 20px;
}

.pull-right {
    float: right !important;
}

.f-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
}

a.f-menu--item {
    font-size: 13px;
}

a.f-menu--item:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
}

.f-menu--item {
    color: rgba(255, 255, 255, 1) !important;
    padding-right: 30px;
    padding-top: 7px;
    display: inline-block;
}

.f-menu--item span {
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.footer--contacts {
    text-align: right;
}

.f-phone-number, .f-phone-number a, .f-email, .f-email a {
    color: #fff !important;
}

.f-phone-number {
    font-size: 1.3em;
}

.header_li_p_f {
    margin-top: 8px;
}

.f-phone-number, .f-phone-number a, .f-email, .f-email a {
    color: #fff;
}

.footer--info {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer--info .cop {
    color: rgba(255, 255, 255, 0.5);
}

a.footer_policy_li {
    color: white;
    font-size: 20px;
}

.content-wrapper ol {
    counter-reset: list1;
}

.content-wrapper ol li {
    list-style: outside none none;
    padding: 12px 0 0px 40px;
    position: relative;
}

.content-wrapper ol li {
    padding: 12px 0 0px 40px;
}

.content-wrapper ol li:before {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    color: #fade3f;
    content: counter(myCounter, decimal);
    counter-increment: myCounter;
    display: block;
    font-size: 0.85em;
    font-weight: 400;
    height: 26px;
    left: 0;
    line-height: 26px;
    margin: 5px 10px 5px 0;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 26px;
}

.content-wrapper ol li:before {
    color: #e31e24;
}

.content-wrapper ol li:before {
    content: counter(list1, decimal) " ";
    counter-increment: list1;
}

.page-form {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1) inset;
    margin-top: 60px;
    padding: 0;
    border-radius: 3px;
}

.content-wrapper .container .page-form {
    max-width: 100%;
}

.row-in {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.form--data_bg {
    background-color: rgba(255, 255, 255, 1);
    border: 5px solid #e31e24;
    border-radius: 3px;
}

.form--data_bg [type="checkbox"]:not(:checked) + label:before, .md-wrapper [type="checkbox"]:checked + label:before, .jqmWindow [type="checkbox"]:not(:checked) + label:before, .jqmWindow [type="checkbox"]:checked + label:before {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.page-form .form--data {
    padding: 10px 10px;
    position: relative;
}

.page-form .form--data:before {
    border-color: rgba(245, 27, 27, 0);
    border-left-color: #e31e24;
    border-width: 27px;
    margin-top: -27px;
}

.page-form .form--data:after, .form--data:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.page-form .form--data {
    padding: 15px 25px;
    position: relative;
}

.form-control {
    border-radius: 0 !important;
}

textarea#form_MESSAGE {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    min-height: 54px;
}

.form--descr {
    padding: 16px 30px;
}

.table-container table tr:nth-child(even) td {
    background: #eff5f7;
}

.h3, h3 {
    font-size: 21px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.page-form .form--data:after, .form--data:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.page-form .form--data:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 20px;
    margin-top: -20px;
}

textarea {
    resize: vertical;
    vertical-align: top;
    min-height: 54px !important;
}

.service_adop {
    height: 307px;
}

.news-detail .page-form .form--data {
    padding: 28px 25px;
    position: relative;
}

.news-detail .form--descr {
    padding: 1px 30px;
}

.form--data_contacts {
    margin-top: -90px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.form--data {
    padding: 80px 60px;
    position: relative;
    border-radius: 3px;
}

.form h2, .form h3, .form .service-2--title {
    padding: 0 0 30px;
    margin: 0;
}

.jqmWindow {
    /*display: none;*/
    position: fixed;
    top: 6%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    border-radius: 3px;
    z-index: 3000;
    margin-left: -250px;
}

.modal--back {
    width: 100%;
    display: none;
    height: 100%;
    background-color: hwb(0deg 0% 100% / 50%);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2999;

}

.modal--header {
    padding: 30px 60px;
}

.modal--header .h2 {
    font-size: 1.8em;
    font-weight: 400;
}

.modal--descr {
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.jqmWindow .form {
    padding: 0 60px 60px;
}

.jqmClose.top-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 2em;
}

.custom-file-input {
    width: 100%;
    display: flex;
}

.custom-file-input label.btn-primary, .custom-file-input label.btn-default {
    background: #fade3f;
    color: #fff;
}

.custom-file-input .btn-xs {
    padding: 6px 15px;
    font-size: 13px;
}

.custom-file-input input {
    display: none;
}

.custom-file-input--name {
    display: block;
    vertical-align: middle;
    margin-left: 158px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 36px;
    font-size: 13px;
}

.btn-default {
    color: #fff !important;
    background: #fade3f !important;
    border-color: #fade3f !important;
}

.show {
    display: block !important;
}

.peoples {
    padding-top: 20px;
}

.peoples [class*="col-md-"] {
    margin-bottom: 30px;
    height: 431px;
}

.content-wrapper ul li p:first-child, .content-wrapper ol li p:first-child {
    margin-top: 0;
}

.people {
    text-align: left;
    padding: 0 0 20px;
    background: #fff;
    transition: all 0.3s ease 0s;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px;
}

.content-wrapper .people {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.07) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.people--photo {
    height: 255px;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-position: center;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin: 0;
    box-shadow: 0 0 0 2px #fff inset;
    border-radius: 3px 3px 0 0;
}

.content-wrapper .people--photo {
    box-shadow: none;
}

.people--name {
    color: #111;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0 20px;
    font-size: 1.1em;
}

.people--info {
    color: rgba(0, 0, 0, 0.7);
    padding: 0 20px;
}

.people--contacts {
    margin: 0 20px;
    padding: 10px 0 0;
}

.people--contact {
    padding-top: 5px;
}

.people--contact i {
    color: #e31e24;
    width: 20px;
    height: 20px;
    text-align: center;
}

.swiper-button-next {
    right: -100px !important;
}

.swiper-button-prev {
    left: -100px !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {

    /*content: "\f105" !important;*/
    margin-right: -3px;
    font-size: 0.5em !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {

    font-size: 0.5em !important;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal {
    padding-bottom: 80px;
}

.swiper-button-next {
    background-image: none;
    color: #e31e24 !important;
    font-size: 2.5em !important;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 50px !important;
    height: 50px !important;
    line-height: 48px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    font-family: 'fontAwesome' !important;
    border-radius: 50% !important;
}

.swiper-button-prev {
    background-image: none;
    color: #e31e24 !important;
    font-size: 2.5em !important;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 50px !important;
    height: 50px !important;
    line-height: 48px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    font-family: 'fontAwesome' !important;
    border-radius: 50% !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #E31E24;
    background-color: transparent;

}

span.swiper-pagination-bullet {
    /*display: block;*/
    width: 10px;
    height: 10px;
    margin: 0 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 1);
    transition: all 0.3s ease 0s;
    border: 2px solid #fff;
}

@media (min-width: 1490px) {
    .teaser {
        padding: 0 20px;
    }

}

@media (max-width: 1400px) {
    .swiper-button-next {
        right: -50px !important;
    }

    .swiper-button-prev {
        left: -50px !important;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 96% !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .swiper-button-next {
        position: absolute;
        right: 0 !important;
        bottom: 0 !important;
        top: unset !important;
    }

    .swiper-button-prev {
        left: unset !important;
        position: absolute;
        right: 65px !important;
        bottom: 0 !important;
        top: unset !important;
    }

    .container, .container-lg, .container-md, .container-sm {
        max-width: unset !important;
    }

    ul > .main-menu--item_drop > .main-menu--link {
        font-size: 0.85em !important;
    }

    .main-menu--link {
        font-size: 0.85em !important;
    }
}

}
@media screen and (max-width: 768px) {
    /*.swiper-button-next{
        display: none;
    }
    .swiper-button-prev{
        display: none;
    }*/
    .row.flexbox .g-news {
        padding-left: 0px;
        padding-right: 0px;
    }

    .accounting-outsourcing .accounting-outsourcing__title h2 {
        font-size: 1.6em;
    }

    .padding-default {
        padding: 10px 0;
    }

    .accounting-outsourcing {
        margin-bottom: 10px;
        padding: 20px 0px;
    }

    /*.s-support-tarifs .support-tarif .support-tarif__title h3 {
        font-size: 1.6em !important;
    }*/
    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

}

@media (max-width: 620px) {
    .swiper-button-next {
        display: none !important;
    }

    .swiper-button-prev {
        display: none !important;
    }

    .main-news .row {
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px;
    }

    .reporting-calculator .reporting-calculator__row {
        flex-direction: column;
        align-items: center;
    }

    .reporting-calculator .reporting-calculator__row .reporting-calculator__col {
        width: 280px;
    }

    .reporting-calculator .reporting-calculator__col .operations-count-control,
    .reporting-calculator .reporting-calculator__col .taxation-system-control {
        width: 100%;
    }

    .reporting-calculator .reporting-calculator__col .currrent-taxation-system {
        width: calc(100% - 48px);
    }

    .reporting-calculator .reporting-calculator__row .reporting-calculator__col:first-child {
        margin-right: 0px;
    }

    .reporting-calculator .reporting-calculator__row .reporting-calculator__col:last-child {
        margin-left: 0px;
    }

    .calculator-row {
        flex-direction: column;
        align-items: center;
    }

    .calculator-row .calculator-col {
        width: 280px;
        margin-bottom: 20px;
    }

    .dropdown-select {
        margin: 0px auto 20px auto;
    }
}

@media screen and (max-width: 580px) {
    .calculator-tarif .operations-count-control__row .operations-count-control__left {
        top: 0px;
    }
}

@media screen and (max-width: 992px) {
    .calculator-tarif .calculator-tarif__row {
        display: block;
        margin-bottom: 80px;
    }

    .s-support-tarifs .support-tarif .support-tarif__title h3 {
        font-size: 2em !important;
    }
}

@media screen and (max-width: 720px) {
    .calculator-tarif .board {
        flex-direction: column;
        align-items: center;
    }

    .calculator-tarif .board .taxation-system-control {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .calculator-tarif .calculator-tarif__row {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 580px) {
    .calculator-tarif .operations-count-control__row {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .calculator-tarif .operations-count-control__row .operations-count-control__left {
        order: 2;
        margin-right: 0px;
    }

    .calculator-tarif .operations-count-control__row .operations-count-control__center {
        width: 100%;
        order: 1;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .calculator-tarif .operations-count-control__row .operations-count-control__right {
        order: 3;
    }
}

.office {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 0;
}

@media (max-width: 769px) {
    .s-support-tarifs .support-tarif .support-tarif__title h3 {
        font-size: 1.6em !important;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    table.custom-table {
        overflow-y: scroll;
        max-width: 100%;
    }

    .table-container.is-responsive table tbody td, .table-container.is-responsive table tbody td:first-child > p {
        font-size: 13px;
    }

    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }

    .table-container.is-responsive table td {
        display: block;
        flex: 1;
        padding: 5px;
    }

    .callback_frame.jqmWindow.jqm-init {

        position: fixed;
        top: 6%;
        left: 15%;
        width: 70%;
        margin-left: -300px;
        max-width: 100%;
        width: 70%;
        background-color: #fff;
        padding: 0;
        overflow: hidden;
        border-radius: 3px;
        z-index: 3000;
        margin-left: 0;

    }

    .form--descr {
        padding: 1px 30px;
    }

    .tooltip-question {
        display: none;
    }

    .hide-sm {
        display: none !important;
    }

    .table-container.is-responsive table {
        display: block;
    }

    .header--row {
        display: block !important;
    }

    .header [class*="col-md-"] {
        display: block;
    }

    a.logo, .header_compact a.logo {
        height: auto;
        line-height: 1;
    }

    a.logo img {
        max-width: 150px;
    }

    .header {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        position: fixed;
        z-index: 108;
        width: 100%;
    }

    .show-sm {
        display: block !important;
    }

    .mobile-menu--btn {
        position: fixed;
        top: 8px;
        right: 15px;
        font-size: 2em;
        z-index: 1001;
        background: #fade3f;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        color: #fff;
    }

    .mobile-menu--btn span:before {
        content: "\f0c9";
        display: block;
        height: 40px;
        line-height: 40px;
        width: 50px;
        font-family: 'fontAwesome';
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .mobile-menu--block {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto !important;
        z-index: 999;
        padding-top: 20px;
    }

    .mobile-menu-contacts {
        padding-left: 20px;
    }

    .mobile-menu-contacts i {
        display: none;
    }

    .mobile-menu-contacts--phone {
        display: inline-block;
        padding: 5px 0;
        font-size: 1.4em;
    }

    p.header_li_p_f {
        margin-top: 8px;
    }

    .mobile-menu {
        padding-top: 20px;
    }

    .mobile-menu li {
        position: relative;
    }

    .mobile-menu .with-dropdown a {
        padding-right: 60px;
    }

    .show-m-dropdown-menu-btn, .show-m-dropdown-menu-btn:hover {
        background: transparent;
        border: 2px solid rgba(250, 222, 63, 0.5);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        color: #fade3f;
        display: block;
        font-size: 2em;
        height: 40px;
        line-height: 36px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 10px;
        width: 40px;
    }

    .mobile-menu--btn_opened {
        background-color: #e31e24;
    }

    .mobile-menu--btn span {
        display: inline-block;
    }

    .mobile-menu--btn span:before {
        content: "\f0c9";
        display: block;
        height: 40px;
        line-height: 40px;
        width: 50px;
        font-family: 'fontAwesome';
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .m-dropdown-menu {
        display: none;
    }

    .mobile-menu li a, .mobile-menu li a:hover {
        display: block;
        padding: 20px;
        color: #000 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .mobile-menu--btn_opened span:before {
        content: "\f00d";
    }

    .table-container.is-responsive table thead,
    .table-container.is-responsive table tbody {
        display: block;
    }

    .table-container.is-responsive table tr {
        display: flex;
    }

    .table-container.is-responsive:not(.is-alt) table tr {
        flex-flow: row wrap;
    }

    .table-container.is-responsive:not(.is-alt) table tr:last-child {
        flex-flow: row nowrap;
    }

    .table-container.is-responsive table td {
        display: block;
        flex: 1;
        padding: 5px;
    }

    .table-container.is-responsive table thead td {
        font-size: 13px;
    }

    .table-container.is-responsive table thead td .title {
        font-size: 17px !important;
    }

    .table-container.is-responsive table thead td .btn-inline {
        white-space: normal;
    }

    .table-container.is-responsive table thead td .btn-inline i {
        margin: 0 5px;
    }

    .table-container.is-responsive table tbody td .smile {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .table-container.is-responsive:not(.is-alt) table tbody td:first-child {
        flex: 1 0 100%;
    }

    .table-container.is-responsive table tr.line,
    .table-container.is-responsive table td:empty {
        display: none;
    }

    .table-container.is-responsive:not(.is-alt) table tbody td,
    .table-container.is-responsive:not(.is-alt) table tbody td:first-child > p {
        text-align: center !important;
    }

    .table-container.is-responsive table tbody td,
    .table-container.is-responsive table tbody td:first-child > p {
        font-size: 13px;
    }

    .table-container.is-responsive table tbody td .btn {
        margin: 0;
        margin-top: 10px;
        padding: 7px 9px;
        font-size: 12px;
        font-weight: 400;
    }
}

@media (max-width: 1200px) {

    .main-block-header {
        padding-bottom: 0px;
    }
}

@media (max-width: 992px) {
    .accounting-outsourcing .accounting-outsourcing__title h2 {
        font-size: 2em;
    }

    .accounting-outsourcing .accounting-outsourcing__row .accounting-outsourcing__content {
        width: calc(100% - 330px);
    }

    .accounting-guarantees .maxwidth-theme,
    .accounting-guarantees .maxwidth-theme {
        padding-left: 16px;
        padding-right: 17px;
    }

    .accounting-guarantees .accounting-guarantees__title h2 {
        font-size: 2em;
    }

    .accounting-guarantees .accounting-guarantees__subtitle h3 {
        font-size: 19px;
    }

    .access-cloud .access-cloud__content h2 {
        font-size: 2em;
    }

    .s-support-tarifs .support-tarifs__title h2 {
        font-size: 2em;
    }

    .s-support-tarifs .support-tarif .support-tarif__title h3 {
        font-size: 2em;
    }

    .s-support-tarifs .support-tarif .support-tarif__price {
        font-size: 1.7em;
    }

    .s-support-tarifs .support-tarif {
        width: calc(50% - 15px);
    }

    .front-command .front-command__title h2 {
        font-size: 2em;
    }

    .front-command .front-command__img img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .services-2 {
        padding: 0px;
    }

    .main-about .col-md-8 {
        padding-left: 15px;
    }
}

.front-video iframe, .front-video object, .front-video video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    .footer.footer_dark .container .row .col-xs-2 {
        width: 100% !important
    }

    .main-news .row {
        display: flex !important;
        flex-wrap: wrap;
    }

    .accounting-outsourcing .accounting-outsourcing__row .accounting-outsourcing__img {
        display: none;
    }

    .accounting-outsourcing .accounting-outsourcing__row .accounting-outsourcing__img img {
        display: none;
    }

    .accounting-outsourcing .accounting-outsourcing__row .accounting-outsourcing__img {
        display: none;
    }

    .accounting-outsourcing .accounting-outsourcing__row .accounting-outsourcing__content {
        width: 100%;
    }

    .accounting-outsourcing .accounting-outsourcing__title h2 {
        font-size: 1.6em;
    }

    .accounting-guarantees .accounting-guarantees__row {
        display: block;
    }

    .accounting-guarantees .accounting-guarantees__el {
        margin-right: 0px;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .accounting-guarantees .accounting-guarantees__title h2 {
        font-size: 1.6em;
    }

    .accounting-guarantees .accounting-guarantees__subtitle h3 {
        font-size: 18px;
    }

    .access-cloud .access-cloud__img {
        width: 200px;
    }

    .access-cloud .access-cloud__content {
        width: calc(100% - 250px);
    }

    .access-cloud .access-cloud__content h2 {
        font-size: 1.6em;
    }

    .s-support-tarifs .support-tarifs__title h2 {
        font-size: 1.6em;
    }

    .s-support-tarifs .support-tarif .support-tarif__title h3 {
        font-size: 1.6em;
    }

    .s-support-tarifs .support-tarif .support-tarif__price {
        font-size: 1.4em;
    }

    .s-support-tarifs .support-tarifs__row {
        display: block;
    }

    .s-support-tarifs .support-tarif {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px;
    }

    .front-command .front-command__title h2 {
        font-size: 1.6em;
    }

    .front-command {
        margin-bottom: 60px;
    }

    .accounting-outsourcing .container,
    .accounting-guarantees .container,
    .front-video .container,
    .s-support-tarifs .container,
    .front-command .container,
    .access-cloud .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .teaser {
        text-align: center;
        padding-left: 0px;
    }

    .teaser--title {
        text-align: center;
    }

    .teaser--title img {
        position: relative;
        max-width: 100%;
        top: auto;
    }
}

@media (max-width: 1300px) {
    .page-top-main_custom .container {
        padding: 30px 20px;
    }

    .page-top-main_custom .page-top-main_bg {
        width: 460px;
        right: 0px;
    }
}

@media (max-width: 1200px) {
    .page-top-main_custom .page-top-main_cont {
        max-width: 500px;
    }

    .page-top-main_custom .page-top-main_bg {
        width: 420px;
        height: 100%;
    }
}

@media (max-width: 992px) {
    .page-top-main_custom .container {
        min-height: auto;
    }

    .page-top-main_custom .page-top-main_cont {
        max-width: 100%;
    }

    .page-top-main_custom .page-top-main_bg {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .main-menu--item {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .services {
        display: none;
    }
}

@media (max-width: 767px) {
    .f-menu--item {
        display: none;
    }

    a.f-menu--item:nth-child(1) {
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }

    .footer.footer_dark .container .row {
        display: flex;
        flex-direction: column;
    }

    .footer.footer_dark .container .row .col-xs-2 {
        width: 100%;
    }

    .footer.footer_dark .container .row .col-xs-3 {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .service--title, .service--text {
        margin-left: 0px;
    }

    .services {
        display: block;
    }

    .services .row.row-in.row-equal.mb50 {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-content: center;
    }

    .services .row.row-in.row-equal.mb50 .col-xs-12 {
        width: auto;
    }
}

@media (max-width: 767px) {
    .content-wrapper .page-form h2, .content-wrapper .page-form h3, .content-wrapper .page-form .service-2--title, .content-wrapper .page-form h4 {
        margin-bottom: 0px !important;
    }

    .mt30 {
        margin-top: 0px !important;
    }

    .page-form .form--descr p {
        margin: 0px !important;
    }

    .page-form .form--descr {
        padding: 30px 10px;
    }

    .page-form .form--descr h2 {
        font-size: 22px !important;
    }
}

@media (max-width: 768px) {
    .page-form .form--data:after, .form--data:before {
        content: none;
    }
}
@media (max-width: 580px) {
    .accounting-guarantees {
        margin-bottom: 30px;
    }

    .accounting-outsourcing {
        margin-bottom: 10px;
        padding: 10px 0px;
    }

    .teasers_line [class*="col-md-"] {
        border-right: none;
        width: 100%;
    }

    .col-md-9.col-sm-12 {
        width: 100%;
        overflow: hidden;
    }

    h1, .h1 {
        font-size: 2em !important;
        font-weight: 600 !important;
        line-height: 1.1em !important;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .padding-default {
        padding: 18px 0;
    }

    .page-form .form--descr {
        padding: 30px 20px;
    }

    .front-video {
        padding-bottom: 30px;
    }

    .access-cloud .access-cloud__row {
        position: relative;
    }

    .access-cloud .access-cloud__img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }

    .access-cloud .access-cloud__content {
        width: 100%;
    }

    .access-cloud .access-cloud__content h2 {
        padding-left: 100px;
        margin-bottom: 30px;
    }

    .access-cloud {
        margin-bottom: 40px;
    }

    .g-news {
        width: 49% !important;
        margin-bottom: 20px;
    }

    .form--data {
        padding: 40px;
    }

    .form--data_contacts {
        margin-top: 0;
    }

    .callback_frame.jqmWindow.jqm-init {
        position: fixed;
        top: 6%;
        left: 1%;
        width: 70%;
        margin-left: -300px;
        max-width: 100%;
        width: 98%;
        background-color: #fff;
        padding: 0;
        overflow: hidden;
        border-radius: 3px;
        z-index: 3000;
        margin-left: 0;
    }

    .g-news.col-sm-12 {
        width: 100% !important;
    }

    .gallery-item {
        margin: 5px 0;
    }
}

@media (max-width: 480px) {
    .main-teasers .col-xs-6 {
        width: 100%;
    }
}


/* help_section */

.help_section {
    padding: 10px 0;
}

.help_row {
    align-items: center;
    background: #fcde38;
    border-radius: 16px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 48px 56px;
    row-gap: 16px;
}

@media (max-width: 1300px) {
    .help_row {
        padding: 20px;
    }
}

.section_title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1.625rem;
    letter-spacing: 0;
    line-height: 32px;
}

.help_txt {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 22px;
    margin-top: 8px;
}

.help_txt p {
    margin-bottom: 0 !important;
}

.help_btns {
    position: relative;
}

.btn_red {
    background-color: #d72226;
    box-sizing: border-box;
    color: #fff !important;
    min-width: 255px;
    align-items: center;
    border-radius: 8px;
    border: none;
    -moz-column-gap: 10px;
    column-gap: 10px;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    height: 59px;
    justify-content: center;
    letter-spacing: 0.01em;
    padding: 0 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    color 0.15s, box-shadow 0.15s ease-in-out;
}

.fancybox-close-small {
    position: absolute !important;
}

.fancybox-button {
    background: #fff !important;
}

.fancybox-button::after {
    opacity: 0 !important;
}

@media (max-width: 769px) {
    .help_btns .btn_red {
        min-width: 200px;
        font-size: 0.9rem;
        padding: 0 21px;
    }
}
.contacts-element__el{
    margin-left:15px;
}

.trust-banner {
  border-radius: 12px;
  padding: 20px 24px;
  margin: 24px 0;
  background: rgba(252, 222, 56, 0.2);
}

.trust-banner__title {
  margin: 0 0 8px 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: rgb(253, 239, 95);
  color: #3b361f;
}

.trust-banner__text {
  margin: 10px 0 12px 0 !important;
  color: #444444;
}

.trust-banner__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.trust-banner__link .u {
  font-weight: 700;
  color: #1c1c1c;
  box-shadow: inset 0 -0.45em rgba(252, 222, 56, 0.6);
}

.trust-banner__arrow {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.trust-banner__link:hover .trust-banner__arrow {
  transform: translateX(4px);
}

@media (max-width: 560px) {
  .trust-banner {
    padding: 16px;
  }

  .trust-banner__title {
    font-size: 18px;
  }
}

/*Подключаю иконку Max в виджет*/
.social-widget .social-widget__link i.icon-max {
    background: url(/local/templates/bo52/assets/img/max.webp) no-repeat center;
    background-size: contain;
}