/* open-sans-300 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('/fonts/open-sans-v27-latin_cyrillic-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v27-latin_cyrillic-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/fonts/open-sans-v27-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v27-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('/fonts/open-sans-v27-latin_cyrillic-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v27-latin_cyrillic-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/fonts/open-sans-v27-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v27-latin_cyrillic-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('/fonts/open-sans-v27-latin_cyrillic-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v27-latin_cyrillic-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/fonts/open-sans-v27-latin_cyrillic-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v27-latin_cyrillic-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('/fonts/open-sans-v27-latin_cyrillic-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v27-latin_cyrillic-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin_cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap; 
  src: local(''),
       url('/fonts/open-sans-v27-latin_cyrillic-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/fonts/open-sans-v27-latin_cyrillic-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html,
body {
    height: 100%;
}

body {
    background: #f0f7ff;
    min-width: 320px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Open Sans', serif;
}

#fancybox-wrap {
    padding: 0 !important;
}

#wrapper {
    min-height: 100%;
	margin: 62px 0px 0px 0px;
}

#menu-icon {
    display: none;
}

#menu-icon2 {
    display: none;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
}

* {
    box-sizing: border-box;
}

.top-bg {
    width: 100%;
    height: 412px;
    background: url("../images/bg2.png") bottom center repeat-x;
    position: absolute;
    z-index: 1;
}

.top-bg2 {
    width: 100%;
    height: 181px;
    background: url("../images/bg3.png") bottom center repeat-x;
    position: absolute;
    z-index: 1;
}

header {
    width: 100%;
    background: #1d3448;
    padding: 13px 0px 13px 0px;
    position: fixed;
    top: 0px;
    z-index: 14;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-info {
    display: flex;
    align-items: center;
}

header .header-cabinet {
    display: flex;
    align-items: center;
    color: #ffffff;
}


/*
header .price {
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	font: 400 14px/17px 'Open Sans', serif;
	color: #ffffff;
}

header .price:hover {
	text-decoration: none;
}*/

header .phone {
    margin: 0px 25px;
    padding: 0px 0px 0px 25px;
    background: url("../images/ico1.png") left center no-repeat;
    font: 700 14px/17px 'Open Sans', serif;
    color: #ffffff;
    text-decoration: none;
}

header .butt1 {
    background: #fff;
    padding: 0px 16px 0px 16px;
    border-radius: 3px;
    font: 700 13px/36px 'Open Sans', serif;
    color: #1d3448;
    text-decoration: none;
    transition: 0.3s ease;
}

header .butt1:hover {
    background: #a9c1d7;
}

header .cabinet {
    margin: 0px 40px 0px 0px;
    padding: 0px 0px 0px 18px;
    background: url("../images/ico3.png") left center no-repeat;
    position: relative;
    font: 400 13px/13px 'Open Sans', serif;
    color: #ffffff;
    text-decoration: none;
}

header .cabinet span {
    /*border-bottom: 1px dotted transparent;
	display: block;*/
}

header .cabinet:hover span {
    /*border-bottom: 1px solid #ffffff;*/
    text-decoration: underline;
}

header .cabinet:after {
    content: '';
    width: 2px;
    height: 17px;
    background: url("../images/ico4.png");
    position: absolute;
    right: -19px;
    top: -2px;
}

header .cart {
    padding: 0px 0px 0px 25px;
    background: url("../images/ico2.png") left center no-repeat;
    font: 400 13px/17px 'Open Sans', serif;
    color: #ffffff;
}

header .login {
    padding: 0px 5px 0px 18px;
    background: url("../images/ico3.png") left center no-repeat;
    position: relative;
    font: 400 13px/13px 'Open Sans', serif;
    color: #ffffff;
}

header .login:hover {
    text-decoration: none;
}

header a {
    font: 400 13px/13px 'Open Sans', serif;
    color: #ffffff;
    text-decoration: none;
}

header .header-cabinet .exit a:hover,
header .cart:hover,
header .login:hover {
    text-decoration: underline !important;
}

header a.cabinet {
    text-decoration: none;
}

header .exit {
    font: 400 13px/13px 'Open Sans', serif;
    color: #ffffff;
    margin-right: 28px;
}

header .exit:after {
    content: '';
    width: 2px;
    height: 17px;
    background: url("../images/ico4.png");
    position: absolute;
    top: 24px;
    margin-left: 13px;
}

header .order {
    margin: 0;
    padding: 0px 0px 0px 20px;
    background: url("../images/ico2.png") left center no-repeat;
    font: 400 13px/17px 'Open Sans', serif;
    color: #ffffff;
}

header .order span#sum_number {
    padding: 0px 10px 0px 5px;
}

header .order span#sum_price {
    padding: 0px 0 0px 5px;
}

.orderone {
    margin-left: 10px;
}

.butt2 {
    padding: 0px 16px 0px 16px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    font: 700 13px/34px 'Open Sans', serif;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
    cursor: pointer;
}

.butt2:hover {
    background: #ffffff;
    color: #1d3448;
}

.butt3 {
    background: #ffff00;
    padding: 0px 14px 0px 14px;
    border-radius: 3px;
    font: 400 14px/29px 'Open Sans', serif;
    color: #1d3448;
    text-decoration: none;
    cursor: pointer;
}

.butt3:hover {
    background: #fdee00;
}

.butt4 {
    background: #7e93a3;
    padding: 0px 12px 0px 12px;
    border-radius: 3px;
    font: 400 14px/34px 'Open Sans', serif;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
    cursor: pointer;
}

.butt4:hover {
    background: #a9c1d7;
}

.butt5 {
    background: #7e93a3;
    padding: 0px 14px 0px 14px;
    border-radius: 3px;
    font: 400 14px/29px 'Open Sans', serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.butt5:hover {
    background: #a9c1d7;
}

.top {
    background: url("../images/bg1.png") top center no-repeat;
    padding: 25px 0px 20px 0px;
    position: relative;
    z-index: 13;
}

.top .container {
    display: flex;
    justify-content: space-between;
}

.top .logo {
    width: 273px;
    margin: 0px;
    display: block;
}

.top .logo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.top .top-menu .close1,
.top .top-menu .login,
.top .top-menu .phone,
.top .top-menu .butt4,
.top .top-menu span {
    display: none;
}

.top .top-menu ul {
    display: flex;
}

.top .top-menu ul li {
    padding: 0px 10px;
    position: relative;
    list-style: none;
}

.top .top-menu ul li:first-of-type {
    padding: 0px 10px 0px 0px;
}

.top .top-menu ul li:last-of-type {
    padding: 0px 0px 0px 10px;
}

.top .top-menu ul li a {
    border-bottom: 3px solid transparent;
    display: block;
    font: 400 15px/42px 'Open Sans', serif;
    color: #ffffff;
    text-decoration: none;
}

.top .top-menu ul li a:hover {
    border-bottom: 3px solid #a9c1d7;
}

.top .top-menu ul .current a {
    border-bottom: 3px solid #a9c1d7;
}

.top .top-menu ul .parent {
    border-radius: 5px 5px 0px 0px;
    transition: 0.3s ease;
}

.top .top-menu ul .parent:hover {
    background: #ffffff;
}

.top .top-menu ul .parent a {
    color: #ffffff;
    white-space: nowrap;
}

.top .top-menu ul .parent>a {
    padding: 0px 17px 0px 0px;
    background: url("../images/ico5.png") right 2px center no-repeat;
}

.top .top-menu ul .parent:hover>a {
    background: url("../images/ico6.png") right 2px center no-repeat;
}

.top .top-menu ul .parent:hover a {
    color: #1d3448;
}

.top .top-menu ul li ul {
    min-width: 100%;
    background: #ffffff;
    border-radius: 0px 0px 5px 5px;
    margin: 0px 0px 0px -10px;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    position: absolute;
    z-index: 3;
}

.top .top-menu ul .parent2 ul {
    border-radius: 0px 0px 5px 5px;
}

.top .top-menu ul li ul li:first-of-type {
    padding: 0px 10px;
}

.top .top-menu ul li ul li:last-of-type {
    padding: 0px 10px;
}

.top .top-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease;
    overflow: hidden;
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.4);
}

.top .top-menu ul .parent ul li a {
    border-bottom: none;
    font: 400 14px/32px 'Open Sans', serif;
}

.top .top-menu ul .parent ul li:hover {
    background: #7e93a3;
}

.top .top-menu ul .parent ul li:hover a {
    color: #ffffff;
}

.top .top-menu ul .parent:hover>a {
    border-bottom: 3px solid transparent;
}

.top .top-menu ul .parent ul li {
    border-top: 1px solid #999999;
}

.top .top-menu ul .parent ul li.active {
    background: #7e93a3;
}

.top .top-menu ul .parent ul li.active a {
    color: #fff;
}

.slider {
    margin: 0px 0px 6px 0px;
    position: relative;
    z-index: 2;
	height: 270px;
}

