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

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

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

a {
    text-decoration: none;
}

.laptop-svg {
    max-width: 80px;
    max-height: 80px;
    stroke: #0248bc;
    transition-property: opacity, cursor;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.laptop-svg:hover {
    cursor: pointer;
    opacity: 0.6;
}

.laptop-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
}

.laptop-p {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
}

.shop_link {
    color: #1D44A4;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    font-style: normal;
    transition-property: color, cursor;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.shop_link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.laptop-item:nth-child(1) {
    margin-bottom: 36px;
}

.laptop-item:nth-child(2) {
    max-width: 333px;
    margin-bottom: 36px;
}

.product-charachteristic {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.product-charachteristic__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
}

.laptop-section {
    font-family: 'Open Sans', sans-serif;
	padding-top: 100px;
}

.laptop-swiper {
    max-width: 567px;
    max-height: 616px;
    border: 1px solid #000000;
    margin: 0;
    margin-right: 72px;
}

.laptop-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.laptop-swiper-slide-mini.swiper-slide-thumb-active {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #0247B6;
    width: 100% !important;
    height: 100%;
}


.laptop-swiper-laptop-mini img {
    max-width: 96px;
    max-height: 96px;
    object-fit: cover;
}

.laptop-swiper-laptop-mini {
    width: 100%;
    height: 100%;
}

.laptop-swiper-slide-mini {
    cursor: pointer;
    max-width: 100px;
    max-height: 100px;
    width: 100% !important;
    height: 100%;
    margin-bottom: 10px;
}

.laptop-swiper-wrapper-mini {
    flex-direction: column;
    max-width: 111px;
    max-height: 111px;
}

.laptop-swiper-mini {
    width: 111px;
    height: 474px;
    margin: 0;
    margin-right: 44px;
}

.bbb {
    margin-bottom: 0;
}

.link-laptop {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
}

.laptop-container {
    padding: 40px 0 120px 0;
}

@media screen and (max-width: 768px) {
    .laptop-section {
        margin: 0 20px;
    }
    .laptop-svg {
        max-width: 41px;
        max-height: 41px;
    }

    .laptop-wrapper {
        max-width: 288px;
        flex-direction: column;
    }

    .dap {
        display: none;
    }

    .laptop-swiper-mini {
        margin: 0;
    }

    .laptop-swiper-wrapper-mini {
        flex-direction: row;
        max-width: 60px;
        max-height: 60px;
    }

    .laptop-swiper-laptop-mini img {
        max-width: 100%;
        max-height: 100%;
        max-width: 52px;
        max-height: 60px;
    }

    .laptop-swiper-laptop-mini {
        width: 100%;
        height: 100%;
    }

    .laptop-swiper-slide-mini {
        cursor: pointer;
        max-width: 60px;
        max-height: 60px;
        width: 100%;
        height: 100%;
    }

    .laptop-swiper-mini {
        width: 288px;
        height: 60px;
        margin: 0;
        position: relative;
        top: 360px;
    }

    .laptop-swiper {
        margin: 0;
        margin-bottom: 16px;
        width: 100%;
        height: 100%;
        max-width: 288px;
        max-height: 288px;
    }

    .laptop-list {
        position: relative;
        top: 100px;
    }

    .laptop-p {
        font-size: 22px;
    }

    .laptop-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 130%;
    }

    .link-laptop {
        max-width: 440px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
    .laptop-swiper-mini {
        margin-right: 16px;
    }

    .laptop-swiper {
        margin-right: 20px;
        max-width: 474px;
        max-height: 474px;
    }

    .laptop-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 568px) {
    .laptop-section {
        margin: 0 10px;
        margin-bottom: 30px;
    }
}

.alm-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}