@font-face{
font-family: 'MyWebFont';
src: url('../fonts/Proxima Nova Regular.otf');
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: 'MyWebFont';
src: url('../fonts/Proxima Nova Bold.otf');
     src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
body{
	font-family: 'MyWebFont', sans-serif;
	/*font-family: 'PT Sans', sans-serif;*/
}
a:focus, 
a:hover{
	color: #03c0fe;
}
a{
    transition: all 0.40s;
    text-decoration: none !important;
}
.TopMenuPanel{
	/*background: #fbfbfb;*/
	background: #fff;  /*14.05.2018*/
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
}
@media screen and (max-width: 1199px)
{
    .TopMenuPanel
    {
        padding-bottom: 35px;
    }
}
.navbar-default .TopMenu>li>a{
	color: #555;
	text-transform: uppercase;
	/*padding-left: 8px;
	padding-right: 8px;*/
}
.navbar-default .TopMenu>li>a:focus, 
.navbar-default .TopMenu>li>a:hover{
	background: #afd2bb;
}
@media (min-width: 1200px){
	.TopMenu>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}	
}
.HeadSearch{
	margin-top: 15px;
	position: relative;
}
.HeadSearch input[type=text]{
	background: transparent;
    /*color: #fff;*/
    color: #000;
    border-radius: 6px;
    font-size: 12px;
    padding: 4px 10px;
    height: auto;
    min-width: 173px;
}
.HeadSearch:after{
    filter: grayscale(100%);
	content: "\1F50D";
	color: #fff;
	position: absolute;
	top: 3px;
    right: 21px;
}

.phone-top /*14.05.2018*/
{
    padding-top: 20px;
    min-width: 300px;
}
.phone-top p/*14.05.2018*/
{
    text-align: center;
    font-weight:bold; 
    font-size: 20px; 
    color: grey; 
    padding: 10px 0;
}
.navbar-brand img  /*14.05.2018*/
{
    width: 176px;
}
.address-top
{
    width: 173px;
        margin: auto;
}
/*@media (min-width: 1200px){ 24.09.2018*/
@media (min-width: 1200px){
    .address-top
{
    width: 210px;
    margin-top: 7px;
}
	.HeadLogo{
		/*float: right; 14.05.2018*/
		float: left;
	}
    .TopMenu /*14.05.2018*/
    {
        margin-bottom:  40px;
    }
    .TopMenu>li>a /*14.05.2018*/
    {
        padding: 15px !important;
        border-radius: 0px ;
    }
    .row-top /*14.05.2018*/
    {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 1200px;
        margin-bottom: 10px;
    }
    .phone-top /*14.05.2018*/
    {
        padding-top: 10px;
    }
    .navbar-brand img  /*14.05.2018*/
    {
        width: 225px;
        padding-top: 10px;
    }
    .top-search /*14.05.2018*/
    {
        width: 210px;
        padding: 5px 0;
    }
    .HeadSearch /*14.05.2018*/
    {
        margin-top: 0;
        width: 210px;
        padding: 0;
    }
    .HeadSearch:after /*14.05.2018*/
    {
        right: 50px;
    }
    .owl-wrapper
    {
        min-height: 220px;
    
    }
    .padding0
    {
        padding: 0;
    }
    .ksvHCarousel:before
    {
        content: '';
    position: absolute;
    left: 526.5px;
    top: 0;
    width: 0;
    height: 0;
    z-index: 1;
    /*border-top: 400px solid rgba(249, 246, 251, 0.7);
    border-right: 100px solid transparent;*/
    }
    .gradienW
    {
        position: relative;
    }
    .gradienW:after
    {
        position: absolute;
        content: '';
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 80%);
    }
}
@media (max-width: 1199px){
	.HeadSearch:after{
		top: auto;
		bottom: 15px;
	}
}
.HeadLogo a{
	padding-top: 8px;
}
.HeadLogo .navbar-toggle{
	margin-top: 12px;
    margin-bottom: 12px;
}
/******************************************************************************/
.HeadSliderContainer{
	position: relative;
}
.HeadSliderContainer>.info{
	position: absolute;
	background: rgba(60,0,100,0.7);
	height: 100%;
	width: 40%;
	top: 0;
	left: 10%;
	z-index: 1;
}
.HeadSliderContainer>.info .logo{
	background: url(../imgs/logo_big.png) no-repeat center;
	background-size: contain;
    width: 70%;
    padding-bottom: 40%;
    margin: 0 auto;
}
@media (max-width: 970px){
	.HeadSliderContainer>.info{
		width: 80%;
	}
	.HeadSliderContainer>.info .logo{
		width: 40%;
		margin: 0 10%;
		padding-bottom: 18%;
	}
}
.HeadSlider{}
.HeadSlider .item{
	padding-bottom: 40%;
	background: center;
    background-size: cover;
	color: #fff;
	position: relative;
}
.HeadSlider .item .info{
	position: absolute;
}
/******************************************************************************/
.MPBlockSlider{}
.MPBlockSlider .owl-controls{
	position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -70px;
	width: 100%;
}
.MPBlockSlider .owl-controls .owl-buttons div{
	/*border: 1px solid #000;*/
    border-radius: 0;
    background: transparent;
    color: #000;
    opacity: 1;
	font-size: 0;
	/*margin: 5px 10px 5px 0px;*/
}
.MPBlockSlider .owl-controls .owl-buttons div::after{
	font-size: 20px;
}
.MPBlockSlider .owl-controls .owl-buttons div.owl-prev::after{
	content: '\276E';
    position: absolute;
    left: -27px;
}
.MPBlockSlider .owl-controls .owl-buttons div.owl-next::after{
	content: "\276F";
     position: absolute;
    right: -27px;
}
.MPBlockSlider .owl-buttons{
	text-align: left;
}