.slider .sl1 {
    border-radius: 3px;
    overflow: hidden;
}

.slider .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0px;
    bottom: 12px;
}

.slider .owl-dots button {
    width: 12px;
    height: 12px;
    background: #ffffff!important;
    border-radius: 100%;
    margin: 0px 6px 0px 6px;
}

.slider .owl-dots .active {
    background: #1d3448!important;
}

.slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}

.slider .owl-nav button {
    width: 19px;
    height: 32px;
    font-size: 0px!important;
    position: absolute;
}

.slider .owl-nav .owl-next {
    background: url("../images/arr1.png") center center no-repeat!important;
    right: 8px;
}

.slider .owl-nav .owl-prev {
    background: url("../images/arr2.png") center center no-repeat!important;
    left: 8px;
}

.slider .item {
    width: 100%;
    height: 270px;
    padding: 0px 0px 0px 30px;
    background-size: cover!important;
    background-position: left center!important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.slider .item .item-title {
    margin: 25px 30px 10px 0px;
    font: 300 20px/28px 'Open Sans', serif;
    color: #ffffff;
    text-transform: uppercase;
}

.slider .item .item-text {
    margin: 0px 30px 5px 45px;
}

.slider .item .item-text p {
    margin: 0px 0px 5px 0px;
    font: 300 15px/21px 'Open Sans', serif;
    color: #ffffff;
}

.slider .item .item-butt {
    width: 200px;
    background: #fb6324;
    display: block;
    font: italic 300 15px/30px 'Open Sans', serif;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease;
}

.slider .item .item-butt:hover {
    opacity: 0.9;
}

.big-menu {
    margin: 0px 0px 0px 0px;
    position: relative;
    z-index: 5;
}

.big-menu2 {
    margin: 25px 0px 0px 0px;
}

.big-menu .container {
    background: #1d3448;
    border: 3px solid #1d3448;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.big-menu .container:hover {
    border-radius: 3px 3px 3px 0px;
}

.big-menu .menu-wrap {
    width: 260px;
    padding: 0px 0px 0px 30px;
    position: relative;
}

.big-menu .menu-wrap .menu-title {
    width: 100%;
    background: url("../images/ico7.png") right center no-repeat;
    font: 700 18px/56px 'Open Sans', serif;
    color: #ffffff;
    cursor: pointer;
}

.big-menu .menu-wrap .menu-body {
    background: #ffffff;
    border-bottom: 9px solid #1d3448;
    border-radius: 0px 0px 3px 3px;
    position: absolute;
    top: 59px;
    left: -3px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.big-menu .menu-wrap:hover .menu-body {
    opacity: 1;
    visibility: visible;
}

.big-menu .menu-wrap .menu-body:hover {
    border-radius: 0px 0px 0px 3px;
}

.big-menu .menu-body .menu-menu1 {
    width: 293px;
    height: 100%;
    margin: -3px 0 0 0;
    padding: 17px 0px 10px 23px;
    background: #1d3448;
}

.big-menu .menu-body .menu-menu1 li {
    list-style: none;
}

.big-menu .menu-body .menu-menu1 li a {
    padding: 2px 0;
    border-radius: 3px 0px 0px 3px;
    display: block;
    font: 700 14px/40px 'Open Sans', serif;
    color: #ffffff;
    text-decoration: none;
}

.big-menu .menu-body .menu-menu1 li:hover a {
    color: #1d3448;
}

.big-menu .menu-body .menu-menu1 li a img {
    padding: 0 10px 0 5px;
    vertical-align: middle;
    filter: grayscale(100%) invert(1);
    max-height: 20px;
    max-width: 40px;
}

.big-menu .menu-body .menu-menu1 li:hover a img {
    filter: invert(0);
}

.big-menu .menu-body .menu-menu1 li:hover a {
    background: #ffffff;
}

.div-img {
    float: left;
    width: 45px;
}

.div-img2 {
    float: left;
    width: 45px;
    height: 24px;
    text-align: center;
}

.navYear {
    float: right;
    padding: 0;
}

.navYear li {
    float: left;
    color: #7e93a3;
    padding: 0 0 0 10px;
    list-style: none;
}

.navYear li:first-child {
    padding: 0;
}

.navYear li a {
    color: #1d3448;
    text-decoration: none;
}

.big-menu .menu-body .menu-menu2 ul {
    width: 335px;
    min-height: 100%;
    border-right: 1px solid #1d3448;
    padding: 15px 0px 0px 0px;
    margin: 0;
}

.big-menu .menu-body .menu-menu1 li:hover .menu-menu2 {
    opacity: 1;
    visibility: visible;
}

.big-menu .menu-body .menu-menu2 li a {
    padding: 10px 10px 10px 0px;
    border-radius: 3px 0px 0px 3px;
    display: block;
    font: 400 14px/20px 'Open Sans', serif;
    color: #000000;
    text-decoration: none;
}

.big-menu .menu-body .menu-menu2 li:hover a {
    color: #ffffff;
}

.big-menu .menu-body .menu-menu2 li:hover a img {
    filter: grayscale(1) invert(1) !important;
}

.big-menu .menu-body .menu-menu2 li:hover a {
    background: #1d3448;
}

.big-menu .menu-body .menu-menu2 li:hover .menu-menu3 {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow-y: visible;
    border-left: 1px solid #1d3448;
    border-right: 0px solid #1d3448!important;
    padding: 15px 0px 0px 21px;
}

.big-menu .menu-body .menu-menu3 li a {
    padding: 10px 10px 10px 0px;
    background: transparent!important;
    display: block;
    font: 400 12px/20px 'Open Sans', serif;
    color: #1d3448!important;
}

.big-menu .menu-body .menu-menu3 li:hover a {
    background: transparent;
    text-decoration: underline;
    color: #1d3448;
}

.big-menu .search {
    width: calc(100% - 260px - 30px);
    border-radius: 3px;
    overflow: hidden;
}

.big-menu .search form {
    width: 100%;
    display: flex;
}

.big-menu .search form input {
    width: calc(100% - 80px);
    background: #ffffff;
    border: 0 none;
    padding: 0px 0px 0px 40px;
    margin: 0px 0px 0px 0px;
    font: 400 14px/56px 'Open Sans', serif;
    color: #1d3448;
}

.big-menu .search form input::-webkit-input-placeholder {
    color: #1d3448;
}

.big-menu .search form input::-moz-placeholder {
    color: #1d3448;
    opacity: 1;
}

.big-menu .search form button {
    width: 80px;
    height: 56px;
    background: #ffffff url("../images/ico8.png") center center no-repeat;
    border: 0 none;
    margin: 0px 0px 0px 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.container h1 {
    margin: 0px 0px 17px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #bcbdc0;
    font: 400 24px/24px 'Open Sans', serif;
    color: #000000;
}

h3 {}

.catalog {
    margin: 25px 0px 20px 0px;
}

.catalog .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.catalog .catalog-title {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 2px solid #bcbdc0;
    font: 400 24px/24px 'Open Sans', serif;
    color: #000000;
}

.catalog .news {
    width: 260px;
}

.catalog .news .item {
    width: 100%;
    border-bottom: 1px solid #d8dee5;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 25px 0px;
}

.catalog .news .item:last-of-type {
    border-bottom: 0px solid #d8dee5;
}

.catalog .news .item .item-title {
    padding: 5px 8px 5px 8px;
    margin: 0px 0px 0px -8px;
    border-radius: 5px;
    display: block;
    font: 400 14px/20px 'Open Sans', serif;
    color: #000000;
    text-decoration: none;
    transition: 0.3s ease;
}

.catalog .news .item .item-title:hover {
    background: #7e93a3;
    color: #ffffff;
}

.catalog .news .item .item-date {
    margin: 0px 0px 10px 0px;
    font: 400 14px/14px 'Open Sans', serif;
    color: #737373;
}

.catalog .news .item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 0px 0px 15px 0px;
    vertical-align: bottom;
}

.cats {
    width: calc(100% - 260px - 30px);
}

.page .cats {
    width: initial;
}

.makerting-block {margin-top:10px;}

.cats .cats-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between; */
}

.cats .cats-wrap .item {
    width: 182px;
    padding: 12px 14px 12px 14px;
    border-radius: 5px;
    position: relative;
    transition: 0.3s ease;
}

.cats .cats-wrap .item:hover {
    background: #7e93a3;
}

.cats .cats-wrap .item a:hover {
    background: none;
}

.cats .cats-wrap .item:hover .item-title {
    color: #ffffff;
}

.cats .cats-wrap .item .item-img {
    width: 100%;
    height: 120px;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
    margin: 0px 0px 18px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cats .cats-wrap .item .item-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom
}

.cats .cats-wrap .item .item-title {
    font: 400 14px/16px 'Open Sans', serif;
    color: #000000;
    text-align: center;
}

.cats .cats-wrap .item a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.contact .contact-info {
    margin: 0px 0px 22px 0px;
    font: 400 18px/26px 'Open Sans', serif;
    color: #000000;
}

.contact .contact-info a {
    color: #000000;
    text-decoration: none;
}

.contact .contact-address {
    margin: 0px 0px 35px 0px;
    padding: 13px 30px 13px 30px;
    background: #ffffff;
    font: 400 14px/22px 'Open Sans', serif;
    color: #3e5d76;
}

.contact .contact-block {
    width: 100%;
}

.contact .contact-block img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.contact .contact-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact .contact-wrap .item {
    width: calc(50% - 17.5px);
    background: #ffffff;
}

.contact .contact-wrap .item .item-title {
    padding: 15px 20px 30px 20px;
    font: 400 13px/20px 'Open Sans', serif;
    color: #3e5d76;
}

.contact .contact-wrap .item .item-map {height:300px;}



.text-block {
    padding: 15px 0px 0px 0px;
}

h4 {
    margin: 0px 0px 20px 0px;
    font: 700 1em/1.4em 'Open Sans', serif;
    color: #000000;
}

p {
    margin: 0px 0px 20px 0px;
}

ul, ol {
    margin: 0px 0px 20px 0px;
}

ul li {
    font: 400 14px/20px 'Open Sans', serif;
    color: #000000;
    list-style: disc;
}
ol li {list-style: auto;}

a {
    color: #000000;
}

a:hover {
    text-decoration: none;
}

.leftNav {
    border-top: 2px solid #bcbdc0;
    border-bottom: 2px solid #bcbdc0;
    margin: 34px 0 0 0;
    padding: 20px 0 16px 0;
    background: #fffffe;
}

.leftNav ul {
    padding: 0 0 0 18px;
    margin: 0;
}

.leftNav li {
    background-position: 0 3px;
    padding: 0 0 5px 0;
}

.leftNav ul ul {
    margin: 0px 0 0 -3px;
}

.leftNav ul ul>li:before {
    content: "– ";
    margin-left: -10px;
    vertical-align: top;
}

.leftNav ul ul li {
    background: none;
    list-style: none;
    padding: 0px;
    font-size: 0.92em;
    margin: 1px 0;
}

.leftNav .dropdown {
    display: none;
}

.leftNav li .clf a,
li.clf span,
.leftNav .active a,
.leftNav .active span,
.leftNav li a.active {
    text-decoration: none;
    display: inline-flex;
    padding: 0 3px;
    color: #fff;
    background: #7e93a3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.leftNav a {
    padding: 0 3px;
    display: inline-flex;
}

.leftNav a:hover {
    color: #fff;
    background: #7e93a3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: -100;
}

.page {
    padding: 27px 0px 0px 0px;
}

.page.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1200px;
}

