.contacts_section .contacts_list ul, .activity_section .activity_sublist, .activity_section .activity_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.activity_section .section_image, .projects_section .projects_list .project_block a:before, .main_section .slider_line .slide_block:before, .main_section .slider_line .slide_block > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reviews_section .slick-arrow.slick-prev, .main_section .slick-arrow.slick-prev:before {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.fullpage_buttons a.up_button {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.reviews_section .slick-arrow:before, .main_section .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;
}

.activity_section .more_button, .about_section .button_image .more_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  max-width: 100%;
  height: 54px;
  font-size: 180%;
  line-height: 24px;
  color: #ffffff;
  padding: 0 15px;
}

body {
  height: 100%;
  overflow: hidden;
  cursor: url("images/svg/mouse_pointer.svg") 23 23, auto;
}

.section {
  opacity: 0;
  position: relative;
}
.section:before, .section:after {
  display: block;
  content: "";
  position: absolute;
  width: 40%;
  border: solid #272736;
  border-width: 0 1px;
  height: 0;
  opacity: 0.2;
  -o-transition: height 3s;
  -ms-transition: height 3s;
  -moz-transition: height 3s;
  -webkit-transition: height 3s;
  transition: height 3s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: 1;
  pointer-events: none;
}
.section:before {
  top: 0;
  left: 20%;
}
.section:after {
  bottom: 0;
  right: 20%;
}

.fullpage-wrapper .section {
  opacity: 1;
}
.fullpage-wrapper .section:after, .fullpage-wrapper .section:before {
  height: 100%;
}

.special_word {
  color: #5B50DA;
}

.page_indicator {
  position: absolute;
}

