/* 
	version 
	31.05.2018
*/

/* MAIN STYLE */
/* LAYOUT START */ 

@font-face {
font-family: 'Avant Garde Book BT';
font-style: normal;
font-weight: normal;
src: local('Avant Garde Book BT'), url('/fonts/AVGARDN_2.woff') format('woff');
}


@font-face {
font-family: 'Avant Garde Demi BT';
font-style: normal;
font-weight: normal;
src: local('Avant Garde Demi BT'), url('/fonts/AVGARDD_2.woff') format('woff');
}


@font-face {
font-family: 'Avant Garde Demi Oblique BT';
font-style: normal;
font-weight: normal;
src: local('Avant Garde Demi Oblique BT'), url('/fonts/AVGARDDO_2.woff') format('woff');
}

html {
width: 100%;
height: 100%;
}

body {
width: 100%;
min-height: 100%;
padding: 0;
margin: 0 auto;
position: relative;
font-size: 14px; 
font-family: "Raleway", sans-serif;
font-feature-settings: "lnum";
font-optical-sizing: auto;
font-style: normal;
color: #fff;
letter-spacing: 0.5px;
background: #333538;
}

.grey_tile {
color: #fff;
padding: 35px 0;
background: #333538;
}

.grey_tile2 {
color: #fff;
padding: 0;
background: #151515;
}

.blue_tile {
padding: 25px;
color: #fff;  
border-radius: 20px;
background: #0c168f;
}

header {
z-index: 30;
width: 100%;
position: fixed;
}

.header_in {
padding-top: 10px;
padding-bottom: 5px;
max-width: 1920px;
margin: auto;
background: #151515;
}

.header_padding {
padding-top: 96px;
}

.header_in .logo {
margin-top: 10px;	
}

.header_flex {
display: flex;
justify-content: space-between;  
}

.header_flex_right {
display: flex;
align-items: center;  
}

#content #id_main_content > .container img {
  border-radius: 25px;
}

.title {
font-size: 40px;
text-transform: uppercase;
margin-top: 40px;
margin-bottom: 60px;
font-weight: bold;
}

.title.title_catalog {
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 50px;
  font-weight: bold;  
  text-align: center;
}

.title.title_product {
margin: 5px 0 40px;
font-size: 26px;
}

.uniblock_caption {
font-size: 36px;
text-transform: uppercase;
margin-bottom: 25px;
text-align: center;
}

.title2 {
font-size: 18px;
letter-spacing: 0.5px;
color: #fff;
position: relative;
line-height: 1.1;
padding: 12px 42px 10px 42px;
display: inline-block;
background: #0c168f;
margin-bottom: 10px;
margin-top: 30px;
text-transform: uppercase;
border-radius: 8px;
}

.title2:before {
content: "\f102";
position: absolute;
transform: rotate(90deg);
top: 10px;
display: inline-block;
font: normal normal normal 24px / 1 FontAwesome;
}

.title2:before {
left: 18px;
}

.title2.black {
background: #010101;
color: #fff;  
}

.title4 {
color: #0c168f;
font-size: 20px;
margin-bottom: 10px;
text-transform: uppercase;
}

.title5 {
font-size: 28px;
color: #fff;
position: relative;
line-height: 1.1;
padding: 6px 20px 8px 40px;
display: inline-block;
background: #ec0000;
margin-bottom: 20px;
margin-top: 40px;
}

.title5:before {
content: "\f12a";
display: inline-block;
font: normal normal normal 32px/1 FontAwesome;
display: block;
position: absolute;
left: 16px;
top: 8px;
}

.text1 {
text-align: center;
color: #1e1e1e;
font-size: 21px;
margin-bottom: 50px;
margin-top: 20px;
}

.uniblock_center_bottom .uniblock_outer_template {
overflow: hidden;	
}

p {
margin: 15px 0;
line-height: 1.6em;
}

a {
color: #fff;
text-decoration: underline;
transition: 0.5s;
display: inline-block;
cursor: pointer;
}

a:hover, a:focus { 
color: #fff; 
text-decoration: none;
}

a[href$= ".pdf"]:before, a[href$= ".PDF"]:before  {
content: "\f1c1";
display: inline-block;
font: normal normal normal 17px/1 FontAwesome;
float: left;
margin-right: 10px;
color: #5900a4;
margin-top: 2px;
font-size: 15px !important;
}

a[href$= ".rar"]:before {
content: "\f187";
display: inline-block;
font: normal normal normal 17px/1 FontAwesome;
float: left;
margin-right: 10px;
color: #5900a4;
margin-top: 2px;
font-size: 15px !important;
}

a[href$= ".zip"]:before {
content: "\f187";
display: inline-block;
font: normal normal normal 17px/1 FontAwesome;
float: left;
margin-right: 10px;
color: #5900a4;
margin-top: 2px;
font-size: 15px !important;
}

a.upload[href$= ".pdf"]:before, a.upload[href$= ".PDF"]:before, a.upload[href$= ".rar"]:before, a[href$= ".zip"]:before {
display: none;	
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
border: 1px solid #ccc;
width: 100%;
height: 100%;
}

.red { color: #ed1c24; }

.white {
color: #fff;  
}

ul.ul_list li, ol.ol_list li {
padding: 3px 0;	
}

img {border: none; }

form {margin: 0; }

h2, .h2 {
font-size: 26px;
}

h3, .h3 {
font-size: 23px;
}

/* Button scroll top */

.scrollup {
height: 70px;
width: 70px;
text-align: center;
text-decoration: none;
position: fixed;
bottom: 0;
right: 0;
z-index: 1100;
border-radius: 40px;
padding: 0;
margin: 0;
font-size: 30px;
}

.scrollup a {
width: 70px;
height: 70px;
text-align: center;
transition: 1s;
color: #fff;
font-size: 70px;
}

.scrollup:hover, .scrollup:focus, .scrollup a:hover, .scrollup a:focus  {
color: #0c168f;
opacity: 1 !important;
}

/* Button scroll top end */

/* */

.top_languages {
text-align: right;
margin-top: 20px;	
}

.top_languages a {
display: inline-block;
padding: 13px 0;
position: relative;
font-size: 17px;
margin: 0 10px;
width: 27px;
text-align: center;
text-decoration: none;
color: #fff;
transition: 0.5s;
text-transform: uppercase;
background: transparent;	
}

.top_languages a:before {
width: 1px;
height: 14px;
background: #fff;
position: absolute;
right: -10px;
top: 18px;
content: "";
display: block;
}

.top_languages a:last-child:before {
display: none;
}

.top_languages a:hover, .top_languages a.lang_current {
color: #fff;	
}

.top_languages a:after {
content: "";
left: 50%;
right: 50%;
height: 1px;
display: block;
transition: 0.5s;
position: absolute;
background: #fff;
}

.top_languages a:hover:after, .top_languages a.lang_current:after {
left: 0;
right: 0;
}

/* */

/* slider */
.carousel-fade .carousel-inner > .item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transition: opacity 1s ease;
       -o-transition: opacity 1s ease;
          transition: opacity 1s ease;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.carousel-fade .carousel-inner > .item:first-of-type {
  position: relative;
}
.carousel-fade .carousel-inner > .active {
  opacity: 1;
  z-index: 3;
}
.carousel-fade .carousel-inner > .next.left,
.carousel-fade .carousel-inner > .prev.right {
  -webkit-transition: opacity 0.2s ease-in-out;
       -o-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
  opacity: 1;
  left: 0;
  z-index: 2;
}
.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right {
  z-index: 1;
}
.carousel-fade .carousel-control {
  z-index: 4;
}

#carousel_in {
width: 100%;
max-width: 1920px;
margin: 0 auto;
}
/*
#carousel .carousel-inner>.item {
height: 850px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
*/
.slideshow_description {
position: absolute;
top: 0;
width: 100%;	
}

.slideshow_description .container {
padding: 0 90px;	
}

.slideshow_description p {
margin-top: 200px;
color: #fff;
text-align: left;
font-size: 40px;
max-width: 435px;
font-weight: bold;
line-height: 50px;
}

