@charset "utf-8";
/* CSS Document */
@import 'reset.css';
@import 'slick.css';
/* Main Styles */
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/ProximaNova-Reg-webfont.eot');
    src: url('../fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Reg-webfont.woff2') format('woff2'),
         url('../fonts/ProximaNova-Reg-webfont.woff') format('woff'),
         url('../fonts/ProximaNova-Reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('../fonts/ProximaNova-Light-webfont.eot');
    src: url('../fonts/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Light-webfont.woff2') format('woff2'),
         url('../fonts/ProximaNova-Light-webfont.woff') format('woff'),
         url('../fonts/ProximaNova-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/ProximaNova-Bold-webfont.eot');
    src: url('../fonts/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Bold-webfont.woff2') format('woff2'),
         url('../fonts/ProximaNova-Bold-webfont.woff') format('woff'),
         url('../fonts/ProximaNova-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'myriad_proregular';
    src: url('../fonts/myriadpro-regular_0-webfont-webfont.eot');
    src: url('../fonts/myriadpro-regular_0-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-regular_0-webfont-webfont.woff') format('woff'),
         url('../fonts/myriadpro-regular_0-webfont-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}
body {
	position: relative;
	/* Margin bottom by footer height */
	# padding-bottom: 408px;
	background-color: #FFFFFF;
	font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
table{border-collapse: collapse;border-spacing: 0;}
img{
	border: none;
	cursor:pointer;
}
a, *:focus{outline: none;}
a:focus {
	outline: none;
    outline-offset: 0;
}
a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
	cursor: pointer;
}
input::-ms-clear {
    display: none;
}
input[type=text]::-ms-reveal{
  display: none;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.fl {float: left}
.fr {float: right}
a.active,
a:focus,
legend:focus,
span:focus,
label:focus,
legend:hover,
label:hover {
	cursor: default;
}
table{
	border-collapse: collapse;
}
td{
	vertical-align: top;
}
.page {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 640px;
	max-width: 1680px;
	height:100%;
}


ul.paginator {
    text-align: center;

}
ul.paginator li {
    display: inline;
    font: 600 18.36px/22px 'proxima_nova_ltlight', Arial, Helvetica, sans-serif;
}

ul.paginator li a {

}
/*----------------------*/
.wrapper{
	margin: auto;
	width: 80%;
	clear: both;
	overflow: hidden;
}
.header{
	padding: 5px 0px;
	position: relative;
	clear: both;
	border-bottom: 1px solid #D0D0D0;
	box-shadow: 0 1px 0 #E6E6E6,
	z-index: 5;
}
.header .wrapper{
	width: 81%;
}
.header .navbar-collapse{
	border-top: none;
	background-color: #FFFFFF;
	# text-align: center
	padding-left:0;
}

.header .navbar {
    margin-bottom: 15px;
}

.header .navbar {
    margin-bottom: 15px;
}
.header .navbar-collapse.in{
	background-color: #FFFFFF;
}
.header .col-lg-2,
.header .col-md-2,
.header .col-sm-2,
.header .col-xs-2{
	width: 21.5%;
}

.header .col-lg-3,
.header .col-md-3,
.header .col-sm-3,
.header .col-xs-3{
	width: 24%;
}

.header .col-lg-7,
.header .col-md-7,
.header .col-sm-7,
.header .col-xs-7{
	width: 54.5%;
}

.header .col-md-9, .header .col-sm-9, .header .col-xs-9 {
  width: 75%;
}

.logo a{
	display: block;
}
/*animateLogo*/
.logo{
	display: block;
	position: relative;
	width: 144px;
	padding-top: 25px;
}
/*.blases{
	position: relative;
	float: right;
	margin: 0 0 4px;
	padding: 0;
	width: 47px;
	height: 28px;
	list-style-type: none;
}
.blases li{
	position: absolute;
}
ul.blases li:nth-child(1){
	left: 0;
	bottom: 7px;
	width: 4px;
	height: 4px;
	background: url(../img/logo/blase_1.png) no-repeat center;
}
ul.blases li:nth-child(2){
	left: 4px;
	bottom: 13px;
	width: 6px;
	height: 6px;
	background: url(../img/logo/blase_2.png) no-repeat center;
}
ul.blases li:nth-child(3){
	left: 10px;
	top: 1px;
	width: 7px;
	height: 7px;
	background: url(../img/logo/blase_3.png) no-repeat center;
}
ul.blases li:nth-child(4){
	right: 17px;
	top: 0;
	width: 8px;
	height: 8px;
	background: url(../img/logo/blase_4.png) no-repeat center;
}
ul.blases li:nth-child(5){
	right: 7px;
	bottom: 12px;
	width: 10px;
	height: 10px;
	background: url(../img/logo/blase_5.png) no-repeat center;
}
ul.blases li:nth-child(6){
	right: 0;
	bottom: 0;
	width: 11px;
	height: 11px;
	background: url(../img/logo/blase_6.png) no-repeat center;
}*/
.ul-class{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}
.ul-class li{
	position: relative;
	display: inline-block;
	height: 20px;
}
ul.ul-class li:nth-child(1){
	width: 21px;
	background: url(../img/logo/li_1.png) no-repeat center;
}
ul.ul-class li:nth-child(2){
	width: 17px;
	background: url(../img/logo/li_2.png) no-repeat center;
}
ul.ul-class li:nth-child(3){
	width: 5px;
	background: url(../img/logo/li_3.png) no-repeat center;
}
ul.ul-class li:nth-child(4){
	width: 21px;
	background: url(../img/logo/li_4.png) no-repeat center;
}
ul.ul-class li:nth-child(5){
	width: 20px;
	background: url(../img/logo/li_5.png) no-repeat center;
}
ul.ul-class li:nth-child(6){
	width: 24px;
	background: url(../img/logo/li_6.png) no-repeat center;
}
/*.tehnology{
	position: relative;
	display: block;
	float: right;
	width: 57px;
	height: 12px;
	background:url(../img/logo/tehnology.png) no-repeat center;
}
/*endAnimateLogo*/
.nav_header{
	display: inline-block;
	white-space: nowrap;
	margin-top: 16px;
	width: 100%;
}
.nav_header li:first-of-type{
	padding:0;
}
.nav_header li{
	display: inline-block;
	text-align: left;
	padding: 0 0 0 40px;
}
.nav_header  li  a:hover,
.nav_header  li  a:focus {
    background-color: #FFFFFF;
}
.nav_header li a{
	padding: 10px 0;
	font: 600 18.36px/22px 'proxima_nova_ltlight', Arial, Helvetica, sans-serif;
	letter-spacing: 0.4px;
	color: #181818;
}
.nav_header a.active{
	color: #004892;
}
.sea_rch{
	margin-top: 20px;
	clear: both;
	overflow: hidden;
}
.form-control.search_inp{
	float: left;
	width: 130px;
	border: 1px solid #DEDEDE;
	border-radius: 0;
	font: 600 18.36px/22px 'proxima_nova_ltlight', Arial, Helvetica, sans-serif;
	color: #181818;
	opacity: 0;
	visibility: hidden;
	# padding: 15px 30px 15px 15px;
}
.form-control.search_inp.opened{
	opacity: 1;
	visibility: visible;
}
.search_btn{
	margin: 8px 0 0 10px;
	padding: 0;
	border: none;
	background: transparent;
}
.search_btn .glyphicon{
	font-weight: bold;
}
.header .navbar-default{
	background-color: #FFFFFF;
	border: none;
}
.slider{
	width: 100%;
	background: url(../img/bg_slider.png);
	overflow: hidden;
}
.img_block{
	float: left;
	width: 50%;
}
.img_block img{
	width: 100%;
	height: 100%;
}
.text_block{
	text-align: left;
}
p.brand{
	margin-bottom: 20px;
	font-family: 'proxima_nova_ltlight', Arial, Helvetica, sans-serif;
	font-size: 75px;
	color: #0447A2;
}
p.title{
	margin-bottom: 37px;
	font-family: 'myriad_proregular', Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 1.5px;
	font-stretch: extra-expanded;
	color: #3F3A3A;
}
.text_block a{
	padding: 13px 25px;
	border: 2px solid #0447A2;
	color: #0447A2;
	font: 16px/50px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
.slides li{
	display: table !important;
}
.slides li div{
	display: table-cell;
	vertical-align: middle;
}
.concept_functionality{
	margin-bottom: 14px;
	padding: 56px 90px 44px;
	background: #0447A2 url(../img/concept_functionality_bg_big.jpg) no-repeat center center;
	font-family: 'proxima_nova_ltlight', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
}
.service_all_news h3,
.latest_news h3,
.concept_slogan h3,
.concept_functionality h3, 
.cloud_check h3 {
	position: relative;
	margin-bottom: 9px;
	padding: 0 82px;
	font: 24px/29px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	word-spacing: 2px;
}
.concept_slogan p,
.concept_functionality p{
	position: relative;
	margin-bottom: 18px;
	font: 20px/23px 'proxima_nova_ltlight', Arial, Helvetica, sans-serif;
	word-spacing: 2px;
}
.concept_functionality p:last-child{
	position: relative;
	margin: auto;
	width: 141px;
	height: 42px;
}
.concept_functionality a{
	display: table-cell;
	margin: auto;
	width: 141px;
	height: 38px;
	border: 2px solid #FFFFFF;
	font: 14px/38px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
}
.device_img {
   width: 100%;
   display: inline-block;
   position: relative;
   background-size: cover;
}
.items_devices{
	clear: both;
	overflow: hidden;
}
.items_devices .row{
	margin-right: -20px;
	margin-left: -20px;
}
.type_of_device{
	position: relative;
	margin: 0 -10px;
	background-color: #F1F1F1;
}
.img_description{
	padding: 0 37px 24px;
	text-align: center;
}
.img_description h4{
	margin-bottom: 6px;
}
.img_description a{
	font: 20px/24px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	color: #0447A2;
}
.img_description p{
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}
.concept_slogan{
	margin-bottom: 14px;
	padding: 86px 90px 44px;
	font-family: 'proxima_nova_ltlight', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #202020;
}
.demands img{
	float: left;
	margin-right: 17px;
}
.demands h6{
	margin-bottom: 13px;
	font: 17px/20px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #0447A2;
}
.demands p{
	margin-bottom: 65px;
	font-size: 15px;
	line-height: 20px;
	color: #6B6B6B;
}
.demands_inner{
	overflow: hidden;
}
.latest_news{
	padding: 15px 0 126px;
	font-size: 15px;
}
.latest_news h3{
	margin-bottom: 28px;
	text-align: center;
}
.latest_news .row{
	margin-bottom: 11px;
	clear: both;
	overflow: hidden;
}
.service_all_news span,
.one_news span{
	display: block;
	margin-bottom: 10px;
	color: #6B6B6B;
}
.service_all_news strong a,
.one_news strong{
	display: block;
	margin-bottom: 13px;
	font: 20px/24px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #1F1F1F;
}
.service_one_news {
	padding-bottom: 50px;
}
a.one_news{
	display: block;
	padding: 26px 30px 36px;
	height: 100%;
	background-color: #F5F5F5;
	text-decoration: none;
}
.one_news:hover{
	background-color: #0447A2;
}
.one_news:hover,
.one_news:hover p,
.one_news:hover span,
.one_news:hover strong{
	color: #FFFFFF;
}
.service_all_news p,
a.one_news p,
.cloud_check p{
	line-height: 22px;
	color: #1F1F1F;
}
.m_r{
	margin-right: -10px;
}
.m_l{
	margin-left: -10px;
}
a.all_news{
	display: block;
	margin: auto;
	margin-top: 37px;
	width: 181px;
	height: 50px;
	border: 2px solid #0447A2;
	font: 16px/46px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #0447A2;
	text-decoration: none;
}
.footer {
	position: absolute;
	bottom: 0;
        left: 0;
        right: 0;
	width: 100%;
	min-width: 640px;
	max-width: 1680px;
	/* Set the fixed height of the footer here */
	# height: 408px;
	margin: 0 auto;
}
.latest_news_footer .col-lg-7,
.latest_news_footer .col-md-7,
.latest_news_footer .col-sm-7{
	width: 55.5%;
}
.latest_news_footer .col-lg-5,
.latest_news_footer .col-md-5,
.latest_news_footer .col-sm-5{
	width: 44.5%;
}
.latest_news_footer{
	padding: 28px 0 23px;
	background-color: #F1F1F1;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	clear: both;
	overflow: hidden;
}
.latest_news_footer h5{
	margin-top: 10px;
	font: 400 18px/22px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
	color: #000000;
	text-align: right;
}
.latest_news_footer input{
	padding: 0 20px;
	width: 259px;
	height: 42px;
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;
	font: 14px/16px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #000000;
}
.latest_news_footer .but_ton{
	margin-left: 7px;
	width: 141px;
	height: 42px;
	border: 2px solid #0447A2;
	background-color: transparent;
	font: bold 14px/17px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #0447A2;
}
.footer_menu{
	padding: 29px 0 25px;
	clear: both;
	overflow: hidden;
}
.footer_menu h6{
	margin-bottom: 13px;
	font: 16px/19px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #838383;
}
.foot_menu a{
	font: 600 14px/16px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.foot_menu li{
	padding: 4px 0;
}
.live_chat{
	padding: 15px 0 17px;
	height: 62px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	clear: both;
	overflow: hidden;
}
.live_chat a{
	display: inline-block;
	padding: 5px 0 0 46px;
	height: 28px;
	font: 600 16px/18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #0447A1;
	text-decoration: none;
}
.live_chat a.chat{
	background: url(../img/chat.png) no-repeat;
}
.live_chat a.info{
	background: url(../img/info.png) no-repeat;
}
.footer_bottom{
	padding: 18px 0 21px;
}
.footer_bottom .store-list li{
	float:left;
}
.footer_bottom .store-list li:first-child{
	margin-right:10px;
}

.copy,
.social_link li{
	float: left;
}
.social_link li{
	margin-left: 10px;
}
.social_link li:first-child{
	margin-left: 0;
}
.copy{
	padding-top: 9px;
	color: #000000;
}
.social_link{
	/* float: right; */
}
.social_link a{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #4C68B3;
	text-align: center;
	transition: all 0.5s ease-in-out;
}
.social_link a:hover{
	background-color: #617ECB;
}
.social_link a i{
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
}
.social_link a.facebook {background-color: #4C68B3;}
.social_link a.facebook:hover {background-color: #617ECB;}
.social_link a.google {background-color: #DD4C40;}
.social_link a.google:hover {background-color: #EF5C50;}
.social_link a.vkontakte {background-color: #426B9A;}
.social_link a.vkontakte:hover {background-color: #5E8ABC;}
.social_link a.youtube_play {background-color: #E62117;}
.social_link a.youtube_play:hover {background-color: #F5453D;}
.social_link a.facebook i {font-size: 16px;}
.social_link a.linkedin {background-color: #617ECB;}


.social_link a.instagram {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.social_link a.instagram:hover {
	opacity:.8;
}

# @media screen and (min-width: 1280px) {
# 	.nav_header{
# 		padding-left: 8%;
# 	}
# }
@media screen and (min-width: 950px) and (max-width: 1280px) {
	.nav_header{
		padding-left: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 950px) {
	.latest_news_footer .col-sm-7{
		width: 60%;
	}
	.latest_news_footer .col-sm-5{
		width: 40%;
	}
	.navbar-collapse{
		padding-left: 0;
		padding-right: 0;
	}
	.header .col-sm-2{
		width: 19%;
	}
	.header .col-sm-3{
		width: 22%;
	}
	.header .col-sm-7{
		width: 59%;
	}
	.form-control.search_inp{
		width: 110px;
	}


}
@media screen and (max-width: 767px) {
	.header .col-xs-2{
	width: 18%;
	}
	.header .col-xs-3{
	width: 26%;
	}
	.header .col-xs-7{
	width: 56%;
	}
	.latest_news_footer .col-xs-12{
		width: 100%;
	}
	.latest_news_footer h5{
		margin-bottom: 20px;
		text-align: center;
	}
	.nav_header{
		display: block;
	}
	.nav_header li{
		display: block;
		float: none;
		width: 100%;
	}
	.m_r{
		margin-right: 0;
		margin-bottom: 11px;
	}
	.m_l{
		margin-left: 0;
	}
	.latest_news .row .col-xs-12:first-child{
		margin-bottom: 11px;
	}
	.sign_up{
		margin: auto;
		width: 411px;
	}
	.form-control.search_inp{
		width: 110px;
	}
	.nav_header{
		margin-top: 0;
	}
	.img_description a{
		font: 24px/27px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	}
	.img_description p{
		font-size: 18px;
		line-height: 20px;
	}


}
/*--homeslider--*/
/*--------------------------------------------------------------------------
+	Homepage Slider Style (modified sequencejs CSS). Sorry, no LESS here
--------------------------------------------------------------------------*/
#sequence {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  position: relative;
  height: 595px;
}
#sequence img {
  max-width: 100%;
}
#sequence > .sequence-canvas {
  list-style-type: none;
  height: 595px;
  margin: 0;
  padding: 0;
  width: 100%;
}
#sequence h2 {
  border: none;
  padding-left: 0;
  margin-top: 0;
}
#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 595px;
  z-index: 1;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  -ms-transition-property: background;
  transition-property: background;
  background: url(../img/bg_slider.png) repeat;
}
#sequence > .sequence-canvas > li img {
  width: 100%;
}
#sequence > .sequence-canvas li > * {
  position: absolute;
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  transition-property: left, opacity;
}
.sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-paused {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.sequence-prev {
  left: 3%;
}
.sequence-next {
  right: 3%;
}
.sequence-prev img,
.sequence-next img {
  height: 100%;
  width: auto;
}
#sequence-preloader {
  background: #d9d9d9;
}

#sequence .subtitle ul {
    font-size: 26px;
    margin-left: 26px;
}

#sequence .subtitle ul li{
    list-style: circle;
}


.sequence-pagination-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  z-index: 99;
}
.sequence-pagination {
  display: none;
  z-index: 99;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-pagination li {
  display: inline-block;
  *display: inline;
  width: 8px;
  height: 8px;
  margin: 0 9px;
  text-indent: -999em;
  background-color: #FFFFFF;
  border-color: transparent;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sequence-pagination li.current {
	margin: 0 7px;
  width: 12px;
  height: 12px;
  border: 2px solid #0447A2;
  cursor: default;
}
.sequence-next,
.sequence-prev {
  text-decoration: none;
  display: block;
  width: 52px;
  height: 52px;
  top: 50%;
  margin-top: -26px;
  border-radius: 50%;
  background-color: #C0C0C1;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  position: absolute;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  z-index: 10;
}
.sequence-next:hover,
.sequence-prev:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-next:before,
.sequence-prev:before {
  font-family: "FontAwesome";
  font-size: 39px;
  line-height: 52px;
  display: inline-block;
  content: '\f104';
  color: #FFFFFF;
}
.sequence-next:before {
  content: '\f105';
}
.subtitle a{
	margin-top: 35px;
	display: block;
	width: 181px;
	height: 50px;
	border: 2px solid #0447A2;
	text-align: center;
	line-height: 50px;
	color: #0447A2;
	font: 16px/50px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}

#sequence .title a{
    color: #0649a1;
}

#sequence .title {
  left: 110%;
  width: 30%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  bottom: 60%;
  z-index: 50;
	margin-bottom: 20px;
	font-family: 'proxima_nova_ltlight', Arial, Helvetica, sans-serif;
	font-size: 75px;
	color: #0649a1;

}
#sequence > .sequence-canvas > li.animate-in {
  background-position: 0 0;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
#sequence .animate-in .title {
  left: 57%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#sequence .animate-out .title {
  left: 57%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.subtitle {
	padding: 0 0 0 5px;
  left: 100%;
  width: 30%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 40%;
	margin-bottom: 37px;
	font-family: 'myriad_proregular', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 1.5px;
	font-stretch: extra-expanded;
	color: #3F3A3A;
}
#sequence .subtitle {
  white-space: normal;
}
.animate-in .subtitle {
  left: 57%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.animate-out .subtitle {
  left: 57%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.slide-img {
  left: 0;
  top: 8%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: relative;
  height: auto !important;
  max-height: 518px !important;
  max-width: 55% !important;
}
.animate-in .slide-img {
  left: 10%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.animate-out .slide-img {
  left: 15%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: .1s;
  -moz-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
}
@media only screen and (min-width: 1300px) and (max-width: 1399px){
	.animate-in .slide-img {
	  left: 10%;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1499px){
	.animate-in .slide-img {
	  left: 12%;
	}
}

@media only screen and (min-width: 1500px) and (max-width: 1599px){
	.animate-in .slide-img {
	  left: 13.5%;
	}
}

@media only screen and (min-width: 1600px) {
	.animate-in .slide-img {
	  left: 15%;
	}

}
@media only screen and (max-width: 1199px) {
	#sequence ,
	#sequence > .sequence-canvas,
	#sequence > .sequence-canvas > li {
		height: auto;
	}
}
@media only screen and (min-width: 1150px) and (max-width: 1199px){
	#sequence > .sequence-canvas > li ,
	#sequence > .sequence-canvas{
		height: 550px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1149px){
	#sequence > .sequence-canvas > li ,
	#sequence > .sequence-canvas{
		height: 500px;
  }
  .slide-img {
	  top: 3%;
  }

}
@media only screen and (min-width: 950px) and (max-width: 999px){
	#sequence > .sequence-canvas > li ,
	#sequence > .sequence-canvas{
		height: 450px;
  }
}
@media only screen and (max-width: 949px){
	#sequence > .sequence-canvas > li ,
	#sequence > .sequence-canvas{
		height: 400px;
  }
  .slide-img {
	  top: 5%;
  }

}

@media only screen and (min-width: 850px) and (max-width: 950px){
  #sequence .title {
    font-size: 65px;
  }
  #sequence .subtitle {
    font-size: 28px;
  }
  .slide-img {
	  top: 3%;
  }

}

@media only screen and (min-width: 768px) and (max-width: 850px){
  #sequence .title {
    font-size: 60px;
  }
  #sequence .subtitle {
    font-size: 25px;
  }
  .slide-img {
	  top: 8%;
  }

}

@media only screen and (min-width: 900px) and (max-width: 1200px){
  #sequence .slide-img {
    width: 45%;
  }
}

@media only screen and (max-width: 899px){
	#sequence > .sequence-canvas{
		height: 400px;
  }
  #sequence .slide-img {
    width: 45%;
  }

}

