.alert-block {
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 13000
}
@media(max-width: 1199.98px) {

    
.start-plan {
    justify-content: start!important;
}

}
@media(min-width: 1199.98px) {
.end-start.start-plan {
    justify-content: end!important;
}
}
/* @media(min-width: 767px) {
.header.py-2 {
    z-index: 1066;
}
} */
@media(max-width:575.98px) {
    .alert-block {
        right: 1rem !important;
        top: 1rem !important;
        left: 1rem !important
    }
    .col-md-8.col-xl-4.start-plan {
        justify-content: center!important;
    }
}

.sc-alert {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(40, 41, 61, .04), 0 8px 16px rgba(96, 97, 112, .16);
    box-shadow: 0 2px 4px rgba(40, 41, 61, .04), 0 8px 16px rgba(96, 97, 112, .16);
    padding: 0;
    margin-bottom: 1.5rem;
    overflow: hidden
}

@media(min-width:420px) {
    .sc-alert {
        width: 370px;
        min-height: 100px
    }
    .sc-alert-content {
        min-height: 100px
    }
}

.sc-alert-success .sc-alert-icon {
    background-color: #09b83a
}

.sc-alert-danger .sc-alert-icon {
    background-color: #d73e3e
}

.sc-alert-warning .sc-alert-icon {
    background-color: #e57a00
}

