:root {
    --pw: 16px; /* 8px */
    --mw: -16px;
    --mt: -16px;
    --pt: 16px;
}

body {
    font-family: Roboto;
    color: #333E4F;
    background: #EBEBEB;
}
h1, h2, h3, h4 {
    font-family: Roboto;
    color: #333E4F;
    font-weight: 400;
}
/* bootstrap */
.container {
    padding-right: 16px;
    padding-left: 16px;
}
/* SM */
.row {
    margin-right: var(--mw);
    margin-left: var(--mw);
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: var(--pw);
    padding-left: var(--pw);
}
/* / SM / */
/* / bootstrap / */

.spy {
    position: fixed;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ff0;
    padding: 0 5px;
    /* top: 0; */
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 9999;
}
.spy_grn {
    color: #0c0;
}
.mx0 {
    margin-right: 0;
    margin-left: 0;
}
.mx700 {
    max-width: 630px !important;
}
.fx-pos {
    justify-content: center;
}
p {
    margin: 0;
}
a:hover {
    text-decoration: none;
}
button:focus {
    outline: none;
}
.section-header {
    background: #ffffff;
}
.section-main-top-mob {
    background: #ffffff;
}
.border-b {
    position: relative;
    border-bottom: 10px solid #333E4F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 25;
}
.section-padding {
    padding: 16px 0 16px 0;
}
.hamburger {
    background: #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 48px;
    width: 48px;
    cursor: pointer;
}
.hamburger-inner {
    height: 2px;
    width: 20px;
    border-radius: 25px;
    background-color: #333E4F;
    margin-top: 2px;
    margin-bottom: 2px;
}
.alc {
    align-items: center;
}
.logo-mob {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.logo-mob img {
    width: 110px;
}
.header-icons-mob {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.header-cart-mob {
    margin-left: 10px;
    position: relative;
}
.cart-counter {
    height: 16px;
    width: 20px;
    display: block;
    background: #D9D9D9;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    color: #333E4F;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    right: -3px;
    top: -6px;
}
.padding-width {
    padding-right: 16px;
    padding-left: 16px;
}
.description-pb {
    padding-bottom: 20px;
}
.p0 {
    padding: 0;
}
.pb20 {
    padding-bottom: 20px;
}
.pb40 {
    padding-bottom: 40px;
}
.pt40 {
    padding-top: 40px;
}
.section-mb {
    margin-bottom: 20px;
}
.section-pb {
    padding-bottom: 20px;
}
.section-pt {
    padding-top: 20px;
}
.m0 {
    margin: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb16 {
    margin-bottom: 16px;
}

.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.section-partner {
    background: #333E4F;
    border-top: 2px solid #fff;
    /* opacity: 0.5; */
}
.partner-title {
    padding: 12px;
    display: inline-block; 
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 100%;
}
a.partner-title:hover {
    color: #fff;
}
.partner-btn {
    display: flex;
    padding: 10px 15px;
    min-width: 190px;
    max-width: 250px;
    background: #B93225;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 4px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
    -webkit-transform: all 0.5s ease-in-out;
    align-items: center;
}
.partner-btn:hover {
    color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #94281d;
}
.partner-btn::after {
    content: url(../images/svg/parner-arrow.svg);
    margin-left: 6px;
    position: relative;
    width: 20px;
    height: 32px;
    transition: all 0.5s ease-in-out;
    -webkit-transform: all 0.5s ease-in-out;
}
.partner-btn:hover::after {
    transform: translate(35%,0);
    -webkit-transform: translate(35%,0);
}
.partner-btn:focus {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.modal-desc {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    text-transform: none;
    text-align: center;
}
.custom-control-label {
    font-size: 14px;
}
.preview-image {
    /* padding: 0; */
}
.preview-image img {
    width: 100%;
    height: 375px;
    margin: 0;
    /* object-fit: cover; */
}
.preview-image.mob img {
    width: 100%;
    height: auto;
    margin: 0;
    /* object-fit: cover; */
}
.preview-image.cover img {
    object-fit: cover;
}
.title-box {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    top: -30px;
    padding: 13px 0 13px 0;
    margin: 0 15px 10px 15px
}
.title {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    line-height: 23px;
    font-weight: 400;
}
.title-sale {
    font-size: 20px;
    margin: 0;
    line-height: 23px;
    font-weight: 400;
}
.section-main-top-mob .description {
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}
.fz32 {
    font-size: 32px;
    line-height: 144.69%;
}
.fz24 {
    font-size: 24px;
    line-height: 144.69%;
}
.fz22 {
    font-size: 22px;
    line-height: 134.69%;
}
.fz20 {
    font-size: 20px;
    line-height: 144.69%;
}
.fz18 {
    font-size: 18px;
    line-height: 130%;
}
.fz14 {
    font-size: 14px;
    line-height: 130%;
}
.fz12 {
    font-size: 12px;
    line-height: 14px;
}
.tac {
    text-align: center;
}
.brand-icon {
    display: block;
    margin: 0 auto 10px auto;
}
.section-popular {
    position: relative;
    z-index: 35;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.popular-img {
    border: 1px solid #ffffff;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 0;
}
.owl-carousel .owl-nav button.owl-next span::before , .owl-carousel .owl-nav button.owl-prev span::before {
    content: url('../images/svg/arrow-slider.svg');
}
.owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: inline-flex;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 25%;
    right: -14px;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 25%;
    left: -14px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    /* display: block; */
}
.footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 20px 0;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    background-color: #FFFFFF;
}
.footer-top a {
    color: #333E4F;
}
.footer-bottom {
    display: flex;
    flex-direction: column;
    background: #333E4F;
    padding: 25px 0 25px 0;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}
.footer-bottom a {
    color: #ffffff;
}
.tdu {
    text-decoration: underline;
}
.fsi {
    font-style: italic;
}
.section-catalog {
    display: none;
}
.pos-r {
    position: relative;
}
.catalog-item img {
    width: 100%;
    /* height: 350px; */
    object-fit: cover;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.mt16 {
    margin-top: var(--mt);
}
.mt20 {
    margin-top: 20px;
}
.pt16 {
    padding-top: var(--pt);
}
.w50 {
    width: 50%;
}
.catalog-item-name {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    height: 50px;
    padding: 0px 15px;
    max-width: 190px;
    min-width: 190px;
    margin: auto;
    background: rgba(0, 0, 0, 0.53);
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}
.catalog-item-name::after {
    content: url(../images/svg/arrow-catalog-item.svg);
    margin-left: 6px;
    position: relative;
    width: 20px;
    height: 23px;
    transition: all 0.5s ease-in-out;
    -webkit-transform: all 0.5s ease-in-out;
}
.catalog-item-name:hover::after {
    transform: translate(50%,0);
    -webkit-transform: translate(50%,0);
}
.catalog-item-name:hover {
    box-shadow: inset 0 0 0 2em rgba(0, 0, 0, 0.73);
    transition: all .4s ease-in-out;;
}
.section-main-top {
    display: none;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
/* informationsystem ID - 29 */
.section-main-top.bgi {
    /* background-image: url('/upload/information_system_29/6/6/5/item_665/item_665.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50% 100%; */
}
.section-title {
    margin-bottom: 20px;
}
.sm-none {
    display: none;
}
.footer-bottom-fx {
    display: flex;
    flex-direction: column;
}
.mw20 {
    margin-right: 20px;
    margin-left: 20px;
}
.section-header-top {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #333E4F;
    color: #FFFFFF;
}
.nav-item {
    margin-right: 25px;
}
.nav a {
    color: #FFFFFF;
}
.nav-arrow {
    transform: rotate(90deg);
    width: 18px;
    height: 18px;
}
.nav-item-fx {
    display: flex;
    align-items: center;
}
.tar {
    text-align: right;
}
.mr5 {
    margin-right: 5px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.time-work-fx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-phone-desk {
    margin-left: 20px;
}
.header-phone-desk a {
    color: #333E4F;
}
.cat_dropdown {
    visibility: hidden;
    position: absolute;
    left: -25px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.cat_menu_btn:hover + .cat_dropdown, .cat_dropdown:hover {
    visibility: visible;
    left: -25px;
    top: 23px;
    opacity: 1;
    z-index: 60;
    background: #333E4F;
    padding-top: 10px;
    width: 190px;
}
.cat_dropdown .nav-item {
    padding: 10px 25px;
    border-bottom: 1px solid #fff;
    margin-right: 0;
}
.cursor-pointer {
    cursor: pointer;
}
.js_overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    background-color: #000;
    z-index: 5030;
}
.js_overlay_phone {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .7;
    left: 0;
    /* z-index: 4999; */
}
.video-box__icon {
    font-size: 60px;
    position: absolute;
    z-index: 30;
    color: #db0000;
}
.mob_menu {
    position: fixed;
    width: 320px;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: -100%;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    /* padding-top: 30px; */
    background: #fff;
    z-index: 6999;
}
.mob_menu.active {
    left: 0;
}
.mob_close {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    height: 108px;
}
.js_close.close_btn_menu {
    background: #D9D9D9;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    cursor: pointer;
    margin: auto 0;
    transform: rotate( 90deg );
    margin-left: 28px;
    position: relative;
}
.close_btn_menu::after {
    border-radius: 50%;
    height: 2px;
    width: 20px;
}
.close_btn_menu::before {
    border-radius: 50%;
    height: 20px;
    width: 2px;
}
.close_btn_menu::after, .close_btn_menu::before {
    content: "";
    background-color: #333E4F;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 2px;
}
.mob_menu_item {
    margin-left: 28px; 
    cursor: pointer;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0.36px;
    color: #333E4F;
}
.mob_menu_item a {
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0.36px;
    color: #333E4F;
}
.mob_menu_dropdown_tog.active img {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}
.mob_menu_dropdown_tog img {
    transition: all .3s ease-in-out;
}
.sub_mob_menu {
    margin-left: 15px;
}
.sub_mob_menu::marker {
    color: #333E4F;
}
.bread-crumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #7f8690;;
}
.bread-crumbs a {
    color: #333E4F;
}
.item-name {
    margin-bottom: 20px;
}
.owl-carousel-item {
    /* max-height: 500px; */
}
.item-img {
    border: 1px solid #ffffff;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    object-fit: cover;
    /* max-height: 720px;
    max-width: 400px;
    margin: 0 auto 20px; */
}
.owl-carousel-item .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: -14px;
}
.owl-carousel-item .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: -14px;
}
.owl-carousel-item .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
}

.owl-carousel button.owl-dot {
    background: #D9D9D6;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 24px;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    margin: 0 3px;
}
.owl-carousel-item button.owl-dot.active {
    background: #ffffff;
}
.bg-white {
    background-color: #FFFFFF;
}
.section-item-description .center {
    justify-content: center;
}
.section-item-description .padding {
    padding: 20px;
}
.bs {
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.price a {
    display: inline-block;
    color: #333E4F;
}
.price a:hover {
    color: #333E4F;
}
.price.padding {
    padding: 20px;
}
.question {
    text-transform: uppercase;
}
.item-catalog {
    margin-bottom: 20px;
}
.item-articul {
    /* margin-bottom: 25px; */
}
.price-mt {
    margin-top: 25px;
}
.item-price {
    font-weight: 400;
    font-size: 34px;
    line-height: 144.69%;
    margin-bottom: 10px;
}
.btn-price {
    display: flex;
    height: 50px;
    width: 220px; 
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 144.69%;
    background: rgba(0, 0, 0, 0.53);
    color: #ffffff;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    transition: all .4s ease-in-out;
    margin: auto;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.btn-price::after {
    content: url(../images/svg/arrow-catalog-item.svg);
    margin-left: 6px;
    position: relative;
    width: 20px;
    height: 23px;
    transition: all 0.5s ease-in-out;
    -webkit-transform: all 0.5s ease-in-out;
}
.btn-price:hover::after {
    transform: translate(50%,0);
    -webkit-transform: translate(50%,0);
}
.btn-form {
    display: flex;
    height: 50px;
    width: 220px; 
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 144.69%;
    background: rgba(0, 0, 0, 0.53);
    color: #ffffff;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    transition: all .4s ease-in-out;
    margin: auto;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.btn-form::after {
    content: url(../images/svg/arrow-catalog-item.svg);
    margin-left: 6px;
    position: relative;
    width: 20px;
    height: 23px;
    transition: all 0.5s ease-in-out;
    -webkit-transform: all 0.5s ease-in-out;
}
.btn-form:hover::after {
    transform: translate(50%,0);
    -webkit-transform: translate(50%,0);
}
.fx-question {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section-item .price .tdu:hover {
    text-decoration: underline;
}
.header-phone-block {
    display: none;
    visibility: hidden;
    height: 135px;
    width: 240px;
    background-color: #fff;
    border-radius: 2px;
    padding: 25px;
    position: absolute;
    top: 50px;
    left: -187px;
    z-index: 5000;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    /* transition: all .1s ease-in-out; */
    animation-duration: .4s;
    animation-name: slidein;
}
@keyframes slidein {
    from {
      opacity: 0.6;
    }
  
    to {
      opacity: 1;
    }
}
.header-phone-block.fx {
    display: flex;
    visibility: visible;
}
.header-phone-block .tdu {
    text-decoration: underline;
}
.header-phone-block a {
    color: #333E4F;
    margin: 3px 0 3px 0;
    display: inline-block;
}
.header-phone-block-icons {
    display: flex;
    align-content: center;
    align-items: center;
    /* justify-content: center; */
    margin-left: 0px;
    margin-right: -25px;
}
/* .header-phone-block-icons::after {
    content: url('../images/svg/mess_ico.svg');
    margin-top: 4px;
    margin-left: 2px;
    cursor: default;
}*/
.header-phone-block-icons::before {
    content: url('../images/svg/phone_block_ico.svg');
    margin-top: 4px;
    margin-right: 2px;
    cursor: default;
} 
.ml18 {
    margin-left: 18px !important;
}

.header-phone-block::after {
    content: ''; 
    position: absolute; 
    right: 20px;
    top: -30px;
    border: 16px solid transparent;
    border-bottom: 14px solid #ffffff;
}
.header-phone-block::before {
    /* content: '';
    width: 20px;
    height: 20px;
    right: 16px;
    top: -23px;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 15%);
    transform: rotate(45deg); */
}
.header-phone-mob {
    cursor: pointer;
}
body.ovh {
    position: relative;
    z-index: 9999;
    padding-right: 0 !important;
}
.contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contacts a {
    color: #333E4F;
}
.w46 {
    width: 46px;
}
.w40 {
    width: 40px;
}
.w170 {
    width: 170px;
}
.contacts-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contacts-item .column {
    flex-direction: column;
}
.contacts-item img {
    margin-right: 10px;
}
.container-contacts {
    max-width: 310px;
    margin: auto;
}
.ml10 {
    margin-left: 10px;
}
.contacts-time-work{
    display: flex;
    align-items: center;
}
.contacts-time-work::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #33D16B;
    border-radius: 50px;
    margin-right: 5px;
}
.alfs {
    align-items: flex-start;
}
#map {
    width: 100%;
    height: 215px;
    border: 1px solid #333E4F;
    border-radius: 2px;
}
.contacts-container-py {
    padding-top: 20px;
    padding-bottom: 20px;
}
.input-form {
    margin-bottom: 10px;
    height: 60px;
    padding: 0 20px;
    background: #F9F9F9;
    border: 1px solid #333E4F;
    border-radius: 2px;
    width: 90%;
    text-align: left;
}
.input-form:focus {
    border: 1px solid #333E4F;
}
.input-form input:focus-visible {
    outline: none;
}
.input-form input::placeholder {
    color: #333E4F;
}
input::placeholder {
    color: #333E4F;
}
.input-form input {
    width: 100%;
    border: none;
    background: #F9F9F9;
    padding: 0;
}
input.name {
    margin-bottom: 20px;
}
.color-brand {
    color: #333E4F;
}
.color-brand a {
    color: #333E4F;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.fz_wrap input:checked ~ .custom-control-label::before {
    background: none !important;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.fz_wrap input:checked ~ .custom-control-label::after {
    content: url('../images/svg/chbx.svg');
    /* width: 6px;
    height: 6px; */
    left: -21px;
    top: 0px;
    box-shadow: none;
    outline: none;
    border: none;
    /* background: #64ad3a !important; */
    cursor: pointer;
}
.fz_wrap-noka input:checked ~ .custom-control-label::after {
    content: url('../images/svg/chbx.svg');
    /* width: 6px;
    height: 6px; */
    left: -21px;
    top: 0px;
    box-shadow: none;
    outline: none;
    border: none;
    /* background: #64ad3a !important; */
    cursor: pointer;
}
.custom-control-label::before {
    position: absolute;
    top: 0rem;
    left: -23px;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.fz_wrap label::before, .fz_wrap label::after {
    width: 18px;
    height: 18px;
    left: -22px;
    top: -2px;
    background-size: 75% 75%;
    box-shadow: none;
    border-radius: 0 !important;
    cursor: pointer;
    /* border: 1px solid #333E4F; */
    border-color: #333E4F !important;
    border-radius: 2px;
    border-width: 2px !important;
    background: none !important;
}
.owl-carousel-item {
    margin-bottom: 20px;
}
.fz_wrap-noka label::before, .fz_wrap-noka label::after {
    width: 18px;
    height: 18px;
    left: -22px;
    top: 1px;
    background-size: 75% 75%;
    box-shadow: none;
    border-radius: 0 !important;
    cursor: pointer;
    /* border: 1px solid #333E4F; */
    border-color: #333E4F !important;
    border-radius: 2px;
    border-width: 2px !important;
    background: none !important;
}
.form-desc {
    margin-bottom: 30px;
    text-align: center;
}
.fzmb {
    margin-bottom: 30px;
}
.tac-sm {
    text-align: center;
}
.chbx {
    text-align: left;
    width: 90%;
}
.btn:hover {
    color: #ffffff;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.catalog-item-name-group {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 50px;
    margin: auto;
    background: rgba(0, 0, 0, 0.53);
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}
.catalog-item-name-group::after {
    content: url(../images/svg/arrow-catalog-item.svg);
    margin-left: 6px;
    position: relative;
    width: 20px;
    height: 23px;
    transition: all 0.5s ease-in-out;
    -webkit-transform: all 0.5s ease-in-out;
}
.catalog-item-name-group:hover::after {
    transform: translate(50%,0);
    -webkit-transform: translate(50%,0);
}
.catalog-item-name-group:hover {
    box-shadow: inset 0 0 0 2em rgb(0 0 0 / 73%);
    transition: all .4s ease-in-out;
}
.cart_item {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.cart_img img {
    width: 100%;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.cart_name {
    color: #333E4F;
}
.cart_info p {
    margin-bottom: 10px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.counter__button {
    margin: auto;
}
.counter__field {
    width: 38px;
    height: 26px;
    background: #F9F9F9;
    border: 1px solid #333E4F;
    -moz-appearance: textfield;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    border-radius: 2px;
    margin: 0 10px;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 144.69%;
    text-transform: capitalize; 
    color: #333E4F;
}
.counter__field:focus {
    outline: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.cart_price {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 144.69%;
}
.cart_del {
    font-weight: 400;
    font-size: 14px;
    line-height: 144.69%;
    color: #333E4F;
    text-decoration-line: underline;
}
a:hover {
    color: #676a6e;
}
a {
    color: #333E4F;
}
.sticky-top {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.jcc {
    justify-content: center;
}
.ttu {
    text-transform: uppercase;
}
.cart_item.cart_total {
    font-size: 20px;
    font-weight: bold;
}
.d-none {
    /* display: none!important; */
}
.cart_step, .step_info_wrap {
    display: none;
}
.title-cart-step {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 144.69%;
    text-transform: uppercase;
}
.step_number {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 20px;
    border-radius: 50%;
    background: #D9D9D6;
    border: none;
}
.cart_step .form-group {
    margin-bottom: 1.5rem;
}
.form-group {
    height: 60px;
    /* height: auto; */
    font-size: 16px;
    font-family: Roboto;
    padding: 0 20px;
    background: #F9F9F9;
    border: 1px solid #333E4F;
    border-radius: 2px;
}
.form-group input {
    width: 100%;
    border: none;
    background: #F9F9F9;
    padding: 0;
    border-radius: 0;
    height: auto;
}
.form-group input:focus-visible {
    outline: none;    
}
.form-group input:focus {
    color: #333E4F;
    background-color: #F9F9F9;
    border-color: transparent; 
    outline: 0;
    box-shadow: none;
}
.form-group input::placeholder {
    color: #333E4F;
}
.dib {
    display: inline-block;
}
.form-group.textarea {
    height: auto;
    font-size: 16px;
    font-family: Roboto;
    padding: 0;
    background: #F9F9F9;
    border: 1px solid #333E4F;
    border-radius: 2px;
}
.form-group.textarea textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 10px 20px;
    font-size: 16px;
    color: #333E4F;
    background-color: #F9F9F9;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;height: auto;
}
.textarea textarea::placeholder {
    color: #333E4F;
}
textarea::placeholder {
    color: #333E4F;
}
.textarea textarea:focus {
    color: #333E4F;
    background-color: transparent;
    border-color: #F9F9F9;
    outline: 0;
    box-shadow: none;
}
.cart_step_next .btn {
    color: #333E4F;
    text-transform: uppercase;
}
.cart_items_wrap .btn::after {
    content: url('/templates/template24/images/svg/arrow-mob-item.svg');
    margin-left: 15px;
    display: inline-block;
    transform: rotate(-90deg);
}
.btn:hover {
    /* color: #333E4F; */
}
.cart_page_wrap .form-control.input_error {
    border-bottom: 1px solid #e24449;
}
.step_info {
    background: #D9D9D9;
}
.cart_page_wrap {
    min-block-size: 365px;
}
.h-max {
    height: 100%;
}
input.h-max {
    height: 100%;
}
.addr_tog_block {
    height: 240px;
    overflow-y: auto;
    border: 1px solid #eee;
    border-left: 2px solid #333E4F;
}
.map_radio_wrap.custom-radio .custom-control-input:checked ~ label {
    background: #fff;
}
.map_radio_wrap.custom-radio {
    padding: 0;
}
.map_radio_wrap label {
    display: block;
    width: 100%;
    padding: 10px 30px 10px 10px;
}
.map_radio_info p {
    margin-bottom: 5px;
}
.map_radio_wrap.custom-radio .custom-control-input:checked ~ .map_radio_info {
    display: block;
    background: #fff;
}
.map_radio_info {
    display: none;
    padding: 10px;
    border-top: 1px solid #eee;
}
.addr_tog_block .fz_big.custom-radio .custom-control-label::before, .addr_tog_block .fz_big.custom-radio .custom-control-label::after {
    width: 16px;
    height: 16px;
    left: auto;
    right: 5px;
    margin: 14px auto;
    top: 0;
    bottom: 0;
}
.addr_tog_block .fz_big.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    left: initial !important;
    top: 11px !important;
    right: 5px;
    margin: initial;
}
.total-sum {
    background-color: #D9D9D9;
}
.modal-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #333E4F;
}
.inp_wrap {
    background: #F9F9F9;
    border: 1px solid #333E4F;
    border-radius: 2px;
}
a, button:hover, button:focus, button:active, a:hover, a:active, a:focus, .btn, .btn:hover, .btn:active, .btn:focus, input, textarea, form {
    outline: none !important;
    box-shadow: none;
    border: none;
}
.inp_wrap .inp {
    padding: 0;
    border: none;
    background: none;
    color: #333E4F;
}
.inp_label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333E4F;
}
.fz_wrap-form label::before, .fz_wrap-form label::after {
    width: 18px;
    height: 18px;
    left: -22px;
    top: 2px;
    background-size: 75% 75%;
    box-shadow: none;
    border-radius: 0 !important;
    cursor: pointer;
    /* border: 1px solid #333E4F; */
    border-color: #333E4F !important;
    border-radius: 2px;
    border-width: 2px !important;
    background: none !important;
}
.js_close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: all .2s ease 0s;
}
.js_close::before {
    width: 22px;
    height: 2px;
}
.js_close::after {
    width: 2px;
    height: 22px;
}
.js_close::before, .js_close::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: rotate(45deg);
    border-radius: 2px;
    background: #333E4F;
}
.posr {
    position: relative;
}
.modal-header {
    align-items: center;
    justify-content: center;
    border-bottom: none;
}
.form-control:focus {
    box-shadow: none;
    background-color: #F9F9F9;
}
.nav a:hover {
    color: #e7e8e9;
}
.footer-bottom a:hover {
    color: #e7e8e9;
    text-decoration: underline;
}
.b-none {
    border: none;
}
.input-form .fz12 {
    padding: 5px 0;
    margin-bottom: -5px;
}
.textarea.form-control {
    background-color: #f9f9f9;
    border: none;
}
button.owl-next.disabled, button.owl-prev.disabled {
    opacity: 0.65;
}
.ajax_result_wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 998;
    background: #fff;
    border-radius: 10px;
}
.ajax_message_wrap {
    position: relative;
    font-weight: bold;
    padding: 15px;
    transform: translateY(-50%);
    top: 50%;
    font-size: 20px;
}
.js-delivery-toggle-content .field_descr {
    font-size: 14px;
    text-decoration: underline;
    padding-left: 1.5rem;
}
button.bg_yellow:hover {
    color: #676a6e;
}
#fio-error, #phone-error, #email-error {
    display: none !important;
}
input.inp.input_error {
    border-bottom: 1px solid red;
    border-radius: initial;
}
.delivery_price {
    font-size: 18px;
    font-weight: bold;
}
.tal-cart {
    text-align: left;
}
#popup_call {
    z-index: 5040;
}
.mr20 {
    margin-right: 20px;
}
.title.tal {
    text-align: left;
}
.social {
    display: flex;
}
.social-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: #EBEBEB;
    margin: 0 5px;
}
.social-bg:hover {
    background-color: #cecece;
}
.row > [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.current {
    display: flex;
    width: 34px;
    height: 34px;
    background-color: #D9D9D6;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 5px;
}
.page_link {
    display: flex;
    width: 34px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.page_link:hover {
    background-color: #D9D9D6;
}
.number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.number a {
    margin: 0 5px;
}
.back-page-arrow {
    transform: rotate(180deg);
}
.row.mw8 {
    margin-right: -8px;
    margin-left: -8px;
}
.chbx-width {
    width: 90%;
}
.popup_cart.modal .img img {
    width: 100%;
}
.tal-modal-cart {
    text-align: left;
}
.cart_item.bs-none {
    box-shadow: none;
}
.btn-modal-cart:hover {
    color: #676a6e;
}
a.btn-modal-cart:hover {
    color: #676a6e;
}
.flex-direction-column {
    flex-direction: column;
}
.desc-video {
    /* width: fit-content; */
    /* margin-left: auto;
    margin-right: auto; */
    position: relative; 
    padding-bottom: 50.25%; 
    height: 0; 
    overflow: hidden;
}
.noka-desc-video .desc-video {
    height: auto;
}
.desc-video iframe {
    /* width: 250px; */
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border-width: 0; 
    outline-width: 0;
}
.section-about p {
    margin-bottom: 1rem;
}
.inp_wrap textarea.form-control {
    color: #333E4F;
    background-color: #F9F9F9;
    border: none;
}
.px16 {
    padding-left: 16px;
    padding-right: 16px;
}
.mob_catalog {
    border-top: 1px solid #333E4F;
}
.mob-catalog-group {
    display: flex;
    position: relative;
    height: 3.5em;
    background: #FFF;
    border-bottom: 1px solid #333E4F;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}
.mob-catalog-group:hover {
    color: #333E4F;
    border-bottom: 1px solid #333E4F;
}
.section-catalog_mob {
    display: block;
}
.section-main-top-fx .description {
    max-width: 330px;
    margin-left: auto;
}
body .modal-backdrop.fade.show {
    opacity: 0;
    z-index: 0;
}
.owl-carousel.owl-carousel-item .owl-item img {
    display: inline-block;
    width: 100%;
}

.price.bg-white {
    display: flex;
    flex-direction: column;
    height: calc(100% - 20px)
}
.price-mt {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
#cart_items .cart_img {
    display: flex;
    align-items: center;
}
.banner_img img {
    width: 100%;
    max-width: 220px;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.banner_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 15px;
    border: 1px solid #333E4F;
    border-radius: 4px;
}
.banner_img {
    width: 100%;
    text-align: center;
    /* max-width: 220px; */
    margin-right: 20px;
    margin-bottom: 15px;
}
.mb15 {
    margin-bottom: 15px;
}
.banner_btn {
    width: 100%;
    text-align: center;
}
.banner_btn .st-button {
    display: block;
    margin-top: 15px;
    width: 100%;
    padding: 20px 0;
    background: #333E4F;
    color: #FFFFFF;
    border-radius: 4px;
}
.banner_text {
    width: 100%;
    margin-right: 20px;
}
.banner_text-sale {
    width: 100%;
    margin-right: 20px;
}
.section_banner_wrap .title {
    font-size: 16px;
}
.desc-nav {
    display: flex;
}
.desc-nav a {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background: #333E4F;
    color: #ffffff;
    pointer-events: all;
    cursor: pointer;
}
.desc-nav a.active {
    pointer-events: none;
    background: #ffffff;
    color: #333E4F;
    border: 2px solid #333E4F;
}
.desc-video video {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

/* coupon >>> */

.input_coupon {
    padding: 0px 7px !important;
    border: 1px solid #939393;
    border-radius: 2px;
    height: 34px;
}
.btn-coupon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    padding: 0 5px;
    border-radius: 0;
    transition: all 0.3s ease 0s;
    border: none;
    background: #333E4F;
    z-index: 1;
    border-radius: 2px;
    margin-left: 5px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#couponAmountBlock {
    display: block;
    margin-top: 5px;
}
.field-button-box {
    display: block !important;
}

/* coupon <<< */


@media screen and (max-width: 576px) {
    .form-desc {
        display: none;
    }
    .cart_img img {
        /* width: auto; */
    }
    .catalog-item img {
        width: 100%;
        /* height: 320px; */
        object-fit: cover;
        border: 1px solid #FFFFFF;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }
}
@media screen and (max-width: 768px) {
    .section-item .price {
        margin-top: 15px;
    }
}
@media screen and (max-width: 400px) {
    .catalog-item-name-group:hover::after {
        transform: translate(35%,0);
        -webkit-transform: translate(35%,0);
    }
    .catalog-item img {
        width: 100%;
        /* height: 250px; */
        object-fit: cover;
        border: 1px solid #FFFFFF;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }
}
@media screen and (min-width: 456px) {
    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 33%;
        right: -14px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 33%;
        left: -14px;
    }
    .owl-carousel-item .owl-nav button.owl-next {
        position: absolute;
        top: 45%;
        right: -20px;
    }
    .owl-carousel-item .owl-nav button.owl-prev {
        position: absolute;
        top: 45%;
        left: -20px;
    }
}
@media screen and (min-width: 554px) {
    .banner_img {
        width: 50%;
        text-align: left;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .banner_text {
        width: 50%;
        margin-right: 0;
    }
    .banner_btn .st-button {
        margin-top: 0;
    }
}
@media screen and (min-width: 633px) {
    .banner_inner {
        flex-wrap: nowrap;
    }
    .banner_img {
        width: 30%;
        text-align: left;
        /* max-width: 220px; */
        margin-right: 20px;
        margin-bottom: 0px;
    }
    .banner_text {
        width: 60%;
        margin-right: 20px;
    }
    .banner_btn {
        width: 25%;
        text-align: center;
    }
    .banner_btn .st-button {
        width: 100%;
        max-width: 170px;
    }
    .banner_btn .st-button {
        padding: 13px 0;
    }
}
/* SM+ (sm-*) */
@media screen and (min-width: 576px) {
    .section-catalog {
        display: block;
    }
    .section-mb {
        margin-bottom: 30px;
    }
    .section-pb {
        padding-bottom: 30px;
    }
    .section-pt {
        padding-top: 30px;
    }
    .container {
        max-width: 100%;
    }
    .description-pb {
        padding-bottom: 55px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .footer-top {
        padding: 30px 0 30px 0;
    }
    .bread-crumbs {
        padding-bottom: 30px;
    }
    .item-name {
        margin-bottom: 30px;
    }
    .section-item-description .padding {
        padding: 30px;
    }
    #map {
        height: 335px;
    }
    .fx-pos {
        justify-content: space-between;
    }
    .input-form {
        width: 48%
    }
    .tac-sm {
        text-align: left;
    }
    .cart_info p {
        margin-bottom: 1.5rem;
    }
    .cart_page_wrap {
        min-block-size: 343px;
    }
    .map_select_wrap > div {
        min-width: 50%;
    }
    .addr_tog_block {
        height: 300px;
    }
    .addr_tog_block {
        height: 340px;
        overflow-y: auto;
        border: 1px solid #eee;
        border-left: 2px solid #333E4F;
    }
    .map_select_wrap > div {
        min-width: 50%;
    }
    .sm-tac {
        text-align: center !important;
    }
    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0!important;
    }
    /* .desc-video iframe {
        height: 350px;
    } */
    .section-catalog_mob {
        display: none;
    }
}
@media screen and (min-width: 737px) {
    
}
/* MD+ (md-*) */
@media screen and (min-width: 768px) {

    /* / bootstrap / */
    :root {
        --pw: 16px;
        /* --mw: -16px; */
        --mt: -32px;
        --pt: 32px;
        --mw8: -32px
    }
    .row > [class*="col-"] {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    /* / bootstrap / */
    .padding-width {
        padding-left: 0;
    }
    .section-mb {
        margin-bottom: 40px;
    }
    .section-pb {
        padding-bottom: 30px;
    }
    .description-pb {
        padding-bottom: 45px;
        padding-top: 45px;
    }
    .container {
        max-width: 720px;
    }
    .section-main-top-mob {
        display: none;
    }
    .section-main-top {
        display: block;
        background-color: #FFFFFF;
    }
    .section-main-top-fx {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .footer-bottom-fx {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .footer-bottom .mb15 {
        margin-bottom: 0;
    }
    .footer-bottom .tal {
        text-align: left;
    }
    .footer-bottom .tar {
        text-align: right;
    }
    .mob-menu {
        display: none;
    }
    .md-block {
        display: block;
    }
    .logo-mob {
        justify-content: flex-start;
    }
    .velest {
        text-align: right;
    }
    .item-img, .section-item .price {
        /* height: auto; */
        height: calc(100% - 40px);
    }
    /* .price.padding {
        padding: 30px;
    } */
    .item-articul {
        /* margin-bottom: 60px; */
    }
    /* .price-mt {
        margin-top: 60px;
    } */
    .item-price {
        margin-bottom: 15px;
    }
    #map {
        height: 450px;
    }
    .container-contacts {
        max-width: none;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .contacts-item {
        margin-bottom: 30px;
        width: 50%;
    }
    .form-desc {
        margin-bottom: 40px;
    }
    .md-tar {
        text-align: right !important;
    }
    .md-mr20 {
        margin-right: 20px;
    }
    
}
/* LG+ (lg-*) */
@media screen and (min-width: 992px) {
    .ld-block {
        display: block;
    }
    .section-mb {
        margin-bottom: 60px;
    }
    .section-pb {
        padding-bottom: 60px;
    }
    .section-pt {
        padding-top: 60px;
    }
    .container {
        max-width: 960px;
    }
    .description-pb {
        padding-bottom: 120px;
        padding-top: 75px;
    }
    .section-title {
        margin-bottom: 40px;
    }
    .footer-top {
        padding: 40px 0 40px 0;
    }
    .header-cart-mob {
        margin-left: 20px;
    }
    .bread-crumbs {
        padding-bottom: 40px;
    }
    /* .item-img, .section-item .price {
        height: 670px;
    } */
    .price.padding {
        padding: 50px;
    }
    .item-articul {
        /* margin-bottom: 125px; */
    }
    .price-mt {
        margin-top: 105px;
    }
    #map {
        height: 310px;
    }
    .container-contacts {
        max-width: 310px;
        margin: auto auto auto 0;
        display: block;
    }
    .contacts-item {
        width: 100%;
    }
    .contacts-item.m0 {
        margin: 0;
    }
    .fd-rr {
        flex-direction: row-reverse;
    }
    .fzmb {
        margin-bottom: 40px;
    }
    /* .d-lg-block {
        display: block!important;
    } */
    .cart_page_wrap {
        min-block-size: 313px;
    }
    .sm-tac {
        text-align: left !important;
    }
    .phone-link {
        pointer-events: none;
    }
    .header-phone-block {
        height: auto;
    }
    .desc-video iframe {
        height: 350px !important;
    }
    .desc-video {
        width: 690px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .desc-video {
        /* width: fit-content; */
        /* margin-left: auto;
        margin-right: auto; */
        position: relative; 
        padding-bottom: 0; 
        height: auto; 
        overflow: hidden;
    }
    .desc-video iframe {
        /* width: 250px; */
        position: relative; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100%; 
        border-width: 0; 
        outline-width: 0;
    }
    .section-main-top-fx .description {
        max-width: 450px;
        width: 450px;
        margin-left: auto;
    }
    .preview-image img {
        height: 440px;
    }
    .owl-carousel-item {
        margin-bottom: auto;
    }
    .price.bg-white {
        height: calc(100% - 20px);
    }
    .banner_img {
        width: 25%;
    }
}
/* XL+ (xl-*) */
@media screen and (min-width: 1200px) {
    .section-mb {
        margin-bottom: 60px;
    }
    .section-pb {
        padding-bottom: 60px;
    }
    .container {
        max-width: 1140px;
    }
    .description-pb {
        padding-bottom: 165px;
        /* padding-top: ; */
    }
    .section-item-description .padding {
        padding: 40px 60px;
    }
    .price.padding {
        padding: 60px;
    }
    .item-articul {
        /* margin-bottom: 160px; */
    }
    .price-mt {
        margin-top: 160px;
    }
    #map {
        height: 375px;
    }
    .contacts-item {
        margin-bottom: 40px;
    }
    .section-main-top-fx .description {
        width: 540px;
        max-width: 540px;
        margin-left: auto;
    }
    .preview-image img {
        height: 535px;
    }
    .price.bg-white {
        display: flex;
        flex-direction: column;
        height: calc(100% - 20px)
    }
    
}
@media screen and (min-width: 1370px) {
    .description-pb {
        padding-bottom: 210px;
        padding-top: 155px;
    }
    .preview-image img {
        /* width: 720px;
        height: 561px; */
        width: 100%;
        height: 100%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        margin: auto;
    }
    
    
}