@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
button:hover,
select:hover {
  cursor: pointer;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
.add-post {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 80px;
  margin-top: 13px;
}
.add-posts {
  width: 100%;
  height: 272px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.add-post-block {
  background: #e3e3e3;
  height: 100%;
}
.add-post-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 37%;
  overflow: hidden;
  position: relative;
}
.add-post-img img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.add-post-img p {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 210.94%;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 1;
  text-align: center;
}
.add-post-container {
  padding: 25px 39px 30px 49px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.add-post-select {
  width: 302px;
}
.add-post-select select {
  width: 100%;
  height: 30px;
}
.add-post-select-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.add-post-select p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #3c3c3c;
  margin-top: 27px;
  margin-bottom: 8px;
}
.add-post-select-center > div {
  width: 137px;
}
.heading input {
  width: 100%;
  background: #ffffff;
  border: none;
  height: 30px;
  padding: 0 7px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #656565;
}
.add-post-premium {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.add-post-premium label {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.checkbox-white {
  display: none;
}
.add-post-premium input:not(checked) {
  z-index: -1;
  opacity: 0;
  position: absolute;
}
.add-post-premium input:not(checked) + .checkbox-white {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: 10px;
  width: 13px;
  height: 13px;
  background: #ffffff;
}
.checkbox-white svg {
  width: 13px;
  height: 13px;
  display: none;
}
.add-post-premium input:checked + .checkbox-white svg {
  display: block;
}
.black-button {
  background: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  padding: 9px 43px;
  color: #ffffff;
}
.black-button:hover {
  opacity: 0.9;
}
.add-post-bottom {
  background: #040404;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 29px;
}
.add-post-bottom div {
  width: 8px;
  margin: 0 6px;
  border-radius: 4px;
  background-color: rgba(196, 196, 196, 0.5);
  height: 8px;
}
.add-post-bottom .add-post-bottom-active {
  background-color: #ffffff;
}
.add-post-second-none {
  display: none;
}
body .input-active-heading {
  border: 1px solid red;
}
.main-container-bill-left {
  padding-right: 30px;
  max-height: 100%;
  overflow-y: scroll;
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #252525;
}

::-webkit-scrollbar {
  width: 3px;
}

.add-post-second {
  padding: 25px 77px 21px 41px;
}
.white-sms {
  padding: 10px 20px;
  width: 100%;
  height: 94px;
  border: none;
  border-radius: 25px 25px 0px 0px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.white-sms::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 27px;
  color: #d8d8d8;
}
.white-sms::-moz-placeholder {
  font-size: 13px;
  line-height: 27px;
  color: #d8d8d8;
}
.white-sms:-moz-placeholder {
  font-size: 13px;
  line-height: 27px;
  color: #d8d8d8;
}
.white-sms:-ms-input-placeholder {
  font-size: 13px;
  line-height: 27px;
  color: #d8d8d8;
}
.add-post-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.add-post-buttons input {
  width: 155px;
  height: 45px;
  padding: 0;
}
.add-post-buttons input:hover {
  cursor: pointer;
  opacity: 0.9;
}

/* BILL */
.bill-search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  -ms-align-items: center;
  align-items: center;
}
.bill-board-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  position: relative;
  overflow: hidden;
  border-radius: 25px 25px 0 0;
}
.bill-board-img img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.bill-board-img p {
  font-weight: 500;
  font-size: 36px;
  line-height: 210.94%;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 0;
}
.bill-search {
  background-color: #262626;
  height: 40px;
  color: #ffffff;
  padding: 0 7px 0 13px;
}
.departament-menu {
  height: 11px;
  width: 17px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 8px;
}
.departament-menu span {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.departament-menu:hover {
  cursor: pointer;
}
.departament {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 40px;
}
.departament-menu + p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #ffffff;
}
.my-popular,
.all-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.my-popular a,
.all-filter a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  color: #ffffff;
  text-decoration: none;
  margin: 0 5px;
}
.my-popular a span,
.all-filter a span {
  line-height: 40px;
}
.my-popular-active {
  border-bottom: 3px solid #fff;
}
.search-input {
  width: 228px;
  height: 22px;
  background: #ffffff;
  padding: 0 6px;
}
.search-input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 15px;
  color: #d3d3d3;
}
.search-input::-moz-placeholder {
  font-size: 13px;
  line-height: 15px;
  color: #d3d3d3;
}
.search-input:-moz-placeholder {
  font-size: 13px;
  line-height: 15px;
  color: #d3d3d3;
}
.search-input:-ms-input-placeholder {
  font-size: 13px;
  line-height: 15px;
  color: #d3d3d3;
}
.bill-board-img img {
  height: 100%;
}

