@font-face {
    font-family: "HelveticaNeueCyr";
    src:  url('../../../fonts/HelveticaNeueCyr-Thin.ttf');
format('embedded-opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "Roboto";
    src:  url('../../../fonts/Roboto-Regular.ttf');
format('embedded-opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "HelveticaNeueCyr";
    src:  url('../../../fonts/HelveticaNeueCyr-Bold.ttf');
format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src:  url('../../../fonts/HelveticaNeueCyr-Light.ttf');
format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
}
body  {
    /*background: #e6ebee;  url(../images/fon2.png);
    background-image: url(../images/pofon.png);
    background-repeat: space;
    background-size: 119px;*/
   /* background-color: rgba(2, 63, 166, 0.3);*/
    background: rgb(59,89,168);
    background: linear-gradient(0deg, rgba(59,89,168, 0.9) 0%,     rgba(255,255,255,1) 100%);
    background-position: top;

    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#main-content-wrap {
    overflow: hidden;
 }
.main-content-wrap h1{
    padding: 10px;
    font-weight: bold;
}
.main-content{
    padding: 10px;
    font-weight: normal;
}
.header a {
    margin: 50px;
    color: #053381;
    font-weight: 100;
    font-size: 45pt;
    /*cursor: pointer;
    text-shadow: -1px -1px #000,
    0 1px 0 #444;
    transition: all 1s;

    font-family: "Roboto", Arial, sans-serif;*/
    text-decoration: none;
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
}
.header a.nomargin {
    margin: 0;
}

/*
.shop-categories li{
    box-sizing: border-box;
}
.shop-categories li a {

    background: url(../images/34.png) no-repeat left 5px  top 10px;

    color: #023fa6;
    text-decoration:none;
    padding:   9px 10px 9px  30px;
    box-sizing: border-box;
    /*  border-color: #b8cee6 #cce2fa; /* Цвет границы */
    /* border-style: solid;*/
   /* border-bottom: 1px #b8cee6 solid;
    display: block;
    width:100%;

}
.shop-categories li li a {
    background-image: none;
    padding-left: 0;
}
.shop-categories ul {
    margin: 0;
    padding: 0 0 0 10px;
}
.shop-categories li a:hover {
    color: #fff;
    background: #0069d9 url(../images/33.png) no-repeat left 5px top 10px;

    /*  display: block;
    padding: 9px;
     margin-top: 30px;*/
  /*  border-radius: 6px;
    -webkit-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    text-decoration:none;
    padding-left: 2rem;
}

*/
#main-navigation .shop-categories li, #main-navigation .shop-categories li a {
    background: none;
    border-bottom: 0;
}
.open-cart-link {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}
.open-cart-link:hover {
    color: #cce2fa;
}
.shop-categories li ul a:hover {
    background-image: none;
}
.shop-categories li{

    width:100%;

}
.shop-categories li a a:hover:before{
    color: #0f2358; /* Цвет маркера */
    content: "• "; /* Сам маркер */
    text-decoration:none;

}

#menu li {

   /* width: 16px;
    height: 20px;
    display: inline-block;*/

   /*margin-right: 3px;
    padding-left: 20px;*/
    box-sizing: border-box;
}
#menu li a, #menu li.active li a {

    background: url(../images/34.png) no-repeat left 5px  top 10px;

    color: #023fa6;
    text-decoration:none;
    padding:   9px 10px 9px  30px;
    box-sizing: border-box;
    /*  border-color: #b8cee6 #cce2fa; /* Цвет границы */
    /* border-style: solid;*/
    /*border-bottom: 1px #b8cee6 solid;*/
    display: block;
    width:100%;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;



}
#menu li li a {
    background-image: none;
    padding-left: 0;
}

#menu ul {
    margin: 0;
    padding: 0 0 0 10px;
}

