/*****************************************************************************/
/* Меню 
/*****************************************************************************/ 
body {
    color: #000000;
}
.navbar {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    background-color: #2D2D2D;
}
.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: #00B450;
}
.otstup-5 {
  padding:5px;
}
.otstup-10 {
  padding:10px;
}
.otstup-20 {
  padding:20px;
}
.alert-dark {     /* Выделить ссылку жирным в блоке  */
  font-size: 17px;
    color: #ffffff;
    background-color: #2b2b2b;
}
.alert-dark a {     /* Выделить ссылку жирным в блоке алерт */
  font-weight: bold;
}
tbody, td, tfoot, th, thead, tr {  /* таблица */
    font-size: 18px;
}
a {
    color: #00B450;
}
a:hover {
    color: #0AC747;
    text-decoration: underline;
}
.class{    
   width: 400px;
   margin: 0 auto;
}
.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}
.form-check-input:focus {
    border-color: #198754;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 30%);
}
/*меню надпись*/
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #00B450;
}
/*меню вакансии*/
.sticky-top {
top: 5rem;
}
.min-h2 {
  font-size: 35px;
  font-weight: 500;
  margin: 10px 0 30px;
  text-align: center;
  line-height: 1;
  letter-spacing: -1px;
} 
.min-h3 {
  font-size: 35px;
  font-weight: 500;
  margin: 10px 0 5px;
}
.min-h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0 5px;
}
/*****************************************************************************/
/* ВИДИО 
/*****************************************************************************/   
header {
  margin-top: 55px;
  position: relative;
  background-color: black;
  height: 30vh;  	    /*  Выстота 1     */        
  min-height: 27rem;  /*  выстота 2     */
  width: 100%;
  overflow: hidden;
  color: #f8f8f8;
}
header .container {
  position: relative;
  z-index: 2;
}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}  
    
.title {
	color: #ffffff;
    line-height: 42px;    
  		/*  font: Arial, sans-serif;     */
           
}
.title span {
	padding: 0 10px;
		/*	background: rgba(43,43,43,0.7);   */
 	/* text-shadow: black 1px 1px 0, #000 -1px -1px 0, 
              black 0px -1px 0, #000  1px -1px 0; */  
              
    text-shadow: 1px 2px 2px black, 0 0 1em black; /* Параметры тени */

}
header h1 {
	font-size: 42px;
  text-align: center;
}  
header h2 { 
	font-size: 26px;
  text-align: center;   
}
header b { 
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
}
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../img/video_bg.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
} 


