.projects_list, .section_home, .home_section .home_buttons, .main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section_home li .img_inner img, .projects_list .img_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.projects_list .img_block > img {
  object-fit: cover;
}

.main_slider .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main_slider .slide_block .slider_btn {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

body:not(.loaded) .main_slider .slick-current .slider_title {
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
}
body:not(.loaded) .main_slider .slick-current .slider_description {
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
}
body:not(.loaded) .main_slider .slick-current .slider_btn {
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .main_slider {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
  }
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main_slider .slide_block .slider_title {
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
}
.main_slider .slide_block .slider_description {
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
}
.main_slider .slide_block .slider_btn {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.main_slider .slide_block.slick-current .slider_btn {
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.main_slider .slide_block.slick-current .slider_description,
.main_slider .slide_block.slick-current .slider_title {
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.main_slider .slick-arrow {
  position: absolute;
  z-index: 3;
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #FCB535;
  background: transparent;
  border: 1px solid #ffffff;
}
.main_slider .slick-arrow:before {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  margin-right: 2px;
}
@media screen and (min-width: 1200px) {
  .main_slider .slick-arrow {
    left: 50%;
    margin-left: -544.5316105215px;
    bottom: 50px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .main_slider .slick-arrow {
    left: 70px;
    bottom: 50px;
  }
}
.main_slider .slick-next:before {
  content: "\e903";
}
.main_slider .slick-prev {
  transform: translate3d(-45px, 0, 0);
  -moz-transform: translate3d(-45px, 0, 0);
  -ms-transform: translate3d(-45px, 0, 0);
  -webkit-transform: translate3d(-45px, 0, 0);
  -o-transform: translate3d(-45px, 0, 0);
}
.main_slider .slick-prev:before {
  content: "\e902";
}
.main_slider .slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 130px;
}
@media screen and (min-width: 1200px) {
  .main_slider .slick-dots {
    left: 50%;
    margin-left: -590px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .main_slider .slick-dots {
    left: 70px;
  }
}
.main_slider .slick-dots li {
  margin: 0;
  padding: 0 4px;
  width: auto;
  height: auto;
}
.main_slider .slick-dots li.slick-active button {
  background: #FCB535;
  border-color: #FCB535;
}
.main_slider .slick-dots button {
  border: 1px solid #ffffff;
  background: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
}
.main_slider .slide_inner {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 98.81%);
  color: #ffffff;
  aspect-ratio: 192/60;
}
.main_slider .slider_description {
  font-size: 160%;
  line-height: 27px;
  color: #ffffff;
  margin-top: 6px;
  max-width: 480px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main_slider .slider_btn {
  background: #FCB535;
  border: none;
  min-width: 168px;
  display: inline-block;
  padding: 17px 20px;
  color: #282828;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.main_slider .slider_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-weight: unset;
  color: inherit;
  max-width: 800px;
}
@media screen and (min-width: 1200px) {
  .main_slider .slider_title {
    font-size: 500%;
    line-height: 60px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .main_slider .slider_title {
    font-size: 450%;
    line-height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .main_slider .slider_title {
    font-size: 400%;
    line-height: 52px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .main_slider .slider_title {
    font-size: 320%;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .slider_title {
    font-size: 240%;
    line-height: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .main_slider .slide_inner {
    padding: 0 100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .main_slider .slide_inner {
    padding: 0 10px;
    aspect-ratio: 150/60;
  }
  .main_slider .slide_inner .page_container {
    padding: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .main_slider .slide_inner {
    padding: 0 30px;
    aspect-ratio: 150/60;
  }
}
@media screen and (max-width: 767px) {
  .main_slider {
    background: #141414;
  }
  .main_slider .slider_btn {
    min-width: 135px;
    padding: 11px 15px;
  }
  .main_slider .slide_inner {
    padding: 20px 0;
    background: #141414;
    aspect-ratio: unset;
    position: relative;
    z-index: 10;
  }
  .main_slider .slide_block:before {
    display: block;
    content: "";
    aspect-ratio: 192/60;
    background-image: inherit;
    background-size: cover;
  }
  .main_slider .slide_block:after {
    display: block;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 98.81%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .slider_title {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 479px) {
  .main_slider {
    margin-top: 28px;
  }
}

@media screen and (max-width: 575px) {
  .ios_device .slider_title {
    -webkit-line-clamp: 2;
    height: 60px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px) {
  .our_projects_block {
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .our_projects_block {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .our_projects_block {
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .home_contact {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .home_contact {
    margin-top: 50px;
  }
}
@media screen and (max-width: 959px) {
  .home_contact {
    margin-top: 30px;
  }
}

.home_section {
  display: flex;
  flex-direction: column;
}
.home_section .filter_block {
  order: 2;
}
.home_section .tab_buttons {
  order: 1;
}
.home_section .home_buttons {
  display: flex;
  color: #ffffff;
  font-size: 140%;
  line-height: 17px;
  margin-top: 40px;
}
.home_section .home_buttons li {
  position: relative;
}
.home_section .home_buttons li a {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid #FCB535;
  min-width: 141px;
}
.home_section .home_buttons li.selected {
  background: #FCB535;
  color: #282828;
  pointer-events: none;
}
.home_section .home_buttons li.selected a {
  color: #282828;
}
.home_section .home_buttons li.selected:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  border-style: solid;
  border-width: 10px 7px 0;
  border-color: #FCB535 transparent;
  bottom: -11px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.section_home {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.section_home li {
  padding: 0 10px;
  margin-bottom: 20px;
}
.section_home li:nth-child(n+8) {
  display: none;
}
.section_home li .img_inner {
  position: relative;
  overflow: hidden;
  flex: 0 0 100%;
  max-width: 100%;
}
.section_home li .img_inner img {
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .section_home li:nth-child(1) {
    flex: 0 0 26.33%;
    max-width: 26.33%;
  }
  .section_home li:nth-child(1) .img_inner {
    display: block;
    content: "";
    padding-bottom: 133.33%;
  }
  .section_home li:nth-child(2) {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    align-items: flex-end;
  }
  .section_home li:nth-child(2) .img_inner {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
  .section_home li:nth-child(3) {
    flex: 0 0 31.5%;
    max-width: 31.5%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 67px;
  }
  .section_home li:nth-child(3) .img_inner:before {
    display: block;
    content: "";
    padding-bottom: 66.67%;
  }
  .section_home li:nth-child(4) {
    flex: 0 0 22.17%;
    max-width: 22.17%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 67px;
  }
  .section_home li:nth-child(4) .img_inner:before {
    display: block;
    content: "";
    padding-bottom: 134.6%;
  }
  .section_home li:nth-child(5) {
    margin-left: auto;
    flex: 0 0 38.41%;
    max-width: 38.41%;
  }
  .section_home li:nth-child(5) .img_inner:before {
    display: block;
    content: "";
    padding-bottom: 66.7%;
  }
  .section_home li:nth-child(6) {
    flex: 0 0 31.3%;
    max-width: 31.3%;
    margin-top: -67px;
  }
  .section_home li:nth-child(6) .img_inner:before {
    display: block;
    content: "";
    padding-bottom: 128.6%;
  }
  .section_home li:nth-child(7) {
    flex: 0 22.3%;
    max-width: 22.3%;
    margin-top: -67px;
  }
  .section_home li:nth-child(7) .img_inner:before {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_home li {
    flex: 0 50%;
    max-width: 50%;
    margin-top: 0;
    padding: 0 5px 0;
    margin-bottom: 10px;
  }
  .section_home li .img_inner {
    flex: 0 100%;
    max-width: 100%;
  }
  .section_home li .img_inner:before {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
}

.top_block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.top_block .page_title {
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .top_block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .top_block .sub_title {
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
  }
}

.sub_title {
  margin-left: auto;
}

.list_block {
  position: relative;
}
.list_block:hover {
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.list_block:hover .list_info {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  padding-top: 87px;
}
.list_block:hover .section_title {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.list_block:hover .btn_project {
  background: #FFC55D;
  color: #282828;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list_block:hover .arrow_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  overflow: unset;
  pointer-events: auto;
  height: 53px;
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .list_block:hover .arrow_btn {
    height: 40px;
    margin-top: 50px;
  }
}

.list_info {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: rgba(51, 51, 51, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arrow_btn {
  width: 53px;
  height: 0;
  border-radius: 50%;
  font-size: 200%;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.projects_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.projects_list li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.projects_list .img_block {
  position: relative;
  overflow: hidden;
}
.projects_list .img_block:before {
  display: block;
  content: "";
  padding-bottom: 136.7%;
}
.projects_list .section_title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.projects_list .block_description {
  text-align: center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.btn_project {
  padding: 10px 20px;
  border: 1px solid #FCB535;
  background: transparent;
  color: #FCB535;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 14px auto 10px;
  min-width: 149px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 959px) {
  .list_info {
    padding: 15px;
    justify-content: center;
  }

  .arrow_btn {
    width: 40px;
    font-size: 140%;
  }

  .projects_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .projects_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.touch .list_block {
  position: relative;
}
.touch .list_block:active {
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.touch .list_block:active .list_info {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  padding-top: 100px;
}
.touch .list_block:active .btn_project {
  background: #FFC55D;
  color: #282828;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.touch .list_block:active .arrow_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  overflow: unset;
  pointer-events: auto;
  height: 53px;
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .touch .list_block:active .arrow_btn {
    height: 40px;
    margin-top: 50px;
  }
}

.web .home_section .home_buttons li a, .home_section .home_buttons li .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .btn_project, .web .main_slider .slick-dots button, .main_slider .slick-dots .web button, .web .main_slider .slider_btn, .main_slider .web .slider_btn {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .main_slider .slick-arrow:hover:before, .main_slider .web .slick-arrow:hover:before, .web .arrow_btn:hover:before, .web .main_slider .slick-arrow, .main_slider .web .slick-arrow, .web .arrow_btn, .arrow_btn:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web .home_section .home_buttons li a:hover, .home_section .home_buttons li .web a:hover {
  color: #FCB535;
}
.web .home_section .home_buttons li a:hover span, .home_section .home_buttons li .web a:hover span {
  color: #FCB535;
}
.web .main_slider .slick-dots button:hover, .main_slider .slick-dots .web button:hover, .web .main_slider .slider_btn:hover, .main_slider .web .slider_btn:hover {
  background: #EC9800;
}
.web .btn_project:hover {
  background: #FCB535;
}
.web .main_slider .slick-arrow:hover, .main_slider .web .slick-arrow:hover, .web .arrow_btn:hover {
  background: transparent;
  border-color: #FCB535;
}
.web .main_slider .slick-arrow:hover:before, .main_slider .web .slick-arrow:hover:before, .web .arrow_btn:hover:before {
  color: #FCB535;
}

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