@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: 'ruble';
	src: url('font/Rubler/ruble.eot');
	src: url('font/Rubler/ruble.ttf') format('truetype');
	src: local('ruble'), 
       url('font/Rubler/ruble.woff') format('woff'),
       url('font/Rubler/ruble.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	}

  
table {
	font-size: inherit;
}

* {
	/*margin: 0px;
	padding: 0px;*/
}
html {
  scroll-behavior: smooth; /* Плавная прокрутка для всех якорей */ 
  /*font-size: 10px;*/
}
    
    
body{
  /*background: #ffffff;
  /*font: 400 16px/18px sans-serif;
  color: #1b1b1b;
  overflow-x: hidden;*/
  margin: 0 auto;
  /*max-width: 1920px;*/
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #8f8f8f;
  
}

a{
  color: #ff7700;
  /*text-decoration: underline;*/
}
a:link, a:visited {
  color: #ff7700;
  /*outline: none;
  text-decoration: underline;*/
}
 
a:hover{
  /*text-decoration: none;*/
  /*color: #ff6600;*/
}
b{
  
}
ul {
}
ul li{
}
img {
  max-width: 100%;
}

.admin_edit_box{
  position: relative;
  border: 1px dashed #17a2b8;
  margin-bottom: -1px;
}
.admin_edit_link{
  position: absolute;
  right:  0;
  bottom: 0;
  z-index: 2000;
}
.admin_edit_box:hover{
  border: 1px dashed #dc3545;
  z-index: 1000;
}
.admin_edit_box:hover .admin_edit_link{
  color: #dc3545;
}

body .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  z-index: 2500 !important;
}
.tal{
  text-align:left;
}
.tac{
  text-align:center;
}
.tar{
  text-align:right;
}


.block_box{
  padding-top: 15px;
  padding-bottom: 15px;
}

/* --- header --- */
.header_box{
  padding-top: 5px;
  padding-bottom: 0px;
}
.header>.row>div{
  padding-bottom: 5px;
}
.logo_box{
  
}
.logo_box img{
  max-height: 250px; 
}

.is_ingex .logo_box img{
  max-height: 175px; 
}

.header_soc{
  text-align:center;
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
}
.header_soc i{
  padding: 5px 5px;
  color: #fff;
  background: #17a2b8;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 2px;
  
}
.header_soc a:hover i{
  color: #fff;
  background: #138496;
  transition: all 0.3s ease;
}
@media (max-width: 768px){
  .logo_box{
    text-align:center;
  }
  .header>.row>div{
    text-align:center;
  }
}
/* --- End header --- */

/* --- top_menu --- */
.top_menu_box{
  background: rgba(0,0,0,0.8);
}
.top_menu{
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.mm_item {
  position: relative;
}
.mm_item .sub_menu {
  min-width: 260px;
  padding: 7px 0 7px 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -200%;
  top: -10px;
  box-shadow: 5px 0 10px rgba(0,0,0,0.2);
  z-index: -1;
  background: rgba(0,0,0,0.8);
}
.mm_item:hover .sub_menu {
    visibility: visible;
    left: 0px;
    top: 38px; 
    opacity: 1;
    border: 0px solid #22262b;
    z-index: 5;
}
.mm_item .sub_list {
    list-style: none;
    padding-left: 0;
}
.mm_item .sub_list .sub_list_item .sub_list_link{
  display: block;
  position: relative;
  padding: 5px 10px;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
}
.mm_item .sub_list .sub_list_item:hover .sub_list_link,
.mm_item .sub_list .sub_list_item.active .sub_list_link{
  color: #fff;
  background: rgba(0,0,0,0.8);
  text-decoration: none;
}
.navbar-dark{
  background: #3B3B3B;

}

.navbar-dark .navbar-nav .active>.nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link {
  /*color: rgba(255,255,255,.5);*/
  color: var(--color-orange);
}
.navbar-dark .navbar-nav {
  
  /*background: #00000066;*/
}
.navbar-dark .navbar-nav .nav-link {
  /*color: #fff;*/
  /*color: var(--color-gray);*/
  color: var(--color-white);
}
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.75);
}
@media (min-width: 768px){
  .navbar-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    
  }
  .navbar{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .top_menu .nav-item{
    margin-bottom: 0px;
    text-align:center;
    flex: 1 1 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ffffff;
  }
  .nav-item:last-child{
    border-right: none;
  }
}
@media (max-width: 768px){
  .mm_item:hover .sub_menu {
    min-width: 260px;
    padding: 7px 0 7px 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -200%;
    top: -10px;
    border: 0px solid rgba(0,0,0,0.8);
    box-shadow: 5px 0 10px rgba(0,0,0,0.2);
    z-index: -1;
    background: rgba(0,0,0,0.8);
  }
}

/* --- End top_menu --- */

