
@font-face {
    font-family: Opensans;
    src: url('../fonts/opensans.ttf');
}

@font-face {
    font-family: Opensansl;
    src: url('../fonts/opensans-light.ttf');
}



*{
  margin: 0;
  padding: 0;
}

ol {
	margin-left:40px;
}

img{
  border: 0;
}

.clear{
  clear: both;
}

.outline-none:focus,
button:focus {
    outline: none !important;
}

A{
  color: black;
}

.window{
  z-index: 1100;
  width: 500px;
  min-height: 220px;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -250px;
  display: none;
}

@media (max-width: 500px) {
	.window{
	  width: 340px;
	  margin-left: -170px;
	  background-color:#fff;
	}
}


.window_load{
  z-index: 1100;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 33%;
  left: 50%;
  margin-left: -50px;
  display: none;
}
.window .topname{
  width: 100%;
  color: white;
  background: linear-gradient(90.25deg, #8200B2 0.03%, #0391E3 99.96%);
  padding: 18px 18px;
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
}


.window .container{
  width: 100%;
  min-height: 100px;
  background: white;
}

.window .text{
  padding: 20px 20px 0 20px;
  line-height: 24px;
}

.bgwindow{
  width: 100%;
  height: 1200px;
  background: url(../img/windowbg.png);
  position: fixed;
  top:0;
  left:0;
  z-index: 90;
  display: none;
}

.window .load{
   width: 60px;
   margin: 300px auto  0 auto;
   z-index: 3;
}

.window .bgline{
   width: 100%;
   height: 65px;
   margin: 45px 20px 0 0px;
}

.window .bgline .link {
    float: right;
    margin-top: 6px;
    margin-right: 20px;
    cursor: pointer;
    display: block;
	font-family: Montserrat;
}

.window .close {
    background: url(../img/my_img/account_img/clear.svg) no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
    cursor: pointer;
}



.line2{

}

.head{
 width: 100%;
 height: 111px;
 position: relative;
 	z-index:15;

}

.head .logo{
  width: 279px;
  height: 40px;
  background: url('../img/logo.png') 0 0 no-repeat;
  z-index: 2;
  position: relative;
  display: block;
  margin-top: 40px;
  float: left;
}


.slide .buttonreg{ 
    background: #FFB500;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
	font-size: 18px;
	font-weight:bold;
    text-transform: uppercase;
    padding: 18px 46px 18px;
    color:white;
    transition: box-shadow 0.3s;
 
    display: table;
	margin-top:30px;
	cursor: pointer;
	behavior: url(../css/pie/PIE.php);
}


.slide .buttonreg:hover{ 
	box-shadow: none;
}




.sli-links{ 
	margin-top:-40px;
	text-align:center;
	z-index: 2;
	position: relative;
}
.sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-50px;
	background: url('../img/radiobg.png') center bottom no-repeat;}
.sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.sli-links .control-slide.active{
	background-position:center top;}
#prewbutton, #nextbutton{
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	display: none;

	background:url(../img/arrowbg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
	right:10px;
	display: none;
	 background:url(../img/arrowbg.png) right center no-repeat;
	}
#prewbutton:hover, #nextbutton:hover{
	opacity:1;}
 



.button{
    border-radius:6px;
	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-khtml-border-radius:6px;
  	border-radius: 6px;
	behavior: url(../css/pie/PIE.php);    
   padding: 11px 30px  11px 30px;
   display: table;
   color: white;
   font:15px Opensans;
   text-decoration: none;
   margin: 31px 20px 0 0;
   background:  #71af44;
   cursor: pointer;
}


.button_login{
    border-radius:6px;
	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-khtml-border-radius:6px;
  	border-radius: 6px;
	behavior: url(../css/pie/PIE.php);    
   padding: 11px 30px  11px 30px;
   float: right;
   display: table;
   color: white;
   font:15px Opensans;
   text-decoration: none;
   margin: 31px 20px 0 0;
   background:  #719f01;
   cursor: pointer;
   z-index: 4;
   position: relative;
}


.button_reg{
    border-radius:6px;
	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	-khtml-border-radius: 6px;
  	border-radius: 6px;
	behavior: url(../css/pie/PIE.php);    
   padding: 11px 30px  11px 30px;
   float: right;
   display: table;
   color: white;
   font:15px Opensans;
   text-decoration: none;
   margin: 31px 40px 0 0;
   background:  #c16400;
   cursor: pointer;
   z-index: 4;
   position: relative;
}



.head .bg{
  width: 2000px;
  height: 250px;
  position: absolute;
  background: url('../img/cloud.png') 0 0 repeat;
  left: 50%;
  margin-left: -1000px;
  bottom:0;
  z-index: 2;
}



