@media(max-width:1200px) {
    .header {
        padding: 50px 0px 0 0px;
    }

    .functions-wrapper {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .functions-title {
        text-align: center;
    }

    .functions-text {
        text-align: center;
        max-width: 510px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .functions-list {
        align-items: center;
        width: 320px;
        margin: 0 auto;
    
    }

    ul.functions-menu {
        text-align: center;
    }

    .functions-list:first-child {
        background: url(../img/functions-ok.svg) no-repeat left 55px center;
    }

    .functions-list:nth-child(2) {
        background: url(../img/functions-ok.svg) no-repeat left 60px center;
    }

    .functions-list:nth-child(3) {
        background: url(../img/functions-ok.svg) no-repeat left 83px center;
    }

    .functions-list:last-child {
        background: url(../img/functions-ok.svg) no-repeat left 70px center;
    }

    .subscription-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .subscription-text {
        max-width: 555px;
        width: 100%;
    }

}

@media(max-width:1100px) {

    .header-top {
        justify-content: space-between;
    }

    .nav {
        position: absolute;
        background: #fff;
        width: 100%;
        right: 100%;
        top: 0;
        height: 100vh;
        z-index: 2;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        overflow-x: hidden;
        transition: 0.4s linear;
    }

    .nav.active {
        right: 0;
    }

    .menu {
        flex-direction: column;
        flex: none;
        width: 100%;
    }

    .burger {
        display: block;
        width: 60px;
        height: 40px;
        background: url(../img/burger.svg) no-repeat center;
        transform: rotate(0deg);
        transition: 0.3s linear;
        z-index: 3;
    }

    .burger.active {
        background: url(../img/close.svg) no-repeat center;
        transform: rotate(180deg);
    }

    .menu-list {
        text-align: center;
    }

    .header-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-bottom-title {
        max-width: 700px;
        width: 100%;
        text-align: center;
        font-size: 40px;
    }

    .header-bottom-text {
        max-width: 700px;
        width: 100%;
        text-align: center;
    }

    .header-bottom-link {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .stats-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .stats {
        box-shadow: 0px 0px 0px 0px;
    }

    .stats-block:first-child {
        background-color: #fffaf9;
        width: 320px;
    }

    .stats-block:nth-child(2) {
        background: url(../img/stats-2.svg) no-repeat left 65px center;
        background-color: #fffaf9;
        width: 320px;

    }

    .stats-block:last-child {
        background-color: #fffaf9;
        width: 320px;
    }
}

@media(max-width:980px) {}

@media(max-width:850px) {
    .advertising-block {
        flex-direction: column;
        padding: 55px 20px;
    }

    .advertising-title {
        width: 100%;
        text-align: center;
    }

    .advertising-text {
        text-align: center;
    }

    .footer-wrapper {
        flex-direction: column;
        padding: 364px 0 95px;
    }
}

@media(max-width:780px) {

    .stats-block:first-child {
        background: url(../img/stats-1.svg) no-repeat left 70px center;
        background-color: #fffaf9;
    }

    .slick-dots li.slick-active {
        width: 30px;
    }

    .slick-dots li:not(:last-child) {
        margin-right: 10px;
    }


}

@media(max-width:590px) {
    .functions-title {
        font-weight: 400;
        font-size: 30px;
    }

    .global-title {
        max-width: 380px;
        width: 100%;
    }

    .global-text {
        max-width: 550px;
        width: 100%;
    }
}

@media(max-width:450px) {

    .slider-block-text {
        font-weight: 300;
        font-size: 14px;
    }
}