.fa::after,
.fa::before {
    font-family: inherit;
}

.cart-product-container {
    position: relative;
}

.cart-product-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
}

.cart-product-container.loading .cart-product-loading {
    display: flex;
}

.cart-products-section .cart-product-numbers>input {
    text-align: center;
    border-left: none !important;
    border-right: none !important;
    moz-appearance: textfield;
}

.cart-products-section .cart-product-numbers>input::-webkit-outer-spin-button,
.cart-products-section .cart-product-numbers>input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-products-section .cart-product-wrap .cart-product-descr {
    max-width: 420px;
}

.breadcrumb {
    margin: 10px 0;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li:not(:last-child)::after {
    content: '\2022';
    padding: 0 10px;
}

.breadcrumb li a {
    font-family: "Arimo-Italic", sans-serif;
    font-size: 12px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #000;
}

@media (max-width: 575px) {
    .breadcrumb-row {
        padding: 0 0.5rem;
    }
}

.checkout-success .wrapper>.container {
    padding: 32px 0;
}

.all-products-section .product-item-wrap {
    padding-bottom: unset;
    text-align: unset;
    display: block;
    flex-direction: unset;
    justify-content: unset;
    padding-bottom: 50px;
}

.all-products-section .product-item-wrap .product-col {
    height: 100%;
    padding-bottom: 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .footer-wrap .footer-summands h3 a {
    font-family: "Arimo-Bold", sans-serif;
}

.all-products-section .product-item-wrap .product-col .item-img .item-add-favorites.active {
    background: url(../image/add-favorites-active.svg) center center no-repeat;
    background-size: contain;
}

header .header-wrap ul.header-widgets .header-wishlist-icon {
    position: relative;
}

header .header-wrap ul.header-widgets .header-wishlist-icon .header-wishlist-icon-sticker {
    z-index: 10;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    font-family: "Arimo-Bold", sans-serif;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(45%);
}

.text-product_login>a {
    text-decoration: underline;
}

.signin-form-wrap .errors {
    margin-bottom: 5px;
}

#search-inputs {
    margin-bottom: 30px;
}

#search-inputs input[type="text"] {
    padding: 12px 0;
    width: 100%;
    font-family: "Arimo-Italic", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
}

#search-inputs input[type="button"] {
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: #000;
    color: #fff;
}

#search-inputs h2 {
    margin-top: 20px;
}

.product-search .content-top {
    margin-bottom: 60px !important;
}

.about-product-section .about-product-info .product-price-wrap .product-price-old {
    position: relative;
}

.about-product-section .about-product-info .product-price-wrap .product-price-old span {
    margin-left: 16px;
    color: #C4C4C4;
    text-decoration: line-through;
}

.about-product-section .about-product-info .product-price-wrap .product-price-old .percent {
    position: absolute;
    left: calc(100% + 4px);
    top: calc(50% - 14px);
    padding: 5px 4px 5px 6px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 35 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.40729 20.6003L0.783292 13.0245C-0.261097 11.8293 -0.261097 10.1978 0.783292 9.00268L7.40252 1.42697C8.17032 0.554431 9.39115 0.027267 10.7169 0H30.9226C33.1544 0 35.0048 1.51332 35 3.40839V18.5916C35 20.4548 33.1878 22 30.9226 22H10.7217C9.39592 22 8.17509 21.4728 7.40729 20.6003Z' fill='%23BD1717'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}

footer .footer-wrap .copyrights {
    margin-top: 15px;
}

footer .footer-wrap .payments {
    display: flex;
    flex-direction: row;
    margin-top: 35px;
}

footer .footer-wrap .payments .payment:first-child {
    margin-right: 10px;
}

@media screen and (max-width: 992px) {
    footer .footer-wrap .payments {
        display: none;
    }
}

.user-message-item {
    opacity: 0;
    transition-duration: .4s;
    transition-property: opacity;
}

.user-message-item.show {
    opacity: 1;
}

.btn-wishlist svg {
    height: 25px;
    width: auto;
}

.btn-wishlist svg .st1 {
    fill: #fff;
}

.btn-wishlist.active svg .st1 {
    fill: #000;
}

.about-product-section .about-product-info .product-actions .more-link.disabled {
    color: #ff0b0b;
    font-size: 13px;
}

.information-contact .customer-form-wrap .form-input label {
    display: inline-block !important;
}

header .header-fixed {
    width: 100%;
}

body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #2e2e2e !important;
}

