/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*reset end*/

@font-face {
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUILight/SegoeUILight.eot");
    src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
    url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}
/* font-family: "SegoeUIBold"; */
@font-face {
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
    url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
/* font-family: "SegoeUIItalic"; */
@font-face {
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot");
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
    url("../fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
/* font-family: "SegoeUILight"; */
@font-face {
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUILight/SegoeUILight.eot");
    src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
    url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

body, html { 
    height: 100%;
    width: 100%;
    background: #ffffff;
    border: none;
    margin: 0;
    padding: 0;
}
body {
    min-width: 420px;
    background: #fff;
    color: #1d2228;
    font-family: 'SegoeUI', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4;
    line-height: normal;
}
body, #wrap {
    background: #fff;
}
.header,
.content-wrapper,
.footer {
    min-width: 420px;
    position: relative;
}
a {
    color: #d0bf91;
}
strong {
    font-weight: 700;
}
a:hover {
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /*максимальная ширина с учетом отступов*/
}
.content-wrapper {
    display: table;
    width: 100%;
    position: relative;
    position: relative;
    margin: 0 auto;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-top: 30px;*/
}
.sidebar {
    display: table-cell;
    vertical-align: top;
    width: 295px;
    padding-right: 35px;
    max-width: 295px;
    -moz-flex: 0 0 295px;
    -o-flex: 0 0 295px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 295px;
    -ms-flex: 0 0 295px;
    flex: 0 0 295px;
}
.main-content {
    /*display: table-cell;*/
    /*vertical-align: top;*/
    -moz-flex: 1 0 calc(100% - 295px);
    -o-flex: 1 0 calc(100% - 295px);
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 calc(100% - 295px);
    -ms-flex: 1 0 calc(100% - 295px);
    flex: 1 0 calc(100% - 295px);
    /*padding-bottom: 30px;*/
}
.bread {

}
.inner-max {
    position: relative;
    max-width: 100%;
}
.inner-hd {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
}
.inner-mid {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
}
.inner-wide {
    position: relative;
    margin: 0 auto;
    max-width: 1860px;
    padding-left: 15px;
    padding-right: 15px;
}

.inner-min {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;   
}
button {
    outline: 0;
}
button.styler,
input[type=submit].styler,
input[type=reset].styler,
input[type=button].styler {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
input[type=text].styler,
input[type=email].styler,
input[type=number].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=url].styler,
textarea.styler,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-bottom-color: #ccc;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #1d1d1d;
    width: auto;
    padding: 7px 10px;
    font: inherit;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
    padding: 0;
    font-weight: 400;
    color: #1d2228;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 28px;
}
h3,
.h3,
.h3.h_op {
    font-size: 48px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
h3 {
    margin: 25px 0 15px;
}
h4, h5, h6 {
    font-size: 22px;
    margin: 25px 0 15px;
}
.uss-flex-items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

/*slick slider*/
.slick-slider{ -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent; }
.slick-list,.slick-slider{ position:relative; display:block; }
.slick-list{ overflow:hidden; margin:0; padding:0; margin-right: 0 !important; }
.slick-list.dragging{ cursor:pointer; cursor:hand; }
.slick-slider .slick-list,.slick-slider .slick-track{ -webkit-transform:translateZ( 0 ); transform:translateZ( 0 ); }
.slick-loading .slick-track{ visibility:hidden; }
.slick-slide{ display:none; float:left; min-height:1px; }
[dir=rtl] .slick-slide{ float:right; }
.slick-slide img{ display:block; }
.slick-slide.slick-loading img{ display:none; }
.slick-slide.dragging img{ pointer-events:none; }
.slick-initialized .slick-slide{ display:block; }
.slick-loading .slick-slide{ visibility:hidden; }
.slick-vertical .slick-slide{ display:block; height:auto; border:1px solid transparent; }
.slick-arrow.slick-hidden{ display:none; }
.slick-next,.slick-prev{ font-size:0; line-height:0; position:absolute; top:50%; display:block; width:20px; height:20px; padding:0; -webkit-transform:translateY( -50% ); transform:translateY( -50% ); cursor:pointer; color:transparent; border:none; outline:none; background:transparent; }
.slick-prev{ left:0; }
[dir=rtl] .slick-prev{ right:0; left:auto; }
.slick-next{ /*right:-25px;*/ }
[dir=rtl] .slick-next{ right:auto; left:-25px; }
.slick-dots{ position:absolute; bottom:-25px; display:block; width:100%; padding:0; margin:0; list-style:none; text-align:center; }
.slick-dots li{ position:relative; display:inline-block; margin:0 5px; padding:0; }
.slick-dots li,.slick-dots li button{ width:20px; height:20px; cursor:pointer; }
.slick-dots li button{ font-size:0; line-height:0; display:block; padding:5px; color:transparent; border:0; outline:none; background:transparent; }
/*slick slider end*/

/*списки*/
.uss_section_content p {
    margin: 0px 0 20px;
    line-height: 24px;
}
.uss_section_content ul,
.uss_section_content ul li,
.uss_section_content ol,
.uss_section_content ol li {
    margin: 0;
    padding: 0;
    position: relative;
}
.uss_section_content ul {
    margin: 20px 0;
    display: table;
}
.uss_section_content ul li:last-child {
    margin-bottom: 0;
}
.uss_section_content ul li {
    line-height: 24px;
    padding: 0 0 0 18px;
    margin-bottom: 10px;
}
.uss_section_content ul li:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #413a63;
    position: absolute;
    left: 0;
    top: 10px;
}
.uss_section_content ol {
    list-style-position: inside;
    margin: 20px 0;
}
.uss_section_content ol li {
    line-height: 24px;
    padding: 0 0 0 0px;
    margin-bottom: 15px;
    list-style-type: decimal !important;
}
.uss_error_form ol li,
.uss_user_basket th,
.uss_user_basket td,
.uss_user_basket .uss_name .uss_title,
.uss_bottom.total_sum {
    font-size: 16px;
}
/*списки end*/

.jq-checkbox {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #d0bf91;
    overflow: visible !important;
    margin-right: 7px;
}
.jq-checkbox.checked {
    background: #fff;
    /*border: 1px solid #303030;*/
}
.jq-checkbox.checked .jq-checkbox__div {
    background: url(../img/galka.png) no-repeat center center #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 14px;
    height: 14px;
    margin: 0px 0 0px 0px;
    border-radius: 0;
}
.jq-selectbox__trigger {
    border-left: 0;
}
.jq-selectbox__select {
    border-radius: 4px !important;
    border: 1px solid #ececec !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: non !important;
    background: url(/img/transparent.png) #fff !important;
    background: url(/img/transparent.png) rgba(255,255,255,0.8) !important;
}

.jq-selectbox__select-text {
    font-family: 'SegoeUI', Arial, sans-serif;
    font-size: 15px;
    line-height: 28px;
}
.uss_eshop_block_item .eshop_filters_area .eshop_filters_line {
    display: block;
}
.eshop_filters_area .jq-selectbox__select {
    border-radius: 4px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area {
    display: block;
}

.content .group_17846 {
    display: none !important;
}
/*Фильтры чекбоксы и радио кнопки end*/

/*формы на сайте*/
.fc_form_tml,
.uss_form_tml {
    margin-bottom: 0;
    background: #fff;
    padding: 0px;
    position: relative;
    z-index: 10;
}
.fc_form_tml .fc_item .elem_item {
    width: 100%;
}
.fc_form_tml input[type=text].styler,
.uss_form_tml input[type=text].styler {
    height: 46px;
    line-height: 46px;
    border-radius: 0px !important;
    border: 2px solid #a5a8ac;
    width: 100%;
    padding: 0 15px;
    color: #9aa1a8;
    font-size: 16px;
    background: #f9f9f9;
    background: #fff;
    transition: 0.3s;
}
.fc_form_tml textarea.styler,
.uss_form_tml .uss_form_item textarea.styler {
    border-radius: 0px !important;
    border: 2px solid #a5a8ac;
    width: 100%;
    padding: 12px 15px;
    color: #9aa1a8;
    font-size: 16px;
    resize: none;
    background: #f9f9f9;
    background: #fff;
    transition: 0.3s;
}
.fc_form_tml input[type=text].styler:hover,
.fc_form_tml input[type=text].styler:focus,
.fc_form_tml textarea.styler:hover,
.fc_form_tml textarea.styler:focus,
.uss_form_tml input[type=text].styler:hover,
.uss_form_tml input[type=text].styler:focus,
.uss_form_tml textarea.styler:hover,
.uss_form_tml textarea.styler:focus {
    border-color: #d0bf91;
    /*background: #fff;*/
}
.fc_form_tml .fc_item,
.uss_form_tml .fc_item {
    margin-bottom: 20px;
}
.fc_form_tml .fc_item label,
.uss_form_tml .fc_item label {
    margin-bottom: 7px;
}
.fc_form_tml .group .fc_item.fc_checkbox_one,
.uss_form_tml .group .fc_item.fc_checkbox_one {
    width: 100%;
}

input[type=text].styler, input[type=email].styler, input[type=number].styler, input[type=password].styler, input[type=search].styler, input[type=tel].styler, input[type=url].styler, textarea.styler {
    border-radius: 0px;
}

.fc_form_tml input[type=text].styler::-webkit-input-placeholder {color: #9aa1a8 !important;}
.fc_form_tml input[type=text].styler::-moz-placeholder          {color: #9aa1a8 !important;}/* Firefox 19+ */
.fc_form_tml input[type=text].styler:-moz-placeholder           {color: #9aa1a8 !important;}/* Firefox 18- */
.fc_form_tml input[type=text].styler:-ms-input-placeholder      {color: #9aa1a8 !important;}

.fc_form_tml textarea.styler::-webkit-input-placeholder {color: #9aa1a8 !important;}
.fc_form_tml textarea.styler::-moz-placeholder          {color: #9aa1a8 !important;}/* Firefox 19+ */
.fc_form_tml textarea.styler:-moz-placeholder           {color: #9aa1a8 !important;}/* Firefox 18- */
.fc_form_tml textarea.styler:-ms-input-placeholder      {color: #9aa1a8 !important;}

.fc_form_tml input[type=submit].styler {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 0px !important;
    background: url(/img/transparent.png) #d0bf91 !important;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    min-width: 200px;
    color: #ffffff;
    font-family: 'SegoeUI', Arial, sans-serif;
}
.fc_form_tml input[type=submit].styler:hover {
    background: url(/img/transparent.png) #d0bf91 !important;
    text-decoration: none;
    opacity: 0.9;
}
.fc_form_tml .buttons {
    margin-top: 25px;
}
.uss_form_tml .uss_form_submit {
    margin-bottom: 0 !important;
}
.fc_form_tml .group .fc_item.fc_checkbox .force_position_right,
.fc_form_tml .group .fc_item.fc_checkbox .force_position_right a {
    color: #9aa1a8;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

/*формы на сайте end*/


.header {
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.03);
}
.header .left {
    position: relative;
    width: 160px;
    border-right: 1px solid #f3f5f7;
}
.main-header {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-header .center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding: 0 20px 0 0;
    height: 167px;
}
.main-header .center .col-1 {
    margin-right: 200px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
    -webkit-justify-content: center;
    -ms-flex-pack:center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main-header .center .col-2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.city-select {
    margin-bottom: 15px;
    background: url(/img/icon-city-select.png) no-repeat left center !important;
    padding-left: 25px;
    z-index: 1;
}
.city-select select + .jq-selectbox__select .jq-selectbox__select-text {
    width: 100% !important;
    font-size: 18px;
}
.city-select .jq-selectbox__select {
border: 0 !important;
    padding: 0 25px 0 0;
    max-width: 160px;
}
.city-select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    display: none !important;
}
.city-select .jq-selectbox__trigger {
    background: url(/img/city-opener.png) no-repeat center center;
    width: 25px;
}
.jq-selectbox li:hover,
.jq-selectbox__dropdown li:hover,
.jq-selectbox li.selected,
.jq-selectbox__dropdown li.selected {
    background-color: #d0bf91 !important;
}
.jq-selectbox__dropdown {
    border: 0;
    border-radius: 0;
}

.header .right {
    position: relative;
    width: 360px;
    border-left: 1px solid #f3f5f7;
}
.header .big-tel-btn {
    top: 50%;
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    -o-transform: translateY( -50% );
    transform: translateY( -50% );
    left: -40px;
}
.main-header > div {
    padding: 20px 0;
}
.header .companyname {
    font-size: 20px;
}
.header-logo-block {
    width: 140px;
    text-align: center;
}
.header-contacts {
    text-align: right;
    color: #6e7d8e;
}
.header-contacts a {
    margin-top: 10px;
    text-decoration: none;
    color: #6e7d8e;
    font-size: 18px;
}
.section > .inner-min {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
}
.section > .inner-min .h3 {
    min-width: 100%;
    flex: 1 0 100% !important;
}

.mainpage h1 {
    display: none;
}

/*Меню услуг*/
.services {
    position: relative;
    padding: 50px 0 40px;
    margin-bottom: -10px;
}
.services:after {
    content:'';
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 0 -15px 10px -10px rgba(0,0,0,0.03);
}
.services-menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.services-menu .uss_menu_item {
    position: relative;
    -moz-flex: 0 0 calc((100% - 80px) / 3);
    -o-flex: 0 0 calc((100% - 80px) / 3);
    -webkit-box-flex: 0; /*не растягивается*/
    -webkit-flex: 0 0 calc((100% - 80px) / 3);
    -ms-flex: 0 0 calc((100% - 80px) / 3);
    flex: 0 0 calc((100% - 80px) / 3);
    max-width: 33%;
    padding-bottom: 45px;
    margin-bottom: 40px;
}
.services-menu .uss_menu_item:first-child {
    min-width: 100%;
}
/*
@media (min-width:1500px) {
    .services-menu {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack:center;
        justify-content: center;
    }
    .services-menu .uss_menu_item {
        position: relative;
        -moz-flex: 0 0 calc((100% - 0px) / 4);
        -o-flex: 0 0 calc((100% - 0px) / 4);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc((100% - 0px) / 4);
        -ms-flex: 0 0 calc((100% - 0px) / 4);
        flex: 0 0 calc((100% - 0px) / 4);
        padding: 0 10px 45px 10px;
        margin-bottom: 20px;
    }
    .services-menu .uss_menu_title a {
        padding: 10px 15px 45px !important;
        font-size: 26px !important;
        min-height: 122px !important;
    }
    .services-menu .uss_menu_title a:after {
        bottom: 14px !important;
        left: 15px !important;
    }
}
*/
@media (min-width:601px) {
    .services-menu .uss_menu_item .uss_menu_image a.zaschita-grazhdan-popavshih-v-slozhnoe-finansovoe-polozhenie-1 {
        display: block;
        background: url(/uploadedFiles/sectionsimages/icons/580x320_cropped/razdel01-new-wide2.jpg) no-repeat top center;
        height: 230px;
    }
    .services-menu .uss_menu_item .uss_menu_image > a.zaschita-grazhdan-popavshih-v-slozhnoe-finansovoe-polozhenie-1 > img {
        opacity: 0;
    }
}
@media (max-width:600px) {
    .services-menu .uss_menu_item .uss_menu_image a.zaschita-grazhdan-popavshih-v-slozhnoe-finansovoe-polozhenie-1 {
        display: block;
        background: url(/uploadedFiles/sectionsimages/icons/580x320_cropped/razdel01-new-wide2.jpg) no-repeat top center;
        height: 230px;
    }
    .services-menu .uss_menu_item .uss_menu_image > a.zaschita-grazhdan-popavshih-v-slozhnoe-finansovoe-polozhenie-1 > img {
        opacity: 0;
    }
}
.services-menu .uss_menu_item:first-child .uss_menu_title {
    width: 685px;
    max-width: 60%;
}
.services-menu .uss_menu_title {
    position: absolute;
    font-size: 28px;
    z-index: 1;
    bottom: 12px;
    right: 35px;
    width: 350px;
    background: #fff;
    border: 2px solid #edeff1;
    box-shadow: 8px 8px 10px 0px rgba(0,0,0,0.1);
    transition: 0.2s;
}
.services-menu .uss_menu_title a {
    position: relative;
    padding: 35px 40px 80px;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    min-height: 181px;
    transition: 0.2s;
}
.services-menu .uss_menu_title a:after {
    content: 'Подробнее';
    font-size: 14px;
    position: absolute;
    bottom: 33px;
    left: 40px;
    font-weight: 600;
    background: url(/img/service-arrow.png) no-repeat center right;
    padding-right: 40px;
    color: #576371;
}
.services-menu .uss_menu_item:hover a {
    color: #000;
}
.services-menu .uss_menu_item:hover .uss_menu_title {
    box-shadow: none;
}
.services-menu .uss_menu_item:hover .uss_menu_title a:after {
    color: #d0bf91;
}
.uss_menu_image {
    height: auto !important;
}

/*Меню услуг end*/

/*текстовый слайдер*/
.section.text_slider > .inner-min {
    /*max-width: 1100px;*/
    padding-top: 30px;
    padding-bottom: 30px;
}
.text_pre_items.slick-slider {
    /* max-width: 1200px; */
    padding: 0 86px;
}
.text_pre_items .title {
    font-size: 62px;
    line-height: 1;
    margin: 0 0 15px 0;
}
.text_pre_items .preview {
    font-size: 24px;
    line-height: 1.2;
}
.text_pre_items .slick-arrow {
    width: 40px;
    display: block;
    height: 40px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    z-index: 2;
    background-color: #d0bf91 !important;
    margin: 0 !important;
    box-shadow: 0 0 0px 10px #f6f2e9;
}
.text_pre_items .slick-arrow:hover {
    opacity: 0.8;
}
.text_pre_items .slick-prev {
    background: url(/img/slider-arrow-left.png) no-repeat center center transparent;
    left: 0;
}
.text_pre_items .slick-next {
    background: url(/img/slider-arrow-right.png) no-repeat center center transparent;
    right: 0;
}
/*текстовый слайдер end*/

/*форма на главной*/
.forma_hp .fc_form_tml {
    margin: 0 auto;
    max-width: 1000px;
}
.forma_hp .fc_form_tml .group:not(.end) {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}
.forma_hp .fc_form_tml .group:not(.end) .fc_item {
    margin: 0;
}
.forma_hp .fc_form_tml .group:not(.end) .fc_item.fc_item_66766_1_3 {
    margin: 0 35px;
}
.forma_hp .fc_form_tml input[type=submit].styler {
    width: 100%;
}
.forma_hp .br {
    display: inline;
}
.bread-divider {
    display: inline-block;
    color: #b2b2b2;
}
@media (min-width:800px) {
    .forma_hp .br {
        display: block;
    }
    .fc_form_tml .group .fc_item.fc_checkbox .force_position_right {
        display: inline-block;
        line-height: normal;
    }
    .forma_hp .jq-checkbox {
        margin-right: 12px;
    }
}
@media (min-width:601px) {
    .forma_hp .fc_form_tml .buttons {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .forma_hp .fc_form_tml .group .fc_item.fc_checkbox_one {
        max-width: calc(100% - 220px);
        min-height: 50px;
        margin-top: 30px;
        margin-bottom: 0;
    }
}
@media (max-width:600px) {
    .forma_hp .fc_form_tml .group:not(.end) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .forma_hp .fc_form_tml .group:not(.end) .fc_item {
        margin: 0 0 20px 0 !important;
        width: 100%;
    }
}
/*форма на главной end*/

.inner-min > .h3 {
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    min-width: 100%;
}

/*От вас От нас*/
.otvas_otnas_title {
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.05);
}
.otvas_otnas .h3 {
    font-size: 36px;
    margin: 40px 0 45px;
}
.otvas_otnas_two_blocks {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.otvas_otnas_two_blocks > div {
    position: relative;
    -moz-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
}
.otvas_otnas_left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.otvas_otnas_left-inner {
    max-width: 590px;
    width: 590px;
    padding: 65px 50px 65px 0px;
    position: relative;
    height: 100%;
}
.otvas_otnas_left-inner:after {
    content:'';
    background: #fff;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.otvas_otnas_right {

}
.otvas_otnas_right-inner {
    max-width: 590px;
    width: 590px;
    padding: 65px 0px 65px 50px;
}
.otvas_otnas .otvas_otnas_left p {
    font-size: 30px;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
}
.otvas_otnas .otvas_otnas_left p:after {
    content: '';
    background: #d0bf91;
    width: 60px;
    height: 2px;
    position: absolute;
    top: 56%;
    margin-left: 28px;
}
.otvas_otnas .otvas_otnas_right p {
    font-size: 30px;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
    text-align: right;
}
.otvas_otnas .otvas_otnas_right p:after {
    content: '';
    background: #d0bf91;
    width: 60px;
    height: 2px;
    position: absolute;
    top: 56%;
    margin-right: 28px;
    right: 100px;
}
.otvas_otnas ul {
    position: relative;
}
.otvas_otnas li {
    position: relative;
    padding-left: 40px;
}
.otvas_otnas li span:hover {
    border-bottom: 1px solid #c3ae77;
    color: #c3ae77;
}
.otvas_otnas li + li {
    margin-top: 8px;
}
.otvas_otnas li:before {
    content: '';
    background: url(/img/li-galka.png) no-repeat center center;
    width: 34px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 3px;
}
/*От вас От нас end*/

/*Выгода для истца*/
.vigoda-block {
    background: #f3f5f7;
}
.vigoda-block .h3 {
    margin: 40px 0 47px;
}
.vigoda_items_cont {
    background: #21272e;
    background: url(/img/vigoda-bg.jpg) no-repeat center center #21272e;
    background-size: cover;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 300;
    margin-top: 120px;
}
.vigoda_items_cont .inner-min {
    max-width: 1230px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
}
.vigoda_items_cont .item {
    padding: 45px 55px 45px 55px;
    border-right: 2px solid #2c3239;
    width: 25%;
    height: 100%;
    font-size: 22px;
    position: relative;
}
.vigoda_items_cont .item:first-child {
    border-left: 2px solid #2c3239;
    font-size: 24px;
}
.vigoda_items_cont .item:before {
    position: absolute;
    font-size: 100px;
    color: #2e343b;
    font-weight: 600;
    top: -120px;
    line-height: 1;
}
.vigoda_items_cont .item:first-child:before {
    content: '.01';
}
.vigoda_items_cont .item:nth-child(2):before {
    content: '.02';
}
.vigoda_items_cont .item:nth-child(3):before {
    content: '.03';
}
.vigoda_items_cont .item:nth-child(4):before {
    content: '.04';
}
.vigoda_items_cont .item:nth-child(5):before {
    content: '.05';
}
.vigoda_items_cont .item:nth-child(6):before {
    content: '.06';
}
.vigoda-description {
    text-align: center;
    padding: 45px 0;
    font-size: 19px;
    max-width: 1050px;
    margin: auto;
}
/*Выгода для истца end*/

/*Финансирование процедур банкротства*/
.fin_prod_b {

}
.fin_prod_b_two_blocks {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fin_prod_b_two_blocks > div {
    -moz-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
}
.fin_prod_b_left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.fin_prod_b_left-inner {
    max-width: 590px;
    width: 590px;
    padding: 65px 50px 65px 0px;
    position: relative;
}
.fin_prod_b_left-inner:after {
    content:'';
    background: #fff;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.fin_prod_b_right {

}
.fin_prod_b_right-inner {
    max-width: 590px;
    width: 590px;
    padding: 65px 0px 65px 50px;
}
.fin_prod_b .h3 {
    margin: 40px 0 50px;
}
.fin_prod_b .fin_prod_b_left-inner p {
    font-size: 30px;
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
}
.fin_prod_b .fin_prod_b_left-inner p:after {
    content: '';
    background: #d0bf91;
    width: 80px;
    height: 2px;
    position: absolute;
    top: 56%;
    margin-left: 50px;
}
.fin_prod_b ul {
    position: relative;
}
.fin_prod_b li {
    position: relative;
    padding-left: 40px;
}
.fin_prod_b li + li {
    margin-top: 8px;
}
.fin_prod_b li:before {
    content: '';
    background: url(/img/li-galka.png) no-repeat center center;
    width: 34px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 3px;
}
/*Финансирование процедур банкротства end*/

.vzyskanie-dolga-menu-cont {
    margin: 50px 0 0;
}
.vzyskanie-dolga-menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.vzyskanie-dolga-menu a {
    background: #21272e;
    color: #fff;
    padding: 20px 15px;
    -moz-flex: 0 0 calc((100% / 3) - 15px);
    -o-flex: 0 0 calc((100% / 3) - 15px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% / 3) - 15px);
    -ms-flex: 0 0 calc((100% / 3) - 15px);
    flex: 0 0 calc((100% / 3) - 15px);
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
}    
.vzyskanie-dolga-menu a:hover,
.vzyskanie-dolga-menu a.active {
    background: #d0bf91;
    color: #fff;
}
.arbitrazh .wrap,
.ispolnitelnoe-proizvodstvo .wrap,
.finansirovanie-sudebnyh-iskov .wrap {
    box-shadow: 0px -10px 10px rgba(0,0,0,0.03);
}
.singlepage .wrap {
    padding-top: 40px;
}
.singlepage h1 {
    font-size: 48px;
    margin-bottom: 0;
    margin-left: -4px;
}
.singlepage .section > .inner-min {
    padding-top: 50px;
    padding-bottom: 60px;
    font-size: 16px;
    line-height: 26px;
}
.singlepage .section p + p {
    margin-top: 10px;
}
.singlepage .section.first {
    box-shadow: 0px 10px 10px rgba(0,0,0,0.03);
}
.singlepage .section.first h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.singlepage .section.first .inner-min {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.section.first .inner-min .icons-block {
    -moz-flex: 0 0 385px;
    -o-flex: 0 0 385px;
    -webkit-box-flex: 1; /*растягивается*/
    -webkit-flex: 0 0 385px;
    -ms-flex: 0 0 385px;
    flex: 0 0 385px;
    border-right: 1px solid #f2f2f2;
    padding-right: 40px;
    margin-right: 40px;
}
.section.first .inner-min .icons-block .news_block_item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.section.first .inner-min .icons-block .news_block_item .image {
    margin-right: 20px;
    padding: 0px;
    width: 80px;
    height: 80px;
    background: #f2f2f2;
    border-radius: 50%;
    float: none;
    min-width: 80px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:center;
    -webkit-justify-content: center;
    -ms-flex-pack:center;
    justify-content: center;
}
.section.first .inner-min .icons-block .title {
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
}
.section.first .inner-min .icons-block .title .tspan {
    display: inline;
}
.section.first .inner-min .icons-block .title:hover .tspan {
    border-bottom: 1px solid;
}

.section.first .inner-min .icons-block .preview {
    display: none;
    /* display: block; */
    position: fixed;
    background: #eee;
    padding: 25px 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 600px;
    height: auto;
    /*height: 460px;*/
    /*overflow-y: scroll;*/
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    border-radius: 0;
    /*overflow-y: scroll;*/
    /* overflow-x: hidden;*/
}
.bankrotstvo-fiz-lits .section.first .inner-min .icons-block .preview {
    height: 460px;    
}
.singlepage .section.first .inner-min .icons-block .preview ul {
    font-size: 16px;
    margin: 20px 0 20px 20px;
    list-style: disc;
}
.singlepage .section.first .inner-min .icons-block .preview ul li {
    padding-left: 0;
}
.singlepage .section.first .inner-min .icons-block .preview ul li:before {
    display: none;
}
.section.first .inner-min .icons-block .close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url(/img/fancybox_sprite.png);
    display: block;
    position: absolute;
}
@media (max-width: 1200px) {
    .section.first .inner-min .icons-block .preview {
        overflow-y: scroll;
    }
    .section.first .inner-min .icons-block .preview .close {
        top: 0;
        right: 0;
    }
}
.section.first .inner-min .text-content {

}
.section.razmer-oplati > .inner-min > *:not(.h3) {
    max-width: 650px;
    margin: auto;
}
.razmer-oplati {
    text-align: center;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
}
.razmer-oplati .h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
}
.razmer-oplati ul {
    display: inline-block;
    text-align: left;
}
.razmer-oplati p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px !important;
}
.singlepage .section ul {
    position: relative;
    font-size: 19px;
    margin: 20px 0;
}
.singlepage .section ul li {
    position: relative;
    padding-left: 40px;
}
.singlepage .section ul li:before {
    content: '';
    background: url(/img/li-galka.png) no-repeat center center;
    width: 34px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 3px;
}
.singlepage .section li + li {
    margin-top: 8px;
}
.etapy-vzyskaniya .h3 {
    margin: 50px auto 0px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
}
.etapy-vzyskaniya .item {
    padding-top: 50px;
    padding-bottom: 40px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
}
.etapy-vzyskaniya .item-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
}
.etapy-vzyskaniya .item .title {
    font-size: 80px;
    font-weight: 600;
    background: #eee;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    min-width: 120px;
    margin-right: 50px;
    padding-left: 10px;
}
.etapy-vzyskaniya .item .preview {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.arbitrazh-form-block {
    padding-top: 55px;
    padding-bottom: 70px;
    background: url(/img/arbitrazh-form-bg.jpg) no-repeat center top;
    background-size: cover;
}
.arbitrazh-form-block .inner-min {
    display: block;
}
.arbitrazh-form-block .h3 {
    font-size: 70px;
    line-height: 1;
    text-align: left;
    max-width: 100%;
    width: 1000px;
    margin: 0px auto 50px !important;
    display: block;
    min-width: 350px;
}
.arbitrazh-form-block .fc_form_tml {
    background: transparent;
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.arbitrazh-form-block .fc_form_tml input[type=text].styler,
.arbitrazh-form-block .fc_form_tml textarea.styler {
    background: rgba(255,255,255,0.8);
}
.group.group_67449_2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.group.group_67449_2 .fc_item {
    width: calc((100% /3) - 24px);
}
.arbitrazh-form-block .fc_item {
    margin-bottom: 35px;
}
.arbitrazh-form-block .fc_item.fc_outputOnly {
    margin-bottom: 10px;
    margin-top: -7px;
    line-height: 1;
}
.arbitrazh-form-block .fc_item.fc_outputOnly .outputonly {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #a5a8ac;
}
.group.group_67449_3,
.group.group_67449_4 {
    display: inline-block;
    width: calc((100% /2) - 19px);
}
.group.group_67449_4 {
    float: right;
}
.arbitrazh-form-block .fc_item.fc_checkbox .br {
    display: inline;
}
.arbitrazh-form-block .fc_form_tml input[type=submit].styler {
    width: 100%;
}
@media (min-width: 800px) {
    .arbitrazh-form-block .fc_item.fc_checkbox .br {
        display: block;
    }
}
@media (min-width: 601px) {
    .arbitrazh-form-block .fc_form_tml .group .fc_item.fc_checkbox_one {
        max-width: calc(100% - 220px);
        min-height: 50px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .arbitrazh-form-block .fc_form_tml .buttons {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media (max-width: 650px) {
    .group.group_67449_2 {
        display: block;
    }
    .group.group_67449_2 .fc_item {
        width: 100%;
    }
    .group.group_67449_3,
    .group.group_67449_4 {
        width: 100%;
    }
}
.arbitrazh-form-block .jq-selectbox {
    width: 100%;
}
.arbitrazh-form-block .jq-selectbox__select {
    width: 100%;
    height: 46px;
    border-radius: 0px !important;
    border: 2px solid #a5a8ac !important;
    transition: 0.3s;
    padding: 0 55px 0 15px;
}
.arbitrazh-form-block .jq-selectbox__select-text {
    font-size: 16px;
    color: #9aa1a8;
    height: 42px;
    line-height: 42px;
    font-weight: 600;
    transition: 0.3s;
}
.arbitrazh-form-block .jq-selectbox__trigger {
    width: 42px;
    border-left: 2px solid #a5a8ac !important;
    transition: 0.3s;
}
.arbitrazh-form-block .jq-selectbox__trigger-arrow {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-top: 6px solid #a5a8ac;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    opacity: 1;
    transition: 0.3s;
}
.arbitrazh-form-block .jq-selectbox.opened .jq-selectbox__select-text,
.arbitrazh-form-block .jq-selectbox__select:hover .jq-selectbox__select-text {
    color: #21272d;
}
.arbitrazh-form-block .jq-selectbox.opened .jq-selectbox__select,
.arbitrazh-form-block .jq-selectbox__select:hover {
    border: 2px solid #d0bf91 !important;
}
.arbitrazh-form-block .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger,
.arbitrazh-form-block .jq-selectbox__select:hover .jq-selectbox__trigger {
    background: #d0bf91;
    border-left: 2px solid #d0bf91 !important;
}
.arbitrazh-form-block .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger-arrow,
.arbitrazh-form-block .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
    border-top: 6px solid #fff;
}
.jq-selectbox__dropdown li {
    font-family: 'SegoeUI', Arial, sans-serif;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #9aa1a8;
}


/*Исполнительное производство*/
.ispolnitelnoe_proizvodstvo_before-form-text {
    padding: 0px 0 50px 0;
    max-width: 1000px;
    margin: auto;
    font-size: 18px;
}
.group.group_67696_2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.group.group_67696_2 .fc_item {
    width: calc((100% /3) - 24px);
}
.group.group_67696_3,
.group.group_67696_1 {
    display: inline-block;
    width: calc((100% /2) - 19px);
}
.group.group_67696_1 {
    float: right;
}
/*Исполнительное производство end*/


/*Финансирование судебных исков*/
.finansirovanie-sudebnyh-iskov .bread {
    margin-bottom: 40px;
}
.finansirovanie-sudebnyh-iskov h1 {
    display: none;
}
.finansirovanie-sudebnyh-iskov .send-request {
    padding: 0 50px;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    background: #d0bf91;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 50px auto;
}
.send-request {
    cursor: pointer;
}
.finansirovanie-sudebnyh-iskov .send-request:hover {
    opacity: 0.8;
}
.finansirovanie-sudebnyh-iskov .vigoda-description {
    padding-bottom: 95px;
}
/*Финансирование судебных исков end*/


/*Банкроство физических лиц*/
.bankrotstvo-fiz-lits .section.first .inner-min .icons-block .preview {
    overflow-y: auto;
}
.bankrotstvo-fiz-lits .section.first .inner-min .icons-block .close {
    top: 0;
    right: 0;
}
.bankrotstvo-fiz-lits .section.first .inner-min .icons-block .news_block_item {
    margin-bottom: 20px;
    margin: 25px 0;
}
.bankrotstvo-fiz-lits .icons-block .left-title {
    font-size: 30px;
    margin-bottom: 30px;
    /*text-align: center;*/
    font-weight: 300;
}
.bankrotstvo-fiz-lits .icons-block .title .tspan {
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    display: block !important;
    font-weight: 600;
}
.bankrotstvo-fiz-lits .section.first .inner-min .icons-block .news_block_item .info {
    width: 100%;
}
.bankrotstvo-fiz-lits .news_block_item .title {
    margin-bottom: 0;
}
.bankrotstvo-fiz-lits .section.first .inner-min .icons-block .title:hover .tspan {
    border-bottom: 0;
}
.bankrotstvo-fiz-lits .section.first .three-steps {
    /*margin-top: 45px;*/
}
.bankrotstvo-fiz-lits .section.first .three-steps table:before {
    content: '';
    display: block;
    height: 3px;
    background: #eee;
    width: calc(100% - 200px);
    position: absolute;
    top: 65px;
    z-index: -1;
    margin-left: 100px;
}
.bankrotstvo-fiz-lits .section.first .three-steps table {
    position: relative;
    width: 100%;
    text-align: center;
}
.bankrotstvo-fiz-lits .section.first .three-steps table td {
    width: 33%;
    z-index: 5;
}
.bankrotstvo-fiz-lits .section.first .three-steps table td p {
    line-height: normal;
}
.bankrotstvo-fiz-lits .section.first .three-steps table td p:first-child {
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
    background: #eee;
    border-radius: 50%;
    font-size: 67px;
    margin: auto auto 10px auto;
    border: 15px solid #fff;
}

.bankrotstvo-fiz-lits .etapy-vzyskaniya-cont {
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bankrotstvo-fiz-lits .etapy-vzyskaniya.inner-max {
    background: #f3f5f7;
    padding-top: 35px;
    padding-bottom: 35px;
}

.bankrotstvo-fiz-lits .etapy-vzyskaniya .h3 {
    margin-bottom: 50px !important;
    font-size: 48px;
    line-height: normal;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto auto 50px auto;
}
.bankrotstvo-fiz-lits .item {
    width: calc(50% - 60px);
    display: inline-block;
    /*background: #fff;*/
    /*margin-bottom: 40px;*/
    padding: 35px 40px 35px 40px;
    /*margin-left: 40px;*/
    position: relative;
    min-height: 140px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.03);
}
.bankrotstvo-fiz-lits .buh-advantages-cont .item {
    padding-left: 60px;
}
.bankrotstvo-fiz-lits .etapy-vzyskaniya .item .title {
    font-size: 40px;
    font-weight: 600;
    background: #fff !important;
    min-width: 80px;
    margin-right: 40px;
    padding-left: 10px;
    line-height: 70px;
    position: absolute;
    width: 80px;
    height: 80px;
    left: -40px;
    left: -100px;
    display: block;
    border: 3px solid #edeff1;
    background: #fff;
    border-radius: 50%;
    color: #000;
    top: 50%;
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    -o-transform: translateY( -50% );
    transform: translateY( -50% );
}
.bankrotstvo-fiz-lits .buh-advantages-cont .item:hover .title {
    border: 3px solid #edeff1;
}
.bankrotstvo-fiz-lits .etapy-vzyskaniya .item .preview {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.bankrotstvo-fiz-lits .etapy-vzyskaniya .item .content p {
    font-size: 22px;
    line-height: 30px;
}
.bankrotstvo-fiz-lits .section.inner-max.vigoda-block {
    background: #fff !important;
}
.bankrotstvo-fiz-lits-form-block {
    padding-top: 55px;
    padding-bottom: 70px;
    background: url(/img/arbitrazh-form-bg.jpg) no-repeat center bottom;
    background-size: cover;
    background: none !important;
}
.bankrotstvo-fiz-lits-form-block .inner-min {
    display: block;
}
.bankrotstvo-fiz-lits-form-block .h3 {
    font-size: 48px;
    line-height: 1.2;
    text-align: left;
    max-width: 100%;
    width: 1000px;
    margin: 0px auto 50px !important;
    display: block;
    min-width: 350px;
    text-align: center;
}
.bankrotstvo-fiz-lits-form-block .fc_form_tml {
    background: transparent;
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.group.group_67951_2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.group.group_67951_2 .fc_item {
    width: calc((100% /3) - 24px);
}
.bankrotstvo-fiz-lits-form-block .fc_item {
    margin-bottom: 35px;
}
.bankrotstvo-fiz-lits-form-block .fc_item.fc_outputOnly {
    margin-bottom: 10px;
    margin-top: -7px;
    line-height: 1;
}
.bankrotstvo-fiz-lits-form-block .fc_item.fc_outputOnly .outputonly {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #a5a8ac;
}
.bankrotstvo-fiz-lits-form-block .fc_item.fc_checkbox .br {
    display: inline;
}
.bankrotstvo-fiz-lits-form-block .fc_form_tml input[type=submit].styler {
    width: 100%;
}
@media (min-width: 800px) {
    .bankrotstvo-fiz-lits-form-block .fc_item.fc_checkbox .br {
        display: block;
    }
}
@media (min-width: 601px) {
    .bankrotstvo-fiz-lits-form-block .fc_form_tml .group .fc_item.fc_checkbox_one {
        max-width: calc(100% - 220px);
        min-height: 50px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .bankrotstvo-fiz-lits-form-block .fc_form_tml .buttons {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media (max-width: 600px) {
    .bankrotstvo-fiz-lits .section.first .three-steps table td {
        z-index: 5;
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
    .bankrotstvo-fiz-lits .section.first .three-steps table:before {
        height: 90%;
        width: 3px;
        top: 0;
        margin-left: 0;
        left: 50%;
    }
    .bankrotstvo-fiz-lits .section.first .three-steps table td p {
        background: #fff;
        padding-bottom: 10px;
    }    
    .bankrotstvo-fiz-lits .section.first .three-steps table td p:first-child {
        margin-bottom: -10px !important;
    }
}
@media (max-width: 650px) {
    .group.group_67951_2 {
        display: block;
    }
    .group.group_67951_2 .fc_item {
        width: 100%;
    }
}
/*Банкроство физических лиц end*/



/*Банкроство юридических лиц*/
.bankrotstvo-yur-lits .uss_section_content {
    padding-bottom: 35px;
}
.bankrotstvo-yur-lits-form-block .inner-min {
    display: block;
}
.bankrotstvo-yur-lits-form-block .h3 {
    font-size: 48px;
    line-height: 1.2;
    text-align: left;
    max-width: 100%;
    width: 1000px;
    margin: 0px auto 50px !important;
    display: block;
    min-width: 350px;
}
.bankrotstvo-yur-lits .razmer-oplati {
    box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.03);
}
.bankrotstvo-yur-lits .razmer-oplati,
.bankrotstvo-yur-lits .inner-min > .h3 {
    text-align: left;
}
.bankrotstvo-yur-lits .economia .item:last-child {
    box-shadow: none !important;
}
.bankrotstvo-yur-lits-form-block {
    margin-top: 40px;
    padding-top: 55px;
    padding-bottom: 70px;
    background: url(/img/arbitrazh-form-bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.bankrotstvo-yur-lits-form-block .inner-min {
    display: block;
}
.bankrotstvo-yur-lits-form-block .h3 {
    line-height: 1.2;
    text-align: left;
    max-width: 100%;
    width: 1000px;
    margin: 0px auto 50px !important;
    display: block;
    min-width: 350px;
}
.bankrotstvo-yur-lits-form-block .fc_form_tml {
    background: transparent;
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.group.group_67970_2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.group.group_67970_2 .fc_item {
    width: calc((100% /3) - 24px);
}
.bankrotstvo-yur-lits-form-block .fc_item {
    margin-bottom: 35px;
}
.bankrotstvo-yur-lits-form-block .fc_item.fc_outputOnly {
    margin-bottom: 10px;
    margin-top: -7px;
    line-height: 1;
}
.bankrotstvo-yur-lits-form-block .fc_item.fc_outputOnly .outputonly {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #a5a8ac;
}
.bankrotstvo-yur-lits-form-block .fc_item.fc_checkbox .br {
    display: inline;
}
.bankrotstvo-yur-lits-form-block .fc_form_tml input[type=submit].styler {
    width: 100%;
}
@media (min-width: 800px) {
    .bankrotstvo-yur-lits-form-block .fc_item.fc_checkbox .br {
        display: block;
    }
}
@media (min-width: 601px) {
    .bankrotstvo-yur-lits-form-block .fc_form_tml .group .fc_item.fc_checkbox_one {
        max-width: calc(100% - 220px);
        min-height: 50px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .bankrotstvo-yur-lits-form-block .fc_form_tml .buttons {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media (max-width: 650px) {
    .group.group_67970_2 {
        display: block;
    }
    .group.group_67970_2 .fc_item {
        width: 100%;
    }
}
/*Банкроство юридических лиц end*/


/*Бухгалтерские услуги*/

.buh-uslugi .content-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.buh-uslugi .content-wrapper .main-content {
    margin-top: 60px;
    background: url(/img/buh-top-bg.jpg) no-repeat center top;
    /*background-size: cover;*/
    min-height: 320px;
}
.singlepage.buh-uslugi h1 {
    margin-top: 95px;
    margin-bottom: 27px;
}
.buh-uslugi .bread {
    max-width: 1210px;
    margin: auto;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -60px;
}
.singlepage.buh-uslugi h1,
.singlepage.buh-uslugi .section.section_text {
    padding-left: 15px;
    padding-right: 15px;
}
.singlepage.buh-uslugi .main-content .section.section_text p {
    line-height: normal;
}
.singlepage.buh-uslugi .uss_section_content p {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
.singlepage.buh-uslugi .uss_section_content p:nth-child(2) {
    font-size: 72px;
    line-height: normal;
    font-weight: 400;
    margin-top: 7px;
}
.singlepage.buh-uslugi .uss_section_content p:nth-child(2):after {
    content: '\20BD';
    margin-left: 15px;
}
.buh-uslugi .content-wrapper .main-content .uss_section_content .send-request {
    padding: 0 50px;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    background: #d0bf91;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}
.buh-uslugi .content-wrapper .main-content .send-request {
    padding: 0 50px;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    background: #d0bf91;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
}
.buh-uslugi .content-wrapper .main-content .send-request:hover {
    opacity: 0.8;
}
.buh-price {

}
.buh-price table {
    border-collapse: collapse;
    margin-bottom: 50px;
    width: 100%;
}
.buh-price table tr:first-child td {
    background: #f3f5f7;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 0 !important;
}
.buh-price table tr:first-child td p {
    margin: 0 !important;
}
.buh-price table tr:first-child td:not(:first-child) {
    border-left: 2px solid #fff;
}
.buh-price table tr td {
    padding: 8px 20px;
    border-bottom: 2px solid #f2f2f2;
    font-weight: 600;
    vertical-align: middle;
}
.buh-price table tr td:not(:first-child) {
    padding: 8px 20px;
    border-left: 2px solid #f2f2f2;
}
.buh-price .inner-min {
    display: block;
}
.buh-advantages {
    background: #f3f5f7;
    padding-top: 50px;
    padding-bottom: 35px;
}
.buh-advantages .h3 {
    font-size: 48px;
    line-height: normal;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto auto 50px auto;
}
.buh-advantages-cont .item {
    width: calc(50% - 60px);
    display: inline-block;
    background: #fff;
    margin-bottom: 40px;
    padding: 25px 35px 25px 75px;
    margin-left: 40px;
    position: relative;
    min-height: 140px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.03);
}
.buh-advantages-cont .item-inner {
    display: table;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1210px;
}
.buh-advantages-cont .item .title {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -40px;
    display: block;
    border: 3px solid #edeff1;
    background: url(/img/advantage01.png) no-repeat center center #fff;
    border-radius: 50%;
    color: transparent;
    top: 50%;
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    -o-transform: translateY( -50% );
    transform: translateY( -50% );
}
.buh-advantages-cont .item:hover .title {
    background: #d0bf91;
    border: 2px solid #d0bf91;
}
.buh-advantages-cont .item:first-child .title {
    background: url(/img/advantage01.png) no-repeat center center #fff;
}
.buh-advantages-cont .item:first-child:hover .title {
    background: url(/img/advantage01active.png) no-repeat center center #d0bf91;
}
.buh-advantages-cont .item:nth-child(2) .title {
    background: url(/img/advantage02.png) no-repeat center center #fff;
}
.buh-advantages-cont .item:nth-child(2):hover .title {
    background: url(/img/advantage02active.png) no-repeat center center #d0bf91;
}
.buh-advantages-cont .item:nth-child(3) .title {
    background: url(/img/advantage03.png) no-repeat center center #fff;
}
.buh-advantages-cont .item:nth-child(3):hover .title {
    background: url(/img/advantage03active.png) no-repeat center center #d0bf91;
}
.buh-advantages-cont .item:nth-child(4) .title {
    background: url(/img/advantage04.png) no-repeat center center #fff;
}
.buh-advantages-cont .item:nth-child(4):hover .title {
    background: url(/img/advantage04active.png) no-repeat center center #d0bf91;
}
.buh-advantages-cont .item:nth-child(5) .title {
    background: url(/img/advantage05.png) no-repeat center center #fff;
}
.buh-advantages-cont .item:nth-child(5):hover .title {
    background: url(/img/advantage05active.png) no-repeat center center #d0bf91;
}
.buh-advantages-cont .item:nth-child(6) .title {
    background: url(/img/advantage06.png) no-repeat center center #fff;
}
.buh-advantages-cont .item:nth-child(6):hover .title {
    background: url(/img/advantage06active.png) no-repeat center center #d0bf91;
}
.buh-advantages-cont .item:nth-child(7) .title {
    background: url(/img/advantage07.png) no-repeat center center #fff;
}
.buh-advantages-cont .item:nth-child(7):hover .title {
    background: url(/img/advantage07active.png) no-repeat center center #d0bf91;
}
.buh-advantages-cont .item:nth-child(8) .title {
    background: url(/img/advantage08.png) no-repeat center center #fff;
}
.buh-advantages-cont .item:nth-child(8):hover .title {
    background: url(/img/advantage08active.png) no-repeat center center #d0bf91;
}
.buh-advantages-cont .preview {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
}

.buh-advantages-cont {
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.buh-advantages-cont {
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.economia-cont {
    padding-top: 60px;
}
.economia .h3 {
    margin: 0px auto 35px;
    font-size: 48px;
    line-height: 30px;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    color: #1d2228;
}
.economia .item {
    padding-top: 33px;
    padding-bottom: 28px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.02);
}
.economia .item-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
}
.economia .item .title {
    font-size: 40px;
    font-weight: 600;
    background: #eee;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 40px;
    padding-left: 10px;
}
.economia .item .preview {
    font-size: 22px;
    line-height: 30px;
}
.economia .economia-bottom-text {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 33px;
    padding-bottom: 50px;
}
.singlepage .section.economia .economia-bottom-text p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}
.still-think-wide-bg-block .inner-min {
    display: block;
}
.still-think-wide-bg-block .h3 {
    text-align: left;
    font-size: 70px;
    line-height: 1;
    margin-left: -4px;
    margin-bottom: 30px;
    color: #21272d;
}
.still-think-wide-bg-block {
    padding-top: 60px;
    padding-bottom: 75px;
    background: url(/img/still-think-wide-bg.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    margin-bottom: 75px;
}
.still-think-wide-bg-block .inner-content {
    max-width: 640px;
}
.still-think-wide-bg-block .inner-content p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}
.still-think .send-request {
    padding: 0 50px;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    background: #d0bf91;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
}
.still-think .send-request:hover {
    opacity: 0.8;
}
.still-think-item-cont .item-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
}
.still-think-item-cont .item-inner .image {
    min-width: 180px;
    max-width: 180px;
}
.still-think-item-cont .item-inner .main-info {
    padding: 40px 50px 45px 50px;
    border: 3px solid #edeff1;
    margin: 30px 0 0 -30px;
    background: #fff;
    min-height: 320px;
}
.still-think-item-cont .item-inner .main-info .title {
    font-size: 28px;
    margin-bottom: 30px;
}
.still-think-item-cont .item-inner .main-info .preview {
    font-size: 14px;
}
.still-think-item-cont .item-inner .main-info .preview p + p {
    margin-top: 25px;
    line-height: 22px;
}
.still-think-item-cont .item + .item {
    margin-top: 50px;
}
.still-think-bottom-text {
    position: relative;
    margin: 40px auto 70px;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}
.still-think-bottom-text li {
    font-size: 16px;
}
.still-think-bottom-text .h3 {
    font-size: 28px;
}
.singlepage .section .still-think-bottom-text li {
    padding-left: 10px;
}
.singlepage .section .still-think-bottom-text li:before {
    content: '';
    background: url(/img/buh-li-circle.png) no-repeat center center;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
}
.singlepage .section .still-think-bottom-text li + li {
    margin-top: 5px;
}
/*Бухгалтерские услуги end*/


/*Выкуп долга*/
.group.group_68010_2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.group.group_68010_2 .fc_item {
    width: calc((100% /3) - 24px);
}
.group.group_68010_3,
.group.group_68010_4 {
    display: inline-block;
    width: calc((100% /2) - 19px);
}
.group.group_68010_4 {
    float: right;
}
.pokupka-dolga .bottom-text-block {
    max-width: 1200px;
    text-align: left;
}
.singlepage.pokupka-dolga .section.first .inner-min {
    padding-bottom: 0;
}
.singlepage.pokupka-dolga .section ul {
    max-width: 590px;
    margin: auto;
    text-align: left;
}
@media (max-width: 650px) {
    .group.group_68010_2 {
        display: block;
    }
    .group.group_68010_2 .fc_item {
        width: 100%;
    }
    .group.group_68010_3,
    .group.group_68010_4 {
        width: 100%;
    }
}
/*Выкуп долга end*/

.bottom-text-block {
    padding: 45px 0 95px;
    font-size: 19px;
    max-width: 1050px;
    width: 100%;
    text-align: center;
    margin: auto;
}

/*Оценка и экспертиза*/

.ocenka-i-ekspertiza .content-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.ocenka-i-ekspertiza .bread {
    margin: 0 auto;
    max-width: 1210px;
    padding-left: 19px;
    padding-right: 15px;
}
.ocenka-i-ekspertiza .h3 {
    text-align: center;
    font-weight: 400 !important;
}
.ocenka-i-ekspertiza h1 {
    margin: 20px auto 0;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    height: 0;
    overflow: hidden;
}
.ocenka-i-ekspertiza .section.vopros-otvet-block.vopros-otvet-block-title {
    box-shadow: none;
}
.ocenka-i-ekspertiza .vopros-otvet-block.vopros-otvet-block-title .vopros-otvet .h3 {
    font-size: 48px;
    line-height: normal;
    margin: auto auto 10px auto;
}
.ocenka-i-ekspertiza .vopros-otvet-block > .inner-min {
    padding-bottom: 0;
}
.ocenka-i-ekspertiza .section.section_faq {
    margin: 0 auto;
    max-width: 1210px;
    padding-left: 19px;
    padding-right: 15px;
}
.ocenka-i-ekspertiza .uss_faq_item {
    margin: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 2px solid #f2f2f2;
}
.ocenka-i-ekspertiza .main-content {
    box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
    /*box-shadow: inset 0px 0px 20px rgba(0,0,0,0.05);*/
    padding-bottom: 60px;
    max-width: 100%;
}
.ocenka-i-ekspertiza .uss_faq .uss_add_question {
    font-size: 18px;
    font-weight: 600;
    display: none;
}
.ocenka-i-ekspertiza .uss_faq .uss_faq_item .question {
    padding: 34px 65px 34px 20px;
}
.ocenka-i-ekspertiza .uss_faq_item .question {
    position: relative;
}
.ocenka-i-ekspertiza .uss_faq_item .question:after {
    content: '';
    display: block;
    background: url(/img/icon-faq-arrow-down.png) no-repeat center center #d0bf91;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    -o-transform: translateY( -50% );
    transform: translateY( -50% );
}
.ocenka-i-ekspertiza .uss_faq_item .question:hover:after {
    background: url(/img/icon-faq-arrow-down.png) no-repeat center center #21272e;
}
.ocenka-i-ekspertiza .uss_faq_item .question.active:after {
    content: '';
    display: block;
    background: url(/img/icon-faq-arrow-up.png) no-repeat center center #21272e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    -o-transform: translateY( -50% );
    transform: translateY( -50% );
}
.ocenka-i-ekspertiza .uss_faq .question_text p {
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    font-size: 30px;
    line-height: 1;
}
.ocenka-i-ekspertiza .uss_faq_item .reply {
    margin: -5px 10px 10px 20px;
    padding: 0px 0 10px;
}
.ocenka-i-ekspertiza .uss_faq .reply_text p {
    margin-bottom: 0;
    line-height: 30px;
}
.ocenka-i-ekspertiza .uss_faq .reply_text {
    font-size: 19px;
    margin-bottom: 7px;
    border-left: 5px solid #d0bf91;
    padding-left: 20px;
}
.ocenka-i-ekspertiza .uss_faq {
    border-bottom: 2px solid #f2f2f2;
}
.ocenka-i-ekspertiza .uss_faq .uss_pagenator {
    display: none;
}
.ocenka-i-ekspertiza .uss_faq .reply_text ul li:after {
    display: none;
}

.ocenka-i-ekspertiza .section.vopros-otvet-block .vopros-otvet .uss_faq_item:last-child {
    margin-bottom: 0;
}
.ocenka-i-ekspertiza .section.vopros-otvet-block {
    box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
    z-index: 1;
}
.ocenka-i-ekspertiza .vopros-otvet .h3 {
    font-size: 48px;
    line-height: normal;
    margin: auto auto 50px auto;
}
.ocenka-i-ekspertiza.singlepage .section .vopros-otvet,
.ocenka-i-ekspertiza.singlepage .section .vopros-otvet ul {
    font-size: 18px;
}
.ocenka-i-ekspertiza.singlepage .section .vopros-otvet ul:last-child {
    margin-bottom: 0;
}
.ocenka-i-ekspertiza .section .vopros-otvet .uss_faq_item {
    padding: 15px 20px 20px;
    margin-bottom: 20px;
}
.ocenka-i-ekspertiza .section .vopros-otvet .uss_faq_item .uss_faq_question_text {
    font-weight: 700;
    margin-bottom: 10px;
}
.ocenka-i-ekspertiza .section.form-block .arbitrazh-form-block .h3 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
}
.ocenka-i-ekspertiza .arbitrazh-form-block {
    margin-top: 15px;
    background: url(/img/ocenka-i-ekspertiza-form-bg.jpg) no-repeat center top !important;
    background-size: cover !important;
}
.ocenka-i-ekspertiza .arbitrazh-form-block .fc_form_tml textarea.styler {
    height: 150px;
}
.ocenka-i-ekspertiza .arbitrazh-form-block .fc_item.fc_outputOnly .outputonly {
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    color: #1d2228;
}
.ocenka-i-ekspertiza .arbitrazh-form-block .fc_item_68111_2_9 .sector_title,
.ocenka-i-ekspertiza .arbitrazh-form-block .fc_item_68111_2_7 label,
.ocenka-i-ekspertiza .arbitrazh-form-block .fc_item_68111_2_10 .sector_title,
.ocenka-i-ekspertiza .arbitrazh-form-block .fc_item_68111_2_8 label {
    display: none;
}
.group.group_68111_4 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.group.group_68111_4 .fc_item {
    width: calc((100% /3) - 25px);
}
.group.group_68111_2,
.group.group_68111_5 {
    display: inline-block;
    width: calc((100% /2) - 19px);
}
.group.group_68111_5 {
    float: right;
}

.ocenka-i-ekspertiza .icons_pre_items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ocenka-i-ekspertiza .icons_pre_items .item {
    width: calc((100% /3) - 20px);   
}
.ocenka-i-ekspertiza .icons_pre_items .item .item_wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.ocenka-i-ekspertiza .icons_pre_items .item .image {
    margin-right: 15px;
}
.ocenka-i-ekspertiza .icons_pre_items .item .image img {
    max-width: 80px;
}
.ocenka-i-ekspertiza .icons_pre_items .item .title {
    font-size: 18px;
    color: #000;
    line-height: normal;
}
.ocenka-i-ekspertiza .section.icons-cont {
    box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
}
.singlepage.ocenka-i-ekspertiza .section.icons-cont > .inner-min {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section.text-block-container {
    box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
}
.section.text-block-container .inner-min {
    padding-top: 0;
    padding-bottom: 0;
}
.singlepage .section.text-block-container p + p {
    margin: 0;
}
.section.text-block-container .text-block {
    padding: 45px 0 45px;
    font-size: 19px;
    max-width: 1050px;
    width: 100%;
    text-align: center;
    margin: auto;
}
.logo-banki-container {
    box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
}
.ocenka-i-ekspertiza .logo-banki-container .inner-min {
    padding-top: 50px;
    padding-bottom: 40px;
}
.logo-banki .slick-track {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo-banki .slick-slide img {
    margin: auto;
}
.logo-banki .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    opacity: 1;
    z-index: 100;
}
.logo-banki .slick-arrow.slick-prev {
    background: url(../img/slider-prev.png) 50% no-repeat, #ccc;
    left: 0;
}
.logo-banki .slick-arrow.slick-next {
    background: url(../img/slider-next.png) 50% no-repeat, #ccc;
    right: 0;
}
.logo-banki .slick-arrow:hover {
    background-color: #d0bf91;
}
.logo-banki .slick-slide {
    padding: 0 15px;
}

.logo-banki .h3 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0px auto 50px;
}
.logo-banki .uss_widget_outer_content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo-banki .uss_widget_outer_content .uss_one_image {
    -moz-flex: 0 33%;
    -o-flex: 0 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    max-width: 215px;
    text-align: center;
    padding: 0 10px;
}


.nn-tabs-block-container table {
    margin-top: 15px;
}
.nn-tabs-block-container table tr td p:first-child {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 10px;
}
.nn-tabs-block-container table tr td p,
.nn-tabs-block-container table tr td ul {
    padding-right: 15px;
}
.nn-tabs-block-container table tr td {
    /*padding-right: 15px;*/
    padding-bottom: 10px;
}
.nn-tabs-block-container table ul {
    margin: 12px 0 !important;
}
.nn-tabs-block-container table ul li {
    font-size: 16px;
    line-height: normal;
}
.nn-tabs-block-container {
    box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
}
.singlepage .section.nn-tabs-block-container .inner-min {
    overflow: visible;
    padding-top: 70px;
}
.attention-block {
    background: #f2f2f2;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 20px 12px 25px;
    margin: 25px 0 20px !important;
    display: inline-block;
}
.singlepage .section p.attention-block + p {
    margin-top: 0;
}
.attention-icon-block {
    padding-left: 60px;
    background: url(/img/attention-icon.png) no-repeat center left;
    margin: 10px 0;
    display: block;
    min-height: 44px;
}
.attention-icon-block p {
    margin-top: 0 !important;
}
.attention-icon-block a {
    text-decoration: none;
}
.main-tabs-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.left-block-tabs {
    -moz-flex: 0 0 390px;
    -o-flex: 0 0 390px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 390px;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
    width: 390px;
    border-right: 1px solid #f2f2f2;
    transition: 0.3s
}
.left-block-tabs .tab-btn {
    width: 100%;
    position: relative;
    padding-right: 45px;
}
.left-block-tabs .tab-btn:not(.active) {
    cursor: pointer;
}
.left-block-tabs .tab-btn:not(.active):hover {
    /*background: #f2f2f2;*/
}
.left-block-tabs .tab-btn:not(.active):hover .tab-icon {
    /*background-color: #fff !important;*/
}
.left-block-tabs .tab-btn.active {
    background: #f2f2f2;
}
.left-block-tabs .tab-btn.active:before {
    content: '';
    background: #f2f2f2;
    display: block;
    width: 10000px;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: -1;
}
.left-block-tabs .tab-btn.active .tab-icon {
    background-color: #fff !important;
}
.left-block-tabs .tab-btn.active .tab-icon img {
    display: none;
}
.left-block-tabs .tab-btn .tab-btn-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}
.left-block-tabs .tab-btn .tab-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    background-color: #f2f2f2 !important;
    position: relative;
}
.left-block-tabs .tab-btn:nth-child(1) .tab-icon {
    background: url(/img/nn-tabs01.png) no-repeat center center;
}
.left-block-tabs .tab-btn:nth-child(2) .tab-icon {
    background: url(/img/nn-tabs02.png) no-repeat center center;
}
.left-block-tabs .tab-btn:nth-child(3) .tab-icon {
    background: url(/img/nn-tabs03.png) no-repeat center center;
}
.left-block-tabs .tab-btn:nth-child(4) .tab-icon {
    background: url(/img/nn-tabs04.png) no-repeat center center;
}
.left-block-tabs .tab-btn:nth-child(5) .tab-icon {
    background: url(/img/nn-tabs05.png) no-repeat center center;
}

.left-block-tabs .tab-btn .tab-icon img {
    display: none;
}
.left-block-tabs .tab-btn .title {
    padding-left: 20px;
    font-size: 20px;
    color: #454e58;
}
.left-block-tabs .tab-btn.active .title {
    color: #1d2228;
}
.left-block-tabs .content-text {
    display: none;
}
.right-block-tabs-content {
    padding-left: 50px;
}
.right-block-tabs-content .title {
    font-size: 28px;
    margin-bottom: 20px;
}
.right-block-tabs-content .tab-icon {
    display: none;
}

.ocenka-lus-container {
    padding-top: 25px;
    padding-bottom: 40px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
}
.ocenka-lus {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1840px;
    padding-left: 15px;
    padding-right: 15px;
    background: url(/img/ocenka-lus-lines.png) no-repeat center center;
    padding-top: 370px;
    padding-bottom: 370px;
    background-size: 100% 100%;
}
.ocenka-lus .h3 {
    font-size: 70px;
    position: relative;
    width: 870px;
    padding-left: 215px;
    background: url(/img/ocenka-lus-title.png) no-repeat left center;
    min-height: 180px;
    line-height: 76px;
    text-align: left;
    font-weight: 700 !important;
    min-width: 100px !important;
    margin: 0 0 0;
    position: absolute;
    left: 27%;
    top: 39%;
}
.ocenka-lus ul {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}
.singlepage .section .ocenka-lus li {
    position: relative;
    padding-left: 110px;
    min-height: 86px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    position: absolute;
}
.singlepage .section .ocenka-lus li span {
    z-index: 1;
}
.singlepage .section .ocenka-lus li:before {
    content:'';
    display: block;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: url(/img/ocenka-lus-01.png) no-repeat center center #c3ae77;
    box-shadow: 0 0 0px 10px #f3efe4;
    transition: 0.2s;
}
.singlepage .section .ocenka-lus li:nth-child(1) {
    left: 29%;
    top: 10%;
    z-index: 3;
}
.singlepage .section .ocenka-lus li:nth-child(1):before {
    box-shadow: 0 0 0px 30px #f3efe4;
}
.singlepage .section .ocenka-lus li:nth-child(2) {
    left: 48%;
    top: 12%;
    z-index: 2;
}
.singlepage .section .ocenka-lus li:nth-child(2):before {
    box-shadow: 0 0 0px 50px #f3efe4;
}
.singlepage .section .ocenka-lus li:nth-child(3) {
    left: 68%;
    top: 15%;
    z-index: 1;
}
.singlepage .section .ocenka-lus li:nth-child(3):before {
    box-shadow: 0 0 0px 20px #f3efe4;
}
.singlepage .section .ocenka-lus li:nth-child(4) {
    left: 86%;
    top: 39%;
}
.singlepage .section .ocenka-lus li:nth-child(4):before {
    box-shadow: 0 0 0px 50px #f3efe4;
}
.singlepage .section .ocenka-lus li:nth-child(5) {
    left: 67%;
    top: 70%;
}
.singlepage .section .ocenka-lus li:nth-child(5):before {
    box-shadow: 0 0 0px 15px #f3efe4;
}
.singlepage .section .ocenka-lus li:nth-child(6) {
    left: 43%;
    top: 78%;
}
.singlepage .section .ocenka-lus li:nth-child(6):before {
    box-shadow: 0 0 0px 65px #f3efe4;
}
.singlepage .section .ocenka-lus li:nth-child(7) {
    left: 18%;
    top: 74%;
}
.singlepage .section .ocenka-lus li:nth-child(7):before {
    box-shadow: 0 0 0px 35px #f3efe4;
}
.singlepage .section .ocenka-lus li:nth-child(8) {
    left: 5%;
    top: 43%;
}
.singlepage .section .ocenka-lus li:nth-child(8):before {
    box-shadow: 0 0 0px 65px #f3efe4;
}
.singlepage .section .ocenka-lus li:nth-child(9) {
    left: 12%;
    top: 17%;
    z-index: 4;
}
.singlepage .section .ocenka-lus li:nth-child(9):before {
    box-shadow: 0 0 0px 10px #f3efe4;
}

.singlepage .section .ocenka-lus li:nth-child(2):before {
    background: url(/img/ocenka-lus-02.png) no-repeat center center #c3ae77;
}
.singlepage .section .ocenka-lus li:nth-child(3):before {
    background: url(/img/ocenka-lus-03.png) no-repeat center center #c3ae77;
}
.singlepage .section .ocenka-lus li:nth-child(4):before {
    background: url(/img/ocenka-lus-04.png) no-repeat center center #c3ae77;
}
.singlepage .section .ocenka-lus li:nth-child(5):before {
    background: url(/img/ocenka-lus-05.png) no-repeat center center #c3ae77;
}
.singlepage .section .ocenka-lus li:nth-child(6):before {
    background: url(/img/ocenka-lus-06.png) no-repeat center center #c3ae77;
}
.singlepage .section .ocenka-lus li:nth-child(7):before {
    background: url(/img/ocenka-lus-07.png) no-repeat center center #c3ae77;
}
.singlepage .section .ocenka-lus li:nth-child(8):before {
    background: url(/img/ocenka-lus-08.png) no-repeat center center #c3ae77;
}
.singlepage .section .ocenka-lus li:nth-child(9):before {
    background: url(/img/ocenka-lus-09.png) no-repeat center center #c3ae77;
}

.singlepage .section .ocenka-lus ul li + li {
    margin-top: 15px !important;
}

.ocenka-i-ekspertiza .etapy-vzyskaniya .item-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-left {
    text-align: left !important;
}
.ocenka-i-ekspertiza .align-left {
    max-width: 100% !important;
}

.text-block-container .h3 {
    margin: 0px auto 50px;
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
}

.section.text-block-container.podgotovim-ekspertizu .text-block {
    padding: 55px 0 55px;
}
.podgotovim-ekspertizu .h3 + p {
    font-size: 24px;
}
.podgotovim-ekspertizu p {
    line-height: 30px;
}
.podgotovim-ekspertizu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px !important;
}
.podgotovim-ekspertizu ul li:before {
    display: none !important;
}
.podgotovim-ekspertizu ul li {
    text-align: center;
    width: 271px;
    padding-left: 0 !important;
    font-weight: 600;
    margin-bottom: 25px;
}
.podgotovim-ekspertizu ul li + li {
    margin-top: 0 !important;
}
.podgotovim-ekspertizu ul img {
    display: block;
    margin-bottom: 15px;
}
.ocenka-i-ekspertiza .section.text-block-container {
    /*box-shadow: inset 0px 0px 20px rgba(0,0,0,0.05);*/
}
.pre-work-withus {
    padding: 50px 0;
}
.pre-work-withus .pre-work-withus-inner {
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.pre-work-withus .h3 {
    font-size: 48px;
    line-height: normal;
    margin: 0 auto 50px;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
}
.pre-work-withus .h3 + p {
    display: none;
}
.pre-work-withus .items-cont {
    margin: 40px auto !important;
    font-size: 24px;
    line-height: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pre-work-withus .items-cont .item {
    border-left: 5px solid #d0bf91;
    padding: 3px 30px;
    font-weight: 300;
    width: 235px;
    text-align: center;
    margin-bottom: 15px;
}
.pre-work-withus-inner_bottom-text {
    text-align: center;
    font-size: 28px;
}
.ocenka-i-ekspertiza .etapy-vzyskaniya.inner-max {
    background: #f3f5f7;
    padding-top: 50px;
    padding-bottom: 25px;
}
.ocenka-i-ekspertiza .etapy-vzyskaniya .h3 {
    margin: 0px auto 50px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600 !important;
    text-align: left;
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
}
.ocenka-i-ekspertiza .etapy-vzyskaniya-cont {
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ocenka-i-ekspertiza .etapy-vzyskaniya-cont .item {
    width: calc(50% - 60px);
    display: inline-block;
    background: #fff;
    margin-bottom: 40px;
    padding: 25px 35px 25px 75px;
    margin-left: 40px;
    position: relative;
    min-height: 210px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.03);
}
.ocenka-i-ekspertiza .etapy-vzyskaniya-cont .item-inner {
    display: table;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1210px;
}
.ocenka-i-ekspertiza .etapy-vzyskaniya-cont .item .title {
    font-size: 36px;
    font-weight: 600;
    background: #fff !important;
    min-width: 80px;
    margin-right: 40px;
    padding-left: 10px;
    line-height: 70px;
    position: absolute;
    width: 80px;
    height: 80px;
    left: -115px;
    display: block;
    border: 3px solid #edeff1;
    background: #fff;
    border-radius: 50%;
    color: #000;
    top: 50%;
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    -o-transform: translateY( -50% );
    transform: translateY( -50% );
}
.ocenka-i-ekspertiza .etapy-vzyskaniya-cont .item-inner .preview {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400;
}
.ocenka-i-ekspertiza .etapy-vzyskaniya .item-inner {
    padding-left: 0;
    padding-right: 0;
}
.ocenka-i-ekspertiza .bottom-text-block {
    padding: 45px 0 95px;
    padding: 45px 0 10px;
    font-size: 18px;
    line-height: 30px;
    max-width: 1180px;
    text-align: left;
}
/*Оценка и экспертиза end*/

.footer {
    background: #f4f5f7;
    border-top: 2px solid #fff;
}
.big-tel-btn {
    position: absolute;
    background: url(/img/tel-icon-big.png) no-repeat center center #d0bf91;
    box-shadow: 0 0 0px 10px #f6f2e9;
    box-shadow: 0 0 3px 10px rgba(208,191,145,0.3);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 9;
    transition: 0.2s;
}
.big-tel-btn:hover {
    opacity: 0.8;
}
.big-tel-btn a {
    display: block;
    height: 100%;
}
.footer .big-tel-btn {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    -o-transform: translateX( -50% );
    transform: translateX( -50% );
}
.footer > .inner-min {
    padding-top: 80px;
    padding-bottom: 30px;
}
.main-footer > div {
    -moz-flex: 1 33.3%;
    -o-flex: 1 33.3%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 33.3%;
    -ms-flex: 1 33.3%;
    flex: 1 33.3%;
}
.main-footer > .left {

}
.main-footer > .left,
.main-footer > .right {
    font-size: 18px;
}
.main-footer > .left p:first-child,
.main-footer > .right p:first-child {
    color: #d0bf91;
    margin-bottom: 12px;
    font-size: 14px;   
}
.main-footer > .center {
    text-align: center;
}
.main-footer > .center a {
    text-decoration: none;
    margin-top: 7px;
    display: inline-block;
}
.main-footer > .right {
    text-align: right;
}

.bottom-line {
    padding: 20px 0;
    border-top: 2px solid #f8f9fa;
}
.bottom-line a {
    color: #6e7d8e;
}
.bottom-line .left {
    color: #454e58;
}
.bottom-line .inner-min {

}


.fon {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}
.request-form {
    display: none;
    width: 420px;
    height: auto;
    padding: 35px 40px 40px 40px;
    background-color: #fff;
    /* border-radius: 4px; */
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 54px;
    left: 50%;
    z-index: 600;
}
.request-form .uss_error_form {
    margin-bottom: 20px;
    padding: 7px 10px;
}
.request-form .h3 {
    margin: 0 0 30px;
    font-weight: normal;
    font-size: 47px;
    text-transform: none;
    text-align: center;
    line-height: 1;
}
.request-form .sector_title {
    font-size: 18px;
    color: #21272d;
    margin-bottom: 5px;
    font-weight: normal;
}
.request-form select,
.request-form input[type="text"],
.request-form textarea {
    height: 50px;
    line-height: 50px;
    border-radius: 0px !important;
    border: 2px solid #b0b2b4;
    width: 100%;
    padding: 0 15px;
    color: #1d2228;
    font-size: 16px;
    background: #fff;
    transition: 0.3s;
    outline: 0;
}
.request-form input[type="text"]:hover {
    border-color: #d0bf91;
}
.request-form .jq-selectbox {
    width: 100%;
}
.request-form .jq-selectbox__select {
    width: 100%;
    height: 50px;
    border-radius: 0px !important;
    border: 2px solid #a5a8ac !important;
    transition: 0.3s;
    padding: 0 55px 0 15px;
}
.request-form .jq-selectbox__select-text {
    font-size: 16px;
    color: #9aa1a8;
    height: 46px;
    line-height: 46px;
    transition: 0.3s;
}
.request-form .jq-selectbox__trigger {
    width: 46px;
    border-left: 2px solid #a5a8ac !important;
    transition: 0.3s;
}
.request-form .jq-selectbox__trigger-arrow {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-top: 6px solid #a5a8ac;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    opacity: 1;
    transition: 0.3s;
}
.request-form .jq-selectbox.opened .jq-selectbox__select,
.request-form .jq-selectbox__select:hover {
    border: 2px solid #d0bf91 !important;
}
.request-form .jq-selectbox.opened .jq-selectbox__select-text,
.request-form .jq-selectbox__select:hover .jq-selectbox__select-text {
    color: #21272d;
}
.request-form .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger,
.request-form .jq-selectbox__select:hover .jq-selectbox__trigger {
    background: #d0bf91;
    border-left: 2px solid #d0bf91 !important;
}
.request-form .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger-arrow,
.request-form .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
    border-top: 6px solid #fff;
}
.request-form .fc_item .elem_item,
.fc_item.fc_outputOnly .outputonly {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.request-form .fc_captcha input {
    margin: 0 0 0 15px;
    vertical-align: top;
    width: 100px;
}
.request-form .fc_captcha img {
    margin-right: 10px;
}
.request-form .fc_form_tml .buttons {
    margin-top: 30px;
}
.request-form input[type="submit"] {
    border: none;
    outline: none;
    display: block;
    font-size: 18px;
    color: #2d2d2d;
    cursor: pointer;
    background: #d0bf91;
    color: #fff;
    padding: 0px 50px;
    line-height: 1;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
}
.request-form input[type="submit"]:hover {
    opacity: 0.8;
}
.request-form {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.request-form .fc_form_tml .uss_error_form ol {
    padding: 0;
}
.request-form .fc_form_tml {
    margin-bottom: 0;
}
.request-form .fc_item.fc_checkbox .elem_item.one {
    
}
.request-form .fc_form_tml .group .fc_item.fc_checkbox .force_position_right {width: calc(100% - 25px); vertical-align: top;}
.request-form .fc_form_tml .group .fc_item.fc_checkbox_one {
    max-width: 100%;
}
.request-form .close {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    border-radius: 50%;
    box-shadow: -7px 7px 10px rgba(0,0,0,0.07);
}
.request-form .close span {
    display: block;
    position: absolute;
    top: 19px;
    width: 20px;
    height: 2px;
    left: 10px;
    background: #a5a8ac;
    transition: 0.3s;
}
.request-form .close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.request-form .close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.request-form .close:hover span {
    background: #000;
}

/*Защита граждан, попавших в сложное финансовое положение*/

.zaschita-grazhdan h1 {
    height: 0;
    overflow: hidden;
}
.zaschita-grazhdan .top-img-block {
    min-height: 500px;
    background: url(/img/zaschita-grazhdan-top-img-block-bg.jpg) no-repeat center top;
    background-size: cover;
}
.zaschita-grazhdan .top-img-block .inner-min {
    padding-bottom: 50px;
}
.zaschita-grazhdan .top-img-block p + p {
    margin-top: 0;
}
.zaschita-grazhdan .top-img-block p {
    line-height: 1.2;
    position: relative;
}
.zaschita-grazhdan .top-img-block p:nth-child(1) {
    max-width: 850px;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.zaschita-grazhdan .top-img-block p:nth-child(2) {
    max-width: 850px;
    font-size: 62px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 40px;
}
.zaschita-grazhdan .top-img-block p span {
    color: #d0bf91;
}
.zaschita-grazhdan .top-img-block p:nth-child(3) {
    max-width: 850px;
    font-size: 30px;
}
.zaschita-grazhdan .top-img-block p:nth-child(3):after {
    content: '';
    width: 122px;
    height: 5px;
    background: #cdb175;
    display: block;
    margin: 45px 0 60px;
}
.zaschita-grazhdan .top-img-block p:nth-child(4) {
    font-size: 18px;
    line-height: 30px;
}
.konsultaciya_po_punktam-cont .h3 {
    max-width: 1200px;
    text-align: center;
    margin: 40px auto 50px;
    font-size: 36px;
    line-height: 46px;
    padding-left: 15px;
    padding-right: 15px;
}
.konsultaciya_po_punktam-cont-inner {
    padding-top: 60px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}
.buh-advantages-cont.konsultaciya_po_punktam .item {
    width: calc(50% - 60px);
    display: inline-block;
    background: #f3f5f7;
    margin-bottom: 20px;
    padding: 25px 35px 25px 75px;
    margin-left: 35px;
    position: relative;
    min-height: 110px;
    box-shadow: none;
}
@media (min-width:801px) {
    .buh-advantages-cont.konsultaciya_po_punktam .item:nth-child(2) {
        -ms-flex-order: 3;
        order: 3;
    }
    .buh-advantages-cont.konsultaciya_po_punktam .item:nth-child(3) {
        -ms-flex-order: 5;
        order: 5;
    }
    .buh-advantages-cont.konsultaciya_po_punktam .item:nth-child(4) {
        -ms-flex-order: 2;
        order: 2;
    }
    .buh-advantages-cont.konsultaciya_po_punktam .item:nth-child(5) {
        -ms-flex-order: 4;
        order: 4;
    }
    .buh-advantages-cont.konsultaciya_po_punktam .item:nth-child(6) {
        -ms-flex-order: 6;
        order: 6;
    }
}
.konsultaciya_po_punktam-bottom-text p {
    font-size: 19px !important;
    line-height: 30px !important;
    padding-left: 85px;
    position: relative;
}
.konsultaciya_po_punktam-bottom-text p:before {
    content: '';
    width: 5px;
    height: calc(100% + 14px);
    background: #d0bf91;
    display: block;
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    -o-transform: translateY( -50% );
    transform: translateY( -50% );
}
@media (max-width:800px) {
    .zaschita-grazhdan .top-img-block p:nth-child(2) {
        font-size: 45px;
        line-height: 1.2;
    }
}
.buh-advantages-cont.konsultaciya_po_punktam .item .title {
    font-size: 36px;
    font-weight: 600;
    background: #000 !important;
    min-width: 70px;
    margin-right: 40px;
    padding-left: 10px;
    line-height: 66px;
    width: 70px;
    height: 70px;
    left: -35px;
    display: block;
    border: 0;
    color: #fff;
}
.buh-advantages-cont.konsultaciya_po_punktam .preview {
    font-size: 19px;
    line-height: 30px;
}

.ne-toropites-bezhat-block {

}
.ne-toropites-bezhat-block .h3 {
    font-size: 36px;
}
.ne-toropites-bezhat-block .h3 span {
    position: relative;
    font-size: 26px;
    color: #cdb175;
    display: block;
    margin: 30px 0 0;
}
.ne-toropites-bezhat-block .h3 span:after {
    content: '';
    width: 122px;
    height: 5px;
    background: #cdb175;
    display: block;
    margin: 35px auto 35px;
}
.ne-toropites-bezhat-block p {
    font-size: 19px;
    text-align: center;
}


.zaschita-grazhdan .odin-raz-prokonsultirovatsya-block {
    background: url(/img/odin-raz-prokonsultirovatsya-block-bg.jpg) no-repeat center top;
    background-size: cover;
}
.zaschita-grazhdan .odin-raz-prokonsultirovatsya-block .inner-min {
    padding-top: 70px;
    padding-bottom: 70px;
}
.zaschita-grazhdan .odin-raz-prokonsultirovatsya-block p + p {
    margin-top: 0;
}
.zaschita-grazhdan .odin-raz-prokonsultirovatsya-block p {
    line-height: 1.2;
    position: relative;
    color: #fff;
}
.zaschita-grazhdan .odin-raz-prokonsultirovatsya-block p:nth-child(1) {
    max-width: 670px;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.zaschita-grazhdan .odin-raz-prokonsultirovatsya-block p:nth-child(2) {
    max-width: 670px;
    font-size: 62px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 40px;
}
.zaschita-grazhdan .odin-raz-prokonsultirovatsya-block p span {
    color: #d0bf91;
}
.zaschita-grazhdan .odin-raz-prokonsultirovatsya-block p:nth-child(3) {
    max-width: 670px;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 50px;
}
.zaschita-grazhdan .odin-raz-prokonsultirovatsya-block p:nth-child(4) {
    font-size: 18px;
    line-height: 30px;
}
@media (max-width:800px) {
    .zaschita-grazhdan .odin-raz-prokonsultirovatsya-block .inner-min {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .zaschita-grazhdan .odin-raz-prokonsultirovatsya-block p:nth-child(2) {
        font-size: 45px;
        line-height: 1.2;
    }
}

.pomozhem-prinyat-block {
    background: #f3f5f7;
}
.pomozhem-prinyat-block .inner-min {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pomozhem-prinyat-block .h3 {
    font-size: 36px;
    margin-bottom: 35px;
    position: relative;
    background: url(/img/logo.png) no-repeat center top;
    padding-top: 130px;
    max-width: 950px;
    min-width: 100px !important;
    margin-left: auto;
    margin-right: auto;
}
.pomozhem-prinyat-block .h3:after {
    content: '';
    width: 122px;
    height: 5px;
    background: #cdb175;
    display: block;
    margin: 35px auto 0;
}
.pomozhem-prinyat-block p {
    font-size: 19px;
    line-height: 30px;
    text-align: center;
}

.potratte-svoe-vremya-form-block {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    padding-top: 60px;
    padding-bottom: 60px;
}
.potratte-svoe-vremya-form-block-inner {
    max-width: 1000px;
    margin: auto;
}
.potratte-svoe-vremya-form-block-inner .inner-min {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.potratte-svoe-vremya-form-block-inner .inner-min .fc_form_tml {
    width: 100%;
}
.potratte-svoe-vremya-form-block .h3 {
    font-size: 32px;
    line-height: 44px;
    background: url(/img/potratte-svoe-vremya-icon.png) no-repeat left center;
    min-height: 160px;
    padding-left: 200px;
    text-align: left;
    margin-bottom: 75px;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.potratte-svoe-vremya-form-block .h3:after {
    content: '';
    width: 122px;
    height: 5px;
    background: #cdb175;
    /* display: block; */
    /* margin: 35px auto 0px; */
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    -o-transform: translateX( -50% );
    transform: translateX( -50% );
}
.potratte-svoe-vremya-form-block .h3 span {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 25px;
    display: block;
}
.potratte-svoe-vremya-form-block .h3 span b {
    color: #cdb175;
}
.potratte-svoe-vremya-form-block-inner .fc_item.fc_checkbox .br {
    display: inline;
}
@media (min-width: 800px) {
    .potratte-svoe-vremya-form-block-inner .fc_item.fc_checkbox .br {
        display: block;
    }
}
@media (min-width: 601px) {
    .potratte-svoe-vremya-form-block-inner .fc_form_tml .group .fc_item.fc_checkbox_one {
        max-width: calc(100% - 220px);
        min-height: 50px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .potratte-svoe-vremya-form-block-inner .fc_form_tml .buttons {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
.zaschita-grazhdan .group.group_77331_1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.zaschita-grazhdan .group.group_77331_1 .cleaner  {
    display: none;
}
.zaschita-grazhdan .group.group_77331_1 .fc_item.block {
    width: calc((100% / 3) - 24px);
    margin: 0 0 35px 0;
}

.chem-my-otlichaemsya-ot-drugih-yuristov-block {
    margin-bottom: 40px;
}
.chem-my-otlichaemsya-ot-drugih-yuristov-block .h3 {
    text-align: center;
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 45px;
    text-align: center;
}
.icons_pre_urist_items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 30px;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 40px;
}
.icons_pre_urist_items .item {
    -moz-flex: 1 20%;
    -o-flex: 1 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 1 20%;
    -ms-flex: 1 20%;
    flex: 1 20%;
    margin: 20px 0;
    text-align: center;
    padding: 0 15px;
}
.icons_pre_urist_items .item .image {
    margin-bottom: 15px;
    width: 110px;
    height: 110px;
    min-width: 110px;
    border-radius: 50%;
    background-color: #f2f2f2 !important;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:center;
    -webkit-justify-content: center;
    -ms-flex-pack:center;
    justify-content: center;
    margin: 0 auto 20px;
}
.icons_pre_urist_items .title {
    font-size: 19px;
    line-height: 30px;
}
.chem-my-otlichaemsya-ot-drugih-yuristov-block-bottom-text {
    font-size: 19px;
    line-height: 30px;
    text-align: center;
}
.chem-my-otlichaemsya-ot-drugih-yuristov-block-bottom-text p {
    margin-bottom: 30px;
}
.chem-my-otlichaemsya-ot-drugih-yuristov-block-bottom-text .big-tel {
    font-size: 48px;
    font-weight: 600;
    margin-top: 50px !important;
    color: #000;
}
.chem-my-otlichaemsya-ot-drugih-yuristov-block-bottom-text .big-tel a {
    text-decoration: none !important;
    color: #000;
}
.chem-my-otlichaemsya-ot-drugih-yuristov-block-bottom-text .big-tel span {
    color: #cdb175;
}

@media (max-width:1200px){
    .icons_pre_urist_items .item {
        -moz-flex: 1 30%;
        -o-flex: 1 30%;
        -webkit-box-flex: 0;
        -webkit-flex: 1 30%;
        -ms-flex: 1 30%;
        flex: 1 30%;
    }
}
@media (max-width:800px){
    .chem-my-otlichaemsya-ot-drugih-yuristov-block {
        margin-bottom: 0;
    }
    .icons_pre_urist_items .item {
        -moz-flex: 1 50%;
        -o-flex: 1 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
        flex: 1 50%;
    }
    .chem-my-otlichaemsya-ot-drugih-yuristov-block-bottom-text .big-tel {
        font-size: 40px;
    }
}
/*Защита граждан, попавших в сложное финансовое положение end*/

@media (max-width:1850px) {
    .singlepage .section .ocenka-lus li:nth-child(4) {
        right: 3%;
        left: auto;
    }
    .singlepage .section .ocenka-lus li:nth-child(8):before {
        box-shadow: 0 0 0px 30px #f3efe4;
    }
    .ocenka-lus .h3 {
        font-size: 57px;
        line-height: 1.2;
        max-width: 50%;
        font-size: 3.2vw;
    }
    .singlepage .section .ocenka-lus li {
        font-size: 22px;
    }
}
@media (max-width:1800px) {
    .services-menu .uss_menu_title {
        width: 60%;
    }
    .services-menu .uss_menu_title a {
        padding: 15px 15px 45px;
        font-size: 26px;
        min-height: 122px;
    }
    .services-menu .uss_menu_title a:after {
        bottom: 14px;
        left: 15px;
    }
}
@media (min-width:1501px) {
    .bankrotstvo-yur-lits-form-block,
    .bankrotstvo-fiz-lits-form-block,
    .ocenka-i-ekspertiza .arbitrazh-form-block {
        background: url(/img/arbitrazh-form-bg.jpg) no-repeat center -300px;
        background-size: cover;
    }
}
@media (max-width:1500px) {
    .main-header .center {
        padding: 0;
        max-width: 500px;
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack:center;
        justify-content: center;
    }
    .main-header .center .col-1 {
        margin-right: 0;
    }
    .main-header .center .col-1 p:first-child {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .main-header .center .col-2 p:first-child {
        margin-bottom: 10px;
    }
}
@media (min-width:1200px) {
    .otvas_otnas_left-inner {
        padding-right: 230px;
    }
    .otvas_otnas_left:after {
        content: '';
        width: 400px;
        height: 336px;
        position: absolute;
        right: -200px;
        top: -32px;
        background: url(/img/scales.png) no-repeat;
    }
}
@media (max-width:1210px) {
    .header .right {
        width: 330px;
    }
    .services-menu .uss_menu_item {
        margin-bottom: 20px;
    }
    .services-menu .uss_menu_title {
        width: 60%;
    }
    .services-menu .uss_menu_title a {
        padding: 15px 15px 45px;
        font-size: 20px;
        min-height: 108px;
    }
    .services-menu .uss_menu_title a:after {
        bottom: 14px;
        left: 15px;
    }

    .vigoda_items_cont .inner-min {
        padding: 0;
    }
    .vigoda_items_cont .item {
        font-size: 20px !important;
    }
    .vigoda_items_cont .item:before {
        font-size: 70px;
        top: -100px;
    }

    .otvas_otnas_left-inner,
    .otvas_otnas_right-inner {
        max-width: 605px;
        width: 605px;
    }
    .otvas_otnas_left-inner {
        padding-left: 15px;
    }
    .otvas_otnas_right-inner {
        padding-right: 15px;
    }

    .fin_prod_b_left-inner,
    .fin_prod_b_right-inner {
        max-width: 605px;
        width: 605px;
    }
    .fin_prod_b_left-inner {
        padding-left: 15px;
    }
    .fin_prod_b_right-inner {
        padding-right: 15px;
    }
    .pre-work-withus .items-cont {
        -webkit-justify-content: space-around;
        justify-content: space-around;
        max-width: 900px;
    }
}
@media (min-width:1001px) and (max-width:1199px) {
    .otvas_otnas_left-inner {
        padding-right: 170px;
    }
    .otvas_otnas_right-inner {
        padding-left: 160px;
    }
    .otvas_otnas_left:after {
        content: '';
        width: 300px;
        height: 252px;
        position: absolute;
        right: -150px;
        background: url(/img/scales.png) no-repeat;
        background-size: contain;
    }
    .left-block-tabs {
        -moz-flex: 0 0 320px;
        -o-flex: 0 0 320px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        width: 320px;
    }
}
@media (min-width:1001px) and (max-width:1500px) {
    .singlepage.ocenka-i-ekspertiza .section .ocenka-lus li:nth-child(8) {
        max-width: 235px;
    }
}
@media (min-width:1001px) {
    .text_pre_items .preview {
        margin-left: 4px;
    }
    .economia .item-inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ocenka-lus .h3:before {
        content: '';
        display: block;
        width: 180px;
        height: 180px;
        background: url(/img/ocenka-lus-title.png) no-repeat center center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY( -50% );
        -ms-transform: translateY( -50% );
        -o-transform: translateY( -50% );
        transform: translateY( -50% );
        background-size: contain;
        left: 0;
    }
    .ocenka-lus .h3 {
        padding-left: 205px;
        min-height: 10px;
        background: none;
        position: relative !important;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .left-block-tabs .content-text {
        display: none !important;
    }
}
@media (max-width:1000px) {
    h1,
    .mainpage .inner-min > .h3,
    .singlepage .h3 {
        font-size: 36px !important;
    }
    .zaschita-grazhdan .h3 br {
        display: none;
    }
    .main-header {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .main-header > div {
        padding: 15px 0;
    }
    .header .left {
        border-right: 0;
    }
    .main-header .center {
        -moz-order: 3;
        -ms-order: 3;
        -o-order: 3;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -moz-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: center;
        margin: auto;
        font-size: 16px;
    }
    .main-header .center .col-1 p:first-child {
        margin-top: 0;
    }
    .main-header .center .col-2 {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .header .right {
        width: 330px;
        border-left: 0px solid #f3f5f7;
    }
    .services-menu .uss_menu_item {
        -moz-flex: 0 0 calc((100% - 15px) / 2);
        -o-flex: 0 0 calc((100% - 15px) / 2);
        -webkit-flex: 0 0 calc((100% - 15px) / 2);
        -ms-flex: 0 0 calc((100% - 15px) / 2);
        flex: 0 0 calc((100% - 15px) / 2);
        max-width: 50%;
    }
    .vigoda_items_cont .item {
        padding: 25px 35px 25px 35px;
        font-size: 18px !important;
    }
    .text_pre_items.slick-slider {
        padding: 0 65px;
    }
    .text_pre_items .title {
        font-size: 45px;
    }
    .text_pre_items .preview {
        font-size: 18px;
    }
    .section.text_slider > .inner-min {
        padding-bottom: 10px;
    }
    .buh-uslugi .content-wrapper .main-content {
        background-size: cover;
        padding-bottom: 30px;
    }
    .still-think-wide-bg-block {
        background: url(/img/still-think-wide-bg.jpg) no-repeat center left;
    }

    .bankrotstvo-fiz-lits .vigoda_items_cont .inner-min {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .bankrotstvo-fiz-lits .vigoda_items_cont .item {
        width: 50%;
        height: auto;
        min-height: 148px;
        padding-left: 95px;
        border: 0 !important;        
    }
    .bankrotstvo-fiz-lits .vigoda_items_cont .item:before {
        font-size: 45px;
        top: 23px;
        left: 15px;
        color: #fff;
    }
    .bankrotstvo-fiz-lits .vigoda_items_cont .item:nth-child(2),
    .bankrotstvo-fiz-lits .vigoda_items_cont .item:nth-child(4) {
        border-left: 2px solid #2c3239 !important;
    }
    .bankrotstvo-fiz-lits .vigoda_items_cont .item:first-child,
    .bankrotstvo-fiz-lits .vigoda_items_cont .item:nth-child(2) {
        border-bottom: 2px solid #2c3239 !important;
    }
    .bankrotstvo-fiz-lits .vigoda_items_cont .item:nth-child(5) {
        border-top: 2px solid #2c3239 !important;
        width: 100%;
    }
    .ocenka-i-ekspertiza .uss_faq .question_text p {
        font-size: 26px;
    }
    .ocenka-i-ekspertiza .uss_faq .uss_faq_item .question {
        padding: 28px 65px 28px 20px;
    }

    .nn-tabs-block-container table tr td {
        display: block;
    }
    .nn-tabs-block-container table tr td p {
        white-space: normal !important;
        line-height: normal;
    }
    .nn-tabs-block-container .main-tabs-block {
        display: block;
    }
    .left-block-tabs {
        width: 100%;
        border-right: 0;
    }
    .left-block-tabs .tab-btn.active:before {
        display: none;
    }
    .left-block-tabs .tab-btn.active .content-text {
        display: block;
        padding-bottom: 15px;
        background: #fff;
        padding: 15px 15px 15px 15px;
    }
    .left-block-tabs .tab-btn {
        padding-right: 15px;
        padding-left: 15px;
    }
    .left-block-tabs .tab-btn.active {
        padding-bottom: 15px;
    }
    .right-block-tabs-content {
        display: none;
    }

    .ocenka-lus {
        transform: none;
        margin-top: 0;
        margin-bottom: 0;
        background: none;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .ocenka-lus .h3:before {
        content: '';
        display: block;
        width: 120px;
        height: 120px;
        background: url(/img/ocenka-lus-title.png) no-repeat center center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY( -50% );
        -ms-transform: translateY( -50% );
        -o-transform: translateY( -50% );
        transform: translateY( -50% );
        background-size: 120px;
        left: 0;
    }
    .ocenka-lus .h3 {
        padding-left: 145px;
        min-height: 10px;
        background: none;
        position: relative !important;
        max-width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        position: relative !important;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 75px;
    }
    .singlepage .section .ocenka-lus ul {
        position: relative !important;
    }
    .singlepage .section .ocenka-lus li {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .singlepage .section .ocenka-lus li:before {
        box-shadow: none !important;
    }
}
@media (min-width: 800px) and (max-width: 1000px) {
    .section.first .inner-min .icons-block {
        -moz-flex: 0 0 300px;
        -o-flex: 0 0 300px;
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
    .bankrotstvo-fiz-lits .icons-block .left-title {
        font-size: 26px;
    }
}
@media (max-width:850px) {
    .podgotovim-ekspertizu ul {
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}
@media (min-width:801px) {
    .otvas_otnas .otvas_otnas_left p {
        padding-left: 40px;
    }
    .otvas_otnas .otvas_otnas_right p:after {
        right: 150px;
    }
    .otvas_otnas .otvas_otnas_right p {
        padding-right: 50px;
    }
    .otvas_otnas .otvas_otnas_right li {
        position: relative;
        padding-left: 0;
        padding-right: 50px;
        text-align: right;
    }
    .otvas_otnas .otvas_otnas_right li:before {
        left: auto !important;
        right: 0;
    }
    .otvas_otnas .h3 {
        margin: 50px 0 60px;
    }

    .fin_prod_b .fin_prod_b_left-inner p {
        padding-left: 40px;
    }
}
@media (max-width:800px) {
    h1, h2, h3, .h3 {
        text-align: center;
    }
    h1,
    .mainpage .inner-min > .h3,
    .singlepage .h3 {
        font-size: 30px !important;
    }
    .singlepage.buh-uslugi h1 {
        text-align: center !important;
    }
    .vigoda_items_cont .inner-min {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .vigoda_items_cont {
        margin-top: 0;
    }
    .vigoda_items_cont .item {
        width: 50%;
        height: auto;
        min-height: 120px;
        padding-left: 95px;
        border: 0 !important;
    }
    .vigoda_items_cont .item:nth-child(2),
    .vigoda_items_cont .item:nth-child(4) {
        border-left: 2px solid #2c3239 !important;
    }
    .vigoda_items_cont .item:first-child,
    .vigoda_items_cont .item:nth-child(2) {
        border-bottom: 2px solid #2c3239 !important;
    }
    .vigoda_items_cont .item:before {
        font-size: 45px;
        top: 23px;
        left: 15px;
        color: #fff;
    }
    .bankrotstvo-fiz-lits .vigoda_items_cont .item {
        min-height: 148px;
    }
    .otvas_otnas .otvas_otnas_right p {
        text-align: left;
    }
    .otvas_otnas .otvas_otnas_right p:after {
        margin-left: 28px;
        right: auto;
    }
    .otvas_otnas_right-inner {
        padding-bottom: 40px;
    }

    .otvas_otnas_two_blocks,
    .fin_prod_b_two_blocks {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .otvas_otnas_two_blocks > div,
    .fin_prod_b_two_blocks > div {
        -moz-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .otvas_otnas_left-inner,
    .otvas_otnas_right-inner,
    .fin_prod_b_left-inner,
    .fin_prod_b_right-inner {
        max-width: 100%;
        padding: 40px 15px;
        width: 100%;
    }
    .otvas_otnas_left-inner:after,
    .fin_prod_b_left-inner:after {
        display: none;
    }
    .fin_prod_b_right-inner {
        padding-bottom: 70px;
    }

    .vzyskanie-dolga-menu-cont {
        margin: 25px 0 0;
    }
    .wrap {
        padding-top: 25px;
    }
    .vzyskanie-dolga-menu,
    .vzyskanie-dolga-menu a {
        display: block;
    }
    .vzyskanie-dolga-menu a + a {
        margin-top: 15px;
    }
    .vzyskanie-dolga-menu a {
        padding: 12px 15px;
        font-size: 18px;
    }
    .singlepage h1 {
        text-align: left !important;
    }
    .etapy-vzyskaniya .h3 {
        text-align: center;
    }
    .singlepage .section.first .inner-min {
        display: block;
    }
    .section.first .inner-min .icons-block {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }
    .buh-advantages-cont .item {
        width: calc(100% - 40px);
        margin-bottom: 20px;
    }
    .economia .item .preview {
        font-size: 18px;
        line-height: 1.4;
    }
    .still-think-item-cont .item-inner .main-info {
        padding: 20px 30px 25px 30px;
    }
    .still-think-item-cont .item-inner .main-info .title {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    .buh-price table tr:first-child td {
        padding: 7px 10px;
        line-height: normal;
    }
    .buh-price table tr td:not(:first-child) {
        padding: 7px 10px;
    }
    .buh-price table tr td {
        line-height: normal;
    }
    .zaschita-grazhdan .h3 {
        line-height: 1.2;
    }
    .buh-advantages-cont.konsultaciya_po_punktam .item {
        width: calc(100% - 35px);
        padding: 15px 35px 15px 75px;
    }
    .footer > .inner-min {
        padding-top: 55px;
        padding-bottom: 5px;
    }
    .main-footer {
        display: block !important;
    }
    .main-footer > div {
        text-align: center !important;
        margin: 12px 0;
    }
    .main-footer > .left p:first-child,
    .main-footer > .right p:first-child {
        margin-bottom: 8px;
    }
    .bottom-line {
        padding: 10px 0;
    }
    .bottom-line .inner-min {
        display: block;
        text-align: center;
    }
    .bottom-line .inner-min > div {
        margin: 5px 0;
    }
    .ocenka-i-ekspertiza .uss_faq .question_text p {
        font-size: 22px;
        line-height: normal;
    }
    .ocenka-i-ekspertiza .etapy-vzyskaniya-cont .item {
        width: calc(100% - 40px);
        min-height: 100px;
    }
    .ocenka-lus .h3 {
        font-size: 24px !important;
        font-weight: 400 !important;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .ocenka-i-ekspertiza .icons_pre_items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ocenka-i-ekspertiza .icons_pre_items .item {
        width: 100%;
    }
    .ocenka-i-ekspertiza .icons_pre_items .item + .item {
        margin-top: 20px;
    }
}
@media (max-width: 650px) {
    .group.group_67696_2 {
        display: block;
    }
    .group.group_67696_2 .fc_item {
        width: 100%;
    }
    .group.group_67696_3,
    .group.group_67696_1 {
        width: 100%;
    }

    .group.group_68111_4 {
        display: block;
    }
    .group.group_68111_4 .fc_item {
        width: 100%;
    }
    .group.group_68111_2,
    .group.group_68111_5 {
        display: block;
        width: 100%;
    }

    .zaschita-grazhdan .group.group_77331_1  {
        display: block;
    }
    .zaschita-grazhdan .group.group_77331_1 .fc_item.block {
        width: 100%;
    }
    .potratte-svoe-vremya-form-block .h3 {
        background: url(/img/potratte-svoe-vremya-icon.png) no-repeat top center;
        padding-left: 0px;
        padding-top: 135px;
        text-align: center;
        background-size: 100px 100px;
    }
    .potratte-svoe-vremya-form-block .fc_form_tml input[type=submit].styler {
        width: 100%;
    }
}

@media (max-width:600px) {
    .header .left {
        max-width: 115px;
    }
    .header-logo-block a {
        max-width: 70px;
        display: block;
        margin: auto;
    }
    .header-logo-block {
        max-width: 100%;
    }
    .main-header .center {
        height: auto;
    }
    .main-header .center .col-1 {
        margin-bottom: 12px;
    }
    .main-header .center p:first-child {
        padding: 10px 10px;
        line-height: 1;
    }
    .main-header .center .col-1 p:first-child {
        margin-bottom: 10px;
    }
    .header .right {
        width: auto;
        padding-left: 30px;
    }
    .header-contacts p:first-child,
    .header-contacts p:first-child span {
        font-size: 22px !important;
    }
    .big-tel-btn {
        width: 45px;
        height: 45px;
        background-size: 14px 20px;
    }
    .mainpage .inner-min > .h3 {
        font-size: 26px;
    }
    .otvas_otnas .otvas_otnas_left p,
    .otvas_otnas .otvas_otnas_right p,
    .fin_prod_b .fin_prod_b_left-inner p {
        font-size: 26px;
    }
    .services {
        padding: 15px 0 30px;
    }
    .services-menu .uss_menu_item {
        -moz-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .vigoda_items_cont .item {
        padding: 22px 20px 25px 65px;
    }
    .vigoda_items_cont .item:before {
        font-size: 25px;
    }
    .text_pre_items .title {
        font-size: 30px;
        margin-bottom: 7px;
    }
    .text_pre_items .preview {
        font-size: 16px;
    }
    .etapy-vzyskaniya .item .title {
        font-size: 46px;
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-right: 20px;
        padding-left: 5px;
    }
    .etapy-vzyskaniya .item .preview {
        margin-bottom: 10px;
    }
    .still-think-item-cont .item-inner .image {
        min-width: 100px;
    }
    .buh-price table tr td {
        padding: 8px 10px;
        font-size: 15px;
    }
    .buh-price table tr:first-child td {
        font-weight: 600;
    }
    .singlepage.bankrotstvo-fiz-lits .vigoda_items_cont .item {
        width: 100%;
        min-height: 100px;
        border: 0 !important;
        border-bottom: 2px solid #2c3239 !important;
    }
    .footer .big-tel-btn {
        top: -20px;
    }
    .podgotovim-ekspertizu ul {
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .header .big-tel-btn {
        left: -30px;
    }
    .header .companyname {
        font-size: 17px;
        white-space: nowrap;
    }
}

@media (max-width:500px) {
    .request-form {
        width: 370px;
        padding: 20px 25px 25px 25px;
    }
    .request-form .fc_form_tml .fc_item {
        margin-bottom: 15px;
    }
    .request-form select, .request-form input[type="text"], .request-form textarea {
        height: 44px;
        line-height: 44px;
    }
    .request-form .jq-selectbox__select {
        height: 44px;
    }
    .request-form .jq-selectbox__select-text {
        height: 40px;
        line-height: 40px;
    }
    .request-form input[type="submit"] {
        font-size: 16px;
        height: 44px;
        line-height: 44px;
    }
    .request-form .fc_form_tml .buttons {
        margin-top: 20px;
    }
    .pre-work-withus .items-cont .item {
        max-width: 50%;
        padding: 5px 15px;
        font-size: 21px;
    }
}