.page.flex .left_sidebar {
    width: 260px;
}

.page.flex .container {
    width: calc(100% - 260px - 30px);
    margin: 0
}

.page ul, .page ol {
    margin-left: 20px;
}

.page .breadcrumbs {
    margin: 0px 0px 20px 0px;
    font: 400 13px/19px 'Open Sans', serif;
    color: #000000;
}

.page .breadcrumbs a {
    color: #000000;
    text-decoration: none;
}

.page .page-menu {
    margin: 0px 0px 26px 12px;
    display: flex;
	flex-wrap: wrap;
}

.page .page-menu li {
    margin: 0px 10px 5px 0px;
    list-style: none;
}

.page .page-menu li a {
    border: 1px solid #7e93a3;
    border-radius: 3px;
    padding: 5px 5px 5px 5px;
    display: block;
    font: 400 14px/20px 'Open Sans', serif;
    color: #000000;
    text-decoration: none;
    transition: 0.3s ease;
}

.page .page-menu li a.active {
    background: #7e93a3;
    color: #ffffff;
}

.page .page-menu li a:hover {
    background: #7e93a3;
    color: #ffffff;
}

.page .price_page {
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
	flex-wrap: wrap;
}

.page .price_page .price-body {
    width: calc(100% - 210px - 11px);
}

.page .price_page .price-body2 {
    width: 100% !important;
}

.page .price_page .price-title1 {
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.page .price_page .price-title1 .item {
    font: italic 400 13px/19px 'Open Sans', serif;
    color: #000000;
}

.page .price_page .price-title1 .item:nth-of-type(2) {
    font: italic 400 11px/19px 'Open Sans', serif;
    color: #000000;
    text-align: center;
}

.page .price_page .price-title1 .item:nth-of-type(2) span {
    font: italic 700 11px/19px 'Open Sans', serif;
    color: #4eb857;
}

.page .price_page .price-title1 .item:nth-of-type(3) {
    text-align: right;
}

.page .price_page .price-title1 .item a.print {
    padding: 0px 0px 0px 30px;
    background: url("../images/ico10.png") left center no-repeat;
    display: inline-block;
    font: italic 400 13px/21px 'Open Sans', serif;
    color: #000000;
    text-decoration: none;
}

.page .price_page .price-title1 .item a.print:hover {
    text-decoration: underline;
}

.page .price_page .price-title2 {
    width: 100%;
    border-top: 5px solid #7e93a3;
    border-bottom: 5px solid #7e93a3;
    padding: 12px 0px 12px 0px;
    font: italic 700 13px/18px 'Open Sans', serif;
    color: #000000;
    text-align: center;
}

.page .price_page .social {
	text-align: right;
}

.pagination-bottom {
    font: italic 400 13px/19px 'Open Sans', serif;
    color: #000000;
}

.pagination {
    margin: 15px 0px 10px 0px;
    display: flex;
    font: 400 14px/22px 'Open Sans', serif;
    color: #000000;
}

.pagination ul {
    margin: 0px 0px 0px 5px;
    display: flex;
}

.pagination ul li {
    margin: 0px 5px 0px 0px;
    list-style: none;
}

.pagination ul li a {
    padding: 0px 7px 0px 7px;
    background: #1d3448;
    display: block;
    font: 400 14px/22px 'Open Sans', serif;
    color: #f0f7ff;
    text-decoration: none;
    transition: 0.3s ease;
}

.pagination ul li a:hover {
    background: #7e93a3;
}

.pagination ul .active {
    padding: 0px 7px 0px 7px;
    background: #7e93a3;
    display: block;
    font: 400 14px/22px 'Open Sans', serif;
    color: #f0f7ff;
}

.page .price_page .price-table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
}

.page .price_page .price-table .item {
    width: 100%;
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid #1d3448;
    display: table-row;
    justify-content: space-between;
    align-items: center;
}

.page .price_page .price-table .item>div {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 4px;
}

.page .price_page .price-table .item>div:last-child {
    padding-right: 0;
}

.page .price_page .price-table .item>div:first-child {
    padding-left: 0;
}

.page .price_page .price-table .item .item-code {
    font: 400 11px/11px 'Open Sans', serif;
    color: #788999;
    white-space: nowrap;
}

.page .price_page .price-table .item .item-name {
    font: 400 13px/13px 'Open Sans', serif;
    /*color: #788999;*/
    flex-grow: 1;
}

.page .price_page .price-table .item .item-name a {
    font: 400 13px/19px 'Open Sans', serif;
    color: #000000;
    text-decoration: none;
    transition: 0.3s ease;
}

.page .price_page .price-table .item .item-name a:hover {
    background: #7e93a3;
    border-radius: 3px;
    color: #ffffff;
}

.page .price_page .price-table .item .item-price-old {
    font: 400 13px/13px 'Open Sans', serif;
    color: #979797;
    text-decoration: line-through;
    text-align: right;
    white-space: nowrap;
}

.page .price_page .price-table .item .item-price,
.page .price_page .price-table .item .item-price-sum {
    font: 400 13px/13px 'Open Sans', serif;
    color: #000000;
    position: relative;
    text-align: right;
    white-space: nowrap;
}

.page .price_page .price-table .item .item-price-control {
    width: 30px;
}

.page .price_page .price-table .item .item-price sup {
    position: absolute;
    top: -10px;
    right: 0;
}

.page .price_page .price-table .item .item-stock {
    font: 400 13px/13px 'Open Sans', serif;
    color: #4eb857;
    text-align: right;
    min-width: 6.3em;
}

.page .price_page .price-table .item .item-stock .stock-info {
    color: #000000;
    position: relative;
    top: -4px;
}

.page .price_page .price-table .item .item-stock .stock-info .stock-sign {
    width: 19px;
    height: 19px;
    background: url("../images/ico12.png") left center no-repeat;
    cursor: pointer;
    display: inline-block;
    position: relative;
    bottom: -2px;
}

.page .price_page .price-table .item .item-stock .stock-info .stock-text {
    width: 330px;
    background: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 5;
    font: 400 13px/18px 'Open Sans', serif;
    color: #000000;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #1d3448;
    white-space: normal;
    text-align: left;
}

.page .price_page .price-table .item .item-stock .stock-info:hover .stock-text {
    opacity: 1;
    visibility: visible;
}