body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #000000 !important;
}

body #bingc-phone-button div.bingc-phone-button-tooltip {
    background: #000000 !important;
}

body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: #000000 !important;
}

body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button {
    background: #2e2e2e !important;
}

body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:hover,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:active {
    background: #000000 !important;
}

.slick-initialized .slick-slide {
    display: block !important;
}

/* SIMPLECHECKOT */

.simplecheckout-block-content {
    padding: 0;
}

.simple-content .checkout-heading {
    background-color: transparent;
    border: none;
    padding: 0;
    font-family: "Arimo-Bold", sans-serif;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#simplecheckout_customer .checkout-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.checkout-heading-button {
    margin-left: auto;
}

.checkout-heading-button a {
    text-transform: lowercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Arimo-Italic", sans-serif;
}

.checkout-heading-button.active a {
    font-weight: bold;
}

.simplecheckout-block-content .form-group-new:nth-child(even) {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
}

.simplecheckout-block-content .form-group-new:nth-child(odd) {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}

.simple-content fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shopping-cart-section .left-side-wrap input:not([type="submit"], [type="radio"]),
.shopping-cart-section .left-side-wrap .select2 {
    margin-bottom: 0;
}

.shopping-cart-section .left-side-wrap .select2 {
    width: 100% !important;
}

#simple_login_header {
    display: none;
}

#simplecheckout_customer {
    padding-bottom: 77px;
}

#simplecheckout_login .buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#simplecheckout_button_login {
    width: 200px;
    height: 36px;
    font-size: 13px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}

.simplecheckout-cart-total {
    border: none;
    padding: 0;
}

.cart-total-price-wrap#total_sub_total {
    display: none;
}

#simplecheckout_cart .cart-product-numbers input {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    border-left: none;
    border-right: none;
}

#simplecheckout_shipping_address {
    padding-bottom: 60px;
}

.shopping-cart-section .left-side-wrap {
    display: flex;
    flex-direction: column;
}

#simplecheckout_recipient {
    order: 1;
    margin-bottom: 0;
}

.shopping-cart-section .left-side-wrap>div:last-child {
    margin-bottom: 40px;
}

.simple-content #simplecheckout_summary .checkout-heading span {
    float: none;
}

.shopping-cart-section .right-side-wrap>div:last-child input:hover {
    background-color: #fff;
    color: #000;
}

.simplecheckout-summary-totals {
    display: flex;
    flex-direction: column;
}

.summary-block-total {
    order: 9;
}

.summary-block-total#total_sub_total {
    order: 1;
}

.summary-block-total#total_coupon {
    order: 2;
}

.summary-block-total.cart-promocode {
    order: 10;
}

.summary-block-total#total_total {
    order: 11;
    margin-bottom: 25px;
    border: none;
}

.simplecheckout-summary-totals .cart-promocode .more-link[type="text"] {
    margin-bottom: 30px !important;
    width: 245px !important;
}

.summary-agreement {
    margin-bottom: 30px;
    font-family: "Arimo-Italic", sans-serif;
    font-size: 16px;
    text-transform: none;
    padding: 0 5px;
}

.summary-agreement a {
    font-family: "Arimo-Italic", sans-serif;
    text-decoration: underline;
}

#summary-submit {
    background-color: transparent;
    transition: .2s;
}

#simplecheckout_payment_form {
    display: none !important;
}

.shopping-cart-section .left-side-wrap .recipient-contacts .recipient-contacts-form-mobile {
    display: none !important;
}

.shopping-cart-section .left-side-wrap .new-customer-form .new-customer-form-title-mobile {
    display: none !important;
}

@media screen and (max-width: 575px) {
    .shopping-cart-section .left-side-wrap .recipient-contacts .recipient-contacts-form-mobile {
        display: block !important;
    }
}

.shopping-cart-section .left-side-wrap .cart-wrap .cart-total-price-wrap {
    display: none;
}

.shopping-cart-section .left-side-wrap .cart-wrap .cart-total-price-wrap#total_total {
    display: flex;
}