/******************************************************************************/
.MPBlock{
	margin: 15px 0;
	position: relative;
}
.MPBlock .block-label{}
.MPBlock .block-label::after{
	display: block;
	content: " ";
	border-bottom: 2px solid #8dd4fa;
	margin-top: -30px;
	margin-bottom: 30px;
}
.MPBlock .block-label>div{
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
    background: #fff;
    padding-right: 15px;
	margin: 5px 0 15px;
}
.MPBlock .bigger{
	font-size: 16px;
}
.MPBlock .to-all{
	position: absolute;
    right: 15px;
    bottom: 5px;
    background: #ccc;
    padding: 5px 20px;
	display: block;
	color: inherit;
}
.MPBlock .to-all:hover{
	text-decoration: none;
	background: #ddd;
}
/******************************************************************************/
.Footer{
	border: 1px solid #ebebeb;
/*	background: #130b4e;*/
	background: #ebebeb;;
	padding-bottom: 35px;
}
.FootContact{
	margin: 35px 0 35px;
}
.FootContact p,
.FootContact a,
.FootContact h4{
	/*color: #fff;*/
}
.FootContact h4{
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
}
.FootContact p,
.FootContact a{
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 0;
}
/******************************************************************************/
.FootFeedback{
	margin: 75px 0 35px;
    display: flex;
    flex-flow: row nowrap;
}
.FootFeedback .btn{
	background: transparent;
    /*color: #fff;*/
    border-radius: 0;
}
/******************************************************************************/
.Slider5Container{}
.PortnerSlider{
	background: #ebebeb;
}
.Slider5Container .col-xs-12{
	padding-right: 50px;
    padding-left: 50px;
}
.Slider5Container h2{
	text-align: center;
	font-size: 28px;
}
.Slider5{
	position: relative;
}
.Slider5 .owl-controls{
	position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -50px;
	width: 100%;
}
.Slider5 .owl-controls .owl-prev,
.Slider5 .owl-controls .owl-next{
	position: absolute;
}
.Slider5 .owl-controls .owl-prev{
	left: -37px;
}
.Slider5 .owl-controls .owl-next{
	right: -37px;
}