.page .price_page .price-table .item-cart {
    margin: 0px -1px 0px 0px;
    position: relative;
    user-select: none;
    text-align: right;
}

.page .price_page .price-table .item-cart .cart-ico {
    width: 47px;
    height: 25px;
    background: #1d3448 url("../images/white_backed.svg") center center no-repeat;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    float: right;
}

.page .price_page .price-table .item-cart .cart-ico.basket-on {
    background: url("../images/green_backed.svg") center center no-repeat;
    border: 1px solid #1d3448;
}

.page .price_page .price-table .item-cart .cart-ico.open {
    border-radius: 3px 3px 0 0;
    background: #1d3448 url("../images/white_backed.svg") center center no-repeat;
    border: 0;
}

.page .price_page .price-table .item-cart .cart-ico>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.cart-panel {
    width: 230px;
    padding: 15px 15px 15px 15px;
    border-radius: 3px 0 3px 3px;
    background: #1d3448;
    display: block;
    top: 25px;
    right: 0px;
    position: absolute;
    z-index: 5;
    display: none;
    transition: 0.3s ease;
    text-align: initial;
}

.page .price_page .panel-title {
    margin: 0px 0px 10px 0px;
    font: 400 13px/13px 'Open Sans', serif;
    color: #ffffff;
}

.page .price_page .panel-price {
    margin: 0px 0px 14px 0px;
    font: 400 13px/13px 'Open Sans', serif;
    color: #ffffff;
}

.page .price_page .panel-price .price-num {
    width: 130px;
    display: inline-block;
    font: 400 18px/18px 'Open Sans', serif;
}

.page .price_page .panel-price .price-num span {
    font-size: 13px;
}

.page .price_page .panel-butts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.page .price_page .panel-butts2 {
    width: 88px !important;
}

.page .price_page .panel-butts.continue {
    margin-top: 6px;
}

.page .price_page .panel-butts.continue a {
    width: 100%;
    text-align: center;
}

.page .price_page .panel-butts .number {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
}

.page .price_page .panel-butts .number input {
    width: 45px;
    border: 0 none;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font: 400 13px/27px 'Open Sans', serif;
    color: #000000;
    text-align: center;
}

.page .price_page .panel-butts .number input::-webkit-input-placeholder {
    color: #000000;
}

.page .price_page .panel-butts .number input::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

.page .price_page .panel-butts .number span {
    width: 20px;
    background: #f2f2f2;
    display: block;
    font: 400 20px/27px 'Open Sans', serif;
    color: #000000;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.page .price_page .panel-butts .number .minus {
    font: 400 24px/21px 'Open Sans', serif;
}

#select_counter {
    display: inline;
    white-space: nowrap;
}

#select_counter a {
    color: #2e4558;
}

.select_counter {
    border: 1px solid #c9c1fc;
    color: #2e4558;
    display: none;
    position: absolute;
    z-index: 1000;
    padding: 3px 7px;
    background: #fff;
    height: 23px;
    font-size: 13px;
}

.select_counter .marker {
    display: inline;
    position: absolute;
    top: -1px;
    left: 100%;
    width: 6px;
    height: 23px;
    overflow: hidden;
    background: url(../img/filter_marker.png) no-repeat right;
}

.page .price_page .price-filter-wrap {
    width: 210px;
    background: #1d3448;
    padding: 10px 10px 20px 10px;
    border-radius: 3px;
    float: right;
    transition: 0.3s ease;
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.4);
}

.page .price_page .price-filter .filter-title {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 2px solid #7e93a3;
    font: 600 17px/27px 'Open Sans', serif;
    color: #ffffff;
}

.page .price_page .price-filter .filter-item {
    width: 100%;
    margin: 0px 0px 14px 0px;
    color: #fff;
}

.page .price_page .price-filter .filter-item ul {
    max-height: 150px;
    overflow: auto;
    margin: 0;
}

.page .price_page .price-filter .filter-item ul li {
    list-style: none;
    color: #fff;
}

.page .price_page .price-filter .filter-item .filter-item-title {
    margin: 0px 0px 8px 0px;
    font: 600 14px/14px 'Open Sans', serif;
    color: #ffffff;
}

.page .price_page .price-filter .filter-item label {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 7px 0px;
    font: 400 14px/18px 'Open Sans', serif;
    color: #ffffff;
}

.page .price_page .price-filter .filter-item input {
    margin: 2px 7px 0px 0px;
}

.page .price_page .price-filter .filter-item .filter-item-wrap {
    max-height: 160px;
    overflow-y: scroll;
}

.page .price_page .price-filter .filter-item select {
    width: 100%;
    display: flex;
    align-items: flex-start;
    font: 400 13px/18px 'Open Sans', serif;
    color: #000000;
}

.page .price_page .price-filter .filter-butts {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.page .price_page .price-filter .filter-butts .butt2 {
    padding: 0px 12px 0px 12px;
    font-weight: 400;
}

.page .price_page .filter-butt {
    display: none;
}

footer {
    background: #1d3448;
    padding: 30px 0px 15px 0px;
    margin-top: 20px;
}

footer .footer1 {
    width: 100%;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #0d1b29;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer1-contact {
    width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer1-contact .phone {
    padding: 0px 0px 0px 30px;
    background: url("../images/ico9.png") left center no-repeat;
    font: 700 21px/24px 'Open Sans', serif;
    color: #ffffff;
    text-decoration: none;
}

footer .footer1-menu {
    width: 360px;
    display: flex;
    justify-content: space-between;
}

footer .footer1-menu li {
    list-style: none;
}

footer .footer1-menu li a {
    font: 400 14px/18px 'Open Sans', serif;
    color: #ffffff;
    text-decoration: none;
}

footer .footer1-menu li a:hover {
    color: #a9c1d7;
}

footer .footer2 {
    width: 100%;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #3d5a6e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer2-copyright {
    font: 400 13px/18px 'Open Sans', serif;
    color: #a9c1d7;
}

footer .footer2-info {
    width: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer2-info .made {
    font: 400 13px/18px 'Open Sans', serif;
    color: #ffffff;
}

footer .footer2-info .made a {
    color: #ffffff;
}

footer .footer2-info .made a:hover {
    text-decoration: none;
}

footer .footer2-info .counts {
    width: 89px;
    display: flex;
    justify-content: space-between;
}

footer .footer2-info .count {
    width: 88px;
    height: 31px;
    background: #485a6a;
}

footer .footer2-info .count {
    width: 88px;
    height: 31px;
    background: #485a6a;
    margin: 0px 3px 0px 0px;
}

.menu-menu2::-webkit-scrollbar {
    width: 5px;
}

.menu-menu2::-webkit-scrollbar-track {
    background: rgba(153, 153, 153, 0.4);
}

.menu-menu2::-webkit-scrollbar-thumb {
    background: rgba(29, 52, 72, 0.7);
}


/* Подсказки */

.tooltip {
    position: relative;
    padding: 0px 4.8px;
    border-radius: 100%;
    color: #1d3448;
    border: 1px #ccc solid;
    font-size: 11px;
    white-space: nowrap;
    background: #ff0;
}

.tooltip:before,
.tooltip:after { 
    position: absolute;
    content: '';
    opacity: 0;
}

.tooltip:before {
    border-width: 10px 8px 8px 8px;
    border-style: solid;
    border-color: #1d3448 transparent transparent transparent;
    top: -15px;
    left: -0.8px;
    transform: translateY(20px);
    display: inline;
}

.tooltip:after {
    content: '';
    font: 400 13px/18px 'Open Sans', serif;
    color: #fff;
    text-align: left;
    background: #1d3448;
    border: 1px #1d3448 solid;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 5px;
    transform: translateY(20px);
    z-index: 1000;
    white-space: normal;
}

.tooltip_sup {
    position: relative;
    padding: 0 5.5px;
    border-radius: 100%;
    top: -8px;
    font-size: 11px;
}

.anim.vat .tooltip_sup {
    background: #1d3448;
    color: #fff;
    top: 0px;
    left: 4px;
}

.tooltip_sup:before,
.tooltip_sup:after {
    position: absolute;
    content: '';
    opacity: 0;
}

.tooltip_sup:before {
    border-width: 10px 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    top: 10px;
    left: 0;
    transform: translateY(20px);
}

.anim.vat .tooltip_sup:before {
    border-color: transparent transparent #1d3448 transparent;
}

.tooltip_sup:after {
    content: '';
    background: #fff;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 3px;
    transform: translateY(20px);
    z-index: 1000;
    font-size: 13px;
    color: #000;
    border-radius: 5px;
    font: 400 13px/17px 'Open Sans', serif;
    white-space: normal;
    text-align: left;
}

.anim.vat .tooltip_sup:after {
    background: #1d3448;
    color: #fff;
    white-space: normal;
}

.anim {
    white-space: nowrap;
    display: inline;
    cursor: default;
    font-weight: initial;
}


.anim:hover>.tooltip::before,
.anim:hover>.tooltip::after,
.anim:hover>.tooltip_sup::before,
.anim:hover>.tooltip_sup::after {
    opacity: 1;
    transform: translateY(-2px);
}

.anim:hover>.tooltip::after {
    content: attr(data-tooltip);
    width: 280px;
    height: 60px;
    top: -95px;
    left: -240px;
    padding: 10px;
}

.anim:hover>sup.tooltip_sup::after {    
    width: 233px;
    height: 27px;
    left: -200px;
}

.anim:hover>.tooltip_sup::after {
    content: attr(data-tooltip);
    width: 350px;
    height: 100px;
    top: 28px;
    left: -250px;
    padding: 10px 10px 15px 15px;
}

.anim.vat:hover>.tooltip_sup::after {
    height: 27px;
    width: 233px;
    left: -10px;
}

.page .price_page .price-table .item .item-price sup::after,
.full_price sup::after {
	background: #1d3448;
    color: #fff;
    white-space: normal;
	z-index: 10;
}
.page .price_page .price-table .item .item-price sup::before,
.full_price sup::before {
	border-color: transparent transparent #1d3448 transparent;
	left: 10px;
}
.price_2 {
    max-width: 300px;
}

.features {
    margin-top: 20px;
}

.features li {
    list-style: none;
}
table.features {
	border-spacing: 10px;
    border-collapse: separate;
	margin: 20px 0;
}
table.features td:first-child{
	font-weight: bold;
}

#full_price {
    color: #fff;
    padding-top: 20px;
    padding: 20px;
    display: inline-block;
    background: #1d3448;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#full_price .price {
    margin: 7px 0;
}

#full_price .price_1 {
    float: left;
    margin-right: 20px;
}

#full_price .price_2 {
    float: left;
}

