html, body {
    height: 100%;
}

body {
    /*overflow-y: hidden; !* Убираем вертикальную полосу прокрутки *!*/
    font-family: 'Open Sans', 'sans-serif';
    background-color: #4169E1;
    /*color: white;*/
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}



body a, ul li {
    text-decoration: none;
}


/*header, aside, main, footer, .sidebar {*/
    /*background-color: #fff306;*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/
aside, main, .c-wrapper{
    background-color: #E9E3FF;
}

article{
    padding: 5px;
}
article .fa {
    color: blue;
}
article ol{
    list-style: none;
}
article ol > li{
    padding-left: 20px;
    position: relative;
    margin: 10px;
}
article ol > li:before{
    content: '✔';
    position: absolute; top: 0; left: 0;
    color: black;
}

article h1{
    font-size: 1.2em;
    font-weight: 700;
    color: black;
}
article p {
    font-size: 1em;
}

article blockquote p {
    font-size: 0.8em;
}

.my-bg-blue {
    background: #4169E1;
}
.my-dark-blue {
    background-color: #0033A0;
}
.h-logo {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: -5px;
    /*margin-right: 1%;*/
}
.img-responsive {
    margin: 0 auto;
}

/* цвет фона и рамки навигационного меню */
nav .navbar-nav{
    background-color: #4169E1;
    border-color: #4169E1;
    font-weight: 400;
}
/* цвет текста, содержащий название сайта или бренда*/
nav .navbar-brand {
    color: rgba(23, 4, 19, 0.6);
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
}
/* цвет текста (название сайта или бренда), при поднесении к нему курсора мышки или при его нахождении в фокусе */
nav .navbar-brand:hover,
nav .navbar-brand:focus {
    color: black;
}
.navbar-brand a{
    color: #211d2b;
    text-decoration: none;
}
/* Цвет пунктов навигационного меню */
nav .navbar-nav > li > a {
    color: white;
    font-family: 'Open Sans', 'sans-serif';
    -webkit-transition: all 2s ease;
}

/* Цвет пункта меню, при поднесении к нему курсора мышки или при его нахождении в фокусе */
nav .navbar-nav > li > a:hover,
nav .navbar-nav > li > a:focus {
    background-color: #0033A0;
    color: #FE9F0D;
}

/* Цвет и фон активного пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
nav .navbar-nav > .active > a,
nav .navbar-nav > .active > a:hover,
nav .navbar-nav > .active > a:focus {
    background-color: #0033A0;
    color: #FE9F0D;
}

/* Цвет и фон открытого пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
nav .navbar-nav > .open > a,
nav .navbar-nav > .open > a:hover,
nav .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}

/* CSS стили для мобильных устройств */
/* Цвет рамки у кнопки, которая открывает меню */
nav .navbar-toggle {
    border-color: #DDD;
}

/* Цвет фона кнопки (которая открывает меню) при поднесении к ней курсора мышки или при нахождении её в фокусе */
nav .navbar-toggle:hover,
nav .navbar-toggle:focus {
    background-color: #DDD;
}

/* Цвет полосочек в кнопочке, которая открывает меню */
nav .navbar-toggle .icon-bar {
    background-color: #F89D08;
}

.contactinfo {
    margin-top: 9px;
}

.contactinfo ul li {
    margin-left: 23px;
    display: inline;
}

