input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	background: transparent !important;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #fff;
}

{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;		
}

.uk-offcanvas-bar div.mod-languages a {
	border: 1px solid #333;
}

.uk-offcanvas-bar div.mod-languages .lang-active a, 
.uk-offcanvas-bar div.mod-languages .lang-active a:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

.uk-navbar-transparent div.mod-languages a {
	border: 1px solid;
	padding: 5px;
	width: 40px;
	text-align: center;
	display: inline-block;
}

.uk-navbar-transparent div.mod-languages .lang-active a, 
.uk-navbar-transparent div.mod-languages .lang-active a:hover {
	background-color: #fff;
	color: #333;
	border-color: #fff;
}

.uk-navbar-transparent div.mod-languages a:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
}











div.mod-languages a {
	border: 1px solid #dd2a1b;
	padding: 5px;
	width: 40px;
	text-align: center;
	display: inline-block;
}

div.mod-languages .lang-active a, 
div.mod-languages .lang-active a:hover {
	background-color: #dd2a1b;
	color: #fff;
	border-color: #dd2a1b;
}

div.mod-languages a:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

.uk-logo img {
	max-height: 50px;
}

.home-red-sl {
	color: #dd2a1b;
	padding: 0 5px;
}

.header-src .uk-icon-button {
	width: 44px;
	height: 44px;
}

.uk-navbar-right .uk-navbar-item {
	padding: 15px;
}

.home-about-tit span {
	font-weight: 300;
	font-size: 30px
}

.home-about-tit {
	line-height: 1;
}

.home-sl-btn .uk-button {
	min-width: 210px;
}

.uk-nav .uk-nav-sub a {
	line-height: 1.2;
}

.footer-txt {
	line-height: 1.4;
}

.home-serv-panel {
	line-height: 1.4;
	min-height: 300px;
}

.home-serv-panel .uk-button {
	color: #dd2a1b;
}

.home-serv-panel .uk-button-text::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2214%22%20viewBox%3D%220%200%2022%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%222%22%20d%3D%22M14.4%201l5.8%205.9-5.8%206%22%2F%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23333333%22%20d%3D%22M0%206h18.8v2H0z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.rsform-block-file .uk-button {
/* 	display: none; */
}

.rsform-block-file input[type=text] {
	width: 100%;
}

.rsform-block-file .uk-form-custom {
	width: 100%;
}

.uk-section-primary .uk-form .uk-button-primary {
	background-color: #fff;
	color: #333;
	background-image: none;
}

.uk-section-primary .uk-form .uk-button-primary:hover, 
.uk-section-primary .uk-form .uk-button-primary:focus {
	background-color: #333;
	color: #fff;
	background-image: none;
}

p {
margin: 0 0 15px 0;
}

* + p {
margin-top: 15px;
}

.home-about-tits {
	line-height: 1;
}

.home-about-tit1 {
	color: #dd2a1b;
	font-size: 20px;
	line-height: 1.4;
}

.home-about-tit2 {
	font-size: 44px;
	font-weight: 700;
	padding-left: 10px;
}

.home-about-tit3 {
	font-weight: 300;
	font-size: 30px;	
}

.logo-text {
	text-transform: uppercase;
	font-size: 12px;
	border: 0px solid;
	border-left-width: 3px;
	padding-left: 15px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.3px;
}


/* Notebook HiDPI */
@media (min-width: 1367px) and (max-width: 1590px) {
 
}

/* Notebook MDPI */
@media (min-width: 1140px) and (max-width: 1367px) {
	.uk-navbar-nav>li>a {
		padding: 0 15px;
	}
	.uk-navbar-nav>li.uk-active>a::before {
		left: 15px;
		right: 15px;
	}
	.uk-navbar-nav>li>a::before {
		left: 20px;
		right: calc(102% - 20px);
	}
	.uk-navbar-nav>li:hover>a::before, .uk-navbar-nav>li>a.uk-open::before, .uk-navbar-nav>li>a:focus::before {
		right: 20px;
	}
	#module-101 {
		padding: 0;
	}
	.tm-header .uk-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* До iPads (горизонтального) */
@media only screen and (max-width: 1024px) {
	.uk-logo img {
		max-height: 45px;
	}	  
}

/* iPads (горизотальный) ----------- */
@media only screen and (max-width: 1024px) and (orientation:landscape) {
	.home-about > div {
		padding-bottom: 70px;
		padding-top: 50px;
	}
	.home-serv-panel .el-title {
		line-height: 1.2;
	}
	
	.home-serv-panel .el-content {
		line-height: 1.1;
		font-size: 14px;
	}
	
	.home-serv-panel .uk-button-text::before  {
		background-size: 70%;
	}
	
	.home-serv-panel {
		min-height: 255px;
	}
	
	.home-serv-panel.uk-card-small {
		padding: 25px;
	}
}

/* iPads (вертикальная) ----------- */
@media only screen and (max-width: 768px) and (orientation: portrait) {
	.home-serv-panel {
		min-height: auto;
	}	
}

/* all iPads ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
}

/* iPads Pro ----------- */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {

}

/* Before iPads ----------- */
@media only screen and (max-width: 736px) {
	.uk-logo img {
		max-height: 40px;
	}
	.uk-navbar-item {
		padding: 0 15px;
	}
	.uk-navbar-toggle {
		padding: 0 15px;
	}
	.mob-head-tel-icon {
		margin-right: 10px;
	}
}

/* Before iPads (горизонтальный) ----------- */
@media only screen and (max-width: 736px) and (orientation: landscape) {
	
}

/* Before iPads (вертикальная) ----------- */
@media only screen and (max-width: 736px) and (orientation: portrait) {
	.home-serv-panel {
		min-height: auto;
	}
}