body {
  background-color: #2E373E; }

@font-face {
  font-family: "os-regular";
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: "os-bold";
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: normal; }

@font-face {
  font-family: "os-regular";
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: bold; }

@font-face {
  font-family: "os-regular";
  src: url(../fonts/OpenSans-Italic.ttf);
  font-style: italic; }

@font-face {
  font-family: "os-regular";
  src: url(../fonts/OpenSans-SemiBold.ttf);
  font-weight: 600; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background-color: rgb(248, 250, 251);
  font-size: 18px;
  line-height: 24px;
  line-height: 1.35em;
  font-family: "os-regular";
  overflow-x: hidden;
  font-weight: normal; }

a {
  text-decoration: none;
  color: rgb(0, 173, 181); }

a:hover {
  color: rgb(46, 55, 61);
  text-decoration: none; }

ul {
  list-style-type: none; }

.mobile-menu-button {
  display: none;
  outline: none;
  position: fixed;
  top: 30px;
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url(../images/hamburger-menu.svg);
  background-size: 100%;
  background-color: transparent;
  border: none;
  z-index: 99;
  background-repeat: no-repeat; }
  @media (min-width: 769px) and (max-width: 991px) {
    .mobile-menu-button {
      top: 35px;
      left: 25px;
      z-index: 100; } }
  @media (max-width: 768px) {
    .mobile-menu-button {
      z-index: 100; } }

.mobile-menu-button.opened {
  background-image: url(../images/close-menu.svg); }

.mobile-menu-button.fixed {
  position: fixed; }

.mobile-menu {
  display: none; }

.popup {
  position: fixed;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  top: 0;
  z-index: 999;
  left: 0;
  bottom: 0;
  right: 0;
  display: none; }
  @media (max-width: 768px) {
    .popup {
      align-items: flex-start;
      padding-top: 10px; } }

.popup-overlay {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6); }

.popup-headline {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 43px;
  color: #2E373E; }

.popup-form-wrap {
  padding-left: 62px;
  padding-right: 62px;
  padding-top: 42px;
  background-color: rgb(248, 250, 251);
  padding-bottom: 65px;
  z-index: 100;
  min-width: 563px;
  position: relative; }

.popup-form-wrap .popup-form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.popup-form label {
  font-family: "os-bold";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #666;
  text-transform: uppercase;
  outline: none; }

.popup-form input {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding: 13px 19px 13px 19px;
  color: #2E373E;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;
  outline: none;
  font-size: 18px;
  line-height: 24px; }

.popup-form input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999; }

.popup-form input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999; }

.popup-form input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999; }

.popup-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999; }

.popup-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999; }

.popup-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999; }

.popup-form textarea {
  width: 100%;
  margin-bottom: 35px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding: 13px 19px 13px 19px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;
  color: #2E373E;
  font-size: 18px;
  line-height: 24px;
  min-height: 110px;
  resize: none; }

.container {
  max-width: 1170px;
  margin: 0 auto; }

.index .main-header {
  min-height: 660px; }

.index .header-btn-wrap {
  margin-bottom: 126px; }

.index .fund {
  padding-top: 308px; }

.main-header {
  /*background-image: url(../images/bg-big.jpg);
  background-size: cover;*/
  min-height: 785px;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative; }

.main-header .header-top-line {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 30px 36px 30px 83px;
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2e373D;
  transition: 300ms background;
  z-index: 9; }
  .main-header .header-top-line.sticky {
    background-color: #2e373D;
    z-index: 9; }
  @media (max-width: 768px) {
    .main-header .header-top-line {
      height: 82px !important; } }

.main-header .header-placeholder {
  height: 50px; }
  @media (min-width: 769px) {
    .main-header .header-placeholder {
      height: 90px; } }
  @media (min-width: 992px) {
    .main-header .header-placeholder {
      height: 100px; } }

.main-header .header-menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }

.main-header .header-menu > li {
  margin-right: 20px; }

.main-header .header-menu > li:last-child {
  margin-right: 0; }

.main-header .header-menu > li > a,
.main-header .header-menu > li > span {
  opacity: 0.4;
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
  display: block;
  cursor: pointer; }
  .main-header .header-menu > li > a img,
  .main-header .header-menu > li > span img {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }

