/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1400px) {
  body {
    min-width: 978px;
  }

  .container {
    max-width: 1400px;
    padding: 0 19px 0 19px;
  }

  /*========================================> header <========================================*/
  .header-formSearch-button {
    width: 95px;
  }

  .header-link-observations, .header-link-rating {
    text-indent: -9999px;
    background-position: center center;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.64);
    height: 34px;
    width: 38px;
    padding-left: 0px;
    margin-right: 5px;
  }

  .header-link-observations:hover, .header-link-rating:hover {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .header-formSearch-input {
    width: 475px;
  }

  /*==========================================> nav <==========================================*/
  .nav-list {
    width: 73%;
  }

  .nav-item {
    margin-right: 10px;
  }

  /*========================================> content <========================================*/
  .summary-box1, .summary-box2 {
    width: 48%;
  }

  .summary-box-section {
    float: none;
    width: 100%;
    border: 0;
  }

  .summary-title {
    margin-left: 0;
    min-width: 350px;
  }

  .inf, .inf-1, .inf-2 {
    width: 650px;
    margin-right: 20px;
  }

  .inf-1, .inf-2 {
    margin-left: 0px;
  }

  .tab-item,
  .filter-item, .filter-itemNot {
    width: 240px;
    font-size: 15px;
  }

  .ancillaryInf {
    font-size: 15px;
    line-height: 25px;
  }

  .ancillaryInf-box {
    width: 269px;
  }

  .filter-buttonDownload {
    font-size: 14px;
  }

  .information {
    padding-top: 50px;
  }

  .infContainer-box {
    padding: 8px;
    padding-bottom: 0;
  }

  .infContainer-box-list {
    margin-bottom: 8px;
  }

  .infContainer-section {
    width: 51%;
    padding: 10px;
  }

  .infContainer-section_hidden {
    left: 50%;
  }

  .infContainer .infContainer-section:last-child {
    width: 49%;
    padding: 10px;
  }

  .tableAccounting th, .tableAccounting td {
    width: 90px;
    font-size: 13px;
    line-height: 22px;
  }

  .tableBox-titel-reservation {
    font-size: 13px;
  }

  .tableAccounting .attributes {
    font: 12px/14px 'Open Sans', sans-serif;
    color: #b7b8b8;
  }

  .tableAccounting tr th.tableAccounting-nameSection, .tableAccounting tr td.tableAccounting-nameSection {
    font-size: 15px;
  }

  th.tableAccounting-allocation, td.tableAccounting-allocation {
    font-size: 15px;
    color: #000;
  }

  .tableAccounting-button-name {
    font-size: 15px;
  }

  .forum-formEmail input {
    width: 190px;
  }

  .register-block{
    margin: 0;
  }
}

