/* ========================================================================*/
/*                 Use this file to add custom CSS easily                  */
/* ========================================================================*/
@font-face {
  font-family: "MullerBlack";
  src: url("../fonts/MullerBlack.ttf");
}
@font-face {
  font-family: "MullerBold";
  src: url("../fonts/MullerBold.ttf");
}
body,
span,
p,
h1,
h2,
h3,
h4,
h5,
pre {
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: normal;
}
.tm-logo img {
	height: 55px;
}
.tm-logo p {
	margin: 0;
}
.tm-navbar {
	-webkit-box-shadow: 0px 26px 83px 23px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 26px 83px 23px rgba(0,0,0,0.05);
	box-shadow: 0px 26px 83px 23px rgba(0,0,0,0.05);
	position: relative;
	z-index: 10;
}
.uk-grid.uk-grid-small a {
    color: #fff;
}
.tm-toolbar {
	height: auto;
	padding: 5px 0;
	/*background: #e1dfe4;
	background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(225, 223, 228, 1));
    background: #598ef1;*/
    background: #efefef;
	color: #fff; /*#626262; */
	-webkit-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.12);
	-moz-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.12);
	box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.12);
}
.tm-toolbar div,
.tm-toolbar span,
.tm-toolbar p,
.tm-toolbar a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.tm-toolbar .fa {
	width: 15px;
	padding-right: 5px;
}
.uk-sticky-placeholder .uk-navbar-nav {
	width: 100%;
}
.top-head-phone {
	font-size: 18px;
}
.top-head-left,
.top-head-right {
	padding: 10px 0;
}
.top-head-right {
	text-align: right;
}
.top-head-middle {
	position: relative;
	text-align: center;
}
.top-head-middle img {
	/* position: absolute;
	top: 4px;
	left: 30%;*/
    margin-top: 10px;
	height: 55px;
}
/*.tm-toolbar .uk-float-left,
.tm-toolbar .uk-float-left .uk-panel {
	width: 100%;
	margin: 0;
}*/
.tm-toolbar a {
	color: #626262;
}
.uk-navbar-nav > li > a {
	height: 40px;
	padding: 0 0;
	line-height: 70px;
	color: rgba(98, 98, 98, 0.9);
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: normal;
}
.uk-navbar-nav > li > a::after {
	background: #95403a;
}
.tm-block-top-a {
	position: relative;
	margin-bottom: 40px;
}
.no-bg {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	z-index: 100;
}
.video {
	margin-top: 0 !important;
}
.new-head {
	margin-left: 0;
}
.new-contacts {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	padding-left: 0;
	margin-left: 0;
}
.new-contacts a {
	color: #003D5E;
	line-height: 18px;
}
.new-contacts .phone {
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
}
.new-contacts .phone a {
	font-size: 28px;
	line-height: 40px;
	color: #e1dfe4;
}
.new-contacts .email {
	line-height: 60px;
}
.tm-block-top-b .uk-h1 {
    color: #000;
	font-weight: 900;
	padding: 40px 0
}
.programm .uk-panel-box {
	padding: 30px;
	background: #f9f9f9;
	color: #000;
	border-radius: 0;
	background-image: none;
	box-shadow: none;
	border: 1px solid #ccc;
}
.programm .uk-panel::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0; 
	height: 0;
	border-top: 50px solid #ccc;
	border-left: 50px solid transparent;
}
.txt-all {
	min-height: 430px;
}
.duration {
	min-height: 160px;
}
.list-style {
	display: block;
	padding-left: 20px;
}
.list-style li {
	display: block;
	position: relative;
	list-style: none;
	font-size: 15px;
	line-height: 23px;
	color: #000;
	padding-bottom: 10px;
}
.list-style li:before {
	position: absolute;
	top: 0;
	left: -20px;
	content: "\f054";
	font-family: FontAwesome;
	color: #e1dfe4;
	font-size: 20px;
}
.no-style li {
	line-height: 14px;
}
.no-style li:before {
	position: absolute;
	top: 0;
	left: -20px;
	content: "\f111";
	font-family: FontAwesome;
	color: #e1dfe4;
	font-size: 10px;
}
.no-style li {
	line-height: 14px;
}
.top-grey {
	color: #999;
	text-transform: uppercase;
}
.top-red {
	margin: 10px 0 0 0;
	color: #e1dfe4;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: normal;
	min-height: 64px;
}
.top-red-small {
	margin-top: 0;
	color: #b41827;
	text-transform: uppercase;
	letter-spacing: normal;
}
.programm p {
	margin: 0;
	color: #000;
}
.small-grey {
	color: #999 !important;
	margin: 10px 0 0 0 !important;
}
.programm .uk-button {
	-webkit-appearance: none;
	display: block;
	position: relative;
	width: 100%;
	margin: 35px 0 0 0;
	padding: 0 25px;
	color: #fff;
	box-sizing: border-box;
	background: #e1dfe4;
	line-height: 43px;
	min-height: 43px;
	text-decoration: none;
	text-align: left;
	border-radius: 0;
	box-shadow: none;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: normal;
	-webkit-transition: color 0.15s ease, background 0.15s ease;
	transition: color 0.15s ease, background 0.15s ease;
}
.programm .uk-button:after {
	position: absolute;
	top: 0;
	right: 20px;
	content: "\f054";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
}
.tm-block-top-c {
	background: #fff url(../images/programm_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	padding-top: 60px !important;
}
.tm-block-top-c .uk-h1 {
    color: #fff;
	font-weight: 900;
	padding: 40px 0
}
.prgrm .uk-panel-title {
	display: block;
	min-height: 90px;
	height: 90px;
	font-size: 20px;
	font-weight: bolder;
	padding: 70px 0 0 0;
	margin-bottom: 0;
	color: #fff;
}
.prgrm .uk-margin {
	color: #fff;
	min-height: 125px;
	margin-top: 0;
}
.tm-top-c .home-grid-one .uk-panel {
	padding-left: 10px;
	border-left: 1px solid #fff;
	position: relative;
}
.prg-txt {
	margin-bottom: 10px;
}
/*.tm-top-c .home-grid-one .uk-panel:before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 0; 
	height: 0; 
	border-width: 50px 30px 20px;
	border-style: solid;
	border-color: #E95557 transparent #E95557;
}*/
.prgrm .ribbon{
	position: absolute;
	top: 0%; 
	left: 0%;
	width: 40px;
	height: 30px;
	background: #fff;
	color: #eee;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}
.prgrm .ribbon:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0%; 
	left: 100%;
	border-top: 15px solid #fff;
	border-right: 15px solid transparent;
}

.prgrm .ribbon:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0%; 
	left: 100%;
	border-bottom: 15px solid #fff;
	border-right: 15px solid transparent;
}
.couching .uk-panel-title {
	margin: 10px 0 0 0;
	color: #e1dfe4;
	font-size: 26px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 32px;
	min-height: 64px;
}
.tm-block-top-d .uk-h1 {
	font-size: 42px;
	line-height: 64px;
	color: #000;
	font-weight: 900;
	text-align: center;
}
.midi-gray {
	font-size: 28px;
	color: #999;
	text-align: center;
	line-height: 34px;
	letter-spacing: normal;
}
.home-education .uk-grid {
	background: linear-gradient(to top, #762c2a, #ab3e37);
}
.home-education h2 {
	font-weight: 900;
	color: #fff;
	text-align: center;
	margin: 0;
}
.education-txt {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.two-flag {
	font-size: 44px;
	font-weight: bold;
	line-height: 40px;
	height: 48px;
	width: 85px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	text-align: center;
}
.two-flag .ribbon{
	position: absolute;
	top: 17px; 
	left: 60px;
	width: 18px;
	height: 12px;
	background: #fff;
	color: #eee;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
}
.two-flag .ribbon:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0%; 
	left: 100%;
	border-top: 6px solid #fff;
	border-right: 6px solid transparent;
}

.two-flag .ribbon:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0%; 
	left: 100%;
	border-bottom: 6px solid #fff;
	border-right: 6px solid transparent;
}
.two-flag .ribbon-l{
	position: absolute;
	top: 17px; 
	left: 6px;
	width: 18px;
	height: 12px;
	background: #fff;
	color: #eee;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
}
.two-flag .ribbon-l:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0%; 
	right: 100%;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
}

