@font-face {
    font-family: 'Aeonik';
    font-weight: 400;
    src: url(../fonts/aeonik-regular.woff2);
    font-display: swap
}

@font-face {
    font-family: 'Aeonik';
    font-weight: 700;
    src: url(https://www.carboncoskins.com/wp-content/themes/catapulta-carbon/css/../fonts/aeonik-bold.woff2);
    font-display: swap
}

@font-face {
    font-family: 'Copperplate Gothic';
    font-weight: 300;
    src: url(https://www.carboncoskins.com/wp-content/themes/catapulta-carbon/css/../fonts/copperplate-gothic-light.woff2);
    font-display: swap
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Aeonik', sans-serif;
    background-color: #000;
    color: #FFF
}

.qr_code_radio_list {
    display: flex;
    gap: 10px;
}
.qr_code_radio_box {
    display: flex;
    align-items: center;
    gap: 5px;
}
.qr_code_radio_box input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}
.qr_code_radio_box input[type="radio"]:checked::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.white_page {
    background-color: #FFF;
    color: #000
}

html.no-scroll body {
    overflow: hidden
}

body * {
    margin: 0;
    padding: 0;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

video::-webkit-media-controls {
    display: none
}

video::-webkit-media-controls-start-playback-button {
    display: none
}

video::-webkit-media-controls-play-button {
    display: none
}

video::-webkit-media-controls-volume-slider {
    display: none
}

video::-webkit-media-controls-mute-button {
    display: none
}

video::-webkit-media-controls-timeline {
    display: none
}

video::-webkit-media-controls-current-time-display {
    display: none
}

input {
    border-radius: 0
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input::-ms-reveal,
input::-ms-clear {
    display: none
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    transition: 0.4s
}

.img img,
.img video {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

img {
    display: block;
    border: none;
    -webkit-user-drag: none
}

.ui {
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.title_1 {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -.01em;
    text-transform: capitalize;
    color: #FFF
}

.title_1 a {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.title_2 {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -.01em;
    text-transform: capitalize;
    color: #FFF
}

.title_2.-bold {
    font-weight: 700
}

.text_1 {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #FFF
}

.text_2 {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #FFF
}

.index-head-buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 36px -8px 0;
    justify-content: center;
    align-items: flex-start
}

.index-head-button {
    padding: 0 8px;
    margin: 0 0 16px
}

.white_button {
    background-color: #FFF;
    border: 1px solid #FFF;
    box-sizing: border-box;
    border-radius: 60px;
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    padding: 12px 32px;
    min-width: 215px;
    cursor: pointer;
    transition: 0.3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.white_button.continue_button input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.white_button.-black {
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0)
}

.-scrollbar {
    overflow: auto;
    max-height: inherit
}

.-scrollbar::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px
}

.-scrollbar::-webkit-scrollbar-thumb {
    background-color: #80807F;
    border-radius: 5px
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10
}

.header .header__visible {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 20;
    position: relative
}

.header__blured {
    width: 100%;
    height: 100%;
    padding: 74px 0;
    transition: 0.4s;
    background-color: rgba(0, 0, 0, 0)
}

.logo {
    max-width: 146px
}

.header_logo_img {
    position: relative
}

.header_logo_white {
    position: relative;
    transition: 0.4s
}

.header_logo_black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s
}

.header_logo_black.lazyloaded {
    opacity: 0
}

.white_page .header_logo_white {
    opacity: 0
}

.white_page .header_logo_black {
    opacity: 1
}

.white_page .header.active .header_logo_white {
    opacity: 1
}

.open_menu {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: 0.3s;
    width: 46px;
    height: 46px
}

.open_menu div {
    height: 4px;
    width: 32px;
    margin-top: 6px;
    background-color: #fff;
    transition: 0.3s
}

.open_menu div:first-child {
    width: 46px;
    margin-top: 0
}

.open_menu.active {
    transform: rotate(90deg)
}

.open_menu.active div:nth-child(2) {
    opacity: 0
}

.open_menu.active div:first-child {
    transform: rotate(45deg) translate(3px, 12px);
    width: 32px;
    border-radius: 100px
}

.open_menu.active div:last-child {
    width: 32px;
    border-radius: 100px;
    transform: rotate(-45deg) translate(2px, -11px)
}

.menu__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.menu__list li {
    text-align: right
}

.menu__list li:not(:first-child) {
    margin-top: 32px
}

.menu__list li a {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: right;
    letter-spacing: -.01em;
    text-transform: capitalize;
    color: #FFF;
    transition: 0.3s;
    opacity: .5
}

.hidden_menu {
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(90px);
    backdrop-filter: blur(90px);
    z-index: 12;
    transition: 0.5s;
    pointer-events: none;
    transform: translateZ(0);
    opacity: 0;
    padding-right: calc((100vw - 1416px) / 2);
    padding-left: 8px
}

.hidden_menu.active {
    pointer-events: all;
    opacity: 1
}

.hidden_menu:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 200px;
    z-index: 10;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0))
}

.hidden_menu.active .menu_scroll {
    transform: translateX(0%)
}

.menu_scroll {
    transition: 0.5s;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 180px;
    padding-left: 100px;
    padding-right: 60px;
    transform: translateX(100%)
}

.menu_scroll.-scrollbar {
    overflow: visible
}

.menu_scroll.-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 3px
}

.menu_scroll.-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    margin-top: 180px;
    margin-bottom: 180px
}

.hidden_menu__container {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: flex-end;
    min-height: 100%;
    padding-top: 68px;
    max-width: 400px;
    padding-bottom: 89px
}

.social_icon__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 112px
}

.social_icon {
    width: 36px;
    height: 36px;
    transition: 0.3s;
    opacity: .5
}

.social_icon:not(:first-child) {
    margin-left: 50px
}

.social_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.separator {
    display: block;
    width: 100%;
    min-width: 290px;
    height: 1px;
    background: rgba(255, 255, 255, .15);
    margin-top: 49px;
    min-height: 1px
}

.terms_use {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-align: right;
    color: #FFF;
    opacity: .5;
    margin-top: 32px;
    display: block
}

.hidden_menu__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%
}

main {
    overflow: hidden
}

.main_section {
    padding-top: 180px;
    padding-bottom: 40px;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
    overflow: hidden;
    position: relative
}

.insider_page {
    padding-top: 180px
}

.main_section .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 100px
}

.main_section .text_1 {
    margin-top: 20px
}

.main_section_hero_video {
    width: 100%;
    position: fixed;
    z-index: -5;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 1060px
}

.main_section_hero_video video {
    display: block;
    width: 100%
}

.featured-section {
    padding: 80px 0 150px
}

.featured-section-top-border {
    position: relative;
    text-align: center
}