.slideshow_description a {
  text-decoration: none;
}

#carousel_in .carousel-control {
font-size: 75px;
background: transparent;
}

#carousel_in .carousel-control .fa {
position: absolute;
top: 40%;
}

#carousel_in .carousel-control.left .fa {
left: 10%;	
}

#carousel_in .carousel-control.right .fa {
right: 10%;	
}

.carousel-indicators li, .carousel-indicators .active {
width: 14px;
height: 14px;
margin: 3px 6px;
background: #fff;	
}

.carousel-indicators .active, .carousel-indicators li:hover {
background: #00c322;
border: 1px solid #00c322;	
}

#carousel {
margin: 0 auto 40px;
max-width: 1920px;
}

#carousel .carousel-control.left, #carousel .carousel-control.right {
background-image: none;
width: 50px;
height: 50px;
line-height: 50px;
top: 48%;
opacity: 1;
box-shadow: 0 0 0;
transition: unset;
}

#carousel .carousel-control.left {
background: url(/images/arrow_active.png) no-repeat;     
left: 2.5vw;
opacity: .5;
transform: rotate(180deg);  
background-size: contain !important;
}

#carousel .carousel-control.right {
background: url(/images/arrow_active.png) no-repeat;  
transform: rotate(0);    
right: 2.5vw;
opacity: .5;
background-size: contain !important;
}

#carousel .carousel-control.left:hover {
opacity: 1;
transition: unset;
}

#carousel .carousel-control.right:hover {
opacity: 1;
transition: unset;
}

/* slider end */

/* product_list */

.center_images {
height: 371px;
overflow: hidden;	
}

.product_list_img {
text-align: center;
border: 1px solid #d4d4d4;	
overflow: hidden;
border-radius: 15px;
max-width: 400px;
}

.product_list_img a {
display: block;  
}

.product_list_img img {
width: 100%;
object-fit: cover;
border-radius: unset !important;
}

.product_list_name, .product_list_name a {
color: #fff;
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
margin-top: 3px;
text-decoration: none;
}

.product_list_name a:hover, .product_list_name a:focus {
color: #fff;	
text-decoration: underline;	
}

.product_list_short_description p {
margin: 6px 0;
line-height: 1.2em;
}

/* product_list end */

/* catalog */


.center_category {
margin-top: 30px;	
margin-bottom: 50px;
overflow: hidden;	
display: grid;
gap: 35px;
grid-template-columns: repeat(3, 1fr);
}

.center_category .boxcategory_name {
  opacity: 1;
}

.center_category .btn_boxcategory {
  opacity: 0;
}

.boxcategory_item:hover .btn_boxcategory{
  opacity: 1;
}

.category_top_name {
margin-bottom: 10px;
}

.category_top_name span {
color: #fff;
display: block;
text-transform: uppercase;
background: rgb(12, 22, 143);
text-align: center;
padding: 6px;
font-size: 30px;
border-radius: 20px;
}
.category_top_name a {
text-decoration: none;
}


/* catalog end */

/* boxcategory_item */

.center_menu {
display: grid;
gap: 25px;
grid-template-columns: 1fr 1fr;
margin-bottom: 20px;
}

.boxcategory_item {	
cursor: pointer;
position: relative;	
border-radius: 15px;
overflow: hidden;
}

.boxcategory_item a {
display: flex;
width: 100%;	
height: 280px;	
}

.boxcategory_item a img {
object-fit: cover;
width: 100%;		
opacity: 0.7;
}

.boxcategory_name {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
padding: 35px;
display: flex;
z-index: 10;
top: 0;
transition: 0.5s;
opacity: 0;
font-size: 30px;
flex-flow: column;
align-items: center;
justify-content: end;
}

.boxcategory_name span {
color: #fff;
display: block;
line-height: 32px;
}

.boxcategory_name b {
font-weight: 300;
display: inline-block;
font-size: 23px;
color: #fff;
padding: 8px 40px;
margin-top: 15px;
border-radius: 20px;
background: transparent;
border: 1px solid #ffffff;
}

/*
.boxcategory_item:after {
position: absolute;
text-align: center;
width: 100%;
padding: 35px;
z-index: 10;
display: flex;
height: 100%;

transition: 0.5s;
opacity: 0;
}
*/

.boxcategory_item:after {
content: "";
left: 50%;
right: 50%;
bottom: 50%;
top: 50%;
display: block;
transition: 0.5s;
position: absolute;
background: rgb(22, 65, 147, 0.7);	
}

.boxcategory_item:hover:after{
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.boxcategory_item:hover .boxcategory_name {
opacity: 1;
}

/* boxcategory_item end */

/* centerboxes_products */

.centerboxes_products_img {
cursor: pointer;
position: relative;

text-align: center;
border-radius: 15px;
border: 1px solid #ccc;
overflow: hidden;
margin-bottom: 20px;
}

.centerboxes_products_img img {
width: 100%;
height: 100%;
object-fit: cover;
}

.centerboxes_products_img:after {
content: "";
left: 50%;
right: 50%;
bottom: 50%;
top: 50%;
display: block;
transition: 0.5s;
position: absolute;
background: rgba(12, 22, 143, 0.7);	
}

.centerboxes_products_img:hover:after{
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.centerboxes_products_img a {
display: inline-block;
font-size: 14px;
color: #000;
text-transform: uppercase;
background: #fff;
padding: 5px 15px;
text-align: center;
border-radius: 3px;
top: 50%;
left: calc(50% - 75px);
width: 150px;
opacity: 0;
z-index: 10;
position: absolute;
border: 1px solid #adadad;
}

.centerboxes_products_img:hover a, .centerboxes_products_img:hover > a:hover {
opacity: 1;
background: transparent;
color: #fff;
text-decoration: none;
padding: 13px 25px;
border-radius: 18px;
}

.block_product_info .product_name {
color: #010101;  
}

/* centerboxes_products end */

/* product_grid_name */

.product_grid_name a {
color: #fff;
font-size: 16px;	
text-decoration: none;
}

.product_grid_name a:hover {
text-decoration: none;
}

.centerboxes_product_image {
border: 1px solid #c2c2c2;	
}

.block_featured {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 35px; 
margin-bottom: 25px;
}

/* product_grid_name */

/* product */

.product_header h1 {
text-align: left;	
}

/* product end */

/* -------- CONTEXT SEARCH START -------- */

.block_search {
float: right;
color: #fff;
margin-top: 10px;
position: relative;
}

#icon_search {
float: right;
height: 46px;
text-align: center;
width: 46px;
font-size: 22px;
background: #0c168f;
padding: 12px 0 0;	
transition: 0.5s;
}

#icon_search:hover, #icon_search:focus, #icon_search.current {
background: #00c322;	
cursor: pointer;
}

.context_search {
display: none;	
position: absolute;
right: 46px;
top: 0;
z-index: 10;
max-width: 400px;
}

.context_search_field {
padding: 0;
width: 100%;
}

.context_search_field input {
height: 46px;
background: none;
border: none;
padding: 0 46px 0 15px;
font-size: 15px;
width: 400px;
border-bottom: 1px solid #383838;
background: #3a434a;
}

.context_search_searchbutton {
color: #fff;
display: none;
cursor: pointer;
width: 23px;
height: 29px;
font-size: 15px;
position: absolute;
right: 0;
top: 5px;
}

.context_search_closebutton {
position: absolute;
right: 10px;
top: 5px;	
color: #000;
}

.context_search_searchbutton:hover, .context_search_closebutton:hover {
color: #ff8af2;	
cursor: pointer;
}

.context_search_result {
display: none; 
position: absolute;
overflow: auto;
width: 100%;
height: 300px;
z-index: 100; 
color: #000;
margin-top: 46px;
border: #c5c5c5 solid 1px; 
background: #fff;
}

*html .context_search_result {
margin-top: 20px;
margin-left: -50px;
}