.justify-content-center a {
    color: #fff;
    font-weight: 500;
}
.justify-content-center a:hover {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
header .btn-success {
    background: #00a730;
    border-color: #00bb52;
    width: 230px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 13px 7px 29px rgb(0 170 50 / 40%);
}
header .btn-success:hover {
    background: #00bb52;
    border-color: #00bb52;
}

/*****************************************************************************/
/* ВИДИО END
/*****************************************************************************/
/******************Акции*******************************************/
.aktsii {
  color: #ffffff;
  font-size: 22px;
  padding: 45px 20px 45px 20px;
  background: radial-gradient(30% 70%, #008930, #009222);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2) inset, 0px -3px 7px rgba(0, 0, 0, 0.2) inset;   
}
.aktsii h6 {
  font-size: 38px;
  font-weight: 500;
  color: #ffce00;
  padding: 5px 0 10px;
  line-height: 1;
  letter-spacing: -1px;
}
.aktsii span {
  padding: 5px 15px 5px 15px;
	background: rgb(0 0 0 / 70%); 
}
/*****************************************************************************/
.power {
  padding: 35px 20px 30px 20px;
  background: linear-gradient(to top, #2b2b2b 20%, #33393f 50%, #2b2b2b 80%);
 /*  background: linear-gradient(to top, #008932 20%, #2aa628 50%, #008932 80%);   */
  }
.powerh2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  padding: 5px 0 15px;
  line-height: 1;
  letter-spacing: -1px;
}
.power-h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1;
  letter-spacing: -1px;
}
.power p {
  color: #afafaf;
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
}
.power img {
    width: 85px;
    margin: 10% auto;
    float: right;
}
/*****************************************************************************/
.content-section {
  padding: 20px 25px 20px 25px;
  background-color: #f5f5f5;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.content-section-h3 {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 600;
  margin: 5px 0 5px;
}
/*****************************************************************************/
.raz1 hr
{
  width:100%;
  border: 0;
  border-top: 1px solid #00AB3F;
  border-bottom: 2px solid #00923f;     
}
.raz1 img
{
margin-bottom: 5px;
  border: 3px solid #00923f;
  background-repeat: repeat-x;   
}
.raz2 hr
{
  width:100%;
  border: 0;
  border-top: 1px solid #ce196a;
  border-bottom: 2px solid #ce196a;       
}
.raz2 img
{
margin-bottom: 5px;
  border: 3px solid #ce196a;
  background-repeat: repeat-x;   
}
.raz3 hr
{
  width:100%;
  border: 0;
  border-top: 1px solid #19a1ce;
  border-bottom: 2px solid #19a1ce;      
}
.raz3 img
{
  margin-bottom: 5px;
  border: 3px solid #19a1ce;
  background-repeat: repeat-x;   
}
.raz4 hr
{
  width:100%;
  border: 0;
  border-top: 1px solid #ffc107;
  border-bottom: 2px solid #ffc107;      
}
.raz4 img
{
  margin-bottom: 5px;
  border: 3px solid #ffc107;
  background-repeat: repeat-x;   
}

.btn-raz1 {
    color: #000;
    background-color: #00923f30;
    border-color: #00923f;
}
.btn-raz2 {
    color: #000;
    background-color: #ce196a30;
    border-color: #ce196a;
}
.btn-raz3 {
    color: #000;
    background-color: #19a1ce30;
    border-color: #19a1ce;
}
.btn-raz4 {
    color: #000;
    background-color: #ffc10740;
    border-color: #ffc107;
}
/*****************************************************************************/
.how-working {
  padding: 30px 20px 35px 20px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 #002a41;
  background: radial-gradient(30% 70%, #00d02f, #008932);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2) inset, 0px -3px 7px rgba(0, 0, 0, 0.2) inset;   
}
.how-working h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1;
  letter-spacing: -1px;
}
.how-working-title {
  font-size: 35px;
  line-height: 1;
  letter-spacing: -1px;
}
.how-working-rsaquo { 
  font: 100% Humnst777 Cn BT;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 95px;
  font-size: 200px;
}
.how-working p {
  padding-top: 5px;
  line-height: 24px;
  font-weight: bold;
  font-size: 20px;
}
.how-working img  {
  width: 70px;
  margin: 19% auto;
}  
/*****************************************************************************/
.icon-back-b {  
    background-color: #f5f5f5;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #333333;
    margin: 2% auto;
}
.icon-back {  
    background-color: #f5f5f5;
    width: 200px;
    height: 200px;
    /*border:1px solid #ddd;    
    box-shadow: 0 2px 5px #aaa; */
    border-radius: 50%;
    margin: 2% auto;
    top: 0; left: 0; bottom: 0; right: 0;
}
/*****************************************************************************/
.content-certificate {
    padding: 25px 40px 30px 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.content-certificate-h3 {
    padding: 20px 0px 5px 0px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
}
.content-certificate img
{
  width: 100%;
  height: auto;
  border: 3px solid #333333;
  background-repeat: repeat-x;   
}  
.content-certificate-min {
    text-align: center;
    padding: 20px 0px 25px 0px;
    background-color: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.content-certificate-min b {
  font-size: 18px;
  line-height: 2;
} 
.content-certificate-min img
{
  width: 60%;
  height: auto;
  border: 3px solid #333333;
  background-repeat: repeat-x;   
}
/*****************************************************************************/
/*****************************************************************************/
.content-work {
    padding: 25px 40px 30px 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.content-work-h3 {
    padding: 20px 0px 5px 0px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
}
.content-work img
{
  width: 100%;
  height: auto;
  background-repeat: repeat-x;   
}  

/*****************************************************************************/
.content-OwlCarousel {
  padding: 30px 20px 35px 20px;
    background-color: #FFFFFF;
    text-align: center;
}    
.content-OwlCarousel h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 10px 0 30px;
  line-height: 1;
  letter-spacing: -1px;
} 
/*****************************************************************************/
.marketing-form {
  color: #ffffff; 
  position: relative;
  padding: 30px 40px 30px 40px;
  background: linear-gradient(to top, #2b2b2b 20%, #33393f 50%, #2b2b2b 80%); 
} 
.marketing-form-h3 {
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}
.marketing-form p {
    color: #d4d4d4;
    font-size: 24px;
}
.marketing-form ul {
    list-style: square outside; 
    font-size: 22px; 
}
.marketing-form  a {
    color: #ffaa3e;
    font-weight: 500;
}
.marketing-form  a:hover {
    color: #ffaa3e;
    font-weight: 500;
    text-decoration: underline;
}
/*****************************************************************************/
.menu-content {
    padding: 0px 20px 0px 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;    
} 
.menu-content h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 20px 0 20px;
  text-align: center;
  line-height: 1;
  letter-spacing: -1px;
}
.menu-content a {
  text-align: center;
  font-size: 12px;
}
/*****************************************************************************/
.block-menu {
    position:relative; 
    margin-bottom: 20px;
    border-style: solid;
    border-color: white;
    border-image: none;
    padding: 5px 5px 6px 0px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    box-shadow: -1px -1px 0px rgb(247, 255, 255), 1px 1px 0px rgb(247, 255, 255), 0px 5px 15px rgba(0, 0, 0, 0.5);       
}
.block-menu img{
  width: 100%;
  height: auto;
}
.block-menu .block-menu-text {
    font-size:18px;
    font-weight: 600; 
    text-indent: 1em;   /* Отступ первой строки */
    display:block;
    position:absolute; 
    left:0;
    bottom:0;
    color:#fff;
    padding:5px;
    background-color: rgba(0,0,0,.7);
    width:100%;  
}
/*****************************************************************************/
.page-header {
    padding-bottom: 9px;
    margin: 50px 0 30px;
    border-bottom: 3px solid #00923f;
    color: #00923f;
}
.text-header {
  padding: 25px 40px 0px 20px;
  background-color: #FFFFFF;
  font-size: 18px;
} 
.text-content {
  padding: 20px 10px 20px 10px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 20px;
  text-align: justify;
}
.text-content h2 {
  font-size: 50px;
  font-weight: 500;
  margin: 20px 0 25px;
  text-align: center;
  line-height: 1;
  letter-spacing: -1px;
}
.text-content h3 {
  padding-top: 10px;
  font-size: 35px;
  margin: 5px 0 15px;
}
.text-content p {     
  text-indent: 2.5em; 
}

.text-content .left  {
  float: left!important;
  margin: 10px 20px 0  0px;
}
.text-content .right  {
  float: right!important;
  margin: 10px 0px 0  20px
}
.text-content img  {
  border: 5px #ccc solid;
  margin: 15px 15px 15px 15px;
}
.text {
  padding: 0px 40px 25px 20px;
  background-color: #FFFFFF;
  font-size: 18px;
}
/*****************************************************************************/
.map {
  position: relative;
}  
.map_txt {
  position: absolute;
  top: 40px;
  left: 70%;
  padding: 25px;
  background: #FFF;
  width: 350px;
  z-index: 1000;
  opacity: 0.9;
}  
.footer {
    padding: 10px 0px 40px 20px;
    background-color: #2D2D2D;
    font-size: 14px;    
    color: #FFFFFF;  
}
.slogan {
    padding: 0px 0px 15px;
    font-weight: 600;
    font-size: 23px;
    color: #fff;      /*  color: #00B450;   */
}
.phone_block{
    font-size: 26px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 18px;
}
.where {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}
.time {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}     
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;  
/* font-weight: bold; */
}
.icon  {
    width: 30px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
}  