.main-header .header-menu > li > a.active,
.main-header .header-menu > li > span.active {
  opacity: 1;
  font-size: 18px;
  color: #fff; }

.main-header .header-menu > li {
  position: relative; }
  .main-header .header-menu > li .sub-menu {
    position: absolute;
    top: 100%;
    left: -50%;
    opacity: 0;
    visibility: hidden;
    border-radius: 2px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;
    overflow: hidden;
    transition: 300ms opacity, 300ms visibility; }
    .main-header .header-menu > li .sub-menu li a {
      display: block;
      padding: 5px 10px;
      min-width: 200px;
      font-size: 16px;
      color: #00ADB5;
      background-color: #fff; 
}
      .main-header .header-menu > li .sub-menu li a:hover {
        background-color: #efefef; }
  .main-header .header-menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible; }

.main-header .header-login-wrap {
  color: #fff; }

.main-header .header-login-wrap .header-join {
  border-radius: 100px;
  background-color: #FFFFFF;
  color: #4A4A4A;
  font-family: "os-bold";
  font-size: 18px;
  padding: 5px 22px 9px 22px;
  transition: 0.2s linear; }

.main-header .header-login-wrap .header-join:hover {
  background-color: #00ADB5;
  color: #fff; }

.main-header .header-login-wrap .header-login {
  color: #fff;
  font-family: "os-bold";
  font-size: 18px;
  margin-left: 12px; }

.main-header .header-top-line .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 26px; }

.main-header .header-top-line .logo img {
  height: 70px;
  width: auto; }
  @media (max-width: 992px) {
    .main-header .header-top-line .logo img {
      height: 50px; } }

.header-main-headline {
  text-align: center;
  font-size: 36;
  font-weight: bold;
  font-family: "os-bold";
  letter-spacing: 0.75px;
  line-height: 1.4em;
  text-align: center;
  color: #2e373D;
  margin-bottom: 31px;
  margin-top: 95px; }
  .header-main-headline super {
    font-size: 0.67em; }

.header-description {
  max-width: 495px;
  margin: 0 auto;
  color: #fff;
  opacity: 0.9;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 51px;
  font-family: "os-regular";
  font-weight: normal; }

.header-btn-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }

.header-btn {
  padding: 16px 36px;
  font-size: 22px;
  font-family: "os-bold";
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  background-color: #00ADB5;
  color:#fff;
  cursor: pointer; }
.header-btn:hover {
 	background-color: #2e373D;
 	color: #fff;
}
.main-header .onedoc-logo {
  content: '';
  background-image: url(../images/diagram-main.svg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 469px;
  height: 437px;
  -webkit-transform: translate(-50%, 52%);
          transform: translate(-50%, 52%);
  position: relative;
  background-size: 100%;
  left: 50%; }
  .main-header .onedoc-logo small {
    font-size: 0.7em; }

.main-header .onedoc-logo span {
  color: #D1D1D1;
  font-family: "os-bold";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 28px; }

.main-header .onedoc-logo .onedoc-logo-text-1 {
  position: absolute;
  top: 55.5%;
  left: -104px; }

.main-header .onedoc-logo .onedoc-logo-text-2 {
  position: absolute;
  top: 84.2%;
  left: -32px; }

.main-header .onedoc-logo .onedoc-logo-text-3 {
  position: absolute;
  bottom: -10%;
  right: 40%; }

.main-header .onedoc-logo .onedoc-logo-text-4 {
  position: absolute;
  top: 82%;
  right: -105px; }

.main-header .onedoc-logo .onedoc-logo-text-5 {
  position: absolute;
  top: 55.5%;
  right: -241px;
  text-align: right; }

.fund {
  padding-top: 418px;
  padding-bottom: 50px; }

.fund-desc {
  opacity: 0.9;
  line-height: 1.4em;
  font-size: 20px;
  color: #2e373D;
  text-align: center;
  margin: 60px auto 40px auto;
  max-width: 650px; }
  @media (min-width: 769px) {
    .fund-desc {
      font-size: 28px; } }

.fund-name, .win-name, .exchange-name {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 22px; }

.fund-name span, .win-name span, .exchange-name {
  color: #2e373D;
  font-family: "os-regular";
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  position: relative;
  line-height: 50px; }

.fund-name span:after {
  content: 'SM';
  position: absolute;
  top: -10px;
  right: -25px;
  font-weight: bold;
  font-size: 10px;
  color: #fff; }

.fund-headline, .win-headline, .exchange-headline {
  font-family: "os-bold";
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 65px;
  text-align: center;
  color: #2e373D;
  margin-bottom: 50px; }

.partners {
  background-color: #37434A;
  padding: 100px 0 72px; }

.partners-headline {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 56px;
  font-weight: normal; }

.partners-logos-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 70px; }

.partners-logos-list li {
  width: 25%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 107px; }

.partners-logos-list li:first-child img {
  position: relative;
  top: -20px; }

.partners-logos-list li:nth-child(5), .partners-logos-list li:nth-child(7), .partners-logos-list li:nth-child(6) {
  margin-bottom: 0; }

.participant-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.participant-list li {
  width: 370px;
  padding-top: 78px;
  padding-bottom: 40px; }

.participant-list li .participant-description {
  max-width: 300px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 72px;
  position: relative; }

.participant-list li .participant-description:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #D8D8D8;
  bottom: -30px; }

.participant-list li .participant-description:before {
  content: '';
  position: absolute;
  left: 50%;
  background-image: url(../images/quotes.svg);
  width: 18px;
  height: 12px;
  margin-left: -9px;
  background-size: 100%;
  top: -42px; }

.participant-name {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 22px;
  letter-spacing: -0.51px;
  line-height: 36px; }

.participant-title {
  opacity: 0.7;
  color: #FFFFFF;
  font-family: "os-bold";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 18px; }

.win {
  padding: 100px 0px 0px 0px;
  background-image: url(../images/win-bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-color:#d1d1d1; }

.win > .container {
  padding-bottom: 100px; }

.win .win-lists {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }

.win-headline {
  margin-bottom: 70px; }

.win-name {
  margin-bottom: 14px; }

@media (min-width: 1400px) {
  .win .container {
    width: 1200px; } }

.win .win-list {
  width: 48.8%;
  background-color:rgb(248, 250, 251); 
      border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;}

.win .win-list li {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 22px;
  padding: 20px 20px;
  line-height: 31px;
  background-color: rgb(248, 250, 251); }

.win .win-list li:nth-child(2n) {
  background-color: #ffffff; }

.win .win-list li:first-child {
  background-color: #00ADB5;
  font-size: 36px;
  line-height: 50px;
  color: #fff; }

.exchange {
  padding-top: 100px;
  padding-bottom: 487px;
  background-image: url(../images/people.svg);
  background-repeat: no-repeat;
  background-position: center 544px;
  background-size: 711px 534px; }

.exchange-headline {
  margin: 0 auto 80px auto;
  max-width: 800px; }

.exchange-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.exchange-list li {
  width: 370px;
  border-radius: 10px;
  background-color: #fff;
  padding: 31px;
  color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;
  font-size: 22px;
  line-height: 32px;
  text-align: center; }

.exchange-list li:nth-child(2) {
  background-color: #fff; }

.investment {
  padding: 100px 0 50px 0;
  background-color: rgb(248, 250, 251); }

.investment-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 90px;
  line-height: 50px;
  color: #2e373D;
  font-weight: normal; }

.investment-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative; }

.investment-list:after {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 66px;
  z-index: 1;
  height: 1px;
  content: '';
  opacity: 0.3;
  /*transform: scaleY(-1);*/
  background-color: #B4B4B4; }

.investment-list .investment-list-item {
  width: 265px; }

.investment-list .investment-list-item .investment-list-icon-wrap {
  width: 129px;
  height: 129px;
  border: 1px solid #00adb5;
  background-color: #00adb5;
  border-radius: 50%;
  position: relative;
  background-image: url(../images/row-icon-1.svg);
  background-position: center center;
  background-size: 43px 43px;
  background-repeat: no-repeat;
  margin: 0 auto 52px auto;
  z-index: 2; }

.investment-list .investment-list-item:nth-child(2) .investment-list-icon-wrap {
  background-image: url(../images/row-icon-2.svg);
  border: 1px solid #6590ff;
  background-color: #6590ff;
  background-size: 41px 43px; }

.investment-list .investment-list-item:nth-child(3) .investment-list-icon-wrap {
  border: 1px solid #ffa533;
  background-color: #ffa533;
  background-image: url(../images/row-icon-3.svg); }

.investment-list .investment-list-item:nth-child(4) .investment-list-icon-wrap {
  border: 1px solid #95c02a;
  background-color: #95c02a;
  background-image: url(../images/row-icon-4.svg);
  background-size: 36px 36px; }

.investment-list .investment-list-item .investment-list-icon-wrap:after {
  position: absolute;
  content: '1';
  width: 34px;
  height: 34px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-family: "os-bold";
  left: 0;
  top: 50%;
  margin-top: -17px;
  border: 1px solid #595959;
  background-color: #37434A;
  border-radius: 50%;
  left: -17px; }

.investment-list .investment-list-item:nth-child(2) .investment-list-icon-wrap:after {
  content: '2'; }

.investment-list .investment-list-item:nth-child(3) .investment-list-icon-wrap:after {
  content: '3'; }

.investment-list .investment-list-item:nth-child(4) .investment-list-icon-wrap:after {
  content: '4'; }

.investment-list .investment-list-item .investment-item-text {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4em;
  text-align: center;
  display: block;
  padding: 0 7px;
  font-size: 20px; }
  @media (min-width: 1340) {
    .investment-list .investment-list-item .investment-item-text {
      font-size: 22px; } }

.contact {
  padding: 100px 0; }

.contact-headline {
  color: #2e373D;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  font-weight: normal;
  text-align: center;
  margin-bottom: 98px;
  margin-top: 50px; }

@media (min-width: 1240px) {
  .contact-section .container {
    width: 1200px; } }

.contact-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 93px; }
  @media (min-width: 769px) {
    .contact-content {
      margin-left: -20px;
      margin-right: -20px; } }

.contact-content > div {
  width: 100%; }
  @media (min-width: 769px) {
    .contact-content > div {
      width: 50%;
      padding-left: 20px;
      padding-right: 20px; } }

.contact-form-headline, .contact-info-headline {
  margin-bottom: 30px;
  color: #999;
  font-family: "os-bold";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 18px;
  text-transform: uppercase; }

@media (min-width: 767px) {
  .contact-form-wrap {
    max-width: 500px; } }

.contact-form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 570px; }

.contact-form input {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding: 13px 49px 13px 49px;
  background-image: url(../images/form-mail-icon.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 20px center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 24px; }

.contact-form select {
  width: 100%;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding: 13px 49px 13px 49px;
  background-image: url(../images/form-mail-icon.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 20px center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 24px; 
  height:50px;}
.contact-form select option {
  padding: 13px 49px 13px 49px;
}
select:invalid {
  color: rgba(0, 0, 0, 0.3);
}

.ck-container {
  display: block;
  position: relative;
  width:100%;
  height:50px;
  padding-left: 80px;
  margin-bottom: 30px;
  color:#999;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ck-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  border-radius:5px;
  background-color: rgba(255, 255, 255, 1);  
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px !important;
}
.ck-container:hover input ~ .checkmark {
  background-color: #ececec;
}

/* When the checkbox is checked, add a blue background */
.ck-container input:checked ~ .checkmark {
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ck-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ck-container .checkmark:after {
  left: 17px;
  top: 5px;
  width: 10px;
  height: 30px;
  border: solid #00ADB5;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.contact-form input[name="name"] {
  background-image: url(../images/form-human-icon.svg);
  background-size: 15px 18px; }

.contact-form input[name="position"] {
  background-image: url(../images/form-position-icon.svg);
  background-size: 15px 18px;
  width: 47.7%; }

.contact-form input[name="company"] {
  background-image: url(../images/form-company-icon.png);
  width: 47.7%;
  background-size: 15px 16px; }

.contact-form input:focus, select:focus {
  outline: none; }

.contact-form textarea {
  width: 100%;
  margin-bottom: 35px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding: 13px 49px 13px 49px;
  background-image: url(../images/form-message-icon.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 20px 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 24px;
  min-height: 141px;
  resize: none; }

.contact-form textarea:focus {
  outline: none; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3); }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3); }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3); }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3); }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.3); }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.3); }