#menu li a:hover, #menu li.active a,  #menu li.active li.active a {
    color: #fff;
    background: #0069d9 url(../images/33.png) no-repeat left 5px top 10px;

    /*  display: block;
    padding: 9px;
     margin-top: 30px;*/
    border-radius: 6px;
   /* -webkit-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);*/
    text-decoration:none;
    padding-left: 2rem;
}

#menu li.active li a{
    background: none;
}
 #menu li.active li.active a,  #menu li.active a:hover {
     background: #0069d9;
     color: #fff;
}
#menu li ul a:hover {
    background-image: none;
}
#menu li{

    width:100%;
    margin-top: 2px;
}
.navbar  ul ul {
    list-style-type: none !important;
    text-decoration:none !important;
}
.navbar  ul ul li a:before{
        color: red; /* Цвет маркера */
        content: "• "; /* Сам маркер */
        text-decoration:none;

}
.navbar {
    padding: 0;
    display:none;
}

.navbar  ul ul ul li a:before{
    color: blue; /* Цвет маркера */
    content: "• "; /* Сам маркер */
    text-decoration:none;

}

#menu li a.navbar  ul ul li a:hover:before{
    color: #0f2358; /* Цвет маркера */
    content: "• "; /* Сам маркер */
    text-decoration:none;

}

.prod-category a{
    color: #FFFFFF;
    background-color: #0069d9;
    border-color: #0062cc;
    padding: 7px;
    margin-top: 30px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
}
.prod-category a:hover{


    background-color: #0f2358;
    border-color: #0f2358;

}



.btn.btn-default.add-to-cart{
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;

    padding: 7px;
    margin-top: 30px;
    border-radius: 5px;

}
a:hover.btn.btn-default.add-to-cart{
    text-decoration:none;
    color: #fff;
    background-color: #0f2358;
    border-color: #0f2358;
}
.btn.btn-default.add-to-cart.in-cart{
    color: #fff;
    background-color: #0f2358;
    border-color: #0f2358;
}
.krz{
    color: #fff;
    /*background-color: #053381;*/
    background-color: #0f2358;
    border-color: #0f2358;
    /*background-color: #0069d9;
    border-color: #0062cc;*/
    display: block;
    padding: 9px;
    margin-top: 30px;
    border-radius: 5px;
/*
    -webkit-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
*/
}
a:hover.krz{
    text-decoration:none;
    color: #fff;
    /*background-color: #15bf15;
    border-color: #15bf15;*/
    background-color: #fe3a03;
    border-color:#fe3a04;

    -webkit-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);


}
.btn-link:hover{
    text-decoration: none;
}
.header{
    background: #053381 url(../images/header_bg.png) no-repeat right center;
    padding: 20px 10px 20px 0;
 /*   padding: 30px 10px 40px 0;*/
    position: relative;
   /* padding: 50px 10px 80px 0;*/
    /*margin: 0 19px 0 19px; #2d425d;*/

}
.logos{
    background-image: url(../images/lgl.png);

    height: 150px;
    width: 400px;
    display: inline-block;
    margin-left: 35px;
    margin-bottom: -55px;
    background-repeat: no-repeat;


    /*-webkit-filter: drop-shadow(5px 5px 5px #222);
    filter:         drop-shadow(5px 5px 5px #222);*/
}



.footer{
    background: #053381;
    padding: 20px 10px 20px 0;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 1rem;
    width:100%;
}
.main-wrap {
    width: 1200px;
    margin: 0 auto;
 /*   border-left: 1px #fff solid;
    border-right: 1px #fff solid;*/
}
.column-name-right {
    /*#ed1b2e*/
    background: #0062cc;
   /* background: #15bf15;*/
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    height: 44px;
    border-radius: 0 5px 5px 0;
}
.blue-hdr {
/*background: #4d6b8d;*/
 background: #0062cc;
 padding: 10px 20px;
box-sizing: border-box;
/*  height: 44px;*/
    color:#ffffff;
    border-radius: 0 5px 0 0;
}



