*{
    font: inherit;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;

    margin: 0;
    padding: 0;

    text-decoration: none;

    color: inherit;
    border: 0;
    outline: 0;
}
*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

         -o-box-sizing: border-box;
}
html{
    font: 100 16px -apple-system, Verdana,Tahoma,Roboto,BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';

    color: #333;
    background: #f3f3f3;
}
a{
    border-bottom: 1px dotted;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
ol,
ul{
    list-style: outside none none;
}
dt,
dd{
    display: block;

    max-width: 100%;
    max-width: 50ch;
    margin: 0 auto;
    padding: 24px 48px;
}
dl{
    display: flex;

    align-items: stretch;
    justify-content: space-between;
    flex-flow: row wrap;
}
dl a{
    display: block;

    width: auto;
    margin-left: auto;

    border: none;
}

form{
    font-size: 16px;

    display: block;

    width: 300px;
    margin: 12px auto 24px;
    padding: 24px 12px;

    text-align: center;

    color: #fff;
    border-radius: 6px;
    /* background: #636363; */
    background: #202943;
    box-shadow: 2px 2px 3px rgba(192, 255, 255, .5);
}
form input,
form textarea{
    line-height: 32px;

    display: block;

    width: 240px;
    max-width: 100%;
    margin: 12px auto;
    padding: 0 12px;

    color: #333;
    background: #f3f3f3;
}

form input[type=submit]{
    cursor: pointer;

    color: #fff;
    border-radius: 8px;
    background: #ff9000;
    box-shadow: 0 1px 2px rgba(192, 255, 255, .5);
}

.s5{
    font-size: 16px;
    line-height: 22px;
}
.s4{
    font-size: 20px;
    line-height: 26px;
}
h4,
h5,
h6,
.s3{
    font-size: 24px;
    line-height: 36px;
}
.s3 b{
    font-size: 28px;
}
h1,
h2,
h3,
.s2{
    font-size: 36px;
    line-height: 48px;
}
.s2 b{
    font-size: 40px;
}
.s1{
    font-size: 48px;
    line-height: 60px;
}
.s1 b{
    font-size: 52px;
}
.ac{
    text-align: center;
}
.ar{
    text-align: right;
}
.c1{
    color: #333;
}
.c2{
    color: #999;
}
.c3{
    background: #e9e9e9;
}
a[href^=mail]{
    text-decoration: underline;
}
.id{
    font-size: 52px;

    display: block;
}
.m li{
    padding: 24px;
}
.m li:nth-child(2){
    background: #fcfcde;
}

.sale{
    position: relative;

    padding-top: 2em;
}
.sale::before{
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    overflow: hidden;

    content: ' % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА % SALE РАСПРОДАЖА ';
    text-align: center;
    white-space: nowrap;
    word-spacing: 2em;

    color: #fff;
    background: #ffbc01;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
adress{
    display: block;

    max-width: 65ch;
    margin: 0 auto;
}
p{
    margin: 12px auto;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 24px auto;

    text-align: center;
}

table{
    line-height: 1;

    width: auto;
    max-width: 100%;
    height: auto;
    margin: 24px auto;
    padding: 0;

    border-spacing: 0;
    border-collapse: separate;

    border: 1px solid #b0b9b0;
    border-width: 1px 1px 0 0;
    background: #d5e4d5;
}
tr:nth-child(odd){
    background: #e1f2e1;
}
th,
td{
    margin: 0;
    padding: 5px 10px;

    border: 1px solid #ccc;
    border-width: 0 0 1px 1px;
}
th{
    font-size: 12px;

    padding: 15px 10px;

    text-align: center;

    color: #8c8e8c;
    background: #f2e1f2;
}
tr:target td,
tr:target th{
    font-size: 26px;

    padding: 30px 10px 20px;
    /* background-color: #faac18; */
}

.copy{
    font-size: 12px;

    text-align: right;

    opacity: .3;
}
ol{
    width: 50ch;
    max-width: 100%;
    margin: 10px auto;
    padding: 0;

    list-style: none;

    counter-reset: li;
}
ol li{
    position: relative;

    margin-left: 40px;
    padding: 12px 20px 20px 28px;

    transition-duration: .3s;
}
ol li:before{
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: -30px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 42px;

    content: counter(li);
    counter-increment: li;
    transition-duration: .3s;
    text-align: center;

    color: #adcee9;
    border: 6px solid transparent;
}
ol li:hover:before{
    color: #337ab7;
}
ol li:after{
    position: absolute;
    top: 0;
    left: -30px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 42px;
    height: 42px;

    content: '';

    opacity: .5;
    border: 6px solid #ddd;
    border-radius: 50%;
}
ol li:hover:after{
    animation: 500ms ease-in-out 0s bounceIn;

    opacity: 1;
    border: 6px solid #adcee9;
}

@keyframes bounceIn{
    0%{
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    20%{
        transform: scale3d(1.3, 1.3, 1.3);
    }
    40%{
        transform: scale3d(.9, .9, .9);
    }
    60%{
        transform: scale3d(1.03, 1.03, 1.03);

        opacity: 1;
    }
    80%{
        transform: scale3d(.97, .97, .97);
    }
    to{
        transform: scale3d(1, 1, 1);

        opacity: 1;
    }
}

.dn{
    margin: 2em 0 0;
    padding: 0;

    color: #f3f3f3;
    background: #1a1a1a;
}
.dn a{
    display: inline-block;

    width: 220px;
    max-width: 99%;
    padding: 1em 2em;

    vertical-align: top;

    border: none;
}

.fb{
    margin: 10px auto;
    width: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .6), 0 2px 10px 0 rgba(0, 0, 0, .8);
}
#n{
    margin: 30px auto;
    max-width: 1200px;
}
#n li{
    display: inline-block;
    width: 160px;
    padding: 16px;
}
@media screen and (max-width: 600px){
    /* Smartphones  346..504x504..768 */
    html{
        border-bottom: 1px solid #3ff;
    }
    .r{
        padding: 8px;
    }
    .dn{
        padding: 0 0 20px 0;
    }
    .dn a{
        width: 49%;
        min-height: 48px;
        padding: 30px 10px 10px;
    }
    .fb{
        position: relative;

        display: block;

        margin: 10px auto;
    }
}

@media screen and (min-width: 601px)  and (max-width: 1080px){
    /* Tablets 480..1024x800..1440 */
    html{
        border-bottom: 1px solid #ff3;
    }
    .r{
        padding: 24px;
    }
}

@media screen and (min-width: 1200px){
    .fb{
        position: fixed;
        right: 0;
        bottom: 0;
    }
}

.muxa{color:red !important;}