.chz-intro {
    position: relative;
    margin-top: 90px;
}
.chz-intro__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.chz-intro__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #000;
    opacity: 0.3;
}
.chz-intro__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    z-index: 1;
}
.chz-intro__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.chz-intro__video-item {
    width: 100%;
    height: 100%;
    position: relative;
}
.chz-intro__video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.chz-intro__content {
    position: relative;
    z-index: 5;
}
.chz-intro__container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 90px);
    padding-top: 30px;
    padding-bottom: 30px;
}
.chz-intro__logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chz-intro__logo-img {
    width: auto;
    max-height: 36px;
}
.chz-intro__desc {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.chz-intro__title {
    font-size: 36px;
    line-height: 1.18;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
}
.chz-intro__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}
@media screen and (min-width: 768px) {
    .chz-intro {
        margin-top: 120px;
    }
    .chz-intro__container {
        height: calc(100vh - 120px);
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .chz-intro__logo-img {
        max-height: 52px;
    }
    .chz-intro__title {
        font-size: 45px;
    }
    .chz-intro__text {
        font-size: 26px;
    }
    
}
@media screen and (min-width: 992px) {
    .chz-intro__title {
        font-size: 50px;
    }
    .chz-intro__text {
        font-size: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .chz-intro__title {
        font-size: 60px;
    }
    .chz-intro__text {
        font-size: 35px;
    }
}
@media screen and (min-width: 1520px) {
    .chz-intro__title {
        font-size: 71px;
    }
}



.chz-text-line {
    display: block;
    background: #000;
    color: #fff;
    height: 90px;
    position: relative;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    border-top: 1px solid #ED1D24;
    border-bottom: 1px solid #ED1D24;
}
.chz-text-line__item {
    animation-name: chzTextLine;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%,-50%);
    white-space: nowrap;
    
    width: 62%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chz-text-line__item:nth-child(2) {
    animation-delay: 5s;
}
.chz-text-line__item:nth-child(3) {
    animation-delay: 10s;
}
.chz-text-line_double .chz-text-line__item:nth-child(2) {
    animation-delay: 7.5s;
}
@keyframes chzTextLine {
    0%{
        right: 0;
    }
    100%{
        right: 150%;
    }
}
@media screen and (max-width: 767px) {
    .chz-text-line {
        font-size: 14px;
        height: 50px;
    }
    .chz-text-line__item {
        animation-name: chzTextLine;
    }
    .chz-text-line__item:nth-child(2) {
        animation-delay: 7.5s;
    }
}


.chz-section {
    position: relative;
}
.chz-section__bg,
.chz-section__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.chz-section__bg-img {
    object-position: center center;
    object-fit: cover;
}
.chz-section__content {
    position: relative;
    z-index: 3;
}
.chz-section__title {
    font-family: 'TTFirs';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.16;
    letter-spacing: 0.08em;
    margin-bottom: 32px;
}
.chz-section__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}
.chz-section__text p {
    margin: 0;
}
.chz-section__text * + p {
    margin-top: 24px
}
.chz-section__text_mb {
    margin-bottom: 32px;
}
.chz-section_overflow {
    overflow: hidden;
}
.chz-section_about {
    padding: 100px 0 70px;
}
.chz-section_black {
    background-color: #000;
}
.chz-section_product {
    padding: 40px 0 0;
}
.chz-section_reasons {
    padding: 80px 0 0;
}
.chz-section_reasons .chz-section__bg {
    background: -moz-radial-gradient(65% 60%, ellipse cover,  rgba(70,16,17,1) 0%, rgba(70,16,17,0) 90%);
    background: -webkit-radial-gradient(65% 60%, ellipse cover,  rgba(70,16,17,1) 0%,rgba(70,16,17,0) 90%);
    background: radial-gradient(ellipse at 65% 60%,  rgba(70,16,17,1) 0%,rgba(70,16,17,0) 90%);
}
.chz-section_reasons .chz-section__bg-img {
    width: auto;
    height: auto;
    top: 50%;
    left: 78%;
    transform: translate(-50%,-50%);
    max-width: 70%;
}
/*.chz-section_reasons .chz-section__bg:before {
    content: "";
    position: absolute;
    top: 55%;
    left: 72%;
    transform: translate(-50%,-50%);
    width: 524px;
    height: 524px;
    border-radius: 50%;
    background: #E02123;
    opacity: 0.67;
    filter: blur(615px);
}*/
.chz-section_people {
    padding: 80px 0 40px;
}
.chz-section_catalog {
    padding-bottom: 60px;
}
.chz-section_comments {
    padding: 60px 0;
}
.chz-section_comments .chz-section__bg {
    overflow: visible;
}
.chz-section_comments .chz-section__bg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 724px;
    height: 724px;
    background: #ED1D24;
    border-radius: 50%;
    filter: blur(750px);
    opacity: 0.3;
    /*
    background: -moz-radial-gradient(65% 60%, ellipse cover,  rgba(70,16,17,1) 0%, rgba(70,16,17,0) 90%);
    background: -webkit-radial-gradient(65% 60%, ellipse cover,  rgba(70,16,17,1) 0%,rgba(70,16,17,0) 90%);
    background: radial-gradient(ellipse at 65% 60%,  rgba(70,16,17,1) 0%,rgba(70,16,17,0) 90%);
    */
}
/*.chz-section_comments .chz-section__bg {
    background: -moz-radial-gradient(65% 60%, ellipse cover,  rgba(70,16,17,1) 0%, rgba(70,16,17,0) 90%);
    background: -webkit-radial-gradient(65% 60%, ellipse cover,  rgba(70,16,17,1) 0%,rgba(70,16,17,0) 90%);
    background: radial-gradient(ellipse at 65% 60%,  rgba(70,16,17,1) 0%,rgba(70,16,17,0) 90%);
}*/
.chz-section_reviews {
    padding: 60px 0;
}
@media screen and (max-width: 991px) {
    .chz-section_reasons {
        padding-bottom: calc(52% + 20px);
    }
    .chz-section_reasons .chz-section__bg-img {
        top: auto;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%,0);
        max-width: 90%;
    }
}
@media screen and (min-width: 768px) {
    .chz-section__title {
        font-size: 36px;
    }
    .chz-section__text {
        font-size: 18px;
    }
}
@media screen and (min-width: 992px) {
    .chz-section__title {
        font-size: 40px;
    }
    .chz-section_product {
        padding: 70px 0 0;
    }
}
@media screen and (min-width: 1200px) {
    .chz-section__title {
        font-size: 48px;
    }
    .chz-section__text_large {
        font-size: 25px;
    }
}
@media screen and (min-width: 1520px) {
    
}


