html {
	margin: 0;
	height:100%;
	min-height: 100%;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	background:#fff;
	height:100%;
	min-height: 100%;
	font-family:'Lato', Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.42;
}

*,*:before,*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clear,.clr:after,.cukdrivnet-services-box:after,.cukdrivnet-quote-list>li:after{
	content: " ";
	float: none;
	clear: both;
	display: table;
}
.unselectable {
    -webkit-touch-callout: none; 
    user-select: none;
    -webkit-user-select: none;
}
a{
	color:#2196F3;
}
.not-mobile{
	display:none;
}
.just-text{
	padding:30px 0;
}
.just-text h1,.just-text h2,.just-text h3{
	margin-bottom:2rem;
}
.just-text p{
	margin-bottom:1rem;
}
.cukdrivnet-responsive-wrapper{
	margin:0 auto;
	width:96%;
	padding: 0 15px;
}

.cukdrivnet-head{
    width: 100%;
    height: 60px;
    line-height: 58px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    padding: 0 10px;
	text-align:right;
}

.cukdrivnet-head #cukdrivnet-h-logo{
	width:46%;
	float:left;
	text-align:left;
	margin-left: -20px;
}
.cukdrivnet-head #cukdrivnet-h-logo a{
    display: block;
}
#cukdrivnet-menu{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 25px;
    position: relative;
	margin-right: 10px;
	margin-top: -10px;
	cursor:pointer;
}

#cukdrivnet-menu:before{
    content: "\2630";
    display: inline-block;
    vertical-align: middle;
    color: #034f8c;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    position: absolute;
}
#cukdrivnet-menu:hover{
    opacity: .6;
}
#cukdrivnet-dllist{
	display:none;
	position:relative;
	float:right;
	text-align:right;
	width: fit-content;
	top:6px;
}

#cukdrivnet-dllist ul{
	list-style: none;
	display: inline-block;
    vertical-align: middle;
}
#cukdrivnet-dllist ul li{
    position: relative;
    display: inline-block;
    text-align: center;
}
#cukdrivnet-dllist ul li a{
    display: block;
    padding: 0 5px;
    color: #a2a2a2;
    white-space: nowrap;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 14px;
    font-weight: 500;
}

#cukdrivnet-dllist ul li a:hover{
	color: #000;
}


.cukdrivnet-head img{
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.cukdrivnet-head img:hover {
    opacity: .6;
}
 /* test */
#cukdrivnet-nllist{
	display:none;
	position:fixed;
	z-index:1000;
	top:-100%;
	right:0;
	width:100%;
	padding:0 1.5rem;
	border-bottom: 2px solid #babdd1;
	transition:top .3s;
}
#cukdrivnet-nllist.cukdrivnet-shoit{
	display:block;
	top:60px;
	box-shadow:0 3px 3px rgba(0,0,0,.15);
	-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.15);
	background-color:#fff;
}
#cukdrivnet-nllist.cukdrivnet-shoit ul {
	display:block!important;
	width: 120px;
	border-left:2px solid #4caf50;
	padding:4px 0;}
#cukdrivnet-nllist.cukdrivnet-shoit ul li{
	display:block!important;
	position:relative;
	color: #a2a2a2;
	white-space: nowrap;
	text-decoration: none;
	font-weight: 300;
	text-align:left;
	font-size:0.85rem;
	line-height: 2;
	padding:2px 0;
	border:1px solid #4caf50;
	border-radius:0 10px 10px 0;
	margin:3px 0 3px 0;
	transition: all 0.5s ease-in-out;}
#cukdrivnet-nllist.cukdrivnet-shoit ul li a{
	display:block;
	text-transform:none;
	padding: 0 5px;
	color: #a2a2a2;
	white-space: nowrap;
	text-decoration: none;
	font-weight: 300;
	line-height: 2;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;}
