@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,cyrillic);

* {
    box-sizing: border-box;
}

.card a {
    color: #fff !important;
}

body {
    font-family: 'Open Sans', sans-serif;
}

nav {
    background: #413F3C;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul:after {
    content: "";
    display: table;
    clear: both;
}

nav a {
    text-decoration: none;
    display: block;
    transition: .3s linear;
}

.topmenu > li {
    float: left;
    position: relative;
    border-left: 1px solid black;
}

.topmenu > li:first-child {
    border-left: 0;
}

.topmenu > li > a {
    padding: 21.4px 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: #FEFDFD;
    letter-spacing: 2px;
}

.topmenu > li > a.active,
.submenu a:hover {}

.topmenu a:hover {}


.topmenu .fa,
.submenu .fa {
    margin-left: 5px;
    color: inherit;
}

.submenu {
    position: absolute;
    z-index: 5;
    min-width: 200px;
    background: white;
    border-top: 1px solid #CBCBCC;
    border-left: 1px solid #CBCBCC;
    border-right: 1px solid #CBCBCC;
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .3s linear;
}

.submenu li {
    position: relative;
}

.submenu li a {
    color: #282828;
    padding: 10px 20px;
    font-size: 13px;
    border-bottom: 1px solid #CBCBCC;
}

.submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px;
    transition: .3s linear;
}

nav li:hover > .submenu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}




.product-img {
    height: 10% !important;
}


.pusto {
    height: 70px;
}


.header {
    background-color: #424245;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    z-index: 3;
}

.header a {
    color: #cdcdcd;
}

.header i {
    font-size: 20px;
    color: rgb(205, 205, 205) !important;
}

.header i:hover,
.header .menu-btn:hover {
    color: #fff !important;
    transition: 0.7s;
    
}


.header i:not(:hover) {
    transition: 1.5s;
}


.header ul {

    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #424245;
}

.header li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    color: #fff !important;
    transition: 0.7s;
}


.header li a:not(:hover) {
    transition: 1.5s;
}


.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

.header .logo:hover {
    color: #fff !important;
    transition: 0.7s;
}


.header .logo:not(hover) {
    transition: 1.5s;
}



/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}






p {
    font-size: 14px;

}




a {
    text-decoration: none !important;
    /* Отменяем подчеркивание у ссылки */
}


h2 {
    font-family: Geneva, Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    color: #ffffff !important;
    /* Цвет обычной ссылки */

    /* Убираем подчеркивание у ссылок */
    margin: 0 auto 5px;
    font-size: 18px;
}

h2:hover {
    color: #d92d1c !important;
    transition: 0.5s !important;
}

h2:not(:hover) {
    transition: 1.5s !important;
}

h3 {
    font-family: Geneva, Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    color: #555555;
    /* Цвет обычной ссылки */

    /* Убираем подчеркивание у ссылок */
    margin: 0 auto 5px;
    font-size: 12px;
}

h22 {
    font-family: Geneva, Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    color: #000000;
    /* Цвет обычной ссылки */

    /* Убираем подчеркивание у ссылок */
    margin: 0 auto 5px;
    font-size: 18px;
    font-weight: 600;
}

h33 {
    font-family: Geneva, Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    color: #555555;
    /* Цвет обычной ссылки */

    /* Убираем подчеркивание у ссылок */
    margin: 0 auto 5px;
    font-size: 12px;
}

h10 {
    font-family: Geneva, Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    color: #000000;
    /* Цвет обычной ссылки */

    /* Убираем подчеркивание у ссылок */
    margin: 0 auto 5px;
    font-size: 12px;
}

h10:hover {
    color: #fff;
    /* Цвет фона */

    transition: 0.5s;
    /* Убираем поля */
}

h10:not(:hover) {
    transition: 1.5s;
}

h11 {
    font-family: Geneva, Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    color: #ff0000;
    /* Цвет обычной ссылки */

    /* Убираем подчеркивание у ссылок */
    margin: 0 auto 5px;
    font-size: 18px;
    font-weight: 600;
}

h2:hover {
    color: #000000;
    /* Цвет ссылки при наведении на нее курсора мыши */

    /* Добавляем подчеркивание */
    margin: 0 auto 5px;
}





.sign {
    float: left;

    padding: 47px;
    /* Поля внутри блока */


}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}


