
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_text.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_semibold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_bold.ttf");
    font-weight: 700;
}


body {
    margin: 0;
}

.cus-html {
    box-sizing: border-box;
    font-family: "Myriad Set Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif, "SF Pro Icons";
    color: #000;
    /* background: #f5f5f7; */
}
.cus-html *,
.cus-html *:before,
.cus-html *:after {
    box-sizing: border-box;
}

.cus-html sup {
    font-size: 60%;
}

.cus-container {
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.cus-container.cus-container-lg {
    max-width: 1354px;
}

.text-center {
    text-align: center;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

.av-object-fit {
    position: relative;
}
.av-object-fit > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-border,
.btn-border:focus,
.btn-border:active {
    display: inline-block;
    outline: none;
    line-height: 1.5;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    padding: 9px 20px 8px;
    min-width: 1px;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    transition: 0.2s;
}
.btn-border:hover {
    border: 1px solid rgb(110, 110, 115);
    color: rgb(110, 110, 115);
}

.av-intro-section {
    padding: 12vh 0 120px;
    padding: 110px 0 96px;
    background: #f5f5f7;
    position: relative;
}

.av-title-61 {
    font-size: 61px;
    font-weight: 500;
    line-height: 1.15;
    background: -webkit-linear-gradient(#8c8c8c, #000);
    background: linear-gradient(#8c8c8c, #000);
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: transparent;
    background-clip: text;
    margin-bottom: 40px;
}
.av-title-58 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 75px;
}

.av-title-43 {
    font-size: 43px;
    font-weight: 600;
    line-height: 1.11;
}

.av-title-41 {
    font-size: 41px;
    font-weight: 600;
    line-height: 1.06;
}
.av-title-39 {
    font-size: 39px;
    font-weight: 600;
    line-height: 1.2;
}
.av-title-34 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
}
.av-title-33 {
    font-size: 33px;
    font-weight: 600;
    line-height: 1.2;
}
.av-title-32 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}
.av-title-31 {
    font-size: 31px;
    font-weight: 600;
    line-height: 1.2;
}
.av-title-30 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.av-title-28 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.05;
}
.av-title-25 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25;
}
.av-title-24 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.av-title-22 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.av-title-21 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.25;
}

.av-title-19 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
}
.av-title-18 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}
.av-title-17 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
}


.av-text-24 {
    font-size: 24px;
    line-height: 1.22;
}

.av-text-17 {
    font-size: 17px;
    line-height: 1.4;
}
.av-text-18 {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}
.av-text-18.av-reg {
    font-weight: 400;
}
.av-text-19 {
    font-size: 19px;
    line-height: 1.25;
}

.av-intro-image {
    /* padding: 0 1.99%; */
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
}

.av-intro-logo {
    margin-bottom: 6px;
}

.av-intro-logo-hold {
    max-width: 311px;
    margin-left: auto;
    margin-right: auto;
}

.av-price-section {
    padding: 42px 0 40px;
    padding: 80px 0;
}

.av-price-section .av-text-24 {
    max-width: 920px;
    margin: 0 auto 30px;
}
.av-price-section .av-text-24:last-child {
    margin-bottom: 0;
}

.av-content-section {
    background: #f0f0f2;
    padding: 20px 0 30px;
}

.av-price-line {
    font-size: 37px; 
    line-height: 1.25;
}
.av-price-line strong {
    font-weight: 700;
}

.av-price-button {
    margin-top: 40px;
}

.btn-rounded,
.btn-rounded:focus,
.btn-rounded:active {
    display: inline-block;
    outline: none;
    line-height: 1.5;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    padding: 10px 25px;
    min-width: 1px;
    text-align: center;
    font-size: 22px;
    border-radius: 10px;
    transition: 0.2s;
}

.btn-rounded:hover  {
    border: 1px solid rgb(110, 110, 115);
    color: rgb(110, 110, 115);
}







