body{
    font-family: "Gotham Pro"; 
    color: #101010;
    font-size: 14px;
}
.about-logo-wrap{
    text-align: center;
    width: 100%;
}
.about-h3{
    color: #101010;
    font-family: "Gotham Pro";
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.about-text{
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.7px;
    padding-top: 35px;
}
.about-date{
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.05px;
}
.about-h4{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.about-h2{
    width: 100%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 70px;
}
.about-banner{
    background-color: #bc332d;
    text-align: center;
    width: 100%;
    padding: 0 5px;
    margin-top: 70px;
}
.about-h2--number{
    padding-bottom: 35px;
}
.about-number-text{
    text-align: center;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.7px;
}
.about-number{
    color: #101010;
    font-family: "Gotham Pro";
    font-size: 120px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding-top: 75px;
}
.about-number-after{
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    text-align: center;
    font-size: 13px;
}
.about-founder{
    color: #101010;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.7px;
}

.name-founder{
    font-family: "Gotham Pro";
    font-weight: 700;
    letter-spacing: 0.7px;
}
.founder-img{
    height: 610px;
}
.founder-img-wrap{
    position: relative;
}
.founder-img-wrap:after{
    content: "";
    width: 1px;
    height: 177px;
    background-color: #2b2a2d;
    position: absolute;
    bottom: -78px;
    left: 56px;
    z-index: -2;
}
.founder-img-wrap:before{
    content: "";
    width: 177px;
    height: 1px;
    background-color: #2b2a2d;
    position: absolute;
    bottom: 60px;
    left: -150px;
    z-index: -2;
}
.about-founder--bold{
    color: #101010;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.7px;
}
.about-founder-video{
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 900;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    padding-left: 150px;
    display: inline-block;
    position: relative;
    color: #bc332d;
    padding-top: 80px;
}
.about-founder-video:hover{
    color: #bc332d;
}
.about-founder-video:before{
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    left: 60px;
    top: 73px;
    background: url("../svg/triol.svg");
    background-size: 100% 100%;
}


textarea { 
    width: 100%;
    resize: none;
  }
  
  /* Ставим кнопку по центру */
  
  .content {
    text-align: center;
  }
  
  /* Стили для нашей кнопки */
  
  button {
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 22px;
    text-decoration: none;
    margin: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 0;
  }
  
  button:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
  }
  
  button:focus {
    outline: none !important
  }
  
  /* Стили для содержимого popup окна */
  
  input, textarea {
    color: #494949;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 5px;
    width: 100%;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
  }
  
  input:focus {
    border-color: #808080;
    outline: none;
  }
  
  textarea:focus {
    border-color: #808080;
    outline: none;
  }
  
  /* Кнопка */
  
  .blue_btn {
    background-color: #55acee;
    box-shadow: 0px 5px 0px 0px #3C93D5;
  }
  
  /* Окно */
  
  .overlay_popup {
    display:none;
    position:fixed;
    z-index: 999;
    top:0;
    right:0; 
    left:0;
    bottom:0;
    background:#000; 
    opacity:0.5;
  }
  
  .popup {
    display: none;
    position: relative;
    z-index: 1000;
    margin:0 25% 0 25%;
    width:50%;
  }
  
  /* Ещё немного стилей для popup окна */
  
  .object{
    width: 500px;
    height: 500px;
    background-color: #eee;
    padding: 50px 70px;
  }
  .about-founder-video:hover{
      text-decoration: none;
      color: #000;
  }
  @media (max-width: 768px){
    .about-founder-video{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about-founder-video:before{
        top: 10px;
    }
    
  }