#cukdrivnet-nllist.cukdrivnet-shoit ul li:hover{/*border-color:#000;*/animation:ani2 0.5s ease-in-out;animation-fill-mode:forwards;}
/*#cukdrivnet-nllist.cukdrivnet-shoit ul li a:hover{color:#000; border-color:#000;}*/

@keyframes ani2{
	0%{transform: scale(1);left:0px;}
	100%{transform: scale(1.1);left:5px;}
}

.cukdrivnet-quote-list{
	list-style-type: none;
}
.cukdrivnet-quote-list>li{
	margin-bottom: 14px;
	margin-top: 12px!important;
}
.cukdrivnet-quote-list>li>label{
    font-weight: 700;
    font-size: 1rem;
}

.cukdrivnet-quote-list .cukdrivnet_checkbox li{
	list-style: none;
	margin-bottom:5px;
}
.cukdrivnet_checkbox input[type=checkbox]{
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
	margin-top: 0!important;
    margin-right: 3px;
    position: relative;
    top: 1px;
    border: none;
	width: auto;
    height: auto;
}
.cukdrivnet-quote-list .cukdrivnet_checkbox li>label{
    display: -moz-inline-stack;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
	margin: 0;
}
.cukdrivnet-quote-box .btn{
    font-size: 1.2rem;
    height: auto;
    text-transform: uppercase;
	background: #4caf50;
    width: 100%;
}
.cukdrivnet-almost-main{
}

.col-left,.col-right{
	float:none;
}
.w-70,.w-60,.w-40,.w-30,.w-50,.w-20,.w-80{
	width:100%;
}

.cukdrivnet-somebody-cont p{
	margin-bottom:1em;
}
.cukdrivnet-somebody-cont h1{
	margin-bottom:1.2em;
}
.cukdrivnet-somebody-cont h2{
	margin-bottom:1em;
	color:#fff;
}
.cukdrivnet-somebody-cont h3{
	color:#fff;
}
.uppercase{
	text-transform:uppercase;
}
.in-div{
	display:inline-block;
}
.cukdrivnet-foot{
    background: #333;
    color: #eee;
    text-align: center;
    padding: 1rem 0;
	border-top: 1px solid #dcdcdc;
}

.cukdrivnet-foot a{
    display: inline-block;
    margin: 0 7px;
	color: #9e9e9e;
}
.cukdrivnet-foot a:hover{
	text-decoration: underline;
}
#footer-about{
	border-bottom:1px solid #434343;
	margin-bottom:40px;
	padding-bottom:20px;
}
#footer-about h2{
	margin-bottom:20px;
}
.btn {
    color: #fff;
    background-color: #607D8B;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.3333333;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
	color: #fff;
    background-color: #7e5af0;
    border-color: #6131f7;
    line-height: 1.8;
    margin-right: 10px;
}

.btn:hover{
	opacity:.8;
}
.col-right-strict,.col-left-strict{
	width:100%;
	float:none;
}

.cukdrivnet-head ul .not-mobile {
	display: none;
}
.is-mobile{
	display:inherit;
}
#cukdrivnet-home-wrap{
	background-color:#b2b2b2;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	padding: 60px 0 25px 0;
	color: #fff;
}
#cukdrivnet-home-wrap>div>div{
	/*text-align: center;*/
	
}
#cukdrivnet-home-wrap h1{
	margin-bottom:20px;
	font-size: 1.6rem;
    font-weight: 500;
	text-transform: uppercase;
}
#cukdrivnet-home-wrap h2{
    margin-bottom: 1rem;
    margin-top: 2rem;
}
#cukdrivnet-home-wrap p{
	margin-bottom:15px;
	font-size:16px;
	opacity: .8;
}
#cukdrivnet-home-wrap .btn{
	font-size: 16px;
    font-weight: 600;
    border: none;
    background:#ff5722;
}
#cukdrivnet-home-wrap .home-list{
	display: block;
}
#cukdrivnet-home-wrap ul{
	padding-left:12px;
}
#cukdrivnet-home-wrap  ul li{
	list-style-type: none;
	padding: 3px 0;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
}
#cukdrivnet-home-wrap ul li>span{
	padding-right: 12px;
}
#cukdrivnet-home-wrap ul li>span:before{
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAQlBMVEVHcEwd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQ5m8l+AAAAFXRSTlMAkOsvnA8I7s7zH2OUiFGu2DsZfLOLAIpsAAAAnklEQVQY05WRSRaEIAxEI2EUEKe6/1VbEGnoXlmr5D+oTEQvpTgZI4qM8Fe+7xmzd2iacr5knOBknKo24hU2Y4PQWbLFeeTAIQ5U6hKJbFi1NXpjrZ+3ijp8nPxQ1eEIO8/FwVtWDSuJdS2+AX7+ltQSd7WApcOkQiiff3BtpuFhHKKp4nF4khUPq4rSibvBYbGA839nuA5hEr+9I30A7dAJB5S7SgYAAAAASUVORK5CYII=');
	line-height: 1.5;
	vertical-align:middle;
	justify-content: center;
}