.chz-product {}
.chz-product__nav {
    display: flex;
}
.chz-product__nav .swiper-container {
    overflow: visible;
    margin: 0 auto;
    max-width: 100%;
}
.chz-product__nav .swiper-slide {
    width: auto;
}
.chz-product__nav .swiper-slide:last-child {
    margin-right: 0 !important;
}
.chz-product__nav-item {
    text-align: center;
    cursor: pointer;
}
.chz-product__nav-img-wrapper {
    width: 65px;
    height: 65px;
    /*border: 1px solid #ED1D24;*/
    border: 2px solid rgba(237,29,36,0.7);
    border-radius: 50%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    background: #0a0a0a;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.chz-product__nav-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-position: center center;
    object-fit: cover;
}
.chz-product__nav .swiper-slide.swiper-slide-thumb-active .chz-product__nav-img-wrapper {
    box-shadow: 0 0 84px 8px #ED1D24;
    border-color: #ED1D24;
}
.chz-product__nav-name {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    color: #FFFFFF;
}
.chz-product__content .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.chz-product__content .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}
.chz-product__item {
    position: relative;
}
.chz-product__bg,
.chz-product__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.chz-product__bg-img {
    object-position: center center;
    object-fit: contain;
}
.chz-product__desc {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
}
.chz-product__desc-inner {
    flex: 1 1 auto;
}
.chz-product__name {
    font-family: 'TTFirs';
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #FFFFFF;
}
.chz-product__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-top: 20px;
}
.chz-product__price {
    margin-top: 20px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.23;
    text-transform: uppercase;
    color: #E01D24;
}
.chz-product__btn-wrapper {
    max-width: 280px;
    margin-top: 30px;
}
.chz-product__btn {}
.chz-product__counter {
    display: none;
}
.chz-product__logo {}
.chz-product__logo-img {
    max-height: 30px;
    width: auto;
}
.chz-product__item_active .chz-product__btn {
    display: none;
}
.chz-product__item_active .chz-product__counter {
    display: flex;
}
@media screen and (max-width: 767px) {
    .chz-product__item {
        padding-bottom: 60%;
        text-align: center;
        min-height: 600px;
    }
    .chz-product__bg-img {
        top: auto;
        height: auto;
        bottom: 65px;
        max-height: 40vw;
    }
    .chz-product__desc {
        flex-wrap: wrap;
    }
    .chz-product__logo {
        order: -1;
        margin: 0 auto 16px;
    }
    .chz-product__btn-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 768px) {
    .chz-product__bg-img {
        max-width: calc(100% - 370px);
        max-height: calc(100% - 100px);
        top: 50%;
        left: calc(50% + 80px);
        transform: translate(-50%,-50%);
    }
    .chz-product__desc {
        min-height: 380px;
        padding-top: 50px;
    }
    .chz-product__desc-inner {
        max-width: 250px;
    }
    .chz-product__name {
        font-size: 30px;
    }
    .chz-product__logo-img {
        max-height: 50px;
        width: auto;
    }
}
@media screen and (min-width: 992px) {
    .chz-product__bg-img {
        max-width: calc(100% - 430px);
    }
    .chz-product__desc {
        min-height: 420px;
        padding-top: 100px;
    }
    .chz-product__desc-inner {
        max-width: 250px;
    }
    .chz-product__name {
        font-size: 32px;
    }
}
@media screen and (min-width: 1200px) {
    .chz-product__bg-img {
        max-width: calc(100% - 550px);
        max-height: calc(100% - 150px);
    }
    .chz-product__desc {
        min-height: 550px;
        padding-top: 100px;
    }
    .chz-product__desc-inner {
        max-width: 280px;
    }
    .chz-product__name {
        font-size: 36px;
    }
    .chz-product__text {
        font-size: 16px;
    }
    .chz-product__logo-img {
        max-height: 78px;
    }
}
@media screen and (min-width: 1520px) {
    .chz-product__desc {
        min-height: 700px;
        padding-top: 150px;
    }
    .chz-product__desc-inner {
        max-width: 310px;
    }
    .chz-product__name {
        font-size: 40px;
    }
    .chz-product__text {
        font-size: 18px;
    }
}