@media only screen and (min-width: 992px) {
  #sequence .title {
    width: 42%;
  }
}
@media only screen and (max-width: 768px) {
  .slide-img {
	  top: 1%;
    left: 0%;
    width: 100%;
	max-height: 330px !important;
  }
  #sequence > .sequence-canvas > li .slide-img img{
	  width: auto;
	  max-width: 100%;
	  max-height: 330px !important;
  }
  #sequence .animate-in .slide-img {
    left: 50%;
    margin-left: -25%;
	width: 50%;
  }
  #sequence .animate-out .slide-img {
    left: 20%;
    margin-left: -20%;
  }
  #sequence .title {
    bottom: 0;
    left: 100%;
    padding: 4%;
    width: 100%;
	font-size: 50px;
	text-align: center;
    margin-bottom: 0;
    z-index: 10;
  }
  #sequence .animate-in .title {
    left: 0%;
  }
  #sequence .animate-out .title {
    left: -100%;
  }
  .animate-out .slide-img {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
  #sequence .subtitle {
    visibility: hidden;
  }
.sequence-pagination-wrapper{
	bottom: 10px;
}
}
@media only screen and (min-width: 701px) and (max-width: 767px) {
	  .slide-img {
	  top: 0;
	  }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
	  .slide-img {
	  top: 4%;
	  }
}

/*--end homeslider-----------*/

