/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
input {outline:none;}
*{outline:none !important;}
/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #000;
}  

.wave {
  color: #fff;
  animation: 0.5s color infinite;
}

@keyframes color {
  50% {
    color: #efd16b;
  }
}


.flash_text
{
	background-color: white;
	background-image: url(../img/bg_line.png);
  -webkit-background-clip: text;
  background-position: -10% bottom; /* Положение фона */
    background-repeat: no-repeat;
	animation: flash_text_animation  infinite 8s ease;
  -webkit-text-fill-color: transparent; 
}

@keyframes flash_text_animation {
	
  100% {
  background-position: 100% bottom;
  }
  0% {
    background-position: -10% bottom;
  }
  60% {
    background-position: -10% bottom;
  }
}
/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
font-family: 'El Messiri', sans-serif;
font-family: 'Proxima Nova Regular';
font-family: 'Proxima Nova Bold';
*/


@font-face {
font-family: 'Proxima Nova Regular';
src: url('../fonts/ProximaNova-Regular.eot');
src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/ProximaNova-Regular.woff') format('woff'),
url('../fonts/ProximaNova-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Proxima Nova Bold';
src: url('../fonts/ProximaNova-Bold.eot');
src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/ProximaNova-Bold.woff') format('woff'),
url('../fonts/ProximaNova-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}
.grad{
  background: linear-gradient(180deg, #BE8B20 0%, #FEF0A1 30.73%, #BE8B20 64.06%, #FEF0A1 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Proxima Nova Bold';
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 29px 0;
    z-index: 200;
}

.container {
    max-width: 1200px;
  }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.case_title_unicuale{
    font-size: 41px;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.header_row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__col {
    position: relative;
    width: 100%;
    min-height: 1px;
   
}

.header__col:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    max-width: 200px;
    display: flex;
}
.header__col:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    max-width: 200px;
}
.header__col:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 400px;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    max-width: 400px;
}
.header__col:nth-child(4) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    max-width: 300px;
    display: flex;
    justify-content: flex-end;
}
.header__col:nth-child(5) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100px;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
    max-width: 100px;
    display: flex;
    justify-content: flex-end;
}

.header_col_socialimg{
  margin-right: 20px;
}

.header_col_phone{
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  font-family: 'Proxima Nova Regular';
}
.header_col_logoimg{
  margin: 0 auto;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.header_col_callback{
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  font-family: 'Proxima Nova Regular';
}
.header_col_menusvg{
  
}

.head_scroll{
  background: #000;
    position: fixed;
     padding: 24px 0;
     -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 100;
}

.head_scroll .header_col_logoimg{

    transform: scale(0.45) translate(0px, -72px);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;

}

.head_scroll .header__col:nth-child(3){
  height: 54px;
}
.competention{
  margin-top: 350px;
}
.first_sec{
  padding-top: 215px;
  padding-bottom:140px;
  position: relative;
  z-index: 1;
}

.first_sec h1{
  font-family: 'El Messiri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 74px;
  line-height: 110%;
  text-align: center;
  color: #FFFFFF;
}

.first_sec p{
  margin-top: 45px;
  margin-bottom: 55px;
  color:#fff;
  text-align: center;
 font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.02em;
}

.first_sec_btn_cintainer{
  display: flex;
    justify-content: center;
}

.first_sec_btn_cintainer>a{
  color:#000;
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  /* or 31px */

  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);
box-shadow: inset 0px -6px 6px rgba(166, 118, 19, 0.8);
border-radius: 135px;
    padding: 20px 60px;
      transition-duration: 0.5s;
}

.first_sec_btn_cintainer>a:hover{
  color:#000;
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  /* or 31px */
 transform: translateY(10px);
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);
box-shadow:none;
border-radius: 135px;

    padding: 17px 60px;
    margin-bottom: 6px;
    transition-duration: 0.5s;
}

.row_competention{
  
  display: flex;
      margin-right: -30px;
    margin-left: -30px;
}
.col_competention{
  color:#fff;
  -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    padding-right: 60px;
  padding: 0 30px;
  position: relative;
 
}

.col_competention_img{
 
  height: 188px;
}

.col_competention_img>img{
 
 margin: 0 auto;
}


.col_competention_text{
  color:#fff;
  text-align: center;
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 120%;
  margin-top: 30px; 
}

.celeb_design_title_core{
font-family: 'El Messiri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
  margin-bottom: 105px;
   position: relative;
}

.row_celeb_design_title{
  justify-content: center;

}
.celeb_design_title_desc_left{
    position: absolute;
    top: -31%;
    left: -48%;
    font-family: 'El Messiri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    /* opacity: 0.25; */
    text-shadow: 0px 0px 1px rgb(255, 255, 255);
    color: #000;
    z-index: -1;
}

.celeb_design_title_desc_right{
    position: absolute;
    top: 37%;
    left: 93%;
    font-family: 'El Messiri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    /* opacity: 0.25; */
    text-shadow: 0px 0px 1px rgb(255, 255, 255);
    color: #000;
    z-index: -1;
}
.develop{
  margin-top: 150px;
}

.celeb_design_title_core2{
font-family: 'El Messiri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
  margin-bottom: 105px;
   position: relative;
}

