@media (min-width: 1600px) {
}

@media (max-width: 1200px) {
    .header .uk-logo img {
        height: 70px;
    }

    .section-content .content-description {
        padding: 70px;
        padding-right: 150px;
    }

    .section-app {
        text-align: center;
        padding: 50px 30px;
        padding-bottom: 0;
        border-radius: 60px 0 60px 0;
    }

    .section-app h3 {
        font-size: 30px;
    }

    .app-download-buttons img {
        height: 40px;
    }
}

@media (max-width: 960px) {
    .uk-sticky-fixed .header .uk-navbar-toggle {
        color: rgba(0, 0, 0, .5);
    }

    .page-title h1 {
        font-size: 30px;
    }

    .subnav {
        display: none;
    }

    .section-content .content-description {
        padding-right: 100px;
        margin-bottom: 50px;
    }

    .channel-description h2 {
        font-size: 25px;
    }

    .channel-images-container {
        margin: 0 10%;
    }

    .helper-links {
        padding: 20px 10px;
    }

    .helpers .uk-tab > .uk-active > a {
        padding: 0;
    }

    .section-content .content-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .section-app {
        text-align: center;
        padding: 50px 30px;
        padding-bottom: 0;
        border-radius: 60px 0 60px 0;
    }

    .section-app h3 {
        font-size: 25px;
    }

    .app-download-buttons img {
        height: 30px;
    }

    .plan-table .uk-list li {
        padding: 25px 15px;
    }

    .content-more .close {
        right: 50px;
        padding: 9px 10px;
        color: #000;
        border-radius: 15px 0 15px 0;
        background-color: rgba(255, 255, 255, .7);
    }

    .helpers .uk-slider {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    body {
        padding-bottom: 268px;
    }

    .footer-nav li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .footer-nav li:nth-last-child(1) {
        border: 0;
    }

    .footer-nav li a {
        display: block;
        padding: 10px;
        margin-right: 0;
    }

    .footer-social .uk-icon:nth-child(1) {
        margin-left: 5px;
    }

    .particle-header {
        border-bottom-right-radius: 100px;
    }

    .channel-logo {
        height: 40px;
        padding: 15px;
    }

    .section-content {
        padding-bottom: 40px;
    }

    .section-content .content-description {
        padding: 40px;
        border-radius: 50px 100px 100px 50px;
    }

    .section-device .uk-slideshow-items {
        min-height: 300px !important;
    }

    .section-device .uk-slideshow-items > * {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 0;
    }
    
    .section-device-content {
        border-bottom-right-radius: 100px;
    }

    .section-device-content h3,
    .section-content .content-description h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .section-device-content p,
    .section-content .content-description p {
        font-size: 14px;
        line-height: 30px;
    }

    .channel-page-des img {
        height: 14px;
    }

    .channel-description p {
        line-height: 35px;
    }

    .channel-images-container {
        margin: 0;
    }

    .contacts {
        margin-left: 0;
    }

    .contacts > * {
        padding-left: 0;
    }

    .contacts > .uk-grid-margin {
        padding-top: 30px;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
    
    .contacts h4 {
        margin-top: 20px;
    }
    
    .footer-regular {
        background-size: 100% auto;
    }

    .section-app {
        padding: 50px 30px;
    }

    .section-app .phone-mockup {
        margin-top: -150px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50px;
        border-bottom: 13px solid #ffff;
    }
    
    .app-download-buttons img {
        height: 45px;
    }

    .content-more .close {
        right: 15px;
        border-radius: 0 15px 0 15px;
    }

    .net-section-text {
        padding: 30px;
        border-radius: 0 0 20px 50px;
        box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    }

    .net-section-text h3 {
        margin-bottom: 0;
        font-size: 20px;
    }

    .net-section-text p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 30px;
    }

    .net-section .section-device-content {
        padding-top: 0;
        padding-left: 40px;
        padding-right: 0;
        padding-bottom: 0;
    }

    .net-section-image {
        height: 300px;
        border-radius: 0 0 50px 0;
    }

    .quote-section {
        padding-left: 10px;
    }
}