#cukdrivnet-home-wrap .hm-details{
    background: rgba(221, 224, 225,.8);
    padding: 20px;
    font-size: 11px;
}
#cukdrivnet-home-wrap .hm-details h2{
	font-size: 16px;
    margin-bottom: 10px;
}
#cukdrivnet-home-wrap .hm-details p{
	font-size: 12px;
	margin-bottom: 10px;
}
#cukdrivnet-home-wrap .hm-details ul{
	padding-left:30px;
}
#cukdrivnet-home-wrap .hm-details ul li{
	
}
#callbackform{
    background: #fff;
    padding: 30px 20px;
	margin-top: 30px;
}
.s-form{
    display: block;
    margin: 0 auto;
    width: 100%;
	margin-top: 30px;
}
.s-form input {
	height: 39px;
	margin-bottom:20px;
	width:100%;
	
}
.s-form input[type=text],.s-form input[type=email], .s-form input[type=password], .s-form input[type=tel],
.s-form select,
.s-form textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 9px 15px;
	width: 100%;
	border: 1px solid #dedede;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.s-form input[type=text]:focus,.s-form input[type=password]:focus,.s-form input[type=tel]:focus,
.s-form select:focus,
.s-form textarea:focus, {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-form textarea {
    overflow: auto;
	height: 60px;
	margin-bottom:20px;
}
.s-form input[type="checkbox"] {
    width: 275px;
    font-family: verdana,sans-serif;
    font-size: 12px;
    color: #a9a9a9;
    border: 1px solid #d3d3d3;
    padding: 1px 4px;
	margin-bottom: 0;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid darkred;
    background-color: rgb(250, 229, 229);
    width: 20px;
    vertical-align: middle;
}

::-webkit-input-placeholder {font-family:inherit, Arial, sans-serif;}
::-moz-placeholder{font-family:inherit, Arial, sans-serif;}
:-ms-input-placeholder{font-family:inherit, Arial, sans-serif;}
input:-moz-placeholder{font-family:inherit, Arial, sans-serif;}
.s-form .btn {
	width:100%;
	background:#4caf50!important;
}
#callbackform h5{
    color: #a8a8a8;
    font-weight: normal;
}
.cukdrivnet-services{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.cukdrivnet-services>div{
	
}
.cukdrivnet-services-box{
	display: inline-block;
    padding: 20px;
    vertical-align: top;
    margin-top: 20px;
}
.cukdrivnet-advantages-box{
	display: inline-block;
    padding: 20px;
    vertical-align: top;
    margin-top: 20px;
}
.cukdrivnet-services-box-image{
	padding-bottom: 65.625%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.cukdrivnet-services-box-description{
	
}
.cukdrivnet-services-box h2, .cukdrivnet-advantages-box h2{
	font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 1rem;
	line-height: 1;
	color: #4caf50;
}
.cukdrivnet-services-box p,.cukdrivnet-advantages-box p,.simple-text p{
	font-size: 16px;
	opacity: .7;
}

.cukdrivnet-services-head{
	margin-bottom:40px;
}
.cukdrivnet-services-head h2,.simple-text h2{
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1;
}
.cukdrivnet-services-head h3{
	font-size: 28px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.2;
}
.cukdrivnet-services-box span, .cukdrivnet-advantages-box span{
    display: block;
    position: relative;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    background: #4caf50;
    border-radius: 50%;
    outline: 1px solid #4caf50;
    outline-offset: 2px;
    margin: 20px auto;}

#cukdrivnet-contacts{
    background: #f7f7f7;
    color: #333;
	padding: 100px 0;
	text-align:center;
}
#cukdrivnet-contacts h2{
	font-size: 2rem;
    font-weight: 500;
    margin-bottom:30px;
    line-height: 1;
	text-align: center;
}
#cukdrivnet-contacts h3{
	font-size: 22px;
    font-weight: 500;
    margin-bottom:60px;
    line-height: 1;
}
#cukdrivnet-contacts p{
	font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.4;
}
#cukdrivnet-contacts img{
    width: auto;
    height: auto;
   margin: 30px 0;
}