.row_celeb_design_title2{
  justify-content: center;

}
.celeb_design_title_desc_left2{
    position: absolute;
    top: -22%;
    left: -39%;
    font-family: 'El Messiri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    /* opacity: 0.25; */
    text-shadow: 0px 0px 1px rgb(255, 255, 255);
    color: #000;
    z-index: -1;
}

.celeb_design_title_desc_right2{
    position: absolute;
    top: 28%;
    left: 93%;
    font-family: 'El Messiri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    /* opacity: 0.25; */
    text-shadow: 0px 0px 1px rgb(255, 255, 255);
    color: #000;
    z-index: -1;
}
.row_develop{

}
.col_develop:nth-child(1){
color:#fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
}
.col_develop:nth-child(2){
color:#fff;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
}
.col_develop:nth-child(3){
color:#fff;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
}

.develop_txt_block_title{
font-family: 'Proxima Nova Bold';
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 130%;
letter-spacing: 0.02em;
color: #FFFFFF;
margin-bottom: 40px;
}

.develop_txt_block_ul{
  padding-left: 24px;
}

.develop_txt_block_ul>li{
    list-style-type: none; 
    list-style-position: outside;
    list-style-image: url(../img/tire.svg);
    padding-left: 15px;
    margin-bottom: 20px;
}
.develop_txt_block>ul{
    padding-left: 24px;
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
        background: linear-gradient(180deg, #BE8B20 0%, #FEF0A1 30.73%, #BE8B20 64.06%, #FEF0A1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 }

.margin_dopvl1{
  margin-bottom: 70px;
}
.right_wreath{
position: relative;
}
.right_wreath>img{
      position: absolute;
    right: -59%;
    top: 40px;
}

.left_wreath{
position: relative;
}
.left_wreath>img{
        position: absolute;
    right: 84%;
    top: 40px;

}

.aboutsec{
  margin-top: 140px;
}

.col_aboutsec:nth-child(1){
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
}

.col_aboutsec:nth-child(2){
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    max-width: 60%;
    padding: 70px 0 0 90px;
}

.col_aboutsec_title{
  font-family: El Messiri;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 120%;
  line-height: 130%;
  background: linear-gradient(180deg, #BE8B20 0%, #FEF0A1 30.73%, #BE8B20 64.06%, #FEF0A1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.col_aboutsec_text{
font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 150%;
color: #FFFFFF;
margin-top: 40px;
} 

.col_aboutsec_text>span{
  font-family: 'Proxima Nova Bold';
}

.about_sec_btn_cintainer{
  display: flex;
    justify-content: flex-start;
     margin-top: 64px;
}

.about_sec_btn_cintainer>a{
  color:#000;
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  /* or 31px */

  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);
box-shadow: inset 0px -6px 6px rgba(166, 118, 19, 0.8);
border-radius: 5px;
    padding: 30px 80px;
 transition-duration: 0.5s;
}



.about_sec_btn_cintainer>a:hover{
  color:#000;
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  /* or 31px */

  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);

  border-radius: 5px;
  padding: 30px 80px;

  box-shadow: none;
 padding: 27px 80px;
 margin-bottom: 6px;
  transform: translateY(6px);
  transition-duration: 0.5s;


}
 @keyframes go-fly1 {   /* назовём анимацию: "go-left-right" */
     from {
       right: -16%;
       top: 46px;
    }
    to {
       top: 30px;
    }
  }

  /* Префикс для Chrome, Opera, Safari */
  @-webkit-keyframes go-fly1 {
    from {
       right: -16%;
       top: 46px;
    }
    to {
       top: 30px;
    }
  }



 @keyframes go-fly2 {   /* назовём анимацию: "go-left-right" */
     from {
       right: -42%;
    top: 137px;
    }
    to {
 
    top: 117px;
    }
  }

  /* Префикс для Chrome, Opera, Safari */
  @-webkit-keyframes go-fly2 {
    from {
         right: -42%;
    top: 137px;
    }
    to {
     top: 117px;
    }
  }

@keyframes go-fly3 {   /* назовём анимацию: "go-left-right" */
     from {
    right: -26%;
    top: 181px;
    }
    to {
 
    top: 166px;
    }
  }

  /* Префикс для Chrome, Opera, Safari */
  @-webkit-keyframes go-fly3 {
    from {
    right: -26%;
    top: 181px;
    }
    to {
     top: 166px;
    }
  }

  @keyframes go-fly4 {   /* назовём анимацию: "go-left-right" */
     from {
   right: -36%;
    top: 290px;
    }
    to {
 

    top: 260px;
    }
  }

  /* Префикс для Chrome, Opera, Safari */
  @-webkit-keyframes go-fly4 {
    from {
     right: -36%;
    top: 290px;
    }
    to {
     top: 260px;
    }
  }

  @keyframes go-fly5 {   /* назовём анимацию: "go-left-right" */
     from {
   right: -16%;
    top: 345px;
    }
    to {
 

    top: 320px;
    }
  }

  /* Префикс для Chrome, Opera, Safari */
  @-webkit-keyframes go-fly5 {
    from {
    right: -16%;
    top: 345px;
    }
    to {
     top: 320px;
    }
  }





.icons_flying{
  position: relative;
}

.icons_flying>img:nth-child(1){
  position: absolute;
  right: -16%;
  top: 46px;
   animation: go-fly1 1.6s infinite alternate;
    -webkit-animation: go-fly1 1.6s infinite alternate;
}

.icons_flying>img:nth-child(2){
      position: absolute;
    right: -42%;
    top: 137px;
    animation: go-fly2 1.6s infinite alternate;
    -webkit-animation: go-fly2 1.6s infinite alternate;
}

.icons_flying>img:nth-child(3){
    position: absolute;
    right: -26%;
    top: 181px;
    animation: go-fly3 1.6s infinite alternate;
    -webkit-animation: go-fly3 1.6s infinite alternate;
  }

.icons_flying>img:nth-child(4){
      position: absolute;
    right: -36%;
    top: 290px;

     animation: go-fly4 1.6s infinite alternate;
    -webkit-animation: go-fly4 1.6s infinite alternate;
}

.icons_flying>img:nth-child(5){
      position: absolute;
    right: -16%;
    top: 345px;
    animation: go-fly5 1.6s infinite alternate;
    -webkit-animation: go-fly5 1.6s infinite alternate;
}

.row_aboutsec_team_text{
  margin-top: 88px;
      align-items: center;
}
.aboutsec_team_text{
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.9;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 20px;
}


.aboutsec_team_img{
  -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 50%;
    max-width: 50%;

}
.aboutsec_team_text>span{
  font-family: 'Proxima Nova Bold';
}
.clients_sec{
  margin-top: 120px;
}
.test{
  width: 100%
}
.poloska1{
    height: 1px;
    width: 100%;
    opacity: 0.7;
    background: linear-gradient(90.01deg, #BE8B20 -0.66%, #F6DA76 18.26%, #BE8B20 37.7%, #F8E5B6 58.71%, #BE8B20 81.3%, #F6DA76 100.22%);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    border: 0px solid;
    margin-bottom: 30px;
}
.poloska2{
    height: 1px;
    width: 100%;
    opacity: 0.7;
    background: linear-gradient(90.01deg, #BE8B20 -0.66%, #F6DA76 18.26%, #BE8B20 37.7%, #F8E5B6 58.71%, #BE8B20 81.3%, #F6DA76 100.22%);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    border: 0px solid;
    margin-top: 30px;
}

.logoslider_slide>img{

}

.logoslider_slide{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  position: relative;
}

.logoslider_slide_hoverlogo{
  opacity: 0;
  position: absolute;
  transition-duration: 0.8s;
}

.logoslider_slide:hover > .logoslider_slide_hoverlogo{
  opacity: 1;
   transition-duration: 0.8s;
}

.prev{
  position: absolute;
    left: -91px;
    top: 34%;
}
.next{
  position: absolute;
    right: -91px;
    top: 34%;
}
.prev:hover{
  cursor: pointer;
}
.next:hover{
  cursor: pointer;
}


.celeb_design_title_core3{
font-family: 'El Messiri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
  margin-bottom: 70px;
   position: relative;
}

.portfilio_sec{
  margin-top: 140px;
}

.celeb_design_title_desc_left3{
    position: absolute;
    top: -31%;
    left: -21%;
    font-family: 'El Messiri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    /* opacity: 0.25; */
    text-shadow: 0px 0px 1px rgb(255, 255, 255);
    color: #000;
    z-index: -1;
}

.portfolio_slider_row{

}

.portfolio_slide{
 display: flex;
    width: 100%;
    padding-top: 122px;
}

.portfolio_slide_card{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 894px;
    -ms-flex: 0 0 894px;
    flex: 0 0 894px;
    max-width: 894px;
    background: #fff;
    height: 343px;
    background: #FFFFFF;
   /* box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3);*/
    border-radius: 5px;
    display: flex;
}

.portfolio_slide_card_img{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    position: relative;
}

.portfolio_slide_card_img>img{
    position: absolute;
    top: -113px;
    left: 0px;
}


.portfolio_slide_card_content{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;

}


.portfolio_slide_card_content>p:nth-child(1){
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 150%;
  color: #000000;
  margin-top: 16px;
}

.portfolio_slide_card_content>p:nth-child(2){
  font-family: 'El Messiri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
  background: linear-gradient(180deg, #B17A05 0%, #F7DB42 23.96%, #B17A05 43.75%, #F6DB42 63.02%, #B17A05 79.09%, #F6DB42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 24px;
}

.portfolio_slide_card_content_l{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 24px;
  align-items: center;
}

.portfolio_slide_card_content_l>span{
  font-family: 'El Messiri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
  color: #000000;
  margin-right: 24px;
}

.portfolio_slide_card_content_l>img{
  height: 100%;
  max-height:80px;
}

.portfolio_slide_arrow{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 305px;
    -ms-flex: 0 0 305px;
    flex: 0 0 305px;
    max-width: 305px;
    padding: 125px 0;
}

.portfolio_slide_arrow p{
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    margin-bottom: 24px;
      transition-duration: 0.5s;
}

.portfolio_slide_arrow img{
  margin: 0 auto;
  transition-duration: 0.5s;
}

.portfolio_slide_arrow a{
  text-decoration: none;
  transition-duration: 0.5s;
}

.portfolio_slide_arrow a:hover>img{
  transform: translateX(10px);
  transition-duration: 0.5s;
}
.portfolio_slide_arrow a:hover>p{
  text-shadow: 0px 0px 31px rgba(255, 217, 0, 0.57), 0px 0px 114px rgba(249, 217, 170, 0.3);
  transition-duration: 0.5s;
}
.portf_boxslider{
  height: 570px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.40;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.controls {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: -45px;
}

.controls-arrows,
.controls-dots {
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.controls-dots .slick-dots {
  position: relative;
  bottom: auto;
}
.controls-arrows .slick-prev, 
.controls-arrows .slick-next {
  position: relative;
  left: auto;
  right: auto;
  display: inline-block;
  top: auto;
  transform: none;
  vertical-align: middle;
}
.controls-arrows .slick-prev:before, 
.controls-arrows .slick-next:before {
  color: #919191
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.potrf_next{
       position: relative;
    display: inline-block;
    width: 72px !important;
    height: 38px !important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-left: 60px !important;

}

.potrf_prev{
          position: relative;
    display: inline-block;
    width: 72px !important;
    height: 38px !important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
     margin-right: 60px !important;
}
.form_sec{
  margin-top: 181px;
}

.row_lend_form_box{

}

.lend_form_box{
  width: 581px;
  height: 634px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  border:1px solid red;
}


.module-border-wrap {
width: 581px;
  padding: 1rem;
  position: relative;
background: linear-gradient(180deg, #BE8B20 0%, #F8E5B6 31.25%, #BE8B20 69.27%, #F6DA76 100%);
  padding: 3px;
  border-radius: 2px;
  margin: 0 auto;
}

.module {
  background: #000;
  color: white;
  padding: 2rem;
}

.lend_block_form{

}


.lend_block_form>label{
  display: block;
  width: 100%;

 font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */


  color: #FFFFFF;

  opacity: 0.9;
  margin-bottom: 16px;
}

.lend_block_form>input{
 display: block;
  width: 100%;
  margin-bottom: 25px;
    background: #FFFFFF;
box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.7);
border-radius: 2px;
height: 70px;
border:none;
padding: 25px;


color: #000000;

 font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;

}

.lend_block_form>textarea{
 display: block;
  width: 100%;
  margin-bottom: 25px;
    background: #FFFFFF;
box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.7);
border-radius: 2px;
height: 70px;
border:none;
padding: 25px;


color: #000000;

 font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
height: 151px;

}

.lend_block_form>button{
 display: block;
  margin: 0 auto;
      color: #000;
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);
    box-shadow: inset 0px -6px 6px rgba(166, 118, 19, 0.8);
    border-radius: 2px;
    padding: 25px 60px;
    border:none; 
    transition-duration: 0.3s;
    

}
.lend_block_form>button:hover{


    cursor: pointer;
      box-shadow: none;
   padding: 22px 60px;
 margin-bottom: 6px;
  transform: translateY(6px);
  transition-duration: 0.3s;

    

}

.nav{
  position: fixed;
  top: 0;
  right: 0;
   width: 200px;
   height: 100%;
   background: red;
}




/* ==================================== */
/*          Navigaton Menu    
/* ==================================== */

.menu-wrap {
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 414px;
    margin-right: -414px;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .25s;
    z-index: 301;
}
.menu-show {
  margin-right: 0;
 
}
.menu-sidebar {
  margin: 75px 0 80px 20%;
  position: relative;
  top: 70px;
}
.menu-sidebar li {
  padding: 18px 22px 0;
}
.menu-sidebar li > a {
     font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #fffefe;
    position: relative;
    text-decoration: none;
    background: linear-gradient(180deg, #BE8B20 0%, #FEF0A1 30.73%, #BE8B20 64.06%, #FEF0A1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.menu-sidebar li > a::after {
  content: "";
  display: block;
  height: 0.15em;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  background-image: linear-gradient(to right, transparent 50.3%, #dab34b 50.3%);
  transition: background-position .2s .1s ease-out;
  background-size: 200% auto;
}

.menu-sidebar li > a:hover::after {
  background-position: -100% 0;
}

.menu-sidebar .menu-item-has-children {
  position: relative;
}

.menu-sidebar .menu-item-has-children .sub-menu {
  display: none;
}

.sidebar-menu-arrow::after {
  content: "\f107";
  font-family: 'FontAwesome';
  padding: 10px;
  color: #FFFA3B;
  position: relative;
}

.sidebar-menu-arrow:hover::after {
  cursor: pointer;
  color: #fff;
}

.sidebar-menu-arrow:active::after {
  top: 2px;
}


/*Hamburger Button*/
.toggle-button {
  position: fixed;
  width: 44px;
  height: 40px;
  top: 50px;
  left: 40px;
  padding: 4px;
  transition: .25s;
  z-index: 15;
}
.toggle-button:hover {
  cursor: pointer;
}
.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: .5s;
}
.toggle-button .menu-bar-top {
  border: 4px solid #555;
  border-bottom: none;
  top: 0;
}
.toggle-button .menu-bar-middle {
  height: 4px;
  background-color: #555;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 4px;
}
.toggle-button .menu-bar-bottom {
  border: 4px solid #555;
  border-top: none;
  top: 22px;
}
.button-open {

}
.button-open .menu-bar-top {
  border-color: #fff;
  transform: rotate(45deg) translate(8px, 8px);
  transition: .5s;
}
.button-open .menu-bar-middle {
  background-color: #fff;
  transform: translate(230px);
  transition: .1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  border-color: #fff;
  transform: rotate(-45deg) translate(7px, -7px);
  transition: .5s;
}



/* Text Block */
.wrapper {
  width: 40%;
  margin: 100px auto 0;
  color: #83828D;
}
.wrapper .text {
  padding: 30px;
}
.wrapper .text .heading {
  margin-bottom: 40px;
  font-size: 2em;
}
.wrapper .text p {
  line-height: 1.6em;
}
.wrapper .text .buttons {
  margin-top: 40px;
}

/* Buttons */
.wrapper .buttons .button {
  display: inline-block;
  margin-right: 20px;
  padding: 20px 25px;
  border-radius: 2em;
  background-color: #70CE64;
  color: #fff;
  font-size: .9em;
  font-weight: 700;
  transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
  background-color: #FF6746;
}
.wrapper .buttons .button-primary:hover {
  background-color: #84D07A;
}
.wrapper .buttons .button-secondary:hover {
  background-color: #FF7D60;
}

/*Active state for the buttons*/
.wrapper .buttons .button-primary:active {
  background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
  background-color: #FF6746;
}

/*Icons*/
.wrapper .buttons .button span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.wrapper .buttons .button span::after {
  position: absolute;
  font-family: "FontAwesome";
  right: -3px;
  font-size: 14px;
  top: 0;
  transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
  content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
  content: "\f178";
}
/*Slight icons animation*/
.wrapper .buttons .button-primary:hover span::after {
  top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
  right: -6px;
}

.closedx_menu{
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.7;
}

.closedx_menu:hover{
  cursor: pointer;
 opacity: 1;
}

footer {
  margin-top: 120px;
}

.col_footer:nth-child(1){
   -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%;
}

.col_footer:nth-child(2){
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 60%;
   -ms-flex: 1 1 60%;
   flex: 1 1 60%;
   max-width: 60%;
}
.footer_map_box{
  border-radius: 5px;
}

.footer_contact_title{
  font-family: El Messiri;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 65px;
  text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
}


.footer_contact_text{
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  margin-top: 30px;

  color: #FFFFFF;

}

.footer_contact_text_2{
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
   margin-top: 15px;
}

.footer_contact_text_2>span{
  font-family: 'Proxima Nova Bold';
  color: #FFFFFF !important;
  text-decoration: none;
}


.copyright{
  padding: 56px;
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.5;
}
.header_col_menusvg:hover{
    transition-duration: 0.5s;
    box-shadow: 0px 0px 44px rgb(255, 217, 0), 0px 0px 114px rgb(249, 217, 170);
    cursor: pointer;
}

.popup_call{
  background: #fff;
  width: 580px;
  padding: 32px 57px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
border-radius: 2px;
}


.popup_form_label {
    color: #000 !important;
}


.popup_case{
  background: #fff;
  width: 905px;
  padding: 32px 57px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
border-radius: 2px;
}

.popup_case_title{
  font-family: 'El Messiri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 24px;
}

.popup_case_text{
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 56px;
}
.popap_caserow{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.col_case_stat:nth-child(1){
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;

    font-family: 'Proxima Nova Bold'; 
    font-size: 52px;
    line-height: 130%;
    background: linear-gradient(180deg, #BE8B20 0%, #FEF0A1 30.73%, #BE8B20 64.06%, #FEF0A1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.col_case_stat:nth-child(2){
   -webkit-box-flex: 1;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    max-width: 80%;

    font-family: 'Proxima Nova Regular';
    font-size: 16px;
    line-height: 130%;
    /* or 21px */


    color: #000000;
}

.popup_case_descriptor{
font-family: 'Proxima Nova Bold';
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 24px;
}
.popap_caserow{
  margin-bottom: 10px;
}
.mb40popup{
  margin-bottom: 40px;
}

.popap_case_folowbox{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.popap_case_folowbox_col{
   -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
}

.popap_case_folow{
  margin-bottom: 25px;
}

.popap_case_folow>p:nth-child(1){
  text-align: center;
  font-family: 'Proxima Nova Regular';
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

.popap_case_folow>p:nth-child(2){
   text-align: center;
 font-family: 'Proxima Nova Regular';
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
      background: linear-gradient(180deg, #BE8B20 0%, #FEF0A1 30.73%, #BE8B20 64.06%, #FEF0A1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.popup_case_img{
  margin-bottom: 40px;
}

.inline-YTPlayer{
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.dop_classFas{
    font-size: 42px;
}

@media screen and (max-width: 1480px) {
  .right_wreath{
    display: none;
  }

  .left_wreath{
    display: none;
  }
  .icons_flying{
  
  }
  .col_aboutsec:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 30%;
    max-width: 30%;
}
.col_aboutsec:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 54%;
    max-width: 54%;
    padding: 0px 50px 0 45px;
}
.about_sec_btn_cintainer>a {
    color: #000;
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);
    box-shadow: inset 0px -6px 6px rgba(166, 118, 19, 0.8);
    border-radius: 5px;
    padding: 20px 60px;
    transition-duration: 0.5s;
}
.about_sec_btn_cintainer>a:hover {
    color: #000;
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);
    border-radius: 5px;
    padding: 30px 80px;
    box-shadow: none;
    padding: 17px 60px;
    margin-bottom: 6px;
    transform: translateY(6px);
    transition-duration: 0.5s;
}

     .prev {
        position: absolute;
        left: -50px;
        top: 34%;
    }
    .next {
        position: absolute;
        right: -50px;
        top: 34%;
    }

    .competention{
      margin-top: 160px;
    }


  



}

@media screen and (max-width:   770px) {
  .celeb_design_title_desc_left, .celeb_design_title_desc_right, .celeb_design_title_desc_left2, .celeb_design_title_desc_right2, .celeb_design_title_desc_left3{
      display: none;
    }

  .next, .prev{
    /*display: none !important;*/
  }


  .header__col:nth-child(1) {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%;
      max-width: 20%;
      display: flex;
  }
  .header__col:nth-child(2) {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%;
      max-width: 20%;
      display: flex;
  }
  .header__col:nth-child(3) {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%;
      max-width: 20%;
      display: flex;
  }
  .header__col:nth-child(4) {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%;
      max-width: 30%;
      display: flex;
  }
  .header__col:nth-child(5) {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 10%;
      -ms-flex: 1 1 10%;
      flex: 1 1 10%;
      max-width: 10%;
      display: flex;
  }

  .container {
      width: 100%;
      padding-right: 30px;
      padding-left: 30px;
      margin-right: auto;
      margin-left: auto;
  }
  .head_scroll .header__col:nth-child(3) {
      height: auto;
  }

  .head_scroll .header_col_logoimg {
        transform: none;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
  .first_sec h1 {
      font-family: 'El Messiri', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 110%;
      text-align: center;
      color: #FFFFFF;
  }

  .first_sec p {
      font-size: 16px;
      margin-top: 30px;
    margin-bottom: 30px;
  }

  .first_sec_btn_cintainer>a {
      color: #000;
      font-family: 'Proxima Nova Regular';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 130%;
      text-align: center;
      letter-spacing: 0.02em;
      text-decoration: none;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);
      box-shadow: inset 0px -6px 6px rgba(166, 118, 19, 0.8);
      border-radius: 135px;
      padding: 20px 60px;
      transition-duration: 0.5s;
  }

  .first_sec {
      padding-top: 140px;
      padding-bottom: 140px;
      position: relative;
      z-index: 1;
  }

    .competention {
      margin-top: 0px;
  }

  .celeb_design_title_core {
      font-family: 'El Messiri', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 120%;
      text-align: center;
      color: #FFFFFF;
      text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
      margin-bottom: 105px;
      position: relative;
  }

  .celeb_design_title_core2 {
      font-family: 'El Messiri', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 120%;
      text-align: center;
      color: #FFFFFF;
      text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
      margin-bottom: 105px;
      position: relative;
  }


  .col_competention {
      color: #fff;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 60px;
      padding: 0 30px;
      margin-bottom: 15px;
      min-height: 225px;
  }
  
  .hover_info_competent {
    left: 6px  !important;
    
}
  .col_competention_text {
      margin-top: 0px;
      font-size: 16px;
  }
  .col_competention_text>br {
    display: none;
  }
  .develop {
      margin-top: 75px;
  }
  .develop_txt_block>ul {
      padding-left: 24px;
      font-family: 'Proxima Nova Regular';
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 130%;
      background: linear-gradient(180deg, #BE8B20 0%, #FEF0A1 30.73%, #BE8B20 64.06%, #FEF0A1 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

  .develop_txt_block_title {
      font-family: 'Proxima Nova Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 130%;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      margin-bottom: 40px;
  }

  .develop_txt_block_title {
      font-family: 'Proxima Nova Bold';
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 130%;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      margin-bottom: 40px;
  }

  .col_aboutsec_title {
      font-family: El Messiri;
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 120%;
      line-height: 130%;
      background: linear-gradient(180deg, #BE8B20 0%, #FEF0A1 30.73%, #BE8B20 64.06%, #FEF0A1 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  .col_aboutsec:nth-child(2) {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 60%;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%;
      max-width: 60%;
      padding: 0px 0 0 30px;
  }
  .col_aboutsec_text {
      font-family: 'Proxima Nova Regular';
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 150%;
      color: #FFFFFF;
      margin-top: 20px;
  }

  .about_sec_btn_cintainer {
      display: flex;
      justify-content: flex-start;
      margin-top: 20px;
      justify-content:center;
  }

  .about_sec_btn_cintainer>a {
      color: #000;
      font-family: 'Proxima Nova Regular';
      font-style: normal;
      font-weight: 600;
      font-size: 17px;
      line-height: 130%;
      text-align: center;
      letter-spacing: 0.02em;
      text-decoration: none;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);
      box-shadow: inset 0px -6px 6px rgba(166, 118, 19, 0.8);
      border-radius: 5px;
      padding: 15px 40px;
      transition-duration: 0.5s;
  }
   .about_sec_btn_cintainer>a:hover {
      color: #000;
      font-family: 'Proxima Nova Regular';
      font-style: normal;
      font-weight: 600;
      font-size: 17px;
      line-height: 130%;
      text-align: center;
      letter-spacing: 0.02em;
      text-decoration: none;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);
      box-shadow: inset 0px -6px 6px rgba(166, 118, 19, 0.8);
      border-radius: 5px;
      padding: 15px 40px;
      transition-duration: 0.5s;
  }
  .aboutsec_team_text {
      font-family: 'Proxima Nova Regular';
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 140%;
      text-align: left;
      color: #FFFFFF;
      opacity: 0.9;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
      flex: 1 1 50%;
      max-width: 50%;
      padding-right: 20px;
  }

  .celeb_design_title_core3 {
      font-family: 'El Messiri', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 120%;
      text-align: center;
      color: #FFFFFF;
      text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
      margin-bottom: 70px;
      position: relative;
  }
  .portfolio_slide_card {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
      background: #fff;
      height: 343px;
      background: #FFFFFF;
      /* box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3); */
      border-radius: 5px;
      display: flex;
  }

  .portfolio_slide_arrow {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding: 100px 0;
  }
  .portfolio_slide_card_img>img {
    position: static;
    padding: 10px;
    width: auto;
    height: 250px;
    margin: 0 auto;
  }

  .popup_case {
      background: #fff;
      width: 100%;
      padding: 32px 57px;
      margin: 0 auto;
      position: relative;
      box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
      border-radius: 2px;
  }
  .portfolio_slide_card_content>p:nth-child(2) {
      font-family: 'El Messiri', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 28px;
      line-height: 130%;
      background: linear-gradient(180deg, #B17A05 0%, #F7DB42 23.96%, #B17A05 43.75%, #F6DB42 63.02%, #B17A05 79.09%, #F6DB42 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-top: 24px;
  }

  .portfolio_slide_card_content_l {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin-top: 45px;
      align-items: center;
  }
  .portfolio_slide_card_content_l>span {
      font-family: 'El Messiri', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 28px;
      line-height: 130%;
      color: #000000;
      margin-right: 24px;
  }
  .portfolio_slide {
      display: flex;
      width: 100%;
      padding-top: 0px;
  }
  .portf_boxslider {
      height: 422px;
  }

  .footer_contact_title {
      font-family: El Messiri;
      font-style: normal;
      font-weight: bold;
      font-size: 40px;
      line-height: 120%;
      color: #FFFFFF;
      margin-top: 65px;
      text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
  }
  .footer_contact_text {
      font-family: 'Proxima Nova Regular';
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 150%;
      margin-top: 30px;
      color: #FFFFFF;
  }

}




@media screen and (max-width: 500px) {
    
    

  
    .portfolio_slide_card_content>p:nth-child(1) {
    display:none;
}

.portfolio_slide_card_content>p:nth-child(2) {
    font-family: 'El Messiri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    background: linear-gradient(180deg, #B17A05 0%, #F7DB42 23.96%, #B17A05 43.75%, #F6DB42 63.02%, #B17A05 79.09%, #F6DB42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 12px;
}
.portfolio_slide_card_content_l>img {

    max-height: 56px;
}
.portfolio_slide_card_content_l {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.portfolio_slide_arrow img {
    display: none;
}
    
    .portfolio_slide_card_content_l>img {
          height: auto; 
          }
    .case_title_unicuale {
        font-size: 24px;
    }
    
    
    
    .icons_flying { 
        
        display: none;
}
  .first_sec h1 {
      font-family: 'El Messiri', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 30px;
      line-height: 110%;
      text-align: center;
      color: #FFFFFF;
  }

.header__col:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    display: flex;
    order: 1;
}

.header__col:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    order: 2;
}

.header__col:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    display: flex;
    order: 4;
    padding-top: 30px;
}

.header__col:nth-child(4) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    display: flex;
    display: none;
 
}

.header__col:nth-child(5) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    display: flex;
       order: 3;
}


.first_sec {
    padding-top: 230px;
    padding-bottom: 140px;
    position: relative;
    z-index: 1;
}

.head_scroll .header_col_logoimg {
    transform: none;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: none;
}
.menu-wrap {
       background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin-right: -100%;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .25s;
    z-index: 301;
}

.col_competention_img>img {
    margin: 0 auto;
    height: 100%;
    width: auto;
}
.col_competention_img {
    height: 100px;
}

.celeb_design_title_core2 {
    font-family: 'El Messiri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
    margin-bottom: 40px;
    position: relative;
}

.col_develop:nth-child(2) {
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    display: none;
}
.col_develop:nth-child(1) {
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.col_develop:nth-child(3) {
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.col_aboutsec:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.col_aboutsec:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0px 0 0 0px;
}
.col_aboutsec_title {
    margin-top: 15px;
}
.celeb_design_title_core {
    font-family: 'El Messiri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
    margin-bottom: 15px;
    position: relative;
}

.prev {
    position: absolute;
    left: -38px;
    top: 34%;
    width: 40px;
}


.next {
    position: absolute;
    right: -38px;
    top: 34%;
    width: 40px;
}

.test {
    width: 80%;
    margin: 0 auto;
}

.aboutsec_team_text {
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    text-align: left;
    color: #FFFFFF;
    opacity: 0.9;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding-right: 0px;
    text-align: center;
}

.aboutsec_team_img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.logoslider_slide:hover > .logoslider_slide_hoverlogo {
    opacity: 1;
    transition-duration: 0.8s;
    padding: 25px;
    display: none;
}
.logoslider_slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    position: relative;
    padding: 13px;
}
.portfolio_slide_card_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
        position: absolute;
    order: 2;
    bottom: -54px;
    left: 27%;
}
.portfolio_slide_card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #fff;
    height: auto;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3); */
    border-radius: 5px;
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
    min-height: 340px;
    position:relative;
}
.portfolio_slide_arrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 100px 0;
}
.portfolio_slide {
    display: flex;
    width: 100%;
    padding-top: 0px;
    flex-wrap: wrap;
}
.portf_boxslider {
    height: auto;
}
.potrf_prev {
    position: relative;
    display: inline-block;
    width: 40px !important;
    height: 23px !important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-right: 21px !important;
}
.potrf_next {
    position: relative;
    display: inline-block;
    width: 40px !important;
    height: 23px !important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-left: 21px !important;
}
.portfolio_slide_card_content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    -ms-flex: 0 0 52%;
    flex: 0 0 100%;
    order: 1;
}
.portfolio_slide_arrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 0;
    margin-top: 38px;
    
}
.celeb_design_title_core3 {
    font-family: 'El Messiri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
    margin-bottom: 31px;
    position: relative;
}
.module-border-wrap {
    width: 100%;
    padding: 1rem;
    position: relative;
    background: linear-gradient(180deg, #BE8B20 0%, #F8E5B6 31.25%, #BE8B20 69.27%, #F6DA76 100%);
    padding: 3px;
    border-radius: 2px;
    margin: 0 auto;
}
.module {
    background: #000;
    color: white;
    padding: 1rem;
}

.col_footer:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 25px;  
}

.col_footer:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.footer_contact_title {
    font-family: El Messiri;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: 0px;
    text-shadow: 0px 0px 55px rgba(255, 217, 0, 0.3), 0px 0px 114px rgba(249, 217, 170, 0.3);
}
.first_sec_btn_cintainer>a {
    color: #000;
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);
    box-shadow: inset 0px -6px 6px rgba(166, 118, 19, 0.8);
    border-radius: 135px;
    padding: 15px 35px;
    transition-duration: 0.5s;
}
.popup_call {
    background: #fff;
    width: 100%;
    padding: 32px 57px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}
