html {
    font-size: 1.25rem;
}

body {
    font-family: Brownpro, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

/*----- Start Black Stripe -----*/

.black-stripe {
    padding: 20px 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    grid-gap: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    background: #000;
}

.black-stripe p {
    font-size: 1.5625rem;
    font-size: clamp(1.5625rem, 1.3392857142857142rem + 1.1160714285714286vw, 3.125rem);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}

.black-stripe p span:first-of-type {
    -webkit-text-stroke: 2px #fff;
    color: #000;
}

.percent {
    position: relative;
    margin: 0 0 0 30px;
}

.percent::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff0000;
    position: absolute;
    right: -20px;
    top: 50%;
    margin: -6.5px 0 0;
}

.percent::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff0000;
    position: absolute;
    left: -20px;
    top: 50%;
    margin: -6.5px 0 0;
}

/* Animation Slide */

.black-stripe p {
    animation: black-stripe 15s linear infinite;
}

@keyframes black-stripe {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-200%);
    }
}

/*----- End Black Stripe -----*/

h1 {
    margin-top: 0px;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -2px;
    color: #000;
}

h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 700;
}

h3 {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #000;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
}

h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 700;
}

p {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5;
}

.popup_holder .buy-wrap {
    padding: 0;
}

.popup_holder {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    position: relative;
    text-align: center;
}

.content {
    width: 80%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.content.hero-c {
    margin-bottom: -70px;
    padding-top: 40px;
}

.content.headset-c {
    padding-top: 80px;
    padding-bottom: 100px;
}

.content.webcam-c {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content.video-calls-c {
    max-width: 1200px;
    padding: 100px 0;
}

.content.footer-c {
    padding-top: 80px;
    padding-bottom: 80px;
}

.big-container {
    overflow: hidden !important;
}

.hero-wrap {
    text-align: center;
}

.hero {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: #fff;
}

.brand {
    width: 10vw;
    margin-bottom: 40px;
}

.half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 40px;
    padding-bottom: 70px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.half.violet {
    position: relative;
    background-color: #814efa;
    width: 45%;
    min-height: 633px;
    padding-top: 70px;
}

.half.turquoise {
    padding-top: 70px;
    background-color: #01ebcf;
    width: 45%;
    min-height: 633px;
}

.half-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.hero-headset {
    margin-top: 0;
}

.hero-camera {
    width: 350px;
}

.strong {
    font-weight: 700;
}

.half-inner {
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    grid-gap: 10px;
}

.half-inner h3 {
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase;
}

.half-inner h3.white-text {
    color: #fff;
}

.half-inner h3.black-text {
    color: #000;
}

.cta {
    padding: 29px 55px 27px;
    border-radius: 40px;
    background-color: #dcfd00;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #232323;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.cta:hover {
    background-color: #fff;
}

.plus-icon {
    max-width: 85px;
    width: 100%;
}

.hero-heading-wrap {
    max-width: 960px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}

.arrow.black {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}

.headset {
    background-color: #ededed;
}

.prea-headline {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #814efa;
}

.prea-headline.black {
    color: #000;
}

.prea-headline.green {
    color: #01ebcf;
}

.headset-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.headset-wrap {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
}

.webcam .headset-wrap {
    padding: 0;
}

.headset-left {
    width: 35%;
}

.test-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.test-wrap:last-of-type {
    margin-bottom: 0;
}

.test-half {
    width: 50%;
    border-right: 1px solid #cacaca;
}

.test-half:last-of-type {
    margin-bottom: 0;
    border-right: 0;
}

.test-txt {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
}

.buy-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
}

.buy-wrap.purple .cta-store {
    background: #814efa;
    border: none;
}

.buy-wrap.purple .cta-store:hover {
    background: #01ebcf;
}

.buy-wrap.green .cta-store {
    background: #01ebcf;
    border: none;
}

.buy-wrap.green .cta-store:hover {
    background: #814efa;
}

.tab_container_color {
    width: 50%;
}

.tabs_color {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    grid-gap: 30px;
}

[type="radio"],
[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type="radio"],
[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: solid 1px #cccccc;
    margin-right: 8px;
    position: relative;
}

[type="radio"]:checked::before,
[type="checkbox"]:checked::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #ffa500;
    position: absolute;
    top: 2px;
    left: 2px;
}

[type="radio"],
[type="radio"]:checked::before {
    border-radius: 100%;
}

.tabs_color .color_white {
    background: #fff;
    border: 1px solid #000 !important;
}

.tabs_color .color_graphite {
    background: #4b4e50;
}

.tabs_color .color_rose {
    background: #f2e0e0;
}