.contact-form-btn {
  border-radius: 100px;
  background-color: #00ADB5;
  border: none;
  cursor: pointer;
  font-family: "os-bold";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 13px 63px;
  text-align: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear; }

.contact-form-btn:hover {
  background-color: #2E373E ;
  color: #fff; }

.contact-form-btn:focus {
  outline: none; }

.contact-info {
  max-width: 520px; }

.contact-info-headline {
  margin-bottom: 44px; }

.contact-adress-title, .contact-email-title, .contact-phone-title {
  color: rgba(0, 0, 0, 0.7);
  font-family: "os-bold";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 18px;
  margin-bottom: 12px;
  display: block; }

.contact-adress, .contact-phone, .contact-email {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 45px; }

.contact-phone {
  margin-bottom: 48px; }

.contact-adress strong {
  display: inline-block; }

.contact-email {
  margin-bottom: 0; }

.contact-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 28px; }
  .contact-page .contact-links {
    margin-top: 0; }

.contact-links li {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal; }

.contact-links li:first-child {
  margin-right: 30px; }

.copyright {
  display: block;
  text-align: center;
  color: rgb(153, 153, 153);
  font-family: "os-bold";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase; }

/*pftc page */
.pftc-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 93px; }
  @media (min-width: 769px) {
    .pftc-content {
      margin-left: -20px;
      margin-right: -20px; } }

.pftc-content > div {
  width: 100%; }
  @media (min-width: 769px) {
    .pftc-content > div {
      width: 50%;
      padding-left: 20px;
      padding-right: 20px; } }
.pftc-form-headline {
  margin-bottom: 30px;
  color: #999;
  font-family: "os-bold";
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase; }
.pftc-info h3 {
    font-size: 1.5em;
	margin-bottom:30px;
    color: rgba(0, 0, 0, 0.7);
}
.pftc-info p {
	margin:20px 0px 20px 0px;
	line-height:150%;
    color: rgba(0, 0, 0, 0.7);
}
  @media (min-width: 769px) {
    .pftc-info p {
      margin:20px 80px 20px 0px; } }
.pftc-form-wrap h5 {
	font-style:italic;
	color: #999;
	margin-top:-20px;
	margin-bottom:40px;
}
.pftc-form-wrap .contact-form input {
	border-radius: 5px;
}
  
/*about page*/
.about-content {
  padding-bottom: 130px;
  padding-top: 120px;}

.about-main-header {
  min-height: auto;
  background-image: none;
  height: 130px; }

.about-main-header .header-top-line {
  margin-bottom: 0; 
  background-color:rgb(46, 55, 61);}

.about-headline {
  font-size: 48px;
  line-height: 65px;
  color: rgb(46, 55, 61);
  font-family: "os-bold";
  text-align: center;
  margin-bottom: 63px;
  letter-spacing: 1px; }

.about-description, .team-description {
  line-height: 1.35em;
  background-color:#fff;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  margin: 0 auto;
  padding:50px 30px;
  font-weight: normal;
  font-size: 18px; 
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;}
  @media (min-width: 769px) {
    .about-description, .team-description {
  		padding:50px 100px;
      	font-size: 28px; } }

.team-members-container {
  display: none; 
  border-top:1px solid #00ADB5;z-index:1;}
  .team-members-container.active {
    display: block; }

.team-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px; }
  @media (min-width: 769px) {
    .team-list {
      margin-top: 60px; } }

.team-list .team-list-item {
background-color:#fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 40px;
  width: 100%; }
  .team-list .team-list-item .team-member-description {
    /*display: none; */
    height:0px;display: block;opacity:0;}
  .team-list .team-list-item .team-member-collapse img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .team-list .team-list-item.extended .team-member-description {
    display: block; height:auto;opacity:1;    -webkit-transition: opacity 600ms, height 600ms;
            transition: opacity 600ms, height 600ms;}
  .team-list .team-list-item.extended .team-member-collapse img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

/*.team-list .team-list-item:nth-child(3),
.team-list .team-list-item:nth-child(4),
.team-list .team-list-item:nth-child(5) {
	width: 31.6%;
	margin-bottom: 0;
}*/
.team-member-image {
  margin-right: 25px; }

.team-member-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -o-object-fit: cover;
     object-fit: cover; }

.team-member-header {
  text-align: center;
  position: relative; }
  @media (min-width: 769px) {
    .team-member-header {
      text-align: left;
      align-items: center;
      display: flex;
      padding-right: 90px; } }

.team-member-collapse {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }
  @media (min-width: 769px) {
    .team-member-collapse {
      right: 0px;
      top: 17px;
      -webkit-transform: scale(0.7);
              transform: scale(0.7); } }
  @media (min-width: 992px) {
    .team-member-collapse {
      -webkit-transform: scale(1);
              transform: scale(1);
      right: 30px;
      top: 30px; } }

@media (min-width: 769px) {
  .team-member-description {
    padding-left: 82px; } }

@media (min-width: 992px) {
  .team-member-description {
    padding-left: 140px; } }
    
.line-1 {
	margin:60px auto 0px;
	padding:0px 80px;
}
.line-1 img {
	width:25%;
	height:auto;
	margin:0px 4%
}
.line-2 {
	margin:20px auto 0px;
	padding:0px 35%;
}
.line-2 img {
	width:38%;
	height:auto;
	margin:0px 4%
}
.line-3 {
	margin:30px auto 60px;
	padding:0px 80px;
}
.line-3 img {
	width:16%;
	height:auto;
	margin:0px 4%
}
.phillipa {
  -o-object-position: 50% 22%;
     object-position: 50% 22%; }

.rohan {
  -o-object-position: 50% 0%;
     object-position: 50% 0%; }

.theodore {
  -o-object-position: 50% 0%;
     object-position: 50% 0%; }

.member-position {
  margin-bottom: 6px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 3px;
  color: #999;
  font-weight: normal; }

.member-name {
  font-size: 36px;
  line-height: 50px;
  color: #2e373D;
  font-weight: normal; }

.member-list {
  list-style-type: disc;
  padding-left: 20px; }
  @media (min-width: 769px) {
    .member-list {
      padding-left: 30px; } }

.member-list li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.5); }

.member-list li span {
  position: relative;
  left: 8px; }