.featured-section-top-border::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, .15)
}

.featured-section-title {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #000;
    padding: 0 10px
}

.featured-section-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 898px;
    margin: 0 auto;
    padding: 24px 15px
}

.featured-section-bottom-border {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .15)
}

body:not(.white_page) section:not(.main_section),
.footer {
    position: relative;
    z-index: 5;
    background-color: #000
}

.slider_section {
    width: 100%
}

.slider__wrapper {
    box-sizing: border-box;
    padding-top: 0;
    width: 50%
}

.slider__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

.palm__img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    height: auto;
    max-height: 180px;
    width: 565px
}

.palm__img img {
    width: auto;
    height: 100%;
    max-height: inherit;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.sliders_col {
    position: relative;
    max-width: 50%;
    width: 50%
}

.slider_img_wrapper {
    width: 43%;
    min-height: 567px
}

.palm_img_video {
    display: flex;
    align-items: center;
    justify-content: center
}

.palm_img_video video {
    max-width: 338px;
    width: 100%
}

.slide .text_col {
    max-width: 430px;
    margin-left: 17px;
    margin-bottom: 0;
    margin-top: 95px;
    cursor: inherit
}

.text_col {
    color: #fff
}

.text_col h1,
.text_col h2,
.text_col h3,
.text_col h4,
.text_col h5,
.text_col h6 {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -.01em;
    text-transform: capitalize
}

.text_col p {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #FFF;
    opacity: .8
}

.text_col p strong {
    font-weight: 700;
    display: block
}

.slide .text_col p {
    margin-top: 48px
}

.slide .text_col p strong {
    margin-bottom: 12px
}

.customDots {
    width: 96.7%;
    position: absolute;
    right: 0;
    bottom: 118px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.customDots li {
    transition: 0.4s;
    width: 4px;
    height: 4px;
    background-color: #FFF;
    opacity: .3;
    position: relative;
    cursor: pointer
}

.customDots li.slick-active {
    width: 40px;
    opacity: 1
}

.customDots li:not(:last-child) {
    margin-right: 20px
}

.customDots button {
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0
}

.slider__wrapper .slide {
    min-height: 567px;
    padding-bottom: 170px
}

.sellers_section {
    overflow: hidden;
    padding-top: 153px
}

.top_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.top_row .text_2 {
    margin-top: 20px;
    letter-spacing: normal
}

.card_slider {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 76px;
    position: relative;
    flex-direction: column
}

.card_slider:before {
    content: "";
    position: absolute;
    display: block;
    width: 190px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.card_slider:after {
    content: "";
    position: absolute;
    display: block;
    width: 190px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.card_slider__inner {
    max-width: 736px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.card__wrapper {
    max-width: 500px;
    z-index: 4;
    padding-bottom: 39px
}

.card__wrapper .customDots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0
}

.card__wrapper .slick-list {
    overflow: visible
}

.card__slide {
    width: 500px;
    margin: 0 84.5px
}

.card__slide-img {
    display: block;
    width: auto
}

.card__slide.slick-slide.slick-current .card__slide-img {
    transform: scale(1)
}

.card__slide.slick-slide .card__slide-img {
    transform: scale(.8);
    transition: 1s
}

.slide {
    cursor: -webkit-grab !important;
    cursor: grab !important
}

.slide:active {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important
}

.nav__button {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 36px;
    z-index: 6;
    transition: 0.4s
}

.nav__button.slick-disabled {
    opacity: .3
}

.card_prev {
    left: 0;
    background-image: url(https://www.carboncoskins.com/wp-content/themes/catapulta-carbon/css/../images/prev.svg)
}

.card_next {
    right: 0;
    background-image: url(https://www.carboncoskins.com/wp-content/themes/catapulta-carbon/css/../images/next.svg)
}

.card_slider .white_button {
    margin-top: 60px
}

.safety_section {
    padding-top: 252px;
    padding-bottom: 132px;
    margin-bottom: -132px;
    width: 100%
}

.safety_section .top_row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.preference__row {
    margin-top: 140px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.preference__col {
    width: 399px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #222;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    margin-bottom: 40px;
    min-height: 212px
}

.preference__col:not(:nth-child(3n+3)) {
    margin-right: 41px
}

.preference__col .img {
    height: 80px;
    position: absolute;
    right: 24px;
    top: -40px
}

.preference__col .img img {
    max-height: 100%;
    height: 100%;
    width: auto;
    max-width: 100%
}

.preference__col .text {
    padding: 32px 28px 21px 32px
}

.preference__col .text .title_2 {
    font-size: 32px;
    line-height: 40px;
    text-transform: none
}

.preference__col .text .text_2 {
    font-size: 20px;
    line-height: 32px;
    opacity: .5;
    margin-top: 15px;
    color: #fff
}

.footer {
    margin-top: 132px;
    padding-top: 96px;
    padding-bottom: 52px
}

.footer .logo {
    height: 37px;
    width: 170px;
    max-width: 167.3px;
    display: block
}

.footer .logo img {
    width: 100%;
    height: auto;
    max-height: 100%
}

.footer__row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 102px;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.footer_text_size {
    font-size: 16px;
    opacity: .5
}

.footer .footer__col_logo .text_2 {
    margin-top: 45px
}

.footer__col_logo {
    justify-self: flex-start;
    margin: 0;
    margin-right: auto
}

.footer__menu_col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.footer_menu__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    min-width: 180px
}

.footer_menu__list {
    margin-right: 40px
}

.contact.footer_menu__list {
    margin-right: 0
}

.footer__menu_title {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFF;
    opacity: 1
}

.footer_menu__list a {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    display: block;
    opacity: .5;
    transition: 0.3s
}

.footer_menu__list p {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    display: block;
    opacity: .5
}

.footer_menu__list li:not(:last-child) {
    margin-bottom: 24px
}

.footer__menu_col .pc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.mob {
    display: none
}

.footer_menu__list ul {
    margin-top: 40px
}

.footer_social {
    margin-right: 72px;
    margin-left: 108px
}

.footer_social a {
    opacity: .5;
    transition: 0.4s;
    display: block
}

.footer_social a:not(:first-child) {
    margin-top: 50px
}

.copyright__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-top: 55px;
    padding-right: 28px
}

.copyright {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .01em;
    text-transform: capitalize;
    color: #FFF;
    opacity: .3
}

.catapulta {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    opacity: .4
}

.catapulta span {
    display: block;
    font-family: Aeonik;
    font-style: normal;
    font-size: 17px;
    line-height: 26px;
    color: #FFF
}

.catapulta_logo {
    width: 79.35px;
    height: 20.6px;
    margin-left: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='21' viewBox='0 0 80 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.9528 15.2585V11.6536L47.8351 11.6536V15.2585H53.1233V20.7138H58.6646V15.2585L63.9528 15.2585Z' fill='white'/%3E%3Cpath d='M48.8845 4.19391V0.588989L32.7668 0.588989V4.19391L38.055 4.19391V9.64923L43.5964 9.64923V4.19391L48.8845 4.19391Z' fill='white'/%3E%3Cpath d='M68.9872 11.6536L63.381 20.7138H68.52L68.9503 19.8866H73.5852L74.0032 20.7138H79.4987L73.9049 11.6536H68.9872ZM70.315 17.2604L71.2862 15.3696L72.2452 17.2604H70.315Z' fill='white'/%3E%3Cpath d='M53.919 0.588989L48.3128 9.64923H53.4518L53.8821 8.82199H58.517L58.935 9.64923H64.4305L58.8366 0.588989L53.919 0.588989ZM55.2467 6.19583L56.218 4.305L57.1769 6.19583L55.2467 6.19583Z' fill='white'/%3E%3Cpath d='M22.8277 0.588989L17.2216 9.64923H22.3605L22.7908 8.82199H27.4257L27.8437 9.64923H33.3393L27.7454 0.588989L22.8277 0.588989ZM24.1555 6.19583L25.1267 4.305L26.0857 6.19583L24.1555 6.19583Z' fill='white'/%3E%3Cpath d='M48.407 20.7138V17.4836H41.3262V11.6536H36.1041V20.7138H48.407Z' fill='white'/%3E%3Cpath d='M16.458 15.3433C16.458 12.6778 15.0356 11.6536 11.6327 11.6536L0.149536 11.6536L0.149536 20.7138H5.3869L5.3869 19.2694L11.6859 19.2694C14.9293 19.2694 16.458 18.0614 16.458 15.3433ZM5.3869 14.5161L9.78499 14.5161C10.8883 14.5161 11.2206 14.6999 11.2206 15.4352C11.2206 16.1574 10.7819 16.4069 9.83816 16.4069L5.3869 16.4069V14.5161Z' fill='white'/%3E%3Cpath d='M16.458 15.3433C16.458 12.6778 15.0356 11.6536 11.6327 11.6536L0.149536 11.6536L0.149536 20.7138H5.3869L5.3869 19.2694L11.6859 19.2694C14.9293 19.2694 16.458 18.0614 16.458 15.3433ZM5.3869 14.5161L9.78499 14.5161C10.8883 14.5161 11.2206 14.6999 11.2206 15.4352C11.2206 16.1574 10.7819 16.4069 9.83816 16.4069L5.3869 16.4069V14.5161Z' fill='white'/%3E%3Cpath d='M18.0791 11.6536V16.6913C18.0791 19.6477 20.5483 20.9999 26.138 20.9999C32.2451 20.9999 34.1968 19.6212 34.1968 16.6913V11.6536H28.9657V15.8959C28.9657 17.3409 28.1823 17.7121 26.138 17.7121C24.5845 17.7121 23.3102 17.3409 23.3102 15.8959V11.6536H18.0791Z' fill='white'/%3E%3Cpath d='M16.4911 5.6018L11.3132 5.6018C11.247 6.68456 10.4524 6.89583 8.38652 6.89583C6.01607 6.89583 5.36718 6.65815 5.36718 5.16606C5.36718 3.60795 6.01607 3.40988 8.38652 3.40988C10.4524 3.40988 11.141 3.58154 11.247 4.40021L16.3984 4.40021C16.0408 1.54807 14.6901 0.399292 8.38652 0.399292C2.34783 0.399292 0.149536 1.3236 0.149536 5.16606C0.149536 8.85007 2.16243 9.90642 8.38652 9.90642C15.2198 9.90642 16.1203 8.59919 16.4911 5.6018Z' fill='white'/%3E%3C/svg%3E%0A")
}

.card_choose__row {
    width: 100%;
    max-width: 1058px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 65px;
    overflow: hidden;
    height: auto;
    transition: 1.5s;
    position: relative
}

.card_choose__row:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -59px;
    height: 120px;
    width: 100%;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%)
}

.card_choose__row .card__inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between
}

.card {
    width: 511px;
    margin-bottom: 54px
}

.card .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.best_sellers_card_img {
    position: relative;
    display: block;
    width: auto;
    height: 0;
    padding: 0 0 62.7906977%
}

.best_sellers_card_circuit {
    position: absolute;
    left: 9.7847358%;
    top: 34.375%;
    width: 13.6986301%
}

.best_sellers_card_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 23px
}

.business_card_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 95% !important;
    width: 100%;
    border-radius: 23px
}

