:root {
    --color-grey: #2c2c2c;
    --color-white: #ffffff;
    --accent-color: #00a8d2;
}

/* Стили для попапа с видеоуроками */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.popup.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup__content {
    position: relative;
    width: 100%;
    height: 90%;
    min-width: 290px;
    background-color: #000;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    font-size: 0;
    overflow: hidden;
}

.popup_close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    z-index: 1001;
}

.popup_close-btn::before,
.popup_close-btn::after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #ec2222;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.popup_close-btn::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.popup_close-btn::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.popup_close-btn:hover::before,
.popup_close-btn:hover::after {
    -webkit-transform: none;
            transform: none;
}

.popup__video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%;
}

.popup__video {
    display: none;
    width: 100%;
    height: 100%;
}

.popup__video.active {
    display: block;
}

.popup__video iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

address {
    font-style: normal;
}

:root {
  --main-color: #fd560f;
  --black-color: #000;
  --gray-color: #666;
  --light-gray-color: #cacaca;
  --white-color: #fff;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto-Light'),
    local('Roboto Light'),
    url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto-Regular'),
    local('Roboto Regular'),
    url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto-Medium'),
    local('Roboto Medium'),
    url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto-Bold'),
    local('Roboto Bold'),
    url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: local('RobotoCondensed-Light'),
    local('RobotoCondensed Light'),
    url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: local('RobotoCondensed-Regular'),
    local('RobotoCondensed Regular'),
    url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: local('RobotoCondensed-Bold'),
    local('RobotoCondensed Bold'),
    url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    position: relative;
    min-width: 320px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-reset {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.stop-scroll {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    padding-right: 17px;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    width: 100%;
    height: auto;
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 40px 15px;
}

.header {
    position: fixed;
    top: 0;
    font-family: 'RobotoCondensed', sans-serif;
    font-weight: 400;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    background-color: transparent;
    z-index: 21;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(var(--header-before-transform, -100%));
            transform: translateY(var(--header-before-transform, -100%));
    background-color: #000;
    z-index: -1;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.header__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1730px;
    padding: 0 15px;
    margin: 0 auto;
}

.header__logo {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 0;
}

.menu__list {
    gap: 40px;
}

.menu__item,
.user-btn {
    position: relative;
}

.menu__link {
    font-size: 22px;
    color: #fff;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.menu__link:hover {
    color: var(--main-color);
}

.menu__btn {
    gap: 5px;
    font-size: 22px;
    color: #fff;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.menu__btn-svg {
    -ms-flex-item-align: end;
        align-self: flex-end;
    height: 20px;
    width: 20px;
    fill: #fff;
    -webkit-transition: fill .2s, -webkit-transform .2s;
    transition: fill .2s, -webkit-transform .2s;
    transition: transform .2s, fill .2s;
    transition: transform .2s, fill .2s, -webkit-transform .2s;
}

.menu__btn:hover {
    color: var(--main-color);
}

.menu__btn:hover .menu__btn-svg {
    fill: var(--main-color);
}

.menu__item.active .menu__btn {
    color: var(--main-color);
}

.menu__item.active .menu__btn-svg {
    -webkit-transform: scale(-1);
            transform: scale(-1);
    fill: var(--main-color);
}

.dropdown,
.user-btn__dropdown {
    padding-top: 15px;
    background-color: transparent;
}

.dropdown__inner,
.user-btn__dropdown-inner {
    position: absolute;
    display: none;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    border-radius: 5px;
    color: #222;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0.796875rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.796875rem rgba(0, 0, 0, 0.1);
    z-index: 1001;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown__inner.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
}

.user-btn:hover .user-btn__dropdown-inner {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown__inner.media {
    padding: 30px;
    gap: 68px;
}

.dropdown__products,
.dropdown__accessories {
    gap: 68px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.dropdown__product,
.dropdown__accessory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
}

.dropdown__product-image {
    display: block;
    width: 290px;
    height: 128px;
    border: 1px solid #d8d8d8;
    font-size: 0;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.dropdown__product-link {
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.dropdown__accessory:hover .dropdown__accessory-image,
.dropdown__product:hover .dropdown__product-image {
    border-color: #fd560f;
}

.dropdown__accessory:hover .dropdown__accessory-link,
.dropdown__product:hover .dropdown__product-link {
    color: #fd560f;
}

.dropdown__accessory-image {
    display: block;
    width: 125px;
    height: 125px;
    border: 1px solid #d8d8d8;
    font-size: 0;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.dropdown__accessory-link {
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.dropdown__group {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 60px;
}

.dropdown__links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 15px;
}

.dropdown__links-link {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.dropdown__links-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.dropdown__links-link:hover {
    color: #fd560f;
}

.dropdown__links-link:hover::after {
    background-color: #fd560f;
}

.dropdown__main-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.dropdown__main-link,
.user-btn__log-reg {
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    background-color: #fff;
}

.dropdown__main-link:hover,
.user-btn__log-reg:hover {
    color: #fd560f;
    background-color: #efefef;
}

.header__actions {
    gap: 34px;
}

.header__actions > button {
    width: 30px;
    height: 30px;
}

.user-btn__svg {
    stroke: #fff;
}

.user-btn__dropdown-inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.cart-btn__svg {
    fill: #fff;
}

.burger {
    display: none;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.hero__container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1730px;
    height: 100%;
    padding: 85px 15px;
    margin: 0 auto;
}

.hero__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    color: #fff;
}

.hero__title {
    max-width: 840px;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
}

.hero__text {
    max-width: 615px;
    font-size: 26px;
    line-height: 40px;
}

.hero__action {
    position: absolute;
    bottom: 85px;
    padding: 0 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1680px;
    width: 100%;
}

.hero__btn {
    padding: 20px 42px;
    border-radius: 34px;
    font-size: 22px;
    font-weight: 700;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
}

.hero__shop-btn {
    font-family: 'RobotoCondensed', sans-serif;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
}

.hero__shop-btn:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.15);
}

.hero__story-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    color: #fff;
    background-color: rgba(255,255,255,0.15);
}

.hero__story-btn:hover {
    color: #000;
    background-color: #fff;
}

.hero__story-btn svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

.hero__story-btn:hover svg {
    fill: #000;
}

.hud-technology__header {
    padding: 40px 15px;
}

.section-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #222;
}

.section-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #222;
}

.hud-technology__swiper {
    position: relative;
    width: 100%;
    max-height: 760px;
    overflow: hidden;
}

.hud-technology__slide-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.device__video {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.device__video video {
    width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 135px;
    height: 135px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
    display: block;
}

.play-button svg {
    fill: #fff;
    width: 35px;
    height: 35px;
    margin-left: 4px;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

.hud-technology__swiper-pagination {
    position: absolute;
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.swiper-pagination-bullet {
    width: 45px;
    height: 8px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.7);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}

.advantage {
    padding-bottom: 40px;
}

.advantages .advantage:nth-child(odd) {
    background-color: #f9f9f9;
}

.advantage__title {
    margin-bottom: 35px;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #222;
}

.advantage__video {
    width: 100%;
    margin-bottom: 60px;
}

.advantage__video video {
    width: 100%;
}

.helmet-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.helmet-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.helmet-name {
    margin-top: auto;
    font-size: 18px;
    color: #222;
}

.products .product:nth-child(odd) {
    background-color: #f9f9f9;
}

.products .product:nth-child(odd) .product__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.product__card {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    padding: 30px 0;
}

.product__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 480px;
}

.product__header {
    padding: 40px 0;
    text-align: center;
}

.product__title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.5;
    color: #222;
}

.product__descr {
    font-size: 30px;
    line-height: 1.5;
    color: #222;
}

.product__mobile-image {
    display: none;
}

.product__imgs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin-top: auto;
    margin-bottom: 50px;
}

