* {
padding: 0;
margin: 0;
}
*, *:before, *:after {
box-sizing: border-box;
}
.clear {
clear: both;
height: 0;
}
img {
  pointer-events: none
}
ul {
list-style: none;
}


ol {
  list-style-type: none;
  counter-reset: ordered;
  margin-left: 25px;
}

ol li {
  margin-bottom: 15px;
position: relative;
padding-left: 5px;
display: flex;
justify-content: flex-start;
align-items: center;
}

ol li:before {

  color: #3BC5C5;
  content: counter(ordered);
  counter-increment: ordered;
  margin-right: 15px;
  font-weight: 700;
font-size: 20px;

}
a {
text-decoration: none;
color:   #3a3837;

}
u {
  color:   #3a3837;
}
strong, b {
  font-weight: 700
}
body {
line-height: 160%;
font-size: 15px;
width: 100%;
height: 100%;

font-family: "Barlow", sans-serif;
background: #fff;
color: #3a3837;
font-weight:300;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}


h1, h2, h3, h4 {
font-weight:700;
font-family: "Barlow", sans-serif;
text-transform: uppercase;
}
h1 {
  font-size: 120px;
  line-height: 100%;

  }
  h2 {
    font-size: 45px;
      line-height: 120%;

  }
  h3 {
    font-size: 30px;
      line-height: 120%;
   }
  h4 {
    font-size: 23px;
      line-height: 120%;

  }
  p, span{
    white-space: normal!important;

  }
  p{
      text-align: left!important;
  }

  .w1400 {
    width: 1400px;
    margin: 0 auto;
  }

  .w1200 {
    width: 1200px;
    margin: 0 auto;
  }


  .w1000 {
    width: 1000px;
    margin: 0 auto;
  }


    .w800 {
      width: 800px;
      margin: 0 auto;
    }

.flex {
  display: flex;
  flex-wrap: wrap;
}
.betw {
  justify-content: space-between;
}

.center {
  justify-content: center;
}

.end {
  justify-content: flex-end;
}

input, textarea, select {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  padding: 7px 0;
  border-bottom: 1px solid #3a3837;
  border-left: none;
  border-top: none;
  border-right: none;
  outline: none;
  width: 100%;
  background: none;

}
input[type="radio"], input[type="checkbox"]{
  width: auto;
}
input[type="submit"]{
  background: #173dca;
  color: #fff;
  text-transform: uppercase;
  border:none;
  cursor: pointer;
  margin-top: 25px;
  padding: 15px;
}
label {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
label.less {
  font-size: 15px;
  font-weight: 300;
  text-transform: none;
}
.form_row2 label {
  font-size: 13px;
  font-weight: 300;
  text-transform: none;
  padding-left: 10px;
  width: 95%
}
.form_row2 .flex {
  align-items: flex-start;
}
.main {
  padding: 40px
}
.menu {
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content:  center;
  flex-direction: column;
}
.menu ul {
  display: flex;

}
.menu ul li {
  padding: 5px 20px;
}
.menu ul li a {
  font-weight: 600;
  color: #3a3837;
  font-size: 17px;
  text-transform: uppercase;
}
.logo img {
  width: 350px;
}
.top {
  position: relative;
}

.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
padding-top: 50px
}
.logo {

  padding-left: 50px
}

.fimg {
  width: 100%;
  height: 650px;
}

.fimg img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%
}
.ftext {
  position: absolute;
  top: 50%;
  width: 100%
}
.ftext h1 {
  color: #fff
}
.ftext h1 span {
  display: block;
  font-size: 50px;
  line-height: 90%
}

.block_info {
  background: #fff;
  padding: 40px;
  margin-top: -80px;
  position: relative;
  z-index: 25
}

.block_info .block {
  padding: 10px 20px;
  width: 30%
}
.block_info .block .label, .mini {
  font-size: 18px;
  text-transform: uppercase;
  color: #173dca;
  font-weight: 300;
  padding-bottom: 10px
}
.mini {
  padding-bottom: 0
}
.block_info .block .infodata {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 700
}
.block_info .block  i {
  font-size: 25px;
    color: #173dca;
    padding-right: 10px
}