.sc-alert-close {
    position: absolute;
    right: .5rem;
    top: .5rem;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.sc-alert-icon {
    max-width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
}

.sc-alert-text {
    color: #1c1c28;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sc-alert-text a {
    color: #0063f7;
    text-decoration: underline
}

.sc-alert-text a:hover {
    text-decoration: none
}

.alert-text-item + .alert-text-item {
    margin-top: .5rem
}

.sc-alert [data-bs-dismiss=modal] {
    display: none !important
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.modal {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-transition: opacity .3s, -webkit-transform .4s;
    transition: transform .4s, opacity .3s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .3s;
    opacity: 0;
    z-index: 12201
}

#cartModal {
    z-index: 12203
}

.modal-backdrop.show {
    opacity: .8
}

.modal.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.modal-dialog {
    max-width: 440px
}

.modal-dialog.wide {
    max-width: 1024px
}

.modal-content {
    border-radius: .75rem;
    border: 0;
    -webkit-box-shadow: 0 2px 8px rgba(40, 41, 61, .08), 0 20px 32px rgba(96, 97, 112, .24);
    box-shadow: 0 2px 8px rgba(40, 41, 61, .08), 0 20px 32px rgba(96, 97, 112, .24);
    overflow: hidden
}

.modal-content a {
    text-decoration: underline
}

.modal-content a:hover {
    text-decoration: none
}

.modal-content .sc-btn:not(.sc-btn-with-icon) {
    width: 100%
}

.modal-header {
    border-bottom: transparent;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

@media(max-width:767.98px) {
    .modal-dialog {
        margin: 0;
        padding-top: 60px;
        width: 100%;
        max-width: 100%
    }
    .modal-content {
        height: calc(100vh - 60px);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
    .modal-header {
        padding: 1rem !important
    }
    .modal-title {
        font-size: 1rem !important
    }
}

.modal-header .btn-close {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    opacity: .7
}

.modal-header .btn-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-header .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-title {
    line-height: 1.5rem;
    padding-right: 3.625rem
}

@media(max-width:767.98px) {
    .modal-body {
        overflow-y: auto
    }
}

@media(min-width:768px) {
    .modal-body {
        min-height: 300px
    }
}

.modal-body-text {
    line-height: 17px
}

.modal-body iframe {
    max-width: 100%
}

.modal-body-agree a {
    text-decoration: underline
}

.modal-body-agree a:hover {
    text-decoration: none
}

.modal-body-agree ol,
.modal-body-agree ul {
    padding-left: 1rem
}

.modal-body-agree ol+p,
.modal-body-agree p+ol,
.modal-body-agree p+p,
.modal-body-agree p+ul,
.modal-body-agree ul+p {
    padding-top: 1rem
}

.modal-body-cart-items {
    max-height: 320px;
    overflow-y: auto;
    border-bottom: 1px solid #f2f4f8
}

.modal-body-cart-items>* {
    margin-bottom: 1rem;
    -webkit-transition: border-color .3s ease-out;
    -o-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out
}

.modal-body-cart-items>:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eaeaea
}

.modal-body-product-img {
    border: 1px solid #f2f4f8;
    min-width: 82px
}

.modal-body-product-img img {
    height: 64px;
    object-fit: contain;
}

.modal-body-product:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(max-width:370px) {
    .modal-body-product .sc-module-rating-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.modal-body-product .sc-module-rating-star {
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

@media(min-width:413px) {
    .modal-body-product .sc-module-rating-star {
        width: 1.5rem;
        height: 1.5rem
    }
}

.modal-body-product .sc-module-rating-star+.sc-module-rating-star {
    margin-left: .5rem
}

@media(min-width:992px) {
    #back-top {
        right: 2.5rem;
        width: 3rem;
        height: 3rem;
        line-height: 3rem
    }
    .modal-body-quick-view-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 510px;
        flex: 0 0 510px;
        max-width: 510px
    }
}

.modal-body-quick-view-img .sc-module-stickers-left {
    gap: 0.25rem;
    flex-wrap: wrap;
}

.modal-body-quick-view .sc-product-actions {
    border: 1px solid #f2f4f8
}

.modal-body-quick-view .sc-product-content-attributes,
.modal-body-quick-view .sc-product-content-description {
    border-bottom: 0
}

.modal-body-quick-view .sc-product-content-text ol,
.modal-body-quick-view .sc-product-content-text ul {
    padding-left: 1rem
}

.modal-body-quick-view .sc-product-content-text ol+p,
.modal-body-quick-view .sc-product-content-text p+ol,
.modal-body-quick-view .sc-product-content-text p+p,
.modal-body-quick-view .sc-product-content-text p+ul,
.modal-body-quick-view .sc-product-content-text ul+p {
    margin-top: 1rem
}

@media(max-width:413px) {
    .modal-body-quick-view .sc-btn-text {
        display: none
    }
    .modal-body-quick-view .sc-product-buttons .sc-btn {
        padding: 0 !important;
        width: 40px !important;
        height: 40px
    }
}

.modal-backdrop {
    z-index: 12200;
    background-color: rgba(0, 0, 0, .4)
}

.modal-open {
    overflow: hidden
}

.modal textarea {
    height: 200px !important;
    line-height: 1 !important
}

#cartModal .sc-buy-one-click {
    padding: 0 !important
}

#cartModal .sc-buy-one-click-title {
    font-size: 12px !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

#cartModal .sc-buy-one-click-title+form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#modalCartBody p+p,
.sc-popup-success p+p {
    margin-top: 1rem
}

#blogCommentModal .form-control {
    max-width: 100%
}

.sc-location {
    -webkit-box-shadow: 0 0 2px rgba(40, 41, 61, .04), 0 4px 8px rgba(96, 97, 112, .16);
    box-shadow: 0 0 2px rgba(40, 41, 61, .04), 0 4px 8px rgba(96, 97, 112, .16)
}

.sc-location+.sc-location {
    margin-top: 1rem
}

.sc-location .sc-btn-secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20px;
    height: 20px
}

.sc-location .sc-btn-secondary .sc-btn-icon-chevron {
    -webkit-mask-image: url(../img/sprite.svg#include--location-chevron);
    mask-image: url(../img/sprite.svg#include--location-chevron);
    width: 10px;
    height: 10px
}

.sc-location-collapsed {
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    -o-transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    overflow: hidden
}

.sc-location iframe {
    max-width: 100%;
    border-radius: .25rem !important;
    max-height: 320px !important
}

.sc-location.active .sc-btn-secondary .sc-btn-icon {
    background: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sc-location.active .sc-location-collapsed {
    max-height: 800px;
    padding-top: 1rem;
    opacity: 1
}

@-webkit-keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

@keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

#sc_fixed_contact_button {
    position: fixed;
    right: 15px;
    bottom: 72px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1020
}

#sc_fixed_contact_button.clicked {
    z-index: 1041
}

#sc_fixed_contact_substrate {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    display: none
}

