/* Generated by less 2.5.1 */
.anim {
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.fly-obj.fly-docs {
  left: 0;
  top: 0;
}
.alldocs-wrap {
  position: relative;
  z-index: 100;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 200px 0 40px;
  justify-content: center;
}
.alldocs-wrap .title-wrap {
  padding-left: 40%;
}
.alldocs-wrap .title-wrap h3 {
  margin-bottom: 30px;
}
p.experience {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
}
p.experience span {
  padding: 0px 4px;
  position: relative;
  top: 1px;
  background: #fffd76;
}
.presentation-button {
  background: #0eadff;
  border-radius: 2px;
  height: 75px;
  display: flex;
  align-items: center;
  border: 0;
  padding: 0 20px;
  position: fixed;
  right: 0;
  z-index: 300;
  top: 100px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.presentation-button:hover {
  background: #0ed1ff;
}
.presentation-button p {
  font-size: 13px;
  color: #fff;
  text-align: left;
}
.presentation-button p strong {
  font-weight: bold;
  font-size: 16px;
}
.presentation-button img {
  margin-right: 20px;
  width: 30px;
  min-width: 30px;
}
.manager-name.in-block {
  text-align: left;
  position: absolute;
  bottom: 70px;
  padding-left: 30px;
  left: 0;
  line-height: 1.4;
}
@media (max-width: 997px) {
  .manager-name.in-block {
    padding-right: 0;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    padding-left: 140px;
  }
  .alldocs-wrap {
    padding-top: 40px;
  }
  .alldocs-wrap .title-wrap {
    padding-left: 0%;
    text-align: center;
  }
  .presentation-button {
    display: none;
  }
  p.experience {
    font-size: 18px;
  }
  .fly-obj.fly-docs {
    opacity: .6;
    display: none;
  }
}
.btn-tertiary {
  border: 0;
  font-size: 20px;
  font-weight: 400;
  color: #30354b;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 2px;
  background-color: #f0f5f8;
  box-shadow: 0px 15px 20px 0px rgba(255, 255, 255, 0.5);
  border: 2px dashed #e3ebf0;
  height: 80px;
  text-align: center;
  max-width: 290px;
  width: 100%;
  margin-bottom: 20px;
}
.btn-tertiary:hover,
.btn-tertiary:focus {
  color: #888;
  border-color: #888888;
}
.input-file {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  font-size: 15px;
}
.modal-padding {
  padding: 40px 30px;
}
.file-adding-wrap {
  padding: 3px 0 20px 0;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.file-adding-wrap > div {
  position: relative;
  border-radius: 6px;
  background: #f0f5f8;
  padding: 10px 50px 10px 10px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.file-adding-wrap > div .close {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  opacity: .4;
}
.file-adding-wrap > div .close:hover {
  opacity: 1;
  transform: translateY(-50%) rotate(90deg);
}