.contactinfo ul li a {
    font-size: 1em;
    color: white;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.contactinfo ul li a:hover {
    background: inherit;
}

.social-icons ul li a {
    border: 0 none;
    border-radius: 0;
    color: white;
    padding: 0px;
}

.social-icons ul li {
    display: inline;
}

.social-icons ul li a i {
    padding: 11px 15px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover {
    color: white;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.content-wrapper{
    margin-top: -10px;
}

.fa {
    color: #FA9F0A;
}

.fa-facebook:hover {
    background: #0083C9;
}

.fa-twitter:hover {
    background: #5BBCEC;
}

.fa-linkedin:hover {
    background: #FF4518;
}

.fa-dribbble:hover {
    background: #90C9DC;
}

.fa-google-plus:hover {
    background: #FA9E0B;
}

.upload-fa{
    margin-top: 15px;
}

.upload-fa-dash i {
    color: red;
    font-size: 1em;
}

.text-green-fa {
    color: #00a65a !important
}
/*main {*/
    /*width: auto;*/
/*}*/
/*.c-left{*/
    /*width: 20%;*/
/*}*/
/*.c-main{*/
    /*display: inline;*/
    /*width: 20%;*/
/*}*/
/*.c-right{*/
    /*width: 20%;*/
/*}*/

aside {
    padding-top: 7px;
    padding-bottom: 7px;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #e9e3ff;
}

.sidebar ul li {
    /*background-color: white;*/
    /*background: #e8ecf4; !* Цвет фона *!*/
    background-color: #e9e3ff;
    border: solid 1px #4169E1;
    border-radius: 1px;
    line-height: 1.5em;
    margin: 1px;
    padding: 5px;
}

.sidebar .lbar-prod {
    background-color: #0033A0;
    color: white;
    height: 40px;
}

.sidebar .lbar-prod h4 {
    padding-top: 9px;
}

.sidebar .lbar-img1 {
    background-color: #FF9F00;
    color: white;
}

.lbar-img1 h3, .lbar-img h5 {
    padding-left: 15px;
    margin-top: 5px;
    position: relative;
    font-weight: 900;
    z-index: 9999;
}

.lbar-img1 h5 {
    color: black;
    padding-left: 15px;
    padding-bottom: 8px;
}

.sidebar .lbar-img2 {
    background-color: #0033A0;
    color: white;
}

.lbar-img2 h3 {
    padding-left: 15px;
    margin-top: 5px;
}

.lbar-img2 h5 {
    padding-left: 15px;
    padding-bottom: 8px;
}

#img-sh {
    position: relative;
    margin-top: -100px;
    /*bottom:50px;*/
    z-index: 0;
}

.prod-table td {
    font-size: 0.9em;
    font-weight: 200;
}

/* video frame */
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* accordion */
ul .inner-acc {
    /*padding-left: 1em;*/
    overflow: hidden;
    display: none;
}
ul .inner-acc.show-acc {
    /*display: block;*/
}
.left-menu ul li {
    /*margin: .5em 0;*/
    background: rgba(222, 229, 252, 0.78);
    color: #fefefe;
    transition: background .3s ease;
}
ul li a.toggle-acc, .fin-sub a {
    text-decoration: none;
    /*background-color: red;*/
    /*width: 90%;*/
    display: block;
    /*background: rgba(0, 0, 0, 0.78);*/
    color: #163182;
    /*padding: .75em;*/
    /*border-radius: 0.15em;*/
    transition: color .1s ease;
}
ul li a.toggle-acc:hover, .fin-sub a:hover {
    /*background: rgba(0, 0, 0, 0.9);*/
    color: #f89d08;
    background: rgba(222, 229, 252, 0.78);
}

.fa-acc{
    /*display: block;*/
    /*margin-top: 20px;*/
    /*background-color: #00a65a;*/
    position: relative;
    top:-22px;
    float: right;
}
/*.short-link{*/
/*display: block;*/
/*!*width: 200px;*!*/
/*word-break: break-all;*/
/*}*/


/* content-main*/
.cats-from {
    /*background-color: red;*/
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    /*margin-top: -10px;*/
}

.cats-from .cat-from {
    background-color: white;

    flex: 1 0 180px;
    box-sizing: border-box;
    /*background: #e0ddd5;*/
    color: #171e42;
    padding: 10px;
    margin-left: 10px;
    margin-top: 27px;
    border:1px solid blue;
}
.cat-cart img{
    padding-top: 7px;
}
.cat-cart .cat-name{
    position: relative;
    padding-left: 3px;
    background-color: #4169E1;
    color: whitesmoke;
    border: 1px solid blue;
    border-radius:7px;
    margin-top: -19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 0.8em;
}

@media (min-width: 410px) {

    .cats-from .cat-from  {
        max-width: calc(33% - 10px);
    }
}

.products-from {
    /*background-color: red;*/
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    /*margin-top: -10px;*/
}

.products-from .product-from {
    /*background-color: yellow;*/
    /*border: solid 1px black;*/
    flex: 1 0 180px;
    box-sizing: border-box;
    /*background: #e0ddd5;*/
    color: #171e42;
    padding: 10px;
    margin-left: 10px;
    /*margin-top: 10px;*/
}

.a1{
    margin-top: 17px;
    padding: 7px;
    font-weight: 400;
    font-size: 0.9em;

}

.a2-categories{
    margin-top: 15px;
    margin-bottom: 15px;
    border: solid 1px blue;
    padding: 9px;
    font-size: 0.9em;
    text-indent: 20px;
}

.a1 p{
    text-indent: 20px; /* Отступ первой строки в пикселах */
}
.show-product h1{
    font-size: 1.1em;
    border-bottom: solid 1px black;
    padding-bottom: 7px;
    font-weight: 700;
}

.show-product h3{
    margin-left: 17px;
    color: #4169E1;
    padding-bottom: 7px;
    font-weight: 700;
}

.show-product h5{
    /*text-decoration: underline;*/
}

.left-img {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 17px 7px 0; /* Отступы вокруг картинки */
}

.small-fa-icon{
    font-size: 0.3em;
}

.ban-tse{
    /*border: 1px solid #00349A;*/
    margin-bottom: 7px;
}
.table-tse{
    border: 1px solid #00349A;
    margin-bottom: 7px;
}
/*---------- feedback -----------------------------------*/


/*---------------------------------------------*/
button.contact100-btn-show{
    outline: none !important;
    border: none;
    background: transparent;
}

button.contact100-btn-show:hover {
    cursor: pointer;
}

/*iframe {*/
/*border: none !important;*/
/*}*/

/*==================================================================
[ Button hide form ]*/

.contact100-btn-hide {
    color: #333333;
    font-size: 14px;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 50%;
    top: -15px;
    right: -15px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-btn-hide:hover {
    background-color: #333333;
    color: #fff;
}


/*==================================================================
[ Button show form ]*/
.contact100-btn-show .fa{
    z-index: 10001;
}

.small-fa-icon{
    font-size: 0.3em;
}

.contact100-btn-show {
    color: #fff;
    font-size: 39px;

    position: fixed;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6%;
    height: 9%;
    border-radius: 50%;
    top: 88%;
    left: 87%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact100-btn-show::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #40a0ff;
    border-radius: 50%;

    top: 0;
    left: 0;

    box-shadow: 0 10px 30px 0px rgba(255, 247, 255, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(255, 141, 68, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(255, 141, 68, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(255, 141, 68, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(255, 141, 68, 0.5);

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    -webkit-animation: beatbtn 2.7s ease-in-out infinite;
    animation: beatbtn 2.7s ease-in-out infinite;
}


@keyframes beatbtn {
    0% {
        background-color: rgb(64, 160, 255);
        transform-origin: center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        background-color: rgba(64, 160, 255, 0.8);
        transform-origin: center;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}




@media (min-width: 410px) {
    .products-from .product-from  {
        max-width: calc(33% - 10px);
    }
}

.actions {
    font-weight: 700;
    font-size: 1.2em;
    color: red;
}

footer {
    margin: 20px auto 0;
    background: #00349A;
    border-top: 2px solid #eee;
    color: #a4a6aa;
}

footer p {
    text-align: left;
    color: #ccc;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

footer p a {
    color: white;
    font-weight: bold;
}

.footer-content {
    padding: 20px 25px 30px;
}

footer .footer-content ul {
    /*width: 25%;*/
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

footer .footer-content li {
    padding: 5px 5px;
    white-space: nowrap;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
    color: #c1c1c1;
    border-bottom-color: #505050;
    font-size: 0.9em;
}

footer .footer-content li a:hover {
    color: #FFA10B;
    /*border-bottom-color:#909090;*/
    text-decoration: none;
}

footer .footer-content h4 {
    color: #FFA10B;
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 0;
}

footer .footer-bottom {
    padding: 10px;
    text-align: center;
    margin-left: -2%;
    width: 107%;
    background-color: #4169E1;
}

footer .footer-bottom p {
    text-align: center;
}
footer .footer-bottom p, footer .footer-bottom p a {
    color: #211d2b;
    border-bottom-color: #666;
}

@media (max-width: 767px) {

    footer .footer-bottom p {
        font-size: 3vw; /* 3% of viewport width */
    }

    article {
        font-size: 3vw; /* 3% of viewport width */

}

}

/*products table style*/
.carts-from-table H1 {
    font-size: large;
    text-align: center;
    color: rgb(0,51,160);
    font-weight: bolder;
}

.products-table {
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
}
@media screen and (max-width: 580px) {
    .products-table {
        display: block;
    }
}

.products-table .row {
    display: table-row;
    background: #f6f6f6;
}
.products-table .row:nth-of-type(odd) {
    background: #e9e9e9;
}
.products-table .row.header {
    font-weight: 900;
    color: #ffffff;
    background: #ea6153;
}
.products-table .row.green {
    background: #27ae60;
}
.products-table .row.blue {
    background: #2980b9;
}
@media screen and (max-width: 580px) {
    .products-table .row {
        padding: 14px 0 7px;
        display: block;
    }
    .products-table .row.header {
        padding: 0;
        height: 6px;
    }
    .products-table .row.header .cell {
        display: none;
    }
    .products-table .row .cell {
        margin-bottom: 10px;
    }
    .products-table .row .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}

.products-table .cell {
    padding: 6px 12px;
    display: table-cell;
}
.products-table .cell .img-responsive{
    overflow: hidden;
    max-height: 25px;
}

@media screen and (max-width: 580px) {
    .products-table .cell {
        padding: 2px 16px;
        display: block;
    }
}

.my_hr {
    display: block;
    position: relative;
    padding: 0;
    margin: 8px auto;
    height: 0;
    width: 100%;
    max-height: 0;
    font-size: 1px;
    line-height: 0;
    clear: both;
    border: none;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #ffffff;
}


