@media (min-width: 1200px) {
    .carousel-block .title {
        font-size: 2.5em;
    }
}
@media (min-width: 576px) {
    .btn-download-wrapper {
        text-align: right;
    }
    .form-page-wrapper {
        padding: 40px;
    }
}
@media (min-width: 992px) {
    .header-body {
        padding-top: 140px;
    }
    .carousel-info .btn-default {
        font-size: 1em;
    }
    .carousel-block {
        font-size: 1rem;
    }
    #carousel-featured .carousel-control-prev,
    #carousel-featured .carousel-control-next {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }
    .carousel-info {
        min-height: 380px;
        padding-left: 7em;
        padding-right: 7em;
    }
    .split-info {
        padding-left: 3em;
        padding-right: 3em;
    }
    .split-title {
        max-width: 300px;
    }
    .footer-block {
        padding: 0 15px;
    }
    .single-info-row,
    .single-product-wrapper {
        text-align: left;
    }
    .single-social {
        margin-top: 0;
        margin-left: 15px;
    }
    .aditional-wrapper img {
        max-height: 100px;
    }
    .single-product-name {
        display: flex;
        justify-content: space-between;
    }
    .tabs-wrapper,
    .single-product-wrapper {
        padding: 0 60px;
    }
    .single-button-wrapper .btn-default {
        max-width: 190px;
        margin-right: 10px;
    }
    .table-wrapper tr td:last-child {
        text-align: right;
    }
    .table-wrapper td {
        padding-bottom: 20px;
    }
    .summary-wrapper {
        margin: 0;
    }
    .intro-block {
        background-image: -webkit-linear-gradient(0, #014493 40%, rgba(255, 255, 255, 0.90) 40%);
    }
    .form-page-wrapper {
        padding: 40px 100px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-block .title {
        font-size: 3vw;
        max-width: 30vw;
    }
}
@media(max-width: 991px) {
    .carousel-block {
        padding: 100px 0;
    }
    .carousel-block .title {
        max-width: none;
    }
    .carousel-block::before {
        right: 0;
    }
    .footer-block,
    .carousel-title {
        text-align: center;
    }
    .footer-block .input-email {
        width: 100%;
        padding: 10px 15px;
        background-size: 4%;
    }
    .footer-social {
        justify-content: center;
    }
    .split-title {
        font-size: 1.5em;
    }
    .square-item img {
        max-width: 70px;
    }
    .square-item-amount {
        font-size: 14px;
    }
    .coupon-block,
    .single-info-img img {
        margin: 0 auto;
    }
    .single-button-wrapper {
        display: flex;
        flex-direction: column;
    }
    .single-button-wrapper .btn-default {
        width: 100%;
        margin-top: 10px;
    }
    .table-wrapper {
        text-align: center;
    }
    .table-wrapper tr {
        display: block;
        padding-bottom: 20px;
    }
    .table-wrapper tr:first-child {
        display: none;
    }
    .table-wrapper th {
        display: none;
    }
    .table-wrapper td {
        display: block;
        position: relative;
        padding-bottom: 10px;
    }
    .table-wrapper td:before {
        display: block;
        font-size: 12px;
        color: #B2B2B2;
        text-transform: initial;
        content: attr(data-label);
        font-family: 'Raleway', sans-serif;
    }
    .table-wrapper img {
        margin: 0 auto;
        max-height: 200px;
    }
    .intro-wrapper {
        padding-bottom: 0;
    }
    .intro-block {
        background-image: -webkit-linear-gradient(-90deg, #014493 40%, rgba(255, 255, 255, 0.90) 40%);
    }
    .intro-img {
        width: auto;
        display: block;
        max-height: 220px;
    }
    .split-text-block {
        padding: 7px;
    }
    .split-text-wrapper::before {
        width: 100%;
    }
    .split-text-wrapper::after {
        left: 0;
        width: 100%;
    }
    .input-file-wrapper {
        position: static;
        margin: 30px auto;
    }
}

@media (max-width: 575px) {
    .coupon-block .btn-action {
        height: auto;
        margin-top: 20px;
    }
    .intro-list {
        flex-direction: column;
    }
    .intro-list li {
        width: 100%;
        margin-bottom: 15px;
    }
    .intro-block {
        background-image: -webkit-linear-gradient(-90deg, #014493 31%, rgba(255, 255, 255, 0.90) 31%);
    }
}