/*--slinex_catalogue---------*/
.breadcrumbs_out{
	margin-top: 101px;
	width: 100%;
	height: 52px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #EBEBEB;
}
.breadcrumbs_out .wrapper{
	width: 81%;
}
.breadcrumbs li{
	float: left;
	margin-right: 12px;
	font-size: 15px;
	line-height: 52px;
	color: #000000;
}
.breadcrumbs li i,
.breadcrumbs li a{
	color: #919191;
}
.product_catalogue{
	padding: 37px 0 0;
	text-align: center;
}
.catalogue_menu{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	margin: auto;
	margin-bottom: 45px;
	clear: both;
	overflow: hidden;
}
.catalogue_menu li:last-child,
.catalogue_menu li:last-of-type {
	margin-right: 0;
}
.catalogue_menu li{
	font-size: 16px;
	text-align: center;
	margin-right: 25px;
}
.catalogue_menu li a{
	color: #919191;
}
.catalogue_menu li a.active{
	color: #004892;
}
.product_catalogue .wrapper{
	width: 81%;
}
.product_catalogue .row{
	margin-right: -20px;
	margin-left: -20px;
}
.product_catalogue h3{
	margin-bottom: 21px;
	font: 24px/29px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	word-spacing: 2px;
}
.product_catalogue .img_description a{
	margin-bottom: 21px;
	font: 19px/23px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.product_catalogue .img_description a span{
    white-space: nowrap;
}

.product_catalogue .img_description p{
	line-height: 22px;
}
.product_catalogue .type_of_device{
	height: 100%;
	background-color: #F5F5F5;
	border: 2px solid #F5F5F5;
}
.product_catalogue .type_of_device:hover{
	border: 2px solid #0447A2;
}

.product_catalogue .type_of_device:hover .img_description{
    font-weight: bolder;
}

.product_catalogue .fu_ll{
	margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1150px) {
	.product_catalogue .col-md-4{
		width: 50%;
	}
	.product_catalogue .video_intercoms .col-md-4{
		width: 33.33333333%;
	}

}
.catalogue_description .wrapper{
	margin-bottom: 56px;
	padding: 20px;
	width: 81%;
	background-color: #F5F5F5;
}
@media (max-width: 767px) {
	.img_device{
		margin: 90px 85px 50px;
		background-size: contain;
	}

}
.catalogue_description p{
	line-height: 22px;
	color: #202020;
}
/*--end slinex_catalogue---*/
/*--------slinex_product_2---*/
.gallery{
	padding: 45px 0 0;
	clear: both;
	overflow: hidden;
}
/*----*/
#galleria{
	height: 320px;
}
.galleria-theme-classic{
	height: 74px;
}
.galleria-theme-classic a{
	display: block;
	padding: 12px 11px;
}
/*----*/
.description_characteristics{
	padding-top: 42px;
	border-bottom: 1px solid #EBEBEB;
	clear: both;
	overflow: hidden;
}
.description_additional p.no_margin{
	margin-bottom: 25px;
}
.similar_Items h4,
.description_characteristics h4{
	margin-bottom: 20px;
	font: 23px/27px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
.description_full {margin: 0 0 30px;}
.description_text {height: 300px; overflow: hidden;}
.description_full p{
	font-size: 15px;
	line-height: 25px;
	color: #6B6B6B;
}
.description_characteristics h5{
	font: 15px/18px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #0447A2;
}
.description_link {
	font-size: 15px;
	color: #0447A2;
}
.description_link  .full_description {display: inline;}
.description_link  .mini_description {display: none;}

.description_link.open  .full_description {display: none;}
.description_link.open  .mini_description {display: inline;}

.description_additional h5{
	margin-bottom: 3px;
	padding-top: 50px;
}
h5.display{
	background: url(../img/description/icon_1.png) no-repeat 0 0;
}
h5.display:hover{
	background-position: 0 -133px;
}
h5.dimensions{
	background: url(../img/description/icon_2.png) no-repeat 0 0;
}
h5.dimensions:hover{
	background-position: 0 -132px;
}
h5.unique_features{
	background: url(../img/description/icon_3.png) no-repeat 0 0;
}
h5.unique_features:hover{
	background-position: 0 -129px;
}
h5.additional_functions{
	background: url(../img/description/icon_4.png) no-repeat 0 5px;
}
h5.additional_functions:hover{
	background-position: 0 -133px;
}

h5.warranty_12{
    background: url(../img/description/12month.png) no-repeat 0 0;
}

h5.warranty_24{
    background: url(../img/description/24month.png) no-repeat 0 0;
}

h5.camera_angle, h5.Horizontal_viewing_angle{
    background: url(../img/description/camera_angle.png) no-repeat 0 0;
}
h5.camera_resolution{
    background: url(../img/description/camera_resolution.png) no-repeat 0 0;
}



h5.temperature{
    background: url(../img/description/temperature.png) no-repeat 0 0;
}
h5.security{
    background: url(../img/description/security.png) no-repeat 0 0;
}
h5.unique_functions{
    background: url(../img/description/unique_functions.png) no-repeat 0 0;
}
h5.price_ruble{
    background: url(../img/description/price_ruble.png) no-repeat 0 0;
}
h5.price_dollar{
    background: url(../img/description/price_dollar.png) no-repeat 0 0;
}
h5.price_hryvna{
    background: url(../img/description/price_hryvna.png) no-repeat 0 0;
}
h5.reliability{
    background: url(../img/description/reliability.png) no-repeat 0 0;
}
h5.products{
    background: url(../img/description/products.png) no-repeat 0 0;
}




.description_additional p{
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 25px;
}
.description_additional .col-lg-6,
.description_additional .col-md-6,
.description_additional .col-xs-6,
.description_additional .col-sm-6{
	width: 45.5%;
}

.description_additional .col-lg-6:nth-child(2n+1),
.description_additional .col-md-6:nth-child(2n+1),
.description_additional .col-xs-6:nth-child(2n+1),
.description_additional .col-sm-6:nth-child(2n+1){
	 clear: left;
}

.list_characteristics dt{
	font: 15px/18px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
.list_characteristics dd{
	font-size: 14px;
	margin-bottom: 20px;
}
.list_characteristics dd:last-child{
	margin-bottom: 31px;
}
.gallery a,
.characteristics a{
	font-size: 15px;
	color: #0447A2;
}
.instruction_connection li{
	margin-bottom: 28px;
}
.instruction_connection li:last-child{
	margin-left: -3px;
}
.instruction_connection a{
	display: block;
	padding: 7px 0 7px 40px;
	line-height: 18px;
}
a.instruction{
	background: url(../img/description/icon_5.png) no-repeat left top;
	transition: all .6s ease-in-out;
}
a.instruction:hover{
	background-position: left bottom;
	transition: all .6s ease-in-out;
}
a.connection{
	padding-left: 43px;
	background: url(../img/description/icon_6.png) no-repeat left top;
	transition: all .6s ease-in-out;
}
a.connection:hover{
	background-position: left bottom;
	transition: all .6s ease-in-out;
}
.thumbnailes{
	height: 105px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	background-color: #F5F5F5;
	clear: both;
	overflow: hidden;
}
.overview{
	margin-top: 33px;
	clear: both;
	overflow: hidden;
}
.overview li{
	float: left;
	margin-left: 43px;
}
.overview li:first-child{
	margin-left: 0;
}
.overview a{
	display: block;
	padding: 9px 0 9px 64px;
	font: 15px/18px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #0447A2;
}
a.video_review{
	background: url(../img/description/icon_7.png) no-repeat left top;
	transition: all .6s ease-in-out;
}
a.video_review:hover{
	background-position: left bottom;
	transition: all .6s ease-in-out;
}
.overview a.review{
	padding: 9px 0 10px 53px;
}
a.review{
	background: url(../img/description/icon_8.png) no-repeat left top;
	transition: all .6s ease-in-out;
}
a.review:hover{
	background-position: left bottom;
	transition: all .6s ease-in-out;
}
h1{
	margin-bottom: 19px;
	font: 34px/38px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #0447A2;
}
.gallery p{
	margin-bottom: 17px;
	font: 20px/22px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #000000;
}
.function li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 16px;
	font-size: 15px;
	color: #6B6B6B;
}
.function-colours h1 {
	margin-bottom: 19px;
}
.function li i{
	position: absolute;
	left: 4px;
	top: 4px;
	font-size: 7px;
	line-height: 10px;
	color: #A2A2A2;
}
.colours_solutions{
	margin-bottom: 18px;
	padding: 12px 2px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	clear: both;
	overflow: hidden;
}
.colours_solutions h6{
	margin-bottom: 8px;
	font: 16px/20px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #000000;
}
.colours{
	clear: both;
	overflow: hidden;
}
.colours li{
	position: relative;
	float: left;
	margin-right: 48px;
	margin: 5px 0;
}
.colours li a {
	display: block;
	color: inherit;
	font-size: 15px;
	line-height: 20px;
	padding: 5px 0 5px 40px;
}
.colours li:last-child{
	margin-right: 0;
}
/*.colours li a i{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	background: #CDA78A;
}
.colours li:first-child a i{
	color: #CDCDCE;
}
.colours li a.active i{
	border-color: #0447A2;
}*/
.recommended_price{
	margin-bottom: 14px;
	clear: both;
	overflow: hidden;
}

.recommended_price li:first-child{
	margin-bottom: 6px;
	font: 16px/18px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}

.recommended_price li{
    padding-top: 2px;
    font: 14px/15px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
    color: #6B6B6B;
}
.recommended_price li.price_summ{
    margin-left: 0;
    padding-top: 0;
    font: 34px/38px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
    color: #000000;
}
.function {
  margin-bottom: 9px;
  clear: both;
  overflow: hidden;
}
a.where_buy{
	display: block;
	margin-bottom: 25px;
	width: 175px;
	height: 42px;
	background-color: #0447A2;
	font: 14px/44px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
/*---carousel--*/
.similar_Items{
	padding: 52px 0 48px;
	text-align: center;
}
.catalog_item.col-md-4{
	float: left;
	width: 50%;
}

.carousel {
	height: 450px;
}
.carousel-indicators {
	position: absolute;
	bottom: 46px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #B0B0B0;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
}
.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	border: 2px solid #0447A2;
	margin: 5px;
	background-color: #FFFFFF;
}
.similar_Items .carousel_block {
	height: 352px;
	clear: both;
	overflow: hidden;
}
.catalog_item{
	padding: 0 4px;
	height: 352px;
	text-align: center;
}
.item_ins:hover{
	border-color: #0447A2;
}
.catalog_item strong{
	font: normal 19px/23px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #0447A2;;
}
.catalog_item p{
	margin-top: 6px;
	padding: 0 12px;
	font-size: 15px;
	line-height: 22px;
	color: #000000;
}
.item_ins{
	padding: 15px;
	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
	border: 2px solid #FFFFFF;
}
.es-carousel-wrapper.hide_on{
	padding: 0;
	height: 1px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.es-carousel-wrapper.hide_on .es-carousel {
	background: #FFFFFF;
}
.es-carousel-wrapper.hide_on .es-carousel ul li.selected a{
	border-color: #FFFFFF;
}
.es-carousel-wrapper.hide_on .es-nav span.es-nav-next,
.es-carousel-wrapper.hide_on .es-nav span {
	display: none;
	background-position: -500px -500px;
}
@media (min-width: 1400px) {
	.catalog_item.col-md-4{
		width: 25%;
	}
}
@media (max-width: 1035px) {

	.footer_bottom .col-md-3:nth-child(1), .footer_bottom .col-md-3:nth-child(2){
		display:none;
	}
	.footer_bottom .col-md-3:nth-child(3),
	.footer_bottom .col-md-3:nth-child(4){
		width: 50%;
	}
}
@media (max-width: 560px) {
	.footer_bottom .col-md-3:nth-child(3),
	.footer_bottom .col-md-3:nth-child(4){
		width: 100%;
	}
	.footer_bottom .col-md-3:nth-child(3){
		margin-bottom:20px;
	}
}
@media (min-width: 1024px) and (max-width: 1399px) {
	.catalog_item.col-md-4{
		width: 33.33333333%;
	}
}
@media (min-width: 787px) and (max-width: 1023px) {
	.catalog_item.col-md-4{
		width: 50%;
	}
}
@media (min-width: 767px) and (max-width: 1025px) {
	.rg-image-wrapper {
	  margin-top: 110px;
	}
	.colours li{
		float: none;
		margin-left: 1px;
	}
	.colours li:first-child {
	  margin-left: 0;
	  margin-bottom: 7px;
	}
}
@media (min-width: 767px) and (max-width: 1055px) {
	.overview{
		margin-top: 10px;
	}
	.overview li{
		float: none;
		margin-left: 6px;
	}
	.overview li:first-child {
		margin-left: 0;
		margin-bottom: 12px;
	}
	.overview a.review {
	  padding: 9px 0 10px 58px;
	}
}
/*--end slinex_product_2---*/
/*----slinex_service----------*/
.service_all_news .wrapper{
	width: 81%;
}
.service_all_news{
	padding: 31px 0 83px;
}
.service_all_news h3{
	margin-bottom: 22px;
	padding: 0;
}
.service_all_news strong a{
	margin-bottom: 20px;
}
.service_all_news span,
.service_all_news p,
.cloud_check p{
	font-size: 15px;
}
.service_all_news .news_img{
	padding-left: 17%;
	padding-top: 28px;
	padding-bottom: 21px;
}
.service_link{
	padding-top: 7px;
	clear: both;
	overflow: hidden;
}
.service_link li{
	margin-bottom: 24px;
}
.service_link a{
	font-size: 15px;
	line-height: 24px;
	color: #0447A2;
}
/*----end slinex_service-----------*/
/*----answers_questions----------*/
.answers_questions .wrapper{
	padding: 40px 0 95px;
	width: 81%;
}
.answers_questions .panel-heading{
	padding: 13px 15px 13px 13px;
	background-color: #F5F5F5;
}
.answers_questions .panel-heading,
.answers_questions .panel{
	border: none;
}
.panel-group{
	margin-bottom: 34px;
}
.panel-group .panel + .panel{
	margin-top: 10px;
}
.panel-group .panel-heading + .panel-collapse .panel-body{
	padding: 0 36px 20px 36px;
    border-top: none;
	background-color: #F5F5F5;
}
.collapse.in{
	margin-top: 0;
}
.questions_category h3{
	margin-bottom: 23px;
	font: 24px/28px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #202020;
}
.answers_questions h6{
	margin-bottom: 18px;
	font: 17px/22px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #202020;
}
.answers_questions h4.panel-title a{
	display: inline-block;
	position: relative;
	padding-left: 23px;
	font: normal 20px/24px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #202020;
}
.answers_questions h4.panel-title a:hover,
.answers_questions h4.panel-title a:active,
.answers_questions h4.panel-title a:focus{
	cursor: pointer;
}
.answers_questions h4 a:before,
.answers_questions h4 a:after{
	position: absolute;
	top: 6px;
	left: 4px;
	content: "";
	width: 3px;
	height: 11px;
	background-color: #838383;
}
.answers_questions h4.panel-title a:after{
	top: 10px;
	left: 0;
	width: 11px;
	height: 3px;
}
.answers_questions h4.panel-title a.active:before{
	display: none;
}
.answers_questions h4.panel-title a.active.collapsed:before{
	display: block;
}
.your_question{
	padding-top: 5px;
}
.your_question p,
.answers_questions .panel-body p{
	font-size: 15px;
	line-height: 22px;
	color: #202020;
}
.your_question a{
    display: block;
    margin-top: 19px;
    width: 176px;
    height: 42px;
    border: 2px solid #0447A2;
    font: 15px/42px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
    text-align: center;
    color: #0447A2;
    text-decoration: none;
	text-transform: uppercase;
	transition: all .8s ease-in-out;
}
.latest_news_footer .but_ton:hover,
.your_question a:hover{
	background-color: #0447A2;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
}
/*----end answers_questions----*/
.header .wrapper{
	overflow: visible;
}
.sea_rch{
	display: inline-block;
	float: right;
	position: relative;
	margin-top: 15px;
	margin-right: 30px;
	clear: none;
}
.sea_rch input::-webkit-input-placeholder{
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	transition: line-height 0.5s ease-in-out;
}
.sea_rch input::-moz-placeholder{
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	transition: line-height 0.5s ease-in-out;
}
.sea_rch input:-moz-placeholder{
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	transition: line-height 0.5s ease-in-out;
}
.sea_rch input:-ms-input-placeholder{
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	transition: line-height 0.5s ease-in-out;
}
/*.sea_rch input:focus::-webkit-input-placeholder{
	line-height: 100px; transition: line-height 0.5s ease-in-out;
}
.sea_rch input:focus::-moz-placeholder{
	line-height: 100px; transition: line-height 0.5s ease-in-out;
}
.sea_rch input:focus:-moz-placeholder{
	line-height: 100px; transition: line-height 0.5s ease-in-out;
}
.sea_rch input:focus:-ms-input-placeholder{
	line-height: 100px; transition: line-height 0.5s ease-in-out;
}*/
.btn-group{
	float: right;
	padding-top: 23px;
}
.dropdown-menu{
	margin: 0;
	padding: 0;
	min-width: 30px;
	border: 1px solid #cccccc;
	border-radius: 0;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-group .btn,
.dropdown-menu li a{
  font: 600 16.4px/22px 'proxima_nova_ltlight', Arial, Helvetica, sans-serif;
  letter-spacing: 0.4px;
  color: #181818;
}
.btn-group .btn{
	padding: 2px 4px;
	width: 30px;
	border-radius: 0;
	background: #FFFFFF;
	text-align: center;
}
.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn:focus{
	background: #FFFFFF;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dropdown-menu > li > a{
	padding: 3px 3px 3px 4px;
}
.btn-group.open .dropdown-toggle{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control.search_inp{
	float: none;
	# padding: 12px 30px 6px 12px;
	line-height: 1;
	padding: 12px 30px 12px 15px;
	width: 135px;
	height: 42px;
}
.sea_rch .search_btn{
	position: absolute;
	margin: 0;
	right: 13px;
	top: 13px;
}
.footer{
	# height: 347px;
	height:auto;
}
.footer_bottom{
	border-top: 1px solid #EBEBEB;
}
.copy{
	font-weight: 600;
}
a.chat,
a.info{
	display: inline-block;
	padding: 5px 0 0 46px;
	height: 28px;
	font: 600 16px/18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #0447A1;
	text-decoration: none;
}
a.chat:hover,
a.info:hover{
	text-decoration: underline;
}
a.chat{
	background: url(../img/chat.png) no-repeat;
}
a.info{
	background: url(../img/info.png) no-repeat;
}
.social_link a{
	background-color: #838383;
}
.nav_header li a:hover{
	color: #0447A2;
}
.latest_news_footer .but_ton{
	transition: all .2s ease-in-out;
}
.search_btn .glyphicon{
	color: #838383;
}
.description_link{
	display: inline-block;
    margin-top: 9px;
}
.instruction_connection a:hover{
	text-decoration: underline;
}
.similar_Items{
    padding: 52px 0 0px;
}
.similar_Items h4{
    margin-bottom: 42px;
}
h5.dimensions:hover{
	background-position: 0 -134px;
}
a.software{
	padding-left: 43px;
	background: url(../img/description/icon_9.png) no-repeat left top;
	transition: all .6s ease-in-out;
}
a.software:hover{
	background-position: left bottom;
	transition: all .6s ease-in-out;
}
.instruction_connection li:last-child{
   margin-left: 0;
}
.list_characteristics a:hover{
	text-decoration: underline;
}
.item_ins a:hover{
	text-decoration: underline;
}
a.where_buy{
	transition: all .8s ease-in-out;
}
a.where_buy:hover{
	background-color: #065ED6;
	transition: all .6s ease-in-out;
}
.overview a:hover{
	text-decoration: underline;
}
.description_link:hover{
	text-decoration: underline;
}
.nav_header li a,
.footer_menu a{
	color: #181818;
	transition: all .8s ease-in-out;
}
.nav_header li a:hover,
.footer_menu a:hover{
	color: #0447A2;
	transition: all .6s ease-in-out;
}
.characteristics .panel-group{
	margin-top: -14px;
	margin-bottom: 28px;
}
.characteristics .panel-group .panel{
	border-bottom: 1px solid #EBEBEB;
}
.characteristics .panel-group .panel-heading{
	padding: 0;
}
.description_characteristics .panel-group h4{
	font: 15px/18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}
.description_characteristics .panel-group h4 a:hover{
	text-decoration: underline;
}
.description_characteristics .panel-group h4 a:hover,
.description_characteristics .panel-group h4 a:active,
.description_characteristics .panel-group h4 a:focus{
	cursor: pointer;
}
.description_characteristics .panel-group .panel-heading + .panel-collapse .panel-body{
	padding: 0;
	border-top: none;
	background-color: #FFFFFF;
}
.description_characteristics{
	padding-bottom: 10px;
}
.all_characteristics{
	display: block;
	margin: -9px 0 26px;
	padding-bottom: 22px;
	border-bottom: 1px solid #EBEBEB;
	text-decoration: none;
}
.all_characteristics:hover{
	text-decoration: underline;
}
.sequence-next,
.sequence-prev{
	cursor: pointer;
	transition: all .8s ease-in-out;
}
.sequence-next:hover,
.sequence-prev:hover,
.sequence-next:focus,
.sequence-prev:focus,
.sequence-next:active,
.sequence-prev:active{
	background-color: #0447A2;
	cursor: pointer;
	transition: all .6s ease-in-out;
}
a.all_news{
	transition: all .2s ease-in-out;
}
a.all_news:hover{
	background-color: #0447A2;
	color: #FFFFFF;
	transition: all .3s ease-in-out;
}
.type_of_device{
	font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	overflow: hidden;
}
/*.type_of_device .device_img{
	transition: all .8s ease-in-out;
}
.type_of_device:hover .device_img{
	transform: scale(1.1, 1.1);
	transition: all .6s ease-in-out;
}*/
.type_of_device:hover .img_description a{
	color: #033881;
}
.img_description{
	position: relative;
	z-index: 1;
}
h3.subtitle{
	white-space: nowrap;
}
/*a.one_news{
	transition: all .1s ease-in-out;
}
.one_news:hover{
	transition: all .6s ease-in-out;
}
.concept_functionality a{
	transition: all .8s ease-in-out;
}*/
.concept_functionality a:hover{
	background-color: #0447A2;
	color: #FFFFFF;
	/*transition: all .6s ease-in-out;*/
}
.subtitle a{
	transition: all .2s ease-in-out;
	text-transform: uppercase;
}
.subtitle a:hover{
	background-color: #0447A2;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
}
h2.title a{
	transition: all .8s ease-in-out;
}
h2.title a:hover{
	transition: all .6s ease-in-out;
	color: #181818;
}
.product_catalogue .row{
	margin-right: -5px;
	margin-left: -5px;
}
.video_intercoms{
	margin-bottom: 35px;
}
.video_intercoms:last-of-type{
	margin-bottom: 0;
}
.video_intercoms h4{
	margin-bottom: 23px;
	font: 24px/28px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #0447A1;
}
.catalogue_menu li a{
	transition: all .8s ease-in-out;
}
.catalogue_menu li a:hover{
	transition: all .6s ease-in-out;
	color: #004892;
}
.service_link a:hover{
	text-decoration: underline;
}
/*----modal----------*/
.modal-backdrop{
	background-color: rgba(255, 255, 255, 0.5);
}
.modal-dialog{
    width: 96.6666%;
	max-width: 1160px;
}
.modal-content{
	border: none;
	border-radius: 0;
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.modal-header{
	border-bottom: none;
}
h4.modal-title{
	padding-top: 15px;
    font: 34px/38px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	text-align: center;
}
button.close{
	margin: -3px 10px 0 0;
	font-size: 70px;
	font-weight: 100;
	color: #B0B0B0;
	text-shadow: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.modal-body{
	padding-left: 8.0%;
	padding-right: 8.0%;
}
.modal-body h5{
	margin: 8px 0 25px;
	font: 24px/28px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
.modal_haracteristics{
	clear: both;
	overflow: hidden;
}
.modal_haracteristics li{
	float: left;
	padding-left: 10px;
	width: 33.333333%;
}
.modal_haracteristics li:first-child{
	padding-left: 0;
}
.es-nav-prev:before,
.es-nav-next:before {
	font-family: "FontAwesome";
	font-size: 39px;
	line-height: 52px;
	display: inline-block;
	content: '\f104';
	color: #FFFFFF;
}
.es-nav-next:before {
	content: '\f105';
}
.modal-body .es-nav span.es-nav-next{
	top: -270%;
	right: -90%;
}
.modal-body .es-nav span.es-nav-prev{
	top: -270%;
	left: -90%;
}

/*----end modal--------*/
/*----contacts----------*/
.contacts_selection{
	padding: 46px 0 20px;
}
.contacts_selection .wrapper{
	width: 81%;
}
.contacts_selection h6{
	margin-bottom: 12px;
	font: 16px/18px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
.regions a{
	font: 16px/35px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #313131;
}
.regions a:hover{
	color: #0447A2;
	text-decoration: underline;
}
.regions a:focus,
.regions a:active,
.regions a.active{
	color: #0447A2;
	text-decoration: none;
}
.maps li{
	display: none;
}
.maps li:first-child{
	display: block;
}
.selection{
	padding: 9px 0 16px;
	border-bottom: 1px solid #EAEAEA;
	text-align: left;
}
.selection li{
	position: relative;
	display: inline-block;
	margin-left: 43px;
	min-width: 150px;
}
.selection li:first-child{
	margin-left: 0;
	min-width: 103px;
}
.selection label{
	padding-left: 29px;
	font: 16px/20px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #313131;
	cursor: pointer;
}
input[type="checkbox"]{
	position: absolute;
	left: -9999px;
}
input[type="checkbox"] + label:before{
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -6px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
	border: 1px solid #C8CDD0;
}
input[type="checkbox"]:checked + label:before{
	content: "\f00c";
	font: normal normal normal 14px/1 'FontAwesome';
	font-size: 12px;
	font-weight: bold;
	color: #0447A2;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.result_map h2{
	margin: 34px 0 20px;
	font: 24px/28px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	letter-spacing: 0.7px;
}
.map-describe{
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	clear: both;
	overflow: hidden;
}
.map-describe:first-of-type{
	margin-top: 9px;
}
.map-describe:last-of-type{
	padding-bottom: 18px;
	border-bottom: none;
}
.map-describe h4{
	margin: 18px 0 17px;
	font: 18px/24px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
.result-check{
	margin-bottom: 13px;
	padding: 15px 0 15px 20px;
	background-color: #F5F5F5;
}
.maps .result-check li{
	display: inline-block;
	margin-left: 18px;
	font: 16px/20px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #212121;
}
.maps .result-check li:first-child{
	margin-left: 0;
}
.result-adress p{
	font: 16px/24px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #212121;
}
.result-adress a,
.result-adress a:hover,
.result-adress a:focus,
.result-adress a:active{
	color: #0447A2;
}
.result-adress a:hover{
	text-decoration: underline;
}
/*yandex_maps*/
.ballon{
	position: relative;
	padding: 15px 17px 14px;
	min-width: 358px;
	background-color: #FFFFFF;
	text-align: left;
	box-shadow: 8px 8px 16px -1px rgba(0,0,0,0.4),
						-8px 8px 16px -1px rgba(0,0,0,0.4);
}
.ballon a:hover{
	text-decoration: underline;
}
.title_link{
	margin-bottom: 4px;
	font: bold 18px/24px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #0447A2;
}
.balloon_close{
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/balloon_close.png) no-repeat center bottom;
	cursor: pointer;
}
.balloon_close:hover{
	background: url(../img/balloon_close.png) no-repeat center top;
}
.ballon p{
	padding: 3px 0 0 2px;
	font: 14px/24px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #212121;
}
.read_more{
	padding-left: 2px;
	font: 14px/24px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #0447A2;
}

.ymaps-b-balloon{
	width: auto !important;
}
.ymaps-copyrights-legend{
	display: none !important;
}
.ymaps-logotype-div{
	display: none !important;
}

.ymaps-b-balloon__tail,
.ymaps-b-balloon__sprite_type_tail,
.ymaps-b-balloon__sprite,
.ymaps-shadows-pane{
	display: none !important;
}
.ymaps-b-balloon__content{
	position: relative;
	padding: 15px 17px 17px;
	min-width: 358px;
	background-color: #FFFFFF;
	border: none;
	text-align: left;
	box-shadow: 8px 8px 16px -1px rgba(0,0,0,0.4),
						-8px 8px 16px -1px rgba(0,0,0,0.4);
}
.ymaps-b-balloon__content-holster{
	padding: 0 !important;
}
.ymaps-image-with-content{
	left: 0 !important;
	top: 0 !important;
	width: 28px !important;
	height: 37px !important;
	background-image: url(../img/icon1.png) !important;
	background-size: 28px 37px !important;
}
.ymaps-b-balloon__close{
	top: 25px !important;
	right: 17px !important;
	width: 18px !important;
	height: 18px !important;
	background-image: url(../img/balloon_close.png) !important;
	background-position: center bottom !important;
}
.ymaps-b-balloon__close:hover{
	background-position: center top !important;
}
.ymaps-b-balloon__content-body a{
	color: #0447A2;
}
.ymaps-b-balloon__content-body a:hover{
	text-decoration: underline;
}
.ymaps-b-balloon__content-body p{
	padding-left: 2px;
	font: 14px/24px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #212121;
}


/*----end contacts----*/
@media (max-width: 900px) {
	.social_link li{
		margin-left: 5px;
	}
	a.chat,
	a.info{
	    padding: 5px 0 0 35px;
		white-space: nowrap;
	}
	.copy{
		white-space: nowrap;
	}
	# .footer_bottom .col-md-3:nth-child(4){
	# 	width: 31%;
	# }
	# .footer_bottom .col-md-3:nth-child(2),
	# .footer_bottom .col-md-3:nth-child(3){
	# 	width: 26%;
	# }
	

}
@media (min-width: 992px) and (max-width: 1140px) {
	.maps .result-check{
		clear: both;
		overflow: hidden;
	}
	.maps .result-check li{
		display: block;
		float: left;
		width: 30.333%;
		min-height: 40px;
	}
}
@media (max-width: 850px) {
	.maps .result-check{
		clear: both;
		overflow: hidden;
	}
	.maps .result-check li{
		display: block;
		float: left;
		width: 30.333%;
		min-height: 40px;
	}
}
@media (max-width: 767px) {
	.btn-group{
		margin-right: -5px;
	}
	.header .col-xs-7{
	    width: 47%;
	}
	.header .col-xs-3{
	    width: 35%;
	}
	.sea_rch{
		margin-right: 0;
	}
	.es-carousel-wrapper.hide_on{
		display: block !important;
		padding:15px 43px 15px 42px;
		height: auto;
		overflow: hidden;
	}
	.es-carousel-wrapper.hide_on .es-carousel ul li.selected a{
		border-color: #0447A2;
	}
	.es-carousel-wrapper.hide_on .es-nav span.es-nav-next{
		display: block;
		background-position: top right;
	}
	.es-carousel-wrapper.hide_on .es-nav span {
		display: block;
		background-position: 0 -107px;
	}
	.es-carousel-wrapper{
		display: none !important;
	}
	.rg-image-wrapper {
	  margin-top: 20px;
	  margin-bottom: 30px;
	}
	.modal-body .es-carousel-wrapper{
		display: block !important;
	}
	.modal-body .es-nav span.es-nav-prev,
	.modal-body .es-nav span.es-nav-next{
		top: -190%;
	}
	.breadcrumbs_out {
		margin-top: 91px;
	}

}
@media (min-width: 768px) and (max-width: 857px) {
	.img_device{
		background-size: 70%;
	}
	.logo{
		padding-top: 30px;
	}
	.logo img{
		width: 100%;
	}
  .header .wrapper {width: 95%;}
	.nav_header li a{
		font-size: 16px;
	}
    .header .col-sm-2{
		width: 17%;
	}
	.header .col-sm-7 {
	    width: 58%;
	}
	.header .col-sm-3{
		width: 25%;
	}
	.sea_rch{
		margin-right: 0;
	}
	.form-control.search_inp{
		width: 98px;
	}
	.instruction_connection li a{
		transition: none;
	}
	a.instruction{
		background: url(../img/description/icon_5_media.png) no-repeat 0 0;
		transition: none;
	}
	a.instruction:hover{
		background-position: 0 -132px;
		transition: none;
	}
	a.connection{
		transition: none;
	}
	a.connection:hover{
		transition: none;
	}
	.modal-body .es-nav span.es-nav-prev,
	.modal-body .es-nav span.es-nav-next{
		top: -210%;
	}
	.navbar{
		margin-bottom: 8px;
	}
	/*animateLogo*/
	.logo{
		position: relative;
		width: 92px;
		height: 44px;
	}
	/*.blases{
		position: relative;
		float: right;
		margin: 0 0 4px;
		padding: 0;
		width: 31px;
		height: 19px;
		list-style-type: none;
	}
	.blases li{
		position: absolute;
	}
	ul.blases li:nth-child(1){
		left: 0;
		bottom: 5px;
		width: 3px;
		height: 3px;
		background: url(../img/logo/blase_1_1.png) no-repeat center;
	}
	ul.blases li:nth-child(2){
		left: 3px;
		bottom: 9px;
		width: 4px;
		height: 4px;
		background: url(../img/logo/blase_2_1.png) no-repeat center;
	}
	ul.blases li:nth-child(3){
		left: 7px;
		top: 1px;
		width: 5px;
		height: 5px;
		background: url(../img/logo/blase_3_1.png) no-repeat center;
	}
	ul.blases li:nth-child(4){
		right: 11px;
		top: 0;
		width: 6px;
		height: 5px;
		background: url(../img/logo/blase_4_1.png) no-repeat center;
	}
	ul.blases li:nth-child(5){
		right: 5px;
		bottom: 8px;
		width: 7px;
		height: 7px;
		background: url(../img/logo/blase_5_1.png) no-repeat center;
	}
	ul.blases li:nth-child(6){
		right: 0;
		bottom: 0;
		width: 8px;
		height: 8px;
		background: url(../img/logo/blase_6_1.png) no-repeat center;
	}*/
	.ul-class{
		margin: 0;
		padding: 0;
		clear: both;
		overflow: hidden;
	}
	.ul-class li{
		position: relative;
		display: inline-block;
		height: 13px;
	}
	ul.ul-class li:nth-child(1){
		width: 14px;
		background: url(../img/logo/li_1_1.png) no-repeat center;
	}
	ul.ul-class li:nth-child(2){
		width: 12px;
		background: url(../img/logo/li_2_1.png) no-repeat center;
	}
	ul.ul-class li:nth-child(3){
		width: 4px;
		background: url(../img/logo/li_3_1.png) no-repeat center;
	}
	ul.ul-class li:nth-child(4){
		width: 14px;
		background: url(../img/logo/li_4_1.png) no-repeat center;
	}
	ul.ul-class li:nth-child(5){
		width: 13px;
		background: url(../img/logo/li_5_1.png) no-repeat center;
	}
	ul.ul-class li:nth-child(6){
		width: 16px;
		background: url(../img/logo/li_6_1.png) no-repeat center;
	}
	/*.tehnology{
		position: relative;
		display: block;
		float: right;
		width: 37px;
		height: 8px;
		background:url(../img/logo/tehnology_1.png) no-repeat center;
	}
	/*endAnimateLogo*/
	.breadcrumbs_out {
		margin-top: 91px;
	}

}
@media (min-width: 858px) and (max-width: 920px) {
  .header .wrapper {width: 95%;}
	.img_device{
		background-size: 70%;
	}
    .header .col-sm-2{
		width: 22%;
	}
	.header .col-sm-7 {
	    width: 53%;
	}
	.header .col-sm-3{
		width: 25%;
	}
	.form-control.search_inp{
		width: 115px;
	}
	.nav_header li a{
		font-size: 16px;
	}
	.sea_rch{
		margin-right: 0;
	}
	.modal-body .es-nav span.es-nav-prev,
	.modal-body .es-nav span.es-nav-next{
		top: -230%;
	}
	.navbar{
		margin-bottom: 8px;
	}
	.breadcrumbs_out {
		margin-top: 91px;
	}

}
@media (min-width: 901px) and (max-width: 970px) {
	.img_device{
		background-size: 70%;
	}
	.logo {
		padding-top: 26px;
	}
  .header .col-sm-2{
		width: 20%;
	}
	.header .col-sm-7 {
	    width: 55%;
	}
	.header .col-sm-3{
		width: 25%;
	}
	.form-control.search_inp{
		width: 125px;
	}
	.nav_header li a{
		font-size: 16px;
	}
	.sea_rch{
		margin-right: 0;
	}
	.modal-body .es-nav span.es-nav-prev,
	.modal-body .es-nav span.es-nav-next{
		top: -230%;
	}
	.logo img{
		margin-top: 4px;
		width: 98%;
	}
	.navbar{
		margin-bottom: 8px;
	}
	.breadcrumbs_out {
		margin-top: 91px;
	}

}
@media (min-width: 971px) and (max-width: 1023px) {
	.img_device{
		background-size: 70%;
	}
    .header .col-sm-2{
		width: 19%;
	}
	.header .col-sm-7 {
	    width: 56%;
	}
	.header .col-sm-3{
		width: 25%;
	}
	.form-control.search_inp{
		width: 135px;
	}
	.nav_header li a{
		font-size: 18px;
	}
	.sea_rch{
		margin-right: 5px;
	}
	.modal-body .es-nav span.es-nav-prev,
	.modal-body .es-nav span.es-nav-next{
		top: -250%;
	}
	.navbar{
		margin-bottom: 8px;
	}
	.breadcrumbs_out {
		margin-top: 91px;
	}

}
@media (min-width: 1024px) and (max-width: 1135px) {
	.nav_header li a{
		font-size: 18px;
	}
	.sea_rch{
		margin-right: 5px;
	}

}
@media (max-width: 640px) {
	.header{
		right: auto;
		width: 640px;
	}
	.breadcrumbs_out{
		margin-top: 91px;
	}
}
/* ui-dialog
------------------------------------------------ */
.ui-dialog{
	position: absolute !important;
	z-index: 1000;
	background: #fff;
	margin: auto;
    width: 96.6666% !important;
	max-width: 1160px;
	height: auto;
	top: 100px !important;
	left: 0!important;
	right: 0 !important;
}
.ui-widget-overlay{
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1000;
}
.ui-modal-content{
	border: none;
	border-radius: 0;
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.ui-dialog-titlebar {
	height: 0;
}
.ui-modal-header{
	border-bottom: none;
}
h4.ui-modal-title{
	padding-top: 15px;
    font: 34px/38px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	text-align: center;
}
.ui-modal-body{
	padding-left: 8.0%;
	padding-right: 8.0%;
}
.ui-modal-body h5{
	margin: 8px 0 25px;
	font: 24px/28px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
}
.modal_haracteristics{
	clear: both;
	overflow: hidden;
}
.modal_haracteristics li{
	float: left;
	padding-left: 10px;
	width: 33.333333%;
}
.modal_haracteristics li:first-child{
	padding-left: 0;
}
.header{
	position: fixed;
	height: 90px;
	background: rgba(255, 255, 255, 1.0);
	z-index: 100;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header.shrink{
	padding: 5px 0;
	height: auto;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header.shrink .navbar-default{
	background-color: transparent;
}
.header.shrink .navbar{
	margin-bottom: 15px;
}
.header.shrink .navbar-collapse{
	background-color: transparent;
}
.header.shrink .btn-group .btn{
	background-color: transparent;
}
.slider {
	padding-top: 90px;
}

@media (max-width: 820px) {
	.logo{
		padding-top: 30px;
	}
  .header .wrapper {width: 95%;}
	.nav-menu{
		position: fixed;
		top: 0;
		left: -35px;
		z-index: 9999;
		width: 320px;
		height: 100%;
		padding: 110px 70px 70px 125px;
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		-moz-transform: translate3d(-100%,0,0);
		-o-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.menu-active .nav-menu{
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.header .navbar-toggle{
		position: absolute;
		top: 13px;
		left: 70px;
		z-index: 10000;
	}
	.header.shrink .navbar-toggle{
		top: 13px;
		border-color: #004892;
	}
	.navbar-default .navbar-toggle .icon-bar {background-color: #004892;}
	.header .navbar-toggle:hover,
	.menu-active .header .navbar-toggle{
		background-color: transparent;
		border-radius: 50%;
	}
	.header .navbar-toggle:focus{
		background-color: transparent;
	}
	.canvas-bg{
		position: fixed;
		left: 0;
		top: 0;
		display: inline-block;
		content: "";
		height: 0;
		width: 320px;
		border-top-style: solid;
		border-top-color: rgba(66, 139, 202, 0.9);
		border-top-width: 400px;
		border-left: 0;
		border-right: 60px solid transparent;
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		-moz-transform: translate3d(-100%,0,0);
		-o-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.menu-active .canvas-bg{
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.logo{
		position: relative;
		z-index: 10000;
	}
	.menu-active .logo{
		width: 137px;
		height: 67px;
		background: url(../img/logo_alternative.png) no-repeat left center;
	}
	.menu-active .logo img{
		display: none;
	}
	.nav_header li a{
		color: #FFFFFF;
		text-shadow: 1px 1px 0 #000000;
	}
	.nav_header li a.active{
		color: #C9C9C9;
	}
	.menu-active .nav_header li a:hover,
	.menu-active .nav_header li a:focus,
	.menu-active .nav_header a.active{
		background-color: transparent;
		color: #C9C9C9;
	}
}
.icon{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.icon span{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 26px;
	height: 3px;
	margin: -2px 0 0 -13px;
	background: #004892;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.icon--menu span{
	width:14px;
	margin-left:-7px
}
.icon--menu span:nth-child(1){
	-webkit-transform:translate(-5px,-7px);
	-moz-transform:translate(-5px,-7px);
	-o-transform:translate(-5px,-7px);
	transform:translate(-5px,-7px)
}
.icon--menu span:nth-child(2){
	-webkit-transform:translate(5px,-7px);
	-moz-transform:translate(5px,-7px);
	-o-transform:translate(5px,-7px);
	transform:translate(5px,-7px)
}
.icon--menu span:nth-child(3){
	-webkit-transform:translate(-5px,0);
	-moz-transform:translate(-5px,0);
	-o-transform:translate(-5px,0);
	transform:translate(-5px,0)
}
.icon--menu span:nth-child(4){
	-webkit-transform:translate(5px,0);
	-moz-transform:translate(5px,0);
	-o-transform:translate(5px,0);
	transform:translate(5px,0)
}
.icon--menu span:nth-child(5){
	-webkit-transform:translate(-5px,7px);
	-moz-transform:translate(-5px,7px);
	-o-transform:translate(-5px,7px);
	transform:translate(-5px,7px)
}
.icon--menu span:nth-child(6){
	-webkit-transform:translate(5px,7px);
	-moz-transform:translate(5px,7px);
	-o-transform:translate(5px,7px);
	transform:translate(5px,7px)
}
.no-csstransforms3d .icon--menu span{
	margin:-2px 0 0 -13px;
	width:26px;
}
.no-csstransforms3d .icon--menu span:nth-child(1),
.no-csstransforms3d .icon--menu span:nth-child(2){
	margin-top:-9px
}
.no-csstransforms3d .icon--menu span:nth-child(5),
.no-csstransforms3d .icon--menu span:nth-child(6){
	margin-top:5px
}
.no-touch .icon--menu:hover span:nth-child(1){
	-webkit-transform:translate(-2px,-3px) rotate(-45deg);
	-moz-transform:translate(-9px,-5px) rotate(-45deg);
	-o-transform:translate(-9px,-5px) rotate(-45deg);
	transform:translate(-4px,-13px) rotate(-45deg)
}
.no-touch .icon--menu:hover span:nth-child(2){
	-webkit-transform:translate(0,-18px) rotate(45deg);
	-moz-transform:translate(0,-18px) rotate(45deg);
	-o-transform:translate(0,-18px) rotate(45deg);
	transform:translate(5px,-14px) rotate(45deg);
}
.no-touch .icon--menu:hover span:nth-child(4){
	-webkit-transform:translate(-4px,15px) rotate(45deg);
	-moz-transform:translate(-4px,15px) rotate(45deg);
	-o-transform:translate(-4px,15px) rotate(45deg);
	transform:translate(5px,5px) rotate(45deg);
}
.no-touch .icon--menu:hover span:nth-child(3){
	-webkit-transform:translate(-9px,5px) rotate(45deg);
	-moz-transform:translate(-9px,5px) rotate(45deg);
	-o-transform:translate(-9px,5px) rotate(45deg);
	transform:translate(-4px,-4px) rotate(45deg);
}
.no-touch .icon--menu:hover span:nth-child(6){
	-webkit-transform:translate(9px,5px) rotate(-60deg);
	-moz-transform:translate(9px,5px) rotate(-60deg);
	-o-transform:translate(9px,5px) rotate(-60deg);
	transform:translate(4px,15px) rotate(-45deg);
}
.no-touch .icon--menu:hover span:nth-child(5){
	-webkit-transform:translate(0,10px) rotate(45deg);
	-moz-transform:translate(0,10px) rotate(45deg);
	-o-transform:translate(0,10px) rotate(45deg);
	transform:translate(-5px,14px) rotate(45deg);
}
.menu-active .icon--menu span:nth-child(1){
	-webkit-transform:translate(-4px,-4px) rotate(45deg)!important;
	-moz-transform:translate(-4px,-4px) rotate(45deg)!important;
	-o-transform:translate(-4px,-4px) rotate(45deg)!important;
	transform:translate(-4px,-4px) rotate(45deg)!important;
}
.menu-active .icon--menu span:nth-child(4),
.menu-active .icon--menu span:nth-child(5){
	-webkit-transform:translate(4px,-4px) rotate(-45deg)!important;
	-moz-transform:translate(4px,-4px) rotate(-45deg)!important;
	-o-transform:translate(4px,-4px) rotate(-45deg)!important;
	transform:translate(4px,-4px) rotate(-45deg)!important;
}
.menu-active .icon--menu span:nth-child(2),
.menu-active .icon--menu span:nth-child(3){
	-webkit-transform:translate(-4px,4px) rotate(-45deg)!important;
	-moz-transform:translate(-4px,4px) rotate(-45deg)!important;
	-o-transform:translate(-4px,4px) rotate(-45deg)!important;
	transform:translate(-4px,4px) rotate(-45deg)!important;
}
.menu-active .icon--menu span:nth-child(6){
	-webkit-transform:translate(4px,4px) rotate(45deg)!important;
	-moz-transform:translate(4px,4px) rotate(45deg)!important;
	-o-transform:translate(4px,4px) rotate(45deg)!important;
	transform:translate(4px,4px) rotate(45deg)!important;
}
.menu-active .shrink .navbar-toggle,
.menu-active .navbar-toggle{
	border-color: #FFFFFF;
}
.menu-active .icon--menu span{
	background: #FFFFFF;
}
.menu-active .icon--menu span:nth-child(2),
.menu-active .icon--menu span:nth-child(5){
	opacity:0;
}

.box {
  width:50px;
  height:50px;
  position:relative;
  border-radius:6px;
  margin-top:4px;
  display:inline-block;
  background-color:#6fb936;
}
.product-2 .breadcrumbs_out{
	margin-top: 101px;
}
.one-news p{
    -webkit-transform: translate3d(0, 0, 0);
	white-space: pre;
}

.one-news p div{
  -webkit-font-smoothing: antialiased;
	-moz-font-smoothing:antialiased;
}
.splitText,
.splitText2,
.splitText3,
.splitText4{
	max-width: 800px !important;
	float: none !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	font-size: 15px !important;
	line-height: 22px !important;
}

a.all_news{
	position: relative;
	border: none;
	transition: none;
}
.spanline1{
	position: absolute;
	left: 0;
	top: 0;
	width: 181px;
	height: 2px;
	background-color: #0447A2;
}
.spanline2{
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 50px;
	background-color: #0447A2;
}
.spanline3{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 181px;
	height: 2px;
	background-color: #0447A2;
}
.spanline4{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2px;
	height: 50px;
	background-color: #0447A2;
}
.spana,
.spanb{
	position: relative;
}
/*-----media contact----------*/
@media (max-width: 1250px) {
	.all_maps{
		width: 100% !important;
	}
}
@media (min-width: 1251px) {
	.all_maps{
		width: 740px !important;
	}
}
@media (max-width: 1366px) {
	#links{
		margin-bottom: 20px;
		display: block;
		border: 2px solid #333;
		width: 100%;
		padding: 5px;
	}
}
@media (min-width: 1200px) {
	.hidden-lg{
		display: none!important;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.hidden-md{
		display: none!important;
	}
}
@media (min-width: 1021px) {
	.selection li{
		margin-left: 43px;
	}
}
@media (max-width: 1020px) and (min-width: 992px) {
	.selection li{
		margin-left: 36px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.hidden-sm{
		display: none!important;
	}
}
@media (max-width: 767px) {
	.hidden-xs{
		display: none!important;
	}
}
@media (max-width: 767px) and (min-width: 701px) {
	.selection li{
		margin-left: 20px;
	}
}
@media (max-width: 700px) {
	.selection li{
		margin-left: 3px;
	}
}
/*-----end media contact----*/
/*-------------NEW CSS------*/
/*----slinex_search---------*/
html,body{
	padding: 0 !important;
	height: 100%;
	margin-right: 0 !important;
}
.page-wrapper{
	display: table;
	width: 100%;
	height: 100%;
	min-width: 640px;
}
.page {
	display: table-row;
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 100%;
}
.wrapper{
	width: 81%;
}
.footer{
	position: relative;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.search-article .wrapper{
	padding-top: 40px;
	width: 81%;
}
.all-articles h2,
.search-article h2{
	margin-bottom: 20px;
	font: 30px/36px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #1F2129;
	letter-spacing: 1px;
}
.found-matches h6{
	margin-bottom: 10px;
	font: 16px/18px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #252121;
	letter-spacing: 0.7px;
}
.found-matches ul{
	clear: both;
	overflow: hidden;
}
.found-matches ul li{
	float: left;
	margin-left: 18px;
	font: 16px/18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #6D6D6D;
	letter-spacing: 0.5px;
}
.found-matches ul li:first-child{
	margin-left: 0;
	color: #252121;
}
.found-matches hr{
	margin-top: 27px;
	margin-bottom: 26px;
	border-top: 1px solid #EBEBEB;
}
.results-directory{
	padding-top: 18px;
}
.results-directory.results-catalog{
	padding-top: 0;
}
.results-directory-item{
	margin-bottom: 49px;
}
.results-directory-item a,
.results-directory-item .img-block-div{
	display: table-cell;
	vertical-align: top;
}
.results-directory-item .img-block-div a{
	display: inline-block;
}
.img-block{
	width: 226px;
	height: 146px;
	background-color: #F5F5F5;
}
.img-block img{
	margin: auto;
}
.describe-text{
	padding-left: 20px;
}
.results-directory h4{
	margin-bottom: 21px;
	font: 22px/24px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #1F1F1F;
}
.results-directory.results-catalog h4{
	margin-bottom: 29px;
}
.describe-text span{
	display: inline-block;
	position: relative;
	top: -5px;
	margin-bottom: 11px;
	font: 15px/18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #727272;
}
.one-article h5,
.describe-text h5{
	margin-bottom: 8px;
	font: 22px/25px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #1F1F1F;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.results-catalog .describe-text h5{
	color: #0447A1;
}
.item-news .describe-text:hover h5{
	color: #0447A1;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.one-article p,
.describe-text p{
	font: 15px/22px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #000000;
}
.articles{
	margin-left: -15px;
	padding-bottom: 50px;
}
.pop-art a{
	display: inline-block;
	margin-bottom: 10px;
	font: 15px/18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #0447A1;
}
/*------------*/
.navbar{
	margin-bottom: 0;
}
.breadcrumbs_out{
	margin-top: 91px;
}
.sea_rch{
	position: relative;
	width: 135px;
}
.sea_rch:after{
	display: none;
	position: absolute;
	right: 0;
	top: 9px;
	content: "";
	width: 25px;
	height: 25px;
	background: url("../img/search_close.png") no-repeat center;
	cursor: pointer;
}
.search-div{
	padding-right: 30px;
}
.search-div.sea_rch .search_btn{
	right: 44px;
}
.search-div.sea_rch{
	margin-right: 1px;
}
.search-div.sea_rch:after{
	display: inline-block;
}
.form-control.search_inp{
	# padding: 6px 30px 6px 12px;
	width: 100%;
}
.form-control.search_inp::-webkit-input-placeholder {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #d3cbca;
}
.form-control.search_inp::-moz-placeholder {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #d3cbca;
}
.form-control.search_inp:-moz-placeholder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #d3cbca;
}
.form-control.search_inp:-ms-input-placeholder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color:#d3cbca;
}
@media (max-width: 900px) and (min-width: 858px) {
	.form-control.search_inp{
		width: 100%;
	}
}
@media screen and (max-width: 950px) and (min-width: 768px) {
	.sea_rch {
		width: 110px;
	}
}
@media (max-width: 857px) and (min-width: 768px) {
	.sea_rch{
		width: 98px;
	}
}
@media screen and (max-width: 767px) {
	.sea_rch{
		width: 135px;
	}
}
/*------------*/
@media (max-width: 992px) {
	.col-md-4 .articles{
		margin-left: 0;
	}
}
.header .col-md-10 .sea_rch{
	width: 50%;
}
.header .col-md-10{
	width: 78.5%;
}
@media screen and (max-width: 767px) {
	.header .col-md-10{
		width: 82%;
	}
	.header .col-md-10 .sea_rch{
		width: 60%;
	}
}
@media (max-width: 857px) and (min-width: 768px) {
	.breadcrumbs_out{
		margin-top: 79px !important;
	}
}
@media (max-width: 900px) and (min-width: 858px) {
	.header .col-md-10{
		width: 78%;
	}
	.form-control.search_inp{
		width: 100%;
	}
}
@media (max-width: 1023px) and (min-width: 971px) {
	.header .col-md-10{
		width: 81%;
	}
}

.form-control.search_inp {
	opacity: 1;
	visibility: visible;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*----end slinex_search---------*/
/*----slinex_faq----------------*/
.panel-group .panel-heading + .panel-collapse .panel-body {
	padding: 0 36px 9px 36px;
}
.continue-reading{
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	color: #0447A2;
}
.continue-reading:hover{
	text-decoration: underline;
}
/*----end slinex_faq------------*/
/*----slinex_faq_question_01--------------------*/
.send-inquiry{
	padding: 41px 0 98px;
}
.send-inquiry .wrapper{
	width: 81%;
}
.send-question{
	width: 470px;
}
.issue-sent h4,
.send-inquiry h4{
	margin-bottom: 31px;
	font: 24px/26px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
}
.send-inquiry label{
	margin-bottom: 7px;
	font-size: 16px;
}
.send-inquiry input,
.send-inquiry textarea{
	width: 100%;
	border-radius: 0;
	border: 1px solid #E0E0E0;
	box-shadow: none;
}
.send-inquiry input{
	height: 42px;
}
.send-inquiry textarea{
	resize: none;
}
.send-inquiry .help-block{
	margin-top: 10px;
	max-width: 470px;
	line-height: 18px;
	color: #929292;
}
.form-group:nth-child(2){
	margin-bottom: 28px;
}
.fileinput-button{
	display: table-cell;
	position: relative;
	width: 470px;
	height: 62px;
	border: 1px dashed #E2E2E2;
	vertical-align: middle;
	text-align: center;
}
.fileinput-button span{
	padding: 4px 0 4px 33px;
	background: url("../img/file_icon.png") no-repeat left center;
	font: 15px/18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #0447A1;
}
.fileinput-button input{
	height: 62px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: pointer;
}
.send-question button{
	margin-top: 11px;
	width: 141px;
	height: 42px;
	border: none;
	border-radius: 0;
	background-color: #0447A2;
	font: 15px/18px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.send-question button:hover{
	background-color: #065ED6;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
/*----end slinex_faq_question_01----------------*/
/*----slinex_faq_question_02--------------------*/
.issue-sent{
	padding: 61px 0 40px;
}
.issue-sent .wrapper{
	width: 81%;
}
.issue-sent h4{
	margin-bottom: 0;
}
.issue-sent .help-block{
	margin-top: 10px;
	margin-bottom: 46px;
	font: 16px/18px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #1F1F1F;
}
.issue-sent a{
	display: block;
	width: 273px;
	height: 42px;
	background-color: #0447A2;
	font: 14px/44px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.issue-sent a:hover {
	background-color: #065ED6;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
/*----end slinex_faq_question_02----------------*/
/*----slinex_news_list--------------------------*/
.search-article h2.search-news{
	margin-bottom: 15px;
}
.full-year-months{
	clear: both;
	overflow: hidden;
}
.full-year-months li{
	float: left;
	margin-right: 18px;
}
.news-arhive a,
.full-year-months a{
	font: 16px/28px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
	color: #6D6D6D;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.news-arhive a:hover,
.full-year-months a:hover{
	color: #0447A2;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.news-arhive li.active a,
.full-year-months li.active a{
	color: #252122;
}
.results-directory-news{
	padding-top: 10px;
}
hr.margin-min{
	margin-top: 18px;
	margin-bottom: 18px;
}
.results-directory-news .results-directory-item{
	margin-bottom: 62px;
}
.results-directory-news .describe-text span{
	top: -3px;
	margin-bottom: 13px;
}
.results-directory-news .describe-text h5{
	margin-bottom: 10px;
}
.results-directory-news .describe-text p{
	line-height: 25px;
}
@media screen and (max-width: 767px){
	.results-directory-news .img-block-div{
		display: block;
		margin-bottom: 20px;
	}
	.results-directory-news .describe-text{
		padding-left: 0;
	}
	.concept_slogan, .concept_functionality{
		padding: 20px 0;
	}
}
/*----end slinex_news_list----------------------*/
/*----slinex_articles---------------------------*/
.all-articles{
	padding-top: 40px;
}
.all-articles h2{
	margin-bottom: 28px;
}
.one-article{
	margin-bottom: 44px;
}
.one-article a:nth-child(1){
	display: block;
	margin-bottom: 22px;
	border: 2px solid transparent;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.one-article:hover a:nth-child(1){
	border-color: #0447A2;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.one-article:hover h5{
	color: #0447A2;
}
.one-article h5{
	margin-bottom: 11px;
}
/*----end slinex_articles-----------------------*/
/*----------slinex_colors-----------------------*/
.colours li{
	display: none;
	float: none;
	margin-left: 0;
}
.colours li.in-stock{
	display: block;
}
.colours li a i{
	position: absolute;
	left: 0;
	top: 0;
    width: 30px;
    height: 30px;
	border: 3px solid #E5E5E5;
	border-radius: 50%;
	background: #CDA78A;
}
.colours li a.active i {border-color: #0447A2;}
.colours li b{
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
/*----end slinex_colors-------------------------*/
/*----slinex_photo_onover-----------------------*/
.thumbnailes .wrapper{
	height: 100%;
}
button.close{
	position: absolute;
	right: 15px;
	top: 10px;
}
.modal-body .rg-thumbs{
	margin: 0;
}
.modal-body .rg-gallery{
	padding-left: 8%;
	padding-right: 8%;
}
#myModal_1 .modal-body{
	padding: 0;
}
.modal-body .es-nav span.es-nav-prev{
	top: -290%;
	left: -65%;
}
.modal-body .es-nav span.es-nav-next{
	top: -290%;
	right: -65%;
}
#myModal_1 .modal-body hr{
	margin-top: 54px;
	margin-bottom: 2px;
	border: 0;
	border-top: 1px solid #EBEBEB;
}
/*----end slinex_photo_onover-------------------*/


@media screen and (max-width: 767px) {
	.sea_rch {
		width: 130px;
	}
}

.galleria_2 .galleria-theme-classic .galleria-stage .galleria-image img {
    width: auto!important;
    margin: 0 auto;
}

.colours .fa-circle:before{
	display:none;
}

.gallery-video{
    position: absolute;
	# left: 50%;
    width: 132px;
    height: 37px;
    top: 35px;
    right:15px;
    # margin-top: -20px;
}
.gallery-video .video_review {
    display: block;
    padding: 36px 0 0px 0px;
    # font: 15px/18px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
    width:100%;
    opacity:1!important;

}
.gallery-video .video_review span{
	font: 12px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
    color: #0447A2;
    display: block;
    position: absolute;
    top: 40px;
    font-weight:bold;
}

.gallery-video a.video_review{
	background: url(../img/description/icon_7.png) no-repeat 11% top;
	transition: all .6s ease-in-out;
}
.gallery-video a.video_review:hover{
	background-position: 11% bottom;
	transition: all .6s ease-in-out;
}
.galleria-thumbnails-container{
	# position:relative;
	height: 105px;
}

.respons .galleria-thumbnails .galleria-image,
.thumbnailes .galleria-thumbnails .galleria-image, 
.galleria-theme-classic .galleria-thumbnails .galleria-image {
    top: 20px;
}
.galleria-thumbnails{
	height:95px!important;
	width:800px!important;
	left:55px;
}


# ALL STYLES FOT SLICK SLIDER INSIDE MODAL

#modal-slick{
	overflow:hidden;
}
#modal-slick .modal-dialog{
	height:100%;
	max-width:95%;
	padding:0;
}
#modal-slick .modal-content{
	height:100%;
}
#modal-slick .modal-body{
	padding: 0 10%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    height: calc(100% - 83px);
}
#modal-slick .slick-list{
    max-height: 480px;
    margin: 0 auto;
}
 .carousel-slick{
	top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    #height:100%;
}
#modal-slick .iframe-wrapp{
 	max-width: 735px;
    width: 100%;
    padding-top: 56.26%;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
     -webkit-overflow-scrolling: touch;
 }
#modal-slick iframe {
	max-width: 735px;
	position:absolute;
	top:0;
	left:50%; 
	width:100%;
	height:100%;
	transform: translateX(-50%);
}
#modal-slick .slick-slide img {
    display: block;
    max-height: 480px;
    margin: 0 auto;
    text-indent:-9999px;
    color:transparent;
}
#modal-slick .slick-arrow{
	margin: 0;
    # width: 52px;
    # height: 52px;
    # border-radius: 50%;
    # background: #CECECF;
    background:none;
    text-align: center;
    text-indent: 0;
    transition: all .8s ease-in-out;
    #opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    border:none;
    color:transparent;
	display:block;
	position:absolute;
    top: 0%;
    #margin-top: -26px;
    z-index: 9999;
    width: 40%;
    height:80%;
}
#modal-slick .slick-arrow:hover, .slick-arrow:focus{
	#background: #0447A2;
    transition: all .6s ease-in-out;
    #opacity:1;
}
#modal-slick .slick-arrow:before{
	opacity:0;
    content: '\f104';
    color: #FFFFFF;
    font-size: 39px;
    line-height: 52px;
    display: inline-block;
    font-family: "FontAwesome";
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #CECECF;
}
#modal-slick .slick-arrow:hover:before{
	background:#000;
	opacity:.44;
}
#modal-slick .slick-arrow.slick-prev{
	float:left;
	left:0px;
}
#modal-slick .slick-arrow.slick-prev:before{
	float: left;
    margin-left: 5%;
}
#modal-slick .slick-arrow.slick-next{
    right: 0px;
	float:right;
}
#modal-slick .slick-arrow.slick-next:before{
	float: right;
    margin-right: 5%;
}
#modal-slick .slick-arrow.slick-next:before{
    content: '\f105';   
}


@media only screen and (min-width: 1400px) { 
  	#modal-slick .slick-list{
	    max-height: 980px;
	}
 	#modal-slick .slick-slide img{
 		max-height: 980px;
 	}
	#modal-slick .iframe-wrapp {
	 	max-width: 1200px;
	}
	#modal-slick iframe {
		max-width: 1200px;
	}
}
@media only screen and (min-width:900px){
	
	#modal-slick .iframe-wrapp{
		padding-top:37%;
		
	}	
}

@media screen and (min-height: 851px) {
    #modal-slick .slick-list {
        max-height: 700px;
    }
    #modal-slick .slick-slide img{
        max-height: 700px;
    }
}

@media (min-height: 501px) and (max-height: 850px) {
	#modal-slick .slick-list {
		max-height: 450px;
	}
	#modal-slick .slick-slide img{
		max-height: 450px;
	}
}
@media  screen and (max-height: 500px) {
 	#modal-slick .slick-list{
    	max-height: 250px;
	}
	#modal-slick .slick-slide img {
		max-height: 250px;
	}
	#modal-slick .iframe-wrapp {
    	max-width: 500px;
    	padding-top: 35.26%;
	}
	#modal-slick iframe {
		max-width: 500px;
	}
}

