@media (max-width: 1480px) {
  .mainWrap .mainContent {
    width: calc(100% - 374px);
  }
}
@media (max-width: 1280px) {
  .researchMiddle .researchMiddleRow {
    align-items: inherit;
  }
}
@media (max-width: 1080px) {
  .pageAuth .pageAuthWrap .pageAuthLeft {
    padding: 32px;
  }
  .pageAuth .pageAuthWrap .pageAuthLeft .pageAuthLeftDoor {
    right: 12px;
    bottom: 0px;
    max-width: 200px;
  }
}
@media (max-width: 810px) {
  body {
    height: auto;
    padding-bottom: 70px;
  }
  body.showMenu {
    overflow: hidden;
    position: fixed;
  }
  .mainWrap .mainSidebar .mainSidebarMobile {
    display: none;
  }
  .header {
    padding: 10px 0;
  }
  .header .mobileMenuBtn {
    display: block;
    position: relative;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    padding: 6px;
    background: #fff;
    opacity: 0.8;
  }
  .header .mobileMenuBtn::before,
  .header .mobileMenuBtn::after {
    content: '';
    left: 10px;
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #00B5AD;
  }
  .header .mobileMenuBtn::before {
    top: 12px;
    box-shadow: 0 5px 0 #00B5AD;
  }
  .header .mobileMenuBtn::after {
    bottom: 12px;
  }
  .header .mobileMenuBtn::before {
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
  }
  .header .mobileMenuBtn::after {
    transition: bottom .3s .15s, transform .3s;
  }
  .header .mobileMenuBtn.active::before {
    top: 17px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0,0,0,0);
    transition: box-shadow .15s, top .3s, transform .3s .15s;
    background: #000;
  }
  .header .mobileMenuBtn.active::after {
    bottom: 17px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s;
    background: #000;
  }
  .header .headerWrap .headerInfo {
    display: none;
  }
  .pageAuth .pageAuthWrap {
    height: auto;
    padding: 60px 0;
    justify-content: space-between;
    flex-direction: column;
  }
  .pageAuth .pageAuthWrap .pageAuthLeft {
    width: 100%;
    flex-direction: column;
    padding: 34px;
    gap: 20px;
    min-height: 336px;
  }
  .pageAuth .pageAuthWrap .pageAuthLeft .pageAuthLeftTitle{
    font-family: HeliosExt;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
  .pageAuth .pageAuthWrap .pageAuthLeft .pageAuthLeftDoor {
    max-height: 100%;
    right: 24px;
    bottom: -24px;
  }
  .pageAuth .pageAuthRight {
    width: 100%;
    padding: 60px 16px;
  }
  .pageAuth .pageAuthRight .pageAuthForm {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 24px;
  }
  .pageAuth .pageAuthRight .pageAuthForm .pageAuthFormTitle {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }
  .pageAuth .pageAuthRight .pageAuthForm .pageAuthFormWrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .pageAuthForm .pageAuthFormWrap .pageAuthFormInputWrap .pageAuthFormInput {
    height: 44px;
    font-family: Mulish;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
  .btnLogin {
    height: 44px;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }
  .main {
    padding-top: 16px;
    padding-bottom: 48px;
    position: relative;
    overflow: hidden;
  }
  .mainWrap {

  }
  .mainWrap .mainContent {
    width: 100%;
  }
  .mainWrap .mainSidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 100%;
    top: 0;
    padding: 24px 16px;
    transition: all 0.3s;
    z-index: 100;
  }
  .mainWrap .mainSidebar.showMoibile {
    left: 0;
    overflow: scroll;
    height: 100vh;
    padding-bottom: 150px;
  }
  .mainWrap .mainSidebar .mainSidebarMobile {
    display: flex;
  }
  .mainWrap .mainSidebar .mainSidebarMobile .mainSidebarInfoUser {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .mainWrap .mainSidebar .mainSidebarMobile .mainSidebarInfoUser .mainSidebarInfoUserIco {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #00B5AD;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainWrap .mainSidebar .mainSidebarMobile .mainSidebarInfoUser .mainSidebarInfoUserIco img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .mainWrap .mainSidebar .mainSidebarMobile .mainSidebarInfoUser .mainSidebarInfoUserName {
    color: #1B1B26;
    font-family: Mulish;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
  .mainWrap .mainSidebar .mainSidebarMobile .mainSidebarInfoUser .logoutLink {
    margin-left: auto;
  }
  .mainWrap .mainSidebar .mainSidebarMobile .goClinicBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    background: #fff;
    border-radius: 40px;
    gap: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #00B5AD;
    text-decoration: none;
    padding: 11px 24px;
    border: 1px solid #00B5AD;
  }
  .mainSidebar.showMoibile .sidebarMenu {
    width: 100%;
    background: #fff;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
  }
  .mainSidebar .mainSidebarQuestion {
    min-height: 336px;
  }
  .mobilePanel {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 6px 10px;
    background: #fff;
    box-shadow: 0px -1px 3px 0px #7A9DA426;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
  }
  .mobilePanel a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    gap: 4px;
    border-radius: 16px;
  }
  .mobilePanel a.active {
    background: #00B5AD;
  }
  .mobilePanel a span {
    font-family: Mulish;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #00B5AD;
  }
  .mobilePanel a.active span {
    color: #fff;
  }
  .mobilePanel a.active svg path {
    fill: #fff;
  }
  .mobilePanel a.onlineOrder{
    box-shadow: 0px -1px 3px 0px #7A9DA426;
  }
  .mobilePanel a.onlineOrder.activeOnlineOrder {
    background: #F85077;
  }
  .mobilePanel a.onlineOrder span {
    color: #F85077;
  }
  .mobilePanel a.onlineOrder.activeOnlineOrder span {
    color: #fff;
  }
  .mobilePanel a.onlineOrder.activeOnlineOrder svg path {
    fill: #fff;
  }
  footer.footer {
    padding: 16px 0px;
  }
  footer.footer .footerText {
    gap: 8px;
    flex-direction: column;
  }
  .mainContent .doctorWidget .doctorWidgetItem {
    padding: 24px 20px;
    border-radius: 32px;
    border: none;
  }
  .doctorWidget .doctorWidgetItem .doctorWidgetItemRight .doctorWidgetItemSlots {
    height: auto;
    min-height: 56px;
  }
  .doctorsFilterLine .doctorsSearchClear {
    margin-left: 0;
  }
  .researchNoResult {
    padding: 40px 32px;
    gap: 24px;
    flex-direction: column;
  }
  .researchNoResult .researchNoResultInfo {
    gap: 16px;
    max-width: 377px;
  }
  .researchNoResult .researchNoResultInfo .researchNoResultText {
    font-size: 17px;
    line-height: 24px;
  }
  .researchNoResult .researchNoResultImage {
    max-width: 100%;
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .researchNoResult .researchNoResultImage img {
    width: 100%;
    max-width: 150px;
    object-fit: contain;
  }
}
@media (max-width: 736px) {

}
@media (max-width: 680px) {

}
@media (max-width: 568px) {
  .researchWrap .researchTop .researchTitle {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
  .researchWrap .researchTop .researchFilter {
    padding: 0;
    gap: 0px;
    min-width: 40px;
    min-height: 40px;
    background: #fff;
    justify-content: center;
  }
  .researchWrap .researchTop .researchFilter svg {
    width: 24px;
    height: 24px;
  }
  .researchWrap .researchTop .researchFilter span {
    font-size: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .datepicker-dropdown.datepicker-container {
    max-width: calc(100% - 32px);
    left: 16px !important;
  }
  .researchMiddle .researchMiddleHead {
    display: none;
  }
  .researchMiddle .researchMiddleItems {
    gap: 12px;
    margin-top: 0;
  }
  .researchMiddle .researchMiddleItems .researchMiddleItem {
    flex-direction: column;
    padding: 16px;
    background: #fff;
    gap: 12px;
    border-radius: 12px;
  }
  .researchMiddle .researchMiddleItems .researchMiddleItem .researchMiddleColumn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    font-weight: 600;
    padding: 0;
  }
  .researchMiddle .researchMiddleItems .researchMiddleItem .researchMiddleColumn.dateColumn {
    padding-left: 24px;
    background: url('../images/calendar.svg') left center no-repeat;
    order: 1;
  }
  .researchMiddle .researchMiddleItems .researchMiddleItem .researchMiddleColumn.resColumn {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .researchMiddle .researchMiddleItems .researchMiddleItem .researchMiddleColumn.resColumn:before {
    width: 100%;
    content: "исследование";
    display: block;
    font-family: Mulish;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #00B5AD;
    text-align: left;
  }
  .researchMiddle .researchMiddleItems .researchMiddleItem .researchMiddleColumn.typeColumn {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .researchMiddle .researchMiddleItems .researchMiddleItem .researchMiddleColumn.typeColumn:before {
    width: 100%;
    content: "тип исследований";
    display: block;
    font-family: Mulish;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #00B5AD;
    text-align: left;
  }
  .researchMiddle .researchMiddleItems .researchMiddleItem .researchMiddleColumn.resultColumn {
    order: 4;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #00B5AD;
    font-family: Mulish;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
  }
  .mobileCallback {
    display: flex;
  }
}
@media (max-width: 440px) {
  .pageAuth .pageAuthWrap {
    gap: 32px;
  }
  .pageAuth .pageAuthWrap .pageAuthLeft {
    justify-content: flex-start;
    padding: 51px 34px;
  }
  .pageAuth .pageAuthWrap .pageAuthLeft::before {
    position: absolute;
    width: 250px;
    height: 250px;
    content: "";
    left: -13px;
    top: -23px;
    background: url("../images/auth/bg.png") left top no-repeat;
    border-radius: 40px;
    z-index: 1;
    background-size: cover;
  }
  .pageAuth .pageAuthWrap .pageAuthLeft .pageAuthLeftLogo img {
    max-width: 134px;
  }
  .pageAuth .pageAuthWrap .pageAuthLeft .pageAuthLeftDoor {
    max-width: 130px;
  }
}
@media (max-width: 380px) {

}
@media (max-width: 320px) {

}