.katalog {
    width: 968px;
    margin: 30px auto;
}

.product-main {
    padding: 50px 0 0 0;
    width: 242px;
    float: left;
}

.product {
    border-right: 1px dotted #575e70;
    padding: 0 15px;
}

.product h2 {
    text-align: center;
    font: bold 14px/1.3 Tahoma;
    margin: 0 0 15px 0;
}

.product-img {
    text-align: center;
    width: 250px;
    height: 150px;
}

.price {
    font: 21px/1.3 "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #d92d1c;
}

.price span {
    font-size: 15px;
    color: #575e70;
}

.price img {
    float: right;
    margin: 2px 0 0 0;

}

.bot-dot {
    border-bottom: 1px dotted #575e70;
    margin: 20px;
}

.product-main:nth-child(4n) .product {
    border-right: none;
}

.product-main:last-child .product {
    border-right: none;
}

.product-main:nth-child(4n) .bot-dot {
    margin: 20px 0 20px 20px;
}

.product-main:nth-child(4n+1) .bot-dot {
    margin: 20px 20px 20px 0;
}





footer {
    display: block;
}

.footer-text {
    font-size: 15px;
    display: flex;
    padding: 114px 0
}

.footer-text p {
    margin-right: 67px;
}


#footer-site {
    padding-bottom: 20px;
    padding-top: 20px;
    background: url(bag1.png);
    color: #fff;
    text-align: center;
    height: 259px;

}

#footer-site a {
    color: #fff;
    text-decoration: none;


}

.widget-social li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.widget-social li a:hover {
    color: #f05f40 !important;
}

.xz {
    margin: 50px 0 0 20px
}

h2 {
    font-size: 26px;
    /* Размер шрифта */
    font-weight: bold;
    /* Жирное начертание */
    margin: 0;
    /* Убираем отступы */
    color: #000;
    /* Цвет текста */
}

h3 {
    margin-top: 0;
    /* Убираем отступ сверху */
}

#menu {
    /* Левая колонка */
    float: left;
    /* Обтекание справа */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Параметры тени */
    padding: 10px;
    width: 350px;
    /* Ширина колонки */
    padding: 5px;
    /* Поля вокруг текста */
    margin: 10px 10px 1% 150px;
    /* Значения отступов */
}

#menu div {
    padding: 2px;
    /* Поля вокруг ссылок */
}

#pusto-menu {
    /* Левая колонка */
    float: left;
    /* Обтекание справа */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Параметры тени */
    padding: 10px;
    width: 350px;
    /* Ширина колонки */
    padding: 5px;
    /* Поля вокруг текста */
    margin: 10px 10px 1% 150px;
    /* Значения отступов */
}

#menu a {
    /* Отображать ссылку как блок */
    padding: 2px;
    /* Поля вокруг ссылок */
    margin: 1px;
    /* Отступы вокруг */
    font-size: 1.3em !important;
    /* Размер текста */
    text-decoration: none;
    /* Убираем подчеркивание текста */
    color: #000;
    text-align: center !important;
}

#menu a:hover {
    color: #ff0000;

    /* Цвет фона */
    margin: 0 0 0 60px;

    transition: 1.5s;
    /* Убираем поля */
}

#menu a:not(:hover) {
    transition: 1.5s;
}

#content {
    height: 300px;
    width: 300px;
    /* Правая колонка */
    margin: 10px 5px 50px 580px;
    /* Значения отступов */
    padding: 5px;
    /* Поля вокруг текста */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Параметры тени */
    padding: 10px;
}










/**/
/**/
/**/
/**/
/**/
/**/
/**/

.text-rek {
    float: left;
    width: 100%;
    height: 1%;
}

.text-rek h8 {
    float: left;
    margin-left: 530px;
    font-size: 50px !important;
}

.card img {
    max-height: 250px;
    max-width: 2000px;
    padding-top: 10%;
    margin-bottom: 10%;
}

.card img1 {
    max-height: 250px;
    max-width: 2000px;
    padding-top: 10%;
    margin-bottom: 10%;
}

#card {}


.card {

    border-radius: 25px 25px 5px 5px;
      float: left;
      margin-left: 20px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      max-width: 300px;
      text-align: center;
      font-family: arial;
  }