.full_price .price,
.numItem .price {
    white-space: nowrap;
    font-size: 20px;
}

.full_price .price2,
.numItem .price2 {
    white-space: nowrap;
    text-decoration: line-through;
    color: #928f8f;
}

.full_price {
    color: #fff;
    margin: 0;
}

.price-wrap .item sup a,
.full_price sup a {
    margin-left: 2px;
    padding: 0 3px;
    color: #fff;
    font: 400 10px/14px 'Open Sans', serif;
    background: #d22223;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 16px;
}

.nal {
    margin: 0;
    color: #fff;
    font-size: 0.92em;
	display: inline;
}

span.articul {
    font-size: 0.8em;
    white-space: nowrap;
    display: block;
}

span.red {
    color: #FC8787;
}

span.green {
    color: #75CA53;
}

span.yellow {
    color: yellow;
}

.h3_header {
    margin: 0px 0px 17px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #bcbdc0;
    font: 400 24px/24px 'Open Sans', serif;
    color: #000000;
    display: block;
}

h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

h2 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: normal;
}

h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.page a img {
    margin-bottom: -4px;
    border: 7px solid #fff;
    background: #fff;
}

.page .img_link {
    margin: 0 18px 10px 0;
}

.page .img_link img {
    border: 0;
}

.page .img_link a {
    border: 7px solid #fff;
    padding: 0;
    display: inline-block;
}

