@media (max-width: 1600px) {
    #action .box:before {
        left: unset;
        right: unset;
        width: 100%;
    }

    #action .action {
        width: calc(60% - 60px);
    }
}

@media (max-width: 1400px) {
    /*header a.btn.btn-clear {
      display: none;
    }*/

    .box {
        width: calc(100% - 100px);
        padding: 0 50px;
    }

    header.fixed .logo {
        width: 150px;
    }

    header nav ul li a,
    header a.btn.btn-clear {
        font-size: 18px;
    }

    #tariffs .tariffs,
    #how_watch .how_watch {
        width: 100%;
    }

    #action {
        overflow: hidden;
    }
}

@media (max-width: 1200px) {
    header .box {
        gap: 20px;
    }

    #action .box {
        padding: 30px 0;
    }

    #action .action {
        padding-left: 30px;
        width: calc(60% - 30px);
        gap: 20px;
    }

    #action .box img {
        width: 40%;
        height: auto;
        right: 0;
    }
}

@media (max-width: 1160px) {
    /*header .box {
      gap: 20px;
    }*/
    header nav ul {
        gap: 20px;
    }

    /*header nav ul li a {
      font-size: 18px;
    }*/
    #how_watch .how_watch .tab_icons .tab_icon {
        width: 220px;
        height: 220px;
    }

    #how_watch .how_watch .tab_icons .tab_icon svg {
        height: 100px;
        width: 100px;
    }
}

@media (max-width: 1024px) {
    header nav,
    header .contact {
        display: none !important;
    }

    .header-lang {
        margin-right: 15px;
    }

    .header-lang-list-item-link {
        font-size: 16px;
    }

    .mobile_menu-link {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    header .box {
        height: 50px;
        gap: 10px;
    }

    header .box .logo-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }

    header a.btn.btn-clear {
        margin-right: auto;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 400;
    }

    .mobile_menu {
        display: block;
    }
}

@media (max-width: 980px) {
    body {
        background-size: 200%;
        background-position: top center;
    }

    .page {
        padding-top: 80px;
    }

    .page__content-title {
        font-size: 24px;
    }

    /*header a.btn.btn-clear,
    header nav,
    header .contact,*/
    #hero .hero .brand a.btn,
    #form_test .form_test .steps,
    #form_test .form_test .form img {
        display: none !important;
    }

    /*.mobile_menu {
      display: block;
    }*/
    .box {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    h2.section_title {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .btn {
        font-size: 18px;
    }

    /*header .box {
      height: 50px;
      gap: 10px;
      justify-content: end;
    }*/
    header.fixed .box {
        justify-content: space-between;
    }

    header .box .logo {
        width: 200px;
        left: 50%;
        transform: translateX(-50%);
        top: 100px;
    }

    header .box .logo_fixed {
        width: auto;
        height: 30px;
        transform: none;
    }

    header.fixed .box .logo {
        left: unset;
        transform: unset;
        top: unset;
        height: 25px;
        width: auto;
    }

    .page header .box {
        justify-content: space-between;
    }

    .page header .box .logo {
        left: unset;
        transform: unset;
        height: 30px;
        max-width: 100px;
    }

    .mobile_menu {
        display: block;
    }

    .mobile_show,
    #hero .hero,
    #hero .why_items,
    #form_test .form_test,
    footer .bottom {
        display: block;
    }

    .btn.mobile_show {
        display: block;
    }

    #how_watch .how_watch,
    #tariffs .tariffs,
    #form_test p.subtitle {
        width: 100%;
    }

    #hero {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    #hero .hero {
        padding-bottom: 50px;
    }

    #hero .hero .brand {
        width: 100%;
    }

    #hero .hero .brand h1 {
        font-size: 28px;
        text-align: center;
        padding-top: 100px;
    }

    #hero .hero .brand p {
        font-size: 18px;
        text-align: center;
        padding-bottom: 30px;
    }

    #hero .hero .advants {
        gap: 20px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        width: calc(80% - 120px);
        margin: 30px 0;
    }

    #hero .hero .advants .advant p {
        font-size: 16px;
        width: calc(100% - 60px);
    }

    #hero .hero .advants .advant .icon {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }

    #hero .hero .advants .advant .icon svg {
        height: 20px;
        width: 20px;
    }

    #hero .why_items .why_item {
        margin-bottom: 80px;
    }

    #hero .why_items .why_item:last-child {
        margin: 0;
    }

    #hero .why_items .why_item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #hero .why_items .why_item p {
        font-size: 18px;
        line-height: 24px;
    }

    #tariffs .box {
        padding: 0;
        width: 100%;
    }

    #tariffs .tariffs {
        padding: 20px 0;
    }

    #tariffs .tariffs .swiper-slide {
    }

    #tariffs .tariffs .swiper-slide-active {
    }

    #tariffs .tariffs .swiper-slide {
        position: relative;
        width: 50%;
        opacity: 0.5;
        transform: scale(0.9);
        transition: all 0.3s ease-in-out;
        overflow: hidden;
    }

    #tariffs .tariffs .swiper-backface-hidden .swiper-slide {
        transform: scale(0.9) translateZ(0);
    }

    #tariffs .tariffs .swiper-slide.swiper-slide-active {
        transform: scale(0.98) !important;
        opacity: 1 !important;
    }

    #tariffs .tariffs .swiper-backface-hidden .swiper-slide.swiper-slide-active {
        transform: scale(0.98) translateZ(0) !important;
    }

    #tariffs .tariffs .swiper-pagination {
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        top: unset;
        bottom: unset;
        justify-content: center;
        padding: 10px 0;
    }

    #tariffs .tariffs .swiper-pagination-bullet {
        background: rgba(169, 178, 2, 0.46);
        width: 12px;
        height: 12px;
        border-radius: 100%;
        opacity: 1;
        margin: 0;
    }

    #tariffs .tariffs .swiper-pagination-bullet-active {
        background-color: #A9B202;
    }

    #tariffs .includes {
        padding: 10px 10% 0 10%;
    }

    #tariffs .includes div {
        margin-bottom: 10px;
    }

    #tariffs .includes h3 {
        font-size: 22px;
        padding-bottom: 20px;
    }

    #tariffs .includes p {
        font-size: 16px;
    }

    #action {
        margin-top: 50px;
    }

    #action .box:before {
        width: 100%;
        left: 0;
        right: unset;
    }

    #action .action h2 {
        margin: 0;
        text-align: unset;
        font-size: 32px;
    }

    #action .action p {
        font-size: 18px;
    }

    #action .action a.btn {
        margin-top: 70px;
    }

    #form_test {
        margin-top: 50px;
        padding-top: 50px;
        background: #fff;
    }

    #form_test .box {
        padding: 0;
        width: 100%;
    }

    #form_test .form_test {
        border-radius: 0;
        margin-top: 0;
    }

    #form_test h2 {
        font-size: 22px;
        color: #000;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    #form_test p.subtitle {
        font-size: 18px;
        color: #000;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        box-sizing: border-box;
    }

    #form_test .form_test .form {
        width: calc(100% - 50px);
        padding: 25px;
    }

    #form_test .form_test .form .info {
        display: block;
        color: #0A6A81;
        font-size: 16px;
        padding-bottom: 25px;
        text-align: center;
    }

    #form_test .form_test .form form {
        margin: 0;
    }

    #form_test .form_test .form form label input {
    }

    #form_test .form_test .form form p {
        padding-bottom: 35px;
    }

    #form_test .form_test .form form .btn {
        margin: 0 auto;
    }

    #how_watch {
        padding: 50px 0;
    }

    #how_watch h2.section_title {
        font-size: 22px;
    }

    #how_watch .how_watch .tab_icons .tab_icon {
        width: 160px;
        height: 160px;
    }

    #how_watch .how_watch .tab_icons .tab_icon svg {
        height: 82px;
        width: 82px;
    }

    #how_watch .how_watch .tab_icons {
        justify-content: space-evenly;
    }

    #how_watch .how_watch .tab_content h3 {
        font-size: 22px;
    }

    #how_watch .how_watch .tab_content p {
        width: 100%;
        padding-top: 20px;
        font-size: 18px;
        line-height: normal;
    }

    footer .bottom {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .watch__option {
        margin-top: 50px;
    }

    .watch__title {
        font-size: 30px;
    }

    .watch__list,
    .watch__link {
        font-size: 16px;
    }
}