.av-box {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.av-box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.av-box-50 {
    width: calc(50% - 10px);
}

.av-boxes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.av-box-1 {
    padding: 60px 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.av-box-1 .av-title-31 {
    margin-bottom: 60px;
}

.av-box-1-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 237px;
    margin-left: auto;
    margin-right: auto;
}

.av-box-2 {
    padding: 80px 30px 40px 60px;
}

.av-box-2-image {
    max-width: 137px;
    margin-bottom: 22px;
}

.av-box-2 .av-title-39,
.av-box-2 .av-title-43 {
    margin-bottom: 30px;
}

.av-compare-tabs-label {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    color: #727272;
    margin-bottom: 12px;
}

.av-compare-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 6px);
    margin-bottom: -7px;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.av-compare-tabs ul li {
    margin-right: 6px;
    margin-bottom: 7px;
}
.av-compare-tabs ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #a2a2a2;
    line-height: 20px;
    border: 1px solid #727272;
    border-radius: 30px;
    padding: 2px 12px;
    cursor: pointer;
    transition: 0.2s;
}

.av-compare-tabs ul li a:hover {
    color: #a2a2a2;
    border: 1px solid #727272;
    background: #f5f6f7;
}
.av-compare-tabs ul li.active a {
    color: #000000;
    font-weight: 600;
    border: 1px solid #727272;
    background: #f5f6f7;
}

.av-compare-contents {
    margin-top: 33px;
}

.av-compare-content-grid ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.av-compare-content-grid ul li {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
}

.av-compare-content {
    display: none;
}
.av-compare-content.active {
    display: block;
}

.av-box-3 {
    padding: 60px 24px 0;
}
.av-box-3 .av-title-33 {
    margin-bottom: 10px;
}

.av-box-3-content {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.av-box-3-image {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 820px;
    padding-left: 33px;
    margin-left: auto;
    margin-right: auto;
}

.av-box-4 {
    padding: 48px 24px 52px;
}

.av-box-4 .av-title-32 {
    margin-bottom: 32px;
}

.av-box-4-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 192px;
    margin-left: auto;
    margin-right: auto;
}

.av-box-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 22px 24px;
    position: relative;
}
.av-box-5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 130px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);

}
.av-box-5 .av-title-28 {
    position: relative;
    z-index: 5;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}


.av-box-6 {
    padding: 28px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.av-box-6 .av-title-33 {
    margin-bottom: 15px;
}

.av-box-6 .av-box-left {
    width: 55%;
    padding-left: 9%;
    padding-right: 5%;
    padding-bottom: 40px;
}
.av-box-6 .av-box-right {
    width: 45%;
    padding-left: 35px;
}
 
 
.av-box-6-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.av-box-7 {
    padding: 38px 11px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.av-box-7 .av-title-33 {
    margin-bottom: 12px;
}

.av-box-7-content {
    padding: 0 10px;
}

.av-box-7-image {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.av-box-8 {
    padding: 42px 4.643% 40px;
}
.av-box-8 .av-title-32 {
    margin-bottom: 15px;
}

.av-box-8-image {
    margin-top: 35px;
}

.av-box-8 .av-title-32,
.av-box-8 .av-title-17 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.av-main-compare-block {
    background: #f0f0f2;
    border-radius: 16px;
    padding: 58px 65px 55px;
    margin-bottom: 70px;
}

.av-main-compare-block-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.av-main-compare-block-top-left {
    width: 50%;
    padding-right: 30px;
}
.av-main-compare-block-top-right {
    width: 50%;
    padding-left: 10px;
}

.av-main-compare-block .av-compare-tabs ul {
    width: calc(100% + 8px);
    width: calc(100% + 35px);
    margin-bottom: -9px;
}
.av-main-compare-block .av-compare-tabs ul li {
    margin-right: 8px;
    margin-bottom: 9px;
}

.av-main-compare-block .av-compare-tabs ul li a {
    font-size: 17px;
    border-radius: 35px;
    padding: 5px 19px;
}

.av-main-compare-block .av-compare-tabs ul li.active a {
    background: #ffffff;    
}

.av-main-compare-block .av-compare-tabs ul li a:hover {
    background: #ffffff;
}

.av-main-compare-block .av-compare-tabs-label {
    font-size: 22px;
}

.av-main-compare-grid ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 22px);
    margin-bottom: -22px;
}
.av-main-compare-grid ul li {
    width: calc(33.333% - 22px);
    min-width: calc(33.333% - 22px);
    margin-right: 22px;
    margin-bottom: 22px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 226px;
    padding: 20px 40px;
}
.av-main-compare-grid ul li .av-title-39 {
    line-height: 1.06;
}

.av-main-compare-5g {
    max-width: 73px;
    margin: 0 auto 22px;
}

.av-main-compare-ai {
    max-width: 70px;
    margin: 0 auto 20px;
}

.av-main-compare-shield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 130px;
    margin: 5px auto 0;
}

