@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,cyrillic);

* {
    box-sizing: border-box;
}

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 {
    color: #e04444;
}

.topmenu a:hover {
    color: #e04444;
}


.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;
}










.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
position:fixed;
top:0;
width:100%;
z-index:1000;
}

.pusto
{
height:70px;
}

.header a {
    color: #000;
}

.header i {
    font-size: 20px;
    color: #000 !important;
}

.header i:hover,
.header .menu-btn:hover {
    color: #ff0000 !important;
    transition: 0.7s;
}


.header i:not(:hover) {
    transition: 1.5s;
}


.header ul {

    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    color: #ff0000 !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: #ff0000 !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: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    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;
}













h1 {
    color: #3f86e8;
    margin: 50px 0 50px 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;
}

.menu-footer div {}


#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 20px 150px;
    /* Значения отступов */
}

#menu div {
    padding: 2px;
    /* Поля вокруг ссылок */
}

#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: 600px;
    /* Правая колонка */
    margin: 10px 5px 50px 580px;
    /* Значения отступов */
    padding: 5px;
    /* Поля вокруг текста */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Параметры тени */
    padding: 10px;
}


.content-up{
    /* Правая колонка */
    margin: 10px 5px 50px 100px;
    width: 81%;
    /* Значения отступов */
    padding: 5px;
    /* Поля вокруг текста */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Параметры тени */

}
.content-up a{
    color: #000 !important;
}


.up-text{
    margin-left: 400px;
}


.content-up h6{
    font-size: 22px;
    font-weight: 300
    color: #000 !important;
}

.content-up a:hover{
    color: #ff0000 !important;
    transition: 0.7s;
}

.content-up a:not(hover){
        transition: 1.5s;
}

#content-text {
    text-align: left;
    /* Правая колонка */
    margin: 0 100px 50px 0;
    /* Значения отступов */
    /* Поля вокруг текста */

    /* Параметры тени */
    padding-left: 100px;
    padding-right: 100px;
}



#content h22 {
    font-size: 22px;
}

#content-text h22 {
    font-size: 32px;
}


#content h22 {
    font-size: 22px;
}

#content p {
    font-size: 17px;
}

#content1 {
    /* Правая колонка */
    margin: 10px 5px 20px 580px;
    /* Значения отступов */
    padding: 5px;
    /* Поля вокруг текста */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Параметры тени */
    padding: 10px;
}

#content1 p {
    font-size: 17px;
}


#content1 h22 {
    font-size: 22px;
}

.line {
    border-bottom: 1px groove #333;
    /* Линия между ссылками */
}


.navbar-left1 {
    text-align: center;
    height: 35px;
    background: #5a504d;
    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;
    /* Отступы вокруг картинки */

}





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*********************************/
/*****************************************************************************/


.site-footer {
    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;
}


.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 {
    color: #3366cc;
    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-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: 1200px) {

    .xz {
        margin: 15px 0 0 0;
    }

    #content p {
        font-size: 21px;
    }

    h22 {
        font-size: 22px !important;
    }

    #menu {
        width: 330px;
        margin: 10px 10px 0 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    }

    .leftimg {
        display: none;
    }

    #content {
        height: 520px;
        margin: 0 0 0 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        flex-direction: column;
        height:
    }

    #content1 {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        margin: 30px 0 0 0;
        flex-direction: column;
    }
}

}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 992px) {
    
    .up-text{
        margin: 0;
        width: 100%;
    }

  .content-up{
    /* Правая колонка */
    margin: 0;
    width: 100%;
    /* Значения отступов */
    padding: 5px;
    /* Поля вокруг текста */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Параметры тени */

}
.content-up a{
    color: #000 !important;
}


.up-text{
    margin:0;
}


.content-up h6{
    font-size: 22px;
    font-weight: 300
    color: #000 !important;
}

.content-up a:hover{
    color: #ff0000 !important;
    transition: 0.7s;
}

.content-up a:not(hover){
        transition: 1.5s;
}

@media screen and (max-width: 767px) {
    #menu {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0 0 20px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    }

    #content1 {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        margin: 630px 0 0 0;
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {


    #menu {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0 0 20px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    }

    #content1 {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        margin: 830px 0 0 0;
        flex-direction: column;
    }
}
}

@media screen and (max-width: 320px) {

    #menu {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0 0 20px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    }

    #content1 {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        margin: 830px 0 0 0;
        flex-direction: column;
    }
}
}
