@charset "windows-1251";
/* CSS Document */
body {
letter-spacing: 0.05em;    
}
A {
    COLOR: #9a2c27;
     text-decoration: underline;
}
   a:hover {
    color: #000; /* Цвет ссылки при наведении на нее курсора мыши */  
    text-decoration: underline; /* Добавляем подчеркивание */
   }      

body > svg {
    width: 0;
    height: 0;
    position: absolute
}



li.fmgray2 {
    background: url(/images/menutech/fmenu1.jpg);
    border-top: #fff solid 1px;}

@media (min-width: 1300px) {
    .container {    width: 1580px;    }
}

    
      

a:focus {
    outline: none;
    text-decoration: none;
}

ul.lr-nav {
    margin: 0;
    padding: 0;
   list-style: none; 
    
}

ul.sub-menu { 
    list-style: none;
}



.lr-header {

    padding: 18px 0;
 
}

.lr-nav {
    display: flex;
   
}

.lr-nav > li > a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    
}

.lr-nav > li > a:hover {
   /* opacity: 0.9;*/
 background: #cccecd;  
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}

.header-container:after,
.header-container:before {
    display: none;
}

.lr-nav > li:not(:last-child) {
    margin-right: 25px; 
}

.sub-menu {
    position: absolute;
    background: #bab56a;
    width: 280px;
    padding: 15px;
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.1);
    z-index: 100;

}

.lr-nav > li:hover .sub-menu {
    opacity: 1;
    display: block;
}

.sub-menu li a {
    text-decoration: none;
    color: #0b0f10;
    font-weight: 400;
  
}

.sub-menu li {
    line-height: 16px;
    margin-bottom: 13px;
}

.sub-menu li a:hover{
    color: #e1e3e2  ;

    
}

#bw-rmenu .sub-menu li{
    margin-bottom: 12px;
}

.up-icon {
    width: 15px;
    height: 10px;
    background: url(/images/menutech/up-icon-black.svg) center no-repeat;
    display: inline-block;
    margin-left: 8px;
}





section {
    padding: 45px 0;
}






/* RMenu */

.bw-rmenu-toggle {
    display: none;
    cursor: pointer;
}

.bw-rmenu-toggle img {
    width: 20px;
    height: 20px;
}

@media(max-width: 998px) {
    .bw-rmenu-toggle {
        display: block;
        }
  }

#bw-rmenu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background: linear-gradient(45deg, #b2b2b2, #e6e8e6);
    transition: left .25s;
    overflow-y: auto;
}

#bw-rmenu.bw-hide {
    left: -100%;
}

#bw-rmenu.bw-show {
    left: 0;
}

#bw-rmenu > ul.nav {
    display: block;
    padding: 15px;
   
}

#bw-rmenu > ul.nav > li {
    display: block;
    width: 100%;
     
}

#bw-rmenu > ul.nav > li > a {
    padding: 15px 0;
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #1b7aba;
    text-align: center;
}

#bw-rmenu > ul.nav > li > a:hover {
    text-decoration: none;
    color: #c55c31;
  
}


#bw-rmenu .sub-menu {
    display: block;
    position: relative;
    background: none;
    margin-bottom: 10px;
    width: 100%;
    opacity: 1;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    display: none;
    transition: none;

}

#bw-rmenu ul {
    list-style: none;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}

#bw-rmenu ul li > a {
    color: #373839;
   
}

#bw-rmenu ul li a {
  text-decoration: none;
    line-height: 1.23em;
    display: inline-block;

}

#bw-rmenu ul li {
    margin-bottom: 0;
    
}


#bw-rmenu > ul > li {
    border-bottom: 2px 	dotted  #7e7d7d;
   
}

#bw-rmenu > ul > li > a {
    padding: 15px 0;
    display: block;
    line-height: 1em;
    padding-top: 13px;
    position: relative;
   
}

#bw-rmenu > ul > li:hover .sub-menu {
    display: none;
  
}



#bw-rmenu .header-logo img {
    max-width: 100px;
}

#bw-rmenu .header-logo {
    top: 0;
    padding: 10px;
    text-align: center;
    display: block;

}

.top-menu-img {
    min-height: 77px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#bw-rmenu > ul > li {
    width: 100%;
    margin-right: 0;
}

#bw-rmenu > ul > li .up-icon {
    position: absolute;
    right: 0;
    background-size: 25px;
    width: 25px;
    height: 25px;
    margin-top: -4px;
}

#bw-rmenu .lr-nav > li:not(:last-child) {
    margin-left: 0px;
  
}




@media (max-width: 1300px) {
    .lr-nav > li:not(:last-child) {
        margin-right: 13px;
    }

 
}

@media (max-width: 1199px) {
    .lr-nav {
        flex-wrap: wrap;
        justify-content: center; 
         font-size: 80%
    }
    
}

 
 

@media (max-width: 998px) {
    
    .header-menu {
        display: none;
    }

    h1 {font-size: 1.7rem;}
    h2 {font-size: 1.5rem;}
    h3 {font-size: 1.4rem;}    
}

@media (max-width: 560px) {

  

    section {
        padding: 30px 0;
    }

    
}

@media (max-width: 400px) {
  
    body {
        min-width: 320px;
    }

  
}




/*dop style 01/11/19*/

.lr-header {
    background-color: #fdfdfd;
    padding-bottom: 1px; padding-top: 1px; margin-top: 0px; padding-right: 0px; border-bottom: #fff solid 1px; border-top: #fff solid 1px;
    background: url(/images/menutech/fmenu1.jpg);
}