#sc_fixed_contact_substrate.active {
    z-index: 1020;
    display: block
}

.sc-fixed-contact-pulsation {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: 2s infinite pulsation;
    animation: 2s infinite pulsation
}

@media(min-width:420px) {
    #sc_fixed_contact_button {
        right: 30px;
        width: 70px;
        height: 70px
    }
    .sc-fixed-contact-pulsation {
        width: 100px;
        height: 100px
    }
}

.sc-fixed-contact-icon {
    color: #fff;
    width: 100%;
    font-size: 20px;
    overflow: hidden
}

.sc-fixed-contact-icon .fa-envelope {
    -webkit-animation: 3s infinite iconOpacity;
    animation: 3s infinite iconOpacity;
    width: 20px;
    height: 20px
}

@media(min-width:420px) {
    .sc-fixed-contact-icon {
        font-size: 28px
    }
    .sc-fixed-contact-icon .fa-envelope {
        width: 28px;
        height: 28px
    }
}

.sc-fixed-contact-text {
    font-size: 7px;
    text-transform: uppercase;
    line-height: 9px;
    color: #fff
}

.sc-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 36px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    display: block;
    opacity: 0;
    z-index: -1;
    margin-bottom: 20px;
    -webkit-transition: margin-bottom .3s, opacity .3s;
    -o-transition: margin-bottom .3s, opacity .3s;
    transition: margin-bottom .3s, opacity .3s;
    -webkit-box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    visibility: hidden;
    min-width: 250px
}

@media(min-width:420px) {
    .sc-fixed-contact-text {
        font-size: 8px;
        line-height: 10px
    }
    .sc-fixed-contact-dropdown {
        right: 60px
    }
}

.sc-fixed-contact-dropdown.expanded {
    margin-bottom: 0;
    opacity: .98;
    z-index: 1;
    visibility: visible
}

.sc-fixed-contact-item {
    color: #333;
    font-size: 14px
}

.sc-fixed-contact-item > * {
    pointer-events:none
}

.sc-fixed-contact-item:not(:last-child) {
    margin-bottom: 18px
}

.row-mobile-menu:not(:last-child) {
    margin-bottom: 18px
}

.sc-fixed-contact-item-icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff
}

.sc-fixed-contact-item-icon svg {
    width: 20px !important;
    height: 20px
}

.sc-fixed-contact-messenger {
    background: #0084ff
}

.sc-fixed-contact-viber {
    background: #7c529d
}

.sc-fixed-contact-telegram {
    background: #2ca5e0
}

.sc-fixed-contact-skype {
    background: #31c4ed
}

.sc-fixed-contact-whatsapp {
    background: #25d366
}

.sc-fixed-contact-email {
    background: #50a8ff
}

.sc-fixed-contact-call {
    background: #3cba8b
}

.sc-fixed-contact-contacts {
    background: #141e1a
}

@media(max-width:991px) {
    .sc-fixed-contact-viber-desktop {
        display: none !important
    }
}

@media(min-width:768px) {
    #sc_fixed_contact_button {
        bottom: 30px
    }
}

.popover {
    font-family: Montserrat, sans-serif;
    border-color: transparent;
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 8px rgba(40, 41, 61, .04), 0 16px 24px rgba(96, 97, 112, .16);
    box-shadow: 0 2px 8px rgba(40, 41, 61, .04), 0 16px 24px rgba(96, 97, 112, .16);
    z-index: 1019
}

@media(min-width:360px) {
    .popover {
        min-width: 260px
    }
}

@media(min-width:992px) {
    .popover {
        z-index: 19999
    }
}

.popover-arrow:before {
    border-color: transparent !important
}

