.main-content {
    flex: 1;
    min-width: 0;
}
@media (min-width: 992px) {
    .main-content {
        margin-top: 90px;
    }
}
.checkbox-label,
.radio-label {
    color: #455a64;
    font-size: 14px;
    line-height: 20px;
}
.checkbox-icon,
.radio-icon {
    background: #0000;
    border: 2px solid #cfd8dc;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    min-width: 20px;
    position: relative;
    width: 20px;
}
.checkbox-icon {
    border-radius: 3px;
}
.radio-icon {
    border-radius: 50%;
}
.checkbox,
.radio {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
}
.checkbox:focus .checkbox-label,
.checkbox:focus .radio-label,
.checkbox:hover .checkbox-label,
.checkbox:hover .radio-label,
.radio:focus .checkbox-label,
.radio:focus .radio-label,
.radio:hover .checkbox-label,
.radio:hover .radio-label {
    color: #009df1;
}
.checkbox:focus .checkbox-icon,
.checkbox:focus .radio-icon,
.checkbox:hover .checkbox-icon,
.checkbox:hover .radio-icon,
.radio:focus .checkbox-icon,
.radio:focus .radio-icon,
.radio:hover .checkbox-icon,
.radio:hover .radio-icon {
    border-color: #009df1;
}
.checkbox-input,
.radio-input {
    display: none !important;
}
.checkbox-input:checked ~ .checkbox-icon,
.checkbox-input:checked ~ .radio-icon,
.radio-input:checked ~ .checkbox-icon,
.radio-input:checked ~ .radio-icon {
    border-color: #009df1;
}
.checkbox-input:checked ~ .checkbox-icon:after,
.checkbox-input:checked ~ .radio-icon:after,
.radio-input:checked ~ .checkbox-icon:after,
.radio-input:checked ~ .radio-icon:after {
    color: #fff;
    content: "";
    display: inline-block;
    position: absolute;
}
.checkbox-input:checked ~ .checkbox-label,
.checkbox-input:checked ~ .radio-label,
.radio-input:checked ~ .checkbox-label,
.radio-input:checked ~ .radio-label {
    color: #009df1;
    font-weight: 700;
    letter-spacing: -0.4px;
}
.checkbox-input:checked ~ .checkbox-icon {
    background-color: #009df1;
}
.checkbox-input:checked ~ .checkbox-icon:after {
    border-bottom: 2px solid;
    border-radius: 1px;
    border-right: 2px solid;
    height: 12px;
    left: 5px;
    top: 1px;
    transform: rotate(45deg);
    width: 6px;
}
.radio-input:checked ~ .radio-icon {
    background-color: initial;
}
.radio-input:checked ~ .radio-icon:after {
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: inset 5px 5px 5px 5px #009df1;
    height: 12px;
    left: 2px;
    top: 2px;
    width: 12px;
}
.radio-input:checked ~ .cart-service-prices .cart-service-price_license,
.radio-input:checked ~ .product-licenses-item-title,
.radio-input:checked ~ .cart-service-prices span.amount,
.checkbox-input:checked ~ .cart-service-prices > strong,
.checkbox-input:checked ~ .cart-service-prices span.amount{
    font-weight: 700 !important;
}
.form-buttons {
    display: flex;
    justify-content: flex-end;
}
.form-buttons .btn {
    margin-left: 20px;
}
.input-with-icon {
    padding-left: 49px;
}
.input-icon {
    fill: #b0bec5;
}
.input-large {
    font-size: 16px;
    height: 60px;
    line-height: 24px;
    padding-bottom: 17px;
    padding-top: 17px;
}
.header-button-icon {
    display: inline-block;
    height: 22px;
    width: 22px;
}
.breadcrumbs_wrapper {
    margin-bottom: 50px;
    background: #eff2f7;
    padding: 12px 0px;
}
.breadcrumbs {
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    margin-bottom: 0 !important;
}
#breadcrumbs a{
    color: #666666 !important;
}
.breadcrumbs-link {
    color: #666666 !important;
    display: inline;
    font-size: 14px;
    line-height: 20px;
    margin-left: 3px;
    position: relative;
}
.breadcrumbs-link:not(:last-child) {
    padding-right: 14px;
}
.breadcrumbs-link:not(:last-child):after {
    content: "/";
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}
.breadcrumbs-link:hover {
    color: #6b8694;
}
.breadcrumbs-link_current {
    color: #546e7a;
}
.breadcrumbs-link_current:after {
    content: none;
}
.product-title-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product-title-wrapper .product-title{
    font-size: 30px;
    line-height: 40px;
    color: #222;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d1d8db;
}
@media (max-width: 650px) {
    .breadcrumbs_wrapper{
        margin-bottom: 30px;
    }
    .product-title-wrapper {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .product-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
    }
}
.product-label-exclusive {
    color: #546e7a;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase;
}
@media (max-width: 650px) {
    .product-label-exclusive {
        margin-left: 0;
    }
}
.product-main-info {
    align-items: flex-start;
    display: flex;
    padding-bottom: 30px;
}
@media (max-width: 959px) {
    .product-main-info {
        flex-direction: column;
    }
}
.product-main-info_left {
    max-width: 800px;
    overflow: hidden;
    width: 100%;
}
@media (max-width: 959px) {
    .product-main-info_left {
        max-width: none;
    }
}
.product-main-info_right {
    margin-left: 20px;
    max-width: 460px;
    width: 100%;
}
@media (max-width: 959px) {
    .product-main-info_right {
        margin-left: auto;
        margin-right: auto;
        padding-top: 25px;
    }
}
.product-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 0 10px;
}
@media (min-width: 960px) {
    .product-buttons {
        min-height: 40px;
    }
}
@media (max-width: 991px) {
    .product-buttons {
        width: 100%;
        justify-content: space-between;
    }
    .product-buttons > div{
        width: 50%;
    }
}
.product-buttons-button {
    background: #fff;
    border: 1px solid #009df1;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    padding: 10.5px 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}
.product-buttons-button:hover {
    background: #0d95e1;
    color: #fff;
}
.product-buttons-button:hover svg{
    fill: #fff;
}
.product-buttons-button:not(:first-child) {
    margin-left: 15px;
}
@media (max-width: 991px) {
    .product-buttons-button:not(:first-child) {
        margin-left: 0;
        margin-top: 10px;
    }
    .product-buttons-button {
        padding: 10.5px 25px;
    }
}
.product-buttons-button_screenshots {
    color: #009df1;
}
.product-buttons-button_screenshots img,
.product-media-link img{
    display: none;
}
@media (max-width: 991px) {
    .product-buttons-button_screenshots {
        display: inline-flex;
        width: 100%;
    }
}
.product-demo-button {
    background: #00a3ff;
}
.product-demo-button:hover {
    background: #fff;
    color: #0d95e1;
}
.product-demo-button:hover svg{
    fill: #0d95e1;
}
.product-demo-button-icon {
    fill: #fff;
    height: 18px;
    margin-right: 5px;
    width: 18px;
}
.product-buttons-button_screenshots .product-demo-button-icon{
    fill: #009df1;
}
.product-media-links {
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.product-media-link {
    background: #0000;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    padding-left: 65px;
    padding-right: 65px;
    color: #fff;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.product-media-link:hover {
    background: #fff;
    color: #222;
}
.product-media-wrapper {
    overflow: hidden;
    padding-bottom: 62.5%;
    position: relative;
}
.product-media-wrapper:after {
    border: 1px solid #dde3e6;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.product-media-wrapper_overlayed:before {
    background: #222;
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.product-media {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.product-media-container {
    position: relative;
}
.product-sale-label {
    background: #f9440a;
    border-bottom: 1px solid #fff;
    border-radius: 3px 0 3px 0;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    left: 0;
    line-height: 26px;
    padding: 0 12px;
    position: absolute;
    top: 0;
    z-index: 4;
}
.product-sale-label_free-install {
    background: #00b31d;
    border: 1px solid #fff;
    border-bottom-left-radius: 20px;
    border-right: none;
    border-top: none;
    left: auto;
    padding: 8px 15px 8px 20px;
    right: 0;
}
.product-media-container:not(.product-media-container_disabled):not(.product-media-container_noHover):hover
    .product-media-links {
    display: block;
}
.product-media-container:not(.product-media-container_disabled):not(.product-media-container_noHover):hover
    .product-media-wrapper_overlayed:before {
    display: block;
}
.product-media-container_disabled .product-media-wrapper_overlayed:before {
    background: #fff;
    display: block;
}
.product-category-and-demo-btn {
    align-items: center;
    color: #222;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 20px;
    margin-bottom: 15px;
}
@media (max-width: 719px) {
    .product-category-and-demo-btn {
        flex-wrap: wrap;
    }
}
.product-category-link {
    color: #222;
    display: flex;
    flex-shrink: 0;
}
.product-category-link:hover {
    color: #00a3ff;
}
@media (max-width: 719px) {
    .product-category-link {
        margin-bottom: 20px;
    }
}
.product-category-link-icon {
    background-size: contain;
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-right: 10px;
}
.product-cart {
    z-index: 3;
}
.cart-header,
.product-cart {
    position: relative;
}
.cart-header-label {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 15px;
}
.cart-header-label_title{
    color: #009df1;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
}
.cart-header-label_line{
    width: 50px;
    height: 2px;
    background: #009df1;
    display: block !important;
    padding: 0;
    margin: 0;
}
.product-licenses-container {
    position: relative;
    z-index: 51;
}
.product-licenses-container:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.product-licenses-container_disabled:before {
    display: block;
}
.product-licenses-item-title {
    color: #222;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
}
.product-licenses-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
}
.product-licenses-item .custom-tooltip-arrow,
.product-licenses-item .custom-tooltip-content {
    top: 90%;
}
.product-licenses-item_special-offers {
    flex-wrap: nowrap;
}
.product-licenses-item-description {
    color: #222;
    flex-grow: 1;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    width: 100%;
}
.cart-service-tooltip {
    display: inline-block;
    margin-left: 10px;
    margin-right: 40px;
}
.product-licenses-item_special-offers .cart-service-tooltip {
    margin-right: 10px;
}
.cart-service-tooltip-icon {
    fill: #8ba5af;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    min-width: 16px;
    width: 16px;
}
.cart-service-tooltip-icon:hover {
    fill: #2196f3;
}
.cart-services {
    margin-bottom: 20px;
    position: relative;
}
.cart-services:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.cart-services_disabled .checkbox-icon {
    background: #cfd8dc;
}
.cart-services_disabled .cart-service-price {
    color: #78909c;
}
.cart-services_disabled:before {
    display: block;
}
.cart-service {
    align-items: flex-start;
    display: flex;
    margin-bottom: 15px;
    position: relative;
    white-space: nowrap;
}
.cart-service .custom-tooltip {
    align-self: center;
}
.cart-service .custom-tooltip-arrow {
    margin-left: 1px;
}
.cart-services_paid-support {
    border-bottom: 1px solid #d1d8db;
    margin-bottom: 25px;
}
.cart-services_paid-support .cart-service {
    margin-bottom: 5px;
}
.cart-services_paid-support .cart-service:last-child {
    margin-bottom: 25px;
}
.cart-services_paid-support .cart-service-tooltip {
    margin-right: 0;
}
.cart-services_paid-support .cart-service_support:last-child {
    margin-bottom: 15px;
    margin-top: 15px;
}
.cart-services_paid-support-icon {
    border-bottom: 2px solid;
    border-radius: 1px;
    border-right: 2px solid;
    color: #90a4ae;
    height: 12px;
    margin-left: 8px;
    margin-right: 12px;
    position: relative;
    top: 3px;
    transform: rotate(45deg);
    width: 6px;
}
.cart-service_support {
    white-space: normal;
}
.cart-service-label {
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-service-prices {
    align-items: baseline;
    display: flex;
    margin-left: auto;
    white-space: nowrap;
}
.cart-service-price {
    color: #222;
    display: block;
    font-size: 16px;
    line-height: 18px;
}
.cart-service-prices span.amount{
    font-weight: normal;
}
.cart-service-price_license-selected {
    font-size: 20px;
}
.cart-service-price_original {
    color: #999;
    font-size: 12px;
    margin-right: 6px;
    text-decoration-line: line-through;
    display: none;
}
.cart-service-price_original.cart-service-price_license-selected {
    font-size: 16px;
}
.cart-service-price_discount {
    color: #222;
    font-weight: normal;
}
.cart-service-price_license {
    font-weight: 400;
}
.cart-service-price_license.cart-service-price_original {
    font-size: 16px;
}
.cart-service-price_license.cart-service-price_discount {
    font-size: 18px;
}
.additional-offer-text {
    color: #455a64;
    display: block;
    font-weight: 700;
    line-height: 24px;
    margin: 10px 0;
    text-align: center;
}
.product-add-to-cart-bottom {
    display: flex;
    gap: 0 10px;
}
.add-to-cart-button {
    background: #009df1;
    color: #fff;
}
.add-to-cart-button:active,
.add-to-cart-button:hover {
    background: #fff;
    color: #0d95e1;
    border: 1px solid;
}
.buy-to-cart-button_short{
    background: #fa6e1c;   
}
.buy-to-cart-button_short:active,
.buy-to-cart-button_short:hover{
    background: #fff;
    color: #fa6e1c;
    border: 1px solid;
}
.add-to-cart-button-content {
    align-items: center;
    display: flex;
    justify-content: center;
}
.add-to-cart-button-content svg {
    height: 22px;
    width: 22px;
}
.add-to-cart-button-loading .add-to-cart-button-content,
.add-to-cart-button-loading .add-to-cart-button-text {
    display: none;
}
.product-main-info_right .add-to-cart-button,
.product-main-info_right .add-to-cart-button-loading {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    white-space: normal;
    text-transform: none;
    width: 50%;
    border-radius: 5px;
}
.product-add-to-cart :first-child.cart-services:not(.cart-services_paid-support) {
    margin-top: 60px;
}
.product-add-to-cart .add-to-cart-button-loading {
    cursor: default;
}
.product-add-to-cart .add-to-cart-button-loading:active,
.product-add-to-cart .add-to-cart-button-loading:hover {
    background: #fff;
    color: #222;
}
.add-to-cart-button-loading_short,
.add-to-cart-button_short {
    width: 40%;
}
@media (max-width: 480px) {
    .product-add-to-cart-bottom{
        gap: 10px;
    }
    .product-main-info_right .add-to-cart-button{
        width: 50%;
    }
    .add-to-cart-button-loading_short,
    .add-to-cart-button_short {
        width: 100%;
    }
    .product-main-info_right .add-to-cart-button, .product-main-info_right .add-to-cart-button-loading{
        font-size: 15px;
    }
}
.product-add-to-cart .add-to-cart-button-loading_offers,
.product-add-to-cart .add-to-cart-button_offers {
    margin-bottom: 10px;
}
.product-add-to-cart-one {
    margin-top: 55px;
}
.product-add-to-cart-title {
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    line-height: 20px;
    margin-bottom: 10px;
}
.product-add-to-cart-license-price {
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.product-add-to-cart-info {
    background: #e5f4fd;
    border-radius: 3px;
    color: #455a64;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.product-add-to-cart-info-additional {
    color: #455a64;
    font-size: 15px;
    line-height: 20px;
}
.product-add-to-cart-info-additional-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.product-add-to-cart-info-icon {
    fill: #009df1;
    width: 14px;
}
.product-similar-products {
    background: #0b1220;
    padding-top: 70px;
    padding-bottom: 240px;
}
.product-similar-products_premium {
    background: #fff;
    padding-top: 0;
}
.product-description-container {
    display: flex;
}
@media (max-width: 959px) {
    .product-description-container {
        flex-direction: column;
    }
}
.product-description-block {
    flex-grow: 1;
    max-width: 800px;
    min-width: 1px;
    width: 100%;
}
@media (max-width: 959px) {
    .product-description-block {
        max-width: none;
    }
}
.product-description-sidebar {
    background: #fff;
    border-radius: 3px 3px 0 0;
    margin-left: 20px;
    max-width: 460px;
    padding: 0 0 20px;
    width: 100%;
}
.product-description-sidebar .product-description-sidebar-wrapper:not(:last-child){
    margin-bottom: 10px;
}
@media (max-width: 959px) {
    .product-description-sidebar {
        border-radius: 0;
        margin-left: 0;
        max-width: none;
        padding: 0;
        margin-top: 40px;
    }
}
.product-description-sidebar-wrapper {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 20px;
}
.product-description-sidebar-requirements-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fa6e1c;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.product-description-title {
    font-size: 24px;
    margin-bottom: 30px;
}
@media (max-width: 959px) {
    .product-description-title {
        margin-bottom: 20px;
    }
}
.product-general-info {
    background: #e5f4fd;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 30px;
    margin-bottom: 20px;
    padding: 8px 20px;
}
.product-general-info:empty {
    display: none;
}
@media (max-width: 1100px) {
    .product-general-info {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 0;
        gap: 0px 20px;
    }
}
.product-general-info-item {
    display: flex;
    align-items: center;
    gap: 0 10px;
    white-space: nowrap;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}
.product-general-info-data {
    font-weight: normal;
}
.product-features-block:not(:last-child) {
    margin-bottom: 20px;
}
.product-features-title {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0;
}
.product-features-content {
    color: #009df1;
    line-height: 26px;
}
.product-features-link,
.product-features-text {
    color: #009df1;
    position: relative;
}
.product-features-block.cat .product-features-link:not(:last-child):after{
    content: ',';
    color: #333;
}
.product-features-link_list,
.product-features-text_list {
    align-items: center;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    width: 49%;
}
.product-features-link_list:nth-child(odd),
.product-features-text_list:nth-child(odd) {
    padding: 0 14px 0;
    margin: 0;
}
.product-features-link_list:before,
.product-features-text_list:before {
    background: #2196f3;
    border: 1px solid #2196f3;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.product-features-requirement {
    align-items: center;
    color: #222;
    display: flex;
    line-height: 24px;
}
.product-features-requirement:not(:last-child) {
    margin-bottom: 20px;
}
.product-features-requirement-icon {
    fill: #90a4ae;
    display: block;
    flex-shrink: 0;
    height: 40px;
    margin-right: 20px;
    object-fit: contain;
    width: 40px;
}
.product-licenses-container_open {
    box-shadow: none;
    display: block;
    margin-bottom: 30px;
    margin-top: 55px;
    padding: 0;
    position: relative;
}
.product-licenses-container_open .cart-service-price_license {
    position: relative;
}
.product-licenses-container_open .cart-service-price-sublabel {
    color: #748790;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    max-width: 85px;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    white-space: normal;
}
.product-licenses-container_open .product-licenses-item-description-item-wrapper {
    display: flex;
    font-size: 14px;
}
.product-licenses-container_open .product-licenses-item {
    border: 1px solid #cfd8dc;
    border-radius: 3px;
    min-height: 118px;
    padding: 15px;
}
.product-licenses-container_open .product-licenses-item:before {
    content: none;
}
.product-licenses-container_open .product-licenses-item-description_right-space {
    padding-right: 85px;
}
.product-licenses-container_open .product-licenses-item[\:has\(\.cart-licenses-radio\:checked\)] {
    border-color: #009df1;
}
.product-licenses-container_open .product-licenses-item:has(.cart-licenses-radio:checked) {
    border-color: #009df1;
}
.product-licenses-container_open .product-licenses-item-description {
    padding-left: 30px;
}
.product-licenses-container_open .product-licenses-item-description-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 35px;
    position: relative;
    width: 100%;
}
@media (max-width: 768px) {
    .product-features-link_list,
    .product-features-text_list{
        display: block;
        width: 100%;
    }
    .product-features-link_list:nth-child(odd),
    .product-features-text_list:nth-child(odd){
        padding: 0 0 0 20px;
    }
}
@media (max-width: 450px) {
    .product-licenses-container_open .product-licenses-item-description-list {
        padding-left: 15px;
    }
}
.product-licenses-container_open .product-licenses-item-description-item {
    margin-right: 14px;
    position: relative;
}
.product-licenses-container_open .product-licenses-item-description-item:before {
    content: "";
}
.product-licenses-container_open .product-licenses-item-description-item_short {
    margin-right: 4px;
}
.product-licenses-container_open .cart-services_paid-support-icon {
    border-color: #009df1;
    flex-shrink: 0;
    height: 13px;
    margin-left: 0;
    margin-right: 8px;
    width: 7px;
}
.product-licenses-container_open .licenses-item-service-tooltip {
    align-items: center;
    margin-right: 14px;
}
.product-licenses-container_open .licenses-item-service-tooltip .custom-tooltip-content {
    top: 20px;
}
.product-licenses-container_open .licenses-item-service-tooltip .custom-tooltip-arrow {
    margin-left: 2px;
    top: 20px;
}
.product-licenses-container_open .cart-licenses-radio-icon {
    display: block;
}
.product-licenses-container_one .product-licenses-item:first-child .product-licenses-item-description {
    margin-bottom: 5px;
}
.product-customer-choice {
    align-items: center;
    border: 1px solid #00a3ff;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    min-height: 80px;
    padding: 15px 15px 17px;
    position: relative;
}
.product-customer-choice:before {
    background-color: #00a3ff;
    border-radius: 13px;
    color: #fff;
    content: attr(data-label);
    font-size: 14px;
    font-weight: 700;
    left: 7px;
    line-height: 14px;
    padding: 3px 10px 4px;
    position: absolute;
    top: -12px;
    z-index: 2;
}
.product-customer-choice__label {
    margin: 4px 0 0;
    width: 100%;
}
.product-customer-choice__label-text {
    font-size: 16px;
}
.product-customer-choice__description {
    padding-left: 30px;
}
.product-customer-choice__price {
    font-weight: 400;
}
.checkbox-service-of-the-day {
    margin-top: 20px;
}
.checkbox-service-of-the-day:before {
    background: #009df1;
    border-radius: 4px;
    color: #fff;
    content: attr(data-service-of-the-day-label);
    font-size: 12px;
    font-weight: 700;
    padding: 1px 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 2;
}
.checkbox-service-of-the-day:after {
    border: 2px solid #009df1;
    border-radius: 6px;
    content: "";
    height: calc(100% + 16px);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 16px);
}
.customer-support-tooltip {
    cursor: pointer;
    margin-right: 10px;
}
.customer-support-tooltip__icon {
    display: inline-block;
    height: 16px;
    min-width: 16px;
    width: 16px;
}
.product-tag {
    border: 1px solid #cfd8dc;
    border-radius: 3px;
    color: #222;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
}
.product-tag:hover {
    background: #f0f8fe;
    border: 1px solid #2196f3;
    color: #2196f3;
}
.product-nav-bar-tabs {
    display: flex;
}
@media (max-width: 550px) {
    .product-nav-bar-tabs {
        justify-content: space-between;
        width: 100%;
    }
}
.product-nav-bar-tabs-link {
    align-items: center;
    border-bottom: 2px solid #0000;
    color: #222;
    display: flex;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-right: 20px;
    padding: 12px 20px;
    white-space: nowrap;
}
.product-nav-bar-tabs-link:hover {
    border-color: #dde3e6;
}
.product-nav-bar-tabs-link:hover .product-nav-bar-tabs-link-icon {
    fill: #222;
}
@media (hover: none) and (pointer: coarse) {
    .product-nav-bar-tabs-link:hover {
        border-color: #0000;
    }
}
@media (max-width: 650px) {
    .product-nav-bar-tabs-link {
        margin-right: 30px;
        padding: 9px 15px;
    }
}
@media (max-width: 450px) {
    .product-nav-bar-tabs-link {
        margin-right: 0;
    }
}
@media (max-width: 550px) {
    .product-nav-bar-tabs-link:last-child {
        margin-right: 0;
    }
}
.product-nav-bar-tabs-link-count {
    color: #546e7a;
    margin-left: 4px;
}
@media (max-width: 959px) {
    .product-nav-bar-tabs-link-count {
        display: none;
    }
}
.product-nav-bar-tabs-link_active,
.product-nav-bar-tabs-link_active:hover {
    border-color: #00a3ff;
}
.products-block {
    margin-bottom: 60px;
}
.products-block-subtitle,
.products-block-title {
    margin-bottom: 10px;
}
.products-block-more-link {
    align-items: center;
    color: #2196f3;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.products-block-more-link:hover {
    color: #009df1;
}
.products-block-more-link:after {
    border-bottom: 1px solid;
    border-right: 1px solid;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 10px;
    transform: rotate(-45deg);
    width: 6px;
}
.products-block-title_container {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
}
.products-block-title_container .products-block-more-link {
    position: absolute;
    right: 0;
    top: 4px;
}
@media (max-width: 1199px) {
    .products-block-title_container .products-block-more-link {
        margin-bottom: 20px;
        position: static;
    }
}
.products-block-centered .product-list {
    display: flex;
    justify-content: center;
}
@media (max-width: 719px) {
    .products-block-centered .product-list {
        justify-content: normal;
    }
}
.products-block-centered .product-list .product {
    width: calc(20% - 32px);
}
@media (max-width: 1879px) {
    .products-block-centered .product-list .product {
        width: calc(25% - 30px);
    }
}
@media (max-width: 1399px) {
    .products-block-centered .product-list .product {
        width: calc(33.33333% - 26.66667px);
    }
}
@media (max-width: 959px) {
    .products-block-centered .product-list .product {
        width: calc(50% - 20px);
    }
}
@media (max-width: 719px) {
    .products-block-centered .product-list .product {
        width: 270px;
    }
}
.products-desc {
    color: #90a4ae;
    font-weight: 400;
}
.products-listing {
    position: relative;
}
.products-listing:after {
    background: linear-gradient(270deg, #fff 50%, #fff0);
    right: 0;
}
.products-listing:before {
    background: linear-gradient(90deg, #fff 50%, #fff0);
    left: 0;
}
.products-listing:after,
.products-listing:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 2;
}
@media (max-width: 719px) {
    .products-listing:after,
    .products-listing:before {
        width: 20px;
    }
}
.products-listing-categories {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    overflow: auto hidden;
    padding-bottom: 20px;
    width: 100%;
}
@media (max-width: 1380px) {
    .products-listing-categories {
        gap: 20px;
    }
}
@media (min-width: 960px) {
    .products-listing-categories {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .products-listing-categories::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 960px) {
    .products-listing-categories {
        gap: 15px;
    }
    .products-listing-categories__item {
        margin-bottom: 10px;
        min-width: 170px;
    }
    .products-listing-categories__item-name {
        font-size: 14px;
    }
}
.products-listing-categories_product-of-the-day {
    display: flex;
    gap: 24px;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    overflow: auto hidden;
    padding-bottom: 10px;
    width: 100%;
}
@media (max-width: 1380px) {
    .products-listing-categories_product-of-the-day {
        gap: 20px;
    }
}
@media (max-width: 960px) {
    .products-listing-categories_product-of-the-day {
        gap: 15px;
    }
    .products-listing-categories_product-of-the-day__item {
        margin-bottom: 10px;
        min-width: 170px;
    }
    .products-listing-categories_product-of-the-day__item-name {
        font-size: 14px;
    }
}
.products-listing-categories__item {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d1d8db;
    border-radius: 6px;
    display: flex;
    gap: 6px;
    height: 50px;
    justify-content: center;
    min-width: 185px;
    padding: 4px;
}
.products-listing-categories__item:hover {
    border-color: #8a94a4;
}
.products-listing-categories__item_product-of-the-day {
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 3px #0003;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4px;
}
.products-listing-categories__item_product-of-the-day:hover {
    box-shadow: 0 1px 3px #0003;
}
.products-listing-categories__item-img {
    display: block;
}
.products-listing-categories__item-name {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products-listing-categories__item-name_product-of-the-day {
    flex-shrink: 0;
    font-size: 14px;
    padding: 8px 0 6px;
    text-align: center;
    width: 100%;
}
@media (max-width: 1380px) {
    .products-listing-categories__item-name_product-of-the-day {
        padding: 6px 0 4px;
    }
}
.products-empty-search .product-list {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
}
@media (max-width: 1630px) and (min-width: 960px) {
    .products-empty-search .product-list {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }
    .products-empty-search .product-list.product-list .product:nth-child(n + 4) {
        display: none;
    }
}
@media (max-width: 1330px) and (min-width: 720px) {
    .products-empty-search .product-list {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
    .products-empty-search .product-list.product-list .product:nth-child(n + 3) {
        display: none;
    }
}
@media (max-width: 719px) {
    .products-empty-search .product-list {
        grid-template-columns: repeat(1, minmax(270px, 1fr));
    }
    .products-empty-search .product-list.product-list {
        grid-template-columns: repeat(4, minmax(270px, 1fr));
        margin: -5px;
        overflow: auto;
        padding: 5px;
    }
}
@media (min-width: 960px) {
    .products-empty-search .product-list.product-list::-webkit-scrollbar {
        background-color: #e6e6e6;
        height: 5px;
    }
    .products-empty-search .product-list.product-list::-webkit-scrollbar-thumb {
        background-color: #b3b3b3;
        width: 24px;
    }
}
.products-empty-search .product-details {
    display: flex;
}
.products-empty-search .products-block-title_container {
    flex-direction: row;
    padding-right: 170px;
}
@media (max-width: 1199px) {
    .products-empty-search .products-block-title_container {
        flex-direction: column;
        padding-right: 0;
    }
}
.product-list {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    margin-bottom: 40px;
}
@media (max-width: 1730px) {
    .product-list {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }
}
@media (max-width: 1430px) {
    .product-list {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}
@media (max-width: 719px) {
    .product-list {
        grid-template-columns: repeat(1, minmax(180px, 1fr));
    }
    .product-list .promotion-banner-container,
    .product-list .promotion-banner-wrapper {
        display: none;
    }
}
.product {
    background: #fff;
    border-radius: 14px;
    bottom: 0;
    box-shadow: 0 4px 10px 0 #1c242826;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.1s ease-in-out;
}
.product:hover {
    bottom: 4px;
    box-shadow: 0 8px 14px 0 #1c242826;
}
.product-image-links {
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 125px;
    z-index: 2;
}
.product-image-link:not(:last-child) {
    margin-bottom: 15px;
}
.product-image-wrapper {
    border-radius: 14px 14px 0 0;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 62.5%;
    position: relative;
}
.product-image-wrapper:hover:before {
    content: none;
}
.product-image-wrapper .product-image {
    position: absolute;
    top: 0;
    width: 100%;
}
.product-image-wrapper .product-sale-label {
    background: #f9440a;
    border: none;
    border-radius: 0 14px 0 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    left: auto;
    line-height: 26px;
    padding: 0 13px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.product-image-wrapper .product-sale-label_free-install {
    background: #00b31d;
}
.product-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 14px;
    padding: 0 16px 16px;
}
.product-details .product-name-title-text {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #222;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.product-name {
    display: flex;
    margin-bottom: 10px;
    text-decoration: none;
}
.product-info {
    flex-grow: 1;
    margin-bottom: 10px;
}
.product-container-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-container-link_grid {
    cursor: pointer;
}
.product-name-icon {
    background-size: contain;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: top;
    width: 20px;
}
.product-name-title {
    flex: 1;
    font-weight: 400;
    overflow: hidden;
}
.product-name-title-link {
    display: block;
    flex: 1;
}
.product-info-line {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}
.product-info-line:not(:last-child) {
    margin-bottom: 8px;
}
.rating {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23b0bec5'%3E%3Cpath fill-rule='evenodd' d='m10 0 3.109 6.61L20 7.663l-4.985 5.1L16.198 20 10 16.58 3.802 20l1.183-7.239L0 7.661l6.891-1.05zm0 2.34L7.567 7.514l-5.5.838 3.982 4.074-.934 5.713L10 15.444l4.885 2.695-.934-5.713 3.982-4.074-5.5-.838z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: space;
    flex-shrink: 0;
}
.rating,
.rating-stars {
    height: 20px;
    position: relative;
    width: 118px;
}
.rating-stars {
    display: block;
    overflow: hidden;
}
.rating-stars:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' fill='%23ffab00'%3E%3Cpath d='m10 0 3.109 6.61L20 7.663l-4.985 5.1L16.198 20 10 16.58 3.802 20l1.183-7.239L0 7.661l6.891-1.05z' fill='0' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: space;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 118px;
}
.rating-stars_4_5 {
    width: 108px;
}
.rating-stars_4 {
    width: 96px;
}
.rating-stars_3_5 {
    width: 84px;
}
.rating-stars_3 {
    width: 72px;
}
.rating-stars_2_5 {
    width: 59px;
}
.rating-stars_2 {
    width: 46px;
}
.rating-stars_1_5 {
    width: 35px;
}
.rating-stars_1 {
    width: 24px;
}
.rating-stars_0_5 {
    width: 10px;
}
.rating-stars_0 {
    width: 0;
}
.product-labels {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    white-space: nowrap;
}
.product-price {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.product-price_regular {
    color: #203239;
    font-size: 18px;
    line-height: 21px;
    text-decoration: line-through;
}
.product-price_discount {
    color: #d84315;
}
.product-price_free {
    color: #009df1;
    font-size: 16px;
}
.product-links {
    display: flex;
    margin-top: 18px;
}
.product-link {
    flex: 1;
}
.product-link:not(:first-child) {
    margin-left: 20px;
}
.product-prices {
    display: flex;
    gap: 5px;
}
.product-container-link_grid {
    position: relative;
}
.product-grid-main-link_details {
    display: flex;
    flex: 1;
}
.product-grid-link {
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    z-index: 2;
}
.product-grid-link:hover {
    border: none;
    color: #fff;
}
.product-grid-link_demo {
    border: 1px solid #00a3ff;
    color: #00a3ff;
}
.product-grid-link_demo:hover {
    background-color: #00a3ff;
}
.product-grid-link_details {
    border: 1px solid #009df1;
    color: #009df1;
}
.product-grid-link_details:hover {
    background-color: #009df1;
}
.side-indent {
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 719px) {
    .side-indent {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.related-searches {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 60px;
    max-width: 940px;
    text-align: center;
}
.related-searches_blocks {
    justify-content: normal;
}
.related-searches-title {
    display: block;
    flex-basis: 100%;
    margin-bottom: 20px;
}
.related-searches-title_custom {
    color: #455a64;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.related-searches-link {
    color: #2196f3;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px 20px;
    white-space: nowrap;
}
.related-searches-link:hover {
    color: #009df1;
}
.related-searches-icon {
    background-size: cover;
    border-radius: 3px;
    display: inline-block;
    flex: 0 0 40px;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
.related-searches-link_block {
    color: #222;
    display: flex;
    flex: 0 1 25%;
    font-size: 12px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    white-space: normal;
}
.related-searches-link_block:hover {
    color: #2196f3;
}
@media (max-width: 959px) {
    .related-searches-link_block {
        flex: 0 1 33.3%;
    }
}
@media (max-width: 719px) {
    .related-searches-link_block {
        flex: 0 1 50%;
    }
}
.related-searches_suggestions {
    background-color: #fff;
    justify-content: normal;
    margin: 0;
    max-width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
}
.related-searches_suggestions .related-searches-title {
    margin-bottom: 40px;
}
.related-searches_suggestions .related-searches-link {
    flex: 0 1 33.3%;
    margin: 0 0 10px;
    overflow: hidden;
    padding-right: 40px;
    text-align: left;
    text-overflow: ellipsis;
}
@media (max-width: 1339px) {
    .related-searches_suggestions .related-searches-link {
        flex: 0 1 50%;
    }
}
@media (max-width: 719px) {
    .related-searches_suggestions .related-searches-link {
        flex: 0 1 100%;
        padding-right: 0;
        text-align: center;
    }
}
.product-description {
    background: #fff;
    font-size: 16px;
    line-height: 28px;
    overflow-wrap: break-word;
    word-break: break-word;
}
.product-description h1 {
    margin-bottom: 30px;
}
.product-description h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.product-description h6 {
    margin-bottom: 10px;
}
.product-description h3 {
    font-size: 20px;
    line-height: 26px;
}
.product-description h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.product-description h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.product-description h6 {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
.product-description b,
.product-description strong {
    font-weight: 700;
}
.product-description a:not(.btn) {
    color: #2196f3;
    font-weight: 700;
}
.product-description a:not(.btn):hover {
    color: #009df1 !important;
}
.product-description ol,
.product-description p,
.product-description ul {
    margin: 0 auto 2px;
}
.product-description ol {
    counter-reset: myCounter;
}
.product-description li {
    display: block;
    list-style: none;
    margin: 0 auto 6px;
    position: relative;
    text-align: left;
    width: 100%;
}
.product-description li:last-child {
    margin: 0 auto;
}
.product-description ol > li,
.product-description ul > li {
    padding-left: 30px;
}
.product-description ol > li:nth-child(n + 10) {
    padding-left: 24px;
}
.product-description ol > li:nth-child(n + 100) {
    padding-left: 32px;
}
.product-description li:before {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 3px;
}
.product-description ol > li:before {
    color: #222;
    content: counter(myCounter) ".";
    counter-increment: myCounter;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.product-description ul > li:before {
    content: "";
    background-image: url('../../images/iccheck.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: 25px;
    width: 25px;
}
.product-description ol ul,
.product-description ul ul {
    margin: 6px auto 0;
}
.product-description ol ul li:before,
.product-description ul ul li:before {
    background: #fff;
    border: 1px solid #2196f3;
}
.product-description ol ol,
.product-description ul ol {
    margin: 6px auto 0;
}
.product-description img {
    height: auto;
    max-width: 100%;
    width: auto;
}
.product-description .barnaby-img,
.product-description iframe {
    height: auto;
    width: 100%;
}
@media (min-width: 720px) {
    .product-description {
        margin: 0 auto 40px;
    }
}
.product-description iframe {
    border-radius: 3px;
    box-shadow: 0 10px 20px #22233;
    height: auto;
    margin: 0 auto 20px;
    width: 100%;
}
@media (min-width: 720px) {
    .product-description iframe {
        margin: 0 auto 40px;
    }
}
.product-description hr {
    background: linear-gradient(90deg, #fff0 20%, #b1c1ca 50%, #fff0 80%);
    border: none;
    height: 1px;
    margin: 80px auto;
}
@media (max-width: 719px) {
    .product-description hr {
        margin: 40px auto;
    }
}
.product-description table {
    margin: 0 auto 22px;
}
.product-description table :first-child:not(thead) tr:first-child {
    background: #e6ebee;
    border-bottom: none;
    font-weight: 700;
}
@media (min-width: 960px) {
    .product-description table {
        width: 100%;
    }
}
.product-description tr {
    word-break: normal;
}
.product-description thead tr {
    background: #e6ebee;
}
.product-description tbody tr {
    border-bottom: 1px solid #90a4ae;
}
.product-description td,
.product-description th {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    text-align: left;
}
.product-description th {
    overflow-wrap: normal;
}
.product-description .spacing-xs {
    margin-bottom: 20px;
}
@media (max-width: 719px) {
    .product-description .spacing-xs {
        margin-bottom: 10px;
    }
}
.product-description .spacing-s {
    margin-bottom: 30px;
}
@media (max-width: 719px) {
    .product-description .spacing-s {
        margin-bottom: 20px;
    }
}
.product-description .spacing-m {
    margin-bottom: 40px;
}
@media (max-width: 719px) {
    .product-description .spacing-m {
        margin-bottom: 30px;
    }
}
.product-description .spacing-l {
    margin-bottom: 60px;
}
@media (max-width: 719px) {
    .product-description .spacing-l {
        margin-bottom: 40px;
    }
}
.product-description .spacing-xl {
    margin-bottom: 80px;
}
@media (max-width: 719px) {
    .product-description .spacing-xl {
        margin-bottom: 60px;
    }
}
.product-description {
    padding: 20px;
}
@media (min-width: 720px) {
    .product-description {
        padding: 40px;
    }
}
.product-description.product-description_dark {
    background: #f1fafe;
}
.product-description h1,
.product-description h2 {
    text-align: center;
}
.product-description-item.description-block_closed .product-description-item-content{
    display: none;
}
.product-description .product-description-item:not(:last-child){
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.product-description-item-title{
    margin: 40px auto 20px;
    position: relative;
}
.product-description-item-title h2{
    font-size: 30px;
    line-height: 44px;
    font-weight: bold;
    color: #000;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .product-description-item-title{
        margin: 20px auto 20px;
    }
    .product-description-item-title h2{
        font-size: 20px;
        line-height: 32px;
        margin-top: 0;
    }
    .product-description-item-title:after{
        border-color: #000 #0000 #0000;
        border-style: solid;
        border-width: 7px 7px 0;
        content: "";
        cursor: pointer;
        display: inline-block;
        height: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        width: 0;
    }
    .product-description-item.description-block_closed .product-description-item-title{
        margin-bottom: 0;
    }
    .product-description-item.description-block_closed .product-description-item-title:after{
        transform: translateY(-50%);
    }
    .product-description .product-description-item:not(:last-child){
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.product-description .product-description_text-blog {
    display: flex;
    flex-wrap: wrap;
}
.product-description .product-description_text-blog p:empty {
    font-size: 0;
    line-height: 0;
    margin: 0;
}
.product-template-item-title_name{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #000;
    margin: 0px auto 40px;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 991px) {
    .product-template-item-title_name{
        font-size: 20px;
        line-height: 30px;
    }
}
.product-template-item{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}
.product-template-item:last-child{
    margin-bottom: 70px;
}
.product-template-detail{
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}
.product-template-detail_mcol{
    width: 33.3333%;
    padding: 15px;
}
.product-template-detail.v2 .product-template-detail_mcol{
    width: 25%;
}
.product-template-detail_thumb{
    display: flex;
    justify-content: center;
    border: 10px solid #eff2f7;
    position: relative;
}
.product-template-detail.v1 .product-template-detail_thumb{
    height: 540px;
}
.product-template-detail.v1 .product-template-detail_thumb a{
    display: block;
    height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
}
.product-template-detail.v1 .product-template-detail_thumb a::-webkit-scrollbar {
    width: 0;
}
.product-template-detail_thumb:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.product-template-detail_thumb:hover .product-template_icon_holder{
    opacity: 1;
}
.product-template-detail.v1 .product-template-detail_mcol img {
    transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
}
.product-template-detail_mcol:hover .dtitle a{
    color: var(--colorwh);
}
.product-template-detail.v2 .product-template-detail_mcol:hover .product-template-detail_thumb img{
    transform: scale(1.05);
}
.product-template-detail_decss .dtitle{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 15px;
}
.product-template_icon_holder{
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: scale3d(1, 1, 1);
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
@media (max-width: 991px) {
    .product-template-detail_decss .dtitle{
        font-size: 16px;
        line-height: 28px;
    }
    .product-template-detail_mcol{
        width: 50% !important;
    }
}
@media (max-width: 540px) {
    .product-template-detail_mcol{
        padding: 10px;
    }
    .product-template-detail.v1 .product-template-detail_thumb{
        height: 240px;
    }
    .product-template-detail.v1 .product-template-detail_thumb a{
        height: 220px;
    }
}
.product-thumbnails-wrapper {
    bottom: 25px;
    display: none;
    left: 10px;
    overflow: auto;
    position: absolute;
    right: 10px;
    z-index: 1
}

@media (min-width: 960px) {
    .product-thumbnails-wrapper::-webkit-scrollbar {
        background-color:#e6e6e6;
        height: 5px
    }

    .product-thumbnails-wrapper::-webkit-scrollbar-thumb {
        background-color: #b3b3b3;
        width: 24px
    }
}
.product-thumbnails_on-preview {
    display: flex;
    z-index: auto
}
.product-thumbnails-item {
    cursor: zoom-in;
    flex-shrink: 0;
    height: 75px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    width: 120px
}
.product-thumbnails-item:first-child {
    margin-left: auto
}
.product-thumbnails-item:last-child {
    margin-right: auto
}
.product-thumbnails-item:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.product-thumbnail-image {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%
}
@media (min-width: 960px) {
    .product-media-container:not(.product-media-container_disabled):not(.product-media-container_noHover):hover .product-thumbnails-wrapper {
        display: flex;
    }
}
.custom-tooltip {
    display: flex;
}
.custom-tooltip-content {
    background-color: #5b5b5b;
    border-radius: 3px;
    box-shadow: 0 5px 10px #222;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    left: 0;
    line-height: 22px;
    margin-top: 10px;
    max-width: 100%;
    padding: 20px;
    position: absolute;
    top: 100%;
    white-space: normal;
    width: auto;
    z-index: 100;
}
.custom-tooltip-content:after {
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: -15px;
    width: 100%;
}
.custom-tooltip-content a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
.custom-tooltip-content a:hover {
    text-decoration: none;
}
.custom-tooltip .custom-tooltip-content,
.custom-tooltip.disabled:hover .custom-tooltip-arrow,
.custom-tooltip.disabled:hover .custom-tooltip-content {
    display: none;
}
.custom-tooltip:hover .custom-tooltip-content {
    display: inline-block;
}
.custom-tooltip-arrow {
    background-color: #5b5b5b;
    border-radius: 0 0 0 3px;
    display: none;
    height: 14px;
    margin-left: 3px;
    margin-top: 5px;
    position: absolute;
    top: 100%;
    transform: rotate(-45deg);
    width: 14px;
}
.custom-tooltip:hover .custom-tooltip-arrow {
    display: block;
}
.custom-tooltip-button {
    display: flex;
}
.anchor-container {
    position: relative;
}
.anchor {
    position: absolute;
    top: -80px;
}
.anchor_top {
    top: 30px;
}
.main-content_product {
    background: #fff;
}
.main-content_product .side-indent {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
}
.main-content_product .products-block-title_container {
    align-items: flex-start;
}
@media (max-width: 719px) {
    .main-content_product .products-block-title_container {
        align-items: center;
    }
}
.main-content_product .products-block {
    margin-bottom: 0;
}
.main-content_product .product-list {
    grid-template-columns: repeat(4, minmax(270px, 1fr));
    margin: -5px;
    overflow: auto;
    padding: 5px;
}
@media (min-width: 960px) {
    .main-content_product .product-list::-webkit-scrollbar {
        background-color: #e6e6e6;
        height: 5px;
    }
    .main-content_product .product-list::-webkit-scrollbar-thumb {
        background-color: #b3b3b3;
        width: 24px;
    }
}
.main-content_product .products-block-title {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.main-content_product .product-description {
    margin: 0;
    padding: 0;
}
.main-content_product .related-searches_suggestions {
    padding-top: 0;
}
@media (max-width: 1879px) {
    .main-content_product .related-searches_suggestions .related-searches-link {
        flex: 0 1 50%;
    }
}
@media (max-width: 768px) {
    .product-similar-products{
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .main-content_product .products-block-title {
        font-size: 24px;
        line-height: 36px;
        margin: 0;
    }
    .main-content_product .related-searches_suggestions .related-searches-link {
        flex: 0 1 100%;
    }
}
.woocommerce-variation-price{
    padding-top: 15px !important;
    margin-bottom: 20px;
    border: 0;
    font-size: 20px !important;
}
.woocommerce-variation-price > .wc-group-price{
    position: relative;
    display: inline-block;
}
.woocommerce-variation-price .badge-container{
    right: -55px;
    left: unset;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.woocommerce-variation-price .badge-container .badge-frame{
    font-size: 13px;
}
.woocommerce-variation-price .badge-container .badge+.badge{
    height: 2em;
}
ins span.amount{
    color: #fa6e1c;
    font-size: 25px;
    font-weight: 700;
}