h9 {
    color: red;
    font-size: 16px;
    font-weight: 600;
}

h8 {
    font-weight: 600;
    color: black;
    font-size: 15px;
}

.card button {
    margin-top: 10px;
    border: none;
    outline: 0;
    padding: 12px;
    color: white !important;
    background-color: #424245 !important;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.card button:hover {
    opacity: 0.7;
}


.card h1 {
    color: #424245 !important;
    font-weight: 400;
    font-size: 28px;
}

.card a {
    color: #fff !important;
    background-color: #424245 !important;
}
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/






#content img {
    margin-left: 20%;
    padding: 10%;
    margin-top: 10%;

    widows: 200px;
    height: 200px;
}

#content h22 {
    font-size: 22px;
}

#content p {
    font-size: 17px;
}



.line {
    border-bottom: 1px groove #333;
    /* Линия между ссылками */
}


.navbar-left1 {
    text-align: center;
    height: 35px;
    background: #424245;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.navbar-left1 a {

    color: #fff !important;

}


.navbar-left1 a:hover {
    color: #ff0000 !important;

    /* Цвет фона */
    margin: 0 0 0 30px;

    transition: 0.7s;
    /* Убираем поля */
}

.navbar-left1 a:not(:hover) {
    transition: 1.5s;
}

h12 {
    margin: 0 0 0 20px;
}


.leftimg {
    float: left;
    /* Выравнивание по левому краю */
    margin: 7px 15px 7px 0;
    /* Отступы вокруг картинки */

}

h7 {
    font-weight: 400;
    font-size: 23px;
}



i {
    margin: 0 5px 0 0;
}

.ol {
    color: red !important;
}


.topmenu i {
    font-size: 20px;
    float: right;
    padding: 20px;
    color: #fff;
    text-align: center;

}

.topmenu i:hover {
    font-size: 20px;
    float: right;
    padding: 20px;
    color: #ff0000;
    text-align: center;
    transition: 0.7s;

}



.topmenu i:not(:hover) {
    transition: 1.5s;
}

.navbar-left1 i {
    margin-left: 10px;
}



#message {
    display: block;
    display: none;

    /* ссылка над всеми элементами */
    z-index: 999;

    /* ссылка не заслоняет полностью текст под ней */
    opacity: .8;

    /* ссылка всегда на одном и том же месте */
    position: fixed;

    /* ссылка внизу страницы */
    top: 100%;
    margin-top: -80px;
    /* = height + preferred bottom margin */

    /* ссылка по центру */
    right: 2%;

    /* закругленные углы */
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;

    /* ссылка большая, заметная и ее легко найти */
    width: 50px;
    line-height: 48px;
    height: 48px;
    background-color: #413F3C;
    font-size: 24px;
    text-align: center;
}


#message:active {
    display: block;
    display: none;

    /* ссылка над всеми элементами */
    z-index: 999;

    /* ссылка не заслоняет полностью текст под ней */
    opacity: .8;

    /* ссылка всегда на одном и том же месте */
    position: fixed;

    /* ссылка внизу страницы */
    bottom: 100%;
    margin-top: -80px;
    /* = height + preferred bottom margin */

    /* ссылка по центру */
    right: 2%;

    /* закругленные углы */
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;

    /* ссылка большая, заметная и ее легко найти */
    width: 50px;
    line-height: 48px;
    height: 48px;
    background-color: #413F3C;
    font-size: 24px;
    text-align: center;
}


#message a {
    color: #fff;
    transition: 0.7s;
}

#message a:hover {
    color: #ff0000;
}







#message a:not(:hover) {
    transition: 1.5s;
}

.footer-site-left {

    float: left;
    display: block;
    padding: 10px 10px 10px 400px;
}



.footer-site-left h22 {
    font-size: 24px;
    float: left;

    color: #fff;
    font-weight: 300;
}


.footer-site-right h22 {
    font-size: 24px;
    float: left;

    color: #fff;
    font-weight: 300;
}

.footer-site-left a {
    float: left;
    /* Отображать ссылку как блок */
    padding: 2px;
    /* Поля вокруг ссылок */
    margin: 1px;
    /* Отступы вокруг */
    font-size: 1.3em !important;
    /* Размер текста */
    text-decoration: none;
    /* Убираем подчеркивание текста */
    color: #000;
    text-align: center !important;
}