.head .bg4{
  width: 1110px;
  height: 621px;
  position: absolute;
  background:  url('../img/bg4.png') 0 0 no-repeat;
  left: 50%;
  margin-left: -560px;
  z-index: 1;
  top:0px;
}


.form{
   position:relative;
   border: 1px solid #cecece;
   border-image: linear-gradient(90.22deg, #8200B2 0.03%, #0391E3 99.96%);
   border-image-slice: 1;
   background-color: white;
   padding: 10px;
   display: block;
   width: 100%;
   float: left;
   behavior: url(../css/pie/PIE.php);
}


.form:focus{
       border: 1px solid #a5a5a5;
	   outline: none;
}




.td1{
   width: 150px;
   float: left;
   text-align: right;
   margin-right: 8px;
   margin-top: 32px;

}

.td2{
   width: 276px;
   float: left;
   margin-top: 20px;

}


.mess{
   padding: 9px 15px 9px 15px;
   background: linear-gradient(90.09deg, #8200B2 0.03%, #0391E3 99.96%);
   color: white;
   display: table;
   width:100%;
}

.mess A {
   color: white;
}

.error{
   padding: 9px 12px 9px 12px;
   background: #dc3545;
   color: white;
   display: table;
   font-size: 16px;
   margin: 10px 0;
   width:100%;
   display: none;
   word-break: break-word;
}

.hide{
   opacity: 0;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
   -moz-opacity: 0;
   -khtml-opacity: 0;
   zoom: 1;
}


.head .menu{
	float: left;
	margin: 40px 0 0 120px; 
	position: relative;
}


.head .menu  .menuleft{
	float: left;
	width: 38px;
	height: 39px;
	background: url(../img/menu_left.png) no-repeat; 
	z-index: 20;
	position: relative;
	cursor: pointer;
}

.head .menu  .menucenter{
	float: left;
	height: 29px;
	background: url(../img/menu_center.png) repeat-x;
	color: white;
	padding: 10px 10px 0 10px;
	z-index: 20;
	position: relative;
	cursor: pointer;
	width: 70px;
	text-align:center;
}


.head .menu  .menuright{
	cursor: pointer;
	float: left;
	width: 19px;
	height: 39px;
	background: url(../img/menu_right.png) repeat-x;
}

.head .menu  .menucenter2{
	float: left;
	height: 29px;
	background: url(../img/menu_center2.png) repeat-x;
	color: #616365;
	padding: 10px 20px 0 20px;
}

.head .menu  .menuright2{
	float: left;
	width: 21px;
	height: 39px;
	background: url(../img/menu_right2.png) repeat-x;
}

.head .menu  .menuline{
	float: left;
	width: 21px;
	height: 39px;
	background: url(../img/menu_line.png) no-repeat;
	margin: -2px  0 0 20px;
}

.head .menu  .menuslider{
	background: #ffc500;
	width: 145px;
	display: none;
	-moz-border-radius: 30px;
  	-webkit-border-radius: 30px;
  	-khtml-border-radius: 30px;
  	border-radius: 20px;
	behavior: url(../css/pie/PIE.php);
	position: absolute;
	top: 9px;
	left: 0;
	z-index: 15;
	padding-top: 30px;
}

.head .menu  .menuslider A{
	 padding: 10px 8px 10px 8px;
	 color: black;
 	 display: block;
	 text-align:center;
	 text-decoration: none;
 }

  



.head .menu  .menuslider .line{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ffe899;
}


 
.head .menu  .link{
	float: left;
	cursor: pointer;
}

.head .menu  .link:hover{
	color: black;
}

.head .tel{
    float: right;
	width:120px;
	height:67px;
	margin: 30px 0 0 40px;
    background: url('../img/tel.png') 0 13px no-repeat;
	padding-left: 38px;
}

.head .tel1{
 	color: #bfbfbf;
	font-size: 13px;
}

.head .tel2{
 	font-size: 23px;
}

.head .chat{
    float: left;
	width:125px;
 	margin: 22px 0 0 40px;
}


.head .lang_list{
	margin-top: 14px;
}


.head .lang_list A {
 	float: right;
	display: block;
	margin-right: 10px;
}



.head .chat1{
    background: url('../img/arrow.png') 0 4px no-repeat;
 	font-size: 12px;
 	color: #bfbfbf;
	margin-top: 8px;
	padding-left: 15px;
	width: 120px;

 }
     
.head .chat1 A {
    border-bottom: 1px dashed  #bfbfbf;
	cursor: pointer;
	text-decoration: none;
 	color:  #bfbfbf;
} 

.head .chat1 A:hover{
    border-bottom: 1px dashed  black;
 	color:  black;
} 


 

.main{
   margin-top: 60px;
   position: relative;
}


.main h3{
 	font: 45px Opensansl;
 	color: black;
	display: block;
    background: url('../img/line2.png') 0 84px no-repeat;
	height: 90px;
}


.main .desc{
 	font: 13px Opensans;
 	color: #494c4e;
	display: block;
	line-height: 23px;
	margin-top: 20px;
	padding-bottom: 50px;
 }

.main .video{
 	float: left;
	width: 379px;
	height: 272px;
    background: url('../img/video.jpg')   no-repeat;
	cursor: pointer;
}


.main .video .play{
 	margin: 0 auto;
	width: 56px;
	height: 60px;
	margin-top: 100px;
    background: url('../img/play.png')   no-repeat;
}

.main .video  .play:hover{
    background-position: 0 -61px; 
}


.main .desc2{
 	float: left;
	width: 615px;
	height: 272px;
    background: #2a80b9;
}

.main .desc2 h4{
 	font: 25px Opensansl;
	width: 400px;
	color: white;
	padding:20px;
	margin-left: 20px;
}

.main .desc2 .text{
 	font: 13px Opensans;
	width: 530px;
	color: #c5e8ff;
	padding:0px 20px 20px 20px;
	line-height: 22px;
	margin-left: 20px;
}


.benefits{
   background: #34495e;
   width: 100%;
}



.benefit{
   background: white;
   height: 300px;
   width: 330px;
   border-right: 1px solid #ecf0f1;
   float: left;
}

.benefit .title{
   font: bold 13px Opensans;
   text-align: center;
   margin-top: 18px;
}

.benefit .text{
   font: 13px Opensans;
   text-align: center;
   padding: 20px;
}
 

.benefit .icon1{
   background: url(../img/icon1.png) no-repeat;
   width: 100px;
   height: 100px;
   margin: 0 auto;
   margin-top: 40px;
}

.benefit .icon2{
   background: url(../img/icon2.png) no-repeat;
   width: 100px;
   height: 100px;
   margin: 0 auto;
   margin-top: 40px;
}

.benefit .icon3{
   background: url(../img/icon3.png) no-repeat;
   width: 100px;
   height: 100px;
   margin: 0 auto;
   margin-top: 40px;
}


.news{
   background: #34495e;
   width: 100%;
   padding-top: 30px;
   padding-bottom: 50px;
}

.news h5{
   font: 22px Opensans;
   color: #d7dcdf;
   display: block;
   width: 200px;
   float: left;
}

.news .arhive{
   font: 13px Opensans;
   color: #d7dcdf;
   display: block;
   padding: 5px 10px 5px 10px;
   float: right;
   background: #2f4157;
   border-left: 3px solid #b4bbc1;
   margin-right: 30px;
   margin-top: 3px;
   text-decoration: none;
}

.news .arhive:hover{
   color: white;
   border-left: 3px solid white;
}

.news .news_item{
   width: 300px;
   float: left;
   margin-top: 30px;
   margin-right: 30px;
}


.news .news_item .title{
   color: #93a3b4;
   text-decoration: underline;
   line-height: 22px;
   min-height: 60px;
   display: block;

}
.news .news_item .date{
   color: #697784;
   margin-top: 20px;

}

.news .title:hover{
   color: white;
}


.news2{
   width: 100%;
   padding-top: 70px;
   padding-bottom: 0px;
}

.news2 h5{
   font: 22px Opensans;
   color: black;
   display: block;
   width: 200px;
   float: left;
}

.news2 .arhive{
   font: 13px Opensans;
   color: black;
   display: block;
   padding: 5px 10px 5px 10px;
   float: right;
   background: #ececec;
   border-left: 3px solid #dcd5d5;
   margin-right: 30px;
   margin-top: 3px;
   text-decoration: none;
}

 
.news2 .news_item{
   width: 288px;
   float: left;
   margin-top: 30px;
   margin-right: 30px;
   background: #f3f3f3;
   padding:12px;
}


.news2 .news_item .title{
   color: black;
   text-decoration: none;
   line-height: 22px;
   min-height: 60px;
   display: block;
}

.news2 .news_item .date{
   color: black;
   margin-top: 20px;
   padding: 5px 10px 5px 10px;
   background: #ffc501;
   border-left: 3px solid #ff9d01;
   float: left;


}

.news2 .title:hover{
   color: black;
}

.button1{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 6px 20px  6px 20px;
    display: table;
    color: white !important;
    text-decoration: none;
    cursor: pointer;
    min-width: 60px;
    text-align: center;
    position: relative;
    background: #FFB500;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    transition: box-shadow 0.3s;
    behavior: url(../css/pie/PIE.php);
}

.button1:hover{
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0);
}
 

.button2{
    border-radius:4px;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
  	border-radius: 4px;
	behavior: url(../css/pie/PIE.php);    
   padding: 9px 20px  9px 20px;
   display: table;
   color: white;
   float: left;
   font:13px Opensans;
   text-decoration: none;
   margin: 10px 10px 0 10px;
   background: url('../img/button2.png') repeat-x;
   cursor: pointer;
   position: relative;
}

.button2:hover{
    background-position: 0 -36px;
}


.button3{
    border-radius:4px;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
  	border-radius: 4px;
	behavior: url(../css/pie/PIE.php);    
   padding: 11px 20px  11px 20px;
   display: table;
   color: white;
   float: left;
   font:13px Opensans;
   text-decoration: none;
   margin: 20px 10px 0 0px;
   background: url('../img/button3.png') repeat-x;
   cursor: pointer;
   position: relative;
}

.button3:hover{
    background-position: 0 -40px;
}

.page .leftmenu{
	width: 22%;
    float: left;
	padding-top:40px;
}

.page .leftmenu A{
    display: block;
	padding: 14px 0 14px 14px;
    font: 17px Opensans;
	color: #88888f;
	text-decoration: none;
	margin-bottom:2px;
    behavior: url(../css/pie/PIE.php); 
	-moz-border-radius:5px; 
    -khtml-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius:5px;
	position: relative;
}



.page .leftmenu .selected, .page .leftmenu A:hover{
     background: #e7eaed;
	 color: #56626e;
}


.page .content{
    background: white;
	width: 75%;
	min-height:550px;
    float: left;
	margin-left: -10px;
    position: relative;
	z-index: 2;
	color: #4c4c4c;
    font: 13px Opensans;
	line-height: 26px;
	padding-top: 10px;
}




#s-m-t-tooltip{
 position:absolute; 
 max-width:300px; 
 padding:8px 10px 10px 10px; 
 background: url('../img/help_bg.png') repeat;
 z-index:99; 
 display:inline-block; 
 font-family:Verdana; 
 font-size:11px; 
 line-height:16px;
 color:white; 
 -moz-border-radius:5px; 
 -khtml-border-radius:5px; 
 -webkit-border-radius:5px; 
 border-radius:5px;
}