/* END SIMPLECHECKOUT */

/* SIMPLEREGISTER */

.account-simpleregister .simple-content {
    margin: 0;
}

.simpleregister {
    margin-bottom: 0;
}

.simpleregister .simpleregister-block-content {
    margin-bottom: 0;
    padding: 0;
}

.customer-form-wrap .form-input label {
    display: none !important;
}

.customer-form-wrap .form-input.row-register_telephone label {
    display: inline-block !important;
}

.customer-form-wrap .form-input.row-register_customer_group_id {
    border: none;
}

.customer-form-wrap #register_customer_group_id label {
    display: inline-block !important;
    position: unset;
    transform: none;
    font-family: "Arimo-Regular", sans-serif;
    font-size: 14px;
}

.section-signup .spec-signup-form-wrap .customer-form-title {
    margin: 0 0 25px 0;
}

.register-clinic-desc {
    font-family: "Arimo-Italic", sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #C4C4C4;
    text-transform: uppercase;
    margin-top: -20px;
}

.simpleregister-block-content .simpleregister-button-block {
    margin: 30px 0 0 0;
}

.customer-form-wrap #register_customer_group_id .radio-wrap {
    margin-bottom: 15px;
}

.customer-form-wrap #register_customer_group_id .radio-wrap .radio {
    padding-left: 43px;
    position: relative;
    cursor: pointer;
    font-family: "Arimo-Italic", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.customer-form-wrap #register_customer_group_id .radio-wrap .radio .radio-input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.customer-form-wrap #register_customer_group_id .radio-wrap .radio .radio-but {
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 50%;
    transition: .2s;
}

.customer-form-wrap #register_customer_group_id .radio-wrap .radio .radio-but::before {
    content: "";
    position: absolute;
    width: 66.7%;
    height: 66.7%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
}

.customer-form-wrap #register_customer_group_id .radio-wrap .radio .radio-input:checked+.radio-but::before {
    background-color: #000;
}

.section-signup .spec-signup-form-wrap .customer-form .file-input-wrap {
    flex-direction: column;
}

.section-signup .spec-signup-form-wrap .customer-form .file-input-wrap label {
    display: flex !important;
}

.section-signup .spec-signup-form-wrap .customer-form .file-input-wrap .simplecheckout-rule-group {
    margin-top: 5px;
}

#text_register_license {
    display: none !important;
}

/* END SIMPLEREGISTER */

footer .footer-wrap .copyrights-mobile .payments-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}

footer .footer-wrap .copyrights-mobile .payments-mobile .payment:first-child {
    margin-right: 10px;
}

.prof-only .sp-button.more-link {
    font-size: 12px;
    color: #fff;
    background-color: #000;
    height: auto;
    padding: 5px 3px;
}

/* Adaptive */

@media screen and (min-width: 575px) and (max-width: 992px) {
    footer .footer-wrap {
        text-align: center;
    }

    footer .footer-wrap .footer-nav ul li {
        justify-content: center;
        margin-bottom: 14px;
    }

    footer .footer-wrap .copyrights {
        display: none;
    }

    footer .footer-wrap .footer-logo {
        margin-bottom: 15px !important;
    }

    footer .footer-wrap .footer-logo img {
        width: 100%;
        max-width: 200px;
    }

    footer .footer-wrap .footer-contacts {
        padding-left: 0;
        margin-top: 30px;
    }

    footer .footer-wrap .footer-contacts>a {
        margin: 7px 0 15px;
    }

    footer .footer-wrap .footer-contacts ul {
        margin-top: 25px;
    }

    footer .footer-wrap .footer-contacts ul li {
        justify-content: center;
    }

    footer .footer-wrap .footer-summands {
        padding-left: 0;
        margin-top: 20px;
    }

    footer .footer-wrap .footer-summands h3 {
        margin-bottom: 12px;
    }

    footer .footer-wrap .footer-summands p {
        margin-bottom: 20px;
    }

    footer .footer-wrap .footer-summands .academy-link {
        margin-bottom: 15px !important;
    }

    footer .footer-wrap .footer-summands .footer-summands-logo {
        margin-bottom: 25px;
    }

    footer .footer-wrap .footer-social p {
        margin-top: 30px;
    }

    footer .footer-wrap .footer-social>div:last-child .p-mobile+.d-flex {
        justify-content: center;
        margin-top: 15px;
    }

    footer .footer-wrap .copyrights-mobile {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    footer .footer-wrap .copyrights-mobile p {
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    #bingc-phone-button {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    footer .footer-wrap .copyrights-mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    footer .footer-wrap .copyrights-mobile .payments-mobile {
        margin-top: 0;
    }
}

/* End Adaptive */

.window-popup {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    max-width: 240px;
    font-size: 14px;
    line-height: 1.2;
}

.window-popup a {
    text-decoration: underline;
}

.clinics-contacts-section .clinics-contacts-map {
    padding: 0 !important;
}

.clinics-contacs-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    padding: 0 !important;
    margin-top: 48px;
}