.main_section > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 40vw;
  opacity: 0.1;
  object-fit: cover;
}
.main_section .section_content {
  width: 60%;
  height: 100%;
  padding-bottom: 190px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
}
.main_section .section_info {
  display: flex;
}
.main_section .section_description {
  flex: 1;
  max-width: 66.6%;
  padding-right: 7.8125%;
}
.main_section .section_title {
  max-width: 66.6%;
  padding-right: 7.8125%;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.main_section .section_slider {
  width: 320px;
  min-width: 320px;
}
.main_section .slider_line {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_section .slider_line.slick-slider {
  overflow: visible;
}
.main_section .slider_line .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  vertical-align: top;
  width: 100%;
  height: 197px;
  position: relative;
}
.main_section .slider_line .slide_block > img {
  object-fit: cover;
}
.main_section .slider_line .slide_block:before {
  content: "";
  z-index: 1;
  background: #4C45B5;
  opacity: 0.67;
}
.main_section .slider_indicator {
  position: relative;
  border-top: 5px solid rgba(143, 134, 248, 0.3);
  padding-top: 25px;
  font-size: 320%;
  line-height: 43px;
  font-family: "nunitosans-bold";
  display: flex;
  align-items: flex-end;
}
.main_section .slider_indicator .indicator_line {
  display: block;
  position: absolute;
  width: 0;
  height: 5px;
  left: 0;
  top: -5px;
  z-index: 1;
  background: #5B50DA;
}
.main_section .slider_indicator .slides_count {
  font-size: 56.25%;
  font-family: "nunitosans";
  line-height: 32px;
}
.main_section .slick-arrow {
  position: absolute;
  top: 100%;
  margin-top: 25px;
  right: 0;
  width: 74px;
  height: 48px;
  border: 2px solid;
  color: #5B50DA;
  z-index: 5;
  background: transparent;
}
.main_section .slick-arrow:hover {
  color: #ffffff;
  border-color: transparent;
  background: #5B50DA;
}
.main_section .slick-arrow:before {
  display: block;
  font-size: 1.6rem;
  content: "\e911";
}
.main_section .slick-arrow.slick-prev {
  margin-right: 98px;
}
.main_section .slide_content {
  position: relative;
  z-index: 5;
  padding: 12px;
  color: #ffffff;
}
.main_section .slide_title {
  font-size: 240%;
  line-height: 32px;
  font-family: "nunitosans-bold";
  max-height: 92px;
  position: relative;
  overflow: hidden;
}
.main_section .slide_description {
  font-size: 180%;
  line-height: 24px;
  font-family: "nunitosans-light";
  opacity: 0.5;
  max-height: 72px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}

.fullpage_buttons {
  position: absolute;
  left: 20%;
  bottom: 60px;
  display: flex;
  color: #5B50DA;
  opacity: 0;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.fullpage_buttons.active_delay {
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fullpage_buttons a {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  color: inherit;
  margin-right: 20px;
  font-size: 80%;
}
.fullpage_buttons a:before {
  display: block;
}
.fullpage_buttons a:hover {
  background: #5B50DA;
  color: #ffffff;
  border-color: transparent;
}

[class*=fp-] .fullpage_buttons {
  opacity: 1;
}

.page_start .fullpage_buttons .up_button,
.page_end .fullpage_buttons .down_button {
  opacity: 0;
  visibility: hidden;
  cursor: default;
  pointer-events: none;
}

@media (max-height: 899px) {
  .main_section .section_content {
    padding-bottom: 120px;
  }

  .fullpage_buttons {
    bottom: 40px;
  }
}
@media (max-height: 799px) {
  .main_section .section_content {
    padding-bottom: 80px;
  }
  .main_section .section_title {
    margin-bottom: 20px;
  }
  .main_section .slick-arrow {
    height: 42px;
    width: 64px;
  }
  .main_section .slick-arrow.slick-prev {
    margin-right: 84px;
  }
  .main_section .slider_indicator {
    padding-top: 20px;
  }

  .fullpage_buttons {
    bottom: 20px;
  }
}
@media (max-height: 624px) {
  .main_section .section_content {
    padding-top: 20px;
    justify-content: center;
  }
  .main_section .slick-arrow {
    height: 36px;
    width: 54px;
    border-width: 1px;
  }
  .main_section .slick-arrow.slick-prev {
    margin-right: 74px;
  }
  .main_section .slider_indicator {
    padding-top: 15px;
  }
  .main_section .section_description {
    padding-top: 100px;
    display: flex;
    align-items: flex-end;
    height: 197px;
    font-size: 160%;
    line-height: 22px;
  }
  .main_section .section_title {
    transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .fullpage_buttons a {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
}
@media (max-width: 1440px) {
  .main_section .section_content {
    width: 80%;
  }

  .fullpage_buttons {
    left: 10%;
  }
}
@media (max-width: 1199px) {
  .section_description {
    font-size: 160%;
    line-height: 22px;
  }

  .main_section .slick-arrow {
    height: 36px;
    width: 54px;
    border-width: 1px;
  }
  .main_section .slick-arrow.slick-prev {
    margin-right: 74px;
  }

  .fullpage_buttons a {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .section:before {
    width: 1px;
    left: 33.3%;
    border-right-width: 0;
  }
  .section:after {
    width: 1px;
    right: 33.3%;
    border-right-width: 0;
  }

  .main_section .section_content {
    width: 100%;
    padding: 100px 20px 20px 60px;
    justify-content: center;
  }
  .main_section .slider_indicator {
    justify-content: flex-end;
    padding-top: 10px;
  }
  .main_section .section_description {
    font-size: 160%;
    line-height: 22px;
  }
  .main_section .section_title,
.main_section .section_description {
    width: 100%;
    max-width: 100%;
    padding-right: 20%;
  }
  .main_section .section_title {
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .main_section .section_description {
    padding-top: 0;
  }
  .main_section .section_info {
    flex-direction: column;
  }
  .main_section .section_slider {
    margin-left: auto;
    margin-top: 40px;
  }
  .main_section > img {
    height: 80%;
  }

  .section_title {
    font-size: 6vw;
  }

  .fullpage_buttons {
    display: none;
  }
}
@media (max-width: 991px) and (max-height: 799px) {
  .section_title {
    font-size: 4.5vw;
  }

  .main_section .section_content {
    padding-top: 80px;
  }
  .main_section .section_slider {
    width: 280px;
    min-width: 280px;
  }
  .main_section .slider_line .slide_block {
    height: 170px;
  }
  .main_section .slide_title {
    font-size: 180%;
    line-height: 24px;
    max-height: 72px;
  }
  .main_section .slide_description {
    font-size: 140%;
    line-height: 20px;
    max-height: 60px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) and (max-height: 624px) {
  .main_section .section_slider {
    width: 240px;
    min-width: 240px;
    margin-top: 20px;
  }
  .main_section .slider_line .slide_block {
    height: 150px;
  }
  .main_section .slider_indicator {
    height: 5px;
    font-size: 0;
    padding: 0;
  }
  .main_section .section_title {
    font-size: 4vw;
  }
}
@media (max-width: 575px) {
  .section_description {
    font-size: 140%;
    line-height: 20px;
  }

  .main_section .section_title,
.main_section .section_description {
    padding-right: 20px;
  }
  .main_section .section_slider {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .main_section .section_slider {
    width: 280px;
    min-width: 280px;
  }
}
@media (max-width:359px) {
  .main_section .section_slider {
    width: 240px;
    min-width: 240px;
  }
  .main_section .section_description {
    font-size: 140%;
    line-height: 20px;
  }
}
.white_default .page_indicator .section_name {
  color: #ffffff;
}
.white_default .page_indicator .v_line {
  background: rgba(255, 255, 255, 0.1);
}
.white_default .page_indicator .v_line span:before {
  background: #ffffff;
}
.white_default .fullpage_buttons {
  color: #ffffff;
}
.white_default .fullpage_buttons a:hover {
  background: #ffffff;
  color: #5B50DA;
}

.projects_section {
  background: #272736;
  color: #ffffff;
}
.projects_section:before, .projects_section:after {
  border-color: #8F86F8;
}
.projects_section .section_inner {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.projects_section .section_info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 20px;
}
.projects_section .section_description {
  margin-top: 40px;
}
.projects_section .projects_list {
  display: flex;
  height: 100%;
}
.projects_section .projects_list .list_inner {
  flex: 0 0 93.33%;
  max-width: 93.33%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-left: 60px;
  padding-right: 100px;
  cursor: url("images/svg/active_pointer.svg") 37 37, auto;
}
.projects_section .projects_list .list_inner:active {
  cursor: url("images/svg/click_pointer.svg") 56 37, auto;
}
.projects_section .projects_list .list_inner:not(.slick-slider) {
  display: flex;
}
.projects_section .projects_list .list_inner:not(.slick-slider) .slide_block {
  flex: 0 0 100%;
  max-width: 100%;
}
.projects_section .projects_list .slick-list,
.projects_section .projects_list .slick-track,
.projects_section .projects_list .slide_block {
  height: 100%;
}
.projects_section .projects_list .slick-list {
  overflow: visible;
}
.projects_section .projects_list .slide_block {
  padding-right: 120px;
  position: relative;
  z-index: 5;
}
.projects_section .projects_list .project_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: flex-start;
}
.projects_section .projects_list .project_block .project_number {
  font-size: 320%;
  line-height: 43px;
  padding-bottom: 4px;
  font-family: "nunitosans-bold";
  margin-left: 50px;
}
.projects_section .projects_list .project_block a {
  display: inline-block;
  vertical-align: top;
  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;
  height: auto;
  max-height: 65vh;
  max-width: 100%;
  display: block;
}
.projects_section .projects_list .project_block .name_description {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 40px 40px 0;
  display: block;
  z-index: 2;
}
.projects_section .projects_list .project_block .project_name {
  font-size: 300%;
  line-height: 1.4em;
  font-family: "nunitosans-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 40px 40px;
  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: "nunitosans-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 .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 .section_inner {
    width: 80%;
  }
  .projects_section .projects_list .list_inner {
    padding-left: 40px;
    padding-right: 80px;
    flex: 0 0 72.5%;
    max-width: 72.5%;
  }
  .projects_section .projects_list .slide_block {
    padding-right: 60px;
  }
  .projects_section .projects_list .project_block .details_block:not(:first-child) {
    margin-left: 20px;
  }
  .projects_section .projects_list .project_block .project_number {
    margin-left: 40px;
  }
}
@media (max-height: 799px) {
  .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_description {
    margin-top: 20px;
    font-size: 160%;
    line-height: 22px;
  }
  .projects_section .touch_hint {
    bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .projects_section .projects_list .list_inner {
    padding-left: 20px;
    padding-right: 50px;
  }
  .projects_section .projects_list .slide_block {
    padding-right: 40px;
  }
  .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;
  }
}
@media (max-height: 624px) {
  .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) and (min-height: 101vw) {
  .projects_section .section_inner {
    width: 100%;
    padding-left: 60px;
  }
  .projects_section .projects_list {
    flex-wrap: wrap;
    align-content: center;
  }
  .projects_section .projects_list .list_inner {
    padding-left: 0;
    height: auto;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .projects_section .projects_list .slide_block {
    padding-right: 20px;
  }
  .projects_section .section_info {
    height: auto;
    flex: 0 0 100%;
    max-width: 480px;
    padding-bottom: 20px;
  }
  .projects_section .section_description {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .projects_section .projects_list .project_block .name_description {
    padding: 10px 15px 0;
  }
  .projects_section .projects_list .project_block .project_name {
    line-height: 1.25em;
  }
  .projects_section .projects_list .project_block .project_details {
    padding: 0 15px 10px;
  }
  .projects_section .projects_list .project_block .project_number {
    margin-left: 10px;
  }
}

@-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);
  }
}
.about_section .section_inner {
  width: 60%;
  height: 100%;
  padding-bottom: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.about_section .section_title {
  max-width: 66.66%;
  padding-right: 7.8125%;
  margin-bottom: 24px;
}
.about_section .info_block {
  display: flex;
  margin-bottom: 48px;
}
.about_section .section_description {
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding-right: 7.8125%;
  position: relative;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.about_section .born_year {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  font-size: 180%;
  line-height: 24px;
}
.about_section .block_name {
  font-family: "nunitosans-light";
  opacity: 0.5;
}
.about_section .year_block {
  font-family: "nunitosans-bold";
}
.about_section .button_image {
  display: flex;
}
.about_section .button_image .more_button {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-right: 40px;
}
.about_section .button_image .more_button a {
  background: #5B50DA;
}
.about_section .button_image .more_button a:hover {
  background: rgba(91, 80, 218, 0.7);
}
.about_section .button_image img {
  flex: 0 0 66.66%;
  max-width: 636px;
  height: 190px;
  object-fit: cover;
}
@media screen and (max-height: 959px) and (min-height: 900px) {
  .about_section .section_inner {
    padding-bottom: 140px;
  }
  .about_section .section_title {
    font-size: 3.5vw;
  }
}
@media (max-height: 899px) {
  .about_section .section_inner {
    padding-bottom: 120px;
  }
  .about_section .section_title {
    font-size: 3vw;
  }
  .about_section .info_block {
    margin-bottom: 24px;
  }
}
@media (max-height: 799px) {
  .about_section .section_inner {
    padding-bottom: 80px;
  }
  .about_section .section_title {
    font-size: 2.5vw;
  }
  .about_section .section_description,
.about_section .born_year {
    font-size: 160%;
    line-height: 22px;
  }
}
@media (max-height: 624px) {
  .about_section .button_image {
    justify-content: flex-end;
  }
  .about_section .button_image .more_button {
    padding-right: 0;
  }
  .about_section .button_image img {
    display: none;
  }
}
@media (max-width: 1440px) {
  .about_section .section_inner {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about_section .section_inner {
    width: 100%;
    padding: 80px 20px 20px 60px;
    justify-content: center;
  }
  .about_section .section_title {
    font-size: 6vw;
    max-width: 100%;
    padding-right: 20%;
  }
  .about_section .info_block {
    margin-bottom: 40px;
  }
  .about_section .section_description {
    flex: 1;
    max-width: 100%;
    padding-right: 60px;
  }
  .about_section .born_year {
    max-width: none;
    flex: none;
    text-align: right;
  }
}
@media (max-width: 991px) and (max-height: 799px) {
  .about_section .section_title {
    font-size: 5vw;
  }
}
@media (max-width: 991px) and (max-height: 624px) {
  .about_section .button_image .more_button {
    flex: none;
    max-width: none;
  }
  .about_section .info_block {
    margin-bottom: 20px;
  }
  .about_section .section_title {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  .about_section .button_image .more_button {
    flex: none;
    padding: 0;
    max-width: none;
  }
  .about_section .button_image img {
    display: none;
  }
  .about_section .info_block {
    display: block;
  }
  .about_section .born_year {
    margin-top: 20px;
    text-align: left;
  }
  .about_section .section_description {
    padding-right: 20%;
  }
}
@media (max-width: 767px) and (max-height: 624px) {
  .about_section .button_image {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .about_section .section_description,
.about_section .section_title {
    padding-right: 0;
  }
}

.activity_section {
  color: #ffffff;
  background: #5B50DA;
}
.activity_section .section_image {
  opacity: 0.05;
  object-fit: cover;
}
.activity_section .section_inner {
  width: 60%;
  height: 100%;
  padding-bottom: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.activity_section .section_title {
  max-width: 66.66%;
  padding-right: 7.8125%;
  margin-bottom: 80px;
}
.activity_section .activity_list {
  width: 100%;
  display: flex;
  font-size: 180%;
  line-height: 22px;
}
.activity_section .activity_list > li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding-right: 40px;
}
.activity_section .activity_list > li > span {
  font-family: "nunitosans-bold";
  display: block;
}
.activity_section .activity_list > li > span:before {
  display: block;
  font-size: 77.8%;
  margin-bottom: 25px;
}
.activity_section .activity_sublist {
  font-family: "nunitosans-light";
}
.activity_section .activity_sublist li {
  margin-top: 20px;
}
.activity_section .more_button {
  border: 1px solid;
  margin-top: 40px;
}
.activity_section .more_button:hover {
  background: #ffffff;
  color: #5B50DA;
  border-color: transparent;
}
@media screen and (max-height: 959px) and (min-height: 900px) {
  .activity_section .section_inner {
    padding-bottom: 140px;
  }
  .activity_section .section_title {
    font-size: 3.5vw;
  }
}
@media (max-height: 899px) {
  .activity_section .section_inner {
    padding-bottom: 120px;
  }
  .activity_section .section_title {
    font-size: 3vw;
  }
}
@media (max-height: 799px) {
  .activity_section .section_inner {
    padding-bottom: 80px;
  }
  .activity_section .section_title {
    font-size: 2.5vw;
    margin-bottom: 40px;
  }
  .activity_section .activity_list {
    font-size: 160%;
    line-height: 20px;
  }
  .activity_section .activity_list > li > span:before {
    font-size: 87.5%;
    margin-bottom: 20px;
  }
  .activity_section .activity_sublist li {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .activity_section .section_title {
    margin-bottom: 40px;
  }
  .activity_section .activity_list {
    font-size: 160%;
    line-height: 20px;
  }
  .activity_section .activity_list > li > span:before {
    font-size: 87.5%;
    margin-bottom: 20px;
  }
  .activity_section .activity_sublist li {
    margin-top: 15px;
  }
}
@media (max-height: 624px) {
  .activity_section .section_title {
    font-size: 2.5vw;
    margin-bottom: 20px;
  }
  .activity_section .activity_list {
    font-size: 140%;
    line-height: 18px;
  }
  .activity_section .activity_list > li > span {
    display: flex;
    align-items: center;
  }
  .activity_section .activity_list > li > span:before {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .activity_section .activity_sublist li {
    margin-top: 10px;
  }
  .activity_section .more_button {
    margin-top: 20px;
  }
}
@media (max-width: 1440px) {
  .activity_section .section_inner {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .activity_section .section_inner {
    width: 100%;
    padding: 80px 20px 20px 60px;
    justify-content: center;
  }
  .activity_section .section_title {
    font-size: 6vw;
    max-width: 100%;
    padding-right: 20%;
  }
  .activity_section .activity_list {
    font-size: 140%;
    line-height: 18px;
  }
  .activity_section .activity_list > li {
    padding-right: 20px;
  }
  .activity_section .activity_sublist li {
    margin-top: 10px;
  }
  .activity_section .more_button {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (max-height: 799px) {
  .activity_section .section_title {
    font-size: 5vw;
  }
}
@media (max-width: 991px) and (max-height: 624px) {
  .activity_section .section_title {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  .activity_section .activity_sublist {
    max-height: 0;
    position: relative;
    overflow: hidden;
    -o-transition: max-height 0.1s;
    -ms-transition: max-height 0.1s;
    -moz-transition: max-height 0.1s;
    -webkit-transition: max-height 0.1s;
    transition: max-height 0.1s;
  }
  .activity_section .section_title {
    margin-bottom: 20px;
  }
  .activity_section .activity_list {
    display: block;
    font-size: 180%;
    line-height: 22px;
  }
  .activity_section .activity_list > li {
    margin-top: 20px;
    flex: none;
    max-width: 100%;
  }
  .activity_section .activity_list > li > span {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .activity_section .activity_list > li > span:before {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 77.8%;
    display: flex;
    align-items: center;
    -o-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    position: relative;
    overflow: hidden;
  }
  .activity_section .activity_list > li.opened .activity_sublist {
    -o-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    max-height: 140px;
  }
  .activity_section .activity_list > li.opened > span:before {
    height: 4px;
  }
}
@media (max-width: 575px) {
  .activity_section .section_title {
    padding-right: 0;
  }
}

.reviews_section {
  background: #272736;
  color: #ffffff;
}
.reviews_section .section_inner {
  display: flex;
  flex-direction: column;
  width: 60%;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.reviews_section .section_title {
  display: flex;
  max-width: 66.66%;
  padding-right: 7.8125%;
}
.reviews_section .section_title:before {
  display: block;
  line-height: inherit;
  font-size: 75%;
  color: #5B50DA;
  padding-right: 20px;
}
.reviews_section .reviews_slider {
  width: 100%;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin-top: 24px;
  padding-bottom: 70px;
}
.reviews_section .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
}
.reviews_section .slide_inner {
  display: flex;
  width: 100%;
}
.reviews_section .review_text {
  max-width: 66.66%;
  padding-right: 7.8125%;
  flex: 0 0 66.66%;
  opacity: 0.6;
  font-size: 200%;
  line-height: 27px;
  position: relative;
  overflow: hidden;
  max-height: 189px;
}
.reviews_section .author_block {
  display: flex;
  max-width: 300px;
  flex: 0 0 33.3%;
}
.reviews_section .author_image {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #5B50DA;
  margin-right: 20px;
}
.reviews_section .author_image:empty {
  display: none;
}
.reviews_section .author_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.reviews_section .author_info {
  flex: 1;
}
.reviews_section .author_name {
  font-size: 240%;
  line-height: 28px;
  font-family: "nunitosans-bold";
}
.reviews_section .author_post {
  font-size: 180%;
  line-height: 24px;
  margin-top: 4px;
  font-family: "nunitosans-light";
  opacity: 0.5;
}
.reviews_section .slick-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 2px solid #5B50DA;
  color: #5B50DA;
  width: 74px;
  height: 48px;
  background: transparent;
  padding: 0;
}
.reviews_section .slick-arrow:before {
  display: block;
  font-size: 1.6rem;
  content: "\e911";
}
.reviews_section .slick-arrow.slick-next {
  margin-left: 94px;
}
.reviews_section .slick-arrow:hover {
  color: #ffffff;
  background: #5B50DA;
}
@media (max-height: 799px) {
  .reviews_section .slick-arrow {
    height: 42px;
    width: 64px;
  }
  .reviews_section .slick-arrow.slick-next {
    margin-left: 84px;
  }
}
@media (max-height: 624px) {
  .reviews_section .review_text {
    font-size: 160%;
    line-height: 22px;
    max-height: 132px;
  }
  .reviews_section .author_name {
    font-size: 200%;
    line-height: 24px;
  }
  .reviews_section .author_post {
    font-size: 180%;
    line-height: 20px;
  }
  .reviews_section .reviews_slider {
    margin-top: 20px;
  }
}
@media (max-width: 1440px) {
  .reviews_section .section_inner {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .reviews_section .review_text {
    font-size: 160%;
    line-height: 22px;
    max-height: 132px;
  }
  .reviews_section .author_name {
    font-size: 200%;
    line-height: 24px;
  }
  .reviews_section .author_post {
    font-size: 180%;
    line-height: 20px;
  }
  .reviews_section .reviews_slider {
    margin-top: 20px;
  }
  .reviews_section .author_image {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .reviews_section .slick-arrow {
    height: 36px;
    width: 54px;
    border-width: 1px;
  }
  .reviews_section .slick-arrow.slick-next {
    margin-left: 74px;
  }
}
@media (max-width: 991px) {
  .reviews_section .section_title {
    max-width: 100%;
    padding-right: 20%;
  }
  .reviews_section .section_inner {
    width: 100%;
    padding: 80px 20px 20px 60px;
  }
  .reviews_section .slide_inner {
    display: block;
  }
  .reviews_section .review_text {
    max-width: 100%;
    padding-right: 20%;
    flex: none;
    max-height: 154px;
  }
  .reviews_section .author_block {
    flex: none;
    margin-top: 20px;
    max-width: 240px;
  }
  .reviews_section .author_image {
    width: 52px;
    min-width: 52px;
    height: 52px;
    margin-right: 10px;
  }
  .reviews_section .author_name {
    font-size: 160%;
    line-height: 22px;
  }
  .reviews_section .author_post {
    font-size: 140%;
    line-height: 18px;
  }
  .reviews_section .slick-arrow {
    left: auto;
    right: 20%;
  }
  .reviews_section .slick-arrow.slick-prev {
    margin-right: 74px;
  }
  .reviews_section .reviews_slider {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .reviews_section .section_title,
.reviews_section .review_text {
    padding-right: 0;
  }
  .reviews_section .slick-arrow {
    right: 0;
  }
  .reviews_section .reviews_slider {
    padding-bottom: 55px;
  }
  .reviews_section .review_text {
    max-height: 176px;
  }
}
@media (max-width: 575px) and (max-height: 624px) {
  .reviews_section .author_image {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
  .reviews_section .author_name {
    font-size: 140%;
    line-height: 18px;
  }
  .reviews_section .reviews_slider {
    margin-top: 15px;
  }
}
@media (max-width: 575px) and (max-height: 524px) {
  .reviews_section .review_text {
    font-size: 130%;
    line-height: 18px;
  }
}
@media (max-width: 479px) {
  .reviews_section .review_text {
    font-size: 140%;
    line-height: 20px;
    max-height: 180px;
  }
}
@media (max-width:359px) {
  .reviews_section .review_text {
    font-size: 130%;
    line-height: 18px;
  }
}

.contacts_section {
  position: relative;
  overflow: hidden;
}
.contacts_section .section_inner {
  padding: 180px 0;
  position: relative;
  z-index: 2;
  width: 60%;
  height: 100vh;
  margin: 0 auto;
}
.contacts_section .map_block {
  position: absolute;
  top: 180px;
  bottom: 180px;
  left: 33.3%;
  right: -50%;
  z-index: 1;
}
.contacts_section #map-canvas {
  height: 100%;
}
.contacts_section .contacts_part {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  min-height: 340px;
}
.contacts_section .contacts_part:before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  bottom: 180px;
  width: 0;
  left: 0;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  background: #272736;
  z-index: 2;
  margin-top: -180px;
}
.contacts_section .contacts_block {
  display: flex;
  flex-wrap: wrap;
}
.contacts_section .section_title {
  flex: 0 0 100%;
  max-width: 100%;
  height: 9vw;
  -o-transition: padding 1s linear;
  -ms-transition: padding 1s linear;
  -moz-transition: padding 1s linear;
  -webkit-transition: padding 1s linear;
  transition: padding 1s linear;
}
.contacts_section .section_title span {
  display: block;
  height: 0;
  padding-right: 7.8125%;
  max-width: 66.6%;
  position: relative;
  z-index: 3;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.contacts_section .section_title span.opened_text {
  opacity: 0;
  color: #ffffff;
}
.contacts_section .switch_button {
  display: flex;
  width: 70px;
  height: 66px;
  min-height: 66px;
  font-size: 240%;
  color: rgba(255, 255, 255, 0.5);
  background: #5B50DA;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  margin-top: auto;
}
.contacts_section .switch_button:hover {
  color: #ffffff;
}
.contacts_section .contacts_list {
  flex: 1;
  max-width: 33.33%;
  padding-right: 60px;
  margin-top: 24px;
  -o-transition: padding 1s linear;
  -ms-transition: padding 1s linear;
  -moz-transition: padding 1s linear;
  -webkit-transition: padding 1s linear;
  transition: padding 1s linear;
}
.contacts_section .contacts_list ul {
  font-size: 180%;
  line-height: 24px;
}
.contacts_section .contacts_list li {
  margin-bottom: 30px;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.contacts_section .contacts_list li:first-child {
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.contacts_section .contacts_list li:nth-child(2) {
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.contacts_section .contacts_list li:nth-child(3) {
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.contacts_section .contacts_list .contact_type {
  position: relative;
  z-index: 3;
  font-family: "nunitosans-light";
  opacity: 0.5;
}
.contacts_section .contacts_list .contact_info {
  position: relative;
  z-index: 3;
  font-family: "nunitosans-bold";
}
.contacts_section .contacts_list .contact_info a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.contacts_section .contact_form {
  flex: 1;
  max-width: 0;
  -o-transition: max-width 0.49s linear;
  -ms-transition: max-width 0.49s linear;
  -moz-transition: max-width 0.49s linear;
  -webkit-transition: max-width 0.49s linear;
  transition: max-width 0.49s linear;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
.contacts_section .contact_form .field_block {
  width: 20vw;
  padding-right: 60px;
  padding-bottom: 20px;
  position: relative;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media screen and (min-height: 640px) {
  .contacts_section .contact_form .field_block {
    opacity: 0;
  }
}
.contacts_section .contact_form .field_block ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contacts_section .contact_form .field_block :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contacts_section .contact_form .field_block ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contacts_section .contact_form .field_block :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contacts_section .contact_form .field_block .error_hint {
  display: none;
  position: absolute;
  left: 0;
  font-size: 120%;
  line-height: 16px;
  color: #b94a48;
  bottom: 4px;
}
.contacts_section .contact_form .field_block .individual_hint {
  display: none;
}
.contacts_section .contact_form .field_block .form-error {
  display: none !important;
}
.contacts_section .contact_form .field_block.has-error input,
.contacts_section .contact_form .field_block.has-error textarea {
  background: rgba(185, 74, 72, 0.2);
}
.contacts_section .contact_form .field_block.has-error .error_hint {
  display: block;
}
.contacts_section .contact_form .field_block:nth-child(2) {
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.contacts_section .contact_form .field_block:nth-child(3) {
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.contacts_section .contact_form .field_block:nth-child(4) {
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.contacts_section .contact_form input,
.contacts_section .contact_form textarea {
  width: 100%;
  font-size: 160%;
  line-height: 24px;
  padding: 12px 18px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.contacts_section .contact_form input:focus,
.contacts_section .contact_form textarea:focus {
  background: rgba(255, 255, 255, 0.4);
}
.contacts_section .contact_form textarea {
  vertical-align: top;
  resize: none;
  height: 116px;
}
.contacts_section .contact_form .button_block {
  width: 20vw;
  padding-right: 60px;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (min-height: 640px) {
  .contacts_section .contact_form .button_block {
    opacity: 0;
  }
}
.contacts_section .contact_form button {
  width: 100%;
  margin-top: 20px;
  height: 48px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 180%;
  line-height: 24px;
  background: transparent;
}
.contacts_section .contact_form button:hover {
  background: #ffffff;
  color: #272736;
}
.contacts_section.form_opened .switch_button {
  font-size: 200%;
}
.contacts_section.form_opened .switch_button:before {
  content: "\e90a";
}
.contacts_section.form_opened .contacts_part {
  z-index: 300;
}
.contacts_section.form_opened .contacts_part:before {
  width: 66.6%;
  top: 180px;
  margin-top: 0;
}
.contacts_section.form_opened .section_title {
  padding-left: 75px;
}
.contacts_section.form_opened .section_title span {
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.contacts_section.form_opened .section_title span.opened_text {
  opacity: 1;
}
.contacts_section.form_opened .section_title span.closed_text {
  opacity: 0;
}
.contacts_section.form_opened .contacts_list {
  padding-left: 75px;
}
.contacts_section.form_opened .contacts_list li {
  color: #ffffff;
}
.contacts_section.form_opened .contacts_list li:first-child {
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.contacts_section.form_opened .contacts_list li:nth-child(2) {
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.contacts_section.form_opened .contacts_list li:nth-child(3) {
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.contacts_section.form_opened .contact_form {
  max-width: 33.3%;
  -o-transition: max-width 0.49s linear;
  -ms-transition: max-width 0.49s linear;
  -moz-transition: max-width 0.49s linear;
  -webkit-transition: max-width 0.49s linear;
  transition: max-width 0.49s linear;
  -o-transition-delay: 0.51s;
  -ms-transition-delay: 0.51s;
  -moz-transition-delay: 0.51s;
  -webkit-transition-delay: 0.51s;
  transition-delay: 0.51s;
}
.contacts_section.form_opened .contact_form .field_block {
  opacity: 1;
}
.contacts_section.form_opened .contact_form .field_block:nth-child(1) {
  -o-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.contacts_section.form_opened .contact_form .field_block:nth-child(2) {
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.contacts_section.form_opened .contact_form .field_block:nth-child(3) {
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.contacts_section.form_opened .contact_form .field_block:nth-child(4) {
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.contacts_section.form_opened .contact_form .button_block {
  opacity: 1;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (max-height: 1079px) {
  .contacts_section .section_inner {
    padding: 150px 0;
  }
  .contacts_section .map_block {
    top: 150px;
    bottom: 150px;
  }
  .contacts_section .contacts_part {
    padding-top: 40px;
  }
  .contacts_section .contacts_part:before {
    bottom: 150px;
  }
  .contacts_section.form_opened .contacts_part:before {
    top: 150px;
  }
  .contacts_section .switch_button {
    position: absolute;
    left: 0;
    bottom: 150px;
  }
  .contacts_section .contact_form {
    margin-top: -40px;
  }
  .contacts_section .button_block button {
    margin-top: 0;
  }
}
@media (max-height: 899px) {
  .contacts_section .section_inner {
    padding: 120px 0;
  }
  .contacts_section .map_block {
    top: 120px;
    bottom: 120px;
  }
  .contacts_section .contacts_part {
    padding-top: 20px;
  }
  .contacts_section .contacts_part:before {
    bottom: 120px;
  }
  .contacts_section.form_opened .contacts_part:before {
    top: 120px;
  }
  .contacts_section .switch_button {
    bottom: 120px;
  }
}
@media (max-height: 799px) {
  .contacts_section .section_inner {
    padding-bottom: 80px;
  }
  .contacts_section .map_block {
    bottom: 80px;
  }
  .contacts_section .contacts_part:before {
    bottom: 80px;
  }
  .contacts_section .switch_button {
    bottom: 80px;
    width: 60px;
    height: 50px;
    min-height: 50px;
    font-size: 180%;
  }
  .contacts_section .section_title {
    height: 6.6vw;
  }
  .contacts_section .contact_form input,
.contacts_section .contact_form textarea {
    font-size: 140%;
    line-height: 18px;
    padding: 10px 12px;
  }
  .contacts_section .contact_form .field_block {
    padding-bottom: 4px;
  }
  .contacts_section .contact_form .error_hint {
    display: none;
  }
  .contacts_section .contact_form .button_block button {
    height: 40px;
    font-size: 160%;
  }
  .contacts_section .contacts_list {
    margin-top: 10px;
  }
  .contacts_section .contacts_list ul {
    font-size: 160%;
    line-height: 20px;
  }
  .contacts_section .contacts_list li {
    margin-bottom: 20px;
  }
}
@media (max-height: 624px) {
  .contacts_section .section_inner {
    padding-bottom: 75px;
    padding-top: 100px;
  }
  .contacts_section .map_block {
    bottom: 75px;
    top: 100px;
  }
  .contacts_section .contacts_part:before {
    bottom: 75px;
  }
  .contacts_section .switch_button {
    bottom: 75px;
    width: 50px;
    height: 40px;
    min-height: 40px;
    font-size: 160%;
  }
  .contacts_section .contact_form {
    display: flex;
    flex-wrap: wrap;
    height: 160px;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100px;
    margin-top: 6.6vw;
    max-width: 100%;
    width: 0;
    -o-transition: width 1s linear;
    -ms-transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    transition: width 1s linear;
  }
  .contacts_section .contact_form .field_block {
    padding-bottom: 2px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .contacts_section .contact_form .error_hint {
    display: none;
  }
  .contacts_section .contact_form .button_block {
    padding: 0 20px;
  }
  .contacts_section .contact_form .button_block button {
    height: 38px;
    font-size: 140%;
  }
  .contacts_section .contact_form textarea {
    height: 118px;
  }
  .contacts_section .contacts_list {
    margin-top: 0;
  }
  .contacts_section .contacts_list ul {
    font-size: 140%;
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
  }
  .contacts_section .contacts_list li {
    margin-bottom: 15px;
    flex: 0 0 50%;
  }
  .contacts_section.form_opened .contacts_part:before {
    top: 100px;
  }
  .contacts_section.form_opened .contacts_list {
    padding-left: 0;
  }
  .contacts_section.form_opened .contacts_list li {
    color: transparent;
  }
  .contacts_section.form_opened .contact_form {
    -o-transition: width 1s linear;
    -ms-transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    transition: width 1s linear;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    max-width: 100%;
    width: 66.6%;
  }
  .contacts_section.form_opened .section_title {
    padding-left: 20px;
  }
  .contacts_section.form_opened .switch_button {
    font-size: 160%;
  }
}
@media (max-width: 1440px) {
  .contacts_section .section_inner {
    width: 80%;
  }
  .contacts_section .map_block {
    left: 37.5%;
    right: -33.3%;
  }
  .contacts_section .section_title {
    height: 12vw;
  }
}
@media (max-width: 1440px) and (max-height: 799px) {
  .contacts_section .section_title {
    height: 8.4vw;
  }
}
@media (max-width: 1440px) {
  .contacts_section .contacts_list {
    max-width: 31.25%;
    padding-right: 40px;
  }
}
@media (max-width: 1440px) {
  .contacts_section .contact_form .field_block,
.contacts_section .contact_form .button_block {
    width: 25vw;
    padding-right: 20px;
  }
}
@media (max-width: 1440px) and (max-height: 799px) {
  .contacts_section .contact_form {
    margin-top: -20px;
  }
}
@media (max-width: 1440px) and (max-height: 624px) {
  .contacts_section .contact_form {
    margin-top: 8.4vw;
  }
}
@media (max-width: 1440px) {
  .contacts_section.form_opened .contacts_part:before {
    width: 62.5%;
  }
  .contacts_section.form_opened .contacts_list,
.contacts_section.form_opened .section_title {
    padding-left: 20px;
  }
  .contacts_section.form_opened .contact_form {
    max-width: 31.25%;
  }
}
@media (max-width: 1440px) and (max-height: 624px) {
  .contacts_section.form_opened .contact_form {
    width: 62.5%;
    max-width: 62.5%;
  }
}
@media (max-width: 1199px) {
  .contacts_section .map_block {
    right: -37.5%;
  }
  .contacts_section .contacts_list {
    max-width: 37.5%;
    padding-right: 20px;
  }
  .contacts_section .contact_form .field_block,
.contacts_section .contact_form .button_block {
    width: 30vw;
  }
  .contacts_section.form_opened .contacts_part:before {
    width: 75%;
  }
  .contacts_section.form_opened .contact_form {
    max-width: 37.5%;
  }
}
@media (max-width: 1199px) and (max-height: 624px) {
  .contacts_section.form_opened .contact_form {
    width: 75%;
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .contacts_section .section_inner {
    padding-left: 60px;
    padding-right: 20px;
    width: 100%;
  }
  .contacts_section .map_block {
    left: 40%;
    right: -20%;
  }
  .contacts_section .switch_button {
    width: 42px;
    height: 40px;
    min-height: 40px;
    font-size: 140%;
  }
}
@media screen and (max-width: 991px) and (max-height: 1079px) {
  .contacts_section .switch_button {
    left: 60px;
  }
}
@media (max-width: 991px) {
  .contacts_section .contacts_part:before {
    left: 60px;
  }
}
@media (max-width: 991px) {
  .contacts_section .section_title {
    height: 14.4vw;
  }
}
@media (max-width: 991px) and (max-height: 799px) {
  .contacts_section .section_title {
    height: 10.8vw;
  }
}
@media (max-width: 991px) {
  .contacts_section .contacts_list {
    max-width: 37.5%;
  }
}
@media (max-width: 991px) {
  .contacts_section .contact_form .field_block,
.contacts_section .contact_form .button_block {
    width: 35vw;
  }
}
@media (max-width: 991px) and (max-height: 624px) {
  .contacts_section .contact_form {
    left: 60px;
  }
}
@media (max-width: 991px) {
  .contacts_section.form_opened .contacts_part:before {
    width: 70%;
  }
  .contacts_section.form_opened .contact_form {
    max-width: 37.5%;
  }
}
@media (max-width: 991px) and (max-height: 624px) {
  .contacts_section.form_opened .contact_form {
    max-width: 70%;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .contacts_section.form_opened .switch_button {
    font-size: 160%;
  }
}
@media (max-width: 767px) {
  .contacts_section .contact_form {
    position: absolute;
    left: 60px;
    top: 100px;
    bottom: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    margin-top: 7.2vw;
  }
  .contacts_section .contact_form .field_block,
.contacts_section .contact_form .button_block {
    width: 60vw;
    padding-left: 20px;
  }
  .contacts_section .contacts_list {
    max-width: 60%;
    padding-left: 0 !important;
  }
  .contacts_section .contacts_list ul li {
    color: #272736 !important;
  }
  .contacts_section .switch_button {
    margin-top: 20px;
  }
  .contacts_section .contacts_block {
    flex: 1;
    padding-bottom: 50px;
  }
  .contacts_section.form_opened .contact_form {
    width: 60%;
    max-width: 60%;
  }
  .contacts_section.form_opened .contacts_part:before {
    width: 60%;
  }
}
@media (max-width: 767px) and (max-height: 624px) {
  .contacts_section .section_inner {
    padding-bottom: 40px;
  }
  .contacts_section .map_block,
.contacts_section .switch_button,
.contacts_section .contacts_part:before {
    bottom: 40px;
  }
  .contacts_section .contacts_list li {
    flex: 0 0 100%;
  }
  .contacts_section .contact_form {
    height: auto;
    flex-wrap: nowrap;
  }
  .contacts_section .contact_form input,
.contacts_section .contact_form textarea {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contacts_section .contact_form textarea {
    height: 80px;
  }
  .contacts_section .contact_form .button_block button {
    height: 30px;
  }
}
@media (max-width: 575px) {
  .contacts_section .section_title {
    height: 58px;
  }
  .contacts_section .section_title span {
    width: 100%;
    padding-right: 0;
    max-width: 240px;
  }
  .contacts_section .contacts_list {
    max-width: 160px;
    padding-right: 0;
  }
  .contacts_section .contact_form .button_block,
.contacts_section .contact_form .field_block {
    width: 80vw;
  }
  .contacts_section.form_opened .contacts_part:before {
    width: 80%;
  }
  .contacts_section.form_opened .contact_form {
    width: 80%;
    max-width: 80%;
  }
}

.fullpage_content .contacts_section .section_inner {
  height: 100%;
}

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

.contacts_section .switch_button, .contacts_section .contacts_list .contact_info a:hover {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.fullpage_buttons a, .about_section .button_image .more_button a {
  -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;
}

.main_section .slick-arrow, .projects_section .projects_list .project_block a, .activity_section .more_button, .reviews_section .slick-arrow, .contacts_section .contact_form button {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts_section .contacts_list .contact_info a:hover {
  color: #5B50DA;
}

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