.av-main-compare-grid ul li.av-main-compare-grid-shield {
    padding-bottom: 0;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.av-main-compare-battery {
    max-width: 67px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}


.av-main-compare-grid ul li .av-title-17:not(:last-child) {
    margin-bottom: 8px;
}
 
.av-main-compare-grid ul li .av-title-39 + .av-title-17 {
    margin-top: 8px;
}
 
.av-main-compare-sos {
    max-width: 60px;
    margin: 0 auto 22px;
}
.av-main-compare-usbc {
    max-width: 82px;
    margin: 0 auto 35px;
}

.av-box-icon img {
    max-width: 67px;
}
.av-box-icon {
    margin-bottom: 20px;
}

.av-box-13 {
    padding: 70px 48px 0;
}

.av-box-13-left {
    width: 50%;
    padding-right: 6%;
    padding-bottom: 40px;
}
.av-box-13-right {
    width: 50%;
    padding-right: 10px;
    padding-left: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.av-box-13-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.av-box-13-link {
    margin-top: 24px;
}

.av-box-13-left .av-title-22 {
    margin-bottom: 10px;
}
.av-box-13-left .av-title-34 {
    margin-bottom: 15px;
}



.mac-content-section {
    padding-bottom: 130px;
}

.av-compare-section {
    background: #fff;
    padding: 50px 0 100px;
}

.mac-compare-block .av-title-39 {
    margin-bottom: 55px;
}

.mac-compare-block {
    margin-top: 90px;
}

.av-compare-boxes-block .av-box {
    background: #f4f4f4;
    padding: 45px 25px 40px;
}
.av-compare-boxes-block .av-box .av-text-19 {
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
}

.av-compare-boxes-block .av-title-39 {
    font-weight: 700;
    margin-bottom: 40px;
}

.av-compare-boxes-block:not(:last-child) {
    margin-bottom: 30px;
}
.av-compare-boxes-block .av-title-24 {
    margin-bottom: 10px;
}

.av-link-simple,
.av-link-simple:focus,
.av-link-simple:active {
    font-size: 17px;
    color: #0066cc;
    text-decoration: none;
    line-height: 1.25;
}
.av-link-simple:hover {
    color: #0066cc;
    text-decoration: underline;
}

.mac-disclaimer-section .section-top .av-title-39 {
    font-weight: 700;
    margin-bottom: 50px;
}





.mac-disclaimer-section {
    padding: 65px 0 100px;
    background: #f0f0f2;
}

.mac-disclaimer-text {
    margin-top: 70px;
}

.mac-disclaimer-text p {
    font-size: 14px;
    color: #888888;
    line-height: 1;
    margin: 0;
}
.mac-disclaimer-text p strong {
    font-weight: 600;
}
.mac-disclaimer-text p:not(:last-child) {
    margin-bottom: 1em;
}

.mac-disclaimer-text a {
    color: #575757;
    color: #888888;
    text-decoration: underline;
    text-decoration: none;
}
.mac-disclaimer-text a:hover {
    color: #575757;
    text-decoration: none;
}

/* compare  */
.mm-compare-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.mm-compare-row:last-child {
    margin-bottom: 0px;
}

.mm-compare-row.mm-compare-row-title {
    margin-bottom: 8px;
}

.mm-compare-row.mm-compare-row-mac {
    margin-bottom: 26px;
}
.mm-compare-row.mm-compare-row-button {
    margin-bottom: 35px;
}

.mm-compare-grid {
    width: 100%;
    margin-right: 29px;
    text-align: center;
}
.mm-compare-grid:last-child {
    margin-right: 0px;
}

.mm-compare-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}

.mm-compare-button {
    border-top: 1px solid #d2d2d7;
    padding-top: 30px;
}

.mm-compare-headline {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
}

.mm-compare-text {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}
.mm-compare-headline + .mm-compare-text {
    margin-top: 8px;
}
.mm-compare-text + .mm-compare-text {
    margin-top: 12px;
}

.mm-compare-chip {
    margin-bottom: 10px;
}
.mm-compare-chip img {
    max-height: 36px;
}

.mm-compare-camera {
    margin-bottom: 15px;
}
.mm-compare-camera img {
    max-height: 36px;
}

.mm-has-top-label .mm-compare-text:first-child {
    min-height: 16px;
    margin-bottom: 6px;
}

.mm-compare-text {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}

.mm-compare-text-min-h2 {
    min-height: 33px;
}

.mm-compare-touch {
    margin-bottom: 10px;
}
.mm-compare-touch img {
    max-height: 36px;
}
.mm-compare-sos {
    margin-bottom: 10px;
}
.mm-compare-sos img {
    max-height: 42px;
}
.mm-compare-baterry {
    margin-bottom: 10px;
}
.mm-compare-baterry img {
    max-height: 29px;
}
.mm-compare-port {
    margin-bottom: 10px;
}
.mm-compare-port img {
    max-height: 19px;
}
.mm-compare-network {
    margin-bottom: 10px;
}
.mm-compare-network img {
    max-height: 38px;
}
.mm-compare-ai img {
    max-height: 44px;
}
.mm-compare-ai {
    margin-bottom: 10px;
}

.mm-compare-row-mac .mm-compare-grid {
    border-top: 1px solid #d6d6d6;
    padding-top: 42px;
}

.mm-compare-mac-image {
    margin-bottom: 24px;
}

.mm-compare-mac-image img {
    max-width: 163px;
}

.mm-compare-mac-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mm-compare-mac-color span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 3px;
    /* -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.12);
    box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.12); */
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.3);
}