.column-name-left{
    /*background: #4d6b8d;*/
   /* background: #0062cc;
    padding: 10px 20px;*/
   /* box-sizing: border-box;
  *  height: 44px;*/

}
.column-name-center {
   /*  background: #0062cc;
     padding: 10px 20px;
    margin-bottom: 15px ;
     box-sizing: border-box;
    height: 44px;*/
 }
.col-2.right-column{
    padding-left:0;
}
.col-2.left-column{
    padding-right:0;
}
 .col-8.center-column{
     padding-left:0;
     padding-right:0;
 }
.left-column{
    background: #FFFFFF;
    /* background: #cce2fa;
  margin: 0  -13pt  auto;*/
    margin: 0;
    padding: 10px;

 }
.right-column {
    background: #cce2fa;
   /* margin: 0 -13pt;*/
    margin: 0;
    padding: 10px;
}
.center-column {
    background: #FFFFFF;
    margin: 0;
    padding-top: 10px;



}
.container {
    width: 100%;
    min-width: 100%;
    max-width: 1200px;

}
.btn-primary{
    color: #023fa6;
    background-color: #fff;
    border-color: #fff;
    width:85%;
    margin-top: 15px;
    /*margin-left:15px;
    -webkit-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);*/
}
.col-md-12{
    color: #023fa6;
    font-weight: 600;
    /*margin-top: 15px;*/
}

.user-custom-block {
    margin: 15px 0;
    padding: 10px;
    box-sizing: border-box;

    /*background: rgba(0,98,204, 0.5);*/
   /* background: rgba(0,102,204, 0.5);*/
    background: #0f2358;



    /* height: 44px; */
    color: #ffffff;
    border-radius: 0 5px 5px 0;


}
.user-custom-block a{
    color:#ffffff;
    padding: 7px;
    display: block;
}
.bienvenido {
    padding: 5px 10px;
}
.user-custom-block a:hover{
    text-decoration: none;


    color:#fff;
    background:#fe3a03;
    border-radius:5px;
}
.user-custom-block a:visited{
    color:#fff;
    text-decoration: none;
}
.user-custom-block.not-logged{
    background: none;


}

.user-custom-block.not-logged a{
    color:#023fa6;
}
.user-custom-block.not-logged a:hover{
    text-decoration: none;

    color:#fff;
    background:#0062cc;
    border-radius:5px;
}
/*.form-control{
    -webkit-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    margin: 0 auto !important;
}*/


.btn-link{
    color: #023fa6;
    margin-top: 18px;
}
.btn-link-reg{
    color: #023fa6;
}
h1 {
    font-size: 20px;
}

#breadcrumbs ul li {
    display: inline-block;
}
.bcrumb{
margin: 2px 2px 0 2px;
}
.example-block {
   /* padding: 20px;*/
    border: 1px #ccc dotted;
    margin: 20px 0;
}

.example-block  h3 {
    background: #e4e3e3;
    color: #000;
    display: block;
    padding: 10px;
    margin: 0;
    margin-bottom: 20px;
    border-bottom: 1px #ccc dotted;
}

.news h3 {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
}

.news-item {
    background: #eff2ce;
    margin: 20px;
}
.page-images img, .content-image, .page-main-image img   {
    max-width: 100%;
    margin:  10px 0;
}

.authorization-request-text {
    font-weight: 600;
    margin: 40px auto;
    text-align: center;
    color: #fe3a03;
}

.button {
    background: #2d425d;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    display: inline-block;
    cursor: pointer;
   /** text-transform: uppercase;
    font-size: 15px;*/
}
#ajax-fav-result {
    display: none;
    color: #33a514;
}
.button:hover {
    background:  #00aeef;
}
.main-content-wrap {
    padding: 20px;
    box-sizing: border-box;
   /* margin-left: -177px;*/
    margin-right: 25px;
}
.share-social {
   margin-top: 50px;
}

.breadcrumbs, .breadcrumbs ul {
    padding:  0;
    display: inline-block;
}

.breadcrumbs ul li a, .breadcrumbs ul li a:hover {
    color: #858585;
    text-decoration: none;
}