.slick-slide img.best_sellers_card_arrow,
.best_sellers_card_arrow {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 23px 0 0;
    width: 11.741683%;
    display: none
}

.best_sellers_card_view_more .best_sellers_card_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border: 2px solid #222
}

.best_sellers_card_view_more .business_card_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border: 2px solid #222
}

.best_sellers_card_view_more_text {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -.01em;
    text-transform: capitalize;
    color: #fff
}

.card .img .white_button,
.best_sellers_card_img .white_button {
    position: absolute;
    opacity: 0;
    transition: 0.4s;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.best_sellers_card_img:hover .white_button {
    opacity: 1
}

.best_sellers_card_img:after,
.card .img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    transition: 0.4s;
    z-index: 1
}

.bottom_row {
    margin-top: 32px;
    padding-top: 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: #222 1px solid
}

.color__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 50%;
    flex-wrap: nowrap
}

.color__row .color {
    flex: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    margin-bottom: 10px
}

.color__row .color:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    background: #000;
    border: 1px solid #222;
    transition: 0.4s;
    opacity: 0;
    z-index: 1;
    border-radius: 50%
}

.color__row .color.active:before {
    content: "";
    opacity: 1
}

.color__row .color img {
    width: 100%;
    height: 100%
}

.color__row .color:not(:last-child) {
    margin-right: 20px
}

.liked_and_viewed {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 50%;
    flex-wrap: wrap
}

.viewed {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    cursor: pointer
}

.viewed .text {
    display: block;
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #FFF;
    opacity: .8;
    margin-left: 8px;
    white-space: nowrap
}

.viewed .img {
    opacity: .5;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 32px;
    height: 32px
}

.viewed .img svg {
    width: 100%
}

.like {
    margin-left: 12px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    cursor: pointer;
    transition: 0.4s
}

.like .text {
    display: block;
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #FFF;
    opacity: .8;
    margin-left: 8px
}

.like .img {
    transition: 0.4s;
    opacity: .5;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 32px;
    height: 32px
}

.like .img svg {
    display: block;
    width: 100%;
    transition: 0.4s
}

.like.active .img svg {
    fill: #fff
}

.like .img:after {
    display: none
}