.departament > ul {
  position: absolute;
  top: 40px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 142px;
  padding-top: 2px;
  padding-bottom: 13px;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  display: none;
}
.departament > ul * ul {
  padding: 0;
  margin: 0;
  position: absolute;
  display: none;
}
.departament > ul > li {
  margin: 6px 0;
  padding-left: 11px;
  height: 22px;
}
.departament > ul a {
  font-size: 14px;
  line-height: 16px;
  color: #262626;
  text-decoration: none;
}
.departament > ul > li > ul {
  top: 0;
  position: absolute;
  left: 142px;
}
.departament > ul > li:hover ul {
  display: block;
}
.departament .departament-ul-active {
  display: block;
}
.articles {
  padding-left: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 300px;
}
.article {
  width: 273px;
  margin-right: 89px;
}
.article h2 {
  font-weight: 500;
  font-size: 17px;
  line-height: 210.94%;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  margin-top: 47px;
}
.article span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 13px;
  line-height: 18px;
  color: #656565;
  margin-bottom: 16px;
}
.article p {
  font-size: 13px;
  line-height: 27px;
  color: #000000;
  margin: 0;
  margin-bottom: 11px;
}
.article a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  height: 31px;
  width: 100%;
  background: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}
.article a:hover {
  opacity: 0.9;
}