.team-member-description p {
	margin:15px 0px;
	color:rgba(0, 0, 0, 0.5);
}
/*about page*/
/*olx page*/
.olx-logo {
  content: '';
  background-image: url(../images/blx-diagram.svg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 430px;
  height: 436px;
  -webkit-transform: translate(-50%, 52%);
          transform: translate(-50%, 52%);
  background-size: 100%;
  left: 50%;
  position: relative;
  margin-top: -100px; }

.olx-logo span {
  color: #D1D1D1;
  font-family: "os-bold";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 28px;
  max-width: 293px; }

.olx-logo .olx-logo-text-1 {
  position: absolute;
  top: 67.5%;
  left: -325px;
  text-align: right; }

.olx-logo .olx-logo-text-3 {
  position: absolute;
  top: 67.5%;
  right: -325px; }

.olx-logo .olx-logo-text-2 {
  position: absolute;
  bottom: -18.5%;
  right: 50%;
  right: 16%;
  text-align: center; }

.olx-investor {
  padding-top: 389px; }

.olx-investor-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  min-height: 684px;
  background-image: url(../images/olx-investor.png);
  background-size: 469px 100%;
  background-repeat: no-repeat;
  background-position: left top; }

.olx-investor-content-text {
  max-width: 600px;
  padding-top: 100px;
  padding-bottom: 100px; }

.olx-investor-headline {
  color: #2e373D;
  font-family: "os-bold";
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 65px;
  margin-bottom: 52px; }

.olx-investor-description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  line-height: 32px; }

.olx-benefits {
  background-color: #eceff1;
  padding-top: 100px;
  padding-bottom: 120px; }

.benefits-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }

.benefits-list li {
  padding: 210px 0px 0px 0px;
  padding-left: 50px;
  padding-right: 50px;
  width: 48.7%;
  background-image: url(../images/olx-icon-1.svg);
  background-repeat: no-repeat;
  background-position: center 70px;
  background-size: 100px 101px;
  min-height: 394px; }

@media (min-width: 769px) {
  .benefits-list li:nth-child(2n) {
    padding-left: 0;
    padding-right: 0; }
    .benefits-list li:nth-child(2n) span {
      width: 100%; } }

.benefits-list li:nth-child(2) {
  background-image: url(../images/olx-icon-2.svg); }

.benefits-list li:nth-child(3) {
  background-image: url(../images/olx-icon-3.svg); }

.benefits-list li:nth-child(4) {
  background-image: url(../images/olx-icon-4.svg); }

.benefits-list li span {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-family: "os-regular";
  font-weight: normal;
  display: block;
  font-size: 28px;
  line-height: 38px;
  width: 87%;
  margin: 0 auto; }

.benefits-text {
  color: rgba(0, 0, 0, 0.5);
  width: 81%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 60px; }

/*olx page*/
/*validation styles*/
.contact-form-btn {
  position: relative;
  min-width: 169px; }

.contact-form.process .contact-form-btn, .popup-form.process .contact-form-btn {
  font-size: 0; }

.contact-form.process .sk-fading-circle, .popup-form.process .sk-fading-circle {
  display: block; }

.popup-form .form-completed {
  margin-top: 10px; }

.contact-form.process input, .popup-form.process input {
  opacity: 0.4; }

.contact-form.process textarea, .popup-form.process textarea {
  opacity: 0.4; }

.form-completed {
  font-size: 22px;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }

.sk-fading-circle {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/*validation styles*/
/*
terms page*/
div.terms-content .container {
  max-width: 969px; }

div.terms-content {
  padding: 50px 0 0; }
  @media (min-width: 769px) {
    div.terms-content {
      padding: 100px 0; } }

.terms-description {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12px;
  font-weight: normal;
  line-height: 1.4em; }
  @media (min-width: 769px) {
    .terms-description {
      font-size: 28px; } }

.terms-headline {
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.9);
  font-family: "os-bold";
  text-align: center;
  margin-bottom: 1.37em;
  letter-spacing: 1px;
  font-size: 30px; }
  @media (min-width: 769px) {
    .terms-headline {
      font-size: 48px; } }

.terms-text {
  max-width: 969px;
  margin: 0 auto;
  line-height: 1.4em;
  font-size: 16px; }
  @media (min-width: 769px) {
    .terms-text {
      font-size: 26px; } }
  .terms-text h6 {
    font-size: 16px;
    margin-top: 1.9em;
    margin-bottom: 1.9em;
    color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    font-weight: normal; }
    @media (min-width: 769px) {
      .terms-text h6 {
        font-size: 26px; } }
  .terms-text h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1.9em;
    margin-bottom: 0.7em;
    color: rgba(0, 0, 0, 0.7); }
    @media (min-width: 769px) {
      .terms-text h5 {
        font-size: 28px; } }

.terms-text p {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 1.1em; }

.terms-text ul {
  padding-left: 30px;
  margin: 1.9em 0; }

.terms-text ul li {
  list-style-type: disc;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 1.1em;
  position: relative; }

.terms-text ul li span {
  position: absolute;
  left: -15px; }

@media only screen and (max-width: 1500px) {
  .popup-form-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: auto;
    max-height: 100%; }
  .popup-headline {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px; }
  .popup-form label {
    margin-bottom: 5px; }
  .popup-form input {
    margin-bottom: 15px; }
  .popup-form input {
    padding: 9px 19px 9px 19px; }
  .popup-form textarea {
    padding: 9px 19px 9px 19px; } }

@media only screen and (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  .main-header .header-top-line {
    padding: 30px 36px 30px 36px; }
  .participant-list {
    justify-content: space-around; }
  .fund-list {
    justify-content: space-around; }
  .fund-list li {
    width: 300px; }
  .fund-list li:nth-child(2) {
    margin: 0; }
  .exchange-list li {
    width: 310px; }
  .contact-form {
    max-width: 540px; } }

@media only screen and (max-width: 1100px) {
  /*olx media*/
  .olx-logo {
    width: 370px;
    height: 376px; }
  .olx-logo span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    width: 180px; }
  .olx-logo .olx-logo-text-1 {
    left: -195px; }
  .olx-logo .olx-logo-text-3 {
    right: -195px; }
  .olx-logo .olx-logo-text-2 {
    right: 27%;
    bottom: -22%; }
  .olx-investor {
    padding-top: 310px; }
  .olx-investor-content {
    background-size: 360px 100%;
    min-height: 484px; }
  /*olx media*/ }

