.mop {
    display: none;
}
@media (max-width: 1024px) {
    .no-scroll {
        overflow: hidden;
    }
    /*Общее*/
    body {
        min-width: 100%;
    }
    .container {
        width: 100%;
        max-width: 100% !important;
        min-width: 100%;
    }
    /*Шапка*/
    .head {
        height: auto;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .header {
        padding: 10px 0;
    }
    .logo img {
        width: 160px;
    }
    .emailZakaz {
        font-size: 20px !important;
    }
    a.tel.callibri_phone {
        font-size: 20px;
    }
    .phone_and_time .button {
        display: none;
    }

    /*Мобильное меню*/
    .mop {
        display: block;
        width: 70px;
        height: 70px;
        margin: -10px -14px -10px;
        position: relative;
    }
    .mop div {
        width: 20px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        position: absolute;
        top: calc(50% - 1px);
        left: calc(50% - 10px);
        -webkit-transition: 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        transition: 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }      
    .mop div:nth-child(1) {
        margin-top: -8px;
    }
    .mop div:nth-child(3) {
        margin-top: 8px;
    }
    .mop.open div:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 0;
    }
    .mop.open div:nth-child(2) {
        width: 0;
    }
    .mop.open div:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: 0;
    }

    .navbar-static-top {
        display: none !important
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-static-bottom {
        display: none;
    }
    .mobile-menu {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        height: auto;
        background: #e3e3e3;
        top: 70px;
        height: calc(100% - 70px);
        overflow: auto;
    }
    .mobile-menu .button {
        margin: 20px 0 20px 15px;
    }
    .mobile-menu .navbar-default {
        display: block !important;
        height: auto;
        background: #e3e3e3;
    }
    .navbar-static-bottom {
        padding: 0 15px !important;
        border-top: 1px solid #000;
    }
    .navbar-nav {
        flex-wrap: wrap;
    }
    .navbar-nav li {
        width: 100%;
    }
    .navbar-nav a {
        padding: 0 !important;
    }
    .navbar-static-bottom .navbar-nav > li > a {
        color: #00437b;
    }
    .navbar-default.navbar-static-bottom .navbar-nav > li.first > a {
        color: #00437b !important;
    }
    .navbar-static-bottom .navbar-nav > li.active, .dropdown-nav:hover > a, .navbar-static-bottom .navbar-nav > li > a:hover {
        color: #000 !important;
        background: #e3e3e3;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e3e3e3;
    }

    .dropdown-toggle {
        position: relative;
        width: unset;
        width: max-content;
    }
    .dropdown-toggle::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 19px;
        right: -16px;
        border-right: 1px solid #00437b;
        border-bottom: 1px solid #00437b;
        transform: rotate(45deg);
        opacity: 1;
        transition: .2s;
    }
    .dropdown-nav.open .dropdown-toggle::before {
        opacity: 0;
    }

    .dropdown-nav:hover .dropdown-nav-content {
        display: none;
    }
    .dropdown-nav-content {
        display: none;
        position: relative;    
        padding-top: 0;    
    }
    .dropdown-nav-content > ul {
        max-height: unset;
        padding: 0px 12px;
    }
    .dropdown-nav-content > ul > li {
        width: 100%;
        padding: 5px 10px 5px 0;
        white-space: normal;
    }

    /*Контент*/
    .content-ill {
        margin-top: 70px;
    }
    .firstH1 {
        font-size: 40px;
        margin-top: 120px;
        margin-bottom: 40px;
    }
    .row.plash {
        margin: 0px 0 -64px 0;
    }
    .plashka {
        display: block;
        width: 100%;
        margin-left: 0 !important;
    }
    .DarkRow p {
        max-width: 100%;
    }
    .DarkRow .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .DarkRow .col-md-4 {
        width: 50%;
        margin-bottom: 20px;
    }
    footer .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    footer .row .col-md-2 {
        display: none;
    }
    .footer-menu-1,
    .footer-menu-2 {
        width: 50%;
    }
    .footer-contact {
        width: 100%;
    }
    .footer-menu-2 {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-menu-2 .footer-menu {
        width: 100%;
        margin-bottom: 0 !important;
    }
    .footer-menu-2 .footer-menu__item:not(.last) {
        margin-right: 10px;
    }
    .col-md-6 {
        width: 100%;
    }
    .orangeForm {
        float: none;
        max-width: 100%;
        margin: 30px 0 0;
    }
    .withBG {
        margin-bottom: 32px;
    }
    .gallery__item {
        margin: 10px;
        flex: 1 0 calc(25% - 20px);
        max-width: calc(25% - 20px);
    }
    h1 {
        padding-right: 0 !important;
    }
    .ograda-tmp .adv .adv-item {
        width: 50%;
    }
    .table-scroll {
        overflow: auto;
    }
    .cert-item {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .ograda-content .cert-container .cert-item {
        margin-top: 30px;
    }
    .ograda-content .cert-container .cert-item::before {
        content: '';
        background-size: contain;
        width: 30px;
        height: 40px;
        margin-right: 15px;
    }
    .cert-item a {
        max-width: calc(100% - 45px) !important;
    }
    
    .ograda-content .withBG {
        margin: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }
    .col-md-12 {
        padding: 0;
    }
    .dostavka-container {
        background: #17161B;
        padding: 30px 20px 60px 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .dostavka-container h2 {
        width: 100%;
    }
    .dostavka-container .dostavka-item {
        width: calc(50% - 20px);
        margin-right: 0px;
    }
    .dostavka-container .dostavka-item img {
        width: 100%;
    }
    .contacts-container .col-md-5,
    .contacts-container .col-md-4,
    .contacts-container .col-md-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .forma-container .form-group.col-md-4 {
        margin: 0 0 13px;
        padding: 0;
    }
    .form-horizontal .form-group {
        margin: 0 0 15px;
    }
    .content-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .last-part {
        width: 100%;
        order: 1;
        margin-top: 32px;
    }
    .content-flex .col-md-9 {
        padding-top: 20px;
        width: 100%;
    }
    .content img {
        max-width: 100%;
        height: auto;
    }
    h1 + div[style="font-size: 24px"]:not(class) {
        text-align: center;
    }
    .breadcrumb .breadcrumb-item.active {
        color: #777 !important;
    }
}      


















@media (max-width: 680px) {
    .logo img {
        width: 100px;
    }
    .emailZakaz {
        font-size: 14px !important;
    }
    a.tel.callibri_phone {
        font-size: 14px;
    }
    .mop div {
      width: 16px;
      left: calc(50% - 8px);
    }
    .mop {
        width: 32px;
        height: 32px;
        margin: -10px -14px -10px;
    }
    .mop div:nth-child(1) {
      margin-top: -6px;
    }
    .mop div:nth-child(3) {
      margin-top: 6px;
    }
    .mobile-menu {
        top: 40px;
        height: calc(100% - 40px);
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        line-height: 32px;
    }
    .dropdown-nav-content > ul > li > a {
        font-size: 12px;
    }
    .dropdown-toggle::before {
        top: 10px;
    }
    .content-ill {
        margin-top: 40px;
    }
    .row {
        margin: 0 0px;
    }
    .firstH1 {
        font-size: 30px;
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .plashka div > .pull-left:first-child {
        width: 64px;
        height: 64px;
        background-size: 80%;
    }
    .plashka {
        height: 64px;
    }
    .plashka .table {
        height: 64px;
    }
    .plashka:hover div > .pull-left:first-child {
        background-size: 80%;
    }
    .plashka p {
        margin-bottom: 0;
    }
    .contBG {
        padding: 16px;
    }
    ol, ul {
        padding-left: 14px;
    }
    .DarkRow .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }
    .modal-sm {
        max-width: calc(100% - 20px);
    }
    .bigtitle {
        font-size: 28px;
        margin: 28px 0 14px 0;
    }
    .gallery__item {
        flex: 1 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
    .withBG {
        margin: -12px;
        margin-bottom: 24px;
        padding: 12px;
    }
    .form-title {
        font-size: 28px !important;
    }
    .contactsF {
        padding: 18px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }
    .breadcrumb {
        margin-bottom: 0;
    }
    .ograda-tmp .adv .adv-item {
        width: 100%;
        margin-bottom: 32px;
    }
    .ograda-tmp .zapros {
        margin: 20px 0 40px 0;
    }
    .ograda-slider {
        margin-top: 30px;
    }
    .ograda-slider .image-caption {
        margin: 20px 0 32px 0px;
    }
    .video-container {
        padding: 30px 0 40px;
    }
    .ograda-content .cert-container .cert-item::before {
        width: 20px;
        height: 25px;
        margin-right: 15px;
    }
    .cert-item a {
        max-width: calc(100% - 35px) !important;
    }
    .ograda-content .cert-container .cert-item {
        margin-top: 15px;
    }
    .video-container .video {
        width: 480px;
        max-width: calc(100% - 20px);
    }
    .video-container .video-title {
        width: 480px;
        max-width: calc(100% - 20px);
    }
    .dostavka-container .dostavka-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .elem-container h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .elem-container .elem-list {
        margin-top: 0px;
        width: 100%;
    }
    .elem-container .elem-item {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .elem-container .elem-item .defis {
        padding: 0 10px 0 5px;
    }
    .forma-container > .row {
        padding: 0 15px;
    }
    .forma-container .form-group.col-md-4 {
        margin: 0 0 13px;
        padding: 0;
    }
    .form-horizontal .form-group {
        margin: 0 0 15px;
    }
    .forma-container {
        padding: 20px 0 30px;
    }
    .content-flex .col-md-9 {
        padding: 0;
        padding-top: 20px;
    }
    .last-part {
        margin-top: 24px;
        padding: 0;
    }
    .breadcrumb {
        display: none;
    }
}


@media (max-width: 450px) {
    .header__middle {
        display: none;
    }
    .mobile-menu .header__middle {
        display: block;
    }
    .mobile-menu .header__middle .text_addr {
        float: none;
        margin: 31px 15px 0px 15px;
    }
    #myModalLabel {
        font-size: 30px;
    }
    .footer-menu-1,
    .footer-menu-2 {
        width: 100%;
    }
    .footer-menu-2 .footer-menu {
        margin-top: 0 !important;
    }
    .gallery__item {
        flex: 1 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}