@media only screen and (max-width: 640px) {
	
body {
    min-width: 375px;
    max-width: 100vw;
}	
.promo {
    height: auto;
}
.wrap {
    max-width: 100%;
}
.promo .spheres {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    height: auto;
    padding-top: 24px;
}
#tender_table_filters {
    width: 100%;
    top: 0;
    position: relative;
}
#tender_table_content {
    width: 100%;
}
main#tender_table .tender_table_right {
    display: none;
}
 
header .mini_panel h1 {
    display: none;
}

header .mini_panel {
    width: calc(100% - 200px);
}
.promo .spheres a {
    width: calc(50% - 24px);
    margin-bottom: 24px;
    height: 80px;
    padding: 16px;
}
#tender_table_content table  tbody tr td:nth-child(5), #tender_table_content table tbody tr td:nth-child(6),
#tender_table_content table thead th:nth-child(5), #tender_table_content table thead th:nth-child(6) {
    display: none;
}
#tender_table_content table thead th {
    font-size: 12px;
    line-height: 20px;
    padding: 0 7px;
    white-space: nowrap;
}
footer .wrap {
    padding: 0 24px;
}
.modal .window {
    width: calc(100% - 32px) !important;
    height: calc(100vh - 32px) !important;
    top: 16px !important;
}
.modal .window .content .fitem.short3 {
    width: 100%;
    margin-right: 0;
}
.modal .window .content.swapping {
    padding-bottom: 80px;
}
#telegram_connect {
    display: none;
}
header .menu_panel a:not(.bitn) {
    display: none;
}
header .logo {
    width: 120px;
    background-size: 80px auto;
    top: 0;
    background-position: center;
    height: 40px;
    top: 14px;
}
header .menu_panel {
    width: 160px;
    position: absolute;
    left: 120px;
}
header .menu_panel a.create_order {
    padding: 0 16px;
    line-height: 36px;
}
.promo .spheres a span {
    font-size: 14px;
}
.spheres a ins {
    margin-bottom: 0;
}


#installModal.active {display:block;}
#installModal.active {
    width: 100%;
    max-width: 400px;
    height: 200px;
    top: calc((100% - 200px) / 2);
    position: fixed;
    background: #02987f;
    padding: 24px;
    color: #fff;
    font-size: 17px;
    text-align: center;
}
#installModal.active .buttons a {
    display: block;
    margin-top: 24px;
    height: 44px;
    line-height: 44px;
    background: #0000002b;
    color: #ffffffc9;
}
#installModal.active .buttons a#install_button {
    background: #f3b400;
    color: #343434;
}
.modal#mdl_auth .window {
    margin-top: 0;
}














}