.adv{
	color: #b1b1b1;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 30px;
}
#cukdrivnet-covid{
	padding: 1rem;
    background-color: #d11826;
    width: 100%;
    z-index: 115;
}
#cukdrivnet-covid>div{
    position: relative;
    padding: 0 40px;
}
#cukdrivnet-covid span{
	color:#fff;
	font-size:1rem;
	display:inline-block;
	vertical-align:middle;
}
#cukdrivnet-covid>div:before{
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAMAAADTXB33AAAAS1BMVEVHcEz////////////////////////////////////////////////////////////////////////////////////////////////ScsZwAAAAGHRSTlMAIFTgP+sQ827PlAYsavh8YYWpv6UZS6/0GrnjAAAAz0lEQVQoz22Q1xKFIAxEI1IEK7a7//+lN0oRyz6QDBuGsyHKqlal1oo+VBmwzJdXA94D9dvpgT6dd7UD7FEthvZhOaA7age4BwMwh24G7iQLoGmTsiUNLKUjgZGoOXwaAXkDV3xOMAeCKgMwsuAizgEuV4AELuJ4ESCB79G6AmRwGR4XAU7wm5UCBPDQqfhFDFDnCz1OiewMMAXwUyJn5QATk9rnikMAS8UjX2xWYGDL5610mq6xgX7A2gT1co9dswI/2hQ+pTZGdta8ZJ2mPwwcECu2k1BSAAAAAElFTkSuQmCC);
	vertical-align:middle;
    position: absolute;
    left: 0;
    top: calc(50% - 13px);
}
#cukdrivnet-covid>div:after{
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaAQMAAACThN6NAAAABlBMVEVHcEz///+flKJDAAAAAXRSTlMAQObYZgAAAFRJREFUCNc9jbENgDAMBA9R0DFBxBzpWCkSC2S0jBI24XMFkm3p7fM/AwaTbdDYO5UDCiepQkQl60aACbzBeXrGneb6h9LDQoR900ArTbU3yMgV/gFMjhTXmry2bgAAAABJRU5ErkJggg==);
	vertical-align:middle;
    position: absolute;
    right: 0;
    top: calc(50% - 13px);
	cursor:pointer;
}
input[type=email], input[type=number], input[type=tel], input[type=text] ,textarea{
    font-size: 1.4em;
    border-radius: 6px;
    padding: 4px;
    color: #000;
    width: 100%;
    height: 38px;
	padding-left: 10px;
}
.input-wrapper{
	margin-bottom:5px;
}
input,select,textarea{

    margin-bottom: 5px;
    width: 100%;
/*   
   -webkit-box-shadow: rgba(23,168,220,.2) 0 0 0 2px;
    box-shadow: rgba(23,168,220,.2) 0 0 0 2px;
*/
    padding: 0 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    color: #444;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	height: 38px;
}
input.text{
    height: 38px;
}
input.large{
    height: 80px;
    font-size: 38px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a7a7a7}input::-moz-placeholder,textarea::-moz-placeholder{color:#a7a7a7}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a7a7a7}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a7a7a7}input::placeholder,textarea::placeholder{color:#a7a7a7}
textarea {
	height:auto;
}
@media screen and (min-width:320px){
	.cukdrivnet-head{
		font-size:16px;
	}
}
@media screen and (min-width:641px){
	.cukdrivnet-head{
		padding: 0 15px;
	}


	#cukdrivnet-nllist.cukdrivnet-shoit {
		display:none;
	}

	.cukdrivnet-services-box{
		max-width: 660px;
		width:100%;
		text-align: left;
	}


}
@media screen and (min-width:767px){
	.cukdrivnet-quote-box{
		width: 60%;
		margin: 0 auto;
	}
	.cukdrivnet-quote-list>li>label{
		float: left;
		width: 29%;
		padding-right: 16px;
		margin-bottom: 16px;
	}
	.cukdrivnet-quote-list>li>div{
		width: 70%;
		margin-left: 29%;
	}
	.cukdrivnet-quote-list .cukdrivnet_checkbox{
		width: calc(70% + 16px);
	}

	#cukdrivnet-covid span {
    	font-size: 1.2rem;
	}
	#callbackform{
		margin-top:0;
	}
	.cukdrivnet-responsive-wrapper{
	}
	.cukdrivnet-head{
		height: 75px;
	}
	.cukdrivnet-head #cukdrivnet-h-logo{
		position: absolute;
		/*left: 2%;*/
		top: 6px;
		margin-left:0;
	}
	.cukdrivnet-head .cukdrivnet-nl{
		width:75%;
	}
	#cukdrivnet-nllist {
		position: static;
		right: 0;
		flex: 1;
		width: auto;
		max-width: 100%;
		height: auto;
		padding: 0;
		padding-right: 2rem;
		box-shadow:none;
		-webkit-box-shadow:none;
	}
	#cukdrivnet-nllist.cukdrivnet-shoit {
		top:  0;
		box-shadow:none;
		-webkit-box-shadow:none;
	}
	#cukdrivnet-nllist.cukdrivnet-shoit li{
		display: inline-block!important;
		text-align: center;
		font-size: inherit;
		padding: 0;
	}

	#cukdrivnet-home-wrap>div>div{
		float:left;
		width:66%;
		/*padding:20px 0;*/
		padding-right:20px;
	} 
	#cukdrivnet-home-wrap>div>div+div{
		width:34%;
		padding:0;
	}
	#cukdrivnet-home-wrap ul{
	padding-left:50px;
}
	.col-left,.col-right{
		float:left;
	}
	.col-left-strict{
		float:left;
	}
	.col-right-strict{
		float:right;
	}
	.col-left,.col-left-strict{
		padding-right:15px;
	}
	.col-right,.col-right-strict{
		padding-left:15px;
	}
	.w-80{
		width:80%;
	}
	.w-70{
		width:70%;
	}
	.w-60{
		width:60%;
	}
	.w-50{
		width:50%;
	}
	.w-40{
		width:40%;
	}
	.w-30{
		width:30%;
	}
	.w-20{
		width:20%;
	}

	.cukdrivnet-foot{
	}

	#cukdrivnet-home-wrap{
		min-height: 400px;
		padding:45px 0;
	}
	.hero-inner h3{
		font-size: 24px;
	}
	#cukdrivnet-menu{
		display:none;
	}
	#cukdrivnet-dllist{
		display:inline-block;
	}
	#cukdrivnet-contacts{
		text-align:left;
	}
	.adv{
		font-size: 16px;
		padding: 30px;
	}
}