.popover-header {
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    font-size: 1.075rem;
    padding: 1rem 1rem .5rem
}

.popover-header:before {
    border-color: transparent !important
}

.popover-body {
    padding: 0 1rem 1rem;
    font-size: .75rem;
    color: #555770
}

.popover-body p+p {
    margin-top: 1rem
}

.popover-body ul {
    padding: 1rem 0 1rem .75rem
}

/* LUNGORS */

.menu-custom li .dropdown-menu li:not(:last-child) {
    margin-right: 0rem;
}
.menu-custom li:not(:last-child) {
    margin-right: 1rem;
}
.menu-custom .dropdown-menu {
    padding: 0px;
}

/* .submenu-btn .sidebar-header{display: none!important;} */
.sc-dropdown.info-content{
    /* min-width: 256px; */

    min-width: max-content;
}
.sc-slideshow-plus-info .info-p{
    padding: 2rem 0;
}
.row-slider{
    margin: 20px 0px;
}
.btn-slide {
    margin-bottom: 20px;
}
.row-slider .h4{
    font-size: 24px;
    font-weight: 600;
    color: #272323;
    margin-bottom: -5px;
}

.row-slider span {
    font-size: 16px;
    color: #272323;
    margin-top: 0px;
}
.youtube-badge {
    margin-top: 10px;
    
}
.sale-class{
    padding: 8px 16px;
    background-color: #ff0012;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
}
.sc-no-stock img{
/*  -webkit-filter: grayscale(100%); 
   filter: grayscale(100%); */

   opacity: .6;
}
.sc-no-stock {
    filter: unset;
   /*  -webkit-filter: grayscale(100%); 
   filter: grayscale(100%); */
}
.sticks-row {
    position: absolute;
    top: 20px;
    left: 10px;
}
.youtube-badge img{
    width: 140px!important;
    height: auto;
    object-fit: cover;
    opacity: 1;
}
.product-item-pdv {
    background-color: #06c270;
    padding: 4px 10px;
    color: #fff;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 13px;
    position: absolute;
    bottom: 30px;
    left: 10px;
}
 
.sc-module-title{
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.sc-module-cart
.sc-module-btns {
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    gap: .5rem;

    position: unset!important;
}

.detail-inner-text{
    padding: 8px 16px;
    background-color: #1b3bdb;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
}

.d-flex.flex-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row!important;
    margin-right: 10px;
}
.netto-section {
    margin: 10px 0px;
    text-align: center;
}

.netto-section span {
    color: #1b3bdb;
}
.netto-section p {
    font-size: 12px;
    font-weight: 600;
}
.netto-section .first-section {
    margin-bottom: 0px;

}

.netto-section .second-section{
    margin-top: 0px;
}
.сart-row .sc-module-info {
    text-align: center;
}

@media(min-width:1200px) {
    .сart-row .sc-module-item{width:25%}
    .сart-row-category .sc-module-item{width:33%}

    .sc-advantages {
        justify-content: center;
    }
    .sc-advantages-header{
        padding-top: 25px;
    }
}

.sc-module-img img {
    width: 100%;
    object-fit: cover;
}

.table-custom.table-custom-striped {
    border-bottom: 1px solid #f5f5f5;
}
.table-custom {
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: #ffffff;
    border-collapse: collapse;
}
.table-custom.table-custom-primary thead th {
    color: #ffffff;
    background: #1B3BDB;
}
.table-custom th {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #151515;
    background: #f5f5f5;
}
.table-custom.table-custom-striped tr {
    border: none;
}
.table-price.table-custom-striped tbody tr td:nth-of-type(1) {
    text-align: left;
}
.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
    background: transparent;
}
.table-custom td {
    padding: 13px 24px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: .05em;
    background: #ffffff;
    color: #777777;
    min-width: 170px;
}

.table-price.table-custom-striped tbody tr td:nth-of-type(1) {
    text-align: left;
}
.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
    background: #f5f5f5;
}

