#rasp
{
	clear:both;
height:300px;
}

#footer1 .wrapper
{ 
display:flex;
	    align-items: center;
      justify-content: space-between;
	height:166px;
}
#f1
{
	color:#fff;
	
	font-size:18px;
	line-height:1.3;

}

#ftop .wrapper 
{
	padding-top:10px;
}

#f1 div 
{
	height:16px;
}

#footer
{
height:216px;
background-color: #222;

    position: relative;

    margin-top: -216px;
    overflow: hidden;

}

#footer1
{
	    background-color: #323232;
}

#flogo
{
	
	margin-right:15px;
	height:126px;
}

#menu>div:hover>a
{
	background:#0c5eb1;
}



#top_wrap>a:hover span
{
border-bottom:none;
}

.sub2.active,.sub4.active
{
	

    background: #0c5eb1;
}

#menu>div.parent:hover>.sub
{
    display:block;
}

.sub2>a
{
	position:relative;
	 font-size: 15px;
	 color:#fff;
	 white-space:normal;
	 text-decoration:none;
padding: 10px 25px 15px 25px;
display:block;
}

.sub2:hover>a
{
		background:#0c5eb1;

}

.sub3
{
position:absolute;
	top:0px;
	left:100%;
	  display:none;
	

    width: 290px;
    padding: 15px 0px 15px 0px;
   
    background-color: #094581;
  
    -webkit-box-shadow: 0 0 3px 1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 20%);
}

.sub2.parent:hover>.sub3
{
    display:block;
}


.sub2.parent>a:after {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    z-index: 3;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    content: '';
}


.sub4>a
{
	 font-size: 15px;
	 color:#fff;
	 white-space:normal;
	 text-decoration:none;
padding: 10px 25px 15px 25px;
display:block;
}

.sub4>a:hover
{
		background:#0c5eb1;

}

.tonometry .sub3,.tonometry .sub
{
	width:317px;
}
.catalog_buy:hover {
    background: #0c5eb1;
}




#overlay 
{
opacity: 0;
background: rgb(51,51,51,.7);
left: 0;
top: 0;
bottom: 0;
right: 0;
position: fixed;
z-index: 1000;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

#vs_popup
{
margin-left:20px;
margin-right:20px;
position:fixed;
left:50%;
top:50%;
background:#fff;
-webkit-box-shadow: 0 0 16px rgb(0 0 2 / 20%);
box-shadow: 0 0 16px rgb(0 0 2 / 20%);
z-index: 1001;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}

.fadeIn
{
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}

#vs_title
{
font-size: 29px;
line-height: 1.3;
 
margin-top:20px;
text-align:center;
margin-bottom:20px;
}


#vs_close
{
z-index:1;
position: absolute;
top: 0px;
right: 0px;
width: 30px;
height: 30px;
border-radius: 50%;
cursor: pointer;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
display: block;
}

#vs_close:before 
{
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 24px;
height: 3px;
margin: 0 0 0 -11px;
background: #333;
}

#vs_close:after 
{
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 3px;
height: 24px;
margin: -10px 0 0 -1px;
background:  #333;
}

#vs_close:hover:after,#vs_close:hover:before
{
background:#E11838;
} 

#vs_close:active
{
margin-top:1px;
} 

#vs_popup input
{
font-size: 16px;
transition: all 0.2s;
width:350px;
margin:0px auto;
border: 1px solid #999;
border-radius: 8px;
line-height: 1.3!Important;
resize:none;
outline:none;
position: relative;
padding: 11px 20px 14px 20px;
}

#vs_popup textarea
{
font-size: 16px;
transition: all 0.2s;
width:350px;
height:100px;
margin:0px auto;
border: 1px solid #999;
border-radius: 8px;
line-height: 1.3!Important;
resize:none;
outline:none;
position: relative;
padding: 11px 20px 14px 20px;
}

#vs_title2
{font-weight: bold;
	margin-bottom:25px;
	font-size: 16px;
    line-height: 1.5;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	
}

#vs_popup input:focus ,#vs_popup textarea:focus 
{
border: 1px solid #333;
}

#vs_popup input.vs_error,#vs_popup textarea.vs_error
{
border-color:rgb(177, 3, 46);
transition:all 0.2s;
}

#recall_go
{
position:relative;
padding-bottom:40px;	
text-align:center;
}

#recall_go span 
{
cursor: pointer;
width: 350px;
margin: 0px auto;
height: 48px;
display: block;
border-radius: 20px;
color: #fff;
background: rgb(177, 3, 46);
font-size: 16px;
padding-top: 13px;
text-align: center;
line-height: 1;
}

#recall_go i 
{
	font-weight:bold;
opacity:0;
visibility:hidden;
transition:all 0.3s;
position:absolute;
left:0px;
right:0px;
top:50px;
text-align:center;
padding-top:17px;
font-size: 16px;
 
font-style:normal;
}

#recall_go.active i 
{
opacity:1;
visibility:visible;
transition:all 0.3s;
}

.vs_desc_recall 
{
text-align: center;

padding-bottom: 20px;
}

.vs_desc_recall>div 
{
font-size:16px;
line-height:1.5;
padding-top:0px;
padding-bottom:20px;
text-align:center;
}


#ftels
{
	margin-left:15px;
	 position:relative;
}

.ftel0
{
	padding-bottom: 16px;
}

.ftel
{
	line-height:1.3;
    font-size: 18px;
    font-weight: 400;
	color:#fff!important;
	text-decoration:none;
	display:block;
}

.ftel span 
{
	color:#fff;
}
#ftels svg 
{
	position: absolute;
    left: -44px;
    top: 14px;
    width: 29px;
}

#footer1
{
	height:166px;
	position:relative;
}


#flangs
{
display:flex;
position:relative;
top:1px;
}

#flangs a 
{
color:#fff;
font-size:14px;
text-decoration:none;
opacity:0.5;
 
}



#flangs a:hover,#flangs a.active
{
opacity:1;
}


#flangs span
{
margin-left:6px;
margin-right:6px;
color:#fff;
font-size:14px;
position:relative;
top:-1px;
}

#ftop_wrap
{
position:relative;
top:4px;
display:flex;
justify-content: space-between;
line-height: 15px;
align-items: center
}

#ftop_wrap>a 
{
text-decoration:none;
position:relative;
}

#ftop_wrap>a  span
{
position:relative;
z-index:1;
color:#fff;
border-bottom:1px solid;
}


#ftop_wrap>a.active span
{
border-bottom:none;
}

#ftop_wrap>a.active:after
{
position:absolute;
left:-15px;
top:-4px;
bottom:-9px;
right:-15px;
background:#707070;
content:'';
}

#ftop_wrap>a#freviews.active:after 
{  
left: -38px;
}

#ftop_wrap>a#freviews
{
margin-left: 14px;
}

#freviews img 
{
width: 15px;
position: absolute;
left: -22px;
top: 1px;
z-index:2;
}