.Slider5 .owl-controls .owl-buttons div{
    border-radius: 0;
    background: transparent;
    color: #000;
    opacity: 1;
	font-size: 0;
}
.Slider5 .owl-controls .owl-buttons div::after{
	font-size: 20px;
}
.Slider5 .owl-controls .owl-buttons div.owl-prev::after{
	content: '\276E';
}
.Slider5 .owl-controls .owl-buttons div.owl-next::after{
	content: "\276F";
}
.Slider5 .item{
	padding: 20px;
}
.Slider5 .item a{
	display: block;
}
/******************************************************************************/
.MPVideos{}
.MPVideos .item{
	display: block;
	position: relative;
}
.MPVideos .item .desc{
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    background: rgba(60,0,100,0.7);
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
}
.MPVideos .item:hover .desc{
	background: none;
}
@media(max-width:768px){
	.MPVideos .item .desc{
		right: 0;
		bottom: 0;
		top: 0;
		overflow: hidden;
		/*font-size: 12px;*/
		padding: 15px 15px;
	}
}
.MPVideos .item video{
	display: block;
}
/******************************************************************************/
.ksvHCarousel{
	/*width: 400px;*/
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.ksvHCarousel .moved-bg{
	position: relative;
}
.ksvHCarousel .moved-bg::after{
	display: block;
	content: " ";
	clear: left;
}
.ksvHCarousel .moved-bg .item{
	/*padding-bottom: 15%;*/
    background-size: cover;
    background-position: center;
	float: left;
}
.ksvHCarousel .moved-bg .item>div{
	/*padding-bottom: 40%;*/
	height: 600px;
}
@media (max-width: 1200px){
	.ksvHCarousel .moved-bg .item>div{
		/*padding-bottom: 50%;*/
	}
}
@media (max-width: 970px){
	.ksvHCarousel .moved-bg .item>div{
		/*padding-bottom: 60%;*/
	}
}
.ksvHCarousel .info-panel{
	/*background: rgba(249, 246, 251, 0.7);*/
	height: 100%;
    width: 45%;
    z-index: 1;
    left: 0%;
    position: absolute;
	overflow: hidden;
}
.ksvHCarousel .info-panel .logo{
	background: url(../imgs/logo_big.png) no-repeat center;
	background-size: contain;
	padding-bottom: 20%;
	margin: 5% 0 5%;
}
.ksvHCarousel .info-panel .moved-info{
	/*display: none;*/
	position: relative;
}
.ksvHCarousel .info-panel .moved-info::after{
	display: block;
	content: " ";
	clear: left;
}
.ksvHCarousel .info-panel .moved-info .item{
	float: left;
	color:#fff;
	/*padding: 0 1.7%;*/
}
.ksvHCarousel .info-panel .moved-info .item>*{
	margin: 40px auto;
	width: 80%;
}
.ksvHCarousel .info-panel .moved-info .item h2{
	font-size: 24px;
	text-transform: uppercase;
}
.ksvHCarousel .info-panel .moved-info .item .phone{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 21px;
	vertical-align: middle;
}
.ksvHCarousel .info-panel .pages{
	height: 5px;
	width: 90%;
	background: rgba(2, 1, 1, 0.5);
	position: relative;
	margin: 10px auto;
	
}
.ksvHCarousel .info-panel .pages .page{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #Fff;
}
@media (max-width: 1199px ){
.ksvHCarousel:before
    {
        content: '';
    position: absolute;
    left: calc(45%);
    top: 0;
    width: 0;
    height: 0;
    z-index: 1;
    /*border-top: 400px solid rgba(249, 246, 251, 0.7);*/
    border-right: 100px solid transparent;
    }
}
@media (max-width: 991px ){
	.ksvHCarousel .info-panel .moved-info .item>*{
		margin: 40px auto;
	}
	.ksvHCarousel .info-panel .moved-info .item h2{
		font-size: 18px;
	}
}
@media (max-width: 830px ){
	.ksvHCarousel .info-panel .moved-info .item>*{
		margin: 30px auto;
	}

}
@media (max-width: 767px ){
	.ksvHCarousel .info-panel{
		width: 90%;
	}
}
/******************************************************************************/
.btn-wt{
	background: transparent;
    color: #fff;
    border-radius: 0;
	border: 1px solid #fff;
}
.btn-wt:hover{
	color: #ddd;
}
/******************************************************************************/
div.search-popup{
	border: 0;
	background: #130b4e;
}
.search-popup .search-popup-row{
	background: transparent;
}
.search-popup .search-popup-row .search-popup-el{
	color: #fff;
}
.search-popup .search-popup-row .search-popup-el-name{}
.search-popup .search-popup-row .search-popup-el-cnt{}
/******************************************************************************/
.LeftPanel{
	background: url(../imgs/logo2.png) #ebebeb no-repeat;
    background-position: center 45px;
    padding-top: 130px;
    padding-bottom: 45px;
}
/******************************************************************************/
.LeftMenu{}
.LeftMenu ul{
	padding: 0;
	margin: 0;
}
.LeftMenu ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.LeftMenu ul li a{
	display: block;
	text-align: center;
	font-size: 17px;
	color: #000;
	text-transform: uppercase;
	padding: 20px 0 0;
}
.LeftMenu ul li a:hover{
	text-decoration: none;
}
.LeftMenu ul li a::after,
.LeftMenu ul ul::after{
	background: linear-gradient(to right, rgba(0,0,0,0), #03c0fe, rgba(0,0,0,0));
	display: block;
	height: 1px;
	content: " ";
	margin: 20px 30% 0;
}
.LeftMenu ul li.active>a::after,
.LeftMenu ul li a:hover::after{
	margin: 20px 0 0;
}
.LeftMenu ul ul::after{
	margin: 15px 0 0;
}
.LeftMenu ul ul{
	display: none;
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(3,193,255,0.15), rgba(0,0,0,0));
}
.LeftMenu ul li.active ul{
	display: block;
}
.LeftMenu ul ul li{}
.LeftMenu ul ul li a{
	font-size: 14px;
	padding-top: 15px;
}
.LeftMenu ul ul li.active>a{
	font-weight: bold;
}
.LeftMenu ul ul li a::after{
	content: none;
}
.LeftMenu ul ul ul{
	display:  none;
}
/******************************************************************************/
.PageTitle{
	position: relative;
}
.PageTitle::after{
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 2px;
	background: #03c0fe;
	z-index: -1;
}
.PageTitle .h1,
.PageTitle h1{
	background: #fff;
	padding-right: 15px;
	display: inline-block;
	margin-bottom: 20px;
        text-align:left;
} 
/******************************************************************************/
.PageArea{
	padding: 40px 80px;
	font-size: 16px;
}
/******************************************************************************/
.CatProdList{
	font-size: 14px;
}
.CatProdList .item{
	padding: 20px 0;
	border-bottom: 1px solid #dadad9;
}
.CatProdList .ico_show{
	background: url(../imgs/ico_open_closed.png) no-repeat center;
	display: inline-block;
	width: 25px;
	height: 20px;
}
.CatProdList .item.opened .ico_show{
	background-image: url(../imgs/ico_open.png);
}
.CatProdList .model{
	font-size: 19px;
	line-height: 22px;
}
.CatProdList .model a{
	/*color: inherit;*/
}
.CatProdList .price{
	font-size: 16px;
	font-weight: bold;
	color: #03c0fe;
}
.CatProdList .detail-text{
	margin: 20px 0 0;
	
}
.CatProdList .for-open{
	display: none;
}
.CatProdList .for-close{}
.CatProdList .item.opened .for-open{
	display: block;
}
.CatProdList .item.opened .for-close{
	display: none;
}
.CatProdList .btn{
	    border: 1px solid #03c0fe;
    border-radius: 0;
    color: #009;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 30px;
}
/******************************************************************************/
.NewsList{}
.NewsList .item{}
.NewsList .item .name{}
.NewsList .item .name>a{
	color: inherit;
	font-weight: bold;
}
.NewsList .item .desc{
	font-size: 14px;
}
.NewsList .item .date{
	position: relative;
}
.news-date{
	margin: 15px 0;
}
.news-date,
.NewsList .item .date>span{
	font-size: 14px;
	display: block;
}
.NewsList .item .date>span{
	float: right;
	background: #fff;
}
.news-date:before,
.NewsList .item .date>span:before{
	content: "\25B6";
    color: #03c0fe;
    font-size: 24px;
    line-height: 0;
    vertical-align: middle;
	margin-right: 5px;
}
.NewsList .item .date:after{
	content: " ";
	clear: both;
	display: block;
}
.NewsList .item .date:before{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 1px;
    background: #03c0fe;
    z-index: -1;
}
/******************************************************************************/
.KsvGallery{
	padding-bottom: 50%;
    position: relative;
}
.KsvGallery .bank{
	display: none;
}
.KsvGallery .view{
    height: 100%;
    position: absolute;
    width: 75%;
	background-size: cover;
    background-position: center;
}
.KsvGallery .preview{
	/*border: 0px solid #00f;*/
    height: 100%;
    position: absolute;
    width: 25%;
	right: 0;
	overflow: hidden;
}
.KsvGallery .preview .cntr{
	/*box-shadow: 0 0 0 1px #f00 inset;*/
    position: relative;
    width: 86%;
    height: 109%;
    border: 0px solid #f00;
    top: -5%;
	left: 14%;
}
.KsvGallery .preview .items{
	/*box-shadow: 0 0 0 1px #090 inset;*/
	width: 100%;
	position: absolute;
	left: 0;
}
.KsvGallery .preview .items .item{
	padding: 9% 0;
}
.KsvGallery .preview .items .item .img{
	padding-bottom: 67%;
    background-size: cover;
   background-position: center;
	cursor: pointer;
}
.KsvGallery .preview .arrow{
	position: absolute;
	right: 0;
	left: 14%;
    padding: 5px 0;
	background: rgba(255,255,255,0.5);
	text-align: center;
	cursor: pointer;
}
.KsvGallery .preview .arrow.up{
	top: 0;
}
.KsvGallery .preview .arrow.up:after{
	content: '\25b2';
}
.KsvGallery .preview .arrow.down{
	bottom: 0;
}
.KsvGallery .preview .arrow.down:after{
	content: '\25bc';
}
/******************************************************************************/
.html-text{}
.news-text{
	margin: 15px 0;
}
/******************************************************************************/
.Form{
	margin: 15px 0;
        background: #efefef;
        padding: 25px;
        border-radius:5px;
}
.Form .field{
	margin: 15px 0;
}
.Form .field input[type=text],
.Form .field textarea{
	width: 100%;
	padding: 5px;
    /*border: 1px solid #5cf;*/
}
.Form .field input[type=text]{}
.Form .field textarea{
	height: 100px;
    resize: none;
}
.Form .buttons button{
	/*border: 2px solid #5cf;*/
    padding: 5px 30px;
    text-transform: uppercase;
   /* background: transparent;*/
}
/******************************************************************************/
.PageMagrin{
	margin: 30px 0;
}
/******************************************************************************/
.CatalogSection{
	display: block;
    padding-bottom: 70%;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}
.CatalogSection .name {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
	color:#fff;
	background: rgba(60,0,100,0.7);
	padding: 30px;
}
.CatalogSection .name:after{
	content: "\25B6";
	margin-left: 5px;
}

.cat-back-sec{
    background: #fff;
	color: inherit;
	display: inline-block;
}
.cat-back-sec.right{
	display: block;
	/*position: absolute;*/
    right: 80px;
    /* top: -3px; */
    /*margin-top: -52px;*/
    padding-left: 10px;
	text-align: right;
	margin-bottom: 20px;
}
.cat-back-sec>*{
	display: inline-block;
    border: 2px solid #03c0fe;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 10px;
}
.cat-back-sec:hover{
	text-decoration: none;
}
.cat-back-sec>*::before{
    content: "\25C0";
    color: #03c0fe;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}
.cat-prod-detail-text{
	margin: 40px 0;
}
.cat-prod-detail-text table{
    border: 1px solid #c6c8cA;	
    width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}
.cat-prod-detail-text table td{
	border: 1px solid #c6c8cA;
        padding: 10px 80px;
	font-size: 15px;
}
.cat-prod-detail-text table tr:nth-child(2n+1) td{
	background: #ffffff;
}
.cat-prod-detail-text table td h1,
.cat-prod-detail-text table td h2,
.cat-prod-detail-text table td h3,
.cat-prod-detail-text table td h4,
.cat-prod-detail-text table td h5,
.cat-prod-detail-text table td h6{
	margin: 0;
}
.product-info{}
.product-info h1{
	margin: 0;
}
.product-info ul{
	margin: 0;
	padding: 0;
}
.product-info ul li{
	list-style: disc ;
	margin: 10px 0;
	padding: 0;
}
.CatDetailPrice{
	color: #03c0fe;
    margin: 15px 0;
    font-size: 16px;
    font-weight: bold;
}
/******************************************************************************/
#KsvModWind{
	z-index: 101;
	position: fixed;
	min-width: 100px;
	min-height: 100px;
	background: #fff;
        box-shadow:0 0 10px rgba(0, 0, 0, 0.26);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    max-height: 90%;
}
#KsvModWind>.ButtonClose{
	position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
}
#KsvModWind>.ButtonClose::after{
	content: "\274C";
}
#KsvModWind>.Content{
	margin-top: 24px;
}
#KsvModWindBg{
	z-index: 100;
	position: fixed;
    background: rgba(165, 166, 166, 0.81);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#KsvModWind .sertificate {
	height: 100%;
    width: auto;
    margin: 0 auto;