.center-flex {
    flex: 0 1 40%;
    background: rgb(27, 59, 219);
}

.center-flex .header-search .form-control {
    background: rgb(27, 59, 219);
    color: #f5f5f5;
}
.center-flex .header-search .form-control::placeholder {

    color: #f5f5f5;
}
.form-title p{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;

}
.form-avto {
    position: relative;
    width: 100vw; 
    left: 50%;   
    margin-left: -50vw; 
}
.form-title span{
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;

}
@media screen and (min-width: 768px) {
.sc-html-module .sc-contact-us-item-img img {
    max-width: 227px;
}
}

.btn-popup-product {
    margin-left: 1rem;

}
.sc-product-actions .sc-buy-one-click {
    border-top: 0px;
}



.info-content-car {
    margin: 10px 0px;
}
@media (max-width: 575.98px) {

    .sc-module-item .car-row {
        flex-direction: column!important;
    }

    .netto-section p {
        font-size: 12px;
    }

    .sc-module-item .car-row .sc-module-img {
        align-items: center;
     
        max-width: 100%;
    }

    .sc-module-item .car-row .info-content-car {
        align-items: center;
        margin: 20px auto;
        max-width: 100%;
    }

    .sc-module-item .car-row  .info-category-item {
        align-items: center;
        margin: 20px auto;
        max-width: 100%;
        text-align: center;
    }

}
.header-buttons-catalog path {
    fill: rgb(27, 59, 219);
}
.sc-footer-socials-bottom.sc-footer-socials {
    order: unset;
}
@media screen and (max-width: 767px) {

    footer #oct_desktop_language {
        margin: 30px auto;
        text-align: center;
       
    }
    .flex-price {
        flex-direction: column;
    }

    .flex-price .sc-product-actions-top-right {
        margin-top: 20px;

    }
    .fl-colum {
        flex-direction: column;
    }

/* .sc-footer-middle-info  {
    max-height: min-content;
} */
.mob-content {
    text-align: center;
    margin-top: 20px;
}

.center-flex {
    display: none;
}
#mobile-search-button {
    display: none;
}
.sc-btn-icon.sc-btn-icon-account{
    display: none;

}
.mobile-head #form-language {
    padding: 8px!important;
}
.mobile-head #form-language button{
    font-size: 20px!important;
    padding: 8px 12px;
}
}

.transform-icon {
    transform: rotate(270deg);
}


.soc-row.right-header-soc {
    position: absolute;
    right: 0px;
    z-index: 10;
}
.soc-row.left-header-soc {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 767px) {

    .soc-row.right-header-soc {
        display: none;
    }
    .soc-row.left-header-soc {
        display: none;
    }
}

.open-menu .submenu.sc-megamenu-list.list-unstyled {
    display: none;
}



.menu-mobile-theme .submenu {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 15000;
        overflow: hidden;
        border-top-right-radius: .75rem;
        border-top-left-radius: .75rem;
        background: #f2f4f8;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;

        min-height: 100vh;
}



.row-mobile-menu.d-flex.open .submenu{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.whatsapp-icon {
    width: 30px;
    height: 30px;
    background-color: #4fc85c;
    background-size: 55% 55%;
    background-image: url('/catalog/view/theme/oct_showcase/img/whatsapp.webp');
    background-repeat: no-repeat;
    background-position: center center;
}
.telegram-icon {
    width: 30px;
    height: 30px;
    background-color: #34b1e1;
    background-size: 55% 55%;
    background-image: url('/catalog/view/theme/oct_showcase/img/telegram.webp');
    background-repeat: no-repeat;
    background-position: center center;
}
.phone-icon {
    width: 30px;
    height: 30px;
    background-color: #34b1e1;
    background-size: 55% 55%;
    background-image: url('/catalog/view/theme/oct_showcase/img/phone-footer.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

footer #oct_desktop_language {
    width: max-content;
    margin-top: 30px;
}
footer #oct_desktop_language form{
   margin-left: 0!important;
}

.z-3 {
    z-index: 3;
    top: 32px;
    left: 30px;
}
#productImages {
    position: relative;
}
#productImages .youtube-badge {
    margin-top: 0px;
    margin-bottom: 8px;
}
/* 
.product-sale {
    margin-top: 10px;
} */