.two-flag .ribbon-l:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 100%;
	bottom: 0; 
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.call-all {
	height: 75px;
	margin: 0 !important;
	background: #ab3e37;
	color: #fff;
}
.call-manager-left,
.call-manager-right {
	font-size: 20px;
	line-height: 70px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.call-manager-left {
	text-align: right;
	padding-right: 35px;
}
.tm-top-d {
	background: #f5f5f5;
}
.prepod .uk-width-medium-1-2 {
	padding-left: 0;
}
.prepod h2 {
	color: #000;
}
.prepod .prep-txt {
	font-weight: bold;
	color: #000;
}
.prepod .uk-button {
	-webkit-appearance: none;
	display: block;
	position: relative;
	margin: 35px 0 0 0;
	padding: 0 25px;
	color: #626262;
	box-sizing: border-box;
	border: 1px solid #626262;
	background: #f5f5f5;
	line-height: 43px;
	min-height: 43px;
	text-decoration: none;
	text-align: left;
	border-radius: 0;
	box-shadow: none;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: normal;
	-webkit-transition: color 0.15s ease, background 0.15s ease;
	transition: color 0.15s ease, background 0.15s ease;
}
.prepod .uk-button:after {
	position: absolute;
	top: 0;
	right: 20px;
	content: "\f054";
	font-family: FontAwesome;
	color: #626262;
	font-size: 20px;
}
.prepod .uk-button:hover {
	background: #e1dfe4;
	border: 1px solid #e1dfe4;
	color: #f5f5f5;
}
.prepod .uk-button:hover:after {
	color: #fff;
}
.counter {
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
	padding-bottom: 10px;
}
.counter .uk-width-1-5 {
	padding-left: 0;
}
.animate-top,
.animate-top-up {
	display: flex;
	justify-content: center;
	font-weight: bold;
	color: #626262;
}
.animate-top-up {
	text-transform: uppercase;
}
.counter-value {
	padding: 0 10px;
}
.animate-bottom {
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-top: 15px;
}
.tm-block-bottom-c {
	background: url(../images/rezult-bg.jpg) 0 50% no-repeat;
	background-size: cover;
}
.mh {
	width: 60%;
	margin: 0 auto;
}
.mh .uk-panel {
	text-align: center;
}
.tm-block-bottom-c .uk-panel-title {
	font-size: 48px;
	line-height: 64px;
	color: #fff;
	font-weight: 900;
	padding: 150px 0 40px 0;
}
.mh-txt {
	font-size: 18px;
	color: #fff;
	padding: 20px 0 150px 0;
}
.partner-all {
	padding: 100px 0;
}
.partner-all .partner-head {
	font-size: 26px;
	line-height: 64px;
	color: #626262;
	font-weight: 900;
}
.partner-all .partner-left {
	border-right: 1px solid #999;
}
.partner-txt {
	font-size: 18px;
	color: #000;
	padding-right: 15px;
}
.comment {
	margin-top: 60px !important;
}
.comment .uk-h1,
.partners .uk-h1 {
	font-size: 48px;
	color: #e1dfe4;
	font-weight: 900;
	padding: 0 0 40px 0;
}
.reviews-all {
	position: relative;
}
.reviews-txt h3 {
	font-size: 24px;
	color: #000;
	font-weight: 900;
}
.reviews-txt h4 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-bottom: 35px;
}
.reviews-txt p {
	font-size: 16px;
	color: #000;
}
.new-comment h3 {
	font-size: 24px;
	color: #000;
	font-weight: 900;
}
.new-comment h4 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.new-comment p {
	margin-bottom: 5px;
	line-height: 19px;
}
/*.uk-slidenav-position .uk-slidenav-previous {
	position: absolute;
	left: -40px;
	height: 100px;
	width: 40px;
	background: rgba(238, 238, 238, 1);
	line-height: 100px;
	color: #e1dfe4;
}
.uk-slidenav-position .uk-slidenav-next {
	position: absolute;
	right: -40px;
	height: 100px;
	width: 40px;
	background: rgba(238, 238, 238, 1);
	line-height: 100px;
	color: #e1dfe4;
}*/
.partners {
	padding: 40px 60px;
}
.prtnrs-top {
	margin-left: 0;
	margin-top: 0;
	padding: 15px 0;
	border-top: 1px solid #e1dfe4;
}
.prtnrs-bottom {
	margin-left: 0;
	margin-top: 0 !important;
	padding: 15px 0;
	border-bottom: 1px solid #e1dfe4;
}
.tm-block-bottom-d {
	padding-bottom: 0 !important;
}
.tm-block-bottom-d .contacts-all {
	width: 100%;
	overflow: hidden;
}
.contacts-block-left {
	background: #f2f2f2;
}
.contacts-block-right {
	padding-left: 0;
}
.contacts-txt {
	padding: 20px;
}
.contacts-txt p {
	padding: 0;
    margin: 0;
}
.contacts-block-left h2 {
	padding: 20px 20px 0 20px;
	color: #626262;
}
.contacts-block-left .fa {
	width: 28px;
	margin-bottom: 10px;
	text-align: center;
	padding-right: 15px;
	font-size: 28px;
	color: #626262;
}
.contacts-block-left .fa-clock-o {
	margin-bottom: 40px;
}
.contacts {
	padding-top: 40px;
}
.contacts-txt-top {
	padding: 40px;
}
.contacts-txt-top .fa {
	width: 14px;
	height: 14px;
	font-size: 16px;
	color: #e1dfe4;
	padding-right: 15px;
	text-align: center;
}
.socset {
	margin-top: 15px;
}
.socset .fa {
	font-size: 22px;
	line-height: 22px;
	width: 22px;
	height: 22px;
}
.contacts-txt-top h2 {
	font-size: 26px;
	font-weight: bold;
	color: #e1dfe4;
}
.contacts-txt-bottom img {
	width: 100%;
}
.contacts-map {
	padding-left: 0 !important;
}
.tm-footer {
	/*background: #e1dfe4;*/
	background: #083C5F;
	padding-top: 0;
	padding-bottom: 10px;
}
.tm-footer-left .uk-panel {
	margin-top: 0 !important;
}
.footer-right {
	color: #fff;
}
.footer-logo-right {
	box-sizing: border-box;
	text-align: center;
}
.footer-logo-right img {
	height: 60px;
}
.footer-outside-left .footer-right {
	padding-top: 18px;
	box-sizing: border-box;
}
.footer-phone {
	padding-top: 15px;
	box-sizing: border-box;
}
.footer-outside-left .footer-right a {
	color: #850d23;
}
.footer-soc-media {
	display: flex;
	justify-content: flex-start;
	align-content: center;
}
.footer-soc-media .fa {
	width: 30px !important;
	font-size: 30px;
	margin-left: 10px;
	margin-right: 0 !important;
}
.fa-rutube-play {
	width: 21px;
	height: 21px;
	margin: 5px 0 0 7px;
	background: url(../images/rutube-ico-min.png);
	background-size: contain;
}
.footer-outside-right .footer-left,
.footer-outside-left .footer-logo-left {
	text-align: center;
}
.footer-outside-right .footer-right,
.footer-outside-left .footer-left {
	margin: 10px 0;
}
/*@media (min-width: 768px) {
	.tm-footer-left,
	.tm-footer-right {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.tm-footer-left .uk-panel img {
		margin-top: 10px;
		height: 70px;
	}
}*/
.uk-block-secondary .tm-totop-scroller {
	position: absolute;
	top: 50px;
	right: -20px;
	color: #fff;
}
/*.tm-footer-left .uk-panel .bottom {
	margin: 12px 0 0 300px;
}
.logo-all {
	display: flex;
	justify-content: space-between;
}
/********modal*********/
.uk-modal-dialog {
	width: 800px;
	border-radius: 26px;
	padding: 0;
}
.modal-form-top,
.modal-form-top .convertforms {
	border-radius: 26px;
}
.modal-form-top .convertforms,
.modal-form-top .convertforms form {
	padding: 0;
}
.modal-form-top .convertforms .first-head,
.modal-form-top .convertforms .second-head {
	padding: 0;
}
.modal-form-top .convertforms .cf-control-group {
	padding-left: 0;
	padding-right: 0;
}
.modal-form-top .convertforms .first-head h2 {
	margin: 0;
	font-family: Inter !important;
	font-size: 20px !important;
	font-weight: 800;
	line-height: 33.77px !important;
	letter-spacing: 0.04em !important;
	color: #083C5F;
	text-transform: none;
}
.modal-form-top .convertforms .second-head h3 {
	font-family: Inter !important;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 16.94px !important;
	color: #252525;
	text-transform: none;
	border-bottom: none;
}
.modal-form-top .full-name,
.modal-form-top .phone-number,
.modal-form-top .email-address {
	display: flex;
	justify-content: flex-start;
}
.modal-form-top .full-name .cf-control-label,
.modal-form-top .phone-number .cf-control-label,
.modal-form-top .email-address .cf-control-label {
	width: 30%;
}
.modal-form-top .full-name .cf-control-input,
.modal-form-top .phone-number .cf-control-input,
.modal-form-top .email-address .cf-control-input {
	width: 70%;
}
.modal-form-top .cf-control-label {
	font-family: Inter !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: 16.94px !important;
}
.modal-form-top .privacy-policy .cf-control-label {
	display: none;
}
.modal-form-top .privacy-policy .cf-control-input .cf-label {
	font-size: 12px !important;
}
.modal-form-top .privacy-policy .cf-control-input .cf-label a {
	font-weight: bold;
}
.modal-form-top .privacy-policy .cf-control-input .cf-label a:hover {
	text-decoration: underline;
}
.modal-form-top .send-message .cf-btn {
	width: 131px;
	height: 41px;
	border-radius: 6px !important;
	background: #083C5F !important;
	font-family: Inter;
	font-size: 14px !important;
	font-weight: 300;
	text-align: center;
	line-height: 6px;
}
.modal-form-top .convertforms .cf-form-wrap {
	padding: 0;
}
.modal-form-top .convertforms .cf-fields {
	padding: 40px 0 40px 40px;
}
.modal-form-top .send-message .cf-btn-text {
	color: #fff !important;
}
.modal-form-top .cf-response {
	padding: 0;
	border-radius: 26px;
	background: #083C5F !important;
}
.modal-form-top .cf-response .modal-bg {
	height: 100%;
	padding: 120px;
	background: url(../images/modal-bg.png) bottom left no-repeat;
}
.modal-form-top .cf-response h2 {
	font-family: Inter;
	font-size: 20px;
	font-weight: 800;
	line-height: 23.77px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
}
.uk-modal-close {
	width: 35px;
	height: 35px;
	margin: 30px 30px 0 0 !important;
	opacity: 1;
	background: url(../images/group-68.png) 0 0 no-repeat;
	background-size: cover;
}
.uk-close::after {
	display: none !important;
	content: "\e901";
	font-family: 'Luna';
}
.uk-modal-dialog h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #bfbfbf;
}
.txt-bottom div:nth-child(2) {
	color: #003d5e;
	font-weight: bold;
}
.txt-bottom div:last-child {
	padding-left: 30px;
	background: url(../images/ellipse-53.png) 0 0 no-repeat;
	background-size: contain;
}
.txt-top {
	padding-bottom: 40px;
}
/****end modal*****/
.formResponsive h2 {
	font-size: 20px;
	line-height: 22px;
	color: rgba(180, 24, 39, 1);
	text-align: center;
}
.new-bottom {
	padding-bottom: 20px;
}
.modal-form-top h2 {
	color: #003D5E;
	font-weight: bold;
}
.modal-form-top .rsform-block {
	margin-bottom: 5px !important;
	display: flex;
	justify-content: flex-start;
}
.modal-form-top .formControlLabel {
	padding-top: 0 !important;
	width: 30% !important;
	color: #626262;
	line-height: 26px;
	text-align: left;
}
.modal-form-top .controls {
	width: 70%;
	padding: 0 10px;
	margin-left: 0;
	box-sizing: border-box;
}
.modal-form-top .rsform-block-txt {
	flex-direction: column;
}
.modal-form-top .rsform-block-txt .controls {
	width: 100%;
	padding: 0;
}
.modal-form-top .rsform-block-txt .controls textarea {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #A1CCE3;
	border-radius: 5px;
}
.modal-form-top .control-group .controls input {
	width: 100%;
	min-height: 30px !important;
	box-sizing: border-box;
	border: 1px solid #A1CCE3;
	border-radius: 5px;
}
.rsform-block-perss {
	flex-direction: row-reverse;
}
.modal-form-top .rsform-block-perss .controls input {
	width: 20px;
	height: 20px;
	min-height: 20px !important;
	margin: 0;
	border: 1px solid #A1CCE3;
	border-radius: 5px;
}
.modal-form-top .rsform-block-perss .checkbox {
	height: 20px;
	min-height: 20px;
	padding: 0;
}
.modal-form-top .rsform-block-perss .controls {
	width: 10% !important;
}
.modal-form-top .rsform-block-perss .formControlLabel {
	width: 90% !important;
}
.modal-form-top .rsform-block-btn .controls {
	text-align: right;
	padding: 0;
}
.modal-form-top .rsform-submit-button {
	width: 180px;
	height: 40px;
	line-height: 20px;
	text-align: left;
	background: url(../images/group-42.png) 0 0 no-repeat;
	background-size: contain;
	color: #fff !important;
	border-radius: 0;
}
.modal-form-top .rsform-submit-button:hover {
	border: none !important;
	box-shadow: none !important;
	transition: none !important;
	background: url(../images/group-42.png) 0 0 no-repeat;
}
#rsform_28_page_0 .formControls {
	width: 50% !important;
	margin-left: 10px !important;
}
.rsform-input-box {
	margin-bottom: 0 !important;
}
.rsform-block-pers .formControlLabel,
.rsform-block-pers .formDescription {
	font-size: 11px !important;
	line-height: 12px !important;
}
.rsform-block-pers .formDescription {
	color: #000 !important;
}
.rsform-block-pers .formBody {
	display: flex !important;
	justify-content: flex-start;
}
.rsform-block-pers .formDescription {
	margin-top: 0 !important;
}
.rsform-block-list .rsform-select-box {
    width: 210px;
    height: 18px;
    border-radius: 3px;
}
.rsform-block-button #button.rsform-submit-button,
.rsform-block-button #button.rsform-submit-button:hover {
    border: 1px solid rgba(180, 24, 39, 1) !important;
    color: rgba(180, 24, 39, 1) !important;
    text-shadow: none;
}
.tm-footer-right p {
	display: none;
}
.tm-footer-right .uk-panel + .uk-panel {
	margin-top: 0 !important;
}
/********hover-menu*********/
.no-margin {
	height: 80px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin-top: 0 !important;
}
.hover-menu {
	display: flex;
	justify-content: center;
}
.hover-menu {
	list-style: none;
}
.hover-menu span {
	line-height: 40px;
	color: rgba(98, 98, 98, 0.9);
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.hover-menu span:hover {
	color: #626262;
}
.hover-menu li {
	margin: 18px 0 0 0;
}
.brdr {
	display: block;
	height: 16px;
	width: 2px;
	background: #626262;
	margin: 32px 10px 0 10px;
}
.hover-menu a, 
.hover-menu a > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
.hover-menu a:before, 
.hover-menu a:after, 
.hover-menu a > span:before, 
.hover-menu a > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.effect-5 {
  display: inline-block;
  overflow: hidden;
}
.effect-5:before, .effect-5:after {
  right: 0;
  bottom: 0;
  background: #626262;
}
.effect-5:before {
  width: 100%;
  height: 2px;
  transform: translateX(-100%);
}
.effect-5:after {
  width: 2px;
  height: 100%;
  transform: translateY(100%);
}
.effect-5 > span {
  display: block;
  padding: 10px;
}
.effect-5 > span:before, .effect-5 > span:after {
  left: 0;
  top: 0;
  background: #626262;
}
.effect-5 > span:before {
  width: 100%;
  height: 2px;
  transform: translateX(100%);
}
.effect-5 > span:after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
}
.effect-5:hover:before, .effect-5:hover:after, .effect-5:hover > span:before, .effect-5:hover > span:after {
  transform: translate(0, 0);
}

.effect-6 {
  display: inline-block;
  overflow: hidden;
}
.effect-6:before, .effect-6:after {
  right: 0;
  bottom: 0;
  background: #626262;
  transition: transform .3s ease;
}
.effect-6:before {
  width: 100%;
  height: 2px;
  transform: translateX(-100%);
  transition-delay: .9s;
}
.effect-6:after {
  width: 2px;
  height: 100%;
  transform: translateY(100%);
  transition-delay: .6s;
}
.effect-6 > span {
  display: block;
  padding: 10px;
}
.effect-6 > span:before, .effect-6 > span:after {
  left: 0;
  top: 0;
  background: #626262;
  transition: transform .3s ease;
}
.effect-6 > span:before {
  width: 100%;
  height: 2px;
  transform: translateX(100%);
  transition-delay: .3s;
}
.effect-6 > span:after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
  transition-delay: 0s;
}
.effect-6:hover:before, .effect-6:hover:after, .effect-6:hover > span:before, .effect-6:hover > span:after {
  transform: translate(0, 0);
}
.effect-6:hover:before {
  transition-delay: 0s;
}
.effect-6:hover:after {
  transition-delay: .3s;
}
.effect-6:hover > span:before {
  transition-delay: .6s;
}
.effect-6:hover > span:after {
  transition-delay: .9s;
}

.effect-7 {
  display: inline-block;
  overflow: hidden;
}
.effect-7:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e1dfe4;
  transform: translateX(-100%);
}
.effect-7:after {
  content: attr(data-content);
  left: 0;
  top: 0;
  width: 0;
  margin: 12px;
  color: #e1dfe4;
  white-space: nowrap;
  overflow: hidden;
  transition: width .5s ease;
}
.effect-7 > span {
  display: block;
  margin: 2px;
  padding: 10px;
  background: #e1dfe4;
}
.effect-7:hover:before {
  transform: translateX(0);
}
.effect-7:hover:after {
  width: calc(100% - 24px);
}