/* POST BY */
.post-by a:hover {
  opacity: 0.9;
}
.post-top {
  background: #000000;
  border-radius: 23.5px 23.5px 0px 0px;
  height: 47px;
  padding: 0 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: 5px;
}
.post-top p {
  font-weight: 500;
  font-size: 18px;
  line-height: 210.94%;
  text-transform: uppercase;
  color: #ffffff;
}
.post-top div {
  font-weight: 300;
  font-size: 12px;
  line-height: 140.62%;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.post-container {
  background: #f5f4f4;
  padding: 0 31px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.post-by-my-img {
  width: 241.93px;
  height: 252.45px;
  position: relative;
  margin-bottom: 3px;
}
.post-by-my-img img {
  position: relative;
  z-index: 2px;
}
.post-by-my-img:before {
  content: "";
  position: absolute;
  width: 255px;
  height: 219px;
  left: -7px;
  bottom: 17px;
  background: #a67c55;
}
.photos-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.photos-bottom a {
  margin-left: 23px;
  margin-right: 23px;
}
.post-geo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 14px;
}
.post-geo a {
  font-weight: 300;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #030303;
}
.post-geo svg {
  margin-right: 18px;
}
.post-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.post-by-text {
  margin-left: 69px;
}
.post-by-view {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.post-by-view h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 104.5%;
  color: #a9a9a9;
  margin: 0;
}
.post-by-text h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 210.94%;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  margin-top: 13px;
}
.post-by-text > span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 24px;
}
.post-by-text p {
  font-size: 13px;
  line-height: 27px;
  color: #000000;
  margin: 0;
}
.post-by-text > a {
  font-size: 13px;
  line-height: 27px;
  text-decoration: underline;
  color: #cbcbcb;
  margin-bottom: 18px;
}
.post-by-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 25px;
}
.post-by-button a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #000000;
  box-sizing: border-box;
  height: 45px;
  width: 200px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
}
.post-by-button a:first-child {
  margin-right: 89px;
}
.post-by-button a span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #000000;
  line-height: 45px;
  width: 78%;
  text-align: center;
  justify-content: center;
}
.post-by-button a div {
  width: 43px;
  background-color: #f5f4f4;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.post-by-img-cont {
  margin-top: 16px;
}
.similar {
  padding: 0 65px;
}
.similar h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 210.94%;
  text-transform: uppercase;
  color: #000000;
}
.similar-slider {
  margin-left: -39px;
  margin-right: -39px;
}
.similar-slide {
  background: #f8f8f8;
  padding: 14px 34px 20px 20px;
  margin: 0 39px;
}
.similar-slide h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 210.94%;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
.similar-slide span {
  font-size: 13px;
  line-height: 27px;
  color: #656565;
}
.similar-slide p {
  font-size: 13px;
  line-height: 27px;
  color: #000000;
  margin: 0;
  padding-bottom: 8px;
}
.similar-slide a:hover {
  cursor: pointer;
  opacity: 0.9;
}
.similar-slide a {
  width: 200px;
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #000000;
  text-decoration: none;
  color: #ffffff;
}
.siminar-button:hover {
  cursor: pointer;
}
.similar-sliders {
  position: relative;
}
.siminar-button {
  position: absolute;
  top: 40%;
  left: -38px;
}
.siminar-next {
  left: auto;
  right: -38px;
}
p {
  margin-bottom: 0;
}
.main-container-bill {
  padding: 14px 20px !important;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.main-container-bill-wrap {
  width: 100%;
}
.main-bill-acc {
  display: flex;
  margin-bottom: 14px;
}
.main-bill-acc div {
  width: 200px;
  height: 45px;
  background: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
}
.servicesWrapper {
  padding: 70px 0 55px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #000;
}
.servicesWrapper .serviceCategory {
  position: relative;
  flex: 33.33;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-transform: uppercase;
  height: 100%;
  text-decoration: none;
}
.servicesWrapper .serviceCategory:hover {
  color: #516aa3;
}
.servicesWrapper .serviceCategory:hover svg path,
.servicesWrapper .serviceCategory:hover svg rect {
  fill: #516aa3;
  stroke: #516aa3;
}
.servicesWrapper .serviceCategory:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.servicesWrapper .serviceCategory h2,
.servicesWrapper .serviceCategory svg {
  z-index: 2;
}
.serviceCategory.investors {
  background-image: url(../img/for_investors.png);
}
.serviceCategory.companies {
  background-image: url(../img/for_companies.png);
}
.serviceCategory.startups {
  background-image: url(../img/for_startups.png);
}

.servicesListWrapper {
  padding: 70px 0 55px 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  max-width: 1440px;
  margin: 0 auto;
  scrollbar-color: #252525 #ebebeb;
  scrollbar-width: thin;
}
.servicesListWrapper::-webkit-scrollbar {
  width: 4px;
}
.servicesListWrapper::-webkit-scrollbar-track {
  background-color: #fff;
}
.servicesListWrapper::-webkit-scrollbar-thumb {
  background-color: #252525;
  outline: 1px solid #252525;
}
.servicesListWrapper .content {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 24px;
  flex-grow: 2;
}
.servicesListWrapper.startups .service {
  min-height: 50%;
}
.servicesListWrapper.startups .content {
  align-items: center;
}
.backToServices {
  padding: 24px;
  color: #8f8f8f;
}
.backToServices a {
  color: #8f8f8f;
  text-decoration: none;
}
.servicesListWrapper .content .service {
  flex: 33.33;
  min-width: 33%;
  margin-bottom: 24px;
  padding: 0 8px;
}
.servicesListWrapper.companies .content .service {
  min-width: 50%;
  flex: 50%;
}
.servicesListWrapper .content .service svg {
  height: 50px;
  width: 50px;
}
.servicesListWrapper .service h2 {
  font-family: "Roboto Medium", sans-serif;
  font-weight: 400;
  font-size: 28px;
}
.servicesListWrapper .service p {
  font-size: 18px;
  font-weight: 300;
}
.servicesListWrapper .service .openService {
  color: #516aa3;
  text-decoration: none;
  font-size: 22px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.servicesListWrapper .service .openService svg {
  margin-left: 8px;
}
.jojo {
  background-image: url(../img/form_background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  min-height: 100vh;
  padding: 94px 12px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#serviceForm {
  /* overflow-y: scroll; */
  position: relative;
  max-height: 100%;
  padding: 24px 12px;
  scrollbar-color: #252525 #ebebeb;
  scrollbar-width: thin;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#serviceForm h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  margin-bottom: 16px;
}
#serviceForm::-webkit-scrollbar {
  width: 2px;
}
#serviceForm::-webkit-scrollbar-track {
  background-color: #252525;
}
#serviceForm::-webkit-scrollbar-thumb {
  background-color: #ebebeb;
  outline: 1px solid #ebebeb;
}
#serviceForm h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 12px;
}
#serviceForm input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #535353;
  color: #ddd;
  padding: 6px 16px;
  font-size: 18px;
}
#serviceForm .personalInfo p,
#serviceForm .personalInfo p a {
  color: #516aa3;
}
#serviceForm label {
  color: #fff;
  margin-bottom: 4px;
  font-size: 18px;
}
#serviceForm .inputGroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 16px;
}
#serviceForm .radio-group {
  width: 50%;
  margin-bottom: 16px;
}
#serviceForm .error {
  display: block;
  color: red;
  margin-bottom: 8px;
}
.jojo .closeForm {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 12px;
  right: 24px;
  font-size: 24px;
}
.jojo .closeForm a {
  color: #fff;
  text-decoration: none;
}
#serviceForm .checkboxGroup label:before {
  color: #fff;
}
#serviceForm button {
  font-size: 20px;
  display: block;
  padding: 6px 32px;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #ddd;
  margin: 32px auto 0;
  cursor: pointer;
}
#serviceForm button:disabled {
  cursor: not-allowed;
}
#serviceForm button:hover {
  background-color: #ddd;
  color: #000;
}
#serviceForm p {
}
#serviceForm .checkboxGroup label {
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flatpickr-current-month {
  padding: 4px 0 0 0;
}
.flatpickr-months {
  background-color: #516aa3;
  padding-bottom: 4px;
}