.main.info-main #content ul li {
    position: relative;
    list-style-type: none;
}

.main.info-main .sc-html-module ul li {
    position: relative;
    list-style-type: none;
}
.main.info-main #content ul li::before {
    content: "✓";
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
    position: absolute;
    left: -17px;
    top: 0px;
    color: rgb(0, 154, 216);
}

.main.info-main .sc-html-module ul li::before {
    content: "✓";
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
    position: absolute;
    left: -17px;
    top: 0px;
    color: rgb(0, 154, 216);
}


.sc-module-price span {
    color: #1b3bdb;
}

button[name="ru-ru"] img {
    display: none;
}

.sc-megamenu-list-item:first-child  a{
    font-weight: 700;
    color: #4f43e3;
}

/* ФОРМА Услуги*/

.row-form {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.full-width {
    grid-column: span 3;
}
.grid-container.services_conteiner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 59%;
}
.form-avto {
    background: linear-gradient(135deg, #0b8de8, #1b3bdb);
    color: #fff;
    margin: 40px auto;
    padding: 20px;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}
.form-avto::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/catalog/view/theme/oct_showcase/image/carinvest-logo-v2-removebg-preview.png'); 
    background-size: contain; 
    background-position: right; 
    opacity: 0.1; 
    z-index: 0; 
    background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
    .form-avto::before {
        background-position: bottom; 
        bottom: 50px;
    }
}
.services-form  .form-title {
    display: flex;
    flex-direction: column;
    max-width: 30%;
}
.services-form .avto-form{
    display: flex;
/*  flex-wrap: wrap; */
    gap: 15px;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    justify-content: space-between;
    max-width: 60%;
    width: 100%;
}
.form-avto.services-form {
    padding: 60px 0px;
}
.form-group {
flex: 1 1 200px;
margin-bottom: 10px;
}
.form-avto .form-control {
width: 100%;
padding: 10px;
border: none;
border-bottom: 1px solid #fff;
background: transparent;
color: #fff;
font-size: 14px;
outline: none;
border-radius: inherit;
/*   text-align: left; */
}

.form-avto .row-form {
    position: relative;
    z-index: 2;
}
.form-avto .form-control:focus, .form-avto .form-control:active {
background: transparent;
border: unset;
color: #fff;
border-bottom: 1px solid #fff;
border-radius: inherit;
text-align: left;
}


.form-avto .form-control::placeholder {
color: #fff;
border-radius: inherit;
text-align: center;
}
.form-avto .btn-primary {
padding: 10px 20px;
background-color: #0b8de8;
border: none;
color: #fff;
font-size: 14px;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.3s;
}
.form-avto  .btn-primary:hover {
background-color: #0056b3;
}
.header-none {
    display: block;
}
@media screen and (max-width: 991px) {
.row-form {
    flex-direction: column;
}
.avto-form {
flex-direction: column;
}
.form-title {
    text-align: center;
}

.header-none {
    display: none;
}
.grid-container {
    margin-bottom: 30px;
}
}
@media screen and (max-width: 576px) {
.grid-container {
grid-template-columns: repeat(1, 1fr);
}
.full-width {
grid-column: span 1;
}
.services-form .form-title {
max-width: 100%;
}
.services-form .avto-form{
max-width: 100%;
}
} 


/* ФОРМА ГЛАВНАЯ */