@media only screen and (max-width: 995px) {
  body {
    min-width: 751px;
  }

  .body_start1 {
    min-height: 100%;
    height: auto;
  }

  .container {
    max-width: 995px;
    padding: 0 19px 0 19px;
  }

  /*========================================> header <========================================*/
  #header {
    padding: 10px 0 2px;
  }

  .header-box {
    float: none;
    position: relative;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header-logo {
    position: absolute;
    left: 0;
    top: 0;
  }

  .header-formSearch {
    width: 100%;
    padding-right: 105px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header-formSearch-input {
    width: 100%;
  }

  .header-formSearch-button {
    position: absolute;
    right: 0;
  }

  #header_start {
    padding: 40px 15px 0;
  }

  /*==========================================> nav <==========================================*/
  .nav {
    background: #d7d7d7;
  }

  .nav-list {
    width: 83%;
  }

  .nav-button {
    display: block;
  }

  /*========================================> content <========================================*/
  .content_1 {

  }

  .content_2 {
    padding-top: 120px;
  }

  .inf, .inf-1, .inf-2 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .paginationBox {
    text-align: center;
  }

  .inf-formSearch {
    max-width: 100%;
  }

  .information-attention, .information-list, .information-important {
    padding-left: 10px;
  }

  .infContainer-box {
    padding: 15px;
    padding-bottom: 0;
  }

  .infContainer-box-list {
    margin-bottom: 15px;
  }

  .infContainer-section_hidden {
    width: 50%;
  }

  /*========================> filter <========================*/
  .filter {
    padding-top: 0;
    float: none;
    /*position: absolute;*/
    top: 0;
    left: 0;
    background: #b32a1a;
    width: 100%;
    padding: 10px 19px 0 123px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .filterBox {
    height: 34px;
    position: relative;
    margin-bottom: 10px;
  }

  .filter-title {
    color: #fff;
    position: absolute;
    left: 0;
    top: 8px;
    width: 104px;
    padding-left: 21px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tabs,
  .filter-list {
    padding-left: 0;
    background: #fff;
    border: 1px solid #918f8f;
    box-shadow: inset 0 1px 3px #918f8f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tabs:after,
  .filter-list:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-top: 8px solid #b32a1a;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 0;
  }

  .tabs.current:after,
  .filter-list.current:after {
    border-top: 0;
    border-bottom: 8px solid #b32a1a;
  }

  .tabs:hover .tabs:after,
  .filter-list:hover .filter-list:after {
    border-top: 8px solid #861F13;
  }

  .tab-item.activ,
  .filter-item, .filter-itemNot, .filter-item.activ,
  .filter-item:hover, .filter-item.activ:hover {
    display: none;
    background: transparent;
    border: 0;
    padding-right: 0;
    height: 32px;
    width: 100%;
    position: relative;
    font-size: 17px;
    line-height: 30px;
    padding: 0 38px 0 10px;
    z-index: 50;
  }

  .tab-item, .filter-itemNot, .tab-item.activ,
  .tab-item:hover, .tab-item.activ:hover {
    height: 100%;
    width: 95%;
    display: none;
    background: transparent;
    border: 0;
    position: relative;
    font-size: 17px;
    line-height: 30px;
    padding: 0 38px 0 10px;
    z-index: 50;
  }

  .advansed-search__sidebar .tab-item {

  }

  .tab-item.activ, .tab-item.activ:hover,
  .filter-item.activ, .filter-item.activ:hover {
    display: block;
    border: 0;
  }

  .filter-item.activ:before, .filter-item:hover:before {
    display: none;
  }

  .tabs.current,
  .filter-list.current {
    z-index: 100;
  }

  .tabs.current .tab-item, .tabs.current .filter-itemNot
  .filter-list.current .filter-item, .filter-list.current .filter-itemNot {
    display: block;
  }

  .filter-list.current .filter-item.activ {
    color: #b12413;
  }

  .filter-buttonDownload, .filter-item-buttonFilter {
    display: none;
  }

  /*========================> ancillaryInf <========================*/
  .ancillaryInf {
    position: absolute;
    margin: 0;
    right: 19px;
    top: 10px;
    height: 36px;
    width: 36px;
  }

  .ancillaryInf-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    background: #fff;
  }

  .ancillaryInf-button {
    display: block;
  }

  .containerIndex {
    width: 100%;
    max-width: 880px;
  }

  .forum-mark-rating:hover i {
    display: none;
  }

  .formIndex-img {
    display: inline-block;
    width: 100%;
  }

  .formIndex-img1 {
    display: none;
  }

  #scene {
    display: none;

  }
  .ns_container_flex {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 463px;
    padding-bottom: 114px;
  }

  .container {
    max-width: 767px;
  }

  /*========================================> header <========================================*/
  .header-logo a {
    height: 40px;
    background-position: left center;
  }

  .header-formSearch-input, .inf-formSearch-input {
    height: 40px;
    font-size: 15px;
  }

  .header-formSearch-button {
    height: 40px;
    font-size: 20px;
  }

  .inf-formSearch-button {
    height: 40px;
    width: 30px;
    background-size: 20px;
  }

  /*==========================================> nav <==========================================*/
  .nav-list {
    width: 100%;
    float: none;
  }

  .nav-buttonBox {
    float: none;
  }

  .nav-button {
    display: inline-block;
    margin: 0 10px 10px 0;
  }

  .nav-item {
    padding: 10px 0;
  }

  /*========================================> content <========================================*/
  .content, .content_1, .content_2 {
    padding-bottom: 30px;
  }

  .summary-box1, .summary-box2 {
    width: 100%;
    float: none;
  }

  .pagination {
    margin-top: 10px;
  }

  .infContainer-box {
    max-width: 100%;
    padding: 8px;
    padding-bottom: 0;
    float: none;
  }

  .infContainer-box-list {
    margin-bottom: 8px;
  }

  .infContainer-section, .infContainer .infContainer-section:last-child {
    width: 100%;
    border: 0;
  }

  .infContainer-section_hidden {
    width: 100%;
    top: 55px;
    left: 0;
  }

  .infContainer .infContainer-section:last-child {
    border-top: 1px;
  }

  .tableAccounting {
    min-width: 470px;
    table-layout: fixed;
  }

  .tableAccounting tr th:first-child, .tableAccounting tr td:first-child {
    width: 200px;
  }

  .forum-formEmail {
    width: 310px;
  }

  .forum-mark-rating {
    margin-left: 9px;
  }

  .forum-formEmail input {
    width: 180px;
    margin-right: 5px;
  }

  .forum-form-button {
    width: 90px;
  }

  /*=========================================> footer <=========================================*/
  #footer {
    padding: 25px 0;
  }

  .footer-logo a {
    height: 44px;
    width: 200px;
    background-size: contain;
  }

  .footer-phon {
    font-size: 25px;
    line-height: 30px;
    padding-top: 9px;
  }

  .footer-website {
    padding-top: 2px;
  }

}

