
body {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #000000;
  height: 100vh;
}
body.hidden {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
/*    overflow: hidden;*/
}
body.modal-body {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
a {
  color: #0865C9;
}
a:hover {
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.site {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
}
footer {
  margin-top: auto;
}
.container {
  position: relative;
  max-width: 1010px;
  min-width: 320px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slider {
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.main-header{
/*    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  padding:15px 10px;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  background-color:#000;
/*  top:-140px;*/
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
      position: fixed;

    z-index: 100;
 left:0;
 right:0;
top:0;
}
/*.main-header__scrolled
{
    position: fixed;

    z-index: 100;
 left:0;
 right:0;
top:0;


 }*/
.menu-toggle {
  display: none;
}
@media (max-width: 900px) {
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .main-header{
width: 100%;
    position: fixed;
    top: 0;
    z-index: 500;
  }
}
@media (max-width: 900px) {
  .menu-toggle__close {
    display: none;
  }
}
@media (max-width: 900px) {
  .menu-toggle.open .menu-toggle__burger {
    display: none;
  }
}
@media (max-width: 900px) {
  .menu-toggle.open .menu-toggle__close {
    display: block;
  }
  .logo-desktop{
    width:83px;
  }
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
}
@media (max-width: 900px) {
  .menu {
    z-index: 600;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

  }
}
.menu-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 900px) {
  .menu-part {
    z-index: 500;
    display: none;
    left: 0;
    top: 67px;
    position: fixed;
    background-color: rgba(0, 0, 0, .9);
    right: 0;
    bottom: 0;
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll !important;
  }
}
@media (max-width: 900px) {
  .open .menu-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu__nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 900px) {
  .menu__nav {
    width: 100%;
    height:100%;
  }
}
.menu__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .menu__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            height:100%;
  }
}
.menu__nav ul li {
  margin: 0 0 0 60px;
}
.menu__nav ul li:last-child {
  margin: 0 0 0 90px;
}
@media (max-width: 1024px) {

  .menu__nav ul li:last-child {
  margin: 0 0 0 40px;
}

}
.menu__nav ul li:last-child a {
 text-transform:none;
 color:#48addd;
 font-size: 18px;
 text-decoration:underline;
 font-weight: 400;
}
.menu__nav ul li:last-child a:hover{
  text-decoration:none;
   color:#48addd;
}
@media (max-width: 900px) {
  .menu__nav ul li {
    margin: 20px 10px;
    text-align: center;
  }
  .menu__nav ul li:last-child {
  margin: auto 0 45px 0;
}

}

.menu__nav ul li a {
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase; 
  white-space: nowrap;
  font-weight: 300;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.menu__nav ul li a:hover {
  color: #ff0054;
}
@media (max-width: 900px) {
  .menu__nav ul li a {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
  }
}
@media (max-width: 426px) {
  .menu__nav ul li a {
    font-size: 14px;
    line-height: 16px;
  }
}
.main-title{
color:#ff0054;
font-size: 30px;
line-height: 140%;
margin-bottom: 20px;
text-transform:uppercase;
}
.second-title{
  font-weight: bold;
  text-transform:uppercase;
  margin-bottom: 20px;
}
.company{
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px
}

.about{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;


}
.about .main-title{
  padding-top: 10px
}
.about-text{
  width:45%;
  margin-right: 104px;
  
}
@media(max-width: 650px){
  .about{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.about-text{
  width:100%;
  margin-right: 0;
  margin-bottom:50px;
  
}
.about-img{
  margin:0 auto;
}  
.about .main-title{
  padding-top: 0px
}
}
.mice-wrapper{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap

}
ul.list{
  margin:0;
  padding:0;
  list-style:none;
}
ul.list li{
  margin:0  0 20px 0;
  padding:0 0  0 23px;
  list-style:none;
  position: relative;
}
ul.list li:before{
  content:'';
  position: absolute;
  width:6px;
  height: 6px;
  background-color: #ff0054;
  border-radius:100%;
  left:0;
  top:5px;
}
.mice-block{
width:50%;
}
@media(max-width: 650px){
  .mice-block{
width:100%;
}
}
.event-wrapper{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack:justify;
    -ms-flex-pack:justify;
        justify-content:space-between;
margin-bottom:60px;
-ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.event-block{
width:33%;
}
@media(max-width: 650px){
  .event-block{
width:100%;
}
}

.group{
  padding-top: 55px;
  padding-bottom:55px;
  background-image: url(../img/background.webp);
  background-size: cover
}
.group .main-title,
.group .second-title{
text-align:center;
padding:0 10px;
}

.group__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top:40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group-img{
margin:0 40px;
}
@media(max-width: 1000px){
 .group-img{
margin:0px 0 20px;
} 
 .group-img:nth-child(2){
margin:0px 40px 20px 40px;
}
}
@media(max-width: 760px){
 .group-img{
margin:0px 10px 50px;
} 
 .group-img:nth-child(2){
margin:0px 10px 50px 10px;
}
}

.main-slider__slide{
  height:calc(100vh - 70px);
}
/*.corp .main-slider__slide{
  height:100vh;
}*/
.main-slider__slide img{
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
width:100%;

}
.main-slider__slide:before{
content:'';
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
background-color: rgba(0, 0, 0, .5);
}
.slick-arrow
{
    position: absolute;
    z-index: 5;

    font-size: 0;
    line-height: 0;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;


    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
        top:50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);


}
.slick-arrow.slick-next{
  right:45px;

}
 .slick-arrow.slick-next:after{
        content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 10px;

}
.slick-arrow.slick-prev{
 left:45px;

}
 .slick-arrow.slick-prev:after{
        content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    top: 50%;
    left: 10px;

}

.main-text{
  position: absolute;
  z-index: 10;
  color:#fff;
  font-weight: 300;
  left:50%;
  top:50%;
  -webkit-transform:translate(-50%, -50%);
      -ms-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
}
.main-text__logo{
  margin-bottom: 35px
}
@media(max-width: 426px){
  .main-text__logo{
    width:200px;
    margin:0 auto 40px auto;
  }
}
.main-text__promo{
  padding-left:68px;
  position: relative;
}
@media(max-width: 426px){
.main-text__promo{
  padding-left:29px;

}
}
.main-text__promo:before{
  content:'';
  position: absolute;
  display:inline-block;
  width:17px;
  height:100%;
  left:0;
  top:0;
  background-color: #ff0054
}
@media(max-width: 426px){
  .main-text__promo:before{

  width:10px;
  left:-5px;

}
}
.main-text__promo h1{
margin: 0 0 30px;
    padding: 0;
    font-weight: 300;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 11px;
}

.main-text__promo p{
  padding:0;
  margin:0;
  font-size: 22px;
  line-height: 26px;
}
@media(max-width: 426px){
.main-text__promo h1{
margin: 0 0 25px;
    padding: 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 2px;
}

.main-text__promo p{
  padding:0;
  margin:0;
  font-size: 9px;
  line-height: 15px;
}
}
.corp{
  position: relative;
}
.corp-title{
  font-size: 42px;
  line-height: 44px;
  font-weight: 300;
  color:#ff0054;
  padding:20px 22px;
  position: absolute;
  z-index:10;
  top:50px;
  left:50px;
  background-color: #f2f2f2;
  text-transform:uppercase;
}
@media(max-width: 768px){
  .corp-title{
    left:50%;
/*    transform: translateX(-50%);*/
    font-size: 30px;
  line-height: 32px;
  width:100%;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  text-align:center;
  position: static
  }
}
.map{
position: relative
}
.map-contacts{
  position: absolute;
  z-index: 10;
  top:125px;
  left:25%;
  padding:30px;
  background-color: #fff;
  width:327px;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  box-shadow:1px 1px 7px 0px rgba(0,0,0,0.21);
-webkit-box-shadow:1px 1px 7px 0px rgba(0,0,0,0.21);
-moz-box-shadow:1px 1px 7px 0px rgba(0,0,0,0.21);
}
#map{
width: 100%;
 height: 640px;
}
  #map-mobile{display:none;}
@media(max-width: 767px){
  .map-contacts{
   position: static;
   width:100%;
  }
  #map{display:none;}
  #map-mobile{
    width: 100%;
    height: 280px;
    display:block;
  }
}
.map-contacts__img{
margin-bottom:20px;

}
.map-address{
font-weight: bold;
font-size: 16px;
line-height: 18px;
margin-bottom:20px;

}
.map-contacts__mail{
  color:#36c4f3;

}
.contacts-soc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top:20px;
}
.contacts-soc a{
margin-right:10px;
}
.contacts-soc a:hover{
opacity:.7;
}
.clients{
  background-image:url(../img/background1.webp);
  background-size: cover;
  padding-top:60px;
  padding-bottom:60px;
}
.clients .main-title{
  text-align:center;
}
.clients__wrapper{
  max-width: 755px;
  padding:0 10px;
  margin:0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.clients__logo{
 width: 12%;
 padding:20px;
 -webkit-box-sizing:border-box;
         box-sizing:border-box;
/* margin-bottom: 20px;*/
/*  max-height: 47px;*/
}
.clients__logo7{
 width: 14%;
 padding:20px;
 -webkit-box-sizing:border-box;
         box-sizing:border-box;
 /* margin-bottom: 20px;*/
 /* max-height: 67px;*/
}
.clients__logo img{
  width:100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media(max-width: 650px){
  .clients__wrapper .slick-track{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center
  }
    .clients__wrapper .slick-arrow{
      bottom:0px;
      top: auto; 
     -webkit-transform: translateY(0); 
         -ms-transform: translateY(0); 
             transform: translateY(0); 

    }
    .clients__wrapper .slick-arrow.slick-next{
      right:50%;
      -webkit-transform: translateX(60px);
          -ms-transform: translateX(60px);
              transform: translateX(60px); 
    }
        .clients__wrapper .slick-arrow.slick-prev{
      left:50%;
       -webkit-transform: translateX(-60px);
           -ms-transform: translateX(-60px);
               transform: translateX(-60px); 
    }
    .slick-arrow.slick-next:after,
    .slick-arrow.slick-prev:after{
    border-right: 2px solid #36c4f3;
    border-bottom: 2px solid #36c4f3;
    width:20px;
    height:20px;
    }
}
@media(max-width: 650px){
      .clients__wrapper .slick-arrow{
      bottom:-10px;


    }
  }