.sh_btn_bottom_right{
	right:0!important;
}

.info-description{
	padding-top: 40px;
}

#switchSiteModal .modal-dialog{
	padding: 0;
	top: 50%;
	margin-top: -94px;
}

#switchSiteModal .modal-content {
	font-size: 16px;
	line-height: 24px;
	width: 380px;
	margin: auto;
}

#switchSiteModal .modal-dialog .but {
	margin-left: 25px;
	width: 140px;
	height: 40px;
	border: 2px solid #0447A2;
	background-color: transparent;
	font: bold 14px/17px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #0447A2;
	width: 100px;
}

#switchSiteModal .modal-dialog .but:hover {
	width: 140px;
	height: 40px;
	border: 2px solid #0447A2;
	background-color: #0447A2;
	font: bold 14px/17px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	text-align: center;
	color: white;
	width: 100px;
}

#switchSiteModal .modal-body {
	padding: 8.0%;
}

#switchSiteModal .modal-footer{
	height: 80px;
	text-align: center;
	background-color: #F1F1F1;
	border-top: 1px solid #EBEBEB;
	margin-top: 0;
}

#switchSiteModal .modal-content{
	width: 300px;
	font-size: 16px;
}

#sub-frame-error{
	width:300px!important;
}

@media  screen and (min-width: 640px) {
  #switchSiteModal .modal-content {
    width: 400px;
  }
}


