
a, .btn:focus { 
  outline: 0 !important;
  box-shadow: none !important;
}

.font-weight-bolder {
    font-weight: 450!important;
}

body {
  background:  #f9fafc;
  color: #19395A;

}

.text_big{ font-size: 110%; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  /*margin-bottom: 0.5rem;*/
  font-weight: 400;
  /*line-height: 1.2;*/
}

.bi.small {
  font-size: 70%;
}

.icon_index {
  font-size: 22px; padding: 15px 20px; border-radius: 50%   
}


@media (min-width: 1200px){
  .container {
    width: 1200px !important;
  }
}

.modal-open .sticky-top, .modal-open #panel-sticker {
	opacity: 0;
}

.sticky-top{
	top: 50px;
	z-index: 100;
}

@media (max-width: 750px) {
  .modal-open .sticky-top {
   opacity: 0;
 }
 .sticky-top{
   top:30px;
 }
}	

a:hover {
  text-decoration: none;
}

.search_fav a{
	text-decoration: none !important;
}


.main_menu_gorizontal {
	margin: 15px 0;
}

input[type="checkbox"]+div,  input[type="radio"]+div{ display: inline-block; }

a.go_top {
  position: fixed;
  bottom: 25px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #1C4269;
  padding: 12px 0;
  color: white !important;
  border-radius: 50%;
  opacity: .8
}

/*-----------------------------------------------------*/
/*------------------    FOOTER     --------------------*/
/*-----------------------------------------------------*/

footer {
	background: White;
}

footer .social a.btn{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  padding-top: 4px;
  margin-left: 30px;
}


@media (max-width: 400px) {

footer .social a.btn{
  margin-left: 0;
}

 }




.bg_copyr {
  background: #EBF2F5;

}

.bg_copyr a {
  color: #19395A;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/

.dropdown.hover:hover>.dropdown-menu { 
	display: block !important; 
} 
.dropdown-menu {
	min-width: 12em !important;
}



/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/


header .zoom, header  .menu_link{
  font-size: 22px;
}

.btn.zoom{
  border-radius: 50%;
  /*padding: 5px 10px;*/
  width: 42px;
  height: 42px;
  padding: 5px 0 0 0;
}

.btn.menu_link{
  border-radius: 50%;
  /*padding: 5px 10px;*/
  width: 42px;
  height: 42px;
  padding: 5px 0 0 0;
  border: 1px solid #DCE8EF;
  margin-left: 15px;
}

header .bg-dark{
	font-size: 13px;
	color: white;
}

header  .search_fav{
	font-size: 14px;
}

@media (max-width: 750px) {

  header .flex-header {
   /*display: block !important;*/
   height: 80px;
   color: white;	

 }

 .logo img {
  margin-bottom: 25px;
  width: 150px;
  margin-left: 20px;
}

header .flex-header .logo {
	text-align: center;
	padding: 20px 0 10px;
	float: left;

}

header .flex-header .phone {
	text-align: right;
	font-size: 13px;
	font-weight: normal;
	line-height: 12pt;
}

header .cart {
	margin-top: 40px;
	text-align: center;
	position: absolute;
	top: -31px;
	right: 40px;
	z-index: 100;
}

header .cart a {
	font-size: 20px;
  /* text-transform: uppercase; */
  text-decoration: none;
  color: white !important;
  padding: 0;
  border: none;
  margin: -5px 20px;
}

header .cart a .kol {
	font-size: 11px;
	background: red;
	padding: 5px 10px;
}

.menu_mobile {
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255, .1)
}


.menu_mobile a{
  font-size: 18px;
  text-decoration: none;
  margin-right: 10px;
}

.menu .modal-content .btn {
  font-size: 18px; 
  padding: 10px 20px;
  margin: 0 0 6px;
  position: absolute;
  right: 0;
  top: 10px;
  background: none;
  z-index: 100000;
}

}


/*            Modal           */

@media (min-width: 576px){
.modal-dialog {
    max-width: 800px !important;
    margin: 1.75rem auto;
}
}

.modal-body{
  margin: 10px 10px 20px 35px;
}

.modal-content {
  z-index: 110000 !important;
}

/*---------------------------------------------- Размытый фо под модальным окном*/

.modal-open .container-fluid, .modal-open  .container, .js-iframe-overlay {
    -webkit-filter: blur(5px) grayscale(90%) !important;
}

.modal-backdrop {
    background-color: white;
}


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*width: 100%;*/
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 15px;
    outline: 0;
    /*box-shadow: 0 0 20px rgba(0,0,0, .2)*/
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    background: #F4F8FB;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal *[aria-label="Close"] {
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
}

.modal *[aria-label="Close"] span{
  background: #DCE8EF;
  border-radius: 50%;
  padding-top: 3px;
}

.modal-header .bi{
  font-size: 20px;
}

.nm { margin: 0 !important; }

#form_search   .modal-dialog {
	max-width: 1200px;
}

#form_search .modal-content {
	background: none;
	border: none;
}

.modal.menu .modal-dialog {
  position: fixed;
  margin: 0;
  left: 0;
  pointer-events: none;
  font-size: 14px;
  pointer-events: auto;

}

.modal.menu .modal-content {
  position: fixed;
  top: 0;
  left: 0 !important;
  right: 0 !important;
  width: auto;
  border: none;
  height: 100vh;
  border-radius: 0;
  box-shadow: 0 0 40px rgba(0,0,0,.3);
  padding: 0;
}
.modal.menu  .close {
  /*color: white;*/
  text-shadow:none;
  opacity: .5;
}
.modal.menu .modal-body::-webkit-scrollbar {
  width: 10px;
}

.modal.menu .modal-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  /*margin-right: -2px !important;*/
}

.modal.menu .modal-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .1);
}
.modal.menu .modal-body {
  padding: 0;
  margin-top: -30px;
  height: calc(90vh - 40px);
  overflow: auto;
  /* direction: rtl; */
  /* margin-left: 5px; */
}

@media (min-width: 576px){
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}

.modal-backdrop.show {
  z-index: 100;
}

.ymaps-layers-pane {
    -webkit-filter: grayscale(100%) opacity(90%);
    }
.ymaps-map.ymaps-i-ua_js_yes{border-radius:10px }