.card__choose__section .top_row {
    padding-top: 150px;
    padding-bottom: 65px
}

.card__choose__section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.card__choose__section .card .white_button {
    margin-top: 0
}

.card__choose__section .white_button {
    margin-top: 60px
}

.insider_page .safety_section {
    padding-top: 172px
}

.FAQ_section .top_row {
    padding-top: 150px;
    padding-bottom: 65px
}

.FAQ_section .top_row .text_2 {
    color: #7F7F7F
}

.FAQ_section .top_row p a {
    color: #fff;
    display: inline-block;
    border-bottom: 1px #fff solid
}

.FAQ__navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 200px
}

.FAQ__navigation li {
    min-height: 48px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 300px
}

.FAQ__navigation a {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #FFF;
    display: block;
    padding-left: 31px;
    opacity: .5;
    transition: 0.4s;
    display: block;
    max-width: 100%
}

.FAQ__navigation a.active {
    opacity: 1
}

.FAQ__navigation .scrollbar {
    height: 100%;
    width: 4px;
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, .1)
}

.FAQ__navigation .scroll_thumb {
    height: 48px;
    width: 100%;
    background-color: #FFF;
    top: 0;
    position: absolute;
    left: 0;
    transition: 0.4s
}

.FAQ__wrapper {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 65px
}

.FAQ__content {
    width: 620px
}

.FAQ__title {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #FFF
}

.FAQ__question_item {
    margin-top: 40px;
    width: 100%;
    min-height: 72px;
    border: 1px solid #222;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.4s;
    padding-bottom: 4px
}

.FAQ__question_item.active {
    background: #222
}

.FAQ__question_item.active .FAQ__question-parent:after {
    transform: rotate(180deg)
}

.FAQ__question-parent {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    color: #FFF;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px;
    padding-right: 50px;
    padding-bottom: 16px;
    cursor: pointer;
    transition: 0.4s
}

.FAQ__question-parent:after {
    content: '';
    transition: 0.4s;
    width: 24px;
    height: 24px;
    background-size: 10px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='white'/%3E%3C/svg%3E%0A")
}

.FAQ__question-answer {
    padding: 20px;
    padding-top: 0;
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    color: #BCBCBC;
    display: none
}

.FAQ__question-answer a {
    color: #fff;
    text-decoration: underline
}

.FAQ__question-answer a:hover {
    text-decoration: none
}

.FAQ__content_parent:not(:first-child) {
    margin-top: 65px
}

.table-wrap {
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #5C5E60
}

.table-wrap table {
    width: 100%;
    text-align: left;
    border-collapse: collapse
}

.table-wrap thead th {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    padding: 16px 20px;
    border: 1px solid #5C5E60;
    border-top: 0
}

.table-wrap thead th:first-child {
    border-left: 0
}

.table-wrap thead th:last-child {
    border-right: 0
}

.table-wrap tbody td {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    padding: 16px 20px;
    border-top: 0;
    vertical-align: top;
    border: 1px solid #5C5E60
}

.table-wrap tbody td:first-child {
    border-left: 0
}

.table-wrap tbody td:last-child {
    border-right: 0
}

.FAQ__question-answer h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    color: #FFF;
    margin-bottom: 16px
}

.FAQ__question-answer ul {
    padding-left: 31px
}

.FAQ__question-answer ul:not(:last-child) {
    margin-bottom: 16px
}

.FAQ__question-answer strong {
    font-weight: 700
}

.FAQ__question-answer li {
    position: relative
}

.FAQ__question-answer li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 13px;
    left: -17px;
    border-radius: 50%;
    background: #BCBCBC
}

.FAQ__question-answer li:not(:last-child) {
    margin-bottom: 40px
}

.contact__section .container {
    max-width: 1060px
}

.contact__section .top_row {
    padding: 150px 0 65px 0
}

.contact__top_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 65px;
    padding-bottom: 60px
}

.contact__col {
    width: 290px;
    max-width: 290px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px
}

.contact__col .title_2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
    text-transform: none
}

.contact__col a,
.contact__col p {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -.01em;
    color: #FFF;
    opacity: .5
}

.contact__col:not(:nth-child(3n+3)) {
    margin-right: 95px
}

.contact__bottom_content {
    padding-top: 65px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #222
}

.contact__form form {
    width: 510px;
    max-width: 510px
}

form .title_2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 60px
}

form select,
form input {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.01em;
    color: #FFF;
    transition: 0.4s
}

form input::-webkit-input-placeholder {
    opacity: .5
}

form input::-moz-placeholder {
    opacity: .5
}

form input:-ms-input-placeholder {
    opacity: .5
}

form input::-ms-input-placeholder {
    opacity: .5
}

form input::placeholder {
    opacity: .5
}

form input:focus {
    border-bottom: 1px solid #fff
}

form input:not(:first-child) {
    margin-top: 40px
}

form textarea {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.01em;
    color: #FFF;
    resize: none;
    margin-top: 40px;
    transition: 0.4s;
    min-height: 80px
}

form textarea:focus {
    border-bottom: 1px solid #fff
}

form input.white_button {
    min-width: 120px;
    margin-top: 60px
}

select.error,
input.error {
    color: #761B1B;
    border-bottom: 1px solid #761B1B
}

textarea.error {
    color: #761B1B;
    border-bottom: 1px solid #761B1B
}

textarea::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

textarea::-webkit-scrollbar-track {
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px
}

textarea::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 5px
}

.contact__map {
    max-width: 510px;
    width: 510px
}

.contact__map .img {
    width: 100%
}

.how_it_work__section .top_row {
    padding: 150px 0 65px 0
}

.how__item h1,
.how__item h2,
.how__item h3,
.how__item h4,
.how__item h5,
.how__item h6 {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    color: #FFF
}

.how__item h1 strong,
.how__item h2 strong,
.how__item h3 strong,
.how__item h4 strong,
.how__item h5 strong,
.how__item h6 strong {
    opacity: .6;
    font-weight: 700;
    margin-right: 7px;
    text-transform: uppercase
}

.how__item p {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    color: #FFF;
    opacity: .7
}

.how__item a {
    font-family: Aeonik;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    color: #FFF;
    border-bottom: 1px solid #fff
}

.how__content {
    margin: 0 auto;
    margin-top: 65px;
    max-width: 620px
}

.how__item.how__item-img {
    border-radius: 10px;
    padding: 20px;
    background: #222
}

.how__item.how__item-img .how__item-top {
    padding: 0;
    margin: 0
}

.how__item.how__item-img .how__item-bottom {
    width: 100%;
    padding: 0;
    margin-top: 16px
}

.how_choose_card_slider_container {
    overflow: hidden
}

.how_choose_card_slider {
    display: flex;
    margin: 12px -7px
}