@media only screen and (max-width: 479px) {
  .ns_container_flex{
    display: block;
  }

  body {
    min-width: 300px;
    font-size: 14px;
    padding-bottom: 177px;
  }

  .container {
    max-width: 479px;
    min-width: 300px;
  }

  /*========================================> header <========================================*/
  #header {
    padding: 10px 0;
  }

  .header-box {
    position: relative;
    padding-left: 0;
  }

  .header-logo {
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: 5px;
  }

  .header-formSearch {
    padding-right: 0px;
  }

  .header-formSearch-input, .inf-formSearch-input {
    padding-right: 40px;
  }

  .header-formSearch-button {
    background: url('../images/Search.png') left center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 30px;
    background-size: 20px;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
  }

  .header-user {
    position: absolute;
    top: 2px;
    right: 19px;
  }

  #header_start {
    padding: 20px 15px 0;
  }

  /*========================================> content <========================================*/
  .content_1 {
    padding-top: 100px;
  }

  .content_2 {
    padding-top: 145px;
  }

  .summary-title {
    margin: 0 0 10px 0;
  }

  .summary-box-section {
    padding: 10px 10px 0 10px;
    overflow: hidden;
  }

  .row, .row_hidden, .summary-box-section .row {
    padding-left: 0px;
    margin-bottom: 10px;
  }

  .cell-attributes-head, .cell-contents-head {
    width: 100%;
    line-height: 20px;
    text-align: left;
    position: relative;
  }

  .cell-attributes-head {
    margin-right: 10px;
  }

  .cell-contents, .capital {
    line-height: 20px;
  }

  .cell-attributes {
    display: inline-block;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
    position: relative;
    top: 0;
    left: 0;
  }

  .space {
    display: inline-block;
    width: 10px;
  }

  .information {
    padding-top: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .information-attention {
    margin-bottom: 15px;
  }

  .filter {
    padding: 10px 19px 0 19px
  }
  .ns_container_flex{
    width:100%;
  }
  .filter-title {
    position: relative;
    top: 0;
    padding-left: 0;
    width: 100%;
    text-align: left;
    line-height: 20px;
    padding-bottom: 10px;
  }

  .filter-item, .filter-itemNot, .filter-item.activ,
  .filter-item:hover, .filter-item.activ:hover {
    font-size: 16px;
    overflow: hidden;
  }

  .pagination li {
    float: left;
    color: #525151;
    font-size: 15px;
    line-height: 24px;
    height: 24px;
  }

  .page, span.page:hover, .page-button {
    padding: 0px 8px;
    color: #525151;
    display: block;
    background: transparent;
  }

  .page.activ, .page:hover, .page-button:hover {
    padding: 0px 8px;
  }

  .page-button {
    display: none;
  }

  .containerIndex0 {
    width: 300px;
  }

  .formIndex {
    padding-right: 0;
  }

  .formIndex-input {
    padding: 10px;
    height: 50px;
    font: 16px/30px 'Open Sans', sans-serif;
    text-shadow: 0;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .formIndex-button {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 0px;
  }

  .forum-formEmail {
    width: 100%;
  }

  .forum-formEmail_box {
    width: 100%;
    margin-bottom: 15px;
  }

  .forum-formEmail input {
    width: 170px;
    margin-right: 5px;
  }

  .forum-formEmail button {
    width: 90px;
  }

  .forum-filter li {
    float: none;
  }

  /*=========================================> footer <=========================================*/
  #footer {
    text-align: center;
  }

  .footer-box {
    float: none;
    display: inline-block;
  }

  .copyright {
    width: 270px;
    margin: 0 auto;
  }
  .ns_foot_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 40px;
  }
  .ns_foot_box form{
    margin-left: 0!important;
  }
  .ns_foot_box .ns_demo_access{
    cursor: pointer;
    margin: 0;
    line-height: 26px;
    padding: 10px 0 12px;
    text-align: center;
    width: 100%;
    border: 1px solid #757474;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e42404;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
  }
  .ns_foot_w{
    width:100%;
  }
}
/*===============================================*/
.content_1 .container,
.content .container {
  margin: 0 auto;
}
.msf_main_foot .ns_container_flex{
  width:100%;
  max-width: auto;
}
.inf-1 {
  margin: 0;
  width: 70%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 113px;
}
.inf-3 {
  margin: 0;
  width: 70%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.advansed-search__sidebar.filter {
  float: left;
  width: 25%;
}
.filter {

  width: 16.5%;
  float: right;
}

.demo_access{
  min-width: 225px;
  padding: 10px 9px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-bottom: 5px;
}
.container.ms_ddf .view-history-left,
.container.ms_ddf .view-support-left{
  width:71%;
}
.container.ms_ddf .view-history-right{
  width:29%;
}
h2.inline{
  min-width: 50px;
}
.listLogo-item-img{
  max-width: 100%;
}
.cell-contents.t_right.obs1{
  margin: 6px 0;
  text-align: left;
}
.arcticmodal-close{
  right: 0px;
}
#formModal1 .registrationForm, #formModal1 .registrationForm *{
  box-sizing: border-box;
}
.container.ns_container_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container.ns_container_flex:after {
  display: none;
}
.ns_foot_w,
.ns_demo_access{
  flex-grow:10;
}
.ns_foot_box .demo_access{
  width:auto;
}
.ns_foot_box{
  display: flex;
  flex-wrap: wrap;
}
#footer{
  padding: 25px 0;
}
.demo_access_b{
  margin-bottom: 10px;
}
.support-contents-ms{
  font: 16px/19px 'Open Sans', sans-serif;
  line-height: 19px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.tab-item > a,
.tab-item > span,
.filter-item > a,
.filter-item > span{
  /*display: block;*/
  width:100%;
}

.filter-item > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.test{
  z-index:999;
}
body.msf_main_body{
  padding-bottom: 0!important;
}
.msf_main{
  min-height: 100vh;
  padding-bottom: 260px;
  box-sizing: border-box;
}
.msf_main_foot{
  min-height: 260px;
  margin-top: -260px;
}
.zToggleBlock_wrap {
  min-height: 35px;
  box-sizing: border-box;
  padding: 7px;
  flex-grow: 10;
}
.arbitr_blockSides.padded.paddedasd {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.arbitr_blockSides_title{
  font-family: 'Tahoma-Bold', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  padding: 7px;
}
.arbitr_blockSides_wrap {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.arbitr_caseSides.arbitr_blockSides_title {
  box-sizing: border-box;
}
.containerIndex0{
  height:auto;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.body_start{
  padding-bottom: 100px!important;
}
.body_start #footer_start{
  position: relative;
}
.filter{
  z-index:99;
}
.header-logo-fix{
  display: block;
}
.header-logo-fix a{
  width:100%;
}
@media only screen and (max-width: 1237px) {
  .header-linkInSystem1_1{
    right:115px;
  }
}
@media only screen and (max-width: 1185px) {
  .ns_container_flex {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
}
@media only screen and (max-width: 995px) {
  .msf_main .content_1{
    padding-top: 90px;
  }
  .msf_main .content_1.pt12{
    padding-top: 140px;
  }

  .inf-1{

  }
  .inf-1,
  .filter,
  .advansed-search__sidebar.filter {
    width: 100%;
  }

  .register-block{
    margin-bottom: 20px;
  }
  .container.msop .filter-title{
    flex-shrink: 0;
    padding-left: 0;
    text-align: left;
    position: relative;
    top:auto;
  }
  .container.msop aside.filter{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 8px;
    align-items: center;
  }
  .container.msop .filterBox{
    margin: 0 0 0px 0!important;
    flex-grow: 10;
  }
  .container.msop .filterBox .content-link{
    color: #fff;
  }
  .container.msop .filterBox:nth-child(1){
    width:100%;
    margin: 0 0 10px 0!important;

  }
  .tabs,
  .filter-list{
    position: relative;
    margin-top: 0!important;
  }
  .filterBox{
    height: auto;
  }
  .msf_main .inf-1{
    padding-top: 0;
  }
  .support > table{
    width:100%;
  }
}
@media only screen and (max-width: 767px) {
  .arbitr_blockSides_wrap{
    width:100%;
  }

  .arbitr_blockSides_wrap{
    margin-bottom: 15px;
  }
  .zToggleBlock_wrap{
    border-left: 1px solid #D58177;
  }
  .support,
  .support > table{
    width:100%;
  }
  .arcticmodal-container_i2{
    padding: 0;
    text-align: center;
  }
  .inf-1{
    padding-left: 0;
  }
  .popup_content ul.filter_list li,
  .popup_content ul.filter_list.work li{
    width: auto;
  }
  .container{
    width: 100%;
  }
  .opportunities-item{
    text-align: center;
  }
  #footer{
    position: relative;
  }
  body{
    padding-bottom: 30px;
  }
  .ns_main{
    padding-bottom: 40px;
  }
  .title1.boxMini.d_in-block.t_left{
    text-align: center;
  }
  .phoneNumberTop{
    width: auto;
    padding: 0 15px;
  }
  .header-linkInSystem1_1{
    right:115px;
  }
  .filter{

    padding-left: 20px;
  }
  .container.ms_ddf,
  .container.ms_dfgg{
    display: flex;
    flex-direction: column;
  }
  .container.ms_ddf:after{
    display: none;
  }
  .container.ms_dfgg .view-support-left{

  }
  .container.ms_dfgg .view-support-left > .support-form{
    width:100%;
  }
  .container.ms_ddf .view-history-right,
  .container.ms_dfgg .view-history-right{
    width: 100%;
    margin-bottom: 30px;
    order:0;
  }
  .container.ms_ddf div#filter-ajax-block,
  .container.ms_ddf .view-support-left,
  .container.ms_dfgg .view-support-left{
    width: 100%;
    order: 2;
  }
  .scroll_x{
    overflow-x: scroll;
  }
  .leftGreenArrow{
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .arcticmodal-container .popup_content{
    min-width:100% !important;
    box-sizing: border-box;
  }
  #update-form,
  .arcticmodal-container_i{
    width:100%;
  }
  .view-support-left.ms_ddf_ovf_x{
    overflow-x: scroll;
  }
  .arbitr_blockSides.padded.paddedasd{
    flex-direction: column;
  }
  .full_inform_arbitr_container .arbitr_docBlock{
    display: flex;
    flex-direction: column;
    padding: 5px 0 10px 0;
    margin-bottom: 10px;
  }
  .arbitr_l_col{
    width:auto!important;
  }
  .full_inform_arbitr_container .arbitr_docBlock .arbitr_r_col{
    margin-left: 0;
    padding-left: 0;
  }
  .demo_access{
    margin-bottom: 5px;
    width: calc(100% - 20px);
  }
  .demo_access_b{
    margin: 5px 10px;
    width: calc(50% - 23px);
  }
  .summary-box1 .row{
    padding-left: 0;
  }
}
@media only screen and (max-width: 543px) {
  .ns_foot_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }
  .ns_foot_w {
    width: 100%;
  }
  .ns_foot_box .ns_demo_access{
    cursor: pointer;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 26px;
    padding: 10px 0 12px;
    text-align: center;
    width: 100%;
    border: 1px solid #757474;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e42404;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
  }
  .ns_foot_box form {
    margin: 0 !important;
  }
  #formModal1 .registrationForm,
  #formModal1 .registrationForm *{
    width: 100%!important;
  }
  #formModal1 .button1{
    font-size: 18px;
  }
  .arcticmodal-container_i2{
    padding: 0;
  }
  ul.forum-mark.mb20.clearfix {
    text-align: center;
  }
  ul.forum-mark.mb20.clearfix li {
    display: inline-block;
    float: none;
  }
  ul.forum-mark.mb20.clearfix li:nth-child(1){
    margin-bottom: 10px;
    width:100%;
  }
  table.cell-contents{
    min-width:auto;
  }
  .contractors_sax{
    width:100%!important;
  }
  .buttonWatch-not, .buttonWatch-yes{

    background-size:25px;
  }
}

@media only screen and (max-width: 479px) {
  .popup-form-body{
    padding: 45px 20px;
  }
  .test{
    transform: scale(0.6);
    right: 25px;
    bottom: 20px;
  }
  .button1, .button2{
    font-size:16px;
  }
  .my_obs{
    width:100%;
    display: block;
  }
  .msf_main .content_1{
    padding-top: 120px;
  }
  .phoneNumberTop{
    width: auto;
    text-align: center;
    margin-top: 15px;
  }
  .popup_content ul.filter_list li,
  .popup_content ul.filter_list.work li{
    width: 100%;
  }
  .summary-box1 .row,
  .summary-box2  .row{
    padding-left: 0;
  }
  .popup-body {
    padding: 0px!important;
  }
  #formModal1 form.registrationForm {
    width: calc(100% - 30px)!important;
    margin: 0 auto;
    padding-top: 15px;
  }
  .arcticmodal-container_i2{
    padding: 0!important;
  }
  #formModal1 input {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
  }
  #formModal1 .arcticmodal-close{
    display: none;
  }
  #formModal1 .button1{
    font-size: 15px;
  }

}
@media only screen and (max-width:435px) {
  .login li:last-child {
    border-right: none;
    margin-top: 5px;
    padding-right: 0;
    width:100%;
    text-align: right;

  }
  ul.rates-properties{
    overflow-x: hidden;
  }
}