.auth{
    width: 250px;
	height: 100px;
	float: right;
	z-index: 4;
	position: relative;
}

.auth  .tel {
    float: left;
	background: #65a742;
	color: white;
	padding: 5px  20px  5px  20px;
	margin-top: 30px;
	display: table;
	min-width: 75px;
	text-align:center;
}

.auth  .logout{
    float: left;
	background:black url('../img/logout.png') 8px 4px no-repeat;
	color: white;
	margin-top: 30px;
	display: table;
	width: 36px;
	height: 30px;
}

.auth  .btext{
    float: left;
	color: white;
	margin-top: 10px;

}


.auth  .balance{
   width:150px;

}

.auth  .bval{
    float: right;
	color: white;
	margin-top: 5px;
    font:  20px Opensans;
}



.menu2{
    width: 100%;
	height: 60px;
	background: #2a80b9;
}

.menu2 A{
    display: block;
	float: left;
	color: white;
	text-decoration: none;
	margin-right: 30px;
	margin-top: 10px;
	padding:9px 17px 11px 17px;
	border: 2px solid #2a80b9;
	-moz-border-radius: 40px;
  	-webkit-border-radius: 40px;
  	-khtml-border-radius:40px;
   	border-radius: 40px;
	behavior: url(../css/pie/PIE.php);
}