max-height: 800px;
}

.img-wrapper {text-align: center;}
/******************************************************************************/
.PortnerInfo{
	width: 800px;
	padding: 0 30px 30px;
}
.PortnerInfo hr{
	border: 1px solid #03c0fe;
}
.PortnerInfo .contact{
	display: inline-block;
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    width: 48%;
}
/******************************************************************************/
.PortnerList{
	margin: 30px 0;
}
.PortnerList .item{
	text-align: center;
	padding: 15px 0;
}
.PortnerList .item:hover{
	background: #ebebeb;
}
.PortnerList .item .img{
	width: 60%;
}
.PortnerList .item .button{
	/*display: inline-block;*/
    display: inline;
    border: 1px solid #03c0fe;
    cursor: pointer;
    padding: 2px 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
	opacity: 0;
}
.PortnerList .item:hover .button{
	opacity: 1;
}
/******************************************************************************/
.search-page{
	border-bottom: 1px solid #03c0fe;
	padding-bottom: 20px;
}
.search-page .item{
	margin: 20px 0;
}
.search-page .item .name{
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
    display: block;
}
.search-page .item .body{}
.search-page .item .body b{
	color: #03c0fe;
	font-weight: inherit;
}
/******************************************************************************/
.DirectionList{}
.DirectionList .item{
	background-size: cover;
    background-position: center;
	margin: 15px 0;
}
.DirectionList .item a{
	display: block;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    padding: 20px 25px;
    text-decoration: none;
}
.DirectionList .item a:hover{
	text-decoration: none;
}
.DirectionList .item a:after{
	content: " \25B6";
}
/******************************************************************************/
.CalalogSection{}
.CalalogSection .cntr{
	margin: 0 -15px;
}
.CalalogSection .item{
	display: inline-block;
    width: 50%;
	min-height: 1px;
	position: relative;
    margin: 20px 10px;
}
.CalalogSection .item .i-cntr{
	padding: 18px;
	display: block;
}
.CalalogSection .item .img,
.CalalogSection .item .info{
	display: table-cell;
	vertical-align: middle;
}
.CalalogSection .item .img{
	padding-right: 15px;
}
.CalalogSection .item .img img{
	width: 60px;
}
.CalalogSection .item .info{}
.CalalogSection .item .desc{
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: #03c0fe;
	color: #fff;
	z-index: 2;
	padding: 15px;
	display: none;
}
@media(max-width:768px){
	.CalalogSection .item{
		display: block;
		width: auto;
	}
}/*
.CalalogSection .item:hover{
	box-shadow: 0 0 0 1px #03c0fe inset;
}*/
.CalalogSection .item:hover .desc{
	display: block;
}
.CalalogSection .item .i-cntr:hover{
	text-decoration: none;
}
.dots
{
    height: 50px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.dot
{
    background: #000;
    margin: 20px 5px 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #bbb;
}
.dot.active
{
    background: #fff;
}
.arrows
{
    width: 95%;
        max-width: 1150px;
    height: 0px;
    position: relative;
    top: -210px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: auto;
    z-index: 1;
}
.arrow
{
    width: 10px;
    height: 17px;
    /*border-left: 2px solid #000;
    border-top: 2px solid #000;*/
    cursor: pointer;
   background-repeat: no-repeat;
}
.arrow-prev
{
    background-image: url('/bitrix/templates/main/public/imgs/prevnext.png');
}
.arrow-next
{
     transform: rotate(-180deg);
     background-image: url('/bitrix/templates/main/public/imgs/prevnext.png');
}
.pages
{display: none;}

.desc2 a
{
    transition: all 0.40s;
    text-decoration: none;
    display: inline-block;
    margin: 3px 0;
}
.desc2 a:hover
{
    color: #f27b0f;
}

.big_row
{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 5px 0;
}
.left_row 
{
    max-width: 300px;
}
.left_row h2
{
    font-size: 20px;
}
.bx_catalog_line_ul li
{
    margin-top: -30px;
}