.cookie_notification {
  padding: 30px 0 60px 0;
  position: fixed;
  bottom: 0px;
  min-width: 300px;
  width: 100%;
  background-color: #065ED6;
}

.cookie_notification button {
	display: table-cell;
	margin: auto;
	width: 141px;
	border: 2px solid #FFFFFF;
	font: 14px/38px 'proxima_nova_rgbold', Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
  text-decoration: none;
  background-color: #065ED6;
}

.cookie_notification .c_placeholder {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.cookie_notification .c_placeholder .c_text {
  color: #FFFFFF;
  float: left;
  width: 300px;
  text-align: center;
}
.cookie_notification .c_placeholder .c_btn {
  text-align: center;
  float: left;
  width: 300px;
  padding-top: 20px;
}

@media  screen and (min-width: 640px) {
  .cookie_notification .c_placeholder {
    width: 80%;
  }

  .cookie_notification .c_placeholder .c_text {
    width: 70%;
  }
  .cookie_notification .c_placeholder .c_btn {
    width: 30%;
    padding-top: 0px;
  }
}

/*** navigation v2 ***/
.navigation.menu-active:after {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 10;
}
/* search form */
.search-form {
	display: none;
	position: relative;
	font-size: 18px;
	line-height: 50px;
}
.search-form__input {
	width: 100%;
	height: 50px;
	border-width: 0 0 1px 0;
	border-color: white;
	border-style: solid;
	padding: 0 0 0 40px;
	background: none;
	box-sizing: border-box;
}
.search-form__btn {
	position: absolute;
	left: 0;
	color: white;
	font-size: 25px;
	line-height: 50px;
	background: none;
	border: none;
}
.search-form ::placeholder {
	color: #647ab6;
	font-size: inherit;
	line-height: inherit;
}
.search-form__btn .glyphicon {
	font-size: inherit;
	line-height: inherit;
}
.menu-active .search-form {
	display: block;
}
/* search form */

/* ads */
.ads {
	display: none;
	text-align: center;
	font-size: 35px;
	line-height: 1.4;
	color: white;
	margin: 20px auto;
	text-transform: uppercase;
}
.ads img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.ads__lead {
	font-size: 40px;
}
.ads__lead strong {
	color: #dd8186;
}
.menu-active .ads {
	display: block;
}
/* ads */

/* socials */
.socials {
	padding: 20px 0;
	background-color: #fff;
}
.socials__title {
	font-size: 20px;
	margin-bottom: 10px;
}
.socials .social_link {
	display: flex;
	flex-direction: row;
}
.socials .social_link li {
	margin-right: 20px;
}
.socials .social_link li:last-child {
	margin-right: 0;
}
.menu-active .socials {
	margin-left: -40px;
	margin-right: -40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.socials {
		display: none;
	}
}
/* socials */

/* navigation logo */
.navigation__logo {
	/* display: none; */
}
@media (min-width: 768px) {
	.navigation__logo {
		display: none;
	}
}
/* navigation logo */

/* navigation toggle */
.navigation__toggle,
.navigation__toggle.navbar-toggler {
	float: left;
	position: static;
	margin: 22px 0 22px 25%;
	background: none;
}
.navigation__toggle:hover,
.navigation__toggle.navbar-toggler:hover {
	border-radius: 4px;;
}
.navigation__toggle {
	width: 44px;
	height: 34px;
	color: #004892;
	font-size: 25px;
	line-height: 34px;
	padding: 0;
	border-radius: 4px;
	border: 1px solid #dddddd;
	background-color: #fff;
	box-sizing: border-box;
}
.navigation__toggle .fa {
	font-size: inherit;
	line-height: inherit;
}
@media (min-width: 768px) {
	.navigation__toggle {
		display: none;
	}
}
/* navigation toggle */

/* navigation list */
.navigation__list {
	position: fixed;
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	display: flex;
	min-height: 80px;
	flex-direction: column;
	background-color: #0949aa;
	transform: translateX(-100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 10px 0 10px rgba(0, 0, 0, 0.15);
	visibility: hidden;
	padding: 0 40px;
	z-index: 10000;
}
.navigation__list li:last-of-type {
	margin-top: auto;
}
@media (min-width: 768px) {
	.navigation__list {
		position: static;
		width: 100%;
		padding: 0;
		flex-direction: row;
		align-items: center;
		visibility: visible;
		background: none;
		transform: translateX(0);
		box-shadow: none !important;
	}
}
/* navigation list */

/* navigation item */
.navigation__item {
	display: block;
	font: 600 18.36px/22px 'proxima_nova_ltlight', Arial, Helvetica, sans-serif;
	line-height: 50px;
	color: white;
	padding: 0 10px;
	transition: all .8s ease-in-out;
	box-sizing: border-box;
}
.navigation__icon {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.navigation__icon img {
	display: block;
	max-width: 100%;
	max-height: 32px;
}
@media (min-width: 768px) {
	.navigation__item {
		color: #181818;
	}
	.navigation__icon {
		display: none;
	}
	.navigation__item:hover {
		color: #0447A2;
	}
}
/* navigation item */

.menu-active .navigation__logo,
.menu-active .search-form {
	display: block;
}
.menu-active .navigation__logo {
	margin-top: 20px;
}
.menu-active .search-form {
	margin-bottom: 25px;
}
.menu-active .navigation__list {
	display: flex;
	flex-direction: column;
	transform: translateX(0%);
	visibility: visible;
	overflow: auto;
}
.menu-active .navigation__item {
	border-left: 5px solid transparent;
	padding: 0 40px;
	margin: 0 -40px;
}
.menu-active .navigation__item .fa {
	color: inherit;
	font-size: 125%;
	line-height: 65px;
	margin-right: 15px;
	vertical-align: middle;
}
.menu-active .navigation__item:hover {
	background-color: #1a55af;
	border-color: #668ec9;
	color: white;
}

/*** navigation v2 ***/




*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /*  overflow: hidden;*/
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.1;
    color: #000;
    background-color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ip-direct {
    width: 100%;
    margin: 0 auto;
}





.ip-direct .head {
    background: url("../img/bgc-head.png");
    height: 621px;
    position: relative;
}

.flex-d {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -ms-flex-item-align: end;
    align-items: flex-end;
}

.flex-d-i {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -ms-flex-item-align: end;
    align-items: flex-end;
}

.ip-direct .head-items__text {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 0.8;
    color: #212736;
    padding-top: 40px;
}


.ip-direct .head-items {
    width: 100%;
    position: absolute;
    top: 100px;
    margin: 0 auto;
}

.ip-direct .head-items__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;

}


.ip-direct .block-img-center {
    position: absolute;
}

.ip-direct .block-img-start {
    padding-right: 395px;
}

.ip-direct .head-gr__title {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-align: left;
    color: #1e4ecc;
}

.ip-direct .head-gr {
    padding-left: 45px;
    padding-top: 60px;
    position: relative;
    z-index: 10;
}

.ip-direct .head-gr__text {
    font-size: 31px;
    font-weight: 500;
    letter-spacing: 1.58px;
    text-align: left;
    color: #000000;
}

.ip-direct .text-down {
    padding-top: 15px;
}

.ip-direct .items-down {
    position: relative;
}

.ip-direct .icons-item_bgc {
    background-color: #202736;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}


.ip-direct .pad-bot {
    padding-bottom: 200px;
}

.ip-direct .just-c {
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.ip-direct .just-s {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.ip-direct .manual__icons {
    padding-right: 5px;
}

.ip-direct .manual__items {
    -webkit-align-items: center;
    -ms-flex-items-align: center;
    align-items: center;
}

.ip-direct .manual__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    color: #1e4ecc;
}

.ip-direct .manual__text a {
    transition: color .05s linear;
}

.manual__text a:hover {
    color: #673AB7;
}

.manual__text a:hover .td-underline::after {
    background-color: #673AB7;
}

.ip-direct .td-underline {
    position: relative;
    transition: all .05s linear;
    display: inline;
}

.ip-direct .td-underline::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    background-color: #1e4ecc;
}

.ip-direct .info__text {
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.94;
}

.ip-direct .info__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    padding-bottom: 10px;
}

.ip-direct .manual {
    padding-bottom: 95px;
}

.ip-direct .icons {
    padding-bottom: 75px;
}

.ip-direct .icons-item__text {
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
    line-height: 0.8;
}

.ip-direct .flex-d-c {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ip-direct .icon-face {
    background-image: url(../img/face.png);
    background-image: url(../img/face_2.svg), none;
}

.ip-direct .info {
    padding-bottom: 70px;
}

.ip-direct .icon__inner {
    background: url() 0 0 no-repeat;
    background-size: auto 100%;
    vertical-align: middle;

}

.ip-direct .icon-size {
    width: 50%;
    height: 50%;
}

.ip-direct .icons-aligns {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.ip-direct .icon-phone {
    background-image: url(../img/phone.png);
    /* IE 8 */
    background-image: url(../img/phone_2.svg), none;
}

.ip-direct .icon-card {
    background-image: url(../img/icon-card.png);
    background-image: url(../img/card_2.svg), none;
}

.ip-direct a {
  text-decoration: none;
  color: inherit;
}
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1000px) {
    .ip-direct .img-tabo {
        width: 186px;
    }

    .ip-direct .img-imani {
        width: 385px;
    }

    .ip-direct .img-shan {
        width: 204px;
    }

    .ip-direct .head-items {
        top: 200px;
    }

    .ip-direct .block-img-start {
        padding-right: 35%;
    }

}

@media only screen and (max-width: 850px) {
    .ip-direct.ip-direct {
        width: 100%;
    }

    .ip-direct.info,
    .ip-direct.manual {
        padding-left: 5vw;
    }

    .ip-direct.img-tabo {
        width: 148px;
    }

    .ip-direct .img-imani {
        width: 308px;
    }

    .ip-direct .img-shan {
        width: 163px;
    }

    .ip-direct .head-items {
        top: 260px;
    }

    .ip-direct .info {
        padding: 0 15px 70px;
    }

    .ip-direct .manual {
        padding: 0 15px 95px;
    }

}

@media only screen and (max-width: 670px) {

    .ip-direct .img-tabo {
        width: 118px;
    }

    .ip-direct .img-imani {
        width: 245px;
    }

    .ip-direct .img-shan {
        width: 130px;
    }

    .head-items {
        top: 320px;
    }

    .ip-direct .flex-d-i {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ip-direct .icons-aligns {
        -webkit-box-pack: justify;
        -webkit-justify-content: center;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-items-align: center;
        align-items: center;

    }

    .ip-direct .icons-item {
        padding-bottom: 20px;
    }

    .ip-direct .head-gr {
        padding-left: 20px;
        padding-top: 30px;
    }

    .ip-direct .head-items__text {
        font-size: 25px;
    }
    .ip-direct .head-items {
        top: 350px;
    }
}

@media only screen and (max-width: 500px) {
    .ip-direct .head {
        height: 90vh;
    }

    .ip-direct .img-tabo {
        width: 95px;
    }

    .ip-direct .img-imani {
        width: 195px;
    }

    .ip-direct .img-shan {
        width: 104px;
    }

    .ip-direct .head-items {
        top: 62vh;
    }

}

@media only screen and (max-width: 375px) {

    .ip-direct .img-tabo {
        width: 75px;
    }

    .ip-direct .img-imani {
        width: 164px;
    }

    .ip-direct .img-shan {
        width: 87px;
    }

    .ip-direct .head-items {
        top: 60vh;
    }
}

/*** card label ***/
.card-label {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	position: absolute;
	top: 70px;
	left: 0;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 45px;
	text-transform: uppercase;
}
.card-label--new {
	color: #ffffff;
	background-color: #2151c8;
}
/*** card label ***/
 