.chz-steps {
    margin-top: 15px;
}
.chz-steps__list {
    counter-reset: stepsItem;
}
.chz-steps__item {
    counter-increment: stepsItem;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 35px;
}
.chz-steps__item:before {
    content: counter(stepsItem);
    display: block;
    font-family: 'TTFirs';
    font-size: 50px;
    line-height: 0.8;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ED1D24;
}
@media screen and (min-width: 768px) {
    .chz-steps__item {
        font-size: 15px;
        margin-bottom: 40px;
    }
    .chz-steps__item:before {
        font-size: 75px;
    }
}
@media screen and (min-width: 992px) {
    .chz-steps {
        margin-top: 50px;
    }
    .chz-steps__item {
        font-size: 15px;
        margin-bottom: 50px;
    }
    .chz-steps__item:before {
        font-size: 80px;
    }
}
@media screen and (min-width: 1200px) {
    .chz-steps__item {
        font-size: 16px;
        margin-bottom: 70px;
    }
    .chz-steps__item:before {
        font-size: 90px;
    }
}
@media screen and (min-width: 1520px) {
    .chz-steps__item:before {
        font-size: 120px;
    }
}

.chz-people {
    margin-top: 60px;
}
.chz-people__list {
    margin: 0 -30px;
}
.chz-people__item {
    padding: 0 30px;
    margin-bottom: 60px;
}
.chz-people__img-wrapper {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
}
.chz-people__img {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    max-width: none;
    object-position: center center;
    object-fit: cover;
}
.chz-people__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.chz-people__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #FFFFFF;
}
@media screen and (min-width: 992px) {
    .chz-people__text {
        font-size: 14px;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1200px) {
    .chz-people__text {
        font-size: 14px;
        line-height: 1.8;
    }
}

.chz-rating__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.chz-rating {
    margin: 8px 30px 8px 0;
    flex: 0 0 auto;
}
.chz-rating__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .chz-rating__wrapper {
        flex-direction: row;
        align-items: center;
    }
    .chz-rating__text {
        font-size: 24px;
    }
}


