/* 993-1200px */
@media screen and (max-width: 1200px) {
    .container {
        width: 960px;
    }
    .header__nav > ul > li > .sub-menu {
        width: 960px;
    }
}

/* 769-993px */
@media screen and (max-width: 992px) {
    .container {
      width: 728px;
    }
    .header__wrap {
        position: static;
    }
    .header__nav {
        position: absolute;
        top: 0;
        padding: 90px 0 30px;
        left: -100%;
        height: 100vh;
        background-color: #fff;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 1, 1, 0.15);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0, 1, 1, 0.15);
        box-shadow: 0px 0px 16px 0px rgba(0, 1, 1, 0.15);
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        -moz-transition: 0.8s;
        transition: 0.8s;
        width: 50%;
        z-index: 7;
    }
    .header__nav.open {
        overflow-y: scroll;
        left: 0;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        -moz-transition: 0.8s;
        transition: 0.8s;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header__nav > ul:first-child {
        margin-right: 0;
    }
    .header__nav > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        margin: 0;
    }
    .header__nav > ul > li {
        padding: 14px 20px;
        border-bottom: 1px solid rgba(25, 25, 25, 0.2);
        width: 100%;
    }
    .header__nav > ul > li > a {
        display: inline-block;
        color: #00435d;
        text-transform: uppercase;
        font-weight: 700;
    }

    .menu-item-has-children:after {
        margin-top: -4px;
        -webkit-transform: rotateZ(-90deg);
        -moz-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }

    .header__main-menu > li:not(:last-child) {
        margin-right: 0px;
    }

    .header__main-menu > li:last-child {
        margin-right: 0;
    }
    .header__help {
        display: block;
        width: 40px;
        height: 40px;
    }
    .menu_btn {
        display: block;
        position: relative;
        height: 40px;
        width: 40px;
        left: 0;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        -moz-transition: 0.8s;
        transition: 0.8s;
        cursor: pointer;
        z-index: 8;
    }
    .menu_btn.open {
        position: absolute;
        left: 39%;
    }
    .bar {
        position: relative;
        display: block;
        width: 29px;
        height: 5px;
        margin: 0 auto;
        background-color: #000;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        overflow: hidden;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
    }
    .header .container {
        position: static !important;
    }
    .bar:nth-of-type(1) {
        top: 9px;
        -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
        -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
        -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
        -webkit-transition-delay: 0.3s, 0.1s;
        -webkit-transition: top 0.3s ease 0.3s,
            -webkit-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
        -moz-transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s,
            -moz-transform 0.3s ease-out 0.1s;
        -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
        -moz-transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -moz-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s, -moz-transform 0.3s ease-out 0.1s, -o-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s,
            -webkit-transform 0.3s ease-out 0.1s,
            -moz-transform 0.3s ease-out 0.1s, -o-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s,
            -webkit-transform 0.3s ease-out 0.1s;
        -webkit-animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
        -moz-animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
        -o-animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
        animation: mrotr 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    }
    .bar:nth-of-type(2) {
        top: 12px;
        -webkit-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        -moz-transition: ease 0.3s;
        transition: ease 0.3s;
        -webkit-animation: fade 0.3s cubic-bezier(0.5, 0.2, 0.2, 1.01);
        -moz-animation: fade 0.3s cubic-bezier(0.5, 0.2, 0.2, 1.01);
        -o-animation: fade 0.3s cubic-bezier(0.5, 0.2, 0.2, 1.01);
        animation: fade 0.3s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    }
    .bar:nth-of-type(3) {
        top: 15px;
        -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
        -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
        -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
        -webkit-transition-delay: 0.3s, 0.1s;
        -webkit-transition: top 0.3s ease 0.3s,
            -webkit-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
        -moz-transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s,
            -moz-transform 0.3s ease-out 0.1s;
        -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
        -moz-transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -moz-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s, -moz-transform 0.3s ease-out 0.1s, -o-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s,
            -webkit-transform 0.3s ease-out 0.1s,
            -moz-transform 0.3s ease-out 0.1s, -o-transform 0.3s ease-out 0.1s;
        transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s,
            -webkit-transform 0.3s ease-out 0.1s;
        -webkit-animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
        -moz-animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
        -o-animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
        animation: mrotl 2s cubic-bezier(0.5, 0.2, 0.2, 1.01);
    }
    .menu_btn.open .bar:nth-of-type(1) {
        background: #000;
        top: 16px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
        -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
        -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
        -webkit-transition-delay: 0.1s, 0.5s;
        -webkit-transition: top 0.3s ease 0.1s,
            -webkit-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
        -moz-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s,
            -moz-transform 0.3s ease-out 0.5s;
        -webkit-transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
        -moz-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s, -o-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s,
            -webkit-transform 0.3s ease-out 0.5s,
            -moz-transform 0.3s ease-out 0.5s, -o-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s,
            -webkit-transform 0.3s ease-out 0.5s;
    }
    .menu_btn.open .bar:nth-of-type(2) {
        opacity: 0;
    }
    .menu_btn.open .bar:nth-of-type(3) {
        background: #000;
        top: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
        -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
        -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
        -webkit-transition-delay: 0.1s, 0.5s;
        -webkit-transition: top 0.3s ease 0.1s,
            -webkit-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
        -moz-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s,
            -moz-transform 0.3s ease-out 0.5s;
        -webkit-transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
        -moz-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s, -o-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s,
            -webkit-transform 0.3s ease-out 0.5s,
            -moz-transform 0.3s ease-out 0.5s, -o-transform 0.3s ease-out 0.5s;
        transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s,
            -webkit-transform 0.3s ease-out 0.5s;
    }
    .header__nav > ul > li {
        padding: 20px 20px 20px 11%;
        margin-right: 0 !important;
    }
    .header__nav > ul > li.menu-item-has-children:hover > .sub-menu,
    .header__nav > ul > li.menu-item-has-children > .sub-menu {
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        -webkit-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        transition: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .header__nav > ul > li.menu-item-has-children > .sub-menu {
        display: none;
    }
    .header__nav > ul > li.menu-item-has-children:hover > .sub-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header__nav > ul > li > .sub-menu > li {
        padding: 0 60px 0 0 !important;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        width: 100% !important;
        -webkit-border-radius: none !important;
        -moz-border-radius: none !important;
        border-radius: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    .header__nav > ul > li > .sub-menu > li:hover > .sub-menu {
        display: block;
    }
    .header__nav > ul > li > .sub-menu > li > .sub-menu {
        margin-top: 24px;
    }
    .header__nav > ul > li > .sub-menu > li > a {
        margin-bottom: 0;
    }
    .header_fixed .menu_btn .bar {
        background: #000;
    }
    .about,
    .academ {
        padding: 196px 0;
    }
    .orders {
        padding: 119px 0 177px;
    }
    .use {
        padding: 80px 0 108px;
    }
    .price {
        padding: 139px 0 160px;
    }
    .review {
        padding: 100px 0 428px;
    }
    .blog-info__slider {
        min-width: unset;
        margin-left: 0;
    }
    .toc-mob > aside {
        padding: 0;
        margin: 40px 0;
    }
    .ez-toc {
        padding: 1rem;
    }
    .mobileMenu-nav ul li.col-2,
    .mobileMenu-nav ul li.col-10 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-2 > .sub-menu > li,
    .col-10 > .sub-menu > li {
        width: 100%;
        padding-right: 0;
    }
    .sub-menu > .menu-item-has-children > a {
        margin-bottom: 0;
    }

}

/* 577-768px */
@media screen and (max-width: 767px) {
    .table__cols {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .container {
      width: 540px;
    }
    .table__label:not(:last-child) {
        margin-right: 16px;
    }
    .table,
    .about,
    .academ,
    .orders,
    .use,
    .price {
        padding: 96px 0;
    }
    .orders__card ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .use__line::before {
        display: none;
    }
    .review {
        padding: 100px 0 367px;
    }
    .text__wrap .wp-block-columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .text__wrap .wp-block-column {
        width: 100%;
    }
    .footer__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__item {
        width: 100%;
    }
    .footer__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about__page {
        padding: 50px 0;
    }
    .contactus {
        padding: 50px 0;
    }
    .blog-articles {
        padding: 50px 0;
    }
    .admin-bar.header_fixed .header {
        top: 0;
    }
    .faq__title {
        padding-right: 40px;
    }
    .language_switcher {
        margin-top: 10px;
    }
}

/* 320-576px */
@media screen and (max-width: 576px) {
    .header__wrap .btn {
        display: none;
    }
    .header__nav {
        width: 90%;
    }
    .menu_btn.open {
        left: 67%;
    }
    .title {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .main__txt {
        font-size: 18px;
    }
    .title-l {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .about__help svg {
        width: 100%;
    }
    .table__card,
    .orders__card {
        padding: 15px;
        margin: 0 -20px;
    }
    .table__tab {
        text-align: center;
        border: none;
    }
    .table__tabs .slick-arrow::before {
        display: none;
    }
    .table__tabs .slick-arrow {
        width: 9px;
        height: 15px;
    }
    .table__tabs .slick-prev::after {
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
    .table__tabs .slick-prev {
        left: 8px;
        z-index: 6;
    }
    .table__tabs .slick-next {
        right: 8px;
    }
    .table__tabs .slick-arrow::after {
        content: "";
        display: block;
        width: 9px;
        height: 15px;
        background: url("../img/arrow-tab.png") no-repeat 0 0 / cover;
    }
    .table__labels {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .table__label:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .table__sliders {
        padding-left: 30px;
    }
    .price__card {
        padding: 40px 16px 40px 20px;
        margin: 0 -20px;
    }
    .review__help {
        top: 271px;
    }
    .review__card {
        width: 230px;
        padding: 20px 16px;
    }
    .faq__card-wrap {
        padding: 0 20px 0 20px;
    }
    .faq__title {
        padding-right: 14px;
        font-size: 14px;
        line-height: 21px;
    }
    .faq__card p {
        font-size: 14px;
        line-height: 21px;
    }
    .bottom__text {
        padding: 54px 0;
    }
    .footer__wrap {
        padding: 50px 0;
    }
    .footer__copy {
        font-size: 14px;
    }
    .main {
        padding-top: 30px;
    }
    .about__txt p {
        font-size: 15px;
    }
    .contactus p {
        font-size: 15px;
        line-height: 23px;
        margin: 0 auto 32px;
    }
    .wrap__head {
        height: 112px;
    }
    .blog-articles {
        padding: 30px 0;
    }
    .blog__wrap {
        margin-top: -12px;
        margin-bottom: 20px;
    }
    .blog__card {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .page-link {
        font-size: 15px;
        padding: 15px 13px;
    }
    .blog-info figure:not(:last-child) {
        margin-bottom: 24px;
    }
    .blog-info blockquote p {
        font-size: 24px;
    }
    .blog-info ul {
        padding-left: 18px;
    }
    .blog-info__botauth ul {
        padding-left: 0;
    }
    .cookies p {
        font-size: 16px;
    }
    .table__tab:hover {
        color: #335EEA;
    }
    .table__sliders .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }
    .table__card {
        padding-bottom: 46px !important;
    }
    .slick-dots li {
        width: 8px !important;
        height: 8px !important;
        margin: 0 4px !important;
    }
    .slick-dots li button {
        -webkit-border-radius: 50% !important;
           -moz-border-radius: 50% !important;
                border-radius: 50% !important;
        background: #032553 !important;
        opacity: 0.1 !important;
        width: 8px !important;
        height: 8px !important;
        outline: none !important;
        border: none !important;
        padding: 0 !important;
    }
    .slick-dots li.slick-active button {
        opacity: 1 !important;
    }
    .slick-dots li button:before {
        display: none !important;
    }
    .subscribe-row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
           -moz-box-orient: vertical !important;
           -moz-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
           -moz-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .subscribe-col {
        margin-bottom: 15px;
    }
    .blog-info .wp-block-embed iframe {
        height: auto !important;
    }

    .container {
        width: 100%;
        padding: 0 10px;
    }
}