/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@font-face {
    font-family: 'Eurostile'; 
    src: url('../fonts/eurostileext-bo.ttf') format('truetype'),
         url('../fonts/eurostileext-bo.woff2') format('woff2'),
         url('../fonts/eurostileext-bo.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
   }
html,
body {
    height: 100%;
}
@media (min-width: 768px) {
    body {
        display: flex;
        flex-direction: column;
    }
    .tm-navbar-container {
       flex: 0 0 auto;
    }
    .all-blocks {
       flex: 1 0 auto;
    }
    .tm-block-bottom-d {
       flex: 0 0 auto;
    }
}
.uk-head-clear {
    display: none;
}
.tm-isblog {
    max-width: 1920px;
    margin: 0 auto;
}
.tm-navbar-container .new-header {
    padding: 9px 0;
    background: rgba(30, 47, 90, 0.7);
    box-sizing: border-box;
    z-index: 10;
}
.tm-navbar-container .new-head-clear {
    background: rgba(30, 47, 90, 0.7);
}
.uk-navbar-nav > li.uk-active,
.uk-navbar-nav > li:hover {
    cursor: pointer;
}
.uk-navbar-nav > li > a {
	font-weight: 600;
}
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li:hover > a {
    cursor: pointer;
}
.uk-navbar-nav > li {
    margin: 0;
}
.uk-navbar-nav > li > a::after {
	background: #fff;
}
.tm-new-head .uk-new-logo {
    margin: 8px 0 3px 70px;
}
.tm-new-head .new-phone {
    padding-left: 0;
    justify-content: flex-end;
}
.tm-new-head .new-phone .modal-form {
    position: relative;
}
.tm-new-head .new-phone .modal-form a {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #fff;
    font-size: 20px;
}
.tm-navbar-container .new-header .tm-search {
    right: -20px;
	bottom: 12px;
    color: #fff;
    border-right: 1px solid #ccc;
}
.tm-navbar-container .new-header input.uk-search-field {
	height: 30px;
	padding: 0 0 0 30px;
    /*background:  rgba(255,255,255,0.7);*/
}
.tm-navbar-container .new-header .uk-search::before {
	top: 0;
	left: 0;
	line-height: 30px;
}
.tm-navbar-container .new-header .tm-search .uk-search,
.tm-navbar-container .new-header .tm-search .uk-search input,
.tm-navbar-container .new-header .tm-search .uk-search:before {
    color: #fff;
}
.tm-phone,
.tm-language {
    padding-top: 14px;
    color: #fff;
    font-size: 19px;
    padding-right: 2px;
}
.tm-navbar-container .tm-navbar {
    padding: 0;
    background: rgba(30, 47, 90, 0.7);
    color: #fff;
    z-index: 10;
}
.tm-navbar-container .menu-clear {
    background: rgba(30, 47, 90, 0.7);
}
/*.tm-navbar .uk-text-center .uk-navbar-nav {
    margin: 0 auto;
    float: none;
    display: inline-block;
}*/
.tm-navbar .uk-text-center .uk-navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.tm-navbar .uk-text-center .uk-navbar-nav > li > a {
    font-size: 17px;
}
.tm-navbar .uk-text-center .uk-navbar-nav > li > a:hover,
.tm-navbar .uk-text-center .uk-navbar-nav > li > a:focus,
.tm-navbar .uk-text-center .uk-navbar-nav > li > a:hover {
    color: #ccc;
}
.tm-navbar-muted .uk-navbar:not(.uk-active) .uk-navbar-nav > li > a {
	color: #fff !important;
}
.tm-logo p {
    margin: 0;
    padding: 0;
}
.tm-logo img {
    width: 150px;
}
.new-search {
    position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.new-search .booklet,
.new-search .booklet-link a {
	font-size: 19px;
	color: #fff;
}
.new-search .uk-dropdown {
	padding-top: 70px;
}
.new-search a:hover,
.new-search a:focus {
	color: #fff;
}
.new-search .uk-dropdown,
.new-search .uk-nav > li > a {
	z-index: 100000000;
}
.new-search .uk-nav > li > a {
	position:  relative;
}
.uk-navbar-nav > li.uk-active > a {
	color: #eee;
}
.uk-navbar-nav > li > a {
	color: #fff;
}
.home-video .uk-overlay-panel {
    padding: 0;
}
.home-video .uk-overlay-panel a {
    text-decoration: none;
}
.home-video .uk-overlay-panel > div,
.home-video .bottom-bg {
    height: 100%;
}
/*.home-video .bottom-bg*/
.home-video .uk-overlay-panel {
    background: url("../images/home-bg.png") 60% -10% no-repeat;
    background-size: contain;
}
.home-video .uk-margin {
    height: 90%;
}
.home-video .uk-h3 {
    background: #E42722;
    padding: 15px;
    font-size: 2.2vw;
    font-weight: 700;
    text-align: center;
}
.home-video .uk-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-video .uk-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.home-video .uk-right div {
    text-align: right;
}
.home-video .uk-left-1 {
    padding-left: 10%;
    margin-top: 2%;
}
.home-video .uk-left-1 img {
    width: 60%;
}
.home-video .uk-left-top {
    font-size: 3.5vw;
    line-height: 4vw;
    color: #E42722;
    font-weight: 800;
    padding-left: 15%;
}
.home-video .uk-left-bottom {
    display: flex;
    justify-content: flex-start;
}
.home-video .uk-left-bottom > div {
    font-size: 1.5vw;
    line-height: 2vw;
    background: #0B3E79;
    padding: 10px 15%;
}
.home-video .uk-left-top-1 {
    font-size: 3vw;
    line-height: 3.5vw;
    color: #E42722;
    font-weight: 800;
    padding-left: 10%;
}
.home-video .uk-left-bottom-1 {
    font-size: 1.5vw;
    line-height: 2vw;
    font-weight: 700;
    padding-left: 10%;
}
.home-video .uk-right-1 {
    height: 30%;
    display: flex;
    justify-content: flex-end;
}
.home-video .uk-right-border {
    display: flex;
    align-items: center;
    height: 220px;
    width: 220px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10%;
    padding: 5px;
}
.home-video .uk-right-txt {
    height: 100%;
    width: 100%;
    padding-top: 12%;
    box-sizing: border-box;
    border-radius: 50%;
    background: rgba(228, 39, 34, 0.8);
    font-size: 1vw;
    text-align: center !important;
    font-weight: 700;
}
/******new home video******/
/*.tm-new-project .uk-slideshow .uk-active {
    height: 100% !important;
}
.tm-new-project .uk-slideshow .uk-active img {
    opacity: 1 !important;
}*/
#tm-main {
    min-height: 0 !important;
}
.hv {
    max-height: 856px;
    overflow: hidden;
}
.hv .uk-slideshow {
    margin-top: -110px;
}
.hv .uk-overlay-panel,
.hv .uk-margin,
.hv .home-video-new {
    height: 100%;
}
#movie-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
@supports (object-fit: cover) {
    #movie-bg > video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
 @media screen and (max-width: 426px) {
    #movie-bg {
        background: url(video/travaho.jpg) center;
        background-size: cover;
    }
    video {
        display: none;
    }
}
.hv .uk-cover-background {
    background: 000;
}
.hv .uk-cover-background img {
    opacity: 0;
    z-index: 0;
    position: relative;
}
.hv .home-video-new {
    margin-top: 110px;
    position: relative;
    z-index: 100;
}
.hv .uk-overlay-panel > div {
    width: 100%;
}
.hv .home-left {
    background: url(../images/34-810_5699_min.png) 120% -9% no-repeat;
    background-size: contain;
    width: 31%;
}
.hv .home-video-new .home-right {
    position: relative;
    width: 69%;
    background: url(../images/home-bg.png) 98% 62% no-repeat;
    max-height: 800px;
    opacity: 0.7;
    z-index: 10;
}
.hv .home-right-top {
    height: 60%;
}
.hv .home-logo {
    /*background: url(../images/logo_gold_01.png) 0 12% no-repeat;
    background-size: contain;*/
    width: 65%;
}
.hv .home-logo .blik {
    margin-top: 30px;
}
.hv .home-logo .blik {
    position: relative;
    overflow: hidden;
}
/*.hv .home-logo .blik::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}
.hv .home-logo .blik:hover::after {
    animation: flareAnimation;
}
@keyframes flareAnimation {
    0% {
        left: 150%;
    }
    100% {
        left: -150%;
    }
}*/
.hv .home-circle {
    width: 35%;
    position: relative;
}
.hv .circle-1 {
    height: 52%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    position: relative;
}
.hv .circle-2 {
    transform-origin: center;
    transform: rotate(0deg);
}
.hv .circle-2,
.hv .circle-3,
.hv .circle-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.hv .circle-1 img.rot {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}
.hv .circle-1:hover img.rot {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.hv .circle-4 {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: rgba(228, 40, 33, 0.8);
    padding-top: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    z-index: 10;
}
.hv .circle-4:hover {
    background: rgba(228, 40, 33, 1);
}
.hv .circle-txt {
    text-align: center;
    line-height: 16px;
    font-weight: bold;
}
.hv .circle-txt-big {
    font-family: 'Eurostile';
    font-size: 58px;
    line-height: 60px;
    font-weight: bold;
}
.hv .bottom-txt {
    margin: 200px 30px 0 50px;
    text-align: right;
}
.hv .bottom-txt h4 {
    margin: 0;
    font-size: 22px;
    color: #fff;
}
.hv .home-right-bottom {
    margin: 0;
    width: 87%;
    position: absolute;
    bottom: 7%;
    right: 0;
    justify-content: flex-start;
    background: none;
}
.hv .home-right-bottom .square {
    padding-left: 0;
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: none;
}
.hv .home-right-bottom .square:last-child {
    padding-left: 26px;
}
.square-txt {
    height: 77px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    background: url(../images/square-txt-bg.png) 0 0 no-repeat;
}
.square-txt > div {
    font-size: 16px;
    font-weight: 500;
}
.square:hover .square-txt > div {
    font-weight: bold;
    color: #fff;
}
.square-num-1 {
    width: 100px;
    height: 50px;
    margin: 0 auto;
    font-family: 'Eurostile';
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: rgba(224, 41, 31, 0.7);
    background: url(../images/corner-1.png) 0 0 no-repeat;
    background-size: contain;
    position: relative;
    z-index: 110;
}
.square-num-2 {
    width: 160px;
    height: 70px;
    margin: 0 auto;
    font-family: 'Eurostile';
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    color: rgba(224, 41, 31, 0.7);
    background: url(../images/corner-2.png) 0 0 no-repeat;
    background-size: contain;
}
.square-num-3 {
    width: 190px;
    height: 70px;
    margin: 0 auto;
    font-family: 'Eurostile';
    font-size: 84px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    color: rgba(224, 41, 31, 0.7);
    background: url(../images/corner-3.png) 0 0 no-repeat;
    background-size: contain;
}
.square:hover .square-num-1,
.square:hover .square-num-2,
.square:hover .square-num-3 {
    color: #E82723;
    opacity: 1;
}
.project-left .uk-overlay-bottom {
    bottom: 28%;
}
.project-left .uk-dotnav > * > * {
  width: 20px;
  height: 20px;
  white-space: nowrap;
}
.project-left .uk-dotnav > * {
  padding-left: 35px;
}
/*img.rot {
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}*/
/******end new home video******/
.uk-right-txt div {
    font-size: 3vw;
    line-height: 3.5vw;
    font-weight: 700;
    text-align: center !important;
}
.uk-right-2-txt {
    width: 50%;
    margin-right: 10%;
    float: right;
    font-size: 2.2vw;
    line-height: 2.7vw;
    font-weight: 700;
}
.uk-right-3 {
    margin-top: 30px;
}
.uk-right-3-txt {
    width: 70%;
    margin-right: 10%;
    float: right;
    font-size: 3vw;
    line-height: 3.5vw;
    font-weight: 700;
    color: #fcf79b;
}
.uk-right-4 {
    margin-top: 50px;
}
.uk-right-4-txt {
    width: 60%;
    padding: 15px 10% 20px 10%;
    float: right;
    font-size: 2.5vw;
    ine-height: 3vw;
    font-weight: 700;
    background: #0B3E79;
}
.tm-block-bottom-d {
    background: rgba(30, 47, 90, 0.7);
    z-index: 2;
    padding: 10px;
    /*margin-top: 65px;*/
}
.tm-block-bottom-c {
	background: rgba(30, 47, 90, 0.7);
}
.tm-block-bottom-c .uk-panel,
.tm-block-bottom-d .uk-panel {
    position: inherit;
}
.tm-block-bottom-c .bottom_txt,
.tm-block-bottom-d .bottom_txt {
    position: absolute;
    bottom: 10%;
    right: 3%;
    color: #fff;
}
/*.tm-bottom-c .uk-grid .uk-row-first,
.tm-bottom-d .uk-grid .uk-row-first {
    padding-left: 150px;
}*/
.tm-bottom-c .uk-width-medium-1-6,
.tm-bottom-d .uk-width-medium-1-6 {
	padding-left: 100px;
}
.tm-bottom-c .uk-width-medium-1-6 h3,
.tm-bottom-c .uk-width-medium-1-6 h4,
.tm-bottom-c .uk-width-medium-1-6 a,
.tm-bottom-d .uk-width-medium-1-6 h3,
.tm-bottom-d .uk-width-medium-1-6 h4,
.tm-bottom-d .uk-width-medium-1-6 a {
    color: #fff;
}
.tm-bottom-c .uk-width-medium-1-6 a:hover,
.tm-bottom-c .uk-width-medium-1-6 a:active,
.tm-bottom-d .uk-width-medium-1-6 a:hover,
.tm-bottom-d .uk-width-medium-1-6 a:active {
    color: #ccc;
}
.tm-bottom-c .uk-nav-side > li.uk-active > a,
.tm-bottom-d .uk-nav-side > li.uk-active > a {
	color: #ccc;
}
.last-contacts-left {
    display: flex;
    justify-content: center;
}
.last-contacts-left h4 {
    margin: 0;
    padding: 5px 20px;
}
.last-contacts-left a {
    color: #fff;
}
.last-contacts-right .copyright {
    padding: 5px;
    text-align: center;
    color: #fff;
}
#tm-footer {
    display: none;
    border-top: 1px solid #fff;
    background: #1E2F5A;
}
.tm-footer-left {
    width: 100%;
}
.uk-width-1-3 {
    position: relative;
}
.uk-width-1-3 span,
.uk-width-1-3 i {
    margin-right: 10px;
}
.uk-width-1-3 .bottom_txt {
    position: absolute;
    right: 0;
    bottom: 0;
}
.bottom_logo {
    margin-top: 5px;    
}
.tm-block-main .uk-container,
.tm-block-main .tm-main,
.tm-block-main .tm-content,
.tm-block-main .uk-article,
.tm-block-main .uk-article > div,
.tm-block-main .tm-new-project {
    height: 100%;
}
.tm-block-top-a,
.tm-block-top-a .uk-container,
.tm-block-top-a .tm-top-a,
.tm-block-top-a .uk-width-1-1,
.tm-block-top-a .uk-panel,
.test-project .uk-panel,
.test-project .uk-slideset,
.test-project .uk-slideset .uk-panel,
.test-project .uk-slideset .uk-panel > .uk-margin,
.test-project,
.test-project > div,
.test-project > div > .uk-slidenav-position,
.test-project > div > .uk-slidenav-position > .uk-slideset,
.test-project > div > .uk-slidenav-position > .uk-slideset > li,
.test-project > .uk-grid,
.test-project > .uk-grid > .uk-row-first,
.test-project > .uk-grid > .uk-row-first > .uk-panel,
.test-project > .uk-grid > .uk-row-first > .uk-panel > .uk-margin,
.tm-new-project {
    height: 100%;
    max-height: 800px;
}
.test-project > div > .uk-slidenav-position > .uk-slideset,
.test-project .uk-slideset li {
    display: block;
}
.test-project {
    overflow: hidden;
}
/*.test-project .tm-new-project .project-left {
    width: 68%;
}
.test-project .tm-new-project .project-right {
    width: 32%;
}*/
.project-left,
.project-right {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.project-left img {
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
} 
.tm-new-project .project-right {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    position: relative;
    background: #fff;
}
.project-top {
   flex: 0 0 auto;
}
.project-bottom {
   flex: 1 0 auto;
}
.project-top h4 {
    font-size: 26px;
    font-weight: 600;
    color: #E42722;
    text-transform: uppercase;
    letter-spacing: normal;
    padding: 35px 0
}
.tm-new-project .uk-grid {
	margin-left: 0;
    padding-left: 0;
}
.tm-new-project .uk-grid > * {
	padding-left: 0;
}
.tm-new-project .project-top-left {
    height: 100%;
    background: #12528E;
    width: 7%;
}
.tm-new-project .project-top-right {
    position: relative;
    background: #0F3F6E;
    width: 93%;
}
.tm-new-project .project-top-right-1 img {
    height: 124px;
    width: 109px;
    padding: 20px 15px 30px 19px;
}
.tm-new-project .project-top-right-1 h4 {
    margin-top: 45px;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    letter-spacing: normal;
}
.project-top-right-2 {
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #3473A9;
    background: linear-gradient(to left, #1D68B1, #155190);
}
.border-top-left > div {
    height: 60%;
    width: 3px;
    position: absolute;
    top: 0;
    left: 7%;
    box-sizing: border-box;
    border-right: 4px solid #DAB56B;
}
.border-bottom-right > div {
    height: 60%;
    width: 3px;
    position: absolute;
    bottom: 15%;
    right: 7%;
    box-sizing: border-box;
    border-left: 4px solid #DAB56B;
}
.tm-new-project .project-bottom .border-middle-center {
    padding-left: 7%;
    padding-right: 7%;
}
.scroll-pane {
    height: 400px;
    overflow: auto;
}
.bottom-padding {
	padding: 50px 0;
}
.tm-new-project .project-bottom .border-middle-center h4 {
    margin-top: 35px;
}
.tm-new-project .project-bottom .border-middle-center h2 {
    margin: 0;
    text-align: center;
    color: #E42722;
    font-family: Arial, "sans-serif";
    font-size: 54px;
    font-weight: 900;
}
.tm-new-project .project-bottom .border-middle-center h3 {
    margin-top: 0;
    text-align: center;
    color: #1E2F5A;
    font-size: 24px;
    font-weight: 900;
}
.tm-new-project .project-bottom .border-middle-center h4 {
    text-align: center;
    color: #1E2F5A;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.tm-new-project .project-bottom .border-bottom-right {
    width: 7%;
}
.tm-new-project .project-bottom .border-middle-center p {
    margin: 5px 0 0 0;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    color: #0F3F6E;
}
.border-top-line {
    height: 23px;
    width: 92%;
    position: absolute;
    left: 0;
    top: 13%;
    background: linear-gradient(to right, #1C69B9 20%, #145494 20%, #145494 40%, #0E4074 40%);
}
.border-bottom-line {
    height: 23px;
    width: 92%;
    position: absolute;
    right: 0;
    bottom: 8%;
    background: linear-gradient(to left, #1C69B9 20%, #145494 20%, #145494 40%, #0E4074 40%);
}
.test-project .uk-slideset-nav {
    position: absolute;
    bottom: 5%;
    left: 0;
	width: 66.669%;
    height: 76px;
    background: #1E2F5A;
    padding: 5px 0;
    box-sizing: border-box;
}
.test-project .uk-slideset-nav li {
    margin-top: 0;
    box-sizing: border-box;
    background: #1E2F5A;
}
.test-project .uk-slideset-nav li {
    width: 66px;
    height: 66px;
    display: block;
    /*border: 3px solid #fff;*/
    border-radius: 7px;
    padding: 0;
    margin: 0 10px;
    box-sizing: border-box;
    position: relative;
}
.test-project .uk-slideset-nav li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    box-sizing: border-box;
}
.test-project .uk-slideset-nav li:nth-child(1) a {
    background: url(../images/project-ico/001.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(1) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 50px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(1) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(1) a::after {
    content: 'Генерация, энергетика';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(1) a::after {
    opacity: 1;
    visibility: visible;
}
.test-project .hyper .uk-slideset-nav li:nth-child(1) a {
    background: url(../images/fin-ico.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(2) a {
    background: url(../images/project-ico/002.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li a::after,
.test-project .uk-slideset-nav li a::before {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s linear 0.5s;
}
.test-project .uk-slideset-nav li:nth-child(2) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 50px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(2) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(2) a::after {
    content: 'Нефтегазовая отрасль';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(2) a::after {
    opacity: 1;
    visibility: visible;
}
.test-project .hyper .uk-slideset-nav li:nth-child(2) a {
    background: url(../images/jur-ico.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(3) a {
    background: url(../images/project-ico/003.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(3) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 50px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(3) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(3) a::after {
    content: 'Транспорт';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(3) a::after {
    opacity: 1;
    visibility: visible;
}
.test-project .hyper .uk-slideset-nav li:nth-child(3) a {
    background: url(../images/dev-ico-h.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(4) a {
    background: url(../images/project-ico/004.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(4) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 50px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(4) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(4) a::after {
    content: 'Спецтехника, мехуборка';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(4) a::after {
    opacity: 1;
    visibility: visible;
}
.test-project .hyper .uk-slideset-nav li:nth-child(4) a {
    background: url(../images/kryz-ico.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(5) a {
    background: url(../images/project-ico/005.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(5) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 50px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(5) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(5) a::after {
    content: 'Утилизация ТКО';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(5) a::after {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(6) a {
    background: url(../images/project-ico/006.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(6) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 70px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(6) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(6) a::after {
    content: 'Управление бизнес-активами';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(6) a::after {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(7) a {
    background: url(../images/project-ico/007.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(7) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 50px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(7) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(7) a::after {
    content: 'Девелопмент';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(7) a::after {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(8) a {
    background: url(../images/project-ico/008.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(8) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 50px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(8) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(8) a::after {
    content: 'ЖКХ';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(8) a::after {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(9) a {
    background: url(../images/project-ico/009.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(9) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 50px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(9) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(9) a::after {
    content: 'Инновации';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(9) a::after {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(10) a {
    background: url(../images/project-ico/010.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(10) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 50px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(10) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(10) a::after {
    content: 'АБ-смеси';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(10) a::after {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(11) a {
    background: url(../images/project-ico/011.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(11) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 50px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(11) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(11) a::after {
    content: 'Бизнес-образование';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(11) a::after {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(12) a {
    background: url(../images/project-ico/012.png) 50% 50% no-repeat;
    background-size: cover !important;
}
.test-project .uk-slideset-nav li:nth-child(12) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 10px;
    height: 16px;
    width: 50px !important;
    padding: 5px 50px;
    background: #fff;
    border: 1px solid #1E2F5A;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(12) a::before {
    opacity: 1;
    visibility: visible;
}
.test-project .uk-slideset-nav li:nth-child(12) a::after {
    content: 'Издательство';
    position: absolute;
    top: -50px;
    left: -30px;
    height: 16px;
    width: 50px;
    font-size: 12px;
    color: #1E2F5A;
    padding-top: 2px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s ease-in-out 0.5s;
}
.test-project .uk-slideset-nav li:hover:nth-child(12) a::after {
    opacity: 1;
    visibility: visible;
}

.test-project .uk-slideset-nav li.uk-active {
    width: 100px;
    height: 100px;
    margin: -17px 20px 0 20px;
    transition: top 1s ease-out 0.5s;
}
.top-contacts, 
.middle-contacts,
.bottom-contacts,
.map-contacts {
	margin: 0;
	padding: 25px;
    background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    color: #000;
}
.all-contacts .map-contacts {
    margin-top: 0;
    padding-top: 0;
}
.top-contacts h3, 
.middle-contacts h3 {
	padding-bottom: 5px;
    color: #1E2F5A;
    font-weight: 500;
	border-bottom: 1px solid #E42722;
}
.top-contacts .uk-overlay-panel {
    background: rgba(30, 47, 90, 0.7);
}
.modal-all {
    display: flex;
    justify-content: space-between;
}
.modal-form .fa {
    margin-right: 20px;
}
.modal-contacts,
.modal-form {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.all-contacts .top-contacts h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.top-contacts .uk-panel-space {
    padding: 10px 0 0 0;
}
.tm-block-top-d {
    background: url(../images/contacts-bg.jpg);
    background-size: cover;
}
.tm-block-top-b .uk-container,
.tm-block-top-d .uk-container {
    position: relative;
    z-index: 2;
}
/**************nice form*************/
.uk-modal-dialog {
    z-index: 1000;
}
.all-contacts #userForm input,
.all-contacts #userForm select,
.all-contacts #userForm textarea {
	border-color: #e1dfe4;
	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 #pers {
	width: 14px;
	height: 14px;
	min-height: 14px;
	line-height: 14px;
    font-size: 10px;
    color: #000;
}
.all-contacts .uk-form-horizontal .uk-form-label {
    color: #000;
}
.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: 90% !important;
	float: left;
}
.all-contacts .checkbox input {
    height: 14px;
    min-height: 14px !important;
    margin-top: 5px;
}
.all-contacts .rsform-block-button {
	margin-top: 0px;
}
.all-contacts .rsform-block-button label {
	display: none;
}
.all-contacts h2 {
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #E42722;
    color: #000;
}
.all-contacts #button {
    border-color: #1E2F5A;
    border-radius: 0;
}
.all-contacts #button:hover {
    background: #1E2F5A;
    color: #fff;
}
.all-contacts .rsform-block-email,
.all-contacts .rsform-block-phone1 {
    margin-top: 15px;
}
.all-contacts .rsform-block-captcha .uk-form-controls {
    display: flex;
    justify-content: flex-start;
}
.all-contacts .rsform-block-captcha .uk-form-controls .span12,
.all-contacts .rsform-block-captcha .uk-form-controls .span12 img {
    height: 45px;
}
.map-contacts {
    margin-top: 0;
}
/**************end nice form*********/
/*******animated text******/
.text-js {
  opacity: 0;
}

.cursor {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: -5px;
  width: 2px;
  /* Change colour of Cursor Here */
  background-color: white;
  z-index: 1;
  -webkit-animation: flash 0.5s none infinite alternate;
          animation: flash 0.5s none infinite alternate;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.headline {
  margin: 20px;
  color: white;
  font-size: 32px;
  text-align: center;
}
.headline h1 {
  letter-spacing: 1.6px;
  font-weight: 300;
}

.credit {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-decoration: none;
}
/*******end animated text******/
/************beautiful listings*************/
.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********************/
.vac-sw {
    background: rgba(255,255,255,.8);
    padding: 40px;
}
.vac-sw .uk-tab-left li {
    background: linear-gradient(to top, #222d5a, #155190);
}
.vac-sw .uk-tab-left a,
.vac-sw .uk-tab > li.uk-active > a {
    color: #fff;
}
.vac-sw .uk-tab-left {
    border-right: 1px solid rgba(34, 45, 90, 1);;
}
.vac-sw .uk-tab > li.uk-active > a:after {
    background: linear-gradient(to top, #5167BD, #155190);
}
.vac-sw p,
.vac-sw li {
    color: #000;
}
.vac-sw .uk-panel-space {
    padding: 0 35px;
}
#system-message-container {
    display: none;
}
.tm-block-bottom-a {
    padding: 0;
}
.tm-block-bottom-a p {
    display: none;
}
.capital-container,
.capital-left,
.capital-center,
.capital-right {
    height: 100%;
}
.tm-block-top-b,
.tm-block-top-b .uk-container-center,
.tm-block-top-b .tm-top-b,
.tm-block-top-b .uk-width-1-1,
.tm-block-top-b .uk-panel,
.tm-block-top-b .capital-container,
.tm-block-top-b .capital-left,
.tm-block-top-b .capital-center,
.tm-block-top-b .capital-right {
    position: relative;
    height: 100%;
}
.tm-block-top-b .capital-left img {
    display: none;
    position: absolute;
    right: -150px;
    bottom: 0;
    z-index: 3;
}
.tm-block-top-b .capital-center img.bg-left {
    position: absolute;
    left: -250px;
    bottom: -54px;
    z-index: 3;
}
.tm-block-top-b .capital-center,
.tm-block-top-b .capital-right {
    padding-left: 0;
}
.tm-block-top-b .capital-center-bg {
    position: absolute;
    height: 95%;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
}
.capital-center-ico img {
    position: absolute;
    top: 5%;
    right: 5%;
}
.capital-center-top,
.capital-center-middle,
.capital-center-bottom {
    width: 60%;
    margin: 0 auto;
}
.capital-center-top {
    padding-top: 60px;
    font-family: "Calibri";
    font-size:20px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: justify;
    color: #00396F;
}
.capital-center-middle {
    font-family: "Calibri";
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.3px;
    color: #B3241D;
}
.capital-center-bottom {
    font-family: "Calibri";
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    color: #00396F;
    text-align: right;
}
.capital-center-bottom img {
    position: absolute;
    bottom: 5%;
    right: 3%;
}
.capital-menu {
    list-style: none;
    margin-top: 60px;
    padding: 0 20px;
}
.capital-menu li {
    display: flex;
    align-items: center;
    height: 73px;
    margin-bottom: 20px;
    background: url(../images/capital/bookmark_01.png) 0 0 no-repeat;
    background-size: contain;
}
.capital-menu li a {
    height: 70%;
    width: 80%;
    display: block;
    margin-top: 7px;
    padding: 0 100px 0 20px;
    background-size: contain;
    font-size: 21px;
    font-weight: normal;
    color: #fff;
}
.capital-menu li:nth-child(1) a {
    background: url(../images/capital/icon_02.png) 83% 50% no-repeat;
}
.capital-menu li:nth-child(2) a {
    background: url(../images/capital/icon_03.png) 83% 50% no-repeat;
}
.capital-menu li:nth-child(3) a {
    background: url(../images/capital/icon_04.png) 83% 50% no-repeat;
}
.capital-menu li:nth-child(4) a {
    background: url(../images/capital/icon_05.png) 83% 50% no-repeat;
}
.capital-menu li:nth-child(5) a {
    background: url(../images/capital/icon_06.png) 83% 50% no-repeat;
}
.capital-menu li:nth-child(6) a {
    background: url(../images/capital/icon_07.png) 83% 50% no-repeat;
}
/********biz-dok**********/
.bdoc-container {
    background: url(../images/bdoc/bd-bg-04.jpg);
}
.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: 48px;
    font-weight: bold;
    letter-spacing: 1.7px;
    color: #fff;
}
.bdoc-header p {
    padding: 20px 50px 37px 0;
    font-family: Arial, "sans-serif";
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3.3px;
    color: #fff;
	text-align: right;
}
.bdoc-main {
    position: relative;
}
.bdoc-main img {
    position: absolute;
    bottom: 0;
    left: 3%;
}
.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) no-repeat;
    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;
}
/******end biz-dok********/
.new-year {
    display: none;
    position: absolute;
    top: 25px;
    left: 40px;
    z-index: 1000;
}
.new-year img {
    width: 210px;
}
.feb {
  	display: none;
    position: absolute;
    top: 150px;
    left: 30px;
    z-index: 100000;
}
.feb img {
    width: 130px;
}
.mar {
	display: none;
    position: absolute;
    top: 130px;
    left: 30px;
    z-index: 100000;
}
.mar img {
    width: 150px;
}
.may {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 100000;
}
.may img {
    width: 150px;
}
.jun {
	display: none;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 100000;
}
.jun img {
    width: 150px;
}
.vmf {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 100000;
}
.vmf img {
    width: 150px;
}
.ny-24 {
	display: none;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 100000;
}
.ny-24 img {
    width: 240px;
}
.may1 {
	display: none;
    position: absolute;
    top: 140px;
    left: 20px;
    z-index: 100000;
}
.may1 img {
    width: 130px;
}
@media (max-width: 768px) {
    .may {
		display: none;
        position: absolute;
        top: 5px;
        left: 50px;
        z-index: 100000;
    }
	.jun {
        display: none;
		position: absolute;
        top: 5px;
        left: 160px;
        z-index: 100000;
    }
	.jun img {
		width: 50px;
	}
	.vmf {
        display: none;
        position: absolute;
        top: 5px;
        left: 160px;
        z-index: 100000;
    }
	.vmf img {
		width: 50px;
	}
    .new-header {
        display: none;
    }
    .uk-slideshow {
        min-height: 1000px;
        margin-top: 0;
        overflow: hidden;
    }
     .uk-slideshow .uk-overlay-panel {
        padding: 0;
    }
    .hv .home-video-new .home-right {
        position: relative;
        width: 100%;
        background: none;
        max-height: 800px;
        opacity: 1;
        z-index: 10;
    }
    .hv .home-logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .hv .blik {
        margin: 0 auto;
    }
    .hv .home-circle {
        width: 100%;
        position: relative;
        margin-top: 250px;
    }
    .hv .bottom-txt {
        margin: 120px 30px 0 50px;
        text-align: right;
    }
    .hv .home-right-bottom {
        margin: 0;
        width: 90%;
        position: absolute;
        bottom: -70%;
        left: 35px;
        justify-content: flex-start;
        background: none;
    }
    .hv .home-right-bottom .square:last-child {
        padding-left: 5px;
    }
    .hv .home-right-bottom .square:first-child {
        padding-right: 5px;
    }
    .square-num-1 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        font-size: 45px;
        line-height: 45px;
        background: url(../images/corner-2.png) 0 0 no-repeat;
        background-size: contain;
    }
    .square-num-2 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        font-size: 50px;
        line-height: 50px;
        background: url(../images/corner-2.png) 0 0 no-repeat;
        background-size: contain;
    }
    .square-num-3 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        font-size: 55px;
        line-height: 55px;
        background: url(../images/corner-2.png) 0 0 no-repeat;
        background-size: contain;
    }
    .square-txt {
        height: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        text-align: center;
        background: rgba(30, 47, 90, 0.7);
        border: 1px solid #fff;
    }
    .square-txt > div {
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }
    .tm-logo-small p {
        margin: 0;
    }
    .tm-logo-small img {
        width: 70px;
    }
}
@media (min-width: 768px) {
	.hv,
	.all-contacts,
	.movie-bg {
		display: block;
	}
	.mv,
	.bottom-bg {
		display: none;
	}
}
@media (max-width: 768px) {
	.hv,
	.all-contacts,
	#movie-bg,
	.capital-container,
	.tm-block-top-b,
	.tm-block-top-a,
	.vac-sw,
	.last-contacts,
	.tm-block-bottom-d,
	.tm-main-top .bdoc-container,
	.test-project {
		display: none;
	}
	.mv,
	.bottom-bg,
	.uk-modal-form {
		display: block;
	}
	.tm-block-top-a, 
	.tm-block-top-a .uk-container, 
	.tm-block-top-a .tm-top-a, 
	.tm-block-top-a .uk-width-1-1, 
	.tm-block-top-a .uk-panel, 
	.test-project .uk-panel, 
	.test-project .uk-slideset, 
	.test-project .uk-slideset .uk-panel, 
	.test-project .uk-slideset .uk-panel > .uk-margin, 
	.test-project, 
	.test-project > div, 
	.test-project > div > .uk-slidenav-position, 
	.test-project > div > .uk-slidenav-position > .uk-slideset, 
	.test-project > div > .uk-slidenav-position > .uk-slideset > li, 
	.test-project > .uk-grid, 
	.test-project > .uk-grid > .uk-row-first, 
	.test-project > .uk-grid > .uk-row-first > .uk-panel, .test-project > .uk-grid > .uk-row-first > .uk-panel > .uk-margin, 
	.tm-new-project,
	.all-blocks,
	.mv,
	.tm-block-bottom-b,
	.tm-block-bottom-b .uk-container,
	.tm-block-bottom-b .tm-bottom-b,
	.tm-block-bottom-b .tm-bottom-b .uk-panel {
		height: 100%;
		/*max-height: 850px;*/
	}
	.tm-block-bottom-a .uk-container {
		padding: 0;
	}
	.tm-content {
		margin-top: 0 !important;
	}
}
.mv {
	background: url(../images/bg-med.jpg) top center no-repeat;
	background-size: cover;
}
.mv .bottom-bg {
	position: relative;
}
.mv .top-bg .max-size {
	display: block;
	width: 95%;
	height: auto;
}
.mv .blik {
	position: absolute;
	top: 30px;
	right: 5%;
	width: 50%;
}
.top-bg .home-circle {
	position: absolute;
	top: 34%;
	right: 13%;
	width: 36%;
}
.top-bg .circle-1 {
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    position: relative;
}
.top-bg .circle-2 {
    transform-origin: center;
    transform: rotate(0deg);
}
.top-bg .circle-2,
.top-bg .circle-3,
.top-bg .circle-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.top-bg .circle-4 {
    left: 50.5%;
}
.top-bg .circle-1 img.rot {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}
.top-bg .circle-4:hover img.rot {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.top-bg .circle-4 {
    width: 70%;
    /*border-radius: 50%;
    background: rgba(228, 40, 33, 0.8);
    padding-top: 10px;*/
    box-sizing: border-box;
    /*display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    z-index: 10;*/
}
.top-bg .circle-4 img {
	display: block;
}
/*.mv .circle-4:hover {
    background: rgba(228, 40, 33, 1);
}*/
.top-bg .circle-txt {
    text-align: center;
	font-size: 10px;
    line-height: 9px;
	color: #fff;
}
.top-bg .circle-txt-big {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 28px;
	color: #fff;
}
.top-bg .bottom-txt {
    margin: 100px 30px 0 50px;
    text-align: right;
}
.top-bg .bottom-txt h4 {
    margin: 0;
    font-size: 12px;
    color: #fff;
}
.top-bg .home-right-bottom {
    margin: 0;
    width: 87%;
    position: absolute;
    bottom: 7%;
    right: 0;
    justify-content: flex-start;
    background: none;
}
.top-bg .home-right-bottom .square {
    padding-left: 0;
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: none;
}
.top-bg .home-right-bottom .square:last-child {
    padding-left: 26px;
}
.tm-block-bottom-b {
	padding: 0;
}
.tm-block-bottom-b .uk-panel > p {
	margin: 0;
}
.tm-block-bottom-b .uk-container {
	padding: 0;
}
.contacts-mobile {
	padding: 60px 20px 0 20px;
}
.contacs-mobile-middle {
	padding: 40px 0;
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(32,50,96,1) 35%, rgba(22,80,143,1) 100%);
	color: #fff;
	text-align: center;
}
.contacs-mobile-middle a {
	/*display: block;
	width: 80%;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;*/
	display: inline-block;
	height: 28px;
	line-height: 28px;
	color: #fff !important;
}
.contacs-mobile-middle .modal-form {
	padding-top: 5px;
}
.contacs-mobile-middle .modal-form .fa {
	/*position: absolute;
	top: -3px;
	left: 30px;*/
	font-size: 28px;
	margin-top: 5px;
} 
.uk-close::after {
	content: "\e901";
	font-family: 'Luna';
	color: #000;
}
.rsform-block-name {
	padding-bottom: 15px;
}
.capital-mobile {
	background: rgba(255,255,255,1);
	padding: 20px;
	margin: 60px 20px 0 20px;
}
.capital-mobile-ico {
	padding-bottom: 20px;
}
.capital-mobile-ico img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.capital-mobile p {
	color: #04416f;
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
	line-height: 16px;
}
.capital-mobile .capital-mobile-txt .red {
	color: #b21b26;
}
.capital-mobile .capital-mobile-txt .right {
	text-align: right;
}
.mv .uk-accordion {
	background: rgba(255,255,255,1);
	margin: 60px 20px 0 20px;
}
.uk-accordion-title {
	padding: 20px 10px;
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(32,50,96,1) 35%, rgba(22,80,143,1) 100%);
}
.uk-accordion-content {
	color: #000;
}
.uk-accordion-content p {
	padding: 0 15px;
}
.mv .bdoc-header {
	background-size: contain;
}
.mv .bdoc-header h2 {
	padding: 20px 0 0 0;
	margin: 0;
	font-family: Arial, "sans-serif";
	font-size: 30px;
	font-weight: bold;
	color: #009746;
	text-align: center;
}
.mv .bdoc-header h3 {
	padding: 0;
	margin: 0;
	font-family: Arial, "sans-serif";
	font-size: 30px;
	font-weight: bold;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
}
.mv .bdoc-header p {
	padding: 5px 0 20px 0;
	margin: 0;
	font-family: Arial, "sans-serif";
	font-size: 20px;
	font-weight: bold;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
}
.mv .bdoc-main-txt {
	padding: 20px 40px;
	font-family: Arial, "sans-serif";
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
	color: #000;
}
.mv .bdoc-main-txt a {
	display: none;
}
.mv .bdoc-video {
	background-position: 0 25px;
	background-size: auto 80%;
}
.mv .project-mobile {
	margin-top: 60px;
	background: rgba(255,255,255,1);
}
.mv .project-mobile .project-head {
	padding: 10px;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #e42722;
}
.mv .project-top-all {
	position: relative;
}
.mv .project-top {
	padding: 30px 0;
}
.mv .border-top-line {
	height: 15px;
	width: 70%;
	top: 0;
}
.mv .border-bottom-line {
	height: 15px;
	width: 70%;
	bottom: 0;
}
.mv .project-top-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 0;
}
.mv .project-top h4,
.mv .project-top h3 {
	text-align: center;
    color: #1E2F5A;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
	text-transform: none;
	padding: 0;
}
.mv .project-top h2 {
    margin: 0;
    text-align: center;
    color: #E42722;
    font-family: Arial, "sans-serif";
    font-size: 30px;
    font-weight: 900;
	line-height: 40px;
}
.project-bottom {
	padding: 20px 30px;
	text-align: justify;
	color: #1E2F5A;
	font-weight: normal;
	line-height: 16px;
}
.uk-flex-space-between {
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.uk-sticky-placeholder .uk-container {
	padding: 10px 0;
}
.uk-navbar-toggle {
	color: #fff;
}
.booklet {
	font-size: 12px;
	padding: 0 20px 0 15px;
	position: relative;
}
.booklet:after {
	content: ''; 
    position: absolute;
    right: -1px; 
	top: 7px;
	border: 6px solid transparent; border-left: 6px solid #fff;
}
.booklet-link a {
	margin: 0 5px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.booklet-link .uk-dropdown {
	background: rgba(30, 47, 90, 0.9);
}
.booklet-link .uk-dropdown .uk-nav > li > a {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 14px;
	color: #fff;
	padding-bottom: 15px;
}
.uk-offcanvas .uk-offcanvas-bar {
	width: 270px;
	max-width: 100%;
	background: rgba(30, 47, 90, 0.7);
}
.uk-nav-offcanvas > li {
	border-bottom: 1px solid #fff;
}
.uk-nav-offcanvas > li > a {
	color: #fff;
	padding: 10px 20px;
}