.effect-8 {
  display: inline-block;
  overflow: hidden;
}
.effect-8:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e1dfe4;
  transform: translateY(-100%);
}
.effect-8:after {
  content: attr(data-content);
  top: 0;
  left: 0;
  height: 0;
  margin: 12px;
  color: #e1dfe4;
  white-space: nowrap;
  overflow: hidden;
  transition: height .5s ease;
}
.effect-8 > span {
  display: block;
  margin: 2px;
  padding: 10px;
  background: #0BAAD4;
}
.effect-8:hover:before {
  transform: translateY(0);
}
.effect-8:hover:after {
  height: calc(100% - 24px);
}
/********end hover-menu*********/
.infograf-bg {
	background: url(../images/info-bg.jpg) 0 0 no-repeat;
	background-size: cover;
}
.infograff-01 {
	background: rgba(133, 13, 35, 0.7);
	margin: 0 auto;
	padding: 40px;
}
.info-number {
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	text-align: center;
	height: 40px;
	width: 140px;
	margin: 30px 0 30px 40px;
	line-height: 36px;
	font-size: 28px;
	font-weight: bold;
	border-radius: 20px;
}
.info-img {
	position: relative;
}
.info-txt {
	position: absolute;
	top: 65%;
	left: 0;
	width: 93%;
	max-width: 235px;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.info-head {
	margin-top: 20px;
}
.info-head:first-child {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 500;
}
.uk-article p,
.uk-article li {
	font-size: 16px;
    font-weight: 500;
	line-height: 22px;
	color: #000;
}
.vakansii-sw .uk-tab li a {
    font-size: 14px;
	color: #000;
}
.red-color {
	color: #e1dfe4;
}
.infograff-02 .uk-panel-box {
	background: #fff;
	color: #e1dfe4;
	border: 1px solid #e1dfe4;
}
.infograff-02 {
	margin: 30px 0 10px 0;
}
/************beautiful listings*************/
.square {
  margin: 0;
  counter-reset: li;
  list-style: none;
  background:#f7f7f7;
  padding: 10px;
}
.square li {
  position: relative;
  margin: 0 0 10px 2em;
  padding: 4px 8px;
  border-top: 1px solid #b41827;
  transition: .3s linear;
}
.square li:last-child {margin-bottom: 0;}
.square li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -1px;
  left: -2em;
  width: 2em;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 4px;
  border: 1px solid #b41827;
  /*border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;*/
  background: #f7f7f7;
  color: #b41827;
  font-weight: bold;
  text-align: center;
  transition: .3s linear;
}
.square li:hover {border-top: 1px solid #b41827;}
.square li:hover:before {
  border: 1px solid #b41827;
  background: #b41827;
  color: #fff;
}
.rectangle {
	counter-reset: li; 
	list-style: none; 
	padding: 0;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rectangle a {
	position: relative;
	display: block;
	padding: .3em .3em .3em .8em;
	margin: .5em 0 .5em 2.5em;
	background: #edf2f4;
	color: #353535;
	text-decoration: none;
	transition: all .3s ease-out;
}
.rectangle li:nth-child(2n) a {
	background: #f9fafc;
}
.rectangle a:hover {
	background: #DCDDE1 !important;
}       
.rectangle a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #b41827;
	color: #fff;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}
.rectangle a:after {
	position: absolute;
	content: "";
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	transition: all .3s ease-out;
}
.rectangle a:hover:after {
	left: -.5em;
	border-left-color: #b41827;
}
.push {
	list-style: none;
}
.push li {
	position: relative;
	padding: 5px 0 5px 20px;
	cursor: pointer;
}
.push li:before {
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #4F5151;
	content: "";
	left: 0;
	transition: .3s ease-in-out;
	top: 15px;
}
.push li:after {
	position: absolute;
	border-left: 1px dotted #4F5151;
	width: 1px;
	bottom: -12px;
	content: "";
	left: 3px;
	top: 25px;
}
.push li:hover:before{box-shadow: 0 0 0 10px rgba(0,0,0,.2)}
.push li:last-child:after {content: none;}
/*****************end beautiful listings********************/
/*************************hover blocks****************************/
.infograff-05 .info-head {
	margin-bottom: 40px;
}
.post-wrap {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.post-item {
	cursor: pointer;
	border-radius: 6px;
	box-shadow: 0 10px 15px 0 rgba(89, 93, 104, 0.3);
}
.post-item * {
	transition: .3s linear;
}
.item-content {
	background: #fff;
	border: 1px solid #e1dfe4;
    padding: 20px;
	border-radius: 6px;
}
.item-icon {
	margin-bottom: 20px;
}
.item-icon:before {
	content: "";
	font-family: FontAwesome;
	color: rgba(180, 24, 39, 1);
	font-size: 50px;
	line-height: 1;
}
.item-icon.photo:before {
	content: "\f030";
}
.item-icon.video:before {
	content: "\f03d";
}
.item-icon.gift:before {
	content: "\f06b";
}
.item-icon.group:before {
	content: "\f19d";
}
.item-icon.tree:before {
	content: "\f1bb";
}
.item-icon.anchor:before {
	content: "\f13d";
}
.post-item:hover .item-icon,
.post-item:hover .item-body h3,
.post-item:hover .item-body p {
	transform: translateY(-8px);
}
.item-body {
	color: #e1dfe4;
	font-size: 14px;
}
.item-body h3 {
	font-weight: 500;
    margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #626262;
	transition-delay: .05s;
	color: #626262;
}
.item-body p {
	transition-delay: .1s;
	color: #626262;
	min-height: 100px;
}
.item-footer {
	padding-top: 15px;
}
.link {  
	text-decoration: none;	
    display: inline-block; 
	overflow: hidden;	
	position: relative;
	padding-right: 30px;
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #626262;
}
.link:hover {
	color: #b41827;
}
.link:before {    
    content: "";
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	bottom: 0;
    height: .125rem;
	margin: auto;
	background: #626262;
    transform: scaleX(.2);
    transform-origin: left center;
    z-index: 0;
	transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.link span {
	display: inline-block;
    position: relative;
    transform: translateX(-200%);    
    transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.post-item:hover .link span {
    transform: translateX(0%);
}
.post-item:hover .link:before {
	transform-origin: right center;
}
@media (min-width: 768px) {
	.post-item {
		flex-basis: 50%;
		flex-shrink: 0;				
	}
}
@media (min-width: 960px) {
	.post-item {
		flex-basis: 33.333333333%;			
	}
}
/**************************end hover blocks***************************/
.info-header {
	font-family: 'Roboto', sans-serif;
	padding-bottom: 15px;
	color: #e1dfe4;
	border-bottom: 1px solid #e1dfe4;
}
.infograff-03 .uk-grid {
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.infograff-04 {
	margin-top: 60px;
}
.infograff-04 h2 {
	font-family: 'Roboto', sans-serif;
	padding-bottom: 15px;
	color: #e1dfe4;
	border-bottom: 1px solid #e1dfe4;
	text-align: center;
}
.infograff-04 ul {
	padding-left: 0;
}
.infograff-04 li {
	list-style: none;
	padding: 5px 10px;
	font-size: 16px;
	font-weight:500;
}
.red-strong {
	height: 175px;
	display: flex;
	align-content: center;
	align-items: center;
}
.red-strong li {
	width: 100%;
	text-align: center;
	color: #626262;
	font-size: 24px;
	font-weight: 700;
}
/*.infograff-04 li:nth-child(2n) {
	background: #e1dfe4;
	color: #fff;
}*/
.infograff-05 {
    display: none;
	margin: 40px 0 !important;
}
.infograff-05 .uk-button {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	width: 100%;
	-webkit-appearance: none;
	display: block;
	position: relative;
	margin: 35px 0 0 0;
	padding: 0 25px;
	color: #626262;
	box-sizing: border-box;
	border: 1px solid #626262;
	background: #f5f5f5;
	line-height: 43px;
	min-height: 43px;
	text-decoration: none;
	text-align: left;
	border-radius: 0;
	box-shadow: none;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: normal;
	-webkit-transition: color 0.15s ease, background 0.15s ease;
	transition: color 0.15s ease, background 0.15s ease;
}
.infograff-05 .uk-button::after {
	position: absolute;
	top: 0;
	right: 20px;
	content: "\f054";
	font-family: FontAwesome;
	color: #626262;
	font-size: 20px;
}
.infograff-05 .uk-button:hover {
	background: #e1dfe4;
	border: 1px solid #e1dfe4;
	color: #f5f5f5;
}
.infograff-05 .uk-button:hover:after {
	color: #fff;
}
.infograff-05 .new-button .uk-button {
    width: 50%;
    margin: 30px auto;
    border: 1px solid rgba(180, 24, 39, 1);
    color: rgba(180, 24, 39, 1);
}
.red-strong .uk-button {
    padding: 0 35px;
    border: 1px solid rgba(180, 24, 39, 1);
    border-radius: 0;
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
.infograff-05 .new-button .uk-button:after {
    color: rgba(180, 24, 39, 1);
}
/************Gipermarket***************/
.giper-logo {
	display: flex;
	justify-content: flex-start;
}
.giper-logo-img {
	margin-right: 15px;
}
.giper-logo-txt h3 {
	margin-bottom: 0;
	font-family: Inter;
	font-size: 18px;
	font-weight: 800;
	line-height: 30.39px;
	letter-spacing: 0.04em;
	color: #083C5F;
	text-transform: none;
}
.giper-logo-txt p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 23.64px;
}
.tm-search p {
	margin: 0;
}
.top-menu-button a {
	display: block;
	width: 155px;
	height: 46px;
	border-radius: 8px;
	background: #1D5276;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 46px;
	color: #fff;
	text-align: center;
}
.uk-navbar .uk-container .uk-flex-item-1 {
	padding-right: 35px;
}
.uk-flex-item-1 > .uk-navbar-nav {
	display: flex;
	justify-content: flex-end;
}
.uk-container .uk-flex-item-1 .uk-navbar-nav > li > a {
	height: auto;
	padding: 0 0;
	color: #000;
	font-family: Inter;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: normal;
}
/********End Gipermarket***************/
@media (min-width: 1440px) {
	.popup-sub-head {
		font-size: 22px;
		line-height: 22px;
		color: #333;
		text-align: center;
	}
	.popup-head {
		font-size: 20px;
		line-height: 22px;
	}
	.popup-head-left {
		font-size: 20px;
		line-height: 22px;
		font-weight: bold;
		color: #e1dfe4;
	}
	.popup-bottom-four {
		margin-top: 10px;
	}
	.popup-bottom-four p {
		margin: 0;
	}
	.popup-bottom-four span {
		padding: 0 10px;
		color: #333;
		font-weight: bold;
	}
	.popup-bottom-four .strong {
		display: inline-block;
		font-weight: bold;
		font-style: italic;
	}
	.popup-bottom-four span.strong {
		width: 200px;
	}
	.popup-center {
		font-size: 18px;
		line-height: 22px;
	}
	.popup-bottom-one {
		font-size: 26px;
		line-height: 22px;
	}
	.popup-bottom-two {
		font-size: 18px;
		line-height: 22px;
	}
	.popup-bottom-three {
		font-size: 18px;
		line-height: 22px;
	}
	.tm-block-top-b .uk-h1 {
		font-size: 48px;
		line-height: 64px;
	}
	.top-red {
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		line-height: 26px;
		min-height: 64px;
	}
	.top-grey {
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		min-height: 50px;
	}
	.top-red-all {
		min-height: 92px;
	}
	.top-red-small {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.top-grey-small {
		font-family: 'Roboto', sans-serif;
		min-height: 40px;
	}
	.txt-middle {
		min-height: 305px;
	}
	.txt-middle p {
		line-height: 20px;
		margin-bottom: 10px;
	}
	.txt-middle .no-free li {
		line-height: 18px;
	}
	.no-list {
		min-height: 370px;
		margin-top: 10px;
	}
	.duration {
		min-height: 164px;
	}
	.duration p {
		line-height: 18px;
	}
	.programm .uk-button {
		font-size: 15px;
	}
	.tm-block-top-c .uk-h1 {
		font-size: 48px;
		line-height: 64px;
	}
	.tm-top-c {
		margin: 0 60px;
	}
	.tm-top-d {
		margin: 20px 60px;
	}
	.prepod {
		margin: 60px;
	}
	.prepod h2 {
		font-size: 22px;
		line-height: 32px;
	}
	.prepod .prep-txt {
		font-size: 38px;
		line-height: 42px;
		margin: 30px 0 50px 0;
	}
	.prepod .uk-width-medium-1-2 .uk-panel {
		padding: 0 35px;
	}
	.prepod .uk-button {
		width: 60%;
		font-size: 15px;
	}
	.counter {
		margin: 60px !important;
	}
	.animate-top,
	.animate-top-up {
		font-size: 40px;
		line-height: 42px;
	}
	.home-education h2 {
		font-size: 48px;
		line-height: 64px;
	}
	.infograff-01 {
		width: 80%;
	}
	.infograf-bg {
		padding: 120px;
	}
}
@media (max-width: 1439px) and (min-width: 1220px) {
	.popup-sub-head {
		font-size: 22px;
		line-height: 22px;
		color: #333;
		text-align: center;
	}
	.popup-head {
		font-size: 20px;
		line-height: 22px;
	}
	.popup-head-left {
		font-size: 20px;
		line-height: 22px;
		font-weight: bold;
		color: #e1dfe4;
	}
	.popup-bottom-four {
		margin-top: 10px;
	}
	.popup-bottom-four p {
		margin: 0;
	}
	.popup-bottom-four span {
		padding: 0 10px;
		color: #333;
		font-weight: bold;
	}
	.popup-bottom-four .strong {
		display: inline-block;
		font-weight: bold;
		font-style: italic;
	}
	.popup-bottom-four span.strong {
		width: 200px;
	}
	.popup-center {
		font-size: 18px;
		line-height: 22px;
	}
	.popup-bottom-one {
		font-size: 26px;
		line-height: 22px;
	}
	.popup-bottom-two {
		font-size: 18px;
		line-height: 22px;
	}
	.popup-bottom-three {
		font-size: 18px;
		line-height: 22px;
	}
	.top-red {
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		line-height: 26px;
		min-height: 64px;
	}
	.top-grey {
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		min-height: 50px;
	}
	.top-red-all {
		min-height: 92px;
	}
	.top-red-small {
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.top-grey-small {
		font-family: 'Roboto', sans-serif;
		min-height: 40px;
	}
	.txt-middle {
		min-height: 305px;
	}
	.txt-middle p {
		line-height: 20px;
		margin-bottom: 10px;
	}
	.txt-middle .no-free li {
		line-height: 18px;
	}
	.no-list {
		min-height: 370px;
		margin-top: 10px;
	}
	.duration {
		min-height: 164px;
	}
	.duration p {
		line-height: 18px;
	}
	.tm-top-c {
		margin: 0 40px;
	}
	.tm-top-d {
		margin: 20px 60px;
	}
	.prepod {
		margin: 40px;
	}
	.prepod .prep-txt {
		font-size: 32px;
		line-height: 36px;
		margin: 30px 0 50px 0;
	}
	.prepod .uk-width-medium-1-2 .uk-panel {
		padding: 0 25px;
	}
	.prepod .uk-button {
		width: 60%;
		font-size: 15px;
	}
	.counter {
		margin: 40px !important;
	}
	.animate-top,
	.animate-top-up {
		font-size: 32px;
		line-height: 34px;
	}
	.home-education h2 {
		font-size: 42px;
		line-height: 44px;
	}
	.infograff-01 {
		width: 80%;
	}
}
@media (max-width: 1219px) and (min-width: 768px) {
	.popup-sub-head {
		font-size: 22px;
		line-height: 22px;
		color: #333;
		text-align: center;
	}
	.popup-head {
		font-size: 20px;
		line-height: 22px;
	}
	.popup-head-left {
		font-size: 20px;
		line-height: 22px;
		font-weight: bold;
		color: #e1dfe4;
	}
	.popup-bottom-four {
		margin-top: 10px;
	}
	.popup-bottom-four p {
		margin: 0;
	}
	.popup-bottom-four span {
		padding: 0 10px;
		color: #333;
		font-weight: bold;
	}
	.popup-bottom-four .strong {
		display: inline-block;
		font-weight: bold;
		font-style: italic;
		width: 200px;
	}
	.popup-center {
		font-size: 18px;
		line-height: 22px;
	}
	.popup-bottom-one {
		font-size: 26px;
		line-height: 22px;
	}
	.popup-bottom-two {
		font-size: 18px;
		line-height: 22px;
	}
	.popup-bottom-three {
		font-size: 18px;
		line-height: 22px;
	}
	.tm-top-c {
		margin: 0 20px;
	}
	.tm-top-d {
		margin: 20px;
	}
	.prepod {
		margin: 20px;
	}
	.prepod .prep-txt {
		font-size: 26px;
		line-height: 30px;
		margin: 20px 0 30px 0;
	}
	.prepod .uk-width-medium-1-2 .uk-panel {
		padding: 0 25px;
	}
	.prepod .uk-button {
		width: 60%;
		font-size: 15px;
	}
	.counter {
		margin: 20px !important;
	}
	.animate-top,
	.animate-top-up {
		font-size: 26px;
		line-height: 28px;
	}
	.home-education h2 {
		font-size: 32px;
		line-height: 34px;
	}
}
@media (max-width: 767px) and (min-width: 300px) {
	.popup-sub-head {
		font-size: 22px;
		line-height: 22px;
		color: #333;
		text-align: center;
	}
	.popup-head {
		font-size: 20px;
		line-height: 22px;
	}
	.popup-head-left {
		font-size: 20px;
		line-height: 22px;
		font-weight: bold;
		color: #e1dfe4;
	}
	.popup-bottom-four {
		margin-top: 10px;
	}
	.popup-bottom-four p {
		margin: 0;
	}
	.popup-bottom-four span {
		padding: 0 10px;
		color: #333;
		font-weight: bold;
	}
	.popup-bottom-four .strong {
		display: inline-block;
		font-weight: bold;
		font-style: italic;
		width: 200px;
	}
	.popup-center {
		font-size: 18px;
		line-height: 22px;
	}
	.popup-bottom-one {
		font-size: 22px;
		line-height: 22px;
	}
	.popup-bottom-two {
		font-size: 14px;
		line-height: 16px;
	}
	.popup-bottom-three {
		font-size: 14px;
		line-height: 16px;
	}
	.top-red {
		font-size: 20px;
		line-height: 22px;
	}
	.top-grey {
		font-size: 14px;
	}
	.top-red-small {
		font-size: 14px;
	}
	.programm .uk-button {
		font-size: 12px;
	}
	.tm-top-c {
		margin: 0 10px;
	}
	.tm-top-d {
		margin: 20px 10px;
	}
	.prepod {
		margin: 10px;
	}
	.prepod h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.prepod .prep-txt {
		font-size: 18px;
		line-height: 22px;
		margin: 10px 0 20px 0;
	}
	.prepod .uk-width-medium-1-2 .uk-panel {
		padding: 0 10px;
	}
	.prepod .uk-button {
		width: 100%;
		font-size: 14px;
	}
	.counter {
		margin: 30px 20px 30px 0 !important;
	}
	.counter .uk-width-medium-1-5 {
		margin-top: 15px;
	}
	.animate-top,
	.animate-top-up {
		font-size: 26px;
		line-height: 26px;
	}
	.home-education h2 {
		font-size: 32px;
		line-height: 34px;
	}
	.partners {
		padding: 10px;
	}
	.partner-all .partner-left {
		border-right: none;
	}
	.partner-all .partner-left,
	.partner-all .partner-right {
		padding-left: 0;
	}
	.partner-all .partner-head {
		text-align: center;
		line-height: 26px;
	}
	.bottom-head {
		margin-top: 50px;
	}
	.mh {
		width: 100%;
		margin: 0 auto;
	}
	.tm-block-bottom-c .uk-panel-title {
		font-size: 38px;
		line-height: 44px;
		color: #fff;
		font-weight: 900;
		padding: 60px 0 40px 0;
	}
	.mh-txt {
		font-size: 18px;
		color: #fff;
		padding: 20px 0 60px 0;
	}
}
#icagenda + div {
	display: none;
}
.training-block-line {
	padding-left: 5px;
	display: flex;
	justify-content: flex-start;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(180, 24, 39, 0), rgba(180, 24, 39, 1), rgba(180, 24, 39, 0));
	margin: 40px 0;
}
.training-block-inner {
	padding: 40px 20px;
	background: #f9f9f9;
	color: #000;
	border-radius: 0;
	background-image: none;
	box-shadow: 0 10px 15px 0 rgba(89, 93, 104, 0.1);
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}
.training-block-inner:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 30px solid #ccc;
	border-left: 30px solid transparent;
}
.training-block-all {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0;
}
.training-block-num {
	height: 24px;
	width: 24px;
	border: 1px solid rgba(180, 24, 39, 1);
	border-radius: 12px;
	padding-left: 7px;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	align-items: center;
	color: rgba(180, 24, 39, 1);
	font-weight: bold;
}
.training-block-txt {
	margin: 0 10px;
}
.training-block-ico .fa {
	color: rgba(180, 24, 39, 1);
}
@media (min-width: 768px) {
	.training-block-arrow {
		position: relative;
		display: flex;
		justify-content: center;
		min-height: 80px;
	}
	.training-block-arrow:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 0; 
		height: 0;
		border-top: 40px solid transparent;
		border-left: 60px solid #d2d1d7;
		border-bottom: 40px solid transparent;
		z-index: 2;
	}
	.training-block-arrow:after {
		content: '';
		position: absolute;
		top: 0;
		left: 25px;
		display: block;
		width: 162px; 
		height: 80px;
		background: #d2d1d7;
		z-index: 1;
	}
	.training-block-left-txt {
		width: 100%;
		height: 100%;
		padding-left: 10px;
		background: #f9f9f9;
		font-weight: bold;
	}
	.grid-arrow .training-block-left-txt {
		position: absolute;
		top: 31px;
		left: 0;
		width: 180px;
		height: auto;
		background: none;
		color: #000;
		text-align: center;
		padding-left: 25px;
		font-weight: bold;
		font-size: 18px;
		line-height: 14px;
		z-index: 15;
	}
	.minitxt {
		top: 24px !important;
		/*font-size: 14px !important;*/
	}
	.min-top .training-block-left-txt {
		top: 25px;
	}
}
@media (max-width: 768px) {
	.training-block-arrow {
		position: relative;
		display: flex;
		justify-content: center;
		flex-direction: column;
		min-height: 80px;
		margin-bottom: 15px;
	}
	.training-block-arrow:after {
		content: '';
		margin: 0 auto;
		display: block;
		width: 0; 
		height: 0;
		border-left: 150px solid transparent;
		border-right: 150px solid transparent;
		border-top: 40px solid #e1dfe4;
		z-index: 1;
	}
	.training-block-arrow:before {
		content: '';
		margin: 0 auto;
		display: block;
		width: 300px; 
		height: 80px;
		background: #e1dfe4;
		z-index: 1;
	}
	.training-block-left-txt {
		position: absolute;
		top: 35px;
		left:0;
		width: 100%;
		text-align: center;
		color: #000;
	}
	.grid-arrow .training-block-left-txt {
		font-weight: bold;
		font-size: 18px;
		line-height: 14px;
		z-index: 15;
	}
	/*****new-diz-giper*******/
	.tm-isblog {
		overflow: hidden;
	}
	.logo-small {
		width: 90%;
		display: flex;
		justify-content: space-between;
	}
	.logo-small-right .tm-logo-small {
		display: none;
	}
	.logo-small .logo-small-right a {
		height: 33px;
		line-height: 33px;
		width: 140px;
	}
	.block-slideshow-button {
		display: none;
	}
	.var-blocks {
		padding: 0 25px;
	}
	.block-slideshow {
		padding: 0 10px;
	}
	.var-blocks .uk-slideset .all-text .giper-slideshow-txt-head::after {
		width: 100%;
	}
	.var-blocks .block-slideshow .new-nav-all .new-subnav-all .uk-slidenav {
		width: 36px;
		height: 36px;
	}
	.var-blocks .block-slideshow .uk-slideset .uk-panel {
		flex-direction: column;
	}
	.var-blocks .block-slideshow .uk-slideset .uk-panel .all-text {
		padding: 25px 0 45px 0;
		width: 90%;
	}
	.var-blocks .block-slideshow .uk-slideset .uk-panel .uk-text-center {
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		order: 1;
		width: 100%;
		margin-bottom: 0;
	}
	.uk-slideset .all-text .giper-slideshow-txt-middle p::before {
		width: 12px;
		height: 12px;
		margin: 5px 5px 0 0;
	}
	.var-blocks .block-slideshow .new-nav-all .new-subnav-all .uk-slidenav-previous {
		left: 0;
	}
	.var-blocks .block-slideshow .new-nav-all .new-subnav-all .uk-slidenav-next {
		right: -7px;
	}
	.var-blocks .block-slideshow .uk-slideset .uk-panel .all-text .giper-slideshow-txt-head h3, 
	.var-blocks .block-slideshow .uk-slideset .uk-panel .all-text .giper-slideshow-txt-head h4 {
		font-size: 22px;
		line-height: 36px;
	}
	.var-blocks .uk-slideset .all-text .giper-slideshow-txt-middle p {
		font-size: 16px;
		line-height: 18px;
	}
	.new-mob-search {
		display: block;
		width: 80%;
		margin: 20px 25px 0 25px;
	}
	.new-mob-search form,
	.new-mob-search form input {
		margin: 0;
	}
	.new-mob-search .new-search {
		width: 100%;
		height: 32px;
		padding-left: 25px; 
		border: 1px solid #cdcdcd;
		border-radius: 5px;
		background-color: #f1f1f1;
		background-image: url("../images/search-bg.png");
		background-position: 5px center;
		background-repeat: no-repeat;
	}
	.uk-row-first > .uk-panel p {
		margin: 0;
	}
	.mobile-bottom-button {
		display: block;
	}
	.mobile-bottom-button h4 {
		margin: 0;
		font-family: Inter;
		font-size: 14px;
		font-weight: 700;
		line-height: 18.76px;
		text-align: center;
		color: #000;
		text-transform: none;
	}
	.mobile-bottom-button p {
		font-family: Inter;
		font-size: 14px;
		font-weight: 400;
		line-height: 18.76px;
		text-align: center;
		color: #000;
	}
	.mobile-bottom-button .block-slideshow-button {
		display: block;
	}
	.mobile-bottom-button a {
		margin: 21px auto 36px auto;
		display: block;
		width: 216px;
		height: 48px;
		border-radius: 8px;
		font-family: Inter;
		font-size: 14px;
		font-weight: 400;
		line-height: 48px;
		text-align: center;
		color: #fff;
		background: #D01A20;
	}
	.tm-footer .tm-footer-left .new-footer-all {
		display: none;
	}
	.mobile-footer {
		display: block;
	}
	.mobile-footer {
		margin-left: -30px;
	}
	.mobile-footer-all {
		display: flex;
		justify-content: flex-start;
	}
	.mobile-footer-left,
	.mobile-footer-right {
		width: 50%;
		position: relative;
	}
	.mobile-footer-all .mobile-footer-left-top,
	.mobile-footer-all .mobile-footer-left-bottom {
		padding-left: 40px;
	}
	.mobile-footer-all .mobile-footer-left-top {
		margin-bottom: 40px;
	}
	.mobile-footer-all .mobile-footer-left-top p {
		margin: 0;
		font-family: Inter;
		font-size: 12px;
		font-weight: 400;
		line-height: 20.26px;
		text-align: left;
		color: #fff;
	}
	.mobile-footer-all .mobile-footer-left-bottom p {
		margin: 0;
		font-family: Inter;
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
		text-align: left;
		color: #b5b5b5;
	}
	.mobile-footer-right img {
		position: absolute;
		right: 50px;
		bottom: 0;
		width: 104px;
	}
	.var-blocks .block-grid .uk-row-first {
		width: 50%;
		height: auto;
		margin-bottom: 77px;
	}
	.var-blocks .block-grid .uk-row-first .uk-panel-box {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: 0;
		background: #E6EFF4;
		border-radius: 18px;
		overflow: visible;
	}
	.var-blocks .block-grid .uk-row-first .uk-panel-box .uk-margin {
		width: 100%;
		padding: 15px;
	}
	.var-blocks .block-grid .uk-row-first .uk-panel-box .uk-panel-teaser {
		width: 100%;
		padding: 0;
	}
	.var-blocks .block-grid .uk-row-first .uk-panel-box .grid-all-txt h3,
	.var-blocks .block-grid .uk-row-first .uk-panel-box .grid-all-txt h4 {
		font-size: 16px;
		line-height: 20px;
	}
	.var-blocks .block-grid .uk-row-first .uk-panel-box .grid-all-txt p {
		display: block;
		width:85%;
		padding-left: 10px;
		margin-top: 15px;
		background: url(../images/rectangle357.png) 0 7% no-repeat;
		font-size: 12px;
		line-height: 13px;
	}
	.var-blocks .block-grid .uk-row-first .uk-panel-box .grid-all-txt h4::after {
		display: none;
	}
	.var-blocks .block-grid .uk-row-first .uk-panel-box .uk-margin .grid-modal-button {
		width: 100%;
		position: absolute;
		bottom: -50px;
		left: 0;
		z-index: 10;
	}
	.var-blocks .block-grid .uk-row-first .uk-panel-box .uk-margin .grid-modal-button a {
		margin: 0 auto;
	}
	.block-grid > .block-grid-button {
		display: none;
	}
	.var-blocks .block-list .uk-grid {
		height: auto;
		position: relative;
	}
	.var-blocks .block-list .uk-grid .uk-width-medium-1-5 {
		width: 40%;
		order: 1;
	}
	.var-blocks .block-list .uk-grid .uk-width-medium-1-5 img {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.var-blocks .block-list .uk-grid .uk-width-medium-4-5 {
		width: 60%;
		order: 0;
	}
	.var-blocks .block-list .uk-grid .uk-width-medium-4-5 .giper-list-all {
		flex-direction: column;
	}
	.var-blocks .block-list .uk-grid h3, 
	.var-blocks .block-list .uk-grid h4 {
		font-size: 16px;
		line-height: 20px;
	}
	.var-blocks .block-list .giper-list-all {
		padding: 30px 0 30px 15px;
	}
	.var-blocks .block-list .giper-list-all .giper-list-left,
	.var-blocks .block-list .giper-list-all .giper-list-right {
		width: 100%;
		padding: 0;
	}
	.var-blocks .block-list .giper-list-all .giper-list-left {
		background: none;
	}
	.var-blocks .block-list .giper-list-all .giper-list-left::after {
		content: '';
		display: block;
		width: 80%;
		height: 3px;
		margin: 12px 0;
		background: #083C5F;
	}
	.giper-list-all .giper-list-right p, 
	.giper-list-all .giper-list-right li {
		margin-bottom: 15px;
		padding-left: 10px;
	}
	.giper-list-all .giper-list-right .giper-list-button {
		position: absolute;
		bottom: -15px;
		left: 0;
		width: 167%;
		z-index: 10;
	}
	.giper-list-all .giper-list-right .giper-list-button a {
		display: block;
		margin: 0 auto;
		width: 162px;
		height: 32px;
		border-radius: 5px;
		background: #9A161A;
		color: #fff;
		font-family: Inter;
		font-size: 12px;
		font-weight: 500;
		line-height: 32px;
		text-align: center;
	}
	.var-blocks .block-list .uk-grid + .uk-grid {
		margin-top: 50px;
	}
	.var-blocks .block-list > .block-grid-button {
		display: none;
	}
	.about-company-desktop {
		display: none;
	}
	.about-company-mobver {
		display: block;
		padding: 0 35px;
	}
	.about-company-top-mobile {
		display: flex;
	}
	.about-company-top-mobile .about-company-top-left h2 {
		font-size: 18px;
		line-height: 20px;
		text-transform: none;
	}
	.about-company-img-mobile {
		margin: 28px 0 48px 0;
	}
	.about-company-middle-left-mobile h3 {
		font-family: Inter;
		font-size: 16px;
		font-weight: 800;
		line-height: 23.04px;
		text-align: left;
		color: #083655;
	}
	.about-company-middle-left-mobile h4 {
		font-family: Inter;
		font-size: 14px;
		font-weight: 600;
		line-height: 20.16px;
		text-align: left;
		color: #000;
		text-transform: none;
	}
	.about-company-middle-left-mobile p {
		font-family: Inter;
		font-size: 12px;
		font-weight: 400;
		line-height: 18.6px;
		text-align: left;
		color: #000;
	}
	.about-company-middle-right-mobile {
		margin: 30px 0 45px 0;
	}
	.about-company-leftline-mobile-top {
		padding: 5px 0 5px 14px;
		border-left: 6px solid #4786B0; 
		box-sizing: border-box;
	}
	.about-company-leftline-mobile-bottom {
		padding: 5px 0 5px 14px;
		border-left: 6px solid #083C5F;
		box-sizing: border-box;
	}
	.about-company-leftline-mobile-top p,
	.about-company-leftline-mobile-bottom p {
		font-family: Inter;
		font-size: 14px;
		font-weight: 400;
		line-height: 18.34px;
		text-align: left;
	}
	.about-company-bottom-mobile {
		background: #083655;
		border-radius: 10px;
		margin: 40px 0 0 0;
	}
	.about-company-bottom-mobile p {
		padding: 20px;
		font-family: Inter;
		font-size: 14px;
		font-weight: 400;
		line-height: 18.34px;
		text-align: left;
		color: #fff;
	}
	.about-company-bottom-mobile span {
		font-family: Inter;
		font-size: 14px;
		font-weight: 600;
		line-height: 18.34px;
		text-align: left;
		color: #fff;
	}
	.about-company-buttons .about-company-buttons-top {
		margin-top: 40px;
	}
	.about-company-buttons .about-company-buttons-bottom {
		margin-top: 16px;
		margin-bottom: 40px;
	}
	/****end-new-diz-giper*******/
}
@media (min-width: 768px) {
	.new-mob-search,
	.mobile-bottom-button,
	.tm-footer .tm-footer-left .mobile-footer,
	.about-company-mobver {
		display: none;
	}
}
.uk-navbar-nav .image-title {
	display: none;
}
.vse-programmy .uk-panel-box-primary p {
	color: #000;
}
.vse-programmy .uk-panel-title {
	min-height: 100px;
	line-height: 20px;
    color: #000;
    font-weight: 500;
}
.vse-programmy .uk-panel-box .uk-margin {
	min-height: 192px;
}
/*.vse-programmy .uk-margin p:first-child,
.vse-programmy .uk-margin p:last-child {
	min-height: 28px
}*/
.vse-programmy .uk-margin p {
	margin: 0 0 10px 0;
	line-height: 18px;
    color: #000;
    font-weight: 500;
}
.vse-programmy .uk-panel-box .uk-button,
.download-button {
	-webkit-appearance: none;
	display: block;
	position: relative;
	padding: 0 25px;
	color: #850d23;
	box-sizing: border-box;
	border: 1px solid #850d23;
	background: #f5f5f5;
	line-height: 43px;
	min-height: 43px;
	text-decoration: none;
	text-align: left;
	border-radius: 0;
	box-shadow: none;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: normal;
	-webkit-transition: color 0.15s ease, background 0.15s ease;
	transition: color 0.15s ease, background 0.15s ease;
}
.download-button {
	width: 350px;
	background: #fff;
}
.download-button:hover {
	border: 1px solid #e1dfe4;
}
.vse-programmy .uk-panel-box .uk-button:after,
.download-button:after {
	position: absolute;
	top: 0;
	right: 20px;
	content: "\f054";
	font-family: FontAwesome;
	color: #850d23;
	font-size: 20px;
}
.vse-programmy .uk-tab > li > a {
	color: rgba(98, 98, 98, 1);
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: normal;
}
.btn-primary, .btn-info, .btn-inverse {
	background-color: #b41827;
	color: #fefeff;
	border-color: rgba(0, 0, 0, 0);
	background-image: none, linear-gradient(156deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.btn-primary:hover, .btn-info:hover, .btn-inverse:hover {
	background-color: #fff;
	border: 1px solid #b41827 !important;
	color: #b41827;
	border-color: rgba(0, 0, 0, 0);
	background-image: none, linear-gradient(156deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
/**************nice form*************/
.all-contacts #userForm input,
.all-contacts #userForm select,
.all-contacts #userForm textarea {
	border-color: #626262;
	border-radius: 0;
}
.all-contacts .rsform-block-pers {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 15px 0 20px 0;
}
.all-contacts .rsform-block-pers label,
.all-contacts #pers0 {
	width: 14px;
	height: 14px;
	min-height: 14px;
	line-height: 14px;
}
.all-contacts .uk-grid-width-medium-1-1,
.all-contacts .uk-grid-width-medium-1-2 {
	width: 100%;
}
.all-contacts #userForm .uk-grid-width-medium-1-2 .uk-form-label,
.all-contacts #userForm .rsform-block-txt .uk-form-label {
	display: none;
}
.all-contacts .uk-form-horizontal .uk-form-controls {
    margin-left: 0;
}
.all-contacts .uk-form-horizontal .uk-form-controls input,
.all-contacts .uk-form-horizontal .uk-form-controls textarea {
    width: 100% !important;
}
.all-contacts .rsform-block-pers .uk-form-controls {
	width: 5%;
	float: left;
}
.all-contacts .rsform-block-file {
	display: flex;
	justify-content: flex-start;
	margin: 15px 0;
}
.all-contacts .rsform-block-pers .uk-form-controls label {
	margin-top: 5px;
}
.all-contacts .rsform-block-pers .uk-form-label {
	width: 80% !important;
	float: left;
}
.all-contacts .rsform-block-button {
	margin-top: 0px;
}
.all-contacts .rsform-block-button label {
	display: none;
}
/**************end nice form*********/
.middle-contacts {
    margin-bottom: 50px;
	border: 1px solid #e1dfe4;
	padding: 10px 40px 10px 0;
	box-shadow: 0 10px 15px 0 rgba(89, 93, 104, 0.3);
	box-sizing: border-box;
}
.middle-contacts .uk-width-medium-2-3 {
	padding-left: 5px;
}
.middle-contacts h3 {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #626262;
	color: #626262;
}
.middle-contacts p {
	margin: 5px 0;
}
.top-contacts {
	margin: 60px 0;
	padding: 40px;
	box-shadow: 0 0 81px 0 rgba(30, 48, 85, 0.2);
}
.top-contacts h2,
.form-contacts h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #626262;
	color: #626262;
}
.form-contacts h2 {
	margin-bottom: 40px;
}
.map-contacts {
	margin-bottom: 40px !important;
	box-shadow: 0 10px 15px 0 rgba(89, 93, 104, 0.3);
}
.vakant-head {
	margin-top: 35px;
	text-align: center;
	color: #e1dfe4;
}
.vakansii-txt .uk-h3 {
	font-size: 18px;
	color: #626262;
	padding-bottom: 10px;
	border-bottom: 1px solid #626262;
}
.vakansii-sw .uk-tab-left {
	border-right: 1px solid #e1dfe4;
}
.vakansii-sw .uk-tab li.uk-active {
	background: linear-gradient(to top, #626262, #A29CAB);
	/*background: #b41827;*/
	color: #fff;
}
.vakansii-sw .uk-tab li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e1dfe4;
	margin-top: 0;
}
.vakansii-sw .uk-tab li.uk-active a {
	color: #fff;
}
.vakansii-sw .uk-tab li a:before {
	content: '\f2c0';
	font-family: FontAwesome;
	font-size: 18px;
	color: rgba(98, 98, 98, 0.5);
	margin-right: 10px; 
}
.vakansii-sw .uk-tab .uk-active a:before {
	color: #fff;
}
.vakansii-sw .uk-tab > li.uk-active > a:after {
	background: #e1dfe4;
}
.uk-modal-form h2 {
	display: none;
}
/*************demo*************/
.demo-slider .uk-slidenav-position .uk-slidenav-previous,
.demo-slider .uk-slidenav-position .uk-slidenav-next {
	width: 60px;
	height: 100px;
	margin-top: -50px;
	background: rgba(255, 255, 255, 0.5);
	line-height: 100px;
	color: #e1dfe4;
}
.demo-slider .uk-overlay-panel {
	width: 50%;
	margin: 0 0 80px 80px;
	background: rgba(133, 13, 35, 0.8);
}
.demo-slider h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.demo-slider .uk-button {
	-webkit-appearance: none;
	width: 50%;
	display: block;
	position: relative;
	margin-top: 5px;
	padding: 0 25px;
	color: #e1dfe4;
	box-sizing: border-box;
	border: 1px solid #e1dfe4;
	background: #f5f5f5;
	line-height: 43px;
	min-height: 43px;
	text-decoration: none;
	text-align: left;
	border-radius: 0;
	box-shadow: none;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: normal;
	-webkit-transition: color 0.15s ease, background 0.15s ease;
	transition: color 0.15s ease, background 0.15s ease;
}
.demo-slider .uk-button:after {
	position: absolute;
	top: 0;
	right: 20px;
	content: "\f054";
	font-family: FontAwesome;
	color: #e1dfe4;
	font-size: 20px;
}

/**********demo slidset***********/
.demo-slidset .uk-panel .uk-margin a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	color: #fff;
}
.demo-slidset .uk-panel-teaser {
	margin-bottom: 0;
}
.demo-slidset .uk-slidenav-position .uk-slidenav-previous, 
.demo-slidset .uk-slidenav-position .uk-slidenav-next {
	width: 60px;
	height: 100px;
	margin-top: -50px;
	background: rgba(255, 255, 255, 0.5);
	line-height: 100px;
	color: #e1dfe4;
	z-index: 11;
}
.demo-slidset .uk-panel-box > .uk-panel-teaser {
	margin-bottom: -50px;
}
.slidset-txt h2 {
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.slidset-txt p {
	color: #fff;
}
.slidset-txt {
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 10px;
	box-sizing: border-box;
	width: 50%;
	background: rgba(133, 13, 35, 0.8);
	color: #fff;
	text-align: left;
}
/********end demo slidset*********/
/***********end demo***********/

/*************icagenda***************/
.ic-filters-label {
	height: 84px;
	background: url(../images/logo-bsh-red.png) 50% 50% no-repeat;
	background-size: 90% 90%;
	font-size : 20px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-weight: bold;
}
.ic-filters-label-title-2 {
	display: none;
	height: 84px;
	line-height: 18px;
	text-align: left;
}
.ic-filter-submit-btn {
	font-size: 16px;
	color: #626262;
	background: #fff;
	border: 2px solid #828282;
	font-weight: bold;
	text-shadow: none;
}
.ic-filter-submit-btn:hover {
	background: #e1dfe4;
	color: #fff;
}
.ic-filter-reset-btn {
	font-size: 13px;
	color: #fff;
	background: #b41827;
	border: 1px solid #828282;
	font-weight: bold;
}
.ic-filter-search {
	background: #dddddd;
	background: rgba(221,221,221,0.2);
	padding: 0 19px 5px 5px;
}
.ic-row1 input {
	height: 30px !important;
	line-height: 30px !important;
	border-radius: 0 !important;
}
.input-append .btn {
	height: 40px !important;
	min-height: 40px !important;
	line-height: 40px !important;
}
.ic-full-description,
.ic-dates-list,
#ic-list-of-dates {
	padding: 0 2%;
}
.ic-box-date {
	display: block;
	text-transform: capitalize;
	width: 75px;
	height: 75px;
	padding: 10px;
	color: #fff;
	margin: 8px 28px 2px 8px;
	border-radius: 6px;
	box-sizing: content-box !important;
}
.ic-btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #b41827;
	background-image: -moz-linear-gradient(top,#b41827,#e1dfe4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#b41827),to(#e1dfe4));
	background-image: -webkit-linear-gradient(top,#b41827,#e1dfe4);
	background-image: -o-linear-gradient(top,#b41827,#e1dfe4);
	background-image: linear-gradient(to bottom,#b41827,#e1dfe4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb41827', endColorstr='#ffe1dfe4', GradientType=0);
	border-color: #b41827 #fff #e1dfe4;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #b41827;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ic-btn-info:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #b41827;
	background-image: -moz-linear-gradient(top,#e1dfe4,#b41827);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#e1dfe4),to(#b41827));
	background-image: -webkit-linear-gradient(top,#e1dfe4,#b41827);
	background-image: -o-linear-gradient(top,#e1dfe4,#b41827);
	background-image: linear-gradient(to bottom,#e1dfe4,#b41827);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1dfe4', endColorstr='#ffb41827', GradientType=0);
	border-color: #e1dfe4 #fff #b41827;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #b41827;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/**********end icagemda**************/
.long-blocks .uk-grid {
	margin-left: 0;
	border-radius: 6px;
	box-shadow: 0 10px 15px 0 rgba(89, 93, 104, 0.2);
}
.long-blocks .uk-grid:nth-child(2n+1) img {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.long-blocks .uk-grid:nth-child(2n) img {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.long-blocks .uk-grid + .uk-grid {
	margin-top: 35px;
}
.long-blocks .uk-grid > * {
	padding-left: 0;
}
.long-blocks .uk-grid:nth-child(2n) {
	background: #b41827;
	color: #fff;
}
.long-blocks .uk-grid .uk-panel-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #626262;
	color: #626262;
}
.long-blocks .uk-grid:nth-child(2n) .uk-panel-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.long-blocks .uk-grid:nth-child(2n) a,
.long-blocks .uk-grid:nth-child(2n) p {
	color: #fff;
}
.long-blocks .uk-grid:nth-child(2n) .uk-button {
	color: #e1dfe4;
}
.long-blocks .uk-button {
	-webkit-appearance: none;
	width: 50%;
	display: block;
	position: relative;
	margin-top: 5px;
	padding: 0 25px;
	color: #626262;
	box-sizing: border-box;
	border: 1px solid #626262;
	background: #fff;
	line-height: 43px;
	min-height: 43px;
	text-decoration: none;
	text-align: left;
	border-radius: 0;
	box-shadow: none;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: normal;
	-webkit-transition: color 0.15s ease, background 0.15s ease;
	transition: color 0.15s ease, background 0.15s ease;
}
.long-blocks .uk-button:after {
	position: absolute;
	top: 0;
	right: 20px;
	content: "\f054";
	font-family: FontAwesome;
	color: #626262;
	font-size: 20px;
}
.uk-article h1,
.uk-article h2 {
	color: #626262;
}
.jb.accept.blue {
	background: #fff;
	color: #626262;
	border: 1px solid #626262;
}
.jb.cookie.blue p a {
	color: #e1dfe4;
}
.jb.bottom.blue .jb.cookie-bg.white, .jb.bottom.blue .jb.cookie-bg.black {
	border-top: 1px solid #e1dfe4;
}
.privacy {
	/*width: 100%;
	margin-left: 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #b41827;*/
	box-sizing: border-box;
}
.privacy .uk-width-medium-1-3 {
	text-align: center;
}
.privacy .uk-width-medium-1-3 a {
	color: #626262;
}
.uk-alert-danger {
	display: none;
}
#com_glossary .seopagination ul > li.active > a, #com_glossary .seopagination ul > li.active > span {
	background: #f4f3f4;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0;
	color: #626262;
}
#com_glossary .masonary_seo {
	border: 1px solid #929292;
	border-radius: 4px;
	margin: 20px;
	padding-bottom: 10px;
	box-shadow: 0 10px 15px 0 rgba(89, 93, 104, 0.2);
}
#com_glossary .title {
	display: block;
	width: 100%;
	max-width: 93%;
	margin: 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #929292;
}
.masonary_seo .title span {
	display: block;
	width: 100%;
	font-size: 16px;
}
.masonary_seo .title span a:hover {
	color: #e1dfe4;
}
.srch-btn button {
	background: #e1dfe4 url(../images/srchIcn.png) center center no-repeat !important;
	border: 1px solid #929292;
}
#com_glossary .text {
	max-height: 50px;
	overflow: hidden;
}
.input-append input.button {
	width: 200px;
	line-height: 30px !important;
	border: 1px solid #929292 !important;
}
#glossarysearch .pull-right {
	margin-right: 140px;
	width: 200px;
}
#com_glossary .custom-select select.seoselect, .custom-select select.seoselect {
	background: #fff url(../images/dropIcn.png) 93% center no-repeat;
	background-size: 15px auto;
	padding: 5px 15px;
	border: 1px solid #e1dfe4 !important;
	height: 40px;
	line-height: 30px;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	max-width: 250px;
	min-width: 130px;
}
.services-stack .uk-h3 {
	color: #264b77;
	padding-bottom: 5px;
	border-bottom: 1px solid #264b77;
	font-weight: 600;
}
.services-stack p,
.services-stack li {
	color: #828282;
}
.services-button {
	border: 1px solid #264b77;
	color: #264b77;
	border-radius: 0;
}
.services-buttons a:first-child {
	display: none;
}
.services-button:hover {
	border: 1px solid rgba(38, 75, 119, 0.4);
}
.services-stack2 .uk-grid {
	margin-left: 0;
	border: 1px solid #264b77;
	border-radius: 6px;
	box-shadow: 0 10px 15px 0 rgba(89, 93, 104, 0.2);
}
.services-stack2 .uk-grid:nth-child(2n) {
	 background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(225, 223, 228, 0.5));
}
.services-stack2 .uk-h3 {
	color: #264b77;
	padding-bottom: 5px;
	border-bottom: 1px solid #264b77;
	font-weight: 600;
}
.services-accordion .uk-accordion-title {
	position: relative;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #264b77;
	border-radius: 6px;
	transition: all 1s ease 0s;
}
.services-accordion .uk-accordion-title:nth-child(2) {
	 background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(225, 223, 228, 0.5));
}
.services-accordion .uk-accordion-title:before {
	position: absolute;
	top: 15px;
	right: 6px;
	content: "\f0ab";
	font-family: FontAwesome;
	font-size: 26px;
	color: #aaaaaa;
	margin-right: 10px; 
}
.services-accordion .uk-accordion-title.uk-active + div {
	margin: 5px 0 25px 0;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #264b77;
	border-radius: 6px;
	box-shadow: 0 10px 15px 0 rgba(89, 93, 104, 0.2);
}
.services-accordion .uk-accordion-title + div {
	transition: all 1s ease 0s;
}
.new-grid > div:nth-child(2n) .uk-width-medium-1-2 .uk-panel {
	padding: 35px;
}
.new-grid > div:nth-child(2n) .uk-row-first {
	padding-left: 0;
	order: 2;
}
.new-grid .uk-width-medium-1-2:last-child {
	padding-right: 35px;
}
.new-grid .uk-panel-title {
	color: #264b77;
	padding-bottom: 5px;
	border-bottom: 1px solid #264b77;
}
.new-grid .uk-button {
	width: 50%;
	border: 1px solid #264b77;
	color: #264b77;
	border-radius: 0;
}
.new-grid .uk-button:hover {
	border: 1px solid rgba(38, 75, 119, 0.4);
}
.new-grid > div:nth-child(2) .uk-button {
	width: 50%;
	border: 1px solid #850d23;
	color: #850d23;
	border-radius: 0;
}
.new-grid > div:nth-child(2) .uk-button:hover {
	border: 1px solid rgba(38, 75, 119, 0.4);
}
.new-grid > div:nth-child(2) .uk-panel-title {
	color: #850d23;
	padding-bottom: 5px;
	border-bottom: 1px solid #850d23;
}
.new-grid > div:nth-child(1) .uk-overlay:before {
	content: "";
	width: 30%;
	height: 40%;
	position: absolute;
	top: -2px;
	left: -1px;
	z-index: 100;
	background: url(../images/rbn-02-t.png) top left no-repeat;
	background-size: contain;
}
.new-grid-v1 > div {
	margin-bottom: 35px;
	padding: 30px;
	border: 1px solid #264b77;
	border-radius: 6px;
	box-shadow: 0 10px 15px 0 rgba(89, 93, 104, 0.2);
}
.new-grid-v1 > div .uk-panel-title {
	color: #264b77;
	padding-bottom: 5px;
	border-bottom: 1px solid #264b77;
	font-weight: 600;
}
.new-grid-v1 > div .uk-button {
	width: 30%;
	border: 1px solid #264b77;
	color: #264b77;
	border-radius: 0;
}
.vse-programmy .uk-panel-teaser {
	position: relative;
}
.vse-programmy .uk-grid-width-1-1 > div:nth-child(1) .uk-panel-teaser:before,
.vse-programmy .uk-grid-width-1-1 > div:nth-child(2) .uk-panel-teaser:before,
.vse-programmy .uk-grid-width-1-1 > div:nth-child(4) .uk-panel-teaser:before,
.vse-programmy .uk-grid-width-1-1 > div:nth-child(5) .uk-panel-teaser:before,
.vse-programmy .uk-grid-width-1-1 > div:nth-child(7) .uk-panel-teaser:before,
.vse-programmy .uk-grid-width-1-1 > div:nth-child(10) .uk-panel-teaser:before,
.vse-programmy .uk-grid-width-1-1 > div:nth-child(11) .uk-panel-teaser:before,
.vse-programmy .uk-grid-width-1-1 > div:nth-child(12) .uk-panel-teaser:before,
.vse-programmy .uk-grid-width-1-1 > div:nth-child(13) .uk-panel-teaser:before {
	display: none;
	content: "";
	width: 30%;
	height: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	background: url(../images/red-premium-right.png) top left no-repeat;
	background-size: contain;
}
.new-comment .uk-slidenav-position {
	min-height: 220px;
}
em {
	color: #111111 !important;
}
/**************new home banner************/
@media (min-width: 1220px) {
	.triple-banner {
		height: 700px;
	}
}
.triple-banner > div:nth-child(1) {
	background: url(../images/banner-03-r.jpg) 0 0 no-repeat;
}
.triple-banner > div:nth-child(2) {
	background: url(../images/banner-01-r.jpg) 0 0 no-repeat;
	padding-left: 0;
}
.triple-banner > div:nth-child(3) {
	background: url(../images/banner-02-r.jpg) 0 0 no-repeat;
	padding-left: 0;
}
.banner-wrapper {
	padding: 40px;
}
.banner-01 .banner-txt-top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.banner-01 .banner-txt-top-left {
	width: 100px;
	height: 100px;
	border: 3px solid #ffff00;
	border-radius: 6px;
	color: #ffff00;
	text-align: center;
}
.banner-01 .banner-txt-top-left p:first-child {
	margin-top: 25px;
}
.banner-01 .banner-txt-top-left p {
	margin: 0;
	font-weight: bold;
}
.banner-01 .banner-txt-top-right h3 {
	padding: 10px 15px;
	margin: 0 0 0 60px;
	background: #ffff00;
	color: #626262;
	font-weight: bold;
}
.banner-01 .banner-txt-middle {
	padding: 80px 15px 40px 15px;
}
.banner-01 .banner-txt-middle  h2 {
	color: #fff;
}
.banner-01 .banner-logo {
	text-align: center;
}
.read-more {
	position: absolute;
	right: 30px;
	bottom: 30px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	text-shadow: -1px -1px #666;
	color: #fff;
	padding: 0 20px;
	background: #d01431;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(#d01431,0),color-stop(#a61027,1));
	background: -webkit-linear-gradient(top,#d01431 0%,#a61027 100%);
	background: -moz-linear-gradient(top,#d01431 0%,#a61027 100%);
	background: -o-linear-gradient(top,#d01431 0%,#a61027 100%);
	background: linear-gradient(top,#d01431 0%,#a61027 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01431',endColorstr='#a61027',GradientType=0 );
	border: 1px solid #5c0916;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset,1px 1px 3px rgba(166,16,39,0.2),0px 0px 0px 4px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset,1px 1px 3px rgba(166,16,39,0.2),0px 0px 0px 4px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset,1px 1px 3px rgba(166,16,39,0.2),0px 0px 0px 4px rgba(255,255,255,0.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.read-more:hover {
	color: #eee;
}
.banner-02 .banner-txt-top {
	color: #b41827;
	font-size: 22px;
	font-weight: bold;
}
.banner-02 .banner-txt-bottom {
	width: 50%;
	padding: 15px;
	background: rgba(180, 164, 164, 0.8);
}
.banner-03 .banner-txt-middle {
	margin-top: 180px;
	border-left: 3px solid #ffff00;
	padding-left: 10px;
}
.banner-03 .banner-txt-middle h2 {
	color: #fff;
}
.banner-03 .banner-txt-bottom {
	margin-top: 80px;
	text-align: center;
}
.banner-03 .banner-txt-bottom h3 {
	color: #fff;
	font-size: 28px;
	line-height: 36px;
}
/**********end new home banner************/

.tm-toolbar .top-head-left .uk-width-1-2 {
    width: 47%;
}
.uk-panel.no-margin {
  display:none
}
.new-m-class .uk-panel-box .uk-margin {
    position: relative;
}
.new-m-class .uk-panel-box .uk-margin .red-title {
    display: none;
    min-width: 387px;
    position: absolute;
    top: -59px;
    left: -35px;
    width: 100%;
    text-align: center;
    background: red;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.bdoc-container {
    margin-top: -40px;
    background: url(../images/bdoc/bd-bg-04.jpg);
    padding-bottom: 60px;
}
.bdoc-header {
    background: url(../images/bdoc/bd-bg-02.png);
    background-size: cover;
    text-align: right;
}
.bdoc-header h2 {
    padding: 70px 50px 0 0;
    font-family: Arial, "sans-serif";
    font-size: 70px;
    font-weight: bold;
    color: #009746;
}
.bdoc-header h3 {
    padding: 23px 53px 0 0;
    font-family: Arial, "sans-serif";
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1.7px;
    color: #fff;
}
.bdoc-header p {
    padding: 20px 50px 37px 0;
    font-family: Arial, "sans-serif";
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 3.3px;
    color: #fff;
}
.bdoc-main {
    position: relative;
}
.bdoc-main img {
    position: absolute;
    bottom: 0;
    left: 5%;
}
.bdoc-main-txt {
    padding: 20px 50px 40px 90px;
    font-family: Arial, "sans-serif";
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    text-align: justify;
    color: #000;
}
.bdoc-main-txt p {
    margin-bottom: 25px;
}
.bdoc-main-txt a {
    display: block;
    width: 52%;
    margin: 30px auto;
    padding: 30px 40px;
    font-family: Arial, "sans-serif";
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background: #009746;
    border-radius: 40px;
    color: #fff;
}
.bdoc-video {
    padding: 75px 0 150px 0;
    background: url(../images/bdoc/bd-bg-03-s.png);
    background-size: cover;
}
.bdoc-video .uk-margin {
	margin-bottom: 0;
}
.vidos-all {
    background: #000;
}
.bdoc-footer {
    padding: 80px 0;
}
.bdoc-footer-left img {
    width: 80%;
    padding-left: 40px;
}
.bdoc-footer-right img {
    width: 70%;
    padding-right: 40px;
    float: right;
}
.tm-main-top + .tm-content, 
.tm-content + .tm-main-bottom {
  margin-top: 0;
}
.tm-block-small {
  padding-bottom: 0;
}
.tm-main #icagenda-list,
.tm-main .uk-article {
    margin-bottom: 20px;
}
.uk-navbar-nav li:nth-child(2) a {
    color: #009746;
}
.uk-navbar-nav li:nth-child(4) a {
    color: #ff0000;
}
.top-color {
	background: #850d23;
	color: #fff;
	padding: 10px;
}
.top-color p {
	text-align: center;
	color: #fff;
	margin: 0;
}
.top-color a {
	  color: #fff;
}
.top-color a.uk-button {
    color: #000;
	margin-left: 80px;
}
.new-m-class > div:first-child .uk-panel-teaser ~ .uk-margin {
	margin-bottom: 0;
}
.top-color-red {
	width: 120%;
	position: absolute;
	top: -79px;
	left: 0;
	background: #BB0000;
	margin: 0 -35px;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.vse-programmy .uk-panel-box .uk-button-new {
	-webkit-appearance: none;
	display: block;
	position: relative;
	padding-left: 10px;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #BB0000;
	background: #BB0000;
	line-height: 43px;
	min-height: 43px;
	text-decoration: none;
	text-align: left;
	border-radius: 0;
	box-shadow: none;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: normal;
	-webkit-transition: color 0.15s ease, background 0.15s ease;
	transition: color 0.15s ease, background 0.15s ease;
}
.vse-programmy .uk-panel-box .uk-button-new::after {
	position: absolute;
	top: 0;
	right: 20px;
	content: "\f054";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
}
.vse-programmy .uk-panel-box .uk-button-new span {
	margin-right: 50px;
	color: #fff;
	font-weight: bold;
}
.tm-main-top .vse-programmy .new-m-class p.no-padding {
	margin: 0;
	padding: 0;
}
.vse-programmy .uk-panel p:last-child {
	margin: 0;
	padding: 0;
}
.new-year {
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1000;
}
.new-year img {
    width: 260px;
}
.feb {
    display: none;
    position: absolute;
    top: 170px;
    left: 20px;
    z-index: 1000;
}
.feb img {
    width: 250px;
}
.mar {
    display: none;
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: 1000;
}
.mar img {
    width: 150px;
}
@media (min-width: 768px) {
    .min-way {
		display: none;
    }
	.uk-container {
		position: relative;
	}
    .may1 {
        display: none;
        position: absolute;
        top: 50px;
        left: -24%;
        z-index: 1000;
    }
    .may1 img {
        width: 160px;
    }
	.jun {
		display: none;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 1000;
    }
    .jun img {
        width: 130px;
    }
	.vmf {
        display: none; 
        position: absolute;
        top: 68px;
        left: 0;
        z-index: 1000;
    }
    .vmf img {
        width: 130px;
    }
}
@media (max-width: 768px) {
	.may {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    .may img {
        width: 150px;
    }
	.jun {
		display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    .jun img {
        width: 150px;
    }
	.vmf {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    .vmf img {
        width: 150px;
    }
}
@media (max-width: 768px) {
	#tm-main .uk-container {
        padding: 0;
    }
    .bdoc-header {
		background: rgba(0,0,0,0.5);
	}
    .bdoc-header h2 {
        padding: 40px 20px 0 20px;
        font-size: 36px;
        text-align: center;
        color: #fff;
    }
    .bdoc-header h3 {
        padding: 0 20px;
        font-size: 26px;
        letter-spacing: 1px;
        text-align: center;
    }
    .bdoc-header p {
        padding: 10px 20px 30px 20px;
        font-size: 22px;
        letter-spacing: 1px;
        text-align: center;
    }
    .bdoc-main-txt {
      padding: 20px 20px 600px 45px;
    }
    .bdoc-main img {
      padding: 50px 20px 0 20px;
    }
}
/*********new diz***********/
.tm-navbar .uk-flex-middle {
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.uk-sticky-placeholder .tm-navbar .uk-navbar-nav li {
	line-height: 70px;
}
.uk-sticky-placeholder .tm-navbar .uk-dropdown-navbar {
	top: 50px !important;
}
.uk-navbar-nav > li > a::after {
	bottom: -7px;
}
.header-left {
	padding: 15px 0 0 120px;
}
.header-left h3 {
	font-family: 'MullerBold';
	font-size: 34px;
	color: #b41827;
	letter-spacing: normal;
}
.header-top p {
	padding-top: 5px;
	font-family: Verdana, "sans-serif";
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #626262;
	letter-spacing: normal;
}
.header-bottom {
	padding-top: 70px;
}
.header-bottom p {
	font-family: Verdana, "sans-serif";
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #626262;
	letter-spacing: normal;
}
.header-bottom .uk-button {
	margin-top: 5px;
	height: 62px;
	font-family: Verdana, "sans-serif";
	font-size: 22px;
	line-height: 62px;
	text-transform: uppercase;
	color: #626262;
	letter-spacing: normal;
	border: 1px solid #626262;
	border-radius: 31px
}
.header-right {
	position: relative;
	padding-left: 0;
}
.header-right img {
	position: absolute;
	top: -55px;
	left: -40px;
}
.new-slaidset {
	position: relative;
	margin-top: 35px;
}
.new-slaidset .uk-tab > li > a {
	display: block;
	padding: 12px 35px 12px 35px;
	color: #626262;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: normal;
}
.new-slaidset .new-nav-all {
	width: 100%;
	position: absolute;
	top: 45%;
}
.new-subnav-all {
	width: 100%;
	position: relative;
}
.new-slaidset .uk-slidenav-previous {
	position: absolute;
	top: 0;
	left: -50px;
}
.new-slaidset .uk-slidenav-next {
	position: absolute;
	top: 0;
	right: -70px;
}
.new-slaidset .uk-slidenav-previous:before,
.new-slaidset .uk-slidenav-next:before {
	color: #b41827;
}
.new-slaidset .uk-slidenav-previous span {
	display: block;
	width: 0; 
	height: 0;
	border-top: 28px solid transparent;
	border-right: 32px solid #b41827;
	border-bottom: 28px solid transparent;
}
.new-slaidset .uk-slidenav-next span {
	display: block;
	width: 0; 
	height: 0;
	border-top: 28px solid transparent;
	border-left: 32px solid #b41827;
	border-bottom: 28px solid transparent;
}
.new-slaidset .uk-panel-box {
	padding: 20px;
	background: #fff;
	color: #626262;
	overflow: hidden;
	border: 1px solid #626262;
	border-radius: 26px;
	background-image: none;
	box-shadow: 0 5px 7px 0 rgba(89, 93, 104, 0.1);
}
.new-slaidset .uk-panel-box h3 {
	font-family: 'MullerBold';
	font-size: 17px;
	color: #b41827;
	letter-spacing: normal;
}
.new-slaidset .uk-panel-box .uk-margin p:first-child {
	text-transform: uppercase;
}
.new-slaidset .uk-panel-box p {
	color: #626262;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 14px;
}
.new-slaidset .uk-panel-box .uk-button {
	display: block;
	height: 56px;
	width: 80%;
	margin: 0 auto;
	font-family: Verdana, "sans-serif";
	font-size: 16px;
	line-height: 56px;
	text-transform: capitalize;
	color: #626262;
	letter-spacing: normal;
	border: 1px solid #626262;
}
.new-slaidset .uk-panel-title {
	min-height: 100px;
}
.new-slaidset .uk-panel-title ~ .uk-margin {
	min-height: 115px;
}
.footer-all {
	width: 100%;
	padding: 10px 0;
}
.footer-logo-left,
.privacy {
	padding-left: 0;
}
.footer-logo-left img {
	width: 100px;
}
.privacy .uk-width-medium-1-3 {
	padding-left: 45px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.privacy .uk-width-medium-1-3 a {
	color: #fff;
}
.privacy-left-top {
	display: flex;
	justify-content: center;
}
.privacy-left-top a:first-child {
	height: 45px;
	width: 45px;
	background: url(../images/ico-vk.png) 0 0 no-repeat;
	background-size: contain;
	margin-right: 10px;
}
.privacy-left-top a:last-child {
	height: 45px;
	width: 45px;
	background: url(../images/ico-youtube.png) 0 0 no-repeat;
	background-size: contain;
}
.privacy-right-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.privacy-left-botom,
.privacy-middle-botom,
.privacy-right-botom {
	margin-top: 10px;
}
.ico-left .new-slaidset .uk-panel-box {
	display: flex;
	justify-content: flex-start;
	padding: 20px 0 0 0;
	max-height: 230px
}
.ico-left .new-slaidset .uk-panel-teaser {
	width: 33%;
	display: flex;
	justify-content: flex-start;
	margin: 0;
}
.ico-left .new-slaidset .uk-panel-teaser img {
	max-height: 210px;
	padding-left: 20px;
}
.ico-left .new-slaidset .uk-panel-title,
.ico-left .new-slaidset .uk-panel-title ~ .uk-margin {
	min-height: auto;
}
.ico-left .new-slaidset .all-text {
	width: 67%;
	position: relative;
	padding: 0 30px 0 15px;
	box-sizing: border-box;
}
.ico-left .new-slaidset .all-text p {
	line-height: 18px;
}
.ico-left .new-slaidset .uk-panel-title {
	position: absolute;
	top: 0px;
	left: -25px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	padding-top: 5px;
}
.ico-left .new-slaidset .uk-panel-title ~ .uk-margin {
	padding-top: 40px;
}
.ico-left .new-slaidset .new-nav-all {
	top: 30%;
}
.block-one > *,
.block-two > *,
.block-four > *,
.block-five > *,
.block-six > *,
.block-seven > *,
.block-eight > * {
	padding-left: 0 !important;
}
.block-three {
	margin-left: -35px;
}
.block-one h2 {
	margin-top: 10px;
	font-family: 'MullerBold';
	font-size: 28px;
	color: #b41827;
	line-height: 46px;
	letter-spacing: normal;
}
.block-one-right .uk-width-medium-1-2 {
	padding-top: 13px;
}
.block-one-right .uk-width-medium-1-2:first-child {
	padding-left: 70px;
}
.uk-article .block-one-right .uk-width-medium-1-2 p {
	font-size: 14px;
}
.uk-article .uk-grid.block-two {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px solid #b41827;
}
.uk-article .block-two h3,
.uk-article .block-three h3,
.uk-article .block-four h3,
.uk-article .block-five h3,
.uk-article .block-six h3,
.uk-article .block-seven h3,
.block-eight-left h3 {
	font-family: 'MullerBold';
	font-size: 20px;
	color: #b41827;
	letter-spacing: normal;
}
.uk-article .block-two p,
.uk-article .block-three p,
.uk-article .block-four p,
.uk-article .block-five p,
.uk-article .block-six p {
	font-size: 14px;
	color: #626262;
}
.uk-article .block-three h3 {
	padding-top: 15px;
}
.block-four {
	margin-top: 30px;
}
.block-four div {
	min-height: 110px;
}
.block-four h4 {
	margin-top: 30px;
	font-family: Verdana, "sans-serif";
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #626262;
}
.block-four p {
	font-size: 14px;
	line-height: 18px;
}
.block-four {
	position: relative;
}
.block-four .uk-width-medium-1-3 img {
	position: absolute;
	top: -40px;
	right: -40px;
	max-height: 500px;
}
.block-six,
.block-seven {
	position: relative;
	margin-left: -35px;
	padding-top: 40px;
}
.block-seven-top,
.block-seven-bottom {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
} 
.block-seven-top div:nth-child(1),
.block-seven-top div:nth-child(3),
.block-seven-top div:nth-child(5),
.block-seven-bottom div:nth-child(1),
.block-seven-bottom div:nth-child(3) {
	height: 50px;
	font-family: Verdana, "sans-serif";
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
	border: 1px solid #626262;
	border-radius: 25px;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #626262;
} 
.block-seven-bottom-rifht {
	height: 50px;
	font-family: Verdana, "sans-serif";
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
	border: 1px solid #b41827;
	border-radius: 25px;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #b41827;
} 
.arrow-01,
.arrow-02,
.arrow-03 {
	width: 10%;
	height: 50px;
	background: url(../images/arrow-01.png) 0 50% no-repeat;
	background-size: contain;
}
.arrow-04 {
	width: 14%;
	height: 50px;
	background: url(../images/arrow-03.png) 0 50% no-repeat;
	background-size: contain;
}
.block-seven-top {
	padding-bottom: 40px;
}
.block-seven-middle {
	position: absolute;
	top: 90px;
	right: 68px;
	height: 90px;
	width: 70%;
	background: url(../images/arrow-04.png) 0 50% no-repeat;
	background-size: contain;
	
}
.block-eight-left {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.block-eight-left .uk-button {
	width: 60%;
	font-family: Verdana, "sans-serif";
	font-size: 18px;
	color: #626262;
	padding: 10px;
	border: 1px solid #626262;
	box-sizing: border-box;
}
.block-eight-middle h3 {
	padding-top: 120px;
}
.block-eight-middle .uk-button {
	width: 60%;
	font-family: Verdana, "sans-serif";
	font-size: 18px;
	font-weight: 600;
	color: #626262;
	padding: 10px;
	border: 1px solid #626262;
	box-sizing: border-box;
	padding-left: 15px;
}
.block-eight-right {
	position: relative;
}
.block-eight-right img {
	margin-top: -50px;
}
.mission-one .uk-grid > *,
.mission-two .uk-grid > *,
.mission-three .uk-grid > *,
.mission-one-txt,
.mission-two-left {
	margin-left: 0;
	padding-left: 0;
}
.mission-one {
	padding-bottom: 30px;
	border-bottom: 1px solid #b41827;
}
.mission-one h2 {
	font-family: 'MullerBold';
	font-size: 28px;
	color: #b41827;
	line-height: 36px;
	letter-spacing: normal;
	margin: 5px 0 0 0;
}
.mission-one h3,
.mission-two-left h3 {
	font-family: 'MullerBold';
	font-size: 20px;
	color: #b41827;
	line-height: 22px;
	letter-spacing: 1.5px;
}
.tm-content .mission-two {
	margin-top: 15px;
	padding-top: 5px;
}
.tm-content .mission-two p {
	font-family: Verdana, "sans-serif";
	font-size: 14px;
	line-height: 18px;
}
.mission-three {
	padding-top: 35px;
}
.mission-three h3 {
	margin-left: -35px;
	font-family: 'MullerBold';
	font-size: 20px;
	color: #b41827;
	line-height: 22px;
}
.mission-three .uk-grid {
	margin-top: 15px;
}
.mission-three h4 {
	font-family: Verdana, "sans-serif";
	text-align: center;
	font-weight: bold;
}
.mission-three p {
	font-family: Verdana, "sans-serif";
	font-size: 14px;
	line-height: 18px;
}
.padding-top {
	padding-top: 50px !important;
}
.about-us-one {
	border-bottom: 1px solid #b41827;
}
.about-us-one .about-us-one-left {
	padding-left: 0;
}
.about-us-one .about-us-one-left h2 {
	font-family: 'MullerBold';
	font-size: 28px;
	color: #b41827;
	line-height: 36px;
	letter-spacing: normal;
	margin-bottom: 30px;
}
.about-us-one .about-us-one-left p {
	font-family: Verdana, "sans-serif";
	font-size: 13px;
	line-height: 16px;
	padding-left: 65px;
}
.name-red {
	font-size: 20px;
	color: #b41827;
	line-height: 36px;
	letter-spacing: 1px;
}
.about-us-one-right {
	position: relative;
}
.about-us-one-right img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	top: -40px;
	right: -50px;
}
.about-us-two {
	margin-left: -35px;
}
.about-us-two > h3 {
	font-family: 'MullerBold';
	font-size: 22px;
	color: #b41827;
	line-height: 30px;
	letter-spacing: normal;
	margin: 30px 0 60px 0;
}
.about-us-two .about-reviews-txt h3 {
	min-height: 46px;
}
.about-us-two .new-slaidset .uk-panel-box p {
	font-size: 14px;
	line-height: 16px;
}
.about-us-three {
	margin-left: -35px;
	padding-right: 40px;
	width: 90%;
	margin: 0 auto;
}
.about-us-three  p {
	padding-top: 30px;
	font-family: Verdana, "sans-serif";
	font-size: 18px;
	color: #626262;
}
.about-us-button {
	padding-top: 30px;
}
.about-us-three .about-us-button .uk-button {
	display: block;
	width: 30%;
	margin: 0 auto;
	font-family: Verdana, "sans-serif";
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #b41827;
	border-radius: 30px;
	color: #626262;
	line-height: 30px;
	padding: 10px 0;
}
.block-eight {
	margin-left: -35px;
	padding-top: 65px;
}
.block-eight-top {
	padding: 60px 0;
}
.block-eight-top .block-eight-top-left {
	padding-left: 0
}
.block-eight-top-left h3 {
	font-family: 'MullerBold';
	font-size: 20px;
	color: #b41827;
	letter-spacing: normal;
}
.block-eight-top-right h3 {
	font-family: 'MullerBold';
	font-size: 40px;
	color: #626262;
}
.block-eight-right h2 {
	display: none;
}
.block-eight .block-eight-right .form-horizontal .control-group {
	margin-bottom: 0;
}
.block-eight .block-eight-right .formControlLabel {
	padding-top: 0 !important;
	width: 100% !important;
	float: none;
	color: #626262;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
}
.block-eight .block-eight-right .form-horizontal .controls {
	display: block;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
}
.block-eight .block-eight-right .controls .rsform-input-box,
.block-eight .block-eight-right .controls .rsform-select-box {
	display: block;
	width: 100%;
	border-radius: 0;
	border: 1px solid #626262;
	min-height: 45px;
	box-sizing: border-box;
}
.block-eight .block-eight-right .rsform-block-pers .controls {
	width: 10%;
}
.block-eight .block-eight-right .rsform-block-pers .controls .checkbox {
	height: 20px;
	min-height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}
.block-eight .block-eight-right .rsform-block-pers .controls .checkbox .rsform-checkbox {
	height: 20px;
	min-height: 20px !important;
	margin: 0;
	padding: 0;
}
.block-eight .block-eight-right .rsform-block-pers .formControlLabel {
	height: 20px;
	min-height: 20px;
	width: 90% !important;
	order: 2;
}
.block-eight .block-eight-right .rsform-block-pers {
	height: 20px;
	min-height: 20px;
	display: flex;
	justify-content: flex-start;
	order: 1;
	margin-bottom: 15px !important;
}
.block-eight .block-eight-right .rsform-block-recaptcha .control-label {
	display: none;
}
.block-eight .block-eight-left h3 {
	margin-top: 20px;
}
.block-eight .block-eight-left img {
	display: block;
	width: 80%;
	height: auto;
}
@media (min-width: 1220px) {
	.uk-container {
		max-width: 1270px;
		padding: 0 35px;
	}
}
.tm-toolbar .uk-float-left img {
	display: block;
	max-width: 225px;
	height: auto;
	padding: 27px 0;
}
.tm-toolbar .uk-float-right img {
	display: block;
	max-width: 223px;
	height: auto;
	padding: 22px 0;
}
.sinerg-head {
	position: relative;
}
.sinerg-head img {
	position: relative;
	top: 20px;
	left: 150px;
	display: block;
	max-width: 450px;
	height: auto;
}
.sinerg-head-left h2 {
	font-family: "Arial Black", "sans-serif";
	font-size: 64px;
	line-height: 80px;
	color: #003854;
	padding-top: 55px;
	text-transform: none;
}
.sinerg-head-left p {
	font-family: "Arial", "sans-serif";
	font-size: 28px;
	line-height: 34px;
	color: #343434;
}
.tm-footer-left {
	width: 110%;
}
.sinerg-footer-left ul,
.sinerg-footer-right ul {
	list-style: none;
	padding-left: 0;
	padding-top: 20px;
}
.sinerg-footer-left a,
.sinerg-footer-right a {
	font-family: 'Inter', sans-serif;
	color: #fff;
}
.sinerg-footer-right {
	text-align: right;
}
.sinerg-footer-right img {
	max-width: 230px;
	padding-top: 10px;
}
.copyright {
	font-family: 'Inter', sans-serif;
	font-size: 19px;
	color: #fff;
	text-align: center;
	padding: 40px 0 25px 0;
}
.top-var-blocks {
	display: flex;
	justify-content: flex-start;
}
.ico-blocks {
	margin: 0 5px 20px 0;
	cursor: pointer;
}
.block-slideshow .sinerg-slide {
	padding: 0;
}
.block-grid .uk-row-first .uk-panel-box {
	display: flex;
	justify-content: flex-start;
	padding: 0;
	background: #E6EFF4;
	border-radius: 18px;
	overflow: visible;
}
.grid-modal-button {
	position: absolute;
	bottom: -15px;
	left: 35%;
	z-index: 10;
}
.grid-modal-button a {
	position: relative;
	display: block;
	width: 159px;
	height: 35px;
	background: #9A161A;
	border-radius: 8px;
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
	z-index: 10;
}
.block-grid .uk-row-first .uk-panel-box > p/*,
.grid-modal-button a*/ {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	background: #D01A20;
	border-radius: 0 18px 0 18px;
	z-index: 10;
}
/*.grid-modal-button a i {
	position: absolute;
	top: 30%;
	right: 15%;
	width: 21px;
	height: 15px;
	color: #fff;
}*/
.block-grid .uk-row-first .uk-panel-box > p:before {
	content: '';
	position: absolute;
	top: 30%;
	right: 25%;
	display: block;
	width: 21px;
	height: 15px;
	color: #fff;
	background: url(../images/button-arrow.png) 50% 50% no-repeat;
	background-size: contain;
}
.block-grid .uk-row-first .uk-panel-box > p a {
	background: none;
}
.block-grid .uk-row-first .uk-panel-box .grid-all-txt h3,
.block-grid .uk-row-first .uk-panel-box .grid-all-txt h4 {
	padding: 0 5px;
	margin: 0;
	font-family: Inter;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	display: inline-block;
}
.grid-all-txt h3 {
	border: 2px solid #D01A20;
	border-radius: 8px;
	color: #083C5F;
}
.grid-all-txt h4 {
	position: relative;
	background: #D01A20;
	color: #FFF;
	border-radius: 8px;
}
.grid-all-txt h4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -14px;
	display: block;
	width: 180px;
	height: 3px;
	background: #083C5F;
}
.grid-all-txt .top-margin {
	margin-top: 25px;
}
.grid-all-txt p,
.grid-all-txt li {
	padding-left: 15px;
	background: url(../images/rectangle357.png) 0 15% no-repeat;
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	line-height: 13.2px;
	letter-spacing: 0.04em;
	color: #333;
	margin-bottom: 0;
}
.grid-all-txt li {
	list-style: none;
}
.grid-all-txt p:last-child:before {
	display:  none;
}
.block-grid .uk-row-first {
	height: 251px;
}
.block-grid .uk-row-first .uk-panel-box .uk-panel-teaser {
	position: relative;
	width: 50%;
	order: 1;
	margin: 0;
}
.block-grid .uk-row-first:nth-child(6) .uk-panel-box .uk-panel-teaser img,
.block-grid .uk-row-first:nth-child(8) .uk-panel-box .uk-panel-teaser img,
.block-grid .uk-row-first:nth-child(10) .uk-panel-box .uk-panel-teaser img,
.block-grid .uk-row-first:nth-child(12) .uk-panel-box .uk-panel-teaser img {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
}
.block-grid .uk-row-first:nth-child(6) .uk-panel-box .grid-all-txt p:last-child:before {
	display: none;
}
.block-grid .uk-row-first .uk-panel-box .uk-margin {
	margin-bottom: 0;
	width: 50%;
	order: 0;
	padding: 30px 0 30px 30px;
}
.block-grid .uk-row-first .uk-panel-box .uk-margin {
	display: flex;
	align-content: center;
}
.grid-all-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: flex-start;
}
.block-list .uk-grid {
	height: 191px;
	background: #E6EFF4;
	border-radius: 18px;
	margin-left: 0;
}
.block-list .uk-grid .uk-width-medium-1-5,
.block-list .uk-grid .uk-width-medium-4-5 {
	padding-left: 0;
}
.block-list .uk-grid .uk-width-medium-4-5,
.block-list .uk-grid .uk-width-medium-4-5 > .uk-panel,
.block-list .uk-grid .uk-width-medium-4-5 > .uk-panel > .uk-margin,
.giper-list-all,
.giper-list-left {
	height: 100%;
}
.block-list .uk-grid .uk-width-medium-4-5 > .uk-panel .giper-list-left,
.block-list .uk-grid .uk-width-medium-4-5 > .uk-panel .giper-list-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.giper-list-all .giper-list-left {
	width: 50%;
	padding: 0 5px 0 40px;
	background: #DEE8EE;
	border-radius: 18px 0 0 18px;
}
.giper-list-all .giper-list-right {
	width: 50%;
	padding-left: 60px;
}
.giper-list-all .giper-list-right ul {
	padding-left: 0;
}
.giper-list-all .giper-list-right li {
	list-style: none;
}
.giper-list-all .giper-list-right p,
.giper-list-all .giper-list-right li {
	margin-top: 0;
	padding-left: 15px;
	background: url(../images/rectangle357.png) 0 10% no-repeat;
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	line-height: 13.2px;
	letter-spacing: 0.04em;
	text-align: left;
}
.block-grid-button h4 {
	margin: 0;
	font-family: Inter;
	font-size: 14px;
	font-weight: 700;
	line-height: 18.76px;
	text-align: center;
	text-transform: none;
	letter-spacing: normal;
}
.block-grid-button p {
	margin-top: 0;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.76px;
	text-align: center;
}
.block-grid-button a {
	display: block;
	width: 216px;
	height: 48px;
	margin: 0 auto;
	border-radius: 8px;
	background: #D01A20;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	color: #fff;
}
.block-list .uk-grid .uk-width-medium-1-5 {
	text-align: right !important;
}
.block-list .uk-grid .uk-width-medium-1-5 img {
	height: 191px;
}
.giper-list-all {
	display: flex;
	justify-content: flex-start;
}
.block-list .uk-grid h3,
.block-list .uk-grid h4 {
	display: inline-block;
	font-family: Inter;
	font-size: 35px;
	font-weight: 700;
	line-height: 43.75px;
	text-align: left;
	margin: 0;
	padding: 2px 5px;
	border-radius: 15px;
}
.block-list .uk-grid h3 {
	border: 2px solid #D01A20;
	color: #083C5F;
}
.block-list .uk-grid h4 {
	background: #D01A20;
	color: #fff;
}
.giper-list-button a {
	display: block;
	width: 147px;
	height: 30px;
	background: #083C5F;
	border-radius: 9px;
	color: #fff;
	font-family: Inter;
	font-size: 12px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.04em;
	text-align: center;
}
.block-list .block-grid-button {
	margin-top: 35px;
	margin-bottom: 50px;
}
.block-slideshow {
	position: relative;
}
.block-slideshow .block-slideshow-button {
	position: absolute;
	top: -70px;
	right: 0;
}
.block-slideshow .block-slideshow-button a {
	display: block;
	width: 216px;
	height: 48px;
	border-radius: 8px;
	background: #D01A20;
	color: #fff;
	font-family: Inter;
	font-size: 12px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: 0.04em;
	text-align: center;
}
.bottom-slideshow-button {
	position: absolute;
	left: 71px;
	bottom: 150px;
}
.bottom-slideshow-button a {
	display: block;
	width: 180px;
	height: 43px;
	border-radius: 10px;
	background: #9A161A;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 43px;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
}
.giper-switcher-top {
	display: flex;
	justify-content: flex-start;
}
.giper-switcher-top-left {
	width: 15%
}
.giper-switcher-top-middle,
.giper-switcher-top-right {
	width: 42.5%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.giper-switcher-top-middle h3 {
	margin: 0;
	font-family: Inter;
	font-size: 25px;
	font-weight: 700;
	line-height: 27.5px;
	letter-spacing: 0.04em;
	text-transform: none;
}
.giper-switcher-button a {
	display: block;
	width: 168px;
	height: 35px;
	border-radius: 8px;
	background: #00558E;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 35px;
	color: #fff;
	text-align: center;
}
.tm-main-bottom .uk-row-first .giper-switcher {
	margin: 70px 0;
}
.giper-switcher .uk-subnav {
	margin-left: 35px;
	margin-bottom: 0;
}
.giper-switcher .uk-subnav li {
	width: 35px;
	height: 30px;
	border-radius: 9px 9px 0 0;
	background: #E9CCCD;
	margin: 0 5px 0 0;
}
.giper-switcher .uk-subnav li:hover {
	cursor: pointer;
	background: #eab9bb;
}
.giper-switcher .uk-subnav li.uk-active {
	width: auto;
	height: 30px;
	padding-right: 15px;
	border-radius: 9px 9px 0 0;
	background: #9A161A;
	color: #fff;
}
.giper-switcher .uk-subnav li a {
	display: none;
}
.giper-switcher .uk-subnav li.uk-active a {
	display: block;
	color: #fff;
	text-transform: none;
}
.giper-switcher .uk-switcher {
	margin-top: 0 !important;
}
.giper-switcher .uk-switcher .uk-panel {
	background: #E3EBEF;
	border-radius: 9px;
}
.giper-switcher .uk-switcher .uk-panel .uk-grid .uk-row-first .uk-panel {
	padding: 70px 0 45px 45px;
}
.giper-switcher-all {
	display: flex;
	justify-content: flex-start;
}
.giper-switcher-all .giper-switcher-left {
	width: 60%;
	border-bottom: 3px solid #083C5F;
}
.giper-switcher-all .giper-switcher-left h2 {
	font-family: Inter;
	font-size: 25px;
	font-weight: 500;
	line-height: 32.5px;
	color: #083C5F;
}
.giper-switcher-all .giper-switcher-right {
	width: 40%;
	border-bottom: 3px solid #D01A20;
}
.giper-switcher-all .giper-switcher-right h2 {
	margin-top: 25px;
	font-family: Inter;
	font-size: 30px;
	font-weight: 800;
	line-height: 39px;
	text-align: left;
	color: #D01A20;
}
.uk-switcher p {
	font-family: Inter;
	font-size: 12px;
	font-weight: 300;
	line-height: 13.2px;
	letter-spacing: 0.04em;
	text-align: left;
	color: #333;
}
.giper-switcher-bottom {
	padding: 15px;
	margin-top: 15px;
	border-radius: 5px;
	background: #CFDCE5;
	font-family: Inter;
	font-size: 12px;
	font-weight: 500;
	line-height: 13.2px;
	letter-spacing: 0.04em;
	text-align: left;
	color: #333;
}
.tm-main-bottom {
	margin-left: 0;
}
.about-company-top {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.about-company-top-left,
.about-company-top-right {
	width: 50%;
}
.about-company-top-right {
	display: flex;
	justify-content: flex-end;
}
.about-company-top-left h2 {
	font-family: Inter;
	font-size: 25px;
	font-weight: 700;
	line-height: 27.5px;
	letter-spacing: 0.04em;
	text-align: left;
	color: #333333;
}
.about-company-top-right a {
	display: block;
	width: 168px;
	height: 35px;
	border-radius: 8px;
	background: #00558E;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	color: #fff;
}
.about-company-img {
	margin-bottom: 100px;
}
.about-company-img img {
	width: 100%;
}
.about-company-middle {
	display: flex;
	justify-content: flex-start;
}
.about-company-middle-left,
.about-company-middle-right {
	width: 50%;
}
.about-company-middle-left h3 {
	margin-bottom: 35px;
	font-family: Inter;
	font-size: 24px;
	font-weight: 800;
	line-height: 34.56px;
	text-align: left;
	color: #083655;
}
.about-company-middle-left h4 {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 23.04px;
	text-align: left;
	color: #000;
	text-transform: none;
}
.about-company-middle-left p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.12px;
	text-align: left;
	color: #000;
}
.about-company-middle-right {
	display: flex;
	justify-content: flex-end;
}
.about-company-topline {
	display: flex;
	justify-content: flex-start;
	margin-top: 87px;
}
.about-company-topline-left {
	width: 75%;
	padding-top: 26px;
	border-top: 6px solid #4786B0;
}
.about-company-topline-left p,
.about-company-topline-right p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.12px;
	color: #000;
}
.about-company-topline-right {
	width: 25%;
	padding-top: 26px;
	border-top: 6px solid #083C5F;
}
.about-company-bottom {
	display: flex;
	justify-content: flex-start;
	margin-top: 80px;
	background: #083655;
	border-radius: 10px;
}
.about-company-bottom-left {
	width: 30%;
}
.about-company-bottom-right {
	width: 70%;
	display: flex;
	align-items: center;
}
.about-company-bottom-right p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 22.12px;
	color: #fff;
	margin-bottom: 0;
}
.about-company-buttons-top {
	margin-top: 80px;
}
.about-company-buttons-top a {
	display: block;
	margin: 0 auto;
	width: 295px;
	height: 42px;
	border-radius: 8px;
	background: #9A161A;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 42px;
}
.about-company-buttons-bottom {
	margin-top: 16px;
	margin-bottom: 59px;
}
.about-company-buttons-bottom a {
	display: block;
	margin: 0 auto;
	width: 168px;
	height: 35px;
	border-radius: 8px;
	background: #00558E;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 35px;
}
.giper-vacancies-top {
	display: flex;
	justify-content: flex-start;
}
.giper-vacancies-top-left,
.giper-vacancies-top-right {
	width: 50%;
}
.giper-vacancies-top-right {
	text-align: right;
}
.giper-vacancies-top-left h2 {
	font-family: Inter;
	font-size: 26px;
	font-weight: 800;
	line-height: 33.02px;
	text-align: left;
	color: #083655;
}
.giper-vacancies-top-right p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 300;
	line-height: 18.06px;
	text-align: right;
	color: #000;
}
.giper-vacancies-top-right a {
	display: block;
	width: 188px;
	height: 37px;
	margin-top: 19px;
	border-radius: 7px;
	background: #083C5F;
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 37px;
	text-align: center;
	color: #fff;
	float: right;
}
.giper-vacancies-search .tm-search {
	margin: 48px 0 42px 0;
}
.giper-vacancies-search .tm-search .uk-search {
	width: 100%;
}
.giper-vacancies-search .tm-search .uk-search input {
	width: 100%;
	height: 36px;
	border-radius: 9px;
	background: #f2f2f2;
	border: 1px solid #999;
}
.giper-vacancy-one {
	display: flex;
	justify-content: flex-start;
	padding: 26px;
	border-radius: 17px;
	background: #E4EDF1;
	margin-bottom: 34px;
}
.giper-vacancy-one-left,
.giper-vacancy-one-right {
	width: 50%;
}
.giper-vacancy-one-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.giper-vacancy-one-left h3 {
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 25.92px;
	text-align: left;
	color: #000;
}
.giper-vacancy-one-left p {
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 18.9px;
	text-align: left;
	color: #535353;
}
.giper-vacancy-one-right h3 {
	font-family: Inter;
	font-size: 20px;
	font-weight: 600;
	line-height: 21px;
	text-align: right;
	color: #000;
}
.giper-vacancy-one-right p {
	font-family: Inter;
	font-size: 12px;
	font-weight: 500;
	line-height: 16.2px;
	text-align: right;
	color: #000;
}
.giper-vacancy-one-right .white-bg {
	font-family: Inter;
	font-size: 12px;
	font-weight: 300;
	line-height: 16.2px;
	text-align: right;
	color: #000;
}
.giper-vacancy-one-right .white-bg span {
	background: #FFF;
	padding: 5px;
	border-radius: 7px;
}
.tm-footer-left {
	margin-right: -35px;
}
.tm-footer-left .new-footer-all {
	display: flex;
	justify-content: flex-start;
}
.tm-footer-left .new-footer-left,
.tm-footer-left .new-footer-middle,
.tm-footer-left .new-footer-right {
	width: 33.33%;
}
.tm-footer-left .new-footer-all p {
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	line-height: 20.26px;
	color: #fff;
}
.tm-footer-left .new-footer-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.tm-footer-left .new-footer-left p {
	margin: 0;
}
.tm-footer-left .new-footer-right {
	padding-top: 15px;
	text-align: right;
}
.tm-footer-left .new-footer-middle {
	display: flex;
	align-items: center;
	text-align: center;
}
.tm-footer-left .new-footer-middle img {
	margin: 0 auto;
}
.vakansiya-head {
	display: flex;
	justify-content: flex-start;
}
.vakansiya-head-left,
.vakansiya-head-right {
	width: 50%;
}
.vakansiya-head-left h3 {
	font-family: Inter;
	font-size: 26px;
	font-weight: 800;
	line-height: 33.02px;
	text-align: left;
	color: #083655;
	text-transform: none;
}
.vakansiya-head-left p {
	margin: 5px 0;
	font-family: Inter;
	font-size: 12px;
	font-weight: 500;
	line-height: 16.2px;
	text-align: left;
	color: #000;
}
.vakansiya-head-left .grey-bg {
	margin: 0;
	display: inline-block;
	padding: 5px 8px;
	border-radius: 7px;
	background: #E4EDF1;
	font-family: Inter;
	font-size: 12px;
	font-weight: 300;
	line-height: 16.2px;
	color: #000000;
}
.vakansiya-head-right h3 {
	font-family: Inter;
	font-size: 20px;
	font-weight: 600;
	line-height: 21px;
	text-align: right;
}
.vakansiya-head-right h3:first-child {
	color: #737373;
	margin-bottom: 10px;
}
.vakansiya-head-right h3:last-child {
	color: #000;
	margin-top: 0;
}
.vakansiya-bottom-button a {
	display: block;
	margin: 35px auto;
	width: 203px;
	height: 45px;
	border-radius: 8px;
	background: #083C5F;
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 45px;
	text-align: center;
	color: #fff;
}
.tm-main-bottom > div {
	padding-left: 0;
}
.tm-main-bottom .sinerg-slide .uk-slidenav-previous {
	background: url(../images/red-left-arrow.png)  50% 50% no-repeat;
	background-size: contain;
	left: -35px;
}
.tm-main-bottom .sinerg-slide .uk-slidenav-next {
	background: url(../images/red-right-arrow.png)  50% 50% no-repeat;
	background-size: contain;
	right: -35px;
}
.sinerg-grid-stack .uk-width-medium-3-4 {
	padding-left: 0;
}
.sinerg-grid-stack .uk-panel-space {
	padding: 20px;
	height: 100%;
}
.sinerg-grid-stack .uk-panel-space a {
	position: absolute;
	bottom: -60px;
	right: -300px;
}
.sinerg-grid-stack .uk-panel-space a img {
	border-radius: 10px;
}
.sinerg-grid-stack .uk-margin-large {
	margin-bottom: 100px;
}
.sinerg-grid-stack > .uk-grid {
	margin-left: 0;
	border-radius: 10px;
	/*-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);*/
	-webkit-box-shadow: 2px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 2px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 2px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.sinerg-grid-stack .uk-panel-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-transform: none;
	color: #3A3A3A;
	font-family: 'Open Sans', sans-serif;
}
.sinerg-grid-stack img {
	border-radius: 0 10px 10px 0;
}
.block-grid .uk-row-first {
	margin-bottom: 60px;
}
.block-grid .uk-row-first .uk-panel-teaser {
	margin-bottom: 35px;
}
.block-grid .uk-row-first .uk-margin {
	margin-top: 0;
}
.block-slideshow .uk-overlay-panel a {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1000;
}
.modal-form-top #userForm > h2 {
	display: none;
}
.tm-top-a p {
	margin: 0;
}
.tm-top-a .color-white {
	background: #fff;
}
.tm-toolbar-bottom {
	padding-bottom: 20px;
}
.tm-toolbar-bottom h3 {
	font-family: 'Inter', sans-serif;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #003D5E;
}
.tm-toolbar-bottom p {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #003D5E;
	text-transform: none;
	line-height: 18px;
}
.tm-toolbar-bottom span {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003D5E;
	text-transform: none;
	line-height: 18px;
}
.new-contacts {
	padding-top: 55px;
}
.new-contacts h2 {
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #003D5E;
	text-transform: none;
	line-height: 26px;
}
.new-contacts h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #003D5E;
	text-transform: none;
	line-height: 26px;
}
.new-contacts p {
	font-size: 16px;
	color: #003D5E;
	text-transform: none;
	line-height: 14px;
}
.new-contacts-bottom {
	position: relative;
}
.new-contacts-bottom img {
	position: relative;
	top: -140px;
	display: block;
	width: 100%;
	height: auto;
}
.block-slideshow .uk-slideset {
	margin-left: 0;
}
.block-slideshow .uk-slideset li {
	background: #E3EBEF;
	border-radius: 8px;
}
.block-slideshow .new-nav-all .new-subnav-all .uk-slidenav {
	display: block;
	box-sizing: border-box;
	width: 54px;
	height: 54px;
	text-align: center;
}
.block-slideshow .new-nav-all .new-subnav-all .uk-slidenav-previous {
	position: absolute;
	left: -28px;
	background: url(../images/sl-arrow-left.png) top left no-repeat;
	background-size: contain;
}
.block-slideshow .new-nav-all .new-subnav-all .uk-slidenav-next {
	position: absolute;
	right: -28px;
	background: url(../images/sl-arrow-right.png) top left no-repeat;
	background-size: contain;
}
.block-slideshow .uk-slideset .uk-panel {
	display: flex;
	justify-content: flex-start;
}
.block-slideshow .uk-slideset .uk-panel .uk-text-center {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	order: 1;
	width: 50%;
	margin-bottom: 0;
}
.block-slideshow .uk-slideset .uk-panel .all-text {
	padding: 70px 0 70px 30px;
	order: 0;
	width: 50%;
}
.block-slideshow .uk-slideset .uk-panel .all-text .giper-slideshow-txt-head h3, 
.block-slideshow .uk-slideset .uk-panel .all-text .giper-slideshow-txt-head h4 {
	padding: 0 10px;
	margin: 0;
	font-family: Inter;
	font-size: 40px;
	font-weight: 700;
	line-height: 56px;
	text-align: left;
	display: inline-block;
}
.uk-slideset .all-text .giper-slideshow-txt-head h3 {
	border: 2px solid #D01A20;
	border-radius: 20px;
	color: #083C5F;
}
.uk-slideset .all-text .giper-slideshow-txt-head h4 {
	position: relative;
	background: #D01A20;
	color: #FFF;
	border-radius: 20px;
}
.uk-slideset .all-text .giper-slideshow-txt-head h4:last-child {
	margin-bottom: 21px !important;
}
.uk-slideset .all-text .giper-slideshow-txt-head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 17px;
}
.uk-slideset .all-text .giper-slideshow-txt-head:after {
	content: '';
	display: block;
	width: 380px;
	height: 3px;
	background: #083C5F;
}
.uk-slideset .all-text .giper-slideshow-txt-middle p {
	display: block;
	font-family: Inter;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.04em;
	text-align: left;
}
.uk-slideset .all-text .giper-slideshow-txt-middle p:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin: 5px 5px 0 0;
	background: url(../images/rectangle-sl.png) top left no-repeat;
	background-size: contain;
}
.uk-slideset .all-text .giper-slideshow-txt-button a {
	display: block;
	width: 180px;
	height: 43px;
	margin-top: 23px;
	border-radius: 10px;
	background: #9A161A;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 43px;
	color: #fff;
	text-align: center;
}
.block-slideshow .new-nav-all {
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0;
}