@font-face {
    font-family: "Roboto Condesced";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Condesced"),
    url('../../../fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format("woff"),
    url('../../../fonts/RobotoCondensed/RobotoCondensed-Regular.woff2') format("woff2");
}

@font-face {
    font-family: "Roboto Condesced";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Condesced"),
    url('../../../fonts/RobotoCondensed/RobotoCondensed-Medium.woff') format("woff"),
    url('../../../fonts/RobotoCondensed/RobotoCondensed-Medium.woff2') format("woff2");
}

@font-face {
    font-family: "Roboto Condesced";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Condesced"),
    url('../../../fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format("woff"),
    url('../../../fonts/RobotoCondensed/RobotoCondensed-Bold.woff2') format("woff2");
}

.tube-grids__inner li b {
    color: #2F2F2F !important;
}

.tube-specifications__wrapper ul b {
    color: #2F2F2F !important;
}

.tube-header {
    background-image: url("/image/catalog/tube-landing/tube-header-bg.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 200px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 1000px;
    box-sizing: border-box;
    margin: 40px 0 0;
}

.tube-header h2 {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 96px !important;
    line-height: 101px !important;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin: 0;
    padding: 0;
}

.tube-header h2:after {
    content: '';
    display: block;
    height: 4px;
    background: #FFFFFF !important;
    width: 360px;
    margin: 25px auto 30px;
}

.tube-header p {
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    text-align: center;
    color: #FFFFFF !important;
    margin: 0 0 auto;
}

.tube-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
}

.tube-header ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.tube-header ul img {
    max-height: 70px;
    width: 100%;
    object-fit: contain;
}

.tube-header ul span {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: lowercase;
    color: #FFFFFF !important;
    min-height: 55px;
    max-width: 110px;

}

.tube-header ul span:before {
    content: '';
    display: block;
    height: 1px;
    background: #FFFFFF !important;
    width: 70px;
    margin: 14px auto 12px;
}

.tube-header ul p {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 20px !important;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin-top: 8px;
}

.tube-sense {
    margin: 100px 125px 100px 175px;
    position: relative;
    min-height: 925px;
    background-image: url("/image/catalog/tube-landing/tube-sence-bg.webp");
    background-repeat: no-repeat;
    background-position: bottom 100px left;
    background-size: 60%;
}

.tube-sense h3 {
    padding: 0 83px;
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 58px !important;
    text-transform: uppercase;
    color: #2F2F2F !important;
    margin: 0;
}

.tube-sense span {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #2F2F2F !important;
    margin: 0;
    padding: 0 83px;
}

.tube-sense p {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: justify;
    color: #2F2F2F !important;
    margin: 0;
    padding: 40px 189px;
    max-width: 730px;
    box-sizing: content-box;
}

.tube-sense p:before {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    background: #2C9ECF !important;
    width: 80px;
    margin: 8px 0 12px -103px;
}

.tube-sense img {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.tube-specifications__image {
    padding: 0;
    background-image: url("/image/catalog/tube-landing/tube-specs-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 460px;
}

.tube-specifications__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 100px 100px 100px 202px;
}

.tube-specifications__wrapper img {
    object-fit: contain;
    margin-right: 170px;
}

.tube-specifications__wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tube-specifications__wrapper h3 {
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 58px !important;
    text-transform: uppercase;
    color: #2F2F2F !important;
    margin: 0 0 40px;
}

.tube-specifications__wrapper ul div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.tube-specifications__wrapper ul img {
    max-width: 66px;
    width: 100%;
    object-fit: contain;
    margin: 5px 40px 5px 0;
}

.tube-specifications__wrapper ul p {
    margin: 0;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    text-align: justify;
    color: #2F2F2F !important;
}

.tube-specifications__wrapper ul b {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    text-align: justify;
    color: #2F2F2F !important;
}

.tube-specifications__wrapper ul li {
    margin: 0 0 100px
}

.tube-screen {
    height: 690px;
    background-image: url("/image/catalog/tube-landing/tube-screen-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    position: relative;
    margin: 0;
    background-color: #F5F5F5 !important;
    z-index: 1;
}

.tube-screen h3 {
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 50px !important;
    text-transform: uppercase;
    color: #FFFFFF !important;
    padding: 100px 0 0 200px;
    max-width: 615px;
    box-sizing: content-box;
}

.tube-screen h3 span {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: 0.16em;
}

.tube-screen p {
    max-width: 630px;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: justify;
    color: #FFFFFF !important;
    padding: 0 0 0 313px;
    box-sizing: content-box;
}

.tube-screen p:before, .tube-rangefinder__wrapper p:before, .tube-moments > p:before, .tube-image p:before, .tube-grids__inner div:before, .tube-control__wrapper p:before {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    background: #2C9ECF !important;
    width: 80px;
    margin: 8px 0 12px -109px;
}

.tube-screen img {
    position: absolute;
    right: 85px;
    bottom: -170px;
    max-width: 485px;
}

.tube-experience {
    background-color: #F5F5F5 !important;
    margin: -20px 0 0;
    padding: 270px 0 0;
    position: relative;
    z-index: 0;
}

.tube-experience h3 {
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 50px !important;
    text-align: center;
    text-transform: uppercase;
    color: #2F2F2F !important;
    max-width: 810px;
    margin: 0 auto;
    box-sizing: content-box;
}

.tube-experience h3 span {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: 0.055em;
}

.tube-experience img {
    position: absolute;
    left: 0;
    top: 580px;
    object-fit: contain;
    max-width: 670px;
}

.tube-experience li svg {
    object-fit: contain;
    max-height: 50px;
}

.tube-experience ul {
    list-style: none;
    margin: 100px 100px 100px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 814px;
}

.tube-experience li {
    background: #fff !important;
    padding: 34px;
    max-width: 387px;
    max-height: 380px;
    box-sizing: border-box;
}

.tube-experience > div {
    padding: 0 0 250px;
}

.tube-experience h5 {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #2F2F2F !important;
    margin: 14px 0;
}

.tube-experience li b {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #2F2F2F !important;
    text-transform: uppercase;
}

.tube-experience li p, .tube-functions li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: -0.01em;
    color: #2F2F2F !important;
    margin: 16px 0;
}

.tube-experience li:nth-of-type(2) {
    margin-top: 146px;
}

.tube-experience li:nth-of-type(3) {
    margin-top: -106px;
}

.tube-experience li:nth-of-type(4) {
    margin-top: 40px;
}

.tube-experience li:nth-of-type(odd) {
    margin-right: 40px;
}

.tube-distance {
    background-color: #F5F5F5 !important;
    margin: 0;
}

.tube-distance h2 {
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
    text-align: center;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #2F2F2F !important;
    margin: 0;
}

.tube-distance ul {
    list-style: none;
    margin: 100px 230px 0;
    padding: 0 0 350px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: self-end;
    background-image: url("/image/catalog/tube-landing/tube-distance-bottom.svg");
    background-repeat: no-repeat;
    background-position: center bottom 270px;
    background-size: contain;
}

.tube-distance li {
    background-image: url("/image/catalog/tube-landing/tube-distance-bg.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 320px;
    box-sizing: border-box;
    padding: 53px 0 0 46px;
}

.tube-distance li:nth-of-type(2) {
    background-image: url("/image/catalog/tube-landing/tube-distance-mid.svg");
    height: 358px;
}

.tube-distance li img {
    max-width: 68px;
    margin: 0 30px 0 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.tube-distance li div {
    margin: 3px 0;
}

.tube-distance li span {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #2F2F2F !important;
}

.tube-distance li p {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #2C9ECF !important;
    margin: 0;
    padding: 0;
}

.tube-rangefinder__image {
    padding: 0;
    background-image: url("/image/catalog/tube-landing/tube-rangefinder-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 460px;
}

.tube-rangefinder__wrapper {
    padding: 100px 60px 250px 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tube-rangefinder__wrapper img {
    max-width: 580px;
    object-fit: contain;
}

.tube-rangefinder__wrapper div {
    position: relative;
    left: -40px;
}

.tube-rangefinder__wrapper h3 {
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 58px !important;
    text-transform: uppercase;
    color: #2F2F2F !important;
    margin: 100px 0 40px;
}

.tube-rangefinder__wrapper p {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: justify;
    color: #2F2F2F !important;
    padding: 0 0 0 110px;
}

.tube-moments {
    padding: 0 268px;
}

.tube-moments h3 {
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 58px !important;
    text-transform: uppercase;
    color: #2F2F2F !important;
    text-align: center;
    margin: 0 0 35px;
}

.tube-moments > p {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: justify;
    color: #2F2F2F !important;
    padding: 0 0 0 115px;
}

.tube-moments ul {
    list-style: none;
    margin: 100px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 100px;
}

.tube-moments ul svg {
    height: 80px;
}

.tube-moments li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.tube-moments ul p:first-of-type {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #2F2F2F !important;
    margin: 0;
}

.tube-moments ul p:last-of-type {
    margin: 8px 0;
}

.tube-moments ul p:first-of-type:before {
    content: '';
    display: block;
    height: 2px;
    background: #2C9ECF !important;
    width: 120px;
    margin: 24px auto 14px;
}

.tube-moments ul b {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #2C9ECF !important;
}

.tube-moments img {
    width: 100%;
    object-fit: contain;
}

.tube-moments svg path {
    fill: #2F2F2F !important;
}

.tube-autonomy {
    padding: 100px 152px;
    margin: 300px 0 0;
    background-image: url(/image/catalog/tube-landing/tube-autonomy-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1000px;
    box-sizing: border-box;
}

.tube-autonomy h2, .tube-simple h2 {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 64px !important;
    line-height: 67px !important;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin: 0;
    padding: 0;
}

.tube-autonomy h2:after, .tube-simple h2:after {
    content: '';
    display: block;
    height: 4px;
    background: #FFFFFF !important;
    width: 360px;
    margin: 25px auto 30px;
}

.tube-autonomy p, .tube-simple p {
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    text-align: center;
    color: #FFFFFF !important;
    max-width: 1056px;
    margin: 0 auto;
}

.tube-autonomy ul {
    list-style: none;
    margin: 60px 260px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 33px;
}

.tube-autonomy ul img {
    height: 60px;
}

.tube-autonomy ul li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tube-autonomy li span {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: lowercase;
    color: #FFFFFF !important;
    min-height: 55px;
    max-width: 100px;
}

.tube-autonomy li span:before {
    content: '';
    display: block;
    height: 1px;
    background: #FFFFFF !important;
    width: 70px;
    margin: 17px auto 12px;
}

.tube-autonomy li p {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 20px !important;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin: 10px 0 0;
}

.tube-image {
    margin: 200px 100px 300px;
}

.tube-image h3 {
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 58px !important;
    text-transform: uppercase;
    color: #2F2F2F !important;
    margin: 0 0 0 100px;
}

.tube-image p {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: justify;
    color: #2F2F2F !important;
    margin: 40px 0 100px 213px;
    max-width: 665px;
}

.tube-image img {
    max-width: 100%;
    object-fit: contain;
}

.tube-grids__image {
    padding: 0;
    background-image: url("/image/catalog/tube-landing/tube-grids-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
}

.tube-grids__wrapper {
    margin: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tube-grids__inner {
    margin: 0 0 0 65px;
}

.tube-grids__inner h3 {
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 58px !important;
    text-transform: uppercase;
    color: #2F2F2F !important;
    margin: 0;
}

.tube-grids__inner div {
    margin: 40px 0 0 111px;
}

.tube-grids__inner div p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    color: #2F2F2F !important;
}

.tube-grids__inner ul {
    margin: 40px 0 0;
    padding: 0 0 0 40px
}

.tube-grids__inner li {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    color: #2F2F2F !important;
    margin: 30px 0;
}

.tube-grids__inner li b {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.tube-grids {
    margin: 0 0 300px;
}

.tube-control {
    height: 700px;
    background-image: url(/image/catalog/tube-landing/tube-control-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    position: relative;
    margin: 0;
    background-color: #F5F5F5 !important;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tube-control__image {
    margin: 40px 0 0;
}

.tube-control__wrapper li > img {
    max-width: 120px;
}

.tube-control__wrapper h3 {
    font-weight: 700 !important;
    font-size: 48px !important;
    line-height: 48px !important;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin: 0;
}

.tube-control__wrapper h3 span {
    font-size: 32px !important;
    line-height: 32px !important;
    letter-spacing: 0.16em;
}

.tube-control__wrapper {
    margin: 100px 200px 0 -120px;
}

.tube-control__wrapper p {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-align: justify;
    color: #FFFFFF !important;
    margin: 40px 0 30px 113px;
}

.tube-control__wrapper b {
    color: #2C9ECF !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 26px !important;
}

.tube-control__wrapper ul {
    list-style: none;
    margin: 0 0 0 113px;
    padding: 0;
    display: grid;
    grid-template-columns: 135px 135px;
    gap: 50px;
    justify-content: flex-start;
}

.tube-control__wrapper li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.tube-control__wrapper li a img {
    margin: 25px 0 0;
}

.tube-functions {
    background: #F5F5F5 !important;
    padding: 200px 0 150px;
}

.tube-functions h3 {
    margin: 0;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
    text-align: center;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #2F2F2F !important;
}

.tube-functions li svg {
    width: 60px;
}

.tube-functions ul {
    list-style: none;
    margin: 100px 105px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.tube-functions li {
    background: #fff !important;
    padding: 34px;
}


.tube-functions li h5 {
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    color: #2F2F2F !important;
    margin: 10px 0;
}

.tube-simple {
    padding: 100px 152px;
    margin: 0;
    background-image: url(/image/catalog/tube-landing/tube-simple-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1000px;
    box-sizing: border-box;
}

.tube-simple h2 {
    margin: 0;
    padding: 0;
}


@media screen and (max-width: 1599px) {
    .tube-sense {
        margin: 100px 90px 100px 90px;
    }

    .tube-specifications__wrapper {
        margin: 100px 90px 100px 90px;
    }

    .tube-specifications__wrapper img {
        margin-right: 120px;
    }

    .tube-specifications__wrapper h3 {
        font-size: 42px !important;
        line-height: 54px !important;
    }

    .tube-specifications__wrapper ul li {
        margin: 0 0 70px;
    }

    .tube-screen h3 {
        padding: 100px 0 0 150px;
    }

    .tube-screen p {
        max-width: 550px;
        padding: 0 0 0 263px;
    }

    .tube-screen img {
        bottom: -150px;
        max-width: 425px;
    }

    .tube-experience ul {
        margin: 70px 70px 100px auto;
    }

    .tube-experience img {
        top: 740px;
        max-width: 520px;
    }

    .tube-distance ul {
        margin: 100px 130px 0;
    }

    .tube-rangefinder__wrapper {
        padding: 100px 60px 250px 60px;
    }

    .tube-rangefinder__wrapper h3 {
        font-size: 39px !important;
    }

    .tube-moments {
        padding: 0 168px;
    }

    .tube-autonomy {
        padding: 100px 110px;
        margin: 250px 0 0;
    }

    .tube-autonomy ul {
        margin: 60px 160px;
    }

    .tube-grids__wrapper {
        margin: 100px 60px;
    }

    .tube-control__wrapper {
        margin: 80px 60px 0 -130px;
    }

    .tube-functions ul {
        margin: 100px 60px;
    }

    .tube-functions li h5 {
        font-size: 17px;
        line-height: 23px;
    }
}

@media screen and (max-width: 1344px) {
    .tube-header h2 {
        font-size: 82px !important;
    }

    .tube-header {
        padding: 80px 150px 60px;
    }

    .tube-sense {
        margin: 100px 60px 100px 60px;
    }

    .tube-sense h3 {
        padding: 0;
        font-size: 38px !important;
        line-height: 52px !important;
    }

    .tube-sense span {
        font-size: 28px;
        line-height: 34px;
        padding: 0;
    }

    .tube-sense p {
        padding: 40px 106px;
    }

    .tube-sense img {
        bottom: 80px;
        right: -40px;
    }

    .tube-specifications__wrapper h3 {
        font-size: 38px !important;
        line-height: 48px !important;
    }

    .tube-screen h3 {
        padding: 100px 0 0 100px;
    }

    .tube-screen p {
        padding: 0 0 0 213px;
    }

    .tube-screen img {
        right: 10px;
        max-width: 390px;
    }

    .tube-experience img {
        display: none;
    }

    .tube-experience > div {
        padding: 0 0 150px;
    }

    .tube-distance ul {
        margin: 40px 63px 0;
        padding: 0 0 300px;
        background-position: center bottom 220px;
    }

    .tube-rangefinder__wrapper img {
        max-width: 460px;
    }

    .tube-moments {
        padding: 0 104px;
    }

    .tube-rangefinder__wrapper {
        padding: 100px 60px 200px 60px;
    }

    .tube-autonomy {
        padding: 100px 60px;
        margin: 200px 0 0;
    }

    .tube-image p {
        margin: 40px 0 100px 113px;
    }

    .tube-image h3 {
        margin: 0;
    }

    .tube-image {
        margin: 200px 100px 250px;
    }

    .tube-image h3 {
        font-size: 44px !important;
        line-height: 54px !important;
    }

    .tube-grids__wrapper img {
        max-width: 400px;
    }

    .tube-grids__inner {
        margin: 0 0 0 15px;
    }

    .tube-grids__inner h3 {
        font-size: 42px !important;
        line-height: 54px !important;
    }

    .tube-grids {
        margin: 0 0 200px;
    }

    .tube-control__image img {
        max-width: 530px;
    }

    .tube-control__wrapper h3 {
        font-size: 43px !important;
        line-height: 43px !important;
    }

    .tube-functions {
        padding: 150px 0 150px;
    }

    .tube-functions h3 {
        margin: 0 auto;
        max-width: 600px;
    }

    .tube-functions ul {
        gap: 30px;
    }

    .tube-functions li h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .tube-functions li {
        padding: 27px;
    }

    .tube-simple {
        padding: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .tube-header {
        padding: 60px 100px 60px;
        min-height: 800px;
    }

    .tube-header p {
        font-size: 20px !important;
        line-height: 27px !important;
    }

    .tube-header ul img {
        max-height: 60px;
    }

    .tube-header ul p {
        font-size: 17px !important;
    }

    .tube-header ul {
        gap: 35px;
    }

    .tube-sense {
        margin: 100px 100px 100px 30px;
        min-height: 825px;
    }

    .tube-sense img {
        bottom: -50px;
        right: -100px;
    }

    .tube-specifications__image {
        height: 360px;
    }

    .tube-specifications__wrapper {
        margin: 100px 30px 100px 30px;
    }

    .tube-specifications__wrapper img {
        margin-right: 20px;
    }

    .tube-screen p {
        max-width: 600px;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .tube-screen h3 {
        padding: 80px 0 0 100px;
    }

    .tube-screen img {
        right: 30px;
    }

    .tube-experience h3 {
        font-size: 42px !important;
        line-height: 42px !important;
    }

    .tube-experience h3 span {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .tube-experience ul {
        margin: 70px 50px 100px auto;
    }

    .tube-distance ul {
        margin: 40px 30px 0;
    }

    .tube-distance li img {
        width: 58px;
        margin: 0 20px 0 0;
    }

    .tube-distance li p {
        font-size: 28px;
        line-height: 33px;
    }

    .tube-distance li span {
        font-size: 18px;
    }

    .tube-distance li {
        padding: 92px 0 0 38px;
    }

    .tube-distance li:nth-of-type(2) {
        height: 352px;
    }

    .tube-distance ul {
        margin: 20px 30px 0;
    }

    .tube-rangefinder__image {
        height: 360px;
    }

    .tube-rangefinder__wrapper {
        padding: 60px 20px 170px 20px;
    }

    .tube-rangefinder__wrapper img {
        max-width: 400px;
    }

    .tube-rangefinder__wrapper h3 {
        font-size: 32px !important;
    }

    .tube-moments {
        padding: 0 64px;
    }

    .tube-moments h3 {
        font-size: 32px !important;
        text-transform: uppercase;
        text-align: left;
    }

    .tube-moments ul svg {
        height: 60px;
    }

    .tube-moments ul b {
        font-size: 28px;
    }

    .tube-moments ul {
        margin: 100px 50px;
    }

    .tube-autonomy {
        padding: 80px 60px;
        margin: 150px 0 0;
    }

    .tube-autonomy h2, .tube-simple h2 {
        font-size: 44px !important;
    }

    .tube-autonomy {
        height: 720px;
    }

    .tube-autonomy p, .tube-simple p {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .tube-autonomy ul {
        margin: 60px 60px;
    }

    .tube-image {
        margin: 170px 60px 220px;
    }

    .tube-grids__wrapper img {
        max-width: 300px;
    }

    .tube-grids__inner h3 {
        font-size: 32px !important;
        line-height: 44px !important;
        margin-left: -50px;
    }

    .tube-grids__inner div {
        margin: 40px 0 0 60px;
    }

    .tube-grids__inner div p {
        font-size: 18px;
        line-height: 24px;
    }

    .tube-grids__inner ul {
        padding: 0 0 0 20px;
    }

    .tube-grids__inner li {
        margin: 25px 0;
    }

    .tube-grids__inner li {
        font-size: 18px;
        line-height: 24px;
    }

    .tube-grids__inner li b {
        font-size: 18px;
        line-height: 24px;
    }

    .tube-control {
        height: 670px;
    }

    .tube-control__image {
        margin: 380px 0 0;
        position: absolute;
    }

    .tube-control__wrapper {
        margin: 80px 60px 0 60px;
    }

    .tube-control__wrapper h3 {
        font-size: 42px !important;
        line-height: 42px !important;
        margin: 0 0 0 111px;
    }

    .tube-control__wrapper p {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .tube-control__wrapper b {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .tube-control__wrapper div {
        position: absolute;
        right: 60px;
        bottom: -230px;
    }

    .tube-control__wrapper li > img {
        filter: brightness(0%);
    }

    .tube-functions {
        padding: 450px 0 100px;
    }

    .tube-functions ul {
        margin: 100px 30px;
    }

    .tube-functions li p {
        font-size: 14px;
        line-height: 18px;
    }

    .tube-simple {
        padding: 60px;
        height: 670px;
    }
}

@media screen and (max-width: 991px) {
    .tube-header {
        padding: 60px 20px;
        max-height: 670px;
        min-height: 670px;
    }

    .tubese-wifi__description > div div {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tube-header h2 {
        font-size: 64px !important;
        line-height: 80px !important;
    }

    .tube-header p {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .tube-header ul img {
        max-height: 50px;
    }

    .tube-header ul span {
        font-size: 11px;
        line-height: 11px;
    }

    .tube-header ul p {
        margin-top: 3px;
    }

    .tube-sense {
        margin: 80px 30px 80px 30px;
        min-height: 775px;
    }

    .tube-sense h3 {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .tube-sense span {
        font-size: 21px;
        line-height: 30px;
    }

    .tube-sense p {
        padding: 30px 0 0 86px;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .tube-sense p:before {
        width: 60px;
        margin: 8px 0 12px -83px;
    }

    .tube-sense img {
        bottom: 0;
        right: 0;
        max-width: 370px;
    }

    .tube-header ul {
        gap: 25px;
        margin: 0 20px;
    }

    .tube-specifications__image {
        height: 320px;
    }

    .tube-specifications__wrapper img {
        max-width: 180px;
    }

    .tube-specifications__wrapper {
        margin: 100px 0 100px 0;
        align-items: center;
    }

    .tube-specifications__wrapper h3 {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .tube-specifications__wrapper ul img {
        max-width: 55px;
        margin: 5px 30px 5px 0;
    }

    .tube-specifications__wrapper ul p, .tube-specifications__wrapper ul b {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .tube-specifications__wrapper ul li {
        margin: 0 0 70px;
    }

    .tube-screen p {
        font-size: 16px !important;
        line-height: 20px !important;
        padding: 0 60px 0 153px;
    }

    .tube-screen h3 {
        padding: 80px 0 0 60px;
        font-size: 42px !important;
        line-height: 48px !important;
        max-width: 560px;
    }

    .tube-screen h3 span {
        font-size: 24px !important;
        line-height: 29px !important;
        letter-spacing: 0.16em;
    }

    .tube-screen p:before, .tube-rangefinder__wrapper p:before, .tube-moments > p:before, .tube-image p:before, .tube-grids__inner div:before, .tube-control__wrapper p:before {
        width: 60px;
        margin: 8px 0 12px -89px;
    }

    .tube-screen {
        height: 600px;
    }

    .tube-screen img {
        max-width: 320px;
    }

    .tube-experience {
        padding: 230px 0 0;
    }

    .tube-experience h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .tube-experience h3 span {
        font-size: 24px;
        line-height: 29px;
    }

    .tube-experience ul {
        margin: 70px 0 40px 0;
        flex-wrap: nowrap;
        max-width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .tube-experience li:nth-of-type(odd) {
        margin-right: 0;
    }

    .tube-experience li:nth-of-type(2) {
        margin-top: 50px;
    }

    .tube-experience li:nth-of-type(3) {
        margin-top: 50px;
    }

    .tube-experience li:nth-of-type(4) {
        margin-top: 50px;
    }

    .tube-distance ul {
        padding: 0 0 200px;
        gap: 20px;
        background-position: center bottom 150px;
    }

    .tube-distance li img {
        width: 40px;
        margin: 0 15px 0 0;
    }

    .tube-distance li {
        width: 190px;
        padding: 102px 0 0 30px;
        height: 270px;
    }

    .tube-distance li p {
        font-size: 24px;
        line-height: 29px;
    }

    .tube-distance li span {
        font-size: 14px;
        line-height: 16px;
    }

    .tube-distance li div {
        margin: -5px 0;
    }

    .tube-distance li:nth-of-type(2) {
        height: 295px;
    }

    .tube-rangefinder__image {
        height: 320px;
    }

    .tube-rangefinder__wrapper {
        flex-direction: column-reverse;
        padding: 60px 30px 140px 20px;
    }

    .tube-rangefinder__wrapper div {
        margin-left: 60px;
        left: 0;
    }

    .tube-rangefinder__wrapper h3 {
        margin: 40px;
    }

    .tube-rangefinder__wrapper p {
        font-size: 16px !important;
        line-height: 21px !important;
        padding: 0 0 0 130px;
    }

    .tube-rangefinder__wrapper img {
        max-width: 100%;
        margin: 70px 0 0;
    }

    .tube-moments {
        padding: 0 30px;
    }

    .tube-moments > p {
        font-size: 16px !important;
        line-height: 21px !important;
        padding: 0 0 0 93px;
    }

    .tube-moments ul svg {
        height: 50px;
    }

    .tube-moments ul {
        margin: 100px 30px 80px;
        gap: 40px;
    }

    .tube-moments ul p:first-of-type {
        font-size: 14px;
        line-height: 16px;
    }

    .tube-moments ul p:last-of-type {
        margin: 0;
    }

    .tube-moments ul p:first-of-type:before {
        width: 70px;
        margin: 20px auto 12px;
    }

    .tube-moments ul b {
        font-size: 20px;
    }

    .tube-autonomy {
        padding: 60px;
        height: 670px;
    }

    .tube-autonomy h2, .tube-simple h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    .tube-autonomy h2:after, .tube-simple h2:after {
        height: 3px;
        width: 320px;
    }

    .tube-autonomy p, .tube-simple p {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .tube-autonomy ul img {
        height: 50px;
    }

    .tube-autonomy li p {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .tube-image {
        margin: 150px 30px 200px;
    }

    .tube-image h3 {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .tube-image p {
        font-size: 16px !important;
        line-height: 21px !important;
        margin: 40px 50px 100px 91px;
    }

    .tube-grids__image {
        height: 320px;
    }

    .tube-grids__wrapper {
        margin: 100px 30px;
        flex-direction: column-reverse;
    }

    .tube-grids__inner {
        margin: 0 0 0 125px;
    }

    .tube-grids__inner h3 {
        margin-left: -30px;
    }

    .tube-grids__wrapper img {
        max-width: 100%;
        margin: 50px 0 0;
    }

    .tube-control__wrapper {
        margin: 80px 30px 0 10px;
    }

    .tube-control__wrapper h3 {
        font-size: 32px !important;
        line-height: 39px !important;
    }

    .tube-control__wrapper h3 span {
        font-size: 24px !important;
    }

    .tube-control__wrapper p {
        font-size: 16px !important;
        line-height: 21px !important;
    }

    .tube-control__wrapper b {
        font-size: 16px !important;
        line-height: 21px !important;
    }

    .tube-control {
        height: 580px;
    }

    .tube-control__image img {
        max-width: 340px;
    }

    .tube-control__image {
        margin: 330px 0 0;
    }

    .tube-control__wrapper div {
        bottom: 50px;
    }

    .tube-control__wrapper li > img {
        max-width: 90px;
        filter: brightness(100%);
    }

    .tube-functions {
        padding: 250px 0 100px;
    }

    .tube-functions ul {
        margin: 80px 50px 50px;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .tube-simple {
        padding: 40px;
        height: 540px;
    }
}

@media screen and (max-width: 767px) {
    .tube-header {
        background-image: url(/image/catalog/tube-landing/tube-header-mob-bg.webp);
        background-position: top center;
        background-size: cover;
        padding: 240px 40px 60px;
        min-height: 900px;
    }

    .tube-header h2 {
        font-size: 40px !important;
        line-height: 42px !important;
    }

    .tube-header h2:after {
        height: 1px;
        background: #FFFFFF !important;
        width: 180px;
        margin: 20px auto 25px;
    }

    .tube-header p {
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .tube-header ul p {
        font-size: 16px !important;
    }

    .tube-sense h3 {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    .tube-sense span {
        font-size: 14px;
        line-height: 20px;
    }

    .tube-sense {
        margin: 80px 60px 80px 60px;
        min-height: 635px;
        background-position: bottom 50px left;
        background-size: 80%;
    }

    .tube-sense p {
        padding: 30px 0 0;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .tube-sense p:before {
        display: none;
    }

    .tube-sense img {
        max-width: 250px;
    }

    .tube-specifications__image {
        height: 240px;
    }

    .tube-specifications__wrapper img {
        display: none;
    }

    .tube-specifications__wrapper {
        margin: 100px 40px 80px;
    }

    .tube-specifications__wrapper h3 {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    .tube-specifications__wrapper ul img {
        max-width: 40px;
        margin: 5px 20px 5px 0;
    }

    .tube-specifications__wrapper ul p, .tube-specifications__wrapper ul b {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .tube-screen h3 {
        padding: 60px 60px 40px;
        font-size: 24px !important;
        line-height: 29px !important;
        max-width: 320px;
        text-align: center;
        margin: 0 auto;
    }

    .tube-screen h3 span {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .tube-screen p:before, .tube-rangefinder__wrapper p:before, .tube-moments > p:before, .tube-image p:before, .tube-grids__inner div:before, .tube-control__wrapper p:before {
        display: none;
    }

    .tube-screen p {
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 0 70px;
        font-weight: 400;
        margin: 0;
    }

    .tube-screen {
        background-position: left;
        height: 560px;
    }

    .tube-screen img {
        right: calc(50% - 160px);
        bottom: -170px;
    }

    .tube-experience h3 {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    .tube-experience h3 span {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .tube-experience h5 {
        font-size: 22px;
        line-height: 26px;
    }

    .tube-experience li b {
        font-size: 16px;
        line-height: 20px;
    }

    .tube-experience li p, .tube-functions li p {
        font-size: 14px;
        line-height: 18px;
    }

    .tube-experience > div {
        padding: 0 0 120px;
    }

    .tube-distance ul {
        margin: 0 110px;
        padding: 50px 0 120px;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        background-image: none;
    }

    .tube-distance li:nth-of-type(2) {
        background-image: url(/image/catalog/tube-landing/tube-distance-mob-bottom.svg);
        height: 165px;
        margin: -50px 0 -20px 150px;
    }

    .tube-distance li {
        background-image: url(/image/catalog/tube-landing/tube-distance-mob-bottom.svg);
        height: 165px;
        padding: 47px 0 0 30px;
    }

    .tube-distance h2 {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    .tube-rangefinder__image {
        height: 250px;
    }

    .tube-rangefinder__wrapper div {
        margin: 0 40px;
    }

    .tube-rangefinder__wrapper h3 {
        margin: 40px 0;
        font-size: 24px !important;
        line-height: 29px !important;
    }

    .tube-rangefinder__wrapper p {
        font-size: 14px !important;
        line-height: 21px !important;
        padding: 0;
        font-weight: 400 !important;
    }

    .tube-rangefinder__wrapper img {
        margin: 40px 40px 0 40px;
        max-width: 85%;
    }

    .tube-rangefinder__wrapper {
        padding: 60px 30px 100px 20px;
    }

    .tube-moments {
        padding: 0 60px;
    }

    .tube-moments h3 {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    .tube-moments > p {
        font-size: 14px !important;
        line-height: 21px !important;
        padding: 0;
        font-weight: 400 !important;
    }

    .tube-moments ul {
        margin: 50px 70px;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 50px;
    }

    .tube-autonomy {
        padding: 80px 60px;
        margin: 120px 0 0;
        height: 890px;
        background-image: url(/image/catalog/tube-landing/tube-autonomy-mob-bg.webp);
    }

    .tube-autonomy h2, .tube-simple h2 {
        font-size: 32px !important;
        line-height: 40px !important;
        padding: 140px 0 0;
    }

    .tube-autonomy h2:after, .tube-simple h2:after {
        height: 1px;
        width: 160px;
    }

    .tube-autonomy p, .tube-simple p {
        font-size: 14px !important;
        line-height: 18px !important;
        font-weight: 400 !important;
    }

    .tube-autonomy ul {
        list-style: none;
        margin: 60px 60px;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }

    .tube-autonomy ul img {
        height: 40px;
    }

    .tube-image h3 {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    .tube-image {
        margin: 150px 60px 200px;
    }

    .tube-image p {
        font-size: 14px !important;
        line-height: 18px !important;
        margin: 40px 0 60px 0;
        font-weight: 400 !important;
    }

    .tube-grids__image {
        height: 250px;
    }

    .tube-grids__wrapper {
        margin: 100px 60px;
    }

    .tube-grids__inner {
        margin: 0;
    }

    .tube-grids__inner h3 {
        font-size: 24px !important;
        line-height: 29px !important;
        margin: 0;
    }

    .tube-grids__inner div {
        margin: 40px 0 0 0;
    }

    .tube-grids__inner div p {
        font-size: 14px;
        line-height: 19px;
        margin: 0;
    }

    .tube-grids__inner li {
        font-size: 14px;
        line-height: 19px;
    }

    .tube-grids__inner li b {
        font-size: 14px;
        line-height: 19px;
    }

    .tube-grids__inner ul {
        padding: 0 0 0 40px;
    }

    .tube-grids {
        margin: 0 0 150px;
    }

    .tube-control__wrapper {
        margin: 60px 80px 0 80px;
    }

    .tube-control__wrapper h3 {
        font-size: 24px !important;
        line-height: 29px !important;
        margin: 0;
        text-align: center;
    }

    .tube-control__wrapper p {
        font-size: 14px !important;
        line-height: 19px !important;
        font-weight: 400;
        margin: 30px 0 0;
    }

    .tube-control__wrapper b {
        font-size: 14px !important;
        line-height: 19px !important;
        font-weight: 600;
    }

    .tube-control__image img {
        max-width: 320px;
    }

    .tube-control__wrapper li > img {
        max-width: 90px;
    }

    .tube-control__wrapper li a img {
        margin: 25px 0 0;
        max-width: 90px;
    }

    .tube-control__wrapper ul {
        grid-template-columns: 100px 100px;
        gap: 40px;
    }

    .tube-control__image {
        margin: 290px 0 0;
    }

    .tube-functions {
        padding: 200px 0 100px;
    }

    .tube-functions h3 {
        font-size: 24px !important;
        line-height: 29px !important;
        max-width: 460px;
    }

    .tube-simple {
        padding: 140px 82px 30px;
        margin: 0;
        background-image: url("/image/catalog/tube-landing/tube-simple-mob-bg.webp");
        background-repeat: no-repeat;
        background-position: top center;
    }
}


@media screen and (min-width: 567px) and (max-width: 767px) {
    .tube-header ul {
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 50px 30px;
        margin: 70px 0 0;
    }

    .tube-header li:nth-of-type(1) {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: 2;
        grid-column-end: 4;
    }

    .tube-header li:nth-of-type(2) {
        grid-row-start: 1;
        grid-column-start: 4;
        grid-row-end: 2;
        grid-column-end: 7;
    }

    .tube-header li:nth-of-type(3) {
        grid-row-start: 2;
        grid-column-start: 1;
        grid-row-end: 3;
        grid-column-end: 3;
    }

    .tube-header li:nth-of-type(4) {
        grid-row-start: 2;
        grid-column-start: 3;
        grid-row-end: 3;
        grid-column-end: 5;
    }

    .tube-header li:nth-of-type(5) {
        grid-row-start: 2;
        grid-column-start: 5;
        grid-row-end: 3;
        grid-column-end: 7;
    }
}

@media screen and (max-width: 567px) {
    .tube-header h2 {
        font-size: 30px !important;
        line-height: 32px !important;
    }

    .tube-header {
        background-image: url(/image/catalog/tube-landing/tube-header-mob-bg.webp);
        background-position: top center;
        background-size: cover;
        padding: 140px 20px 60px;
        min-height: 900px;
    }

    .tube-header li:nth-of-type(4) {
        display: none;
    }

    .tube-header ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .tube-sense {
        margin: 80px 0;
        min-height: 635px;
        background-position: bottom 50px left;
        background-size: 90%;
    }

    .tube-sense img {
        max-width: 200px;
    }

    .tube-specifications__image {
        height: 200px;
    }

    .tube-specifications__wrapper {
        margin: 100px 0 60px;
    }

    .tube-specifications__wrapper h3 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .tube-screen h3 {
        padding: 60px 20px 40px;
        font-size: 20px !important;
        line-height: 24px !important;
        max-width: 260px;
    }

    .tube-screen h3 span {
        font-size: 13px !important;
        line-height: 16px !important;
    }

    .tube-screen p {
        font-size: 12px !important;
        line-height: 16px !important;
        padding: 0 20px;
    }

    .tube-screen img {
        right: calc(50% - 150px);
        bottom: -140px;
        max-width: 300px;
    }

    .tube-experience h3 span {
        font-size: 13px !important;
        line-height: 16px !important;
    }

    .tube-experience ul {
        margin: 50px 20px 40px 20px;
    }

    .tube-experience li {
        padding: 24px;
    }

    .tube-experience li b {
        font-size: 14px;
        line-height: 16px;
    }

    .tube-experience h5 {
        font-size: 22px;
        line-height: 29px;
        margin: 6px 0 2px;
    }

    .tube-experience > div {
        padding: 0 0 80px;
    }

    .tube-distance ul {
        margin: 0 auto;
        max-width: 280px;
    }

    .tube-distance li:nth-of-type(2) {
        margin: -50px 0 -20px 80px;
    }

    .tube-rangefinder__image {
        height: 200px;
    }

    .tube-rangefinder__wrapper div {
        margin: 0;
    }

    .tube-rangefinder__wrapper {
        padding: 50px 0 100px 0;
    }

    .tube-rangefinder__wrapper img {
        margin: 40px 0 0 20px;
    }

    .tube-moments {
        padding: 0;
    }

    .tube-moments ul {
        margin: 50px 40px;
    }

    .tube-autonomy {
        padding: 80px 20px;
        margin: 100px 0 0;
        height: 950px;
    }

    .tube-autonomy h2, .tube-simple h2 {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    .tube-autonomy ul {
        margin: 60px 20px;
    }

    .tube-image {
        margin: 120px 0 150px;
    }

    .tube-image img {
        width: 100%;
    }

    .tube-grids__image {
        height: 200px;
    }

    .tube-grids__wrapper {
        margin: 80px 0;
    }

    .tube-control__wrapper {
        margin: 60px 20px 0 20px;
    }

    .tube-control__wrapper h3 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .tube-control__wrapper h3 span {
        font-size: 20px !important;
    }

    .tube-control__image img {
        max-width: 220px;
    }

    .tube-control__wrapper li > img {
        max-width: 70px;
    }

    .tube-control__wrapper ul {
        grid-template-columns: 80px 80px;
        gap: 30px;
    }

    .tube-control__wrapper div {
        bottom: 100px;
        right: 20px;
    }

    .tube-control__image {
        margin: 330px 0 0;
    }

    .tube-functions {
        padding: 150px 0 100px;
    }

    .tube-functions ul {
        margin: 60px 20px 50px;
    }

    .tube-simple {
        padding: 100px 32px 30px;
    }
}

@media screen and (max-width: 400px) {
    .tube-control__image img {
        max-width: 150px;
    }

    .tube-control__image {
        margin: 400px 0 0;
    }

    .tube-control__wrapper ul {
        grid-template-columns: 70px 70px;
        gap: 30px;
    }

    .tube-control__wrapper div {
        bottom: 45px;
    }

    .tube-control__wrapper li a img {
        max-width: 80px;
    }

    .tube-control__wrapper div {
        right: 20px;
    }

}


@media screen and (max-width: 350px) {
    .tube-control__image img {
        display: none;
    }

    .tube-control__wrapper div {
        bottom: 30px;
    }

    .tube-screen h3 {
        padding: 60px 10px 40px;
    }
}

.product-page .sticker {
    top: 10px;
    left: 10px
}

.product-page .row {
    display: flex;
    flex-direction: column;
}

.tabs-content {
    flex-direction: column;
    justify-content: flex-start
}

.tabs-content.active {
    display: flex !important;
}

.product-page .sticker__item {
    height: 24px;
    font-weight: 500
}

.product-page .sticker__item:after {
    width: 14px;
    height: 23px
}

.product-page__image {
    z-index: 9;
    margin: 30px 0 30px 0;
    max-width: 100%;
    width: 100%;
}

.product-page__image-main {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    background-clip: padding-box;
}

.product-page__image-main-img {
    cursor: zoom-in
}

.product-data__item-title {
    background: #fff;
    position: relative;
    z-index: 9;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    padding: 0 4px 0 0
}

.product-data__item-value {
    background: #fff;
    position: relative;
    z-index: 9;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;
    padding: 0 0 0 4px
}

.product-page__image-main .owl-nav {
    display: none
}

.product-page__image-addit {
    margin: 0 -10px
}

.product-data__item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 25px;
    position: relative
}

.product-data__item-wrapper:after {
    position: absolute;
    width: 100%;
    content: '';
    top: 12px;
    border-bottom: dotted 1px #22372C;
    opacity: .2
}

.product-page__image-addit-img {
    padding: 3px;
    font-size: .4em;
    border: 1px solid rgba(147, 204, 120, 0);
    transition: all linear .15s
}

.product-page__image-addit-img.selected {
    border: 1px solid #F3E3CD;
}

.product-page__short-text {
    margin: 0 0 30px
}

.product-page__short-attribute, .product-page__short-text div {
    margin: 15px 0 0
}

.product-page__short-text span, .product-page__attribute-group span {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px
}

.short-text__description * {
    display: none
}

.short-text__description b {
    display: inline
}

.product-price__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}

.product-fly-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-page__add-to-cart {
    height: 44px;
    background: #22372C;
    border: 0 solid transparent;
    padding: 0;
    color: #F3E3CD;
    transition: .2s
}

.product-page__add-to-cart span, .product-page__quick-order span {
    margin: 0 0 0 10px;
    font-family: 'RoadRadio';
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.product-page__add-to-cart:hover {
    background: #F3E3CD;
    color: #22372C;
}

.product-page__quick-order:hover {
    background: #22372C;
    color: #F3E3CD
}

.product-page__quick-order {
    margin: 20px 0 0;
    min-height: 44px;
    height: 44px;
    background: #F3E3CD;
    padding: 0;
    color: #22372C;
    border: 0 solid transparent;
    transition: .2s;
}

.short-text__description p:first-of-type, .short-text__description div:first-of-type {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    overflow: hidden;
    ext-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
}

.product-page__image-addit .owl-item {
    padding: 0 10px
}

.product-fly-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0 0
}

.product-fly-footer div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.product-page__image-addit .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 1em !important;
    border-radius: 0;
    box-shadow: 0 0 10px #ccc
}

.product-page__image-addit .owl-nav {
    left: -4px !important;
    right: -4px !important
}

button.product-page__wishlist-btn, button.product-page__compare-btn {
    transition: .2s;
    position: static;
    display: inline;
    width: auto;
    margin: 0 0 0 15px;
    padding: 0;
    font-weight: 500;
    font-size: 22px;
    border: 0 solid transparent;
    background: #fff
}

button.product-page__wishlist-btn span, button.product-page__compare-btn span {
    padding: 0 0 0 8px
}

button.product-page__wishlist-btn:hover, button.product-page__compare-btn:hover {
    color: #5B6770
}

.product-page__compare-btn {
    transform: rotate(90deg)
}

.product-page .uni-timer__group {
    padding: 3px 12px 4px
}

.product-page .uni-timer__digit {
    font-size: 1.15em
}

.product-page__image:hover .uni-timer {
    opacity: 0
}

.product-fly-card .qty-indicator {
    margin: 15px 0
}

.product-page__price {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #22372C;
}

.product-fly-short img {
    max-width: 75px;
    width: 100%;
    object-fit: contain
}

.product-fly-short span {
    margin: 0 0 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #22372C;
}

.product-fly-short {
    padding: 10px 20px;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 0px 10px 4px rgba(0, 72, 79, 0.04);
}

.product-page__main h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #22372C;
    margin: 0 0 20px 0
}

.product-fly-card .qty-switch__input {
    width: 30px;
    height: 30px;
    border-radius: 0;
    font-size: 14px;
    box-shadow: 0 0 15px 5px rgba(0, 72, 79, 0.05);
    border: 1px solid transparent
}

.product-fly-card .qty-switch {
    margin: 0;
}

.product-fly-card .qty-switch__btn {
    border: 0 solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 30px;
    line-height: 18px;
    border-radius: 0;
    background: transparent;
    color: #22372C;
    font-size: 14px;
}

.product-fly-card .qty-switch__btn:hover, .product-page .qty-switch__btn:active, .product-page .qty-switch__btn:focus {
    border: 0 solid transparent;
    color: #5B6770
}

.product-page__minimum {
    margin: -10px 0 25px;
    font-size: .85em;
    color: #888
}

.product-page__discount {
    display: flex;
    flex-wrap: wrap;
    margin: -25px 0 25px;
    font-size: .8em
}

.product-page__discount-item {
    margin: 0 10px 0 0
}

.product-page__option {
    margin: -5px -10px 10px
}

.product-page__option select {
    height: 32px
}

.product-page__option img {
    width: 34px
}

.product-page__option .option__name {
    height: 30px;
    line-height: 27px;
    padding: 0 10px
}

.product-page__more-attr {
    transition: .2s;
    display: inline-block;
    position: absolute;
    right: 0;
    margin: 2px 0 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #5B6770;
}

.product-page__more-attr:hover {
    color: #22372C;
}

.product-page__attribute-group {
    position: relative;
}

.product-page__rating {
    margin: 0 0 20px
}

.product-page__rating-a {
    border-bottom: dotted 1px
}

.product-page__textblock {
    display: flex;
    margin: 0 0 30px
}

.product-page__textblock-inner {
    padding: 15px 20px;
    font-size: .95em;
    border-radius: 3px;
    background: rgba(0, 0, 0, .03)
}

.product-page__share {
    overflow: hidden;
    margin: 20px 0 0;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-page__share-title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin: 0 15px 0 0
}

.product-block .product-data__item {
    font-size: .95em
}

.product-data__description p, .product-data__description div {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #22372C;
}

.product-data__description b {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #22372C;
}

.product-page__main li {
    margin: 5px 0;
    font-size: 15px;
}

.product-data__description h2, .tab-pane h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #22372C;
}

.product-data__description h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #22372C;
}

.product-data__description h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #22372C;
}

.product-data {
    display: flex;
    flex-direction: column
}

.product-base {
    display: flex;
    flex-direction: column;
}

.product-page__main {
    width: 100%;
}

.product-page__aside {
    width: 100%;
    height: 620px;
    position: sticky;
    top: 20px;
    margin: 30px 0 10px
}

.product-data__item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 5px
}

.product-data__item-div {
    width: 60%;
    min-width: 60%;
    display: flex;
    align-items: flex-end
}

.product-data__item-div:first-child:after {
    flex: 1 1 auto;
    content: '';
    margin: 0 10px 4px;
    border-bottom: dotted 1px #bbb
}

.product-tag {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
    font-size: .95em;
    font-weight: 500
}

.product-tag__item {
    transition: .2s;
    margin: 0;
    padding: 4px 20px 4px;
    background: #fff;
    color: #22372C !important;
    border-right: 1px solid #F3E3CD;
}

.product-tag__item:hover {
    background: #F3E3CD;
}

.product-banner {
    margin-bottom: 15px
}

.product-banner__item {
    display: flex;
    height: calc(100% - 15px);
    align-items: center;
    margin: 0 0 15px;
    padding: 12px;
    border-radius: 4px
}

.product-banner__item:after {
    position: absolute;
    top: 0;
    bottom: 15px;
    left: 10px;
    right: 10px;
    content: '';
    background: rgba(0, 0, 0, .015);
    transform: scale(0);
    transition: all linear .15s
}

.product-banner__item:hover:after {
    transform: scale(1)
}

.product-banner__item.link {
    cursor: pointer
}

.product-banner__icon {
    min-width: 40px;
    font-size: 2.3em
}

.product-banner__text {
    overflow: hidden;
    word-wrap: break-word;
    padding: 0 0 0 12px;
    font-size: .95em;
    font-weight: 500
}

.product-banner__text-span.link {
    text-decoration: underline dotted
}

.product-manuf {
    background: #f7f7f7;
    overflow: auto;
    margin: 0 0 30px;
    padding: 15px;
    border-radius: 4px
}

.product-manuf__image {
    max-width: 60px;
    float: left;
    margin: 0 15px 0 0;
    padding: 4px;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    background: #fff
}

.product-manuf__name {
    margin: 0 0 5px;
    font-size: 1.1em
}

#tab-description {
    line-height: 1.7em
}

#tab-specification .heading:not(:first-child) {
    margin: 30px 0 20px
}

#tab-specification .product-data__item-div {
    width: 50%;
    min-width: 50%
}

.review-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px;
    padding: 10px 15px;
    font-weight: 500;
    background: #f7f7f7;
    border-radius: 4px
}

.review-info > div {
    margin: 0 30px 0 0
}

.review-list__info-text {
    margin: 0 0 20px;
}

.review-form {
    margin: 0 0 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 72, 79, 0.06);
}

.review-form__input {
    position: relative;
    width: 23px;
    height: 20px;
    margin: 5px 0 10px !important;
    z-index: 99;
    cursor: pointer;
    opacity: 0
}

.review-form__stars {
    position: absolute;
    top: 4px
}

.review-form__star {
    float: left;
    width: 23px;
    font-size: 1.5em !important
}

.review-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
    padding: 15px 30px;
    box-shadow: 0 0 15px rgba(0, 72, 79, 0.06);
}

.review-list__item.popular {
    position: relative;
    z-index: 1;
    background: #fff
}

.review-list__popular-text {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .05);
    font-size: .8em;
    font-weight: 500;
    color: #080;
    white-space: nowrap;
    border-radius: 3px
}

.review-list__info {
    border-bottom: 1px solid #5B6770;
    margin: 0 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.review-list__rating, .review-list__name, .review-list__date {
    margin: 0 0 15px
}

.review-list__rating {
    position: absolute;
    right: 25px;
    top: 70px;
}

.review-list__name {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #22372C;
}

.review-list__name i {
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 12px;
    color: #22372C;
    margin: 0 5px 0 0;
}

.review-list__date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #22372C;
}

.review-list__votes {
    position: absolute;
    right: 30px;
    bottom: 30px;
    margin-top: auto;
    padding: 15px 0 0;
    color: #5B6770;
    font-weight: 500
}

.review-list__votes .fas {
    margin: 0 10px 0 0;
    font-size: 1.2em;
    cursor: pointer
}

.review-list__votes .fa-thumbs-up:hover {
    color: #080
}

.review-list__votes .fa-thumbs-down {
    position: relative;
    bottom: -3px;
    margin: 0 10px 0 15px
}

.review-list__votes .fa-thumbs-down:hover {
    color: #f00
}

.review-list__plus, .review-list__minus {
    margin: 0 0 20px;
    line-height: 1.6em;
    word-wrap: break-word
}

.review-list__comment {
    line-height: 1.6em;
    word-wrap: break-word
}

.review-list__plus-heading, .review-list__minus-heading, .review-list__comment-heading {
    color: #22372C;
    margin: 0 0 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.review-list__icon {
    width: 15px;
    margin: 0 5px 0 0
}

.review-list__reply {
    margin: 20px 0 0;
    padding: 0 15px;
    border-left: solid 4px #5B6770;
}

.review-list__reply-heading {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #22372C;
}

.show-more-review {
    margin: 10px 0 30px;
    text-align: center
}

.review-pagination {
    margin-bottom: 20px
}

.product-download {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 4px
}

.product-download__item {
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

.product-download__item:last-child {
    margin: 0
}

.product-download__icon {
    padding: 0 15px 0 0;
    font-size: 2.2em;
    color: #888
}

.product-download__name {
    font-weight: 500
}

.product-download__size {
    padding: 0 0 0 15px;
    color: #888;
    font-size: .8em;
    white-space: nowrap
}

.product-page__image.fixed {
    position: fixed;
    z-index: 999999999991070;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #fff
}

.product-page__image.fixed .owl-item {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.product-page__image.fixed .product-page__image-product-name {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-page__image.fixed .product-page__image-product-name-title {
    padding: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}

.product-page__image.fixed .product-page__image-main {
    flex: 1 1 100%;
    align-items: center;
    margin: 0;
    border: none
}

.product-page__image.fixed .sticker, .product-page__image.fixed .uni-timer {
    display: none
}

.product-page__image.fixed .product-page__image-main-img {
    width: 0;
    height: 0;
    cursor: default !important
}

.product-page__image.fixed .product-page__image-addit {
    display: flex;
    justify-content: center;
    margin: 15px
}

.product-page__image.fixed .product-page__image-close {
    font-size: 20px;
    color: #22372C;
    display: flex;
    width: 50px;
    min-width: 50px;
    height: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    opacity: .8;
    cursor: pointer
}

.product-fly-card .price-new {
    color: #5B6770;
    font-size: 22px;
}

.product-content {
    padding: 30px 20px;
}

.product-aside__button {
    margin: 0 0 20px;
    height: 50px;
    width: 100%;
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-block {
    width: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(min-content, max-content));
    gap: 0 30px;
    padding: 0;
    margin: 0;
    min-height: 404px
}


.product-block-n {
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 404px
}


.product-page__inner:first-of-type {
    width: 100%;
    padding: 0
}

.product-page__inner:last-of-type {
    margin: 50px 0 70px;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
}

.product-fly-card {
    padding: 20px 30px;
    box-shadow: 0 0 10px 4px rgba(0, 72, 79, 0.04);
}

.product-page-tabs {
    scrollbar-width: thin;
    margin: 10px 0 !important;
}

.product-page-tabs::-webkit-scrollbar-thumb {
    background-color: #22372C;
}

.product-page-tabs::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}

.product-fly-card .price-old {
    position: absolute;
    top: 18px;
    margin: 0;
}

.product-title__wrapper svg {
    display: none
}

.uni-wrapper_white {
    display: none
}

@media (max-width: 767px) {
    .product-page-tabs {
        max-width: calc(100% - 50px) !important
    }

    .product-title__wrapper > svg {
        display: block;
        position: absolute;
        height: 20px;
        right: 0;
        top: 3px;
    }

    .uni-wrapper_white {
        display: block;
        position: absolute;
        top: 0;
        height: 20px;
        right: 40px;
        width: 50px;
        z-index: 9999;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 65%);
    }
}

@media (max-width: 767px) {
    .product-block-n {
        min-height: 964px
    }
}

@media (max-width: 567px) {
    .product-block-n {
        min-height: 924px
    }
}

@media (min-width: 567px) {
    .product-page-tabs {
        margin: 20px;
    }
}

@media (min-width: 768px) {
    .product-page__aside {
        width: 295px;
        height: 620px;
        position: sticky;
        top: 20px;
        margin: 0
    }

    .product-page__main {
        width: 400px;
    }

    .product-base {
        flex-direction: row;
        justify-content: space-between;
    }

    .product-page .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .product-block-n {
        display: grid;
        gap: 0 30px;
        grid-template-columns: repeat(2, minmax(min-content, max-content))
    }

    .product-block {
        grid-template-columns: repeat(2, minmax(min-content, max-content))
    }

    .product-page__inner:first-of-type {
        width: 383px;
        padding: 0 0 420px 0
    }

    .product-page__inner:last-of-type {
        margin: 0 0 80px;
        width: 295px;
        height: 574px;
        box-sizing: border-box;
        position: sticky;
        top: 20px;
    }

    .product-page__image {
        z-index: 9;
        margin: -380px 0 100px 0;
        max-width: 322px;
        width: 100%;
        float: left;
    }

    #tab-specification .product-data__item-div {
        width: 50%;
        min-width: 50%;
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    #tab-specification .product-data__item-div {
        font-size: 14px;
        max-width: 60%;
        width: 60%;
    }

    .product-page__aside {
        width: 295px;
        height: 620px;
        position: sticky;
        top: 70px;
        margin: 0
    }

    .product-fly-short {
        padding: 10px 30px;
    }

    .product-content {
        padding: 20px 20px;
    }

    .product-page__inner:first-of-type {
        width: 283px;
        padding: 0
    }

    .product-page .row {
        display: block;
    }

    .product-block-n {
        width: auto;
        display: grid;
        gap: 0 30px;
        grid-template-columns: repeat(2, minmax(min-content, max-content))
    }

    .product-page__image {
        margin: 0 0 190px 0;
    }

    .product-page__inner:last-of-type {
        top: 80px;
    }

    .product-page__main {
        width: 610px;
    }

    .review-list__name {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .product-fly-short {
        padding: 15px 30px;
    }

    .product-data__description h2, .tab-pane h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .product-content {
        padding: 0 20px;
    }

    .product-block {
        min-height: 444px
    }

    .product-block-n {
        min-height: 444px;
        grid-template-columns: repeat(2, minmax(min-content, max-content));
        width: auto;
        display: grid;
        gap: 0 30px;
        margin: 0;
        padding: 0;
    }

    .product-page__image {
        max-width: 522px;
        margin: 0 0 80px 0;
    }

    .product-page__main {
        width: 810px;
    }
}

@media (min-width: 1345px) {
    .product-aside__button {
        margin: 0 0 30px;
    }

    .product-data__item-wrapper {
        min-height: 30px;
    }

    .product-data__item-title {
        font-size: 14px;
    }

    .product-data__item-value {
        font-size: 14px;
    }

    .product-fly-card {
        padding: 30px 40px;
    }

    .product-fly-short {
        padding: 15px 40px;
        margin: 0 0 30px 0;
    }

    .product-fly-card .price-old {
        position: relative;
        top: auto;
        margin: 0 0 0 10px;
    }

    .product-page__aside {
        width: 335px;
        height: 620px;
    }

    .product-page__main {
        width: 900px;
    }

    .product-page__inner:first-of-type {
        width: 373px;
    }

    .product-page__inner:last-of-type {
        width: 335px;
    }
}

@media (min-width: 1600px) {
    .product-page {
        padding: 0 10px
    }

    .product-fly-card .price-old {
        position: relative;
        top: auto;
        margin: 0 0 0 10px;
    }

    .product-content {
        padding: 0 5px;
    }

    .product-page__aside {
        width: 377px;
        height: 620px;
    }

    .product-page__image {
        margin: 0 60px 90px 0;
    }

    .product-page__main {
        width: 1050px;
    }

    .product-page__inner:first-of-type {
        width: 469px;
    }

    .product-page__inner:last-of-type {
        width: 377px;
    }
}

.product-page__image.fixed .product-page__image-main-carousel, .product-page__image.fixed .product-page__image-main .owl-item {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.product-page__image.fixed .product-page__image-main .owl-stage, .product-page__image.fixed .product-page__image-main .owl-stage-outer {
    width: 100%;
    height: 100%
}

#tab-video .play, .icon-play-large {
    opacity: 1
}

.product-page__image.fixed .video-size-gallery {
    height: 100%
}

.v_thumb_block {
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.video-container-gallery {
    height: 100%
}

@media (min-width: 992px) {
    .product-page__image.fixed .product-page__image-main .owl-nav {
        display: block;
        left: 20px;
        right: 20px;
        opacity: 1
    }
}

@media (min-width: 767px) {
    .product-page__image {
        position: static;
        position: sticky;
        top: 50px
    }
}

@media (min-width: 575px) {
    .review-list__popular-text.static {
        position: static
    }
}

@media (max-width: 575px) {
    .review-list__item {
        flex-wrap: wrap
    }

    .review-list__votes {
        padding: 0 0 15px
    }
}

@media (max-width: 767px) {
    .product-manuf {
        display: none
    }

    .review-pagination > div {
        margin: 0 0 15px;
        text-align: center
    }
}

@media (max-width: 992px) {
    .product-page__cart.row-flex .product-page__add-to-cart {
        flex: 1 1 auto
    }

    .product-page__cart.row-flex .product-page__quick-order {
        flex: 1 1 100%;
        margin: 15px 0 0 !important;
        font-weight: 400
    }

    .product-page__cart.row-flex .product-page__quick-order i, .product-page__cart:not(.row-flex) .product-page__quick-order span {
        display: none
    }
}


.about-product-info {
    padding: 70px 90px 0;
}

.shockproof-housing__mask {
    position: absolute;
    bottom: 0;
    max-width: unset !important;
}

.about-product-info h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #136A96;
    margin: 0 0 20px;
}

.about-product-info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #136A96;
    margin: 0;
}

.about-product-info img {
    width: 92%;
    margin: 0 4%;
    object-fit: contain;
}

.lens-description {
    background: url("../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/lens-description-bg.webp");
    height: 1555px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    position: relative;
}

.lens-description img {
    max-width: 750px !important;
    width: 100%;
    object-fit: contain;
    bottom: 160px;
    right: 50px;
    position: absolute;
}

.lens-description div {
    margin-bottom: 600px;
    margin-left: 100px;
    max-width: 690px;
    width: 100%;
}

.lens-description h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    margin: 30px 0;
}

.lens-description p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.multilayer-coating-description ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    gap: 40px 100px;
    grid-template-areas:
    "multilayer-coating-1 multilayer-coating-1"
    "multilayer-coating-2 multilayer-coating-3";
    list-style: none;
    margin: 0 100px;
    padding: 0;
}

.multilayer-coating-description li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.multilayer-coating-description ul li:first-of-type {
    grid-area: multilayer-coating-1;
    max-width: 50%;
    margin: 0 25%;
}

.multilayer-coating-description ul li:nth-of-type(2) {
    grid-area: multilayer-coating-2;
}

.multilayer-coating-description ul li:nth-of-type(3) {
    grid-area: multilayer-coating-3;
}

.multilayer-coating-description h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #136A96;
    margin: 80px 0 30px 100px;
}

.multilayer-coating-description h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #136A96;
    margin: 20px 0 0;
    max-width: 350px;
}

.multilayer-coating-description li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #136A96;
    max-width: 350px;
}

.multilayer-coating-description li img {
    max-width: 490px;
    width: 100%;
    object-fit: contain;
}

.hydrophobic-coating-description {
    margin: 100px 0 0;
}

.hydrophobic-coating-description__text, .zero-stop-system div {
    background: #1D6994;
    font-style: normal;
    font-weight: 500;
    font-size: 29px;
    line-height: 35px;
    color: #FFFFFF;
    padding: 38px 100px;
    margin: 0;
}

.hydrophobic-coating-description__text p, .zero-stop-system p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.hydrophobic-coating-description__wrapper {
    margin: 0;
    background-image: url("../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/hydrophobic-coating-bg.webp");
    background-size: contain;
    padding: 117px 100px 0;
    position: relative;
    background-repeat: no-repeat;
}

.hydrophobic-coating-description__wrapper h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.hydrophobic-coating-description__wrapper p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 30px 0;
    min-height: 60px;
}

.hydrophobic-coating-description__wrapper li p {
    margin: 5px 0;
}

.hydrophobic-coating-description__wrapper ul {
    margin: 120px 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    list-style: none;
}

.hydrophobic-coating-description__wrapper li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.hydrophobic-coating-description__wrapper div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 55px;
    line-height: 67px;
    color: #FFFFFF;
    margin-top: 504px;
    bottom: 250px;
    position: relative;
}

.hydrophobic-coating-description__wrapper div span:first-of-type {
    margin-bottom: 170px;
    font-size: 28px;
    line-height: 34px;
}

.sight-magnification__description {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
    color: #136A96 !important;
    margin: 0 100px 50px;
    position: relative;
}

.sight-magnification {
    margin: 20px 0;
}

.sight-magnification img {
    max-width: 1450px !important;
    width: 100%;
    object-fit: contain;
}

.sight-magnification__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sight-magnification__wrapper div {
    margin: 0 0 0 100px;
    max-width: 460px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sight-magnification__wrapper img {
    max-width: 700px !important;
    width: 100%;
    object-fit: contain;
}

.sight-magnification__wrapper h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #136A96;
    margin: 20px 0;
}

.sight-magnification__wrapper p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #136A96;
}

.sighting-grid {
    margin: 100px;
}

.sighting-grid h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #136A96;
    margin: 20px 0;
}

.sighting-grid p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #136A96;
}

.sighting-grid div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0 180px;
}

.sighting-grid div img {
    max-width: 590px;
    width: 100%;
    object-fit: contain;
}

.reticle-illumination {
    background-image: url("../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/reticle-illumination.webp");
    height: 1059px;
    background-position: bottom;
    position: relative;
}

.reticle-illumination h3 {
    margin: 0 0 0 100px;
    padding: 70px 0 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.reticle-illumination img {
    margin: 0 32%;
    width: 36%;
    bottom: 190px;
    position: absolute;
}

.reticle-illumination p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0 100px;
}

.zero-stop-system {
    margin: 20px 0;
}

.zero-stop-system h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #136A96;
    margin: 50px 100px;
}

.zero-stop-system img {
    width: 76%;
    object-fit: contain;
    margin: 0 12% 60px;
}

.input-wide-range {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 100px;
}

.input-wide-range h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #136A96;
    margin: 30px 0;
}

.input-wide-range p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #136A96;
}

.input-wide-range div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-wide-range div:last-of-type {
    position: relative;
}

.input-wide-range div:last-of-type span {
    position: absolute;
    font-size: 88px;
    line-height: 107px;
    text-transform: uppercase;
    font-weight: 700;
    color: #136A96;
    right: 60px;
    margin-bottom: 30px;
}

.closed-correction-drums {
    height: 935px;
    background-color: #1D6994;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.closed-correction-drums__sight {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 835px;
}

.closed-correction-drums__mask {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.closed-correction-drums h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 370px;
    width: 100%;
    margin: 30px 100px;
}

.closed-correction-drums p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0 100px;
    max-width: 570px;
    width: 100%;
}

.shockproof-housing {
    margin: 70px 0;
}

.shockproof-housing h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #136A96;
    margin: 20px 100px;
}

.shockproof-housing p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #136A96;
    margin: 0 100px;
}

.shockproof-housing span {
    font-weight: 700;
    font-size: 280px;
    line-height: 341px;
    text-transform: uppercase;
    color: #136A96;
    text-shadow: 8px 11px 10px rgba(0, 0, 0, 0.25);
    margin: 20px auto;
    text-align: center;
    width: 100%;
    display: block;
}

.shockproof-housing__wrapper {
    background-image: url("../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/shockproof-housing-bg.webp");
    background-size: contain;
    height: 2172px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.shockproof-housing__sight {
    position: absolute;
    top: 0;
    max-width: unset !important;
}

.shockproof-housing__inner {
    margin: 70px 100px 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.shockproof-housing__inner h5 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 40px 0;
}

.shockproof-housing__inner p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
}

.shockproof-housing__inner img {
    margin-bottom: -80px;
    max-width: 245px !important;
    width: 100%;
    object-fit: contain;
    margin-left: 95px;
}

.nitrogen-filling {
    padding: 30px 0 50px 0;
}

.nitrogen-filling h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #136A96;
    margin: 30px 100px;
}

.nitrogen-filling p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #136A96;
    margin: 0 100px;
}

@media screen and (max-width: 1599px) {

    .about-product-info {
        padding: 70px 50px 0;
    }

    .shockproof-housing__mask {
        width: 120%;
    }

    .shockproof-housing__sight {
        width: 260%;
    }

    .lens-description div {
        margin-left: 50px;
    }

    .lens-description img {
        right: 0;
        max-width: 700px !important;
    }

    .lens-description p {
        max-width: 510px;
        width: 100%;
    }

    .multilayer-coating-description h3 {
        margin: 80px 0 30px 50px;
    }

    .multilayer-coating-description li img {
        max-width: 450px;
    }

    .hydrophobic-coating-description {
        margin: 70px 0 0;
    }

    .hydrophobic-coating-description__text, .zero-stop-system div {
        font-size: 25px;
        line-height: 30px;
        padding: 30px 50px;
    }

    .hydrophobic-coating-description__wrapper {
        padding: 80px 50px 0;
        height: 1418px;
        background-image: url(../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/hydrophobic-coating-1250-bg.webp);
    }

    .hydrophobic-coating-description__wrapper div {
        margin-top: 200px;
        bottom: 50px;
        position: relative;
    }

    .hydrophobic-coating-description__wrapper div span:first-of-type {
        margin-bottom: 120px;
    }

    .sight-magnification__description {
        margin: 0 50px 30px;
    }

    .sight-magnification__wrapper div {
        margin: 100px 0 0 50px;
        max-width: 410px;
    }

    .sight-magnification__wrapper img {
        max-width: 780px !important;
    }

    .sighting-grid {
        margin: 100px 50px;
    }

    .sighting-grid div img {
        max-width: 530px;
    }

    .reticle-illumination {
        background: url(../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/reticle-illumination-1250-bg.webp);
        height: 979px;
    }

    .reticle-illumination img {
        margin: 0 30%;
        width: 40%;
        bottom: 160px;
    }

    .reticle-illumination h3 {
        margin: 0 0 0 40px;
        padding: 70px 0 30px;
    }

    .reticle-illumination p {
        margin: 0 40px;
    }

    .zero-stop-system h3 {
        margin: 70px 50px;
    }

    .input-wide-range {
        font-size: 50px;
        line-height: 61px;
        margin: 100px 50px;
    }

    .zero-stop-system img {
        width: 70%;
        object-fit: contain;
        margin: 0 15%;
    }

    .input-wide-range p {
        max-width: 380px;
    }

    .input-wide-range h3 {
        margin: 60px 0 10px;
        max-width: 460px;
    }

    .input-wide-range div:last-of-type span {
        font-size: 64px;
        line-height: 78px;
        right: 110px;
    }

    .input-wide-range img {
        max-width: 735px;
        width: 100%;
        object-fit: contain;
    }

    .closed-correction-drums {
        height: 800px;
    }


    .closed-correction-drums__sight {
        width: 715px;
    }

    .closed-correction-drums h3 {
        max-width: 380px;
        margin: 30px 50px;
    }

    .closed-correction-drums p {
        margin: 0 50px;
        max-width: 525px;
    }

    .shockproof-housing h3 {
        margin: 20px 50px;
    }

    .shockproof-housing p {
        margin: 0 50px;
    }

    .shockproof-housing span {
        font-size: 254px;
        line-height: 310px;
    }

    .shockproof-housing__wrapper {
        height: 1873px;
    }

    .shockproof-housing__inner {
        margin: 70px 50px 110px;
    }

    .shockproof-housing__inner h5 {
        margin: 20px 0;
    }

    .shockproof-housing__inner p {
        margin: 0;
    }

    .shockproof-housing__inner img {
        margin-bottom: -70px;
        max-width: 220px !important;
        margin-left: 15px;
    }

    .nitrogen-filling {
        padding: 100px 0 30px 0;
    }

    .nitrogen-filling h3 {
        margin: 0 50px 20px;
    }

    .nitrogen-filling p {
        margin: 0 50px;
    }

    .nitrogen-filling img {
        max-width: 80%;
        margin-top: 30px;
    }

    .shockproof-housing {
        margin: 70px 0 20px;
    }

    .about-product-info img {
        width: 74%;
        margin: 0 13%;
    }
}

@media screen and (max-width: 1344px) {
    .zero-stop-system h3 {
        margin: 50px 50px;
    }

    .lens-description {
        background: url(../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/lens-description-1120-bg.webp);
        height: 1225px;
    }

    .zero-stop-system img {
        width: 60%;
        margin: 0 20%;
    }

    .lens-description img {
        right: 0;
        max-width: 640px !important;
        bottom: 120px;
    }

    .lens-description div {
        margin-bottom: 430px;
        margin-left: 50px;
        max-width: 620px;
    }

    .lens-description h3 {
        margin: 10px 0;
    }

    .lens-description p {
        max-width: 510px;
        width: 100%;
    }

    .multilayer-coating-description h3 {
        margin: 80px 0 30px 45px;
    }

    .multilayer-coating-description li img {
        max-width: 430px;
    }

    .multilayer-coating-description h5 {
        margin: 20px 0 0;
    }

    .multilayer-coating-description li p {
        margin: 15px 0 0;
    }

    .hydrophobic-coating-description__text, .zero-stop-system div {
        font-size: 23px;
        line-height: 28px;
        padding: 30px 50px;
    }

    .hydrophobic-coating-description__wrapper img {
        max-width: 400px;
        width: 100%;
        object-fit: contain;
    }

    .hydrophobic-coating-description__wrapper div {
        bottom: 80px;
        font-size: 47px;
        line-height: 57px;
    }

    .hydrophobic-coating-description__wrapper {
        padding: 60px 50px 0;
        height: 1271px;
    }

    .sight-magnification__description {
        margin: 30px 30px 60px;
    }

    .sight-magnification__wrapper h3 {
        margin: 20px 0;
    }

    .sight-magnification__wrapper img {
        max-width: 670px !important;
    }

    .sighting-grid div img {
        max-width: 470px;
    }

    .reticle-illumination {
        background-position-x: center;
    }

    .reticle-illumination h3 {
        margin: 0 0 0 50px;
        padding: 60px 0 20px;
    }

    .hydrophobic-coating-description__wrapper ul {
        margin: 90px 0 0;
    }

    .reticle-illumination p {
        margin: 0 50px;
    }

    .reticle-illumination img {
        margin: 0 28%;
        width: 44%;

        bottom: 160px;
    }

    .input-wide-range h3 {
        margin: 40px 0 30px;
    }

    .input-wide-range p {
        max-width: 380px;
    }

    .input-wide-range div:last-of-type span {
        font-size: 56px;
        line-height: 68px;
        right: 50px;
    }

    .input-wide-range img {
        max-width: 620px;
    }

    .input-wide-range {
        margin: 60px 50px;
    }

    .closed-correction-drums {
        height: 720px;
    }

    .closed-correction-drums__sight {
        width: 645px;
    }

    .closed-correction-drums h3 {
        margin: 30px 50px;
    }

    .closed-correction-drums p {
        max-width: 470px;
    }

    .shockproof-housing p {
        margin: 0 50px;
    }

    .shockproof-housing span {
        font-size: 224px;
        line-height: 273px;
    }

    .shockproof-housing__wrapper {
        height: 1678px;
    }

    .shockproof-housing__inner img {
        margin-bottom: -40px;
        max-width: 170px !important;
        margin-left: 60px;
    }

    .shockproof-housing__inner h5 {
        margin: 10px 0;
    }

    .shockproof-housing p {
        margin: 0 50px;
    }

    .shockproof-housing__inner p {
        margin: 0;
    }

    .shockproof-housing__inner img {
        margin-left: 35px;
    }

    .nitrogen-filling {
        padding: 0 0 30px 0;
    }

    .nitrogen-filling h3 {
        margin: 0 50px 10px;
    }

    .nitrogen-filling p {
        margin: 0 50px;
    }

    .nitrogen-filling img {
        max-width: 70%;
        margin: 30px 15% 0;
    }
}

@media screen and (max-width: 1199px) {
    .about-product-info h2 {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 10px;
    }

    .about-product-info p {
        font-size: 14px;
        line-height: 17px;
    }

    .lens-description h3 {
        font-size: 24px;
        line-height: 29px;
    }

    .lens-description {
        background: url(../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/lens-description-920-bg.webp);
        height: 1005px;
    }

    .lens-description div {
        margin-bottom: 300px;
        margin-left: 50px;
        max-width: 460px;
    }

    .lens-description img {
        right: 0;
        max-width: 500px !important;
        bottom: 100px;
    }

    .lens-description h3 {
        margin: 10px 0;
    }

    .lens-description p {
        max-width: 460px;
        width: 100%;
        font-size: 14px;
        line-height: 17px;
    }

    .multilayer-coating-description h5 {
        font-size: 22px;
        line-height: 27px;
        margin: 20px 0 0;
    }

    .multilayer-coating-description ul li:first-of-type {
        grid-area: multilayer-coating-1;
        max-width: 470px;
        margin: 0 auto;
    }

    .multilayer-coating-description ul li {
        max-width: 470px;
        width: 100%;
        margin: 15px auto;
    }

    .multilayer-coating-description li p {
        font-size: 14px;
        line-height: 17px;
        margin: 10px 0 0;
        max-width: 350px;
    }

    .multilayer-coating-description h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 80px 0 30px 50px;
    }

    .multilayer-coating-description ul {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        grid-template-areas:
        "multilayer-coating-1"
        "multilayer-coating-2"
        "multilayer-coating-3";
        margin: 0 100px;
    }

    .hydrophobic-coating-description__wrapper {
        padding: 40px 50px 0;
        height: 1044px;
    }

    .hydrophobic-coating-description__wrapper h3 {
        font-size: 24px;
        line-height: 29px;
    }

    .hydrophobic-coating-description__wrapper p {
        font-size: 14px;
        line-height: 17px;
        margin: 20px 0;
    }

    .hydrophobic-coating-description__wrapper img {
        max-width: 360px;
    }

    .hydrophobic-coating-description__wrapper div {
        bottom: 140px;
        font-size: 38px;
        line-height: 46px;
    }

    .shockproof-housing__artelv {
        max-width: 650px;
    }

    .shockproof-housing__sight {
        width: 230%;
    }

    .shockproof-housing__mask {
        width: 130%;
    }

    .hydrophobic-coating-description__wrapper div span:first-of-type {
        margin-bottom: 90px;
    }

    .sight-magnification__description {
        margin: 20px 40px 40px;
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .sight-magnification__wrapper h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 10px 0 5px;
    }

    .sight-magnification__wrapper div {
        margin: 40px 50px 0 0;
        max-width: 820px;
    }

    .sight-magnification__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }

    .sight-magnification__wrapper p {
        font-size: 14px;
        line-height: 17px;
    }

    .sight-magnification__wrapper img {
        position: relative;
        right: 0;
    }

    .sighting-grid h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 0;
    }

    .sighting-grid p {
        font-size: 14px;
        line-height: 17px;
        margin: 10px 0 30px;
    }

    .sighting-grid div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin: 50px 0 120px;
    }

    .reticle-illumination {
        background-image: url(../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/reticle-illumination-920-bg.webp);
        height: 669px;
    }

    .reticle-illumination img {
        margin: 0 30%;
        width: 40%;
        bottom: 80px;
    }

    .reticle-illumination h3 {
        margin: 0 0 0 40px;
        padding: 50px 0 20px;
        font-size: 24px;
        line-height: 29px;
    }

    .reticle-illumination p {
        margin: 0 40px;
        font-size: 14px;
        line-height: 17px;
    }

    .zero-stop-system h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 60px 50px 20px;
    }

    .hydrophobic-coating-description__text, .zero-stop-system div {
        font-size: 18px;
        line-height: 22px;
        padding: 30px 50px;
    }


    .hydrophobic-coating-description__text p, .zero-stop-system p {
        font-size: 14px;
        line-height: 17px;
    }

    .input-wide-range h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 0;
        max-width: 280px;
    }

    .input-wide-range p {
        font-size: 14px;
        line-height: 17px;
        max-width: 260px;
    }

    .input-wide-range img {
        max-width: 530px;
    }

    .closed-correction-drums {
        height: 595px;
    }

    .closed-correction-drums__sight {
        width: 525px;
    }

    .closed-correction-drums h3 {
        font-size: 24px;
        line-height: 29px;
        max-width: 360px;
        margin: 20px 50px;
    }

    .closed-correction-drums p {
        max-width: 370px;
        font-size: 14px;
        line-height: 17px;
    }

    .shockproof-housing h3 {
        margin: 15px 0 15px 50px;
        font-size: 24px;
        line-height: 29px;
    }

    .shockproof-housing p {
        margin: 0 50px;
        font-size: 14px;
        line-height: 17px;
    }

    .shockproof-housing span {
        font-size: 180px;
        line-height: 219px;
    }

    .shockproof-housing__wrapper {
        height: 1380px;
    }

    .shockproof-housing__inner img {
        margin-bottom: -20px;
        max-width: 130px !important;
        margin-left: 55px;
    }

    .shockproof-housing__inner h5 {
        font-size: 24px;
        line-height: 29px;
        margin: 10px 0;
    }

    .shockproof-housing__inner p {
        margin: 0;
        font-size: 14px;
        line-height: 17px;
    }

    .shockproof-housing__inner {
        margin: 70px 50px 60px;
    }

    .input-wide-range div:last-of-type span {
        font-size: 50px;
        line-height: 61px;
        margin-bottom: 10px;
    }

    .nitrogen-filling {
        padding: 50px 0 30px 0;
    }

    .nitrogen-filling h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 0 50px 10px;
    }

    .nitrogen-filling p {
        font-size: 14px;
        line-height: 17px;
        margin: 0 50px;
    }
}

@media screen and (max-width: 991px) {
    .about-product-info {
        padding: 35px 30px 0;
    }

    .shockproof-housing__inner img {
        display: none;
    }

    .about-product-info h2 {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 15px;
    }

    .about-product-info p {
        font-size: 14px;
        line-height: 17px;
    }

    .about-product-info img {
        width: 86%;
        margin: 20px 7%;
    }

    .lens-description {
        background: url(../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/lens-description-700-bg.webp);
        height: 705px;
    }

    .lens-description div {
        margin-bottom: 160px;
        margin-left: 30px;
        max-width: 400px;
    }

    .lens-description h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 10px 0;
    }

    .lens-description p {
        max-width: 350px;
        width: 100%;
        font-size: 14px;
        line-height: 17px;
    }

    .lens-description img {
        right: 0;
        max-width: 340px !important;
        bottom: 50px;
    }

    .multilayer-coating-description h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 40px 0 30px 30px;
    }

    .multilayer-coating-description li img {
        max-width: 380px;
    }

    .multilayer-coating-description li p {
        font-size: 14px;
        line-height: 17px;
        margin: 10px 0 0;
        max-width: 270px;
    }

    .hydrophobic-coating-description__text, .zero-stop-system div {
        font-size: 15px;
        line-height: 18px;
        padding: 25px 30px;
    }


    .hydrophobic-coating-description__text p, .zero-stop-system p {
        font-size: 14px;
        line-height: 17px;
    }

    .hydrophobic-coating-description__wrapper {
        padding: 40px 30px 0;
        height: 794px;
    }

    .hydrophobic-coating-description__wrapper p {
        font-size: 14px;
        line-height: 17px;
        margin: 10px 0;
    }

    .hydrophobic-coating-description__wrapper img {
        max-width: 270px;
    }

    .hydrophobic-coating-description__wrapper div {
        bottom: 190px;
        font-size: 30px;
        line-height: 37px;
    }

    .shockproof-housing__artelv {
        max-width: 450px;
    }

    .hydrophobic-coating-description__wrapper ul {
        margin: 60px 0 0;
    }

    .hydrophobic-coating-description__wrapper div span:first-of-type {
        margin-bottom: 70px;
        font-size: 24px;
        line-height: 29px;
    }

    .hydrophobic-coating-description__wrapper li p {
        margin: 0;
    }

    .sight-magnification__description {
        font-size: 14px !important;
        line-height: 17px !important;
        margin: 20px 40px 40px;
    }

    .sight-magnification__wrapper div {
        margin: 30px 30px 20px 0;
        max-width: 640px;
    }

    .sighting-grid {
        margin: 30px 30px;
    }

    .sight-magnification__wrapper h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 10px 0;
    }

    .sight-magnification__wrapper p {
        font-size: 14px;
        line-height: 17px;
    }

    .sighting-grid h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 0;
    }

    .sighting-grid p {
        font-size: 14px;
        line-height: 17px;
        margin: 10px 0 30px;
    }

    .reticle-illumination h3 {
        margin: 0 0 0 30px;
        padding: 44px 0 10px;
        font-size: 24px;
        line-height: 29px;
    }

    .reticle-illumination p {
        margin: 0 30px;
        font-size: 14px;
        line-height: 17px;
    }

    .reticle-illumination {
        background-image: url(../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/reticle-illumination-700-bg.webp);
        height: 600px;
        margin: 100px 0 50px;
    }

    .zero-stop-system h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 10px 30px 20px;
    }

    .zero-stop-system img {
        width: 80%;
        margin: 0 10%;
    }

    .input-wide-range {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 30px 30px 90px;
    }

    .input-wide-range h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 30px 0 0;
        max-width: 410px;
    }

    .input-wide-range p {
        font-size: 14px;
        line-height: 17px;
        max-width: 100%;
    }

    .input-wide-range div:last-of-type span {
        margin-bottom: 30px;
        right: 100px;
    }

    .input-wide-range img {
        max-width: 100%;
        margin: 30px 0 20px;
    }

    .closed-correction-drums {
        height: 450px;
    }

    .closed-correction-drums__sight {
        width: 404px;
    }

    .closed-correction-drums h3 {
        font-size: 24px;
        line-height: 29px;
        max-width: 390px;
        margin: 10px 30px;
    }

    .closed-correction-drums p {
        max-width: 270px;
        font-size: 14px;
        line-height: 17px;
        margin: 0 30px;
    }

    .shockproof-housing {
        margin: 30px 0 20px;
    }

    .shockproof-housing h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 15px 0 10px 30px;
    }

    .shockproof-housing p {
        margin: 0 30px;
        font-size: 14px;
        line-height: 17px;
    }

    .shockproof-housing span {
        font-size: 141px;
        line-height: 172px;
    }

    .shockproof-housing__wrapper {
        height: 1050px;
    }

    .shockproof-housing__inner h5 {
        font-size: 24px;
        line-height: 29px;
        margin: 10px 0;
    }

    .shockproof-housing__inner p {
        margin: 0;
    }

    .shockproof-housing__inner {
        margin: 50px 30px 40px;
    }

    .nitrogen-filling {
        padding: 0 0 30px 0;
    }

    .nitrogen-filling h3 {
        font-size: 24px;
        line-height: 29px;
        margin: 50px 30px 10px;
    }

    .nitrogen-filling img {
        max-width: 80%;
        margin: 30px 10% 0;
    }

    .nitrogen-filling p {
        font-size: 15px;
        line-height: 18px;
        margin: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .about-product-info {
        padding: 20px 0 0;
    }

    .reticle-illumination img {
        margin: 0 30%;
        width: 40%;
        bottom: 80px;
    }

    .product-container {
        overflow-x: hidden;
    }

    .about-product-info h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 15px;
        max-width: 280px;
    }

    .about-product-info img {
        width: 94%;
        margin: 20px 3%;
    }

    .about-product-info p {
        font-size: 14px;
        line-height: 18px;
    }

    .lens-description {
        background-image: url(../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/lens-description-700-bg.webp);
        background-size: cover;
        height: 795px;
        width: calc(100vw + 6px);
        position: relative;
        left: -26px;
        flex-direction: column-reverse;
        padding: 60px 25px;
        box-sizing: border-box;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .lens-description img {
        position: relative;
        max-width: 270px !important;
        bottom: -50px;
        transform: rotate(55deg);
        left: 20px;
    }

    .lens-description h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0;
    }

    .lens-description div {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0px;
        max-width: 100%;
        min-height: 200px;
    }

    .multilayer-coating-description h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 30px 0;
    }

    .multilayer-coating-description ul {
        margin: 0;
        gap: 30px 0;
    }

    .multilayer-coating-description li img {
        max-width: 190px;
    }

    .multilayer-coating-description h5 {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0 0;
    }

    .multilayer-coating-description li p {
        font-size: 14px;
        line-height: 18px;
        margin: 5px 0 0;
        max-width: 100%;
    }

    .multilayer-coating-description ul li {
        margin: 0 auto;
    }

    .hydrophobic-coating-description {
        margin: 40px 0 0;
        width: calc(100vw + 6px);
        position: relative;
        left: -26px;
    }

    .hydrophobic-coating-description__text, .zero-stop-system div {
        font-size: 14px;
        line-height: 18px;
        padding: 20px 20px;
    }


    .hydrophobic-coating-description__text p, .zero-stop-system p {
        font-size: 14px;
        line-height: 18px;
    }

    .hydrophobic-coating-description__wrapper ul {
        margin: 30px 0 0;
    }

    .sighting-grid div {
        margin: 30px 0 20px;
    }

    .input-wide-range div:last-of-type span {
        margin-bottom: 30px;
        right: 30px;
        font-size: 30px;
        line-height: 32px;
    }

    .hydrophobic-coating-description__wrapper {
        padding: 30px 70px 0;
        height: 1000px;
        background-image: url(../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/hydrophobic-coating-320-bg.webp);
        background-size: contain;
        background-position-x: center;
        background-repeat: no-repeat;
    }

    .hydrophobic-coating-description__wrapper h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .hydrophobic-coating-description__wrapper p {

        font-size: 15px;
        line-height: 22px;
        margin: 10px 0;
    }

    .hydrophobic-coating-description__wrapper img {
        max-width: 230px;
        margin-top: 20px;
    }

    .hydrophobic-coating-description__wrapper div span:first-of-type {
        margin-bottom: 20px;
    }


    .hydrophobic-coating-description__wrapper div {
        bottom: 180px;
        font-size: 16px;
        line-height: 18px;
        margin-top: 450px;
    }

    .sight-magnification__description {
        font-size: 14px !important;
        line-height: 18px !important;
        margin: 5px 0 40px;
    }

    .sight-magnification img {
        width: calc(100vw + 6px);
        position: relative;
        left: -26px;
        object-fit: contain;
    }

    .sight-magnification__wrapper div {
        margin: 30px 0 20px 20px;
        max-width: 640px;
    }

    .sight-magnification__wrapper h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0;
    }

    .sight-magnification__wrapper p {
        font-size: 14px;
        line-height: 18px;
    }

    .sight-magnification__wrapper img {
        position: relative;
        left: 0;
        width: 100%;
    }

    .sighting-grid {
        margin: 30px 0;
    }

    .sighting-grid h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }

    .sighting-grid p {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0 30px;
    }

    .sighting-grid div img {
        max-width: 70%;
    }

    .reticle-illumination {
        width: calc(100vw + 6px);
        position: relative;
        left: -26px;
    }

    .reticle-illumination h3 {
        margin: 0 20px 0;
        padding: 24px 0 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .reticle-illumination p {
        margin: 0 20px;
        font-size: 14px;
        line-height: 18px;
        position: relative;
        z-index: 9;
    }

    .zero-stop-system {
        margin: 0;
    }

    .zero-stop-system h3 {
        font-size: 18px;
        line-height: 37px;
        margin: 10px 0 40px;
    }

    .input-wide-range {
        margin: 20px 0;
    }

    .input-wide-range h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 30px 0 10px;
    }

    .input-wide-range p {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
    }

    .closed-correction-drums {
        height: 485px;
        width: calc(100vw + 6px);
        position: relative;
        left: -26px;
    }

    .closed-correction-drums__mask {
        position: absolute;
        z-index: 2;
        width: auto;
        height: 485px;
    }

    .closed-correction-drums__sight {
        width: 430px;
        opacity: .25;
    }

    .closed-correction-drums-1-6x28-ffp {
        background-image: url("../../../../../image/catalog/Artelv/pricely/artelv-1-6x28-ffp/closed-correction-drums-320-bg.webp");
    }

    .closed-correction-drums h3 {
        font-size: 20px;
        line-height: 24px;
        max-width: 280px;
        width: 280px;
        margin: 30px 20px;
    }

    .closed-correction-drums p {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        font-size: 15px;
        line-height: 20px;
        margin: 0 20px;
    }

    .shockproof-housing h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0 10px 0;
    }

    .shockproof-housing p {
        margin: 4px 0 0;
        font-size: 13px;
        line-height: 16px;
    }

    .shockproof-housing span {
        font-size: 62px;
        line-height: 76px;
    }

    .shockproof-housing__wrapper {
        background-image: url(../../../../../image/catalog/Artelv/pricely/artelv-1-4x24-sfp/shockproof-housing-320-bg.webp);
        background-position-x: center;
        background-position-y: bottom;
        height: 790px;
        background-size: cover;
        background-repeat: no-repeat;
        width: calc(100vw + 6px);
        position: relative;
        left: -26px;
    }

    .shockproof-housing__artelv {
        max-width: 300px;
    }

    .shockproof-housing__inner {
        margin: 30px 20px 20px;
    }

    .shockproof-housing__inner h5 {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }

    .nitrogen-filling {
        padding: 0 0 30px 0;
    }

    .nitrogen-filling h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .nitrogen-filling p {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }

    .shockproof-housing__mask {
        width: auto;
        height: 880px;
        object-fit: scale-down;
        bottom: -60px;
    }

    .shockproof-housing__sight {
        width: 210%;
    }
}

@media screen and (max-width: 600px) {
    .hydrophobic-coating-description__wrapper {
        height: 901px;
    }

    .reticle-illumination img {
        margin: 0 20%;
        width: 60%;
        bottom: 80px;
    }

    .shockproof-housing__sight {
        width: 270%;
    }

    .shockproof-housing__mask {
        bottom: -40px;
    }

    .hydrophobic-coating-description__wrapper {
        padding: 30px 20px 0;
    }


    .hydrophobic-coating-description__wrapper div {
        bottom: 240px;

        margin-top: 400px;
    }

    .hydrophobic-coating-description__wrapper img {
        max-width: 180px;
        margin-top: 20px;
    }

    .nitrogen-filling {
        background-position-y: 60px;
    }
}

@media screen and (max-width: 500px) {
    .hydrophobic-coating-description__wrapper {
        height: 801px;
    }


    .hydrophobic-coating-description__wrapper div {
        margin-top: 300px;
    }

    .hydrophobic-coating-description__wrapper img {
        max-width: 150px;
        margin-top: 20px;
    }

    .hydrophobic-coating-description__wrapper p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 500px) {
    .hydrophobic-coating-description__wrapper {
        height: 799px;
    }

    .nitrogen-filling {
        background-position-y: 120px;
    }

    .shockproof-housing__sight {
        width: 290%;
    }
}

@media screen and (max-width: 400px) {
    .hydrophobic-coating-description__wrapper {
        height: 640px;
    }

    .nitrogen-filling {
        background-position-y: 170px;
    }

    .hydrophobic-coating-description__wrapper div {
        font-size: 16px;
        line-height: 20px;
        margin-top: 260px;
    }

    .hydrophobic-coating-description__wrapper img {
        max-width: 100px;
        margin-top: 0;
    }
}

@media screen and (max-width: 350px) {
    .hydrophobic-coating-description__wrapper {
        height: 520px;
    }


    .hydrophobic-coating-description__wrapper div {
        margin-top: 220px;
        font-size: 13px;
        line-height: 16px;
    }
}


.product-video_box .product-page__image {
    position: relative;
    top: initial;
    left: initial;
    margin: 0;
}

.product-video_box {
    margin: 0 40px 30px 0;
    background: #22372C;
    padding: 40px 30px;
    max-width: 1050px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.video_box-heading {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin: 30px 0 30px 0;
}

.video_box-heading span {
    color: #fff;
}

.product-video_box .product-page__image {
    max-width: 100%;
}

.video__item img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.product-page__video-addit, .product-page__video-addit-img img {
    width: 100%;
}

.product-page__video-addit .owl-stage-outer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

#tab-video.active {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-page__video-addit-title {
    color: #fff;
}

.video_box-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin: 20px 40px 40px 0;
    background: #22372C;
    padding: 32px 40px 32px 30px;
    position: relative;
    max-width: 1050px;
}

.video_box-bottom > a {
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
}

.video_box-bottom svg {
    max-width: 130px;
    width: 100%;
}

.product-video_box .product-page__video-addit .owl-item {
    padding: 0 10px;
}

.product-page__video-addit {
    margin: 0 0 10px;
}

.product-video_box .product-page__image-main {
    margin: 0 10px
}

.video-play {
    background: rgba(0, 72, 79, 0.78);
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding-left: 52px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.product-page__video-addit-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.video_box-heading p {
    font-size: 18px;
    line-height: 21px;
}

.video_box-heading h4 {
    color: #fff;
}

.video_box-heading h4 span {
    color: #c4302b;
    font-weight: 700;
}

.video_box-bottom img {
    max-width: 140px;
    width: 100%;
    object-fit: contain;
    margin-left: 60px;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1599px) {
    .product-video_box {
        margin: 0 35px 30px 0;
        max-width: 900px;
    }

    .video_box-bottom {
        margin: 20px 35px 40px 0;
        padding: 32px 40px 32px 30px;
        max-width: 900px;
    }

    .video_box-heading {
        margin: 10px 0 10px 0;
    }
}

@media screen and (max-width: 1345px) {
    .product-video_box {
        margin: 0 35px 30px 0;
        max-width: 810px;
    }

    .video_box-bottom {
        margin: 20px 35px 40px 0;
        padding: 32px 40px 32px 30px;
        max-width: 810px;
    }

    .video_box-bottom img {
        margin-left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .product-video_box {
        margin: 0 25px 30px 0;
        max-width: 620px;
        padding: 30px 20px;
    }

    .video_box-bottom {
        margin: 20px 25px 40px 0;
        padding: 22px 40px 22px 30px;
        max-width: 620px;
    }

    .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
        height: 28px !important;
        width: 28px !important;
    }
}

@media screen and (max-width: 992px) {
    .product-video_box {
        max-width: 400px;
        padding: 20px 10px 20px 10px;
    }

    .video_box-bottom {
        max-width: 400px;
        overflow: hidden;
        padding: 20px 40px 20px 30px;
    }

    .video_box-heading h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .video_box-heading p {
        font-size: 14px;
        line-height: 17px;
    }

    .product-video_box .product-page__video-addit .owl-item {
        padding: 0 3px;
    }

    .video_box-bottom img {
        max-width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .product-video_box {
        max-width: 92vw;
        padding: 20px 10px 20px 10px;
    }

    .video_box-bottom {
        max-width: 92vw;
    }
}

@media screen and (max-width: 767px) {
    .video_box-heading h4 {
        font-size: 16px;
        line-height: 18px;
    }

    #tab-video .product-page__aside {
        width: 92vw;
    }

    .product-video_box .product-page__image-main {
        margin: 0 4px;
    }

    .video-play {
        margin-top: -40px;
        margin-left: -40px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        padding-left: 32px;
    }

    .video_box-bottom img {
        max-width: 140px;
    }
}

@media screen and (max-width: 567px) {
    .video_box-bottom {
        padding: 10px 10px 10px 10px;
    }
}

.product-page__question-button {
    margin: 15px 0 0;
    background: #fff;
    padding: 0;
    border: 0 solid transparent;
    color: #5B6770;
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    align-self: flex-end;
    display: flex;
    transition: .2s;
}

@media (max-width: 575px) {
    .product-page__question-button {
        margin: 10px 0 0;
    }
}

.product-page__question-button:hover {
    color: #22372C;
}

.product-related_desc .owl-carousel .owl-prev {
    padding: 0 30px 0 52px;
}

.product-related_desc .product-thumb__name {
    margin: 10px 0 10px !important;
}

.product-container .tab-content .reviews-wall__name {
    font-size: 18px;
    margin: 10px 0 30px;
}

.product-related_desc .product-thumb .img-responsive {
    height: 160px;
}

.product-related_desc {
    margin-bottom: 0 !important;
}

.product-related_desc .product-thumb__addit-dot {
    transform: translate(0, -35px);
}


.fiber-header {
    margin: 0;
    padding: 80px 170px 120px 100px;
    background-image: url("/image/catalog/crs-fiber-landing/fiber-header-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto Condensed', serif;
    font-style: normal;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    min-height: 890px;
    box-sizing: unset;
}

.fiber-header h2 {
    color: #ffffff;
    font-family: "Roboto Condesced", serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    max-width: 850px;
}

.fiber-header__accent {
    color: #858F52;
    margin-right: 40px;
}

.fiber-header__accent:last-of-type {
    margin-right: 25px;
}

.fiber-header__subtitle {
    font-weight: 400;
    text-transform: uppercase;
}

.fiber-header div {
    max-width: 690px;
    margin-left: auto;
    position: relative;
}

.fiber-header p {
    color: #FFF;
    font-family: "Roboto Condesced", serif;
    text-align: justify;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 10px 0;
}

.fiber-header div:before {
    content: "";
    position: absolute;
    border-top: 3px solid #fff;
    width: 270px;
    height: 3px;
}

.fiber-header div span {
    font-weight: 700;
}

.fiber-optic {
    margin: 50px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fiber-optic__description h3 {
    color: #858F52;
    font-family: "Roboto Condesced", serif;
    font-size: 57px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px;
    text-transform: uppercase;
    margin: 0 0 36px;
}

.fiber-optic__description {
    min-width: 660px;
}

.fiber-optic__description p {
    color: #282828;
    text-align: justify;
    font-family: "Roboto Condesced", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    max-width: 660px;
    width: 100%;
}

.fiber-optic__description p span {
    font-weight: 500;
}

.fiber-optic__image-wrapper {
    position: relative;
}

.fiber-optic__image-wrapper img {
    object-fit: contain;
}

.fiber-optic__image-wrapper div {
    position: absolute;
    top: 131px;
    left: 121px;
    border-radius: 100%;
    max-width: 406px;
}

.fiber-optic__image-wrapper img:nth-of-type(2) {
    position: absolute;
    top: 129px;
    left: 119px;
}

.fiber-cover {
    margin: 200px 0 140px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fiber-cover img {
    max-width: 100%;
    object-fit: contain;
}

.fiber-cover__description {
    margin: 0;
    padding: 0;
    max-width: 780px;
}

.fiber-cover__description h3 {
    color: #858F52;
    font-family: "Roboto Condesced", serif;
    font-size: 57px;
    font-weight: 500;
    line-height: 57px;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 0;
}

.fiber-cover__description p {
    color: #282828;
    font-family: "Roboto Condesced", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.fiber-cover__description ul {
    margin: 60px 0 0;
    padding: 0;
    list-style: none;
}

.fiber-cover__description ul li {
    background: #F9F9F9;
    filter: drop-shadow(1px 2px 15px rgba(37, 43, 3, 0.15));
    padding: 30px 45px 30px 40px;
    margin: 0 0 60px;
    display: flex;
    flex-direction: row;
}

.fiber-cover__description ul li img {
    margin-right: 40px;
    object-fit: contain;
    max-width: 80px;
    width: 100%;
}

.fiber-cover__description ul li h4 {
    color: #858F52;
    font-family: "Roboto Condesced", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 15px;
}

.fiber-cover__description ul li p {
    color: #282828;
    font-family: "Roboto Condesced", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
}

.fiber-characteristics {
    margin: 160px 0;
    background-image: url("/image/catalog/crs-fiber-landing/fiber-characteristics-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 50px 100px;
    min-height: 1000px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fiber-characteristics h2 {
    color: #FFF;
    font-family: "Roboto Condesced", serif;
    font-size: 57px;
    font-weight: 500;
    line-height: 57px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.fiber-characteristics p {
    color: #FFF;
    text-align: justify;
    font-family: "Roboto Condesced", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 786px;
    margin: 0;
}

.fiber-characteristics ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fiber-characteristics ul li {
    background: rgba(255, 255, 255, 0.10);
    max-width: 472px;
    width: 100%;
    margin: 0 0 9px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 9px 30px;
    color: #FFF;
    font-family: "Roboto Condesced", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    box-sizing: unset;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.fiber-characteristics ul li p:last-of-type {
    max-width: 96px;
    width: 100%;
}

.fiber-grid {
    margin: 160px 0 0;
    background-image: url("/image/catalog/crs-fiber-landing/fiber-grid-bg.webp");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0 0 80px;
    box-sizing: border-box;
}

.fiber-grid h2 {
    color: #858F52;
    text-align: center;
    font-family: "Roboto Condesced", serif;
    font-size: 57px;
    font-weight: 500;
    line-height: 57px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.fiber-grid p {
    color: #282828;
    text-align: center;
    font-family: "Roboto Condesced", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    max-width: 1045px;
    width: 100%;
    margin: auto;
}

.fiber-grid div {
    margin: 50px auto 0;
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fiber-grid div img {
    object-fit: contain;
    max-width: 100%;
}

.fiber-grid div img:last-of-type {
    margin-bottom: 300px;
}

.fiber-backlight {
    margin: 0 0 160px;
    background-image: url("/image/catalog/crs-fiber-landing/fiber-backlight-bg.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 260px 50px 95px 150px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.fiber-backlight div h3 {
    color: #FFF;
    font-family: "Roboto Condesced", serif;
    font-size: 57px;
    font-weight: 500;
    line-height: 57px;
    text-transform: uppercase;
    margin: 0 0 44px;
}

.fiber-backlight div p {
    color: #FFF;
    text-align: justify;
    font-family: "Roboto Condesced", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    max-width: 661px;
}

.fiber-backlight div:last-of-type {
    margin: 0 0 160px;
}

.fiber-backlight div img {
    object-fit: contain;
    max-width: 100%;
}

.fiber-mechanisms {
    margin: 160px 0 60px;
}

.fiber-mechanisms h2 {
    color: #858F52;
    font-family: "Roboto Condesced", serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0 0 30px;
    text-align: center;
}

.fiber-mechanisms p {
    color: #282828;
    text-align: center;
    font-family: "Roboto Condesced", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    max-width: 1142px;
    margin: 0 auto;
}

.fiber-mechanisms div {
    margin: 60px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;

}

.fiber-mechanisms img:last-of-type {
    object-fit: contain;
    max-width: 100%;
    margin: 60px 0 0 auto;
    position: relative;
    z-index: 1;
}

.fiber-mechanisms img:first-of-type {
    object-fit: contain;
    max-width: 485px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fiber-mechanisms div p {
    font-size: 200px;
    font-style: normal;
    font-weight: 500;
    font-family: "Roboto Condesced", serif;
    line-height: 200px;
    text-transform: uppercase;
    position: absolute;
    background: linear-gradient(180deg, #858F52 0%, rgba(133, 143, 82, 0.00) 156.07%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 170px;
    top: 160px;
}

.fiber-exploitation {
    margin: 60px 0 120px;
    background-image: url("/image/catalog/crs-fiber-landing/fiber-exploitation-bg.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 1380px;
    box-sizing: border-box;
    padding: 150px 25px 0;
}

.fiber-exploitation h2 {
    color: #FFF;
    text-align: center;
    font-family: "Roboto Condesced", serif;
    font-size: 57px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px;
    text-transform: uppercase;
    margin: 0;
}

.fiber-exploitation ul {
    list-style: none;
    margin: 70px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 0;
    align-items: start;
}

.fiber-exploitation ul li {
    background: rgba(255, 255, 255, 0.15);
    padding: 50px 40px 40px;
    height: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.fiber-exploitation ul li div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fiber-exploitation ul li div img {
    object-fit: contain;
    max-width: 100%;
}

.fiber-exploitation ul li div h5 {
    color: #FFF;
    font-family: "Roboto Condesced", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 0 20px;
    max-width: 280px;
}

.fiber-exploitation ul li p {
    color: #FFF;
    font-family: "Roboto Condesced", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 32px;
    margin: 30px 0 0;
}

.fiber-exploitation ul li:nth-of-type(3) {
    min-height: 346px;
    box-sizing: border-box;
}

.fiber-dimensions {
    margin: 120px 55px 150px;
}

.fiber-dimensions h2 {
    color: #858F52;
    text-align: center;
    font-family: "Roboto Condesced", serif;
    font-size: 57px;
    font-weight: 500;
    line-height: 57px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.fiber-dimensions p {
    color: #282828;
    text-align: center;
    font-family: "Roboto Condesced", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    max-width: 1182px;
    margin: 0 auto;
}

.fiber-dimensions img {
    object-fit: contain;
    margin: 80px 0 0;
}

.fiber-warranty {
    position: relative;
    margin: 150px 0 30px;
}

.fiber-warranty div {
    background: #858F52;
    padding: 50px 100px;
}

.fiber-warranty div p {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Roboto Condesced", serif;
    font-size: 484px;
    font-weight: 700;
    line-height: 404px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.fiber-warranty div span {
    color: #FFF;
    font-family: "Roboto Condesced", serif;
    font-size: 89px;
    font-weight: 400;
    line-height: 89px;
    letter-spacing: 44px;
    position: absolute;
    right: 100px;
    top: 45px;
}

.fiber-warranty > p {
    color: #282828;
    text-align: center;
    font-family: "Roboto Condesced", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    max-width: 1085px;
    margin: 50px auto;
}

@media screen and (max-width: 1599px) {
    .fiber-header {
        min-height: 870px;
    }

    .fiber-exploitation ul li:nth-of-type(3) {
        min-height: 373px;
    }

    .fiber-optic__image-wrapper img {
        max-width: 540px;
    }

    .fiber-header {
        margin: 0;
        padding: 80px 100px 120px 100px;
    }

    .fiber-optic__image-wrapper img:nth-of-type(2) {
        position: absolute;
        top: 103px;
        left: 93px;
        max-width: 338px;
    }

    .fiber-optic__image-wrapper div {
        position: absolute;
        top: 105px;
        max-width: 335px;
        left: 95px;
        height: 335px;
    }

    .fiber-cover img {
        max-width: 428px;
        object-fit: contain;
    }

    .fiber-cover {
        margin: 130px 0 140px;
    }

    .fiber-characteristics {
        background-position-x: -100px;
    }

    .fiber-grid {
        padding: 0 0 30px;
    }

    .fiber-backlight {
        padding: 230px 50px 95px 50px;
    }

    .fiber-mechanisms img:last-of-type {
        max-width: 1050px;
        margin: 20px 0 0 auto;
    }

    .fiber-mechanisms img:first-of-type {
        max-width: 395px;
    }

    .fiber-mechanisms div p {
        font-size: 160px;
        line-height: 160px;
        left: 190px;
        top: 140px;
    }

    .fiber-exploitation h2 {
        font-size: 56px;
        line-height: 56px;
    }

    .fiber-exploitation ul li {
        padding: 50px 20px 40px;
    }

    .fiber-exploitation ul li div h5 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 0 20px;
        max-width: 260px;
    }

    .fiber-exploitation {
        background-size: contain;
        background-position: bottom;
        background-color: #262B04;
        min-height: 1270px;
    }

    .fiber-dimensions img {
        max-width: 1140px;
    }

    .fiber-warranty div p {
        font-size: 424px;
        line-height: 384px;
    }

    .fiber-warranty div span {
        font-size: 69px;
        line-height: 69px;
        right: 70px;
        top: 65px;
    }
}

@media screen and (max-width: 1344px) {
    .fiber-header p {
        font-size: 18px;
        line-height: 28px;
    }

    .fiber-header div {
        max-width: 570px;
    }

    .fiber-header {
        min-height: 720px;
        padding: 80px 50px 100px 60px;
    }

    .fiber-header h2 {
        font-size: 90px;
        line-height: 92px;
        max-width: 800px;
    }

    .fiber-header__accent {
        margin-right: 30px;
    }

    .fiber-optic__description h3 {
        font-size: 48px;
        line-height: 48px;
        margin: 0 0 30px;
    }

    .fiber-optic__description p {
        font-size: 18px;
        line-height: 28px;
        max-width: 550px;
    }

    .fiber-optic__description {
        min-width: 550px;
    }

    .fiber-optic__image-wrapper img {
        max-width: 485px;
    }

    .fiber-optic__image-wrapper div {
        top: 96px;
        max-width: 300px;
        left: 86px;
        height: 300px;
    }

    .fiber-optic__image-wrapper img:nth-of-type(2) {
        position: absolute;
        top: 94px;
        left: 84px;
        max-width: 304px;
    }

    .fiber-cover__description h3 {
        font-size: 48px;
        line-height: 48px;
        margin: 0 0 30px;
    }

    .fiber-cover__description p {
        font-size: 18px;
        line-height: 28px;
        max-width: 650px;
    }

    .fiber-cover__description ul li {
        padding: 30px;
    }

    .fiber-cover__description ul li h4 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 15px;
    }

    .fiber-cover__description ul li p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

    .fiber-cover img {
        margin-right: 10px;
    }

    .fiber-characteristics {
        margin: 130px 0;
        padding: 150px 50px 80px;
        min-height: 900px;
        background-position-x: -100px;
    }

    .fiber-characteristics h2 {
        font-size: 48px;
        line-height: 48px;
        margin: 0 0 30px;
    }

    .fiber-characteristics p {
        font-size: 18px;
        line-height: 28px;
        max-width: 662px;
    }

    .fiber-grid h2 {
        font-size: 48px;
        line-height: 48px;
        margin: 0 0 30px;
    }

    .fiber-grid p {
        font-size: 18px;
        line-height: 28px;
        max-width: 835px;
    }

    .fiber-grid div img {
        max-width: 420px;
    }

    .fiber-grid div img:last-of-type {
        margin-bottom: 250px;
    }

    .fiber-grid div {
        max-width: 920px;
    }

    .fiber-backlight {
        padding: 190px 50px 75px 50px;
        margin: 0 0 150px;
    }

    .fiber-backlight div h3 {
        font-size: 48px;
        line-height: 48px;
        margin: 0 0 30px;
    }

    .fiber-backlight div p {
        font-size: 18px;
        line-height: 24px;
        max-width: 530px;
    }

    .fiber-mechanisms h2 {
        font-size: 48px;
        line-height: 48px;
        margin: 0 0 30px;
    }

    .fiber-mechanisms p {
        font-size: 18px;
        line-height: 28px;
        max-width: 915px;
    }

    .fiber-mechanisms img:last-of-type {
        max-width: 1000px;
    }

    .fiber-mechanisms img:first-of-type {
        max-width: 335px;
    }

    .fiber-mechanisms div p {
        font-size: 149px;
        line-height: 149px;
        left: 120px;
        top: 120px;
    }

    .fiber-exploitation {
        min-height: 1130px;
        margin: 60px 0 100px;
    }

    .fiber-exploitation h2 {
        font-size: 48px;
        line-height: 54px;
    }

    .fiber-exploitation ul {
        margin: 50px 0 0;
        gap: 70px;
    }

    .fiber-exploitation ul li {
        padding: 25px 20px 30px;
    }

    .fiber-exploitation ul li p {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0 0;
    }

    .fiber-dimensions {
        margin: 100px 55px 150px;
    }

    .fiber-exploitation ul li:nth-of-type(3) {
        min-height: 305px;
    }

    .fiber-dimensions h2 {
        font-size: 48px;
        line-height: 38px;
    }

    .fiber-dimensions p {
        font-size: 18px;
        line-height: 24px;
        max-width: 835px;
    }

    .fiber-dimensions img {
        max-width: 100%;
    }

    .fiber-dimensions {
        margin: 100px 45px;
    }

    .fiber-warranty {
        margin: 100px 0 30px;
    }

    .fiber-warranty div {
        padding: 40px 40px;
    }

    .fiber-warranty div span {
        right: 7px;
        top: 65px;
    }

    .fiber-warranty > p {
        font-size: 18px;
        line-height: 24px;
        max-width: 800px;
    }
}

@media screen and (max-width: 1199px) {
    .fiber-header {
        min-height: 680px;
        padding: 80px 50px 80px 30px;
    }

    .fiber-header div {
        max-width: 460px;
    }

    .fiber-optic {
        margin: 50px 180px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .fiber-optic__description h3 {
        text-align: center;
    }

    .fiber-optic__image-wrapper {
        margin: 60px auto 0;
    }

    .fiber-cover {
        margin: 130px 0 140px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .fiber-cover > img {
        display: none;
    }

    .fiber-cover__description {
        max-width: 677px;
    }

    .fiber-cover__description h3 {
        margin: 0 0 30px 13px;
    }

    .fiber-cover__description > p {
        margin: 0 0 30px 13px;
    }

    .fiber-characteristics {
        margin: 110px 0;
        padding: 100px 50px 50px;
        min-height: 950px;
        background-position-x: -300px;
    }

    .fiber-characteristics h2 {
        line-height: 54px;
        max-width: 385px;
    }

    .fiber-characteristics p {
        font-size: 18px;
        line-height: 28px;
        max-width: 400px;
    }

    .fiber-grid {
        margin: 100px 0 0;
    }

    .fiber-grid div {
        max-width: 830px;
    }

    .fiber-grid div img {
        max-width: 380px;
    }

    .fiber-grid div img:last-of-type {
        margin-bottom: 200px;
    }

    .fiber-backlight {
        padding: 150px 50px 75px 50px;
        margin: 0 0 100px;
        background-position: left;
    }

    .fiber-backlight div:last-of-type {
        margin: 0 0 100px;
        max-width: 420px;
    }

    .fiber-backlight div:first-of-type {
        max-width: 350px;
    }

    .fiber-mechanisms {
        margin: 100px 0 60px;
    }

    .fiber-mechanisms img:last-of-type {
        max-width: 820px;
    }

    .fiber-mechanisms img:first-of-type {
        max-width: 275px;
    }

    .fiber-mechanisms div p {
        font-size: 122px;
        line-height: 110px;
        left: 120px;
        top: 100px;
    }

    .fiber-exploitation {
        min-height: 995px;
        margin: 60px 0 100px;
        padding: 70px 15px 0;
    }

    .fiber-exploitation ul {
        gap: 10px;
    }

    .fiber-exploitation h2 {
        max-width: 550px;
        margin: 0 auto;
    }

    .fiber-warranty div {
        padding: 30px;
    }

    .fiber-warranty div p {
        font-size: 350px;
        line-height: 324px;
    }

    .fiber-warranty div span {
        font-size: 62px;
        line-height: 62px;
        right: 5px;
        top: 45px;
        letter-spacing: 33px;
    }
}

@media screen and (max-width: 991px) {
    .fiber-header {
        min-height: 600px;
        padding: 65px 50px 50px 100px;
        box-sizing: border-box;
    }

    .fiber-header h2 {
        font-size: 40px;
        line-height: 48px;
        max-width: 350px;
    }

    .fiber-header p {
        font-size: 14px;
        line-height: 18px;
    }

    .fiber-optic {
        margin: 50px 70px;
    }

    .fiber-cover {
        margin: 100px 0 100px;
    }

    .fiber-characteristics {
        margin: 110px 0;
        padding: 70px 50px 50px;
        min-height: 830px;
        background-position-x: -400px;
    }

    .fiber-characteristics h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .fiber-characteristics p {
        font-size: 16px;
        line-height: 20px;
        max-width: 310px;
    }

    .fiber-characteristics ul li {
        max-width: 310px;
    }

    .fiber-characteristics ul li p:last-of-type {
        max-width: 66px;
    }

    .fiber-grid h2 {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 20px;
    }

    .fiber-grid div img {
        max-width: 280px;
    }

    .fiber-grid div {
        max-width: 600px;
    }

    .fiber-grid div img:last-of-type {
        margin-bottom: 130px;
    }

    .fiber-grid p {
        font-size: 16px;
        line-height: 20px;
        max-width: 535px;
    }

    .fiber-backlight {
        padding: 100px 50px 15px 20px;
        margin: 0 0 100px;
        background-position: -70px;
    }

    .fiber-backlight div h3 {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 20px;
        max-width: 310px;
    }

    .fiber-backlight div p {
        font-size: 16px;
        line-height: 20px;
        max-width: 310px;
    }

    .fiber-backlight div:first-of-type {
        max-width: 240px;
    }

    .fiber-backlight div:last-of-type {
        margin: 0 0 70px;
        max-width: 310px;
    }

    .fiber-mechanisms h2 {
        font-size: 36px;
        line-height: 40px;
        margin: 0 auto 20px;
        max-width: 400px;
    }

    .fiber-mechanisms img:last-of-type {
        max-width: 600px;
    }

    .fiber-mechanisms img:first-of-type {
        max-width: 215px;
    }

    .fiber-mechanisms div p {
        font-size: 122px;
        line-height: 110px;
        left: 120px;
        top: 100px;
    }

    .fiber-mechanisms div p {
        font-size: 92px;
        line-height: 110px;
        left: 90px;
        top: 70px;
    }

    .fiber-exploitation ul li div img {
        max-width: 40px;
    }

    .fiber-exploitation ul li div h5 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 0 10px;
        max-width: 110px;
    }

    .fiber-exploitation ul li div {
        min-height: 60px;
    }

    .fiber-exploitation ul {
        gap: 14px;
    }

    .fiber-exploitation ul li p {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 0;
    }

    .fiber-exploitation ul li {
        padding: 25px 14px 20px;
    }

    .fiber-exploitation {
        min-height: 905px;
    }

    .fiber-dimensions h2 {
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 15px;
    }

    .fiber-dimensions p {
        font-size: 16px;
        line-height: 20px;
        max-width: 580px;
    }

    .fiber-dimensions img {
        margin: 40px 0 0;
    }

    .fiber-warranty div p {
        font-size: 260px;
        line-height: 280px;
    }

    .fiber-warranty div span {
        font-size: 50px;
        line-height: 50px;
        right: 15px;
        top: 55px;
        letter-spacing: 21px;
    }

    .fiber-warranty > p {
        max-width: 580px;
    }
}

@media screen and (max-width: 767px) {
    .fiber-header {
        min-height: 567px;
        padding: 70px 52px;
        background-image: url(/image/catalog/crs-fiber-landing/fiber-header-mob-bg.webp);
    }

    .fiber-header h2 {
        font-size: 36px;
        line-height: 40px;
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
    }

    .fiber-header__accent {
        color: #FFFFFF;
        margin-right: 0;
    }

    .fiber-header__accent:last-of-type {
        margin-right: 0;
    }

    .fiber-header p {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        margin-bottom: 0;
    }

    .fiber-header div {
        max-width: 100%;
        margin: 0 auto;
    }

    .fiber-header div:before {
        content: "";
        position: absolute;
        border-top: 2px solid #fff;
        width: 270px;
        left: 50%;
        margin-left: -135px;
        height: 2px;
    }

    .fiber-optic {
        margin: 100px auto;
        max-width: 395px;
    }

    .fiber-optic__description h3 {
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 20px;
    }

    .fiber-optic__description p {
        font-size: 16px;
        line-height: 20px;
        max-width: 395px;
        margin: 0 auto;
    }

    .fiber-optic__image-wrapper {
        margin: 50px auto 0;
    }

    .fiber-optic__image-wrapper img {
        max-width: 395px;
    }

    .fiber-optic__image-wrapper div {
        top: 77px;
        max-width: 243px;
        left: 72px;
        height: 243px;
    }

    .fiber-optic__image-wrapper img:nth-of-type(2) {
        top: 75px;
        left: 69px;
        max-width: 247px;
    }

    .fiber-cover__description {
        max-width: 485px;
    }

    .fiber-cover__description h3 {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 15px;
    }

    .fiber-cover__description > p {
        font-size: 16px;
        line-height: 20px;
        max-width: 485px;
        text-align: center;
        margin: 0;
    }

    .fiber-cover__description ul {
        margin: 30px 0 0;
    }

    .fiber-cover__description ul li {
        padding: 20px;
        margin: 0 0 30px;
        display: flex;
        flex-direction: row;
    }

    .fiber-cover__description ul li h4 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 5px;
    }

    .fiber-cover__description ul li p {
        font-size: 14px;
        line-height: 17px;
    }

    .fiber-cover__description ul li img {
        margin-right: 20px;
    }

    .fiber-characteristics {
        margin: 80px 0;
        padding: 70px 30px 50px;
        min-height: 870px;

        background-position-x: right;
    }

    .fiber-cover {
        margin: 100px 0 80px;
    }

    .fiber-characteristics h2 {
        font-size: 34px;
        line-height: 40px;
        max-width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    .fiber-characteristics p {
        max-width: 100%;
    }

    .fiber-characteristics ul {
        max-width: 100%;
        box-sizing: border-box;
    }

    .fiber-characteristics ul li {
        max-width: unset;
        width: unset;
        margin: 0 0 6px;
        padding: 7px 30px;
        line-height: 32px;
        background: rgba(255, 255, 255, 0.20);
    }

    .fiber-grid h2 {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 20px;
    }

    .fiber-grid div {
        max-width: 500px;
        margin: 30px auto 0;
    }

    .fiber-grid div img {
        max-width: 230px;
    }

    .fiber-grid div img:last-of-type {
        margin-bottom: 100px;
    }

    .fiber-grid {
        padding: 0;
    }

    .fiber-backlight {
        padding: 70px 24px 15px 24px;
        margin: 0 0 100px;
        background-position: -70px;
        position: relative;
    }

    .fiber-backlight div h3 {
        position: absolute;
        left: 0;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .fiber-backlight div p {
        font-size: 16px;
        line-height: 20px;
        max-width: 250px;
        margin: 70px 0 0;
    }

    .fiber-backlight div:first-of-type {
        max-width: 200px;
    }

    .fiber-mechanisms p {
        font-size: 16px;
        line-height: 20px;
        max-width: 530px;
    }

    .fiber-mechanisms div {
        max-width: 530px;
        margin: 40px auto;
    }

    .fiber-mechanisms img:last-of-type {
        max-width: 400px;
    }

    .fiber-mechanisms img:first-of-type {
        max-width: 175px;
    }

    .fiber-mechanisms div p {
        font-size: 75px;
        line-height: 80px;
        left: 70px;
        top: 50px;
    }

    .fiber-exploitation {
        min-height: 995px;
        padding: 60px 15px 0;
    }

    .fiber-exploitation h2 {
        font-size: 40px;
        line-height: 54px;
    }

    .fiber-exploitation ul {
        margin: 40px 0 0;
        gap: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, minmax(min-content, max-content));
    }

    .fiber-exploitation ul li {
        min-height: unset !important;
    }

    .fiber-exploitation ul li {
        padding: 25px 14px 35px;
    }

    .fiber-exploitation ul li:nth-of-type(2) {
        grid-area: 1 / 2 / 3 / 3;
    }

    .fiber-exploitation ul li:nth-of-type(3) {
        grid-area: 3 / 2 / 5 / 3;
    }

    .fiber-exploitation ul li:nth-of-type(1) {
        grid-area: 1 / 1 / 4 / 2;
    }

    .fiber-exploitation ul li div h5 {
        max-width: 130px;
    }

    .fiber-warranty div p {
        font-size: 190px;
        line-height: 200px;
    }

    .fiber-warranty div {
        padding: 20px;
    }

    .fiber-warranty div span {
        font-size: 42px;
        line-height: 42px;
        right: 50%;
        top: 35px;
        letter-spacing: 14px;
        display: block;
        margin-right: -245px;
        max-width: 300px;
    }

    .fiber-warranty > p {
        max-width: 530px;
    }
}

@media screen and (max-width: 566px) {
    .fiber-header {
        min-height: 520px;
        padding: 50px 12px;
    }

    .fiber-header p {
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        margin: 10px 0 0;
    }

    .fiber-header div:before {
        border-top: 2px solid #fff;
        width: 250px;
        margin-left: -125px;
    }

    .fiber-header h2 {
        font-size: 32px;
        line-height: 38px;
        max-width: 250px;
        text-align: center;
        margin: 0 auto;
    }

    .fiber-optic {
        margin: 70px auto;
        max-width: 100%;
    }

    .fiber-optic__description {
        min-width: 100%;
    }

    .fiber-optic__description h3 {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 15px;
    }

    .fiber-optic__description p {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        margin: 0 auto;
    }

    .fiber-optic__image-wrapper img {
        max-width: 280px;
    }

    .fiber-optic__image-wrapper div {
        top: 55px;
        max-width: 170px;
        left: 51px;
        height: 170px;
    }

    .fiber-optic__image-wrapper img:nth-of-type(2) {
        top: 54px;
        left: 50px;
        max-width: 173px;
    }

    .fiber-cover {
        margin: 70px 0;
    }

    .fiber-cover__description h3 {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 15px;
        text-align: center;
    }

    .fiber-cover__description > p {
        font-size: 14px;
        line-height: 17px;
        max-width: 485px;
        text-align: center;
        margin: 0;
    }

    .fiber-cover__description ul li {
        align-items: flex-start;
        margin: 0 0 20px;
    }

    .fiber-cover__description ul li img {
        margin-right: 20px;
        max-width: 40px;
    }

    .fiber-cover {
        margin: 70px 0 60px;
    }

    .fiber-characteristics {
        margin: 60px 0;
        padding: 50px 25px;
        min-height: 760px;
        background-position-x: center;
        background-image: url(/image/catalog/crs-fiber-landing/fiber-characteristics-mob-bg.webp)
    }

    .fiber-characteristics h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .fiber-characteristics > p {
        font-size: 14px;
        line-height: 17px;
        max-width: 100%;
    }

    .fiber-characteristics ul li {
        padding: 7px 10px;
        line-height: 32px;
    }

    .fiber-characteristics li p {
        font-size: 12px;
        line-height: 12px;
    }

    .fiber-characteristics ul li p:last-of-type {
        max-width: 48px;
    }

    .fiber-grid {
        margin: 70px 0 0;
    }

    .fiber-grid h2 {
        font-size: 20px;
        line-height: 26px;
        max-width: 180px;
        margin: 0 auto 15px;
    }

    .fiber-grid p {
        font-size: 14px;
        line-height: 17px;
        max-width: 300px;
    }

    .fiber-grid div {
        margin: 50px auto 0;
        max-width: 1100px;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .fiber-grid div img:last-of-type {
        margin-bottom: 40px;
    }

    .fiber-grid div img {
        max-width: 160px;
    }

    .fiber-grid div img:first-of-type {
        margin-bottom: 60px;
    }

    .fiber-grid {
        background-size: auto 45%;
    }

    .fiber-backlight div h3 {
        position: relative;
        left: unset;
        max-width: 100%;
        width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 20px;
    }

    .fiber-backlight {
        padding: 50px 30px 15px 30px;
        margin: 0 0 70px;
        position: relative;
        flex-direction: column-reverse;
        align-items: center;
        background-image: url(/image/catalog/crs-fiber-landing/fiber-backlight-mob-bg.webp);
        background-position: center;
    }

    .fiber-backlight div p {
        font-size: 14px;
        line-height: 17px;
        max-width: 100%;
        margin: 20px 0 0;

    }

    .fiber-backlight div:last-of-type {
        max-width: 100%;
    }

    .fiber-mechanisms {
        margin: 70px 0 60px;
    }

    .fiber-mechanisms h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 auto 15px;
        max-width: 300px;
    }

    .fiber-mechanisms p {
        font-size: 14px;
        line-height: 17px;
        max-width: 90%;
        margin: 0 auto;
    }

    .fiber-mechanisms div {
        max-width: 300px;
        margin: 40px auto;
    }

    .fiber-mechanisms img:last-of-type {
        max-width: 290px;
    }

    .fiber-mechanisms img:first-of-type {
        max-width: 105px;
    }

    .fiber-mechanisms div p {
        font-size: 41px;
        line-height: 42px;
        left: 30px;
        top: 40px;
    }

    .fiber-exploitation {
        padding: 50px 25px 0;
        min-height: unset;
        background-image: url(/image/catalog/crs-fiber-landing/fiber-exploitation-mob-bg.webp);
        background-position: center;
        background-size: cover;
        margin: 60px 0 70px;
    }

    .fiber-exploitation h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .fiber-exploitation ul {
        margin: 20px 0 0;
        padding: 0 0 40px;
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: minmax(min-content, max-content);
    }

    .fiber-exploitation ul li {
        grid-area: unset !important;
        margin: 0 15px;
    }

    .fiber-exploitation ul li div h5 {
        margin: 0 0 0 20px;
    }

    .fiber-dimensions {
        margin: 70px 5px;
    }

    .fiber-dimensions h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 15px;
    }

    .fiber-dimensions p {
        font-size: 14px;
        line-height: 17px;
        max-width: 90%;
        margin: 0 auto;
    }

    .fiber-warranty {
        margin: 70px 0 30px;
    }

    .fiber-warranty div {
        padding: 12px;
    }

    .fiber-warranty div p {
        font-size: 100px;
        line-height: 110px;
    }

    .fiber-warranty div span {
        font-size: 23px;
        line-height: 23px;
        right: 50%;
        top: 20px;
        letter-spacing: 7px;
        display: block;
        margin-right: -128px;
        max-width: 150px;
    }

    .fiber-warranty > p {
        font-size: 14px;
        line-height: 17px;
        max-width: 90%;
        margin: 30px auto;
    }
}

@media screen and (max-width: 346px) {
    .fiber-exploitation ul li {
        margin: 0;
    }

    .fiber-characteristics ul li {
        padding: 7px 8px;
        line-height: 32px;
    }
}


.fiber-landing b {
    font-style: unset !important;
    font-weight: 600;
    font-size: unset !important;
    line-height: unset !important;
    color: unset !important;
}

.fiber-header_1-4 {
    background-image: url(/image/catalog/crs-fiber-landing/fiber1-header-bg.webp);
}

.fiber-characteristics_1-4 {
    background-image: url(/image/catalog/crs-fiber-landing/fiber1-characteristics-bg.webp);
    min-height: 1070px;
    background-position: right;
}

.fiber-backlight_1-4 {
    background-image: url(/image/catalog/crs-fiber-landing/fiber1-backlight-bg.webp);
}

.fiber-exploitation_1-4 {
    background-image: url(/image/catalog/crs-fiber-landing/fiber1-exploitation-bg.webp);
}


@media screen and (max-width: 1344px) {
    .fiber-characteristics_1-4 {
        min-height: 940px;
    }

    .fiber-characteristics_1-4 p {
        max-width: 550px;
    }

    .fiber-characteristics_1-4 h2 {
        max-width: 700px;
    }

    .fiber-backlight_1-4 {
        background-position: -120px;
    }
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    .fiber-characteristics_1-4 {
        min-height: 880px;
    }

    .fiber-characteristics_1-4 p {
        max-width: 370px;
    }

    .fiber-characteristics_1-4 h2 {
        max-width: 370px;
    }
}

@media screen and (max-width: 767px) {
    .fiber-header_1-4 {
        background-image: url(/image/catalog/crs-fiber-landing/fiber1-header-mob-bg.webp);
    }

    .fiber-characteristics_1-4 p {
        max-width: 100%;
    }

    .fiber-characteristics_1-4 h2 {
        max-width: 100%;
    }

    .fiber-characteristics_1-4 {
        min-height: 800px;
    }
}

@media screen and (max-width: 566px) {
    .fiber-characteristics_1-4 {
        min-height: 830px;
        background-image: url(/image/catalog/crs-fiber-landing/fiber1-characteristics-mob-bg.webp);
    }

    .fiber-backlight_1-4 {
        background-image: url(/image/catalog/crs-fiber-landing/fiber1-backlight-mob-bg.webp);
        background-position: center;
    }

    .fiber-exploitation_1-4 {
        background-position: left;
    }
}

.fiber-backlight div:first-of-type {
    position: relative;
    z-index: 1;
}

.fiber-backlight div:first-of-type:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -12px;
    background: rgb(207, 0, 0);
    border-radius: 100%;
    width: 22px;
    height: 22px;
    z-index: 0;
    animation: dot-blink 5s infinite;
}

.fiber-optic__image-wrapper div {
    overflow: hidden;
}

.fiber-optic__image-wrapper div img {
    animation: fiber-image-scale 15s infinite;
    overflow: hidden;
    max-width: 100%;
}

@keyframes dot-blink {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes fiber-image-scale {
    0% {
    }
    50% {
        transform: scale(3);
    }
    100% {
    }
}

.fiber-landing_animation {
    opacity: 0;
    transform: translateY(20px);
}

.fiber-landing_animation-show {
    opacity: 1;
    transition: all .7s;
    transform: translateY(0%);
}

/* ##START## */
.tubese-header {
    background-image: url('/image/catalog/tube-se-landing/header-bg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 150px;
}

.tubese-grid div {
    overflow: hidden;
}

.tubese-grid video {
    transform: scale(1.03);
}

.tubese-header__description {
    padding: 380px 280px 170px;
}

.tubese-header__description img {
    position: absolute;
    top: 36px;
    right: 70px;
    object-fit: contain;
    max-width: 185px;
    width: 100%;
}

.tubese-header__description h2 {
    color: #ffffff;
    text-align: center;
    font-size: 73px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 4.745px;
    text-transform: uppercase;
    background-color: #ffffff;
    background-image: linear-gradient(0deg, #B3A9A2, #F5F4F000);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    margin: 0;
    padding: 0;
}

.tubese-header__description div span {
    color: #F5F4F0;
    text-align: center;
    font-size: 41px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.tubese-header__description div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
}

.tubese-header__description div:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #F5F4F0;
    height: 3px;
    width: 92%;
    margin: 0 4%;
    bottom: 0;
}

.tubese-header__description p {
    color: #F5F4F0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    margin: 30px 0 0;
}

.tubese-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tubese-header ul li {
    max-width: 234px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.tubese-header ul li img {
    object-fit: contain;
    max-width: 100px;
    width: 100%;
}

.tubese-header ul li p {
    color: #2B241A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 30px 0 0;
}

.tubese-header ul li:nth-of-type(2), .tubese-header ul li:nth-of-type(4) {
    margin-top: 100px;
}

.tubese-header ul li:nth-of-type(3) {
    margin-top: 200px;
}

.tubese-matrix {
    margin: 150px 0 250px;
}

.tubese-matrix h2, .tubese-accuracy h3, .tubese-distance h2 {
    color: #2B241A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 55px;
    padding: 0 0 30px;
}

.tubese-accuracy h3 {
    margin-bottom: 0;
    max-width: 832px;
}

.tubese-matrix h2:after, .tubese-accuracy h3:after, .tubese-distance h2:after {
    content: '';
    position: absolute;
    border-bottom: 5px solid #2B241A;
    height: 5px;
    width: 600px;
    margin-top: 20px;
    left: 0;
    bottom: 0;
}

.tubese-distance h2 {
    max-width: 780px;
    text-align: right;
    margin: 0;
}

.tubese-distance h2:after {
    right: 0;
    left: unset;
    width: 478px;
}

.tubese-matrix__description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 85px;
}

.tubese-matrix__description p {
    color: #2B241A;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 50px 0;
}

.tubese-matrix__description ul {
    list-style: none;
    margin: 70px 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tubese-matrix__description ul li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 160px;
    width: 100%;
}

.tubese-matrix__description div video {
    max-width: 100%;
    width: 100%;
}

.tubese-matrix__description ul li p {
    color: #2B241A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    margin: 20px 0;
}

.tubese-matrix__description ul img {
    object-fit: contain;
    max-width: 100%;
}

.tubese-display {
    margin: 250px 0 100px;
    display: grid;
    grid-template-columns: 640px 0;
    grid-template-rows: 172px 1fr;
    gap: 50px 100px;
}

.tubese-display h3 {
    color: #2B241A;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0;
    border: 5px solid #2B241A;
    padding: 17px 100px;
    min-height: 172px;
    box-sizing: border-box;
    grid-area: 1 / 1 / 2 / 2;
}

.tubese-display p {
    color: #2B241A;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    grid-area: 2 / 1 / 3 / 2;
    margin: 0;
}

.tubese-display video {
    grid-area: 1 / 2 / 3 / 3;
}

.tubese-display img {
    object-fit: contain;
}

.tubese-quality {
    display: flex;
    justify-content: flex-end;
    padding: 120px 60px 0 0;
    background-image: url('/image/catalog/tube-se-landing/quality-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 150px;
}

.tubese-quality__wrapper {
    max-width: 630px;
    width: 100%;
}

.tubese-quality__wrapper h3 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 165%;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.tubese-quality__wrapper h3 span {
    color: #2B241A;
    background: #FFFFFF;
    padding: 5px 10px 5px;
}

.tubese-quality__wrapper p {
    color: #FFF;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 40px 0 155px;
}

.tubese-accuracy__wrapper {
    display: flex;
    flex-direction: column;
}

.tubese-accuracy {
    margin: 150px 0 200px;
}

.tubese-accuracy > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.tubese-accuracy > video {
    object-fit: contain;
    margin-left: 70px;
}

.tubese-accuracy__wrapper > p {
    color: #2B241A;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 80px 0 50px;
    max-width: 832px;
}

.tubese-accuracy__wrapper h3 {
    margin: 0;
}

.tubese-accuracy__wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 160px 160px 160px;
    gap: 80px;
}

.tubese-accuracy__wrapper ul li {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
}

.tubese-accuracy__wrapper ul li p {
    color: #2B241A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    margin: 20px 0 20px;
}

.tubese-adjustment {
    margin: 200px auto;
    max-width: 1060px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tubese-adjustment h2 {
    color: #2B241A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.tubese-adjustment > p {
    color: #2B241A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 50px 0 0;
}

.tubese-adjustment img {
    margin: 50px 0;
}

.tubese-distance {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 100px 0 200px;
}

.tubese-distance__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 100px 0 0;
    position: relative;
}

.tubese-distance__wrapper > img {
    object-fit: contain;
    max-width: 100%;
    margin: 100px 0 0;
    position: relative;
    z-index: 2;
}

.tubese-distance__wrapper ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 180px);
    gap: 130px;
    align-items: end;
}

.tubese-distance__wrapper ul li img {
    max-width: 100%;
    object-fit: contain;
}

.tubese-distance__wrapper ul li p {
    color: #2B241A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.4%;
    margin: 135px 0 0;
}

.tubese-distance__wrapper ul li span {
    font-weight: 800;
}

.tubese-distance__wrapper ul li:nth-of-type(2) p {
    margin: 85px 0 0;
}

.tubese-rangefinder {
    display: grid;
    grid-template-columns: 763px 1fr;
    padding: 0 100px 200px 50px;
    margin: 200px 0 0;
    background: linear-gradient(to top, #F4F3EF 635px, #ffffff 1px);
}

.tubese-rangefinder > div:last-of-type {
    border: 5px solid #2B241A;
    padding: 60px 80px;
}

.tubese-rangefinder > div:last-of-type img {
    object-fit: contain;
    max-width: 100%;
}

.tubese-rangefinder > div:last-of-type img:last-of-type {
    margin-top: 40px;
}

.tubese-rangefinder > div:last-of-type img:first-of-type {
    margin-bottom: 40px;
}

.tubese-rangefinder h2 {
    color: #2B241A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    text-transform: uppercase;
    max-width: 700px;
    padding-left: 15px;
    margin: 100px 0 250px;
}

.tubese-rangefinder h2 span {
    color: #FFF;
    background: #2B241A;
    margin-left: -15px;
    padding: 10px 15px;
}


.tubese-rangefinder p {
    color: #2B241A;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    max-width: 572px;
}

.tubese-reliability {
    margin: 0 0 150px;
    padding: 100px 50px 200px;
    background-image: url('/image/catalog/tube-se-landing/reliability-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.tubese-reliability h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
}

.tubese-reliability h2:after {
    content: '';
    position: absolute;
    border-bottom: 5px solid #FFFFFF;
    height: 5px;
    width: 600px;
    margin-top: 20px;
    left: 0;
    bottom: 0;
}

.tubese-reliability div p {
    color: #FFF;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    max-width: 874px;
    margin: 30px 0 0;
}

.tubese-reliability ul {
    margin: 330px 60px 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
    padding: 0;
}

.tubese-reliability ul li {
    margin: 0;
    padding: 40px 30px;
    background: rgba(245, 244, 240, 0.80);
    border: 5px solid #443828;
    box-sizing: border-box;
}

.tubese-reliability ul li img {
    object-fit: cover;
    max-width: 100%;
}

.tubese-reliability ul li p {
    margin: 30px 0 0;
    color: #2B241A;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

.tubese-save {
    margin: 150px 0 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tubese-save__description {
    display: grid;
    grid-template-columns: 640px 1fr;
    gap: 95px;
    margin: 0 0 70px;
}

.tubese-save__description h3 {
    color: #2B241A;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    padding: 20px 100px;
    border: 5px solid #2B241A;
    margin: 0 0 50px;
}

.tubese-save__description p {
    color: #2B241A;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 50px 0 0;
}

.tubese-save ul {
    list-style: none;
    margin: 0;
    padding: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #F5F4F0;
}

.tubese-save ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.tubese-save ul li img {
    object-fit: contain;
    max-width: 100%;
}

.tubese-save ul li p {
    color: #2B241A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.4%;
    margin: 30px 0 0;
}

.tubese-activation {
    max-width: 1150px;
    margin: 200px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tubese-activation h2 {
    color: #2B241A;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 0 70px;
    max-width: 830px;
    padding: 0 0 30px;
    position: relative;
}

.tubese-activation h2:after {
    content: '';
    position: absolute;
    border-bottom: 5px solid #2B241A;
    height: 5px;
    width: 337px;
    left: calc(50% - 168px);
    bottom: 0;
}

.tubese-activation__video-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 70px;
}

.tubese-activation__video-wrapper img {
    object-fit: contain;
    max-width: 100%;
}

.tubese-activation p {
    color: #2B241A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    max-width: 832px;
    margin: 0;
}

.tubese-functions {
    margin: 200px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('/image/catalog/tube-se-landing/tubese-functions-bg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 1530px;
}

.tubese-functions h2, .tubese-functions h3, .tubese-wifi h2 {
    color: #2B241A;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 0 100px;
    padding: 0 0 30px;
    position: relative;
}

.tubese-functions h2:after, .tubese-functions h3:after, .tubese-wifi h2:after {
    content: '';
    position: absolute;
    border-bottom: 5px solid #2B241A;
    height: 5px;
    width: 337px;
    left: calc(50% - 168px);
    bottom: 0;
}

.tubese-functions h3 {
    color: #ffffff;
    margin-top: 40px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.70);
}

.tubese-functions h3:after {
    border-bottom: 5px solid #FFFFFF;
}

.tubese-functions__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding: 0 100px;
}

.tubese-functions ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.tubese-functions ul li {
    width: 100%;
    padding: 0;
    margin: 0 0 100px;
    box-sizing: border-box;
}

.tubese-functions ul li img {
    object-fit: contain;
    max-width: 100%;
}

.tubese-functions ul li h4 {
    color: #2B241A;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.4%;
    margin: 50px 0 20px;
}

.tubese-functions ul li p {
    color: #2B241A;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 20px 0 0;
}

.tubese-functions__list ul:first-of-type li:nth-of-type(1), .tubese-functions__list ul:first-of-type li:nth-of-type(2) {
    border: 5px solid #2B241A;
    padding: 60px 40px;
}

.tubese-functions__list ul:first-of-type li:nth-of-type(3) img, .tubese-functions__list ul:first-of-type li:nth-of-type(4) img, .tubese-functions ul:last-of-type li:nth-of-type(2) img {
    width: 100%;
}

.tubese-functions__list ul:last-of-type li:nth-of-type(1) {
    background: #F5F4F0;
    padding: 60px 40px;
    margin: 180px 0 100px;
}

.tubese-functions__list ul:last-of-type li:nth-of-type(2) h4 {
    max-width: 400px;
    text-align: left;
}

.tubese-functions__list ul:last-of-type li:nth-of-type(3) {
    background: #FFF;
    padding: 60px 40px;
}

.tubese-functions__list ul:last-of-type li:nth-of-type(4) {
    border: 5px solid #2B241A;
    padding: 60px 40px;
}

.tubese-functions > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding: 0 100px;
}

.tubese-functions__list .tubese-functions__list-wrapper:first-of-type li:first-of-type {
    border: 5px solid #FFF;
}

.tubese-functions__list .tubese-functions__list-wrapper h4 {
    color: #FFFFFF;
}

.tubese-functions__list .tubese-functions__list-wrapper p {
    color: #FFFFFF;
}

.tubese-functions__list .tubese-functions__list-wrapper:first-of-type li:nth-of-type(2) {
    border: 0 solid transparent;
    padding: 0;
}

.tubese-functions__list .tubese-functions__list-wrapper:last-of-type li:first-of-type {
    border: 0 solid transparent;
    padding: 0;
    background: transparent;
}

.tubese-functions__list .tubese-functions__list-wrapper:last-of-type li:nth-of-type(1) img, .tubese-functions__list .tubese-functions__list-wrapper:first-of-type li:nth-of-type(2) img {
    width: 100%;
}

.tubese-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0 0;
}

.tubese-grid h2 {
    border: 5px solid #2B241A;
    margin: 0;
    padding: 20px 10px;
}

.tubese-grid div {
    max-width: 590px;
    margin-right: 160px;
}

.tubese-grid h2:after {
    display: none;
}

.tubese-grid p {
    color: #2B241A;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 50px 0 0;
}

.tubese-wifi {
    margin: 200px 0 0;
    padding: 0 50px 250px 0;
    background: linear-gradient(to top, #F4F3EF 625px, #ffffff 1px);
}

.tubese-wifi__description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tubese-wifi__description > div {
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tubese-wifi__description > div div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
}

.tubese-wifi__description p {
    color: #2B241A;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 0 0 100px;
}

.tubese-wifi__description p span {
    font-weight: 700;
}

.tubese-work {
    background: #F5F4F0;
    margin: 0;
    padding: 0 130px 110px 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tubese-work h2 {
    color: #2B241A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    text-transform: uppercase;
    max-width: 740px;
    padding-left: 15px;
}

.tubese-work h2 span {
    color: #FFF;
    background: #2B241A;
    margin-left: -15px;
    padding: 10px 15px;
}

.tubese-work p {
    color: #2B241A;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    max-width: 655px;
    margin: 50px 0 0 15px;
}

.tubese-work p:last-of-type {
    margin: 5px 0 0 15px;
}

.tubese-work img {
    object-fit: contain;
    max-width: 100%;
}

.tubese-adjustment__video-wrapper {
    max-width: 812px;
    width: 100%;
    position: relative;
}

.tubese-adjustment__video-wrapper video {
    width: 698px;
    margin: 0 56px;
}

.tubese-adjustment__video-wrapper:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    background-image: url('/image/catalog/tube-se-landing/adjustment-video-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
}

.tubese-distance__wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    border-bottom: 7px solid #2C2419;
    top: calc(50% + 58px);
    left: 0;
}

.tubese-distance__wrapper-show:after {
    animation: tubeseHorisontalLine 5s ease-in;
}

.tubese-distance__wrapper ul li:after {
    content: '';
    position: absolute;
    width: 7px;
    bottom: 90px;
    left: calc(50% - 3px);
    border-left: 7px solid #2B241A;
}

.tubese-distance__wrapper ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.tubese-distance__wrapper-show ul li:first-of-type img {
    animation: tubeseDistanceImgShow 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1.7s;
    opacity: 0;
}

.tubese-distance__wrapper-show ul li:first-of-type p {
    animation: tubeseHorisontalLine 5s ease-in;
}

.tubese-distance__wrapper-show ul li:first-of-type p {
    animation: tubeseDistanceTextShow 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1.7s;
    opacity: 0;
}

.tubese-distance__wrapper-show ul li:nth-of-type(2) img {
    animation: tubeseDistanceImgShow 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 2.9s;
    opacity: 0;
}

.tubese-distance__wrapper-show ul li:nth-of-type(2) p {
    animation: tubeseDistanceTextShow 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 2.9s;
    opacity: 0;
}

.tubese-distance__wrapper-show ul li:nth-of-type(3) img {
    animation: tubeseDistanceImgShow 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 4.2s;
    opacity: 0;
}

.tubese-distance__wrapper-show ul li:nth-of-type(3) p {
    animation: tubeseDistanceTextShow 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 4.2s;
    opacity: 0;
}


.tubese-distance__wrapper-show ul li:first-of-type:after {
    animation: tubeseVerticallLine 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}

.tubese-distance__wrapper-show ul li:nth-of-type(2):after {
    animation: tubeseVerticalMidlLine 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
}

.tubese-distance__wrapper-show ul li:last-of-type:after {
    animation: tubeseVerticallLine 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 3.7s;
}

.tubese-activation__video-wrapper img:last-of-type {
    position: relative;
    z-index: 2;
    animation: tubeseActivation 2.57s infinite;
}

.tubese-activation__video-wrapper > div {
    margin-left: -150px;
    margin-top: 80px;
    position: relative;
}

.tubese-activation__video-wrapper > div:after {
    content: '';
    position: absolute;
    top: 32px;
    left: 472px;
    background-image: url('/image/catalog/tube-se-landing/activation-riffle-trigger.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    max-width: 50px;
    animation: tubeseActivationTrigger 2.57s infinite;
}

.tubese-functions__list ul:last-of-type li:nth-of-type(2) {
    position: relative;
    overflow: hidden;
}

.tubese-functions__list ul:last-of-type li:nth-of-type(2):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/image/catalog/tube-se-landing/functions-menu.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 36px;
    animation: tubeseFunctionMenu 6s infinite;
}

.tubese-functions__list li video {
    width: 100%
}

.tubese-display video {
    max-width: 700px;
}

.tubese-functions__list-wrapper:nth-of-type(2) li {
    position: relative;
}

.tubese-functions__list-wrapper:nth-of-type(2) li:after {
    content: '';
    position: absolute;
    top: 45px;
    left: 25%;
    animation: tubeseChangeBg 15s infinite;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50%;
    height: 40%;
    z-index: 1;
}

@keyframes tubeseChangeBg {
    0% {
        background-image: url('/image/catalog/tube-se-landing/advantages-icon-2-bg1.svg');
    }
    20% {
        background-image: url('/image/catalog/tube-se-landing/advantages-icon-2-bg2.svg');
    }
    40% {
        background-image: url('/image/catalog/tube-se-landing/advantages-icon-2-bg3.svg');
    }
    60% {
        background-image: url('/image/catalog/tube-se-landing/advantages-icon-2-bg4.svg');
    }
    80% {
        background-image: url('/image/catalog/tube-se-landing/advantages-icon-2-bg5.svg');
    }
    100% {
        background-image: url('/image/catalog/tube-se-landing/advantages-icon-2-bg1.svg');
    }
}

@keyframes tubeseHorisontalLine {
    0% {
        width: 0;
    }
    25% {
        width: 745px;
    }
    50% {
        width: 1055px;
    }
    75% {
        width: 1365px;
    }
    100% {
        width: 100%;
    }
}

@keyframes tubeseVerticallLine {
    0% {
        height: 0;
    }
    100% {
        height: 81px;
    }
}

@keyframes tubeseVerticalMidlLine {
    0% {
        height: 0;
    }
    100% {
        height: 31px;
    }
}

@keyframes tubeseDistanceImgShow {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tubeseDistanceTextShow {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tubeseActivation {
    0% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(20px);
    }
    30% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes tubeseActivationTrigger {
    0% {
        transform: translateX(0) rotate(0);
    }
    10% {
        transform: translateX(30px) translateY(-5px) rotate(-30deg);
    }
    30% {
        transform: translateX(0px) rotate(0);
    }
    100% {
        transform: translateX(0) rotate(0);
    }
}

@keyframes tubeseFunctionMenu {
    0% {
        transform: translateY(-36px);
    }
    10% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(0);
    }
    70% {
        transform: translateY(-36px);
    }
    100% {
        transform: translateY(-36px);
    }
}

@media screen and (max-width: 1599px) {
    .tubese-header__description {
        padding: 300px 190px 120px;
    }

    .tubese-distance__wrapper:after {
        top: calc(50% + 54px);
    }

    .tubese-adjustment__video-wrapper {
        max-width: 814px;
    }

    .tubese-reliability {
        background-size: contain;
        padding: 100px 50px;
    }

    .tubese-display {
        grid-template-columns: 635px 0;
        gap: 50px 0;
    }

    .tubese-display p {
        grid-area: 2 / 1 / 3 / 2;
    }

    .tubese-display video {
        max-width: 610px;
    }

    .tubese-functions__list-wrapper:nth-of-type(2) li:after {
        top: 25px;
    }

    .tubese-matrix__description {
        grid-template-columns: 1fr 440px;
        gap: 0 100px;
    }

    .tubese-matrix__description p {
        margin: 0;
    }

    .tubese-accuracy__wrapper > p {
        max-width: 660px;
    }

    .tubese-rangefinder {
        grid-template-columns: 713px 1fr;
        padding: 0 30px 200px 30px;
    }

    .tubese-rangefinder h2 {
        margin: 100px 0 200px;
    }

    .tubese-rangefinder p {
        margin: 0 0 70px;
    }

    .tubese-rangefinder > div:last-of-type {
        padding: 60px 50px;
    }

    .tubese-reliability {
        background-size: cover;
    }

    .tubese-reliability ul {
        gap: 30px;
        margin: 330px 0 0;
    }

    .tubese-save__description {
        gap: 45px;
    }

    .tubese-save__description h3 {
        padding: 20px 50px;
    }

    .tubese-functions__list {
        gap: 80px 60px;
        padding: 0 40px;
    }

    .tubese-functions {
        background-size: 113%;
        background-position: center 1630px;
    }

    .tubese-wifi__description > div {
        max-width: 690px;
    }

    .tubese-wifi__description img {
        max-width: 600px;
    }

    .tubese-wifi {
        background: linear-gradient(to top, #F4F3EF 565px, #ffffff 1px);
    }

    .tubese-work {
        background: #F5F4F0;
        margin: 0;
        padding: 0 60px 110px 50px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .tubese-functions__list ul:last-of-type li:nth-of-type(1) {
        margin: 250px 0 100px;
    }

    .tubese-save__description {
        width: 100%;
    }

    @keyframes tubeseHorisontalLine {
        0% {
            width: 0;
        }
        25% {
            width: 535px;
        }
        50% {
            width: 855px;
        }
        75% {
            width: 1165px;
        }
        100% {
            width: 100%;
        }
    }
}

@media screen and (max-width: 1344px) {
    .tubese-header {
        background-size: 120%;
        margin-bottom: 150px;
    }

    .tubese-display {
        grid-template-columns: 555px 0;
        gap: 50px 20px;
    }

    .tubese-display p {
        font-size: 18px;
    }

    .tubese-display h3 {
        padding: 17px 50px;
    }

    .tubese-display video {
        max-width: 610px;
    }

    .tubese-header__description {
        padding: 280px 130px 160px;
    }

    .tubese-header ul li img {
        max-width: 80px;
        width: 100%;
    }

    .tubese-header ul li p {
        font-size: 18px;
        max-width: 140px;
    }

    .tubese-matrix__description p {
        font-size: 18px;
        margin: 0;
    }

    .tubese-matrix__description {
        grid-template-columns: 1fr 440px;
        gap: 0 70px;
    }

    .tubese-display video {
        max-width: 540px;
    }

    .tubese-display div {
        max-width: 545px;
    }

    .tubese-display div p {
        font-size: 18px;
    }

    .tubese-display {
        margin: 200px 0 100px;
    }

    .tubese-matrix {
        margin: 150px 0 200px;
    }

    .tubese-quality {
        padding: 90px 50px 0 0;
        background-size: 120%;
        margin: 0 0 100px;
    }

    .tubese-quality__wrapper p {
        font-size: 18px;
        margin: 40px 0 255px;
    }

    .tubese-quality__wrapper {
        max-width: 530px;
    }

    .tubese-quality__wrapper h3 {
        font-size: 40px;
        margin: 0 0 30px;
    }

    .tubese-accuracy__wrapper > p {
        max-width: 550px;
        font-size: 18px;
    }

    .tubese-accuracy__wrapper ul {
        gap: 30px;
    }

    .tubese-accuracy h3:after {
        width: 550px;
    }

    .tubese-accuracy {
        margin: 150px 0 170px;
    }

    .tubese-adjustment {
        margin: 170px auto;
    }

    .tubese-distance__wrapper > img {
        max-width: 330px;
        margin: 120px 0 0;
    }

    .tubese-distance__wrapper ul li img {
        max-width: 160px;
    }

    .tubese-distance__wrapper ul li p {
        font-size: 20px;
    }

    @keyframes tubeseHorisontalLine {
        0% {
            width: 0;
        }
        25% {
            width: 423px;
        }
        50% {
            width: 738px;
        }
        75% {
            width: 1043px;
        }
        100% {
            width: 100%;
        }
    }

    .tubese-rangefinder p {
        font-size: 18px;
        max-width: 480px;
    }

    .tubese-rangefinder h2 {
        font-size: 40px;
        max-width: 560px;
        margin: 70px 0 180px;
    }

    .tubese-rangefinder {
        grid-template-columns: 633px 1fr;
        padding: 0 30px 200px 30px;
    }

    .tubese-rangefinder > div:last-of-type img:first-of-type {
        margin-bottom: 30px;
    }

    .tubese-rangefinder > div:last-of-type img:last-of-type {
        margin-top: 30px;
    }

    .tubese-rangefinder > div:last-of-type {
        padding: 30px 50px;
    }

    .tubese-rangefinder {
        background: linear-gradient(to top, #F4F3EF 550px, #ffffff 1px);
    }

    .tubese-reliability ul li {
        padding: 35px 25px;
    }

    .tubese-reliability ul li p {
        font-size: 14px;
    }

    .tubese-reliability ul {
        gap: 50px;
    }

    .tubese-reliability {
        background-size: 125%;
    }

    .tubese-save__description {
        grid-template-columns: 560px 1fr;
        gap: 75px;
    }

    .tubese-save__description video {
        width: 100%;
    }

    .tubese-save__description h3 {
        padding: 15px 10px;
    }

    .tubese-save__description p {
        font-size: 18px;
    }

    .tubese-activation__video-wrapper img:last-of-type {
        max-width: 730px;
    }

    .tubese-activation__video-wrapper > div:after {
        top: 18px;
        left: 432px;
        max-width: 40px;
    }

    .tubese-functions ul li p {
        font-size: 18px;
    }

    .tubese-functions ul li img {
        max-width: 80px;
    }

    .tubese-functions__list ul:first-of-type li:nth-of-type(3) img, .tubese-functions__list ul:first-of-type li:nth-of-type(4) img, .tubese-functions ul:last-of-type li:nth-of-type(2) img {
        width: 100%;
        max-width: 100%;
    }

    .tubese-functions__list ul:last-of-type li:nth-of-type(2):after {
        top: -2px;
    }

    .tubese-functions__list ul:first-of-type li:nth-of-type(1), .tubese-functions__list ul:first-of-type li:nth-of-type(2) {
        padding: 40px 30px 60px;
    }

    .tubese-functions {
        background-size: 119%;
        background-position: center 1530px;
    }

    .tubese-functions__list .tubese-functions__list-wrapper:last-of-type li:nth-of-type(1) img, .tubese-functions__list .tubese-functions__list-wrapper:first-of-type li:nth-of-type(2) img {
        width: 100%;
        max-width: 100%;
    }

    .tubese-functions__list {
        gap: 80px 100px;
    }

    .tubese-grid {
        margin: 210px 0 0;
    }

    .tubese-wifi__description p {
        font-size: 18px;
    }

    .tubese-wifi {
        background: linear-gradient(to top, #F4F3EF 505px, #ffffff 1px);
        padding: 0 50px 150px 0;
    }

    .tubese-work {
        padding: 0 20px 110px 40px;
    }

    .tubese-work img {
        max-width: 380px;
    }
}

@media screen and (max-width: 1199px) {
    .tubese-header {
        background-size: 120%;
        margin-bottom: 150px;
    }

    .tubese-functions__list ul:last-of-type li:nth-of-type(2):after {
        top: -6px;
    }

    .tubese-display {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 135px 1fr 236px;
        gap: 80px 0;
        justify-content: center;
    }

    .tubese-display h3 {
        grid-area: 1 / 1 / 2 / 2;
        max-width: 446px;
        margin: 0 auto;
        font-size: 36px;
        min-height: 135px;
        padding: 13px 50px;
    }

    .tubese-display video {
        grid-area: 2 / 1 / 3 / 2;
        margin: 0 auto;
    }

    .tubese-display p {
        grid-area: 3 / 1 / 4 / 2;
        max-width: 652px;
        margin: 0 auto;
        text-align: center;
    }

    .tubese-header__description {
        padding: 230px 80px 100px;
    }

    .tubese-header__description h2 {
        font-size: 64px;
    }

    .tubese-header__description div span {
        font-size: 36px;
    }


    .tubese-header__description p {
        font-size: 18px;
    }

    .tubese-header__description img {
        max-width: 135px;
    }

    .tubese-matrix h2, .tubese-accuracy h3, .tubese-distance h2 {
        font-size: 36px;
        text-align: center;
    }

    .tubese-matrix h2:after, .tubese-accuracy h3:after, .tubese-distance h2:after {
        width: 450px;
        left: 50%;
        margin-left: -225px;
    }

    .tubese-matrix__description {
        grid-template-columns: 1fr;
        gap: 50px 70px;
        max-width: 610px;
        margin: 0 auto;
    }

    .tubese-matrix__description p {
        text-align: center;
    }

    .tubese-display {
        margin: 150px 0 100px;
    }

    .tubese-matrix {
        margin: 150px 0 150px;
    }

    .tubese-quality__wrapper h3 {
        font-size: 36px;
        margin: 0 0 20px;
    }

    .tubese-quality__wrapper p {
        font-size: 18px;
        margin: 25px 0 155px;
    }

    .tubese-quality {
        padding: 85px 30px 20px 0;
        margin: 0 0 100px;
        background-size: 130%;
        background-position-x: -90px;
    }

    .tubese-quality__wrapper {
        max-width: 470px;
    }

    .tubese-accuracy > div {
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .tubese-accuracy h3 {
        margin: 0 auto 50px;
        font-size: 48px;
    }

    .tubese-accuracy__wrapper {
        flex-direction: column-reverse;
        margin: 50px 0 0;
    }

    .tubese-accuracy__wrapper > p {
        margin: 40px 0 0;
        max-width: 650px;
        text-align: center;
    }

    .tubese-accuracy__wrapper ul {
        margin: 0 auto;
    }

    .tubese-adjustment h2 {
        font-size: 36px;
        margin: 0 auto 50px;
    }

    .tubese-adjustment > p {
        font-size: 18px;
        max-width: 655px;
        margin: 50px auto 0;
    }

    .tubese-distance {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .tubese-distance h2 {
        max-width: 600px;
    }

    .tubese-distance h2:after {
        width: 366px;
        margin-left: -183px;
    }

    .tubese-distance__wrapper > img {
        max-width: 270px;
        margin: 130px 0 0;
    }

    .tubese-distance__wrapper:after {
        border-bottom: 5px solid #2C2419;
    }

    .tubese-distance__wrapper ul {
        grid-template-columns: repeat(3, 150px);
        gap: 65px;
    }

    .tubese-distance__wrapper ul li p {
        margin: 125px 0 0;
    }

    .tubese-distance__wrapper ul li img {
        max-width: 150px;
    }

    @keyframes tubeseHorisontalLine {
        0% {
            width: 0;
        }
        25% {
            width: 415px;
        }
        50% {
            width: 635px;
        }
        75% {
            width: 845px;
        }
        100% {
            width: 100%;
        }
    }

    @keyframes tubeseVerticallLine {
        0% {
            height: 0;
        }
        100% {
            height: 71px;
        }
    }

    @keyframes tubeseVerticalMidlLine {
        0% {
            height: 0;
        }
        100% {
            height: 25px;
        }
    }

    .tubese-rangefinder h2 {
        font-size: 36px;
        max-width: 500px;
        margin: 60px 0 80px;
    }

    .tubese-rangefinder {
        grid-template-columns: 550px 1fr;
        padding: 0 30px 100px 30px;
        background: linear-gradient(to top, #F4F3EF 370px, #ffffff 1px);
    }

    .tubese-reliability h2 {
        font-size: 36px;
    }

    .tubese-reliability div p {
        font-size: 18px;
        max-width: 600px;
        margin: 50px 0 0;
    }

    .tubese-reliability {
        background-position-x: -210px;
        padding: 100px 40px 90px;
    }

    .tubese-reliability ul {
        margin: 220px 0 0;
        gap: 30px;
    }

    .tubese-reliability ul li {
        padding: 30px 20px;
    }

    .tubese-reliability ul li img {
        max-width: 60px;
    }

    .tubese-reliability ul li p {
        margin: 20px 0 0;
    }

    .tubese-save__description {
        grid-template-columns: 556px;
        justify-content: center;
        gap: 50px;
    }

    .tubese-save__description h3 {
        padding: 15px 10px;
        font-size: 36px;
    }

    .tubese-save__description p {
        font-size: 18px;
        margin: 45px 0 0;
        text-align: center;
    }

    .tubese-save ul {
        padding: 50px 40px;
    }

    .tubese-save ul li img {
        max-width: 80px;
    }

    .tubese-save ul li p {
        font-size: 18px;
    }

    .tubese-save {
        margin: 150px 0 150px;
    }

    .tubese-activation {
        margin: 150px auto;
        max-width: 100%;
    }

    .tubese-activation h2 {
        font-size: 36px;
        max-width: 600px;
    }

    .tubese-activation__video-wrapper video {
        max-width: 410px;
    }

    .tubese-activation__video-wrapper img:last-of-type {
        max-width: 600px;
    }

    .tubese-activation p {
        font-size: 18px;
        max-width: 652px;
    }

    .tubese-activation__video-wrapper > div:after {
        top: 22px;
        left: 355px;
        max-width: 30px;
    }

    .tubese-functions {
        margin: 150px 0 0;
    }

    .tubese-functions h2 {
        font-size: 36px;
        margin: 0 0 80px;
        padding: 0 0 20px;
    }

    .tubese-functions h2:after {
        border-bottom: 3px solid #2B241A;
    }

    .tubese-functions ul li h4 {
        font-size: 14px;
        margin: 40px 0 10px;
    }

    .tubese-functions ul li p {
        font-size: 14px;
    }

    .tubese-functions ul li img {
        max-width: 60px;
    }

    .tubese-functions ul li {
        margin: 0 0 50px;
    }

    .tubese-functions__list ul:first-of-type li:nth-of-type(1), .tubese-functions__list ul:first-of-type li:nth-of-type(2) {
        border: 3px solid #2B241A;
        padding: 30px 20px 35px;
    }

    .tubese-functions__list ul:last-of-type li:nth-of-type(1) {
        margin: 120px 0 60px;
        padding: 30px 20px 40px;
    }

    .tubese-functions__list ul:last-of-type li:nth-of-type(4) {
        border: 3px solid #2B241A;
        padding: 30px 20px 35px;
    }

    .tubese-functions {
        background-size: 102%;
        background-position: center 1010px;
    }

    .tubese-functions h2 {
        font-size: 36px;
        margin: 0 0 80px;
        padding: 0 0 20px;
    }

    .tubese-functions h3 {
        font-size: 36px;
    }

    .tubese-functions__list .tubese-functions__list-wrapper:first-of-type li:first-of-type {
        border: 3px solid #FFF;
    }

    .tubese-grid div {
        max-width: 470px;
        margin-right: 60px;
    }

    .tubese-grid video {
        max-width: 350px;
    }

    .tubese-functions h2 {
        margin: 0 0 50px;
        padding: 20px 0;
        line-height: 140%;
        font-size: 24px;
    }

    .tubese-save__description h3 {
        border: 3px solid #2B241A;
    }

    .tubese-display h3 {
        border: 3px solid #2B241A;
    }

    .tubese-grid p {
        font-size: 18px;
        margin: 50px 0 0;
    }

    .tubese-wifi {
        margin: 100px 0 0;
        padding: 0 0 100px 0;
        background: linear-gradient(to top, #F4F3EF 310px, #ffffff 1px);
    }

    .tubese-wifi h2 {
        font-size: 36px;
        margin: 0 0 50px;
    }

    .tubese-wifi__description img {
        max-width: 450px;
    }

    .tubese-wifi__description > div {
        max-width: 450px;
    }

    .tubese-wifi__description p {
        margin: 0 0 90px;
    }

    .tubese-wifi__description > div div {
        gap: 45px;
        max-width: 300px;
    }

    .tubese-wifi__description > div div img {
        max-width: 110px;
    }

    .tubese-work img {
        max-width: 280px;
    }

    .tubese-work > div {
        max-width: 510px;
    }

    .tubese-work h2 {
        font-size: 36px;
        line-height: 170%;
        max-width: 500px;
        padding-left: 15px;
        margin: 0;
    }

    .tubese-work p {
        font-size: 18px;
        max-width: 500px;
        margin: 40px 0 0 15px;
    }
}

@media screen and (max-width: 991px) {
    .tubese-header__description {
        padding: 270px 60px 70px;
    }

    .tubese-functions__list ul:last-of-type li:nth-of-type(2):after {
        top: -8px;
    }

    .tubese-header__description img {
        max-width: 130px;
        top: 30px;
        right: 30px;
    }

    .tubese-header__description h2 {
        font-size: 48px;
    }

    .tubese-activation__video-wrapper > div:after {
        top: 18px;
        left: 264px;
        max-width: 22px;
    }

    .tubese-header__description div span {
        font-size: 27px;
    }

    .tubese-header {
        background-size: 160%;
        margin-bottom: 150px;
    }

    .tubese-header ul li img {
        max-width: 60px;
    }

    .tubese-header ul li p {
        font-size: 14px;
        max-width: 140px;
        margin: 20px 0 0;
    }

    .tubese-header ul li:nth-of-type(2), .tubese-header ul li:nth-of-type(4) {
        margin-top: 80px;
    }

    .tubese-header ul li:nth-of-type(3) {
        margin-top: 130px;
    }

    .tubese-matrix h2 {
        font-size: 24px;
        max-width: 500px;
        margin: 0 auto 50px;
        padding: 0 0 20px;
    }

    .tubese-display h3 {
        max-width: 312px;
        margin: 0 auto;
        font-size: 24px;
        min-height: 108px;
        padding: 15px 40px;
    }

    .tubese-display {
        grid-template-rows: 108px 1fr 236px;
        gap: 60px 0;
    }

    .tubese-display video {
        max-width: 480px;
    }

    .tubese-quality {
        padding: 60px 30px 20px 0;
        margin: 0 0 100px;
        background-size: 120%;
        background-position-x: -50px;
    }

    .tubese-quality__wrapper h3 {
        font-size: 24px;
        margin: 0 0 15px;
        line-height: 135%;
    }

    .tubese-quality__wrapper {
        max-width: 350px;
    }

    .tubese-quality__wrapper p {
        font-size: 14px;
        margin: 15px 0 100px;
    }

    .tubese-quality__wrapper h3 span {
        font-size: 24px;
        margin: 0 0 15px;
        line-height: 185%;
    }

    .tubese-accuracy {
        margin: 100px 0 150px;
    }

    .tubese-accuracy h3 {
        margin: 0 auto 50px;
        font-size: 24px;
        max-width: 460px;
    }

    .tubese-accuracy h3:after {
        width: 400px;
        left: 50%;
        margin-left: -200px;
        border-bottom: 3px solid #2B241A;
        margin-top: 15px;
    }

    .tubese-adjustment {
        margin: 150px auto;
    }

    .tubese-adjustment h2 {
        font-size: 24px;
    }

    .tubese-adjustment__video-wrapper {
        max-width: 614px;
    }

    .tubese-adjustment__video-wrapper video {
        width: 526px;
        margin: 0 42px;
    }

    .tubese-matrix h2, .tubese-accuracy h3, .tubese-distance h2 {
        font-size: 24px;
        max-width: 390px;
    }

    .tubese-matrix h2 {
        max-width: 700px;
    }

    .tubese-matrix h2:after {
        border-bottom: 3px solid #2B241A;
        height: 3px;
    }

    .tubese-accuracy h3 {
        font-size: 24px;
        max-width: 460px;
    }

    .tubese-distance h2 {
        padding: 0 0 20px;
    }

    .tubese-distance h2:after {
        width: 250px;
        margin-left: -125px;
        margin-top: 0;
        border-bottom: 3px solid #2B241A;
    }

    .tubese-distance__wrapper {
        margin: 50px 0 0;
    }

    .tubese-distance__wrapper > img {
        max-width: 210px;
        margin: 80px 0 0;
    }

    .tubese-distance__wrapper ul {
        grid-template-columns: repeat(3, 100px);
        gap: 65px;
    }

    .tubese-distance__wrapper ul li img {
        max-width: 100px;
    }

    .tubese-distance__wrapper:after {
        height: 3px;
        border-bottom: 3px solid #2C2419;
        top: calc(50% + 38px);
    }

    .tubese-distance__wrapper ul li p {
        margin: 90px 0 0;
        font-size: 14px;
    }

    .tubese-distance__wrapper ul li:after {
        width: 3px;
        bottom: 58px;
        left: calc(50% - 3px);
        border-left: 3px solid #2B241A;
    }

    @keyframes tubeseHorisontalLine {
        0% {
            width: 0;
        }
        25% {
            width: 320px;
        }
        50% {
            width: 485px;
        }
        75% {
            width: 650px;
        }
        100% {
            width: 100%;
        }
    }

    @keyframes tubeseVerticallLine {
        0% {
            height: 0;
        }
        100% {
            height: 51px;
        }
    }

    @keyframes tubeseVerticalMidlLine {
        0% {
            height: 0;
        }
        100% {
            height: 20px;
        }
    }

    .tubese-distance__wrapper ul li:nth-of-type(2) p {
        margin: 60px 0 0;
    }

    .tubese-distance {
        margin: 100px 0 100px;
    }

    .tubese-rangefinder {
        grid-template-columns: 350px 1fr;
        padding: 0 30px 150px 20px;
        background: linear-gradient(to top, #F4F3EF 370px, #ffffff 1px);
        margin: 100px 0 0;
        gap: 0 40px;
    }

    .tubese-rangefinder h2 {
        font-size: 24px;
        max-width: 350px;
        margin: 60px 0 120px;
    }

    .tubese-rangefinder h2 span {
        padding: 6px 15px;
    }

    .tubese-rangefinder p {
        font-size: 14px;
        max-width: 340px;
        margin: 0 0 4px;
    }

    .tubese-rangefinder > div:last-of-type {
        border: 3px solid #2B241A;
        padding: 30px 40px;
        max-width: 270px;
        box-sizing: border-box;
    }

    .tubese-reliability {
        background-position-x: -80px;
        padding: 50px 50px 0;
        background-size: 120%;
    }

    .tubese-reliability h2 {
        font-size: 24px;
        text-align: center;
        padding: 0 0 15px;
    }

    .tubese-reliability h2:after {
        border-bottom: 3px solid #FFFFFF;
        height: 3px;
        width: 440px;
        margin-top: 15px;
        left: 50%;
        margin-left: -220px
    }

    .tubese-reliability div p {
        font-size: 14px;
        max-width: 600px;
        margin: 30px 0 0;
        text-align: center;
    }

    .tubese-reliability ul {
        margin: 50px 0 0;
        gap: 50px;
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .tubese-reliability ul li:first-of-type {
        grid-area: 1 / 1 / 2 / 5;
    }

    .tubese-reliability ul li:nth-of-type(2) {
        grid-area: 1 / 5 / 2 / 9;
    }

    .tubese-reliability ul li:nth-of-type(3) {
        grid-area: 2 / 3 / 3 / 7;
    }

    .tubese-save__description {
        grid-template-columns: 652px;
        margin: 0 0 30px;
    }

    .tubese-save__description h3 {
        padding: 15px 40px;
        font-size: 24px;
        max-width: 340px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .tubese-save__description p {
        font-size: 14px;
        margin: 30px 0 0;
    }

    .tubese-save ul {
        padding: 40px 24px;
    }

    .tubese-save ul li img {
        max-width: 60px;
    }

    .tubese-save ul li p {
        font-size: 14px;
        margin: 20px 0 0;
    }

    .tubese-activation h2 {
        font-size: 24px;
        max-width: 390px;
        padding: 0 0 20px;
    }

    .tubese-activation h2:after {
        border-bottom: 3px solid #2B241A;
        height: 3px;
        width: 166px;
        left: calc(50% - 83px);
        padding: 0 0 10px;
    }

    .tubese-activation__video-wrapper {
        margin: 0 0 40px;
    }

    .tubese-activation__video-wrapper video {
        max-width: 310px;
    }

    .tubese-activation__video-wrapper img:last-of-type {
        max-width: 450px;
    }

    .tubese-activation__video-wrapper > div {
        margin-left: -120px;
        margin-top: 65px;
    }

    .tubese-activation p {
        font-size: 14px;
    }

    .tubese-functions__list {
        gap: 50px 25px;
        padding: 0 20px;
    }

    .tubese-functions ul li h4 {
        margin: 30px 0 10px;
    }

    .tubese-functions {
        background-size: 120%;
        background-position: center 980px;
    }

    .tubese-functions h3 {
        font-size: 24px;
        margin: 40px 0 70px;
        padding: 0 0 12px;
    }

    .tubese-functions__list ul:last-of-type li:nth-of-type(3) {
        padding: 40px 20px;
    }

    .tubese-functions h3:after {
        border-bottom: 3px solid #FFFFFF;
        height: 3px;
    }

    .tubese-grid {
        margin: 80px 0 0;
    }

    .tubese-grid div {
        max-width: 360px;
        margin-right: 20px;
    }

    .tubese-grid video {
        max-width: 320px;
    }

    .tubese-wifi {
        margin: 150px 0 0;
        padding: 0 0 150px 0;
        background: linear-gradient(to top, #F4F3EF 310px, #ffffff 1px);
    }

    .tubese-wifi h2 {
        font-size: 24px;
        margin: 0 0 80px;
        padding: 0 0 15px;
    }

    .tubese-wifi h2:after {
        border-bottom: 3px solid #2B241A;
        height: 3px;
        width: 377px;
        left: calc(50% - 188px);
    }

    .tubese-wifi__description > img {
        max-width: 330px;
    }

    .tubese-wifi__description > div {
        max-width: 340px;
    }

    .tubese-wifi__description p {
        font-size: 14px;
        margin: 0 0 80px;
    }

    .tubese-wifi {
        background: linear-gradient(to top, #F4F3EF 350px, #ffffff 1px);
        padding: 0 0 130px 0;
    }

    .tubese-work h2 {
        font-size: 24px;
    }

    .tubese-work p {
        font-size: 14px;
        max-width: 340px;
        margin: 30px 0 0 15px;
    }

    .tubese-work h2 span {
        padding: 6px 15px;
    }
}

@media screen and (max-width: 767px) {
    .tubese-header__description {
        padding: 210px 20px 70px;
    }

    .tubese-header__description img {
        max-width: 100px;
        top: 30px;
        right: 30px;
    }

    .tubese-header__description h2 {
        font-size: 38px;
    }

    .tubese-header__description div span {
        font-size: 22px;
    }

    .tubese-header__description div {
        padding-bottom: 20px;
    }

    .tubese-header__description p {
        font-size: 14px;
        margin: 20px 50px 0;

    }

    .tubese-header {
        background-size: auto 567px;
        margin-bottom: 120px;
    }

    .tubese-header__description div:after {
        border-bottom: 3px solid #F5F4F0;
        height: 3px;
        width: 456px;
    }

    .tubese-header ul {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 50px 0;
    }

    .tubese-header ul li:first-of-type {
        grid-area: 2 / 1 / 3 / 3;
    }

    .tubese-header ul li:nth-of-type(2) {
        grid-area: 1 / 2 / 2 / 4;
    }

    .tubese-header ul li:nth-of-type(3) {
        grid-area: 1 / 4 / 2 / 6;
    }

    .tubese-header ul li:nth-of-type(4) {
        grid-area: 2 / 3 / 3 / 5;
    }

    .tubese-header ul li:nth-of-type(5) {
        grid-area: 2 / 5 / 3 / 7;
    }

    .tubese-header ul li:nth-of-type(2) {
        margin-top: 20px;
    }

    .tubese-header ul li:nth-of-type(3) {
        margin-top: 20px;
    }

    .tubese-header ul li:nth-of-type(4) {
        margin-top: 0;
    }

    .tubese-header ul li p {
        max-width: 130px;
    }

    .tubese-matrix {
        margin: 120px 0;
    }

    .tubese-matrix h2:after {
        width: 300px;
        left: 50%;
        margin-left: -150px;
    }

    .tubese-matrix h2 {
        margin: 0 auto 30px;
    }

    .tubese-matrix__description ul {
        margin: 30px 0 0;
    }

    .tubese-matrix__description ul li {
        max-width: 140px;
    }

    .tubese-matrix__description ul li p {
        font-size: 14px;
        margin: 10px 0;
    }

    .tubese-matrix__description p {
        font-size: 14px;
    }

    .tubese-matrix__description {
        gap: 30px 70px;
    }

    .tubese-display {
        margin: 120px 0 100px;
    }

    .tubese-display p {
        font-size: 14px;
    }

    .tubese-display {
        grid-template-rows: 108px 1fr 100%;
        gap: 60px 0;
    }

    .tubese-quality {
        padding: 50px 12px 20px 0;
        margin: 0 0 10px;
        background-size: cover;
        background-position-x: -30px;
    }

    .tubese-quality__wrapper h3 {
        font-size: 24px;
        margin: 0 0 5px;
        line-height: 125%;
    }

    .tubese-quality__wrapper p {
        font-size: 14px;
        margin: 15px 0 70px;
        line-height: 135%;
    }

    .tubese-quality__wrapper {
        max-width: 320px;
    }

    .tubese-accuracy {
        margin: 50px 0 100px;
    }

    .tubese-accuracy__wrapper ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        display: grid;
        grid-template-columns: 142px 142px 142px;
        gap: 42px;
    }

    .tubese-accuracy__wrapper ul li img {
        max-width: 142px;
    }

    .tubese-adjustment {
        margin: 100px auto;
    }

    .tubese-adjustment h2 {
        margin: 0 auto 30px;
    }

    .tubese-adjustment__video-wrapper video {
        width: 440px;
        margin: 0 30px;
    }

    .tubese-adjustment__video-wrapper {
        max-width: 512px;
    }

    .tubese-adjustment > p {
        font-size: 14px;
        max-width: 565px;
        margin: 20px auto 0;
    }

    .tubese-accuracy__wrapper > p {
        margin: 30px 0 0;
        max-width: 550px;
        font-size: 14px;
    }

    .tubese-distance__wrapper > img {
        max-width: 170px;
        margin: 80px 0 0;
    }

    .tubese-distance__wrapper:after {
        top: calc(50% + 28px);
    }

    .tubese-distance__wrapper ul li img {
        max-width: 73px;
    }

    .tubese-distance__wrapper ul {
        grid-template-columns: repeat(3, 73px);
        gap: 45px;
    }

    @keyframes tubeseHorisontalLine {
        0% {
            width: 0;
        }
        25% {
            width: 250px;
        }
        50% {
            width: 365px;
        }
        75% {
            width: 485px;
        }
        100% {
            width: 100%;
        }
    }

    .tubese-distance__wrapper {
        max-width: 520px;
    }

    .tubese-rangefinder div:last-of-type {
        position: absolute;
        padding: 20px 30px;
        max-width: 270px;
        left: 50%;
        margin-left: -135px;
        top: 100px;
        box-sizing: border-box;
    }

    .tubese-rangefinder div:first-of-type h2 {
        font-size: 24px;
        max-width: 350px;
        margin: 0 auto 470px;
        padding: 0;
        text-align: center;
    }

    .tubese-rangefinder {
        grid-template-columns: 1fr;
        padding: 0 30px 40px 30px;
        background: linear-gradient(to top, #F4F3EF 370px, #ffffff 1px);
        margin: 100px 0 0;
        gap: 0 40px;
        position: relative;
    }

    .tubese-rangefinder h2 span {
        margin: 0;
    }

    .tubese-rangefinder p {
        max-width: 100%;
        text-align: center;
    }

    .tubese-rangefinder > div:last-of-type img:first-of-type {
        margin-bottom: 20px;
    }

    .tubese-rangefinder > div:last-of-type img:last-of-type {
        margin-top: 30px;
    }

    .tubese-reliability {
        background-position-x: -80px;
        padding: 50px 40px 0;
        background-size: 160%;
        margin: 0 0 120px;
    }

    .tubese-reliability ul {
        margin: 50px auto 0;
        gap: 50px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        max-width: 260px;
    }

    .tubese-reliability ul li:first-of-type {
        grid-area: 1 / 1 / 2 / 2;
    }

    .tubese-reliability ul li:nth-of-type(2) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .tubese-reliability ul li:nth-of-type(3) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .tubese-save {
        margin: 120px 0 120px;
    }

    .tubese-save__description {
        grid-template-columns: 525px;
        margin: 0 0 30px;
    }

    .tubese-save__description video {
        width: 525px;
    }

    .tubese-save ul {
        padding: 40px 80px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px 100px;
    }

    .tubese-activation {
        margin: 120px auto;
    }

    .tubese-activation__video-wrapper video {
        max-width: 250px;
    }

    .tubese-activation__video-wrapper img:last-of-type {
        max-width: 350px;
    }

    .tubese-activation__video-wrapper > div:after {
        top: 14px;
        left: 204px;
        max-width: 18px;
    }

    .tubese-activation p {
        font-size: 14px;
        max-width: 562px;
    }

    .tubese-functions {
        margin: 120px 0 0;
    }

    .tubese-functions__list {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 100px;
    }

    .tubese-functions ul {
        max-width: 320px;
        display: grid;
    }

    .tubese-functions {
        background-size: 195%;
        background-position: center 2100px;
        max-width: 550px;
        margin: 0 auto;
    }

    .tubese-functions__list ul:last-of-type li:nth-of-type(1) {
        margin: 0 0 60px;
        padding: 30px 20px 40px;
    }

    .tubese-functions__list ul:first-of-type li:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .tubese-functions__list ul:first-of-type li:nth-of-type(5) {
        grid-area: 5 / 1 / 6 / 2;
    }

    .tubese-functions__list-wrapper:last-of-type li:nth-of-type(1) h4 {
        color: #2B241A;
    }

    .tubese-functions__list-wrapper:last-of-type li:nth-of-type(1) p {
        color: #2B241A;
    }

    .tubese-grid {
        flex-direction: column;
        margin: 100px 0 0;
    }

    .tubese-grid div {
        margin-right: auto;
    }

    .tubese-functions h2 {
        margin: 0 0 30px;
    }

    .tubese-grid p {
        font-size: 14px;
        margin: 30px 0;
        text-align: center;
    }

    .tubese-wifi {
        margin: 150px 0 0;
        padding: 0 0 100px 0;
        background: linear-gradient(to top, #F4F3EF 300px, #ffffff 1px);
    }

    .tubese-wifi h2 {
        margin: 0 0 40px;
    }

    .tubese-wifi__description {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }

    .tubese-wifi__description > img {
        max-width: 230px;
    }

    .tubese-wifi__description > div {
        max-width: 440px;
    }

    .tubese-wifi__description p {
        text-align: center;
        margin: 0 0 30px;
    }

    .tubese-wifi h2 {
        margin: 0 0 30px;
    }

    .tubese-wifi__description > div div {
        position: absolute;
        top: 240px;
        right: 60px;
    }

    .tubese-wifi__description {
        align-items: flex-start;
        max-width: 540px;
        margin: 0 auto;
    }

    .tubese-wifi__description > div {
        max-width: 540px;
        position: relative;
    }

    .tubese-wifi__description > div div img {
        max-width: 180px;
    }

    .tubese-work {
        margin: 0;
        padding: 0 60px 70px 60px;
        flex-direction: column;
        align-items: center;
    }

    .tubese-work h2 {
        font-size: 24px;
        line-height: 170%;
        max-width: 330px;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
    }

    .tubese-work p {
        max-width: 450px;
        margin: 20px 0 0 0;
        text-align: center;
    }

    .tubese-work p:last-of-type {
        margin: 0;
        text-align: center;
    }

    .tubese-work img {
        max-width: 200px;
    }
}

@media screen and (max-width: 567px) {
    .tubese-header__description img {
        max-width: 70px;
        top: 12px;
        right: 12px;
    }

    .tubese-header__description h2 {
        font-size: 23px;
        letter-spacing: 1px;
    }

    .tubese-header__description {
        padding: 210px 12px 70px;
    }

    .tubese-header__description div span {
        font-size: 12px;
    }

    .tubese-header__description div:after {
        border-bottom: 1px solid #F5F4F0;
        height: 1px;
        width: 250px;
    }

    .tubese-header__description div {
        padding-bottom: 10px;
    }

    .tubese-header__description p {
        font-size: 12px;
        margin: 20px 0 0;
        min-height: 200px;
    }

    .tubese-header ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 30px 0;
    }

    .tubese-header ul li:nth-of-type(2) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .tubese-header ul li:nth-of-type(3) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .tubese-header ul li:nth-of-type(1) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .tubese-header ul li:nth-of-type(4) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .tubese-header ul li:nth-of-type(5) {
        grid-area: 3 / 1 / 4 / 3;
        margin: 0 auto;
    }

    .tubese-header ul li p {
        font-size: 12px;
        max-width: 120px;
    }

    .tubese-header ul li img {
        max-width: 50px;
    }

    .tubese-header {
        margin-bottom: 100px;
    }

    .tubese-matrix {
        margin: 100px 0;
    }

    .tubese-matrix h2 {
        font-size: 18px;
        padding: 0 0 15px;
    }

    .tubese-matrix h2:after {
        border-bottom: 2px solid #2B241A;
        height: 2px;
        width: 230px;
        margin-left: -115px;
        margin-top: 10px;
    }

    .tubese-matrix__description ul li {
        max-width: 80px;
    }

    .tubese-matrix__description ul li p {
        font-size: 12px;
        margin: 10px 0;
    }

    .tubese-display h3 {
        max-width: 250px;
        font-size: 18px;
        min-height: 90px;
        padding: 15px 40px;
    }

    .tubese-display {
        grid-template-rows: 90px 1fr 100%;
        gap: 60px 0;
    }

    .tubese-display video {
        max-width: 90%;
    }

    .tubese-quality {
        padding: 30px 0 20px 0;
        margin: 0 0 10px;
        background-size: auto 330px;
        background-position-x: -30px;
    }

    .tubese-quality__wrapper h3 {
        font-size: 18px;
        text-align: center;
        line-height: 135%;
        margin: 0 auto 220px
    }

    .tubese-quality__wrapper h3 span {
        font-size: 18px;
        margin: 0 0 15px;
        line-height: 185%;
        padding: 3px 10px 3px;
    }

    .tubese-quality {
        justify-content: center;
    }

    .tubese-quality__wrapper p {
        margin: 15px 0 20px;
        color: #2B241A;
        text-align: center;
    }

    .tubese-accuracy {
        margin: 70px 0 100px;
    }

    .tubese-accuracy h3 {
        font-size: 18px;
        max-width: 360px;
        padding: 0 0 20px;
        margin: 0 auto 30px;
    }

    .tubese-accuracy h3:after {
        width: 280px;
        left: 50%;
        margin-left: -140px;
        border-bottom: 2px solid #2B241A;
        margin-top: 15px;
    }

    .tubese-accuracy video {
        max-width: 280px;
    }

    .tubese-accuracy__wrapper > p {
        max-width: 100%;
        margin: 20px 0 0;
    }

    .tubese-accuracy__wrapper {
        margin: 30px 0 0;
        max-width: 290px;
    }

    .tubese-accuracy__wrapper ul {
        grid-template-columns: 80px 80px 80px;
        gap: 25px;
    }

    .tubese-accuracy__wrapper ul li img {
        max-width: 80px;
    }

    .tubese-accuracy__wrapper ul li p {
        font-size: 12px;
        margin: 5px 0 10px;
    }

    .tubese-adjustment h2 {
        font-size: 18px;
        text-align: center;
        margin: 0 auto 20px;
    }

    .tubese-adjustment__video-wrapper {
        max-width: 270px;
    }

    .tubese-adjustment__video-wrapper video {
        width: 230px;
        margin: 0 20px;
    }

    .tubese-matrix h2, .tubese-accuracy h3, .tubese-distance h2 {
        font-size: 18px;
        max-width: 390px;
    }

    .tubese-distance h2:after {
        width: 180px;
        margin-left: -90px;
        border-bottom: 2px solid #2B241A;
    }

    .tubese-distance h2 {
        padding: 0 0 10px;
    }

    .tubese-distance__wrapper {
        margin: 20px 0 0;
    }

    .tubese-distance__wrapper > img {
        max-width: 96px;
    }

    .tubese-distance__wrapper:after {
        height: 2px;
        border-bottom: 2px solid #2C2419;
        top: calc(50% + 20px);
    }

    .tubese-distance__wrapper ul {
        grid-template-columns: repeat(3, 41px);
        gap: 23px;
        margin: 20px 0 0;
    }

    .tubese-distance__wrapper ul li img {
        max-width: 41px;
    }

    .tubese-distance__wrapper {
        max-width: 270px;
    }

    .tubese-distance__wrapper ul li p {
        margin: 60px 0 0;
        font-size: 14px;
    }

    .tubese-distance__wrapper ul li:after {
        width: 2px;
        bottom: 48px;
        left: calc(50% - 2px);
        border-left: 2px solid #2B241A;
    }

    @keyframes tubeseVerticallLine {
        0% {
            height: 0;
        }
        100% {
            height: 21px;
        }
    }

    @keyframes tubeseVerticalMidlLine {
        0% {
            height: 0;
        }
        100% {
            height: 10px;
        }
    }

    @keyframes tubeseHorisontalLine {
        0% {
            width: 0;
        }
        25% {
            width: 120px;
        }
        50% {
            width: 185px;
        }
        75% {
            width: 250px;
        }
        100% {
            width: 100%;
        }
    }

    .tubese-distance__wrapper ul li p {
        margin: 50px 0 0;
        font-size: 10px;
    }

    .tubese-distance__wrapper ul li:nth-of-type(2) p {
        margin: 30px 0 0;
    }

    .tubese-distance__wrapper > img {
        margin: 55px 0 0;
    }

    .tubese-distance {
        margin: 100px 0 80px;
    }

    .tubese-rangefinder {
        grid-template-columns: 1fr;
        padding: 0 16px 40px;
        background: linear-gradient(to bottom, #ffffff 240px, #F4F3EF 1px);
        margin: 80px 0 0;
        gap: 0 40px;
    }

    .tubese-rangefinder div:first-of-type h2 {
        font-size: 18px;
        max-width: 270px;
        margin: 0 auto 350px;
    }

    .tubese-rangefinder div:last-of-type {
        padding: 20px 30px;
        max-width: 180px;
        margin-left: -90px;
        top: 100px;
    }

    .tubese-reliability {
        background-position-x: -280px;
        padding: 40px 16px 0;
        margin: 0 0 100px;
        background-size: auto 740px;
    }

    .tubese-reliability ul {
        gap: 30px;
        max-width: 260px;
    }

    .tubese-save__description {
        grid-template-columns: 280px;
        margin: 0 0 30px;
        gap: 30px;
    }

    .tubese-save__description video {
        width: 280px;
    }

    .tubese-save {
        margin: 100px 0 100px;
    }

    .tubese-save__description h3 {
        padding: 15px 30px;
        font-size: 18px;
        max-width: 250px;
    }

    .tubese-save ul {
        padding: 40px 35px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px 30px;
    }

    .tubese-activation {
        margin: 100px auto;
    }

    .tubese-activation h2 {
        font-size: 18px;
        max-width: 290px;
        padding: 0 0 15px;
        margin: 0 0 35px;
    }

    .tubese-activation h2:after {
        border-bottom: 2px solid #2B241A;
        height: 2px;
        width: 126px;
        left: calc(50% - 63px);
        padding: 0 0 10px;
    }

    .tubese-activation__video-wrapper video {
        max-width: 140px;
    }

    .tubese-activation__video-wrapper img:last-of-type {
        max-width: 210px;
    }

    .tubese-activation__video-wrapper > div {
        margin-left: -60px;
        margin-top: 35px;
    }

    .tubese-activation__video-wrapper > div:after {
        top: 7px;
        left: 122px;
        max-width: 12px;
    }

    .tubese-reliability h2 {
        font-size: 18px;
        text-align: center;
        padding: 0 0 15px;
    }

    .tubese-reliability h2:after {
        border-bottom: 2px solid #FFFFFF;
        height: 2px;
        width: 180px;
        margin-top: 15px;
        margin-left: -90px;
    }

    .tubese-reliability ul li {
        border: 3px solid #443828;
    }

    .tubese-functions h2 {
        margin: 0 0 40px;
        padding: 0 0 15px 0;
        line-height: 140%;
        font-size: 18px;
    }

    .tubese-functions h2:after {
        width: 220px;
        left: calc(50% - 110px);
        border-bottom: 2px solid #2B241A;
    }

    .tubese-functions ul {
        max-width: 280px;
    }

    .tubese-functions__list {
        padding: 0 20px;
    }

    .tubese-functions ul li {
        margin: 0 0 40px;
    }

    .tubese-functions {
        background-image: unset;
    }

    .tubese-functions h3 {
        font-size: 16px;
        margin: 30px 0 40px;
        color: #2B241A;
        text-shadow: unset;
    }

    .tubese-functions h3:after {
        border-bottom: 2px solid #2B241A;
        height: 2px;
        width: 260px;
        left: calc(50% - 130px);
        bottom: 0;
    }

    .tubese-functions__list-wrapper:first-of-type li:first-of-type img {
        filter: brightness(0);
    }

    .tubese-functions__list .tubese-functions__list-wrapper:first-of-type li:first-of-type {
        border: 3px solid #2B241A;;
    }

    .tubese-functions__list .tubese-functions__list-wrapper h4 {
        color: #2B241A;
    }

    .tubese-functions__list .tubese-functions__list-wrapper p {
        color: #2B241A;
    }

    .tubese-functions__list-wrapper:nth-of-type(2) li:after {
        top: 10px;
    }

    .tubese-grid {
        margin: 50px 0 0;
    }

    .tubese-functions h2 {
        margin: 0 0 30px;
        padding: 15px 0 10px;
        font-size: 16px;
    }

    .tubese-wifi h2 {
        font-size: 16px;
        margin: 0 0 30px;
        padding: 0 0 10px;
    }

    .tubese-wifi h2:after {
        border-bottom: 2px solid #2B241A;
        height: 2px;
        width: 270px;
        left: calc(50% - 135px);
    }

    .tubese-wifi__description > img {
        display: none;
    }

    .tubese-wifi__description > div div {
        top: 290px;
        right: 20px;
        gap: 15px;
        max-width: 260px;
    }

    .tubese-wifi__description > div {
        max-width: 270px;
        margin: 0 auto;
    }

    .tubese-wifi__description {
        max-width: 270px;
        margin: 0 auto;
    }

    .tubese-wifi {
        background: linear-gradient(to top, #F4F3EF 215px, #ffffff 1px);
        padding: 0 0 270px 0;
    }

    .tubese-work h2 {
        font-size: 18px;
        max-width: 260px;
    }

    .tubese-work {
        padding: 0 0 30px;
    }

    .tubese-work p {
        max-width: 290px;
    }

    .tubese-work img {
        max-width: 170px;
    }

    .tubese-grid h2 {
        border: 3px solid #2B241A;
        padding: 15px 10px;
        max-width: 250px;
        margin: 0 auto;
    }

    .tubese-matrix h2, .tubese-accuracy h3, .tubese-distance h2 {
        max-width: 190px;
    }

    .tubese-grid div {
        max-width: 80%;
        margin: 0 auto;
    }

    .tubese-grid video {
        max-width: 100%;
    }

    .tubese-functions__list ul:last-of-type li:nth-of-type(2):after {
        top: -10px;
    }

    .tubese-functions__list-wrapper:nth-of-type(2) li:after {
        top: 1px;
    }

    .tubese-matrix h2, .tubese-accuracy h3, .tubese-distance h2 {
        max-width: 230px;
    }
}

@media screen and (max-width: 767px) {
    .tubese-wifi__description > div div {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media screen and (max-width: 567px) {
    .tubese-wifi__description > div div {
        right: auto;
        margin: auto;
    }
}


.tubese_animation {
    opacity: 0;
    transform: translateY(20px);
}

.tubese_animation-show {
    opacity: 1;
    transition: all .7s;
    transform: translateY(0%);
}

.tubese-quality-35 {
    background-image: url(/image/catalog/tube-se-landing/quality-35-bg.webp);
}

.tubese-reliability-35 {
    background-image: url(/image/catalog/tube-se-landing/reliability-bg-35.webp);
}


.product-page .sticker__item.mpn {
    background: #F3E3CD;
    font-size: 16px;
    height: 30px;
    padding: 10px 40px 10px 10px;
    position: relative;
}

.sticker__item {
    margin: 7px 0 5px 0;
}

.sticker__item:first-of-type {
    margin: 7px 0 5px 0;
}

@media (min-width: 567px) {
    .sticker__item {
        margin: 7px 0 5px 5px;
    }

    .sticker__item:first-of-type {
        margin: 7px 0 5px 5px !important;
    }
}

.product-page .sticker__item.mpn:after {
    content: '';
    position: absolute;
    background-image: url('../image/russia-icon.png');
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 10px;
    z-index: 9999999;
}


.product-page .sticker__item.special {
    background: #F3E3CD;
    font-size: 16px;
    height: 30px;
    padding: 10px 40px 10px 10px;
    position: relative;
}

.product-page .sticker__item.special:after {
    content: '';
    position: absolute;
    background-image: url('../image/santa-ico-artelv.png');
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 10px;
    z-index: 9999999;
}


.gemini-header {
    background-image: url("/image/catalog/gemini/header-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.gemini-header p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    max-width: 1228px;
    width: 100%;
    margin: 0 auto;
    padding: 766px 0 60px;
}

.gemini-advantages {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    gap: 0;
    margin: 0 0 14px;
    padding: 0 0 200px;
    position: relative;
    overflow-x: hidden;
}

.gemini-advantages__matrix {
    margin: 0;
    padding: 120px 116px 116px 86px;
    grid-area: 1 / 1 / 2 / 2;
    background-color: #F3E3CD;
}

.gemini-advantages__lens {
    margin: 0;
    padding: 0 116px 32px 86px;
    grid-area: 2 / 1 / 3 / 2;
    background-color: #F3E3CD;
}

.gemini-advantages__thermal-matrix {
    margin: 0;
    padding: 120px 34px 116px 116px;
    grid-area: 1 / 2 / 2 / 3;
    background-color: #22372C;
}

.gemini-advantages__germanium-lens {
    margin: 0;
    padding: 0 116px 0 86px;
    grid-area: 2 / 2 / 3 / 3;
    background-color: #22372C;
}

.gemini-advantages__matrix h3, .gemini-advantages__thermal-matrix h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 0;
}

.gemini-advantages__matrix h3 {
    color: #020A0A;
}

.gemini-advantages__matrix h3 span, .gemini-advantages__thermal-matrix h3 span {
    width: 100%;
    position: relative;
    height: 48px;
    left: -7px;
    right: 7px;
    padding: 4px 7px;
}

.gemini-advantages__matrix h3 span {
    background: #22372C;
    color: #F3E3CD;
}

.gemini-advantages__thermal-matrix h3 span {
    background: #F3E3CD;
    color: #22372C;
}

.gemini-advantages__thermal-matrix h3 {
    color: #FFF;
}

.gemini-advantages__matrix p, .gemini-advantages__thermal-matrix p {
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin: 30px 0 43px;
}

.gemini-advantages__matrix p {
    color: #020A0A;
}

.gemini-advantages__thermal-matrix p {
    color: #FFF;
    margin: 30px 95px 43px 0;
}

.gemini-advantages__matrix ul, .gemini-advantages__thermal-matrix ul {
    list-style: none;
    padding: 0;
    margin: 43px 0 60px 60px;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.gemini-advantages__matrix ul li, .gemini-advantages__thermal-matrix ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 30px;
}

.gemini-advantages__matrix ul li p, .gemini-advantages__thermal-matrix ul li p {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.gemini-advantages__matrix ul li img, .gemini-advantages__thermal-matrix ul li img {
    max-width: 60px;
    width: 100%;
    object-fit: contain;
}

.gemini-advantages__matrix video, .gemini-advantages__thermal-matrix video {
    max-width: 378px;
    width: 100%;
    border: 0;
    margin: 0 auto 0 60px;
}

.gemini-advantages__lens, .gemini-advantages__germanium-lens {
    margin: 0;
    padding: 0;
}

.gemini-advantages__lens h3, .gemini-advantages__germanium-lens h3 {
    padding: 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    text-transform: uppercase;
    position: relative;
}

.gemini-advantages__lens h3 {
    margin: 5px 94px 24px 86px;
    color: #020A0A;
}

.gemini-advantages__germanium-lens h3 {
    margin: 5px 86px 24px 116px;
    color: #FFF;
}

.gemini-advantages__lens h3:after, .gemini-advantages__germanium-lens h3:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 3px;
}

.gemini-advantages__lens h3:after {
    border-bottom: 3px solid #020A0A;
    width: 318px;
}

.gemini-advantages__germanium-lens h3:after {
    border-bottom: 3px solid #FFF;
    width: 273px;
}

.gemini-advantages__lens p, .gemini-advantages__germanium-lens p {
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.gemini-advantages__lens p {
    color: #020A0A;
    margin: 24px 134px 50px 86px;
}

.gemini-advantages__germanium-lens p {
    color: #FFF;
    margin: 24px 115px 50px 116px;
}

.gemini-advantages__lens ul, .gemini-advantages__germanium-lens ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 0 68px;
}

.gemini-advantages__lens ul li, .gemini-advantages__germanium-lens ul li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.gemini-advantages__lens ul {
    margin: 50px 0 40px 86px;
}

.gemini-advantages__germanium-lens ul {
    margin: 50px 86px 40px 116px;
}

.gemini-advantages__lens ul li p, .gemini-advantages__germanium-lens ul li p {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 160%;
    margin: 0;
    padding: 0;
}

.gemini-advantages__lens ul li img, .gemini-advantages__germanium-lens ul li img {
    max-width: 60px;
    width: 100%;
    object-fit: contain;
}

.gemini-advantages__lens > img {
    max-width: 374px;
    width: 100%;
    object-fit: contain;
    margin: 40px 0 32px 0;
}

.gemini-advantages > img {
    max-width: 1050px;
    width: 100%;
    object-fit: contain;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -525px;
}

.gemini-advantages__germanium-lens > img {
    position: absolute;
    bottom: 320px;
    margin-left: -60px;
    width: 890px;
}

.gemini-fusion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px 0;
    max-width: 1170px;
    margin: 80px auto 140px;
}

.gemini-fusion h2 {
    color: #020A0A;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.gemini-fusion h2 span {
    background-color: #266141;
    color: #FFFFFF;
    padding: 5px 20px;
}

.gemini-fusion div {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 60px;
    max-width: 1108px;
    width: 100%;
}

.gemini-fusion div video {
    max-width: 524px;
    width: 100%;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.gemini-fusion div p {
    color: #020A0A;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.gemini-fusion__hertz {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 140px auto 0;
}

.gemini-fusion__bg {
    background-image: url("/image/catalog/gemini/50hz-bg.svg");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 372px;
}

.gemini-fusion__wrapper {
    background-image: url("/image/catalog/gemini/fusion-bg.webp");
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
}

.gemini-fusion__wrapper h3 {
    color: #020A0A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    max-width: 584px;
    position: relative;
    margin: 0 0 30px 86px;
}

.gemini-fusion__wrapper h3 span {
    width: 100%;
    position: relative;
    height: 64px;
    left: -13px;
    right: 0;
    padding: 6px 20px;
    background: #266141;
    color: #FFFFFF;
}

.gemini-fusion__wrapper p {
    color: #020A0A;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    max-width: 567px;
    width: 100%;
    margin: 30px 0 115px 86px;
}

.gemini-fusion__wrapper img {
    position: absolute;
    max-width: 798px;
    width: 100%;
    object-fit: contain;
    bottom: 37px;
    right: 85px;
}

.gemini-oled {
    margin: 0;
    padding: 150px 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/image/catalog/gemini/oled-bg.svg");
    background-size: 1400px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.gemini-oled h3 {
    color: #020A0A;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0 auto 50px;
    max-width: 644px;
    width: 100%;
}

.gemini-oled h3 span {
    background-color: #266141;
    color: #FFFFFF;
    padding: 5px 20px;
}

.gemini-oled img {
    max-width: 936px;
    width: 100%;
    object-fit: contain;
}

.gemini-oled p {
    margin: 50px 0;
    color: #020A0A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    max-width: 524px;
    width: 100%;
}

.gemini-rangefinder {
    margin: 0 0 150px;
    background-image: url("/image/catalog/gemini/distance-bg.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 100px 86px 130px;
}

.gemini-rangefinder div:first-of-type h3 {
    color: #020A0A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0 0 20px;
    max-width: 720px;
    width: 100%;
}

.gemini-rangefinder div:first-of-type h3 span {
    width: 100%;
    position: relative;
    height: 64px;
    left: -13px;
    right: 0;
    padding: 5px 13px;
    background: #266141;
    color: #FFFFFF;
}

.gemini-rangefinder div:first-of-type p {
    color: #020A0A;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 20px 0 0;
    padding: 0;
    max-width: 448px;
    width: 100%;
}

.gemini-rangefinder div:last-of-type {
    position: relative;
}

.gemini-rangefinder div:last-of-type:after {
    content: "";
    position: absolute;
    background-image: url("/image/catalog/gemini/rangefinder-dot.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 57px;
    height: 48px;
    top: 220px;
    left: 220px;
    animation: dotBlinking .8s ease-in-out alternate infinite;
}

@keyframes dotBlinking {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.gemini-rangefinder div:last-of-type img {
    object-fit: contain;
    max-width: 498px;
    width: 100%;
}

.gemini-distance {
    margin: 150px 0 200px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gemini-distance h2 {
    color: #020A0A;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0 0 68px;
    padding: 0;
}

.gemini-distance ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    max-width: 1108px;
    position: relative;
}

.gemini-distance ul:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 100%;
    left: 0;
    bottom: 55px;
    border-bottom: 6px solid #020A0A;;
}

.gemini-distance ul:before {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    right: -15px;
    bottom: 33px;
    background-image: url("/image/catalog/gemini/distance-arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.gemini-distance ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
}

.gemini-distance ul li img {
    max-width: 100px;
    width: 100%;
    object-fit: contain;
    margin: 0;
}

.gemini-distance ul li p {
    position: relative;
    color: #020A0A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.4%;
    margin: 20px 0 0;
    padding: 0 0 50px 0;
}

.gemini-distance ul li p:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 6px;
    left: 50%;
    bottom: 0;
    border-left: 6px solid #020A0A;;
}

.gemini-distance ul li span {
    color: #020A0A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 145.4%;
    margin: 20px 0 0;
    padding: 0;
}

.gemini-algorithms {
    margin: 200px 0;
    padding: 0;
}

.gemini-algorithms h2 {
    color: #020A0A;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0 0 58px;
    padding: 0;
}

.gemini-algorithms ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.gemini-algorithms ul li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 60px;
}

.gemini-algorithms ul li:nth-of-type(odd) {
    justify-content: flex-end;
}

.gemini-algorithms ul li:nth-of-type(even) {
    justify-content: flex-start;
}

.gemini-algorithms ul li > p {
    color: #266141;
    text-align: right;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.gemini-algorithms ul li > div {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 40px;
    max-width: 816px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.gemini-algorithms ul li video, .gemini-algorithms ul li img {
    max-width: 438px;
    width: 100%;
    object-fit: contain;
}

.gemini-algorithms ul li > div div {
    padding: 50px 40px 40px 0;
}

.gemini-algorithms ul li > div div h4 {
    color: #020A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 20px;
}

.gemini-algorithms ul li > div div p {
    color: #020A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.gemini-multimedia {
    margin: 200px 0 150px;
    padding: 0;
    display: grid;
    grid-template-columns: 730px 1fr;
    grid-template-rows: repeat(3, minmax(min-content, max-content));
    gap: 0 86px;
}

.gemini-multimedia video {
    object-fit: contain;
    width: 100%;
    border: 0;
    grid-area: 1 / 1 / 4 / 2;
}

.gemini-multimedia h3 {
    grid-area: 1 / 2 / 2 / 3;
    color: #020A0A;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    text-transform: uppercase;
    margin: 0 0 13px;
}

.gemini-multimedia p {
    grid-area: 2 / 2 / 3 / 3;
    color: #020A0A;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 60px;
    padding: 0;
}

.gemini-multimedia ul {
    grid-area: 3 / 2 / 4 / 3;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
}

.gemini-multimedia ul li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0 30px;
}

.gemini-multimedia ul li img {
    object-fit: contain;
    width: 100%;
    max-width: 60px;
}

.gemini-multimedia ul li p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.gemini-app {
    margin: 230px 0 224px;
    background-color: #22372C;
    padding: 70px 146px 40px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.gemini-app > img {
    object-fit: contain;
    max-width: 592px;
    width: 100%;
    position: absolute;
    top: -80px;
    left: 30px;
}

.gemini-app > div {
    max-width: 624px;
    width: 100%;
}

.gemini-app > div h3 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    max-width: 500px;
    width: 100%;
    margin: 0 0 10px;
}

.gemini-app > div h3 span {
    font-size: 24px;
    font-weight: 600;
    line-height: 170%;
}

.gemini-app > div p {
    color: #FFF;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 40px;
    padding: 0;
}

.gemini-app > div ul {
    list-style: none;
    margin: 0 0 0 -20px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 52px;
}

.gemini-app > div ul li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.gemini-app > div ul li > img {
    object-fit: contain;
    max-width: 120px;
    width: 100%;
}

.gemini-app > div ul li a img {
    object-fit: contain;
    max-width: 180px;
    width: 100%;
}

.gemini-work {
    margin: 224px 0 100px;
    padding: 0;
}

.gemini-work__time-wrapper {
    margin: 0 0 100px;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gemini-work__time-wrapper img:first-of-type {
    position: absolute;
    max-width: 1100px;
    width: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    transform-origin: top left;
}

.gemini-work__time-wrapper img:last-of-type {
    max-width: 797px;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    transform-origin: top left;
}

.gemini-work__time-wrapper div {
    align-self: flex-end;
    max-width: 670px;
    width: 100%;
    margin: 70px 0;
}

.gemini-work__time-wrapper div h2 {
    color: #020A0A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.gemini-work__time-wrapper div h2 span {
    width: 100%;
    position: relative;
    height: 64px;
    left: -13px;
    right: 0;
    padding: 5px 13px;
    background: #266141;
    color: #FFFFFF;
}

.gemini-work__time-wrapper div p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.gemini-work__waterproof {
    margin: 100px 0 0;
    padding: 361px 0 300px;
    position: relative;
    overflow: hidden;
}

.gemini-work__waterproof img {
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 1200px;
    width: 100%;
}

.gemini-work__waterproof div {
    position: relative;
    z-index: 1;
    max-width: 590px;
    width: 100%;
}

.gemini-work__waterproof div h2 {
    color: #020A0A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 0;
}

.gemini-work__waterproof div h2 span {
    width: 100%;
    position: relative;
    height: 54px;
    left: 0;
    right: 0;
    padding: 3px 13px;
    background: #266141;
    color: #FFFFFF;
}

.gemini-work__waterproof div p {
    color: #020A0A;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
    padding: 0;
    max-width: 559px;
    width: 100%;
}

.gemini-ergonomics {
    margin: 100px 0 150px;
    padding: 0;
}

.gemini-ergonomics h2 {
    color: #020A0A;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0 0 100px;
    padding: 0;
}

.gemini-ergonomics ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 100px 0;
    max-width: 1310px;
    width: 100%;
}

.gemini-ergonomics ul li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0 60px;
}

.gemini-ergonomics ul li > p {
    color: #266141;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
}

.gemini-ergonomics ul li div {
    max-width: 938px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 30px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.gemini-ergonomics ul li:nth-of-type(odd) div {
    justify-content: flex-end;
}

.gemini-ergonomics ul li:nth-of-type(even) div {
    justify-content: flex-start;
}

.gemini-ergonomics ul li div video, .gemini-ergonomics ul li div img {
    object-fit: contain;
    max-width: 378px;
    width: 100%;
}

.gemini-ergonomics ul li div p {
    color: #020A0A;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}

.gemini-ergonomics ul li:nth-of-type(odd) div p {
    text-align: right;
}

.gemini-compass {
    margin: 150px 0;
    display: flex;
    flex-direction: column;
    gap: 50px 0;
    align-items: center;
}

.gemini-compass > img {
    object-fit: contain;
    max-width: 832px;
    width: 100%;
}

.gemini-compass__description {
    align-self: flex-start;
    max-width: 712px;
    width: 100%;
}

.gemini-compass__description h2 {
    color: #020A0A;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
}

.gemini-compass__description p {
    color: #020A0A;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 10px 0 0;
    padding: 0;
    max-width: 702px;
    width: 100%;
}

.gemini-compass__image {
    animation: compassRotate 4s ease-in-out infinite;
    object-fit: contain;
    max-width: 832px;
    width: 100%;
}

@keyframes compassRotate {
    0% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(15deg)
    }
    50% {
        transform: rotate(0)
    }
    75% {
        transform: rotate(-15deg)
    }
    100% {
        transform: rotate(0)
    }
}

.gemini-compass__animation > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0 0;
}

.gemini-compass__animation > div span {
    border-radius: 4px;
    background: rgba(151, 151, 151, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 54px;
    min-height: 28px;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    color: #020A0A;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    position: absolute;

}

#gemini-compass-deg-2 {
    animation: compassSpanOpacity2 4s ease-in-out infinite;
}

@keyframes compassSpanOpacity2 {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#gemini-compass-deg-1 {
    animation: compassSpanOpacity1 4s ease-in-out infinite;
}

@keyframes compassSpanOpacity1 {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

#gemini-compass-deg-3 {
    animation: compassSpanOpacity3 4s ease-in-out infinite;
}

@keyframes compassSpanOpacity3 {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.gemini-compass__image-wrapper img {
    object-fit: contain;
    width: 430px;
    animation: compassImageTransform 4s ease-in-out infinite;
}

@keyframes compassImageTransform {
    0% {
        transform: translateX(0)
    }
    25% {
        transform: translateX(-75px)
    }
    50% {
        transform: translateX(0)
    }
    75% {
        transform: translateX(75px)
    }
    100% {
        transform: translateX(0)
    }
}

.gemini-compass__image-wrapper {
    margin: 75px 0 30px;
    padding: 0;
    max-width: 230px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gemini-compass__animation > div > img {
    object-fit: contain;
    max-width: 27px;
    width: 100%;
}

.gemini-compass__animation > img:last-of-type {
    object-fit: contain;
    max-width: 230px;
    width: 100%;
    position: absolute;
    top: 50px;
    right: -250px;
}

.gemini-compass__animation {
    position: relative;
}


.gemini-video_fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.gemini-video-light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

.gemini-close {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.gemini-close:before {
    content: "x";
}

.gemini-video_fade:hover ~ .gemini-close {
    display: none;
}

.test:hover ~ .test2 {
    display: none;
}

@media screen and (max-width: 1599px) {
    .gemini-header {
        background-image: url(/image/catalog/gemini/header-bg-1599.webp);
        background-size: 100%;
    }

    .gemini-header p {
        max-width: 1012px;
    }

    .gemini-advantages__matrix {
        padding: 120px 55px 116px 55px;
    }

    .gemini-advantages__thermal-matrix {
        padding: 120px 25px 116px 55px;
    }

    .gemini-advantages__lens h3 {
        margin: 5px 60px 24px 30px;
    }

    .gemini-advantages__lens p {
        margin: 24px 60px 50px 30px;
    }

    .gemini-advantages__lens ul {
        margin: 50px 60px 40px 30px;
        justify-content: space-between;
    }

    .gemini-advantages__germanium-lens h3 {
        margin: 5px 52px 24px 60px;
    }

    .gemini-advantages__germanium-lens p {
        margin: 24px 52px 50px 60px;
    }

    .gemini-advantages__germanium-lens ul {
        margin: 50px 52px 40px 60px;
    }

    .gemini-advantages__germanium-lens > img {
        bottom: 350px;
        width: 790px;
    }

    .gemini-advantages > img {
        max-width: 960px;
        bottom: 30px;
        margin-left: -480px;
    }

    .gemini-fusion__wrapper img {
        max-width: 700px;
        bottom: 67px;
        right: 5px;
    }

    .gemini-oled {
        background-size: 1220px;
    }

    .gemini-rangefinder {
        padding: 100px 30px 130px 50px;
    }

    .gemini-rangefinder div:last-of-type:after {
        top: 210px;
        left: 210px;
    }

    .gemini-multimedia {
        grid-template-columns: 635px 1fr;
        gap: 0 75px;
        align-items: center;
    }

    .gemini-app {
        padding: 70px 50px 40px;
    }

    .gemini-app > img {
        left: 0;
    }

    .gemini-work__time-wrapper img:first-of-type {
        max-width: 1050px;
    }

    .gemini-work__waterproof img {
        right: -80px;
        max-width: 1100px;
    }

    .gemini-ergonomics ul li div {
        max-width: 918px;
        gap: 0 20px;
    }

    .gemini-ergonomics ul li {
        gap: 0 20px;
    }

    .gemini-compass__image {
        max-width: 800px;
    }
}

@media screen and (max-width: 1344px) {
    .gemini-header p {
        font-size: 16px;
        padding: 613px 0 50px;
        max-width: 960px;
    }

    .gemini-advantages__matrix {
        padding: 100px 35px 100px 35px;
    }

    .gemini-advantages__thermal-matrix {
        padding: 100px 15px 100px 35px;
    }

    .gemini-advantages__matrix h3, .gemini-advantages__thermal-matrix h3 {
        font-size: 28px;
    }

    .gemini-advantages__thermal-matrix p {
        margin: 30px 30px 43px 0;
    }

    .gemini-advantages__matrix ul, .gemini-advantages__thermal-matrix ul {
        margin: 43px 0 60px 0;
    }

    .gemini-advantages__matrix video, .gemini-advantages__thermal-matrix video {
        max-width: 490px;
        margin: 0;
    }

    .gemini-advantages__lens h3 {
        margin: 5px 35px 24px 35px;
    }

    .gemini-advantages__lens h3, .gemini-advantages__germanium-lens h3 {
        font-size: 28px;
    }

    .gemini-advantages__germanium-lens h3 {
        margin: 5px 35px 24px 35px;
    }

    .gemini-advantages__germanium-lens p {
        margin: 24px 72px 50px 35px;
    }

    .gemini-advantages__lens ul li p, .gemini-advantages__germanium-lens ul li p {
        font-size: 16px;
    }

    .gemini-advantages__germanium-lens ul {
        margin: 50px 35px 40px 35px;
    }

    .gemini-advantages__germanium-lens > img {
        bottom: 300px;
        width: 700px;
    }

    .gemini-fusion h2 {
        font-size: 40px;
    }

    .gemini-fusion__wrapper h3 {
        font-size: 40px;
        max-width: 524px;
        position: relative;
        margin: 0 0 30px 56px;
    }

    .gemini-fusion__wrapper p {
        max-width: 517px;
        margin: 30px 0 115px 56px;
    }

    .gemini-fusion__wrapper img {
        max-width: 620px;
        bottom: 67px;
        right: 15px;
    }

    .gemini-oled h3 {
        font-size: 50px;
        max-width: 644px;
    }

    .gemini-oled {
        background-size: 1120px;
    }

    .gemini-rangefinder div:first-of-type h3 {
        font-size: 40px;
        max-width: 700px;
        width: 100%;
    }

    .gemini-rangefinder div:last-of-type:after {
        top: 188px;
        left: 188px;
    }

    .gemini-distance h2, .gemini-algorithms h2 {
        font-size: 50px;
    }

    .gemini-algorithms ul li video, .gemini-algorithms ul li img {
        max-width: 370px;
    }

    .gemini-algorithms ul li > div {
        gap: 0 30px;
        max-width: 750px;
    }

    .gemini-algorithms ul li > div div {
        padding: 40px 30px 20px 0;
    }

    .gemini-multimedia {
        grid-template-columns: 535px 1fr;
        gap: 0 55px;
    }

    .gemini-multimedia h3 {
        font-size: 28px;
    }

    .gemini-multimedia p {
        margin: 0 0 40px;
    }

    .gemini-app {
        padding: 50px 60px 40px;
    }

    .gemini-app > img {
        max-width: 522px;
        top: -30px;
        left: 0;
    }

    .gemini-app > div {
        max-width: 574px;
        width: 100%;
    }

    .gemini-work__time-wrapper div h2, .gemini-work__waterproof div h2 {
        font-size: 40px;
    }

    .gemini-work__time-wrapper div {
        max-width: 610px;
    }

    .gemini-work__time-wrapper img:first-of-type {
        max-width: 920px;
    }

    .gemini-work__waterproof div p {
        max-width: 500px;
    }

    .gemini-work__waterproof {
        overflow: hidden;
    }

    .gemini-ergonomics h2 {
        font-size: 54px;
    }

    .gemini-ergonomics ul li div video, .gemini-ergonomics ul li div img {
        max-width: 328px;
    }

    .gemini-ergonomics ul li div p {
        font-size: 28px;
    }

    .gemini-ergonomics ul li div {
        max-width: 790px;
        gap: 0 20px;
    }

    .gemini-compass__description h2 {
        font-size: 54px;
    }

    .gemini-compass__description p {
        max-width: 632px;
    }

    .gemini-compass__animation {
        margin: 40px 0 0;
    }

    .gemini-compass__image {
        max-width: 700px;
    }

    .gemini-compass__animation > img:last-of-type {
        max-width: 200px;
        top: 40px;
        right: -200px;
    }

    .gemini-compass__animation > div > img {
        max-width: 37px;
    }

    .gemini-advantages__lens, .gemini-advantages__germanium-lens {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .gemini-advantages {
        margin: 0 0 114px;
        padding: 0 0 150px 0;
        overflow: hidden;
    }

    .gemini-advantages > img {
        max-width: 960px;
        bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    .gemini-rangefinder div:last-of-type:after {
        top: 141px;
        left: 141px;
    }

    .gemini-header p {
        font-size: 16px;
        padding: 550px 0 40px;
        max-width: 830px;
    }

    .gemini-advantages__matrix h3, .gemini-advantages__thermal-matrix h3 {
        font-size: 24px;
    }

    .gemini-advantages__matrix p, .gemini-advantages__thermal-matrix p {
        font-size: 16px;
    }

    .gemini-advantages__matrix video, .gemini-advantages__thermal-matrix video {
        max-width: 390px;
        margin: 0;
    }

    .gemini-advantages__lens h3, .gemini-advantages__germanium-lens h3 {
        font-size: 24px;
    }

    .gemini-advantages__lens p, .gemini-advantages__germanium-lens p {
        font-size: 16px;
    }

    .gemini-advantages__matrix ul li p, .gemini-advantages__thermal-matrix ul li p, .gemini-advantages__lens ul li p, .gemini-advantages__germanium-lens ul li p {
        font-size: 18px;
    }

    .gemini-advantages__germanium-lens p {
        margin: 24px 35px 50px 35px;
    }

    .gemini-advantages__lens ul, .gemini-advantages__germanium-lens ul {
        display: flex;
        flex-direction: column;
        gap: 30px 0;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .gemini-advantages__lens > img {
        max-width: 344px;
        margin: 0 0 32px 0;
    }

    .gemini-advantages__germanium-lens > img {
        bottom: 500px;
        width: 590px;
    }

    .gemini-advantages > img {
        max-width: 880px;
        bottom: 60px;
        margin-left: -440px;
    }

    .gemini-fusion {
        max-width: 920px;
        margin: 0 auto 140px;
    }

    .gemini-advantages {
        margin: 0 0 34px;
    }

    .gemini-fusion h2 {
        font-size: 36px;
    }

    .gemini-fusion div video {
        max-width: 460px;
    }

    .gemini-fusion div {
        gap: 0 40px;
    }

    .gemini-fusion__wrapper h3 {
        font-size: 36px;
        margin: 0 0 30px 30px;
    }

    .gemini-fusion__wrapper p {
        max-width: 417px;
        margin: 20px 0 100px 30px;
        font-size: 16px;
    }

    .gemini-fusion__wrapper img {
        max-width: 550px;
        bottom: 127px;
        right: 15px;
    }

    .gemini-oled {
        background-size: 920px;
    }

    .gemini-oled h3 {
        font-size: 40px;
        max-width: 420px;
    }

    .gemini-oled img {
        max-width: 736px;
    }

    .gemini-oled p {
        margin: 40px 0;
        font-size: 16px;
        max-width: 514px;
    }

    .gemini-oled {
        padding: 80px 0 60px;
    }

    .gemini-rangefinder div:first-of-type h3 {
        font-size: 36px;
        max-width: 510px;
    }

    .gemini-rangefinder div:last-of-type img {
        max-width: 350px;
    }

    .gemini-rangefinder div:first-of-type p {
        font-size: 16px;
    }

    .gemini-distance h2, .gemini-algorithms h2 {
        font-size: 40px;
    }

    .gemini-distance {
        margin: 50px 0 130px;
    }

    .gemini-rangefinder {
        margin: 0 0 50px;
    }

    .gemini-algorithms {
        margin: 150px 0;
    }

    .gemini-algorithms ul li > div {
        gap: 0 20px;
        max-width: 590px;
    }

    .gemini-algorithms ul li > p {
        font-size: 130px;
    }

    .gemini-algorithms ul li video, .gemini-algorithms ul li img {
        max-width: 320px;
    }

    .gemini-algorithms ul li > div div h4 {
        font-size: 14px;
    }

    .gemini-algorithms ul li > div div p {
        font-size: 14px;
        margin: 0;
    }

    .gemini-algorithms ul li > div div {
        padding: 30px 30px 20px 0;
    }

    .gemini-multimedia {
        margin: 150px auto;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(min-content, max-content));
        gap: 0;
        max-width: 610px;
        align-items: center;
    }

    .gemini-multimedia h3 {
        font-size: 32px;
        text-align: center;
        grid-area: 1 / 1 / 2 / 2;
    }

    .gemini-multimedia p {
        font-size: 14px;
        margin: 0 0 50px;
        grid-area: 2 / 1 / 3 / 2;
        text-align: center;
    }

    .gemini-multimedia video {
        width: 100%;
        grid-area: 3 / 1 / 4 / 2;
    }

    .gemini-multimedia ul {
        grid-area: 4 / 1 / 5 / 2;
        margin: 50px 0 0;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        gap: 30px 80px;
        flex-direction: unset;
        justify-content: unset;
    }

    .gemini-app {
        margin: 150px 0 140px;
    }

    .gemini-app > img {
        max-width: 350px;
        top: unset;
        bottom: -60px;
        left: 40px;
    }

    .gemini-app > div ul li > img {
        display: none;
    }

    .gemini-app > div {
        max-width: 440px;
    }

    .gemini-app > div h3 span {
        font-size: 18px;
    }

    .gemini-app > div h3 {
        font-size: 36px;
    }

    .gemini-app > div p {
        font-size: 16px;
    }

    .gemini-app > div ul li a img {
        max-width: 230px;
        min-width: 230px;
    }

    .gemini-app > div ul {
        margin: 0 0 0 -30px;
        gap: 32px;
    }

    .gemini-work {
        margin: 140px 0 80px;
        padding: 0;
    }

    .gemini-work__time-wrapper div h2, .gemini-work__waterproof div h2 {
        font-size: 36px;
        margin: 0 0 15px;
    }

    .gemini-work__time-wrapper div p {
        font-size: 16px;
    }

    .gemini-work__time-wrapper div {
        max-width: 500px;
        margin: 20px 0 70px
    }

    .gemini-work__time-wrapper img:first-of-type {
        max-width: 720px;
    }

    .gemini-work__time-wrapper img:last-of-type {
        max-width: 657px;
    }

    .gemini-work__time-wrapper {
        margin: 0 0 80px;
    }

    .gemini-work__waterproof {
        margin: 80px 0 0;
        padding: 361px 0 150px;
    }

    .gemini-work__waterproof img {
        right: -100px;
        max-width: 880px;
    }

    .gemini-work__waterproof div p {
        max-width: 460px;
        font-size: 16px;
    }

    .gemini-ergonomics {
        margin: 80px 0 100px;
    }

    .gemini-ergonomics h2 {
        font-size: 40px;
        margin: 0 0 70px;
    }

    .gemini-ergonomics ul li > p {
        display: none;
    }

    .gemini-ergonomics ul {
        gap: 70px 0;
        max-width: 100%;
    }

    .gemini-ergonomics ul li {
        gap: 0;
    }

    .gemini-ergonomics ul li div {
        max-width: 100%;
        gap: 0 30px;
    }

    .gemini-ergonomics ul li div video, .gemini-ergonomics ul li div img {
        max-width: 378px;
    }

    .gemini-ergonomics ul li div p {
        font-size: 32px;
    }

    .gemini-ergonomics ul li:nth-of-type(odd) div p {
        margin: 0 0 0 30px;
    }

    .gemini-compass {
        margin: 100px 0;
    }

    .gemini-compass__description h2 {
        font-size: 40px;
    }

    .gemini-compass__description p {
        max-width: 471px;
        font-size: 16px;
    }

    .gemini-compass__image {
        max-width: 500px;
    }

    .gemini-compass__animation {
        margin: 10px 0 0;
    }

    .gemini-compass__animation > img:last-of-type {
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    .gemini-header p {
        font-size: 14px;
        padding: 390px 0 30px;
        max-width: 640px;
        font-weight: 400;
    }

    .gemini-advantages {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(min-content, max-content));
        margin: 0 0 14px;
        padding: 0;
    }

    .gemini-advantages__matrix {
        grid-area: 1 / 1 / 2 / 2;
        padding: 80px 35px 50px 35px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .gemini-advantages__thermal-matrix {
        grid-area: 2 / 1 / 3 / 2;
        padding: 80px 35px 50px 35px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .gemini-advantages__germanium-lens {
        grid-area: 3 / 1 / 4 / 2;
        padding: 0 0 200px;
        position: relative;
    }

    .gemini-advantages__lens {
        grid-area: 4 / 1 / 5 / 2;
        padding: 131px 0 0 0;
        position: relative;
    }

    .gemini-advantages__matrix h3, .gemini-advantages__thermal-matrix h3 {
        max-width: 461px;
        text-align: center;
        margin: 0 auto 28px;
    }

    .gemini-advantages__matrix p, .gemini-advantages__thermal-matrix p {
        text-align: center;
        margin: 0;
    }

    .gemini-advantages__matrix ul, .gemini-advantages__thermal-matrix ul {
        margin: 40px auto 50px;
        max-width: 265px;
        width: 100%;
    }

    .gemini-advantages__matrix ul li img, .gemini-advantages__thermal-matrix ul li img {
        max-width: 46px;
    }

    .gemini-advantages__matrix ul li p, .gemini-advantages__thermal-matrix ul li p, .gemini-advantages__lens ul li p, .gemini-advantages__germanium-lens ul li p {
        font-size: 14px;
        text-align: left;
    }

    .gemini-advantages__matrix ul li, .gemini-advantages__thermal-matrix ul li {
        gap: 0 20px;
    }

    .gemini-advantages__matrix video, .gemini-advantages__thermal-matrix video {
        max-width: 380px;
        margin: 0 auto;
    }

    .gemini-advantages__germanium-lens h3 {
        max-width: 356px;
        width: 100%;
        margin: 15px auto 24px;
    }

    .gemini-advantages__germanium-lens p {
        margin: 24px auto 40px;
        max-width: 356px;
        width: 100%;
        font-size: 14px;
    }

    .gemini-advantages__germanium-lens > img {
        bottom: 0;
        width: 620px;
        left: 50%;
        margin-left: -310px;
    }

    .gemini-advantages__germanium-lens ul {
        margin: 40px auto 40px auto;
        max-width: 180px;
    }

    .gemini-advantages__lens ul li img, .gemini-advantages__germanium-lens ul li img {
        max-width: 48px;
    }

    .gemini-advantages > img {
        max-width: 700px;
        bottom: 420px;
        margin-left: -350px;
    }

    .gemini-advantages__lens h3 {
        max-width: 390px;
        width: 100%;
        margin: 0 auto 24px;
    }

    .gemini-advantages__lens p {
        max-width: 390px;
        width: 100%;
        margin: 0 auto;
    }

    .gemini-advantages__lens > img {
        max-width: 624px;
        width: 100%;
        margin: 0 0 0 -312px;
        left: 50%;
        position: absolute;
        bottom: 0;
    }

    .gemini-advantages__lens ul {
        max-width: 215px;
    }

    .gemini-fusion {
        max-width: 720px;
        margin: 65px auto 0;
    }

    .gemini-fusion h2 {
        font-weight: 600;
    }

    .gemini-fusion div {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0 60px;
        max-width: 1108px;
        width: 100%;
    }

    .gemini-fusion {
        gap: 50px 0;
    }

    .gemini-fusion div p {
        font-size: 16px;
        font-weight: 400;
        max-width: 460px;
        margin: 50px auto 0;
    }

    .gemini-fusion__hertz {
        margin: 0 auto 0;
    }

    .gemini-fusion__wrapper h3 {
        font-size: 28px;
        margin: 0 0 30px 25px;
    }

    .gemini-fusion__wrapper p {
        max-width: 355px;
        margin: 20px 0 70px 30px;
        font-size: 14px;
    }

    .gemini-fusion__wrapper img {
        max-width: 350px;
    }

    .gemini-oled {
        background-size: 700px;
    }

    .gemini-oled img {
        max-width: 600px;
    }

    .gemini-oled p {
        margin: 40px 0 0;
    }

    .gemini-rangefinder {
        padding: 75px 30px 100px 40px;
        margin: 0 0 10px;
    }

    .gemini-rangefinder div:first-of-type h3 {
        font-size: 28px;
        max-width: 410px;
    }

    .gemini-rangefinder div:last-of-type img {
        max-width: 250px;
    }

    .gemini-rangefinder div:first-of-type p {
        font-size: 14px;
        font-weight: 400;
        max-width: 370px;
    }

    .gemini-rangefinder div:last-of-type:after {
        top: 104px;
        left: 104px;
        width: 30px;
        height: 25px;
        background-size: 25px;
    }

    .gemini-distance {
        margin: 10px 0 100px;
    }

    .gemini-distance h2, .gemini-algorithms h2 {
        font-size: 30px;
        margin: 0 0 68px;
    }

    .gemini-algorithms {
        margin: 100px 0;
    }

    .gemini-algorithms h2 {
        font-size: 40px;
        margin: 0 0 50px;
        line-height: 130%;
    }

    .gemini-algorithms ul li > p {
        display: none;
    }

    .gemini-multimedia {
        margin: 70px auto;
    }

    .gemini-app {
        padding: 50px 30px 40px;
    }

    .gemini-app > div p {
        font-size: 14px;
        margin: 0 0 30px;
    }

    .gemini-app > div {
        max-width: 410px;
    }

    .gemini-app > div ul {
        margin: 0 0 0 -30px;
        gap: 0;
    }

    .gemini-app > img {
        max-width: 320px;
        bottom: -65px;
        left: -30px;
    }

    .gemini-work__time-wrapper img:first-of-type {
        max-width: 520px;
    }

    .gemini-work__time-wrapper div p {
        font-size: 14px;
    }

    .gemini-work__time-wrapper img:last-of-type {
        max-width: 600px;
    }

    .gemini-work__time-wrapper div {
        margin: 20px 0 40px;
    }

    .gemini-work__time-wrapper {
        margin: 0 0 50px;
    }

    .gemini-work__waterproof {
        margin: 50px 0 0;
        padding: 241px 0 140px;
    }

    .gemini-work__waterproof div h2 {
        font-size: 28px;
        margin: 0 0 15px;
    }

    .gemini-work__waterproof div p {
        font-size: 14px;
        font-weight: 400;
        max-width: 330px;
    }

    .gemini-ergonomics ul {
        gap: 30px 0;
        max-width: 290px;
    }

    .gemini-ergonomics ul li div {
        max-width: 290px;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .gemini-ergonomics ul li:nth-of-type(odd) div {
        flex-direction: column-reverse;
    }

    .gemini-ergonomics ul li div p {
        font-size: 16px;
        margin: 20px;
        text-align: center;
    }

    .gemini-ergonomics ul li:nth-of-type(odd) div p {
        margin: 20px;
        text-align: center;
    }

    .gemini-compass {
        margin: 100px 0;
        align-items: flex-start;
    }

    .gemini-multimedia ul {
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .gemini-header p {
        font-size: 14px;
        padding: 48vw 20px 30px;
        max-width: calc(100% - 40px);
        font-weight: 400;
        line-height: 130%;
    }

    .gemini-advantages__matrix {
        padding: 50px 5px 50px 5px;
    }

    .gemini-advantages__thermal-matrix {
        padding: 50px 15px 50px 15px;
    }

    .gemini-advantages__germanium-lens > img {
        bottom: 0;
        width: 100%;
        left: 0;
        margin-left: -0;
    }

    .gemini-advantages__germanium-lens {
        padding: 0 0 130px;
    }

    .gemini-advantages__lens > img {
        max-width: 100%;
        width: 100%;
        margin: 0;
        left: 0;
    }

    .gemini-advantages > img {
        max-width: 544px;
        left: 50%;
        margin-left: -272px;
        bottom: 420px;
    }

    .gemini-advantages__lens {
        padding: 101px 0 0 0;
    }

    .gemini-fusion {
        margin: 50px auto 0;
    }

    .gemini-fusion h2 {
        font-size: 20px;
    }

    .gemini-fusion {
        gap: 30px 0;
    }

    .gemini-fusion div p {
        margin: 30px auto 0;
    }

    .gemini-fusion__bg {
        min-height: 180px;
    }

    .gemini-fusion__wrapper h3 {
        font-size: 28px;
        margin: 0 auto 10px;
        max-width: 365px;
    }

    .gemini-fusion__wrapper p {
        max-width: 365px;
        margin: 10px auto 70px;
    }

    .gemini-fusion__wrapper img {
        position: relative;
        max-width: 325px;
        margin: 0 auto 40px -162px;
        bottom: unset;
        right: unset;
        left: 50%;
    }

    .gemini-oled {
        background-size: 90%;
    }

    .gemini-oled img {
        max-width: 450px;
    }

    .gemini-oled p {
        font-size: 14px;
        max-width: 450px;
    }

    .gemini-rangefinder {
        padding: 30px 0 80px 0;
        margin: 0 0 10px;
        flex-direction: column;
        align-items: center;
    }

    .gemini-rangefinder div:first-of-type p {
        max-width: 392px;
    }

    .gemini-rangefinder div:first-of-type h3 {
        max-width: 392px;
    }

    .gemini-rangefinder div:last-of-type img {
        margin: 30px 0 0;
    }

    .gemini-rangefinder div:last-of-type:after {
        top: 140px;
        left: 110px;
    }

    .gemini-distance ul li img {
        max-width: 70px;
    }

    .gemini-distance ul li p {
        font-size: 18px;
        padding: 0 0 50px 0;
    }

    .gemini-distance ul li span {
        font-size: 18px;
    }

    .gemini-distance ul:after {
        bottom: 45px;
        border-bottom: 4px solid #020A0A;
    }

    .gemini-distance ul:before {
        height: 30px;
        width: 30px;
        right: -10px;
        bottom: 32px;
    }

    .gemini-algorithms ul {
        max-width: 290px;
        margin: 0 auto;
    }

    .gemini-algorithms ul li > div {
        flex-direction: column-reverse;
        gap: 0 40px;
        max-width: 290px;
    }

    .gemini-algorithms ul li > div div {
        padding: 30px 20px 40px;
    }

    .gemini-algorithms ul li > div div h4 {
        text-align: center;
    }

    .gemini-algorithms ul li > div div p {
        text-align: center;
    }

    .gemini-multimedia h3 {
        font-size: 28px;
        font-weight: 700;
    }

    .gemini-multimedia {
        gap: 0;
        max-width: 510px;
    }

    .gemini-multimedia ul {
        gap: 30px 40px;
    }

    .gemini-multimedia ul li {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0 20px;
    }

    .gemini-multimedia ul li p {
        font-size: 16px;
    }

    .gemini-app {
        margin: 100px 0;
        justify-content: center;
    }

    .gemini-app > img {
        display: none;
    }

    .gemini-work {
        margin: 100px 0 70px;
    }

    .gemini-work__time-wrapper div h2, .gemini-work__waterproof div h2 {
        font-size: 28px;
        margin: 0 auto 15px;
        text-align: center;
        max-width: 385px;
    }

    .gemini-work__waterproof img {
        position: relative;
        right: 0;
        top: 0;
        max-width: 560px;
        width: 100%;
    }

    .gemini-work__waterproof {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 50px 0 0;
    }

    .gemini-work__waterproof div p {
        max-width: 560px;
        margin: 0 auto;
    }

    .gemini-compass__animation > img:last-of-type {
        display: none;
    }

    .gemini-compass__animation {
        margin: 10px auto 0;
    }
}

@media screen and (max-width: 600px) {
    .gemini-advantages > img {
        max-width: 100%;
        left: -1%;
        margin-left: 0;
    }
}

@media screen and (max-width: 670px) {
    .gemini-header p {
        padding: 42vw 20px 30px;
    }
}

@media screen and (max-width: 566px) {
    .gemini-header {
        background-image: url(/image/catalog/gemini/header-bg-mob.webp);
        background-size: 550px;
    }

    .gemini-header p {
        padding: 278px 14px 30px;
        font-size: 12px;
    }

    .gemini-advantages__matrix h3, .gemini-advantages__thermal-matrix h3 {
        max-width: 250px;
        margin: 0 auto 20px;
        font-size: 18px;
    }

    .gemini-advantages__matrix p, .gemini-advantages__thermal-matrix p {
        font-size: 14px;
        margin: 0 13px;
    }

    .gemini-advantages {
        grid-template-columns: 100%;
    }

    .gemini-advantages__matrix ul li, .gemini-advantages__thermal-matrix ul li {
        gap: 0 10px;
    }

    .gemini-advantages__matrix ul, .gemini-advantages__thermal-matrix ul {
        margin: 40px auto 50px;
        max-width: 225px;
        width: 100%;
    }

    .gemini-advantages__matrix {
        padding: 50px 0 0;
    }

    .gemini-advantages__thermal-matrix {
        padding: 50px 0 0 0;
    }

    .gemini-advantages__thermal-matrix h3 {
        font-size: 16px;
    }

    .gemini-advantages__lens h3, .gemini-advantages__germanium-lens h3 {
        font-size: 15px;
        margin: 90px 14px 14px;
    }

    .gemini-advantages__germanium-lens h3:after {
        border-bottom: 2px solid #FFF;
        width: 128px;
    }

    .gemini-advantages__germanium-lens p {
        margin: 14px auto 30px;
        max-width: 240px;
        width: 100%;
        font-size: 14px;
    }

    .gemini-advantages__germanium-lens h3 {
        margin: 90px auto 14px;
        max-width: 240px;
    }

    .gemini-advantages__germanium-lens {
        padding: 0 0 100px;
    }

    .gemini-advantages > img {
        max-width: 260px;
        left: 50%;
        margin-left: -130px;
        bottom: 480px;
    }

    .gemini-advantages__lens {
        padding: 0;
    }

    .gemini-advantages__lens h3:after {
        border-bottom: 2px solid #020A0A;
        width: 150px;
    }

    .gemini-advantages__lens h3 {
        margin: 90px auto 14px;
        max-width: 245px;
    }

    .gemini-advantages__lens p {
        max-width: 240px;
        margin: 0 auto;
        font-size: 14px;
    }

    .gemini-advantages__lens ul {
        margin: 30px auto 40px;
        justify-content: space-between;
        max-width: 190px;
    }

    .gemini-fusion div p {
        font-size: 14px;
    }

    .gemini-fusion__bg {
        display: none;
    }

    .gemini-fusion {
        position: relative;
    }

    .gemini-fusion__wrapper {
        background-image: url(/image/catalog/gemini/fusion-bg-mob.webp);
        width: 100%;
        background-size: 567px;
    }

    .gemini-fusion__wrapper img {
        max-width: 264px;
        margin: 0 auto 40px -132px;
    }

    .gemini-fusion__hertz {
        margin: 30px auto 0;
    }

    .gemini-fusion__wrapper h3 {
        font-size: 20px;
        margin: 0 auto 10px;
        max-width: 250px;
    }

    .gemini-fusion__wrapper h3 span {
        left: -3px;
        padding: 6px 10px;
    }

    .gemini-oled {
        background-size: 85%;
        padding: 50px 0;
    }

    .gemini-oled h3 {
        font-size: 24px;
        max-width: 250px;
    }

    .gemini-oled img {
        max-width: 90%;
    }

    .gemini-rangefinder div:first-of-type h3 {
        font-size: 18px;
        max-width: 280px;
        text-align: center;
        margin: 0 auto 20px;
    }

    .gemini-rangefinder div:first-of-type p {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .gemini-rangefinder div:last-of-type img {
        max-width: 200px;
    }

    .gemini-rangefinder div:last-of-type:after {
        top: 115px;
        left: 85px;
    }

    .gemini-rangefinder {
        padding: 30px 0 50px 0;
    }

    .gemini-distance {
        margin: 10px 0 70px;
    }

    .gemini-distance h2, .gemini-algorithms h2 {
        font-size: 16px;
        margin: 0 0 55px;
    }

    .gemini-distance ul {
        max-width: 265px;
    }

    .gemini-distance ul li img {
        max-width: 50px;
    }

    .gemini-distance ul li p {
        font-size: 12px;
        padding: 0 0 50px 0;
    }

    .gemini-distance ul li span {
        font-size: 12px;
    }

    .gemini-distance ul li {
        max-width: 78px;
        min-width: 78px;
    }

    .gemini-distance ul li p:after {
        height: 30px;
        width: 4px;
        border-left: 4px solid #020A0A;
    }

    .gemini-distance ul:after {
        bottom: 35px;
        border-bottom: 4px solid #020A0A;
    }

    .gemini-distance ul:before {
        bottom: 22px;
    }

    .gemini-algorithms h2 {
        font-size: 18px;
        margin: 0 0 40px
    }

    .gemini-algorithms {
        margin: 70px 0;
    }

    .gemini-multimedia ul {
        grid-template-columns: 260px;
        margin: 50px auto 0;
        gap: 30px 0;
    }

    .gemini-app {
        margin: 70px 0;
        padding: 30px 14px 40px;
    }

    .gemini-app > div h3 {
        font-size: 22px;
        max-width: 250px;
    }

    .gemini-app > div h3 span {
        font-size: 14px;
    }

    .gemini-app > div p {
        font-weight: 400;
    }

    .gemini-app > div ul {
        margin: 0;
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
    }

    .gemini-work {
        margin: 70px 0 70px;
    }

    .gemini-work__time-wrapper div h2, .gemini-work__waterproof div h2 {
        font-size: 18px;
        margin: 0 auto 15px;
        max-width: 285px;
    }

    .gemini-work__time-wrapper div h2 span {
        left: 0;
    }

    .gemini-work__time-wrapper div p {
        font-weight: 400;
    }

    .gemini-work__time-wrapper img:first-of-type {
        top: 200px;
    }

    .gemini-ergonomics {
        margin: 70px 0;
    }

    .gemini-ergonomics h2 {
        font-size: 24px;
        margin: 0 0 50px;
    }

    .gemini-compass__description h2 {
        font-size: 22px;
    }

    .gemini-compass__description p {
        max-width: 471px;
        font-size: 14px;
        font-weight: 300;
    }

    .gemini-compass__image-wrapper {
        margin: 45px 0 30px;
    }
}

.gemini-1-header {
    background-image: url(/image/catalog/gemini-1/header-bg.webp);
}

.gemini-1-fusion__wrapper img {
    bottom: 27px;
    right: 5px;
}

.gemini-1-algorithms ul li > div div p {
    font-size: 17px;
}

.gemini-1-work__waterproof img {
    display: none;
}

.gemini-1-work__waterproof {
    background-image: url(/image/catalog/gemini-1/waterproof.webp);
    background-position: center;
    background-size: cover;
    padding: 250px 0 250px 70px;
}

.gemini-1-work__waterproof div h2 {
    color: #fff;
}

.gemini-1-work__waterproof div p {
    color: #fff;
}

.gemini-1-compass {
    gap: 80px 0;
}

.gemini-1-advantages__matrix > p, .gemini-1-advantages__thermal-matrix > p {
    min-height: 140px;
}

@media screen and (max-width: 1599px) {
    .gemini-1-header p {
        padding: 626px 0 60px;
    }

    .gemini-1-fusion__wrapper img {
        max-width: 600px;
    }

    .gemini-1-work__waterproof {
        background-position: right;
    }
}

@media screen and (max-width: 1344px) {
    .gemini-1-header p {
        padding: 576px 0 60px;
    }

    .gemini-1-fusion__wrapper img {
        max-width: 550px;
    }

    .gemini-1-work__waterproof {
        padding: 200px 0 200px 70px;
    }
}

@media screen and (max-width: 1199px) {
    .gemini-1-header {
        background-image: url(/image/catalog/gemini-1/header-bd-tablet.webp);
    }

    .gemini-1-header p {
        padding: 556px 0 60px;
    }

    .gemini-1-fusion__wrapper img {
        max-width: 430px;
    }

    .gemini-1-algorithms ul li > div div p {
        font-size: 13px;
    }

    .gemini-1-work__waterproof {
        padding: 150px 0 150px 50px;
    }
}

@media screen and (max-width: 991px) {
    .gemini-1-header p {
        padding: 396px 0 60px;
    }

    .gemini-1-fusion__wrapper img {
        max-width: 310px;
    }

    .gemini-1-work__waterproof {
        padding: 90px 0 90px 40px;
    }
}

@media screen and (max-width: 767px) {
    .gemini-1-header p {
        padding: 40vw 0 60px;
    }

    .gemini-1-header {
        background-position: top;
    }

    .gemini-1-advantages__matrix > p, .gemini-1-advantages__thermal-matrix > p {
        min-height: 110px;
    }

    .gemini-1-fusion__wrapper img {
        max-width: 420px;
        right: 20%;
        margin: 0 auto 0 -210px
    }

    .gemini-1-work__waterproof {
        background-image: url(/image/catalog/gemini-1/waterproof-tablet.webp);
        background-position: center;
        background-size: cover;
        padding: 50px 20px 290px 20px;
    }
}

@media screen and (max-width: 582px) {
    .gemini-1-header p {
        padding: 202px 0 60px;
    }
}

@media screen and (max-width: 566px) {
    .gemini-1-header {
        background-image: url(/image/catalog/gemini-1/header-bg-mob.webp);
    }

    .gemini-1-header p {
        padding: 202px 0 20px;
        font-weight: 400;
    }

    .gemini-1-advantages > img {
        bottom: 450px;
    }

    .gemini-1-fusion__wrapper img {
        max-width: 250px;
        right: unset;
        margin: 0 0 20px -125px;
        left: 50%;
    }

    .gemini-1-work__waterproof {
        background-image: url(/image/catalog/gemini-1/waterproof-mob.webp);
        background-position: center;
        background-size: cover;
        padding: 50px 20px 290px 20px;
    }
}

.crs-header {
    min-height: 847px;
    width: 100%;
    margin: 53px 0 200px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("/image/catalog/crs-landing/crs-header-name.svg");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.crs-header::after {
    content: '';
    width: 100%;
    min-height: 847px;
    position: absolute;
    background-image: url("/image/catalog/crs-landing/crs-header-bg.webp");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.crs-header > img {
    object-fit: contain;
    max-width: 542px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.crs-header > div {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 62px;
}

.crs-header h2 {
    color: #266141;
    text-align: justify;
    font-size: 59px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.crs-header p {
    color: #020A0A;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 0;
    margin: 17px 0 11px;
}

.crs-header__inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

.crs-header__inner img {
    object-fit: cover;
    min-height: 280px;
    max-height: 280px;
    border-top: 14px solid #FFF;
    border-bottom: 14px solid #FFF;
    border-left: 14px solid #FFF;
}

.crs-header__inner img:first-of-type {
    max-width: 320px;
}

.crs-header__inner img:last-of-type {
    max-width: 500px;
}

.crs-lens {
    width: 100%;
    margin: 215px 0 150px;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}

.crs-lens h2, .crs-transmission h3, .crs-cover h3, .crs-reticle__inner h2 {
    color: #020A0A;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    margin: 0;
    padding: 0;
    max-width: 940px;
    width: 100%;
    position: relative;
}

.crs-lens h2:before, .crs-transmission h3:before, .crs-cover h3:before, .crs-reticle__inner h2:before {
    content: "";
    position: absolute;
    min-height: 115px;
    width: 10px;
    background: #020A0A;
    top: calc(50% - 56px);
    left: -40px
}

.crs-lens p {
    margin: 40px 0 80px;
    color: #020A0A;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 0;
    max-width: 890px;
    width: 100%;
}

.crs-lens > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.crs-lens > div ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    max-width: 641px;
    width: 100%;
}

.crs-lens > div ul li {
    background: #22372C;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    padding: 40px 32px 40px 126px;
    margin: 0;
    position: relative;
}

.crs-lens > div ul li p {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.crs-lens > div ul li p:before {
    content: "";
    position: absolute;
    background-image: url("/image/catalog/crs-landing/crs-lens-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    max-width: 56px;
    width: 100%;
    min-height: 51px;
    left: 40px;
    top: calc(50% - 25px);
}

.crs-lens > div img {
    max-width: 571px;
    width: 100%;
    object-fit: contain;
}

.crs-advantages {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 150px 0;
    padding: 0 0 0 40px;
    display: flex;
    flex-direction: column;
    min-height: 2050px;
    overflow-x: clip;
}

.crs-advantages__image-wrapper {
    position: sticky;
    top: 0;
    left: 0;
}

.crs-advantages__image-wrapper > div {
    position: relative;
    margin-bottom: 0;
}

.crs-advantages__image-wrapper > div div:first-of-type {
    background: linear-gradient(311deg, #FFB8FF -10.48%, rgba(69, 224, 182, 0.10) 102.92%);
    opacity: 0.3;
    width: 69px;
    height: 69px;
    position: relative;
    z-index: 3;
    border-radius: 50%;
    top: -388px;
    left: 311px;
}

.crs-advantages__image-wrapper > div div:nth-of-type(2) {
    background: linear-gradient(311deg, #FFB8FF -10.48%, rgba(69, 224, 182, 0.10) 102.92%);
    opacity: 0.2;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    top: -418px;
    left: 291px;
}

.crs-advantages__image-wrapper > div div:nth-of-type(3) {
    background: linear-gradient(311deg, #FFB8FF -10.48%, rgba(69, 224, 182, 0.10) 102.92%);
    opacity: 0.04;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    top: -428px;
    left: 283px;
}

.crs-advantages__image-wrapper > div:after {
    content: "";
    position: absolute;
    background-image: url("/image/catalog/crs-landing/transition-shadow.svg");
    background-position: bottom center;
    background-size: contain;
    max-width: 375px;
    width: 100%;
    min-height: 34px;
    bottom: 120px;
    left: 57px;
}

.crs-advantages__image-wrapper > div div:nth-of-type(4) {
    position: absolute;
    background-image: url("/image/catalog/crs-landing/transmission-cover.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 512px;
    width: 100%;
    min-height: 512px;
    bottom: 146px;
    left: 0;
    z-index: 1;
    opacity: 1;
}

.crs-advantages__image-wrapper_drop {
    position: absolute;
    width: 100%;
    transform: scale(30%);
}

.crs-advantages__image-wrapper_drop1 {
    max-width: 35px;
    min-height: 66px;
    top: 190px;
    left: 170px;
    z-index: 2;
    opacity: .7;
}

.crs-advantages__image-wrapper_drop2 {
    max-width: 34px;
    min-height: 30px;
    top: 250px;
    left: 120px;
    z-index: 2;
    opacity: .5;
}

.crs-advantages__image-wrapper_drop3 {
    max-width: 10px;
    min-height: 14px;
    top: 290px;
    left: 180px;
    z-index: 2;
    opacity: .6;
}

.crs-advantages__image-wrapper_drop4 {
    max-width: 34px;
    min-height: 46px;
    top: 270px;
    left: 330px;
    z-index: 2;
    opacity: .6;
}

.crs-advantages__image-wrapper_drop5 {
    max-width: 18px;
    min-height: 28px;
    top: 370px;
    left: 300px;
    z-index: 2;
    opacity: .6;
}

.crs-advantages__image-wrapper img:first-of-type {
    object-fit: contain;
    max-width: 513px;
    width: 100%;
}

.crs-transmission {
    max-width: 672px;
    width: 100%;
    align-self: flex-end;
    margin: 0 0 300px;
    position: absolute;
    top: 0;
}

.crs-transmission h3, .crs-cover h3 {
    margin: 34px 0 40px;
}

.crs-transmission p, .crs-cover p {
    color: #020A0A;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0 0 300px;
    padding: 0;
}

.crs-cover {
    max-width: 640px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.crs-cover p {
    margin: 0 0 90px;
}

.crs-angle {
    margin: 150px 0;
    padding: 70px 0;
    background-image: linear-gradient(to bottom, #E1DFD3 50%, #22372C 50%);
    position: relative;
    min-height: 996px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.crs-angle:after {
    content: "";
    width: 600px;
    background-image: url("/image/catalog/crs-landing/crs-angle-bg.webp");
    background-position: center;
    background-size: cover;
    min-height: 580px;
    position: absolute;
    top: 260px;
}

.crs-angle-animation:after {
    animation: crsWideAngle 1.6s linear forwards;
}

@keyframes crsWideAngle {
    0% {
        width: 600px;
        left: calc(50% - 300px);
    }
    100% {
        width: 100%;
        left: 0;
    }
}

.crs-angle h2 {
    color: #22372C;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    max-width: 795px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.crs-angle p {
    max-width: 1116px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    position: relative;
    z-index: 1;
}

.crs-mechanisms {
    margin: 150px 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.crs-mechanisms h2 {
    margin: 0 0 40px;
    padding: 0;
    color: #020A0A;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    max-width: 945px;
    width: 100%;
}

.crs-mechanisms p {
    max-width: 782px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #020A0A;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.crs-mechanisms__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
}

.crs-mechanisms__wrapper > div {
    position: relative;
}

.crs-mechanisms__wrapper > div:before {
    content: "";
    max-width: 17px;
    width: 100%;
    height: 17px;
    background: #266141;
    position: absolute;
    z-index: 1;
    top: 330px;
    left: 1px;
    animation: crsMechanismBgLeftMove 4s ease-in-out infinite;
}

@keyframes crsMechanismBgLeftMove {
    0% {
        top: 330px;
    }

    30% {
        top: 330px;
    }

    40% {
        top: 283px;
    }

    60% {
        top: 283px;
    }

    70% {
        top: 330px;
    }

    100% {
        top: 330px;
    }
}

.crs-mechanisms__wrapper > div:after {
    content: "";
    max-width: 17px;
    width: 100%;
    height: 17px;
    background: #266141;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    left: 245px;
    animation: crsMechanismBgBottomMove 4s ease-in-out infinite;
}

@keyframes crsMechanismBgBottomMove {
    0% {
        left: 245px;
    }
    10% {
        left: 245px;
    }
    20% {
        left: 292px;
    }
    30% {
        left: 338px;
    }

    70% {
        left: 338px;
    }
    80% {
        left: 292px;
    }

    90% {
        left: 245px;
    }

    100% {
        left: 245px;
    }
}

.crs-mechanisms__wrapper > div img:first-of-type {
    max-width: 640px;
    width: 100%;
    z-index: 2;
    position: relative;
}

.crs-mechanisms__wrapper > img {
    object-fit: contain;
    max-width: 665px;
    width: 100%;
}

.src-mechanisms__image-sight {
    position: absolute;
    max-width: 231px;
    width: 100%;
    object-fit: contain;
    top: 225px;
    left: 140px;
    animation: crsMechanismMove 4s ease-in-out infinite;
}

@keyframes crsMechanismMove {
    0% {
        top: 225px;
        left: 140px;
    }
    10% {
        top: 225px;
        left: 140px;
    }
    20% {
        top: 225px;
        left: 188px;
    }
    30% {
        top: 225px;
        left: 232px;
    }

    40% {
        top: 177px;
        left: 232px;
    }

    60% {
        top: 177px;
        left: 232px;
    }

    70% {
        top: 225px;
        left: 232px;
    }
    80% {
        top: 225px;
        left: 188px;
    }

    90% {
        top: 225px;
        left: 140px;
    }

    100% {
        top: 225px;
        left: 140px;
    }
}

.crs-mechanism_svg-hsix {
    fill: #ffffff;
    animation: crsMechanismSixLeftMove 4s ease-in-out infinite;
}

@keyframes crsMechanismSixLeftMove {
    0% {
        fill: #ffffff;
    }
    30% {
        fill: #ffffff;
    }
    40% {
        fill: #22372C;
    }
    60% {
        fill: #22372C;
    }

    70% {
        fill: #ffffff;
    }

    100% {
        fill: #ffffff;
    }
}

.crs-mechanism_svg-hseven {
    fill: #22372C;
    animation: crsMechanismSevenLeftMove 4s ease-in-out infinite;
}

@keyframes crsMechanismSevenLeftMove {
    0% {
        fill: #22372C;
    }
    30% {
        fill: #22372C;
    }
    40% {
        fill: #ffffff;
    }
    60% {
        fill: #ffffff;
    }

    70% {
        fill: #22372C;
    }

    100% {
        fill: #22372C;
    }
}

.crs-mechanism_svg-five {
    fill: #ffffff;
    animation: crsMechanismFiveBottomMove 4s ease-in-out infinite;
}

@keyframes crsMechanismFiveBottomMove {
    0% {
        fill: #ffffff;
    }
    10% {
        fill: #ffffff;
    }
    20% {
        fill: #22372C;
    }
    80% {
        fill: #22372C;
    }

    90% {
        fill: #ffffff;
    }

    100% {
        fill: #ffffff;
    }
}

.crs-mechanism_svg-six {
    fill: #22372C;
    animation: crsMechanismSixBottomMove 4s ease-in-out infinite;
}

@keyframes crsMechanismSixBottomMove {
    0% {
        fill: #22372C;
    }
    10% {
        fill: #22372C;
    }
    20% {
        fill: #ffffff;
    }
    30% {
        fill: #22372C;
    }

    70% {
        fill: #22372C;
    }
    80% {
        fill: #ffffff;
    }

    90% {
        fill: #22372C;
    }

    100% {
        fill: #22372C;
    }
}

.crs-mechanism_svg-seven {
    fill: #22372C;
    animation: crsMechanismSevenBottomMove 4s ease-in-out infinite;
}

@keyframes crsMechanismSevenBottomMove {
    0% {
        fill: #22372C;
    }
    20% {
        fill: #22372C;
    }
    30% {
        fill: #ffffff;
    }

    70% {
        fill: #ffffff;
    }
    80% {
        fill: #22372C;
    }

    100% {
        fill: #22372C;
    }
}

.crs-mechanisms__wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 640px;
    width: 100%;
    object-fit: contain;
}

.crs-reticle {
    margin: 100px 0 150px;
    padding: 100px 0 0;
    background-image: url("/image/catalog/crs-landing/crs-reticle-bg.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
}

.crs-reticle__inner {
    margin: 0;
    padding: 0 0 0 40px;
    display: grid;
    grid-template-columns: 664px 440px;
    grid-template-rows: minmax(min-content, max-content) 1fr;
    gap: 0;
    box-sizing: border-box;
    justify-content: space-between;
}

.crs-reticle__inner h2 {
    grid-area: 1 / 1 / 2 / 2;
    margin: 0 0 40px;
}

.crs-reticle__inner p {
    grid-area: 2 / 1 / 3 / 2;
    color: #020A0A;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    padding: 0;
}

.crs-reticle__inner div {
    grid-area: 1 / 2 / 3 / 3;
    position: relative;
}

.crs-reticle__inner div img {
    object-fit: contain;
    max-width: 440px;
    width: 100%;
}

.crs-reticle__inner div img:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    animation: crsReticleBlink 2s ease-in-out infinite;
}

@keyframes crsReticleBlink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.crs-reticle__backlight {
    min-height: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 140px 110px;
    box-sizing: border-box;
}

.crs-reticle__backlight h2 {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    margin: 0 0 40px;
    padding: 0;
}

.crs-reticle__backlight p {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    padding: 0;
}

.crs-reticle__backlight img {
    object-fit: contain;
    max-width: 412px;
    width: 100%;
    margin: 0 0 150px;
}

.crs-characteristics {
    margin: 150px 0;
    padding: 0;
    box-sizing: border-box;
}

.crs-characteristics__protection-wrapper, .crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: sticky;
    min-height: 830px;
    top: 136px;
    left: 0;
}

.crs-characteristics__protection-wrapper {
    margin: -900px 0 0;
}

.crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
    margin: 350px 0 0;
}

.crs-characteristics__protection-wrapper h3, .crs-characteristics__nitrogen-wrapper h3, .crs-characteristics__body-wrapper h3 {
    color: #020A0A;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    padding: 0;
    margin: 100px 0 40px;
}

.characteristics__nitrogen-wrapper h3 {
    opacity: 0;
}

.characteristics__nitrogen-wrapper p {
    opacity: 0;
}

.characteristics__nitrogen-wrapper img {
    opacity: 0;
}

.crs-characteristics__protection-wrapper p, .crs-characteristics__nitrogen-wrapper p, .crs-characteristics__body-wrapper p {
    color: #020A0A;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    padding: 0;
    max-width: 688px;
    width: 100%;
}

.crs-characteristics__body-wrapper p {
    max-width: 830px;
}

.crs-characteristics__protection-wrapper img {
    position: absolute;
    object-fit: contain;
    max-width: 1116px;
    width: 100%;
    top: 295px;
}

.crs-characteristics__nitrogen-wrapper img {
    position: absolute;
    object-fit: contain;
    max-width: 100%;
    width: 100%;
    top: 380px;
}

.crs-characteristics__body-wrapper img {
    position: absolute;
    object-fit: contain;
    max-width: 1271px;
    width: 100%;
    top: 362px;
}

.crs-characteristics__body-wrapper span {
    color: #266141;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0 0 20px;
    padding: 0;
}

.crs-characteristics__image-wrapper {
    margin: 650px 0 130px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: sticky;
    top: calc(100vh - 500px);
    left: 0;
    z-index: 2;
}


.crs-characteristics__image-wrapper > div {
    position: relative;
}

.crs-characteristics__image-wrapper > div > div {
    width: 290px;
    height: 290px;
    overflow: hidden;
    z-index: 2;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.20);
    top: -25px;
    position: absolute;
}

.crs-characteristics__image-wrapper > div > div > div:last-of-type {
    background-image: url(/image/catalog/crs-landing/crs-characteristics-opacity.webp);
    background-repeat: no-repeat;
    background-position-y: 23px;
    background-position-x: -2px;
    background-size: 1116px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
}

.crs-characteristics__image-wrapper > div img {
    object-fit: contain;
    max-width: 1116px;
    width: 100%;
}

.crs-characteristics__image-wrapper > div > div img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.crs-warranty {
    margin: 150px 0 180px;
    padding: 150px 64px 150px 90px;
    box-sizing: border-box;
    background: #22372C;
    display: grid;
    grid-template-columns: 572px 1fr;
    grid-template-rows: minmax(min-content, max-content) 1fr;
    gap: 0 50px;
}

.crs-warranty img {
    object-fit: contain;
    max-width: 572px;
    width: 100%;
    grid-area: 1 / 1 / 3 / 2;
}

.crs-warranty h3 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    margin: 0 0 40px;
    grid-area: 1 / 2 / 2 / 3;
}

.crs-warranty p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    padding: 0;
}


.crs-characteristics__protection-wrapper, .crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
    min-height: 1000px;
    top: calc(50vh - 450px);
}

.crs-characteristics__image-wrapper {
    top: calc(50vh + 220px);
}

@media screen and (max-width: 1599px) {
    .crs-header {
        min-height: 860px;
        margin: 20px 0 200px;
    }

    .crs-header__inner img:last-of-type {
        max-width: 331px;
        object-fit: cover;
        object-position: -100px;
    }

    .crs-header__inner img {
        box-sizing: border-box;
        min-height: 268px;
    }

    .crs-header > div {
        gap: 0 30px;
    }

    .crs-lens > div img {
        max-width: 486px;
        width: 100%;
        object-fit: contain;
    }

    .crs-mechanisms__wrapper svg {
        max-width: 600px;
        height: 603px;
    }

    .crs-mechanisms__wrapper > img {
        max-width: 615px;
        height: 603px;
    }

    .crs-mechanisms__wrapper > div img:first-of-type {
        max-width: 600px;
    }

    .src-mechanisms__image-sight {
        max-width: 217px;
        top: 210px;
        left: 130px;
    }

    .crs-mechanisms__wrapper > div:before {
        top: 309px;
        left: 0;
    }

    .crs-mechanisms__wrapper > div:after {
        bottom: 1px;
        left: 230px;
    }

    .crs-reticle {
        background-size: cover;
    }

    .crs-reticle__backlight {
        padding: 0 80px 110px;
    }

    .crs-warranty {
        padding: 150px 45px 150px 30px;
        gap: 0 18px;
    }

    @keyframes crsMechanismMove {
        0% {
            top: 210px;
            left: 134px;
        }
        10% {
            top: 210px;
            left: 134px;
        }
        20% {
            top: 210px;
            left: 176px;
        }
        30% {
            top: 210px;
            left: 217px;
        }

        40% {
            top: 166px;
            left: 217px;
        }

        60% {
            top: 166px;
            left: 217px;
        }

        70% {
            top: 210px;
            left: 217px;
        }
        80% {
            top: 210px;
            left: 176px;
        }

        90% {
            top: 210px;
            left: 134px;
        }

        100% {
            top: 210px;
            left: 134px;
        }
    }

    @keyframes crsMechanismBgBottomMove {
        0% {
            left: 230px;
        }
        10% {
            left: 230px;
        }
        20% {
            left: 273px;
        }
        30% {
            left: 317px;
        }

        70% {
            left: 317px;
        }
        80% {
            left: 273px;
        }

        90% {
            left: 230px;
        }

        100% {
            left: 230px;
        }
    }

    @keyframes crsMechanismBgLeftMove {
        0% {
            top: 309px;
        }

        30% {
            top: 309px;
        }

        40% {
            top: 264px;
        }

        60% {
            top: 264px;
        }

        70% {
            top: 309px;
        }

        100% {
            top: 309px;
        }
    }


    .crs-characteristics__protection-wrapper, .crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
        min-height: 950px;
        top: calc(50vh - 400px);
    }

    .crs-characteristics__image-wrapper {
        top: calc(50vh + 190px);
    }
}

@media screen and (max-width: 1344px) {
    .crs-header > img {
        max-width: 450px;
    }

    .crs-advantages__image-wrapper > div div:nth-of-type(3) {
        top: -388px;
        left: 243px;
    }

    .crs-advantages__image-wrapper > div div:nth-of-type(2) {
        width: 40px;
        height: 40px;
        top: -378px;
        left: 251px;
    }

    .crs-characteristics__image-wrapper {
        margin: 500px 0 100px;
    }

    .crs-characteristics__protection-wrapper {
        margin: -700px 0 0;
    }

    .crs-advantages__image-wrapper > div div:first-of-type {
        width: 59px;
        height: 59px;
        top: -348px;
        left: 261px;
    }

    .crs-advantages__image-wrapper > div div:nth-of-type(4) {
        max-width: 440px;
        min-height: 440px;
        bottom: 126px;
    }

    .crs-advantages__image-wrapper_drop1 {
        top: 180px;
        left: 150px;
    }

    .crs-advantages__image-wrapper_drop3 {
        top: 260px;
        left: 170px;
    }

    .crs-advantages__image-wrapper_drop4 {
        top: 220px;
        left: 290px;
    }

    .crs-advantages__image-wrapper_drop5 {
        top: 280px;
        left: 270px;
    }

    .crs-advantages__image-wrapper > div:after {
        left: 27px;
    }

    .crs-header h2 {
        font-size: 48px;
    }

    .crs-header p {
        font-size: 16px;
    }

    .crs-header__inner img:last-of-type {
        max-width: 320px;
        object-fit: cover;
        object-position: -100px;
    }

    .crs-header__inner img:first-of-type {
        max-width: 300px;
        object-fit: cover;
    }

    .crs-header__inner img {
        min-height: 258px;
    }

    .crs-header {
        min-height: 800px;
        margin: 20px 0 150px;
    }

    .crs-lens {
        margin: 150px 0;
        padding: 0 0 0 30px;
    }

    .crs-lens h2, .crs-transmission h3, .crs-cover h3, .crs-reticle__inner h2 {
        font-size: 54px;
        max-width: 840px;
    }

    .crs-lens h2:before, .crs-transmission h3:before, .crs-cover h3:before, .crs-reticle__inner h2:before {
        min-height: 100px;
        top: calc(50% - 50px);
        left: -30px;
    }

    .crs-lens p {
        margin: 30px 0 60px;
        font-size: 20px;
        max-width: 810px;
    }

    .crs-lens > div ul li p {
        font-size: 20px;
    }

    .crs-lens > div ul {
        gap: 35px 0;
        max-width: 570px;
    }

    .crs-lens > div img {
        max-width: 456px;
    }

    .crs-transmission {
        max-width: 572px;
        margin: 0 0 240px;
    }

    .crs-advantages__image-wrapper img:first-of-type {
        max-width: 443px;
    }

    .crs-transmission p, .crs-cover p {
        font-size: 20px;
    }

    .crs-angle h2 {
        font-size: 54px;
        max-width: 750px;
    }

    .crs-angle p {
        max-width: 1000px;
        font-size: 20px;
    }

    .crs-mechanisms h2 {
        margin: 0 0 30px;
        font-size: 54px;
        max-width: 845px;
    }

    .crs-mechanisms p {
        max-width: 782px;
        font-size: 20px;
    }

    .crs-mechanisms__wrapper > img {
        max-width: 520px;
        height: 520px;
    }

    .crs-mechanisms__wrapper > div img:first-of-type {
        max-width: 570px;
    }

    .crs-mechanisms__wrapper svg {
        max-width: 570px;
        height: 573px;
    }

    .crs-mechanisms__wrapper > div:before {
        top: 293px;
    }

    .crs-mechanisms__wrapper > div:after {
        bottom: 1px;
        left: 218px;
    }

    .crs-reticle__inner p {
        font-size: 20px;
    }

    .crs-reticle__inner div img {
        max-width: 350px;
    }

    .crs-reticle__inner {
        padding: 0 0 0 30px;
        grid-template-columns: 664px 350px;
    }

    .crs-advantages {
        padding: 0 0 0 30px;
    }

    .crs-reticle__backlight h2 {
        font-size: 54px;
        margin: 0 0 30px;
    }

    .crs-reticle__backlight p {
        font-size: 20px;
    }

    .crs-characteristics__protection-wrapper h3, .crs-characteristics__nitrogen-wrapper h3, .crs-characteristics__body-wrapper h3 {
        font-size: 54px;
        margin: 60px 0 30px;
    }

    .crs-characteristics__protection-wrapper p, .crs-characteristics__nitrogen-wrapper p, .crs-characteristics__body-wrapper p {
        font-size: 20px;
        max-width: 688px;
    }

    .crs-characteristics__protection-wrapper img {
        max-width: 1016px;
        top: 205px;
    }

    .crs-characteristics__body-wrapper img {
        top: 302px;
    }

    .crs-characteristics__nitrogen-wrapper img {
        top: 300px;
    }

    .crs-characteristics__image-wrapper img {
        max-width: 1000px;
    }

    .crs-warranty h3 {
        font-size: 54px;
        margin: 0 0 30px;
    }

    .crs-warranty p {
        font-size: 20px;
    }

    .crs-warranty {
        grid-template-columns: 542px 1fr;
        gap: 0 30px;
        padding: 110px 45px 110px 30px;
    }

    @keyframes crsMechanismMove {
        0% {
            top: 194px;
            left: 122px;
        }
        10% {
            top: 194px;
            left: 122px;
        }
        20% {
            top: 194px;
            left: 162px;
        }
        30% {
            top: 194px;
            left: 201px;
        }

        40% {
            top: 152px;
            left: 201px;
        }

        60% {
            top: 152px;
            left: 201px;
        }

        70% {
            top: 194px;
            left: 201px;
        }
        80% {
            top: 194px;
            left: 162px;
        }

        90% {
            top: 194px;
            left: 122px;
        }

        100% {
            top: 194px;
            left: 122px;
        }
    }

    @keyframes crsMechanismBgBottomMove {
        0% {
            left: 218px;
        }
        10% {
            left: 218px;
        }
        20% {
            left: 259px;
        }
        30% {
            left: 300px;
        }

        70% {
            left: 300px;
        }
        80% {
            left: 259px;
        }

        90% {
            left: 218px;
        }

        100% {
            left: 218px;
        }
    }

    @keyframes crsMechanismBgLeftMove {
        0% {
            top: 293px;
        }

        30% {
            top: 293px;
        }

        40% {
            top: 251px;
        }

        60% {
            top: 251px;
        }

        70% {
            top: 293px;
        }

        100% {
            top: 293px;
        }
    }

    .crs-characteristics__protection-wrapper, .crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
        min-height: 800px;
        top: calc(50vh - 400px);
    }
}

@media screen and (max-width: 1199px) {
    .crs-header > img {
        max-width: 410px;
    }

    .crs-characteristics__image-wrapper > div > div > div:last-of-type {

        background-size: 920px;
    }

    .crs-advantages__image-wrapper > div div:nth-of-type(4) {
        max-width: 358px;
        min-height: 358px;
        bottom: 126px;
        left: 1px;
    }

    .crs-advantages__image-wrapper > div div:nth-of-type(3) {
        top: -348px;
        left: 203px;
    }

    .crs-advantages__image-wrapper > div div:nth-of-type(2) {
        top: -308px;
        left: 191px;
    }

    .crs-advantages__image-wrapper > div div:first-of-type {
        top: -278px;
        left: 205px;
    }

    .crs-header h2 {
        font-size: 44px;
    }

    .crs-header p {
        font-size: 14px;
        margin: 8px 0 10px;
    }

    .crs-header__inner img:first-of-type {
        max-width: 220px;
    }

    .crs-advantages__image-wrapper > div:after {
        max-width: 325px;
        background-repeat: no-repeat;
        min-height: 30px;
        left: 10px;
    }

    .crs-advantages__image-wrapper_drop1 {
        top: 130px;
        left: 120px;
    }

    .crs-advantages__image-wrapper_drop2 {
        top: 210px;
        left: 100px;
    }

    .crs-advantages__image-wrapper_drop3 {
        top: 220px;
        left: 150px;
    }

    .crs-advantages__image-wrapper_drop4 {
        top: 160px;
        left: 230px;
    }

    .crs-advantages__image-wrapper_drop5 {
        top: 220px;
        left: 240px;
    }

    .crs-advantages {
        min-height: 1700px;
    }

    .crs-cover p {
        max-width: 500px;
    }

    .crs-header__inner img {
        min-height: 220px;
        border-top: 10px solid #FFF;
        border-bottom: 10px solid #FFF;
        border-left: 10px solid #FFF;
    }

    .crs-header__inner img:last-of-type {
        max-width: 260px;
        object-position: -100px;
    }

    .crs-header > div {
        gap: 0 20px;
    }

    .crs-header {
        min-height: 680px;
        margin: 20px 0 150px;
    }

    .crs-lens h2, .crs-transmission h3, .crs-cover h3, .crs-reticle__inner h2 {
        font-size: 48px;
        max-width: 780px;
    }

    .crs-lens p {
        font-size: 18px;
        max-width: 760px;
    }

    .crs-lens > div ul {
        gap: 30px 0;
        max-width: 493px;
    }

    .crs-lens > div ul li p {
        font-size: 18px;
    }

    .crs-lens > div ul li {
        padding: 30px 30px 30px 100px;
    }

    .crs-lens > div img {
        max-width: 361px;
    }

    .crs-lens > div ul li p:before {
        background-size: contain;
        max-width: 40px;
        min-height: 36px;
        left: 40px;
        top: calc(50% - 18px);
    }

    .crs-transmission {
        max-width: 508px;
        margin: 0 0 190px;
    }

    .crs-transmission p, .crs-cover p {
        font-size: 18px;
    }

    .crs-transmission h3, .crs-cover h3 {
        margin: 38px 0 30px;
    }

    .crs-advantages__image-wrapper img:first-of-type {
        max-width: 361px;
    }

    .crs-cover p {
        margin: 0 0 10px;
    }

    .crs-angle h2 {
        font-size: 48px;
        max-width: 600px;
        position: relative;
        z-index: 1;
    }

    .crs-angle {
        padding: 60px 0;
        min-height: 770px;
    }

    .crs-angle:after {
        width: 500px;
        min-height: 500px;
        top: 135px;
        left: calc(50% - 250px);
    }

    @keyframes crsWideAngle {
        0% {
            width: 500px;
            left: calc(50% - 250px);
        }
        100% {
            width: 100%;
            left: 0;
        }
    }

    .crs-angle p {
        max-width: 745px;
        font-size: 18px;
    }

    .crs-mechanisms h2 {
        margin: 0 0 30px;
        font-size: 48px;
        max-width: 745px;
    }

    .crs-mechanisms p {
        max-width: 700px;
        font-size: 18px;
    }

    .crs-mechanisms__wrapper > img {
        max-width: 431px;
        height: 431px;
    }

    .crs-mechanisms__wrapper > div img:first-of-type {
        max-width: 480px;
    }

    .crs-mechanisms__wrapper svg {
        max-width: 480px;
        height: 483px;
    }

    .src-mechanisms__image-sight {
        max-width: 174px;
        top: 168px;
        left: 106px;
    }

    .crs-mechanisms__wrapper > div:before {
        top: 246px;
        max-width: 15px;
        height: 17px;
    }

    .crs-mechanisms__wrapper > div:after {
        bottom: 1px;
        left: 182px;
        height: 15px;
    }

    .crs-reticle {
        padding: 70px 0 0;
        margin: 100px 0 100px;
    }

    .crs-reticle__inner {
        grid-template-columns: 503px 355px;
    }

    .crs-reticle__inner p {
        font-size: 18px;
    }

    .crs-reticle__backlight img {
        max-width: 300px;
        margin: 0 0 170px;
    }

    .crs-reticle__backlight h2 {
        font-size: 48px;
    }

    .crs-reticle__backlight p {
        font-size: 18px;
    }

    .crs-reticle__backlight {
        padding: 0 60px 70px;
        min-height: 1080px;
    }

    .crs-characteristics {
        margin: 100px 0;
    }

    .crs-characteristics__protection-wrapper h3, .crs-characteristics__nitrogen-wrapper h3, .crs-characteristics__body-wrapper h3 {
        font-size: 48px;
        margin: 100px 0 30px;
    }

    .crs-characteristics__protection-wrapper p, .crs-characteristics__nitrogen-wrapper p, .crs-characteristics__body-wrapper p {
        font-size: 18px;
        max-width: 700px;
    }

    .crs-characteristics__protection-wrapper img {
        top: 225px;
    }

    .crs-characteristics__body-wrapper span {
        font-size: 18px;
    }

    .crs-characteristics__image-wrapper img {
        max-width: 742px;
    }

    .crs-warranty {
        grid-template-columns: 420px 1fr;
        gap: 0 20px;
        padding: 100px 40px 100px 20px;
        align-items: center;
    }

    .crs-warranty h3 {
        font-size: 48px;
    }

    .crs-warranty p {
        font-size: 18px;
    }

    @keyframes crsMechanismMove {
        0% {
            top: 168px;
            left: 106px;
        }
        10% {
            top: 168px;
            left: 106px;
        }
        20% {
            top: 168px;
            left: 140px;
        }
        30% {
            top: 168px;
            left: 174px;
        }

        40% {
            top: 132px;
            left: 174px;
        }

        60% {
            top: 132px;
            left: 174px;
        }

        70% {
            top: 168px;
            left: 174px;
        }
        80% {
            top: 168px;
            left: 140px;
        }

        90% {
            top: 168px;
            left: 106px;
        }

        100% {
            top: 168px;
            left: 106px;
        }
    }

    @keyframes crsMechanismBgBottomMove {
        0% {
            left: 182px;
        }
        10% {
            left: 182px;
        }
        20% {
            left: 217px;
        }
        30% {
            left: 251px;
        }

        70% {
            left: 251px;
        }
        80% {
            left: 217px;
        }

        90% {
            left: 182px;
        }

        100% {
            left: 182px;
        }
    }

    @keyframes crsMechanismBgLeftMove {
        0% {
            top: 246px;
        }

        30% {
            top: 246px;
        }

        40% {
            top: 210px;
        }

        60% {
            top: 210px;
        }

        70% {
            top: 246px;
        }

        100% {
            top: 246px;
        }
    }


    .crs-characteristics__protection-wrapper, .crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
        min-height: 739px;
        top: calc(50vh - 310px);
    }

    .crs-characteristics__image-wrapper {
        top: calc(50vh + 100px);
    }
}

@media screen and (max-width: 991px) {
    .crs-advantages__image-wrapper > div div:nth-of-type(4) {
        max-width: 255px;
        min-height: 255px;
        bottom: 76px;
    }

    .crs-characteristics__image-wrapper > div > div {
        width: 210px;
        height: 210px;
    }

    .crs-characteristics__image-wrapper > div > div > div:last-of-type {
        background-size: 700px;
    }

    .crs-characteristics__image-wrapper {
        margin: 400px 0 20px;
    }

    .crs-characteristics__protection-wrapper {
        margin: -500px 0 0;
    }

    .crs-advantages__image-wrapper {
        position: sticky;
        top: 0;
        margin: 130px 0 70px -30px;
    }

    .crs-advantages__image-wrapper > div:after {
        max-width: 260px;
        left: 0;
        bottom: 73px;
    }

    .crs-advantages__image-wrapper > div div:nth-of-type(2) {
        width: 20px;
        height: 20px;
        top: -218px;
        left: 137px;
    }

    .crs-advantages__image-wrapper > div div:nth-of-type(3) {
        width: 10px;
        height: 10px;
        top: -218px;
        left: 133px;
    }

    .crs-advantages__image-wrapper > div div:first-of-type {
        width: 39px;
        height: 39px;
        top: -208px;
        left: 141px;
    }

    .crs-advantages__image-wrapper_drop2 {
        top: 135px;
        left: 80px;
    }

    .crs-advantages__image-wrapper_drop1 {
        top: 70px;
        left: 60px;
    }

    .crs-advantages {
        min-height: 1600px;
    }

    .crs-advantages__image-wrapper_drop3 {
        top: 120px;
        left: 110px;
    }

    .crs-advantages__image-wrapper_drop4 {
        top: 86px;
        left: 160px;
    }

    .crs-advantages__image-wrapper_drop5 {
        top: 150px;
        left: 160px;
    }

    .crs-header > img {
        max-width: 375px;
    }

    .crs-header {
        min-height: 680px;
    }

    .crs-header > div {
        flex-direction: column-reverse;
        gap: 10px 0;
    }

    .crs-header__inner img:first-of-type {
        max-width: 40%;
        width: 40%;
        border-left: 0 solid #FFF;
    }

    .crs-header__inner img {
        min-height: 205px;
        max-height: 205px;
    }

    .crs-header__inner img:last-of-type {
        max-width: 60%;
        width: 60%;
        object-position: 0;
    }

    .crs-header__inner {
        width: 100%;
    }

    .crs-header h2 {
        font-size: 71px;
    }

    .crs-lens p {
        max-width: 100%;
    }

    .crs-lens > div {
        flex-direction: column-reverse;
        align-items: center;
    }

    .crs-transmission {
        max-width: 100%;
        margin: 0 0 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .crs-transmission h3, .crs-cover h3 {
        margin: 0 0 30px;
    }

    .crs-transmission h3 {
        margin: 0 0 87px;
    }

    .crs-transmission p {
        max-width: 420px;
        width: 100%;
        align-self: flex-end;
    }

    .crs-advantages__image-wrapper img:first-of-type {
        max-width: 260px;
        top: 140px;
    }

    .crs-cover p {
        max-width: 380px;
    }

    .crs-advantages {
        margin: 150px 0 110px;
    }

    .crs-angle {
        padding: 60px 0;
        min-height: 740px;
        margin: 110px 0 130px;
    }

    .crs-angle p {
        max-width: 645px;
    }

    .crs-angle:after {
        width: 450px;
        min-height: 450px;
        top: 115px;
    }

    @keyframes crsWideAngle {
        0% {
            width: 450px;
            left: calc(50% - 225px);
        }
        100% {
            width: 100%;
            left: 0;
        }
    }

    .crs-mechanisms {
        margin: 130px 0 100px;
    }

    .crs-mechanisms__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .crs-mechanisms__wrapper > img {
        margin-top: 80px;
    }

    .crs-reticle__inner h2 {
        grid-area: 1 / 1 / 2 / 3;
        max-width: 400px;
    }

    .crs-reticle__inner p {
        grid-area: 2 / 1 / 3 / 2;
    }

    .crs-reticle__inner div {
        grid-area: 2 / 2 / 3 / 3;
    }

    .crs-reticle__inner {
        grid-template-columns: 420px 230px;
    }

    .crs-reticle__backlight img {
        margin: 0 0 100px;
    }

    .crs-characteristics__protection-wrapper h3, .crs-characteristics__nitrogen-wrapper h3, .crs-characteristics__body-wrapper h3 {
        margin: 70px 0 30px;
    }

    .crs-characteristics__image-wrapper img {
        max-width: 660px;
    }

    .crs-characteristics__nitrogen-wrapper img {
        top: 250px;
    }

    .crs-warranty {
        gap: 30px 0;
        padding: 70px 35px 70px 35px;
        grid-template-columns: 1fr;
    }

    .crs-warranty img {
        grid-area: 2 / 1 / 3 / 2;
        max-width: 441px;
        margin: 0 auto;
    }

    .crs-warranty h3 {
        grid-area: 1 / 1 / 2 / 2;
        text-align: center;
        margin: 0;
    }

    .crs-warranty p {
        grid-area: 3 / 1 / 4 / 2;
        text-align: center;
        margin: 20px 0 0;
    }

    .crs-characteristics__protection-wrapper, .crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
        min-height: 690px;
        top: calc(50vh - 250px);
    }

    .crs-characteristics__image-wrapper {
        top: calc(50vh + 100px);
    }
}

@media screen and (max-width: 767px) {
    .crs-header > img {
        max-width: 257px;
    }

    .crs-characteristics__image-wrapper {
        margin: 350px 0 130px;
        top: calc(100vh - 250px);
    }

    .crs-characteristics__image-wrapper > div > div > div:last-of-type {
        background-size: 510px;
        height: 200px;
    }

    .crs-characteristics__image-wrapper > div img {
        max-width: 510px;
    }

    .crs-characteristics__image-wrapper > div > div {
        width: 170px;
        height: 170px;
    }

    .crs-advantages__image-wrapper > div div {
        display: none;
    }

    .crs-advantages__image-wrapper > div img {
        display: none;
    }

    .crs-advantages__image-wrapper > div img:first-of-type {
        display: block;
    }

    .crs-advantages__image-wrapper {
        position: static;
        display: flex;
        justify-content: center;
        top: 0;
        margin: 230px 0 70px 0;
    }

    .crs-advantages__image-wrapper > div:after {
        max-width: 260px;
        left: 15px;
        bottom: 0;
    }

    .crs-advantages {
        min-height: 850px;
    }

    .crs-header h2 {
        font-size: 56px;
    }

    .crs-header__inner img {
        min-height: 170px;
        max-height: 170px;
    }

    .crs-header {
        min-height: 620px;
        margin: 20px 0 120px;
    }

    .crs-lens {
        margin: 120px 0 100px;
        padding: 0 0 0 20px;
    }

    .crs-lens h2, .crs-transmission h3, .crs-cover h3, .crs-reticle__inner h2 {
        font-size: 24px;
        max-width: 100%;
    }

    .crs-lens h2:before, .crs-transmission h3:before, .crs-cover h3:before, .crs-reticle__inner h2:before {
        min-height: 48px;
        width: 6px;
        top: calc(50% - 24px);
        left: -20px;
    }

    .crs-lens p {
        font-size: 14px;
        margin: 20px 0 50px;
    }

    .crs-lens > div ul li p {
        font-size: 14px;
    }

    .crs-lens > div ul {
        gap: 20px 0;
        max-width: 290px;
    }

    .crs-lens > div ul li {
        padding: 25px 20px 25px 70px;
    }

    .crs-lens > div ul li p:before {
        left: 20px;
    }

    .crs-advantages {
        margin: 120px 0 80px;
    }

    .crs-transmission h3:before, .crs-cover h3:before, .crs-reticle__inner h2:before {
        display: none;
        text-align: center;
    }

    .crs-transmission {
        margin: 0 0 360px;
        flex-direction: column;
        align-items: center;
    }

    .crs-transmission h3, .crs-cover h3, .crs-reticle__inner h2 {
        text-align: center;
    }

    .crs-transmission h3, .crs-cover h3 {
        margin: 0 0 20px;
    }

    .crs-transmission p, .crs-cover p {
        max-width: 100%;
        align-self: center;
        font-size: 14px;
        text-align: center;
    }

    .crs-advantages__image-wrapper img:first-of-type {
        max-width: 290px;
        left: calc(50% - 145px);
    }

    .crs-angle {
        margin: 110px 0 100px;
    }

    .crs-reticle {
        padding: 0;
        margin: 100px 0 100px;
    }

    .crs-reticle__inner {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .crs-reticle__inner h2 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .crs-reticle__inner div {
        grid-area: 2 / 1 / 3 / 2;
        display: flex;
        justify-content: center;
        margin: 0 0 32px;
    }

    .crs-reticle__inner p {
        grid-area: 3 / 1 / 4 / 2;
    }

    .crs-angle h2 {
        font-size: 24px;
        max-width: 300px;
    }

    .crs-angle {
        padding: 40px 30px 30px;
        min-height: 565px;
    }

    .crs-angle p {
        font-size: 14px;
    }

    .crs-angle:after {
        width: 350px;
        min-height: 390px;
        top: 70px;
        left: calc(50% - 175px);
    }

    @keyframes crsWideAngle {
        0% {
            width: 350px;
            left: calc(50% - 175px);
        }
        100% {
            width: 100%;
            left: 0;
        }
    }

    .crs-mechanisms {
        margin: 100px 0 100px;
    }

    .crs-mechanisms h2 {
        margin: 0 0 20px;
        font-size: 24px;
        max-width: 345px;
    }

    .crs-mechanisms p {
        max-width: 700px;
        font-size: 14px;
    }

    .crs-reticle__inner div img {
        max-width: 320px;
    }

    .crs-reticle__inner div img:last-of-type {
        left: calc(50% - 160px);
        opacity: 0;
    }

    .crs-reticle__inner p {
        font-size: 14px;
        text-align: center;
        max-width: 434px;
        width: 100%;
        margin: 0 auto;
    }

    .crs-reticle__backlight img {
        max-width: 165px;
        margin: 0 0 120px;
    }

    .crs-reticle__backlight h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .crs-reticle__backlight {
        padding: 0 30px 50px;
        min-height: 780px;
    }

    .crs-reticle__backlight p {
        font-size: 14px;
    }

    .crs-reticle {
        background-position-x: -310px;
        background-position-y: 0;
    }

    .crs-reticle__backlight {
        justify-content: space-between;
    }

    .crs-reticle__backlight img {
        margin: 170px 0 0;
        position: relative;
        left: -120px;
    }

    .crs-characteristics__protection-wrapper h3, .crs-characteristics__nitrogen-wrapper h3, .crs-characteristics__body-wrapper h3 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .crs-characteristics__protection-wrapper, .crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
        min-height: 750px;
        top: calc(50vh - 150px);
    }

    .crs-characteristics__image-wrapper {
        top: calc(50vh + 100px);
    }

    .crs-characteristics {
        margin: 100px 0 0;
    }

    .crs-warranty {
        margin: 20px 0 120px;
    }

    .crs-characteristics__protection-wrapper p, .crs-characteristics__nitrogen-wrapper p, .crs-characteristics__body-wrapper p {
        font-size: 14px;
    }

    .crs-characteristics__protection-wrapper img {
        top: 100px;
    }

    .crs-characteristics__nitrogen-wrapper img {
        top: 120px;
    }

    .crs-characteristics__body-wrapper img {
        top: 152px;
    }

    .crs-warranty h3 {
        font-size: 24px;
    }

    .crs-warranty img {
        max-width: 290px;
    }

    .crs-warranty {
        padding: 50px 30px 50px 30px;
        grid-template-columns: 1fr;
    }

    .crs-warranty p {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .crs-header {
        min-height: 580px;
    }

    .crs-reticle__backlight img {
        margin: 170px 0 0;
        position: relative;
        left: -90px;
    }

    .crs-header h2 {
        font-size: 55px;
    }
}

@media screen and (max-width: 567px) {
    .crs-header > img {
        max-width: 137px;
    }

    .crs-characteristics__image-wrapper > div > div {
        width: 100px;
        height: 100px;
    }

    .crs-header h2 {
        font-size: 25px;
    }

    .crs-header__inner img {
        min-height: 110px;
        max-height: 110px;
    }

    .crs-header {
        min-height: 500px;
        margin: 20px 0 100px;
    }

    .crs-lens {
        margin: 100px 0 100px;
        padding: 0;
    }

    .crs-lens h2, .crs-transmission h3, .crs-cover h3, .crs-reticle__inner h2 {
        font-size: 24px;
        max-width: 100%;
        text-align: center;
    }

    .crs-lens h2:before, .crs-transmission h3:before, .crs-cover h3:before, .crs-reticle__inner h2:before {
        display: none;
    }

    .crs-lens p {
        margin: 20px 0 40px;
        text-align: center;
    }

    .crs-lens > div ul li p {
        text-align: left;
    }

    .crs-lens > div ul li {
        padding: 25px 20px 25px 59px;
    }

    .crs-lens > div ul li p:before {
        max-width: 35px;
        left: 15px;
    }

    .crs-advantages {
        margin: 100px 0 80px;
        padding: 0;
    }

    .crs-transmission h3, .crs-cover h3 {
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .crs-transmission p, .crs-cover p {
        max-width: 280px;
        margin: 0 auto;
    }

    .crs-advantages__image-wrapper img:first-of-type {
        top: 210px;
    }

    .crs-angle {
        padding: 40px 14px 50px;
        min-height: 720px;
    }

    .crs-angle:after {
        width: 200px;
        min-height: 390px;
        top: 60px;
        left: calc(50% - 100px);
    }

    @keyframes crsWideAngle {
        0% {
            width: 200px;
            left: calc(50% - 100px);
        }
        100% {
            width: 100%;
            left: 0;
        }
    }

    .crs-mechanisms__wrapper svg {
        max-width: 260px;
        height: 261px;
    }

    .crs-mechanisms__wrapper > div img:first-of-type {
        max-width: 260px;
    }

    .src-mechanisms__image-sight {
        max-width: 105px;
        top: 86px;
        left: 53px;
    }

    .crs-mechanisms__wrapper > div:before {
        top: 133px;
        max-width: 8px;
        height: 9px;
    }

    .crs-mechanisms__wrapper > div:after {
        bottom: 2px;
        left: 99px;
        height: 8px;
        max-width: 9px;
    }

    .crs-mechanisms__wrapper > img {
        margin-top: 40px;
    }

    .crs-mechanisms__wrapper > img {
        height: 221px;
    }

    .crs-reticle__backlight p {
    }

    .crs-reticle {
        background-image: url(/image/catalog/crs-landing/crs-reticle-mob-bg.webp);
        background-position-x: center;
        background-position-y: 150px;
    }

    .crs-reticle__backlight {
        padding: 0 20px 30px;
        min-height: 980px;
    }

    .crs-reticle__backlight img {
        left: 0;
        margin: 210px auto 0;
        max-width: 70vw;
    }

    .crs-characteristics__body-wrapper span {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .crs-characteristics__protection-wrapper img {
        top: 260px;
    }

    .crs-characteristics__nitrogen-wrapper img {
        top: 280px;
    }

    .crs-characteristics__body-wrapper img {
        top: 272px;
    }

    .crs-characteristics__image-wrapper img {
        max-width: 90%;
    }

    .crs-warranty {
        padding: 50px 10px;
    }

    @keyframes crsMechanismMove {
        0% {
            top: 86px;
            left: 53px;
        }
        10% {
            top: 86px;
            left: 53px;
        }
        20% {
            top: 86px;
            left: 71px;
        }
        30% {
            top: 86px;
            left: 89px;
        }

        40% {
            top: 66px;
            left: 89px;
        }

        60% {
            top: 66px;
            left: 89px;
        }

        70% {
            top: 86px;
            left: 89px;
        }
        80% {
            top: 86px;
            left: 71px;
        }

        90% {
            top: 86px;
            left: 53px;
        }

        100% {
            top: 86px;
            left: 53px;
        }
    }

    @keyframes crsMechanismBgBottomMove {
        0% {
            left: 99px;
        }
        10% {
            left: 99px;
        }
        20% {
            left: 118px;
        }
        30% {
            left: 136px;
        }

        70% {
            left: 136px;
        }
        80% {
            left: 118px;
        }

        90% {
            left: 99px;
        }

        100% {
            left: 99px;
        }
    }

    @keyframes crsMechanismBgLeftMove {
        0% {
            top: 133px;
        }

        30% {
            top: 133px;
        }

        40% {
            top: 114px;
        }

        60% {
            top: 114px;
        }

        70% {
            top: 133px;
        }

        100% {
            top: 133px;
        }
    }

    .crs-characteristics__protection-wrapper img {
        top: 160px;
    }

    .crs-characteristics__nitrogen-wrapper img {
        top: 180px;
    }

    .crs-characteristics__image-wrapper > div img {
        max-width: 343px;
    }

    .crs-characteristics__image-wrapper > div > div > div:last-of-type {
        background-size: 343px;
        height: 130px;
    }

    .crs-characteristics__protection-wrapper, .crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
        min-height: 655px;
        top: calc(50vh - 150px);
    }

    .crs-characteristics__image-wrapper {
        margin: 350px 0 130px;
        top: calc(50vh + 100px);
    }
}

@media screen and (max-width: 430px) {
    .crs-reticle__inner div img {
        max-width: 70vw;
    }

    .crs-reticle__inner div img:last-of-type {
        left: calc(50% - 35vw);
        opacity: 0;
    }


}

@media screen and (max-width: 400px) {
    .crs-reticle__backlight img {
        left: 0;
        margin: 170px auto 0;
    }

    .crs-characteristics__image-wrapper > div img {
        max-width: 265px;
    }

    .crs-characteristics__image-wrapper > div > div > div:last-of-type {
        background-size: 265px;
        height: 100px;
    }
}


@media screen and (min-width: 568px) and (max-width: 767px) {
    .crs-advantages {
        min-height: 650px;
    }

    .crs-advantages__image-wrapper {
        margin: 140px 0 70px 0;
    }
}


.crs-header_1-6x24-sfp {
    background-image: url(/image/catalog/crs-landing/1-6x24-sfp/crs-header-name.svg);
}

.crs-angle_1-6x24-sfp h2 {
    color: #020A0A;
    max-width: 1195px;
    z-index: 2;
}

.crs-angle_1-6x24-sfp p {
    max-width: 1216px;
    color: #020A0A;
}

.crs-angle_1-6x24-sfp {
    padding: 70px 0 50px;
    background-image: linear-gradient(to bottom, #EDF1F8 50%, #F2F7FA 50%);
}

.crs-angle_1-6x24-sfp:after {
    background-image: url(/image/catalog/crs-landing/1-6x24-sfp/crs-angle-bg.webp);
    min-height: 1000px;
    top: 0;
    transition: .2s;
}

.crs-reticle_1-6x24-sfp {
    background-image: url(/image/catalog/crs-landing/1-6x24-sfp/crs-reticle-bg.webp);
}

.crs-reticle_1-6x24-sfp .crs-reticle__backlight img {
    margin: 0 0 150px 150px;
}

.crs-characteristics_1-6x24-sfp .crs-characteristics__image-wrapper > div > div > div:last-of-type {
    background-image: url(/image/catalog/crs-landing/1-6x24-sfp/crs-characteristics-opacity.webp);
}

@media (max-width: 1344px) {
    .crs-angle_1-6x24-sfp h2 {
        max-width: 1000px;
    }
}

@media (max-width: 1199px) {
    .crs-angle_1-6x24-sfp h2 {
        max-width: 900px;
    }

    .crs-angle_1-6x24-sfp:after {
        min-height: 650px;
    }
}

@media (max-width: 991px) {
    .crs-angle_1-6x24-sfp p {
        max-width: 650px;
    }

    .crs-reticle_1-6x24-sfp .crs-reticle__backlight img {
        margin: 0 0 100px 150px;
    }

    .crs-transmission_1-6x24-sfp h3 {
        max-width: 630px;
    }
}

@media (max-width: 767px) {
    .crs-angle_1-6x24-sfp:after {
        min-height: 470px;
    }

    .crs-reticle_1-6x24-sfp {
        background-position-x: center;
    }

    .crs-reticle_1-6x24-sfp .crs-reticle__backlight img {
        margin: 140px auto 0;
        max-width: 320px;
        left: 0;
    }
}

@media (max-width: 567px) {
    .crs-reticle_1-6x24-sfp {
        background-position-x: center;
        background-position-y: 0;
    }

    .crs-reticle_1-6x24-sfp .crs-reticle__backlight img {
        margin: 120px auto 0;
        max-width: 70vw;
    }

    .crs-reticle_1-6x24-sfp .crs-reticle__backlight {
        min-height: 780px;
    }

    .crs-angle_1-6x24-sfp {
        padding: 40px 10px 30px;
    }

    .crs-header_1-6x24-sfp {
        min-height: 530px;
    }
}

.crs-angle_1-8x24-sfp h2 {
    z-index: 1;
}

.crs-header_1-8x24-sfp .crs-header__inner img {
    max-height: 280px;
}

.crs-header_1-8x24-sfp > div {
    gap: 0 122px;
}

.crs-header_1-8x24-sfp {
    background-image: url(/image/catalog/crs-landing/1-8x24-sfp/crs-header-name.svg);
}

.crs-angle_1-8x24-sfp {
    background-image: linear-gradient(to bottom, #DCCDAC 50%, #22372C 50%);
}

.crs-angle_1-8x24-sfp:after {
    background-image: url(/image/catalog/crs-landing/1-8x24-sfp/crs-angle-bg.webp);
    min-height: 900px;
    top: 0;
}

.crs-mechanisms_1-8x24-sfp h2 {
    max-width: 1145px;
}

.crs-mechanisms_1-8x24-sfp p {
    max-width: 1102px;
}

.crs-reticle_1-8x24-sfp {
    background-image: url(/image/catalog/crs-landing/1-8x24-sfp/crs-reticle-bg.webp);
}

.crs-reticle_1-8x24-sfp .crs-reticle__backlight img {
    margin: 0 0 270px -160px;
}

.crs-characteristics_1-8x24-sfp .crs-characteristics__image-wrapper > div > div > div:last-of-type {
    background-image: url(/image/catalog/crs-landing/1-8x24-sfp/crs-characteristics-opacity.webp);
}

@media screen and (max-width: 1599px) {
    .crs-header_1-8x24-sfp .crs-header__inner img:last-of-type {
        object-position: -30px;
    }

    .crs-header_1-8x24-sfp > div {
        align-items: flex-end;
    }

    .crs-header_1-8x24-sfp > div {
        gap: 0 50px;
    }
}

@media screen and (max-width: 1199px) {
    .crs-angle_1-8x24-sfp:after {
        min-height: 680px;
    }

    .crs-header_1-8x24-sfp > div {
        gap: 0 20px;
    }

    .crs-reticle_1-8x24-sfp .crs-reticle__backlight img {
        margin: 0 0 230px -100px;
    }
}

@media screen and (max-width: 991px) {
    .crs-header_1-8x24-sfp .crs-header__inner img:last-of-type {
        object-position: 0;
    }

    .crs-mechanisms_1-8x24-sfp h2 {
        font-size: 46px;
    }

    .crs-header_1-8x24-sfp .crs-header__inner img {
        max-height: 200px;
    }

    .crs-reticle_1-8x24-sfp .crs-reticle__inner {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .crs-reticle_1-8x24-sfp .crs-reticle__inner h2 {
        grid-area: 1 / 1 / 2 / 2;
        max-width: 500px;
        margin: 0 0 40px 30px;
    }

    .crs-reticle_1-8x24-sfp .crs-reticle__inner p {
        grid-area: 3 / 1 / 4 / 2;
    }

    .crs-reticle_1-8x24-sfp .crs-reticle__inner div {
        grid-area: 2 / 1 / 3 / 2;
        display: flex;
        justify-content: center;
        margin: 0 0 32px;
    }

    .crs-reticle_1-8x24-sfp .crs-reticle__inner div img:last-of-type {
        left: calc(50% - 175px);
    }

    .crs-reticle_1-8x24-sfp {
        background-position-y: 100px;
        background-position-x: center;
    }
}

@media screen and (max-width: 767px) {
    .crs-advantages_1-8x24-sfp .crs-advantages__image-wrapper {
        margin: 180px 0 70px 0;
    }

    .crs-header_1-8x24-sfp .crs-header__inner img {
        max-height: 170px;
    }

    .crs-angle_1-8x24-sfp:after {
        min-height: 480px;
    }

    .crs-mechanisms_1-8x24-sfp h2 {
        font-size: 24px;
        max-width: 445px;
    }

    .crs-reticle_1-8x24-sfp .crs-reticle__inner div img:last-of-type {
        left: calc(50% - 160px);
    }

    .crs-reticle_1-8x24-sfp .crs-reticle__backlight img {

        margin: 140px auto 0;
        max-width: 320px;
        left: 0;

    }

    .crs-reticle_1-8x24-sfp .crs-reticle__inner h2 {
        grid-area: 1 / 1 / 2 / 2;
        max-width: 500px;
        margin: 0 auto 40px;
    }
}

@media screen and (max-width: 420px) {
    .crs-reticle_1-8x24-sfp .crs-reticle__inner div img:last-of-type {
        left: calc(50% - 35vw);
    }
}

@media screen and (max-width: 567px) {
    .crs-header_1-8x24-sfp .crs-header {
        min-height: 520px;
    }

    .crs-header_1-8x24-sfp {
        min-height: 520px;
    }

    .crs-header_1-8x24-sfp .crs-header__inner img {
        max-height: 110px;
    }

    .crs-advantages_1-8x24-sfp .crs-advantages__image-wrapper {
        margin: 290px 0 70px 0;
    }

    .crs-angle_1-8x24-sfp:after {
        min-height: 580px;
    }

    .crs-reticle_1-8x24-sfp .crs-reticle__backlight {
        min-height: 680px;
    }

    .crs-reticle_1-8x24-sfp .crs-reticle__backlight img {
        margin: 140px 0 0 -80px;
    }
}

@media screen and (max-width: 370px) {
    .crs-reticle_1-8x24-sfp .crs-reticle__backlight img {
        margin: 70px 0 0 50px;
    }

    .crs-reticle_1-8x24-sfp {
        background-position-x: -310px;
    }
}


.crs-header_1-6x24-ffp {
    background-image: url(/image/catalog/crs-landing/1-6x24-ffp/crs-header-name.svg);
}

.crs-angle_1-6x24-ffp h2 {
    color: #22372C;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    max-width: 795px;
}

.crs-angle_1-6x24-ffp:after {
    background-image: url(/image/catalog/crs-landing/1-6x24-ffp/crs-angle-bg.webp);
    min-height: 870px;
    top: 70px;
}

.crs-angle_1-6x24-ffp {
    background-image: linear-gradient(to bottom, #3C2919 50%, #3C2919 50%);
}

.crs-angle_1-6x24-ffp h2 {
    position: relative;
    z-index: 2;
    max-width: 877px;
    color: #ffffff;
}

.crs-angle_1-6x24-ffp p {
    max-width: 1266px;
}

.crs-reticle_1-6x24-ffp {
    background-image: url(/image/catalog/crs-landing/1-6x24-ffp/crs-reticle-bg.webp);
}

.crs-reticle_1-6x24-ffp .crs-reticle__backlight img {
    margin: 0 0 100px 190px;
}

.crs-characteristics_1-6x24-ffp .crs-characteristics__image-wrapper > div > div > div:last-of-type {
    background-image: url(/image/catalog/crs-landing/1-6x24-ffp/crs-characteristics-opacity.webp);
}

@media screen and (max-width: 1599px) {
    .crs-angle_1-6x24-ffp p {
        max-width: 1126px;
    }
}

@media screen and (max-width: 1344px) {
    .crs-angle_1-6x24-ffp p {
        max-width: 996px;
    }
}

@media screen and (max-width: 1199px) {
    .crs-angle_1-6x24-ffp:after {
        min-height: 690px;
        top: 0;
    }

    .crs-angle_1-6x24-ffp p {
        max-width: 886px;
    }

    .crs-angle_1-6x24-ffp h2 {
        font-size: 48px;
    }

    .crs-reticle_1-6x24-ffp .crs-reticle__backlight img {
        margin: 0 0 150px 160px;
    }
}

@media screen and (max-width: 991px) {
    .crs-lens_1-6x24-ffp > div img {
        margin-bottom: 30px;
    }

    .crs-reticle_1-6x24-ffp .crs-reticle__backlight img {
        margin: 0 0 70px 160px;
    }
}

@media screen and (max-width: 767px) {
    .crs-advantages_1-6x24-ffp .crs-advantages__image-wrapper {
        margin: 170px 0 70px 0;
    }

    .crs-angle_1-6x24-ffp:after {
        min-height: 490px;
    }

    .crs-angle_1-6x24-ffp h2 {
        font-size: 24px;
        max-width: 400px;
    }


    .crs-reticle_1-6x24-ffp .crs-reticle__backlight img {
        margin: 170px 0 10px 370px;
    }

    .crs-reticle_1-6x24-ffp {
        background-position-x: center;
        background-position-y: 0;
    }
}

@media screen and (max-width: 600px) {
    .crs-reticle_1-6x24-ffp .crs-reticle__backlight img {
        left: -120px;
    }
}

@media screen and (max-width: 567px) {
    .crs-header_1-6x24-ffp {
        min-height: 510px;
    }

    .crs-reticle_1-6x24-ffp .crs-reticle__backlight {
        padding: 0 20px 30px;
        min-height: 680px;
    }

    .crs-reticle_1-6x24-ffp .crs-reticle__backlight img {
        margin: 100px 0 90px 150px;
        left: -20px;
    }

    .crs-advantages_1-6x24-ffp .crs-advantages__image-wrapper {
        margin: 280px 0 70px 0;
    }
}

.crs-head_1-5-6x44 {
    width: 100%;
    margin: 30px 0 0;
}

.crs-head_1-5-6x44 img {
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.crs-head_1-5-6x44 h2 {
    color: #266141;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 30px auto 10px;
}

.crs-head_1-5-6x44 p {
    color: #020A0A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.crs-lens_1-5-6x44 h2 {
    max-width: 1100px;
}

.crs-angle_1-5-6x44 {
    background-image: linear-gradient(to bottom, #E9EFEF 50%, #342924 50%);
}

.crs-angle_1-5-6x44:after {
    background-image: url(/image/catalog/crs-landing/1-5-6x44/crs-angle-bg.webp);
    min-height: 750px;
    top: 144px;
}

.crs-angle_1-5-6x44 h2 {
    position: relative;
    z-index: 2;
    color: #020A0A;
}

.crs-reticle_1-5-6x44 {
    background-image: url(/image/catalog/crs-landing/1-5-6x44/crs-reticle-bg.webp);
}

.crs-reticle_1-5-6x44 .crs-reticle__backlight img {
    margin: 0 0 260px -30px;
}

.crs-characteristics_1-5-6x44 .crs-characteristics__image-wrapper > div > div > div:last-of-type {
    background-image: url(/image/catalog/crs-landing/1-5-6x44/crs-characteristics-opacity.webp);
}

@media screen and (max-width: 1599px) {
    .crs-head_1-5-6x44 h2 {
        font-size: 54px;
    }
}

@media screen and (max-width: 1199px) {
    .crs-angle_1-5-6x44:after {
        min-height: 550px;
    }
}

@media screen and (max-width: 991px) {
    .crs-reticle_1-5-6x44 .crs-reticle__backlight img {
        margin: 0 0 190px -20px;
    }
}

@media screen and (max-width: 767px) {
    .crs-head_1-5-6x44 h2 {
        font-size: 54px;
    }

    .crs-reticle_1-5-6x44 .crs-reticle__backlight img {
        margin: 120 auto 0;
        max-width: 320px;
        left: 0;
    }

    .crs-angle_1-5-6x44:after {
        min-height: 350px;
    }

    .crs-head_1-5-6x44 p {
        font-size: 14px;
    }

    .crs-advantages_1-5-6x44 .crs-advantages__image-wrapper {
        margin: 170px 0 70px 0;
    }

    .crs-reticle_1-5-6x44 {
        background-position-x: center;
        background-position-y: 0;
    }
}

@media screen and (max-width: 600px) {
    .crs-reticle_1-5-6x44 .crs-reticle__backlight img {
        margin: 70px 0 100px 160px;
    }
}

@media screen and (max-width: 567px) {
    .crs-head_1-5-6x44 h2 {
        font-size: 25px;
        letter-spacing: 2px;
    }

    .crs-reticle_1-5-6x44 {
        background-position-x: center;
        background-position-y: 0;
    }

    .crs-reticle_1-5-6x44 .crs-reticle__backlight img {
        margin: 40px 0 160px 10px;
    }

    .crs-reticle_1-5-6x44 .crs-reticle__backlight {
        min-height: 680px;
    }

    .crs-advantages_1-5-6x44 .crs-advantages__image-wrapper {
        margin: 290px 0 70px 0;
    }
}


@media screen and (max-height: 1080px) {
    .crs-characteristics__image-wrapper {
        top: calc(50vh + 20px);
    }
}


@media screen and (max-height: 800px) {
    .crs-characteristics__protection-wrapper, .crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
        min-height: 1000px;
        top: calc(50vh - 330px);
    }

    .crs-characteristics__protection-wrapper h3, .crs-characteristics__nitrogen-wrapper h3, .crs-characteristics__body-wrapper h3 {
        font-size: 54px;
    }

    .crs-characteristics__protection-wrapper p, .crs-characteristics__nitrogen-wrapper p, .crs-characteristics__body-wrapper p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1344px) and (max-height: 800px) {
    .crs-characteristics__image-wrapper > div img {
        max-width: 900px;
    }

    .crs-characteristics__image-wrapper > div > div > div:last-of-type {
        background-size: 900px;
    }
}

@media screen and (max-width: 991px) and (max-height: 800px) {
    .crs-characteristics__image-wrapper > div > div > div:last-of-type {
        background-size: 700px;
    }

    .crs-characteristics__protection-wrapper, .crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
        min-height: 690px;
        top: calc(50vh - 250px);
    }

    .crs-characteristics__protection-wrapper h3, .crs-characteristics__nitrogen-wrapper h3, .crs-characteristics__body-wrapper h3 {
        font-size: 48px;
    }
}

@media screen and (max-width: 767px) and (max-height: 800px) {
    .crs-characteristics__image-wrapper > div > div > div:last-of-type {
        background-size: 510px;
        height: 200px;
    }

    .crs-characteristics__image-wrapper > div img {
        max-width: 510px;
    }

    .crs-characteristics__protection-wrapper h3, .crs-characteristics__nitrogen-wrapper h3, .crs-characteristics__body-wrapper h3 {
        font-size: 26px;
    }

    .crs-characteristics__protection-wrapper p, .crs-characteristics__nitrogen-wrapper p, .crs-characteristics__body-wrapper p {
        font-size: 14px;
    }

    .crs-characteristics__protection-wrapper, .crs-characteristics__nitrogen-wrapper, .crs-characteristics__body-wrapper {
        min-height: 690px;
        top: calc(50vh - 250px);
    }
}

@media screen and (max-width: 567px) and (max-height: 800px) {
    .crs-characteristics__image-wrapper > div img {
        max-width: 343px;
    }

    .crs-characteristics__image-wrapper > div > div > div:last-of-type {
        background-size: 343px;
        height: 150px;
    }

    .crs-characteristics__image-wrapper {
        top: calc(50vh + 100px);
    }
}

@media screen and (max-width: 400px) and (max-height: 800px) {
    .crs-characteristics__image-wrapper > div img {
        max-width: 265px;
    }

    .crs-characteristics__image-wrapper > div > div > div:last-of-type {
        background-size: 265px;
        height: 150px;
    }

    .crs-characteristics__image-wrapper {
        top: calc(50vh + 100px);
    }
}

@media screen and (max-width: 767px) and (max-height: 1080px) {
    .crs-characteristics__image-wrapper {
        top: calc(50vh + 100px);
    }
}

.crs-head {
    width: 100%;
    margin: 30px 0 0;
}

.crs-head img {
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.crs-head h2 {
    color: #266141;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 30px auto 10px;
}

.crs-head p {
    color: #020A0A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.crs-angle_2-12x44:after {
    background-image: url(/image/catalog/crs-landing/2-12x44/crs-angle-bg.webp);
    min-height: 996px;
    top: 0;
}

.crs-angle_2-12x44 {
    background-image: linear-gradient(to bottom, #D3E4F3 50%, #A8845C 50%);
}

.crs-angle_2-12x44 h2 {
    color: #020A0A;
    max-width: 1195px;
    position: relative;
    z-index: 2;
}

.crs-mechanisms_2-12x44 p {
    max-width: 1182px;
}

.crs-reticle_2-12x44 {
    background-image: url(/image/catalog/crs-landing/2-12x44/crs-reticle-bg.webp);
}

.crs-reticle_2-12x44 .crs-reticle__backlight img {
    margin: 0 0 150px -200px;
}

.crs-characteristics_2-12x44 .crs-characteristics__protection-wrapper h3 {
    max-width: 900px;
}

.crs-characteristics_2-12x44 .crs-characteristics__image-wrapper > div > div > div:last-of-type {
    background-image: url(/image/catalog/crs-landing/2-12x44/crs-characteristics-opacity.webp);
}

@media screen and (max-width: 1599px) {
    .crs-head h2 {
        font-size: 54px;
    }
}

@media screen and (max-width: 1199px) {
    .crs-angle_2-12x44:after {
        min-height: 770px;
    }
}

@media screen and (max-width: 991px) {
    .crs-cover_2-12x44 h3 {
        max-width: 520px;
    }

    .crs-angle_2-12x44:after {
        min-height: 740px;
    }

    .crs-reticle_2-12x44 .crs-reticle__backlight img {
        margin: 120px 0 150px -100px;
    }
}

@media screen and (max-width: 767px) {
    .crs-head h2 {
        font-size: 48px;
    }

    .crs-reticle_2-12x44 .crs-reticle__backlight img {
        margin: 120px auto 150px;
        left: 0;
        max-width: 320px;
    }

    .crs-head p {
        font-size: 14px;
    }

    .crs-angle_2-12x44:after {
        min-height: 565px;
    }

    .crs-advantages_2-12x44 .crs-advantages__image-wrapper {
        margin: 160px 0 70px 0;
    }
}

@media screen and (max-width: 600px) {
    .crs-reticle_2-12x44 .crs-reticle__backlight img {
        margin: 180px auto 80px;
    }
}

@media screen and (max-width: 567px) {
    .crs-head h2 {
        font-size: 25px;
        letter-spacing: 2px;
    }

    .crs-reticle_2-12x44 {
        background-position-x: -320px;
    }

    .crs-angle_2-12x44:after {
        min-height: 720px;
    }

    .crs-advantages_2-12x44 .crs-advantages__image-wrapper {
        margin: 280px 0 70px 0;
    }
}

.crs-angle_2-12x50:after {
    background-image: url(/image/catalog/crs-landing/2-12x50/crs-angle-bg.webp);
    min-height: 996px;
    top: 0;
}

.crs-angle_2-12x50 {
    background-image: linear-gradient(to bottom, #6D543E 50%, #1D1815 50%);
}

.crs-angle_2-12x50 h2 {
    position: relative;
    z-index: 1;
    color: #fff;
}

.crs-reticle_2-12x50 {
    background-image: url(/image/catalog/crs-landing/2-12x50/crs-reticle-bg.webp);
    background-position-y: 0;
    background-position-x: center;
}

.crs-reticle_2-12x50 .crs-reticle__backlight img {
    margin: 0 0 150px -100px;
}

.crs-characteristics_2-12x50 .crs-characteristics__image-wrapper > div > div > div:last-of-type {
    background-image: url(/image/catalog/crs-landing/2-12x50/crs-characteristics-opacity.webp);
}

@media screen and (max-width: 1199px) {
    .crs-angle_2-12x50:after {
        min-height: 770px;
    }
}

@media screen and (max-width: 991px) {
    .crs-angle_2-12x50:after {
        min-height: 740px;
    }
}

@media screen and (max-width: 767px) {
    .crs-reticle_2-12x50 .crs-reticle__backlight img {
        margin: 100px 0 0;
        position: relative;
        left: 0;
        max-width: 320px;
    }

    .crs-advantages_2-12x50 .crs-advantages__image-wrapper {
        margin: 170px 0 70px 0;
    }

    .crs-angle_2-12x50:after {
        min-height: 565px;
    }
}

@media screen and (max-width: 567px) {
    .crs-reticle_2-12x50 .crs-reticle__backlight img {
        left: 0;
    }

    .crs-advantages_2-12x50 {
        min-height: 950px;
    }

    .crs-advantages_2-12x50 .crs-advantages__image-wrapper {
        margin: 330px 0 170px 0;
    }
}

@media screen and (max-width: 420px) {
    .crs-reticle_2-12x50 .crs-reticle__backlight img {
        left: 0;
    }

}

.crs-angle_2-5-12x50:after {
    background-image: url(/image/catalog/crs-landing/2-5-12x50/crs-angle-bg.webp);
    min-height: 996px;
    top: 0;
}

.crs-angle_2-5-12x50 {
    background-image: linear-gradient(to bottom, #D9DBDF 50%, #DEDEE3 50%);
}

.crs-angle_2-5-12x50 h2 {
    color: #020A0A;
    max-width: 1295px;
    position: relative;
    z-index: 2;
}

.crs-angle_2-5-12x50 p {
    max-width: 1216px;
    color: #020A0A;
}

.crs-reticle_2-5-12x50 {
    background-image: url(/image/catalog/crs-landing/2-5-12x50/crs-reticle-bg.webp);
    background-position: bottom center;
}

.crs-reticle_2-5-12x50 .crs-reticle__backlight img {
    margin: 0 0 290px 500px;
}

.crs-characteristics_2-5-12x50 .crs-characteristics__image-wrapper > div > div > div:last-of-type {
    background-image: url(/image/catalog/crs-landing/2-5-12x50/crs-characteristics-opacity.webp);
}

@media screen and (max-width: 1599px) {
    .crs-reticle_2-5-12x50 .crs-reticle__backlight {
        padding: 0 50px 110px;
    }

    .crs-reticle_2-5-12x50 .crs-reticle__backlight img {
        margin: 0 0 230px 430px;
    }
}

@media screen and (max-width: 1199px) {
    .crs-angle_2-5-12x50:after {
        min-height: 770px;
    }

    .crs-reticle_2-5-12x50 .crs-reticle__backlight {
        padding: 0 20px 70px;
    }

    .crs-reticle_2-5-12x50 .crs-reticle__backlight img {
        margin: 0 0 260px 370px;
    }
}

@media screen and (max-width: 991px) {
    .crs-angle_2-5-12x50:after {
        min-height: 740px;
    }

    .crs-reticle_2-5-12x50 .crs-reticle__backlight img {
        margin: 0 0 160px 370px;
    }
}

@media screen and (max-width: 767px) {
    .crs-angle_2-5-12x50:after {
        min-height: 565px;
    }

    .crs-advantages_2-5-12x50 .crs-advantages__image-wrapper {
        margin: 160px 0 70px 0;
    }

    .crs-reticle_2-5-12x50 .crs-reticle__backlight img {
        margin: 70px 0 110px 530px;
    }
}

@media screen and (max-width: 567px) {
    .crs-advantages_2-5-12x50 .crs-advantages__image-wrapper {
        margin: 300px 0 70px 0;
    }

    .crs-reticle_2-5-12x50 .crs-reticle__backlight img {
        margin: 170px auto 110px auto;
    }

    .crs-reticle_2-5-12x50 {
        background-position-x: -580px;
        background-position-y: 0;
    }
}


@media screen and (max-width: 400px) {
    .crs-reticle_2-5-12x50 .crs-reticle__backlight img {
        margin: 130px 0 110px -10px;
    }

    .crs-reticle_2-5-12x50 .crs-reticle__backlight h2 {
        color: #020A0A;
    }
}

.product__video-wrapper {
    margin: 30px 0 0;
}

.product__video-wrapper div {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product__video-wrapper a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #F3E3CD;
    padding: 10px 0;
    color: #22372C;
    transition: .13s;
    font-weight: 500;
}

.product__video-wrapper a:hover {
    background: #22372C;
    color: #fff;
}

.product__video-wrapper div svg {
    position: relative;
    max-width: 25px;
    width: 100%;
    margin: -2px 10px 0 0;
}

.product__video-wrapper div svg path {
    fill: #22372C;
}

.product__video-wrapper a:hover svg path {
    fill: #fff;
}


.instruction-landing {
    font-family: "Montserrat", sans-serif;
    max-width: 1500px;
    min-width: 270px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px solid #020A0A;
}

.instruction-landing * {
    box-sizing: border-box;
}

.instruction-landing__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.instruction-landing__picture img {
    max-width: 403px;
    width: 100%;
}

.instruction-landing ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 50%;
    border-left: 1px solid #020A0A;
}

.instruction-landing ul li {
    padding: 40px;
}

.instruction-landing ul li:not(:last-child) {
    border-bottom: 1px solid #020A0A;
}

.instruction-landing ul li h3 {
    color: #020A0A;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin: 0;
}

.instruction-landing ul li h4 {
    color: #020A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
}

.instruction-landing ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #266141;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.6px;
    text-decoration: none;
    width: 100%;
    transition: all 0.2s ease-in;
}

.instruction-landing ul li a:hover {
    background-color: #22372C;
}

.instruction-landing ul li a:hover svg {
    transform: translateX(10px);
}

.instruction-landing ul li a svg {
    transition: all 0.2s ease-in;
}

@media screen and (max-width: 1599px) {

}

@media screen and (max-width: 1344px) {

}

@media screen and (max-width: 1199px) {
    .instruction-landing__picture img {
        max-width: 347px;
    }

    .instruction-landing ul li {
        padding: 30px;
    }

    .instruction-landing ul li h3 {
        font-size: 34px;
        letter-spacing: 1.36px;
    }

    .instruction-landing ul li h4 {
        font-size: 23px;
        letter-spacing: 0.69px;
    }
}

@media screen and (max-width: 991px) {
    .instruction-landing__picture {
        width: 250px;
        max-width: 100%;
        flex-shrink: 0;
    }

    .instruction-landing__picture img {
        max-width: 227px;
    }

    .instruction-landing ul {
        width: 100%;
        max-width: 100%;
    }

    .instruction-landing ul li {
        padding: 20px;
    }

    .instruction-landing ul li h3 {
        font-size: 32px;
        letter-spacing: 1.28px;
    }

    .instruction-landing ul li h4 {
        font-size: 21px;
        letter-spacing: 0.63px;
    }
}

@media screen and (max-width: 767px) {
    .instruction-landing {
        flex-direction: column;
        border-bottom: none;
    }

    .instruction-landing__picture {
        width: 100%;
        padding: 20px 6px;
    }

    .instruction-landing__picture img {
        max-width: 271px;
    }

    .instruction-landing ul {
        border-left: none;
        border-top: 1px solid #020A0A;
    }

    .instruction-landing ul li {
        padding: 20px;
    }

}

@media screen and (max-width: 567px) {
    .instruction-landing ul li h3 {
        font-size: 28px;
        letter-spacing: 1.12px;
    }

    .instruction-landing ul li h4 {
        font-size: 18px;
        letter-spacing: 0.54px;
    }

    .instruction-landing ul li a {
        padding: 12px 20px;
        font-size: 16px;
        letter-spacing: 0.48px;
    }

    .instruction-landing ul li a svg {
        max-width: 25px;
    }
}
