﻿body {
    margin: 0; /* Убираем отступы */
   }

.logo img { width: 200px; }
img.anons_pic { width: 300px !important; 
    height: 300px; }

div.main { 
    margin: auto 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
 /*   min-width: 988px; */
 }
div.abs_top {     
    display: table;
    background-color: #f0e3c6;
    height: 42px;
    text-align: right;
    width: 100%;
     }

div.basket_cell {  
    display: table-cell;
    vertical-align: middle;
    padding: 0px 85px 3px 0;
}

div.plashka {
    
    height: 633px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

div.plashka1 {
    
    height: 220px;

}

div.menu_party{
    background-color: #ffffff;
    width: calc(100% - 100px);
    margin: auto;
    display: table;
}

div.logo {
    float: left;
    padding: 20px 20px 20px 20px;
}

div.menu {
    padding: 25px 35px 0 0;
    text-align: right;
}

div.search_str{
    float: right;
    clear: both;
    margin: -70px 35px 0 0;
}

div.phones {
    float: right;
    padding: 20px 85px 20px 0;
}

div.info_block {
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 25px 50px 25px 50px;
}

div.cont { 
    margin: 50px 85px 50px 50px;
    overflow: hidden;
 /*   min-width: 988px; */
 }

div.cont_right { float: right; }

div.copy {

    float: left;

}

.copy img {  
    margin: 5px 20px 10px 0;
}


div.blockout { 
    background-color: #c00d0e;
    width: 30px;
    height: 28px;
    float: left;
    margin: 0 30px 0 0;
}

div.blockout_cont {
    float: left;
    width: calc(92% - 60px);
    margin: -10px 0 0 0;
}

div.filtero {
    float: left;
    width: 25%;
    padding: 70px 0 0 0;
}

div.filtero-item {
    margin: 10px 0 20px 50px;
    width: 100%;
}

div.picos {
    float: left;
    width: 20%;
    padding: 70px 0 0 0;
}

div.catalogue {

    float:right;
    width: 75%;

}


.grid-global {
    text-align: left;
    padding-right: 0;
}

.grid-block {
    text-decoration: none;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 1em 0 0 50px;
}

.grid-block .grid-item {
    width: 335px;
    float: left;
    text-align: left;
    padding: 15px 5% 0 0;
height: 320px;
}

.grid-item img { width: 335px; }

div.hnav { 
    width: 100%; margin: 0 0 50px 0; 
}

.grid-cat-block {
    text-decoration: none;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 1em 0 0 50px;
}

.grid-cat-block .grid-cat-item {
    width: 300px;
    height: 370px;
    float: left;
    /* text-align: left; */
    padding: 15px 15px 0 0;
}

.grid-cat-item img { width: 200px; }


.borderline { 
    width: 100%;
    overflow: hidden;
    background-color: #cdb98d;
    height: 9px;
    margin: 15px 0 15px 0;
}

.item-cont { 

padding: 0 0 0 20px;

}

.news-item {

    width: calc(50% - 75px);
    margin: 0 75px 50px 0;
    display: inline-grid;

}

.footer {

    background-color: #f0e3c6;
    height: 185px;
    text-align: left;
 /*   width: 100%; */
    padding: 0 0 0 115px;

}

.footer-item {

    float: left;
    width: calc(33% - 20px);
    margin: 25px 0 0 0px;

}

input.sstr { 
    border: 2px solid #c6c4c1;
    height: 29px;
    width: 250px;
    margin: 0 5px 0 0;
    vertical-align: top;
 }



 .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

 .custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }
  .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }

  .custom-checkbox:checked+label::before {
    border-color: #c00d0e;
    background-color: #c00d0e;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #f0e3c6;
  }
  /* стили для активного состояния чекбокса (при нажатии на него) */
  .custom-checkbox:not(:disabled):active+label::before {
    background-color: #f0e3c6;
    border-color: #f0e3c6;
  }
  /* стили для чекбокса, находящегося в фокусе */
  .custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(175, 154, 122, 0.25);
  }
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .custom-checkbox:focus:not(:checked)+label::before {
    border-color: #f0e3c6;
  }
  /* стили для чекбокса, находящегося в состоянии disabled */
  .custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
  }

input.fil {

}


span.text { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #000000; font-size: 18px; 
}