/*===================Сервис ФНС Узнать ИНН====================*/
.inn-find-form {
  border: 1px solid #eef0fb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 370px;
}
.inn-find-form fieldset {
  border: 0;
  /*margin: 0;*/
}
.inn-find-form input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
}
.inn-find-input-data {
  padding: 20px 20px 0 20px;
}
.inn-find-info,
.inn-find-error {
  padding: 0 20px;
}
.inn-find-input-data label {
  color: #040404;
  display: block;
  margin-bottom: 20px;
}
.inn-find-input-data input.error{
  border: 2px solid #b12413;
  box-shadow: inset 0 1px 1px rgba(177, 36, 19, 0.63);
}
.inn-find-input-data input.normal{
  border: 1px solid #9c9c9c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.63);
}
.inn-find-input-data input {
  background: #fff;
  border: 1px solid #9c9c9c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.63);
  color: #040404;
  padding: 6px;
  margin-top: 6px;
  width: 100%;
}
.inn-find-action {
  margin: 20px 20px;
}
.inn-find-action .btn{
  border: 0;
  color: #040404;
  cursor: pointer;
  font-weight: bold;
  /*padding: 8px 16px;*/
  height: 30px;
  width: 110px;
  text-align: center;
}
.inn-find-action .btn{
  height: 30px;
  width: 108px;
}
.inn-find-output .inn-find-action {
  margin: 0 0 20px 0;
}
.inn-find-output .inn-find-action a.btn {
  user-select: none;
  text-decoration: none;
  outline: none;
  background-color: buttonface;
  padding: 0.3em 2em;
  border-radius: 5px;
}
.inn-find-default,
.inn-find-output-data {
  width: 60%;
  float: left;
  min-height: 30px;
  margin-bottom: 20px;
}
.inn-find-output-data {
  display: none;
}
.inn-find-default table {
  width: 100%;
}
.inn-find-status {
  width: 40%;
  float: left;
  margin-bottom: 20px;
}