.mainpage-static-about {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0;
    position: relative;
    font-family: Montserrat;
}

.mainpage-static-about .h1{
    font-weight: 600;
}

.mainpage-static-about .btn.btn-middle {
    margin-top: 40px;
    padding: 18px 40px;
}
/*.mainpage-static-about:before {
    content: '';
    background: #fff;
    top: 0;
    bottom: 0;
    left: -99999px;
    right: -99999px;
    position: absolute;
    z-index: -1;
}*/

/* .mainpage-static-features {
    margin: 80px 60px 60px 60px;
} */

.mainpage-static-features {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 48em) {
    .mainpage-static-features > div:nth-child(2n+1), .mainpage-static-about > div:nth-child(2n+1) {
        padding-right: 30px;
    }

    .mainpage-static-features > div:nth-child(2n), .mainpage-static-about > div:nth-child(2n) {
        padding-left: 30px;
    }
}

.mainpage-static-features .h3.bold {
    font-weight: 600;
}

.mainpage-static-features .ins-tile__text-block {
    padding-top: 10px;
}

.mainpage-static-features .ins-tile__feature-description {
    padding-bottom: 20px;
}

.mainpage-static-contacts {
    font-size: 18px;
    padding: 80px 0;
    text-align: center;
    line-height: 28px;
}

.mainpage-static-contacts .btn-middle{
    margin-top: 20px;
    padding: 18px 40px;

}

.mainpage-static-contacts .h1{
    font-weight: 600;
}

.mainpage-static-contacts .ins-tile__subheading {
    margin-top: 40px;
    font-weight: 500;
    font-size: 22px;
}

.product-categories-slim-block--with-back .product-categories-header-slim {
    position: relative;
    bottom: 0;
}

.product-categories-header-text.cs-t-4 {
    color: #000;
    font-weight: 400;
}

@media only screen and (max-width: 768px){
    .mainpage-static-features {
    margin: 20px 0;
}

.mainpage-static-features .h3.bold {
    font-size: 20px;
    margin-bottom: 20px;
}

.ins-tile__feature-description {
    line-height: 1.35;
}

.mainpage-static-about .h1, .mainpage-static-contacts .h1 {
    font-size: 30px;
    margin-bottom: 30px;
}

.mainpage-static-contacts .ins-tile__subheading {
    font-size: 20px;
    margin-bottom: 10px;
}

.mainpage-static-contacts {
    font-size: 16px;
    line-height: 20px;
}

.catalog-view-table .cat-cell .cat-name, .categories-root__item--blocks-mode .categories-root__item-name {
    position: relative;
    color: #000;
    font-weight: 400;
    bottom: 0;
    padding: 0 0 20px;
    line-height: 1.5;
    font-family: serif;
}
}

.product-categories-item-inner-slim{
    flex-direction: column;
}
.footer-bottom-level-inner{
    padding-top: 20px !important;
}
.site-footer-top-level-inner,
.footer-social{
    display: none;   
}
.block-with-overlay{
    width: 100vw;
    left:50%;
    transform: translateX(-50%);
    position: relative;
}
.block-with-overlay::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
}
.btn-buy{
 background-color: #fff;   
 color:#000;
 border:1px solid currentColor;
}
.btn-confirm{
    background: #000;    
    color:#fff;
}
.btn-confirm:hover{
    background: rgb(59, 59, 59);    
    color:#fff;
}

/*printorder*/

.ecwid-description-table, .ecwid-description-table td {
    border: 1px solid #CCC;
    padding: 5px;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    
}

.orders-table .p-price{ min-width: 80px !important ;padding-left: 10px}
.orders-table .amount{ min-width: 60px !important}


.ecwid-description-table tr td:nth-child(1)
{
    width: 70% !important;
}

.ecwid-description-table tr td
{
    text-align: center;
}

.ecwid-description-table tr td:nth-child(1)
{
    text-align: left;
}
.slider-data{
    width: 100%;
    display: flex;
    align-items: end;
}
.slider-data > .static-block{
    flex-grow: 1;
}


/*фиксированная шапка*/

.site-head--with-substrate {
    background: #000000;
}

.site-head-phone-col a.btn-buy {
    background: #000;
}

/* Подключаем Montserrat с Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300..900&display=swap");

/* Глобально для всего */
html, body {
  font-family: "Montserrat", sans-serif !important;
}

/* Принудительно переопределяем все элементы */
*:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fad):not(.fab):not(.material-icons):not([class*="icon-"]) {
  font-family: "Montserrat", sans-serif !important;
}

/* Отдельно для форм, кнопок и заголовков */
button, input, select, textarea, label, .btn, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
}
.mainpage-static-about .h4 .h3 {
  font-weight: 400 !important;
}

