@media (max-width: 1200px) {

    .top-title .item.image {
        width: 500px;
    }

    .top-title .item.headers {
        width: 400px;
    }

    .st-form form input {
        padding: 10px 5px;
    }

    .st-form form button {
        font-size: 22px;
        margin-top: 10px;
    }

    .top-title .top-form {
        margin: 10px 0 0 0;
    }

    .top-title h1 {
        font-size: 50px;
    }

    .top-title h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .about-results-content.fl {
        align-items: flex-start;
        margin-top: 30px;
    }

    .top-title .top-form h4 {
        font-size: 16px;
    }

    .top-title .start span {
        font-size: 16px;
    }

}

@media (max-width: 992px) {
    .s2 .bullets {
        justify-content: space-around;
    }

    .sheddy .bullets {
        justify-content: space-around;
    }

    .sheddy .bullets .item {
        margin-top: 40px;
        width: 270px;
    }

    .c-bullets h4 {
        font-size: 24px;
    }

    .c-bullets .txt {
        font-size: 20px;
    }

    .about-results-content.fl {
        flex-direction: column;
    }

    .marina-ed .about-results-content .item {
        max-width: none;
        width: 100%;
    }

    .marina-ed .item-left img {
        width: 300px;
        margin: 0 0 30px 0;
    }

    .st-form form button {
        font-size: 20px;
        width: 100%;
    }

    .top-title {
        flex-direction: column;
        align-items: center;
    }

    .top-title .top-form {
        margin: 40px 0 0 0;
    }

    .top-title .item.image {
        /*order: 2;*/
        width: 100%;
    }

    .top-title .item.headers {
        width: 80%;
    }

}


@media (max-width: 768px) {
    footer .contacts {
        text-align: center;
        margin-top: 20px;
    }



    .top-title .item {
        width: 100%;
    }

    .top-title .headers {
        position: relative;
        margin-top: 20px;
        background: #f3f3f3;
        padding-top: 40px;
    }

    .top-title .headers::before {
      /*  content: '';
        background-image: url(../img/marina_hands.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        width: 100%;
        height: 180px;
        top: -140px;
        left: 0px;*/
    }

    .marina-img {
        text-align: center;
        border-bottom: 2px solid #ccc;
    }

    .marina-ed h2 {
        font-size: 28px;
    }

    .steps .item {
        margin-bottom: 20px;
    }

    .marina-img img {
        width: 250px;
    }

    .steps {
        margin-top: 10px;
    }

    .top-title .start span {
        font-size: 22px;
    }
}

@media (max-width: 732px) {
    .top-title h1 {
        font-size: 40px;
    }

    .buttom-s1 {
        height: 122px;
    }
}

@media (max-width: 690px) {
    .s2 h2 {
        font-size: 40px;
    }
}

@media (max-width: 654px) {
    .lesson-price .inner .item .title {
        width: 200px;
        font-size: 16px;
        padding: 1px 0;
    }

    .lesson-price .inner .item .price {
        width: 100px;
        font-size: 16px;
        padding: 1px 0;
    }

    .lesson-price .inner .item .title,
    .lesson-price .inner .item .price {
        bottom: 0px;
    }
}

@media (max-width: 650px) {
    .c-bullets {
        flex-direction: column;
        align-items: center;
    }

    .c-bullets .item {
        width: 100%;
        max-width: none;
    }

    .c-bullets .item .image {
        text-align: center;
    }
}

@media (max-width: 620px) {
    .top-title h1 {
        font-size: 32px;
    }
}

@media (max-width: 595px) {
    .lesson-price .inner .unlim {
        font-size: 22px;
    }
}

@media (max-width: 580px) {
    .s1 .top-title {
        flex-direction: column;
    }

    .s1 .top-title .item {
        width: 100%;
    }

    .s1 .top-title br {
        display: none;
    }

    .s1 .top-title h2 {
        margin: 30px 0 0 0;
    }

    .top-title .headers .start {
        margin-top: 20px;
    }
}

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

@media (max-width: 480px) {
    .header-row.fl {
        flex-direction: column;
        align-items: center;
    }

    header .contacts {
        margin-top: 10px;
    }

    header .logo img {
        width: 190px;
    }

    h1 {
        font-size: 30px;
    }

    .top-title .start span::after {
        transform: skewX(-9deg);
        left: 2%;
    }
}

@media (max-width: 430px) {


    .header-row.fl .item {
        margin-bottom: 2px;
    }

    header .logo img {
        width: 200px;
    }

    header {
        padding: 20px 0;
    }
}

@media (max-width: 420px) {

    .s2 h2,
    .sheddy h2,
    .program h2,
    .marina-ed h2,
    .how h2,
    .feedbacks h2,
    .lesson-price h2 {
        font-size: 30px;
    }
}

@media (max-width: 385px) {
    .lesson-price .inner .item .title {
        text-align: left;
    }

    .lesson-price .inner {
        padding: 10px;
    }
}

@media (max-width: 370px) {
    .header-row.fl {
        flex-direction: column;
    }
}