.maintitle h2{
  color: #173dca;
  font-weight: 400;
  font-size: 30px
}
.races {
  padding: 80px 0
}
.bellow {
  display: block;
  font-weight: 300;
  font-size: 30px;
  line-height: 90%
}
.race {
  padding: 40px 0;
  border-bottom: 1px solid #828e8f
}
.race h3 {
  font-size: 70px;
  text-transform: none;
  line-height: 100%;
  padding-bottom: 30px;
}
.feee {
  font-size: 25px;
  font-weight: 700
}
.button {
  margin: 10px 0;
    padding: 15px 20px;
    color: #fff!important;
    font-size: 18px;

    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
      cursor: pointer;
}
.button a, .greybox a, .bluebox a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
padding: 15px 20px;
}
.blue.button {
  background: #173dca;
}
.grey.button {
  background: #828e8f
}
.button i {
  padding-left: 10px
}
.moreon > div  {
  width: 65%

}
.intro {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px
}
.bcont_files h4 {
  padding-bottom: 10px;
}
.bcont_files {
  padding-top: 30px
}
.singledoc {
  padding-right: 45px
}
.singledoc a {
  display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.singledoc a .docy {
  width: calc(100% - 45px)
}
.infof{
  font-size: 13px
}
.circ {
  border-radius: 100%;
  width: 35px;
  padding: 5px 10px;
  background: #173dca;
  color: #fff;
  margin-right: 10px;
  margin-top: -5px
}
.dname {
text-transform: uppercase;
font-weight: 600;
color:#173dca;
margin-right: 5px;
}

.moreon {
  display: none
}
.openmore {
  display: flex
}
.middle {
  position: relative;
}
.teaserimg {
  width: 65%;
  position: relative;
  z-index: 25;
  height: 600px
}
.teaserimg img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%
}
.teasertext {
margin-right: -100px;
z-index: 26;
position: absolute;
top: 50%;
transform: translate(0,-50%);
left: 0;
padding: 50px;
background: #fff;
width: 45%;
min-height: 60%;
display: flex;
  justify-content: center;
  flex-direction: column;
}
.boxlinks {
  padding: 80px 0
}
.linkbox {
  padding: 25px;
  background: #173dca;
  color: #fff;
  position: relative;
  text-align: center;
  width: 200px;
  margin: 20px;


}
.linkboxinner {
  display: flex;
  flex-direction: column;
  justify-content:  center;
  height: 100%;
  align-items: center;
}
.linkbox a {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.linkbox .linkname {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 20px
}

.partnerstop {
  padding-top: 80px
}
.partner {

  text-align: center;
  margin: 15px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.partner img {
  display: block;
margin: 0 auto;
  padding-bottom: 10px
}

.partnername {

  text-transform: uppercase;
  font-size: 12px;
  line-height: 90%
}
.news {
  overflow: hidden;
}
.news_titlel {
  padding-bottom: 30px
}
.news_title h4{
  color: #173dca;
  font-weight: 300
}

.maintitle {
  text-align: center;
}

.readmore{
  margin-top: 20px;
}
.readmore .linkt {
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 10px;
}
.readmore .circ {
padding: 10px 15px
}

.nav {
  padding-top: 30px
}
.nav > div i {
  font-size: 25px;
  cursor: pointer;
}
.bottominfo {
  padding: 50px;
  background: rgb(215, 215, 215)
}
.ldesc {
  padding-top: 35px;
}
.social a {
  padding: 0 10px
}
.social a i {
  font-size: 25px
}
.info {
  padding-top: 10px
}
.info i {
  padding-right: 10px;
  font-size: 18px
}
.info .data {
  font-size: 16px;
}

.intro_img {
  width: 100%;
  height: 250px;
}

.intro_img img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%
}

.divider {
  background: #828e8f;
  width: 1px;
  height: auto;
  display: block;
}
.cont {
  padding: 80px 20px
}

.docs .singledoc a .dname {
  font-size: 21px;

}
.docs .singledoc {
    padding: 15px 0
}
.team {
  padding-top: 50px;
}
.team .name {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 20px;
  color: #173dca;
}
.team .data {
  padding-left: 8px
}
.team h3 {
  padding-bottom: 20px
}
.team .func {
  text-transform: uppercase;
}
.blog_news {
  padding: 80px 20px
}
.form_error {
  color: rgb(185, 30, 15);
  font-size: 13px;
  font-style: italic;
  display: none;
}
.form_row {
  margin: 25px 0;
}

.inp {
  padding-right: 20px
}
.inp label {
  padding-left: 5px;
}
.form {
  margin-top: 50px
}
.kontdesc {
  padding: 20px 0
}
.hide {
  display: none;
}
.showme {
  display: block;
}
.topmess.front {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 70;
  background: #fff;
box-shadow: 0 0 20px rgba(0,0,0,.1);
  padding: 30px;
  max-width: 350px;

}
.topmess.front .inner {
  position: relative;
}
.topmess.front .inner .close {
  position: absolute;
  top: -25px;
  right: -20px;
  font-weight: 900;
  cursor: pointer;
}
.topmess > span{
  display: flex;
  line-height: 100%
}
.topmess > span i {
  padding-right: 10px;

  font-size: 20px
}
.succ {
  color: rgb(38, 218, 94)
}
.err {
  color: rgb(209, 21, 21)
}
.lsub {
  text-transform: uppercase;
  display: block;
  font-size: 12px
}
.imgwr, .imgwr a  {
  height: 350px;
  display: block;
  width: 100%
}

.imgwr a img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%
}
.galleryc{
  padding: 80px 0
}
.blog_news .single_news {
  width: 25%;
  padding: 30px;
}
.cont  .singledoc {

  padding-right: 0
}
.singledoc {
  margin: 15px 0;
}
.team .grid {
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.footmenu ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px
}
.bcont_images, .bcont_text {
  padding: 10px 0
}
.infoblock {
  padding-bottom: 30px
}
.grid {
  display: grid;

}
.grid.column1 {
grid-template-columns: 1fr;
}
.grid.column2 {
grid-template-columns: 1fr 1fr;
grid-gap: 20px
}
.grid.column3 {
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 20px
}
.grid.column4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 20px
}
.singleimg, .singleimg a {
  height: 350px;
display: block;
}
.grid.column3 .singleimg,.grid.column3  .singleimg a,.grid.column4 .singleimg,.grid.column4  .singleimg a {
  height:250px;
display: block;
}
.singleimg img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%
}
.mainlink {
  text-align: center;
}
.mainlink .button {
  display: inline-block;
}
.teammemb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