.how_choose_card {
    flex: none;
    width: 33.333333333%;
    padding: 0 7px
}

.how_choose_card_padding {
    position: relative;
    display: block;
    width: auto;
    height: 0;
    padding: 0 0 62.7906977%
}

.how_choose_card_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 9px
}

.how_choose_card_circuit {
    position: absolute;
    left: 9.7847358%;
    top: 34.375%;
    width: 13.6986301%
}

.how_choose_card_slider_slide_left .how_choose_card_slider {
    transform: translate3d(0, 0, 0)
}

.how_choose_card_slider_slide_left .how_choose_card_slider {
    -webkit-animation: HowChooseSliderLeftKeyframes 30s linear infinite;
    animation: HowChooseSliderLeftKeyframes 30s linear infinite
}

.how_choose_card_slider_slide_right .how_choose_card_slider {
    transform: translate3d(-300%, 0, 0)
}

.how_choose_card_slider_slide_right .how_choose_card_slider {
    -webkit-animation: HowChooseSliderRightKeyframes 30s linear infinite;
    animation: HowChooseSliderRightKeyframes 30s linear infinite
}

.how__item:not(:first-child) {
    margin-top: 60px
}

.how__item:not(.how__item-img) {
    padding: 20px;
    background: #222;
    border-radius: 10px
}

.how__item:not(.how__item-img) p {
    margin-top: 16px
}

.bottom__info {
    margin-top: 60px
}

.bottom__top_info {
    width: 100%;
    border-bottom: 1px solid #222;
    padding: 20px 0;
    font-family: Aeonik;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    color: #FFF;
    opacity: .6
}

.bottom__info_block {
    padding: 20px 0 80px
}

.bottom__info_block:not(:last-child) {
    border-bottom: 1px solid #222
}

.bottom__info_block_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 21px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .6)
}

.bottom__info_block_title img {
    display: block;
    height: auto;
    width: auto;
    max-width: none;
    max-height: none;
    margin: 0 0 0 12px
}

.bottom__info_block .img {
    margin: 0;
    width: 100%
}

.bottom__info_block .img img {
    width: 100%;
    height: auto;
    max-width: none
}

.bottom__info_block_text {
    font-size: 21px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .7)
}

.how_work_page .safety_section {
    padding-top: 208px
}

@media only screen and (min-width:1199px) {
    .white_button:hover {
        opacity: .9
    }

    .white_button.-black:hover {
        background-color: #fff;
        color: #000
    }

    .-opacity_hover li a:hover {
        opacity: 1
    }

    .-opacity_hover:hover {
        opacity: 1
    }

    .card_prev:hover {
        transform: translateY(-50%) translateX(-5px)
    }

    .card_next:hover {
        transform: translateY(-50%) translateX(5px)
    }

    .footer_social a:hover {
        opacity: 1
    }

    .footer_menu__list a:hover {
        opacity: .9
    }

    .img:hover .white_button {
        opacity: 1
    }

    .card>.img:hover:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #000;
        opacity: .6
    }

    .color__row .color:hover {
        transform: rotate(90deg)
    }

    .viewed .img:hover {
        opacity: .5
    }

    .viewed .img:hover:after {
        display: none
    }

    .like .img:hover:after {
        display: none
    }

    .like:hover .img svg {
        fill: #fff
    }

    .FAQ__navigation a:hover {
        opacity: .8
    }

    .contact__col a:hover {
        opacity: .8
    }

    .how__item a:hover {
        opacity: .5
    }

    .white_button.back_button:hover:before {
        transform: translateX(-3px)
    }

    .card__settings_nav_block .nav__item:not(.active):hover {
        opacity: 1;
        background-color: #DEDEDE
    }

    .card__settings_header .white_button:hover {
        background-color: #F4F4F4
    }

    .-hint:hover .hint_child {
        opacity: 1;
        transform: none;
        pointer-events: auto
    }

    .child_drop ul li:hover {
        color: #171717
    }

    .dropdown .parent_drop:hover {
        border: 1px solid #909090
    }

    .radio_box input+label:hover {
        opacity: 1
    }

    .white_button.order_button:hover {
        background: #171717;
        color: #FEFEFE
    }

    .white_button.order_button:hover:after {
        transform: translateX(3px)
    }

    .radio_list .radio_box input+label:hover {
        -webkit-filter: brightness(.7);
        filter: brightness(.7)
    }

    .radio_list .radio_box input:checked+label:hover {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    .check_list .radio_box input+label:hover .border_img {
        border-color: #909090
    }

    .adding_button:hover {
        border-color: #9E9595
    }

    .adding_button:hover .icon {
        -webkit-filter: brightness(50%);
        filter: brightness(50%)
    }

    .card_editor .trash_img:hover svg path {
        fill: #EC2929;
        fill-opacity: 1
    }

    .choose_file:hover {
        opacity: .9
    }

    .proportions_button:hover {
        border-color: #909090
    }

    .inverse_button:hover {
        border-color: #909090
    }

    .step_content a:hover {
        color: rgba(23, 23, 23, .8)
    }

    .bottom_button_row .white_button.-gray:hover {
        background-color: #F4F4F4
    }

    .white_button:not(.order_button):hover {
        opacity: .9
    }

    .payment_modal .blue_button:hover {
        opacity: .9
    }
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.title_2-success {
    text-align: center;
    line-height: 150%;
    text-transform: none
}

.category_explore {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
    padding: 0
}

.category_explore_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #222;
    padding: 0 0 24px;
    margin-bottom: 48px
}

.category_explore_title {
    font-size: 32px;
    line-height: 1.25
}