.popup_call {
    background: #fff;
    width: 100%;
    padding: 25px 10px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}
.lend_block_form>button {
    display: block;
    margin: 0 auto;
    color: #000;
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(113.81deg, #BE8B20 0%, #FEF0A1 39.83%, #BE8B20 78.46%, #FEF0A1 114.13%);
    box-shadow: inset 0px -6px 6px rgba(166, 118, 19, 0.8);
    border-radius: 2px;
    padding: 15px 35px;
    border: none;
    transition-duration: 0.3s;
}
.popup_case {
    background: #fff;
    width: 100%;
    padding: 15px 10px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}
.popup_case_title {
    font-family: 'El Messiri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 24px;
}

.col_case_stat:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    font-family: 'Proxima Nova Bold';
    font-size: 27px;
    line-height: 130%;
    background: linear-gradient(180deg, #BE8B20 0%, #FEF0A1 30.73%, #BE8B20 64.06%, #FEF0A1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.popap_case_folowbox_col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 50%;
    max-width: 50%;
}


.head_scroll .header__col:nth-child(3) {
    height: auto;
    display: none;
  }




}
.menu-show {
    margin-right: 0;

}

.zatemnitel{
     font-family: ytpregular;
    font-size: 45px;
    color: #fff;
    text-align: center;
    /* border-radius: 100%; */
   background: linear-gradient(359.7deg, #030303 41.85%, rgba(3, 3, 3, 0) 98.52%);
    position: absolute;
    width: 100%;
    height: 113px;
    line-height: 80px;
    /* top: 0; */
    bottom: 0;
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    cursor: pointer;
    opacity: 1;
    transition: all .4s;
}
.hover_info_competent{
background: red;
    position: absolute;
    width: 97%;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, #BE8B20 0%, #F8E5B6 31.25%, #BE8B20 69.27%, #F6DA76 100%);
    border-radius: 5px;
    
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    
    padding: 25px;
    color: #000000;
    opacity: 0;
    transition-duration: 0.5s;
}

.col_competention:hover > .hover_info_competent{
     opacity: 1;
     
     transition-duration: 0.5s;
}

@media screen and (max-width: 500px) {
    
    .header_col_phone {
        font-weight: 600;
        font-size: 14px;
        line-height: 130%;
        font-family: 'Proxima Nova Regular';
    }
}

.multiple-items{
    width: 100%;
}