@font-face {
  font-family: "regular";
  font-display: "auto";
  src: url("../fonts/NunitoSans-Regular/NunitoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NunitoSans-Regular/NunitoSans-Regular.woff") format("woff"), url("../fonts/NunitoSans-Regular/NunitoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  font-display: "auto";
  src: url("../fonts/NunitoSans-Light/NunitoSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NunitoSans-Light/NunitoSans-Light.woff") format("woff"), url("../fonts/NunitoSans-Light/NunitoSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  font-display: "auto";
  src: url("../fonts/NunitoSans-Black/NunitoSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NunitoSans-Black/NunitoSans-Black.woff") format("woff"), url("../fonts/NunitoSans-Black/NunitoSans-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?x6tvg");
  src: url("../fonts/icons/icomoon.eot?x6tvg#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?x6tvg") format("truetype"), url("../fonts/icons/icomoon.woff?x6tvg") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_behance:before {
  content: "\e900";
}

.icon_facebook:before {
  content: "\e901";
}

.icon_instagram:before {
  content: "\e902";
}

.icon_linkedin:before {
  content: "\e903";
}

.icon_ok:before {
  content: "\e904";
}

.icon_pinterest:before {
  content: "\e905";
}

.icon_twitter:before {
  content: "\e906";
}

.icon_vk:before {
  content: "\e907";
}

.icon_youtube:before {
  content: "\e908";
}

.icon_down:before {
  content: "\e909";
}

.icon_right_point:before {
  content: "\e910";
}

.icon_right_arrow:before {
  content: "\e911";
}

.icon_letter:before {
  content: "\e912";
}

.icon_plus:before {
  content: "\e913";
}

.icon_quote:before {
  content: "\e914";
}

.icon_touch:before {
  content: "\e915";
}
.icon_touch:after {
  content: "\e916";
}

.icon_radial_arrow:before {
  content: "\e915";
}

.icon_hand:before {
  content: "\e916";
}

.icon_close:before {
  content: "\e90a";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #272736;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular";
}
@media screen and (max-width: 991px) and (max-height: 479px) and (min-width: 479px) {
  body {
    overflow: hidden;
  }
}

input, select, textarea, button, a, .slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.custom_container {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.page_indicator {
  position: fixed;
  z-index: 5;
  left: 60px;
  top: 0;
  height: 100%;
  display: flex;
  padding: 60px 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 24px;
}
.page_indicator:before {
  display: block;
  content: "";
  flex: 1;
  max-height: 312px;
}
.page_indicator .v_line {
  display: block;
  width: 2px;
  flex: 1;
  max-height: 312px;
  background: rgba(170, 164, 235, 0.5);
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.page_indicator .v_line span {
  display: block;
  -o-transition: height 0.7s;
  -ms-transition: height 0.7s;
  -moz-transition: height 0.7s;
  -webkit-transition: height 0.7s;
  transition: height 0.7s;
  height: 0;
}
.page_indicator .v_line span:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #5B50DA;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.page_indicator .section_name {
  font-size: 180%;
  line-height: 24px;
  font-family: "light";
  height: 160px;
  min-height: 160px;
  width: 24px;
  position: relative;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.page_indicator .section_name span {
  display: block;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  white-space: nowrap;
  width: 160px;
  transform-origin: left top;
  -webkit-transfrom-origin: left top;
  margin-top: 160px;
  text-align: center;
}
.page_indicator.white_indicator .section_name {
  color: #ffffff;
}
.page_indicator.active_delay .v_line,
.page_indicator.active_delay .v_line span:before {
  -o-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media (max-height: 799px) {
  .page_indicator {
    padding: 20px 0;
  }
}
@media (max-height: 624px) {
  .page_indicator .section_name {
    font-size: 160%;
    height: 140px;
    min-height: 140px;
  }
  .page_indicator .section_name span {
    width: 140px;
    margin-top: 140px;
  }
}
@media (max-width: 1440px) {
  .page_indicator {
    left: 40px;
  }
}
@media (max-width: 1199px) {
  .page_indicator {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .page_indicator {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page_indicator .section_name {
    font-size: 140%;
    height: 130px;
    min-height: 130px;
  }
  .page_indicator .section_name span {
    width: 130px;
    margin-top: 130px;
  }
}

.section_title {
  font-size: 3.75vw;
  line-height: 1.2em;
  font-family: "bold";
  margin: 0;
}
@media (max-height: 799px) {
  .section_title {
    font-size: 2.75vw;
  }
}
@media (max-width: 1440px) {
  .section_title {
    font-size: 5vw;
  }
}
@media (max-width: 1440px) and (max-height: 799px) {
  .section_title {
    font-size: 3.5vw;
  }
}
@media (max-width: 991px) {
  .section_title {
    font-size: 6vw;
  }
}
@media (max-width: 991px) and (max-height: 799px) {
  .section_title {
    font-size: 4.5vw;
  }
}
@media (max-width: 575px) {
  .section_title {
    font-size: 240% !important;
  }
}

.section_description {
  font-size: 200%;
  line-height: 27px;
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .section_description {
    font-size: 160%;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .section_description {
    font-size: 140%;
    line-height: 20px;
  }
}

.page_subtitle {
  margin: 0;
  font-size: 240%;
  line-height: 1.33em;
  font-family: "bold";
}
@media (max-width: 1199px) {
  .page_subtitle {
    font-size: 220%;
  }
}
@media (max-width: 575px) {
  .page_subtitle {
    font-size: 180%;
  }
}

.rotate_hint {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  font-size: 240%;
  line-height: 28px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-family: "bold";
  background: #8F86F8;
  padding: 20px;
}
@media screen and (max-width: 991px) and (max-height: 479px) and (min-width: 479px) {
  .rotate_hint {
    display: flex;
  }
}

.actions_block {
  display: flex;
  margin-top: 62px;
}
.actions_block a {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
}
.actions_block .contacts_btn {
  background: #5B50DA;
  color: rgba(255, 255, 255, 0.5);
  font-size: 200%;
}
.actions_block .contacts_btn:before {
  display: block;
}
.actions_block .projects_btn {
  color: #5B50DA;
  border: 1px solid #5B50DA;
  font-size: 180%;
  min-width: 223px;
  margin-left: 7px;
}
.actions_block .projects_btn:hover {
  background: #5B50DA;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .actions_block {
    margin-top: 30px;
  }
  .actions_block a {
    height: 46px;
  }
  .actions_block .contacts_btn {
    font-size: 180%;
  }
  .actions_block .projects_btn {
    min-width: 180px;
    font-size: 160%;
  }
}

.images_list {
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
}
.images_list li {
  width: 33.3%;
  position: relative;
  float: left;
}
.images_list li:before {
  display: block;
  padding-bottom: 82.8%;
  content: "";
}
.images_list li:first-child {
  float: right;
  width: 66.7%;
}
.images_list img {
  object-fit: cover;
  border: 15px solid #ffffff;
}
@media (max-width: 767px) {
  .images_list {
    margin: 0 -10px;
  }
  .images_list li {
    width: 50%;
  }
  .images_list li:first-child {
    width: 100%;
  }
  .images_list img {
    border-width: 10px;
  }
}
@media (max-width: 479px) {
  .images_list {
    margin: 0 -5px;
  }
  .images_list img {
    border-width: 5px;
  }
}

.right_col {
  margin-left: auto;
}

.footer .socials_list ul, .footer_contacts ul, .header .main_menu .menu_list, .header .lg_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header .main_menu:after, .header .main_menu img, .images_list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class*=icon_]:before, [class*=icon_]:after {
  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;
}

.header {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding: 35px 60px;
  display: flex;
  align-items: center;
}
.header .logo_block {
  flex: 1;
  position: relative;
  height: 28px;
}
.header .logo_block a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 100;
  height: 28px;
}
.header .logo_block img {
  display: block;
  height: 100%;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .logo_block img.white_logo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .burger_block {
  flex: 1;
}
.header .menu_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(143, 134, 248, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: inherit;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu_button:hover {
  color: #5B50DA;
}
.header .burger_lines {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 9px 0;
  width: 24px;
}
.header .burger_lines:before, .header .burger_lines:after {
  border-top: 2px solid;
  border-radius: 2px;
  width: 70px;
  left: -32px;
  display: block;
  content: "";
  position: absolute;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.header .burger_lines:before {
  top: 0;
}
.header .burger_lines:after {
  bottom: 0;
}
.header .burger_lines span {
  display: block;
  width: 18px;
  border-top: 2px solid;
  border-radius: 2px;
  margin: 0 auto;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .lg_block {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  position: relative;
  font-size: 200%;
  line-height: 38px;
}
.header .lg_block.opened .lg_button {
  border-color: #5B50DA;
}
.header .lg_button {
  margin-right: -10px;
  padding: 0 10px;
  width: 62px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  color: inherit;
  font-family: "bold";
  position: relative;
  z-index: 100;
}
.header .lg_button:before {
  display: block;
  font-size: 35%;
}
.header .lg_button:hover {
  color: #5B50DA;
  border-color: #5B50DA;
}
.header .lg_list {
  position: absolute;
  top: 40px;
  right: -10px;
  width: 62px;
  display: none;
  color: #5B50DA;
  z-index: 100;
}
.header .lg_list li {
  border: 1px solid;
  border-top: none;
  background: #ffffff;
}
.header .lg_list li.current_lg {
  display: none;
}
.header .lg_list a {
  display: block;
  color: inherit;
  padding: 0 10px;
  text-align: center;
}
.header .lg_list a:hover {
  color: #ffffff;
  background: #5B50DA;
}
.header_menu_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -o-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  background: #272736;
  z-index: 99;
}
.header_menu_block:before {
  display: block;
  position: absolute;
  content: attr(data-text);
  color: inherit;
  font-size: 180%;
  line-height: 24px;
  z-index: 20;
  font-family: "light";
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  left: 18px;
  top: 50%;
  margin-top: -12px;
  width: 100px;
  text-align: center;
  opacity: 0;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.header .main_menu {
  position: relative;
  width: 60%;
  min-height: 55vh;
  padding: 160px 0 115px;
}
.header .main_menu img {
  object-fit: cover;
  z-index: 1;
}
.header .main_menu:after {
  background: #5B50DA;
  content: "";
  z-index: 2;
  opacity: 0.94;
}
.header .main_menu .menu_list li {
  padding: 45px 45px 0 33.3%;
}
.header .main_menu .menu_list li img {
  opacity: 0;
  z-index: 2;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .main_menu .menu_list a {
  display: inline-block;
  vertical-align: top;
  font-size: 540%;
  line-height: 74px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "bold";
  position: relative;
  z-index: 5;
}
.header .main_menu .menu_list a:hover {
  color: #ffffff;
}
.header .main_menu .menu_list a:hover + img {
  opacity: 1;
}
@media (max-height: 899px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header .main_menu {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header_menu_block:before {
    left: -2px;
  }
  .header .main_menu .menu_list a {
    font-size: 450%;
    line-height: 60px;
  }
}
@media (max-height: 799px) {
  .header .main_menu {
    padding-bottom: 60px;
  }
  .header .main_menu .menu_list li {
    padding-top: 30px;
  }
  .header .main_menu .menu_list a {
    font-size: 450%;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_menu_block:before {
    left: -22px;
  }
  .header .main_menu .menu_list a {
    font-size: 360%;
    line-height: 45px;
  }
}
@media (max-height: 624px) {
  .header .menu_button {
    width: 60px;
    height: 60px;
  }
  .header .main_menu {
    padding-bottom: 40px;
    padding-top: 80px;
  }
  .header .main_menu .menu_list li {
    padding-top: 20px;
  }
  .header .main_menu .menu_list a {
    font-size: 360%;
    line-height: 45px;
  }
  .header .lg_block {
    font-size: 180%;
    line-height: 34px;
  }
  .header .lg_button,
.header .lg_list {
    width: 60px;
  }
  .header .lg_list {
    top: 36px;
  }
}
@media (max-width: 959px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header .menu_button {
    width: 60px;
    height: 60px;
  }
  .header .lg_block {
    font-size: 180%;
    line-height: 34px;
  }
  .header .lg_button,
.header .lg_list {
    width: 60px;
  }
  .header .lg_list {
    top: 36px;
  }
  .header .main_menu .menu_list a {
    font-size: 300%;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .header .logo_block {
    width: 28px;
    flex: none;
    margin-right: 22px;
    overflow: hidden;
  }
  .header .lg_block {
    flex: none;
  }
  .header_menu_block:before {
    display: none;
  }
  .header .main_menu {
    width: auto;
    margin-right: 76px;
  }
  .header .main_menu .menu_list li {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-right: -76px;
  }
  .header .main_menu .menu_list a {
    font-size: 240%;
    line-height: 30px;
  }
}

.menu_opened .header_menu_block {
  height: 100%;
}
.menu_opened .header_menu_block: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;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
.menu_opened .header .menu_button {
  background: #272736;
}
.menu_opened .burger_lines:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu_opened .burger_lines:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.menu_opened .burger_lines span {
  opacity: 0;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

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

.header.active_delay {
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header.active_delay .logo_block img {
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header.active_delay .lg_block a,
.header.active_delay .menu_button {
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  color: #000000;
  height: 0;
}
.footer .copyrights {
  margin-left: 40%;
  font-size: 160%;
  line-height: 22px;
  color: inherit;
  opacity: 0.5;
  position: relative;
  visibility: hidden;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.footer_contacts {
  width: 0;
  height: 0;
  position: relative;
  overflow: hidden;
  visibility: hidden;
  -o-transition: visibility 0s;
  -ms-transition: visibility 0s;
  -moz-transition: visibility 0s;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
  font-size: 180%;
  line-height: 24px;
}
.footer_contacts ul {
  display: flex;
}
.footer_contacts ul li {
  flex: 1;
  padding-right: 40px;
  opacity: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer_contacts .contact_type {
  font-family: "light";
  opacity: 0.5;
}
.footer_contacts .contact_info {
  font-family: "bold";
}
.footer_contacts .contact_info a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.footer .socials_list {
  margin-left: auto;
  padding-right: 60px;
}
.footer .socials_list ul {
  display: flex;
}
.footer .socials_list ul li:not(:first-child) {
  margin-left: 20px;
}
.footer .socials_list ul a {
  display: flex;
  border: 1px solid;
  width: 42px;
  height: 42px;
  color: #5B50DA;
  justify-content: center;
  align-items: center;
  font-size: 160%;
  position: relative;
  z-index: 100;
}
.footer .socials_list ul a:before {
  display: block;
}
.footer .socials_list ul a.icon_facebook {
  font-size: 200%;
}
.footer .socials_list ul a.icon_behance {
  font-size: 140%;
}
.footer .socials_list ul a:hover {
  color: #ffffff;
  border-color: transparent;
  background: #5B50DA;
}
.footer.active_delay .socials_list ul li a {
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (max-height: 899px) {
  .footer {
    padding-bottom: 40px;
  }
}
@media (max-height: 799px) {
  .footer {
    padding-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .footer_contacts {
    font-size: 160%;
    line-height: 20px;
  }
  .footer .socials_list {
    padding-right: 40px;
  }
  .footer .copyrights {
    font-size: 140%;
    line-height: 18px;
  }
}
@media (max-height: 624px) {
  .footer .socials_list ul li:not(:first-child) {
    margin-left: 10px;
  }
  .footer .socials_list ul a {
    width: 36px;
    height: 36px;
    font-size: 160%;
  }
  .footer .socials_list ul a.icon_behance {
    font-size: 120%;
  }
  .footer .copyrights {
    font-size: 140%;
    line-height: 18px;
  }
  .footer_contacts {
    font-size: 160%;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .footer_contacts {
    font-size: 140%;
    line-height: 18px;
  }
  .footer .socials_list {
    padding-right: 20px;
  }
  .footer .socials_list ul li:not(:first-child) {
    margin-left: 10px;
  }
  .footer .socials_list ul a {
    width: 36px;
    height: 36px;
    font-size: 160%;
  }
  .footer .socials_list ul a.icon_behance {
    font-size: 120%;
  }
}
@media (max-width: 991px) {
  .footer .socials_list ul {
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .footer .socials_list ul li:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 959px) {
  .footer {
    padding-bottom: 20px;
  }
  .footer_contacts {
    display: none;
  }
}

.menu_opened .footer {
  z-index: 900;
}
.menu_opened .footer .copyrights {
  margin-left: 0;
  width: 20%;
  padding: 0 60px;
  visibility: visible;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1599px) {
  .menu_opened .footer .copyrights {
    width: 30%;
    padding-right: 40px;
  }
}
.menu_opened .footer_contacts {
  width: 60%;
  height: auto;
  visibility: visible;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.menu_opened .footer_contacts li {
  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;
}
.menu_opened .footer_contacts li:nth-child(2) {
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.menu_opened .footer_contacts li:nth-child(3) {
  -o-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
@media (max-width: 1440px) {
  .menu_opened .footer .copyrights {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .menu_opened .footer .copyrights {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .menu_opened .footer .socials_list ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 959px) {
  .menu_opened .footer .copyrights {
    width: auto;
  }
}

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

.page_end .footer .copyrights {
  visibility: visible;
  white-space: nowrap;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

body:not(.menu_opened) .footer.inactive {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-height: 479px) {
  body:not(.menu_opened) .footer .copyrights {
    visibility: hidden !important;
    white-space: nowrap;
  }
}

.actions_block .contacts_btn, .header .main_menu .menu_list a, .footer_contacts .contact_info 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;
}

.actions_block .projects_btn, .header .lg_button, .header .lg_list a, .footer, .footer .socials_list ul 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;
}

.actions_block .contacts_btn:hover {
  color: #ffffff;
}

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

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