#startup_search_page .pagination-line,
#invesor_search_page .pagination-line {
  display: none;
}
.startup-search-results .slick-next,
.startup-search-results .slick-prev,
.investors-search-results .slick-next,
.investors-search-results .slick-prev {
  font-size: 24px;
  color: #000;
  outline: none;
  width: 50px;
  height: 9px;
  bottom: -40px;
  left: 50%;
  top: unset;
  transform: none;
}
.startup-search-results .slick-prev,
.investors-search-results .slick-prev {
  transform: translateX(-90px);
  background: url(../img/arrow-gray-left.svg) no-repeat center;
}
.startup-search-results .slick-next,
.investors-search-results .slick-next {
  transform: translateX(50px);
  background: url(../img/arrow-gray-right.svg) no-repeat center;
}
.startup-search-results .slick-dots,
.investors-search-results .slick-dots {
  transform: translateY(46px);
  bottom: 0;
  pointer-events: none;
}
.startup-search-results .slick-dots li button:before,
.investors-search-results .slick-dots li button:before {
  font-size: 18px;
  opacity: 0;
  position: static;
}
.startup-search-results .slick-dots li:last-child button:before,
.investors-search-results .slick-dots li:last-child button:before {
  content: " /";
  font-size: 18px;
  opacity: 1;
  position: static;
  font-family: inherit;
  margin-right: 4px;
}
.startup-search-results .slick-dots li:last-child.slick-active button:before,
.investors-search-results .slick-dots li:last-child.slick-active button:before {
  content: "";
}
.startup-search-results .slick-dots li:last-child button,
.investors-search-results .slick-dots li:last-child button {
  padding-left: 3px !important;
}
.startup-search-results .slick-dots li,
.investors-search-results .slick-dots li {
  display: none;
  margin: 0;
  width: unset;
}
.startup-search-results .slick-dots li.slick-active,
.startup-search-results .slick-dots li:last-child,
.investors-search-results .slick-dots li.slick-active,
.investors-search-results .slick-dots li:last-child {
  display: inline-block;
}
.startup-search-results .slick-dots li.slick-active button,
.startup-search-results .slick-dots li:last-child button,
.investors-search-results .slick-dots li.slick-active button,
.investors-search-results .slick-dots li:last-child button {
  padding: 0;
  color: #000;
  font-size: 18px;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  #serviceForm h1 {
    font-size: 32px;
    line-height: 32px;
  }
  #serviceForm .checkboxGroup label {
    font-size: 16px;
  }
  #serviceForm {
    display: block;
    padding: 24px 12px;
  }
  .jojo {
    padding-bottom: 85px;
  }
  .jojo .closeForm {
    font-size: 18px;
    top: 0;
    right: 12px;
  }
  #serviceForm #membershipForm .closeForm {
    top: 16px;
    right: 12px;
  }
  .servicesListWrapper.startups .service {
    min-height: unset;
  }
  .servicesListWrapper.companies .content .service {
    flex: unset;
  }
  .backToServices {
    padding: 12px;
  }
  .servicesListWrapper {
    padding: 70px 0 85px 0;
  }
  .servicesListWrapper .content .service {
    flex: unset;
    min-width: unset;
    padding: 0 0;
  }
  .servicesListWrapper .content {
    padding: 12px;
    flex-direction: column;
  }
  .servicesWrapper {
    flex-direction: column;
    padding: 60px 0 85px 0;
  }
  .servicesWrapper .serviceCategory {
    flex: 100%;
    width: 100%;
  }
}
