@media (min-width: 768px) {

    .container {
        max-width: 738px;
    }

    header {
        padding-bottom: 2rem;
    }

    header .wrapper {
        margin: 0;
    }

    main {
        margin-top: 67px;
    }

    main .banner img {
        position: absolute;
        top: -11rem;
        left: 0;
        min-width: 100%;
        max-width: 100%;
        transform: scale(1);
        z-index: -1;
    }

    main .banner .text {
        margin: 0 15px;
        padding: 7rem 0 20rem 0;
        width: calc(100% - 30px);
    }

    main .banner h1,
    main .banner h2 {
        padding-bottom: 1rem;
        font-size: 2.85rem;
    }

    main .banner h2 {
        font-size: 2.15rem;
        padding-bottom: 3rem;
    }

    main .banner .open-modal {
        min-width: 14.125rem;
        padding: 1.25rem 2rem;
        font-size: 1.5rem;
        line-height: 1.25rem;
        border-radius: 1.5rem;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }

    main .banner textarea {
        min-height: 193px;
    }

    main .items {
        padding: 2rem 0 5rem 0;
    }

    main .items .carousel-inner {
        height: 500px;
        margin-bottom: -250px;
    }

    main .items .carousel-control-prev {
        left: -1.125rem;
    }

    main .items .carousel-control-next {
        right: -1.125rem;
    }

    main .excerpt {
        padding: 0;
    }

    main .info {
        padding-top: 0;
        text-align: right;
        background: url(../../svg/polygon.svg) no-repeat center -100px;
    }

    main .info h3 {
        padding-bottom: 1rem;
        text-align: right;
        padding-top: 11rem;
    }

    main .info li:before {
        display: none;
    }

    main .info li:after {
        content: url(../../svg/chevron.svg);
        position: relative;
        left: .75rem;
    }

    main .info li:last-child:after {
        bottom: 1.85rem;
    }

    main .info .excel {
        position: relative;
        float: right;
        width: 300px;
        height: 360px;
        margin: 0 auto;
        margin-top: -1rem;
        margin-left: 2rem;
        text-align: center;
        shape-outside: ellipse(143px 167px at 156px 159px);
        z-index: 10;
    }

    main .info .excel a {
        display: inline-block;
    }

    main .info .excel .download {
        position: absolute;
        left: 6rem;
        bottom: 7.75rem;
        width:  auto;
    }

    main .info .youtube {
        position: relative;
        height:  150px;
        text-align: left;
        overflow: visible;
    }

    main .info .youtube a {
        position: relative;
        top: -150px;
    }

    main .info .youtube .text {
        position: absolute;
        bottom: -7rem;
        text-align: center;
    }

    main .info li {
        line-height: 1.9;
    }

    main .tanks h3 {
        padding-bottom: 2rem;
        text-align: center;
    }

    main .files h3 {
        padding-bottom: 2rem;
        text-align: center;
    }

    main .files .text {
        padding-top: 3.5rem;
    }

    main .files .file:nth-child(3),
    main .files .file:nth-child(4) {
        border: none;
    }

    main .cite .quotes {
        top: 3rem;
    }

    main .cite .quotes.right {
        top: 3rem;
        bottom: initial;
        left: initial;
        right: 1rem;
    }

    main .contacts .schedule {
        padding-bottom: 0;
    }

    footer .copyright span {
        display: inline;
    }

    footer .logo-footer {
        display: inline;
        margin: 0 .25rem;
    }

    .ekko-lightbox.modal.fade.show .modal-dialog {
        transform: scale(1) translateY(calc(50% - 150px));
    }

}