.page .img_link a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.del {
    background: url(../img/ico_price.png) top left no-repeat !important;
    background-position: 0 -27px !important;
    width: 22px;
    height: 20px;
    display: block;
    cursor: pointer;
    float: right;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.butWr {
    padding: 23px 0 0 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    margin: 0;
    padding: 9px 10px;
    border: 1px #e1e1e1 solid;
    color: #000;
}

form input[type="text"],
form input[type="password"],
form select,
form textarea {
    margin-bottom: 5px;
    margin-top: 5px;
}

.nc-field-type-datetime input {
    display: inline !important;
}

.nc-field-caption {
    display: block;
}

.nc-field {
    margin-bottom: 21px;
}

.spisZak li {
    list-style: none;
    padding: 0 0 20px 0;
}

.date p {
    padding: 0 0 6px 0;
}

.date p a {
    text-decoration: none;
}

.date span {
    color: #6592b9;
}

.date img {
    border: 5px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.text-block a {
    padding: 0;
    display: inline-block;
}
.text-block table {
	margin: 0px 0px 20px 0px;
}

.text-block a:hover {
    color: #fff;
    background: #7e93a3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: -100;
}

.contact-block a {
    padding: 0;
}

.sertifSlogan {
    background: url(../img/srertifbg.png) top center no-repeat;
    background-position: 55px 10px;
    width: 240px;
    padding: 125px 0 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}

.right_sidebar {
    float: right;
    width: 240px;
}

.partnWr {
    margin: 0 240px 0 0;
    padding: 5px 0 0 0;
}

.clear {
    clear: both;
}

.warnText {
    color: red;
}

.ui-autocomplete.ui-menu {
    padding: 0;
    background: #fff !important;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    padding: 2px 4px !important;
    line-height: 2.0;
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus,
.ui-autocomplete.ui-menu .ui-menu-item:hover {
    background: #1d3448;
    color: #fff;
    cursor: pointer;
}

.nc_search_results ol {
    list-style: decimal;
    padding-left: 20px;
}

.nc_search_results ol.nc_search_results li {
    padding: 9px;
}

.nc_search_results ol.nc_search_results li:nth-child(2n+1) {
    background-color: #e7f0f9;
}

.nc_search_range {
    margin-bottom: 10px;
    font-size: 13px;
}

a.button,
input[type='submit'],
input[type='button'],
button {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    padding: 11px 20px;
    background: #7e93a3;
    border: 0px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.button:hover,
input[type='submit']:hover,
input[type='button']:hover,
button:hover {
    background: #1d3448;
}

a.button.invers {
    background: none;
    border: 1px #000 solid;
    color: #000;
    padding: 10px 19px;
}

a.button.invers:hover {
    background: #1d3448;
    color: #fff;
    padding: 11px 20px;
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table.product_list {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.product_list tr {}

table.product_list td {
    min-width: 45px;
    padding: 5px 5px 5px 10px;
    vertical-align: top;
    border: 1px #1d3448 solid;
}

table.product_list th {
    min-width: 45px;
    text-align: center;
    padding: 10px 5px;
    background: #1d3448;
    color: #f0f7ff;
}

table.product_list tr th {
    border-left: 1px solid #f0f7ff;
    border-bottom: 1px solid #f0f7ff;
}

table.product_list tr:first-child th:first-child {
    border-left: 1px #1d3448 solid;
}

table.product_list tr:first-child th:last-child {
    border-right: 1px #1d3448 solid;
}

table.product_list td:first-child {
    padding-left: 5px;
    min-width: 36px;
}

table.product_list tr:first-child td:first-child,
table.product_list tr:first-child th:first-child {}

table.product_list tr:last-child td:first-child {}

table.product_list tr:first-child td:last-child,
table.product_list tr:first-child th:last-child {}

table.product_list tr:last-child td:last-child {}

table.product_list tr:nth-child(2n+1) {
    background-color: #1d3448;
    color: #f0f7ff;
}

table.product_list tr:nth-child(2n+1) td {
    border-right: 1px solid #f0f7ff;
}

table.product_list tr:nth-child(2n+1) td:last-child {
    border-right: 1px solid #1d3448;
}

.page .price_page .price-wrap .item-end {
    display: block;
    border-bottom: none;
}
.page .price_page .price-wrap .product {
    display: flex;
    justify-content: space-between;
}

.page .price_page .price-wrap .item-end .item-price-itog {
    text-align: right;
    font: 400 13px/19px 'Open Sans', serif;
    font-weight: bold;
}

#warning-limit p {
    font: 400 12px/18px 'Open Sans', serif;
    margin: 0px 0px 10px 0px;
}

.privacy-update {
    position: fixed;
    bottom: 1em;
    left: 1em;
    right: 1em;
    padding: 1.25em 1.5em 1.25em 1.5em;
    background: #fff;
    color: #000;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: #1d3448;
    font-size: smaller;
    z-index: 11;
}

.privacy-update .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5em;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 10px;
    font-size: .857142857rem;
    color: #fff;
}

.svg-icon {
    width: 1em;
    height: 1em;
    position: relative;
    top: .125em;
}

.privacy-update a {
    color: #1d3448;
}

.delivery label {
    margin-right: 20px;
}

.delivery label:last-child {
    margin: 0;
}

.vat-text {
    font: italic 400 13px/19px 'Open Sans', serif;
	clear:both;
}

.saleName {
    font-weight: bold;
}

.vatName {
    font-weight: bold;
}

img.noimg {
	border: 1px solid #1a3447 !important;
	webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background: #fff;
}

@media (min-width: 766px) {
    .big-menu .menu-body .menu-menu3 {
        width: 335px;
        height: 0px;
        overflow-y: hidden;
        padding: 15px 0px 0px 21px;
        background: #ffffff;
        position: absolute;
        top: 0px;
        left: 361px;
        opacity: 0;
        visibility: hidden;
    }
    .big-menu .menu-body .menu-menu2 {
        /*width: 362px;*/
        height: calc(100% + 9px);
        padding: 0px 0px 0px 27px;
        background: #ffffff;
        border-bottom: 9px solid #1d3448;
        position: absolute;
        top: 0px;
        left: 293px;
        visibility: hidden;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 64em) {
    .privacy-update {
        width: 50em;
        right: initial;
    }
}

@media (max-width: 1250px) {
    .container,
    .page.flex {
        margin: 0 10px;
    }
}

@media (max-width: 1000px) {
    .page.page.flex {
        width: initial;
        margin: 0 10px;
    }
    .page.flex .left_sidebar {
        width: 240px;
    }
    .page.flex .container {
        width: calc(100% - 250px - 20px);
    }
    #basket {
        display: none;
    }
    .container {
        width: initial;
        margin: 0 10px;
    }
    .top .top-menu ul li {
        padding: 0px 6px 0px 6px;
    }
    .top .top-menu ul li:first-of-type {
        padding: 0px 6px 0px 0px;
    }
    .top .top-menu ul li:last-of-type {
        padding: 0px 0px 0px 6px;
    }
    .top .top-menu ul .parent>a {
        padding: 0px 12px 0px 0px;
    }
    .top .top-menu ul li ul {
        margin: 0px 0px 0px -6px;
    }
    .top .top-menu ul li ul li:first-of-type {
        padding: 0px 6px 0px 6px;
    }
    .top .top-menu ul li ul li:last-of-type {
        padding: 0px 6px 0px 6px;
    }
    .top .top-menu ul li a {
        font: 400 14px/42px 'Open Sans', serif;
    }
    .top .top-menu ul .parent ul li a {
        font: 400 13px/32px 'Open Sans', serif;
    }
    .top .logo {
        width: 210px;
    }
    .big-menu .menu-body .menu-menu1 {
        width: 250px;
        padding: 15px 0px 0px 15px;
    }
    .big-menu .menu-wrap {
        width: 220px;
        padding: 0px 0px 0px 20px;
    }
    .big-menu .search {
        width: calc(100% - 220px - 27px);
    }
    .big-menu .menu-body .menu-menu1 li a {
        font: 700 13px/40px 'Open Sans', serif;
    }
    .big-menu .menu-body .menu-menu2 {
        padding: 0px 0px 0px 15px;
        left: 250px;
    }
    .big-menu .menu-body .menu-menu2 {
        /*width: 500px;*/
        left: 250px;
    }
    .big-menu .menu-body .menu-menu2 ul {
        width: 238px;
        padding: 15px 0px 0px 0px;
    }
    .big-menu .menu-body .menu-menu2 li a {
        font: 400 13px/20px 'Open Sans', serif;
    }
    .big-menu .menu-body .menu-menu3 {
        width: 250px;
        padding: 15px 0px 0px 15px;
        left: 250px;
    }
    .big-menu .menu-body .menu-menu3 {
        width: 250px;
        padding: 15px 0px 0px 15px;
        left: 252px;
        border-right: 0px solid #1d3448!important;
    }
    .big-menu .menu-body .menu-menu3 li a {
        padding: 10px 10px 10px 0px;
        font: 400 12px/20px 'Open Sans', serif;
    }
    .big-menu .menu-wrap .menu-title {
        font: 700 17px/56px 'Open Sans', serif;
    }
    .catalog .news {
        width: 240px;
    }
    .cats {
        width: calc(100% - 240px - 20px);
    }
    .cats .cats-wrap .item {
        padding: 8px 10px 8px 10px;
    }
    .page .price_page .price-table .item .item-name {
        width: calc(100% - 85px);
    }
    .page .price_page .price-table .item .item-price span {
        top: -8px;
        right: -33px;
    }
    footer .footer1-contact {
        width: 360px;
    }
    footer .footer1-contact .phone {
        font: 700 18px/24px 'Open Sans', serif;
    }
}

@media (max-width: 850px) {
    header .phone {
        width: 16px;
        height: 17px;
        padding: 0px 0px 0px 0px;
        background: url(../images/ico1.png) left center no-repeat;
        display: block;
        font: 700 0px/17px 'Open Sans', serif;
    }
    header .container {
        /*flex-direction: column;*/
    }
    header .header-info {
        flex-wrap: wrap;
    }
    header .price_page {
        width: 100%;
        margin: 0px 0px 10px 0px;
        display: none;
        text-align: center;
    }
    header .cabinet {
        display: none;
    }
    header .cart {
        font: 400 0px/17px 'Open Sans', serif;
    }
    .top-bg {
        top: 0px;
    }
    .top .logo {
        margin: 0px 0px 0px 0px;
    }
    .top .container {
        display: block;
        /*align-items: center;*/
    }
}

@media (max-width: 1024px) {
    .page .price_page .price-filter {
        width: 100%;
        margin: 20px 0px 0px 0px;
    }
    .page .price_page .price-filter-wrap {
        width: 220px;
    }
    .page .price_page .filter-butt {
        display: block;
        order: 1;
        cursor: pointer;
        width: 100%;
    }
    .page .price_page .filter-butt a {
        width: 100px;
        padding: 0px 40px 0px 10px;
        margin: 10px 0px 15px 0px;
        background: #1d3448 url(../images/ico13.png) right 10px center no-repeat;
        background-size: 19px;
        border-radius: 3px;
        display: block;
        float: right;
        font: 400 13px/29px 'Open Sans', serif;
        color: #ffffff;
        text-decoration: none;
    }
    .price-filter {
        height: 100%;
        overflow-y: scroll;
        margin: 0px 0px 0px 0px!important;
        display: block;
        right: -250px;
        position: fixed;
        top: 0;
        visibility: hidden;
        z-index: 1001;
    }
    .price-filter.open {
        top: 0px;
        right: 0px;
        opacity: 1;
        visibility: visible;
    }
    .price-filter .close1 {
        width: 18px;
        height: 18px;
        background: url("../images/ico15.png") no-repeat;
        margin: 0px 0px 0px 0px;
        display: block!important;
        position: absolute;
        top: 10px;
        right: 10px;
        filter: grayscale(100%) invert(1);
        cursor: pointer;
    }
    .page .price_page {
        flex-direction: column;
    }
    .page .price_page .price-body {
        width: calc(100% - 0px - 0px);
        order: 2;
    }
}

@media (max-width: 766px) {
    .anim:hover>.tooltip_sup::after {
        content: attr(data-tooltip);
        width: 350px;
        height: 100px;
        top: 28px;
        left: -348px;
        padding: 10px 10px 15px 15px;
    }
	.anim:hover>.tooltip::after {
		left: -215px;
	}
	.nal .anim:hover>.tooltip::after {
		left: -59px !important;
	}
    .top-bg2 {
        top: 37px;
    }
    .top {
        margin-top: 56px;
    }
    .top.open {
        z-index: 16;
        position: initial;
    }
    header {
        position: fixed;
        top: 0;
        z-index: 14;
        border-top: 1px #f0f7ff solid;
    }
    .big-menu .container {
        flex-direction: column;
    }
    .big-menu .search {
        width: calc(100% - 0px - 0px);
    }
    .big-menu .search form input {
        padding: 0px 0px 0px 25px;
        font: 400 14px/46px 'Open Sans', serif;
    }
    .big-menu .search form button {
        height: 46px;
    }
    .big-menu .menu-wrap .menu-body {
        background: #1d3448;
        border-bottom: 0px solid #1d3448;
        border-radius: 0px 0px 0px 0px;
        position: relative;
        top: 0px;
        left: 0px;
        opacity: 1;
        visibility: visible;
    }
    .big-menu .menu-wrap {
        width: calc(100% - 50px);
        padding: 0px 0px 0px 0px;
    }
    .big-menu .menu-wrap .menu-title {
        display: none;
    }
    .catalog {
        margin: 25px 0px 0px 0px;
        position: relative;
        z-index: 4;
    }
    .catalog .container {
        flex-direction: column;
    }
    .catalog .news {
        width: 100%;
        order: 2;
    }
    .cats {
        width: calc(100% - 0px - 0px);
        margin-bottom: 20px;
        order: 1;
    }
    .cats .cats-wrap .item {
        width: 33%;
        margin-bottom: 10px;
    }
    h3 {
        font: 400 16px/18px 'Open Sans', serif;
    }
    .contact .contact-info {
        margin: 0px 0px 15px 0px;
        font: 400 14px/22px 'Open Sans', serif;
    }
    .contact .contact-address {
        margin: 0px 0px 20px 0px;
        padding: 13px 15px 13px 15px;
        font: 400 14px/20px 'Open Sans', serif;
    }
    .contact .contact-wrap {
        flex-direction: column;
    }
    .contact .contact-wrap .item {
        width: calc(100% - 0px);
        margin: 0px 0px 20px 0px;
    }
    .contact .contact-wrap .item .item-title {
        padding: 13px 15px 13px 15px;
    }
    .text-block {
        padding: 0px 0px 0px 0px;
    }
    header .price {
        width: 100%;
        margin: 0px 0px 10px 0px;
        display: none;
        text-align: center;
    }
    header .container {
        flex-direction: row;
    }
    header#basket {
        display: none;
    }
    header .header-info {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 50px;
    }
    header .header-cabinet {
        justify-content: center;
        flex-wrap: wrap;
    }
    header .login {
        margin: 0px 15px 0px 0px;
        display: none;
    }
    header .exit {
        display: none;
    }
    header .login:after {
        display: none;
    }
    header .order {
        margin: 0px 0px 0px 0px;
        font: 400 0px/14px 'Open Sans', serif;
    }
    header .order span {
        padding: 0px 0px 0px 0px;
        font: 400 13px/20px 'Open Sans', serif;
    }
    header .butt2 {
        margin: 10px 0px 0px 0px;
        display: none;
    }
    .big-menu2 {
        margin: 0px 0px 0px 0px;
    }
    .page .page-menu {
        margin: 0px 0px 0px 0px;
        flex-wrap: wrap;
    }
    .page .page-menu li {
        margin: 0px 10px 10px 0px;
    }
    header .butt2 {
        font: 700 13px/30px 'Open Sans', serif;
    }
    header .butt1 {
        font: 700 13px/30px 'Open Sans', serif;
    }
    .page .price_page .price-title1 .item:nth-of-type(3) a {
        font: italic 400 11px/21px 'Open Sans', serif;
    }
    .page .price_page .price-title1 .item:nth-of-type(2) {
        font: italic 400 11px/15px 'Open Sans', serif;
    }
    .page .price_page .price-title1 .item {
        font: italic 400 11px/15px 'Open Sans', serif;
    }
    footer .footer1 {
        padding: 0px 0px 15px 0px;
        flex-direction: column;
    }
    footer .footer1-contact {
        width: 100%;
        padding: 0px 0px 10px 0px;
    }
    footer .footer1-contact .phone {
        font: 700 14px/24px 'Open Sans', serif;
    }
    footer .footer1-menu {
        width: 100%;
    }
    footer .footer2 {
        width: 100%;
        flex-direction: column;
    }
    footer .footer2-copyright {
        width: 100%;
        padding: 0px 0px 10px 0px;
    }
    footer .footer2-info {
        width: 100%;
    }
    footer .footer2-info .made {
        font: 400 13px/14px 'Open Sans', serif;
        padding: 0px 0px 0px 20px;
    }
    footer {
        margin-top: 20px;
    }
    .top .container {
        position: relative;
    }
    .top .top-menu ul li {
        padding: 0px 20px 0px 20px;
        list-style: none;
    }
    .top .top-menu ul li:first-of-type {
        padding: 0px 20px 0px 20px;
    }
    .top .top-menu ul li:last-of-type {
        padding: 0px 20px 0px 20px;
    }
    .top .top-menu ul li a {
        border-bottom: 0px solid #c9c1fc;
        font: 400 14px/30px 'Open Sans', serif;
    }
    .top .top-menu ul .current a {
        border-bottom: 0px solid #c9c1fc;
    }
    .top .top-menu ul li a:hover {
        border-bottom: 0px solid #c9c1fc;
        text-decoration: underline;
    }
    .top .top-menu ul li:hover ul {
        position: relative;
    }
    .top .top-menu ul li ul {
        margin: 0px 0px 0px 0px;
    }
    .top .top-menu ul .parent {
        border-radius: 5px 5px 5px 5px;
    }
    .top .top-menu ul .parent ul {
        margin: 0px 0px 0px 0px;
    }
    .top .top-menu ul .parent ul li a {
        font: 400 13px/28px 'Open Sans', serif;
        color: #000 !important;
    }
    .top .top-menu ul li ul li {
        padding: 0px 0px 0px 0px;
    }
    .top .top-menu ul li ul li:first-of-type {
        padding: 0px 0px 0px 0px;
    }
    .top .top-menu ul li ul li:last-of-type {
        padding: 0px 0px 0px 0px;
    }
    .top .top-menu ul .parent ul li:hover {
        background: #ffffff;
    }
    .top .top-menu ul .parent ul li:hover a {
        color: #1d3448;
    }
    .top .top-menu ul li ul {
        min-width: auto;
        margin: 0px 0px 0px 0px;
    }
    .big-menu .menu-body .menu-menu1 {
        width: 100%;
        padding: 10px 15px 10px 15px;
    }
    .big-menu .menu-body .menu-menu2 {
        width: 100%;
        height: calc(100% + 0px);
        border-right: 0px solid #1d3448;
        border-bottom: 0px solid #1d3448;
        padding: 0px 15px 10px 15px;
        margin: 0px 0px 5px 0px;
        left: 0px;
    }
    .big-menu .menu-body .menu-menu1 li:hover .menu-menu2 {
        position: relative;
    }
    .big-menu .menu-body .menu-menu1 li a {
        border-radius: 3px 3px 0px 0px;
        display: inline-block;
        font: 700 14px/35px 'Open Sans', serif;
    }
    .big-menu .menu-body .menu-menu2 li a {
        padding: 5px 10px 5px 50px;
        font: 400 13px/20px 'Open Sans', serif;
    }
    .big-menu .menu-body .menu-menu3 {
        width: 100%;
        height: calc(100% + 0px);
        border-right: 0px solid #1d3448;
        border-bottom: 0px solid #1d3448;
        padding: 0px 15px 5px 15px;
        left: 0px;
    }
    .big-menu .menu-body .menu-menu2 li:hover .menu-menu3 {
        position: relative;
    }
    .big-menu .menu-body .menu-menu3 li a {
        padding: 5px 0px 5px 0px;
    }
    .slider .item {
        padding: 0px 0px 0px 20px;
    }
    .slider .item .item-title {
        font: 300 18px/26px 'Open Sans', serif;
    }
    .slider .item .item-text {
        margin: 0px 35px 5px 20px;
    }
    .slider .item .item-text p {
        font: 300 13px/18px 'Open Sans', serif;
    }
    .slider .item .item-butt {
        width: 200px;
        font: italic 300 13px/26px 'Open Sans', serif;
    }
    .overlay.open {
        opacity: 1;
        visibility: visible;
    }
    .top-menu {
        width: 270px!important;
        height: 100%;
        padding: 20px 20px 0px 20px;
        background: #f0f7ff;
        overflow-y: hidden;
        margin: 0px 0px 0px 0px!important;
        display: block;
        left: -250px;
        right: 0;
        position: fixed;
        top: 0;
        visibility: hidden;
        z-index: 18;
        transition: 0.3s ease;
        box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.4);
    }
    .top-menu.open {
        top: 0px;
        left: 0px;
        opacity: 1;
        visibility: visible;
    }
    .top .top-menu a.login {
        color: #000;
    }
    .top .top-menu ul {
        margin: 10px 0px 0px 0px;
        flex-direction: column;
    }
    .top .top-menu ul li {
        padding: 0px 0px 0px 0px;
    }
    .top .top-menu ul li:first-of-type {
        padding: 0px 0px 0px 0px;
    }
    .top .top-menu ul li:last-of-type {
        padding: 0px 0px 0px 0px;
    }
    .top .top-menu ul li a {
        color: #000000;
    }
    .top .top-menu ul .parent {
        border-radius: 0px 0px 0px 0px;
    }
    .top .top-menu ul .current .sub-menu {
        display: block;
    }
    .top .top-menu ul .parent>a {
        padding: 0px 0px 0px 0px;
    }
    .top .top-menu ul .parent>a {
        padding: 0px 0px 0px 0px;
        background: transparent;
    }
    .top .top-menu ul .parent a {
        border-bottom: 0px solid transparent;
        color: #000000;
    }
    .top .top-menu ul .parent:hover>a {
        border-bottom: 0px solid transparent;
    }
    .top .top-menu ul .parent:hover a {
        color: #000000;
        text-decoration: none;
    }
    .top .top-menu ul .parent:hover>a {
        background: transparent;
    }
    .top .top-menu ul li ul {
        min-width: 100%;
        background: transparent;
        border-radius: 0px 0px 0px 0px;
        padding: 0px 0px 5px 20px;
        margin: 0px 0px 0px 0px;
        opacity: 1;
        visibility: visible;
        position: relative;
        display: none;
        transition: 0s ease;
    }
    .top .top-menu ul li:hover ul {
        opacity: 1;
        visibility: visible;
        transition: 0s ease;
        overflow: hidden;
        box-shadow: none;
    }
    .top .top-menu ul .parent ul li {
        border-top: 0px solid #999999;
    }
    .top .top-menu ul .parent ul li.active {
        border-bottom: 1px solid #999999;
        background: none;
    }
    .top .top-menu ul .parent ul li a:hover {
        text-decoration: underline;
    }
    .top .top-menu ul .parent:hover {
        background: transparent;
    }
    .top .top-menu ul .parent ul li:hover {
        background: transparent;
    }
    .top .top-menu ul .parent a:hover {
        text-decoration: underline;
    }
    .top .top-menu .parent .menu-arrow:after {
        content: '';
        position: absolute;
        top: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 25px;
        height: 25px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: url(../images/ico14.png) no-repeat center center;
    }
    .top .top-menu .parent .menu-arrow.bg_color:after {
        border-top-color: #000;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
    .top .top-menu ul .parent a {
        display: inline-block;
    }
    .top .top-menu .butt4 {
        margin: 10px 0px 0px 0px;
        display: inline-block;
    }
    .top .top-menu span,
    .top .top-menu .login {
        display: inline-block;
    }
    .top .top-menu .phone {
        display: block;
        font: 700 20px/26px 'Open Sans', serif;
        color: #000000;
        text-decoration: none;
    }
    header .top-menu-butt {
        position: absolute;
        bottom: 17px;
        left: 10px;
    }
    header .top-menu-butt a {
        width: 30px;
        height: 22px;
        background: url(../images/ico16.png) right center no-repeat;
        display: block;
    }
    .top .close1 {
        width: 18px;
        height: 18px;
        background: url("../images/ico15.png") no-repeat;
        margin: 0px 0px 0px 0px;
        display: block!important;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .overlay2 {
        background-color: rgba(0, 0, 0, 0);
        bottom: 0;
        cursor: default;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        z-index: 4;
    }
    .big-menu .menu-body .menu-menu1 {
        height: auto;
    }
    .big-menu .menu-body .menu-menu1 li {
        position: relative;
    }
    .big-menu .menu-arrow2:after {
        content: '';
        position: absolute;
        top: 22px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        width: 25px;
        height: 25px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: url(../images/ico17.png) no-repeat center center;
    }
    .big-menu .menu-arrow2.bg_color:after {
        border-top-color: #000;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        background: url(../images/ico14.png) no-repeat center center;
    }
    .big-menu li:hover .menu-arrow2:after {
        border-top-color: #000;
        background: url(../images/ico14.png) no-repeat center center;
    }
    .big-menu .menu-body .menu-menu1 li:hover .menu-arrow2 {
        background: url(../images/ico14.png) no-repeat center center;
    }
    .big-menu .menu-arrow3 {
        width: 25px;
        height: 25px;
        background: url(../images/ico14.png) no-repeat center center;
        margin-bottom: -7px;
        display: inline-block;
    }
    .big-menu .menu-body .menu-menu2 li:hover .menu-arrow3 {
        background: url(../images/ico17.png) no-repeat center center;
    }
    .big-menu .menu-body .menu-menu1 li .menu-menu2 {
        display: none;
    }
    .big-menu .menu-body .menu-menu1 li:hover .menu-menu2 {
        display: none;
    }
    .big-menu .menu-body .menu-menu1 li:hover {
        background: #ffffff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .big-menu .menu-body .menu-menu1 li:hover a {
        background: initial;
    }
    .big-menu .menu-body .menu-menu1 li .menu-menu2 {
        background: #ffffff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .big-menu .menu-body .menu-menu2 ul {
        width: 100%;
        border: 0 none!important;
        padding-top: 0px;
    }
    .big-menu .menu-body .menu-menu2 li a {
        padding: 5px 0px 5px 0px;
    }
    .big-menu .menu-body .menu-menu2 li .menu-menu3 {
        display: none;
        border: 0 none!important;
        padding-top: 0px;
    }
    .big-menu .menu-body .menu-menu2 li:hover .menu-menu3 {
        display: none;
        padding-top: 0px;
    }
    .big-menu .menu-body .menu-menu2 li {
        border-radius: 3px 3px 3px 3px;
    }
    .big-menu .menu-body .menu-menu2 li a {
        padding: 5px 0px 5px 0px;
        max-width: 230px;
    }
    .big-menu .menu-body .menu-menu2 li:hover {
        background: #1d3448;
    }
    .big-menu .menu-body .menu-menu2 li:hover .menu-menu3 {
        display: none;
        background: #ffffff;
    }
    .big-menu .menu-body .menu-menu2 ul li ul {
        padding-left: 21px;
    }
    .big-menu .menu-body .menu-menu3 li {
        padding: 0px 0px 0px 1px;
    }
    .big-menu .menu-body .menu-menu3 li a {
        padding: 5px 0px 5px 0px;
    }
    .big-menu .menu-body .menu-menu3 li:hover {
        background: #ffffff;
    }
    .big-menu .menu-body .menu-menu3 li:hover a {
        background: #ffffff;
    }
    .navYear {
        float: none;
        padding: 0 0 30px 0;
    }
    .page.flex {
        width: initial;
        margin: 0 10px;
        flex-direction: column;
    }
    .page.flex .left_sidebar {
        width: 100%;
        margin-bottom: 20px;
    }
    .page.flex .container {
        width: 100%;
        margin: 0;
    }
    .leftNav {
        margin: 0;
    }
    html,
    body {
        height: initial;
    }
    html:before {
        content: '';
        position: fixed;
        z-index: 15;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    html.overlay {
        overflow-y: hidden;
    }
    html.overlay:before {
        visibility: visible;
        opacity: .44;
    }
    #wrapper {
        min-height: initial;
        min-width: initial;
    }
    form input[type="text"],
    form input[type="email"],
    form input[type="password"],
    form select,
    form textarea {
        width: 100% !important;
    }
}

@media (max-width: 690px) {
	.page .price_page .price-table .item .item-price sup {
		top: -14px;
		right: -6px;
	}
    .page .price_page .price-table {
        display: block;
    }
    .page .price_page .price-table .item {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .page .price_page .price-table .item>div {
        display: block;
        padding: 0;
    }
    .page .price_page .price-table .item .item-price span {
        top: -12px;
        right: -20px;
    }
    .page .price_page .price-table .item .item-code {
        padding: 0px 0px 3px 5px;
        order: 0;
    }
    .page .price_page .price-table .item .item-name {
        width: calc(100% - 0px);
        margin: 0px 0px 5px 0px;
        order: 0;
    }
    .page .price_page .price-table .item .item-price-old {
        order: 3;
        text-align: initial;
    }
    .page .price_page .price-table .item .item-price {
        order: 3;
    }
    .page .price_page .price-table .item .item-price-sum {
        order: 3;
        text-align: right;
    }
    .page .price_page .price-table .item .item-stock {
        order: 4;
        text-align: left;
    }
    .page .price_page .panel-butts2 {
        order: 3;
    }
    .page .price_page .price-table .item .item-price-sum {
        order: 3;
    }
    .page .price_page .price-table .item .item-price-control {
        order: 4;
    }
    .page .price_page .price-table .item-cart {
        order: 4;
    }
    .page .price_page .price-table .item .item-stock .stock-info .stock-text {
        width: 230px;
        top: -85px;
        font: 400 11px/15px 'Open Sans', serif;
    }
	.slider .owl-nav {
		display: none;
	}
}

@media  (max-width: 391px) {
    header .phone {
        display: none; 
    }
}

@media screen and (max-width: 766px) {
    #menu-icon {
        background: url("../images/ico7.png") no-repeat left center;
        background-size: 21px;
        padding: 0px 0px 0 30px;
        cursor: pointer;
        display: block;
        clear: both;
        margin: 0px 0px 0px 0px;
        font: 400 15px/30px 'Open Sans', serif;
        color: #ffffff;
    }
    #menu-icon.active {
        background: url("../images/close1.png") no-repeat left center;
        background-size: 23px;
    }
    #nav {
        clear: both;
        position: absolute;
        left: 0px;
        width: 100%;
        z-index: 10000;
        background: #1d3448;
        opacity: 1;
        display: none;
    }
    #menu-icon2 {
        background: url(../images/ico7.png) right center no-repeat;
        padding: 0px 0px 0 0px;
        cursor: pointer;
        display: block;
        clear: both;
        margin: 0px 0px 0px 0px;
        font: 700 16px/46px 'Open Sans', serif;
        color: #ffffff;
    }
    #menu-icon2.active {
        background: url("../images/close1.png") no-repeat right center;
        background-size: 23px;
    }
    #nav2 {
        clear: both;
        position: absolute;
        left: -28px;
        width: calc(100% + 56px);
        z-index: 10000;
        opacity: 1;
        display: none;
    }
	.page .price_page .price-wrap .product {
		display: initial;
		justify-content: unset;
	}
	#full_price {
		position:fixed;
		bottom:0;
		left: 0;
		z-index:13;
		right: 0;
	}
	.privacy-update {
		top: 1em;
		bottom: initial;
		z-index:15;
	}
}

@media screen and (min-width: 767px) {
    #nav {
        display: flex!important;
    }
}
@media screen and (max-width: 500px){
    .largeh1{
        font-size: 21px !important;
    }
    .butt2{
        padding: 0 10px;
    }
    img{
        max-width: 100%;
    }
}

.img_link.p-2.flex-fill img {
    max-width: 375px;
}