.st-19.top-fixed .st-top-header .container {
	max-width: 1282px;
}

.st-19.top-fixed .st-top-header .container .l-p-10 {
	padding-left: 10px;
}

.st-19.top-fixed .st-top-header .container .l-p-10 .l-r-padding-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.w-54 {
	width: 54%;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.st-19 .st-top-header {
	background-color: #f1f3f4;
	min-height: 40px;
	padding: 8px;
	max-height: 40px;
}

.st-19 .st-top-header ul {
	font-size: 13px;
}

.st-19 .st-top-header ul li {
padding-right: 70px;
}

.st-19 .st-top-header ul li:hover {}

.st-19 .st-top-header ul li a {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
					box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
		 transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	-o-transition-property: color, background-color;
	transition-property: color, background-color;
	color: #252525;
}

.st-19 .st-top-header ul li a:hover {
	outline: 0 !important;
	text-decoration: none !important;
	color: rgb(21, 158, 240);
	/* color: rgb(21, 158, 240) !important; */
}

.st-19 .st-top-header ul li a:active {
	color: rgb(13, 127, 196);
	/* color: rgb(21, 158, 240) !important; */
}

.top-header-block {
	display: block;
	text-decoration: none;
	outline: 0 !important;
	text-decoration: none !important;
	font-weight: 400;
	color: rgb(37, 37, 37);
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 41px;
}

.top-header-block:hover {
	text-decoration: none;
}

.top-header-block:hover {
	outline: 0 !important;
	text-decoration: none !important;
	color: rgb(21, 158, 240) !important;
}

.mailto {
	-webkit-transition-property: color, background-color, border-color, -webkit-box-shadow, -webkit-transform !important;
	transition-property: color, background-color, border-color, -webkit-box-shadow, -webkit-transform !important;
	-o-transition-property: box-shadow, transform, color, background-color, border-color !important;
	transition-property: box-shadow, transform, color, background-color, border-color !important;
	transition-property: box-shadow, transform, color, background-color, border-color, -webkit-box-shadow, -webkit-transform !important;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
			 -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
					transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.mailto a {
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	color: #252525;
}

.mailto a:hover {
	background-color: rgba(14, 143, 221, 0);
	border-color: rgb(10, 102, 157);
	color: rgb(21, 158, 240);
	text-decoration: none;
}

.top-fixed {
	z-index: 100;
	width: 100%;
}

.st-19 .st-top-header .address-block {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: rgb(90, 69, 28);
	text-transform: uppercase;
	letter-spacing: 0.07pt;
}

.st-19 .st-top-header .address-block i {
	margin-right: 7px;
}

.st-19 .st-top-header .contacts-block {
	padding: 0;
	margin: 0;
	list-style: none;
}

.st-19 .st-top-header .contacts-block li {
	color: rgb(90, 69, 28);
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.07pt;
}

.st-19 .st-top-header .contacts-block li a {
	color: rgb(90, 69, 28);
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.07pt;
}

.st-19 .st-top-header .contacts-block li i {
	margin-right: 5px;
}

.st-19 .st-top-header .contacts-block li a:focus,
.st-19 .st-top-header .contacts-block li a:hover {
	color: rgb(90, 69, 28);
	text-decoration: none;
}

.st-19 .st-top-header .search-block {
	width: 100%;
	display: block;
	padding: 10px;
}

.st-19 .st-top-header .search-btn,
.st-19 .st-top-header .search-btn-inner {
	color: rgb(90, 69, 28);
	width: auto;
	height: 25px;
	font-size: 14px;
	padding: 0 10px 0 0;
	outline: 0;
	border: none;
	background-color: transparent;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.st-19 .st-top-header .search-btn:focus,
.st-19 .st-top-header .search-btn:hover {
	background-color: rgb(90, 69, 28);
	color: #1a1a1a;
}

.st-19 .st-top-header .search-form {
	width: auto;
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 15px;
}

.st-19 .st-top-header .search-form input {
	border: none;
	padding: 1px 0 1px 15px;
	border-radius: 10px 0px 0px 10px;
	color: #000;
	margin: 0;
	outline: medium none;
	text-align: left;
	width: 228px;
	height: 28px;
	background-color: transparent;
	font-size: 13px;
	font-weight: 400;
	position: relative;
	-webkit-box-shadow: none;
					box-shadow: none;
	outline: none;
}

.st-19 .st-top-header .search-form input:-ms-input-placeholder,
.st-19 .st-top-header .search-form input::-moz-placeholder,
.st-19 .st-top-header .search-form input::-ms-input-placeholder,
.st-19 .st-top-header .search-form input::-webkit-input-placeholder,
.st-19 .st-top-header .search-form input:-ms-input-placeholder {
	color: rgb(90, 69, 28);
}

.st-19 .st-top-header .search-form input:-ms-input-placeholder,
.st-19 .st-top-header .search-form input::-moz-placeholder,
.st-19 .st-top-header .search-form input::-ms-input-placeholder,
.st-19 .st-top-header .search-form input::-webkit-input-placeholder,
.st-19 .st-top-header .search-form input::-ms-input-placeholder {
	color: rgb(90, 69, 28);
}

.st-19 .st-top-header .search-form input:-ms-input-placeholder,
.st-19 .st-top-header .search-form input::-moz-placeholder,
.st-19 .st-top-header .search-form input::-ms-input-placeholder,
.st-19 .st-top-header .search-form input::-webkit-input-placeholder,
.st-19 .st-top-header .search-form input::placeholder {
	color: rgb(90, 69, 28);
}

.st-19 .st-top-header .search-form input:focus:-moz-placeholder,
.st-19 .st-top-header .search-form input:focus:-ms-input-placeholder,
.st-19 .st-top-header .search-form input:focus::-moz-placeholder,
.st-19 .st-top-header .search-form input:focus::-webkit-input-placeholder,
.st-19 .st-top-header .search-form input:focus::-moz-placeholder {
	color: transparent;
}

.st-19 .st-top-header .search-form input:focus:-moz-placeholder,
.st-19 .st-top-header .search-form input:focus:-ms-input-placeholder,
.st-19 .st-top-header .search-form input:focus::-moz-placeholder,
.st-19 .st-top-header .search-form input:focus::-webkit-input-placeholder,
.st-19 .st-top-header .search-form input:focus::placeholder {
	color: transparent;
}

@media (max-width: 1366px) {
	/* .owl-stage {
width: 1242px !important;
} */
	.st-19.top-fixed .st-top-header .container {
			max-width: 1070px;
	}
	.st-19 .st-top-header ul li {
			padding-right: 0px;
			margin-right: 64px;
	}
	.w-54 {
			width: 100%;
	}
}

@media (max-width: 1199px) {
.w-54 {
		width: 100%;
}
.st-19 .st-form-call .navbar-brand {
	margin-left: -65px;
}
.marginLeft{
	margin-left: -40px!important;
}
}

@media (max-width: 991px) {
	.st-19 .st-top-header .address-block {
			font-size: 20px;
	}
	.st-19 .st-top-header .contacts-block li a {
			font-size: 20px;
	}
	.st-19 .st-top-header .contacts-block li {
			margin-right: 7px;
			margin-left: 7px;
	}
	.top-fixed {
			/* display: none; */
	}
	.st-19 .st-top-header ul li {
		padding-right: 0px;
		margin-right: 55px;
	}

}

@media (max-width: 830px) {


.align-items-center .mobile .number {
	font-size: 16px;
	color: #333;
}

}
@media screen and (max-width: 767px) {
	.st-19 .st-top-header ul li {
		padding-right: 0px;
		margin-right: 40px;
	}
	.st-19 .st-top-header .contacts-block {
			padding: 0;
	}
	.st-19 .st-top-header .contacts-block {
			margin-top: 0;
	}
	.st-19 .st-top-header .contacts-block li {
			margin-right: 3px;
			margin-left: 3px;
	}
	.st-19 .st-top-header .contacts-block li a {
			width: 25px;
			height: 25px;
			text-align: center;
			padding: 2px;
	}
	.st-19 .st-top-header .contacts-block li a i {
			margin-right: 0;
			vertical-align: middle;
			font-size: 16px;
	}
	.st-19 .st-top-header .search-block {
			margin-left: 6px;
	}
	.st-19 .st-top-header .search-form input {
			font-size: 14px;
	}
}


@media (max-width: 690px) {
.st-19 .st-top-header ul li {
	padding-right: 0px;
	margin-right: 30px;
}
}
@media (max-width: 640px) {
.st-19 .st-top-header ul li {
	padding-right: 0px;
	margin-right: 20px;
}
}
@media (max-width: 590px) {
.st-19 .st-top-header ul li {
	padding-right: 0px;
	margin-right: 15px;
}
}
@media (max-width: 580px) {
.d-flex.w-54.l-p-10 {
	display: none !important;
}	
.align-items-center .mobile {
	display: block;
}
}
@media (min-width:320px) and (max-width: 384px) {
.mobile {
	display: block !important;
}.top-fixed {
	display: block!important;
}.d-flex.w-54.l-p-10 {
	display: none !important;
}button.number {
	display: none;
}.number {
	color: rgb(90, 69, 28);
	font-size: 15px;
		width: auto;
	font-weight: 600;
	padding-right: 10px;
	text-align: left;
	float: left;
}.st-19 .st-form-call .navbar {
	padding: 20px 0 0;
	border-bottom: 2px solid rgb(90, 69, 28);
	background: #000;
}
}