.btn a {
	-webkit-transition: color 0.5s ease-out 0s;
	-moz-transition: color 0.5s ease-out 0s;
	-o-transition: color 0.5s ease-out 0s;
	transition: color 0.5s ease-out 0s;	
	transition: color 0.5s ease-out 0s;
}
.btn.anim_btn{
	position:relative;
	overflow:hidden;
	z-index:0;
	transition: all 0.5s;
}
.btn.anim_btn:hover a{
	color:#fff !important;
}
.section_6_inner .block_inner .inf .anim_btn:hover,
.section_1_inner .inf .anim_btn:hover,
.page .anim_btn:hover{
	background:#282772 !important;
	padding: 1.5rem 2.6rem;
	margin-left:-0.2rem;
	
}
.section_6_inner .block_inner .inf .anim_btn:active,
.section_1_inner .inf .anim_btn:active,
.page .anim_btn:active {
	-webkit-animation:clickbtn 5s linear 2;
	animation: clickbtn 0.5s linear 2;
}
@-webkit-keyframes mymove {
  50% {padding: 1.5rem 2.2rem;margin-left:0.2rem;}
}
@keyframes clickbtn {
  50% {padding: 1.5rem 2.2rem;margin-left:0.2rem;}
}
.anim_btn::after,
.anim_btn::before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 0;
	background: #0085E2;
	top: 0;
	left: 0;
	border-radius: 40px;

	-webkit-transition: width 0.5s ease-out 0.05s;
	-moz-transition: width 0.5s ease-out 0.05s;
	-o-transition: width 0.5s ease-out 0.05s;
	transition: width 0.5s ease-out 0.05s;	
	z-index:-1;
}
.anim_btn:hover::before {
	width: 100%;
	-webkit-transition: width 0.5s ease-out 0s;
	-moz-transition: width 0.5s ease-out 0s;
	-o-transition: width 0.5s ease-out 0s;
	transition: width 0.5s ease-out 0s;	
}
.anim_btn::after {
	background: #282772;
	-webkit-transition: width 0.5s ease-out 0s;
	-moz-transition: width 0.5s ease-out 0s;
	-o-transition: width 0.5s ease-out 0s;
	transition: width 0.5s ease-out 0s;	
}
.anim_btn:hover::after {
	width: 100%;
	border-radius: 40px;
	-webkit-transition: width 0.5s ease-out 0.05s;
	-moz-transition: width 0.5s ease-out 0.05s;
	-o-transition: width 0.5s ease-out 0.05s;
	transition: width 0.5s ease-out 0.05s;	
}
.section_2_inner .nav-tabs .nav-link {
	border: 1px solid transparent !important;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.section_2_inner .nav-tabs::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 45px;
	width: 40px;
	height: 3px;
	display: block;
	background: transparent;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.tab-content{position:relative;}
.tab-content > .tab-pane {
/* 	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0; */
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	z-index:1;
}
/* .tab-content > .tab-pane:first-child {position:relative;}
.tab-content > .active {opacity: 1;z-index:2;} */
.section_5_inner .tab-content .tab_inner .inf a span,
.section_2_inner .tab-content .tab_inner .inf a span,
a.learn_more span {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.1s ease-out 0.1s;
	-moz-transition: all 0.1s ease-out 0.1s;
	-o-transition: all 0.1s ease-out 0.1s;
	transition: all 0.1s ease-out 0.1s;	
}
.section_5_inner .tab-content .tab_inner .inf a span::before,
.section_2_inner .tab-content .tab_inner .inf a span::before,
a.learn_more span::before {
	content:'';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/assets/images/arrow_right.svg) left center no-repeat;
	background-size: contain;
	position:absolute;
	left:-20px;
	top:0;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.31s ease-out 0s;	
}
.section_5_inner .tab-content .tab_inner .inf a:hover span,
.section_2_inner .tab-content .tab_inner .inf a:hover span,
a.learn_more:hover span {
	background-position: 20px center;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;	
}
.section_5_inner .tab-content .tab_inner .inf a:hover span::before,
.section_2_inner .tab-content .tab_inner .inf a:hover span::before,
a.learn_more:hover span::before {
	left: 0;
	-webkit-transition: all 0.1s ease-out 0.1s;
	-moz-transition: all 0.1s ease-out 0.1s;
	-o-transition: all 0.1s ease-out 0.1s;
	transition: all 0.1s ease-out 0.1s;	
}
.section_5_inner .nav-tabs .nav-link,
.section_3_inner .controls .logos div{
	position:relative;
	z-index:0;
	overflow:hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;	
}
.section_5_inner .nav-tabs .nav-link::before,
.section_3_inner .controls .logos div::before {
	content:'';
	display: inline-block;
	background: #0085e2;
	/*border-radius: 40px;*/
	width:100%;
	height:0;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;	
	z-index:-1;
}
.section_5_inner .nav-tabs .nav-link:hover,
.section_3_inner .controls .logos div:hover{
	color:#fff;
}
.section_5_inner .nav-tabs .nav-link:hover::before,
.section_3_inner .controls .logos div:hover::before {
	height:100%;
}
.section_3_inner .show_more .inner button {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.footer .footer_inner_right a::before {
	content: '';
	width: 0px;
	height: 21px;
	display: inline-block;
	background: url(/assets/images/footer_button_hover.svg) left center no-repeat;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.footer .footer_inner_right a:hover::before {
	width: 20px;
	margin-right: 5px;
}
.footer_inner .on_top a {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(/assets/images/arrow_up.svg) center center no-repeat;
	background-size: 1.5rem;
	position:relative;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;	
}
.footer_inner .on_top a::after {
	content:'';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(/assets/images/arrow_up.svg) center center no-repeat;
	background-size: 1.5rem;
	position:absolute;
	top:20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;	
}
.footer_inner .on_top:hover a {
	background-position: center -20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;	
}
.footer_inner .on_top:hover a::after {
	top:0px;
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;	
}
.txtslide {
	display: inline-block;
	height: 4.8rem;
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	text-align: left;
}
.txtslide .word{
    display:block;
    color:#0085e2;
}
.section_2_1_inner {
	padding-top: 4rem;
	margin-bottom: 12.5rem;
}
.sravnite_second{
	overflow:hidden;
	max-height:0;
}
.sravnite_second.open{max-height:999px;}
.section_2_inner .controls {
	position:relative;
}
.section_2_inner .nav-line {
	position: absolute;
	bottom: -1px;
	left: 45px;
	width: 40px;
	height: 3px;
	display: block;
	background: #0085E2;
	border-radius: 3px;
	transform: translateX(-50%);
}
.section_2_inner .nav-tabs .active::after {content: none;}

@media (max-width: 1439px) {
.txtslide {height: 4.7rem;}
}

@media (max-width: 1279px) {
.txtslide {height: 3.5rem;}
}

@media (max-width: 575px) {
.txtslide {height: 3.2rem;}
}