html,
body { 
   margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-size:14px; 
	background:#f5f5f5;
	font-family: 'BPG SuperSquare';
	color:#414042;
	display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 280px;
}

@font-face {
    font-family: 'BPG SuperSquare Mtavruli';
    src: url('../fonts/BPGSuperSquareMtavruli.woff2') format('woff2'),
        url('../fonts/BPGSuperSquareMtavruli.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'BPG SuperSquare';
    src: url('../fonts/BPGSuperSquare.woff2') format('woff2'),
        url('../fonts/BPGSuperSquare.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'BPG Algeti';
    src: url('../fonts/BPGAlgeti.woff2') format('woff2'),
        url('../fonts/BPGAlgeti.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a{
    color: #595959;;
}
table, td, th {    
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 10px;
}

img { border:none 0; }

*:focus {
    outline: none;
}


select { font-family: "BPG SuperSquare";}
textarea {
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    padding: 10px 5px;
    font-family: 'BPG Algeti';
    width: calc(100% - 10px);
    max-width: 100%;
    font-size: 14px;     
}

 { cursor:pointer; }

textarea,label,
input:not(:checkbox){
	-webkit-appearance: none;
	border-radius: 0;
	padding:0;
	outline:none;
}
#site_bottom {
  margin-top: auto;
}
a{
  text-decoration:none;  
}
.clear{
clear: both;
}
.main_page_block{
    width:100%;
    height:700px;
    background: rgb(33,49,83);
    background: radial-gradient(circle, rgba(33,49,83,1) 0%, rgba(28,90,142,1) 38%, rgba(46,142,202,1) 100%);  
}

.main_page_block .main_b{
    max-width:750px;
    margin:120px auto ;
}

.main_page_block .main_b img{
    width:100%;
}

.news_photo{
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  margin-bottom:10px;
}

.content-block { 
  width: calc(100% / 3 - 10px);
  margin-right: 10px;
  margin-bottom: 15px;
}

.inblock-content{
  border: 1px solid rgb(226, 226, 226);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
  position: relative;
  cursor: pointer;
  color: #414042;
  min-height: 320px;
}

.content-title{
  font-size: 18px;
  font-weight: 400;
  font-family: 'BPG SuperSquare Mtavruli';
  margin: 10px 0;
}

.content-description{
  color: #4a4a4a;
  font-family: BPG Algeti;
  font-size: 14px;
}


.inblock-content:hover{
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.16);
  color: #414042;
}
.news_img{
  width:calc(100% - 20px);
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 0 20px 0;
}

.content-title-a{
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.1;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content-desc-a{
  width: 100%;
  height: 62px;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.1;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news_photo_div { 
  width:100%;
  height:100%;
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cont-title-a {
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.1;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cont-desc-a{
  width: 100%;
  height: 62px;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.1;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.error_page_block .main_block{
    max-width:750px;
    margin:60px auto ;
}

.m_t_15{
    margin-top:15px;
}
.c_m_t_15{
    margin-top:15px;
}

.goback_button {
  width: 1230px;
  max-width: 1230px;
  margin: 0 auto;
}

.container {
  width: 1230px;
  max-width: 1230px;
  margin: 0 auto;
}
.b_container{
  width: 1230px;
  max-width: 1230px;
  margin: 0 auto;   
}
.b_container img{
  width: 100%;
}

.flex_block{
   display:flex;
    
}

.header{
    width:100%;
     min-width: 300px;
    display:block;
    background:#fff;
    border-bottom:1px solid #fff;
}

.header .header_block{
display: flex;
-webkit-box-align: center;
 align-items: center;
 justify-content: space-between;
 padding:10px 0 ;
}

.header .header_title_block{
 height:57px;
 width:100%;
 background:#287BAF; /*#2e8eca*/
 margin-bottom:25px;
 line-height:57px;
 font-size:22px;
 color:#fff;
}

.header .header_block .main_logo {
  width:150px;
}

.header .header_block .main_logo img {
  width: 100%;
}

.header .header_block .header_menu_block{
    display:flex;
    -webkit-box-align: center;
    align-items: center;

    
}

.header .header_block .header_menu_block .main_menu {
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

.header .header_block .header_menu_block .main_menu li:first-child{
   border-left:none;  
}

.header .header_block .header_menu_block .main_menu li:last-child{
   padding:0 0 0 15px; 
}

.header .header_block .header_menu_block .main_menu li{
    list-style:none;
    padding:0 20px;
    font-size:17px;
    border-left: 1px solid #dfdfdf;
    font-family: 'BPG SuperSquare Mtavruli';
}

.header_menu_block .main_menu li a{
   color:#6a6e71;
 
}

.header_menu_block .main_menu li a:hover, .header_menu_block .main_menu li a.active{
   color:#287BAF; /*#2e8eca*/
 
}

.b_block{
width:100%;
height:330px;
background:#1b95c4;    
overflow: hidden;
position: relative;    
min-height: 330px; 
display:flex;
justify-content:center
}

.b_block .b_bg{
background-image: url(/images/b/bg1.webp);
width: 100%;
height: 100%;
max-width:1920px;
background-position: center center;
background-size: cover;
display:inline-block;
}
.b_block .b_bg_Edge{
background-image: url(/images/b/bg1.png);
}

.b_title{
    color:#fff;
    font-size:38px;
    margin-top: 120px;
}

.left_menu_block {
    display:block;
    margin-right:15px;
    width:280px;
    min-width:300px;
    margin-top:15px;
}
.left_menu_block .left_menu_bg{
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
}
.left_menu_block .left_menu{
    margin:0;
    padding:0;
}

.left_menu_block .left_menu li{
   list-style:none;
   border-bottom: 1px solid #eaeaea;  
}
.left_menu_block .left_menu li a{
    position: relative;
    display: block;
    color: #373737;
    background: #fff;
    padding:15px 0;
    font-weight: normal;
    font-size: 15px;
    min-height: 16px;
    line-height: 20px;
    font-family: 'BPG SuperSquare Mtavruli';
}
.left_menu_block .left_menu li:last-child {
  border-bottom: none;
}
.left_menu_block .left_menu li a:hover,.left_menu_block .left_menu li a.active{
    color: #287BAF; /*#2e8eca*/
}

.inner_pg{
   width:100%; 
   margin-bottom:60px; 
   min-height:450px
}


.title-section{
   width:100%; 
   background-color: #fff; 
   box-shadow: 0 0.20rem 0.40rem rgba(0,0,0,0.1);
   margin-bottom:15px;
}
.block_title h1{
   font-family: 'BPG SuperSquare Mtavruli';
   font-size:20px;
   font-weight:400;
   color:#373737;
   line-height: 30px;
}

.category_mob_btn{
    display:none;
}

.category_mob_btn .m_category_btn{
    font-family: 'BPG SuperSquare Mtavruli';
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    padding: 8px 10px;
    border-radius: 2px;
    font-size:14px;
    color:#606366;  
    display:flex;
    align-items:center;
    cursor:pointer;
}
.category_mob_btn .m_category_btn:hover{
     background: #f7f7f7;
}

.category_icon{
     background:url(/images/category_icon.svg) no-repeat center center;  
      width:18px;
      height:18px;
      margin-right:4px;
      display:inline-block;
}

.inner_pg .products_container{
    display:flex;
    flex-wrap: wrap;
    margin-top:15px;
    
}

.inner_pg .products_container .pr-col{

    width: calc(100% / 3 - 10px);
    margin-right:15px;
    margin-bottom:15px;
}

.inner_pg .products_container .pr-col.pr-col-last{
    margin-right: 0 !important;
}    

.inner_pg .products_container .product_block{
    background:#fff;
    position:relative;
    border:1px solid #e6e6e6;
    border-radius:2px;
    padding:10px 25px 25px 25px;
    cursor:pointer;
}

.inner_pg .products_container .product_block:hover{
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.16);
}
.inner_pg .products_container .product_block .status{
    position:absolute;
    left:0;
    top:0;
    font-family: 'BPG SuperSquare Mtavruli';
    font-size:14px;
    color:#d40f1d;
    padding:6px 8px;
}

.product_block .prod_img {
  width: 248px;
  height: 130px;
  margin: 20px 0 40px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.product_block .prod_img img {
  width: 100%;
  max-width:100%;
  height:auto;
  max-height: 130px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product_block .product_desc .product_code{
    font-size:14px;
    color:#6a6e71;
    margin-bottom:10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}

.product_block .product_desc .product_title{
  color: #000;
  font-size: 14px;
  font-weight:400;
  width: 248px;
  min-height: 34px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer{
    width: 100%;
    min-width: 1230px; 
    background: #6a6e71; 
}

 
.footer .footer_blocks{
    display: flex;
    justify-content: space-between;
    padding: 35px 0 20px 0; 
    width: 1230px;  
    margin:0 auto; 
    
}

.footer .footer_blocks .footer_flex_blocks{
 display: flex;
 justify-content: right;
 gap: 100px;   
}

.container_footer{
   width: 1230px;
  max-width: 1230px; 
  margin:0 auto;
}

.footer .footer_flex_blocks .footer_link{
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: .1s ease 0s;
}



.footer .footer_link:hover{
  color:#287BAF; /*#2e8eca*/  
}


.footer .footer_copyright_block{
   display:flex;
   align-items:center;
   justify-content:space-between;
   padding: 10px 0;
   border-top:2px solid #838383; 
    
}

.footer .social_btn .facebook {
  background-image: url(/images/fb-icon.png);
  width: 26px;
  height: 26px;
  -webkit-flex: 0 0 26px;
  flex: 0 0 26px;
  background-position: center;
  background-color: #69696c;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.footer .copyright{
    font-size:14px;
    color:#fff;
    
}

.footer .footer_logo{
   width:180px; 
    
}

.footer .footer_logo img{
    width:100%;
    max-width:100%;
    height: auto;
}

.footer .footer_left_block{
    display:flex;
    gap:50px;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 100;
  font-size: 4em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #B7B7B7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: .1;
  transition: opacity .25s;
  cursor: pointer;
    background: #FFFFFF;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: .65;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}
 #detail .product-images a{
   height:350px; 
}

#detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
  max-width: 90%;
  max-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding:20px 10px;
  max-width: 100%;
}


#detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -5px;
   width:auto;
  opacity: .3;
  border:none;
  background:none;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -5px;
  width:auto;
  opacity: .3;
  border:none;
  background:none;
  
}
#detail .product-images .thumb-nav.slick-slider .slick-prev:hover, #detail .product-images .thumb-nav.slick-slider .slick-next:hover{
  opacity: .5;  
}

#detail .product-images .thumb-nav li {
display: block;
cursor: pointer;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev::after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-top: 3px solid #979797;
    border-right: 3px solid #979797;
    transform: rotate(-135deg);

}
#detail .product-images .thumb-nav.slick-slider .slick-next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #979797;
  border-right: 3px solid #979797;
  transform: rotate(45deg);
  
}

#detail .product-images .thumb-nav li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    border: 2px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
    max-height: 75px;
}
#detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li .thumb-img{
    position:relative;
    height:80px;
    width:80px;
    max-width: 80px;
    max-height: 80px;
    margin:0 auto;
}
#detail .product-images .thumb-nav li.slick-current .thumb-img{
 border-radius:2px;
 border:2px solid #287BAF; /*#2e8eca*/
}
    
.container .product_deatils_block .main_img { 
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 20px 0;

}

.product_deatils_block .product_details_bg{
    background: #fff;
    padding:20px;
    margin-bottom: 50px;
    border: 1px solid #e6e6e6;
}

.container .product_deatils_block{
    width: 100%;
    max-width:915px;
    margin-top:15px;
}
 .product_category_title_block{
  display:flex;
  font-size:16px;
  color: #6a6e6e;
  height: 58px;
  align-items: center;
  font-family: 'BPG SuperSquare Mtavruli';
          
}
.product_category_title_block .home_icon{
    display:block;
    background:url(/images/home_icon.svg);
    width:22px;
    height:22px;
    margin-right:5px;
}
.arrow_cat{
   display:block; 
}
 .product_category_title_block a{
    color:#6a6e6e
 }
 
 .product_category_title_block a:hover{
     color:#2e8eca
 }

.product_deatils_block .product_details{
    flex: 0 0 50%;
    max-width: 50%;
   
}
 .product_deatils_block .product_row{
     display:flex;
     margin-bottom: 30px;
     border-bottom: 1px solid #eee;
 }
 
 .product_deatils_block .product_details .product_title{
   font-size:18px;
   color:#515151;
   font-weight:500;
   margin-bottom:30px;
   line-height:26px;
   font-family: 'BPG SuperSquare Mtavruli';
 }  
.product_deatils_block .product_details .status{
    font-size:18px;
    color:#d40f1d;
   
}


 .product_deatils_block .product_details .product_model{
   display:flex;
   align-items:center; 
   color:#6a6e71;
   font-size:16px;
   margin-bottom:6px;
 }  

 .product_deatils_block .product_details .product_warranty{
   display:flex;
   align-items:center; 
   color:#6a6e71;
   font-size:16px;
   margin-bottom:6px;
 }     

 .product_deatils_block .product_details .where_to_buy_btn_block{
    margin-top:50px;
     
 }
 .product_deatils_block .product_details .where_to_buy_btn{
     font-size: 14px;
    background: #287BAF; /*#2e8eca*/
    color: #fff;
    border: 0;
    border-radius: 2px;
    padding: 10px;
    font-family: 'BPG SuperSquare Mtavruli';
 }
 
 .product_deatils_block .product_details .where_to_buy_btn:hover{
   background:#1775b0;
  }

 .product_deatils_block .product_desc_doc_tabs{
    display:flex;
    justify-content:space-between;
    align-items:center;  
 }
 
 .product_deatils_block .product_desc_doc_tabs .nav-tab{
    font-family: 'BPG SuperSquare Mtavruli';
    width: 100%;
    background:#f8f8f8;
    text-align:left; 
    font-size:18px;
    color:#6a6e6f;
    height:50px;
    line-height:50px;
 }
 
 .product_deatils_block .product_desc_doc_tabs .nav-tab .tab-title{
     margin-left:15px;
     display:flex;
     align-items:center;
     
 }
 

 
 .product_deatils_block .product_desc_doc_tabs .nav-tab.nav-tab-active{
    background:#e4f5fd;  
      
 }
 
 .product_deatils_block .tab-content {
  display: none;
}

 .product_deatils_block .tab-content.active {
  display: block;
}

 .product_deatils_block .tab-content{
     padding:15px 0;
     font-size:16px; 
     color:#6a6e6f;
     
 }
 .product_deatils_block  .product_description_block{
     margin-bottom:80px;
     
 }
 
 .product_description_block .doc_block a{
     width:100%;
     display:flex;
     align-items:center;
     color:#6a6e6f;
     font-size:16px;
     margin-bottom:15px;
     
 }
  .product_description_block .doc_block a:hover{
     color:#287BAF; /*#2e8eca*/   
  }
 
  .product_description_block .doc_block .pdf_icon{
    background:url(/images/pdf_icon.svg);  
    width:24px;
    height:24px;
    margin-right:5px;
      
  }
  
  .product_description_block table tr td{
    vertical-align:top;
  }
 
.about_block{
   width:calc(100% - 40px);
   margin-top:15px;
   margin-bottom:150px;
   padding-bottom:20px;
   padding: 20px;
   background:#fff;
   border: 1px solid #e6e6e6;
} 
  .about_block .about_img{
        float: left;
        width: 450px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top:15px;
        margin-right: 20px;
        background: #fff;
        margin-bottom: 10px;
  }
  
.about_block .about_img img {
  width: auto;
  height:auto;
  max-width: 100%;
  max-height: 270px;
}

.about_block .about_desc{
  font-family:BPG Algeti;
  font-size:18px; 
  line-height: 26px;  
}

.about_block .about_desc .about_title{ 
  margin:0;
  margin-top:15px;
  font-weight:500;
}

.about_block p{
    margin:10px 0;
}


/**/
.ColorVu_block{
   margin-top:15px;
   margin-bottom:150px;
   padding-bottom:20px;
   padding: 20px;
   background:#fff;
   border: 1px solid #e6e6e6;
} 
.ColorVu_block .ColorVu_img{
        float: left;
        width: 550px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top:15px;
        margin-right: 20px;
        background: #fff;
        margin-bottom: 10px;
  }
  
.ColorVu_block .ColorVu_img img {
  width: auto;
  height:auto;
  max-width: 100%;
  max-height: 570px;
}

.ColorVu_block .ColorVu_desc{
  font-family:BPG Algeti;
  font-size:18px; 
  line-height: 26px;  
}

.ColorVu_block .ColorVu_desc .ColorVu_title{ 
  margin:0;
  margin-top:15px;
  font-weight:500;
}

.ColorVu_block p{
    margin:10px 0;
}


/**/
.where_to_buy_block {
   margin-top:15px;
   width: calc(100% - 40px);
   background: #fff;
   padding: 0 20px;
   border: 1px solid #e6e6e6;
   margin-bottom: 50px;
}

.where_to_buy_block .filter_block{
    width:100%;
    height: 34px;
    max-height: 34px;
    display:flex;
    justify-content:right;
    margin-top: 15px;  
}

.where_to_buy_block .filter_block .filter_location_block{
    width:220px;
    margin-right:10px;
    
}
.where_to_buy_block .filter_block .filter_status_block{
    width: 214px;
    
}

.filter_block .filter_icon_block{
    display:flex;
    align-items:center;
    margin-right:20px;
    font-size:14px;
    color:#6a6d70;
    font-family: 'BPG SuperSquare Mtavruli';

}

.filter_block .filter_icon_block .filter_icon{
     background:url(/images/filter_icon.svg) no-repeat center center;  
  width:30px;
  height:30px;
  display:inline-block;
    
}

.where_to_buy_block .reseller_company_block{
   width:100%; 
   margin-top:15px;
}

.where_to_buy_block .reseller_company_block .reseller_company{
   display:flex;
   flex-wrap:wrap; 
   border-bottom: 1px solid #eee; 
   border-top: 1px solid #eee; 
   margin-bottom:15px;   
}



.reseller_company_block .reseller_company .company_logo_block{
    width:280px;
    min-width:250px;
    max-width:280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reseller_company_block .reseller_company .company_logo_block img{
    width: auto;
    max-height: 120px; 
    height:auto;
    max-width:200px;
}

.reseller_company_block .reseller_company  .company_info_block h2{
   font-size:20px;
   font-weight:500;
   padding:0;
   margin:0;
   margin-top: 20px;
   margin-bottom: 15px;
   font-family: 'BPG SuperSquare Mtavruli';
}

.reseller_company_block .reseller_company  .company_info_block ul{
 padding:0;
 margin:0
}
.reseller_company_block .reseller_company  .company_info_block ul li{
  display:flex;
  list-style:none;
  font-size:14px;
  margin-bottom:5px;
  color:#6a6d70;
}
.company_info_block ul li a{
 color:#6a6d70;

}

.company_info_block ul li a:hover{
 color:#287BAF; /*#2e8eca*/

}

.company_info_block ul li .office_icon{
    background:url(/images/office_icon.svg) no-repeat center center;
    width:22px;
    min-width:22px;
    height:22px;
    display:inline-block;
    margin-right:5px;
}

.company_info_block ul li .web_icon{
    background:url(/images/web_icon.svg) no-repeat center center;
    width:22px;
    min-width:22px;
    height:22px;
    display:inline-block;
    margin-right:5px;
}

.company_info_block ul li .phone_icon{
    background:url(/images/phone_icon.svg) no-repeat center center;
    width:22px;
    min-width:22px;
    height:22px;
    display:inline-block;
    margin-right:5px;
}

.company_info_block ul li .email_icon{
    background:url(/images/email_icon.svg) no-repeat center center;
    width:22px;
    min-width:22px;
    height:22px;
    display:inline-block;
    margin-right:5px;
}

.company_info_block ul li .working_hours_icon{
    background:url(/images/working_hours.svg) no-repeat center center;
    width:22px;
    min-width:22px;
    height:22px;
    display:inline-block;
    margin-right:5px;
}

.reseller_company_block .reseller_company .company_status_block{
    width:100%;
    position:relative;
    margin-top:40px;
}

.reseller_company_block .reseller_company .company_status_block ul{
 padding:0;
 margin:0;
 display:flex;
 position:absolute;
 right:0;
 bottom:5px;
}

.reseller_company_block .reseller_company .company_status_block ul li{
display: flex;
align-items: center;
list-style:none;
margin-left:5px;
padding: 5px 10px;
background: #287BAF; /*#2e8eca*/
color: #fff;
font-size: 14px;
}



.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open{
    overflow: hidden;
}

.modal_content{
	display:block;
	position:relative;
	left:50%;
	top:180px;
	transform: translate(-50%, 0);
	width:90%;
    max-width:500px;
    min-width:280px;
	border-radius:5px;
	border:1px solid #ccc;
	background:#fff;
	z-index:999999;
	text-align:left;
}
.modal.open{
	display:block;
}
.modal .modal_head{
	margin-bottom:5px;
	border-bottom:1px solid #e8e8e8;
	position:relative;
}

.modal .modal_head .title{
	font-size:16px;
	font-weight:600;
	text-align:left;
	padding:10px 20px;
    margin-right: 20px;
}

.modal  .close{
    background:url(/images/close_icon.svg) no-repeat center center;
    width:16px;
    height:16px;
	position:absolute;
	right:15px;
	top:10px;
	cursor:pointer;
	z-index:99;
}

.modal .modal_body{
	padding:10px 20px;
}


.backdrop{
position: fixed;
top: 0;
left: 0;
z-index: 99999;
width: 100vw;
height: 100vh;
background-color: #000;	
opacity: .5;	
}

.reseller_company_block .view_all{
font-size: 13px;
color: #848484;
font-family: 'BPG Algeti';
}

.modal .address_list{
   margin:0;
   padding:0 
    
}

.modal .address_list li{
    display:flex;
    list-style:none;
    font-size:14px;
    padding:8px 0;
    border-bottom: 1px solid #eee;    
}

.modal .address_list li a{
    color:#6a6e71
}
.modal .address_list li a:hover{
    color:#287BAF; /*#2e8eca*/
}

.location_icon{
  background:url(/images/location_icon.svg) no-repeat center center;  
  width:18px;
  height:18px;
  display:inline-block;
  margin-right:5px;
}

.Mainfooter .footer_copyright_block{
    font-size: 16px;
    display: flex;
    justify-content: center;
    color: #6a6e70;
    padding: 60px 0;
}

.how_to_become_partner{ 
   margin-top:15px;
   width: 100%;
   background: #fff;
   padding: 0 20px;
   border: 1px solid #e6e6e6;
   margin-bottom: 50px;
}

.how_to_become_partner .how_to_become_partner_block{
   width:100%; 
   margin-top:15px;
   min-height:400px;
}

.how_to_become_partner_block .text_block{
    margin-top:20px;
    font-size:18px;
    line-height:20px;
    font-family: 'BPG Algeti';
}

.checkbox-section {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-section input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-section input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #646464;
}	

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #646464;
}
.checkbox-section input:checked ~ .checkmark::after {
    display: block;
}
.checkbox-section .checkmark::after {
    left: 6.5px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid #646464;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}	
.checkbox-section {
    cursor: pointer;
    font-size: 14px;
}

.how_to_become_partner_block .request_partner_status{
    display:flex;
    justify-content:center;
    margin-top: 20px;
    padding: 10px; 
    margin-bottom: 20px;
}

.request_partner_status_form{
  margin-top:15px;
margin-bottom:15px;  
}

.request_partner_status_form input{
    width: calc(100% - 10px);
    max-width:100%;
    border: 1px solid #c6c6c6;
    border-radius:2px;
    padding:10px 5px;
    font-family: 'BPG Algeti';
}

.request_partner_status_form input:focus, .request_partner_status_form textarea:focus {
  border: 1px solid #287BAF; /*#2e8eca*/
}

.request_partner_status_form .input_modal_form{
   margin-bottom: 10px; 
}

.request_partner_status_form input[type="submit"]{
    float:right;
    font-size:14px;
    background:#287BAF; /*#2e8eca*/
    color:#fff;
    width: 200px;
    border:0;
    border-radius:2px;
    padding:10px 5px;
    font-family: "BPG SuperSquare";
    
}

.request_partner_status_form input:hover[type="submit"]{
    background:#1775b0;
}


.how_to_become_partner .request_partner_btn{
   font-size:14px;
    background:#287BAF; /*#2e8eca*/
    color:#fff;
    border:0;
    border-radius:2px;
    padding:10px;
    font-family: 'BPG SuperSquare Mtavruli';
}

.how_to_become_partner .request_partner_btn:hover{
    background:#1775b0;
}


.m_menu_btn {
  display:none;
  width: 33px;
  height: 33px;
  min-width: 33px;
  background: url('/images/m_menu_icon.svg') center center no-repeat;
  border: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.mobile-menu{
  display:none;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 320px;
  position: fixed;
  top: 0;
  right: 0;
  z-index:999;
  height: 100%;
  transform: translateX(100%);
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
}
.mobile-menu .m-container{
	background:#fff;
	width:100%;
	position: relative;
}

.mobile-menu .m-menu-close-btn{
	width:50px;
	height:50px;
	min-width:50px;
	background:url('/images/m_menu_close.svg') left center no-repeat;
	border:0;
	padding:0;
	cursor:pointer;
}

.mobile-menu .m_main_menu{
   padding:0;
   margin:0;    
}

.mobile-menu .menu-body{
  padding: 0 15px;
}

.mobile-menu .m_main_menu li{
     display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    padding: 5px 0;
    font-size: 16px;
}

.mobile-menu .m_main_menu li a{
      display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    background: #F8F8F8;
    border-radius: 2px;
    padding: 12px 15px;
    width: 100%;
}

.mobile-menu .m_main_menu li a.active{
    color: #fff;
    background: #287BAF;
}

.OpenBg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    background-color: #0000003b;

}

.open-mobile-menu{
	transform: translateX(0);
}



.mobile-category{
  display:none;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-width:280px;
  position: fixed;
  top: 0;
  right: 0;
  z-index:999;
  height: 100%;
  transform: translateY(100%);
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
}
.mobile-category .m-category-container{
	background:#fff;
	width:100%;
	position: relative;
}

.mobile-category .m-category-close-btn{
	width:50px;
	height:50px;
	min-width:50px;
	background:url('/images/m_menu_close.svg') left center no-repeat;
	border:0;
	padding:0;
	cursor:pointer;
}

.mobile-category .category-header{
    position:fixed;
    display:flex;
    width: calc(100% - 30px);
    justify-content:space-between;
    align-items:center;
    padding:5px 15px;
    border-bottom:1px solid #e6e6e6;
    background:#f7f7f7;
}

.mobile-category .category-title{
    display:flex;
    align-items:center;
    font-size:18px;
    color:#606366;
}

.mobile-category  .category-body{
    margin-top:85px;
    height: calc(100vh - 160px);
    overflow-y: auto;
    scrollbar-width: thin;
}

.mobile-category  .category-body .m-category{
    margin:0;
    padding:0 20px;

}

.mobile-category  .category-body .m-category li{
   list-style:none; 
   border-bottom:1px solid #e6e6e6;
}

.mobile-category  .category-body .m-category li a{
   display:flex;
   height:60px;
   align-items:center;
   justify-content:space-between;
   width:100%;
   color:#606366;
   font-size:16px;
 
}
.arrow_icon{
	background:url('/images/arrow_icon.svg') center center no-repeat;
    width:18px;
	height:18px;
	transform: rotate(90deg);
}

.open-mobile-category{
	transform: translateY(0);
}

.multiselect-dropdown{
  display: flex;
  align-items: center;
  height: 32px;
  width:calc(100% - 32px);
  padding:0 25px 0 5px;
  border-radius: 4px;
  border: solid 1px #ced4da;
  background-color: white;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}
.multiselect-dropdown span.optext, .multiselect-dropdown span.placeholder{
margin-left: 10px;
margin-bottom: 2px;
padding: 1px 0;
border-radius: 4px;
display: flex;
align-items: center;
}

.multiselect-dropdown span.optext .optdel {
  background:url('/images/cancel_icon.svg') center center no-repeat;
  margin-left:5px;
  width:12px;
  height:12px;
  cursor: pointer;
}
.multiselect-dropdown span.optext .optdel:hover { color: #c66;}
.multiselect-dropdown span.placeholder{
  color:#696d6f;
}
.multiselect-dropdown-list-wrapper{
  box-shadow: gray 0 3px 8px;
  z-index: 100;
  padding:2px;
  border-radius: 4px;
  border: solid 1px #ced4da;
  display: none;
  margin: -1px;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  background: white;
}
.multiselect-dropdown-list-wrapper .multiselect-dropdown-search{
    width: calc(100% - 25px);
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 6px;
    padding: 4px;
    border: 1px solid #c2c2c2;
}
.multiselect-dropdown-list{
  padding:2px;
  overflow-y:auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  line-height: 14px;
}
.multiselect-dropdown-list#list_0{
  height: 15rem;
}
.multiselect-dropdown-list::-webkit-scrollbar {
  width: 6px;
}
.multiselect-dropdown-list::-webkit-scrollbar-thumb {
  background-color: #bec4ca;
  border-radius:3px;
}

.multiselect-dropdown-list div{
  padding: 5px;
  display: flex;
  align-items: center;
}
.multiselect-dropdown-list input{
  height: 1.15em;
  width: 1.15em;
  margin-right: 0.35em;  
}
.multiselect-dropdown-list div.checked{
}
.multiselect-dropdown-list div:hover{
  background-color: #f2f2f2;
}

.btn-block{
  display:flex;
  justify-content: center;
  padding:5px 0;
  border-top: 1px solid #eee;
  margin:10px 0 0 0;
}
.btn-block input[type=submit]{
  background:#287BAF; /*#2e8eca*/
  color:#fff;
  border:0;
  border-radius:3px;
  padding:5px;
  font-family: BPG SuperSquare;
  font-size:14px; 
}
.btn-block input[type=submit]:hover{
  background:#1775b0;
  
}
.multiselect-dropdown span.maxselected {width:calc(100% - 20px); }
.multiselect-dropdown-all-selector {border-bottom:solid 1px #999;}

.error_page_block .error_404{
    width:100%;
    font-size:20rem;
    color:#1793c3;
    letter-spacing: 3rem;
    text-align:center; 
}

.error_page_block .error_title_block{
   width: 100%;
   text-align: center;
   margin-bottom:40px; 
}
.error_page_block .error_title{
   color: #6a6d70;
   font-size: 32px;
   letter-spacing: 1.5px;
}

.error_page_block .error_btn_block{
    width: 100%;
    display:flex;
    justify-content:center
}

.error_page_block .error_btn{
    font-size: 14px;
    color: #fff;
    background: #1793c3;
    width: 150px;
    height: 35px;
    line-height: 33px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-weight: 500; 
}

.product_not_found_block{
  width:100%;
  height: 500px;  
}
.product_not_found_block .not_found_block{
  margin-top:60px;
}
.product_not_found_block .product_not_found{
    width:100%;
    font-size:15rem; 
    color: #1793c3;
    letter-spacing: 1rem;
    text-align:center;
}

.product_not_found_block .product_not_found_title_block{
  width: 100%;
  text-align: center;
  margin-bottom:40px;  
}

.product_not_found_block .product_not_found_title{
    margin:0;
    color: #6a6d70;
    font-size: 22px;
    letter-spacing: 1.5px;
}

.product_not_found_block .product_not_found_btn_block{
   width: 100%;
   display:flex;
   justify-content:center;
}

.product_not_found_block .product_not_found_btn{
     font-size: 14px;
     color: #fff;
     background: #1793c3;
     width: 150px;
     height: 35px;
     line-height: 33px;
     border-radius: 5px;
     display: inline-block;
     text-align: center;
     font-weight: 500;
}

.home-page-block{
    width:100%;
}

.home-page-block .home-page-title-block{
    margin-top:20px;
    margin-bottom:15px;
}
.home-page-block .home-page-title, .home-page-block .home-page-title a{ 
    font-family: 'BPG SuperSquare Mtavruli';
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    color: #373737;
}
.home-page-block .home-page-title a:hover{
    color:#287BAF; /*#2e8eca*/
}
.home-page-block .products-catolog-block .products-catolog{
   display:flex;
   flex-wrap:wrap;
   align-items:center;
}
.products-catolog-block .products-catolog .catalog-btn-block{
    width: 100%;
    margin-bottom: 20px;
}
.products-catolog .catalog-btn-block .catalog-btn{
    display:flex;
    align-items:center;
    border-width: 1px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
    padding:0 10px;
    position: relative;
    cursor: pointer;
    color: #595959;
}

.catalog-btn-block .catalog-btn .cat-img{
    width:115px;
    min-width:115px;
    margin-right:15px;
    aspect-ratio: 1 / 1;
    display: grid;
    align-items: center;
}

.catalog-btn-block .catalog-btn .cat-img img{
    width:100%;
    max-width: 100%;
    height: auto;
}

.catalog-btn-block .catalog-btn .cat-title{
   font-size:18px;
   font-weight: 400;
   font-family: 'BPG SuperSquare Mtavruli';
}
.products-catolog .catalog-btn-block .catalog-btn:hover{
box-shadow: 0 0 25px 0 rgba(0,0,0,0.16);
color:#414042;
}



.home-page-block .site-content{
   display:flex;
   flex-wrap:wrap;
   margin-top:25px;
   margin-bottom:20px;
}
.home-page-block .site-content .site-content-block {
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
}


.home-page-block .site-content .site-content-block .content{
    border-width: 1px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
    padding: 20px 20px 20px 20px;
    position: relative;
    cursor: pointer;
    color:#414042;
    min-height:320px;
}

.home-page-block .site-content .site-content-block .cont-img{
  width:100%; 
}

.home-page-block .site-content .site-content-block .cont-img img{
     width:100%; 
    max-width: 100%;
    height: auto;
}

.home-page-block .site-content .site-content-block .cont-title{
   font-size:18px;
   font-weight: 400;
   font-family: 'BPG SuperSquare Mtavruli';
    margin: 10px 0;
}

.home-page-block .site-content .site-content-block .cont-desc{
    color: #4a4a4a;
    font-family: BPG Algeti;
    font-size: 14px;
}

.home-page-block .site-content .site-content-block .content:hover{
box-shadow: 0 0 25px 0 rgba(0,0,0,0.16);
color:#414042;
}



.home-page-block  .partners-block{
   margin-bottom:50px; 
    
}

.home-page-block  .partners-block .partners-logo-block{
    display:flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    max-height: 70px;
    border-width: 1px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
    padding:10px 20px;
    position: relative;
    cursor: pointer;
    color:#414042;
    
}
.home-page-block  .partners-block .partners-logo-block img{
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    opacity:0.8;
    width: auto;
    max-width: 100%;
    max-height: 70px;
    height: auto;
}

.home-page-block  .partners-block .partners-logo-block:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity:1;
}

.partners-carousel{
    width:100%;
    position:relative;
}
.button-next, .button-prev,.cat-button-next, .cat-button-prev {
  width:30px;
  height:30px;
  border-radius:5px;
  border-color: rgb(226, 226, 226);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
  border-width: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  
}

.page-number {
  width:30px;
  height:30px;
  border-radius:5px;
  border-color: rgb(226, 226, 226);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
  border-width: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.non_visible {
	visibility:hidden;
}
.button-next:hover, .button-prev:hover,.cat-button-next:hover, .cat-button-prev:hover {
   border-color: rgb(196, 196, 196)
}
.button-next::after,.cat-button-next::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #979797;
    border-right: 3px solid #979797;
    transform: rotate(45deg);
    margin-left: 8px;
}
.button-prev::after,.cat-button-prev::after {
     content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #979797;
    border-right: 3px solid #979797;
    transform: rotate(-135deg);
    margin-left: 12px;
}

.button-prev,.cat-button-prev{
 margin-right:5px
}

.swiper-button-disabled{
    opacity:0.5
}

