.top_first{
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(../images/w2.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    opacity: 1;
    position: relative;
}


.main-section{
  padding-top:50px;
  padding-bottom:50px;
}

.title-on-main{
  #font-family: 'Playfair Display', serif;
  color:#000;
  padding-bottom:30px;
  font-size:50px;
  text-align:center;  
}

.on-back{
  background:url("../images/service_bg.png") no-repeat;
  background-size:cover;
}

header {
	width: 100%;
	height: 120px;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 9999;
}

.move_menu{
  opacity:1;
  transition: 1s; 
}

.header_top{
  top:0!important;
}

.title_center{
	width: 100%;
	height: 120px;
	position: absolute;
	left: 0;
	z-index: 999;
  text-align:center;  
}

.header-main{
  color:#fff;
  font-size:9vw;     
  margin-top: 370px;
  #font-family: 'Playfair Display', serif;
}

.header-slogan{
  color:#fff;
  font-size:3vw;
}

.logo{
  text-align:center;
  display:table;
}

.logo-img{
 display:none; 
}

.menu-left{
  height:120px;
}

.menu-left ul{
  height:inherit;
  list-style:none;
  display:flex;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.menu-left ul li{
  float:left;
}

.menu-left ul li a{
  color:#dcdcdc;
  font-size: 1vw;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  text-transform:uppercase;  
}

.menu-left ul li a:hover{
  color:#fff;                  
  text-shadow: 1px 1px 2px #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-right{
  height:120px;
}

.menu-right ul{
  height:inherit;
  list-style:none;
  display:flex;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.menu-right ul li{
  float:left;
}

.menu-right ul li a{
  color:#dcdcdc;
  font-size: 1vw;
  font-weight: 700; 
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  text-transform:uppercase;
}

.menu-right ul li a:hover{
  color:#fff;   
  text-shadow: 1px 1px 2px #fff;          
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
    

.fixed{
  position:fixed;
  margin:auto;
  left:0;
  right:0;
  z-index:9999;
  background:rgba(0,0,0,0.8);
  height:60px; 
  opacity:1;
  transition: 0.3s;  
}

.height_i{
  height:60px!important; 
}

.hide_logo{
  display:none;
}

.show_logo{
  display:inline;
  margin-top: 7px;
}

.top-mobile{
  position:fixed;
  height:50px;
  background:rgba(0,0,0,0.8);
}  

.menu-bars{
  text-align:center;
  margin-top:11px;  
}

.menu-bars i{
  color:#fff;
  font-size:36px;  
}    

.contact-main{
  display:flex;   
  justify-content: space-evenly;
  margin-bottom:30px;
}

.contact-main div{
    background: rgba(0,0,0,0.8);
    padding: 15px;
    font-size: 16px;
    color: #fff;     
    width:360px;  
    padding-top: 16px;
    padding-left: 8px;         
  text-align:left;
}

.contact-main i{
 
}

.contact-main div div{
    text-align:left;
}

.contain-bg{
  background: rgba(0,0,0,0.8);
}

.inner-title{
  min-height:230px;
  background:#000; 
  margin-bottom:30px;
	z-index: 999;
  text-align:center; 
}


.block-name{
  padding-top:155px;
  color:#fff;
  font-size:40px;     
  ##font-family: 'Playfair Display', serif;
}

/* inner blocks */


.inner-pages-block{
    height: 300px;
    position: relative;
    box-shadow: 0 0 2px rgb(0 0 0 / 16%), 0 2px 24px rgb(0 0 0 / 12%);
    margin-bottom: 25px;
    box-sizing: border-box;
    cursor:pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;   
}

.inner-pages-block .inner-pages-block-img{
  height:265px;
}

.inner-pages-block .inner-pages-block-text{
    background: rgba(255,255,255,0.7);
    color: #000;
    position: absolute;
    bottom: 0px;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;  
    text-align:center;
}

.on-hover-shadow{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.on-hover-shadow:hover {
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow:0 0 10px #000; 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer{
  padding-top:40px;
  padding-bottom:40px;  
  color:#fff;
}

.footer a{
  color:#fff;
}

.footer ul{
  list-style:none;
  padding:0px;
}

.price-block h4{
  font-size:26px;
  border-bottom:1px solid #ccc;
  padding-bottom:25px;
  margin-bottom:25px;
  margin-top:40px; 
  font-weight:bold; 
}

.price-table{
  width:100%;    
  font-size:0.9em;
  font-weight:bold;
}

.price-table tr:nth-child(even){
	background: #f8f8f8!important;
}

.price-table tr td:first-child{
  padding:10px;
  text-align:left;
  vertical-align:top;
  width:70%;
}

.price-table tr td:nth-child(2){
  padding:10px;
  text-align:right;
  vertical-align:top;
}

.price-table tr td:last-child{
  padding:10px;
  text-align:right;
  vertical-align:top;
}


.mobile-menu-block{
    display: none;
    position: absolute;
    background-color: #1a1813;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;    
    padding:20px;
    top:-25px;
}

.mobile-menu-block ul{
  list-style:none;
}

.mobile-menu-block ul li{
  font-size:20px;
  padding:2px;
}

.mobile-menu-block ul li a{
  color:#fff;
  font-weight:bold;
}

.show-menu-block {display:block;}

.mobile-menu-block-scroll{
  top:0!important;
}

.action{
  border:4px solid darkred;
  padding:5px;  
  position: relative;
}

.action-title{
  position:absolute;
  background:darkred;
  padding:4px;
  color:#fff; 
  left: -6px;
  top: -30px;
}

.online-record{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background:orange;
  text-align:center;
  padding:6px;
  color:#fff;
  width:200px;
  margin:0 auto;  
  margin-top:20px; 
  position:absolute;
  bottom: 10px;
  left:0;
  right:0;  
}

.online-record a{
  color:#fff;
  font-size:18px;
}

.online-record:hover{
  box-shadow: 0 0 1px rgb(0 0 0 / 12%), 0 1px 12px rgb(0 0 0 / 28%);
}

.block-service{
  padding:15px;
  box-shadow: 0 0 1px rgb(0 0 0 / 2%), 0 1px 24px rgb(0 0 0 / 8%);
  margin-bottom: 25px;
  height:310px;
  position:relative;
}

.block-service p{
  font-size:20px;
}

.img-gallery{
  padding:15px;
  box-shadow: 0 0 1px rgb(0 0 0 / 2%), 0 1px 24px rgb(0 0 0 / 8%);
  width:100%;
  border-radius:15px;  
}

.block-title{
    font-size: 16px;
    font-weight: 700;
    background: #000;
    color: #fff;
    padding: 10px 10px 5px 15px;
}

.block-border{
    padding: 25px;
    border-radius: 0 0 15px 15px;
    border-bottom: 4px solid #000;
    border-right: 4px solid #000;
    border-left: 4px solid #000;
    font-weight:bold;
}

.block-border i{
  color:darkred;
}

.name-price{
  float:left; 
  padding-top:5px;
  padding-bottom:5px; 
  width:70%;    
}

.price-price{
  width:30%;
  float:right;
  padding-top:5px;
  padding-bottom:5px; 
  text-align:right; 
}

.price-price span{
  padding:5px;
  background:red;
  color:#fff;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
    font-style: italic;
    font-size:14px!important;
}

.content-page-text a{
  font-weight:bold;
  border-bottom:1px dashed #000;
  color:#000;
}


.pulse-wa {
  position: fixed;
  right: 15px;
  bottom: 120px;
  transform: translate(-50%, -50%);
  background: #5af776;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  z-index:9999;
  cursor:pointer;
}

.pulse-wa:before,
.pulse-wa:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #5af776;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}

.pulse-wa:after{
	animation-delay: .5s;
}


@keyframes animate
{
	0%
	{
		transform: scale(0.5);
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		transform: scale(1.2);
		opacity: 0;
	}
}



.services-main-block{
  margin-bottom:25px;
  overflow:hidden;
  #border-radius:10px;      
  position:relative;
    
}

.services-main-block-inner{   
  transition: all 1s;
  height:300px;   
  background-position:center;
}

.services-main-block-inner:hover{
  transform: scale(1.2);
}

.services-main-block p.title{
  position:absolute;
  color: #fff;
  font-size: 16px;
  top: 30px;
  left: 30px;       
  text-transform:uppercase;
  width:100%;
}

.services-main-block p.anons{
  position:absolute;
  color: #fff;
  font-size: 16px;
  top: 320px;
  left: 30px;       
  width:90%;
}

.obvodka{
  padding:15px;
  border-radius:10px;
  box-shadow: 0 0 1px rgb(0 0 0 / 2%), 0 1px 24px rgb(0 0 0 / 8%);
  #background:#1a0c1d;
}

.formovka{
    border-radius:10px;
}