.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    opacity: 0
}

.swiper-initialized, .swiper-initialized ~ .swiper {
    opacity: 1
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 8
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-button-prev {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: var(--color_accent);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px
}

.swiper-button-prev .icon_prev, .swiper-button-prev .icon_slider-left {
    position: relative;
    left: -1px
}

.swiper-button-next {
    padding: 0;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: var(--color_accent);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px
}

.swiper-button-next .icon_next, .swiper-button-next .icon_slider-right {
    position: relative;
    left: 1px
}

.swiper-button-next_border, .swiper-button-prev_border {
    background-color: #fff;
    border: 1px solid var(--color_white)
}

.swiper-button-disabled {
    color: var(--color_gray);
    cursor: default
}

.swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px
}

.swiper-pagination-bullet {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    background-color: var(--color_white);
    height: 4px;
    border-radius: 100px;
    cursor: pointer;
    margin: 0 5px
}

.swiper-pagination-bullet-active {
    background-color: var(--color_accent)
}

.swiper-pagination ~ .swiper-button-next, .swiper-pagination ~ .swiper-button-prev {
    margin-top: -33px
}

.swiper-lazy-preloader {
    display: none;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--color_accent);
    border-radius: 50%;
    border-top-color: transparent
}

.error {
    text-align: center;
    padding-top: 44px
}

.error_500 {
    padding-top: 133px
}

.error__code {
    font-size: 12.5rem;
    line-height: 1;
    font-family: var(--font_bold);
    margin: 0 auto 7px;
    position: relative;
    max-width: 473px;
    letter-spacing: .1em
}

.error_500 .error__code {
    margin-bottom: 20px
}

.error__text {
    font-size: 2.25rem;
    line-height: 1.22;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.error_500 .error__text {
    color: var(--color_dark);
    font-size: 1.125rem;
    line-height: 1.33;
    max-width: 712px
}

.error__circle {
    --size: 33px;
    position: absolute;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none
}

.error__circle_red {
    --size: 62px;
    background-color: var(--color_purple);
    left: 26px;
    top: 31px
}

.error_500 .error__circle_red {
    left: auto;
    right: 16px;
    top: 68px
}

.error__circle_orange {
    --size: 33px;
    background-color: var(--color_orange);
    bottom: 29px;
    right: 174px
}

.error_500 .error__circle_orange {
    bottom: 11px;
    right: 188px
}

.error__circle_green {
    --size: 41px;
    background-color: var(--color_accent);
    top: -2px;
    left: 190px
}

.error_500 .error__circle_green {
    left: auto;
    top: 7px;
    right: 50%
}

.error__circle_blue {
    --size: 51px;
    background-color: var(--color_green2);
    right: 22px;
    top: 35px
}

.error_500 .error__circle_blue {
    right: auto;
    top: auto;
    left: 16px;
    top: 48px
}

.error__footer {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 192px
}

.error__footer .button {
    padding-left: 13px
}

.error__footer .button__media_after {
    padding-left: 22px
}

.techwork {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px
}

.techwork__img {
    margin: 0 auto 30px;
    position: relative;
    left: -13px
}

.techwork__title {
    font-size: 23px;
    line-height: 1.22;
    color: var(--color_dark);
    margin-bottom: 15px;
    padding: 0 10px
}

.techwork__text {
    font-size: 1.125rem;
    line-height: 1.33;
    color: var(--color_gray)
}

.layout__productslist {
    margin-top: 61px
}

@media (min-width: 1181px) {
    .error__code {
        padding-left: 20px
    }
}

@media (max-width: 1180px) {
    .swiper-button-prev {
        display: none
    }
    
    .swiper-button-prev .icon_slider-left {
        left: -2px
    }
    
    .swiper-button-next {
        display: none
    }
    
    .swiper-pagination-bullet {
        -ms-flex-preferred-size: 32px;
        flex-basis: 32px
    }
    
    .error {
        padding-top: 61px;
        padding-bottom: 7px
    }
    
    .error_500 {
        padding-top: 0
    }
    
    .error__code {
        margin-bottom: 19px;
        padding-left: 20px
    }
    
    .error__circle_red {
        top: 45px;
        left: 20px
    }
    
    .error__circle_orange {
        bottom: 16px;
        right: 183px
    }
    
    .error__circle_green {
        left: 187px;
        top: 8px
    }
    
    .error__circle_blue {
        right: 22px;
        top: 50px
    }
    
    .error__footer .button {
        font-size: 1rem
    }
    
    .error_500 .error__footer {
        display: none
    }
    
    .techwork {
        padding-top: 7px
    }
}

@media (max-width: 767px) {
    .swiper-button-prev {
        width: 26px;
        height: 26px
    }
    
    .swiper-button-prev .icon_slider-left {
        width: 7px;
        height: 10px;
        position: relative;
        left: -1px
    }
    
    .swiper-button-next {
        width: 26px;
        height: 26px
    }
    
    .swiper-button-next .icon_slider-right {
        left: 0;
        width: 7px;
        height: 10px
    }
    
    .swiper-pagination-bullet {
        -ms-flex-preferred-size: 24px;
        flex-basis: 24px
    }
    
    .error {
        padding-top: 28px;
        margin-bottom: -22px
    }
    
    .error_500 {
        padding-top: 29px
    }
    
    .error__code {
        margin-bottom: 6px;
        font-size: 7.625rem;
        padding-left: 13px;
        max-width: 292px
    }
    
    .error_500 .error__code {
        padding-left: 13px;
        margin-bottom: 8px
    }
    
    .error__text {
        font-size: 1.625rem
    }
    
    .error_500 .error__text {
        font-size: .875rem;
        line-height: 1.29
    }
    
    .error__circle {
        transform: scale(.7)
    }
    
    .error__circle_red {
        transform: scale(.6);
        left: 2px;
        top: 10px
    }
    
    .error_500 .error__circle_red {
        right: -1px;
        top: 10px
    }
    
    .error__circle_orange {
        bottom: 7px;
        right: 104px;
        transform: scale(.6)
    }
    
    .error_500 .error__circle_orange {
        bottom: 11px;
        right: 105px
    }
    
    .error__circle_green {
        transform: scale(.6);
        top: -8px;
        left: 107px
    }
    
    .error_500 .error__circle_green {
        right: 49%;
        top: -5px
    }
    
    .error__circle_blue {
        right: 2px;
        top: 16px;
        transform: scale(.65)
    }
    
    .error_500 .error__circle_blue {
        left: 0;
        top: 3px
    }
    
    .techwork {
        padding-top: 18px;
        margin-bottom: 22px;
        padding-left: 9px;
        padding-right: 9px
    }
    
    .techwork__img {
        left: 0;
        margin-bottom: 23px
    }
    
    .techwork__title {
        font-size: 1.625rem;
        line-height: 1.15;
        margin-bottom: 10px
    }
    
    .techwork__text {
        font-size: .875rem;
        line-height: 1.29
    }
    
    .techwork__line {
        display: block
    }
}