a.text { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #000000; font-size: 18px; 
    text-decoration: none;
}

span.text1 { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    font-size: 21px;
    line-height: 0.5;
}

a.text1 { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    font-size: 21px;
    line-height: 0.5;
    text-decoration: none;
}

span.text2 { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    font-size: 34px;
    margin: 0 0 0px 50px;
    line-height: 0.7;
}

span.text3 { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    font-size: 48px;
    margin: 0px 0 20px 80px;
    line-height: 0.5;
}

span.text4 { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #6e6e6e; font-size: 18px; padding: 0 20px 0 0;
}

span.text8 { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #6e6e6e; font-size: 20px; 
}

span.text5 { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #6e6e6e; font-size: 36px; 
}

span.text6 { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #000000; font-size: 26px; 
}

a.text6 { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #000000; font-size: 26px; 
    text-decoration: none;
}

span.text7 { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #6e6e6e; font-size: 26px; 
}

a.menu { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    color: #000000; 
    font-size: 18px; 
    text-decoration: none;
    padding: 0 20px 0 0;
}
a.menu:last-child {padding: 0;}

a.qw { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    color: #c00d0e; 
    font-size: 18px; 
    text-decoration: none;
}

a.qw:hover { text-decoration: underline; }

span.qw { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    color: #c00d0e; 
    font-size: 18px; 
    text-decoration: none;
}

div.hmenu { display: none; }
div.cmenu { display: none; }

@media screen and (min-width: 1530px) and (max-width: 1750px) { 

    .grid-block .grid-item {
        padding: 15px 2% 0 0;
    }

}

@media screen and (min-width: 1211px) and (max-width: 1529px) { 

    .grid-block .grid-item {
        padding: 15px 4% 0 0;
    }

}

@media screen and (min-width: 1135px) and (max-width: 1210px) { 

    .grid-block .grid-item {
        padding: 15px 2% 0 0;
    }

    a.menu { 
        font-size: 16px; 
        padding: 0 10px 0 0;
    }

}

@media screen and (min-width: 1050px) and (max-width: 1134px) { 

    .grid-block .grid-item {
        padding: 15px 2% 0 0;
    }

    a.menu { 
        font-size: 15px; 
        padding: 0 10px 0 0;
    }

}

@media screen and (min-width: 300px) and (max-width: 1049px) { 

    .grid-block .grid-item {
        padding: 15px 20% 0 9%;
        width: 750px;
    }

    .grid-item img { width: 700px; }

    a.menu { 
        font-size: 14px; 
        padding: 0 5px 0 0;
    }

    div.menu_party {
        width: calc(100% - 40px);
    }

    div.blockout { 
        margin: 0px 30px 0 0;
        width: 60px;
        height: 56px;
    }

    div.basket_cell {  
        padding: 30px 85px 30px 0;
    }

    .logo img { width: 400px; }

    div.menu { display: none; }
    div.search_str { display: none; }
    div.filtero { display: none; }

    div.hmenu { display: none; position: absolute; }
    div.cmenu {
        display: block;
        text-align: right;
        margin: 80px 50px 0 0;
    }

    span.text { 
        font-size: 30px; 
    }
    a.text { 
        font-size: 30px; 
    }

    a.qw { 
        font-size: 30px; 
    }

    span.qw { 
        font-size: 30px; 
    }
    span.text4 { 
        font-size: 30px; 
    }
    
    span.text5 { 
        font-size: 60px; 
    }

    span.text6 { 
        font-size: 60px; 
        line-height: 0.7;
    }
    a.text6 { 
        font-size: 60px; 
        line-height: 0.7;
    }

    .news-item {
        width: 100%;
        margin: 30px 85px 50px 0;
    }

    .footer {
        text-align: left;
        padding: 0 0 0 115px;
        overflow: hidden;
        height: auto;
    }

    .footer-item {
        width: 100%;
        margin: 25px 0 50px 22px;
    }

    div.cont_right {
        float: unset;
        margin: 0 0 0 90px;
    }

    div.copy {
        float: unset;
    }

    div.catalogue { width: 100%; }

    .grid-cat-block .grid-cat-item {
        width: 630px;
        float: left;
        /* text-align: left; */
        padding: 15px 5% 40px 0;
    }
    
    .grid-cat-item img { width: 500px; }

}