@media only screen and (max-width: 992px) {
  .index .main-header {
    min-height: 500px; }
  .index .main-header .onedoc-logo {
    bottom: -39.6%; }
  .index .fund {
    padding-top: 240px; }
  .index .header-btn-wrap {
    margin-bottom: 80px; }
  .mobile-menu-button {
    display: block; }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2E373E;
    padding-top: 37px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-around;
    z-index: 99;
    display: none; }
  .mobile-header .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 16px; }
  .mobile-menu .header-login-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    color: #fff;
    align-items: center;
    transition: 0.2s linear; }
  .mobile-menu .header-login-wrap .header-join:hover {
    background-color: #00ADB5;
    color: #fff; }
  .mobile-menu .header-login-wrap .header-join {
    font-size: 16px;
    padding: 4px 20px 5px 20px;
    border-radius: 100px;
    background-color: #FFFFFF;
    color: #4A4A4A;
    font-family: "os-bold"; }
  .mobile-menu .header-login-wrap .header-login {
    font-size: 16px;
    margin-left: 6px;
    color: #fff;
    font-family: "os-bold"; }
  .mobile-header .logo img {
    display: block;
    height: 50px;
    width: auto; }
  .mobile-menu-links {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center; }
  .mobile-menu-links li a {
    font-family: "os-regular";
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
    display: block; }
  .mobile-menu-links li:last-child a {
    margin-bottom: 0; }
  .mobile-menu-links li a.active {
    font-family: "os-bold";
    color: white; }
  .mobile-menu-terms {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center; }
  .mobile-menu-terms a {
    display: block;
    font-family: "os-regular";
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
    display: block; }
    .mobile-menu-terms a.active {
      color: white; }
  .mobile-menu-copyright {
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #fff; }
  .main-header {
    min-height: 550px; }
  .about-main-header {
    min-height: auto;
    height: auto; }
  .main-header .header-top-line {
    padding: 30px 20px 30px;
    margin-bottom: 50px;
    height: 90px; }
  .main-header .header-menu li {
    margin-right: 12px; }
  .main-header .header-menu li a {
    font-size: 16px; }
  .main-header .header-menu li a.active {
    font-size: 16px; }
  .main-header .header-login-wrap .header-join {
    font-size: 16px;
    padding: 4px 20px 5px 20px; }
  .main-header .header-login-wrap .header-login {
    font-size: 16px;
    margin-left: 6px; }
  .main-header .header-login-wrap {
    font-size: 16px; }
  .header-main-headline {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 45px; }
  .header-description {
    font-size: 20px;
    line-height: 26px; }
  .header-btn {
    padding: 12px 26px;
    font-size: 16px; }
  .main-header .onedoc-logo {
    width: 370px;
    height: 346px;
    bottom: -36%; }
  .main-header .onedoc-logo span {
    font-size: 14px; }
  .main-header .onedoc-logo .onedoc-logo-text-1 {
    left: -90px; }
  .main-header .onedoc-logo .onedoc-logo-text-4 {
    right: -81px; }
  .main-header .onedoc-logo .onedoc-logo-text-5 {
    right: -185px; }
  .fund {
    padding-top: 300px;
    padding-bottom: 20px; }
  .fund-name span, .win-name span, .exchange-name {
    font-size: 26px;
    margin-bottom: 0px;
    line-height: 32px; }
  .fund-name, .win-name, .exchange-name {
    margin-bottom: 15px; }
  .fund-headline, .win-headline, .exchange-headline {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 40px; }
  .fund-name span:after, .win-name span:after {
    top: -6px;
    right: -16px;
    font-size: 8px; }
  .fund-list li {
    width: 321px;
    min-height: 245px;
    background-size: 70px 70px;
    background-position: center 35px;
    padding-top: 135px; }
  .fund-list li span {
    font-size: 20px;
    line-height: 26px; }
  .fund-list li:nth-child(5) {
    margin-left: 0;
    background-size: 85px 70px; }
  .partners {
    padding: 50px 0; }
  .partners-headline {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 47px; }
  .partners-logos-list {
    justify-content: space-around;
    margin-bottom: 48px; }
  .partners-logos-list li {
    width: 33.3%;
    margin-bottom: 37px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
  .partners-logos-list li:nth-child(4) {
    margin-bottom: 0; }
  .partners-logos-list li:last-child {
    margin-bottom: 0;
    margin-top: 37px; }
  .participant-list li {
    display: none;
    padding-top: 20px; }
  .participant-list li:first-child {
    display: block; }
  .win {
    background-position: center top;
    background-size: 239%;
    padding-top: 50px; }
  .win > .container {
    padding-bottom: 50px; }
  .win .win-list li {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 0;
    padding-left: 5px;
    padding-right: 5px; }
  .win .win-list li:first-child {
    font-size: 24px;
    line-height: 36px; }
  .exchange {
    padding-top: 50px;
    padding-bottom: 425px;
    background-size: 500px 334px;
    background-position: center 695px; }
  .exchange-list {
    justify-content: center; }
  .exchange-list li {
    width: 51%;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 22px; }
  .investment {
    padding: 50px 0; }
  .investment-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 45px; }
  .investment-list .investment-list-item .investment-list-icon-wrap {
    width: 90px;
    height: 90px;
    background-size: 30px 30px; }
  .investment-list .investment-list-item:nth-child(2) .investment-list-icon-wrap {
    background-size: 28px 30px; }
  .investment-list .investment-list-item:nth-child(4) .investment-list-icon-wrap {
    background-size: 26px 26px; }
  .investment-list .investment-list-item .investment-list-icon-wrap:after {
    width: 24px;
    height: 24px;
    font-size: 14px; }
  .investment-list:after {
    top: 41px; }
  .investment-list .investment-list-item .investment-item-text {
    font-size: 16px;
    line-height: 22px; }
  .contact {
    padding: 50px 0; }
  .contact-headline {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px; }
  .contact-form-wrap {
    margin-bottom: 50px; }
  .contact-form-headline, .contact-info-headline {
    font-size: 14px;
    line-height: 18px; }
  .contact-form input {
    padding: 7px 36px 7px 36px;
    font-size: 14px;
    line-height: 18px;
    background-size: 14px;
    margin-bottom: 15px;
    background-position: 12px center; }
  .contact-form select {
    padding: 7px 36px 7px 36px;
    font-size: 14px;
    line-height: 18px;
    height:34px;
    background-size: 14px;
    margin-bottom: 15px;
    background-position: 12px center; }
    
  .checkmark {
  	height: 34px;
  	width: 34px;}
  .container .checkmark:after {
    left: 12px;
    top: 5px;
    width: 5px;
    height: 15px;
}

  .contact-form textarea {
    padding: 7px 36px 7px 36px;
    font-size: 14px;
    line-height: 18px;
    background-size: 14px;
    min-height: 100px;
    margin-bottom: 15px;
    background-position: 12px 10px; }
  .contact-form-btn {
    padding: 7px 26px;
    font-size: 14px;
    min-width: 86px; }
  .contact-form-wrap {
    width: 48%; }
  .contact-form {
    max-width: 100%; }
  .contact-info {
    width: 48%; }
  .contact-adress-title, .contact-email-title, .contact-phone-title {
    font-size: 10px;
    margin-bottom: 15px; }
  .contact-adress, .contact-phone, .contact-email {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px; }
  .contact-content {
    margin-bottom: 50px; }
  .contact-links {
    margin-bottom: 15px; }
  .contact-links li {
    margin-right: 15px;
    font-size: 14px;
    line-height: 20px; }
  .form-completed {
    font-size: 20px; }
  .sk-fading-circle {
    width: 20px;
    height: 20px; }
  /*about page media*/
  .about-headline {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 31px; }
  .about-main-header .header-top-line {
    margin-bottom: 0; }
  .about-content {
    padding-top: 60px;
    padding-bottom: 50px; }
  .about-description {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 80px; }
  .team-list .team-list-item {
    padding: 30px; }
  .team-member-image {
    margin-right: 15px; }
  .team-member-image img {
    width: 80px;
    height: 80px; }
  .member-position {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px; }
  .member-name {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px; }
  .member-list li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px; }
  .member-list li:last-child {
    margin-bottom: 0; }
  /*about page media*/
  /*olx media*/
  .olx-benefits {
    padding-top: 60px;
    padding-bottom: 50px; }
  .benefits-list li {
    min-height: 245px;
    background-size: 70px 70px;
    background-position: center 35px;
    padding-top: 135px; }
  .benefits-list li span {
    font-size: 20px;
    line-height: 26px; }
  .benefits-text {
    font-size: 14px;
    line-height: 20px; }
  .olx-investor-content {
    justify-content: center;
    min-height: 600px;
    background-size: 234px 342px;
    background-position: center bottom; }
  .olx-investor-content-text {
    padding-top: 0px;
    margin: 0 auto; }
  .olx-investor-headline {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 25px; }
  .olx-investor-description {
    font-size: 16px;
    line-height: 22px; } }