.footer-site-left a:hover {
    color: #ff0000 !important;
    transition: 1s;
}

.footer-site-left a:not(:hover) {
    transition: 1.5s;
}








.footer-site-right {

    float: right;
    display: block;
    padding: 10px;
    margin-right: 400px;
}



.footer-site-right h22 {
    color: #fff;
    font-weight: 300;
}

.footer-site-right a {
    float: left;
    /* Отображать ссылку как блок */
    padding: 2px;
    /* Поля вокруг ссылок */
    margin: 1px;
    /* Отступы вокруг */
    font-size: 1.3em !important;
    /* Размер текста */
    text-decoration: none;
    /* Убираем подчеркивание текста */
    color: #000;
    text-align: left !important;
}

h99 {
    margin-right: 60px;
}

.footer-site i {
    color: #ff0000 !important;
}

.footer-site-right a:hover {
    color: #ff0000 !important;
    transition: 1s;
}

.footer-site-right a:not(:hover) {
    transition: 1.5s;
}


#footer-site-bot {

    padding-top: 10px;
    background-color: #000000;
    color: #fff;
    text-align: center;
    height: 40px;

}

#footer-site-bot a {
    color: #fff;
    text-decoration: none;
}

#footer-site-bot a:hover {
    color: #ff0000 !important;
    transition: 1s;
}

#footer-site-bot a:not(:hover) {
    transition: 1.5s;
}

.menu i {
    color: red;
}

/*****************************************************************************/
/*******************************footer*********************************/
/*****************************************************************************/





/*****************************************************************************/
/*******************************footer1*********************************/
/*****************************************************************************/


.site-footer1 {
    background-color: #000;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.site-footer1 hr {
    border-top-color: #fff;
    opacity: 0.5
}

.site-footer1 hr.small {
    margin: 20px 0
}

.site-footer1 h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer1 a {
    color: #fff;
}

.site-footer1 a:hover {
    color: #ff0000 !important;
    transition: 0.7s;
}


.site-footer1 a:not(hover) {
    transition: 0.7s;
}

.site-footer1 .social-icons {
    text-align: right
}

.site-footer1 .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}



/*****************************************************************************/
/*******************************footer1.end*********************************/
/*****************************************************************************/


a:active {
    color: #ff0000;
}


.site-footer {

    display: table;
    height: auto;
    width: 100%;
    background: url(bag1.png);
    padding-top: 45px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

.site-footer hr {
    border-top-color: #fff;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    font-size: 15px;
    color: #fff;
}

.site-footer a:hover {
    color: #ff0000 !important;
    transition: 0.7s;
}

/**/

.card a:not(hover) {
    transition: 0.7s;
}

.card a:hover {
    color: #ff0000 !important;
    transition: 0.7s;
}

/**/

.site-footer a:not(hover) {
    transition: 0.7s;
}


.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links i {
    color: #ff0000;
}


.footer-links li {
    display: block
}

.footer-links a {
    color: #fff;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}



.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}





/*****************************************************************************/
/*******************************footer*********************************/
/*****************************************************************************/


@media (min-width: 100em) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 30px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}
















/*************************************************************************************/
/********************************footer.media******************************************/
/*************************************************************************************/

@media (max-width:767px) {
    .site-footer {
        margin-top: 350%;
    }



    @media (max-width:767px) {
        .site-footer1 {
            padding-bottom: 0
        }

        .site-footer1 .copyright-text,
        .site-footer1 .social-icons {
            text-align: center
        }
    }



    @media (max-width:991px) {
        .site-footer [class^=col-] {
            margin-bottom: 30px
        }
    }

    @media (max-width:767px) {
        .site-footer {
            padding-bottom: 0
        }

        .site-footer .copyright-text,
        .site-footer .social-icons {
            text-align: center
        }



    }






    @media (max-width:767px) {
        .social-icons li.title {
            display: block;
            margin-right: 0;
            font-weight: 600;
        }
    }

    /*************************************************************************************/
    /********************************footer.media.end******************************************/
    /*************************************************************************************/





    @media screen and (max-width: 1400px) {}


}

