.demoContactsWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
    margin-bottom: 30px;
    width: calc(100% - 885px);
}

.demoContactsColumn {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.demoContactsColumn .title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #979797;
}

.demoContactsColumn .text {
    color: #232323;
}

.demoContactsTime {
    display: flex;
}

.demoContactsTimeRight {
    padding-left: 15px;
}

.demoContactsColumnInside {
    margin-top: 20px;
}

.demoContacts .thirdCap {
    margin-bottom: 60px;
}

.demoContactsInner {
    display: flex;
    flex-wrap: wrap;
}

.demoContactsLeft {
    width: 276px;
}

.demoContactsRight {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 276px);
    display: none;
}

.demoContactsRight--active {
    display: flex;
}

.demoContacts .blockAsideList {
    /* 	width: 276px; */
    margin-top: 20px;
}

.demoContacts .blockAsideList .linkTab {
    margin-bottom: 15px;
}

.demoContacts .blockAsideList .linkTab span {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #979797;
    cursor: pointer;
    transition: color .2s ease-in-out;
}

.demoContacts .blockAsideList .linkTab:hover span,
.demoContacts .blockAsideList .linkTab.active span {
    color: #026EF9;
}

.demoContactsMap {
    width: 885px;
    height: 640px;
    margin-top: -140px;
    background: #fafafa;
}

.demoContactsButton {
    position: relative;
    left: -276px;
    top: -52px;
}

@media (max-width: 1880px) {
    .demoContactsMap {
        width: 740px;
    }

    .demoContactsWrap {
        width: calc(100% - 740px);
    }
}

@media (max-width: 1680px) {
    .demoContactsMap {
        width: 645px;
        height: 560px;
    }

    .demoContactsWrap {
        width: calc(100% - 645px);
    }

    .demoContactsLeft {
        width: 180px;
    }

    .demoContactsButton {
        left: -180px;

    }

    .demoContactsRight {
        width: calc(100% - 180px);
    }
}

@media (max-width: 1439px) {
    .demoContactsMap {
        width: 400px;
    }

    .demoContactsWrap {
        width: calc(100% - 400px);
    }
}

@media (max-width: 1199px) {
    .demoContactsColumn .title {
        margin-bottom: 5px;
    }

    .demoContactsMap {
        width: 300px;
    }

    .demoContactsWrap {
        width: calc(100% - 300px);
    }

    .demoContactsButton {
        top: -38px;
    }

}

@media (max-width: 1023px) {
    .demoContactsWrap {
        margin-top: 30px;
        width: 100%;
    }

    .demoContactsColumn {
        /*width: 33.33%;*/
    }

    .demoContactsMap {
        display: none;
    }

    .demoContacts .thirdCap {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .demoContactsColumn {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .demoContactsLeft,
    .demoContactsRight {
        width: 100%;
    }

    .demoContactsColumn {
        padding-left: 0;
        padding-right: 0;
    }

    .demoContacts .blockAside .subheaderCap,
    .demoContacts .blockAsideSection .titleContainer {
        display: none;
    }

    .demoContacts .blockAsideList {
        display: flex;
        padding-left: 0;
        padding-bottom: 22px;
        margin-bottom: 0;
        margin-top: 0;
        white-space: nowrap;
        overflow-x: auto;

    }

    .demoContacts .blockAsideList::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0;
        height: 0;
    }

    .demoContacts .blockAsideList::-moz-scrollbar {
        width: 0;
        height: 0;
    }

    .demoContactsWrap {
        margin-top: 0;
        margin-bottom: 0;
    }

    .mainSection.demoContacts {
        overflow: visible;
    }

    .demoContacts .blockAsideSection {
        margin-right: -15px;
        margin-bottom: 12px;
        overflow-y: hidden;
        height: 30px;
    }

    .demoContactsColumn:last-child {
        margin-bottom: 0;
    }

    .demoContacts .blockAsideList .linkTab {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .demoContacts .blockAsideList .linkTab span {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #C2C2C2;
        font-size: 14px;
        transition: all .2s;
    }

    .demoContacts .blockAsideList .linkTab.active span {
        border-bottom: 1px solid #026EF9;
    }

    .demoContacts .blockAsideList .linkTab:first-child span {
        padding-left: 0;
    }

    .demoContactsColumn .title {
        font-size: 14px;
    }

    .demoContactsButton {
        display: none;
    }
}