.product__imgs-img {
    width: 210px;
    height: 210px;
    -o-object-fit: contain;
       object-fit: contain;
}

.product__shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
}

.shop-btn {
    width: 360px;
    padding: 25px;
    border-radius: 17px;
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #222;
    -webkit-transform: scale(.9);
            transform: scale(.9);
    -webkit-transition: color .2s, -webkit-box-shadow .2s;
    transition: color .2s, -webkit-box-shadow .2s;
    transition: box-shadow .2s, color .2s;
    transition: box-shadow .2s, color .2s, -webkit-box-shadow .2s;
}

.shop-btn:hover {
    color: #fd560f;
    -webkit-box-shadow: 0 0 20px 3px #fd560f;
            box-shadow: 0 0 20px 3px #fd560f;
}

.shop-btn:active {
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.product__price {
    gap: 17px;
}

.product__new-price {
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 24px;
    color: #ec2222;
}

.product__old-price {
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 24px;
    color: #646464;
    text-decoration: line-through;
}

.product__image {
    max-width: 750px;
}

.accessories .section-title {
    margin-bottom: 42px;
}

.accessories__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
}

.accessory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 2 * 80px) / 3);
    gap: 25px;
}

.accessory__top {
    position: relative;
    border-radius: 42px;
    overflow: hidden;
    background-color: #f4f5f7;
}