@media screen and (max-width: 1400px) {
    .text-rek {
        margin: 0;
        font-size: 15px;
    }

    #menu {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .card img {
        max-height: auto;
        max-width: auto;
    }

    .card {
        margin: 0;
        padding: 0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

        text-align: center;
        font-family: arial;
    }


    .card button {
        margin-top: 10px;
        border: none;
        outline: 0;
        padding: 12px;
        color: white !important;
        background-color: #000;
        text-align: center;
        cursor: pointer;
        width: 100%;
        font-size: 18px;
    }

    .card button:hover {
        opacity: 0.7;
    }


    .card h1 {
        font-weight: 400;
        font-size: 28px;
    }

    .card h8 {
        font-size: 16px;
    }

    .card h9 {
        font-size: 16px;
    }





    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        display: inline-block;
    }

    /* Hides from IE-mac \*/
    * html .clearfix {
        height: 1%;
    }

    .clearfix {
        display: block;
    }

    /* End hide from IE-mac */

}

}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 480px) {

    .text-rek h8 {
        float: 0;
        margin-left: 0;
        margin: 0;
        font-size: 5px !important;
    }

    #menu {
        widows: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: auto;
    }

    .card img {
        margin: auto;
        /* Выравниваем по центру */
        max-height: auto;
        max-width: auto;
    }

    .card {
        padding: 0;
        margin: 0;
        max-width: auto;
    }


    .card button {
        margin-top: 10px;
        border: none;
        outline: 0;
        padding: 12px;
        color: white !important;
        background-color: #000;
        text-align: center;
        cursor: pointer;
        width: ;
        font-size: 18px;
    }

    .card button:hover {
        opacity: 0.7;
    }


    .card h1 {
        font-weight: 400;
        font-size: 28px;
    }

    .card h8 {
        font-size: 16px;
    }

    .card h9 {
        font-size: 16px;
    }


    .site-footer {

        width: auto;
        clear: both;
        padding: 1em;
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    #menu {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .card img {
        max-height: auto;
        max-width: auto;
    }

    .card {
        margin: 0;
        padding: 0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

        text-align: center;
        font-family: arial;
    }


    .card button {
        margin-top: 10px;
        border: none;
        outline: 0;
        padding: 12px;
        color: white !important;
        background-color: #000;
        text-align: center;
        cursor: pointer;
        width: 100%;
        font-size: 18px;
    }

    .card button:hover {
        opacity: 0.7;
    }


    .card h1 {
        font-weight: 400;
        font-size: 28px;
    }

    .card h8 {
        font-size: 16px;
    }

    .card h9 {
        font-size: 16px;
    }


    .site-footer {
        width: auto !important;
        clear: both;
        padding: 1em;
        text-align: center;
    }


    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        display: inline-block;
    }

    /* Hides from IE-mac \*/
    * html .clearfix {
        height: 1%;
    }

    .clearfix {
        display: block;
    }

    /* End hide from IE-mac */

}
}



/*for product*/


#content5 {
    height: 600px;
    /* Правая колонка */
    margin: 10px 50px 50px 50px;
    /* Значения отступов */
    /* Поля вокруг текста */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Параметры тени */
    padding: 20px;

}





#content5 h6 {
    font-size: 18px;
    font-weight: 600;

}

#content5 h7 {
    font-size: 18px;
    font-weight: 600;
    color: red;

}




table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    border-collapse: collapse;
    color: #000;
    margin-bottom: 20px;
}

caption {
    padding: 10px;
    color: #fff !important;
    background-color: #000;

    font-size: 18px;
    text-align: center !important;
    font-weight: bold;
}

th {
    border-bottom: 3px solid #000;
    padding: 10px;
    text-align: left;
}

td {
    padding-right: 30px !important;
}

tr:nth-child(odd) {
    background: white;
}

tr:nth-child(even) {
    background: #fff;
}



button1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Параметры тени */

    height: 500px;
    width: 100px;

    border-color: #ff0000 !important;
    background-color: #ff0000 !important;
}

button1 a {
    font-weight: 600;
    color: #fff !important;
    background-color: #ff0000;
}

button1:hover {
    opacity: 0.7;
    transition: 0.7s;
}

button1 a:hover {
    color: #000 !important;
    transition: 1.5s;
}

button1 a:not(hover) {
    transition: 1.7s;
}
