.mobile-burger {
    display: none;
}

@media screen and (max-width: 1300px) {
    body {
        min-width: 100% !important;
    }

    * {
        box-sizing: border-box;
    }

    .vitrina iframe, .wrap, .white-block {
        width: 100% !important;
        overflow: hidden;
    }
}

@media screen and (max-width: 1200px) {
    html body .header .wrap > .rght {
        order: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    html body .header .wrap > * {
        float: none;
    }

    html body .mainMenu li a {
        font-size: 13px;
    }

    html body .header .wrap {
        display: flex;
        padding: 0 10px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    html body .header .wrap .mainMenu {
        order: 3;
        width: 100%;
        margin-top: 20px;
    }

    html body .feedback .quote::after,
    html body .feedback .quote::before,
    html body .header .wrap .blue-link,
    html body .header .wrap .soc-links {
        display: none;
    }

    html body .feedback img {
        margin-left: 0;
    }

    html body .header .wrap .logo {
        margin: 0;
    }

    html body h1 big {
        font-size: 45px;
        margin-bottom: 10px;
    }

    html body h1 {
        font-size: 35px;
    }

    html body .feed-block {
        padding: 0 35px;
    }

    html body .search-block {
        padding: 100px 0;
    }

    html body .orng-link,
    html body .white-block .blue-link {
        width: 300px;
    }

    html body .order-block .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    html body .order-block {
        padding: 50px 30px;
    }

    html body .order-form {
        float: none;
        margin: 0;
    }

    html body .order-block h2 {
        width: 440px;
    }

    html body .order-block h2 min {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1023px) {
    html body .header .wrap .cont {
        display: none;
    }

    html body h1 big {
        font-size: 30px;
    }

    html body .about-itm:before {
        background-size: 150px !important;
    }

    html body .about-itm:nth-child(2):before {
        background-position: -7px -395px;
    }

    html body .about-itm:nth-child(1):before {
        background-position: -7px -257px;
    }

    html body .header .wrap {
        align-items: center;
    }

    html body .header .wrap .soc-links,
    html body .header .wrap > .rght {
        display: block;
        width: auto;
        margin-left: auto;
    }

    html body .about-itm:nth-child(4):before {
        background-position: -7px -670px;
    }

    html body .about-itm:nth-child(3):before {
        background-position: -4px -530px;
    }

    html body .about-itm:before,
    html body .ban img {
        width: 120px;
        height: 120px;
    }


    html body .order-form {
        padding: 20px;
    }

    html body .order-block .wrap {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    html body .order-form {
        width: 100%;
    }

    html body .order-block h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        font-size: 40px;
    }

    html body .order-block h2 min {
        margin-top: 0;
        font-size: 24px;
    }

    html body .about-itm .about-ttl,
    html body .ttl-ban {
        font-size: 15px;
    }

    html body .quote {
        margin-left: 100px;
    }

    html body .header .wrap .blue-link {
        display: block;
        padding: 5px 30px;
    }

    html body .feedback img {
        width: 100px;
        height: 100px;
    }

    html body .header {
        padding-top: 20px;
    }

    html body .logo span {
        margin-top: 10px;
    }

    html body .feedback .quote::after {
        display: block;
        right: 11px;
        bottom: auto;
        top: -37px;
    }

    html body .feedback {
        width: 100%;
    }

    html body .foot-cont {
        position: relative;
        height: auto;
        background: #4f67cc;
        width: 100%;
        z-index: 1000;
    }

    html body .copyright img {
        margin-top: 0;
        position: absolute;
        right: 30px;
        bottom: 40px;
    }

    html body .footer iframe {
        height: 300px !important;
    }

    html body .copyright {
        padding: 40px 0 0;
        line-height: 30px;
    }

    html body #top {
        width: 40px;
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: center;
        height: 40px;
    }

    html body h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    html body .mainMenu li {
        display: block;
        text-align: center;
    }

    html body .mainMenu li a {
        padding: 0 10px;
        font-size: 17px;
        font-weight: bold;
        line-height: 41px;
        text-align: center;
        text-transform: none;
        color: #ffffff;
        display: inline-block;
        border-bottom: 1px solid #ffffffc2;
    }

    html body .mainMenu ul {
        padding: 0;
    }

    html body .mainMenu ul:after {
        display: none;
    }

    html body .header .wrap .mainMenu {
        position: absolute;
        display: none;
        top: 55px;
        height: auto;
        padding: 5px 0 20px 0;
        z-index: 10;
        background: linear-gradient(45deg, #ffbb51, #6780eb);
        box-shadow: 1px 9px 7px 1px rgba(0, 0, 0, 0.28);
        border-radius: 0 0 30px 30px;
    }

    .mobile-burger i {
        height: 4px;
        width: 100%;
        display: block;
        position: absolute;
        background-color: #35499e;
        border-radius: 20px;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        left: 0;
    }

    .mobile-burger i:nth-of-type(1) {
        top: 0;
        -moz-transition: top 0.25s ease 0.25s, -moz-transform 0.25s ease-out 0.1s;
        -o-transition: top 0.25s ease 0.25s, -o-transform 0.25s ease-out 0.1s;
        -webkit-transition: top 0.25s ease, -webkit-transform 0.25s ease-out;
        -webkit-transition-delay: 0.25s, 0.1s;
        transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        -webkit-transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        -o-transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
    }

    .mobile-burger i:nth-of-type(2) {
        top: 10px;
        -moz-transition: ease 0.2s 0.2s;
        -o-transition: ease 0.2s 0.2s;
        -webkit-transition: ease 0.2s;
        -webkit-transition-delay: 0.2s;
        -webkit-transition: ease 0.2s 0.2s;
        transition: ease 0.2s 0.2s;
    }

    .mobile-burger i:nth-of-type(3) {
        top: 20px;
        -moz-transition: top 0.25s ease 0.25s, -moz-transform 0.25s ease-out 0.1s;
        -o-transition: top 0.25s ease 0.25s, -o-transform 0.25s ease-out 0.1s;
        -webkit-transition: top 0.25s ease, -webkit-transform 0.25s ease-out;
        -webkit-transition-delay: 0.25s, 0.1s;
        transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        -webkit-transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        -o-transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
    }

    .mobile-burger.active i:nth-of-type(1) {
        top: 10px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-transition: top 0.25s ease 0.1s, -moz-transform 0.25s ease-out 0.25s;
        -o-transition: top 0.25s ease 0.1s, -o-transform 0.25s ease-out 0.25s;
        -webkit-transition: top 0.25s ease, -webkit-transform 0.25s ease-out;
        -webkit-transition-delay: 0.1s, 0.25s;
        transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.25s;
        -webkit-transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.25s;
        -o-transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.25s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.25s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out 0.25s;
    }

    .mobile-burger.active i:nth-of-type(2) {
        opacity: 0;
    }

    .mobile-burger.active i:nth-of-type(3) {
        top: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transition: top 0.25s ease 0.1s, -moz-transform 0.25s ease-out 0.25s;
        -o-transition: top 0.25s ease 0.1s, -o-transform 0.25s ease-out 0.25s;
        -webkit-transition: top 0.25s ease, -webkit-transform 0.25s ease-out;
        -webkit-transition-delay: 0.1s, 0.25s;
        transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.25s;
        -webkit-transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.25s;
        -o-transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.25s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.25s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out 0.25s;
    }

    .mobile-burger {
        display: inline-block;
        vertical-align: middle;
        width: 34px;
        height: 25px;
        position: relative;
        border: none;
        order: 2;
        background: transparent;
        z-index: 2;
    }


    html body .copyright img, html body .header .wrap > .rght {
        display: none;
    }

    html body h1 big {
        margin-bottom: 20px;
    }

    html body .order-block h2,
    html body h2 {
        font-size: 25px;
    }

    html body .header .wrap .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    html body .header .wrap .logo {
        padding: 0;
        max-width: calc(100% - 70px);
        height: 50px;
    }

    html body .header {
        padding: 10px 20px;
    }

    html body .header .wrap {
        overflow: visible;
        padding: 0 0 15px 0;
    }

    html body #top {
        right: 10px;
        bottom: 10px;
    }

    html body .search-block {
        top: 0;
        padding: 50px 0;
    }

    html body .about-itm {
        width: 45%;
    }

    html body .feedback {
        margin-top: 20px;
    }

    html body .quote {
        margin: 10px 0 0 0;
    }

    html body .orng-link, html body .white-block .blue-link {
        width: 250px;
        font-size: 16px;
    }

    html body .feedback .name {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        padding-right: 30px;
        margin-bottom: 0;
        width: calc(100% - 70px);
    }

    html body .foot-cont {
        padding: 20px;
    }

    html body .order-form h3 {
        font-size: 13px;
        line-height: 24px;
        text-transform: uppercase;
        width: 218px;
        margin: 0 auto 20px auto;
    }

    html body .feedback img {
        width: 50px;
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        height: 50px;
    }

    html body .foot-adr {
        font-size: 14px;
        line-height: 28px;
    }

    html body .copyright {
        font-size: 13px;
    }

    html body h3 {
        font-size: 19px;
    }

    html body .order-block {
        padding: 20px;
    }

    html body .feed-block {
        padding: 0 15px;
    }

    html body .ttl {
        font-size: 17px;
    }

    html body .order-block h2 min {
        font-size: 14px;
        line-height: 24px;
        width: 200px;
        margin: 0 auto;
    }

    html body .ban {
        width: 45%;
    }

    html body .logo span {
        font-size: 10px;
        margin: 0;
    }

    html body .feedback .quote::after, html body .search-block h1:after {
        transform: scale(0.5);
    }

    html body .search-block h1 {
        padding: 0 20px;
        font-size: 16px;
        margin-bottom: 30px;
    }
}