@charset "UTF-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

*:before, *:after {
    box-sizing: border-box
}

html, body {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    background-color: #f2f2f2
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none
}

ul {
    list-style-type: none
}

.acer-theme {
    font-family: Noto Sans, system-ui;
    font-optical-sizing: auto;
    color: #222
}

.acer-theme .limit {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 64px
}

.content {
    max-width: 1556px;
    padding: 0 10px;
    margin: 0 auto
}

h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding: 32px 0
}

main {
    background-color: #fff;
    -webkit-border-radius: 0 0 64px 64px;
    -moz-border-radius: 0 0 64px 64px;
    border-radius: 0 0 64px 64px;
    box-shadow: 0 4px 4px #00000040
}

.acer-theme .header {
    display: flex;
    height: 100px;
    padding: 40 40px;
    justify-content: center;
    align-items: center;
    background-color: #F28A1E
}

.acer-theme .footer {
    display: block;
    padding: 40px 0;
    background-color: #F28A1E;
    color: #000;
    align-content: left ;
}

.acer-theme .subfooter {
    display: block;
    padding: 40px 0;
    background-color: #e0   ;
    color: #222;
    align-content: left ;
}

.acer-theme .footer p {
    max-width: 1500px;
    padding: 0 14px;
    font-size: 12px;
    margin: 0 auto
}

.acer-theme .footer p:not(:last-child) {
    margin-bottom: 15px
}

.acer-theme .subfooter p {
    max-width: 1500px;
    padding: 0 14px;
    font-size: 12px;
    margin: 0 auto
}

.acer-theme .subfooter p:not(:last-child) {
    margin-bottom: 15px
}

.section-top {
    position: relative;
    background: url(../img/top-5ALxpTzI.png) no-repeat top center;
    border-radius: 64px 64px 0 0;
    min-height: 800px
}

.section-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: #fff;
    -webkit-border-radius: 64px 64px 0 0;
    -moz-border-radius: 64px 64px 0 0;
    border-radius: 64px 64px 0 0
}

.section-top__logo {
    margin-left: -30px
}

.section-top__content {
    padding: 230px 128px
}

.section-top__caption {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    margin-top: 120px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .25)
}

.section-top__caption b {
    display: block;
    font-weight: 600
}

@media (max-width: 720px) {
    .section-top {
        background: url(../img/top-mob-BaQtEVUZ.png) no-repeat top center
    }
}

.section-models__list-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px
}

.section-models__list-nav .prev-model, .section-models__list-nav .next-model {
    position: relative;
    background-color: #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: .5s ease-in-out
}

.section-models__list-nav .prev-model:hover, .section-models__list-nav .prev-model:focus, .section-models__list-nav .next-model:hover, .section-models__list-nav .next-model:focus {
    opacity: .7
}

.section-models__list-nav .prev-model img, .section-models__list-nav .next-model img {
    position: absolute;
    left: 46%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 24px
}

.section-models__list-nav .next-model {
    margin-left: 48px
}

.section-models__list-nav .next-model img {
    left: 56%
}

.section-models__list .slick-list {
    padding: 0 20% 0 0 !important
}

.section-models__list .item {
    background-color: #f2f2f2;
    padding: 48px 32px;
    margin: 0 32px
}

.section-models__list .item img {
    width: 296px;
    margin-bottom: 32px
}

.section-models__list .item__caption {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px
}

.section-models__list .item__list {
    color: #89898b;
    font-size: 18px;
    margin-bottom: 24px
}

.section-models__list .item__price {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 32px
}

.section-models__list .item__btn {
    background-color: #80c342;
    padding: 18px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s ease-in-out
}

.section-models__list .item__btn:hover, .section-models__list .item__btn:focus {
    text-decoration: none;
    opacity: .8
}

.section-features {
    padding-bottom: 48px
}

.section-features__content {
    max-width: 1408px;
    margin: 0 auto
}

.section-features__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 32px
}

.section-features__item img {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.section-features__item.img--left .section-features__item-img {
    order: -1
}

.section-features__item-desc {
    width: 48%;
    padding: 0 64px
}

.section-features__item-desc .desc-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px
}

.section-features__item-desc p {
    font-size: 18px;
    font-weight: 300
}

.section-features__item-img {
    width: 52%
}

.section-features__item-img-block {
    padding: 96px 32px
}

.section-footnote {
    padding: 96px 0
}

.section-footnote__caption {
    padding-bottom: 16px
}

.section-footnote__desc {
    max-width: 1150px;
    margin: 0 auto 64px;
    font-size: 22px;
    text-align: center
}

.section-footnote__slider {
    max-width: 1300px;
    margin: 0 auto
}

.section-footnote__slider .slick-prev:hover, .section-footnote__slider .slick-prev:focus, .section-footnote__slider .slick-next:hover, .section-footnote__slider .slick-next:focus {
    opacity: .8
}