/* --- mine --- */
.mine_row_box{
  padding-top: 10px;
  padding-bottom: 10px;  
}
.mtitle_box{
  border-top: 1px solid #999999;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* --- END mine --- */

/* --- mine_slider --- */
.mine_slider_box{
  /*padding-bottom: 10px;*/
}
.mine_slider{
  /*max-width: 1920px;*/
  padding-left: 0px;
  padding-right: 0px;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.carousel-caption{
  /*background: #00000088;  */
}

.carousel-control-next, 
.carousel-control-prev {
  width: 45px;
  text-decoration:none !important;
}
    
.carousel-control-next .fa,
.carousel-control-prev .fa{
  font-size: 48px;
  color:#ffffff;
}
.carousel-control-next:hover .fa,
.carousel-control-prev:hover .fa{
  /*color:#266244;*/
  color:#fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
/* --- END mine_slider --- */

/* --- footer --- */
.footer_box{
  /*background: #343a40;*/
  background: rgba(0,0,0,0.8);
}
.footer{
  padding-top: 25px;
  padding-bottom: 15px;
  color: #fff;
} 
.footer a{
  color: #fff;
}
.footer>.row>div{
  padding-bottom: 5px;
}

.flogo_box{
  text-align:center;
  padding-bottom: 15px;
}
.flogo_title{
  /*font: 400 14px/18px roboto_regular, Arial, sans-serif;
  text-align:center;*/
  padding-bottom: 25px;
}
.flogo_title a{
  text-decoration:none;
}
.soc_net{
  text-align:center;
  font-size: 30px;
  line-height: 42px;
}
.soc_net i{
  padding: 5px 10px;
  color: #fff;
  background: #17a2b8;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 4px;
  
}
.soc_net a:hover i{
  color: #fff;
  background: #138496;
  transition: all 0.3s ease;
}


.footer_menu_box{
  text-align: center;
}
ul.footer_menu{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.footer_menu li{
  display: inline-block;
}
ul.footer_menu li a:hover{
  text-decoration:underline;
}

.footer_rg_title{
  font: 400 18px/30px roboto_bold, Arial, sans-serif;
  color: #fff;
  text-transform:uppercase;
  padding-bottom: 25px;
}
.footer_date{
  font: 400 16px/22px roboto_light, Arial, sans-serif;
}
.footer_date>.row{
  padding-bottom: 25px;
}
.footer_d_icon{
  padding-right: 0px;
  text-align:center;
}
.footer_date i{
  width: 20px;
  font-size: 18px;
  color: #339966;
}

@media (max-width: 768px){
  .footer>.row>div{
    text-align: center;
  }
}
.cms_footer_box{
  /*background: #343a40;*/
  background: rgba(0,0,0,0.8);
}
.footer_copyright{
  text-align: left;  
  padding-bottom: 15px;
  font: 400 14px/18px  RobotoRegular, Arial, sans-serif;
}
.footer_i{
  text-align: right;
}
.inri_box_line{
  text-align: right;  
}
.inri_box{
  padding-top: 15px;
  text-align: right;
} 
.inri_box span {
  display: inline-block;
  float: left;
  padding-right: 7px;
  padding-top: 17px;
}
.inri_box > span > a{
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.inri_box > span > a:hover{
  color: #f7a421;
  text-decoration: underline;
}
.inri_box a b {
  display: inline-block;
  /*margin: 0 0 0 11px;*/
  /*max-width: 60px;*/
  max-width: 32px;
  padding-top: 2px;
  overflow: hidden;
}
.inri_box{
  max-width: 170px;
  display: inline-block;
  fill: #ffffff !important;
}
.inri_box a:hover b .inri_item {
  fill: #f7a421 !important;
}
.inri_box a:hover b {
  /*  background-position: 0 0;*/
}
.inri_box a b svg{
    width: 100%;
    height: 45px;  
}
@media (max-width: 768px) {
  .footer_copyright{
    text-align: center;  
  }
  .footer_d{
    text-align: center;
  }  
}
/* --- End footer --- */

/* --- content --- */
.content{
  min-height: 500px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.bread_crumbs_box{
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.bread_crumbs_box a{
  text-decoration:underline;
  /*color: #3399cc;*/
}
.bread_crumbs_box a:hover{
  text-decoration:none;
}

/* --- End content --- */

/* --- goods --- */
.catalog_items{
  
}

.catalog_items.card-deck .card,
.catalog_dir.card-deck .card{
  position: relative;
  min-width: 275px;
  margin-bottom: 45px;
  transition: all ease .3s;
  flex-grow: 1;
  /*border: 1px solid #ec6a1f;
  border-radius: 20px;*/
  padding-top: 15px;
}
.catalog_items.card-deck .card .card_img_box,
.catalog_dir.card-deck .card .card_img_box{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  
  text-align: center;
}

.catalog_dir .card .card_img_box img{
  max-height: 275px;
}

.available {
  text-align: center;
  color: #333;
  font-size: 16px;
  padding: 5px;
}
.price {
  color: #f33;
  font-size: 24px;
  margin-bottom: 20px;
}
.npr{
  padding: 5px;
}
.rouble {
	font-family: ruble !important;
	width: 1em;
	letter-spacing: 1em;
	/*margin-bottom:-9px;*/
	overflow:hidden;
	display:inline-block;
  color: #f33;
  font-size: 24px;
  height: 26px;
}
.catalog_items .card .card_img_box{
  text-align:center;
}
.catalog_items .card .card_img_box img{
  max-height: 275px;
}
.catalog_items.card-deck .card .card_btn_box{
  padding: 5px;
}
.catalog_items.card-deck .card .store_buy{
  width: 80%;
  min-width: 75px;
}
.store_buy_box > .row{
  padding: 15px 0px 15px 0px;
}
.store_buy_price .price{
  font-size: 34px;
}
.full_item_descr_cont{
  padding: 5px 0px;
}
.full_item_descr_cont .tab-content{
  padding: 15px 0;
}
.clt1{
  padding: 15px 0;
}
.clt2{
  padding: 15px 0;
}
.whatsapp_link{
  text-decoration:none;
}
.whatsapp_link:hover{
  text-decoration:none;
}
.c_h1{
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 2.5rem;
}
/* --- End goods -- - */
/* --- basked --- */
/*.basked_box{
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: #fff;
  background: #28a745; 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  z-index: 10000;
}*/
.basked_box{
  /*color: #fff;
  background: #28a745; */
  color: #28a745;
}
.basked{
  
  padding-top: 0px;
}
.basked_box a{
  /*color: #fff; */
  color: #28a745;
  text-align:center;
  text-decoration:none;
}
.basked_box a:hover{
  /*text-decoration:underline;*/
}
.basked_icon{
  text-align:center;
  /*padding-top: 15px;*/
  font-size: 28px;
  line-height: 32px;
  /*color: #fff; */
  color: #28a745;
  display: inline-block;
}
.basked{
  display: inline-block;
}
.basked_count{
  font-size: 18px;
  line-height: 22px;
  /*width: 100%;*/
  text-align:center;
  /*color: #fff; */
  color: #28a745;
  display: inline-block;
}
.basked_price_box{
  font-size: 18px;
  line-height: 22px;
  text-align:center;
  margin-top: 3px;
  /*color: #fff; */
  color: #28a745;
  display: inline-block;
}

#basket_ajx, #order_form_holder{
  /*max-width: 1000px;
  margin: 0 auto;*/
}
.basket_form_cont{
  max-width: 700px;
  margin: 0 auto;
}
.basket_form_cont input{
  width: 100%;
}
.good_item{
  overflow: hidden;  
}
/*.good_buy {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 100%;
    font-family: 'playbold', Tahoma;
    display: block;
    font-size: 18px;
    margin: 15px auto 0;
    padding: 0;
    border: none;
    background: #754832;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a26a4d', endColorstr='#4e3325');
    background: -webkit-gradient(linear, left top, left bottom, from(#a26a4d), to(#4e3325));
    background: -moz-linear-gradient(center top , #a26a4d, #4e3325);
    background: -o-linear-gradient(top,#a26a4d,#4e3325);
    background: linear-gradient(center top , #a26a4d, #4e3325);
    cursor: pointer;    
}

.good_buy:hover{
  text-decoration: underline;
}*/

.basket_header{
  font-size: 14px;
  line-height: 18px;
  background-color: #e0e0e1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;  
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.basket_header > div{
  font-weight: bold;
  /*text-align: center;*/
}
  
.basket_line{
  padding-top: 1rem;
  padding-bottom: 1rem;
  
  overflow: hidden;
}

.basket_line a{
  font-size: 14px;
  line-height: 20px;
  color: #1a5cb7;
  text-decoration: underline;
}
.basket_line a:hover{
  text-decoration: none;
}

.basket_price{
  font-size: 24px;
  line-height: 26px;
  color: #f33;
  /*padding-bottom: 1rem;*/
}

.basket_img_box img{
  max-width: 100%;
}

.amount_btn_box{
  /*padding-bottom: 1.5rem;*/
}
.amount_btn_box button{  
  /*font-size: 28px;
  line-height: 28px;*/
  /*color: #ffffff;*/
  /*padding: 2rem 3rem 2rem 3rem;*/
  padding: 0;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  outline: none;
  outline-style:none;
  float: left;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#117a8b', endColorstr='#138496');
    background: -webkit-gradient(linear, left top, left bottom, from(#117a8b), to(#138496));
    background: -moz-linear-gradient(center top , #117a8b, #138496);
    background: -o-linear-gradient(top,#117a8b,#138496);
    background: linear-gradient(center top , #117a8b, #138496);*/
}

.amount_btn_box input[type = "text"]{
  background-color: #eaeeee;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
  margin-left: 2px;
  margin-right: 2px;
  border: 0;
  border-radius: 4px;
  text-align: center;
  width: 60px;
  height: 30px;
  float: left;
  outline: none;
  outline-style:none;
  box-shadow:      inset    1px 1px 3px 0px rgba(127, 142, 152, 0.75);
}

.delete_basked_box{
  /*padding-top: 20px;  */
}

.basked_total_box{
  font-size: 18px;
  line-height: 18px;
  background-color: #e0e0e1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  text-align: right;
  overflow: hidden;
  
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.shop_back:hover{
  color: #000000;
}

.order_submit_box{
  text-align: right;  
}
/*.catalog_download_btn_box .catalog_download_btn {
  font-size: 24px;
  line-height: 26px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}*/
/*.order_submit{
  padding-left: 30px;
  padding-right: 30px;
  font: 400 18px/28px PtSansBold, Arial, sans-serif;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  border: #ec6a1f;
  background: #ec6a1f;
  background: -moz-linear-gradient(top, #ec6a1f 0%, #fbe704 100%);
  background: -webkit-linear-gradient(top, #ec6a1f 0%,#fbe704 100%);
  background: linear-gradient(to bottom, #ec6a1f 0%,#fbe704 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6a1f', endColorstr='#fbe704',GradientType=0 );

}


.order_submit:hover,
.order_submit.focus, 
.order_submit:active {
    outline: 0;
    box-shadow: none;
    background: #ea590b;
    background: -moz-linear-gradient(top, #ea590b 0%, #f9e500 100%);
    background: -webkit-linear-gradient(top, #ea590b 0%,#f9e500 100%);
    background: linear-gradient(to bottom, #ea590b 0%,#f9e500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea590b', endColorstr='#f9e500',GradientType=0 );
}*/

.ordering_hd_box{
  font-size: 14px;
  line-height: 16px;
  background-color: #e0e0e1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  overflow: hidden;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.order_form_box{
  font-size: 14px;
  line-height: 16px;
  color: #000000;
} 

.order_form_box label{
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.basket_form_cont input[type = "text"],
.basket_form_cont input[type = "email"]
{
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
textarea#comment{
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  
  padding-left: 5px;
  padding-right: 5px;
}
.basket_form_cont input[type = "text"].code{
  width: 80px;
}

.order_submit_b{
  font-size: 14px;
  line-height: 16px;
  background-color: #e0e0e1;
  padding-top: 1.5rem;
  padding-bottom : 1.5rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-align: center;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.delete_basked_box{
  text-align: right;
}
.card_title{
  font-size: 16px !important;
}
#order_form_holder input, 
#order_form_holder textarea{
  border-color:#66afe9
}

.mine_content_box .text{
  padding-bottom: 25px;
}
.files_box{
  padding-bottom: 25px;
}

.radio_basked_box > .row>div:first-child{
  padding-right: 0;
}
@media (max-width: 768px){
  .basket_item,
  .basket_img_box,
  .delete_basked_box{
    text-align: center;
  }
  .basket_line a{
    width: 100%;  
  }
  .delete_basked_box{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 15px;
  }
}
/* --- End basked --- */


.date_filter_box{
  padding-top: 10px;
  padding-bottom: 10px;
}
.date_filter_box input{
  max-width: 150px;
  display: inline-block;
  margin: 5px;
}

.gallery_box{}
.gallery_box_items{text-align:center;margin-top:15px;margin-bottom:15px;}
.gallery_img_box{}
.gallery_img_box img{max-width:100%;max-height:100%;}

.video-responsive {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;} 
.video-responsive iframe, .video-responsive object, .video-responsive embed {position:absolute; top: 0; left: 0; width: 100%; height: 100%; }

.input-group-addon.input-group-text{
  width: 100px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* --- anons --- */

.anons {
  font-size: 12px;
}

.anons .date {
  font-size: 11px;
  line-height: 16px;
  color: #777777;
}

.read_more_link{
  font-weight: 400; 
  font-size: 13px;
  line-height: 16px;
}

.anons_img_box {
  
  /*max-width: 170px;*/
  margin-bottom: 15px;
}

.anons_img_box img{
  width: 200px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .anons_img_box{
    text-align: center;
  }
}
.anons .txt {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
}

.anons_line{
  height: 1px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
}
.txt_title{
  font-weight: 600; 
  font-size: 18px;
  line-height: 22px;
}

.txt_title a,
.txt_title a:link{
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  /*color: #383838;*/
  /*color: #383838;*/
}
.txt_title a:hover{
}
.txt_title{
  
}
@media (max-width: 768px){
  .anons_img_box img{
    width: 650px;
    max-width: 100%;
  }
}


/* --- End anons --- */

/* --- mkpp --- */


  :root {
    --color-white: #fff;
    --color-orange: #FF7A00;
    --color-orange1: #FF7800;
    --color-orange-menu: #ffad29;
    --color-blue1: #00aeff;
    --color-blue2: #008AE7;
    --color-blue3: #09f;
    --color-gray: #333;
    --color-gray1: #454545;
    --color-gray2: #bdbdbd;
    --color-gray3: #333;
    
    --pi96-accent: #FF7A00;       /* твой оранжевый */
    --pi96-accent-dark: #d6653a;  /* теплый терракотовый, как на референсе */
    --pi96-text: #1c1c1c;
    --pi96-muted: #6b7280;
    --pi96-card-bg: #f3f4f6;
    --pi96-white: #fff;
    --pi96-radius: 28px;
    --pi96-shadow: 0 12px 32px rgba(0,0,0,.08);
    
  }
  body{
    /*background: url(../css/img/mkpp/baackground.png) left 50% top 0px / 100% auto no-repeat fixed;*/
    /*background: linear-gradient(rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77)), url(../css/img/mkpp/hd_bg4.webp) left 50% top 50% / auto auto no-repeat fixed;*/
    /*background: linear-gradient(rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77)), url(../css/img/mkpp/hd_bg5.jpg) left 50% top 50% / cover no-repeat fixed;*/
    /*background: linear-gradient(rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)), url(../css/img/mkpp/hd_bg5.jpg) left 50% top 50% / cover no-repeat fixed;*/
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75)), url(../css/img/mkpp/hd_bg5.jpg) left 50% top 50% / cover no-repeat fixed;
    
    color: #cbcbcb;
  }
  .content_box{
    /*background: #ffffffc4;*/
    background: #00000077;
  }
  
  .logo_box{
    
  }
  .logo_box .logo{
    /*background: #fff;*/
    border-radius: 15px;
  }
  .post_btn {
    padding: 17px 30px 17px 30px;
    border: none;
    position: relative;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    /*color: #fff;*/
    color: var(--color-gray);
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    min-height: 35px;
    background: repeating-linear-gradient(to bottom right, rgba(0, 255, 255, 0.45) 0%, rgba(0, 196, 244, 0.45) 100%) var(--color-blue3);
    border-radius: 3px;
    font-weight: 500;
    -webkit-box-shadow: inset 0px -2px 1px rgba(0, 101, 168, 0.4);
    -moz-box-shadow: inset 0px -2px 1px rgba(0, 101, 168, 0.4);
    box-shadow: inset 0px -2px 1px rgba(0, 101, 168, 0.4);
  }

  .post_btn:hover{
    background: none var(--color-blue3);
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  
  .post_or_btn {
    padding: 20px 40px;
    border: none;
    display: -webkit-inline-flex;
    display: inline-flex
;
    box-sizing: border-box;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    -webkit-box-shadow: 0 0 0 transparent, 0px 6px 12px rgba(255, 119, 0, 0.34);
    -moz-box-shadow: 0 0 0 transparent, 0px 6px 12px rgba(255, 119, 0, 0.34);
    box-shadow: 0 0 0 transparent, 0px 6px 12px rgba(255, 119, 0, 0.34);
    background: var(--color-orange);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
  }

  .post_or_btn:hover{
    
    color: #fff;
    -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    box-shadow: 0 0 0 transparent, 0 0 0 transparent;
    background: #ffad29;
  }
  
  .c_h1{
    text-align: left;
    font-family: Montserrat, sans-serif;
    color: var(--color-gray);
    font-weight: 800;
  }
  
  /* --- header --- */  
  /*background: linear-gradient(rgba(51, 51, 51, 0.93), rgba(51, 51, 51, 0.93)), url("../css/img/mkpp/hd_bg.jpg") left 50% top 0px / auto auto no-repeat;*/
  /*.header_box{
    color: var(--color-white);
    background: url("../css/img/mkpp/hd_bg2.jpeg") left 50% top 0px / auto auto no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
  }*/
  /*background: linear-gradient(rgba(51, 51, 51, 0.77), rgba(0, 0, 0, 0.77)), url("../css/img/mkpp/hd_bg2.jpeg") left 50% top 50% / auto auto no-repeat; */
  /*background: linear-gradient(rgba(51, 51, 51, 0.77), rgba(0, 0, 0, 0.77)), url("../css/img/mkpp/hd_bg3.jpg") left 50% top 50% / auto auto no-repeat;*/
  .header_box{
    color: var(--color-white);
    /*background:  linear-gradient(rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77)), url("../css/img/mkpp/hd_bg4.webp") left 50% top 50% / auto auto no-repeat fixed;*/
    /*max-width: 1920px;*/
    margin: 0 auto;
    overflow: hidden;
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden;
    justify-content: center;
  }
  .header_box.is_index{
    display: flex !important;
    min-height: 100vh !important;             /* всегда на всю высоту экрана */
  } 
  .is_index .navbar{
    display: none;
  }
  .header{ 
    position:relative; 
    z-index:2; 
  }
  @media (min-width: 1200px) {
    .header .container-fluid {
      max-width: none !important;
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  .pp-hero__bg,
  .pp-hero__bg .cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;         /* растянуть картинку */
    z-index: -1;              /* поместить на задний план */
  }
  .pp-hero__shade{
    position:absolute; inset:0; z-index:1; pointer-events:none;
    background: rgba(0,0,0,.65); /* или градиент как выше */
  }
  /* только для десктопа (шире 992px, как в Bootstrap) */
  @media (min-width: 769px) {
    .pp-hero__shade {
      backdrop-filter: blur(2.0px);
    }
  }
  .slogan{
    font-family: Montserrat, sans-serif;
    /*font-size: 20px;*/
    color: var(--color-orange);
    font-weight: 600;
    text-shadow: 0px 0px 2px #00000055;
  }
  .header_phone_box{
    background: url("../css/img/mkpp/mails.png") right 15px bottom 15px / auto auto no-repeat;

    /*background: url("../css/img/mkpp/mails.png") right 15px bottom 15px / auto auto no-repeat,
    url("../css/img/mkpp/polosa.png") left 50% top 0px / auto auto no-repeat;*/

    /*background: url("../css/img/mkpp/mails.png") right 15px bottom 15px / auto auto no-repeat;*/
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: var(--color-white);
    position: relative;  
    z-index: 10;
    border-radius: 15px;
    text-shadow:
      -2px -2px 0 #000,
      2px -2px 0 #000,
      -2px  2px 0 #000,
      2px  2px 0 #000,
      0   -2px 0 #000,
      0    2px 0 #000,
      -2px  0   0 #000,
      2px  0   0 #000;
  }

  .header_phone_col::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 324px;
    width: 793px;
    /*background: url("../css/img/mkpp/polosa.png") right 0px top 0px / auto auto no-repeat;*/
  }  
  .header_phone_box .header_row_box .fas,
  .header_phone_box .header_row_box .far{
    font-size: 32px;
    /*color: var(--color-blue1);*/
    color: var(--color-white);
    width: 32px
  } 
  .header_phone_col{
    position: relative; 
  }
  .header_adress{
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    /*color: #fff;*/
    
    color: var(--color-gray);
    font-weight: 500;
  }
  .header_adress a{
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: var(--color-orange);
    text-decoration: underline;
  }
  .header_adress a:hover{
    color: var(--color-gray2);
    text-decoration: none;
  }
  .header_phone a{
    color: var(--color-orange);
    /*color: var(--color-gray);*/
    text-decoration: none;
  }
  .header_phone a:hover{
    color: var(--color-gray2); 
    text-decoration: underline;
  }
  .header_working{
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #00aeff;
    text-decoration: none;
    font-weight: 500;
    color: var(--color-gray);
  }
  .header_price .price_btn{
    color: var(--color-gray);
  }
  .currency_box{
    color: var(--color-white);
    /*color: var(--color-orange);*/
  }
  .price_btn{
    display: flex;
  }
  .price_btn .fa, 
  .price_btn .far,
  .price_btn .fas{
    font-size: 24px;
    padding-right: 10px;
  }
  .header_h2{
    font-size: 45px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: var(--color-orange);/*var(--color-gray);*/
    font-weight: 800;
        text-shadow:
      -2px -2px 0 #000,
      2px -2px 0 #000,
      -2px  2px 0 #000,
      2px  2px 0 #000,
      0   -2px 0 #000,
      0    2px 0 #000,
      -2px  0   0 #000,
      2px  0   0 #000;
  }
  .header_h4{
    color: var(--color-orange);/*var(--color-gray);*/
    /*color: rgba(255, 255, 255, 0.85);*/
    font-size: 25px;
    font-weight: 500;
        font-weight: 800;
        text-shadow:
      -2px -2px 0 #000,
      2px -2px 0 #000,
      -2px  2px 0 #000,
      2px  2px 0 #000,
      0   -2px 0 #000,
      0    2px 0 #000,
      -2px  0   0 #000,
      2px  0   0 #000;
  }
  .header .nav-link{
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
  }
  
  .header .nav-link:hover{
    color: var(--color-orange-menu) !important;
  }
  @media (max-width: 768px){
    .header_phone_col::before{
      display: none;
    }  
    .slogan{
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      line-height: 22px;
      text-shadow: 0px 0px 2px #00000055;
    }
  }
  /* --- END header --- */
  
  .pi96{
    background-color: var(--pi96-white);
  }
  .section-padding{ padding: clamp(1.5rem, 3vw, 2.5rem) 0; }

  .pi96-head{    
    margin-bottom: clamp(2rem, 4vw, 6rem); 
  }
  .pi96-title{
    font-size: clamp(1.75rem, 3.8vw, 3rem);
    line-height: 1.1; margin: 0 0 .35rem; color: #0f172a; font-weight: 800;
  }
  .pi96-subtitle{
    margin: 0 0 .25rem; color: #334155; font-size: clamp(1rem, 2.2vw, 1.5rem);
    font-weight: 700;
  }
  .pi96-note{
    margin: 0; color: var(--pi96-muted); font-size: clamp(.95rem, 1.6vw, 1.1rem);
  }

  .pi96-grid{
    display: grid;
    gap: clamp(.8rem, 2vw, 1.5rem);
    grid-template-columns: repeat(4, 1fr);
  }
  @media (max-width: 1200px){ .pi96-grid{ grid-template-columns: repeat(2, 1fr);} }
  @media (max-width: 640px){ .pi96-grid{ grid-template-columns: 1fr; } }

  .pi96-card{
    background: var(--pi96-white);
    border-radius: var(--pi96-radius);
    box-shadow: var(--pi96-shadow);
    padding: clamp(1rem, 2.2vw, 1.5rem);
    display: flex; flex-direction: column; min-height: 320px;
  }
  .pi96-card__title{
    margin: 0 0 .75rem; color: #0f172a; font-weight: 700;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  }
  .pi96-card__media{
    flex: 1 1 auto; display: grid; place-items: center; overflow: hidden;
    border-radius: calc(var(--pi96-radius) - 8px);
    background: var(--pi96-card-bg);
  }
  .pi96-card__media img{ width: 100%; height: 100%; object-fit: cover; }

  .pi96-card__foot{ margin-top: .9rem; }
  .pi96-btn{
    display: inline-block; border-radius: 14px; padding: .7rem 1rem;
    font-weight: 700; text-decoration: none; border: 0; cursor: pointer;
  }
  .pi96-btn--ghost{
    background: #eef2f7; color: #0f172a;
  }
  .pi96-btn--ghost:hover{ background: #e5eaf1; }
  .pi96-btn--dark{
    background: #2d2f36; color: #fff;
  }
  .pi96-btn--dark:hover{ filter: brightness(1.06); }

  /* Акцентная карточка справа */
  .pi96-card--accent{
    background: var(--pi96-accent-dark);
    color: #fff;
    display: grid; grid-template-rows: auto 1fr;
  }
  .pi96-card--accent .pi96-card__title{ color: #fff; }

  .pi96-card-gray--accent{
    background: var(--pi96-muted);
  }

  .pi96-card__cta{
    align-self: end;
    display: grid; gap: 1rem;
  }
  .pi96-card__percent{
    font-size: clamp(2rem, 6vw, 3.5rem);
    line-height: 1; opacity: .9;
  }
  .pi96-card__percent b{
    font-size: 1.15em; font-weight: 800;
  }
  @media (min-width: 769px) {
    .pi96-card-gray--accent,
    .pi96-card--accent {
      margin-top: -2vw;
    }
  }
  
  /* --- mine_goods_box --- */
  .mine_goods_box{
    
  }
  .mine_goods_box .c_h1{
    
  }
  .mine_goods_box .card-img-top{
    padding: 1.5rem 1.5rem .5rem 1.5rem;
  }
  .mine_goods_box .card{
    border-radius: 0px;
    border: 1px solid var(--color-gray1);
    background: var(--color-gray3);
    color: var(--color-gray2) !important;
    font-family: Montserrat, sans-serif;
    line-height: 1.5;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
  }
  
  .mine_goods_box .card:hover{
    border: 1px solid var(--color-orange-menu);
    background: var(--color-gray1);
  }
  
  .mine_goods_box .card .card-body{
    padding-bottom: 0rem;
  }
  .mine_goods_box .card .card-title{
    font-weight: bold;
    pointer-events: auto;
    font-family: Montserrat, sans-serif;
    color: var(--color-white);
    font-size: 20px;
  }
  .mine_goods_box .card .card-title a{
    color: var(--color-white);
    text-decoration:none;
  }
  .mine_goods_box .card .card-title a:hover{
    text-decoration:underline;
  }
  
  .mine_goods_box .card .available {
    text-align: center;
    color: var(--color-gray2);
    font-size: 16px;
    padding: 5px;
  }
  
  .mine_goods_box .card .card-footer{
    border: 0px;
    padding: 0rem 1.5rem 1.5rem 1.5rem ;
  }
  
  .mine_goods_box .card p{
    margin-bottom: 0.5rem;
  }
  .mine_goods_box .card .price{
    text-align: left;
    font-family: Montserrat, sans-serif;
    color: var(--color-blue3);
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
  }
  
  .rouble {
    /*color: var(--color-orange1);*/
  }
  
  .card_btn_box{
    
  }
  
  /* --- END mine_goods_box --- */
  
  /* --- reasons --- */
  
  .reasons_box{
    padding-bottom: 120px !important ;
    background-color: #3B3B3B;
    /*background: linear-gradient(rgba(31, 31, 31, 0.85), rgba(31, 31, 31, 0.85)), url("../css/img/mkpp/54785736_2!!!!!!.jpg?1554287650823") left 50% top 50% / cover no-repeat fixed, url("../css/img/mkpp/54785736_2!!!.jpg") left 50% top 50% / cover no-repeat fixed;*/
    /*background: linear-gradient(rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77)), url(../css/img/mkpp/hd_bg4.webp) left 50% top 50% / auto auto no-repeat fixed;*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.55)), url(../css/img/mkpp/hd_bg5.jpg) left 50% top 50% / cover no-repeat fixed;*/
  }
  .reasons_box .c_h1{
    /*color: #ffffff;*/
    /*color: var(--color-gray);*/
    color: var(--color-white);
  }
  
  .reasons_box .card{
    position: relative;
  }
  
  .reasons_box .card{
    margin-top: 60px; 
    padding-top: 50px;
    padding-bottom: 15px;
    background: transparent;
    color: var(--color-gray2) !important;
    background: rgba(51, 51, 51, 0.25);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .reasons_box .card .card-img-box{
    padding-top: 15px;
    text-align: center;
    align-items: center;
    width: 80px;
    min-height: 80px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 119, 0, 0.25);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 119, 0, 0.25);
    box-shadow: 0px 0px 0px 5px rgba(255, 119, 0, 0.25);
    background: var(--color-orange);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 15px;
    position: absolute;
    /*top: -40px;*/
    top: -30px;
    left: calc(50% - 40px);
  }
  .reasons_box .card .card-title{
    pointer-events: auto;
    font-family: Montserrat, sans-serif;
    color: #fff;
    line-height: 1.4;
    text-decoration: none;
    font-size: 19px;
    color: var(--color-white) !important;
    
    /*color: var(--color-gray) !important;*/
  }
  
  .reasons_box .card .card-text{
    pointer-events: auto;
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
    text-decoration: none;
    font-size: 15px;
    
    /*color: var(--color-white) !important;*/
    /*color: var(--color-gray) !important;*/
  }
  /* --- END reasons --- */
  
  /* --- special --- */
  .special_box .container{
    margin-top: -63px;
    /*background: #fff;*/
  }
  .special_img_box{
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
  }
  .special_img_box img{
    
  }
  
  .special_txt_box{
    
  }
  
  .special_txt_box .card{
    
    padding: 40px 40px 40px 0;
    border: none;
    position: relative;
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    left: 0;
    right: 0;
    flex-basis: 100%;
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEwLjkyIDUxMC45MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGZpbGwtb3BhY2l0eT0iMC4zIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj4KPGcgaWQ9ImctMiI+Cgk8cGF0aCBkPSJNMjE0LjQ3LDI1Ny4yNjFjNC4zMjksMCw4LjY1OC0zLjkzNiw4LjY1OC0xNy4xMmMwLTEzLjE4NC00LjMyOS0xNy4xMi04LjY1OC0xNy4xMnMtOC42NTgsMy45MzYtOC42NTgsMTcuMTIgICBDMjA1LjgxMiwyNTMuMzI1LDIxMC4xNDEsMjU3LjI2MSwyMTQuNDcsMjU3LjI2MXoiIGlkPSJwYXRoLTMiPjwvcGF0aD4KCTxwYXRoIGQ9Ik0xMTMuNTIzLDE1OC4wODVjLTQuMzI5LDAtOC42NTgsMy45MzYtOC42NTgsMTcuMTJjMCwxMy4xODQsNC4zMjksMTcuMTIsOC42NTgsMTcuMTJzOC42NTgtMy45MzYsOC42NTgtMTcuMTIgICBDMTIyLjE4MSwxNjIuMDIsMTE3Ljg1MiwxNTguMDg1LDExMy41MjMsMTU4LjA4NXoiIGlkPSJwYXRoLTQiPjwvcGF0aD4KCTxwYXRoIGQ9Ik01MTAuOTIsMjA3LjY3M0w0MjkuMzk0LDY0LjI0OEgwdjI4Ni44NWgyNzN2MTYuNTc1YzAsNDMuNTYxLDM1LjQzOSw3OSw3OSw3OWM0My41NjEsMCw3OS0zNS40MzksNzktNzl2LTE5LjQwMSAgIEw1MTAuOTIsMjA3LjY3M3ogTTE5NC4zOTgsMTM4LjgwMWgzMy4yNTVsLTk0LjA2LDEzNy43NDRoLTMzLjI1NUwxOTQuMzk4LDEzOC44MDF6IE03Ni45MjIsMTc1LjIwNCAgIGMwLTI0LjQsMTUuNzQyLTM4LjM3MSwzNi42LTM4LjM3MWMyMC44NTgsMCwzNi42MDEsMTMuOTcxLDM2LjYwMSwzOC4zNzFjMCwyNC41OTctMTUuNzQyLDM4LjM3Mi0zNi42MDEsMzguMzcyICAgQzkyLjY2NSwyMTMuNTc2LDc2LjkyMiwxOTkuODAyLDc2LjkyMiwxNzUuMjA0eiBNMjE0LjQ3LDIwMS43NjljMjAuODU4LDAsMzYuNjAxLDEzLjk3MSwzNi42MDEsMzguMzcyICAgYzAsMjQuNTk3LTE1Ljc0MiwzOC4zNzEtMzYuNjAxLDM4LjM3MXMtMzYuNjAxLTEzLjc3NC0zNi42MDEtMzguMzcxQzE3Ny44NjksMjE1Ljc0MSwxOTMuNjExLDIwMS43NjksMjE0LjQ3LDIwMS43Njl6ICAgIE0zNzAuNTkyLDE1My42NDJjMjkuNzkyLDAsNTQuMDMsMjQuMjM4LDU0LjAzLDU0LjAzYzAsOC4yMi0xLjg1MywxNi4wMTMtNS4xNTEsMjIuOTk2Yy02LjE5Ni0xMC4xOTktMTQuNjktMTkuMDE1LTI0Ljk5Mi0yNS42MDEgICBjLTEuMzAzLTEyLjAyOS0xMS41MTctMjEuNDI1LTIzLjg4Ny0yMS40MjVjLTEzLjI1MSwwLTI0LjAzLDEwLjc4LTI0LjAzLDI0LjAzYzAsMTMuMjUsMTAuNzgsMjQuMDMsMjQuMDMsMjQuMDMgICBjMi43MjYsMCw1LjM0NS0wLjQ2Myw3Ljc5LTEuMzAzYzguOTYsNS43NDYsMTUuNzAxLDE0LjIwNCwxOS40LDIzLjkzNGMtNy45OTMsNC42NzYtMTcuMjgsNy4zNjktMjcuMTksNy4zNjkgICBjLTI5Ljc5MywwLTU0LjAzLTI0LjIzOC01NC4wMy01NC4wM0MzMTYuNTYyLDE3Ny44OCwzNDAuNzk5LDE1My42NDIsMzcwLjU5MiwxNTMuNjQyeiBNMzUyLDQxNi42NzNjLTI3LjAxOSwwLTQ5LTIxLjk4MS00OS00OSAgIHYtMTYuNTc1aDk4djE2LjU3NUM0MDEsMzk0LjY5MiwzNzkuMDE5LDQxNi42NzMsMzUyLDQxNi42NzN6IiBpZD0icGF0aC01Ij48L3BhdGg+CjwvZz4KCgoKCgoKCgoKCgoKCgoKPC9zdmc+) right 10px bottom -36px / 154px no-repeat var(--color-blue3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    align-self: auto;
  }
  
  .special_txt_box .card .card-title{
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    pointer-events: auto;
    font-family: Montserrat, sans-serif;
    color: var(--color-white);
    text-decoration: none;
    font-size: 20px;
  }
  
  .card-text{
    pointer-events: auto;
    font-family: Montserrat, sans-serif;
    color: #ededed;
    line-height: 1.6;
    text-decoration: none;
    font-size: 15px;
  }
  .special_more_box{
    
  }
  .special_more_link{
    text-align: center;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    color: #3be8ff;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 600;
  }
  .special_more_link:hover{
    text-decoration:none;
  }
  .owl-carousel-special{
    padding-bottom: 5px;
  }
  .owl-carousel-special .owl-nav{
    padding-top: 35p;
  }
  .special_box .owl-prev,
  .special_box .owl-next{
    font-size: 32px !important;  
  }
  .special_box .owl-prev{
    float: left;
  }
  .special_box .owl-next{
    float: right;
  }
  /* --- END special --- */
  
  /* --- certificates --- */
  .certificates_box{
    
  }
  .sert_img_box{
    
  }
  .sert_img_box img{
    
  }
  
  .owl-carousel-certificates{
    padding-bottom: 5px;
  }
  .owl-carousel-certificates .owl-nav{
    padding-top: 50px;
  }
  .certificates_box .owl-prev,
  .certificates_box .owl-next{
    font-size: 32px !important; 
  }
  
  .certificates_box .owl-theme .owl-nav {
    text-align: right;
    -webkit-tap-highlight-color: transparent;
  }
 
  .certificates_btn_box{
    margin-top: -68px;
    z-index: 10;
    position: absolute;
  }
  
  .cert_form_box{
    padding: 40px;
    /*margin: 0 0 auto 100px;*/
    border: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    text-align: center;
    box-sizing: border-box;
    /*width: 350px;*/
    background: var(--color-blue3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 560px;
  }
  .cert_form_box input{
    padding: 15px 20px;
    border: none;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-width: 100px;
    min-height: 22px;
    outline: none;
    -webkit-appearance: none;
    font-family: Montserrat, sans-serif;
    text-align: left;
    font-size: 13px;
    color: #333;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    resize: vertical;
    display: block;
  }
  .cert_form_title{
    box-sizing: border-box;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: var(--color-white);
    text-decoration: none;
    font-weight: 600;
  }
  .cert_form_dscr{
    font-size: 15px;
    margin-bottom: 20px;;
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255, 0.83);
    line-height: 1.3;
  }
  /* --- END certificates --- */
  
  /* --- mreviews --- */
  
  .mreviews_box{
    padding: 100px 30px 150px 30px;
    margin: 0;
    position: relative;
    /*background: linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url("../css/img/mkpp/54786265_2!!!GG.jpg") left 50% top 50% / cover no-repeat fixed, url("../css/img/mkpp/54786265_2!!!.jpg") left 50% top 50% / cover no-repeat fixed;*/
    z-index: 4;
    text-align: left;
    display: block;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    /*color: var(--color-white);*/
    color: var(--color-gray);
  }
  
  .mreviews_box .c_h1{
    color: var(--color-white);
    /*color: var(--color-gray);*/
  }
  .mreviews_tit{
    font-weight: 600;
    margin-bottom: 5px;
    pointer-events: auto;
    font-family: Montserrat, sans-serif;
    color: var(--color-white);
    /*color: var(--color-gray);*/
    font-size: 17px;
  }
  .mreviews_dsc{
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    color: var(--color-blue3);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }
  
  .owl-carousel-mreviews{
    padding-bottom: 5px;
  }
  .owl-carousel-mreviews .owl-nav{
    padding-top: 35px;
  }
  .mreviews_box .owl-prev,
  .mreviews_box .owl-next{
    font-size: 32px !important;  
  }
  .mreviews_box .owl-prev{
    float: left;
  }
  .mreviews_box .owl-next{
    float: right;
  }
  /* --- END mreviews --- */
  
  /* --- mabout --- */
  .mabout_box{
    font-family: Montserrat, sans-serif;
    color: #8f8f8f;
    background-color: #fff; 
    line-height: 1.7;
    font-size: 15px;
  }
  .mabout_tit{
    font-size: 17px;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    color: #616161;
    line-height: 1.4;
    text-decoration: none;
    font-weight: 600;
  }
  .mabout_item_box{
    
  }
  .mabout_item{
    padding: 20px;
    margin: 5px 0;
    border: 1px solid rgba(0, 153, 255, 0.15);
    position: relative;
    width: auto;
    box-sizing: border-box;
    display: block;
    background: #f7fbff;
    border-radius: 0;
    align-self: auto; 
  } 
  .mabout_item_tit{
    font-weight: 900;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    color: var(--color-blue3);
    text-decoration: none;
  }
  .mabout_item_dsc{
    text-align: left;
    font-family: Montserrat, sans-serif;
    color: #333;
  }
  /* --- END mabout --- */
  
  /* --- mpartners --- */
  
  .mpartners_img_box{
    /*width: auto;*/
    height: 120px;
    background: #fff;
    padding: 10px;
  }
  
  .mpartners_img_box img{
    max-height: 100px;
    max-width: 100%;
    width: inherit !important;
    margin: 0 auto;
  }
  .mpartners_box .owl-carousel-mpartners{
    padding-left: 50px;
    padding-right: 50px;
  }
  .mpartners_box .owl-prev,
  .mpartners_box .owl-next{
    font-size: 32px !important;  
    margin-top: -98px !important;
    z-index: 10 !important;
    position: relative !important;
  }
  .mpartners_box .owl-prev{ 
    float: left;
    margin-left: -50px !important;
  }
  .mpartners_box .owl-next{
    float: right;
    margin-right: -50px !important;
  }
  
  .mpartners_img_box{
    display: flex;
    align-items: center;
    border-radius: 15px;
  }
  /* --- mpartners --- */
  
  /* --- footer --- */
  .footer_box{
    padding: 80px 30px 50px;
    /*background: linear-gradient(rgba(51, 51, 51, 0.93), rgba(51, 51, 51, 0.93)), url("../css/img/mkpp/54785354_2!!!.jpg?1553578457272") left 50% top 50% / cover no-repeat fixed;*/
    background: #3B3B3B;
    color: var(--color-white);
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255, 0.87);
    line-height: 1.4;
    font-size: 14px;
  }
  .footer_box .f_h1{
    color: var(--color-white);
    font-size: 30px;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;  
  }
  
  .ftop_row{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .f_to_up_box{
    cursor: pointer;  
    text-decoration: none;
  }
  .f_to_up_box .f_to_up{
    padding: 8px 15px;
    margin: 6px 0 5px auto;
    border: none;
    color: var(--color-white);
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    align-self: auto;
    background: #45c4ff;
    border-radius: 3px 0px 0px 3px;
    font-weight: 600;
  }
  .f_to_up_box i{
    padding: 10px 15px 9px 15px;
    background: var(--color-blue3);
    border-radius:  0px 3px 3px 0px  ;
    font-size: 14px;
  }
  
  .footer_box .f_h2{
    font-size: 17px;
    text-align: left;
    font-family: Montserrat, sans-serif;
    color: var(--color-white);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
  }
  .fmail_box a{
    font-family: Montserrat, sans-serif;
    color: var(--color-orange);
    text-decoration: underline;
    font-size: 15px;
  }
  .fmail_box a:hover{
    text-decoration: none;
  }
  .fphone_box,
  .fphone_box a{
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.3;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
  }
  .fphone_box a:hover{    
    text-decoration: underline;
  }
  .footer_box ul{
    padding: 0;
    margin: 0 0 0 5px;
    box-sizing: border-box;
    list-style: none;
  }
  .footer_box ul li{
    
  }
  .footer_box ul li a{
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1;
    color: #adadad;
    display: block;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    font-weight: 500;
  }
  .footer_box ul li a:hover{
    color: var(--color-orange);
  }
  .soc_item_box{
    color: var(--color-orange);
    font-size: 24px;
    margin-top: 25px;
  }
  .soc_item_box a{
    color: var(--color-white);
    margin-right: 10px; 
  }
  .soc_item_box a:hover{
    color: var(--color-orange);
  }
  /* --- END footer --- */
  
/* --- End mkpp --- */