.projects_section .projects_list .project_block a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.projects_section {
  background: #272736;
  color: #ffffff;
  cursor: url("images/svg/active_pointer.svg") 37 37, auto;
}
.projects_section:before, .projects_section:after {
  border-color: #8F86F8;
}
.projects_section:active {
  cursor: url("images/svg/click_pointer.svg") 56 37, auto;
}
.projects_section .section_inner {
  width: 100%;
  height: 100%;
}
.projects_section .section_info {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  left: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
}
.projects_section .section_description {
  margin-top: 40px;
}
.projects_section .projects_list {
  width: 100%;
  height: 100% !important;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  z-index: 2;
}
.projects_section .projects_list ul {
  width: auto;
  min-width: 100%;
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  list-style-type: none;
  counter-reset: line-number;
  padding: 150px 160px 150px 40%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.projects_section .projects_list ul li {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  counter-increment: line-number;
  position: relative;
}
.projects_section .projects_list ul li:not(:first-child) {
  margin-left: 230px;
}
.projects_section .projects_list .project_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.projects_section .projects_list .project_block .project_number {
  font-size: 320%;
  line-height: 43px;
  padding-bottom: 4px;
  font-family: "bold";
  margin-left: 50px;
}
.projects_section .projects_list .project_block a {
  display: flex;
  max-height: 90%;
  position: relative;
  cursor: url("images/svg/product_pointer.svg") 37 37, auto;
  color: rgba(255, 255, 255, 0);
}
.projects_section .projects_list .project_block a:before {
  z-index: 1;
  background: #5B50DA;
  opacity: 0;
  content: "";
}
.projects_section .projects_list .project_block a:hover {
  color: #ffffff;
}
.projects_section .projects_list .project_block a:hover:before {
  opacity: 0.8;
}
.projects_section .projects_list .project_block img {
  width: auto;
  max-height: 100%;
  max-width: 85vw;
  display: block;
}
.projects_section .projects_list .project_block .name_description {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 60px 60px 0;
  display: block;
  z-index: 2;
}
.projects_section .projects_list .project_block .project_name {
  font-size: 300%;
  line-height: 1.4em;
  font-family: "bold";
  display: block;
}
.projects_section .projects_list .project_block .project_description {
  font-size: 180%;
  line-height: 24px;
  margin-top: 10px;
  opacity: 0.5;
  display: block;
}
.projects_section .projects_list .project_block .project_details {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 60px 60px;
  display: flex;
  z-index: 2;
  width: 100%;
}
.projects_section .projects_list .project_block .details_block {
  flex: 1;
  min-width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 160%;
  line-height: 22px;
}
.projects_section .projects_list .project_block .details_block:not(:first-child) {
  margin-left: 40px;
}
.projects_section .projects_list .project_block .detail_type {
  opacity: 0.6;
  display: block;
}
.projects_section .projects_list .project_block .detail_info {
  font-family: "bold";
  display: block;
}
.projects_section .touch_hint {
  position: absolute;
  display: none;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.05);
  left: 50%;
  margin-left: -33px;
  bottom: 40px;
  padding: 15px;
  text-align: center;
}
.projects_section .touch_hint:before {
  display: block;
  font-size: 70%;
  margin-bottom: 2px;
}
.projects_section .touch_hint:after {
  display: block;
  position: relative;
  font-size: 270%;
}
.projects_section.active .touch_hint:after {
  -webkit-animation: rotate 3s infinite;
  animation: rotate 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media (max-height: 899px) {
  .projects_section .projects_list ul {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .projects_section .projects_list .project_block .name_description {
    padding: 40px 40px 0;
  }
  .projects_section .projects_list .project_block .project_details {
    padding: 0 40px 40px;
  }
  .projects_section .projects_list .project_block .details_block:not(:first-child) {
    margin-left: 20px;
  }
  .projects_section .touch_hint {
    bottom: 27px;
  }
}
@media (max-width: 1440px) {
  .projects_section .projects_list ul {
    padding-right: 120px;
  }
  .projects_section .projects_list ul li:not(:first-child) {
    margin-left: 160px;
  }
  .projects_section .projects_list .project_block .name_description {
    padding: 40px 40px 0;
  }
  .projects_section .projects_list .project_block .project_details {
    padding: 0 40px 40px;
  }
  .projects_section .projects_list .project_block .details_block:not(:first-child) {
    margin-left: 20px;
  }
  .projects_section .section_info {
    left: 10%;
    width: 40%;
  }
}
@media (max-height: 799px) {
  .projects_section .projects_list ul {
    padding-bottom: 100px;
  }
  .projects_section .projects_list .project_block .name_description {
    padding: 20px 20px 0;
  }
  .projects_section .projects_list .project_block .project_details {
    padding: 0 20px 20px;
  }
  .projects_section .projects_list .project_block .project_name {
    font-size: 240%;
  }
  .projects_section .projects_list .project_block .project_description {
    font-size: 160%;
    line-height: 22px;
    margin-top: 5px;
  }
  .projects_section .projects_list .project_block .details_block {
    font-size: 160%;
    line-height: 22px;
  }
  .projects_section .projects_list .project_block .project_number {
    font-size: 240%;
    line-height: 26px;
    margin-left: 20px;
  }
  .projects_section .section_info {
    width: 25%;
  }
  .projects_section .section_description {
    margin-top: 20px;
    font-size: 160%;
    line-height: 22px;
  }
  .projects_section .touch_hint {
    bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .projects_section .projects_list ul {
    padding-right: 80px;
  }
  .projects_section .projects_list ul li:not(:first-child) {
    margin-left: 80px;
  }
  .projects_section .projects_list .project_block .name_description {
    padding: 20px 20px 0;
  }
  .projects_section .projects_list .project_block .project_details {
    padding: 0 20px 20px;
  }
  .projects_section .projects_list .project_block .project_name {
    font-size: 240%;
  }
  .projects_section .projects_list .project_block .project_description {
    font-size: 160%;
    line-height: 22px;
    margin-top: 5px;
  }
  .projects_section .projects_list .project_block .details_block {
    font-size: 160%;
    line-height: 22px;
  }
  .projects_section .projects_list .project_block .project_number {
    font-size: 240%;
    line-height: 26px;
    margin-left: 20px;
  }
  .projects_section .section_info {
    width: 40%;
  }
}
@media (max-height: 624px) {
  .projects_section .projects_list ul {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .projects_section .projects_list .project_block .project_name {
    font-size: 200%;
  }
  .projects_section .projects_list .project_block .project_description {
    font-size: 140%;
    line-height: 18px;
  }
  .projects_section .projects_list .project_block .details_block {
    font-size: 140%;
    line-height: 18px;
  }
  .projects_section .projects_list .project_block .project_number {
    font-size: 180%;
    line-height: 22px;
  }
  .projects_section .touch_hint {
    bottom: 10px;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .projects_section .section_info {
    width: 260px;
    left: 60px;
  }
  .projects_section .projects_list ul {
    padding-left: 240px;
    padding-right: 20px;
  }
  .projects_section .projects_list ul li:not(:first-child) {
    margin-left: 40px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
body {
  height: 100%;
  overflow: hidden;
  cursor: url("images/svg/mouse_pointer.svg") 23 23, auto;
}

.projects_section {
  height: 100%;
}

.header {
  color: #ffffff;
}
.header .menu_button {
  color: #ffffff;
}
.header .menu_button:hover {
  color: rgba(255, 255, 255, 0.7);
}
.header .logo_block img.white_logo {
  opacity: 1;
}
.header .logo_block img.color_logo {
  opacity: 0;
}
.header .lg_block.opened .lg_button {
  color: #ffffff;
  border-color: #ffffff;
}
.header .lg_button {
  color: #ffffff;
}
.header .lg_button:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.header .lg_list {
  color: #ffffff;
}
.header .lg_list li {
  background: transparent;
}
.header .lg_list a:hover {
  background: #ffffff;
  color: #5B50DA;
}

.footer {
  color: #ffffff;
}
.footer .socials_list ul li a {
  color: #ffffff;
}
.footer .socials_list ul li a:hover {
  background: #ffffff;
  color: #5B50DA;
}

.touch_hint:after {
  -webkit-animation: rotate 3s infinite;
  animation: rotate 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.page_indicator {
  color: #ffffff;
}
.page_indicator .v_line {
  opacity: 0;
  visibility: hidden;
}

.projects_section .projects_list .project_block a:before {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.projects_section .projects_list .project_block a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=projects.css.map */