.mm-compare-mac-color-text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 17px;
    line-height: 1.2;
}

.mm-compare-grid-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.av-intro-rating {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 13px;
}

.av-intro-rating-logo {
    text-align: right;
}
.av-intro-rating-logo img {
    max-width: 44px;
}


@media (max-width: 1366px) {
    /* .mac-disclaimer-section {
        padding: 90px 0;
    }
    .av-intro-section {
        padding: 80px 0 40px;
    }
    .av-title-58 {
        margin-bottom: 60px;
    }
    .mac-content-section {
        padding-bottom: 90px;
    }
    .av-compare-boxes-block:not(:last-child) {
        margin-bottom: 60px;
    }
    .mac-compare-block .av-title-39 {
        margin-bottom: 40px;
    } */
}

@media (max-width: 1199px) {
    /* .av-title-61 {
        font-size: 54px;
    } */
    .av-compare-section {
        padding: 50px 0 80px;
    }
    .mac-compare-block {
        margin-top: 70px;
    }
    .mac-disclaimer-section {
        padding: 65px 0 70px;
    }
}

@media (max-width: 1023px) {
    .av-main-compare-block .av-compare-tabs ul {
        width: calc(100% + 15px);
    }
    .av-main-compare-block-top-left {
        width: 45%;
    }
    .av-main-compare-block-top-right {
        width: 55%;
    }
    .av-main-compare-block-top-right {
        padding-left: 0;
    }
    .av-main-compare-block .av-compare-tabs ul li a {
        font-size: 15px;
        padding: 5px 15px;
    }
    .av-title-41 {
        font-size: 38px;
    }
    .av-main-compare-grid ul li {
        padding: 20px 24px;
    }
    .av-main-compare-grid ul li .av-title-39 {
        font-size: 30px;
    }
    .av-main-compare-block {
        padding: 58px 24px 55px;
    }
    .av-box-8 {
        padding: 42px 24px 40px;
    }
    .av-title-33 {
        font-size: 30px;
    }
    .av-box-6 .av-box-left {
        padding-left: 5%;
    }
    .av-title-19 {
        font-size: 18px;
    }
    .av-title-17 {
        font-size: 16px;
    }
    .av-title-43 {
        font-size: 36px;
    }
    .av-title-34 {
        font-size: 30px;
    }
    .av-box-2 {
        padding: 40px 24px 40px 24px;
    }
    .btn-rounded, .btn-rounded:focus, .btn-rounded:active {
        font-size: 18px;
    }
    .av-text-24 {
        font-size: 22px;
    }
    .av-box-13 {
        padding: 40px 25px 0;
    }
    .av-box-13-right {
        padding-right: 0;
        padding-left: 0;
    }
    .av-text-18 {
        font-size: 16px;
    }
    .av-title-21 {
        font-size: 18px;
    }
    .av-title-39 {
        font-size: 36px;
    }
    .av-title-32 {
        font-size: 28px;
    }
    .mm-compare-hold {
        overflow: auto;
        margin-left: -20px;
        width: calc(100% + 40px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .mm-compare-grid {
        margin-right: 15px;
        min-width: 163px;
    }
    .mm-compare-row-mac .mm-compare-grid {
        padding-top: 30px;
    }
    .av-title-25 {
        font-size: 22px;
    }
    .av-title-24 {
        font-size: 22px;
    }
    .av-title-22 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .av-price-section {
        padding: 40px 0;
    }
    .av-main-compare-block .av-compare-tabs ul {
        width: calc(100% + 8px);
    }
    .mac-compare-block {
        margin-top: 50px;
    }
    .av-main-compare-usbc {
        max-width: 60px;
        margin: 0 auto 15px;
    }
    .av-main-compare-sos {
        max-width: 44px;
        margin: 0 auto 12px;
    }
    .av-main-compare-shield {
        max-width: 90px;
        margin: 0px auto 0;
    }
    .av-main-compare-ai {
        max-width: 50px;
        margin: 0 auto 12px;
    }
    .av-main-compare-5g {
        max-width: 50px;
        margin: 0 auto 12px;
    }
    .av-main-compare-grid ul li .av-title-17:not(:last-child) {
        margin-bottom: 6px;
    }
    .av-main-compare-grid ul li .av-title-39 + .av-title-17 {
        margin-top: 6px;
    }
    .av-main-compare-battery {
        max-width: 44px;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .av-main-compare-grid ul li .av-title-17 {
        font-size: 14px;
    }
    .av-main-compare-grid ul li .av-title-39 {
        font-size: 24px;
    }
    .av-main-compare-grid ul li .av-title-30 {
        font-size: 20px;
    }
    .av-compare-section {
        padding: 50px 0 70px;
    }
    .mac-compare-block .av-title-39 {
        margin-bottom: 30px;
    }
    .av-main-compare-grid ul li {
        padding: 20px 10px;
        min-height: 150px;
    }
    .av-main-compare-block .av-compare-tabs-label {
        font-size: 17px;
    }
    .av-main-compare-block-top-right {
        width: 100%;
    }
    .av-title-41 {
        font-size: 36px;
    }
    .av-main-compare-block-top-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .av-box-8-image {
        margin-top: 24px;
    }
    .av-box-8 {
        padding: 40px 20px;
    }
    .av-box-7-content {
        padding: 0 20px;
    }
    .av-box-7 {
        padding: 40px 0px 0;
    }
    .av-box-6 .av-box-right {
        width: 100%;
        padding-left: 20px;
    }
    .av-box-6 {
        padding: 40px 0px 0;
    }
    .av-box-6 .av-box-left {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 24px;
    }
    .av-title-28 {
        font-size: 25px;
    }
    .av-box-5 {
        min-height: 300px;
    }
    .av-box-4 {
        padding: 40px 20px;
    }
    .av-box-3-image {
        padding-left: 0;
    }
    .av-box-3 {
        padding: 40px 20px 0;
    }
    .av-title-17 {
        font-size: 15px;
    }
    .av-title-34 {
        font-size: 26px;
    }
    .av-compare-contents {
        margin-top: 20px;
    }
    .av-title-43 {
        font-size: 32px;
    }
    .av-box-2 .av-title-39,
    .av-box-2 .av-title-43 {
        margin-bottom: 24px;
    }
    .av-box-2 {
        padding: 40px 20px;
    }
    .av-title-31 {
        font-size: 28px;
    }
    .av-box-1 .av-title-31 {
        margin-bottom: 24px;
    }
    .av-box-1 {
        padding: 40px 20px 0;
    }
    .av-box-1-image {
        max-width: 160px;
    }
    .av-price-line {
        font-size: 24px;
    }
    .av-price-button {
        margin-top: 30px;
    }
    .av-text-24 {
        font-size: 20px;
    }
    .av-intro-logo-hold {
        max-width: 190px;
        margin-bottom: 20px;
    }
    .av-title-61 {
        font-size: 10vw;
    }
    .av-main-compare-block {
        padding: 40px 20px;
        padding: 40px 16px;
    }
    .av-main-compare-grid ul {
        width: calc(100% + 10px);
        margin-bottom: -10px;
    }
    .av-main-compare-grid ul li {
        width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .av-box-13-right {
        width: 100%;
        max-width: 421px;
        margin-left: auto;
        margin-right: auto;
    }
    .av-box-13 {
        padding: 30px 25px 0;
    }
    .av-box-13-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .av-title-115 br {
        display: block;
    }
    .av-title-115 {
        font-size: 42px;
        margin-bottom: 46px;
    }
    .mac-disclaimer-section .section-top .av-title-39 {
        margin-bottom: 40px;
    }
    .mac-disclaimer-section {
        padding: 60px 0 30px;
    }
    .av-compare-boxes-block:not(:last-child) {
        margin-bottom: 40px;
    }
    .av-text-19 {
        font-size: 17px;
    }
    .av-compare-boxes-block .av-box {
        padding: 30px 25px;
    }
    .av-compare-boxes-block .av-title-39 {
        margin-bottom: 30px;
    }
    .av-title-39 {
        font-size: 32px;
    }
    .mac-content-section {
        padding-bottom: 50px;
    }
    .av-title-32 {
        font-size: 26px;
    }
    .av-box-50 {
        width: 100%;
    }
    .av-title-58 {
        margin-bottom: 32px;
        font-size: 36px;
    }
    .mm-compare-row {
        margin-bottom: 24px;
    }
    .av-intro-section {
        padding: 60px 0 70px;
    }
    .mm-compare-headline {
        font-size: 20px;
    }
    .mm-compare-headline + .mm-compare-text {
        margin-top: 4px;
    }
    .mm-compare-row-mac .mm-compare-grid {
        padding-top: 20px;
    }
    .mac-disclaimer-text p {
        font-size: 12px;
    }
    .mac-disclaimer-text {
        margin-top: 40px;
    }
    .mm-compare-grid {
        margin-right: 10px;
        min-width: 130px;
    }
    .mm-compare-mac-image img {
        max-width: 120px;
    }
    .mm-compare-mac-color-text {
        font-size: 12px;
    }
    .mm-compare-button {
        padding-top: 24px;
    }
    .mm-compare-row.mm-compare-row-button {
        margin-bottom: 24px;
    }
    .mm-compare-text + .mm-compare-text {
        margin-top: 8px;
    }
    .mm-compare-mac-image {
        margin-bottom: 20px;
    }
}


