
.profile-img {
  display: block;
  width: 100%;
  max-width: 100%;
}
a {
  display: block;
  text-decoration: none;
}
.mainBlock {
  max-width: 1250px;
  margin: 30px auto 30px;
  padding: 0 !important;
  width: 90%;
  background-color: #fff;
  background: #fff;
  margin: 20px auto;
  padding: 0 !important;
  border-radius: 50px 50px 10px 10px;
  -webkit-box-shadow: 0 5px 2px 0 rgba(0,0,0,0.3);
          box-shadow: 0 5px 2px 0 rgba(0,0,0,0.3);
}
.mainBlock header {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px 50px 0px 0px;
  width: 100%;
  -webkit-box-shadow: 0 5px 6px 0 rgba(0,0,0,0.3);
          box-shadow: 0 5px 6px 0 rgba(0,0,0,0.3);
    background: url(../img/header_bg.png) repeat #FFFFFF;
  position: relative;
}
.mainBlock header i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 30px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mainBlock header i:hover {
  cursor: pointer;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mainBlock main {
  padding: 20px;
}
.mainBlock .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.mainBlock .left .photo-left .photo {
  width: 150px;
  height: 150px;
  margin-top: -120px;
  border-radius: 100px;
  border: 4px solid #2b9573;
  background-size: cover;
}
.mainBlock .left .photo-left .photo .active-status {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: calc(50% - 70px);
  top: 0px;
  background-color: #336633;
  border: 3px solid #fff;
}
.mainBlock .left .name {
  font-size: 22pt;
  color: #777;
  margin-top: 20px;
}
.mainBlock .left .info {
  font-size: 11pt;
  color: #777;
  margin-top: -5px;
  margin-bottom: 5px;
}
.mainBlock .left .stat {
  margin-top: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainBlock .left .stat .number-stat,
.mainBlock .left .stat .desc-stat {
  padding: 0px;
  margin-bottom: 5px;
  font-size: 14pt;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mainBlock .left .stat .number-stat:hover,
.mainBlock .left .stat .desc-stat:hover {
  cursor: pointer;
}
.mainBlock .left .number-stat {
  color: #43acf2;
}
.mainBlock .left .number-stat:hover {
  color: #189cf4;
}
.mainBlock .left .desc-stat {
  color: #aaa;
}
.mainBlock .left .descriptions {
  margin: 20px 25px 25px 25px;
  color: #999;
  padding: 10px 0 25px 0;
  border-bottom: 1px solid #ededed;
  font-size: 14pt;
}
.mainBlock .left .social {
  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;
  font-size: 20pt;
}
.mainBlock .left .social i {
  margin: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mainBlock .left .social i:hover {
  cursor: pointer;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.mainBlock .left .social i:nth-child(1) {
  color: #4267b2;
}
.mainBlock .left .social i:nth-child(2) {
  color: #1da1f2;
}
.mainBlock .left .social i:nth-child(3) {
  color: #bd081c;
}
.mainBlock .left .social i:nth-child(4) {
  color: #36465d;
}
.mainBlock .right {
  padding: 0 25px 0 25px !important;
  background: #fff;
}
.mainBlock .right .follow {
  position: absolute;
  right: 8%;
  top: 15px;
  font-size: 11pt;
  border-radius: 5px;
  background-color: #42b1fa;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.mainBlock .right .follow:hover {
  text-decoration: none;
  background: #0f8bdd;
}
.mainBlock .right .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  padding: 20px 0 20px 0;
}
.mainBlock .right .nav a {
  font-size: 14pt;
  display: block;
  padding-bottom: 10px;
  margin-right: 20px;
  font-weight: 800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mainBlock .right .nav a:hover {
  text-decoration: none;
  border-bottom: 1px solid #999;
  color: #999;
}
.mainBlock .right .nav .active {
  color: #777;
  border-bottom: 1px solid #999;
}
.mainBlock .right .gallery img {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
          box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
  width: auto;
  height: auto;
  cursor: pointer;
  max-width: 100%;
  margin: 20px 10px;
}