.accessory__model {
    position: absolute;
    top: 34px;
    left: 60px;
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 30px;
    color: #222;
    z-index: 10;
}

.accessory__image {
    width: 100%;
    font-size: 0;
}

.accessory__image-img {
    -o-object-fit: contain;
       object-fit: contain;
}

.accessory__shop-btn {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 10px;
    min-width: 215px;
    border-radius: 7px;
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #222;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.accessory__shop-btn:hover {
    background-color: #fd560f;
}

.accessory__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 10px;
}

.accessory__title {
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #222;
}

.accessory__descr {
    font-size: 22px;
    font-weight: 300;
    color: #202020;
}

.accessory__price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
    margin-top: auto;
}

.accessory__new-price {
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 24px;
    color: #ec2222;
}

.accessory__old-price {
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 20px;
    color: #646464;
    text-decoration: line-through;
}

.faq {
    background-color: #f9f9f9;
}

.faq .section-title {
    margin-bottom: 42px;
}

.faq__list {
  margin: 0;
  padding: 0 0 20px;
}

.faq__item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid var(--light-gray-color);
  margin-top: -1px;
  cursor: pointer;
}

.faq__item:first-child {
  border-top: 1px solid var(--light-gray-color);
}

.faq__item.accordion__content--active {
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.faq__item.accordion__content--active .faq__item-btn .faq__item-title {
  color: var(--main-color);
}

.faq__item:hover {
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.faq__item-btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  width: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.faq__item-title {
  margin-right: 32px;
  font-family: 'RobotoCondensed', sans-serif;
  text-align: left;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: var(--black-color);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.faq__item-btn svg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  outline: none;
  -webkit-box-shadow: 0 0 34px 3px #b4b4b4;
          box-shadow: 0 0 34px 3px #b4b4b4;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow .3s;
  transition: color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow .3s;
  transition: color 0.3s, transform 0.3s, box-shadow .3s;
  transition: color 0.3s, transform 0.3s, box-shadow .3s, -webkit-transform 0.3s, -webkit-box-shadow .3s;
}

.faq__item-btn svg ellipse {
  fill: var(--color-white);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.faq__item-btn svg path {
  fill: var(--black-color);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.faq__item-btn:focus .faq__item-title {
  /* color: var(--main-color); */
  outline: none;
}

.faq__item-btn:hover .faq__item-title {
  color: var(--main-color);
}

/* .faq__item-btn:focus svg ellipse {
  fill: var(--main-color);
} */

.faq__item-btn:hover svg ellipse {
  fill: var(--main-color);
}

/* .faq__item-btn:focus svg path {
  fill: var(--white-color);
} */

.faq__item-btn:hover svg path {
  fill: var(--white-color);
}

.accordion__content {
  overflow: hidden;
	visibility: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
}

.accordion__content--active .accordion__content {
	visibility: visible;
}

.accordion__content--active .faq__item-btn .faq__item-title {
  color: var(--black-color);
}

.accordion__content--active .faq__item-btn svg {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion__content--active .faq__item-btn svg ellipse {
  fill: var(--main-color);
}

.accordion__content--active .faq__item-btn svg path {
  fill: var(--white-color);
}

.faq__item-answer {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

.faq__item-answer:not(:last-child) {
  margin-bottom: 32px;
}

.faq__item-answer:last-child {
  padding-bottom: 20px;
}

.tutorials {
    background-color: rgb(237, 240, 250);
}

.tutorials__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.tutorials .section-title {
    margin-bottom: 50px;
}

.tutorials__swiper-wrap {
    position: relative;
    margin-bottom: 60px;
}

.tutorials__swiper {
    max-width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

.tutorials__slide-image {
    position: relative;
    margin-bottom: 10px;
    padding: 20px 0;
    font-size: 0;
    background-color: #000;
}

.tutorials__slide-image .play-button {
    visibility: hidden;
    opacity: 0;
    width: 80px;
    height: 80px;
    border-color: var(--main-color);
    -webkit-transition: visibility .2s, opacity .2s;
    transition: visibility .2s, opacity .2s;
}

.tutorials__slide:hover {
    cursor: pointer;
}

.tutorials__slide:hover .play-button {
    display: block;
    visibility: visible;
    opacity: 1;
}

.tutorials__slide:hover .play-button svg {
    fill: var(--main-color);
}

.tutorials__duration {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 5px 8px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(50, 50, 50, 0.5);
    z-index: 10;
}

.tutorials-title {
    font-size: 22px;
    font-weight: 300;
    color: rgb(32, 32, 32);
    text-align: center;
}

.tutorials__slide:hover .tutorials-title {
    color: var(--main-color);
}

.tutorials__swiper-button-prev,
.tutorials__swiper-button-next {
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 34px 3px #b4b4b4;
            box-shadow: 0 0 34px 3px #b4b4b4;
    background-color: rgb(237, 240, 250);
    z-index: 20;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.tutorials__swiper-button-prev:active,
.tutorials__swiper-button-next:active {
    /* background-color: rgb(237, 240, 250); */
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tutorials__swiper-button-prev {
    left: -75px;
}

.tutorials__swiper-button-next {
    right: -75px;
}

.tutorials__swiper-button-prev svg,
.tutorials__swiper-button-next svg {
    width: 25px;
    height: 25px;
    fill: #fd560f;
}

.tutorials__swiper-button-prev svg {
    -webkit-transform: rotate(90deg) translateY(2px);
            transform: rotate(90deg) translateY(2px);
}

.tutorials__swiper-button-next svg {
    -webkit-transform: rotate(-90deg) translateY(2px);
            transform: rotate(-90deg) translateY(2px);
}

.tutorials__swiper-button-prev.swiper-button-disabled,
.tutorials__swiper-button-next.swiper-button-disabled {
    cursor: default;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tutorials__swiper-button-prev.swiper-button-disabled svg,
.tutorials__swiper-button-next.swiper-button-disabled svg {
    fill: #fff;
}

.tutorials__view-link {
    position: relative;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #222;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.tutorials__view-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #222;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.tutorials__view-link:hover {
    color: #fd560f;
}

.tutorials__view-link:hover::after {
    background: #fd560f;
}

.reviews .section-title {
    margin-bottom: 40px;
}

.reviews__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
}

.feedback {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
    padding: 25px;
    border-radius: 17px;
    background-color: #f0efef;
}

.feedback__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
}

.feedback__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
}

.feedback__image-mobile {
    display: none;
}

.feedback__title {
    gap: 8px;
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #222;
}

.feedback__user-city {
    font-weight: 300;
}

.feedback__image-mobile,
.feedback__image {
    width: 200px;
    height: 187px;
    border-radius: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 0;
    overflow: hidden;
}

.feedback__image-mobile-img,
.feedback__image-img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

.rate {
    gap: 8px;
}

.rate__star {
    display: block;
    width: 22px;
    height: 22px;
    font-size: 0;
    background-image: url('../images/icon-star.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.feedback__text {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    color: #222;
}

.conditions {
    border-top: 2px solid #f0efef;
}

.conditions__container {
    max-width: 1800px;
    padding: 60px 15px 60px;
    margin: 0 auto;
}

.conditions__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
}

.condition {
    gap: 17px;
}

.condition::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.condition--shipping::before {
    background-image: url('../images/condition-1.png');
}

.condition--guarantee::before {
    background-image: url('../images/condition-2.png');
}

.condition--support::before {
    background-image: url('../images/condition-3.png');
}

.condition--payment::before {
    background-image: url('../images/condition-4.png');
}

.condition__title {
    margin-bottom: 17px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}

.condition__descr {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
    color: #222;
}

.footer {
    padding: 70px 0;
    background-color: #edf1f6;
}

.footer__container {
    max-width: 1730px;
    padding: 0 15px;
    margin: 0 auto;
}

.footer__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
    width: 100%;
    font-size: 18px;
    color: #6f6e6e;
}

.footer__logo {
    margin-bottom: 10px;
    font-size: 0;
}

.footer__descr {
    margin-bottom: 10px;
    line-height: 1.5;
}

.footer__socials-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
}

.footer__socials {
    gap: 10px;
}

.footer__social-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.footer__social-link {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__social-link:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

.footer__social-link--tg {
    background-image: url('../images/tg-icon.png');
}

.footer__social-link--max {
    background-image: url('../images/max-icon.png');
}

.footer__col-title {
    margin-bottom: 25px;
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #222;
}

.footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.footer__menu-link {
    color: #222;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.footer__contacts-link {
    color: #222;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.footer__menu-link:hover,
.footer__contacts-link:hover {
    color: var(--main-color);
}