.context_search_result iframe {
display: none;/*for IE5*/
display/**/:block;/*for IE5*/
position: absolute;
top: 0;
left: 0;
z-index: -1;/*must have*/
filter:mask();/*must have*/
width: 1000px;/*for any big value*/
height: 1000px;/*for any big value*/
}

.context_search_results {width: 100%;margin: 0;padding: 0;}

.context_search_results th {
font-size: 13px;
text-align: left;
padding: 5px;
}

.context_search_results th a {
font-size: 13px;
text-align: left;
text-decoration: none;
}

.context_search_results th a:hover { color: #eb2027;}

.context_search_results td {
font-size: 13px;
text-align: left;
padding: 5px 5px 5px 15px;
}

.context_search_results td a {
font-size: 13px;
text-align: left;
text-decoration: none;
}

.context_search_results td a:hover {color: #eb2027;}

.context_search_res{ background: #fffd50; }

/* -------- CONTEXT SEARCH END -------- */

/* ------ FOOTER START ------ */

#footer {
width: 100%;
}

.footer_bottom {
max-width: 1920px;
margin: auto;	
padding: 35px 0;
background: #151515;
}

.footer_flex {
display: grid;
grid-template-columns: repeat(4, 1fr);
padding: 20px 0 5px;
}

.footer_copyright {
color: #d6d6d6;
padding-top: 12px;	
}

.footer_text {
color: #fff;  
padding: 50px 0 75px;
background: #333538;  
}

.footer_links a {
color: #fff;
font-size: 16px;
text-decoration: none;
}

.footer_address {
color: #fff;
font-size: 16px;  
}

.horizontal_simple {
text-align: center;
margin-top: 5px;
}

.horizontal_simple a {
color: #75717e;
text-transform: uppercase;
font-size: 13px;
text-align: center;
padding: 10px;
}

.horizontal_simple a:hover, .horizontal_simple a:focus, .horizontal_simple a.current {
color: #fff;	
text-decoration: underline;
}

.logotype_bottom {
background-image: url(/images/logotype_bottom.png);
background-repeat: no-repeat;
background-position: 114px 4px;
background-size: 68px;
text-align: right;
display: inline-block;
color: #fff;
width: 185px;
padding: 3px 79px 2px 0;
margin-top: 8px;
}

.logotype_bottom, .logotype_bottom a {
font-size: 10px;
font-style: italic;
color: #fff;
line-height: 12px;
text-decoration: none;
}

.logotype_bottom img, .logotype_bottom a{display: block; margin: auto;}

.logotype_bottom a:hover{color: #fff;}

.disclaimer {
color: #fff;
padding: 0;
font-size: 12px;
margin-top: 25px;
text-align: justify;
}

.icon_fb {
color: #d6d6d6;
line-height: 20px;
display: inline-block;
font-size: 16px;
}

.icon_fb span {
display: inline-block;
float: left;
}

.icon_fb a {
color: #d6d6d6;
margin-left: 10px;
font-size: 25px;
display: inline-block;	
}

.icon_fb a:hover {
color: #fff;
}

.fixed_btm {
bottom: 0;
left: 0;
width: 100%;	
z-index: 100;
color: #fff;
font-size: 14px;
background: #ac153f;
position: fixed;
padding-top: 20px;
padding-bottom: 20px;
}

.fixed_btm  b {
font-size: 19px;
margin-bottom: 10px;
display: block;	
}

/* ------ FOOTER END ------ */

/* Status */

.product_status, .category_status_new, .category_status_sale{
position:absolute;
font-size:13px;
font-weight:bold;
text-transform: uppercase;
padding:1px 10px 2px;
border-radius:1px;
left: 15px;
top: 0;
text-align:center;
color:#fff;
z-index: 10;
}

.centerboxes_products_img .product_status { left: 0;}

.category_status_new, .product_status_new{
border:1px solid rgba(23,155,23,1);
background: rgba(23,155,23,1);
background:linear-gradient(to bottom, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
}

.category_status_sale, .product_status_sale{
border:1px solid rgba(241,111,92,1);
background: rgba(241,111,92,1);
background:linear-gradient(to bottom, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
}

.product_status_hot{
border:1px solid rgba(237,144,23,1);
background: rgb(199, 113, 0);
background: linear-gradient(to bottom, rgb(255, 193, 0) 0%,rgb(199, 113, 0) 100%);
}

.product_status_free_shipping{
border:1px solid rgb(183, 21, 21);
background: rgb(234, 0, 21);
background: linear-gradient(to bottom, rgb(234, 0, 21) 0%,rgb(121, 12, 12) 100%);
}

.product_status_exclusive{
border:1px solid rgba(255,93,177,1);
background: rgba(239,1,124,1);
background:linear-gradient(to bottom, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%);
}

.product_status_limited{
border:1px solid rgba(125,185,232,1);
background: rgba(30,87,153,1);
background:linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%);
}

.product_status_special{
border:1px solid rgba(252,234,187,1);
background: rgba(251,223,147,1);
background:linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%);
}

.product_status_out-of-stock{
border: 1px solid rgb(0, 0, 0);
background: rgb(0, 0, 0);
background: linear-gradient(to bottom,rgb(117, 117, 117) 0%,rgb(0, 0, 0) 50%,rgb(82, 82, 82) 100%);
}

/* Status end */
/* ------ NAVIGATION START ------ */
.navigation {
color: #fff;
padding: 9px 0;
margin-top: 10px;
margin-bottom: 20px;
}

.navigation ol {
padding: 0;
margin: 0;
}

.navigation li {
list-style: none;
display: inline;
font-size: 13px;
}

.navigation a {
color: #fff;
font-weight: bold;
text-decoration: none;
}

.navigation a:hover, .navigation a:focus {
color: #fff;
}

.pagination {
display: table;
margin: 20px auto;	
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: #0c168f;
border-color: #0c168f;	
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
color: #0c168f;
width: 32px;
padding: 6px;
text-align: center;
}

/* ------ NAVIGATION END ------ */

/* product */

.product_image .img_zoom{
display: none;
}

.product_image:hover .img_zoom{
display: block;
font-size: 60px;
color: #0c168f;
text-decoration: none;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
z-index: 99;
}

.product_image:hover img{
opacity: 0.5;
}

.product_image {
z-index: 1;
text-align: center;
overflow: hidden;
border: solid 1px #fff;
border-radius: 25px;
height: 440px;
}

.product_image a {
display: block;
height: 100%;
height: 100%;
}

.product_image img{
margin: auto;
object-fit: cover;
width: 100%;
height: 100%;
}

.div_extra_fields {
font-size: 18px;
text-align: justify;	
}

.gallery_descr {
color: #4a4a4a;
font-size: 24px;
font-family: 'Pt Sans Narrow'	
}

.product_gallery a {
display: block;
border: 1px solid #ccc;	
}

.product_gallery a:hover {
border: 1px solid #0c168f;	
}

/* product end */

/* icons  */

.product_list_param { 
margin-top: 20px;  
display: grid;
grid-template-columns: repeat(3, 1fr); 
column-gap: 30px;
}

.productpage_param .description {
display: grid;
grid-template-columns: repeat(2, 1fr); 
column-gap: 30px;  
}

.param_item {
position: relative;
text-align: left;
max-width: 315px;
min-height: 65px;
margin: 10px 0;
display: flex;
}

.param_name {
font-size: 13px;
font-weight: bold;
display: block;
text-transform: uppercase;
}

.param_descr {
font-size: 12px;
line-height: 15px;
font-weight: normal;
display: block;
}

.param_descr p { margin: 0; line-height: 14px; }

.param_img {
display: block; 
margin-right: 15px;
}

.param_img img {
width: 45px;
height: auto;  
border-radius: 0 !important;
}

.productpage_param .param_item {
margin: 0 30px 30px 0;
max-width: unset;
}

.productpage_param .param_name {
font-size: 14px;
margin-bottom: 5px;
}

.productpage_param .param_img img {
width: 60px;
border-radius: unset !important;
}

.icons-bg {
display: block;
width: 54px;
height: 54px;
background-image: url('/images/css_sprites.png');
background-repeat: no-repeat;
border-radius: 12px;
}

.bg-1 { background-position: -1px -1px;}

.bg-2 { background-position: -58px -1px;}

.bg-3 { background-position: -1px -58px;}

.bg-4 { background-position: -58px -58px;}

.bg-5 { background-position: -115px -1px;}

.bg-6 { background-position: -115px -58px;}

.bg-7 { background-position: -1px -115px;}

.bg-8 { background-position: -58px -115px;}

.bg-9 { background-position: -115px -115px;}

.bg-10 { background-position: -172px -1px;}

.bg-11 { background-position: -172px -58px;}

.bg-12 { background-position: -172px -115px;}

.bg-13 { background-position: -1px -172px;}

.bg-14 { background-position: -58px -172px;}

.bg-15 { background-position: -115px -172px;}

.bg-16 { background-position: -172px -172px;}

.bg-17 { background-position: -229px -1px;}

.bg-18 { background-position: -229px -58px;}

.bg-19 { background-position: -229px -115px;}

.bg-20 { background-position: -229px -172px;}

.bg-21 { background-position: -1px -229px;}

.bg-22 { background-position: -58px -229px;}

.bg-23 { background-position: -115px -229px;}

.bg-24 { background-position: -172px -229px;}

.bg-25 { background-position: -229px -229px;}

.bg-26 { background-position: -286px -1px;}

.bg-27 { background-position: -286px -58px;}

.bg-28 { background-position: -286px -115px;}

.pack_block {
overflow: hidden;  
}

.pack-bg { 
width: 54px;
height: 54px;
text-align: center;
border-radius: 12px;
background: url(/images/pack-bg.png) no-repeat;
display: flex;
align-items: center;
justify-content: center;
padding-top: 7px;
padding-left: 3px;
font-style: normal;
font-weight: bold;
}

.product_list_param .param_item {
width: auto;
min-height: 40px;
}

.product_list_param .param_item .icons-bg {
zoom: 0.8;
}

.product_list_param .param_item .param_name {
font-size: 14px;
line-height: 14px;
margin-bottom: 4px;
}

/* icons end */

.video_name {
font-size: 19px;
margin-bottom: 25px;
color: #3c3c3c;
text-align: center;
margin-top: 10px;	
}

a.youtube:hover .video_name {
color: #0c168f;	
text-decoration: none;
}

a.youtube:hover {
color: #0c168f;	
text-decoration: none;
}

/* how_to_buy */

.how_to_buy {
background: #151515;
}

.how_to_buy_container {
height: 75vh; 
margin: 0 auto;	
overflow: hidden;
max-width: 1920px;
background: url(/images/how_to_buy.jpg) center center no-repeat;
background-size: cover;	  
}

.how_to_buy_container .container {
height: 85%;  
}

.how_to_buy .buttons {
display: flex;
flex-flow: column;
align-items: end;
height: 100%;
width: 100%;
justify-content: end;
}

.how_to_buy .buttons a {
text-decoration: none;  
}

.how_to_buy_title {
color: #fff;
font-size: 32px;
padding: 20px 0;
text-align: center;
text-transform: uppercase;
font-weight: bold;
margin-top: 30px;
margin-bottom: 20px;
}

/* how_to_buy */

/* ------ ALERT MESSAGES START ------ */

textarea.form-control {
resize: none;	
}

.input-group {
width: 100%;
border-radius: 3px;
}

.input-group .form-control {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;	
font-size: inherit;
}

.input-append.input-group span.add-on  {
width: 50px;
padding: 8px 10px;
top: 0;
position: absolute;
z-index: 9;
right: 0;	
}

.error, .error_js, .state-highlight-error, .notify, .notify_message, .alert_message, .notify_message a , .alert_message a{ clear: both; font-size: 12px; font-weight: bold; }
.error , .error_js{ margin-top: 8px; padding: 0 0 0 17px; }
.error{background: url(/images/validation_advice_bg.gif) no-repeat left;}
.error_js {background: url(/images/validation_advice_bg_js.gif) no-repeat left;}
.state-highlight-error { border: 1px dashed red; background: #FAEBE7;}
.notify_message, .alert_message {padding: 5px; }
.notify, .notify_message, .notify_message a{color: green;}
.error, .error_js, .alert_message, .alert_message a{color: red;}
.notify_message a , .alert_message a{ text-decoration: underline; padding: 5px;}
.notify_message a:hover, .alert_message a:hover {text-decoration: none;}
#error_security_code { margin-top: 15px; position: absolute; }

.content_message { background: #afa none repeat scroll 0 0; color: #c6292f; font: 18px "PT Sans",Tahoma,Arial,sans-serif; margin: 10px; padding: 10px; text-align: center;}
#content_message {max-height: 300px; overflow: auto; }
#content_message_close {cursor: pointer; float: right; height: 25px; position: relative; right: 10px; top: 10px; width: 27px; z-index: 100; padding: 4px; }

img.error_info {position: absolute; bottom: 5px; right: 0;}
.error_el { position: relative; }

.error_el span.fa { z-index: 29; color: #ff0000; top: -7px; left: -9px; font-size: 16px; position: absolute; }
.error_el .error_text {z-index: 1000; color: #ff0000; font-size: 12px; } 
.error_id_security_code  .error_text {
display: block; margin-top: 30px;	
}

.state-highlight-error input { 
background: #FAEBE7;
}

.table { font-size: 13px; }

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { padding: 6px 8px; }

/* ------ ALERT MESSAGES END ------ */

/* ------ SECURITY CAPCHA START ------ */
.security1 {font-size: 13px;text-align: center;margin: 10px auto;}
.security1 b { font-size: 15px; color: red; }
.security2 {text-align: center;margin-top: 1px; margin: auto; max-width: 360px;}
.security2_img {  float: left; width: 125px; margin: 15px 5px 0 0; }
.security2_form { float: left; margin: 12px 7px 0 7px; max-width: 45px; text-align: center; }
.security2_form input { padding: 6px 2px; text-align: center; height: 30px; border-radius:3px; background:#fff; color:#000 }
.security2_button {  width: auto; margin: 7px 0 0 0; float: right; text-align: right; }
.security3 { float: left; margin-top: 5px;}
/* ------ SECURITY CAPCHA END ------ */

/* ------ INPUT BUTTONS START ------ */

.btn, .popup .admin_btn {
color: #161616;
display: inline-block;
border: 2px solid #ececec;
background: #ececec;
font-size: 18px;
transition: 0.5s;
padding: 7px 32px;
border-radius: 10px;
text-decoration: none;
}

.btn:hover, .btn:focus, .popup .admin_btn:hover, .popup .admin_btn:focus {
color: #fff;
text-decoration: none;
border: 2px solid #0c168f;
outline: none;
background: #0c168f;
}

.btn.btn_border {
border: 2px solid #0c168f;  
}

.btn.btn_black {
color: #fff;
border: 2px solid #020202;  
background: #020202;  
}

.btn.btn_black:hover {
color: #fff;  
border: 2px solid #0c168f;  
background: #0c168f;  
}

.btn.btn_blue {
color: #fff;
border: 2px solid #0c168f;  
background: #0c168f;  
}

.btn.btn_blue:hover {
color: #fff;  
border: 2px solid #020202;  
background: #020202;  
}

.btn_none{background: none;}

.btn_nobg {
background: transparent;
transition: 0.5s;
padding: 4px 10px;
text-transform: uppercase;
font-size: 16px;
color: #fff;
border: 1px solid #fff;
}

.btn_nobg:hover, .btn_nobg:focus {
color: #ac153f;
border: 1px solid #ac153f;
background: #fff;
}

.reg_social_mail, .reg_social {
margin-left: 0;
padding: 4px 10px;
width: 42px;	
}
 
.btn_favor {position: absolute; top: 0; right: 0; padding: 2px; z-index: 5;}

.button_wishlist { float: right; margin-top: 10px;}
.button_quote { float: left; margin-left: 10px;}

.btn-lg {
font-size: 30px;
white-space: normal;
padding: 10px 50px;
}

.btn-md {
font-size: 16px;
padding: 5px 25px;
border-radius: 10px;
}

.btn-sm {
font-size: 14px;
padding: 8px 20px;	
}

.btn-xs {
font-size: 12px;
padding: 3px 8px 0;	
}

.btn-danger {    
background: #d9534f !important;    
border-color: #d43f3a;    
color: #fff;
}

.form-control, select {
border: 1px solid #fff;
border-radius: 20px;
display: block;
width: 100%;
height: 40px;
padding: 6px 20px;
font-size: 14px;
line-height: 1.42857143;
color: #fff;
background-color: transparent;
background-image: none;
}

.form-control:focus, select:focus {
border-color: #0c168f;
outline: 0;
-webkit-box-shadow: 0 0 0;
box-shadow: 0 0 0;
}

textarea#message {
min-height: 150px;  
}

#request #contact_us_div {
  margin: 0
}

#request #contact_us_div .form-control {
  border-color: #151515;
  color: #151515;
}

#request #contact_us_div .form-control:hover, #request #contact_us_div .form-control:focus {
  border-color: #0c168f;
}
/* ------ INPUT BUTTONS END ------ */

.success {color: green;margin: 5px;text-align: center;}

/* USER START */

.processing {color: #ffa100;}
.received, .shipped, .paid {color: #459732;}
.no_response {color: red;}
.declained {color: #aaa;}
.features {width: 100%;}
.features td {padding: 5px; border-bottom: solid 1px #e2e2e2;}

.asterisk {font-size: 16px;font-weight: bold;color: red;}
.shopping_cart .qty{max-width: 50px;}
.icheckbox_minimal-blue{margin: 0 10px 0 0;}

/* ------ drop down menu start ------ */

.nav>li>a:hover, .nav>li>a:focus {
background-color: transparent;	
}

nav {
min-height: auto;
margin-bottom: 0;
padding: 0;
border-bottom: none;
}

.sf-menu {
margin: 20px 0 0 0;
padding: 0;
list-style: none;
display: table;
width: 100%;
}

.sf-menu a[href$= ".pdf"]:before {
content: "\f1c1";
display: block;
font: normal normal normal 17px/1 FontAwesome;
float: left;
margin-right: 10px;
color: #4f00ff;
margin-top: 2px;
font-size: 15px !important;
}

.sf-menu a[href$= ".pdf"]:hover:before {
color: #fff;
}

.sf-menu ul  {
display: table;
}

.sf-menu > li {
float: none;
padding: 0 10px;
text-align: center;
}

.sf-menu > li > a {
display: inline-block;
padding: 13px 0;	
position: relative;
font-size: 17px;
line-height: unset;
text-decoration: none;
color: #fff;
transition: 0.5s;
text-transform: uppercase;
background: transparent;
}

.sf-menu > li > a:hover, .sf-menu > li.current > a{
color: #fff;
text-decoration: none;
position: relative;
}

.sf-menu > li > a:before {
width: 1px;
height: 14px;
background: #fff;
position: absolute;
right: -10px;
top: 18px;
content: "";
display: block;
}

.sf-menu > li:last-child > a:before {
display: none;
}

.sf-menu > li > a:after {
content: "";
left: 50%;
right: 50%;
height: 1px;
display: block;
transition: 0.5s;
position: absolute;
background: #fff;
}

.sf-menu > li > a:hover:after, .sf-menu > li.current > a:after {
left: 0;
right: 0;
}

.sf-menu > li:last-child > a:after {
display: none;
}

.sf-menu li li  {
position: relative;	
border-bottom: 1px solid #e2e2e2;	
}

.sf-menu li li a {
color: #181818;	
font-size: 13px;
font-weight: normal;
padding: 6px 15px;
border-right: none;
transition: 0.5s;
display: block;
}

.sf-menu > li > ul > li > a:hover, .sf-menu > li > ul > li:hover, .sf-menu  li > ul > li:hover > a, .sf-menu li li.current > a, #top_account_menu a:hover  {
background: #0c168f; 
color: #fff;
text-decoration: none;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {outline: 0;}

#top_account_menu {
width: 144px;
z-index: 100;
position: absolute;
background: #fff;
border: 1px solid #383838;
top: 20px;
right: 0;
text-align: left;
}

#top_account_menu a {
display: block;
color: #181818;
float: none;
font-size: 13px;
padding: 6px 15px;
position: relative;
border-bottom: 1px solid #e2e2e2;
}

/* ------ drop down menu end ------ */

.popup { padding: 0; border: 1px solid #fff; }

#myModal_popup .modal-dialog {
width: 320px;
}

/* ACCOUNT ICONS START */

.account_icons {
margin-top: 15px;
}

.account_icons  img {
margin-bottom: 10px;	
opacity: 0.7;
filter: grayscale(100%);
}

.account_icons  a {
display: block;
margin-top: 5px;
text-align: center;
text-decoration: none;
width: 170px;
padding: 5px 20px;
font-size: 15px;
color: #434246;
}

.account_icons  a:before {
display: none;	
}

.account_icons a:hover, .account_icons a:focus {color: #0c168f;}

.account_icons a:hover img, .account_icons a:focus img {
margin-bottom: 10px;	
opacity: 1;
filter: grayscale(0%);
}

.account_icon {
display: inline-block; 
text-align: center;
} 

.account_list {
padding: 10px;
border: 1px solid #e2e2e2;
margin-top: -1px;
}

.account_list ul {
padding: 0;
margin: 0;
}

.account_list li {	
list-style: none;
display: flex;
padding: 7px 0;
position: relative;
border-bottom: 1px solid #e2e2e2;
}

.account_list li:last-child {
border-bottom: transparent;	
}

.account_list li a {
color: #75717e;
font-size: 13px;
}

.account_list li:before {
content: "\f054";
font-family: FontAwesome;
font-size: 10px;
margin-right: 5px;
margin-left: 5px;	
}

.account_list li a:hover, .account_list li a:focus, .account_list li.current_left_menu a {
color: #0c168f;	
text-decoration: none;	
}
/* ACCOUNT ICONS END */

/* FAQ */

.faq_container {
margin: 0 0 20px; 
}

.faq_container .item_question {
border-top: 1px solid #686868;
}

.faq_container .item_question:first-child {
border-top: transparent;
}

.item_question_name {
font-size: 16px;
color: #fff;
padding: 13px 0;
}

.item_question_name:before {
content: "\f107";
color: #fff;
margin-right: 15px;
display: inline-block;
font: normal normal normal 16px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}

.item_question.current .item_question_name:before {
content: "\f106"; 
}

.item_question_name:hover, .item_question.current .item_question_name {
cursor: pointer;
text-decoration: underline;
}

.item_question_answer {
display: none;
color: #fff;
padding: 20px 0;
font-size: 14px;
}

.item_question_answer p {
margin: 0 0 20px 0;	
}

/* FAQ end */

/* news */

.newslist {
display: grid;
column-gap: 3vw;
grid-template-columns: repeat(3, 1fr);
row-gap: 2vw;
margin-bottom: 20px;
}

.news_img {
height: 275px;
margin-bottom: 10px;
overflow: hidden;
border-radius: 15px;
}

.news_name {
color: #fff;
display: block;
font-size: 18px;
margin-top: 5px;
margin-bottom: 5px;
text-decoration: none;	
}

.news_name:hover { 
text-decoration: underline;
}

.news_date {
font-size: 13px;
}

.news_img img {
object-fit: cover;
width: 100%;
height: 100%;
}

.news_img a {
display: block;
height: 100%;	
width: 100%;
}

.news_item:hover .news_name {
color: #fff;
text-decoration: underline;
}

.news_item:hover .btn.btn_blue {
color: rgb(255, 255, 255);
border-width: 2px;
border-style: solid;
border-color: rgb(2, 2, 2);
border-image: initial;
background: rgb(2, 2, 2);
}

.news_description video {
  width: 100%;
  height: auto;
}

/* news end */

.table-heading {
text-transform: uppercase;
color: #3a434a;
font-size: 21px;
font-family: 'Cambria';
border-bottom: 1px solid #3a434a;	
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/images/colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(/images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(/images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(/images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(/images/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #e2e2e2;}
#cboxLoadedContent{margin-top:28px;margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(/images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(/images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 100% !important;
  zoom: 1;
  outline: none;
  *display: inline;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {  left: 0;}
.chosen-container a {  cursor: pointer;}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 12px;
  height: 34px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {  margin-right: 38px;}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/images/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #e2e2e2;
  background: white url('/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {  margin-top: -1px;  border-radius: 0 0 4px 4px;  background-clip: padding-box;}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {  position: absolute;  left: -9999px;}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 6px 12px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {  display: list-item;  cursor: pointer;}
.chosen-container .chosen-results li.disabled-result {  display: list-item;  color: #e2e2e2;  cursor: default;}
.chosen-container .chosen-results li.highlighted {
  background: #0c168f;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {  display: list-item;  background: #f4f4f4;}
.chosen-container .chosen-results li.group-result {  display: list-item;  font-weight: bold;  cursor: default; background: #dedcdc;}
.chosen-container .chosen-results li.group-option {  padding-left: 15px;}
.chosen-container .chosen-results li em {  font-style: normal;  text-decoration: underline;}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {  float: left;  list-style: none;}
.chosen-container-multi .chosen-choices li.search-field {  margin: 0;  padding: 0;  white-space: nowrap;}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {  color: #999;}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {  background-position: -42px -10px;}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #e2e2e2;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {  background: #d4d4d4;}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {  background-position: -42px -10px;}
.chosen-container-multi .chosen-results {  margin: 0;  padding: 0;}
.chosen-container-multi .chosen-drop .result-selected {  display: list-item;  color: #e2e2e2;  cursor: default;}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #0c168f;
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #e2e2e2;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
box-shadow: 0 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {  border-left: none;  background: transparent;}
.chosen-container-active.chosen-with-drop .chosen-single div b {  background-position: -18px 2px;}
.chosen-container-active .chosen-choices {  
border: 1px solid #0c168f;  
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {  color: #111 !important;}

/* @end */
/* @group Disabled Support */
.chosen-disabled {  opacity: 0.5 !important;  cursor: default;}
.chosen-disabled .chosen-single {  cursor: default;}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {  cursor: default;}

/* @end */
/* @group Right to Left */
.chosen-rtl {  text-align: right;}
.chosen-rtl .chosen-single {  overflow: visible;  padding: 0 8px 0 0;}
.chosen-rtl .chosen-single span {  margin-right: 0;  margin-left: 26px;  direction: rtl;}
.chosen-rtl .chosen-single-with-deselect span {  margin-left: 38px;}
.chosen-rtl .chosen-single div {  right: auto;  left: 3px;}
.chosen-rtl .chosen-single abbr {  right: auto;  left: 26px;}
.chosen-rtl .chosen-choices li {  float: right;}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {  direction: rtl;}
.chosen-rtl .chosen-choices li.search-choice {  margin: 3px 5px 3px 0;  padding: 3px 5px 3px 19px;}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {  right: auto;  left: 4px;}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {  left: 9999px;}
.chosen-rtl.chosen-container-single .chosen-results {  margin: 0 0 4px 4px;  padding: 0 4px 0 0;}
.chosen-rtl .chosen-results li.group-option {  padding-right: 15px;  padding-left: 0;}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {  border-right: none;}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {  background-position: 6px 2px;}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {  background-position: -12px 2px;}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */


/* iCheck plugin Minimal skin, blue
----------------------------------- */
/* iCheck plugin Minimal skin, purple
----------------------------------- */
.icheckbox_minimal-purple,
.iradio_minimal-purple {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(icheck/minimal/purple.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-purple {
    background-position: 0 0;
}
    .icheckbox_minimal-purple.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal-purple.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal-purple.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal-purple.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-purple {
    background-position: -100px 0;
}
    .iradio_minimal-purple.hover {
        background-position: -120px 0;
    }
    .iradio_minimal-purple.checked {
        background-position: -140px 0;
    }
    .iradio_minimal-purple.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal-purple.checked.disabled {
        background-position: -180px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal-purple,
    .iradio_minimal-purple {
        background-image: url(icheck/minimal/purple@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}
/*------ default style ------*/

label{
display: inline !important;
margin-bottom: 0;
margin-left: 10px;
}

/* clear */
.clr{clear: both !important;}

/* display */
.db {display: block !important;}
.di {display: inline !important;}
.df {display: flex;}
.dib {display: inline-block !important;}
.dnone {display: none;}

/* float */
.fl {float: left !important;}
.fr {float: right !important;}
.fnone {float: none !important;}

/* border */
.brdnone {border: none}

/* width */
.w10p {width: 10% !important;} .w20p {width: 10% !important;} .w25p {width: 25% !important;} .w30p {width: 30% !important;} .w33p {width: 33% !important;}
.w40p {width: 40% !important;} .w50p {width: 50% !important;} .w60p {width: 60% !important;} .w70p {width: 70% !important;} .w80p {width: 80% !important;}
.w90p {width: 90% !important;} .w100p {width: 100% !important;}

.w70px {width: 70px !important;}
 
/* padding */
.p0 {padding: 0 !important;} .p5 {padding: 5px !important;} .p10 {padding: 10px !important;} .p15 {padding: 15px !important;} .p20 {padding: 20px !important;} .p25 {padding: 25px !important;}
/* padding-left */
.pl0 {padding-left: 0px !important;} .pl5 {padding-left: 5px !important;} .pl10 {padding-left: 10px !important;} .pl15 {padding-left: 15px !important;} .pl20 {padding-left: 20px !important;} .pl25 {padding-left: 25px !important;} 
/* padding-right */
.pr0 {padding-right: 0px !important;} .pr5 {padding-right: 5px !important;} .pr10 {padding-right: 10px !important;} .pr15 {padding-right: 15px !important;} .pr20 {padding-right: 20px !important;} .pr25 {padding-right: 25px !important;}
/* padding-top */
.pt0 {padding-top: 0px !important;} .pt5 {padding-top: 5px !important;} .pt10 {padding-top: 10px !important;} .pt15 {padding-top: 15px !important;} .pt20 {padding-top: 20px !important;} .pt25 {padding-top: 25px !important;}
/* padding-bottom */
.pb0 {padding-bottom: 0px !important;} .pb5 {padding-bottom: 5px !important;} .pb10 {padding-bottom: 10px !important;} .pb15 {padding-bottom: 15px !important;} .pb20 {padding-bottom: 20px !important;} .pb25 {padding-bottom: 25px !important;}

/* margin */
.m0 {margin: 0 !important;} .m5 {margin: 5px !important;} .m10 {margin: 10px !important;} .m15 {margin: 15px !important;} .m20 {margin: 20px !important;} .m25 {margin: 25px !important;}
/* margin-left */
.ml0 {margin-left: 0px !important;} .ml5 {margin-left: 5px !important;} .ml10 {margin-left: 10px !important;} .ml15 {margin-left: 15px !important;} .ml20 {margin-left: 20px !important;} .ml25 {margin-left: 25px !important;} .ml30 {margin-left: 30px !important;}
/* margin-right */
.mr0 {margin-right: 0px !important;} .mr5 {margin-right: 5px !important;} .mr10 {margin-right: 10px !important;} .mr15 {margin-right: 15px !important;} .mr20 {margin-right: 20px !important;} .mr25 {margin-right: 25px !important;} .mr30 {margin-right: 30px !important;} 
/* margin-top*/
.mt5 {margin-top: 5px !important;} .mt10 {margin-top: 10px !important;} .mt15 {margin-top: 15px !important;} .mt20 {margin-top: 20px !important;} .mt25 {margin-top: 25px !important;}
/* margin-bottom */
.mb5 {margin-bottom: 5px !important;} .mb10 {margin-bottom: 10px !important;} .mb15 {margin-bottom: 15px !important;} .mb20 {margin-bottom: 20px !important;} .mb25 {margin-bottom: 25px !important;}

.nowrap{white-space: nowrap;}

/* ul */

.color-black{color: #000 ;}
.color-blue{color: #46a9d3 ;}
.color-red {color: red ;}

.line {background: #0c168f; height: 2px; margin: 5px 0;}

/* outline */
a, a:hover, a:focus, a:active, input, button{outline: 0;}

input[type=number] {
    -moz-appearance:textfield;
}

.error_content{color: red;display: block !important;}

.visible-2x, .visible-1x { display: none !important; }

.grid-item--width2 { width:  100%; }

.address_item {
margin-bottom: 25px; 	
}

#uniblock_content_64 {
margin-bottom: 50px;
}

#uniblock_content_47 {
padding: 20px 0;  
}

.block_preferences {
display: flex;
justify-content: space-between;
text-align: center;
}

.title_preferences {
margin-top: 40px;
}

.preferences_name {
font-size: 22px;
margin-top: 18px;
}

.preferences_item img {
  max-width: 100%;
}

.text-description {
position: relative; 
height: 150px;
overflow: hidden;
}

.text-description-more {
color: #fff;
position: relative;
text-decoration: underline; 
}

.text-description-more:hover {
cursor: pointer;
text-decoration: none;  
}

.text-description-more:after {
display: inline-block;
margin-left: 10px;
font-family: "Font Awesome 5 Free";
font-weight: 900;    
content: "\f061";
}


/* Chat */

.btn_chat {
color: #fff;
border-radius: 50%;
background: transparent;
border: 2px solid transparent;
width: 60px;
height: 60px;
position: fixed;
bottom: 25px;
left: 20px;
text-align: center;
z-index: 1000;
font-size: 26px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: 0.5s;
}

.btn_chat.current {
color: #0c168f;
background: #fff;
}

.icon_comments {
width: 60px;
height: 60px;
background: url(/images/icon_chat.png) 5px 10px no-repeat;
}

.btn_chat:not(.current) .fa-times { display: none; }

.btn_chat.current .icon_comments { display: none; }
.btn_chat.current .fa-times { display: block; }

.block_chat {
position: fixed;
bottom: 85px;
left: 20px;
text-align: center;
z-index: 1000;
display: none;
}

.block_chat_item {
color: #fff;
border-radius: 50%;
width: 60px;
height: 60px;
margin-bottom: 15px;
text-align: center;
z-index: 1000;
font-size: 26px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: 0.5s;
}

.block_chat_item:hover, 
.block_chat_item:focus,
.block_chat_item:active {
color: #fff;
text-decoration: none;
filter: brightness(1.1);
}

.block_chat_viber {
border: 2px solid #665cac;
background: #665cac;
text-decoration: none;
}

.block_chat_telegram {
border: 2px solid #2ca8dd;
background: #2ca8dd;
}

.block_chat_phone {
border: 2px solid #0c168f;
background: #0c168f;
text-decoration: none;
}

/* Chat */

#id_main_content > .uniblock_center_bottom {
margin-bottom: 25px;  
}

/*------ default style ------*/
@media screen and (max-width: 1199px) {
  .container {
    width: 100% !important;
  }
  	#carousel .carousel-control.left {
    left: 5px;
  }
	#carousel .carousel-control.right {
    right: 5px;
  }
  .preferences_name {
    font-size: 18px;
  }
  .how_to_buy_title {
    font-size: 32px;
  }
  .footer_text {
    padding: 35px 0;
  }
  .footer_address, .footer_links a, .icon_fb {
    font-size: 16px;
  }
  .title_preferences {
    margin-top: 40px;
  }
  #carousel {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) { 
  .header_right {
  padding-top: 20px; 
  }
  .product_image:hover .img_zoom{
  display: none;	
  }
  .top_languages {
  margin: -10px 30px 0 0;	
  }
  .title {
  margin-top: 0;
  }
  .uniblock_caption {
  font-size: 28px;
  }
  .title {
  font-size: 32px;
  }
  .sf-menu > li > a:before {
  display: none;
  }
  .icon-bar {
  height: 1px;
  background: #fff;	
  }	
  .navbar-toggle {
  display: block;	
  color: #fff;    
  height: 36px;
  border-radius: 0;
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
  overflow: hidden;
  font-family: 'Cambria';
  padding: 0 13px;
  background: #0c168f;
  border: 1px solid #0c168f;
  text-transform: uppercase;
  }

  .navbar-toggle .icon-bar {
  margin: auto;	
  }

  #top_menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  margin: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  }

  #top_menu  .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 36px;
  margin-left: 50px;
  }
  #top_menu > ul {
  margin: 0;
  float: none;
  padding: 0;
  }
  #top_menu > ul > li {
  padding: 0 5px;
  float: none;
  text-align: center;
  width: 100%;
  }
  .sf-menu ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #383838;
  }
  .sf-menu > li > a {
  color: #fff;	
  }
  .sf-menu li li a {
  font-size: 15px;
  padding: 9px 15px;	
  color: #fff;	
  }
  .sf-menu li li {
  border-bottom: 1px solid #020202;
  }
  .gallery_descr { font-size: 18px;}
  .how_to_buy_container {
  height: 60vw;
  }
  .footer_flex {
    display: flex;
    justify-content: space-between;
  }

  .footer_logo img {
  height: 50px;
  width: auto;  
  }
  .productpage_param {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .title.title_product {
    font-size: 19px;
  }
  .product_image {
    height: auto;
  }
.news_description > a.mr25 {
margin-right:  0 !important;  
}

  .slideshow_description .container {
    padding: 0 20px;
}
  .title2 { font-size: 16px;}
  .news_img { height: auto; }
  .header_right {
  padding-top: 15px;
  }
  .how_to_buy .title6 {
  margin-top: 20px;	
  font-size: 36px;	
  }
  .how_to_buy .buttons {
  margin-top: 15px;
  }
  .header_padding {
  padding-top: 84px;
  }
  .header_in .logo {
  width: 140px;
  margin-top: 0;
  }
  .slideshow_description p {
  margin-top: 125px;
  font-size: 40px;
  line-height: 45px;	
  }
  .title2 {
  margin-bottom: 0; 
  margin-top: 15px; 	
  }
  .description {
  font-size: 15px;
  }

  .boxcategory_name span { line-height: 26px; }
  .text1 { font-size: 18px; margin: 10px 0; }
  .center_category { margin-top: 30px; margin-bottom: 20px; }
  .title, .uniblock_caption { margin-bottom: 15px;font-size: 25px; }
  #cboxCurrent { display: none !important;}

  .preferences_name {
  font-size: 14px;
  padding: 0 10px;
  }
  .how_to_buy_title {
  margin-top: 0;
  }
  .footer_flex {
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 25px; 
  display: grid;
  }
  .footer_logo img {
    height: 65px;
  }

  .how_to_buy_title {
  font-size: 26px;
  }
}

@media screen and (max-width: 479px) {

  .product_list_param, .productpage_param .description { 
  display: block;
  }
	.visible-2x { display: block !important; }
	.col-1x  { width: 100% !important; margin-left: 0; }
	.col-2x  { width: 100% !important; margin-left: 0; }
	.hidden-1x { display: none !important; }
	.visible-1x { display: block !important; }
	.hidden-2x { display: none; }
	.grid-item { width: 100%; }
	.grid-item--width2 { width:  100%; }	

	.icon58 { width: 100%; }
	.uniblock_center_bottom .uniblock_outer_template { margin-top: 0; margin-bottom: 0;}
	.slideshow_description {
	padding-left: 40px;	
	}
  .btn-lg {
  font-size: 21px;
  padding: 5px 25px;
  }

  .text1 {
  font-size: 16px;
  margin: 10px 0;
  }
  .boxcategory_name {
  border-bottom: 1px solid rgb(22, 65, 147, 1);
  top: auto;
  font-size: 18px;
  bottom: 0;
  opacity: 1;
  padding: 10px 0;
  height: auto;
  background: rgb(22, 65, 147, 0.7);
  }
  .boxcategory_name span {
  line-height: 18px;
  font-size: 14px;
  width: 100%;

  }
  .boxcategory_name b {
  font-size: 15px;
  padding: 8px 15px;
  }

  .icon_fb { float: left; }
  .gallery_descr {
  font-size: 16px;
  }  
  .carousel-fade .carousel-inner > .item {
  height: 400px;
  } 
  .carousel-fade .carousel-inner > .item img {
  object-fit: cover;
  height: 100%;
  width: auto;
  }
  .block_preferences {
  flex-wrap: wrap; 
  }
  .preferences_item {
  width: 50%;
  margin-bottom: 30px;
  }
  .slideshow_description p {
  font-size: 26px;
  line-height: 30px;
  }
  .category_top_name span {
  font-size: 18px;
  }
  .center_category {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  }
  .center_category .btn_boxcategory { opacity: 1 ;}
  .top_languages {
  margin: -3px 10px 0 0;
  }
  .top_languages a {
  font-size: 14px; 
  width: 20px; 
  }
  .block_featured {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  }

  .product_grid_name a {
  font-size: 16px;
  }
  .centerboxes_products_img:hover a, .centerboxes_products_img:hover > a:hover {
  padding: 10px 25px
  } 
  .newslist {
    display: block;
  }
  .news_item {
  margin-bottom: 30px;  
  }
}

@media screen and (min-width: 480px) and (max-width: 639px) {

  .product_list_param, .productpage_param .description  { 
  grid-template-columns: repeat(2, 1fr); 
  }
  .col-2x  { width: 100% !important; }
  .visible-2x { display: block !important; }
  .hidden-2x { display: none !important; }
  .grid-item--width2 { width:  100%; }
  .icon58 { width: 100%; }
  .slideshow_description {
  padding-left: 40px;	
  }
  .btn-lg {
  font-size: 18px;
  padding: 5px 25px;
  }
  .boxcategory_name {
  border-bottom: 1px solid #fff;
  top: auto;
  font-size: 22px;
  padding: 10px 0;
  bottom: 0;
  opacity: 1;
  height: auto;
  background: rgb(22, 65, 147, 0.7);
  }
  .boxcategory_name b {
  font-size: 15px;
  }
  .slideshow_description p {
  font-size: 26px;
  line-height: 30px;
  }
  .icon_fb { float: left; }
  .carousel-fade .carousel-inner > .item {
  height: 400px;
  } 
  .carousel-fade .carousel-inner > .item img {
  object-fit: cover;
  height: 100%;
  width: auto;
  }
  .block_preferences {
  flex-wrap: wrap; 
  }
  .preferences_item {
  width: 50%;
  margin-bottom: 30px;
  }
  .center_category {
  grid-template-columns: repeat(2, 1fr);
  } 
  .category_top_name span {
  font-size: 22px;
  }
  .boxcategory_name b {
  padding: 8px 30px;
  font-size: 17px;
  }
  .center_category {
  gap: 20px;
  }  
  .block_featured {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  }
  .product_grid_name a {
  font-size: 16px;
  }
  .centerboxes_products_img:hover a, .centerboxes_products_img:hover > a:hover {
  padding: 10px 25px
  }
  .newslist {
    display: block;
  }
  .news_item {
  margin-bottom: 30px;  
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {

  .product_list_param, .productpage_param .description  { 
  grid-template-columns: repeat(2, 1fr); 
  }
  .boxcategory_name { font-size: 22px; }
  .slideshow_description {
  padding-left: 40px;	
  }
  .btn-lg {
  font-size: 21px;
  padding: 8px 25px;
  }  
  .category_top_name span {
  font-size: 22px;
  }
  .center_category {
  grid-template-columns: repeat(2, 1fr);
  } 
  .category_top_name span {
  font-size: 22px;
  }
  .boxcategory_name b {
  padding: 8px 30px;
  font-size: 17px;
  }
  .center_category {
  gap: 20px;
  }
  .block_featured {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  }
  .product_grid_name a {
  font-size: 16px;
  }
  .centerboxes_products_img:hover a, .centerboxes_products_img:hover > a:hover {
  padding: 10px 25px
  }  
  .newslist {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .product_list_param, .productpage_param .description  { 
  grid-template-columns: repeat(2, 1fr); 
  }
  .how_to_buy .title6 {
  margin-top: 20px;	
  }
  .btn-lg {
  font-size: 24px;
  padding: 10px 35px;
  }
  .center_category {
  grid-template-columns: repeat(2, 1fr);
  }
  .newslist {
  grid-template-columns: repeat(2, 1fr);
  }
  .slideshow_description p {
  margin-top: 65px;	
  }
  .center_category { margin-bottom: 40px; }
  .boxcategory_name { font-size: 22px; }
  .boxcategory_name span { line-height: 26px; }

  .news_name {
  font-size: 16px;	
  }

  .contacts_seller { margin-top: -150px; }
  .preferences_name {
  font-size: 16px;
  line-height: 1;
  }
  .category_top_name span {
  font-size: 22px;
  }
  .boxcategory_name b {
  padding: 8px 30px;
  font-size: 17px;
  }
  .block_featured {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  }
  .product_grid_name a {
  font-size: 16px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  .product_list_param, .productpage_param .description  { 
  grid-template-columns: repeat(2, 1fr); 
  }
  #top_menu {
      float: left;
  }
	.btn-lg {
    font-size: 24px;
    padding: 10px 35px;
	}

	.icon32 { margin: 7px 30px 7px 0; }
	/*#carousel .carousel-inner>.item {
	height: 595px;	
	}*/
	.slideshow_description p {
	margin-top: 135px;	
	}
	.news_img {
    height: 195px;
	}
	
	.sf-menu ul {
	background: #fff;
	position: absolute;
	top: -999em;
	width: 15em;
	border: 1px solid #e2e2e2;
	}

	.sf-menu > li {
	display: table-cell;
	text-align: center;
	float: none;
	transition: 0.5s;
	}
	
	.sf-menu > li > ul > li.has_submenu:after {
	content: "\f054";   
	font-size: 13px;
	top: 10px;
    right: 6px;
	position: absolute;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	}
	
	.sf-menu li:hover {visibility: inherit; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 46px; 
	z-index: 99;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}

	ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top: -999em; }

	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left: 14.95em; top: 0;}
	ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top: -999em;}
	ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left: 10em;top: 0;}	
   .boxcategory_name {
    font-size: 27px;
   }

	.sf-menu > li > a { font-size: 16px; }
		
  .contacts_seller { margin-top: -150px; }
}

@media screen and (min-width: 1200px) {	
	#top_menu { float: left; }
	.sf-menu ul {
	background: #fff;
	position: absolute;
	top: -999em;
	width: 15em;
	border: 1px solid #e2e2e2;
	}

	.sf-menu > li {
	display: table-cell;
	text-align: center;
	float: none;
	transition: 0.5s;
	}
	
	.sf-menu > li > ul > li.has_submenu:after {
	content: "\f054";   
	font-size: 13px;
	top: 10px;
    right: 6px;
	position: absolute;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	}
	
	.sf-menu li:hover {visibility: inherit; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 46px; 
	z-index: 99;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}

	ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top: -999em; }

	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left: 14.95em; top: 0;}
	ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top: -999em;}
	ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left: 10em;top: 0;}	

  .param_item.pack_item { width: 22%; }
  .contacts_seller { margin-top: -150px; }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
	.container {
	width: 1170px;
	}
	.news_img {
    height: 240px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1399px) {
	.container {
	width: 1250px;
	}

}

@media screen and (min-width: 1400px) {
	.container {
	width: 1370px;
	}
}


@media screen and (min-width: 1460px) {
  .slideshow_description .container {
  padding: 0 55px;
  }
}