* {
padding: 0;
margin: 0;
}
*, *:before, *:after {
box-sizing: border-box;
}
.clear {
clear: both;
height: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
color:   #000;

}
body {
line-height: 220%;
font-size: 14px;
width: 100%;
height: 100%;
font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
background: #fff;
color: #000;
font-weight:400;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}


h1, h2, h3, h4 {

  font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
text-transform: uppercase;

line-height: 120%
}
h1 {
  font-size: 60px;
letter-spacing: -5px;
  }
  h2 {
    font-size: 45px;
letter-spacing: -2px;
  }
.yellow {
  color: #e0f910
}

.yellow_bck {
  background: #e0f910
}

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

.w1100 {
  width: 1100px;
  margin: 0 auto;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}
  .flex {
    display: flex;
  }
  .alignc {
    align-items: center;
  }

  .betw {
    justify-content: space-between;
  }
.top {
  width: 100%;
  height: 100vh;
    min-height: 800px;
  position: relative;
}


.caption {

font-size: 160px;
color: #fff;
line-height: 100%

}

.caption .smaller {

  letter-spacing: -2px;
    font-size: 55px;
line-height: 100%;
    display: block;

}
.caption .smaller.extra {
  font-size: 45px;
  padding-top: 5px
}
.anton {
font-family: "Anton", serif;
  text-transform: uppercase;
}


.topleft  {
  width: 40%;
  background: #000;
  position: relative;
  z-index: 12;
  flex-wrap: wrap;
  padding: 7%
}
.topright {
  width:  calc(60% + 10px) ;
  height: 100vh;
  min-height: 800px;
  margin-left: -10px;
  z-index: 11;
  position: relative;
}

.topright .grad {
  background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
position: absolute;
top: 0;
left: 0;
width: 25%;
z-index: 120;
height: 100%
}
.topright img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%
}



 .linkd {
  margin-top: 0px;
width: 100%;
  font-size: 20px
}
 .linkd a {
   display: inline-block;
   padding: 45px 20px;
   color: #000;
   border-radius: 100%;
   white-space: nowrap;

 }
.mobmenu {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1200;
  padding: 15px 10px;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
}

.mobmenu .bar {
  background: #000;
  margin: 4px 0;
  height: 1px;
  width: 30px;
  display: block;
}

.mobmenu.dark {
  background: #000;
}
.mobmenu.dark .bar {
  background: #fff
}


.menu {
  display: none;

}
.menu.slidein {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100vh;
  z-index: 2500;
  background: #fff;
  padding: 20px;
}
.menu.slidein a {
  font-weight: 700;
  text-transform: uppercase;
}
.menu li  {
  line-height: 100%;
  padding: 8px 0
}

.menu.dark {
  background: #000;
}
.menu.dark.slidein a {
  color: #fff
}
.call {
  position: absolute;
  z-index: 1200;
  top:  20px;
  right: 20px;
	mix-blend-mode: exclusion;
}
.call a {
  color: #fff;
  padding: 0px 5px;
  font-size: 12px
}
.call img {
  width: 40px;
  height: auto;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}


.intro.full {
  width: 100%
}
.intro .iinside {
  width: 45%;
  position: relative;
  min-height: 550px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.intro .iinside .overlay {
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.intro.full .iinside {
  width: 37.50%
}
.intro.full .iinside.withimg {
  width: 25%
}
.trainers {
  padding: 50px
}
.trainer {
  align-items: flex-end;
  margin: 25px 0
}
.intro  .iinside > img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%
}

.iinsidetxt{
  padding: 50px
}
 .noslide .swiper-wrapper  {
  display: flex;
  justify-content:space-around;
  align-items: center;
  flex-wrap: wrap;
}

.noslide {
  padding: 50px 20px
}
.wrslide {
  position: relative;
  max-width: 255px;
  margin: 0 auto;
padding: 50px 20px
}
.swiper-slide .camp {
  color: #486874;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.swiper-slide .year {
  color: #c0c9cc;
  font-family: "Anton", serif;
  text-transform: uppercase;
  font-size: 100px;
  padding: 30px 0
}
.swiper-slide .numbers span {
  font-weight: 700;
  font-size: 25px;
}
.swiper-slide .plus {
  float: right;
}
.swiper-slide .plus a {
    color: #fff;

margin-left: 3px;
  background: #000;
  padding: 10px 12px 7px 12px;
  border-radius: 50px;

}
.overl {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 33, 41, 0.7);
    display: none;
}



.trainers h2, .galleryc h2 {
  font-size: 60px;
  text-align: center;
  padding: 25px 10px
}
.imgtr {
  width: 150px;
  height: 100px;
position: relative;
}

.underlay {
  position: absolute;
  z-index: 10;
  top: -10%;
  left: 10%;
  bottom: 0;
  width: 90%;
  height: 110%;
  z-index: 9
}

.imgtr img{
object-fit: cover;
-o-object-fit: cover;
width: 100%;
height: 100%;
position: relative;
z-index: 12;
object-position: left top ;
-o-object-position: left top ;
}


.namesake {
border-bottom: 3px solid #e0f910;
  padding: 20px 15px;
width: 100%
}
.namesake .name , .namesake .surname {
  display: block;
  max-width: 40%;
  font-family: "Anton", serif;
    text-transform: uppercase;
}
.namesake .name {
  font-size: 18px;
  padding-bottom: 5px
}
.surname {

  font-size: 30px;
  margin-top: -10px
}

.location {
  padding: 150px 0
}
.gall {

  width: 49%;

}
.gall {
  position: relative;

}