@media only screen and (max-width: 768px) {
  .index .main-header {
    min-height: 330px; }
  .index .fund {
    padding-top: 170px; }
  .index .header-btn-wrap {
    margin-bottom: 50px; }
  .main-header {
    min-height: 550px; }
  /*mobile menu styles end*/
  /*popup styles*/
  .popup-headline {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px; }
  .popup-form-wrap {
    padding: 20px 30px 30px 30px; }
  .popup-form input {
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    margin-bottom: 8px; }
  .popup-form label {
    font-size: 9px; }
  .popup-form textarea {
    font-size: 12px;
    min-height: 70px;
    margin-bottom: 15px;
    padding: 5px 15px 5px 15px; }
  .popup-form-wrap {
    min-width: 320px; }
  .main-header .header-top-line .logo {
    top: 16px; }
  .main-header .header-top-line .logo img {
    width: auto;
    height: 50px; }
  .main-header {
    min-height: 392px; }
  .main-header .header-top-line {
    padding: 0;
    min-height: 50px; }
  .about-main-header {
    min-height: auto; }
  .about-main-header .header-top-line {
    min-height: 51px;
    margin-bottom: 0;
    padding: 0; }
  .header-main-headline {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
    letter-spacing: 0.5px; }
  .header-description {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 24px; }
  .header-btn {
    font-size: 11px;
    line-height: 15px;
    padding: 7px 18px; }
  .main-header .onedoc-logo {
    width: 235px;
    height: 220px;
    bottom: -32.2%; }
  .main-header .onedoc-logo span {
    font-size: 9px;
    line-height: 14px; }
  .main-header .onedoc-logo .onedoc-logo-text-1 {
    left: -60px; }
  .main-header .onedoc-logo .onedoc-logo-text-2 {
    position: absolute;
    top: 82%;
    left: -19px; }
  .main-header .onedoc-logo .onedoc-logo-text-3 {
    right: 38%; }
  .main-header .onedoc-logo .onedoc-logo-text-5 {
    right: -98px;
    width: 120px; }
  .main-header .onedoc-logo .onedoc-logo-text-4 {
    width: 40px;
    right: -15px;
    top: 82%; }
  .onedoc-logo-text-5 {
    right: -105px; }
  .fund {
    padding-top: 198px;
    padding-bottom: 0; }
  .fund-name span, .win-name span, .exchange-name {
    font-size: 18px;
    line-height: 25px; }
  .fund-name span:after, .win-name span:after {
    top: -4px; }
  .fund-name, .win-name, .exchange-name {
    margin-bottom: 11px; }
  .win-name {
    margin-bottom: 9px; }
  .fund-headline, .win-headline, .exchange-headline {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.5px;
    margin-bottom: 30px; }
  .win-headline {
    margin-bottom: 37px; }
  .fund-list li {
    width: 51%;
    min-height: 190px;
    background-size: 50px 50px;
    padding-top: 105px; }
  .fund-list li span {
    font-size: 14px;
    line-height: 18px; }
  .fund-list li:nth-child(5) {
    margin-left: 0;
    background-size: 66.5px 50px; }
  .partners-headline {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 47px; }
  ul.partners-logos-list li {
    width: 34%;
    margin-bottom: 20px; }
  .partners-logos-list li:nth-child(4) {
    margin-bottom: 20px; }
  .partners-logos-list li:last-child {
    margin-top: 20px; }
  .partners-logos-list li img {
    max-width: 101px;
    max-height: 30px; }
  .partners-logos-list li:first-child img {
    top: -10px; }
  .partners-logos-list {
    justify-content: center;
    margin-bottom: 0px; }
  .participant-list li {
    padding-top: 40px; }
  .win .win-lists {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
  .win .win-list {
    width: 82%; }
  .win .win-list:first-child {
    margin-bottom: 30px; }
  .win .win-list li:first-child {
    font-size: 18px;
    line-height: 25px; }
  .win .win-list li {
    font-size: 11px;
    line-height: 16px;
    padding: 10px 10px; }
  .win {
    background-position: 69% top;
    background-size: 174%;
    padding-top: 50px; }
  .win > .container {
    padding-bottom: 0;
    border: none; }
  .exchange-headline {
    margin-bottom: 38px;
    padding-left: 42px;
    padding-right: 42px; }
  .exchange-list li {
    width: 86%;
    font-size: 11px;
    line-height: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px; }
  .exchange {
    background-size: 290px 218px;
    background-position: center 93%;
    padding-bottom: 235px; }
  .investment {
    padding-bottom: 28px; }
  .investment-title {
    font-size: 18px;
    line-height: 26px; }
  .investment-list .investment-list-item {
    width: 50%;
    min-height: 200px; }
  .investment-list:after {
    width: 80%;
    left: inherit;
    right: -15px; }
  .investment-list:before {
    position: absolute;
    width: 80%;
    left: -15px;
    bottom: 10%;
    z-index: 1;
    height: 1px;
    content: '';
    opacity: 0.3;
    background-color: #B4B4B4; }
  .investment-list .investment-list-item .investment-list-icon-wrap {
    width: 65px;
    height: 65px;
    background-size: 22px 22px;
    margin-bottom: 25px; }
  .investment-list .investment-list-item:nth-child(2) .investment-list-icon-wrap {
    background-size: 20.5px 21.5px; }
  .investment-list .investment-list-item:nth-child(3) .investment-list-icon-wrap {
    background-size: 21.5px 21.5px; }
  .investment-list .investment-list-item:nth-child(4) .investment-list-icon-wrap {
    background-size: 18px 18px; }
  .investment-list .investment-list-item .investment-list-icon-wrap:after {
    width: 17px;
    height: 17px;
    font-size: 9px;
    line-height: 9px;
    left: -8.5px;
    margin-top: -9px; }
  .investment-list:after {
    top: 33px; }
  .investment-list:before {
    bottom: 41.5%; }
  .investment-list .investment-list-item:nth-child(3) {
    margin-bottom: 0; }
  .investment-list .investment-list-item .investment-item-text {
    padding: 0 4%;
    font-size: 11px;
    line-height: 16px; }
  .investment-list .investment-list-item {
    min-height: 171px; }
  .investment {
    padding-bottom: 30px; }
  .investment-list {
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contact-form-headline, .contact-info-headline {
    font-size: 12px;
    margin-bottom: 17px; }
  .contact-content {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
  .contact-form-wrap, .contact-info {
    width: 100%; }
  .contact-content {
    padding-left: 8%;
    padding-right: 8%;
    justify-content: flex-start; }
  .contact-adress, .contact-phone, .contact-email {
    font-size: 14px;
    line-height: 19px; }
  .contact-adress-title, .contact-email-title, .contact-phone-title {
    margin-bottom: 7px; }
  .contact-form input {
    font-size: 12px; }
  .form-completed {
    font-size: 14px; }
  /*about page media*/
  .about-headline {
    letter-spacing: 0.5px;
    margin-bottom: 31px;
    font-size: 24px;
    line-height: 33px;
    padding-left: 33px;
    padding-right: 33px; }
  .about-description {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 41px;
    padding-left: 33px;
    padding-right: 33px; }
  .team-list {
    padding-left: 8.6%;
    padding-right: 8.6%; }
  .team-list .team-list-item {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px; }
  .team-list .team-list-item:last-child {
    margin-bottom: 0; }
  .team-member-image {
    margin-right: 12.5px; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .team-member-image {
      margin-right: 0; } }

@media only screen and (max-width: 768px) {
  .team-member-image img {
    width: 60px;
    height: 60px; }
  .member-position {
    margin-top: 12px;
    font-size: 9px;
    letter-spacing: 1.5px;
    line-height: 14px;
    margin-bottom: 3px; }
  .member-name {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px; }
  .member-list li {
    font-size: 12px;
    line-height: 14px; }
  .member-list li span {
    position: relative;
    left: 10px; }
  /*about page media*/
  /*olx media*/
  .olx .header-main-headline {
    padding-left: 15px;
    padding-right: 15px; }
  .olx-logo {
    width: 215px;
    height: 218px; }
  .olx-logo span {
    font-size: 9px;
    line-height: 14px; }
  .olx-logo .olx-logo-text-1 {
    width: 79px;
    top: 86.5%;
    left: -70px; }
  .olx-logo .olx-logo-text-2 {
    width: 125px;
    right: 22%;
    bottom: -29%; }
  .olx-logo .olx-logo-text-3 {
    width: 79px;
    top: 85.5%;
    right: -70px; }
  .olx-investor {
    padding-top: 247px; }
  .olx-investor-headline {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px; }
  .olx-investor-content {
    min-height: 563px; }
  .olx-investor-description {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
    line-height: 16px; }
  .olx-benefits {
    padding-top: 41px;
    padding-bottom: 41px; }
  .olx .benefits-list li span {
    max-width: 100%;
    width: 100%; }
  .benefits-list {
    margin-bottom: 20px; }
  .benefits-list li {
    width: 100%;
    min-height: 197px;
    background-size: 50px 50px;
    padding-top: 105px; }
  .benefits-list li span {
    max-width: 73%;
    font-size: 14px;
    line-height: 19px; }
  .benefits-text {
    font-size: 9px;
    line-height: 12px; }
  /*olx media*/ }

@media only screen and (max-width: 480px) {
  .investment-list .investment-list-item {
    width: 50%; }
  .header-description {
    padding-left: 15px;
    padding-right: 15px; }
  ul.partners-logos-list li {
    width: 50%; } }

@media only screen and (max-width: 365px) {
  .index .main-header .onedoc-logo {
    bottom: -36.5%; }
  .index .fund {
    padding-top: 150px; }
  .main-header .onedoc-logo {
    width: 200px;
    height: 200px;
    bottom: -30.7%; }
  .main-header .onedoc-logo .onedoc-logo-text-1 {
    left: -52px;
    top: 50.5%; }
  .main-header .onedoc-logo .onedoc-logo-text-2 {
    top: 79%; }
  .main-header .onedoc-logo .onedoc-logo-text-4 {
    top: 79%; }
  .main-header .onedoc-logo .onedoc-logo-text-5 {
    top: 50.5%;
    right: -44px; }
  .main-header .onedoc-logo .onedoc-logo-text-3 {
    right: 36%;
    bottom: -5%; }
  .popup-headline br {
    display: none; }
  .popup-form-wrap {
    padding: 15px 25px 25px 25px; }
  /*	olx media*/
  .olx-logo .olx-logo-text-1 {
    left: -65px;
    width: 76px; }
  .olx-logo .olx-logo-text-2 {
    right: 16%; }
  .olx-logo .olx-logo-text-3 {
    right: -65px;
    width: 76px; }
  .olx-logo {
    width: 185px;
    height: 188px;
    bottom: -25.6%; }
  .olx .main-header {
    min-height: 420px; } }

@media only screen and (max-height: 500px) {
  .popup-form-wrap {
    min-width: 235px; }
  .popup-form-wrap {
    padding: 15px 25px 15px 25px; }
  .popup-form input {
    font-size: 12px;
    padding: 2px 15px 2px 15px;
    margin-bottom: 3px; }
  .popup-form label {
    font-size: 8px; }
  .form-completed {
    font-size: 15px; } }

@media only screen and (min-width: 992px) {
  .olx .main-header .header-top-line {
    margin-bottom: 115px; }
  .olx .header-main-headline {
    margin-bottom: 47px; } }

.container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }
  @media (min-width: 1040px) {
    .container {
      width: 1040px; } }
  @media (min-width: 1340px) {
    .container {
      width: 1240px; } }

.container-fluid, .main-header .header-top-line.container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .container-fluid, .main-header .header-top-line.container-fluid {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1200px) {
    .container-fluid, .main-header .header-top-line.container-fluid {
      padding-left: 90px;
      padding-right: 90px; } }

/** override */
@media (max-width: 991px) {
  .main-header .header-menu, .main-header .header-login-wrap {
    display: none; }
  .mobile-menu-button {
    display: block; } }

/** Home **/
.home {
  /*background-image: url(../images/bg-big.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: rgb(248, 250, 251);}
  .home .main-header {
    background-image: none;
    height: auto;
    min-height: auto; }
    .home .main-header .header-top-line {
      position: fixed;
      top: 0;
      width: 100%; 
      background-color: rgb(46, 55, 61);}
  .home .home-hand-iphone {
    background-image: url(../images/home-iphone@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 400px;
    height: 100%;
    max-height: 700px;
    align-self: flex-end; }
    @media (min-width: 992px) {
      .home .home-hand-iphone {
        width: 500px;
        flex: 1; } }
    @media (max-width: 991px) {
      .home .home-hand-iphone {
        width: 100%;
        height: 500px;
        margin-top: 30px;
        max-height: none;
        background-position: bottom center; } }
    @media (max-height: 700px) and (min-width: 992px) {
      .home .home-hand-iphone {
        height: calc(100% - 50px); } }
  .home .home-intro-wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center; }
    @media (min-width: 769px) {
      .home .home-intro-wrapper {
        min-height: 500px; } }
    @media (max-width: 991px) {
      .home .home-intro-wrapper {
        height: auto;
        /* Fallback for browsers that do not support Custom Properties */
        padding-top: 100px;
        padding-bottom: 0;
        flex-flow: column; } }
    @media (min-width: 992px) {
      .home .home-intro-wrapper {
        padding-right: 0; } }
  .home .home-intro {
    position: relative;
    color: #fff; }
    @media (min-width: 992px) {
      .home .home-intro {
        width: 50%;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      .home .home-intro {
        width: 60%; } }
    .home .home-intro--title {
      font-size: 48px;
      font-weight: bold;
      color: rgb(46, 55, 61);
      letter-spacing: 1px;
      line-height: 1.4em; }
    .home .home-intro--desc {
      margin-top: 30px;
      opacity: 0.9;
      font-size: 34px;
      color: rgb(46, 55, 61);
      line-height: 1.5em;
      max-width: 650px; }
      .home .home-intro--desc super {
        font-size: 0.5em;
        line-height: 2em; }
    .home .home-intro--cta {
      background: #00ADB5;
      border-radius: 100px;
      font-size: 22px;
      padding: 10px 20px;
      color: #FFFFFF;
      letter-spacing: 0;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      margin-top: 50px;
      min-width: 285px; }
    @media (max-width: 1199px), (max-height: 712px) {
      .home .home-intro {
        max-width: none; }
        .home .home-intro--title {
          font-size: 36px; }
        .home .home-intro--desc {
          font-size: 26px; } }
    @media (max-width: 1199px) {
      .home .home-intro--cta {
        display: block; } }
    @media (max-width: 991px), (max-height: 600px) {
      .home .home-intro {
        max-width: none; }
        .home .home-intro--title {
          font-size: 30px; }
        .home .home-intro--desc {
          font-size: 22px; } }
    @media (max-width: 991px) {
      .home .home-intro--cta {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 240px; } }
    @media (max-width: 768px), (max-height: 500px) {
      .home .home-intro {
        max-width: none; }
        .home .home-intro--title {
          font-size: 20px; }
        .home .home-intro--desc {
          font-size: 18px; } }
    @media (max-width: 768px) {
      .home .home-intro--cta {
        background: #00ADB5;
        border-radius: 100px;
        font-size: 11px;
        padding: 10px 20px;
        color: #FFFFFF;
        letter-spacing: 0;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        display: block;
        width: auto; } }
  @media (min-width: 992px) {
    .home .wrapper {
      position: relative; } }
  @media (min-width: 992px) {
    .home footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding-top: 10px; }
      .home footer ul {
        margin-top: 0; } }
  @media (max-width: 991px) {
    .home footer {
      background-color: #2e373d; }
      .home footer .contact-links {
        margin-top: 0; } }

footer {
  padding: 30px 0; }

/** About **/
.about .team-name {
  text-align: center;
  margin-top: 50px; }
  @media (min-width: 769px) {
    .about .team-name {
      font-size: 28px; } }
  .about .team-name-item {
    display: inline-block;
    padding: 15px 0px;
    opacity: 0.4;
    font-weight: bold;
    color: rgb(46, 55, 61);
    text-align: center;
    border-bottom: 2px solid #fff;
    background-color:#bbb;
    text-transform:uppercase;
    letter-spacing:-0.1em;
    font-size: 12px;
    margin-left: 2px;
    margin-right:2px;      border:1px solid #00ADB5;margin-bottom:-2px; }
    @media (min-width: 769px) {
      .about .team-name-item {
        width:30%;
    	letter-spacing:normal;
        margin-left: 8px;
        margin-right: 8px;
        font-size: 16px;
        padding: 15px 15px; } }

    .about .team-name-item.active {
      opacity: 0.9;
      background-color:#fff;
      border:1px solid #00ADB5;
      border-bottom: 2px solid #fff; z-index:3;}

/** footer */
footer {
  color: #fff; }
  .footer-contributors { 
  margin-top:30px;
  background-color:#fff;
  padding:30px 0px;
      border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;}
  footer .footer-contributors h3 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 40px;
    font-size: 24px; }
    @media (min-width: 769px) {
      footer .footer-contributors h3 {
        margin-bottom: 120px;
        font-size: 36px; } }
  footer .footer-contributors .line-1, footer .footer-contributors .line-2 {
    text-align: center; }
    @media (min-width: 769px) {
      footer .footer-contributors .line-1, footer .footer-contributors .line-2 {
        display: flex;
        align-items: center;
        justify-content: center; } }
    footer .footer-contributors .line-1 img, footer .footer-contributors .line-2 img {
      margin: 30px 20px; }
      @media (max-width: 767px) {
        footer .footer-contributors .line-1 img, footer .footer-contributors .line-2 img {
          display: block;
          margin: 30px auto; } }

/** BRIDGEPORT  **/
.bridgeport-container {
  margin-top: 100px; }
  @media (min-width: 769px) {
    .bridgeport-container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1440px) {
    .bridgeport-container {
      width: 1170px; } }
  .bridgeport-container .features {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 769px) {
      .bridgeport-container .features {
        margin-left: -30px;
        margin-right: -30px; } }
  .bridgeport-container .feature-item {
    text-align: center;
    width: 100%;
    margin-top: 100px;
    padding: 20px;
    background-color:#fff;
    color: rgba(0,0,0,0.7); }
    @media (min-width: 769px) {
      .bridgeport-container .feature-item {
        padding-left: 30px;
        padding-right: 30px;
        width: 44%; 
        margin:100px auto 0px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px} }
    .bridgeport-container .feature-item-image {
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .bridgeport-container .feature-item-title {
      margin-top: 40px;
      opacity: 0.9;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.5em;
      color: rgba(0,0,0,0.7); }
      .bridgeport-container .feature-item-title super {
        font-size: 0.63em; }
      @media (min-width: 769px) {
        .bridgeport-container .feature-item-title {
          font-size: 28px; } }
    .bridgeport-container .feature-item-desc {
      margin-top: 20px;
      margin: 20px auto 0 auto;
      opacity: 0.9;
      font-size: 18px;
      line-height: 1.4em;
      text-align: center; }
      @media (min-width: 769px) {
        .bridgeport-container .feature-item-desc {
          font-size: 24px; } }
    .bridgeport-container .feature-item-more {
      margin: 20px;
      display: inline-block;
      background:#00ADB5;
      border-radius: 100px;
      padding: 10px 30px;
      font-size: 18px;
      color: #fff;
      text-align: center;
      -webkit-transition: all 300ms;
      transition: all 300ms; }
      .bridgeport-container .feature-item-more:hover {
        background: rgba(0, 0, 0, 0.9); }
      @media (min-width: 769px) {
        .bridgeport-container .feature-item-more {
          font-size: 24px; } }

.bridgeport-placeholder {
  height: 600px; }

/** BLX **/
.header-quote-box {
  background: #fff;
  border-radius: 10px;
  color: #2e373D;
  text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.05) -5px 5px 10px;
  padding: 20px;
  margin-left: 20px;
  margin-right: 20px; }
  @media (min-width: 769px) {
    .header-quote-box {
      width: 550px;
      margin: 0 auto; } }

.header-quote-content {
  letter-spacing: 0.5px;
  line-height: 1.4em;
  font-size: 16px; }
  @media (min-width: 769px) {
    .header-quote-content {
      font-size: 24px; } }

.header-quote-credit {
  margin-top: 30px;
  opacity: 0.9;
  font-size: 14px; }
  @media (min-width: 769px) {
    .header-quote-credit {
      font-size: 18px; } }

/** DIALOG **/
.dialog {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99; }
  .dialog.opened {
    opacity: 1;
    visibility: visible; }
  .dialog-overlay {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6); }
  .dialog-box {
    background-color: #fff;
    color: rgba(0,0,0,0.6); }
  .dialog-content {
    position: relative;
    z-index: 1;
    max-height: 100%;
    overflow: auto; }

body.lock-scroll {
  overflow: hidden; }

.dialog-feature-box {
  width: 100vw;
  height: 100vh;
  overflow: auto; }
  @media (min-width: 768px) {
    .dialog-feature-box {
      width: 600px;
      height: auto; } }
  .dialog-feature-box > .close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.5;
    transition: opacity 300ms; }
    .dialog-feature-box > .close:hover {
      opacity: 1; }
  .dialog-feature-box-header {
    padding: 30px;
    background-color: rgb(248, 250, 251); }
  .dialog-feature-box-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4em;
    color: #2E373D; }
    .dialog-feature-box-title img {
      max-height: 50px;
      vertical-align: middle; }
    @media (min-width: 769px) {
      .dialog-feature-box-title {
        font-size: 36px; } }
  .dialog-feature-box-subtitle {
    margin-top: 20px;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.4em;
    color: rgba(0,0,0,0.9); }
    @media (min-width: 769px) {
      .dialog-feature-box-subtitle {
        font-size: 22px; } }
  .dialog-feature-box-body {
    padding: 30px;
    font-size: 16px; }
    @media (min-width: 769px) {
      .dialog-feature-box-body {
        font-size: 22px; } }
  .dialog-feature-box-list {
    padding-left: 0;
    margin-top: 0; }
    .dialog-feature-box-list li {
      margin-bottom: 20px;
      padding-left: 40px;
      background-image: url(../images/list-check.svg);
      background-position: 0 5px;
      background-repeat: no-repeat; }
  .dialog-feature-box-button {
    margin-top: 40px;
    width: 100%;
    border: 0;
    font-weight: bold;
    display: block;
    background: #00ADB5;
    border-radius: 100px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 20px;
    transition: 300ms all;
    cursor: pointer; }
    .dialog-feature-box-button:hover {
      background-color: #2e373D; }

/** MISC **/
super {
  font-size: 0.7em;
  line-height: 1.5em;
  vertical-align: top; }

strong {
  font-weight: bold; }

@media (max-width: 768px) {
  .main-header .onedoc-logo {
    width: 209px;
    height: 198px; }
    .main-header .onedoc-logo .onedoc-logo-text-5 {
      right: -79px; } 
.line-1 {
	margin:60px auto 0px;
	padding:0px 20px;
}
.line-1 img {
	width:30%;
	height:auto;
	margin:0px 8%;
}
.line-2 {
	margin:20px auto 0px;
	padding:0px 20px;
}
.line-2 img {
	width:30%;
	height:auto;
	margin:0px 8%
}
.line-3 {
	margin:30px auto 30px;
	padding:0px 20px;
}
.line-3 img {
	width:30%;
	height:auto;
	margin:0px 8% 50px;
}
.about .team-name-item {
    padding: 10px 10px;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}
@media (max-width: 499px) {
      .about .team-name-item {
        margin-left: 2px;
        margin-right: 2px;
        font-size: 11px;
        padding: 15px 4px; } 
}