.row-form {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.full-width {
    grid-column: span 3;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.form-avto {
    background: linear-gradient(135deg, #0b8de8, #1b3bdb);
    color: #fff;
    margin: 40px auto;
    padding: 20px;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

.form-title {
    display: flex;
    flex-direction: column;
}

.avto-form {
    display: flex;
    /*  flex-wrap: wrap; */
    gap: 15px;
    justify-content: center;
    align-items: center;

    padding: 20px;
    border-radius: 10px;
}

.form-group {
    flex: 1 1 200px;
    margin-bottom: 10px;
}

.form-avto .form-control {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    outline: none;
    border-radius: inherit;
    text-align: left;

}
.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.form-avto .form-control::placeholder {

    text-align: center;
}

.form-avto .form-control:focus,
.form-avto .form-control:active {
    background: transparent;
    border: unset;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: inherit;
}

.form-avto .form-control:active {
    background: transparent;
    border-radius: inherit;
}

.form-avto .form-control::placeholder {
    color: #fff;
    border-radius: inherit;
}

.form-avto .btn-primary {
    padding: 10px 20px;
    background-color: #0b8de8;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.form-avto .btn-primary:hover {
    background-color: #0056b3;
}

@media screen and (min-width: 991px) {
    .center-row {
        max-width: 344px;
        width: 100%;
    }
    }
@media screen and (max-width: 991px) {

    .row-form {
        flex-direction: column;
    }

    .avto-form {
        flex-direction: column;
    }

    .form-title {
        text-align: center;
    }

    .grid-container {
        margin-bottom: 30px;
    }

    .mobile-center {
        justify-content: space-between!important;
    }
    .center-row {
        width: 100%;
    }
}

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

    .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .full-width {
        grid-column: span 1;
    }
}

.sc-module-item:hover .sc-module-item-attr {
    display: none !important;
}

.product-grid:hover .sc-category-attr {
    display: none !important;
}

 .main.info-main .sc-html-module .maps-row ul li::before {
    left: 0px;
    display: none;
 }
 /* .main.info-main .sc-html-module .maps-row ul li {
    padding-left: 17px;
 } */




/* Lungor_iMan_MOD */
.attr-in-string{
    font-size: .7rem;
    text-align: center;
    padding: 10px 0 0 0;
}
@media (min-width: 576px){
    .sc-module-info{
        position: relative;
        min-height: 152px;
    }
    .netto-section{
        position: absolute;
        width: 100%;
        bottom: 0px;
        margin: 0;
    }
}
@media (max-width: 575.98px) {
    [data-type=split] .sc-module-title {
        font-size: .975rem;
    }
    .netto-section p {
        font-size: 13px;
        margin: 30px 0px 10px 0px;
    }
    .attr-in-string{
        font-size: .9rem;
    }
}

.content-block{
    color: #1c1c28;
    font-size: 14px;
}

.ocf-description{
    color: #212529;
    padding-top: 40px;
}
.ocf-description h1,
.ocf-description h2,
.ocf-description h3,
.ocf-description h4,
.ocf-description h5,
.ocf-description h6{
    padding: 1rem;
}
.ocf-description ul{
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.ocf-description ul li{

}
.ocf-description p{
    padding-bottom: 1rem;
    padding-left: 1rem;
    text-indent: 20px;
}
.sc-product-fixed-btns .align-items-center{
    justify-content: center !important;
}
.sc-product-fixed-btns .align-items-center .sc-btn-outline-primary:not([disabled]){
    color: rgb(255 255 255);
    border-color: rgb(27, 59, 219);
    background-color: rgb(27, 59, 219);
}
@media (max-width: 575.98px){
    .sidebar-main-menu-item-viewed .sc-module-img{
        max-width: 349px !important;
    }
    .sidebar-main-menu-item-viewed .sc-module-caption{
        max-width: calc(100% - 20px) !important;
    }
    .sidebar-main-menu-item-viewed .sc-module-cart{
        max-width: 100% !important;
        right: unset;
        justify-content: space-between !important;
        width: 90%;
    }
    .sc-module-item .car-row .info-content-car{
        margin: 20px auto 40px;
    }
}
#productImages .sc-product-images-main .slick-list{
    max-height: 600px;
}
/* 2025_04_28  */
.sc-footer-socials {
    min-width: fit-content;
}
@media (min-width: 1200px) {
    .sc-footer-socials .sc-footer-title {
        min-width: 333px;
    }
}