.clinics-contacs-wrap .clinics-city {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    /* row-gap: 24px; */
}

.clinics-contacs-wrap .clinics-city h3 {
    width: 100%;
}

.clinics-contacs-wrap .clinics-city .clinic-contacts-item {
    width: calc(20% - 24px * 4 / 5);
}

@media (max-width: 992px) {
    .clinics-contacs-wrap .clinics-city .clinic-contacts-item {
        width: calc(25% - 24px * 3 / 4);
    }
}

@media (max-width: 768px) {
    .clinics-contacs-wrap .clinics-city .clinic-contacts-item {
        width: calc(50% - 12px);
    }
}


.product-videos {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
}

.product-videos:not(:first-child) {
    margin-top: 12px;
}

.product-videos .product-videos__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 56.25%;
    position: relative;
}

.product-videos .product-videos__item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    font-size: 24px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.countdown-number {
    width: 100%;
    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;
    row-gap: 8px;
}

.countdown-time {
    padding: 10px 5px;
    background: #e6e6e6;
    font-size: 28px;
    font-weight: 600;
    /* color: #fff; */
    width: 100%;
}

.countdown-text {
    display: block;
    font-size: 16px;
}

.product-price-title {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: -20px;
}


@media (max-width: 768px) {
    .countdown {
        font-size: 18px;
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
    }


    .countdown-text {
        display: block;
        font-size: 12px;
    }
}


@media (max-width: 575px) {
    .about-product-section .about-product-info .product-actions {
        width: 100%;
    }
}







.hst-product-reviews .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 70px;
}

@media (max-width: 1080px) {
    .hst-product-reviews .list {
        row-gap: 20px
    }
}

@media (max-width: 575px) {
    .hst-product-reviews .list {
        margin-top: 40px;
    }
}

.hst-product-reviews .item {
    width: 100%;
    row-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hst-product-reviews .item .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    padding: 30px;
    border: 1px solid #e6eaee
}

.hst-product-reviews .item .user-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 766px) {
    .hst-product-reviews .item .user-head {
        row-gap: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hst-product-reviews .item .user-head-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: .9px
}

@media (max-width: 1200px) {
    .hst-product-reviews .item .user-head-name {
        font-size: 16px
    }
}

.hst-product-reviews .item .user-head-name svg {
    width: 24px;
    min-width: 24px;
    height: 24px
}

.hst-product-reviews .item .user-head-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media (max-width: 766px) {
    .hst-product-reviews .item .user-head-info {
        row-gap: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.hst-product-reviews .item .user-head-date {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: .8px
}

.hst-product-reviews .item .user-head-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.hst-product-reviews .item .user-head-rate-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: .8px;
    color: #282828
}

.hst-product-reviews .item .user-head-rate .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #231f20
}

.hst-product-reviews .item .user-head-rate .stars svg {
    width: 24px;
    height: 24px
}



.form-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 20px;
    margin-top: 70px;
}

@media (max-width: 575px) {
    .form-review {
        margin-top: 40px;
    }
}

.form .form-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    row-gap: 16px;
    margin-bottom: 0px;

}

.form .form-title {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 400;
}


.form .form-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #C4C4C4;
}


.form .form-row {
    width: calc(33.333% - 20px * 2 / 3);
}

.form .form-row.form-row--textarea {
    width: calc(66.666% - 20px / 2);
}

.form .form-row.form-row--submit {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 36px;
}

.form .form-row .button {
    background-color: #000;
    color: #fff;
}