.menu2 .selected{
	border: 2px solid white;
}

.menu2 A:hover{
	border: 2px solid white;
	-moz-border-radius: 40px;
  	-webkit-border-radius: 40px;
  	-khtml-border-radius:40px;
   	border-radius: 40px;
	behavior: url(../css/pie/PIE.php);
}


.page{
   padding-top: 40px;
   padding-bottom: 70px;
}

.page h1{
 	font-size: 45px;
 	color: black;
	display: block;
	line-height: 80px;
}

.page .text{
   line-height:1.5em;
}

 

.footer{
   padding-top: 315px;
   height:828px;
   background-image: url(/tpl/img/my_img/footer.png);
   background-repeat: no-repeat;
   background-position: 50% bottom;
   color:#fff;
}


 
.footer .footer_menu {
   width: 100%;
}


.footer .footer_menu A{
   color: #93a3b4;
   display: block;
   float:left;
   margin-right: 50px;
}

.footer .footer_menu A:hover{
   color: white;
}


.footer .footer_menu .menuline{
   float:left;
   margin-right: 28px;
   background:  url('../img/menuline.png')   no-repeat;
   width:1px;
   height:25px;
}

.footer .counters{
   float:left;
   width: 270px;
   margin: 25px 0 0 240px;
}



.footer  .footerline{
   width: 100%;
   height: 1px;
   border-bottom: 1px solid #253344; 
   margin-top: 20px;
}


