.grecaptcha-badge {
    visibility: hidden;
}

body .product-section .switcher {
    width: 100%;
}

body .product-section .switcher__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 878px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: auto;
}

body .product-section .switcher__item:not(:last-child) {
    padding-bottom: 60px;
    margin-bottom: 40px
}

body .product-section .switcher__item:not(:last-child)::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='196' height='2' viewBox='0 0 196 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='195' y2='1' stroke='url(%23paint0_linear_1028_3437)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1028_3437' x1='196' y1='2' x2='17.0443' y2='-52.7306' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F24AA4' stop-opacity='0.7'/%3E%3Cstop offset='1' stop-color='%23467FC4' stop-opacity='0.7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    max-width: 196px;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0
}

body .product-section .switcher__item__content {
    max-width: 630px;
    width: 100%
}

body .product-section .switcher__item__img {
    width: 100%;
    height: 100%;
    margin-right: 20px;
    max-width: 191px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .product-section .switcher__item__img img,
body .product-section .switcher__item__img svg {
    max-height: 188px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin-bottom: 20px
}

body .product-section .switcher__item__img a {
    font-family: Nunito;
    font-weight: 700;
    font-size: 18px;
    line-height: 110.17%;
    text-align: center;
    color: #171b60
}

body .product-section .switcher__item h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 110.17%;
    color: #171b60;
    margin-bottom: 19px;
    font-family: 'Century Gothic';
}

body .product-section .switcher__item p {
    letter-spacing: .04em;
    color: #171b60;
    font-family: inherit;
    max-width: 100%;
    text-align: left;
    font-family: 'Century Gothic';
}

@media(max-width:767px) {
    body .product-section .switcher {
        height: auto
    }

    body .product-section .switcher__item {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 17px 24px 24px;
        margin-bottom: 18px;
        position: relative;
        opacity: 1;
        background: 0 0
    }

    body .product-section .switcher__item.active {
        bottom: unset;
        left: unset;
        background: 0 0
    }

    body .product-section .switcher__item__content h3 {
        display: none
    }

    body .product-section .switcher__item__img {
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 18px;
        max-width: 100%
    }

    body .product-section .switcher__item__img h3 {
        display: block;
        font-size: 24px
    }

    body .product-section .switcher__item__img img {
        width: 48px;
        height: 48px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-right: 20px
    }

    body .product-section .switcher__item p {
        margin-bottom: 24px
    }

    body .product-section .switcher__item a {
        font-size: 14px
    }
}

.title h2 {
    text-align: center;
    color: #F24AA4;
    font-weight: normal;
    font-size: 64px;
    line-height: 110.17%;
    width: 100%;
}

#wpadminbar {
    display: none;
}