body {
    font-size: 15.4px;
    font-family: "RobotoRegular";
    color:#232323;
    background: #f6f6f6;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type='number'] {
    -moz-appearance: textfield;
}

::-webkit-input-placeholder {
    color:#8d8d8d;
}

::-moz-placeholder {
    color:#8d8d8d;
}

:-ms-input-placeholder {
    color:#8d8d8d;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none
}

a,
button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button,
input {
    border: none;
    outline: none;

}

.main {
    background-color: #fff; 
    -webkit-box-shadow: 0 0 16px 4px rgba(53,36,45,.1); 
            box-shadow: 0 0 16px 4px rgba(53,36,45,.1); 
}

h1,
h2,
.h1 {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 20px;
}

h3 {
    font-size: 17px;
    line-height: 35px;
}

.after_line {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    z-index: 0;
}

.after_line:after {
    content: '';
    position: absolute;
    width: 49px;
    height: 1px;
    background: #673c41;
    left: 0;
    bottom: -1px;
}

.responsive-iframe {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.responsive-iframe iframe,
.responsive-iframe  object,
.responsive-iframe  embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*HEADER*/
.header {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjI1OCUiID4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4MzAzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5MTQxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjwvcmFkaWFsR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* layer fill content */ /* layer fill content */ /* layer fill content */ /* layer fill content */
    background-image: radial-gradient(center center, 515px 515px, #483036 0%, #19141f 100%);
    padding: 23px 0 27px;
}

.header_main_info {
    padding-top: 7px;
}

.header_main_info_wrap {
    width: 100%;
}
/* END HEADER*/

.navbar {
    padding: 0;
}

.navbar-brand {
    margin-left: -56px;
    margin-bottom: 4px;
}

.navbar-brand img {
    width: 390px;
    height: auto;
}

.header_main_info .h1 {
    font-family: "RobotoBold";
    font-size: 18px;
    line-height: 24px;
    color:#fff;
    margin-bottom: 13px;
    margin-bottom: 16px;
}

.header_main_info .h1 + p {
    color:#fff;
    font-family: "RobotoLight";
    font-size: 13px;
    margin-bottom: 25px;
}

.butt_debt,
.butt_consultant {
    display: block;
    border-radius: 25px;
    text-align: center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.butt_debt {
    width: 235px;
    border: 2px solid #673c41;
    background: transparent;
    color:#fff;
    margin-left: 18px;
}

.butt_debt:hover {
    color:#fff;
    background: #673c41;
}

.butt_consultant {
    width: 220px;
    color:#221a24;
    background: #fff775;
}

.butt_consultant:hover {
   opacity: 0.8;
    color: #221a24;
}

.butt_consultant img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.header_main_tel > span {
    font-family: "RobotoLight";
    color :#fff775;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    margin-left: -13px;
    white-space: nowrap;
}

.navbar-collapse,
.header_advice {
    width: 100%;
}

.header_advice_caption {
    font-family: "RobotoMedium";
    font-size: 17px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    color: #fff;
}

.header_advice {
    padding-left: 42px;
}

.header_advice_item {
    text-align: center;
}

.header_advice_item_label {
    min-width: 140px;
    padding: 0 13px;
    height: 26px;
    line-height: 26px;
    background: #673c41;
    border-radius: 3px;
    color:#fff;
    font-size: 11px;
    text-align: center;
    margin-bottom: 20px;
}

.header_advice_item_label + p {
    font-family: "RobotoBold";
    font-size: 20px;
    line-height: 20px;
    color:#fff;
    margin-bottom: 3px;
}

.header_advice_item_label  + p > span {
    color :#fff775;
}

.header_advice_item_label + p + p {
    font-size: 14px;
    color:#fff;
    margin: 0 0 4px 0;
}

.header_advice_item_label + p + p > span {
    font-size: 17px;
    color :#fff775;
}

.header_search {
    width: 265px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #fff;
    position: relative;
    float: right;
}

.header_search input {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    padding: 0 50px 0 22px;
}

.header_search button {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: transparent;
    cursor: pointer;
}
/* FOOTER*/

/* END FOOTER*/
.footer {
    background-color: #2f2129; 
    padding: 30px 0 30px;
}

.footer p {
    font-size: 13px;
    line-height: 23px;
    margin: 0;
    color:#f1f1f1;
}
/* CONTEN*/

/*========== MAIN PAGE ==========*/
.main {
    margin: 0 0 65px;
}

.information .main {
    padding: 19px 0 130px 50px;
}

.information_item,
.viget {
    margin: 0 0 20px 0;
}

.information_item h3 {
    margin-bottom: 2px;
}

.information_item h3 > span,
.information_item h3 > img {
    display: inline-block;
    vertical-align: middle;
}

.information_item h3 > span {
    color:#673c41;
    white-space: nowrap;
}

.information_item h3 > img {
    padding: 0;
    margin: 0 0 0 -25px;
}

.information_item_box a {
    display: block;
    width: auto;
    color: #232323;
    line-height: 23px;
}

.information_item_box a:hover {
    text-decoration: underline;
}

.info_line_box {
    padding: 10px 0 22px;
}

.info_line_box h1,
.info_line_box h2 {
    margin-bottom: 0;
}
/*========== END MAIN PAGE ==========*/

/*========== 2 PAGE ==========*/

.breadcrum_wrapper {
    margin: 0 0 20px 0;
    padding: 21px 0 9px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item img,
.breadcrumb-item span {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-item img {
    margin-right: 6px;
    margin-top: -3px;
}

.breadcrumb-item a {
    font-size: 14px;
    color: #404040;
}

.breadcrumb-item a:hover {
    color:#2f2129;
}

.breadcrumb-item  {
    font-size: 14px;
    color: #636363;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\203A';
    font-size: 25px;
    line-height: 25px;
    color: #404040;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    padding-left: 14px;
    padding-right: 10px;
}

.boxing {
    border-radius: 2px;
    border: 1px solid #c6c6c6;
}

.boxing_user {
    margin-bottom: 15px;
}

.information_region h1,
.information_region h2 {
    color:#673c41;
}

.breadcrum_wrapper {
    margin: 0 0 20px 0;
    padding: 17px 0 0px;
}

.information_region .main {
    padding: 27px 20px 60px 31px;
}

.information_region_detail .main {
    padding: 25px 20px 47px 35px;
}

.boxing_details.boxing.boxing_user {
    padding: 19px 17px 17px 19px;
    margin-right: -16px;
}

.information_region_boxing {
    margin-right: -47px;
}

.information_region_boxing .boxing_user {
    padding: 16px 10px 15px 22px;
}

.boxing_user img {
    border-radius: 50%;
    margin-right: 19px;
}

.boxing_details h4 {
    font-family: "RobotoMedium";
    font-size: 24px;
    margin-bottom: 15px;
    color: #673c41;
}

.boxing_details .boxing_user_text {
    padding-top: 4px;
}

.information_region_boxing .boxing_user_text h4{
    font-family: "RobotoMedium";
   color:#673c41;
   font-size: 20px;
}

.boxing_user_text  p {
    font-size: 15px;
}

.boxing_peoples {
    padding: 23px 55px 23px 23px;
    margin-bottom: 5px;
}

.boxing_peoples_item  + hr {
    margin: 21px auto 15px;
    max-width: 545px;
    width: 100%;
}

.boxing_peoples_item img {
    border-radius: 50%;
    margin-right: 23px;
}

.boxing_peoples_text h4 {
    font-family: "RobotoMedium";
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0px;
    color: #673c41;
}

.boxing_peoples_text  p {
    font-size: 13.3px;
    margin: 0;
}

.boxing_link {
    font-size: 13.3px;
    color:#636363;
    float: right;
}

.boxing_link:hover,
.boxing_map_link:hover {
    color: #2f2129;
}

.boxing_map_link {
    display: inline-block;
    color:#232323;
    font-size: 13.3px;
    border-radius: 20px;    
    background-color: #fff775; 
    padding: 10px 20px;
    margin-top: 16px;
    margin-bottom: 33px;
}

.boxing_map {
    padding: 13px 18px 13px 18px;
    margin-left: 43px;
}

.boxing_map h1,
.boxing_map h2 {
    line-height: 24px;
}

.boxing_map img {
    display: block;
    margin-bottom: 20px;
}

.boxing_map p {
    font-family: "RobotoLight";
    font-size: 14px;
    margin-bottom: 7px;
}

.person_item_box {
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

.person_box_main {
    padding-top: 14px;
}

.person_box_main h1,
.person_box_main h2 {
    margin-bottom: 23px;
}

.person_item_caption {
    font-size: 18px;
    margin-bottom: 10px;
    color:#232323;
}

.person_item_caption + p {
    color:#404040;
    font-size: 13.5px
}

.boxing_link_info {
    display: inline-block;
    padding: 9px;
    background: #f6f6f6;
    font-size: 12px;
    color:#232323;
}

.boxing_user_main .boxing_user_ptoto {
    margin-bottom: 5px;
}

.boxing_details > p {
    margin: 0;
}

.boxing_user_ptoto h4 {
    margin-bottom: 0;
}

.boxing_user_ptoto h4 + span  {
    font-family: "RobotoLight";
    display: block;
    margin-bottom: 20px;
}

.boxing_user_ptoto hr {
    width: 50px;
    height: 1px;
    margin: 0 0;
    background: #2f2129;
}

.boxing_user_ptoto {
    margin-bottom: 10px;
}

.information_region_main .main {
    padding: 15px 15px 19px 17px;
}

.boxing_user_main {
    padding: 17px 18px 17px 17px;
    margin-bottom: 40px;
}

.boxing_user_main_profa {
    font-size: 15px;
    line-height: 23px;
    color: #404040;
    font-family: "RobotoLight";
}

.boxing_user_main h1,
.boxing_user_main h2 {
    font-size: 24px;
    line-height: 30px;
    color:#673c41;
}

.boxing_user_main_user {
    display: block;
    margin: 0 23px 0 0;
}

.boxing_user_main_text {
    margin-bottom: 7px;
}

.labels {
    font-family: "RobotoLight";
    font-size: 13px;
    background: #926167;
    border-radius: 2px;
    padding: 7px 13px;
    color:#fff;
    margin: 0 0 0 15px;
}

.labels:hover {
    background: #fff775;
    color: #282828;
}

.boxing_user_main_profa {
    font-size: 15px;
    line-height: 23px;
    color:#404040;
}

.boxing_user_main_name {
    font-size: 24px;
    line-height: 30px;
    color:#673c41;
    margin: 0;
}

.boxing_user_main_info p {
    font-size: 14px;
    margin-bottom: 7px;
}

.boxing_user_main_info p strong {
    font-family: "RobotoBold";
    font-size: 16px;
}

.boxing_user_main_info p b {
    font-family: "RobotoMedium";
}

.boxing_user_main_info p a {
    color:#232323;
    font-size: 16px;
}

.marks {
    display: inline-block;
    text-decoration: underline;
    color: #c12020;
}

.boxing_user_main .boxing_map_link {
    height: 46px;
    line-height: 46px;
    padding: 0;
    width: 230px;
    text-align: center;
    font-size: 13.5px;
    margin-top: 7px;
    margin-bottom: 19px;
}

.boxing_user_main_info_wrap {
    display: inline-block;
}

.boxing_user_main_info_wrap p {
    margin-bottom: 19px;
}

.boxing_user_main_big {
    padding: 0 0 0 16px;
}

.other_person_caption {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 11px;
}

.other_person {
    padding-left: 19px;
    margin-bottom: 38px;
}

.other_person li {
    font-size: 13.5px;
    line-height: 20px;
    margin-bottom: 8px;
}

.post img {
    display: block;
    margin: 0 19px 0 0;
    max-width: 164px;
    width: 100%;
    height: auto;
}

.post_info h4 {
    font-family: "RobotoBold";
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 3px;
}

.post_info p {
    font-family: "RobotoLight";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.post_info a {
    font-size: 14px;
    color:#232323;
}

.post_info a:hover {
    text-decoration: underline;
    color:#2f2129;
}

.boxing_thema {
    padding: 19px 17px 14px 17px;
    margin-left: -8px;
}

.boxing_thema_item_top {
    margin-bottom: 27px;
}

.boxing_thema_item_top img {
    display: block;
    margin: 0 28px 0 0;
    border-radius: 5px;
}

.boxing_thema_item_text span {
    font-size: 20px;
    color:#673c41;
}

.boxing_thema_item_text p {
    font-size: 15px;
    line-height: 22px;
}

.boxing_thema_item_text p > span {
    font-size: 15px;
    color:#673c41;
}

.boxing_thema_textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #c6c6c6;
    min-height: 180px;
    font-size: 14px;
    margin-bottom: 12px;
}

.boxing_thema_example {
    font-family: "RobotoLight";
    font-size: 13px;
    padding: 7px 13px 6px 13px;
    border: 1px dashed #926167;
    background: #fffdd5;
    margin-bottom: 15px;
}

.boxing_thema_example p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color:#404040;
}

.boxing_thema_example span {
    font-family: "RobotoRegular";
    font-size: 14px;
    color:#673c41;
}

.boxing_thema_butt button,
.boxing_thema_butt > div {
    display: inline-block; 
    vertical-align: top;
}

.boxing_thema_butt button {
    width: 165px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 24px; 
    background-color: #673b41; 
    font-size: 14px;
    margin-right: 29px;
    cursor: pointer;
}

.boxing_thema_butt button:hover {
    background: #fff775;
    color:#232323;
}

.boxing_thema_butt > div {
    width: calc(100% - 200px);
}

.boxing_thema_butt_poli img {
    float: left;

}

.boxing_thema_butt_poli p {
    font-family: "RobotoLight";
    padding-left: 20px;
    font-size: 13px;
    line-height: 16px;
}

.boxing_thema_butt_poli p > span {
    font-family: "RobotoRegular";
    display: block;
}

.boxing_thema form {
    margin: 0;
}

.boxing_bottom {
    margin-bottom: 20px;
}

.boxing_aside {
    padding: 11px 17px 5px 17px;
    max-width: 362px;
    margin-bottom: 15px;
    margin-left: -8px;
}

.boxing_aside_caption {
    font-family: "RobotoBold";
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.boxing_aside_caption_profa {
    font-family: "RobotoLight";
    font-size: 13.5px;
    line-height: 24px;
}

.boxing_aside h3 {
    font-family: "RobotoMedium";
    font-size: 15px;
    line-height: 23px;
    line-height: 22px;
    margin-bottom: 8px;
}

.boxing_aside_caption_name {
    font-family: "RobotoMedium";
    font-size: 13.5px;
    line-height: 24px;
}

.box_contact {
    margin-bottom: 10px;
}

.box_contact h3 {
    margin-bottom: 1px;
}

.boxing_aside hr {
    border: none;
    margin: 15px 0 16px;
    width: 100%;
    height: 1px;
    background: #ececec;
}

.box_contact p {
    line-height: 24px;
    margin-bottom: 0;
}

.box_contact p > span{
    color:#673c41;
}

.box_contact p a {
    color: #232323;
}

.boxing_aside_main h3 {
    margin-bottom: 3px;
}

.boxing_aside_main p {
    margin: 0;
}

.boxing_aside_main p a {
    font-family: "RobotoBold";
    line-height: 24px;
    color:#232323;
    font-size: 16px;
}

.boxing_aside_main p + span {
    font-family: "RobotoLight";
    line-height: 24px;
    font-size: 13.5px
}


.boxing_aside_main_tar {
    color:#673c41;
    line-height: 24px;
    font-size: 13.5px
}

.inside_page .main {
    margin-bottom: 20px;
}

.labels_bottom {
    display: inline-block;
    margin-left: 36px;
    margin-bottom: 13px;
}
/*========== END 2 PAGE ==========*/

/*========== 3 PAGE ==========*/

/*========== END 3 PAGE ==========*/

/*========== 4 PAGE ==========*/

/*========== END 4 PAGE ==========*/

/* END CONTEN*/