.form-row__title {
    margin-bottom: 4px;
}

.form-row__input {
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #C4C4C4;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    transition: border-color .3s;
}

.form-row__input.form-row__input--textarea {
    height: 100px;
    resize: none;
    overflow: hidden;
}


.form .form-row__error {
    font-size: 15px;
    line-height: 1.6;
    color: #bd1717;
    margin-top: 5px;
    padding-left: 17px;
    display: none;
}


.form .form-row.error .form-row__input {
    border-color: #bd1717;
}

.form .form-row.error .form-row__error {
    display: block;
}


.form .form-row__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}

.form .form-row__stars .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: color .1s;
    transition: color .1s
}

.form .form-row__stars .star svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    fill: #979797;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.form .form-row__stars .star:hover svg,
.form .form-row__stars .star.hover svg,
.form .form-row__stars .star.active svg {
    fill: #000000;
}



@media (max-width: 992px) {
    .form .form-row {
        width: 100%;
    }

    .form .form-row.form-row--textarea {
        width: 100%;
    }

    .form .form-row.form-row--submit {
        padding-top: 0px;
    }

}

.about-product-section .about-product-info p:not(:last-child) {
    margin-bottom: 6px;
}

.product-price-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-price-block .product-price-wrap {
    margin-bottom: 30px !important;
}

.about-product-section .about-product-info .product-actions .btn-wishlist {
    margin-left: 16px;
}

.reviews-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews-wrapper .form-review {
    width: 25%;
}

.reviews-wrapper .form-review .form-row {
    width: 100%;
}

.reviews-wrapper .hst-product-reviews {
    width: calc(75% - 30px);
}

@media (max-width: 992px) {
    .reviews-wrapper .form-review {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .reviews-wrapper .hst-product-reviews {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}



/* Clinics */

.button-tab {
    font-size: 17px;
    line-height: 24px;
    font-weight: 100;
    letter-spacing: .85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #e6eaee;
    padding:0 0 20px
}

.button-tab:hover {
    border-color:#5b6670
}

.button-tab.active {
    color: #5b6670;
    border-color:#5b6670
}

.clinics-list-wrapper {
    overflow:auto
}

@media (max-width: 766px) {
    .clinics-list-wrapper {
        display:none
    }
}

.clinics-contacs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 20px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap:50px
}

@media (max-width: 1080px) {
    .clinics-contacs-list {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap:25px
    }
}

.clinics-contacs-list .button-tab {
    padding-bottom:10px
}

.clinics-contents {
    width: 100%;
    position:relative
}

.clinics-contents .tab-content:not(.active) {
    display:none
}

.contacts-map {
    width: 100%;
    position: relative;
    min-height: 546px;
    margin-bottom:50px
}

.contacts-map .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit:cover
}

.clinics-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction:column
}

.clinics-contacts-title {
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    font-weight: 100;
    letter-spacing:1.5px
}

@media (max-width: 1200px) {
    .clinics-contacts-title {
        font-size: 21px;
        line-height:31px
    }
}

@media (max-width: 766px) {
    .clinics-contacts-title {
        margin-bottom:40px
    }
}

.clinics-contacts-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 48px;
    grid-row-gap:48px
}

@media (max-width: 1080px) {
    .clinics-contacts-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 766px) {
    .clinics-contacts-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap:40px
    }
}

.clinics-contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap:10px
}

.clinics-contacts-item .name {
    padding: 5px 10px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 1px;
    border-left:1px solid #5b6670
}

@media (max-width: 1200px) {
    .clinics-contacts-item .name {
        font-size: 18px;
        line-height: 28px;
        letter-spacing:.9px
    }
}

.clinics-contacts-item .address, .clinics-contacts-item .phone, .clinics-contacts-item .email {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: .8px;
    color: #5b6670;
    border-left:1px solid #e6eaee
}

.clinics-contacts-item a:hover {
    color:#e3392e
}

.window-popup {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    max-width: 240px;
    font-size: 14px;
    line-height: 1.5;
    font-weight:100
}

.window-popup a {
    font-weight: 300;
    text-decoration: underline;
    -webkit-transition: color .2s;
    transition:color .2s
}

.window-popup a:hover {
    color:#bd1717
}