.breadcrumbs ul li a:hover {
    color: #2d425d;
}
.breadcrumbs ul {
    list-style-type: none;

}
.btn-primary {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:hover {
    background-color: #0f2358;
    border-color: #0f2358;
    //*background-color: #15bf15;
    border-color: #15bf15;*/
   /* border-color: #ed1b2e;
    background-color: #ed1b2e;*/
}

.menu ul li{
    padding: 10px;

}
.menu ul li ul li,.menu ul li ul li a {
    display: block;

}
.menu ul li ul {
    min-width: 250px;
}
#main-navigation li.active {
    background: #0a62ca;
}
#main-navigation li {
    border-right: 1px rgba(255, 255, 255, 0.4) solid;

   /* margin: 0 1px;*/
}
#main-navigation li a {
    padding: 0 20px;
}
.menu ul > li:hover{
    background-color: #0c53ad;
   /* background-color: #00aeef;*/
    /*padding: 5px;*/
}
.menu ul ul > li:hover{
    /*background-color: #69e;*/


}
.menu ul li, .menu ul{
    display: inline-block;

}
.menu ul{
    position: relative;
    margin: 0;
    padding:0;
    background:  #fe3a03;
  /*  background-color: #336699;*/
            /*#4d6b8d;*/
    width:100%;

}
.menu ul ul{
    display: none;
    position: absolute;
    z-index: 100;
    background-color: rgb(5,51,129);


   /* background-color: #369;*/
    margin-top: 10px;
    margin-left: -10px;
    width: 8%;
    opacity: 0.7;
    border-radius: 0.25rem;



    /*z-index: 100; width: 1%;*/

}
.menu ul a{
    color: #fff;
    text-decoration: none;

}
.menu ul ul a{
    color: #fff;
    text-decoration: none;
}
.menu li:hover ul{
    display: block;
}

.min-cart-wrap {
    /*padding: 10px 20px;
    color:#023fa6;

     background: #4d6b8d; */
    /*margin-top:50px;*/
    border-radius: 0 0 5px 0;
    background: #0062cc;
    padding: 10px 20px;
    box-sizing: border-box;
    /* height: 44px; */
    color: #ffffff;

}
.productinfo {
    background: #f1f1f1;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

.hrd-line {
    padding: 10px 20px;
    font-size: 1rem;
    box-sizing: border-box;
    height: 44px;
    display: block;
    margin-top: 40px;
    background: #053381;
    /*background: #336699;
            #2d425d;
    color: #cce2fa;*/
    color: #ffffff;
}
/*
.hdr-red {
    background: #ed1b2e;
}
.hdr-green {
    background: #2d425d;
}
.hdr-blue {
    background: #00aeef;
}*/

.alert ul, .alert-danger ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.rev-block label, .rev-block  input {
    display: block;
}
.rev-block label {
    margin-top: 20px;
}
.rev-block  input, .rev-block textarea {
    width: 100%;
}
.rev-block .invalid {
    border: #ff0000 1px solid;
}
#contact-msg {
    margin-top: 20px;
}
#save-contact {
    width: auto;
    cursor: pointer;
    padding: 5px 30px;
    margin-left: 0;
}

.main-page-subcontent {
    background: #cce2fa;
    padding: 25px;
    margin: 10px;
    border-radius: 0.25rem;
    /*text-align: justify;*/
}
.main-page-subcontent  img {
    max-width: 250px;
    max-height: 250px;
    margin: 0 15px 5px 0;
}
.main-page-subcontent p {
    margin: 0;
    padding: 0;
}

/*----rating-----*/
.starrr {
    display: inline-block;
}
.starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none;
}
.your-rating, .rater-count {
    color: #ccc;
}

