html {
    font-size: calc((100vw - 320px) * 4 /880 + 12px);
    margin: 0 auto;
    padding: 0;
    min-width: 768px;
}
body *{
    box-sizing: border-box;
}

body, body.t-body {
    background-color: #F9F9F9;
    margin: 0 auto;
}


.b-white {
    background-color: #F9F9F9;
}

.t-container {
    width: 95%;
    max-width: 1555px;
   
    
    margin: 0 auto;
}

.b-maincontent {
    /* float: right; */
    width: 95%;
    margin: 0 auto;
}

/*SEARCH*/
.show-search {
    display: block;
      width: 50px;
      height: 50px;
      float: right;
      background: #767676 url(https://fpga-systems.ru/.s/t/1089/search-mobile.png) no-repeat center center;
      box-shadow: inset 0 -4px rgba(0, 0, 0, 0.09);
      cursor: pointer;
  }
  
.b-search.b-search-min {
    width: 70%;
    margin: 0 auto;
}

.searchForm {
    width: 100%;
}

.searchForm form {
    display: flex;
    align-items: center;
}

.schQuery {
    width: 100%;
}

input.queryField {
    
    width: 100%;
    height: 2rem;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 150%;
    background: #F8F8F8;
    border: 1px solid #FF8C4B;
    box-sizing: border-box;
    border-radius: 4px;
}

input.searchSbmFl {
    margin-left: 1rem;
}
/*/search*/

/*номер страницы*/
a.swchItem {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    color: #2B5B6C;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
a.swchItem:hover {
    color: #FF8C4B;
}
/**/
/*SCROLL BAR*/
::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
    }
    
     ::-webkit-scrollbar-track {
    background-color:#ecedee
    }
    
     ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#6dc0c8;
    }
    
      ::-webkit-scrollbar-thumb:hover{
    background-color:#56999f;
    }
    
    ::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px
    }
    
    ::-webkit-scrollbar{
    width: 0.5rem;
    }
    /*/SCROLL BAR*/

    /*buttons*/
    .btn {
        font-family: Noto Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 0.75rem;
        line-height: 150%;
        /* identical to box height, or 18px */
        color: #F8F8F8;
        text-decoration: none;
        background-color: #FF8C4B;
        transition: all 0.25s linear;
        border: 1px solid #FF8C4B;
        border-radius: 0.25rem;
        padding: 0.25rem;
    }

  .btn:hover {
        color: #2B5B6C;
        background-color: #F8F8F8;
        cursor: pointer;
    }


    .btn-2 {
        font-family: Noto Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 1rem;
        line-height: 150%;
        /* identical to box height, or 18px */
        color: #2B5B6C;
        text-decoration: none;
        background-color: #FF8C4B;
        transition: all 0.25s linear;
        border: 1px solid #FF8C4B;
        border-radius: 0.25rem;
        padding: 0.25rem;
    }

    .btn-2:hover {
        color: #FF8C4B;
        background-color: #F8F8F8;
        cursor: pointer;
    }

    .add-btn {
        margin: 1rem;
    }

    .btn-news {

    }

    section {
        width: 100%;
        margin: 2.5rem 0;
    }

    ul.uf-form.ucf-form {
        width: 75%;
    }