@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i,900|Ubuntu:300,300i,400,400i,700,700i');

/*
font-family: 'Ubuntu', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/

html{
	display: flex;
	flex-direction: column;
	flex: auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
}
body{
	display: flex;
	flex-direction: column;
	flex: auto;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Ubuntu', sans-serif;
	font-size: 100%;
	color: #424242;
	overflow-x: hidden;
}

.loading-main{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: fixed;
	overflow: hidden;
	z-index: 999;
	background-color: #f2f2f2;
	opacity: 1;
}
.loading-main img{
	display: block;
	animation: img 2s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
.loading-main div{
	display: block;
	width: 200px;
	padding: 15px;
	font-size: 16px;
	text-align: center;
}

@keyframes img{
	from {opacity: 1;}
	50% {opacity: .1}
	to {opacity: 1;}
}


.scrollUp {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background-color: #cc4939;
	color: #fff;
	font-size: 32px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	opacity: 0;
	transition: opacity .3s;
	z-index: 9999;
}
.wrapper-fw{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	position: relative;
}
.wrapper{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1160px;
	min-width: 320px;	
}

.header{
	background: #f1f1f1;
}
.catalog{
	box-shadow: 0 0 30px rgba(0, 0, 0, .5);
	background: url(../images/catalog-bg.png);
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	min-height: 1011px;
    padding: 90px 0;
}
.about{
	background: url(../images/about-bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 90px 0;
}
.delivery-map{
	padding: 90px 0;
}
.footer{
    min-height: 400px;
	background: #4c4c4c;
}
.romb-right{
	display: block;
	width: 200px;
	height: 300px;
	background: url(../images/romb.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
	position: absolute;
	right: 0;
	top: -90px;
}
.romb-left{
	display: block;
	width: 200px;
	height: 250px;
	background: url(../images/rombl.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center left;
	position: absolute;
	left: 0;
	bottom: -90px;
}
.romb-left.cont{
    z-index: 9;
    bottom: -60px;
	width: 150px;
	height: 150px;
}
.top-bar{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
}
.logo-link{
	text-decoration: none;
}

.logo{
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo img{
	display: block;
	width: 100px;
	margin: 30px 30px 30px 0;
}
.logo-text{
	display: flex;
	flex-direction: column;
	width: 160px;
}

.top-contact{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.top-contact .text-small{
	font-weight: normal;
}
.top-contact a{
	font-weight: 300;
	font-size: 16px;
	color: #424242;
}

.text-big, .text-big a{
	font-weight: bold;
	font-size: 22px;
	color: #424242;
	text-decoration: none;
}
.text-small{
	font-size: 16px;
	color: #424242;
	font-family: 'Source Sans Pro', sans-serif;
}


.top-menu{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Source Sans Pro', sans-serif;
}
.top-menu ul{
	display: flex;
	align-items: center;
	justify-content: center;
    margin: 45px 0 0 0;
}
.top-menu ul li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-menu ul li a{
	display: block;
	padding: 15px;
	font-size: 16px;
	color: #424242;
	text-decoration: none;
	transition: color .3s;
}
.top-menu ul li a:hover{
	color: #cc4939;
}


.slider{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 500px;
}
.slider-left, .slider-right{
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}
.slider-right{
	align-items: flex-end;
}

.slider-left-title{
	display: flex;
	font-size: 38px;
	font-weight: bold;
	color: #4c4c4c;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #4c4c4c;
}
.slider-left-item-title{
	display: flex;
	width: 500px;
	font-size: 55px;
	font-weight: bold;
	color: #cc4939;
}
.slider-left-items-icon{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	list-style: none;
}
.slider-left-items-icon li{
	display: block;
	width: 40px;
	height: 5px;
	margin: 15px 5px 30px 0;
	background: #838383;
	cursor: pointer;
	transition: background .3s;
}
.slider-left-items-icon li.active, .slider-left-items-icon li.hover, .slider-left-items-icon li:hover{
	background: #cc4939;
}
.slider-left-text{
	font-size: 16px;
	font-weight: normal;
	color: #606060;
	margin: 0 0 30px 0;
}
.slider-left-buttons{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 30px 0;
}
.slider-left-btn{
	display: flex;
	color: #606060;
	padding: 15px;
	cursor: pointer;
	margin: 0 15px 0 0;
	border-radius: 3px;
	text-decoration: none;
}
.slider-left-btn.red{
	color: #fff;
	background: #cc4939;
	padding: 15px 30px;
	transition: box-shadow .3s;
}
.slider-left-btn.red:hover{
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .33);
}


.slider-right-image{
	display: block;
	width: 100%;
	height: 500px;
	position: absolute;
	background: url(../images/slider/cabel.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: bottom left;
	left: -90px;
	z-index: 0;
}
.slider-right-items{
	display: flex;
	width: 320px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	list-style: none;
}
.slider-right-items li{
	display: flex;
	position: relative;
}
.slider-right-items li .slider-right-item{
	display: flex;
	padding: 5px 15px 5px 30px;
	color: #606060;
	margin: 20px 0;
	transition: all .3s;
	cursor: pointer;
	position: relative;
	align-items: center;
}
.slider-right-items li .slider-right-item:before{
	display: block;
	content: " ";
	width: 56px;
	height: 56px;
	border: 2px solid #cc4939;
	border-radius: 30px;
	background: #f1f1f1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	position: absolute;
	left: 0;
	left: -45px;
}
.slider-right-items li.active .slider-right-item, .slider-right-items li.hover .slider-right-item, .slider-right-items li:hover .slider-right-item{
	color: #fff;
	background: #cc4939;
}
#slider-right-item1{
	margin: 0;
}
#slider-right-item1 .slider-right-item:before{
	background-image: url(../images/slider/cabel-icon.png);
}
#slider-right-item2{
	margin: 0 0 0 45px;
}
#slider-right-item2 .slider-right-item:before{
	background-image: url(../images/slider/mufty-icon.png);
}
#slider-right-item3{
	margin: 0 0 0 90px;
}
#slider-right-item3 .slider-right-item:before{
	background-image: url(../images/slider/nizkovolt-icon.png);
}
#slider-right-item4{
	margin: 0 0 0 135px;
}
#slider-right-item4 .slider-right-item:before{
	background-image: url(../images/slider/cabelnes-icon.png);
}
#slider-right-item5{
	margin: 0 0 0 180px;
}
#slider-right-item5 .slider-right-item:before{
	background-image: url(../images/slider/linearmat-icon.png);
}

 .catalog-block{
 	display: flex;
 	flex-direction: column;
 	width: 100%;
 	padding: 0 60px;
 }

 .block-title{
 	font-family: 'Ubuntu', sans-serif;
 	font-size: 48px;
 	font-weight: bold;
 	position: relative;
 	padding: 0 0 30px 0;
 	margin: 0 0 60px 0;
 }
 .block-title:after{
 	content: " ";
 	width: 80px;
 	height: 6px;
 	background: #cc4939;
 	position: absolute;
 	left: 0;
 	bottom: 0;
 }
 .about-block .block-title:after{
 	content: " ";
 	width: 80px;
 	height: 6px;
 	background: #fff;
 	position: absolute;
 	left: 0;
 	bottom: 0;
 }
 .block-title-color-1{
 	color: #424242;
 }
 .block-title-color-2{
 	color: #cc4939;
 }
  .block-title-color-3{
 	color: #fff;
 }
 .block-text{
 	display: flex;
 	flex-direction: column;
 	width: 100%;
 	align-items: center;
 	font-family: 'Ubuntu', sans-serif;
 	font-size: 16px;
 	color: #6d6d6d;
 }

 .catalog-tabs{
 	display: flex;
 	flex-direction: column;
 	width: 100%;
 	align-items: center;
 }

 .catalog-menu{
 	display: flex;
 	width: 100%;
 	align-items: center;
 	justify-content: space-between;
 	margin: 60px 0;
 	list-style: none;
 	padding: 0;
 }
.catalog-menu li{
	color: #424242;
	padding: 0;
}
.catalog-menu li a{
	color: #424242;
	text-decoration: none;
	padding: 7px 15px;
	background-color: transparent;
	transition: all .3s;
	border-radius: 5px;
	outline: none;
}
.catalog-menu li a:hover{
	color: #cc4939;
}
.catalog-menu li a:before{
	content: "•";
	color: #cc4939;
	margin: 0 15px 0 0;
}
.catalog-menu li.ui-state-active a{
	color: #fff !important;
	text-decoration: none;
	background-color: #cc4939;
	outline: none;
}
.catalog-menu li.ui-state-active a:before{
	color: #fff;
}

.catalog-tab{
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.catalog-tab-menu{
	display: flex;
	flex-direction: column;
	width: 350px;
	min-width: 350px;
	min-height: 476px;
	max-height: 476px;
	overflow-y: scroll; 
	border-radius: 3px;
	border: 1px solid #d2d2d2;
	padding: 15px 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .10);
}

.catalog-tab-menu::-webkit-scrollbar
{
	width: 25px;
	background: #fff;
}
.catalog-tab-menu::-webkit-scrollbar-track{
	background: #cc4939;
	border: 12px solid #fff;
	background-clip: content-box !important;
}
.catalog-tab-menu::-webkit-scrollbar-thumb
{
	height: 50px;
	max-height: 50px;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	background-color: #cc4939;
}

.catalog-tab-menu ul{
	display: flex;
	flex-direction: column;
	width: 100%;
	list-style: none;
}
.catalog-tab-menu ul li a{
	display: flex;
	align-items: center;
	padding: 15px 0 15px 15px;
	font-size: 16px;
	text-decoration: none;
	color: #4c4c4c;
	position: relative;
	transition: color .3s;
	outline: none;
}
.catalog-tab-menu ul li a:hover{
	color: #cc4939;
}
.catalog-tab-menu ul li a:before{
	content: "•";
	color: #fff;
	margin: 0;
	position: absolute;
	left: -10px;
	transition: color .3s;
}
.catalog-tab-menu ul li.ui-state-active a{
	font-weight: bold;
}
.catalog-tab-menu ul li.ui-state-active a:before, .catalog-tab-menu ul li a:hover:before{
	color: #cc4939;
}

.catalog-tab-content{
	display: flex;
	flex-direction: column;
	flex: auto;
	padding: 30px 60px;
}
.catalog-tab-content-tab{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.catalog-tab-content-tab-title, .catalog-tab-content-tab-form-title{
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 15px 0;
}
.catalog-tab-content-tab-text{
	font-size: 16px;
	color: #4c4c4c;
}
.catalog-tab-content-tab-img-block{
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
}
.catalog-tab-content-tab-img-block-img{
	display: flex;
	width: 210px;
	height: 180px;
	min-width: 210px;
	min-height: 180px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 3px solid #cc4939;
	border-radius: 5px;
	margin: 15px 0;
}
.catalog-tab-content-tab-img-block-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.catalog-tab-content-tab-img-block-about{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 15px;
}
.catalog-tab-content-tab-img-block-about-title{
	font-size: 16px;
	font-weight: bold;
}
.catalog-tab-content-tab-img-block-about ul{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0;
}
.catalog-tab-content-tab-img-block-about ul li{
	display: flex;
	padding: 5px 30px;
	color: #fff;
	background: #cc4939;
	border-radius: 5px;
	margin: 5px 10px 5px 0;
	font-size: 12px;
}

.catalog-tab-content-tab-form{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 5px 0 0 0;
}
.catalog-tab-content-tab-form-fields{
	display: flex;
	width: 100%;
	align-items: center;
	margin: 5px 0 15px 0;
}
.catalog-tab-content-tab-form-fields input{
	padding: 9px;
	margin: 0 10px 0 0;
	color: #a0a0a0;
	border-radius: 3px;
	border: 1px solid #a0a0a0;
	background: #e8e8e8;
	font-size: 16px;
	outline: none;
}
.form-btn{
	padding: 10px 30px;
	color: #fff;
	background: #cc4939;
	border-radius: 3px;
	font-size: 16px;
	cursor: pointer;
	transition: box-shadow .3s;
}
.form-btn:hover{
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .33);
}
.catalog-tab-content-tab-form-email a{
	color: #cc4939
}



.about-block{
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
    padding: 0 90px;
}
.about-block-left, .about-block-right{
	display: flex;
	flex-direction: column;
	width: 50%;
}
.about-block-right{
	align-items: center;
	justify-content: center;
}
.about-block-left p{
	color: #fff;
	font-size: 16px;
}
.about-block-left hr{
	margin: 30px 0;
	border: none;
	background-color: #606060;
	height: 1px;
	width: 80%;
}

.about-items{
	display: flex;
	flex-direction: column;
}
.about-items .about-item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	color: #fff;
	font-size: 16px;
	margin: 7px 0;
}
.about-items .about-item img{
	width: 70px;
}
.about-items .about-item .about-item-text{
	padding: 30px 0 30px 15px;
	width: 250px;
}

.delivery-block{
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
}
.delivery-block .block-title{
    margin: 0 auto 60px auto;
}
.delivery-block-content{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.delivery-block-content-text{
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 0 15px 0 0;
}
.delivery-list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 380px;
    list-style: none;
    padding: 60px 0;
}
.delivery-list li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
    position: relative;
}
.delivery-list li img{
    display: block;
    width: 75px;
}
.delivery-list li:after{
    display: block;
    content: ' ';
    width: 10px;
    height: 10px;
    background: url(../images/delivery-list-romb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    position: absolute;
    top: 32px;
    right: -5px;

}
.delivery-list li:last-child:after{
    display: none;
}
.delivery-list-text{
    text-align: center;
    padding: 15px 30px;
}
.st18{
    font-size: 18px;
    font-weight: bold;
}

.delivery-block-content-map{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    transform: scale(.8);
    margin: -60px 0;
}
.delivery-block-content-map img{
    display: block;
    border: 0;
}
.delivery-block-content-map map area{
    cursor: pointer;
}

.tooltip {
    display: none;
    position: absolute;
    background-color:#cc4939;
    opacity: .9;
    border-radius: 3px;
    padding: 5px 15px;
    color:#fff;
}

.contact-block{
    display: flex;
    width: 100%;
    align-items: flex-start;
}
.contact-data{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 28%;
    padding: 30px 0;
    position: relative;
}
.contact-data .block-title{
    font-size: 36px;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 0 20px 0;
    width: 400px;
    z-index: 1;
    position: absolute;
}
.contact-data .block-title:before{
    content: ' ';
    width: 150px;
    height: 40px;
    background-color: #4c4c4c;
    position: absolute;
    right: 0;
    top: 3px;
    z-index: -1;
}
.road-map{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72%;
}

.contact-data-text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 90px 0 15px 0;
	color: #fff;
}
.contact-data-text p{
	padding: 10px 0;
}
.contact-data-text a{
	color: #fff;
	text-decoration: none;
}
.contact-data-text a:hover{
	text-decoration: underline;
}
.contact-data-btn{
	display: block;
	background-color: #cc4939;
	padding: 10px 15px;
	margin: 15px 0;
	border-radius: 3px;
	transition: box-shadow .3s;
	cursor: pointer;
	text-decoration: none;
}
.contact-data-btn:hover{
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .33);
}

.footer-copyring{
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    background-color: #e8e8e8;
    color: #838383;
}

.write { position: fixed; left: 5px; bottom: 45px; background: rgba(63, 174, 42, 0.9); padding: 7px 7px; margin: 13px; color: #fff; z-index: 99999; border-radius: 25px; text-decoration: none!important;}
.write a {color: #fff; text-decoration: none!important;}

.write2 { position: fixed; left: 5px; bottom: 5px; background: #526aff; padding: 7px 7px; margin: 13px; color: #fff; z-index: 99999; border-radius: 25px; text-decoration: none!important;}
.write2 a {color: #fff; text-decoration: none!important;}