.footer .copyright{
   float:left;
   color: #63717f;
   font-size: 13px;
   margin-top: 25px;
}


 
.footer .copyright A {
   float:left;
   color: #63717f;
   font-size: 12px;
   text-decoration: none;
}



.footer .tel{
    float:right;
	width:120px;
	height:67px;
	margin: 14px 0 0 40px;
    background: url('../img/tel.png') 0 13px no-repeat;
	padding-left: 38px;
}

.footer  .tel1{
 	color: #63717f;
	font-size: 13px;
}

.footer  .tel2{
 	color: #c6ccd0;
 	font-size: 23px;
}

.groups{
    position: absolute;
	left:0;
	top:230px;
	width: 100px;
	z-index: 15;
}

.groups .vk{
    width: 44px;
	height: 44px;
    display: block;
    background: url('../img/vk.png') no-repeat;
}
   

.groups .facebook{
    width: 44px;
	height: 44px;
    display: block;
    background: url('../img/facebook.png') no-repeat;
}
   
.groups .google{
    width: 44px;
	height: 44px;
    display: block;
    background: url('../img/g.png') no-repeat;
}
   
.mylogin .td1, .mylogin .td2 {
	width:100%;
	float: none;
    text-align: left;
    margin-right: 0;
	font-weight:bold;
    margin-top: 10px;
}

@media (max-width: 1199px) {
	.button1 {
    padding: 8px 20px 8px 20px;
	}
}

.text a {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.text a:hover {
	text-transform: uppercase;
	color: #000;
}

iframe#Iframe1 {
    width: 50px;
    height: 43px;
}

/*  */

.provider img {
    width: 100px;
}

.provider {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1.1rem;
    background-color: #fff;
    padding:  25px 15px;
    margin-bottom: -15px;
    transition: all 300ms ease;
}

.provider:hover {
    box-shadow: 0px 5px 23px 5px rgba(0, 0, 0, .10);
}

/* toltip */

*[tooltip]::before {
    content: "";
    position: absolute;
    top:4px;
    left:50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgb(29,161,242) transparent transparent     transparent;
    z-index: 100;
    opacity:0;
}
*[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left:50%;
    top:4px;
    transform: translateX(-50%)   translateY(-100%);
    background-color: rgb(29,161,242);
    text-align: center;
    color: #fff;
    padding:4px 2px;
    font-size: 12px;
    min-width: 80px;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
}
  
*[tooltip]:hover::after,
[tooltip]:hover::before {
    opacity:1
}

*[toltip-position='left']::before{
    left:0%;
    top:50%;
    margin-left:-12px;
    transform:translatey(-50%) rotate(-90deg) 
}
*[toltip-position='left']::after{
    left:0%;
    top:50%;
    margin-left:-8px;
    transform: translateX(-100%)   translateY(-50%);
}

*[toltip-position='top']::after{
    left:50%;
}
*[toltip-position='top']::before{
    left:50%;
}

*[toltip-position='buttom']::after{
    top:100%;
    margin-top:8px;
    transform: translateX(-50%) translateY(0%);
}
*[toltip-position='buttom']::before{
    top:100%;
    margin-top:8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

*[toltip-position='right']::before{
    left:100%;
    top:50%;
    margin-left:1px;
    transform:translatey(-50%) rotate(90deg)
}
*[toltip-position='right']::after{
    left:100%;
    top:50%;
    margin-left:8px;
    transform: translateX(0%)   translateY(-50%);
}

/* End Toltip */

*[show-all]::after {
    content: " (" attr(count) ")";
}


/* Search Input */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search"] {
    opacity: .6;
    position: relative;
}

input[type="search"]:focus {
    opacity: 1;
}

input:focus::placeholder {
    color: transparent;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
  padding: 12px;
  display: inline-block;
  background-image: url('../img/del.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 45px;
  top: 6px;
  opacity: 40%;
}

.search-btn {
  background-color: transparent;
  position: absolute;
  right: -1px;
  top: 0;
  height: 100%;
  z-index: 10;
}