

* {
    margin: 0px;
    padding: 0px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
} 

body, td { 
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px; 
    line-height: normal; 
    color: #505050;
}
a {                  
    text-decoration: none;
    color: #6d6d6d;
}
.clear {
    clear: both;
}
.headLayer {
    width: 100%;
    padding: 15px 0px 0px;
    border-top: 3px solid #37383c;
}
.head {
    max-width: 1100px;
    margin: auto;
    width: 90%;
}
.top, .top a {
    color: #36393d;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.top a {
    padding-left: 8px;    
}
.top a:nth-child(3) {
    position: relative;
}
.top a:nth-child(3):after {
    content: "|";
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
}
.headLine {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.headLine img {
    width: 160px;
}
.menu {
    
    margin-left: 140px;
    font-size: 17px;
    color: #acabab;
    
}
.menu a {
    margin-right: 40px;
    position: relative;
}
.lang {
    font-size: 16px;
    margin-left: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50px;
}
.lang .activeLang {
    color: #36393d;
    font-weight: bold;
}
.menuActive {
    color: #36393d !important;
    position: relative;
    font-weight: bold;
}
.menu a:after {
    content: " ";
    display: block;
    position: absolute;
    opacity: 0;
    top: -30px;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    margin: auto;
    height: 3px;
    background: #1792ff;
    -webkit-transition: opacity .2s ease, top .2s ease;
    -moz-transition: opacity .2s ease, top .2s ease;
    -o-transition: opacity .2s ease, top .2s ease;
    transition: opacity .2s ease, top .2s ease;
}
body .menuActive:after {
    opacity: 1;
    top: -15px;
    
}
body .hideMenuActive:after {
    opacity: 0;
    top: -30px;
}
body .menuHover:after {
    opacity: 1;
    top: -15px;
}
.bannerLayer {
    width: 100%;
    height: 210px;
    background: url("img/contacts.jpg?t=1") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
h1 {
    color: #3a3c3f;
    font-size: 36px;
    max-width: 90%;
    text-align: center;
    text-transform: uppercase;
}
.c-hamburger {
    display: none;
}


.contactLayer {
    width: 100%;
    background: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px 30px;
}
.contactTitle {
    font-size: 24px;
    color: #3a3c3f;
    margin-bottom: 20px;
}
.contactForm {
    margin: 30px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 600px;
    width: 90%;
    flex-wrap: wrap;
}
.contactForm div {
    width: 48%;
}
.contactForm input, .contactForm textarea {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    margin-bottom: 40px;
    background: none;
    border: none;
    border-bottom: 1px solid #a2a2a2;
    font-size: 16px;
    color: #848484;
    padding: 5px 10px;
}
.contactForm input::placeholder, .contactForm textarea::placeholder {
    color: #ababab;
    text-transform: uppercase;
}

.contactSubmit {
    background: #1792ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 10px 30px 8px;
    width: 170px !important;
    text-align: center;
    margin-left: auto;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
}

.footer {
    width: 100%;
    background: url("img/footer.jpg") no-repeat center center;
    background-size: cover;
    
    border-top: 5px solid #1792ff;
    background: #3a3f46;
    
}
.footerLayer {
    
    max-width: 1100px;
    margin: auto;
    width: 95%;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.map {
    width: 60%;
    display: none;
}
.map img {
    height: 450px;
    margin-top: -60px;
    margin-bottom: -45px;
}
.footerBrief {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.footerContactList {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    align-items: flex-start;  
    margin-top: 10px; 
}
.footerTitle {
    font-size: 32px;
    color: #ebebeb;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.footerContact {
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
    font-size: 17px;
    position: relative;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30%;
    text-align: center;
}
.footerContact:after {
    content: " ";
    display: block;
    position: absolute;
    top: -35px;
    
    left: 0px;
    right: 0px;
    margin: auto;
    width: 30px;
    height: 34px;
    background: url(img/contact_icon.svg) no-repeat;
    filter: invert(45%) sepia(50%) saturate(3758%) hue-rotate(191deg) brightness(103%) contrast(101%);
    background-size: 85px;
}
.footerContact:nth-child(2):after {
    background-position: -26px 0px;    
}
.footerContact:nth-child(3):after {
    background-position: -55px 0px;    
}






.partnersLayer {
    width: 100%;
    padding: 70px 0px;
}
.partners {
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 1100px;
    margin: auto;
    width: 90%;
    clear: both;
    font-size: 14px;
    line-height: 22px;
}
.partners p {
    margin: 20px 0px 0px;
}
.partners h2 {
    color: #3a3c3f;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
}
.partners .contactSubmit {
    margin-top: 60px;
    float: right;
    width: 190px !important;
    margin-right: 50px;
}


.mainBanner {
    height: 450px;
    position: relative;
}
.mainBannerItem {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("img/bannewNew.jpg") no-repeat center center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: opacity .2s ease, top .2s ease;
    -moz-transition: opacity .2s ease, top .2s ease;
    -o-transition: opacity .2s ease, top .2s ease;
    transition: opacity .2s ease, top .2s ease;    
    z-index: 1;
    
}
.activeBanner {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.mainBannerItemLayer {
    max-width: 1100px;
    margin: auto;
    width: 90%;
    
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: flex-start;
    height: 450px;
    
}
.mainBannerItemLayer span, .mainBannerItemLayer p {
    display: block;
}
.mainBannerItemLayer span {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
.mainBannerItemLayer p {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    
}
.bannerUlLayer {
    display: none;
    position: relative;
}
.bannerUl {
    margin-top: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    text-align: center;
    width: 150px;

}
.bannerUl div {
    width: 16px;
    height: 16px;
    background: aqua;
    display: inline-block;
    margin: 0px 5px;
    
    background: #fff;
    border: 2px solid #888888;
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;  
    
    cursor: pointer;  
    
}
.activeLi {
    background: #ff8c17 !important; 
    border: 2px solid #34373c !important;   
}
.mainBannerLeft {
    left: 0px;
}
.mainBannerRight {
    right: 0px;
}
.mainBanner>div {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 40px;
    height: 40px;
    background: #000000ad;
    margin: auto;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    color: #fff;
}
.mainBanner>div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("img/arrow.png") 50% 50% no-repeat;
    width: 100%;
    height: 100%;
    background-size: 60%;
}

.mainBannerLeft:after {
    transform: rotate(-180deg);
}



.blockLayer {
    width: 100%;
    padding: 40px 0px;
    background: #dbdbdb;
}
.block {
    max-width: 1100px;
    margin: auto;
    width: 90%;
}
.blockTitle {
    text-align: center;
    color: #3a3c3f;
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
.blockTitle span {
    color: #ff8c17;
}

.blockList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blockItemLayer {
    width: 49%;
    margin-bottom: 25px;
    background: #f0f0f0;
    padding: 10px 10px;
}
.blockItem {
    text-align: center;
    padding: 0px 15px 0px;
    margin-bottom: 10px;
    position: relative;
    height: 145px;
    overflow: hidden;
}



.blockItemImg {
    width: 96px;
    height: 70px;
    overflow: hidden;
    margin: 10px auto 10px;
    -webkit-transition: height .2s ease, top .2s ease;
    -moz-transition: height .2s ease, top .2s ease;
    -o-transition: height .2s ease, top .2s ease;
    transition: height 0.3s ease, top .2s ease;    


}
.blockItem .blockItemImg img {
    filter: invert(1) brightness(0.8);
    width: 380px;
}
.blockItemLayer:nth-child(2) .blockItemImg img { margin-left: -140px;  }
.blockItemLayer:nth-child(3) .blockItemImg img { margin-left: -287px;  }
.blockItemLayer:nth-child(4) .blockItemImg img { margin-top: -150px; margin-left: 2px;  }

/*.blockItem:after {
    content: " ";
    display: block;
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    width: 90px;
    height: 90px;
    margin: auto;
}*/



/*.blockItemLayer:nth-child(1) .blockItem:after { background: url("img/leader.png") no-repeat -140px 0; }
.blockItemLayer:nth-child(2) .blockItem:after { background: url("img/leader.png") no-repeat -280px -150px; }
.blockItemLayer:nth-child(3) .blockItem:after { background: url("img/leader.png") no-repeat -140px -165px; }
.blockItemLayer:nth-child(4) .blockItem:after { background: url("img/leader.png") no-repeat 0px 0; }
.blockItemLayer:nth-child(5) .blockItem:after { background: url("img/leader.png") no-repeat -280px 0; }
.blockItemLayer:nth-child(6) .blockItem:after { background: url("img/leader.png") no-repeat 0px -150px; }*/
.blockItem:hover .blockItemImg {
    height: 0px;
    
}
.blockItem:hover .blockItemBack {
    opacity: 1;
}

.blockItem span {
    color: #2981cf;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.blockItem p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #3f3f3f;
    margin-bottom: 11px;
}
.blockItemBack {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;    
    align-items: center;  
    opacity: 0;
    
    -webkit-transition: height .2s ease, top .2s ease;
    -moz-transition: height .2s ease, top .2s ease;
    -o-transition: height .2s ease, top .2s ease;
    transition: opacity 0.3s ease, top .2s ease;
}





/*
.scene {
  perspective: 1500px;
  height: 180px;
  width: 32%;
}
.card {
  height: 100%;
  position: relative;
  transition: transform .7s;
  transform-style: preserve-3d;
}
.card__face {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}
.card__face--front {
    
}

.card__face--back {
  transform: rotateX(180deg);
}
.scene:hover .card {
  transform: rotateX(180deg);
}
*/

.companyLayer {
    width: 100%;
    padding: 40px 0px;
    background: #fff;
    background: url("img/back.png")  no-repeat bottom center;
}
.companyTitle {
    margin: auto;
    text-align: center;
    
    color: #3a3c3f;
    font-size: 28px;
    margin-bottom: 40px;    
    text-transform: uppercase;
    font-weight: bold;
}
.company {
    margin: auto;
    width: 95%;
    max-width: 650px;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
    flex-wrap: wrap;
      
    
}

.companyItem:last-child {
    margin: auto;
}
.companyItem {
    text-align: center;
    width: 33%;
    margin: auto;
}




.graphLayer {
    background: #dbdbdb;
    width: 100%;
    padding: 10px 0px;
}
.graphTitle {
    text-align: center;
    color: #36393d;
    max-width: 90%;
    margin: auto;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.graph {
    margin: auto;
    width: 95%;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;    
    flex-wrap: wrap;  
}
.graphItem {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    width: 32%;
    font-size: 14px;
    line-height: 20px;
    color: #36393d;
    text-align: center;
    padding: 20px 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #9a9a9a;
    color: #36393d;
}
.graphItem span {
    display: block;
    font-size: 21px;
    margin-bottom: 40px;
    font-weight: bold;
    margin-top: -74px;
}

.graphItem svg {
    display: block;  
    margin: auto;
    margin-bottom: 20px;  
}
.infoMainLayer {
    background: #e7e7e7;
    width: 100%;
    padding: 40px 0px;    
}


.infoMain {
    margin: auto;
    width: 90%;
    max-width: 740px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;  
    align-items: center;
}

.infoMain span {
    display: block;
    text-align: right;
    color: #36393d;
    line-height: 22px;
}

.partLink {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    padding: 10px 20px 8px 60px; 
    color: #9a9a9a; 
    background: #ffffff url(img/part.png) 15px 50% no-repeat;
    background-size: 25px;
    margin-left: 30px;
    font-size: 14px;
    text-transform: uppercase;
    width: 210px;
}








@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}







.c-hamburger {
    display: none;
    position: relative;
        
    overflow: hidden;  
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    margin: 0px auto;
}
 
.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    height: 2px;
    width: 22px;
    background: #545454;
}
 
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #545454;
    content: "&nbsp;";
}
 
.c-hamburger span::before {
  top: -7px;
}
 
.c-hamburger span::after {
  bottom: -7px;
}
.c-hamburger--htx {
  background-color: #fff;
}
 
.c-hamburger--htx span {
  transition: background 0s 0.2s;
}
 
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
 
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
 
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
 
/* РЎРѓР С•РЎРѓРЎвЂљР С•РЎРЏР Р…Р С‘Р Вµ active Р С—РЎР‚Р С‘ Р С•РЎвЂљР С”РЎР‚РЎвЂ№РЎвЂљР С•Р С Р СР ВµР Р…РЎР‹  */
.c-hamburger--htx.is-active {
  background-color: #fff;
}
 
.c-hamburger--htx.is-active span {
  background: none;
}
 
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
 
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
 
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.justifyleft {
    float: left;
}