.htm {
	 width: 100%;
	   margin: auto;
	    background-color: rgba(255,255,255,0.6);
       background: url(../img/back.jpg) no-repeat center center fixed rgba(255,255,255,0.6);
	  
background-blend-mode: color;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
	

}


.wrapp {width: 1100px; height: 100%; margin: auto;}

.navigation-clean-button {background:#14A89F;}

.navbar { padding: 0; }

.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
	display: flex;
}
 
/* Стили меню */
.menu {
	background: #14A89F;
	/* border: 1px solid #e7e7e7; */
		width: 100%;
		
		
		 
    height: 34px;
    color:#000;
	
font-family: 'Open Sans', sans-serif;
  
}
 
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 32px;
	min-width: 80px;
text-align: center;	
margin: auto;
flex-basis: auto;
  flex-grow: 1;
}




 
/* css ссылок навигации */
.menu li a {
    display: block;
   
    line-height: 28px;
    text-decoration: none;
 
    border-right: 1px solid #fff;
 
   min-width: 80px;
    font-size: 15px;
 
    color: #fff;
    text-decoration:none;
}
 
 
 
 
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { color: #b19b9b; }
 
/* css блока выпадающего меню */
.menu .sub-menu {
    position: absolute;
    top: 40px;
    left: -120px;
    width:305px;
 z-index: 9999;
    background:#923945;
    box-shadow:2px 2px 10px #333;
    -moz-box-shadow: 2px 2px 10px #333;
    -webkit-box-shadow: 2px 2px 10px #333;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    opacity: 0;
}

 
 
.menu li:hover > .sub-menu { opacity: 1;   }
 
.menu .sub-menu li {
    height: 0px;
    overflow: hidden;
    padding: 0;
    width:100%;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > .sub-menu li {
    height: 36px;
	
    overflow: visible;
    padding: 0;
}
/* css ссылок выпадающего меню */
.menu .sub-menu li a {
    padding: 4px 0 4px 14px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid black;
}
 
.menu .sub-menu li:last-child a { border: none; }


 
 
.menu .sub-menu li:hover {
	 background:#51151e;
}

.menu .sub-menu li a:hover {
	 color:#fff;
}


.menu_mob,
.menu_mob ul,
.menu_mob li,
.menu_mob a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
/* Стили меню */
.menu_mob {
	
	/* border: 1px solid #e7e7e7; */
		width: 100%;
		
		
		 
    height: 34px;
    color:#fff;
	
font-family: 'Open Sans', sans-serif;
  
}
 
.menu_mob li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 32px;
	min-width: 100%;
text-align: center;	
border-top: 1px solid #e7e7e7;
}




 
/* css ссылок навигации */
.menu_mob li a {
    display: block;
    padding: 0 5px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
 
  
 
   min-width: 80px;
    font-size: 15px;
 
    color: #fff;
    text-decoration:none;
}
 
 
 
 
 
.menu_mob li:first-child a { border-left: none; }
.menu_mob li:last-child a{ border-right: none; }
 
.menu_mob li:hover > a { color: #b19b9b; }
 
/* css блока выпадающего меню */
.menu_mob .sub-menu {
    position: absolute;
    top: 40px;
    left: -120px;
    width:305px;
 z-index: 9999;
    background:#923945;
    box-shadow:2px 2px 10px #333;
    -moz-box-shadow: 2px 2px 10px #333;
    -webkit-box-shadow: 2px 2px 10px #333;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    opacity: 0;
}

 
 
.menu_mob li:hover > .sub-menu { opacity: 1;   }
 
.menu_mob .sub-menu li {
    height: 0px;
    overflow: hidden;
    padding: 0;
    width:100%;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu_mob li:hover > .sub-menu li {
    height: 36px;
	
    overflow: visible;
    padding: 0;
}
/* css ссылок выпадающего меню */
.menu_mob .sub-menu li a {
    padding: 4px 0 4px 14px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid black;
}
 
.menu_mob .sub-menu li:last-child a { border: none; }


 
 
.menu_mob .sub-menu li:hover {
	 background:#51151e;
}

.menu_mob .sub-menu li a:hover {
	 color:#fff;
}





.aside-menu {
	position: relative;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	
}

.aside-menu li {
	color: #fff;
	list-style: square inside;
	border-top: 1px solid #e7e7e7;
	font-size: 12px ;
	padding: 10px;
	
}

.aside-menu li:first-child {
	border: none;
}

.aside-menu li.current-menu-item,
.aside-menu li.current-menu-item a {
	color: #8f8f8f;
}

.aside-menu a {
	color: #fff;
	text-decoration: none;
}

.aside-menu a:hover {
  color: #8f8f8f;
}




.aside-menu_mob {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	
}

.aside-menu_mob li {
	 position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 32px;
	min-width: 100%;
text-align: center;	
border-top: 1px solid #e7e7e7;
	
}

.aside-menu_mob li:first-child {
	border: none;
}

.aside-menu_mob li.current-menu-item,
.aside-menu_mob li.current-menu-item a {
	color: #8f8f8f;
}

.aside-menu_mob a {
	color: #fff;
	text-decoration: none;
}

.aside-menu_mob a:hover {
  color: #8f8f8f;
}

.gree {background-color: #14A89F; color: #fff;}

.phon {color: #000;}

.navbar-nav {
    width:100%;
    justify-content: space-around;
}


.card-header {
  height: 100px;
  background-color: #14A89F;
  padding: 0.75rem 2.1rem!important;
}

.card-header h2 {font-size: 24px;}

.card-header a {color: #fff;}



#download-icon {
  font-size: 24px;
  color: black;
  opacity: 0.4;
}

#heading-card {
  margin-top: 30px;
  font-size: 45px;
}

.cardheader-text {
  color: #fff;
  text-align: center;
}

.card-text.sub-text-color {
  color: #8c8c8c;
}

.card-text:last-child {
  font-size: 30px;
  color: #595959;
}

#cardheader-subtext {
  font-size: 20px;
}

.card.cards-shadown {
  box-shadow: 2px 2px 30px #aaaaaa;
}

.row.space-rows {
  margin: 40px;
}

.col {
  padding: 20px 7px 0px 7px;
}

.card.cards-shadown.cards-hover:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 99;
}

.card-header:first-child:hover {
  background-color: #ffb366;
}
.card-body {
text-align: center!important; }

.pag {padding-top: 30px;
padding-bottom: 30px;}


table { 

margin: auto;
    background-color: rgba(255,255,255,0.7);
}

.foot { background-color: rgba(255,255,255,0.7);}

.glav { 

padding: 20px;
border-radius: 26px; 
border: 4px solid #21A3A0;
 background-color: rgba(255,255,255,0.7);}


.rose {position: relative;
	display:block;
    margin-left: auto;
    margin-right: auto ;
	
top: -55px;

}

.marg {margin-top: 30px;}

.cent {margin: auto;}

.gree_labl {background-color: #14A89F!important; float: right;}





/*кнопка перехода*/


@media screen and (max-width: 800px) {
.callback-bt {
        background: #fff;
        border:2px solid #932328;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:100px;
        text-align:center;
        width:100px;
        position: fixed;
		
        right: 10px;
        bottom: 100px;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:100px;
        width:100px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#000;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 11px;
        top: 32px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 16px;
}
.callback-bt:hover img {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover img {
	
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt img {

	position: relative;
	right: 0;
	top: 0;
	margin: auto;
    
 
}

/*.callback-bt img  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}
*/

}



@media screen and (min-width: 800px) {
.callback-bt {
        background: #fff;
        border:2px solid #932328;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:150px;
        text-align:center;
        width:150px;
        position: fixed;
        right: 10px;
        bottom: 100px;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:150px;
        width:150px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#000;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 37px;
        top: 52px;
    line-height: 18px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 16px;
}
.callback-bt:hover img {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover img {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt img {
	padding-top: 0;
	padding-right: 3px;
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

/*.callback-bt img  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}
*/

}






@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(126, 41, 44, 1),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(126, 41, 44,0.3),0 0 0 0 rgba(126, 41, 44,0.2),0 0 0 0 rgba(126, 41, 44,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(126, 41, 44,0.3),0 0 0 15px rgba(126, 41, 44,0.2),0 0 0 0 rgba(126, 41, 44,.2)
}
80% {
        box-shadow:0 8px 10px rgba(126, 41, 44,0.3),0 0 0 30px rgba(126, 41, 44,0),0 0 0 26.7px rgba(126, 41, 44,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(126, 41, 44,0.3),0 0 0 30px rgba(126, 41, 44,0),0 0 0 40px rgba(126, 41, 44,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */

.hh-h1 {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
   
    margin: 0;
}
.breadcrumb {background-color: transparent;}