.lr-header .lr-nav > li > a:hover {
  /*  background-color: rgb(228, 36, 40); */
}

.lr-header .lr-nav > li > a {
    padding: 2px 13px;
    font-size: 80%;
    color: #fff;
    font-weight: 500; 
    letter-spacing: 0.02em;   
   
}

.lr-header .lr-nav > li:not(:last-child) {
    margin-right: 0; padding:1px;
}

.lr-header .lr-nav > li:hover > a,  .lr-header .lr-nav > li.active > a{
 
    color: #373839;
    background:#e1e2e1;

}

.lr-header .sub-menu li a {
    display: block;
    background-color: #e6e8e6  ;
    padding: 10px 15px;
    
}

.lr-header .sub-menu li a:hover {
    background:#aeb0ae;
    color:  #1f2231;
     border: #6c757d solid 1px;
}

.lr-header .sub-menu li {
    margin-bottom: 0;
}

.lr-header .sub-menu {
    padding: 0;
    box-shadow: none;
     border: #6c757d solid 1px;
}



.header-top{
    padding: 10px 0;
    font-size: 15px;
    color: #fff;
    background: rgb(111, 111, 110);
    font-weight: 400;
}

.lr-header .lr-nav > li > a .up-icon{
    background-image: url("/images/menutech/up-icon.svg");
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='10px'%3e%3cpath fill-rule='evenodd' stroke='rgb(250, 250, 250)' stroke-width='2px' stroke-linecap='square' stroke-linejoin='miter' fill='none' d='M2.263,3.484 L7.000,8.000 L11.737,3.484 '/%3e%3c/svg%3e");
}

.lr-header .lr-nav > li.active > a .up-icon{
    filter: invert(1);
}

.lr-header .lr-nav > li:hover > a .up-icon{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='10px'%3e%3cpath fill-rule='evenodd' stroke='rgb(105, 108, 110)' stroke-width='2px' stroke-linecap='square' stroke-linejoin='miter' fill='none' d='M2.263,3.484 L7.000,8.000 L11.737,3.484 '/%3e%3c/svg%3e");
}

@media (max-width: 998px) {
    .lr-header{
        padding: 0px 0;
    }
}


.lr-header > .open-link{
    position: absolute;
}

/*.dop-style14022020*/




.lr-header > .open-link{
    position: absolute;
}

.lr-header .lr-nav > li.search-toggle > a:hover {
    background: #989DC9;
    opacity: 0.8;
}
.lr-header .lr-nav > li.search-toggle a{
    color: white;
   /* background: #e31e26;*/
    border-radius: 50%;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 0;
    line-height: 38px;
    text-align: center;
    margin-top: 15px;
    margin-left: 10px;
}
@media (max-width: 998px) {
    
    .lr-header {background:  #d9180f; border-bottom:#d9180f 1px solid; border-top:#d9180f 1px solid;}
}

   .col-lg-6 {
   padding-right: 0px;
   padding-left: 0px;} 


.bel {
    FONT-WEIGHT: bold;
    COLOR: White;
}

A.bel:hover {
     COLOR: White;
    text-decoration: none;
}

.box-shadow-1 {
 background:url(/images/page/background1.jpg) repeat-x bottom;  
 border-radius: 15px;  padding: 20px;  
 box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8),    23px 0 20px -23px rgba(0, 0, 0, .8),  0 0 40px rgba(0, 0, 0, .1) inset;   
}

A img.img1 {
    border: 1px solid #F0F0F0;
}
A:hover img.img1 {
    border: 1px solid #B52F34;
}
#img1 {
    padding: 5px;
    margin: 5px;
}  


.video-play {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
}
.video-play:after {
    content: "";
    position: absolute;
    background: url(/templates/2019/img/play-bg.svg) center no-repeat;
    width: 109px;
    height: 75px;
    left: 50%;
    top: 50%;
    margin-left: -58px;
    margin-top: -36px;}

#greenverline {
    border-left: 4px solid #8CC682;
    BORDER-RIGHT: 1px solid #8CC682;
    BORDER-TOP: 1px solid #8CC682;
    BORDER-bottom: 1px solid #8CC682;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 10px;
    width: 98%;
}
#redverline {
    border-left: 4px solid #993300;
    BORDER-RIGHT: 1px solid #993300;
    BORDER-TOP: 1px solid #993300;
    BORDER-bottom: 1px solid #993300;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 10px;
    width: 98%;
}

a.m12 {
font-family:Arial, Helvetica, sans-serif; 
color:#666666;
}

 A.m12:hover {
	TEXT-DECORATION: none;
}

 a.m12b:hover {
	TEXT-DECORATION: none;
}

 a.m10:hover {
	TEXT-DECORATION: underline;
}


.ul {
    list-style-position: outside;
    list-style-image: url(../images/page/v.gif);
}

.tableall {background-color: #f0f0f0;  padding: 8px; margin-bottom: 8px; margin-right: 15px; border-radius: 15px 15px 0px 0px; }
.tableall:hover {background-color:#E5E5E5}

.tableall h2{
    font-weight: 500;
    FONT-SIZE: 1.5rem;
    text-align: center;
}

.tableall h3{
    font-weight: 500;
    FONT-SIZE: 1.2rem;
    text-align: center;
}
A img.img {border: 1px solid #F0F0F0;}
a:hover img.img {border: 1px solid #E34B1C;}