@media screen and (min-width:992px){
	.cukdrivnet-responsive-wrapper{
		width: 970px;
	}
	#cukdrivnet-dllist ul li a{
		font-size: 16px;
		font-weight: 500;
	}
	#cukdrivnet-home-wrap{

	}

	.cukdrivnet-services-box{
		text-align: left;
		margin-top: 0;
		width: calc(33.33% - 5px);
	}
	.cukdrivnet-advantages-box{
		text-align: left;
		margin-top: 0;
		width: calc(25% - 5px);
	}

	.hero-img{
		top: -120px;
		margin-bottom: -100px;
	}
	#hero-box{
		margin-top: 120px;
	}
}

@media screen and (min-width:1200px){
	.cukdrivnet-responsive-wrapper{
		width: 1170px;
	}
	#cukdrivnet-home-wrap{
	}
}

.cukdrivnet-head1{
    border-bottom: 1px solid #eee;
}
#cukdrivnet-dllist ul li a {
    text-transform: none;
}
#head-contacts{
	font-size:12px;
	margin-top: 3px;
	text-align: right;
}

#head-contacts p{
	line-height:1.2;
}
.cukdrivnet-head {
    height: auto;
}
#head-phone-number:before{
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAXVBMVEVHcEzn5+fg4ODm5uZ9fX0pKSkYGBiampqvr68ICAgzMzPV1dUgICA8PDxHR0ctLS1paWkODg5PT0/d3d2mpqZnZ2e+vr7AwMAZGRk+Pj51dXWCgoIAAACPj48AAAAzZt4jAAAAHnRSTlMABhcKf9fjYUnzxibfw7fQke+pIVeXQDrovIh3/W4drZYFAAAAeklEQVQI10WNVxKEMAxDlZgUSCiB7UX3PyYOWWbfh2yNLRtozP7bmrgY1bR8stV6I2cDo+1AlZ5kFillw9ADrAi2lQl86wpdqjcm4kUEcjxOSrayAp7s2o/6AXfNhtMoHevcPpw0f1U/asbZ/7wy/fajO+wFJ+FZfAR2NikIEFTkEtYAAAAASUVORK5CYII=);
	vertical-align: middle;
    margin-right: 5px;
}
#work-time{
	margin-right: 3px;
}
#work-time:before{
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAS1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3i/cDAAAAGHRSTlMALuJB2IpNxwTufWUHlDhzn1JJvyIbEWq6kOOcAAAAjklEQVQY002OVxLEIAxDsTEttIQ03/+ka8im6AOhN7ZHSnV5Xav26pEmZ4wj/eSwwHlCC3+S0GYWGYtpAOsiD0VnB5gIJVFgpGkAmS/blhIw5wFm5r37zjxfK8zQXSauFW/X2D2u9u6m8VDqQP1WNdQaGfWRkV6fCDlIk7nc0WEtIZSKDi6wyHGQv1/k+QHBGQanI3NffQAAAABJRU5ErkJggg==);
	vertical-align: middle;
    margin-right: 3px;
	margin-left: 3px;
}
#head-email:before{
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAMAAAD6xte7AAAAS1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3i/cDAAAAGHRSTlMARuHpOPBZITDcltiDP3v3S+PLZ3FPE7bxcQoPAAAAi0lEQVQY002OWRLEIAgFn0YluMQlG/c/6TiZMk5X8UFDwUPioJcJB1YI4klNyAuDXTsw2dvZsJCR7VWHFDBsQZGx6cRhrbAKULK/Cqt+HFzuDU77HQ2H2DeUePy5pH2NwXOaLvXPe68o5ufKowB6ThiY/pcoz9CbJWgsvt6XGVw3x9oD5xb0ILQs5wd4BwblNoHdUwAAAABJRU5ErkJggg==);
	vertical-align: middle;
    margin-right: 5px;
}
#cukdrivnet-dllist {
    top: -6px;
}
#cukdrivnet-nllist.cukdrivnet-shoit {
    top: 80px;
}
@media screen and (min-width:767px){
	#head-contacts{
		text-align: right;
	}
	.cukdrivnet-head1{
		border-bottom: none;
	}
	#head-contacts{
	font-size:14px;
	}
}