.category_explore_arrows {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.category_explore_arrow_left,
.category_explore_arrow_right {
    flex: none;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    border-radius: 50%;
    border: 1px solid transparent
}

.category_explore_arrow_right {
    transform: rotate(180deg)
}

.category_explore_arrow_left.active,
.category_explore_arrow_right.active {
    border-color: #fff
}

.category_explore_arrows_slick .slick-arrow {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: no-repeat center url(https://www.carboncoskins.com/wp-content/themes/catapulta-carbon/css/../images/icon-arrow-left.svg);
    color: transparent;
    overflow: hidden;
    cursor: pointer
}

.category_explore_arrows_slick .slick-disabled {
    border-color: transparent
}

.category_explore_arrows_slick .slick-next {
    transform: rotate(180deg)
}

.category_explore_items_scroll {
    display: flex;
    justify-content: flex-start
}

.category_explore_items_scroll.slick-slider {
    display: block;
    padding: 0 7.2% 0 0
}

.category_explore_items_scroll.slick-slider:after {
    content: '';
    position: absolute;
    width: 100vw;
    right: 100%;
    top: -10px;
    bottom: -10px;
    background: #000
}

.category_explore_items_scroll .slick-list {
    overflow: visible
}

.category_explore_items_scroll .slick-track {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.slick-slide.category_explore_item_link {
    float: none
}

.category_explore_items {
    display: block;
    width: auto;
    margin: 0 -10px
}

.category_explore_item_link {
    position: relative;
    flex: none;
    width: 180px;
    margin: 0 10px;
    text-decoration: none;
    background: #000;
    border: 1px solid #222;
    border-radius: 10px
}

.category_explore_item_padding {
    display: block;
    width: 100%;
    height: 0;
    padding: 0 0 107.7777778%
}

.category_explore_item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0 0 24px
}

.category_explore_item_link:hover {
    border: 1px solid #191919;
    background: #191919
}

.category_explore_item_count {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #fff;
    border-radius: 13px;
    padding: 8px 12px 6px;
    font-size: 12px;
    line-height: 1;
    color: #000
}

.category_explore_item_icon {
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    background: #191919;
    border-radius: 50%;
    transition: 0.4s
}

.category_explore_item_link:hover .category_explore_item_icon {
    background: #fff
}

.category_explore_item_icon img {
    transition: 0.4s
}

.category_explore_item_link:hover .category_explore_item_icon img {
    display: block;
    height: 40px;
    -webkit-filter: invert(1);
    filter: invert(1)
}

.category_explore_item_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

.category_explore_footer {
    display: none
}

.category_cards {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.category_card {
    margin: 0 0 80px
}

.category_card_header {
    display: flex;
    align-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #222;
    padding: 0 0 28px;
    margin: 0 0 48px
}

.category_card_title {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.category_card_title_icon {
    flex: none;
    margin: 0 12px 0 0
}

.category_card_title_icon img {
    display: block;
    height: 32px
}

.category_card_title_text {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    cursor: #fff;
    margin: 0 12px 0 0
}

.category_card_title_count {
    color: #fff;
    opacity: .5;
    font-size: 16px;
    line-height: 1.5
}

.category_card_header .color__row .color {
    margin: 0 20px 0 0
}

.category_card_body .card_choose__row {
    width: auto;
    margin: 0 -20px;
    max-width: none
}

.category_card_body .card_choose__row:after {
    display: none
}

.category_card_body .card_choose__row .card__inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0
}

.category_card_body .card {
    width: 33.333333333%;
    padding: 0 20px;
    margin: 0 0 24px
}

.category_card_body .best_sellers_card_img:hover:after {
    opacity: .6
}

.category_card_footer .white_button {
    margin: 24px auto 0
}

.category_card_footer .color__row {
    display: none
}

@media only screen and (max-width:1339px) {
    .container {
        padding: 0 30px
    }
}

@media only screen and (max-width:1199px) {
    .header__blured {
        padding: 30px 0
    }

    .hidden_menu {
        max-width: 100%
    }

    .main_section {
        padding-top: 92px;
        padding-bottom: 92px;
        height: 100vh
    }

    .insider_page {
        padding-top: 92px
    }

    .main_section_hero_video {
        width: 780px
    }

    .hidden_menu__footer {
        align-items: center
    }

    .menu_scroll.-scrollbar::-webkit-scrollbar {
        width: 2px;
        height: 2px
    }

    .menu_scroll.-scrollbar::-webkit-scrollbar-track {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .menu_scroll {
        padding-right: 0;
        padding-left: 60px;
        padding-bottom: 82px
    }

    .hidden_menu {
        padding-right: 2px
    }

    .slider__row {
        flex-direction: column
    }

    .sliders_col {
        width: 100% !important;
        max-width: 100%
    }

    .palm_img_video video {
        max-width: 56%;
        align-items: center;
        justify-content: center;
        padding-bottom: 0
    }

    .slider_img_wrapper {
        min-height: auto
    }

    .palm__img {
        display: flex;
        position: relative;
        left: auto;
        max-width: 100%;
        height: auto;
        max-height: 200px;
        width: 100%;
        align-content: center;
        justify-content: center;
        transform: none
    }

    .slide .text_col {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        max-width: 65%
    }

    .slider__wrapper .slide {
        min-height: auto;
        padding-bottom: 0
    }

    .slider__wrapper .slide .text_col h1,
    .slider__wrapper .slide .text_col h2,
    .slider__wrapper .slide .text_col h3,
    .slider__wrapper .slide .text_col h4,
    .slider__wrapper .slide .text_col h5,
    .slider__wrapper .slide .text_col h6 {
        text-align: center
    }

    .slider__wrapper .slick-slide.slide {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .slider__wrapper .slide .text_col p {
        text-align: center
    }

    .slider__wrapper {
        margin-top: 50px
    }

    .slider__wrapper {
        padding-bottom: 50px
    }

    .customDots {
        width: 100%;
        bottom: 0;
        justify-content: center
    }

    .card__wrapper {
        width: 450px
    }

    .card__slide {
        width: 450px;
        margin: 0 65px
    }

    .card_slider__inner {
        max-width: 585px
    }

    .card_slider:before {
        display: none
    }

    .card_slider:after {
        display: none
    }

    .preference__row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 48px
    }

    .preference__col {
        width: 100%;
        margin-bottom: 0;
        min-height: 197px
    }

    .preference__col:not(:nth-child(3n+3)) {
        margin-right: 0
    }

    .preference__col:not(:last-child) {
        margin-bottom: 20px
    }

    .preference__col .img {
        height: 48px;
        top: -16px
    }

    .preference__col:not(:last-child) {
        margin-bottom: 36px
    }

    .preference__col .text {
        width: 100%;
        padding: 32px 23px 46px 32px
    }

    .preference__col .text .title_2 br {
        display: none
    }

    .safety_section {
        padding-top: 157px;
        padding-bottom: 87px;
        margin-bottom: -87px
    }

    .pc {
        display: none !important
    }

    .mob {
        display: flex
    }

    .footer__row {
        flex-wrap: wrap;
        border: none;
        padding-bottom: 0
    }

    .footer_social {
        order: 2;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .footer_social a {
        width: 30px;
        height: 30px;
        margin: 0
    }

    .footer_social a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .footer_social a:not(:first-child) {
        margin: 0;
        margin-left: 20px
    }

    .footer__col_logo {
        order: 1
    }

    .footer__menu_col {
        order: 3;
        width: 100%;
        margin-top: 40px;
        padding-top: 36px;
        border-top: 1px solid rgba(255, 255, 255, .15);
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        padding-bottom: 28px
    }

    .footer__col_logo p {
        display: none
    }

    .footer__menu_title {
        display: none
    }

    .footer_menu__list ul {
        margin-top: 0
    }

    .footer_menu__list a {
        opacity: 1;
        font-size: 17px;
        line-height: 26px
    }

    .contact.footer_menu__list a {
        font-size: 12px;
        line-height: 26px
    }

    .contact.footer_menu__list p {
        font-size: 12px;
        line-height: 26px;
        opacity: 1
    }

    .contact.footer_menu__list li:not(:last-child) {
        margin-bottom: 0
    }

    .copyright__row {
        flex-direction: column;
        align-items: center;
        padding-right: 0;
        width: 100%
    }

    .copyright {
        font-size: 14px;
        line-height: 20px;
        opacity: 1;
        color: rgba(255, 255, 255, .4)
    }

    .mobile_bottom_menu a {
        font-family: Aeonik;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, .4);
        text-align: center;
        display: block
    }

    .mobile_bottom_menu li {
        margin-top: 7px
    }

    .catapulta {
        margin-top: 16px
    }

    .catapulta_logo {
        margin-left: 16px
    }

    .card_choose__row .card__inner {
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .footer {
        margin-top: 87px;
        padding-top: 52px;
        padding-bottom: 52px
    }

    .FAQ__navigation {
        display: none
    }

    .FAQ__content {
        width: 100%
    }

    .FAQ_section .top_row .text_2 {
        text-align: center
    }

    .contact__top_content {
        flex-direction: column;
        align-items: center
    }

    .contact__col:not(:nth-child(3n+3)) {
        margin-right: 0
    }

    .contact__col:not(:last-child) {
        margin-bottom: 20px
    }

    .contact__top_content {
        margin-top: 0
    }

    .contact__bottom_content {
        flex-direction: column
    }

    .contact__form {
        width: 100%
    }

    .contact__form form {
        width: 100%;
        max-width: 100%
    }

    .contact__map {
        overflow: hidden;
        max-width: 100vw;
        width: 100vw;
        margin-top: 65px;
        max-height: 420px;
        margin-left: -30px
    }

    .step_content {
        flex-direction: row;
        flex-wrap: wrap
    }

    .step_content .contact_text,
    .step_content .radio_list {
        width: 49%
    }

    .step_content-price_col {
        width: 100%
    }

    .category_cards .best_sellers_card_bg {
        border-radius: 16px
    }

    .category_cards .business_card_bg {
        border-radius: 16px
    }
}

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

    .category_explore_header .category_explore_arrows,
    .category_card_footer .white_button,
    .category_card_header .color__row {
        display: none
    }

    .category_card_footer .color__row {
        display: flex
    }

    .category_explore {
        margin: 0 0 40px
    }

    .category_explore_header {
        border: 0;
        margin: 0 0 40px;
        padding: 0
    }

    .category_explore_body {
        margin: 0 -15px 40px
    }

    .category_explore_items {
        padding: 0 15px
    }

    .category_explore_items_scroll {
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .category_explore_items_scroll::-webkit-scrollbar {
        display: none
    }

    .category_explore_footer {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start
    }

    .category_card {
        margin: 0 0 40px
    }

    .category_card_header {
        padding: 0 0 24px;
        margin: 0 0 40px
    }

    .category_card_body {
        margin: 0 -15px 24px
    }

    .category_card_body .card_choose__row {
        margin: 0 -8px
    }

    .category_card_body .card {
        flex: none;
        width: 252px;
        padding: 0 8px;
        margin: 0
    }

    .category_card_body .card:not(:last-child) {
        margin: 0
    }

    .category_card_body .card_choose__row .card__inner {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        padding: 0 15px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .category_card_body .card_choose__row .card__inner::-webkit-scrollbar {
        display: none
    }

    .category_card_footer .color__row .color {
        width: 30px;
        height: 30px;
        margin: 0
    }

    .category_card_footer .color__row .color:not(:last-child) {
        margin: 0 20px 0 0
    }

    .safety_section {
        padding-top: 80px
    }
}

@media only screen and (max-width:767px) {
    .main_section {
        padding-top: 0;
        padding-bottom: 82px;
        min-height: 100vh;
        height: auto
    }

    .featured-section {
        padding: 0 0 130px
    }

    .featured-section-title {
        font-size: 18px
    }

    .featured-section-container-item:nth-child(1) img {
        width: 51px
    }

    .featured-section-container-item:nth-child(2) img {
        width: 72px
    }

    .featured-section-container-item:nth-child(3) img {
        width: 85px
    }

    .featured-section-container-item:nth-child(4) img {
        width: 60px
    }

    .insider_page {
        padding-top: 82px
    }

    .container {
        padding: 0 15px
    }

    .header {
        background-color: #000
    }

    .header .header__visible {
        align-items: center
    }

    .logo {
        max-width: 100px
    }

    .hidden_menu {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: #000
    }

    .main_section .title_1 {
        max-width: 90%
    }

    .main_section .text_1 {
        margin-top: 20px;
        max-width: 59%
    }

    .title_1 {
        font-size: 42px;
        line-height: 100%;
        text-align: center
    }

    .text_1 {
        font-size: 18px;
        line-height: 150%
    }

    .main_section_hero_video {
        width: 530px;
        z-index: -1;
        left: auto;
        top: 77px;
        right: -94px;
        transform: none
    }

    .white_button.-black_adaptive {
        background-color: #000;
        color: #FFF;
        font-size: 24px;
        line-height: 32px
    }

    .hidden_menu {
        width: 100vw;
        padding: 82px 10px
    }

    .hidden_menu:before {
        height: 70px
    }

    .menu_scroll {
        padding: 5px;
        padding-top: 44px;
        border-top: 1px solid rgba(255, 255, 255, .15)
    }

    .menu_scroll.-scrollbar {
        overflow: auto
    }

    .hidden_menu__container {
        align-items: center;
        padding: 0;
        justify-content: space-between
    }

    .menu__list {
        width: 100%;
        align-items: center
    }

    .menu__list li {
        text-align: center;
        width: 100%
    }

    .menu__list li a {
        opacity: 1
    }

    .social_icon {
        opacity: 1
    }

    .terms_use {
        align-self: flex-start
    }

    .social_icon__list {
        margin-top: 72px
    }

    .text_col h1,
    .text_col h2,
    .text_col h3,
    .text_col h4,
    .text_col h5,
    .text_col h6 {
        text-align: center;
        font-size: 36px;
        line-height: 100%;
        text-align: center;
        letter-spacing: -.01em;
        text-transform: capitalize
    }

    .palm_img_video video {
        max-width: 56%
    }

    .palm__img {
        margin-top: -2px;
        max-height: 92px
    }

    .slider__wrapper {
        margin-top: 45px;
        padding-bottom: 47px
    }

    .slide .text_col {
        max-width: 75%
    }

    .slide .text_col p strong {
        margin-bottom: 14px
    }

    .customDots li:not(:last-child) {
        margin-right: 21px
    }

    .text_col p {
        max-height: 154%
    }

    .card_slider {
        margin-top: 52px
    }

    .card__wrapper {
        width: 300px
    }

    .card__slide {
        width: 300px;
        margin: 0 10px
    }

    .card_slider__inner {
        max-width: 585px
    }

    .card_slider:before {
        display: none
    }

    .card_slider:after {
        display: none
    }

    .nav__button {
        display: none
    }

    .sellers_section .text_2 {
        font-size: 18px;
        line-height: 150%;
        max-width: 210px;
        text-align: center
    }

    .sellers_section {
        padding-top: 120px
    }

    .safety_section .top_row .text_2 {
        opacity: .8;
        max-width: 210px;
        font-size: 21px;
        text-align: center
    }

    .preference__col .text .title_2 {
        font-size: 24px;
        line-height: 40px
    }

    .preference__col .text .text_2 {
        font-size: 20px;
        line-height: 32px;
        margin-top: 15px
    }

    .how_choose_card {
        width: 50%
    }

    .how_choose_card_slider_slide_left .how_choose_card_slider {
        transform: translate3d(0, 0, 0)
    }

    .how_choose_card_slider_slide_left .how_choose_card_slider {
        -webkit-animation: HowChooseSliderLeftKeyframes_mobile 30s linear infinite;
        animation: HowChooseSliderLeftKeyframes_mobile 30s linear infinite
    }

    .how_choose_card_slider_slide_right .how_choose_card_slider {
        transform: translate3d(-450%, 0, 0)
    }

    .how_choose_card_slider_slide_right .how_choose_card_slider {
        -webkit-animation: HowChooseSliderRightKeyframes_mobile 30s linear infinite;
        animation: HowChooseSliderRightKeyframes_mobile 30s linear infinite
    }

    .footer .logo {
        height: 37px;
        width: 122px;
        max-width: 167.3px;
        display: block
    }

    .footer_menu__list {
        min-width: auto;
        margin-right: 0
    }

    .footer__menu_col {
        justify-content: space-between;
        width: 100%
    }

    .card {
        width: 100%;
        margin: 0
    }

    .best_sellers_card_arrow {
        border-radius: 0 16px 0 0
    }

    .best_sellers_card_bg {
        border-radius: 16px
    }

    .business_card_bg {
        border-radius: 16px
    }

    .card:not(:last-child) {
        margin-bottom: 37px
    }

    .bottom_row {
        margin-top: 20px;
        padding-top: 20px
    }

    .color__row .color:not(:last-child) {
        margin-right: 12px
    }

    .color__row .color {
        width: 24px;
        height: 24px
    }

    .viewed .text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        opacity: 1
    }

    .like .text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        opacity: 1
    }

    .viewed .img,
    .like .img {
        width: 24px;
        height: 24px
    }

    .card__choose__section .top_row {
        padding-top: 110px;
        padding-bottom: 65px
    }

    .card_choose__row {
        margin-top: 0
    }

    .card__choose__section .top_row .text_2 {
        opacity: .5;
        max-width: 61%;
        font-size: 18px;
        text-align: center
    }

    .card__choose__section .white_button {
        min-width: 180px
    }

    .card_choose__row:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -60px;
        height: 120px;
        width: 100%;
        background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%)
    }

    .card__choose__section .white_button {
        margin-top: 23px
    }

    .insider_page .safety_section {
        padding-top: 70px
    }

    .FAQ_section .top_row {
        padding-top: 110px;
        padding-bottom: 0
    }

    .FAQ_section .top_row .text_2 {
        font-size: 18px;
        line-height: 150%
    }

    .FAQ__title {
        text-align: center;
        width: 100%
    }

    .contact__section .top_row {
        padding-top: 110px;
        padding-bottom: 0
    }

    .contact__top_content {
        margin-top: 65px;
        padding-bottom: 97px
    }

    .contact__col .title_2 {
        font-size: 24px;
        line-height: 40px
    }

    .contact__col a,
    .contact__col p {
        font-size: 20px;
        line-height: 32px
    }

    .contact__form {
        width: 100%
    }

    .contact__form form {
        width: 100%;
        max-width: 100%
    }

    .contact__map {
        overflow: hidden;
        max-width: 100vw;
        width: 100vw;
        margin-top: 65px;
        max-height: 420px;
        margin-left: -15px
    }

    .how_it_work__section .top_row {
        padding: 0;
        padding-top: 110px
    }

    .images_slider {
        height: 160px
    }

    .how__item:not(.how__item-img) {
        margin-top: 40px
    }

    .bottom__info {
        margin-top: 40px
    }

    .bottom__info .img {
        width: 100%
    }

    .table-wrap thead th,
    .table-wrap tbody td {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    .color__row .color:not(:last-child) {
        margin-right: 7px
    }
}

@media only screen and (max-height:767px) {
    .hidden_menu:before {
        height: 160px
    }

    .menu_scroll {
        padding-top: 140px
    }

    .social_icon__list {
        margin-top: 60px
    }
}

@media only screen and (max-height:767px) {
    .menu_scroll.-scrollbar {
        overflow: auto
    }

    .hidden_menu__footer {
        padding-bottom: 60px
    }
}

@-webkit-keyframes HowChooseSliderRightKeyframes {
    100% {
        transform: translate3d(0%, 0, 0)
    }
}

@keyframes HowChooseSliderRightKeyframes {
    100% {
        transform: translate3d(0%, 0, 0)
    }
}

@-webkit-keyframes HowChooseSliderLeftKeyframes {
    100% {
        transform: translate3d(-300%, 0, 0)
    }
}

@keyframes HowChooseSliderLeftKeyframes {
    100% {
        transform: translate3d(-300%, 0, 0)
    }
}

@-webkit-keyframes HowChooseSliderRightKeyframes_mobile {
    100% {
        transform: translate3d(0%, 0, 0)
    }
}

@keyframes HowChooseSliderRightKeyframes_mobile {
    100% {
        transform: translate3d(0%, 0, 0)
    }
}

@-webkit-keyframes HowChooseSliderLeftKeyframes_mobile {
    100% {
        transform: translate3d(-450%, 0, 0)
    }
}

@keyframes HowChooseSliderLeftKeyframes_mobile {
    100% {
        transform: translate3d(-450%, 0, 0)
    }
}

.contact__top_content_404 {
    flex-wrap: wrap
}

.img-404 {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 544px;
    margin-top: -96px
}

.text-404 {
    text-align: center;
    width: 100%;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    color: #7F7F7F;
    margin-top: -69px
}

@media only screen and (max-width:767px) {
    .text-404 {
        margin-top: 0
    }

    .img-404 {
        margin-top: 0
    }
}