#marquee {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      background: yellow;
      color: #333;
      font-weight: bold;
      font-size: 24px;
      padding: 10px 0;
      position: relative;
    }
    #marquee span {
      display: inline-block;
      padding-left: 100%;
      animation: scroll-left 15s linear infinite;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
#marquee-2 {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      background: yellow;
      color: #333;
      font-weight: bold;
      font-size: 17px;
      padding: 10px 0;
      position: relative;
      height: 40px;
      display: flex;
      align-items: center;
      display: none;
    }
    #marquee-2 span {
      display: inline-block;
      padding-left: 100%;
      animation: scroll-left 15s linear infinite;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
    .m-header__fix {
        top: 40px;
    }
    @media screen and (max-width: 767px) {
    #marquee-2 {
        display: flex;
    }
}
.zoomed-image {
    display: none;
    position: absolute;
    left: -420px;
    top: -40px;
    width: 400px;
    height: 400px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.zoomed-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.padding-bottom {
    padding-bottom: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.products__available,
.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper .wa-date {
    display: none;
}
.wa-order-form-wrapper .wa-step-details-section .wa-details-rates-section .wa-table > .wa-row:last-child {
    display: none;
}
.wa-schedule-wrapper {
    display: none;
}

/*.wa-country-wrapper .wa-region-wrapper {
    display: none;
}*/

.mcart__item-service {
    font-size: 12px;
}

.s-right .wrap {
    padding: 0 40px;
}

.header__address {
    display: none;
}

.red-notion {
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
}

.red-notion span {
    color: #e9545d;
}

.services label {
    margin-bottom: 7px;
}

.services .s-checkbox {
    display: none;
}

.modal-btn {
    font-size: 14px;
    cursor: pointer;
    /*background: var(--b-bg);*/
    /*background: var(--bot-bg);*/
    background: #2b3f53 /* #99ff33;*/;
    color: #FFF;
    padding: 15px 25px;
    margin: 10px 0;
    display: inline-block;
}

.modal-btn__call {
    font-size: 14px;
    cursor: pointer;
    /*background: var(--b-bg);*/
    /*background: var(--bot-bg);*/
    background: #99ff33;
    color: #000;
    padding: 15px 25px;
    margin: 10px 0;
    display: inline-block;
}

.options .options__list:not(.color) a.selected {
    background: #d4d4d4;
    color: #000;
    /*background: var(--bot-bg);*/
}
.options .options__list:not(.color) a:hover {
    background: #d4d4d4;
    color: #000;
    /*background: var(--bot-bg);*/
}
.options .options__list:not(.color) a.selected,
.options .options__list:not(.color) a.selected:hover {
    background: #d4d4d4;
    color: #000;
    /*background: var(--bot-bg);*/
    border-color: #d4d4d4;
    /*border-color: var(--bot-bg);*/
}
.options .options__list:not(.color) a:hover {
    border-color: #d4d4d4;
    /*border-color: var(--bot-bg);*/
    color: #000;
}

.modal-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.modal {
    background: #fff;
    width: 420px;
    height: auto;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 15px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    right: 5px;
    top: 15px;
    cursor: pointer;
}

.modal-close::before {
    content: '';
    background: #000;
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 0;
}

.modal-close::after {
    content: '';
    background: #000;
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 0;
}

.modal-content {
    text-align: center;
    padding: 20px;
}

.modal-title {
    font-size: 24px;
    line-height: 133.9%;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.modal-subtitle {
    padding: 5px 0 15px 0;
}

.modal-content form input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

.modal-content form button {
    width: 100%;
}

.modal-bg__call {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.modal__call {
    background: #fff;
    width: 420px;
    height: auto;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 15px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-close__call {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    right: 5px;
    top: 15px;
    cursor: pointer;
}

.modal-close__call::before {
    content: '';
    background: #000;
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 0;
}

.modal-close__call::after {
    content: '';
    background: #000;
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 0;
}

.modal-content__call {
    text-align: center;
    padding: 20px;
}

.modal-title__call {
    font-size: 24px;
    line-height: 133.9%;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.modal-subtitle__call {
    padding: 5px 0 15px 0;
}

.modal-content__call form input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

.modal-content__call form button {
    width: 100%;
}

.overlay-thank {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.popup {
    position: absolute;
    width: 300px;
    height: 180px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    background-color: #fff;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.active {
    opacity: 1;
    z-index: 9999;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
}

.whatsapp-btn img {
    width: 32px;
    height: 32px;
    margin-right: 0.5rem;
}

.whatsapp-btn span {
    color: #000;
    font-size: 14px;
}

.size-individual {
    font-size: 14px;
    color: #323232;
}

.header-info__first,
.header-info__second {
    flex-basis: 50%;
}

.info-second-flex {
    display: flex;
    margin-bottom: 10px;
}

.info-second-flex__adress {
    flex-basis: 28%;
}

.info-second-flex__contact {
    flex-basis: 72%;
}

.header__info {
    text-align: left;
}

.header__phone {
    font-size: 14px;
}

.header__c-mb {
    margin-bottom: 10px;
}

.header-info-phone__ozon {
    margin-top: 10px;
}

.header-info-phone__ozon-two,
.header-info-phone__yam-two {
    margin-bottom: 10px;
}

.header__info-callback {
    margin-left: 5px;
}

.marketplaces,
.marketplaces-mobile {
    position: relative;
}

.marketplaces__popover-btn,
.marketplaces-mobile__popover-btn {
    border-bottom: 1px dashed #000;
    cursor: pointer;
}

.marketplaces__popover-content {
    background:#f7f7f7;
    z-index: 2;
    padding: 0.75rem;
    border: 1px solid #ececec;
    position: absolute;
    top: 25px;
    left: -100px;
    min-width:360px;
}



.calback-marketplase {
	display: flex;
	flex-direction: row;
}

@media (max-width: 850px) {
   .calback-marketplase {
	display: block;
	
}
}
.calback-marketplase .marketplaces {
	margin-left:1.2rem;
}

@media (max-width: 850px) {
    .calback-marketplase .marketplaces {
	margin-left:0;
}
}


.marketplaces-mobile__popover-content {
    background: #f7f7f7;
    z-index: 2;
    padding: 0.75rem;
    border: 1px solid #ececec;
    position: absolute;
    top: 25px;
    min-width: 90vw;
    right: 0;
}

.wrapper-marketplace {
	display:flex;
	flex-direction: row;
}
.marketplace {
	display:flex;
	padding: 1rem;
	
}

.marketplace a {
	font-weight:bold;
	Font-size: 1rem !important;
	border-bottom: 1px dashed #cecece;
}

.marketplaces-mobile__popover-content .wrapper-marketplace {
	display:inline-flex;
	flex-direction: row;
}

.marketplaces-mobile__popover-content .marketplace {
	display:flex;
	padding: 0.5rem 0 0.5rem 0.75rem;
	text-align: right;
}


.marketplaces__popover-content--hided,
.marketplaces-mobile__popover-content--hided {
    display: none;
}

.marketplaces__popover-content--visible,
.marketplaces-mobile__popover-content--visible {
    display: block;
}

.marketplaces__popover-btn-close--hided,
.marketplaces-mobile__popover-btn-close--hided {
    display: none;
}

.marketplaces__popover-btn-close--visible,
.marketplaces-mobile__popover-btn-close--visible {
    display: inline-block;
}

.marketplaces__popover-close-btn,
.marketplaces-mobile__popover-close-btn {
    width: 14px;
    height: 14px;
    margin-left: 3px;
    position: relative;
    cursor: pointer;
}

.marketplaces__popover-close-btn::before,
.marketplaces-mobile__popover-close-btn::before {
    content: '';
    background: #000;
    width: 14px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    top: 9px;
}

.marketplaces__popover-close-btn::after,
.marketplaces-mobile__popover-close-btn::after {
    content: '';
    background: #000;
    width: 14px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 9px;
}

.marketplaces__title {
    font-style: italic;
}

.footer {
    font-size: inherit;
}

.footer-phones {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.footer-phones__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-phones__city {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.footer-phones__city-spb {
    margin-top: 0.5rem;
}

.footer-phones__link {
    text-decoration: none;
}

.footer-phones__title-megamarket {
    margin-top: 1rem;
}
.m-header__fix {
    /* background: url(https://mmk-drev.ru/wa-data/public/site/themes/profitshop/img/8marta.png);
    background-size: contain; */
}
.header__santa {
    /* background: url(https://mmk-drev.ru/wa-data/public/site/themes/profitshop/img/8marta.png);
    background-size: contain;
    height: 70px; */
}
.footer-phones__city-russia {
    /*display: none;*/
}
.m-header__logo {
    /* width: 40%; */
}
.header__info-phone-grid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: end;
    padding-top: 60px;
    text-align: right;
    column-gap: 10px;
}
.header__info-phone-grid {
    height: auto;
}
.m-header__flex {
    padding-top: 0;
}
.header__info-phone-grid-wrapper .header__phone {
    line-height: normal;
    margin: 0;
}

@media (max-width: 1024px) {
}

@media (min-width: 768px) {
    .footer__bl_1,
    .footer__bl_2,
    .footer__bl_3 {
        padding: 0;
        width: calc(100% / 3);
    }
    .info-second-flex__adress {
        margin-right: 10px;
    }
}

@media screen and (min-width: 767px) {
    .select2-container--open .select-images:hover .zoomed-image {
        display: block;
    }
}

@media (max-width: 768px) and (min-width: 425px) {
    .footer__bl_1,
    .footer__bl_2,
    .footer__bl_3 {
        padding: 0 10px;
    }
}

@media (max-width: 500px) {
    .modal {
        width: 350px;
    }

    .modal__call {
        width: 350px;
    }

    .full-bg {
        z-index: -1;
        opacity: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .full-bg__active {
        z-index: 0;
        opacity: 1;
    }
    .header__info-phone {
        text-align: right;
    }
    .footer-phones {
        grid-template-columns: 1fr;
    }
    /*.footer-phones__city-spb {*/
    /*    display: none;*/
    /*}*/
    /*.footer-phones__city-msk {*/
    /*    display: none;*/
    /*}*/
    .footer-phones__city-russia {
        display: block;
    }
}

@media (max-width: 376px) {
}

@media (max-width: 321px) {
    .modal {
        width: 310px;
    }

    .modal__call {
        width: 310px;
    }
}



/*******************/

.hicon {
    color: #787878;
   
}


@media (min-width: 768px) {
   .addstyle-footer  .footer__bl_1, .addstyle-footer  .footer__bl_3  {
        padding: 0;
        width: calc(100% / 4);
    }
}

@media (min-width: 768px) {
   .addstyle-footer  .footer__bl_2  {
        padding: 0 0 0 3rem;
        width: calc(100% / 2);
    }
     .addstyle-footer  .footer__bl_2 .f-menu {
       column-count: 2;
     }
}


img[data-src].gallery {
    opacity: 1;
    float: left;
    margin: 1rem;
}

.gallery.p-images__slider-item {
    display: block;
    height: 350px;
    line-height: 350px;
    text-align: center;
}

@media (max-width: 450px) {
	img[data-src].gallery {
    float: none;
    margin:0;
    padding: 1rem;
    width:100%;
    height:auto;
}
}

.product__right-ext {
	padding: 1.5rem;
}
.product__right-ext .modal-btn {
	width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.product__info .modal {
	font-size: initial;
}


ul.view-thumbs li {
	padding: 0 0.3rem 0.3rem !important;
	
}
ul.view-thumbs li:before, .photo-thumbs-lazyloading ul li:before { 
	content: none !important;
}
ul.view-thumbs li img {
	margin-bottom: 0 !important;
	opacity: 1 !important;
}

.photo-thumbs-lazyloading ul li {
display: inline-block;	
}

.s-order-column-w {
    width: 50% !important;
}

@media screen and (max-width: 840px) {
    .s-order-column-w {
        width: 100% !important;
    }
}

.m-header__fix {
   top: 0 !important;
} 

.wrapper-contact {
	display:flex;
	flex-direction:row;
}

.wrapper-contact .contact-text {
	width:40%;
	padding-right: 2rem;
}

.wrapper-contact .contact-map {
	width:60%;
	padding-left: 2rem;
}

@media (max-width: 850px) {
	.wrapper-contact {
	display:flex;
	flex-direction:column;
}
.wrapper-contact .contact-text {
	width:100%;
	padding-right: 0;
}

.wrapper-contact .contact-map {
	width:100%;
	padding-left: 0;
}
.recw {
	margin-top:2rem;
}
}	


.old-manager {
    text-align:center;
    line-height:1.5;
}

@media screen and (max-width: 480px) {
  .old-manager {
      text-align:left;
  }  
  .old-manager a {
      display:block;
  }  
}