@media (max-width: 720px) {
    #hero {
        background-size: cover;
    }

    #hero .hero .advants {
        padding: 30px 0;
        background: none;
        width: 100%;
        gap: 20px;
    }

    #action .box {
        padding: 25px 20px;
        margin: 0 20px;
        width: calc(100% - 80px);
        padding-bottom: 280px;
    }

    #action .action {
        width: 100%;
        gap: 20px;
        padding: 0;
    }

    #action .box img {
        right: unset;
        height: 300px;
        transform: translateX(-50%);
        left: 50%;
        width: auto;
        max-width: max-content;
    }

    .watch__option {
        margin-top: 40px;
        padding: 0;
    }

    .watch__option-block {
        padding-left: 0;
    }

    .watch__option-preview {
        background: none;
    }

    .watch__title {
        font-size: 24px;
    }

    .watch__list,
    .watch__link {
        font-size: 16px;
    }
}

@media (max-width: 680px) {
    #hero .hero .btn.mobile_show {
        font-size: 18px;
        padding: 14px 30px;
    }

    #tariffs .includes {
        display: block;
    }

    #how_watch .how_watch .tab_icons .tab_icon {
        width: 120px;
        height: 120px;
    }

    #how_watch .how_watch .tab_icons .tab_icon svg {
        height: 80px;
        width: 80px;
    }

    .page__content-title {
        font-size: 20px;
    }

    .page__content p,
    .page__content ul,
    .page__content p.watch__paragraph {
        font-size: 16px;
    }
}

@media (max-width: 540px) {
    #how_watch .how_watch .tab_icons .tab_icon {
        width: 80px;
        height: 80px;
    }

    #how_watch .how_watch .tab_icons .tab_icon svg {
        height: 42px;
        width: 42px;
    }

    .watch__option {
        margin-top: 30px;
    }

    .watch__title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-right: 30px;
    }

    .watch__list {
        margin-top: 15px;
    }
}

@media (max-width: 400px) {
    #action .box img {
        height: 250px;
    }
}