/*reloading*/
.loadable-content.reloads {
    padding: 25px 25px 25px 25px;
    background: #cbe1f9;
    position: relative;
    border-radius: 0.25rem;
}
.loadable-content.reloads .arrows div {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 18px;
    background: #0069d9;
    padding: 2px 10px;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.loadable-content.reloads .arrows div:hover {
    background: #00aeef;
}
.loadable-content.reloads .arrows #prev-arrow {
    left: -13px;
}
.loadable-content.reloads .arrows #next-arrow {
    right: -13px;
}

.fa-star-o:before {
    content: "\f006";
}

.pages-list-wrap {
    margin-top: 23px;
}

a.page-item-cat {


    color: #cce2fa;
    background: #053381;
    text-decoration: none;


    width: 100%;
     padding: 10px 40px 10px 40px;
    text-align: center;
    /*display: inline-block;*/
    border-radius: 0.25rem;
    vertical-align: top;
    min-height: 100px;
    margin-bottom: 20px;

    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100px;


}
a.page-item-cat:hover {
    background: #cce2fa;
    /*color: #2d425d;*/
    color:#0069d9;
}
.page-min-block a {
    position: relative;

}
.page-min-block  .overlay-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
}
.page-min-block:hover  .overlay-main {


    background: #fff;
    opacity: 0.4;
    z-index:  19;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
}
.page-min-block a.page-item-cat {
    min-height: 300px;
   /* border: 2px  solid rgba(5,51,129, 0.1);*/
    padding: 0 0 45px 0;

}
#search_text {
    padding-left: 4px;
}
#search button {
    cursor: pointer;
}

#search .icon:hover {
    background: #0062cc;
    color: #FFFFFF;
    border: 1px solid #0062cc;
}
.page-min-block .main-item-name {
    display: block;
    text-align: center;
    padding: 10px 0;
    background:  #fe3a03;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index:  20;
  /*  margin-top: 220px;*/

    border-radius: 0 0 5px 5px;
}
.mainp-img {
    width: 90%;
    height: 85%;
    margin: 0 auto;
}
.mainp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-min-block:hover .main-item-name {

    background: #053381;

}

#search-form {
    position: absolute;
    right: 10px;
    bottom: 20px;
    /* top: 27px;
    display: none;*/
}
.icon{
    background:#0062cc;
    color:#FFFFFF;
    border: 1px solid #0062cc;
    border-radius: 0.25rem;


}
.fa-search:before{
    padding-right:4px;
    font-family: "Font Awesome 5 Free" !important;
}
.fa{
    padding-right:4px;

}
.tag-name-line{
    padding-bottom: 15px;
    color:#0069d9;
    font-weight: 900;
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
}
.cart_menu{
    background: #053381;
    color: #FFFFFF;
}
.fa-times:before{
    color: #ffffff;
}
.cart_delete {
    font-size: 13pt;
    font-weight: bold;
}
.cart_description,.cart_price,.cart_quantity,.cart_total,.cart_delete{
    padding-top: 30px !important;

}
a:hover.btn.btn-default.read-prod-more {
    text-decoration: none;
    color: #fff;
    /*background-color: #15bf15;
    border-color: #15bf15;*/
    background-color: #fe3a03;
    border-color: #fe3a04;

}
.col-md-5{
    margin-top: -55px;
}
.podpiska, .parole1{
    font-weight:bold;
    font-size: 1.4rem !important;;
}
.message{
    margin-top:-37px;
}
.emplty-shop-cart-wrap{

   padding: 33px;
    color:#fff;
    background:#0f2358;
   /* background:#15bf15;*/
    border-radius: 40px  10px;
    margin-right: 30rem;
}
.find-txt{

    font-family: "HelveticaNeueCyr", Arial, sans-serif;
}
a.cart_quantity_up {
    color: #fe3a04;
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
}
a.cart_quantity_down{
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;

}
.cart_description a{
    text-decoration: none;

}

.cart_description h4 a {
    font-size: 1rem;
    font-weight: bolder;
}
.cart_delete a:hover {
    text-decoration: none;
    color: #ff0000;
}
.parole1{
    margin-top: -44px;
}


/*slider*/


#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 300px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}