.gall .underlay, .locimg .underlay{
z-index: 0;
top: -20px;
right: -20px;
left:20px;
width: 100%;
height: 100%
}
.acctext h2 {
  font-size: 45px;

}
.acctext {
width: 45%
}
.galleryc {
  margin-top: 50px
}
.galleryc .swiper-slide .imgwr a {
  display: block;
}
.gall .swiper-slide img {
object-fit: cover;
-o-object-fit: cover;
width: 100%;
height: 100%;
display: block;
}
 .galleryc .imgwr,  .galleryc .imgwr a{
   height: 400px;
 }

 .swiper-free-mode > .swiper-wrapper{
 		  transition-timing-function : linear;
 		}
 .band {
   background: #000;
   color: #fff;
   padding: 20px 15px;
   text-align: center;
   font-family: 'Anton', sans-serif;
text-transform: uppercase;
line-height: 120%;
font-size: 30px
 }
.acctext > div {
  padding: 50px 0px 0 0px;
}
.acctext div a {
  padding: 4px 5px 2px 5px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  font-size: 9px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  line-height: normal;
  vertical-align: middle;
}

.acctext div a.calla {
border-radius: 0;
background: none;
padding: 5px;
}
.accname {
  font-size: 22px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
}


.loctext {
  width: 25%
}

.locimgs {
  width: 70%;
  display: flex;
  justify-content: space-between;
flex-wrap: wrap

}
.locimg {
  position: relative;

}

.locimg img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
    z-index: 15
}

.locimg.no1 {
  z-index: 12;
  width: 40%;
margin-right: -15%;
height: 70%;
margin-top: 5%

}

.locimg.no2 {
  z-index: 10;
  width: 60%;


}
.locimg.no3 {
  z-index: 13;
  width: 40%;
  margin-top: -15%;
  margin-left: 30%

}

.location .sub {
  font-size: 22px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
}

.textloc {
  padding-top: 25px
}

.schedule {

}
.schedule h2 {

  padding: 80px 0;


}
.schedule_inner {

    border-collapse:collapse;
    width: 100%
}
.schedule_inner  {
  display: flex;

flex: 1;
flex-wrap: wrap;
}
.sch_single {
  border-bottom: 10px solid #e0f910;
margin-bottom: 50px;
  width: 31%;
  margin-right: 2%;
display: flex;
justify-content: flex-start;

}
.sch_single .date_wr {
  padding: 45px 25px 25px 25px;

}
.sch_single .day {
  font-size: 70px;
  line-height: 110%;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.sch_single .date {
  font-size: 16px;
padding: 5px 0
}
.sch_single .loc {
  font-size: 12px
}
.sch_single .loc span {
  display: block;
  line-height: 110%;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 10px
}
.sch {
  padding: 30px;
line-height: 130%
}

.sch .loc {
  padding-top: 15px
}
.footer {
  background: #000;
  color: #fff;
}
.footer_inner {
  padding-top: 80px;
}
.footer a {
  color: #e0f910;
}

.footer h2 {
  font-size: 55px;


  color: #e0f910;

}
.footer h2 > span{
  font-size: 20px;
margin-top: -10px;
  display: block;
letter-spacing: -1px;
  color: #fff
}
.cwrap {
  display: flex;
  justify-content: flex-end;

  flex-wrap: wrap;


}
.fwrap {
  width: 60%
}
.ccont {
  padding: 20px ;
  width: 45%;
  text-align: right;
}
.ccont .csurname {
  font-size: 40px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;

}
.ccont .cname {
  font-size: 20px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
padding-bottom:10px
}

.cemail {
  font-weight: 700
}
.ctel, .ctel a {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  color: #e0f910
}
.ctel a.paddr {
  padding-right: 10px
}

.copy {
  padding: 20px 10px 10px 10px;
  text-align: center;
  font-size: 11px
}
.up a:before {
  content: "\21E1";
  border-radius: 50px;
  padding: 3px 10px;
  background:  #fff;
  color: #000;
  font-size: 22px;

}
.up {
  padding-top: 10px;
}
.footer.inverse .up a:before {
  background:  #000;
    color: #fff;
}

.bott {
  position: absolute;
  z-index: 1500;
  bottom: 20px;
  right: 20px;
}
.bott a {
  color: #fff;
font-size: 10px;

}
.bott img, .bott a {
  display: inline-block;
  vertical-align: middle;
}
.bott img {
  padding-right: 10px;
}
.swiper-slide {
  position: relative;
}

.float {
  padding: 4px 5px 2px 5px;
background: #000;
color: #fff;
border-radius: 5px;
font-size: 9px;
text-transform: uppercase;
display: inline-block;
white-space: nowrap;
line-height: normal;
position: absolute;
bottom:20px;
z-index: 1200;
left: 20px
}

.link_photos a {

    background: #fff;
    color:  #000;
    padding: 4px 5px 2px 5px;
  font-weight: 500;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px;
    display: inline-block;
    line-height: 110%

}
.prevcamps .swiper-container {
  margin-bottom: 70px
}

.foos img {
width: 50px;
height: 50px;
}
.foos span {

  font-size: 11px;
  font-style: italic;
    line-height: 120%;
    padding-left: 30px;
    min-width: 150px;
}
.foos {
  padding: 30px 20px;
display: flex;

}
table td {
  vertical-align: top;
  padding: 10px 20px 10px 0;
    line-height: 130%
}
table td strong {
  line-height: 180%
}
.linky {
  background: #000;
  color: #fff;
text-transform: uppercase;
font-size: 12px;
  padding: 5px;
  margin: 0 auto;
  display: inline-block;
  border-radius: 7px;
}
.linkwrap {
  text-align: center;
}