.chz-comments {
    margin-top: 34px;
    position: relative;
}
.chz-comments .swiper-slide {
    height: auto;
}
.chz-comments__item {
    background: #2D2D2D;
    padding: 30px 20px;
    overflow: hidden;
    border-radius: 3px;
    height: 100%;
}
.chz-comments__item-inner {
    margin: 0 -20px;
}
.chz-comments__info {
    padding: 0 20px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.chz-comments__avatar-wrapper {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    border: 2px solid #E01D24;
    margin: 0 auto 18px;
}
.chz-comments__avatar {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    border-radius: 50%;
}
.chz-comments__name {
    font-family: 'TTFirs';
    font-size: 24px;
    line-height: 1.18;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.chz-comments__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
}
.chz-comments__desc {
    padding: 15px 20px 0;
}
.chz-comments__product {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.chz-comments__product-img-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
    border: 2px solid #E01D24;
    margin-right: 10px;
    flex: 0 0 auto;
}
.chz-comments__product-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
    border-radius: 50%;
}
.chz-comments__product-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #FFFFFF;
}
.chz-comments__product-rating {
    margin-top: 8px;
}
.chz-comments__prop {}
.chz-comments__prop + .chz-comments__prop {
    margin-top: 8px;
}
.chz-comments__prop-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFF;
}
.chz-comments .swiper-button-prev,
.chz-comments .swiper-button-next {
    width: 58px;
    height: 58px;
    transition: opacity 0.3s ease;
}
.chz-comments .swiper-button-prev:before,
.chz-comments .swiper-button-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNTgiIHZpZXdCb3g9IjAgMCA1OCA1OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI5IDU4QzQ1LjAxNjMgNTggNTggNDUuMDE2MyA1OCAyOUM1OCAxMi45ODM3IDQ1LjAxNjMgMCAyOSAwQzEyLjk4MzcgMCAwIDEyLjk4MzcgMCAyOUMwIDQ1LjAxNjMgMTIuOTgzNyA1OCAyOSA1OFpNMzUuMTM5NCAxOC42ODYzTDIzLjgyNTcgMzBMMzUuMTM5NCA0MS4zMTM3TDMyLjMxMSA0NC4xNDIxTDE4LjE2ODkgMzBMMzIuMzExIDE1Ljg1NzlMMzUuMTM5NCAxOC42ODYzWiIgZmlsbD0iI0VEMUQyNCIvPjwvc3ZnPg==");
}
.chz-comments .swiper-button-next:before {
    transform: translate(-50%,-50%) scale(-1,1);
}
.chz-comments .swiper-button-disabled {
    opacity: 0;
}
@media screen and (max-width: 1299px) {
    .chz-comments .swiper-button-prev {
        margin-right: -30px;
    }
    .chz-comments .swiper-button-next {
        margin-left: -30px;
    }
}
@media screen and (min-width: 768px) {
    .chz-comments__item {
        padding: 40px 40px;
    }
    .chz-comments__item-inner {
        margin: 0 -40px;
    }
    .chz-comments__info {
        padding: 0 40px;
        border-bottom: none;
        border-right: 1px solid rgba(255,255,255,0.2);
    }
    .chz-comments__desc {
        padding: 0 40px;
    }
    .chz-comments__name {
        font-size: 28px;
    }
    .chz-comments__date {
        font-size: 16px;
    }
    .chz-comments__product {
        margin-bottom: 34px;
    }
    .chz-comments__product-img-wrapper {
        width: 97px;
        height: 97px;
        padding: 6px;
        margin-right: 20px;
    }
    .chz-comments__product-name {
        font-size: 22px;
        line-height: 1.6;
    }
    .chz-comments__prop-text {
        font-size: 15px;
    }
    .chz-comments__prop + .chz-comments__prop {
        margin-top: 13px;
    }
}
@media screen and (min-width: 992px) {
    .chz-comments__item {
        padding: 40px 50px;
    }
    .chz-comments__item-inner {
        margin: 0 -50px;
    }
    .chz-comments__info {
        padding: 0 50px;
    }
    .chz-comments__desc {
        padding: 0 50px;
    }
    .chz-comments__name {
        font-size: 32px;
    }
    .chz-comments__date {
        font-size: 18px;
    }
    .chz-comments__prop-text {
        font-size: 15px;
    }
}
@media screen and (min-width: 1200px) {
    .chz-comments__item {
        padding: 40px 80px;
    }
    .chz-comments__item-inner {
        margin: 0 -80px;
    }
    .chz-comments__info {
        padding: 0 80px;
    }
    .chz-comments__desc {
        padding: 0 80px;
    }
    .chz-comments__name {
        font-size: 39px;
    }
    .chz-comments__prop-text {
        font-size: 17px;
    }
}