.section-footnote__slider .slick-prev:hover, .section-footnote__slider .slick-prev:focus, .section-footnote__slider .slick-next:hover, .section-footnote__slider .slick-next:focus, .section-footnote__slider .slick-prev, .section-footnote__slider .slick-next {
    background-color: #d9d9d9;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: .5s ease-in-out
}

.section-footnote__slider .slick-prev:hover:before, .section-footnote__slider .slick-prev:focus:before, .section-footnote__slider .slick-next:hover:before, .section-footnote__slider .slick-next:focus:before, .section-footnote__slider .slick-prev:before, .section-footnote__slider .slick-next:before {
    content: "";
    width: 18px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.section-footnote__slider .slick-prev:hover:before, .section-footnote__slider .slick-prev:focus:before, .section-footnote__slider .slick-prev:before {
    content: "";
    width: 18px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='20'%20viewBox='0%200%2012%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.05719%209.22418C0.536492%209.74488%200.536492%2010.5891%201.05719%2011.1098L9.54247%2019.5951C10.0632%2020.1158%2010.9074%2020.1158%2011.4281%2019.5951C11.9488%2019.0744%2011.9488%2018.2302%2011.4281%2017.7095L3.88562%2010.167L11.4281%202.62452C11.9488%202.10382%2011.9488%201.2596%2011.4281%200.738901C10.9074%200.218202%2010.0632%200.218202%209.54247%200.738901L1.05719%209.22418ZM2.66667%208.83366L2%208.83366L2%2011.5003L2.66667%2011.5003L2.66667%208.83366Z'%20fill='%2389898B'%20style='fill:%2389898B;fill:color(display-p3%200.5373%200.5373%200.5451);fill-opacity:1;'/%3e%3c/svg%3e")
}

.section-footnote__slider .slick-next:hover:before, .section-footnote__slider .slick-next:focus:before, .section-footnote__slider .slick-next:before {
    background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='20'%20viewBox='0%200%2012%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.9428%209.22418C11.4635%209.74488%2011.4635%2010.5891%2010.9428%2011.1098L2.45753%2019.5951C1.93683%2020.1158%201.09261%2020.1158%200.571908%2019.5951C0.0512095%2019.0744%200.0512095%2018.2302%200.571909%2017.7095L8.11438%2010.167L0.57191%202.62452C0.0512109%202.10382%200.051211%201.2596%200.57191%200.738901C1.09261%200.218202%201.93683%200.218202%202.45753%200.738901L10.9428%209.22418ZM9.33333%208.83366L10%208.83366L10%2011.5003L9.33333%2011.5003L9.33333%208.83366Z'%20fill='%2389898B'%20style='fill:%2389898B;fill:color(display-p3%200.5373%200.5373%200.5451);fill-opacity:1;'/%3e%3c/svg%3e");
    left: 58%
}

.section-footnote__slider .slick-prev {
    left: -55px
}

.section-footnote__slider .slick-next {
    right: -55px
}

.section-footnote__slider-item {
    text-align: center
}

.section-footnote__slider-item p {
    font-size: 18px;
    color: #89898b;
    padding: 0 16px
}

.section-footnote__slider-img {
    width: 1234px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin: 0 auto 32px
}

.section-footnote__slider-caption {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px
}

@media screen and (max-width: 1199px) {
    .section-models__content {
        max-width: 540px
    }

    .section-models__list-nav {
        margin-right: 0
    }
}

@media screen and (max-width: 991px) {
    .content {
        max-width: 650px;
        padding: 0 20px
    }

    main {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .acer-theme .limit {
        padding: 0
    }

    .acer-theme .header {
        margin-bottom: 16px
    }

    .section-top__logo {
        margin: 0
    }

    .section-top__logo .logo {
        margin: 0 auto 32px
    }

    .section-top__content {
        padding: 200px 0;
        text-align: center
    }

    .section-features__item {
        text-align: center;
        display: block;
        padding: 0 0 32px
    }

    .section-features__item-img-block {
        display: none
    }

    .section-features__item-desc, .section-features__item img {
        width: 100%
    }

    .section-features__item-desc, .section-footnote__slider-item {
        margin-bottom: 64px
    }

    .section-footnote {
        padding-bottom: 64px
    }
}

@media screen and (max-width: 500px) {
    .section-models__list .slick-list {
        padding: 0 !important
    }

    .section-models__list .item {
        margin: 0
    }

    .section-models__content {
        max-width: 340px
    }

    .section-top__caption, h2 {
        font-size: 30px
    }

    .section-features__item-desc .desc-title {
        font-size: 20px
    }

    .section-features__item-desc {
        padding: 0
    }

    .section-features__item-desc p, .section-footnote__desc, .section-footnote__slider-item p {
        font-size: 16px
    }
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
