
@media (min-width: 768px) {

    .slTitle {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .slModTitle {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .fotorama__nav-wrap {
        display: block;
    }

    .slBlock {
        padding: 40px 0;
    }

    .comContent {
        margin-bottom: 40px;
    }

    .modMenuH__item-link {
        padding: 26px 24px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }

    .modMenuH__item-link:hover,
    .modMenuH__item-link:focus,
    .modMenuH__item-link:active,
    .modMenuH__item-link.active {
        color: #fff;
        background: #ed882d;
    }


    .modMenuH {
        position: relative;
        top: unset;
        left: unset;
        height: unset;
        width: unset;
        background-color: unset;
        z-index: 10;
        transform: unset;
        overflow: visible;
    }

    .modMenuH__list {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .modMenuH__item {
        display: block;
        position: relative;
        /*width: auto;*/
        width: max-content;
    }

    .modMenuH__item.deeper {
        position: relative;
    }

    .modMenuH__item.deeper .modMenuH__list {
        position: absolute;
        top: 100%;
        left: 0;
        transform: unset;
        opacity: 0;
        pointer-events: none;
        display: inline-table;
    }

    .modMenuH__item.deeper:hover >.modMenuH__list {
        opacity: 1;
        pointer-events: auto;
    }

    .modMenuH__item-link {
        position: relative;
    }

    .topNav .modMenuH__item +.modMenuH__item>.modMenuH__item-link:before,
    .topNav-oranj .modMenuH__item +.modMenuH__item>.modMenuH__item-link:before {
        /*display: block;*/
        /*content: '';*/
        /*border-left: 1px solid rgba(196, 196, 196, 0.37);*/
        /*height: 18px;*/
        /*position: absolute;*/
        /*left: 1px;*/
        /*top: 50%;*/
        /*transform: translate(-50%, -50%);*/

    }

    .topNav-oranj .modMenuH__item +.modMenuH__item>.modMenuH__item-link:before {
        border-color: rgba(255, 255, 255, 0.37);
        height: 21px;
    }


    .topNav-oranj .modMenuH__item-link {
        padding: 25px 30px;
    }

    .topNav-oranj .modMenuH__item-link:hover,
    .topNav-oranj .modMenuH__item-link:focus,
    .topNav-oranj .modMenuH__item-link:active,
    .topNav-oranj .modMenuH__item-link.active {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.08);
    }

    .topNav-oranj .modMenuH__item-link:hover:before,
    .topNav-oranj .modMenuH__item-link:focus:before,
    .topNav-oranj .modMenuH__item-link:active:before,
    .topNav-oranj .modMenuH__item-link.active:before {
        opacity: 0;
    }

    .modSlCallbackCover {
        /*background-image: url("../images/cover-md.jpg");*/
        /*padding-top: 50px;*/
        /*padding-bottom: 117px;*/
    }

    .modSlCallbackCover__title {
        font-size: 40px;
        line-height: 1.35;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .modSlCallbackCover__subtitle {
        max-width: 60%;
    }

    .modSlCallBackMainConsalt__title {
        font-size: 36px;
    }
    .modSlCallBackMainConsalt__subtitle {
        font-size: 20px;
    }

    .comContentAkciiItem__cover {
        min-height: 350px;
    }

    .comContentAkciiItem__title br{
        display: block;
    }

    .mobMenu_showBtn {
        padding: 15px 20px;
        font-size: 25px;
    }

    .mobMenu_showBtn .fa {

    }

    .modSeptVitrinaBlock__itemsList .modSeptVitrinaItem_block:nth-of-type(2)+.modSeptVitrinaItem_block {
        display: none;
    }

    .modComContentNews__list>div:nth-of-type(2)+div {
        display: none;
    }

}

@media (min-width: 1024px) {
    .slBlock {
        padding: 70px 0;
    }

    .comContent {
        margin-bottom: 70px;
    }

    .modSlCallbackCover {
        /*background-image: url("../images/cover-lg.jpg");*/
        /*padding-top: 100px;*/
        /*padding-bottom: 280px;*/
    }

    .modSlCallbackCover__subtitle {
        max-width: unset;
    }

    .modSeptVitrinaBlock__itemsList .modSeptVitrinaItem_block:nth-of-type(2)+.modSeptVitrinaItem_block {
        display: block !important;
    }

    .modComContentNews__list>div:nth-of-type(2)+div {
        display: block !important;
    }
}

@media (max-width: 991px) {

    .comContentOtzivVideo {
        min-width: 100% !important;
    }

}

@media (max-width: 767px) {

    .calcPageButton {
        padding: 15px 10px !important;
        font-size: 17px !important;
        display: block;
    }

    .menu-vertical-parentItem {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-vertical-openButton {
        text-align: right;
        width: 55px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transition: 0.3s all;
    }

    .menu-item.li_deeper ul {
        display: none;
    }

    .deepList {
        padding-left: 25px;
    }

    .comContentArticles_fullText img {
        width: 100% !important;
        height: auto !important;
    }

    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .comContent__description {
        width: 100%;
    }

    .logoBlock-img {
        width: 100%;
    }

    .videoYou iframe{
        width: 100% !important;
    }

}


@media (min-width: 1200px) and (max-width: 1300px){

    .modMenuH__item-link {
        padding: 15px 15px;
    }

    .topNav .modMenuH__item +.modMenuH__item>.modMenuH__item-link:before, .topNav-oranj .modMenuH__item +.modMenuH__item>.modMenuH__item-link:before {
        left: -3px;
    }

    .logoBlock-img-footer {
        max-width: 200px;
    }
}

@media (max-width: 1200px){

    .deepList {
        display: none;
    }

    .menu-vertical-parentItem {
        display: flex;
        align-items: center;
    }

    .modSlCallBackMainConsalt__subtitle {
        margin-bottom: 20px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    ._face {
        background-size: 320px;
    }

    .modSlCallbackCover__title {
        font-size: 33px;
    }



}

@media (max-width: 991px) {

    .modSlCallbackCover__title {
        font-size: 33px;
    }

    ._face {
        background-image: none;
    }

    .modSlCallbackCover__subtitle {
        max-width: 100%;
    }

    .modSlCallbackCover {
        padding-bottom: 60px;
        padding-top: 40px;
    }
}



@media (max-width: 767px) {

    .formView_title {
        font-size: 30px;
        line-height: 36px;
    }

    

}