.tabs_color li {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.tabs_color li:hover {
    color: #814efa;
}

.tabs_color li.active {
    color: #814efa;
}

.tabs_color .color {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto 7px;
    border: 2px solid transparent;
}

.buy-txt {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.stores-wr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    grid-gap: 5px;
}

.cta-store {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 253px;
    width: 100%;
    min-height: 51px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 40px;
    background-color: transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    text-align: center;
}

.cta-store:hover {
    background-color: #fff;
}

.tab_container {
    position: relative;
    width: 55%;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-half {
    width: 45%;
}

.purple-section {
    background: #814efa;
}

.purple-section .row {
    margin: 0;
}

.purple-section .content {
    padding: 100px 0;
}

.purple-section h4 {
    color: #fff;
}

.purple-section p {
    color: #fff;
}

.row-txt {
    margin-left: 0;
}

.row-txt p:last-of-type {
    margin-bottom: 0;
}

.row-slider {
    width: 50%;
    position: relative;
}

.focused {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pro-lvl {
    text-align: center;
}

.row-slider.frame {
    padding-right: 0px;
    padding-left: 0px;
}

.slick-slide img {
    width: 100%;
}

.arrows-wr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 40px auto 0;
    grid-gap: 30px;
}

.arrows-wr .slick-prev {
    background-size: contain !important;
    width: 59px;
    height: 30px;
    font-size: 0px !important;
    margin: 0 1px;
    background: url("../images/arrow_left_black.png") no-repeat center;
}

.arrows-wr .slick-next {
    background-size: contain !important;
    width: 59px;
    height: 30px;
    font-size: 0px !important;
    margin: 0 1px;
    background: url("../images/arrow_right_black.png") no-repeat center;
}

.arrows-focused {
    margin: 0;
    position: absolute;
    bottom: -20px;
    left: 30%;
    right: 25%;
}

.arrows-focused .slick-prev {
    background: url("../images/arrow_left_black.png") no-repeat center;
}

.arrows-focused .slick-next {
    background: url("../images/arrow_right_black.png") no-repeat center;
}

.arrows-premium {
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.arrows-premium .slick-prev {
    background: url("../images/arrow_left_white.png") no-repeat center;
}

.arrows-premium .slick-next {
    background: url("../images/arrow_right_white.png") no-repeat center;
}

.arrows-pro-lvl {
    margin: 0;
    position: absolute;
    bottom: -20px;
    right: 25%;
    left: 30%;
}

.arrows-pro-lvl .slick-prev {
    background: url("../images/arrow_left_black.png") no-repeat center;
}

.arrows-pro-lvl .slick-next {
    background: url("../images/arrow_right_black.png") no-repeat center;
}

.qq {
    margin-bottom: 30px;
}

.test-p {
    font-weight: 700;
}

.author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.author-txt {
    margin-bottom: 0px;
    font-size: 0.8rem;
    font-weight: 700;
}

.stars {
    margin-right: 20px;
}

.webcam-img {
    margin-bottom: 60px;
}

.focus {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.video-calls {
    background-image: url("../images/video-img.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-calls-wrap {
    text-align: center;
}

.video-calls-txt {
    margin-bottom: 40px;
    color: #fff;
}

.video-calls-p {
    margin-bottom: 0px;
    font-size: 1.5rem;
}

.video-calls-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.video-calls-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    padding: 30px 30px 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-calls-half.violet {
    background-color: #814efa;
}

.video-calls-half.violet h3 {
    color: #fff;
}

.video-calls-half h3 {
    font-size: 36px;
    line-height: 45px;
}

.video-calls-half.turquoise {
    background-color: #01ebcf;
}

.video-calls-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.vc-half-header {
    width: 100%;
    color: #fff;
    text-align: left;
}

.vc-half-header.webcam {
    color: #000;
    text-align: right;
}

.vc-product {
    margin-bottom: 0px;
    font-size: 1.1rem;
}

.vc-webcam-img {
    margin-top: 30px;
}

.vc-headset-img {
    margin-top: 30px;
}

.footer-wr {
    text-align: center;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-p {
    margin-bottom: 0px;
    font-size: 0.8rem;
}

.footer-a {
    color: #000;
    text-decoration: none
}

.footer-a:hover {

    text-decoration: underline
}

.vc-heading {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.image-left {
    position: absolute;
    width: 100%;
}

.image-right {
    position: absolute;
    width: 100%;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.container {
    position: relative;
    width: 50%;
    height: 445px;
    border: 2px solid white;
    overflow: hidden;
}

.container .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 720px 100%;
}

.container .background-img {
    background-image: url("../images/before-after-2.jpg");
}

.container .foreground-img {
    background-image: url("../images/before-after-1.jpg");
    width: 50%;
}

.slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider:hover {
    background: rgba(255, 255, 255, 0.1);
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background: white;
    cursor: pointer;
}

.slider-button {
    width: 54px;
    pointer-events: none;
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-button:after {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.slider-button:before {
    content: "";
    padding: 3px;
    display: inline-block;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(135deg);
}

.frame-section {
    text-align: center;
}

.frame_top {
    margin: 0 0 60px 0;
}

.frame_top p {
    margin: 0 auto;
    max-width: 440px;
}

.frame_wr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    grid-gap: 40px;
}

.frame-section .row {
    margin: 0;
}

.frame-section .content {
    padding: 100px 0;
}

.frame-section .row-txt {
    position: relative;
}

.frame-section .arrows-frame {
    justify-content: flex-start;
}

.frame-section .frame {
    margin-right: calc(50% - 580px);
}

.frame-section .frame .slide {
    width: 98%;
}

.product_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 96% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #16252c;
    text-decoration: none;
}

.prodcut_row_holder {
    font-size: 26px;
    color: #000000;
    font-family: "Brownpro";
    font-weight: 700;
    line-height: 35px;
    padding: 28px 28px 28px 35px;
    text-transform: uppercase;
    background: url("../images/arrow_right_black.png") no-repeat right 30px center;
    display: block;
    transition: all 0.3s cubic-bezier(0.5, 1, 0.3, 1);
    width: 100%;
}

.prodcut_row_holder:hover {
    background-position: right 20px center;
}

.product_row.active .prodcut_row_holder {
    background-position: right 20px center;
}

#zone .product_row.active {
    background: #01ebcf;
}

#brio .product_row.active {
    background: #814efa;
}

#brio .product_row.active .prodcut_row_holder {
    color: #fff !important;
}

@media screen and (max-width: 1180px) {
    .container {
        height: 320px;
    }

    .container .img {
        background-size: 430px 100%;
    }

    .arrows-frame {
        bottom: 60px;
    }

    .prodcut_row_holder {
        padding: 20px;
        background-size: 40px;
    }

    .tab_container_color {
        width: 100%;
    }

    .row {
        flex-direction: column-reverse;
        grid-gap: 60px;
        margin-bottom: 40px;
    }

    .row-half {
        width: 100%;
    }

    .row-slider {
        width: 100%;
    }

    .frame-section .frame {
        margin-right: 0;
    }

    .frame-section .row-half {
        text-align: center;
    }

    .frame-section .frame .slide {
        width: 100%;
    }

    .frame-section .arrows-frame {
        justify-content: center;
    }
}

@media screen and (max-width: 1920px) {
    html {
        font-size: calc(0.75rem + 0.41666666666666674vw);
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: calc(0.9376951092611863rem + 0.20811654526534862vw);
    }

    .content.hero-c {
        padding-top: 20px;
    }

    .brand {
        width: 12vw;
        margin-bottom: 25px;
    }

    h1 {
        font-size: 2.8rem;
    }

    .hero-headset {
        width: 220px;
    }

    .hero-camera {
        width: 290px;
    }

    .half.violet {
        padding-top: 40px;
        min-height: 540px;
    }

    .half.turquoise {
        padding-top: 40px;
        min-height: 540px;
    }
}

@media screen and (max-width: 1366px) {
    h1 {
        font-size: 2rem;
    }

    .hero-headset {
        width: 180px;
    }

    .hero-camera {
        width: 230px;
    }

    .half-inner {
        margin: 20px auto 0;
    }

    .half-inner h3 {
        margin-bottom: 20px;
    }

    .half.violet {
        min-height: 500px;
    }

    .half.turquoise {
        min-height: 500px;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 1.9rem;
    }

    .content.hero-c {
        padding-top: 40px;
    }

    .content.headset-c {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .headset-wrap {
        padding-top: 60px;
    }

    .content.webcam-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .purple-section .content {
        padding: 60px 0;
    }

    .frame-section .content {
        padding: 60px 0;
    }

    .content.footer-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .brand {
        width: 30vw;
        margin-bottom: 40px;
    }

    .half {
        padding-bottom: 60px;
    }

    .cta {
        padding-top: 25px;
        padding-bottom: 23px;
    }

    .prodcut_row_holder {
        font-size: 22px;
        line-height: 32px;
    }

    .plus-icon {
        width: 60px;
        height: 60px;
        margin: 0 10px;
    }

    .hero-heading-wrap {
        max-width: none;
    }

    .prea-headline {
        font-size: 1.3rem;
    }

    .headset-img-inner {
        min-height: 400px;
    }

    .test-wrap {
        margin-bottom: 60px;
    }

    .test-half {
        width: 45%;
        border-right-style: none;
    }

    .test-txt {
        max-width: none;
        margin-right: 0px;
        margin-left: 0px;
    }

    .buy-wrap {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        border-left-style: none;
    }

    .stores-wr {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .row-txt {
        max-width: none;
        margin-right: 0px;
        margin-left: 0px;
    }

    .focus {
        font-size: 1.2rem;
    }

    .vc-heading {
        max-width: none;
    }

    .handle-wrap {
        width: 45%;
    }
}

@media screen and (max-width: 844px) {
    .container {
        height: 300px;
    }

    .prodcut_row_holder {
        font-size: 20px;
        line-height: 30px;
    }

    .prodcut_row_holder {
        background-size: 35px;
    }
}

@media screen and (max-width: 820px) {
    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1.9rem;
    }

    h3 {
        font-size: 1.7rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    .content.hero-c {
        padding-top: 30px;
    }

    .content.headset-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.webcam-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.video-calls-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.footer-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .brand {
        width: 39vw;
        margin-bottom: 30px;
    }

    .half {
        width: 100%;
        padding-bottom: 40px;
    }

    .half.turquoise {
        padding-top: 60px;
    }

    .headset-wrap {
        flex-direction: column;
        grid-gap: 40px;
    }

    .headset-left {
        width: 100%;
    }

    .tab_container {
        width: 100%;
    }

    .plus-icon {
        width: 40px;
        height: 40px;
    }

    .prea-headline {
        font-size: 1.1rem;
    }

    .headset-img {
        display: block;
        margin-bottom: 40px;
    }

    .headset-img-inner {
        width: 100%;
        min-height: 250px;
    }

    .test-wrap {
        display: block;
        margin-bottom: 40px;
    }

    .test-half {
        width: 100%;
        margin-bottom: 30px;
    }

    .row-half {
        width: 100%;
    }

    .row-slider {
        width: 100%;
    }

    .webcam-img {
        margin-bottom: 40px;
    }

    .video-calls-holder {
        display: block;
    }

    .video-calls-half {
        width: 100%;
        padding-bottom: 40px;
    }

    .handle-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    html {
        font-size: calc(0.7494769874476988rem + 0.8368200836820083vw);
    }

    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    .popup_holder {
        padding: 40px 20px 20px;
    }

    .content.headset-c {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .headset-wrap {
        padding-top: 40px;
    }

    .content.webcam-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.video-calls-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.footer-c {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content.hero-c {
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .purple-section .content {
        padding: 40px 0;
    }

    .frame-section .content {
        padding: 40px 0;
    }

    .half {
        padding-right: 30px;
        padding-left: 30px;
    }

    .cta {
        width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }

    .half-wrap {
        flex-direction: column;
    }

    .half.violet {
        width: 100%;
        min-height: auto;
    }

    .half.turquoise {
        width: 100%;
        min-height: auto;
    }

    .row {
        grid-gap: 40px;
    }

    .plus-icon {
        margin: 10px 0;
    }

    .arrow {
        display: none;
    }

    .container {
        width: 100%;
        height: 270px;
    }

    .prea-headline {
        font-size: 1rem;
    }

    .headset-img-inner {
        min-height: 150px;
    }

    .stores-wr {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .row {
        margin-bottom: 40px;
    }

    .video-calls-inner {
        margin-bottom: 30px;
    }

    .frame_top h3 {
        margin-bottom: 20px;
    }

    .frame_top {
        margin: 0 0 40px 0;
    }

    .frame_wr {
        flex-direction: column;
    }

    .vc-webcam-img {
        margin-top: 20px;
    }

    .slick-slider {
        display: table !important;
        table-layout: fixed !important;
        width: 100% !important;
    }

    .arrows-wr {
        grid-gap: 20px;
    }

    .arrows-wr .slick-prev {
        width: 40px;
    }

    .arrows-wr .slick-next {
        width: 40px;
    }
}

@font-face {
    font-family: "Brownpro";
    src: url("../fonts/BrownPro-Bold.woff2") format("woff2"),
        url("../fonts/BrownPro-Bold.eot") format("embedded-opentype"),
        url("../fonts/BrownPro-Bold.woff") format("woff"),
        url("../fonts/BrownPro-Bold.ttf") format("truetype"),
        url("../fonts/BrownPro-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Brownpro";
    src: url("../fonts/BrownPro-Light.woff2") format("woff2"),
        url("../fonts/BrownPro-Light.eot") format("embedded-opentype"),
        url("../fonts/BrownPro-Light.woff") format("woff"),
        url("../fonts/BrownPro-Light.ttf") format("truetype"),
        url("../fonts/BrownPro-Light.svg") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
