@import "https://fonts.googleapis.com/css?family=Comfortaa|Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic";
body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/template/fonts/BebasNeue-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/template/fonts/BebasNeue-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/template/fonts/BebasNeue-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/template/fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/template/fonts/BebasNeue-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

.flex-control-nav {
  top: -10px !important;
}
.monitor_phone {
  background:
    url(../img/monitor_top.png) top center no-repeat,
    url(../img/monitor_bottom.png) bottom center no-repeat !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  height: 51% !important;
}
.monitor_phone:before {
  content: "";
  display: block;
  width: 18px;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 83px;
  background: #0f0f0f;
  z-index: -1;
}
.monitor_phone:after {
  content: "";
  display: block;
  width: 18px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 83px;
  background: #0f0f0f;
  z-index: -1;
}
.text_slide_opacity {
  opacity: 1 !important;
}
.gallery_group {
  display: none;
}
.wrapper_button_text {
  position: absolute;
  top: 118px;
  left: 35px;
  z-index: 9999999;
  display: none;
}
.wrapper_button_text * {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.button_shadow {
  width: 56px;
  height: 56px;
  box-shadow: 1px 2px 19px 2px rgba(0, 0, 0, 0.36);
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: shadow 2s infinite linear;
  -o-animation: shadow 2s infinite linear;
  animation: shadow 2s infinite linear;
  text-align: center;
}
.button_shadow:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 1px 2px 19px 2px rgba(0, 0, 0, 0.36);
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite linear;
  -o-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear;
}
.button_text_close {
  width: 44px;
  height: 44px;
  display: inline-block;
  background: #fff url(../img/close.svg) center no-repeat;
  -webkit-background-size: 22px;
  background-size: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 6px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.wrapper_button_text_active .button_text_close,
.wrapper_button_text_active .number_slide,
.wrapper_button_text_active .text_slide {
  opacity: 1 !important;
}

.wrapper_button_text_active .text_slide p {
  color: #000 !important;
}

.wrapper_button_text_active .text_slide {
  width: 90% !important;
  top: 214px !important;
  left: 5% !important;
}
.onepage-wrapper .section {
  overflow: hidden;
}
.button_text_open {
  width: 44px;
  height: 44px;
  display: inline-block;
  background: #fff url(../img/info.svg) center no-repeat;
  -webkit-background-size: 22px;
  background-size: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 6px;
}
.button_text_bg {
  background: #fff;
  position: absolute;
  top: 140px;
  left: 46px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  display: none;
}
.wrapper_button_text_active .button_text_bg {
  -webkit-transform: scale(100);
  -moz-transform: scale(100);
  -ms-transform: scale(100);
  -o-transform: scale(100);
  transform: scale(100);
}
@keyframes shadow {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.2);
    opacity: 0.2;
  }

  70% {
    -webkit-transform: scale(1.3);
    opacity: 0.35;
  }

  80% {
    -webkit-transform: scale(1.35);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}

.slider_bg_ar {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url(../img/slider_bg_ar.png) top 54px center no-repeat;
  background-size: cover;
  z-index: -1;
}

/*Ã‘ÂÃ‘â€šÃÂ¸ÃÂ»ÃÂ¸ ÃÂ´ÃÂ»Ã‘Â Ã‘ÂÃÂ»ÃÂ°ÃÂ¹ÃÂ´ÃÂµÃ‘â‚¬ÃÂ° 3Ãâ€*/
.slide3d .projects__preview {
  display: table;
  width: 66%;
  height: 350px;
  margin: 0 auto;
}
.slide3d_text {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding-right: 10%;
  color: #fff;
}
.slide3d_text h2 {
  color: #e8e8e8;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.3;
}
.slide3d_text p {
  color: #e8e8e8;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}
.slide3d_img {
  display: table-cell;
  vertical-align: middle;
  width: 59%;
  position: relative;
}
.slide3d_img img {
  max-width: 100%;
  height: auto;
}
.slide3d_img a {
  cursor: default;
}

.triangle_3d {
  width: 77px;
  height: 77px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -38.5px;
  margin-top: -38.5px;
  background: transparent url(../img/t3d.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-animation: 3s cubic-bezier(0.15, -0.03, 0, 1.08);
  -o-animation: 3s cubic-bezier(0.15, -0.03, 0, 1.08);
  animation: 3s cubic-bezier(0.15, -0.03, 0, 1.08);
  cursor: pointer;
  opacity: 0;
}

@-webkit-keyframes pulse2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.triangle_3d:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.slide3d_cul:before {
  content: "+";
  display: block;
  color: #e8e8e8;
  font-size: 30px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -9px;
  margin-top: -17px;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
}
.slide3d_cul:hover + .triangle_3d {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.slide3d_img a:hover .triangle_3d {
  -webkit-transition: opacity 0.5 linear;
  -moz-transition: opacity 0.5 linear;
  -ms-transition: opacity 0.5 linear;
  -o-transition: opacity 0.5 linear;
  transition: opacity 0.5 linear;
  opacity: 1;
}
.slide3d_img a:hover .slide3d_cul:before {
  -webkit-transition: opacity 0.2;
  -moz-transition: opacity 0.2;
  -ms-transition: opacity 0.2;
  -o-transition: opacity 0.2;
  transition: opacity 0.2;
  opacity: 1;
}

/**/
/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  width: 100%; /*
	background: #3085a3;*/
  text-align: center;
  cursor: pointer;
  margin: 0;

  /* min-height: 251px;
	line-height: 251px;*/
}

.grid figure img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

figure.effect-chico:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-chico figcaption {
  padding: 3em;
}

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #96490b;
  content: "";
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s;
}

figure.effect-chico h2 {
  padding: 20% 0 20px 0;
}

figure.effect-chico p {
  max-width: 85%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  line-height: 1.2;
  color: #ff7100;
  font-family: Ubuntu;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 46px;
  padding-left: 53px;
  line-height: 20px;
  font-size: 14px;
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.grid figure:hover {
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center;
  }
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

.footer__inner {
  position: relative;
}
.polit_link {
  color: #e8e8e8;
  text-decoration: none;
  display: block;
  /* padding-left: 15px; */
  /* margin-top: 25px; */
  color: black;
}
.polit_link:hover {
  text-decoration: underline;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.footer_bottom p {
  font-size: 16px;
  color: rgba(77, 77, 77, 1);
  font-weight: 400;
  margin: 0 0 20px 0;
}

.footer_bottom p a {
  font-weight: 100 !important;
  transition: none !important;
  text-decoration: none;
  color: black;
}

.footer_bottom p a:hover {
  text-decoration: underline;
}

.one_page_nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -25px;
  width: 55px;
  height: 55px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 999999999;
  display: inline-block;
  cursor: pointer;
}
.around-up {
  width: 100%;
  height: 25px;
}
.around-up::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border: 4px solid #fa6b00;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.around-up::before {
  left: 17.2px;
  transform: rotate(134deg);
  top: 8px;
  border-right: 0;
  border-top: 0;
}

.around-down {
  width: 100%;
  height: 25px;
}

.around-down::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border: 4px solid #fa6b00;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.around-down::before {
  left: 17.2px;
  transform: rotate(-44deg);
  top: 25px;
  border-right: 0;
  border-top: 0;
}
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner,
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font:
    14px/20px Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(../img/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/fancybox/fancybox_loading.gif) 50% no-repeat;
}
.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}
.fancybox-close,
.fancybox-nav {
  position: absolute;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: transparent url(../img/fancybox/blank.gif);
  -webkit-tap-highlight-color: transparent;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../img/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font:
    normal 13px/20px Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property:
    opacity,
    -webkit-filter;
  -webkit-transition-property:
    opacity,
    -webkit-filter;
  transition-property: opacity, filter;
  transition-property:
    opacity,
    filter,
    -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition:
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition:
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition:
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition:
    transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition:
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition:
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition:
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition:
    transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition:
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition:
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition:
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition:
    transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition:
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition:
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition:
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition:
    transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition:
    top 0.1s ease 0.15s,
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition:
    top 0.1s ease 0.15s,
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:
    top 0.1s ease 0.15s,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:
    top 0.1s ease 0.15s,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition:
    bottom 0.1s ease 0.15s,
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition:
    bottom 0.1s ease 0.15s,
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:
    bottom 0.1s ease 0.15s,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:
    bottom 0.1s ease 0.15s,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
  transition:
    top 0.1s ease,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transition:
    top 0.1s ease,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition:
    top 0.1s ease,
    transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition:
    top 0.1s ease,
    transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
  transition:
    bottom 0.1s ease,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transition:
    bottom 0.1s ease,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition:
    bottom 0.1s ease,
    transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition:
    bottom 0.1s ease,
    transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition:
    top 0.1s ease 0.15s,
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition:
    top 0.1s ease 0.15s,
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:
    top 0.1s ease 0.15s,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:
    top 0.1s ease 0.15s,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition:
    bottom 0.1s ease 0.15s,
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition:
    bottom 0.1s ease 0.15s,
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:
    bottom 0.1s ease 0.15s,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:
    bottom 0.1s ease 0.15s,
    transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
  transition:
    top 0.1s ease,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transition:
    top 0.1s ease,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition:
    top 0.1s ease,
    transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition:
    top 0.1s ease,
    transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
  transition:
    bottom 0.1s ease,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transition:
    bottom 0.1s ease,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition:
    bottom 0.1s ease,
    transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition:
    bottom 0.1s ease,
    transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s,
    -webkit-transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  -webkit-transition-property: none;
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  -webkit-transition:
    top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    opacity 0.1s linear;
  transition:
    top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -webkit-transition:
    top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.27s;
  transition:
    top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.27s;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
  -webkit-transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition:
    top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    opacity 0.1s linear;
  transition:
    top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -webkit-transition:
    top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.27s;
  transition:
    top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.27s;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
  -webkit-transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity 0.15s ease 0.4s;
  transition: opacity 0.15s ease 0.4s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity 0.15s ease 0.4s;
  transition: opacity 0.15s ease 0.4s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.2s ease-in 0.25s;
  transition: background-color 0.2s ease-in 0.25s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition:
    top 0.05s linear 0.2s,
    left 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-transition:
    top 0.05s linear 0.2s,
    left 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition:
    transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.2s,
    left 0.2s ease-in 0.25s;
  transition:
    transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.2s,
    left 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition:
    top 0.05s linear 0.2s,
    right 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-transition:
    top 0.05s linear 0.2s,
    right 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition:
    transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.2s,
    right 0.2s ease-in 0.25s;
  transition:
    transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.2s,
    right 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition:
    left 0.2s ease-out,
    top 0.05s linear 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  -webkit-transition:
    left 0.2s ease-out,
    top 0.05s linear 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition:
    left 0.2s ease-out,
    top 0.05s linear 0.2s,
    transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition:
    left 0.2s ease-out,
    top 0.05s linear 0.2s,
    transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition:
    right 0.2s ease-out,
    top 0.05s linear 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  -webkit-transition:
    right 0.2s ease-out,
    top 0.05s linear 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition:
    right 0.2s ease-out,
    top 0.05s linear 0.2s,
    transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition:
    right 0.2s ease-out,
    top 0.05s linear 0.2s,
    transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.2s ease-in 0.25s;
  transition: background-color 0.2s ease-in 0.25s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition:
    top 0.05s linear 0.2s,
    left 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-transition:
    top 0.05s linear 0.2s,
    left 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition:
    transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.2s,
    left 0.2s ease-in 0.25s;
  transition:
    transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.2s,
    left 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition:
    top 0.05s linear 0.2s,
    right 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-transition:
    top 0.05s linear 0.2s,
    right 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition:
    transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.2s,
    right 0.2s ease-in 0.25s;
  transition:
    transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.2s,
    right 0.2s ease-in 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition:
    left 0.2s ease-out,
    top 0.05s linear 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  -webkit-transition:
    left 0.2s ease-out,
    top 0.05s linear 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition:
    left 0.2s ease-out,
    top 0.05s linear 0.2s,
    transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition:
    left 0.2s ease-out,
    top 0.05s linear 0.2s,
    transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition:
    right 0.2s ease-out,
    top 0.05s linear 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  -webkit-transition:
    right 0.2s ease-out,
    top 0.05s linear 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition:
    right 0.2s ease-out,
    top 0.05s linear 0.2s,
    transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  transition:
    right 0.2s ease-out,
    top 0.05s linear 0.2s,
    transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s,
    -webkit-transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-property:
    opacity,
    -webkit-transform;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-property:
    opacity,
    -webkit-transform;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s linear 0.15s;
  transition: background-color 0s linear 0.15s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition:
    top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition:
    top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
  -webkit-transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition:
    top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
  -webkit-transition:
    top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
  transition:
    top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
  transition:
    top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition:
    top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    opacity 0s linear;
  transition:
    top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -webkit-transition:
    top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s linear 0.32s;
  transition:
    top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s linear 0.32s;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
  -webkit-transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
  transition:
    top 0.12s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.18s,
    transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s,
    -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0.32s;
}
.hamburger--stand .hamburger-inner {
  transition:
    background-color 0s linear 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s;
  -webkit-transition:
    background-color 0s linear 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s;
  transition:
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s,
    background-color 0s linear 0.1s;
  transition:
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s,
    background-color 0s linear 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s;
  background: linear-gradient(90deg, #0250c5 0%, #6948aa 52.5%, #d43f8d 100%);
}
.hamburger--stand .hamburger-inner:before {
  transition:
    top 0.1s ease-in 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition:
    top 0.1s ease-in 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition:
    top 0.1s ease-in 0.1s,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition:
    top 0.1s ease-in 0.1s,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  background: linear-gradient(90deg, #0250c5 0%, #6948aa 52.5%, #d43f8d 100%);
}
.hamburger--stand .hamburger-inner:after {
  transition:
    bottom 0.1s ease-in 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition:
    bottom 0.1s ease-in 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition:
    bottom 0.1s ease-in 0.1s,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition:
    bottom 0.1s ease-in 0.1s,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  background: linear-gradient(90deg, #0250c5 0%, #6948aa 52.5%, #d43f8d 100%);
}
.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  transition:
    background-color 0s linear 0.22s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition:
    background-color 0s linear 0.22s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition:
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.22s;
  transition:
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.22s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition:
    top 0.1s ease-out 0.12s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transition:
    top 0.1s ease-out 0.12s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition:
    top 0.1s ease-out 0.12s,
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition:
    top 0.1s ease-out 0.12s,
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition:
    bottom 0.1s ease-out 0.12s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transition:
    bottom 0.1s ease-out 0.12s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition:
    bottom 0.1s ease-out 0.12s,
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition:
    bottom 0.1s ease-out 0.12s,
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--stand-r .hamburger-inner {
  transition:
    background-color 0s linear 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s;
  -webkit-transition:
    background-color 0s linear 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s;
  transition:
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s,
    background-color 0s linear 0.1s;
  transition:
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s,
    background-color 0s linear 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.22s;
}
.hamburger--stand-r .hamburger-inner:before {
  transition:
    top 0.1s ease-in 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition:
    top 0.1s ease-in 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition:
    top 0.1s ease-in 0.1s,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition:
    top 0.1s ease-in 0.1s,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition:
    bottom 0.1s ease-in 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition:
    bottom 0.1s ease-in 0.1s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition:
    bottom 0.1s ease-in 0.1s,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition:
    bottom 0.1s ease-in 0.1s,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
  transition:
    background-color 0s linear 0.22s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition:
    background-color 0s linear 0.22s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition:
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.22s;
  transition:
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.22s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition:
    top 0.1s ease-out 0.12s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transition:
    top 0.1s ease-out 0.12s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition:
    top 0.1s ease-out 0.12s,
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition:
    top 0.1s ease-out 0.12s,
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition:
    bottom 0.1s ease-out 0.12s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transition:
    bottom 0.1s ease-out 0.12s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition:
    bottom 0.1s ease-out 0.12s,
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition:
    bottom 0.1s ease-out 0.12s,
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner:before {
  -webkit-transition:
    top 0.1s ease-in 0.34s,
    opacity 0.1s ease-in;
  transition:
    top 0.1s ease-in 0.34s,
    opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition:
    bottom 0.1s ease-in 0.34s,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition:
    bottom 0.1s ease-in 0.34s,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s ease-in 0.34s,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s ease-in 0.34s,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition:
    top 0.1s ease-out,
    opacity 0.1s ease-out 0.14s;
  transition:
    top 0.1s ease-out,
    opacity 0.1s ease-out 0.14s;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition:
    bottom 0.1s ease-out,
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  -webkit-transition:
    bottom 0.1s ease-out,
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  transition:
    bottom 0.1s ease-out,
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  transition:
    bottom 0.1s ease-out,
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s,
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
}
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner:before {
  -webkit-transition:
    top 0.1s ease-in 0.34s,
    opacity 0.1s ease-in;
  transition:
    top 0.1s ease-in 0.34s,
    opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition:
    bottom 0.1s ease-in 0.34s,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition:
    bottom 0.1s ease-in 0.34s,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s ease-in 0.34s,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s ease-in 0.34s,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition:
    top 0.1s ease-out,
    opacity 0.1s ease-out 0.14s;
  transition:
    top 0.1s ease-out,
    opacity 0.1s ease-out 0.14s;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition:
    bottom 0.1s ease-out,
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  -webkit-transition:
    bottom 0.1s ease-out,
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  transition:
    bottom 0.1s ease-out,
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  transition:
    bottom 0.1s ease-out,
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s,
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
}
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition:
    top 0.1s ease 0.14s,
    opacity 0.1s ease;
  transition:
    top 0.1s ease 0.14s,
    opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition:
    bottom 0.1s ease 0.14s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition:
    bottom 0.1s ease 0.14s,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s ease 0.14s,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s ease 0.14s,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition:
    top 0.1s ease,
    opacity 0.1s ease 0.14s;
  transition:
    top 0.1s ease,
    opacity 0.1s ease 0.14s;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition:
    bottom 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  -webkit-transition:
    bottom 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  transition:
    bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  transition:
    bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s,
    -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
}
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property:
    bottom,
    -webkit-transform;
  -webkit-transition-property:
    bottom,
    -webkit-transform;
  transition-property: bottom, transform;
  transition-property:
    bottom,
    transform,
    -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property:
    bottom,
    -webkit-transform;
  -webkit-transition-property:
    bottom,
    -webkit-transform;
  transition-property: bottom, transform;
  transition-property:
    bottom,
    transform,
    -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.messg {
  position: fixed;
  z-index: 9999;
  left: 10px;
  right: 10px;
  border: 0 none;
  border-radius: 2px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1.4286;
  text-align: left;
  cursor: pointer;
}
.messg--default {
  background-color: #323232;
}
.messg--success {
  background-color: #4caf50;
}
.messg--info {
  background-color: #00bcd4;
}
.messg--warning {
  background-color: #ff9800;
}
.messg--error {
  background-color: #f44336;
}
.messg__text {
  padding: 10px 14px;
}
.messg__buttons {
  float: right;
  padding: 10px;
}
.messg,
.messg__button {
  color: #f5f5f5;
  font-family:
    Lucida Sans Unicode,
    Lucida Grande,
    sans-serif;
}
.messg__button {
  display: inline-block;
  border: 0 none;
  border-radius: 1px;
  margin: 0 0 0 5px;
  padding: 0 6px;
  background: none;
  cursor: pointer;
}
.messg--default .messg__button {
  background-color: #212121;
}
.messg--default .messg__button:hover {
  background-color: #000;
}
.messg--success .messg__button {
  background-color: #43a047;
}
.messg--success .messg__button:hover {
  background-color: #388e3c;
}
.messg--info .messg__button {
  background-color: #00acc1;
}
.messg--info .messg__button:hover {
  background-color: #0097a7;
}
.messg--warning .messg__button {
  background-color: #fb8c00;
}
.messg--warning .messg__button:hover {
  background-color: #f57c00;
}
.messg--error .messg__button {
  background-color: #e53935;
}
.messg--error .messg__button:hover {
  background-color: #d32f2f;
}
html {
  height: 100%;
  font-size: 14px;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  font-family: "Bebas Neue", Ubuntu, Arial, sans-serif;
  background-color: #fff;
  /* background-color:#17191a; */
}
body.errorPage {
  height: 100%;
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icons/icomoon.eot?r6xug);
  src:
    url(../fonts/icons/icomoon.eot?r6xug#iefix) format("embedded-opentype"),
    url(../fonts/icons/icomoon.ttf?r6xug) format("truetype"),
    url(../fonts/icons/icomoon.woff?r6xug) format("woff"),
    url(../fonts/icons/icomoon.svg?r6xug#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
.projectsDetails__previewLink:after,
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-graphic-tool:before {
  content: "\e900";
}
.icon-sitecreative:before {
  content: "\e901";
}
.icon-youtube:before {
  content: "\e902";
}
.icon-vk:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-telephone:before {
  content: "\e905";
}
.icon-left-arrow:before {
  content: "\e90e";
}
.icon-right-arrow:before {
  content: "\e906";
}
.icon-palette:before {
  content: "\e907";
}
.icon-paint-brush:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
}
.icon-monitor-with-text:before {
  content: "\e90a";
}
.icon-envelope:before {
  content: "\e90b";
}
.icon-location:before {
  content: "\e90c";
}
.icon-line-graphic:before {
  content: "\e90d";
}
.icon-mobile:before {
  content: "\e90f";
}
.icon-global:before {
  content: "\e910";
}
.icon-facebook:before {
  content: "\e911";
}
.icon-double-angle-right:before {
  content: "\e912";
}
.icon-discussion:before {
  content: "\e913";
}
.icon-computer-config:before {
  content: "\e914";
}
.icon-community:before {
  content: "\e915";
}
.icon-close:before {
  content: "\e918";
}
.icon-caret-down:before {
  content: "\e916";
}
.icon-business-card:before {
  content: "\e917";
}
.icon-insta:before {
  content: "\1f34c";
}
.icon-gp:before {
  content: "\f0d5";
}
* {
  /* margin:0;
    padding:0;
    font:inherit; */
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: hsla(0, 0%, 100%, 0);
  cursor: default;
}
body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  overflow-y: auto !important;
}
a {
  background: transparent;
}
:active,
:focus,
:hover {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.b-text {
  color: #fff;
}
.b-text h1,
.b-text h2,
.b-text h3,
.b-text h4,
.b-text h5,
.b-text h6 {
  margin: 0 0 25px;
  font-family: Ubuntu, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  color: #ff6c00;
}
.b-text h1 {
  font-size: 2.15rem;
}
.b-text h2 {
  font-size: 2rem;
}
.b-text h3 {
  font-size: 1.85rem;
}
.b-text h4 {
  font-size: 1.6rem;
}
.b-text h5 {
  font-size: 1.3rem;
}
.b-text h6 {
  font-size: 1rem;
}
.b-text blockquote,
.b-text ol,
.b-text p,
.b-text table,
.b-text ul {
  margin: 0 0 20px;
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: black;
}
.b-text blockquote:last-child,
.b-text ol:last-child,
.b-text p:last-child,
.b-text table:last-child,
.b-text ul:last-child {
  margin-bottom: 0;
}
.b-text ul {
  list-style: square;
}
.b-text ol {
  list-style: decimal;
}
.b-text ol,
.b-text ul {
  padding: 0 0 0 20px;
}
.b-text ol li,
.b-text ul li {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}
.b-text blockquote {
  margin: 30px auto;
  padding: 20px;
  font-style: italic;
  border-left: 5px solid #ff6c00;
}
.b-text a {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  text-decoration: underline;
  color: #ff6c00;
}
.b-text a:hover {
  color: #fff;
}
.b-text strong {
  font-weight: 700;
}
.b-text em {
  font-style: italic;
}
.b-text table thead {
  font-weight: 700;
}
.b-text table thead tr {
  background: #ff6c00;
}
.b-text table tbody tr {
  background: #17191a;
}
.b-text table tbody tr:nth-child(odd) {
  background: #212223;
}
.b-text table td,
.b-text table th {
  padding: 10px;
  border: 1px solid #595b5b;
}
.b-text img {
  margin: 10px auto;
}
.b-text .tableWrap {
  margin: 30px 0;
  overflow-x: auto;
}

.footer__inner,
.header__inner,
.navigation__inner,
.partners__inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1420px;
}

/* .content__about {
  max-width: 1200px;
  width: 100%;
  margin: 100px auto;
} */

.content__row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1420px;
  padding-bottom: 130px;
}

.content__about .about_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content__about .about_inner .about_item {
  display: flex;
  gap: 20px;
}

.about_item_boxBig {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #1049a9;
  border-radius: 24px;
  height: 354px;
  padding-top: 40px;
}

.about_item_boxBig_title {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about_item_boxBig h4 {
  /* font-family: Bebas Neue Cyrillic; */
  font-weight: 400;
  font-size: 46px;
  line-height: 64.91px;
  color: #fff;
  margin: 0;
  width: fit-content;
  text-wrap: nowrap;
}

.about_item_title_line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.about_item_title_line:first-child {
  width: 15%;
}

.about_item_boxBig p {
  /* font-family: Ubuntu; */
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin: 0 40px;
}

.about_item_boxSmall {
  max-width: 496px;
  width: 100%;
  height: 354px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  /* padding: 35px; */
  justify-content: flex-end;
  align-items: flex-start;
}

.about_item_boxSmall:first-child {
  background: linear-gradient(180deg, rgba(255, 107, 0, 0) 0%, #ff6b00 100%);
}

.about_item_boxSmall img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}

.about_item_title {
  /* font-family: Bebas Neue Cyrillic; */
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

.about_item_link {
  font-family: Involve;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #1a1a1a;
  padding: 14px 24px;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.45s;
  text-decoration: none;
}

.about_item_link:hover {
  background-color: #1049a9;
  color: #fff;
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 3px 3px 11px 0px #1049a99e;
  background-position: 100% 100%;
  box-shadow: 3px 3px 11px 0px #1049a99e;
  transform: translateY(-2px);
}

.about {
  padding: 25px 0;
}
.about__columns {
  padding: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.about__column_logo {
  width: 30%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
}
.about__column_text {
  width: 70%;
  height: auto;
}
.about__text {
  padding: 0 0 0 30px;
}
.about__image {
  width: 100%;
  height: auto;
}
.articlePreview {
  margin: 0 0 25px;
}
.articlePreview__image {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
  object-position: bottom;
}
.article__title {
  margin: 0 0 25px;
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 2.15rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  color: #ff6c00;
}

.blog__item {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog__item {
    margin: 0;
  }
}

.blog__item:hover {
  box-shadow: 0 0 0 3px #ff6c00;
}
.blog__preview {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  border-right: 3px solid #17191a;
}
.blog__previewLink {
  width: 100%;
  height: 100%;
  display: block;
  background-position: 50%;
  background-size: cover;
}
.blog__text {
  padding: 25px 30px;
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  /* background:url(../img/pattern-1.jpg) repeat; */
}
.blog__titleLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: 0 0 20px;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  color: #e8e8e8;
  color: black;
}
.blog__titleLink:hover {
  color: #ff6c00;
}
.blog__descr {
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  color: black;
}
.blog__readMore {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 25px 0 0;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #ff6c00;
}
.blog__readMore:hover {
  color: #fff;
}
.blog__iconArrows {
  padding: 0 0 0 5px;
  font-size: 0.7rem;
}
.breadcrumbs {
  padding: 10px 0;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ff6c00;
}
.breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs__line {
  border-top: 1px solid #ff6c00;
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
}
.breadcrumbs__line_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.breadcrumbs__main {
  padding: 0 20px;
}
.breadcrumbs__separator {
  position: relative;
  top: 3px;
  padding: 0 10px;
  font-size: 1.14rem;
}
.breadcrumbs__link {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  text-decoration: none;
  color: #ff6c00;
}
.breadcrumbs__link:hover {
  color: #fff;
}
.contactForm {
  width: 70%;
  height: auto;
  padding: 35px;
  background: url(../img/contact-form-bg.png) no-repeat 100% 100% #212223;
}
.contactForm__columns {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.contactForm__column {
  width: 50%;
  height: auto;
  position: relative;
  padding: 0 20px;
}
.contactForm__input,
.contactForm__inputWrap {
  width: 100%;
  height: auto;
}
.contactForm__input,
.contactForm__text {
  margin: 0 0 20px;
  padding: 6px 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #808081;
}
.contactForm__text {
  width: 100%;
  height: 125px;
}
.contactForm__btnWrap {
  padding: 20px 0 0;
}
.contactForm__btn {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 8px 22px;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid #808081;
  border-radius: 30px;
}
.contactForm__btn:hover {
  background-color: #ff6c00;
  border: 1px solid linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 3px 3px 11px 0px #1049a99e;
  background-position: 100% 100%;
  box-shadow: 3px 3px 11px 0px #1049a99e;
  transform: translateY(-2px);
}
.contactForm__errorMessgClient,
.contactForm__errorMessgServer,
.contactForm__successMessg {
  display: none;
  color: #fff;
}
.contactInfo {
  width: 30%;
  height: auto;
}
.contactInfo__inner {
  margin: 0 20px 0 0;
  padding: 30px 40px;
  background: url(../img/pattern-1.jpg) repeat;
}
.contactInfo__person {
  padding: 0 0 20px;
}
.contactInfo__department {
  padding: 0 0 10px;
  font-weight: 400;
  color: #ff6c00;
}
.contactInfo__manager {
  font-weight: 300;
  color: #fff;
}
.contactInfo__data {
  margin-right: -20px;
}
.contactInfo__dataItem {
  padding: 0 0 15px;
}
.contactInfo__icon {
  width: 42px;
  height: 42px;
  margin: 0 10px 0 0;
  padding: 12px;
  font-size: 1.3rem;
  color: #ff6c00;
  background: #212223;
  border-radius: 99%;
}
.contactInfo__icon,
.contactInfo__text {
  display: inline-block;
  vertical-align: middle;
}
.contactInfo__text {
  width: 70%;
  height: auto;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
.contactInfo__linkPhone {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.contactInfo__linkPhone:hover {
  color: #ff6c00;
}
.contactInfo__linkEmail {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: underline;
  color: #ff6c00;
}
.contactInfo__linkEmail:hover {
  color: #fff;
}

.content__rowMap {
  padding: 0 50px 0 50px;
}
.content__row_fluid {
  padding: 0;
  max-width: 100%;
}

.content__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.content__contacts {
  margin: 0 0 20px;
}

.content__blockWithSidebar {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.content__blockWithSidebar .main {
  width: 70%;
}
.content__blockWithSidebar .sidebar {
  width: 28%;
}

.detailsSeparator__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detailsSeparator__detailsLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #ff6c00;
}
.detailsSeparator__detailsLink:hover {
  color: #fff;
}
.detailsSeparator__iconArrows {
  padding: 0 30px 0 10px;
  font-size: 0.7rem;
}
.detailsSeparator__line {
  border-top: 1px solid #ff6c00;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer {
  padding: 50px 10px 60px;
}
.footer__panels {
  width: 100%;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer__navPanel,
.footer__panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
.footer__navPanel {
  margin: 0 5px 0 0;
  padding: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212223;
  background-color: #fff;
}
.footer__navPanel,
.footer__navWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer__navItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__navItem {
  margin: 0 20px 0 0;
}
.footer__navItem:last-child {
  margin: 0;
}
.footer__navItemLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-weight: 300;
  text-decoration: none;
  color: #e8e8e8;
  color: black;
}
.footer__navItemLink:hover {
  color: #ff6c00;
}
.footer__copy {
  font-weight: 400;
  line-height: 18px;
  color: #e8e8e8;
  color: black;
}

.header {
  padding: 0 10px;
}
.header__inner {
  padding: 25px 0;
}
.header__basePanel {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__basePanel_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header__navBtnWrap {
  width: 65px;
  height: 65px;
  /* background:#212223; */
  background: #fff;
}
.header__middle {
  margin: 0 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* background:#212223; */
  background: #fff;
}
.header__middle,
.header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.header__tools {
  width: 131px;
  height: 65px;
  -ms-flex-pack: justify;
}
.header__switchLangBtnWrap {
  position: relative;
}
.header__switchLangBtn {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 63px;
  height: 65px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1a1a1a;
  /* background-color:#212223; */
  background: #fff;
  border: 0;
  transition: all 0.45s;
}
.header__switchLangBtn:hover {
  color: #fff;
  background-color: #ff6c00;
}
.header__switchLangBtn:hover .header__iconBottomArrow {
  color: #fff;
}
.header__switchLangBtn_active {
  color: #fff;
  background-color: #595b5b;
}
.header__switchLangBtn_active .header__iconBottomArrow {
  display: none;
}
.header__innerBtn {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.header__iconBottomArrow {
  padding: 5px 0 0;
  display: block;
  font-size: 0.7rem;
  color: #595b5b;
  text-decoration: none !important;
}
.header__langLinksWrap {
  position: absolute;
  z-index: 5;
  top: 65px;
  left: -6px;
  padding: 0 6px 6px;
  display: none;
  background: #17191a;
}
.header__langLinksWrap_active {
  display: block;
}
.header__otherLangLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 63px;
  height: 65px;
  margin: 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #595b5b;
}
.header__otherLangLink:hover {
  color: #fff;
  background: #ff6c00;
}
.header__searchBtn {
  width: 63px;
  height: 65px;
  /* background:#212223; */
  background: #fff;
  border: 0;
}
.header__searchBtn_white {
  color: #000;
  background: #fff;
}
.header__searchBtn:hover > I {
  color: #ff6c00;
}
.header__searchIcon {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 1.4rem;
  color: #595b5b;
}
.header__logo {
  padding: 14px;
  display: inline-block;
}
.header__logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Comfortaa, cursive;
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: none;
  color: #ff6c00;
}
.header__logoIcon {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.6rem;
}
.header__logoText {
  padding: 0 0 5px 3px;
  user-select: none;
}
.header__phoneLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #1049a9;
  user-select: none;
  display: inline-block; /* важно для transform */
  transform: scale(1); /* начальное состояние */
}

.header__phoneLink:hover {
  color: #ff6c00;
  transform: scale(1.08);
}

.sub_info_company:hover {
  color: #ff6c00;
  transform: scale(1.08);
}

.header__searchPanel {
  width: 100%;
  height: 90px;
  position: relative;
  z-index: 11;
  display: none;
  background: #fff;
}
.header__searchPanel_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.header__input,
.header__searchForm {
  width: 100%;
  height: 100%;
}
.header__input {
  padding: 10px 20px;
  font-size: 1.7rem;
  border: 0;
}
.header__navBtn {
  width: 100%;
  height: 100%;
}
.header__navBtn:hover {
  opacity: 1;
}
.header__navBtn:hover .header__hamburgerInner {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background-color: #ff6c00;
}
.header__navBtn:hover .header__hamburgerInner:after,
.header__navBtn:hover .header__hamburgerInner:before {
  background-color: inherit;
}
.header__navBtn:hover.is-active .header__hamburgerInner {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background-color: transparent;
}
.header__navBtn:hover.is-active .header__hamburgerInner:after,
.header__navBtn:hover.is-active .header__hamburgerInner:before {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background-color: #ff6c00;
}
.header__navBtn.is-active .header__hamburgerInner {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background: transparent;
}
.header__navBtn.is-active .header__hamburgerInner:after,
.header__navBtn.is-active .header__hamburgerInner:before {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background-color: #595b5b;
}
.header__hamburgerInner {
  background-color: #595b5b;
}
.header__hamburgerInner,
.header__hamburgerInner:before {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100%;
  height: 3px;
}
.header__hamburgerInner:before {
  background-color: inherit;
}
.header__hamburgerInner:after {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100%;
  height: 3px;
  background-color: inherit;
}
.header__hamburgerBox {
  width: 100%;
  height: 100%;
}
.homeServices {
  padding: 0 0 60px 0;
}
.homeServices:last-child {
  padding: 0;
}
.homeServices__sectionTitle {
  margin: 0 0 2px;
  padding: 25px 0;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: start;
  color: #1049a9;
  /*color: #fff;*/
  /* background:#212223; */
  background: #fff;
  margin-left: 30px;
}

.homeServices__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.homeServices__items_offline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.homeServices__item {
  /* width: calc(16% - 20px); */
  height: 290px;
}

.homeServices__item:last-child {
  /* width: 32%; */
  grid-column: span 2;
}

.homeServices__items_offline .homeServices__item:last-child {
  /* width: 32%; */
  grid-column: span 1;
}

.homeServices__itemInner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(90deg, #1049a9, #d43f8d);
  background-size: 200% 100%;
  box-shadow: 2px 2px 9px 0px #3f3f3f47;
  transition: all 0.45s ease;
}

.homeServices__itemInner:hover {
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 3px 3px 11px 0px #1049a99e;
  background-position: 100% 100%;
  box-shadow: 3px 3px 11px 0px #1049a99e;
  transform: translateY(-2px);
}

.homeServices__preview {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.homeServices__preview img {
  height: auto;
  width: auto;
  position: absolute;
  bottom: -14px;
  right: -15px;
  z-index: 0;
}

.homeServices__previewLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100%;
  height: 100%;
  padding: 17px;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right -15px bottom -15px;
  background-size: cover;
}

.homeServices__items_offline .homeServices__previewLink {
  background-size: contain !important;
}

/* .homeServices__previewLink:hover{
    background:url(../img/pattern-1.jpg) repeat;
    border-radius: 30px;
} */
.homeServices__previewLink:hover .homeServices__previewIcon {
  color: #ff6c00;
}
.homeServices__previewIcon {
  font-size: 7.1rem;
  color: #595b5b;
}
.homeServices__previewIcon,
.homeServices__title {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.homeServices__title {
  /*padding:14px 0 0 10px;*/
  padding-top: 5px;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: Bebas Neue;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

/* .homeServices .homeServices__items.offline .homeServices__item {
  max-width: 457px;
  width: 100%;
  height: 204px;
} */

.map {
  position: relative;
}
.map__titleBox {
  width: 400px;
  height: auto;
  position: absolute;
  z-index: 3;
  left: calc(50% - 200px);
  padding: 30px 10px;
  text-align: center;
  background-color: rgba(255, 108, 0, 0.8);
}
.map__title {
  font-size: 2.15rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
.map__subtitle {
  padding: 10px 0 0;
  font-size: 1.14rem;
  font-weight: 500;
  color: #fff;
}
.map__container {
  width: 100%;
  height: 380px;
}

.map__container_home {
  height: 560px;
}
.map__markers {
  display: none;
}
.map__markerInfo {
  width: auto;
  height: auto;
  padding: 10px;
}
.map__markerInfoTitle {
  padding: 0 0 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff6c00;
}
.map__markerInfoDescr {
  font-size: 1rem;
  color: #000;
}
.navigation {
  width: 100%;
  height: auto;
  /* margin: 0 0 25px; */
  padding: 35px 20px 55px;
  display: none;
  /* background:url(../img/pattern-nav.jpg) repeat; */
}
.navigation__items {
  padding: 0 0 25px;
}
.navigation__itemLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 2.15rem;
  font-weight: 300;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  color: black;
}
.navigation__itemLink:hover {
  font-weight: 400;
  color: #ff6c00;
}
.pageMask {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
.pagination {
  width: 100%;
  height: auto;
  padding: 10px 0 25px;
  display: block;
  text-align: center;
}
.pagination__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
}
.pagination__item_active > a,
.pagination__item_active > a:hover {
  color: #ff6c00;
}
.pagination__link {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}
.pagination__link:hover {
  color: #ff6c00;
}
.pagination__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 1.7rem;
}

.partners .sectionTitle__text {
  text-wrap: nowrap;
  /* font-family: Bebas Neue; */
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #1049a9;
  margin-bottom: 50px;
}

.portfolio__item {
  margin: 20px 0;
}
.portfolio__year {
  padding: 10px 25px;
  display: none;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ff6c00;
  background: url(../img/pattern-1.jpg) repeat;
}
.preloaderPage {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  background: #fff;
}
.preloaderPage__loader {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cssload-thecube {
  width: 62px;
  height: 62px;
}
.cssload-thecube,
.cssload-thecube .cssload-cube {
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6a00;
  -webkit-animation: a 1.92s infinite linear both;
  animation: a 1.92s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  -webkit-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
.cssload-thecube .cssload-c3 {
  -webkit-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotate(180deg);
}
.cssload-thecube .cssload-c4 {
  -webkit-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotate(270deg);
}
.cssload-thecube .cssload-c2:before {
  -webkit-animation-delay: 0.235s;
  animation-delay: 0.235s;
}
.cssload-thecube .cssload-c3:before {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.cssload-thecube .cssload-c4:before {
  -webkit-animation-delay: 0.715s;
  animation-delay: 0.715s;
}
@-webkit-keyframes a {
  0%,
  10% {
    -webkit-transform: perspective(115px) rotateX(-180deg);
    transform: perspective(115px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(115px) rotateX(0deg);
    transform: perspective(115px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  to {
    -webkit-transform: perspective(115px) rotateY(180deg);
    transform: perspective(115px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes a {
  0%,
  10% {
    -webkit-transform: perspective(115px) rotateX(-180deg);
    transform: perspective(115px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(115px) rotateX(0deg);
    transform: perspective(115px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  to {
    -webkit-transform: perspective(115px) rotateY(180deg);
    transform: perspective(115px) rotateY(180deg);
    opacity: 0;
  }
}
.projectsDetails__items {
  margin: 0 -10px;
}
.projectsDetails__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: auto;
  margin: 0 0 20px;
  padding: 0 10px;
}
.projectsDetails__itemInner {
  width: 100%;
  height: 100%;
  background-color: #212223;
}
.projectsDetails__info {
  padding: 30px 35px;
}
.projectsDetails__title {
  font-size: 2.15rem;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ff6c00;
}
.projectsDetails__siteLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: 20px 0 35px;
  padding: 10px 12px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 300;
  text-decoration: none;
  color: #d7d7d7;
  background-color: #595b5b;
}
.projectsDetails__siteLink:hover {
  color: #fff;
  background-color: #ff6c00;
}
.projectsDetails__descr {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
.projectsDetails__previewLink {
  position: relative;
  display: block;
}
.projectsDetails__previewLink:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  content: "\e909";
  color: #fff;
  background-color: rgba(255, 108, 0, 0.85);
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: c;
  animation-name: c;
}
.projectsDetails__previewLink:hover:after {
  opacity: 1;
  -webkit-animation-name: b;
  animation-name: b;
}
.projectsDetails__previewImage {
  width: 100%;
  height: auto;
  display: block;
}
.projects__items {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.projects__item {
  width: 33.33%;
  height: auto;
}
.projects__itemInner {
  padding: 10px;
}
.projects__preview {
  position: relative;
}
.projects__previewImg {
  width: 100%;
  height: auto;
  display: block;
}
.projects__info {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 20px;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 108, 0, 0.9);
  opacity: 0;
}
.projects__descr {
  padding: 0 0 25px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
}
.projects__detailsLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  width: 126px;
  height: 33px;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 15px;
}
.projects__detailsLink:hover {
  color: #000;
  background-color: #fff;
}

/* ------ recentProjects ------ */

.recentProjects {
}

.recentProjects__items {
  /* margin: 0 -10px; */
  /* padding: 20px 0 50px; */
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  /* overflow: hidden; */
}

.content__portfolio {
  padding-bottom: 130px;
}
.content__portfolio .detailsSeparator {
  margin: 0 20px;
}

.recentProjects__items .swiper-container {
  /* max-width: 1920px; */
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* margin-left: 250px; */
}

.partners-slider {
  width: 100%;
  max-width: 1420px;

  margin: 0 auto;
  position: relative;
}

.partners-slider .swiper-container {
  margin: 0 -10px;
  padding: 10px;
  overflow: hidden;
}

.partners-slider .swiper-slide {
  height: 170px;
  position: relative;
}

.partners__carousel {
  position: relative;
  padding: 30px 0 50px;
  border-bottom: 1px solid #e7e7e7;
}
.partners__listWrap {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.partners__items {
  width: 20000em;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.partners__item {
  width: 145px;
  height: auto;
  padding: 0 20px;
  float: left;
  margin: 10px 0;
}
.partners__link {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 2px 2px 9px 0px #3f3f3f47;
  transition: all 0.45s;
  border-radius: 16px;
  padding: 25px;
  justify-content: center;
  align-items: center;
}
.partners__link:hover {
  box-shadow: 3px 3px 11px 0px #1049a99e;
}
.partners__image {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;

  display: block;
  max-height: 100%;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partners__image:hover {
  -webkit-filter: grayscale(100%) sepia(100%);
  filter: grayscale(100%) sepia(100%);
}
.partners__control {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: absolute;
  top: 70px;
  /*     padding:10px 16px;
display:block;
text-decoration:none;
color:#ff6c00;
background:#17191a;
background: #fff;
    border: 1px solid #ff6c00; */
}
.partners__control_prev {
  left: 0;
}
.partners__control_next {
  right: 0;
}
/* .partners__control:hover{
    color:#fff;
    color:#ff6c00;
    background: #f5f2f2;
} */
.partners__controlIcon {
  font-size: 1.85rem;
}

.partners-slider-wrapper {
  height: 95% !important;
}

.swiper-wrapper {
  height: 95% !important;
}

@media (max-width: 1800px) {
  .recentProjects__items .swiper-container {
    /* margin-left: 190px; */
  }
}
@media (max-width: 1700px) {
  .recentProjects__items .swiper-container {
    /* margin-left: 140px; */
  }
}
@media (max-width: 1600px) {
  .recentProjects__items .swiper-container {
    /* margin-left: 90px; */
  }
}
@media (max-width: 1500px) {
  .recentProjects__items .swiper-container {
    /* margin-left: 40px; */
  }
}
@media (max-width: 1400px) {
  .recentProjects__items .swiper-container {
    /* margin-left: 10px; */
  }
}

.recentProjects__items .swiper-slide {
  position: relative;
  transition: all 0.3s ease;
}

.recentProjects__items .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
}

/* Размывание слайдов начиная с третьего */
.recentProjects__items .swiper-slide:nth-child(n + 2) {
  filter: blur(5px);
  opacity: 0.7;
}

/* Нормальные слайды */
.recentProjects__items .swiper-slide.swiper-slide-active {
  filter: blur(0);
  opacity: 1;
}
.recentProjects__items .swiper-slide.swiper-slide-next {
  filter: blur(0px);
  opacity: 0.8;
}

/* .recentProjects__items .swiper-slide.swiper-slide-active:nth-child(n+2) {
    filter: blur(0);
    opacity: 1;
} */

/* Стили для кнопок навигации */

.recentProjects__items .swiper-button-next,
.recentProjects__items .swiper-button-prev {
  color: transparent;
}

.recentProjects__items .swiper-button-next {
  right: 15%;
}
.recentProjects__items .swiper-button-prev {
  left: 0;
}

/* =================================reviews===================================== */

.content_reviews {
  margin: 50px 0;
}

.reviews_title {
  /* font-family: Bebas Neue Cyrillic; */
  font-weight: 400;
  font-size: 40px;
  line-height: 25px;
  text-transform: uppercase;
  color: #1049a9;
  margin-bottom: 50px;
}

.reviews_items {
  margin: 0 -10px;
  padding: 20px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  /* overflow: hidden; */
}

.reviews_items .swiper-container {
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: 250px;
}

@media (max-width: 1800px) {
  .reviews_items .swiper-container {
    margin-left: 190px;
  }
}
@media (max-width: 1700px) {
  .reviews_items .swiper-container {
    margin-left: 140px;
  }
}
@media (max-width: 1600px) {
  .reviews_items .swiper-container {
    margin-left: 90px;
  }
}
@media (max-width: 1500px) {
  .reviews_items .swiper-container {
    margin-left: 40px;
  }
}
@media (max-width: 1400px) {
  .reviews_items .swiper-container {
    margin-left: 10px;
  }
}

/* =================================reviewsEND===================================== */

@media (max-width: 550px) {
  .recentProjects__items {
    margin: 0;
  }
}

.recentProjects__item {
  width: calc(33.33% - 20px);
  margin: 10px;
  height: auto;
}

.recentProjects__preview {
  position: relative;
}

.recentProjects__previewImg {
  width: 100%;
  height: auto;
  display: block;
}

.recentProjects__info {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 108, 0, 0.9);
  opacity: 0;
}

.recentProjects__descr {
  padding: 0 0 25px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
}

.recentProjects__detailsLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  width: 126px;
  height: 33px;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 15px;
}

.recentProjects__detailsLink:hover {
  color: #000;
  background-color: #fff;
}

/* ------ .screenSize ------ */

.screenSize {
  margin: 0 0 20px;
}
.screenSize__items {
  margin: 0 -10px;
  padding: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.screenSize__item {
  width: 50%;
  height: auto;
  padding: 0 10px;
}
.screenSize__itemInner {
  width: 100%;
  height: 100%;
  padding: 35px 45px;
  text-align: center;
}
.screenSize__itemInner_desktop {
  background: url(../img/pattern-1.jpg) repeat;
}
.screenSize__itemInner_mobile {
  background: url(../img/pattern-2.jpg) repeat;
}
.screenSize__image {
  width: 100%;
  height: auto;
}
.searchResults {
  color: #fff;
}
.searchResults__inner {
  width: 100%;
  height: auto;
}
.searchResults__resultsCounter {
  margin: 10px 0 30px;
  font-size: 16px;
}
.searchResults__highlight {
  padding: 0 3px;
  font-weight: 700;
  color: #ff6c00;
}
.searchResults__list {
  margin: 0 0 20px;
}
.searchResults__item {
  padding: 20px 0 40px;
}
.searchResults__itemLinkWrap {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.searchResults__itemLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: 0 0 0 15px;
  font-size: 28px;
  text-decoration: none;
  color: #ff6c00;
}
.searchResults__itemLink:hover {
  color: #fff;
}
.searchResults__itemDescr {
  font-size: 15px;
  line-height: 1.5;
}
.searchResults__pagination {
  padding: 10px;
  text-align: center;
}
.searchResults__pages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.searchResults__page {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 17px;
  font-weight: 700;
}
.searchResults__page_active {
  color: #ff6c00;
}
.searchResults__paginationLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.searchResults__paginationLink:hover {
  color: #ff6c00;
}
.sectionTitle {
  margin: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.15rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #ff6c00;
}
.sectionTitle__line {
  border-top: 1px solid #1049a9;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  /* flex:1 */
  width: 100%;
}
.sectionTitle__line.sectionTitle__line_left {
  width: 15%;
}
.sectionTitle__text {
  padding: 0 45px;
}
.servicesSmall__items {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  position: relative;
}

.servicesSmall__items_2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  position: relative;
  padding-top: 20px;
}

.servicesSmall__item {
  height: 145px;
  /* height: 80%; */
}
.servicesSmall__items .servicesSmall__item:last-child {
  grid-column: span 2;
}

.servicesSmall__itemInner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #212223;
  border-radius: 30px;
}
.servicesSmall__preview {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.servicesSmall__preview img {
  height: 75px;
  width: auto;
}

.servicesSmall__previewLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.servicesSmall__previewLink:hover {
  /* background:url(../img/pattern-1.jpg) repeat; */
}
.servicesSmall__previewLink:hover .servicesSmall__previewIcon,
.servicesSmall__previewLink:hover .servicesSmall__title {
  color: #ff6c00;
}
.servicesSmall__previewIcon {
  font-size: 5.4rem;
  color: #595b5b;
}
.servicesSmall__previewIcon,
.servicesSmall__title {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.servicesSmall__title {
  padding: 14px 0 0 0;
  display: block;
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #e8e8e8;
}
.services__items {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.services__item {
  width: 50%;
  height: auto;
}
.services__itemInner {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: relative;
  margin: 0 12px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
}
.services__itemInner:hover {
  box-shadow: 0 0 0 3px #ff6c00;
}
.services__preview {
  min-width: 183px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  background-color: #212223;
  border-right: 3px solid #17191a;
}
.services__previewLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #595b5b;
}
.services__previewLink:hover {
  color: #ff6c00;
}
.onepage-pagination {
  top: 41%;
}
.portfolio__item .portfolio_group {
  display: table;
  margin-bottom: 34px;
  width: 100%;
  text-align: center;
  height: 90px;
}
.portfolio__item .portfolio_group > div {
  display: inline-block;
  text-align: center;
}
.portfolio__item .portfolio_group a {
  color: #dbdbdb;
  display: block;
  padding: 9px 0;
  text-decoration: none;
  text-transform: uppercase;
  margin: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: black;
}
.portfolio__item .portfolio_group a.active,
.portfolio__item .portfolio_group a:hover {
  color: #ff6c00;
  font-size: 18px;
  font-weight: 700;
}
.portfolio__item .portfolio_group a.active {
  font-size: 18px;
  font-weight: 700;
}
.services__previewIcon {
  font-size: 7.1rem;
}
.services__text {
  padding: 25px 30px;
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  background: url(../img/pattern-1.jpg) repeat;
}
.services__titleLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: 0 0 20px;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #e8e8e8;
}
.services__titleLink:hover {
  color: #ff6c00;
}
.services__descr {
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
.services__readMore {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 25px 0 0;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #ff6c00;
}
.services__readMore:hover {
  color: #fff;
}
.services__iconArrows {
  padding: 0 0 0 5px;
  font-size: 0.7rem;
}
.sidebar {
  /* width: 295px; */
  height: auto;
  /* padding: 0 0 0 20px; */
}
.slider {
  position: relative;
  /*overflow:hidden*/
}
.banner_main {
  /* margin-bottom: 30px; */
}
.slider,
.slider__slides {
  width: 100%;
  height: 455px;
  padding-left: 0;
  flex: 30%;
}

.slider__slide,
.slider__slideLink {
  width: 100%;
  height: inherit;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.slider__slide h3 {
  position: absolute;
  top: 10px;
  left: 50px;
  max-width: 300px;
  z-index: 1;
  font-family: Bebas Neue Cyrillic;
  font-weight: 400;
  font-size: 39px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
}
.slider__slideLink {
  display: block;
}
.slider__slideInner {
  width: 100%;
  height: 455px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

@media (max-width: 1050px) {
  .slider,
  .slider__slides {
    height: 504px;
  }
  .slider__slideInner {
    height: 504px;
  }
}
.flex-control-nav {
  position: relative;
  z-index: 3;
  top: -30px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1220px;
  justify-content: center;
}

.flex-control-nav li a {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  display: block;
  text-indent: -99999px;
  background-color: #17191a;
  border-radius: 99%;
  border: 1px solid #fff;
}
.flex-control-nav li a:hover {
  background-color: #ff6c00;
}
.flex-control-nav li a.flex-active {
  width: 21px;
  height: 21px;
  background-color: #ff6c00;
}
/*.socialFooter{
	width:65px;
	height:65px
}*/
.socialFooter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.socialFooter__item:last-child {
  margin: 0;
}
.socialFooter__socialLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 65px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.5rem;
  text-decoration: none;
  color: #808081;
  background-color: #212223;
  background-color: #fff;
}
.socialFooter__socialLink_insta:hover {
  background-color: #e1306c;
}
.socialFooter__socialLink_twitter:hover {
  background-color: #1da1f2;
}
.socialFooter__socialLink_facebook:hover {
  background-color: #3b5998;
}
.socialFooter__socialLink_vk:hover {
  background-color: #45668e;
}
.socialFooter__socialLink_gp:hover {
  background-color: #dd4b39;
}
.socialFooter__socialLink:hover {
  color: #fff;
}
.social {
  display: inline-block;
}
.social__inner {
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}
.social__title {
  padding-bottom: 14px;
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 16px;
  color: #1049a9;
}
.social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.social__item {
  margin: 0 40px 0 0;
}
.social__item:last-child {
  margin: 0;
}
.social__socialLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 3rem;
  text-decoration: none;
  color: #808081;
}
.social__socialLink_insta:hover {
  color: #e1306c;
}
.social__socialLink_twitter:hover {
  color: #1da1f2;
}
.social__socialLink_facebook:hover {
  color: #3b5998;
}
.social__socialLink_vk:hover {
  color: #45668e;
}
.social__socialLink_gp:hover {
  color: #dd4b39;
}
.animateZoomIn {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: b;
  animation-name: b;
}
.animateZoomOut {
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: c;
  animation-name: c;
}
@-webkit-keyframes b {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes b {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes c {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes c {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.error {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  min-width: 100%;
  background: #17191a;
}
.error__inner {
  width: auto;
  height: 100%;
  padding: 0 15%;
}
.error__inner:before {
  width: auto;
  height: 100%;
  content: "";
}
.error__content,
.error__inner:before,
.error__label {
  display: inline-block;
  vertical-align: middle;
}
.error__label {
  margin-right: 40px;
  padding: 20px;
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  background: #ff6c00;
  border-radius: 3px;
}
.error__messageWrap {
  display: inline-block;
  vertical-align: middle;
}
.error__title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
}

@media (min-width: 768px) {
  .messg {
    left: 23%;
    right: 23%;
  }
}

@media (min-width: 992px) {
  .messg {
    left: 28%;
    right: 28%;
  }
}

@media (min-width: 1200px) {
  .messg {
    left: 33%;
    right: 33%;
  }
}

@media only screen and (max-width: 1220px) {
  .main {
    width: 70%;
  }
  .sidebar {
    width: 30%;
  }
}

@media only screen and (max-width: 1100px) {
  .contactForm,
  .contactInfo {
    width: 100%;
  }
  .contactInfo__inner {
    margin: 0 0 20px;
    text-align: left;
  }
}

@media only screen and (max-width: 1024px) {
  .blog__preview {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .main {
    width: 100%;
  }
  /* .servicesSmall__item {
    width: 25%;
  } */
  .services__item,
  .sidebar {
    width: 100%;
  }
  /* .sidebar {
    padding: 20px 0 0;
  } */
  .error__inner {
    text-align: center;
  }
  .error__label {
    margin-right: 0;
  }
  .error__messageWrap {
    margin: 40px 0 0;
    display: block;
  }
}

@media only screen and (max-width: 990px) {
  /*.footer__panels{
	display:block;
	height:auto
}
.footer__navPanel, .footer__socialPanel{
	width:100%
}
.footer__navItems{
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}*/
  .map__titleBox {
    left: 0;
    width: 100%;
  }
  .projects__item,
  .recentProjects__item {
    width: calc(50% - 20px);
  }
  /*.slider, .slider__slides{
	height:400px
}*/
  .flex-control-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-control-nav li a {
    margin: 0 5px;
  }
  /*.socialFooter{
	margin:10px 0 0;
	width:100%
}
.socialFooter__item{
	width:25%
}
.socialFooter__socialLink{
	width:100%
}*/
  .portfolio__item .portfolio_group {
    margin-bottom: 0;
  }
}

@media (max-width: 850px) {
  .portfolio__item .portfolio_group {
    height: unset;
  }
}

@media only screen and (max-width: 800px) {
  .logo_slide {
    position: absolute;
    display: block;
    top: 98px;
    height: 305px;
    text-align: center;
  }
  .logo_slide img {
    max-width: 80%;
    display: inline-block;
  }
  .slider_bg_ar {
    top: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .about__column_logo {
    display: none;
  }
  .slider__slideInner {
    height: 100%;
  }
  .about__column_text {
    width: 100%;
  }
  .about__text {
    padding: 0;
  }
}

@media only screen and (max-width: 760px) {
  .blog__item {
    display: block;
  }
  .blog__preview {
    width: 100%;
    /* height: 300px; */
  }
  .projectsDetails__item {
    width: 100%;
  }
  .screenSize {
    margin: 0;
  }
  .screenSize__item {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .slider_bg_ar {
    top: 66px;
  }
}

@media only screen and (max-width: 650px) {
  .contactForm__column {
    width: 100%;
  }
  .contactForm__btn {
    padding: 12px 22px;
    width: 100%;
    font-size: 1rem;
    background-color: #212223;
  }
  .footer__navPanel {
    display: block;
  }
  .footer__navItems {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__navItem {
    margin-bottom: 10px;
  }
  .footer__copy {
    width: 100%;
    padding: 0 0 25px;
    text-align: center;
  }
  .partners__inner {
    padding: 0 60px;
  }
  .partners__control_prev {
    left: -50px;
  }
  .partners__control_next {
    right: -50px;
  }
  .partners__control {
    top: calc(50% - 20px);
    background: transparent;
  }
  /* .servicesSmall__item {
    width: 33.33%;
  } */
}

@media only screen and (max-width: 550px) {
  .header__logoLink {
    font-size: 1.3rem;
  }
  .projects__item,
  .recentProjects__item {
    width: 100%;
    margin: 0;
  }
  .screenSize__itemInner {
    padding: 15px 25px;
  }
  .services__itemInner {
    display: block;
  }
  .services__preview {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 498px) {
  .blog__text {
    padding: 20px 15px;
  }
  .blog__titleLink {
    font-size: 1.3rem;
  }
  .contactForm,
  .contactInfo__inner {
    padding: 15px 10px;
  }
  .footer {
    padding: 30px 10px;
  }
  .footer__navPanel {
    padding: 15px 10px;
  }
  .header__logoLink {
    font-size: 1.14rem;
  }
  .header__logoIcon {
    font-size: 2rem;
  }
  .homeServices__sectionTitle {
    font-size: 1.3rem;
  }

  .homeServices__previewIcon {
    font-size: 5.7rem;
  }
  .main {
    padding: 20px 15px;
  }
  .navigation__itemLink {
    padding: 0 0 10px;
    display: block;
    font-size: 1.6rem;
  }
  .pagination__item_next,
  .pagination__item_prev {
    padding: 0;
  }
  .projectsDetails__info {
    padding: 20px 15px;
  }
  .projectsDetails__title,
  .sectionTitle {
    font-size: 1.3rem;
  }
  .sectionTitle__text {
    padding: 0 20px;
  }
  .services__text {
    padding: 20px 15px;
  }
  .services__titleLink {
    font-size: 1.3rem;
  }
  .social {
    display: block;
  }
  .footer {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 430px) {
  .header__logo {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
  }
  .header__logoLink {
    display: block;
    text-align: center;
  }
  .header__logoIcon {
    font-size: 4.2rem;
  }
  .header__logoText {
    display: none;
  }
  .social__socialLink {
    font-size: 2.6rem;
  }
  .portfolio__item .portfolio_group a {
    margin: 0;
  }
  .portfolio__item .portfolio_group > div {
    margin-right: 20px;
  }
  .portfolio__item .portfolio_group > div:last-child {
    margin-right: 0;
  }
  .slider_bg_ar {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 102px;
    background: transparent url(../img/slider_bg_ar.png) top 54px center no-repeat;
    background-size: 198%;
    z-index: -1;
  }
  .slick-slide .projects__itemInner {
    margin: 0 !important;
  }
  .slider_bg_ar {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -31px;
    background: transparent url(../img/slider_bg_ar.png) top 54px center no-repeat;
    background-size: 324%;
    z-index: -1;
  }
  .footer__navPanel,
  .footer__panels {
    display: block;
  }
  .footer__navPanel {
    margin: 0;
  }
  .socialFooter {
    width: 100%;
  }
  .socialFooter__items {
    display: block;
  }
  .socialFooter__socialLink {
    width: 100%;
  }
}

.razrab {
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.price-p {
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 375px) {
  .portfolio__item .portfolio_group > div {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 360px) {
  .blog__preview {
    height: 250px;
  }
  .services__previewIcon {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 400px) {
  .homeServices__item,
  .servicesSmall__item {
    width: 100%;
  }
  .homeServices__item:last-child {
    width: 100%;
  }
}

@media only screen and (max-width: 330px) {
  .portfolio__item .portfolio_group a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 220px) {
  .error__inner:before {
    height: auto;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(../img/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../img/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
.myvideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.myvideo iframe,
.myvideo object,
.myvideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-project {
  top: 0;
}
.navigation-project {
  position: absolute;
  top: 115px;
  z-index: 1050;
}
.footer-project {
  bottom: 0;
}
.header-project,
.footer-project {
  position: absolute;
  width: 100%;
  z-index: 2;
}
/* * * * * * * * * * */
/* Portfolio Section */
/* * * * * * * * * * */

#pagination_slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 20px;
  z-index: 3;
}
.onepage-pagination li a {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 6px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.onepage-pagination li a:before {
  content: "";
  display: block;
  background-color: transparent;
  width: 0px;
  height: 0px;
  border-radius: 50%;
}
.onepage-pagination li a.active:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.back_to_portfolio {
  text-decoration: none;
  color: #90908c;
  border: 2px solid #90908c;
  padding: 0.5rem 1.5rem;
  border-radius: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.link_to_port_site a {
  text-decoration: none;
  color: #212223;
  border: 2px solid #212223;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin: 0 auto;
  width: 225px;
  font-size: 1.5rem;
}
.link_to_port_site a:hover {
  background-color: #212223;
  color: #90908c;
}
.back_to_portfolio:hover {
  background-color: #212223;
  /* color: #fff; */
  border-color: #212223;
  color: #ff6c00;
  border-color: #ff6c00;
}
.link_to_port_site p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #212223;
  text-align: center;
}
.back_to_portfolio {
  position: fixed;
  /*bottom: calc(100vh - 60px);*/
  bottom: 40px;
  /* top: 17%; */
  left: 30px;

  background-color: #212223;
  color: #fff;
  border-color: #212223;
}
.link_to_port_site {
  width: 300px;
  min-height: 100px;
  bottom: calc(50vh - 50px);
  position: absolute;
  left: calc(50% - 150px);
  z-index: 2;
}

.section_slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .section_slide {
    height: 80vh;
  }
}
@media (max-width: 960px) {
  .section_slide {
    height: 70vh;
  }
}
@media (max-width: 800px) {
  .section_slide {
    height: 60vh;
  }
}
@media (max-width: 600px) {
  .section_slide {
    height: 50vh;
  }
}

.body_project {
  position: relative;
}
.number_slide {
  position: absolute;
  background-image: url(../img/slide_number.png);
  width: 76px;
  height: 76px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 18%;
  left: 5%;
  z-index: 9;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.number_slide span {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.text_slide {
  position: absolute;
  width: 300px;
  height: 200px;
  padding: 0 1rem;
  top: 18%;
  left: calc(5% + 100px);
  color: #191818;
  font-size: 1.5rem;
  line-height: 1.4;
  z-index: 9;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (max-width: 600px) {
  .text_slide {
    font-size: 1.25rem;
  }
}

.logo_slide {
  position: absolute;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.logo_slide img {
  max-width: 100%;
  display: inline-block;
}
.first_slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.monitor {
  background-image: url(uploads/monitor.png);
  /* max-width: 888px; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  right: 0;
  top: 10%;
  height: 90%;
  width: 889px;
}
.monitor div {
  width: 817px !important;
  height: 465px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px !important;
  overflow-y: auto;
}
.monitor img {
  width: 100%;
}
.left_image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.link_to_port_site {
  width: 100%;
  left: auto;
  text-align: center;
}
.link_to_port_site a {
  min-width: 225px;
  width: auto;
  display: inline-block;
}

.projects__preview {
  position: relative;
  /* border: 6px solid rgba(123, 122, 123, .1);
    border-radius: 6px;*/
}

/**
 *  Progress Bar
 */
.progress_wrap_glo {
  width: 285px;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  height: 15px;
  display: none;
}
.progress_wrap {
  display: block;
  width: 271px;
  margin: 0 auto;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.progress {
  display: block;
  width: 271px;
  margin: 0 auto;
  height: 1px;
  background-color: #666666;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
}

.sr-only {
  position: absolute;
  left: 0;
  width: 100%;
  left: -100%;
  height: 1px; /*
  padding: 0;
  clip: rect(0,0,0,0);
  border: 0;*/
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #ff6c00;
  top: 50%;
  font-size: 0;
}
.sr-only:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("/en/assets/img/progress_bar.png") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: -14px;
  top: -7px;
}
.caption_project_first_slide {
  position: absolute;
  bottom: 120px;
  color: #2e2c2c;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.polit {
  color: #fff;
}
.polit a {
  color: #ff6c00;
}
.polit input {
  margin-right: 6px;
}
@media (max-height: 1080px) and (max-width: 1920px) {
  .monitor div {
    width: 88.5%;
    height: 64%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    overflow-y: auto;
  }
}

@media (max-height: 946px) and (max-width: 1920px) {
  .monitor div {
    width: 77.5%;
    height: 64%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    overflow-y: auto;
  }
}

@media (max-height: 974px) and (max-width: 1920px) {
  .monitor div {
    width: 79.5%;
    height: 64%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 1680px) {
  .monitor div {
    width: 92.5%;
    height: 60.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 67px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 1600px) {
  .monitor div {
    width: 88.5%;
    height: 64%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    overflow-y: auto;
  }
}
@media (max-height: 759px) and (max-width: 1536px) {
  .monitor div {
    width: 77.5%;
    height: 64%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .monitor div {
    width: 92.5%;
    height: 60.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 57px;
    overflow-y: auto;
  }
  .onepage-pagination {
    top: 39%;
  }
}

@media only screen and (max-width: 1366px) {
  .monitor div {
    width: 88%;
    height: 64%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    overflow-y: auto;
  }
}

@media (max-height: 662px) and (max-width: 1366px) {
  .monitor div {
    width: 76%;
    height: 64%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 29px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .monitor div {
    width: 92%;
    height: 60.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .monitor div {
    width: 92.5%;
    height: 50.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    overflow-y: auto;
  }
  .number_slide {
    left: 10px;
  }
  .text_slide {
    left: calc(-26px + 100px);
  }

  .slide3d_text {
    padding-right: 3%;
  }
}
@media (max-width: 1520px) {
  .monitor div {
    /*
        width: 737px !important;
        height: 417px !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px !important;
        overflow-y: auto;
        */
    width: 92% !important;
    height: 462px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px !important;
    overflow-y: auto;
  }
}
@media (max-width: 1370px) {
  .monitor div {
    width: 665px !important;
    height: 377px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px !important;
    overflow-y: auto;
  }
}
@media (max-width: 1370px) and (max-height: 620px) {
  .monitor div {
    width: 606px !important;
    height: 340px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px !important;
    overflow-y: auto;
  }
}
@media (max-width: 1300px) and (max-height: 930px) {
  .monitor div {
    width: 727px !important;
    height: 410px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 31px !important;
    overflow-y: auto;
  }
  .monitor {
    right: 27px;
    top: 21%;
    height: 90%;
    width: 790px;
  }
}
@media (max-width: 1300px) and (max-height: 620px) {
  .monitor div {
    width: 555px !important;
    height: 320px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px !important;
    overflow-y: auto;
  }
  .monitor {
    right: 27px;
    top: 21%;
    height: 82%;
    width: 790px;
  }
}
@media (max-height: 1366px) and (max-width: 1024px) {
  .monitor div {
    width: 92.5%;
    height: 50.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 101px;
    overflow-y: auto;
  }
}
@media (max-height: 600px) and (max-width: 1024px) {
  .monitor div {
    width: 92%;
    height: 63.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    overflow-y: auto;
  }
  .header__inner {
    padding: 7px 0;
  }
}

@media only screen and (max-width: 960px) {
  .monitor div {
    width: 92%;
    height: 60.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    overflow-y: auto;
  }
  .polit_link {
    width: fit-content;
    text-align: center;
    padding-left: unset;
    margin: 0 auto;
    margin-top: 25px;
  }
  .caption_project_first_slide {
    bottom: 106px;
  }
  .footer {
    padding: 40px 10px 40px;
  }
}
@media only screen and (max-width: 800px) {
  .monitor div {
    width: 92%;
    height: 62.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    overflow-y: auto;
  }
  /* .caption_project_first_slide {
    display: none;
  } */
  .text_slide {
    width: 216px;
  }
  .logo_slide {
    position: absolute;
    display: block;
    top: 83px;
    height: 305px;
    text-align: center;
  }
  .logo_slide img {
    max-width: 80%;
    display: inline-block;
  }
  .caption_project_first_slide {
    bottom: 70px;
  }
  .one_page_nav {
    bottom: 7px;
  }
  .onepage-pagination {
    top: 35%;
  }
  .slide3d .projects__preview {
    height: auto;
    display: block;
  }
  .slide3d_img img {
    max-height: 300px;
  }
  .slide3d_text {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    padding-top: 320px;
  }
  .slide3d_img {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .slide3d_text h2 {
    margin-bottom: 10px;
  }
}

/*@media (max-height: 1024px) and (max-width: 768px) {
    .monitor div {
    width: 92%;
    height: 28.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 276px;
    overflow-y: auto;
}
}*/
@media only screen and (max-width: 736px) {
  .monitor div {
    width: calc(100% - 96px);
    height: calc(100% - 134px);
    margin-top: 17px;
  }
  .text_slide {
    width: 194px;
  }
  /* .monitor div {
    width: 83%;
    height: 64.5%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 19px;
    overflow-y: auto;
}*/
  .back_to_portfolio {
    top: 22%;
  }
  .caption_project_first_slide {
    bottom: 65px;
  }
  .logo_slide {
    position: absolute;
    display: block;
    top: 83px;
    height: 240px;
    text-align: center;
  }
  .logo_slide img {
    max-width: 70%;
    display: inline-block;
  }
  .footer-project {
    padding-bottom: 10px;
  }
  .wrapper_from_text_slide {
    display: block;
  }
  .number_slide {
    opacity: 0;
    left: auto;
    right: 5%;
    top: 114px;
  }
  .text_slide {
    opacity: 0;
  }
  .button_text_bg {
    display: block;
  }
  .wrapper_button_text {
    display: block;
  }

  .left_image {
    display: none;
  }
  .monitor_phone {
    background:
      url(../img/monitor_top.png) top center no-repeat,
      url(../img/monitor_bottom.png) bottom -64px center no-repeat !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    height: 78% !important;
  }
  .monitor {
    width: 71%;
    right: 50%;
    margin-right: -36%;
    top: 78px;
  }
}
@media only screen and (max-width: 667px) {
  .monitor div {
    width: calc(100% - 36px);
    height: calc(100% - 43px);
    margin-top: 17px;
  }
}
@media only screen and (max-width: 568px) {
  .monitor_phone:before {
    content: "";
    width: 17px;
    height: 150px;
    left: 0;
    bottom: 5px;
  }
  .monitor_phone:after {
    content: "";
    width: 17px;
    height: 150px;
    bottom: 5px;
  }
  .monitor div {
    width: calc(100% - 32px);
    height: calc(100% - 31px);
    margin-top: 17px;
  }
}
@media only screen and (max-width: 414px) {
  .caption_project_first_slide {
    text-align: center;
    padding: 15px;
  }
  .text_slide {
    width: 80%;
  }

  .monitor_phone:before {
    content: "";
    width: 17px;
    height: 150px;
    bottom: 78px;
  }
  .monitor_phone:after {
    content: "";
    width: 17px;
    height: 150px;
    bottom: 78px;
  }
  .back_to_portfolio {
    top: 15%;
    left: 12px;
  }
  .onepage-pagination {
    top: 37%;
  }
  .monitor {
    right: 50%;
    margin-right: -135px;
  }
  .logo_slide img {
    max-width: 85%;
    display: inline-block;
  }
  .logo_slide {
    position: absolute;
    display: block;
    top: 156px;
    height: 315px;
    text-align: center;
  }
  .caption_project_first_slide {
    bottom: 90px;
  }
  .slide3d_img img {
    max-height: 150px;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
  }
  .slide3d .projects__preview {
    width: 100%;
  }
  .slide3d_text {
    padding-top: 160px;
  }
  .slick-prev {
    display: none !important;
  }
  .slick-next {
    display: none !important;
  }
  .monitor {
    right: 0;
    top: 23%;
    margin-right: 0;
    width: 100%;
  }

  .content__rowMap {
    padding: 0 10px 0 10px;
  }
  .monitor_phone {
    background:
      url(../img/monitor_top.png) top center no-repeat,
      url(../img/monitor_bottom.png) bottom center no-repeat !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    height: 51% !important;
  }
  .monitor div {
    width: calc(100% - 31px);
    height: calc(100% - 96px);
    margin-top: 17px;
  }
}

@media only screen and (max-width: 375px) {
  .monitor div {
    width: calc(100% - 31px);
    height: calc(100% - 87px);
    margin-top: 17px;
  }
  figure.effect-chico figcaption::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #96490b;
    content: "";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  figure.effect-chico p {
    font-size: 11px;
    padding-bottom: 21px;
    padding-left: 25px;
  }
  .monitor_phone:before {
    width: 15px;
    bottom: 73px;
  }
  .monitor_phone:after {
    width: 15px;
    bottom: 73px;
  }
}

@media only screen and (max-width: 360px) {
}

@media only screen and (max-width: 320px) {
  .monitor div {
    width: calc(100% - 26px);
    height: calc(100% - 77px);
    margin-top: 13px;
  }
  .monitor_phone:before {
    width: 13px;
    bottom: 65px;
  }
  figure.effect-chico p {
    font-size: 8px;
  }
  .monitor_phone:after {
    width: 13px;
    bottom: 65px;
  }
}

h2 {
  word-wrap: break-word;
}

.fancybox-slide > * {
  display: inline-block;
  position: absolute;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #000;
  overflow: auto;
  box-sizing: border-box;
}
/*.slider{
        width:30%;
    }*/
.banner {
  width: 69%;
  display: flex;
  /* background: #fff; */
  margin-top: 14px;
  margin-left: 20px;
  padding: 68px 28px 46px 58px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 455px;
  border-radius: 24px;
}

/*.info_title {
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 59px;
        line-height: 49px;
        text-transform: uppercase;
        color: #fff;
    } */

.info_title.info_title2 {
  font-size: 44px;
}

p.banner_info-title {
  font-size: 26px;
  color: white;
  padding: 0;
  margin: 0;
}

@media (max-width: 1050px) {
  .banner_info-title {
    font-size: 18px;
  }
  .banner {
    padding: 55px 15px 30px 15px;
  }
}

.info_title {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 59px;
  line-height: 49px;
  text-transform: uppercase;
  color: #fff;
}

.info_btn {
  margin-top: 20px;
}

.popup_btn {
  text-decoration: none;
  color: #ed752f;
  border: 1px solid #ed752f;
  border-radius: 50px;
  padding: 10px 20px;
  display: block;
  width: fit-content;
}
.banner_info {
  width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.info_img {
  width: 448px;
  height: 314px;
}
.info_img img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1150px) {
  /*.slider{
            width:39%;
        }*/
  .banner {
    width: 65%;
  }
}
@media (max-width: 1050px) {
  /*.slider{
            width:39%;
        }*/
  .banner {
    width: 59%;
    height: 504px;
  }
  .info_img img {
    height: 80%;
  }
  .info_title {
    font-size: 28px;
  }
}
/*@media only screen and (max-width: 990px){
        .banner{
            height:454px;
        }
        .slider__slides {
            height: 455px;
        }
        .slider {
            height: 477px;
        }
    }*/
@media (max-width: 900px) {
  .banner_main {
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }
  .banner {
    width: 96%;
    height: fit-content;
    padding: 30px 15px 30px 15px;
  }
  .slider {
    margin: 0 auto;
    width: 46%;
  }
  .flex-control-nav {
    height: 25px;
  }
  .info_title {
    font-size: 25px;
  }
  .banner_info-title {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  .slider {
    width: 50%;
  }
}
@media (max-width: 730px) {
  .slider {
    width: 55%;
  }
}
@media (max-width: 660px) {
  .slider {
    width: 65%;
  }
}
@media (max-width: 600px) {
  .info_title {
    font-size: 22px;
  }
}
@media (max-width: 570px) {
  .slider {
    width: 75%;
  }
}
@media (max-width: 550px) {
  .info_img {
    display: none;
  }
  .banner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .banner_info {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
  }
  .info_title {
    font-size: 19px;
  }
  .banner_info-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 490px) {
  .slider {
    width: 85%;
  }
}
@media (max-width: 440px) {
  .slider {
    width: 90%;
  }
  .info_title {
    font-size: 17px;
  }
  .banner_info-title {
    font-size: 14px;
  }
}
@media (max-width: 410px) {
  .slider {
    width: 95%;
  }
}

@media (max-width: 390px) {
  .flex-viewport {
    height: 100%;
  }
  .slider__slideInner {
    background-size: cover;
  }
  .flex-control-nav {
    top: -15px !important;
  }
  .slider {
    height: 450px;
  }
  .slider,
  .slider__slides {
    height: 450px;
  }
}
@media (max-width: 380px) {
  .flex-control-nav {
    bottom: 60px;
  }
}
@media (max-width: 370px) {
  .slider {
    width: 100%;
  }
}
@media (max-width: 358px) {
  .flex-control-nav {
    bottom: 75px;
  }
  .banner_info {
    padding: 15px;
  }
  .info_title {
    font-size: 15px;
  }
  .banner_info-title {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media (max-width: 350px) {
  .slider,
  .slider__slides {
    height: 420px;
  }
}
@media (max-width: 342px) {
  .flex-control-nav {
    bottom: 90px;
  }
}
@media (max-width: 328px) {
  .flex-control-nav {
    bottom: 100px;
  }
  .slider,
  .slider__slides {
    height: 398px;
  }
}

form#formModal {
  position: relative !important;
}

p.simplesearch-results {
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 34%, #ff6b00 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 24px;
  text-transform: uppercase;
}

span.simplesearch-result-pages {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ff6c00;
  margin-right: 20px;
}

.simplesearch-result {
  color: rgba(77, 77, 77, 1);
}

.simplesearch-result a {
  text-decoration: none;
  color: #ff6c00;
}

.search_container {
  flex: 1;
}

.header__cont {
  display: flex;
  margin-left: 30px;
  align-items: center;
  gap: 30px;
}

.popup_btn {
  text-decoration: none;
  color: #fff;
  /* border: 2px solid #ed752f; */
  border: none;
  background: #1049a9;
  border-radius: 12px;
  padding: 12px 28px;
  font-family: "Ubuntu";
  font-family: "Bebas Neue";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  transition: all 0.45s;
}

.popup_btn:hover {
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 3px 3px 11px 0px #1049a99e;
  background-position: 100% 100%;
  box-shadow: 3px 3px 11px 0px #1049a99e;
  transform: translateY(-2px);
}

.recentProjects__items .swiper-button-next {
  right: 5%;
}

.recentProjects__items .swiper-slide.swiper-slide-active {
  box-shadow: 3px 3px 11px 0px rgba(16, 73, 169, 0.62);
  /* margin-left: 18px !important; */
  border-radius: 18px;
}

.recentProjects__items .swiper-slide {
  height: 96%;
  box-shadow: 1px 3px 6px 0px rgba(47, 47, 47, 0.15);
  border-radius: 18px;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
}

.recentProjects__items .swiper-container {
  /* margin-left: 12.5%; */
  padding-bottom: 15px;
}

.recentProjects__items .swiper-button-prev {
  left: 5%;
}

.partners__control {
  top: 48%;
  transform: translate(0%, -48%);
}

.reviews_items .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}

.reviews_item {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* width: 90%; */
  height: fit-content;
  /* margin: 16px; */
}

.title_reviews_item {
  font-weight: bold;
  font-size: 18px;
}

.block_end_review_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.button_more:hover {
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 3px 3px 11px 0px #1049a99e;
  background-position: 100% 100%;
  box-shadow: 3px 3px 11px 0px #1049a99e;
  transform: translateY(-2px);
}

.date_review_item {
  font-size: 12px;
  color: #666;
}

/* Скрытый текст (ограниченный по высоте) */
.text_reviews_item {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  max-height: 60px; /* Высота для скрытого текста */
  transition: max-height 0.4s ease-in-out;
}

/* Полностью развернутый текст */
.text_reviews_item.expanded {
  max-height: none; /* Полностью раскрывает текст */
}

/* Стили кнопки */
.button_more {
  background: #ff6200;
  color: white;
  font-size: 18px;
  border: none;
  padding: 14px 26px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3sease;
  text-transform: uppercase;
  font-family: Bebas Neue;
  font-weight: 600;
}

.reviews_title {
  font-weight: 500;
  margin-left: 12.5%;
}

.footer__navItemLink {
  color: #e8e8e8;
  color: rgba(16, 73, 169, 1);
  font-size: 20px;
  font-weight: 400;
}

.footer_nav_panel {
  width: 100%;
}

.footer__navItem {
  margin: 0 36px 0 0;
}

.footer__navItems {
  justify-content: flex-start;
}

.footer__navItems {
  justify-content: flex-start;
}

.navigation_footer {
  margin-bottom: 46px;
}

.footer_info_company {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
}

.info_company_column {
  flex: 1 1 calc(33.33% - 20px); /* 3 колонки с учетом gap */
  min-width: 250px; /* Минимальная ширина колонок */
}

.info_company_title {
  font-size: 20px;
  color: rgba(16, 73, 169, 1);
  padding-bottom: 10px;
}

.info_company_item {
  padding-bottom: 10px;
  color: rgba(77, 77, 77, 1);
  font-size: 16px;
}

.sub_info_company_item {
  display: flex;
  gap: 26px;
  padding-bottom: 10px;
}

.sub_info_company {
  color: rgba(16, 73, 169, 1);
  font-size: 20px;
  text-decoration: auto;
}

.footer_social_panel {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.footer__socialPanel p {
  font-size: 16px;
  color: rgba(77, 77, 77, 1);
  font-weight: 300;
}

.polit_link {
  color: rgba(77, 77, 77, 1);
  font-size: 16px;
  font-weight: 400;
}

.footer_bottom p a {
  color: rgba(77, 77, 77, 1);
  font-size: 16px;
  font-weight: 400 !important;
}

.footer__copy {
  color: rgba(77, 77, 77, 1);
  font-size: 16px;
}

.socialFooter__items {
  justify-content: center;
  align-items: flex-end;
}

.social-icon {
  transition: 0.4s ease-in-out;
}

.socialFooter__socialLink_facebook:hover .social-icon .icon-fill {
  fill: url(#gradient); /* Применяем градиент при наведении */
}

.social-icon-wrapper {
  position: relative;
  width: 51px;
  height: 52px;
}

.social-icon-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}

.socialFooter__item .social-icon-wrapper .social-icon-insta-hover {
  opacity: 0;
}

.socialFooter__item:hover .social-icon-wrapper .social-icon-insta {
  opacity: 0;
}

.socialFooter__item:hover .social-icon-wrapper .social-icon-insta-hover {
  opacity: 1;
}

.socialFooter__socialLink_facebook:hover {
  background-color: transparent;
}

.socialFooter__socialLink_insta:hover {
  background-color: transparent;
}

.footer {
  position: relative;
  overflow: hidden;
}

.iPhone_Mockup {
  position: absolute;
}

.iPhone_Mockup {
  position: absolute;
  right: 1%;
  z-index: -1;
  bottom: -8%;
}

.footer {
  padding: 50px 10px 10px;
}

.about_item_boxSmall_mobile {
  display: none;
}

.about_item_box_in_box {
  width: 100%;
}

.button_go_to_portfolio {
  padding-left: 36px;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-top: 25px;
}

@media (max-width: 768px) {
  .button_go_to_portfolio {
    padding-left: 0;
    padding-top: 20px;
    display: flex;
    justify-content: center;
  }
}

.button_go_to_portfolio a {
  display: block;
  color: white;
  background-color: #1449a9;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-transform: none;
}

.button_go_to_portfolio a:hover {
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 3px 3px 11px 0px #1049a99e;
  background-position: 100% 100%;
  box-shadow: 3px 3px 11px 0px #1049a99e;
  transform: translateY(-2px);
}

.homeServices__title {
  font-family: Bebas Neue;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
}

.wrapper_img img {
  width: 75% !important;
}

.wrapper_img {
  display: flex;
  justify-content: center;
  padding: 37px 50px;
}

/* .partners-slider .swiper-slide img {
  height: 170px;
} */

.swiper-wrapper {
  align-items: center;
}

a.partners__link:hover .partners__image {
  filter: grayscale(0);
}

.sectionTitle {
  font-weight: 400;
}

.text_reviews_item {
  text-transform: none;
}

.content__about {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
}

@media (max-width: 1870px) {
  .iPhone_Mockup {
    position: absolute;
    right: 20%;
    z-index: -1;
    bottom: -12%;
    width: 18%;
  }
}
@media (max-width: 1500px) {
  .iPhone_Mockup {
    position: absolute;
    right: 14%;
    z-index: -1;
    bottom: -12%;
    width: 22%;
  }
}
@media (max-width: 1350px) {
  .iPhone_Mockup {
    position: absolute;
    right: 12%;
    z-index: -1;
    bottom: -13%;
    width: 26%;
  }
}

@media (max-width: 1270px) {
  .recentProjects__items .swiper-slide.swiper-slide-active {
    margin-left: 0px;
  }
  .recentProjects__items .swiper-container {
    /* margin-left: 11.5%; */
  }
  .reviews_items {
    margin: 0 0px;
  }
  .recentProjects__items {
    margin: 0 0px;
  }
}
@media (max-width: 1024px) {
  .footer_social_panel {
    flex-direction: column;
  }
  .reviews_title {
    line-height: 40px;
  }
  .partners .sectionTitle__text {
    text-wrap: wrap;
    line-height: 40px;
  }

  .content__about .about_inner .about_item {
    flex-direction: column;
  }
  .about_item_boxSmall_mobile {
    display: block;
  }
  .about_item_boxSmall_mobile {
    display: flex;
    max-width: 436px;
    width: 100%;
  }
  .about_item_box_in_box {
    width: 100%;
    display: flex;
    gap: 20px;
  }
  .about_item_boxSmall_mobile img {
    width: 100%;
  }
  .about_item_display_none_tablet {
    display: none;
  }
  .iPhone_Mockup {
    position: absolute;
    right: 0%;
    z-index: -1;
    bottom: -13%;
    width: 40%;
  }
  .recentProjects__items .swiper-container {
    /* margin-left: 3.5%; */
  }
  .about_item_box_in_box {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 960px) {
  .polit_link {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .banner {
    width: 100%;
    height: 320px;
    padding: 30px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .slider {
    width: 100%;
  }
  .slider__slide,
  .slider__slideLink {
    height: 98%;
  }
  .swiper-slide-active .partners__image {
    filter: grayscale(0);
  }
}

@media (max-width: 650px) {
  .about_item_boxSmall_mobile {
    display: flex;
    max-width: none;
    width: 100%;
  }
  .about_item_box_in_box {
    flex-direction: column;
  }
  .about_item_boxSmall:first-child {
    max-width: none;
  }
}
@media (max-width: 550px) {
  .popup_btn {
    border: 2px solid #ed752f;
    padding: 8px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 20px;
  }
  .about_item_boxBig {
    height: auto;
    padding: 20px 0;
  }
  .recentProjects__items .swiper-container {
    /* margin-left: 0%; */
  }
  .banner {
    margin-top: 0px;
    margin-left: 0px;
  }
  .banner {
    padding: 15px;
  }
  .banner_info {
    padding: 10px;
  }
  .info_title {
    font-size: 36px;
    padding: 0 10px;
  }
  .info_title2 {
    font-size: 26px;
    padding: 0 10px;
  }
  .banner_info-title {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .reviews_item {
    margin: 16px 0;
  }
  .button_go_to_portfolio {
    margin-left: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0px 40px 0px;
  }
  .button_go_to_portfolio a {
    width: 90%;
    text-align: center;
  }
  .header__middle,
  .header__tools {
    justify-content: center;
  }
  .banner_info_wrapper {
    display: flex;
    padding: 0 10px;
  }
  .sectionTitle__text_new {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 439px) {
  .info_title {
    font-size: 36px;
    padding: 0 10px;
    line-height: 100%;
  }

  .info_title.info_title2 {
    font-size: 26px;
  }
  .banner_info_wrapper {
    display: flex;
  }
  p.banner_info-title {
    font-size: 16px;
    color: white;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 390px) {
  .footer_bottom {
    flex-direction: column;
  }
  .banner_info-title {
    font-size: 14px;
  }
  .info_title {
    font-size: 32px;
  }
  .info_title2 {
    font-size: 22px;
  }
  .recentProjects__items .swiper-slide.swiper-slide-active {
    margin-left: 0px;
  }
}
@media (max-width: 364px) {
  .homeServices__item,
  .servicesSmall__item {
    width: 100%;
  }
}
@media (max-width: 358px) {
  .popup_btn {
    border: 1px solid #ed752f;
    padding: 5px 10px;
    font-size: 20px;
  }
}
@media (max-width: 340px) {
  .info_title {
    font-size: 30px;
  }
  .info_title2 {
    font-size: 20px;
  }
  .button_more {
    padding: 10px 10px;
  }
  .reviews_item {
    padding: 10px;
  }
}
@media only screen and (max-width: 710px) {
  .header__phoneLink {
    display: none;
  }
  .header__cont {
    display: none;
  }
}

.img_desctop {
  width: 100%;
  height: auto;
}

.img_desctop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

.img_mob {
  width: 100%;
  height: auto;
  display: none;
}

.img_mob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

.img_about {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.img_about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

.about_item_link_mob {
  display: none;
}

.about_item_link,
.about_item_title {
  font-family: "Bebas Neue", Ubuntu, Involve;
}

h4.title-no-margin {
  margin: 0;
}

.map_block .map {
  display: flex;
  justify-content: center;
}

.reviews_title,
.partners .sectionTitle__text,
.sectionTitle__text,
.homeServices__sectionTitle {
  font-family: "Bebas Neue";
  font-weight: 700;
  color: #1449a9;
  font-size: 40px;
}

.projects {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

.projects.wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.projects__item {
  width: calc(50% - 10px);
  height: auto;
  border-radius: 25px;
}

.projects__item:hover {
  box-shadow: 3px 3px 11px 0px rgba(16, 73, 169, 0.62);
}

.projects__itemInner {
  padding: 0px;
}

figure.effect-chico figcaption::before {
  border: 1px solid white;
}

figure.effect-chico p {
  color: white;
}
.slider_bg_ar {
  background: white;
}

.grid figure {
  border-radius: 25px;
}

.portfolio__item .portfolio_group {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.portfolio__item .portfolio_group a.active,
.portfolio__item .portfolio_group a:hover {
  color: white;
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 3px 3px 11px 0px #1049a99e;
  background-position: 100% 100%;
  box-shadow: 3px 3px 11px 0px #1049a99e;
  transform: translateY(-2px);
}

.portfolio__item .portfolio_group a {
  padding: 12px 30px 9px 30px;
  color: rgba(16, 73, 169, 1);
  border-radius: 30px;
  background-color: white;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
}

.contactInfo {
  width: 60%;
  height: auto;
}

.contactForm {
  width: 40%;
  height: auto;
  padding: 35px;
  background: white;
}

.contactInfo__inner {
  margin: 0 20px 0 0;
  padding: 30px 40px;
  background: white;
}

.content__contacts {
  border-radius: 25px;
  background-color: white;
  padding: 10px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
}

.contactInfo__dataItem.address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contactInfo__text {
  width: 70%;
  height: auto;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(16, 73, 169, 1);
  font-size: 20px;
}

.contactInfo__dataItem {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contactInfo__linkPhone {
  color: rgba(16, 73, 169, 1);
}

.contactInfo__linkPhone {
  transition: all 0.2s ease-out 0s;
  font-weight: 400;
  text-decoration: auto;
  color: rgba(16, 73, 169, 1);
  font-size: 20px;
}

.contactInfo__linkEmail {
  transition: all 0.2s ease-out 0s;
  font-weight: 400;
  text-decoration: auto;
  color: rgba(16, 73, 169, 1);
  font-size: 20px;
}
.contactInfo__linkEmail:hover {
  color: #ff6c00;
}
.contactInfo__icon {
  font-size: 20px;
}

.title_contactInfo {
  font-size: 25px;
  color: rgba(16, 73, 169, 1);
  font-weight: 700;
}

.contactInfo__dataItem {
  padding: 0 0 27px;
}

.contactInfo__dataItem.phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(16, 73, 169, 1);
}

.dataItem_phone_wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contactInfo__persons {
  padding-top: 25px;
}

.contactForm__columns {
  flex-direction: column;
}

.contactForm__column {
  width: 100%;
}

.contactInfo_manager_block_wrapper {
  display: flex;
}

.contactInfo__department {
  color: rgba(16, 73, 169, 1);
  font-size: 20px;
}

.contactInfo__manager {
  font-weight: 500;
  color: rgba(77, 77, 77, 1);
  font-size: 16px;
}

.contactInfo_manager_block_wrapper {
  display: flex;
  gap: 25px;
}

.contactInfo_manager_block {
  width: 50%;
}

.contactForm_name_phone .contactForm__inputWrap {
  width: 50%;
}

.contactForm_name_phone {
  display: flex;
  gap: 16px;
}

.contactForm__inputWrap input {
  background-color: rgba(248, 250, 255, 1);
  border: 0px solid rgba(248, 250, 255, 1);
  border-radius: 25px;
  padding: 8px 26px;
  font-size: 14px;
  height: 42px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
  font-family: "Bebas Neue", Ubuntu, Arial, sans-serif;
}

.contactForm__input,
.contactForm__text {
  color: rgba(77, 77, 77, 1);
}

.input.contactForm__input {
  color: rgba(77, 77, 77, 1);
}

.contactForm__input,
.contactForm__inputWrap textarea {
  background-color: rgba(248, 250, 255, 1);
  border: 0px solid rgba(248, 250, 255, 1);
  border-radius: 25px;
  padding: 26px;
  font-size: 14px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
  font-family: "Bebas Neue", Ubuntu, Arial, sans-serif;
}

.polit {
  color: rgba(77, 77, 77, 1);
}

.contactForm__btn {
  padding: 14px 39px 12px 39px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #fb7e30;
  border: 1px solid #fb7e30;
  border-radius: 12px;
  font-family: "Bebas Neue", Ubuntu, Arial, sans-serif;
}

.homeServices {
  position: relative;
}

.homeServices_offline {
  margin-top: 0px;
}

.homeServices__items {
  justify-content: center;
}

.homeServices__sectionTitle {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -3%;
}

.homeServices_offline .homeServices__sectionTitle {
  top: -62%;
}

.projects_3d_previewImg {
  height: 398.52px;
}

.homeServices__sectionTitle img {
  width: 100%;
}

.banner_info_wrapper {
  display: flex;
  gap: 2px;
}

.homeServices__sectionTitle_home h1 {
  color: rgba(16, 73, 169, 1);
  font-size: 40px;
  padding-left: 0%;
}

.projects__preview {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

.projects__previewImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.content__portfolio .sectionTitle {
  max-width: 1420px;
  margin: 0 auto;
}

.sectionTitle__line.sectionTitle__line_left {
  width: 0%;
}

.sectionTitle__text {
  padding: 0px 0px 0px 0px;
  padding-left: 3%;
}

.sectionTitle__line {
  border-top: 0px solid #1049a9;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 0;
  width: 0%;
}

.sectionTitle {
  max-width: 1420px;
  margin: 0 auto;
}

.recentProjects {
}

.content_reviews {
  margin: 30px 0;
}

.recentProjects__items {
  /* padding: 20px 0 0px; */
}
/* .recent_projects_items .swiper-container {
  width: 70% !important;
  margin: 0 auto !important;
  overflow: visible !important;
} */

.reviews_title {
  font-weight: 700;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 36px;
  padding-bottom: 50px;
}

.swiper-slide-active a.partners__link .partners__image {
  filter: grayscale(0);
}

.homeServices_offline .homeServices__sectionTitle {
  top: -5%;
}

.offline_services_sidebar {
  padding-top: 0px;
}

.header__switchLangBtn,
.header__otherLangLink,
.header__langLinksWrap {
  border-radius: 15px;
}

.contactForm__btn:hover {
  border: 0px solid transparent;
}

.main {
  /* width: 77%; */
  height: auto;
  /* padding: 0px 0px 50px 50px; */
  padding-left: 36px;
}

.article__text_new {
  font-family: "Bebas Neue";
  font-weight: 400;
}

.article__text_new p {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 20px;
}

.article__text_new h3 {
  font-size: 32px;
  font-family: "Bebas Neue";
  font-weight: 400;
  color: #1549a9;
  margin: 5px 0;
}

.servicesSmall__title {
  padding: 14px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  color: rgba(255, 255, 255, 1);
  font-family: "Bebas Neue";
}

.servicesSmall__previewLink {
  flex-direction: column-reverse;
  position: relative;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: right -15px bottom -15px;
  background-size: contain;
}

.servicesSmall_item_new {
  height: 178px;
}

.servicesSmall__preview img {
  height: 175px;
  position: absolute;
  left: 0%;
  bottom: -5%;
}

.servicesSmall__itemInner {
  /* background-color: rgba(16, 73, 169, 1); */
  background: linear-gradient(90deg, #0250c5 0%, #0250c5 100%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1.27px 1.27px 5.73px 0px rgba(63, 63, 63, 0.28);
  transition: all 0.3s;
}

.servicesSmall__itemInner:hover {
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 3px 3px 11px 0px #1049a99e;
  transform: translateY(-2px);
}

.servicesSmall__previewLink:hover .servicesSmall__title_new {
  color: white;
}

.servicesSmall__item:last-child {
  width: 100%;
}

.servicesSmall:nth-of-type(2) .servicesSmall__item {
  width: 100%;
}

.content__blockWithSidebar,
.content__contacts {
  justify-content: space-between;
}

.content_row_new {
  padding: 0;
}

/* slider JS */
.slider_our_company {
  padding-top: 70px;
  padding-bottom: 70px;
}

.slider-block {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: auto;
  gap: 35px;
  align-items: center;
}

.slider-menu {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.menu-item {
  cursor: pointer;
  padding: 0px 0px 5px 0px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #111;
  display: flex;
  gap: 17px;
  align-items: center;
  border-bottom: 2px solid rgba(16, 73, 169, 0.41);
}

.menu-item:last-child {
  border-bottom: 0px solid rgba(16, 73, 169, 0.41);
}

.menu-item.active {
  color: #111127;
  font-weight: bold;
  background-color: transparent;
  border-radius: 5px;
}

.number {
  border-radius: 5px;
  padding: 7px 9px 5px 9px;
  font-size: 19px;
  box-shadow: 3px 3px 2px 1px #00000017;
}

.menu-item__active .number {
  color: white;
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
}

.title_services_item {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 26px;
  color: #1049a975;
  padding-top: 5px;
}

.menu-item__active .title_services_item {
  font-weight: 400;
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: underline;
}

.slider-content {
  flex: 1 1 600px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-slide {
  transform: scale(0.98);
  transition: all 0.5s ease;
}

.swiper_slide_about {
  opacity: 1;
  pointer-events: none;
}

.swiper-slide-active {
  opacity: 1 !important;
  transform: scale(1) !important;
  pointer-events: auto;
  animation: fadeZoom 0.6s ease forwards;
}

.slider-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* END slider JS */

.navigation__items {
  display: flex;
  gap: 16px;
}

.navigation__itemLink {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(16, 73, 169, 1);
}

.navigation__itemLink:hover {
  font-weight: 400;
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* для Firefox */
  color: transparent;
  text-decoration: underline;
}

.article__title {
  font-weight: 600;
  font-family: "Bebas Neue";
  color: rgba(16, 73, 169, 1);
}

.b-text h1,
.b-text h2,
.b-text h3,
.b-text h4,
.b-text h5,
.b-text h6 {
  font-family: "Bebas Neue";
  color: rgba(16, 73, 169, 1);
  font-weight: 400;
}

.serv__list-child {
  border-left: 5px solid #0d48a8 !important;
}

.b-text blockquote,
.b-text ol,
.b-text p,
.b-text table,
.b-text ul {
  font-family: "Bebas Neue";
}

.b-text p {
  font-family: "Bebas Neue";
  font-weight: 400;
}

.serv__list ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.b-text blockquote,
.b-text ol,
.b-text p,
.b-text table,
.b-text ul {
  font-size: 20px;
}

.serv__list.active ul {
  max-height: 1000px !important; /* или больше, если списки длиннее */
}

.price_title_new {
  margin: 0px 0 0px 0 !important;
}

.wrapper_block_item {
  margin-top: 5px;
}

.wrapper_block_price {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

.price_color {
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.serv__list h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
}

.toggle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 0.4s ease;
  transform-origin: center;
}

.toggle-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.serv__list .toggle-arrow {
  transform: rotate(180deg);
}

.serv__list.active .toggle-arrow {
  transform: rotate(0deg);
}

.serv__list h3 {
  line-height: 1;
  cursor: pointer;
  height: 40px;
}

.b-text {
  border-bottom: 1px solid #1449a9;
}

.serv__list + .serv__list {
  margin-top: 10px !important;
  margin-bottom: 10px;
}

.article__text_new {
  border-bottom: 0px solid #1449a9;
}

a.blog__previewLink {
  height: 300px;
}

.blog__item {
  flex-direction: column;
  width: calc(33% - 32px);
}

.blog__items {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.blog__preview {
  border-right: 0px solid #17191a;
}

.blog__previewLink {
  border-radius: 24px;
}

.blog__titleLink {
  margin: 0 0 4px;
  font-weight: 600;
  color: rgba(16, 73, 169, 1);
}
@media only screen and (max-width: 768px) {
  .blog__titleLink {
    color: #fff;
  }
}

.blog__readMore {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 15px 28px 13px 28px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #e0e0e0;
  background-color: #1449a9;
  border-radius: 12px;
}

.blog__readMore:hover {
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 3px 3px 11px 0px #1049a99e;
  background-position: 100% 100%;
  box-shadow: 3px 3px 11px 0px #1049a99e;
  transform: translateY(-2px);
}

.blog__item:hover {
  box-shadow: 0 0 0 0px #ff6c00;
}

a.blog__previewLink_new {
  height: 396px;
}

.sectionTitle__text_new {
  padding: 0px 0px 40px 36px;
}

.blog__inner {
  margin-bottom: 120px;
}
.insta_a_follow {
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  padding: 11px 33px 12px 33px;
}

a.insta_a_follow {
  text-decoration: none;
  color: white;
  font-size: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 43px;
}

a.insta_a_follow span {
  padding-top: 4px;
}

.insta_a_follow:hover {
  background: linear-gradient(90deg, #0250c5 0%, #d43f8d 100%);
  box-shadow: 3px 3px 11px 0px #1049a99e;
  background-position: 100% 100%;
  box-shadow: 3px 3px 11px 0px #1049a99e;
  transform: translateY(-2px);
}

.blog_soc_instagram {
  display: flex;
  justify-content: center;
}

.block_soc_insta_wrapper {
  display: flex;
  align-items: center;
  gap: 28px;
}

.block_soc_insta {
  display: flex;
  flex-direction: column;
}

.block_soc_insta_centr {
  align-items: center;
}

.blog_soc_instagram {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  margin-bottom: 120px;
}

.block_soc_insta h1 {
  margin: 0;
}

.block_soc_insta p {
  margin: 0;
  font-size: 16px;
}

.fancybox-slide > * {
  background-color: white;
  border-radius: 12px;
}

.reviews_pix_slider {
  margin-left: 12.5% !important;
  padding: 10px 10px 20px;
}

.wrapper_block_price {
  gap: 25px;
  flex-direction: column;
}

.newPop__link:hover {
  color: #2b2b2b !important;
}

.newPop__box {
  background-image: url("") !important;
  background-color: #ffffff !important;
  border: 1px solid #2b2b2b !important;
}

.newPop__title {
  color: #1449a9 !important;
}

.newPop__text {
  color: #1449a9 !important;
}

.header_project_navBtnWrap,
.header_project_middle {
  background: transparent;
}

.header_phoneLink_new {
  font-weight: 700;
  color: #fa6b00;
}

.navigation_itemLink_new {
  color: rgba(16, 73, 169, 1);
  padding: 5px 0 0 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation-project {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 35px 10px 0px;
}

.header-project {
  backdrop-filter: blur(10px);
}

.popup_btn {
  height: 65px;
  display: flex;
  align-items: center;
}

.blog__descr {
  font-size: 18px;
  color: black;
  padding-bottom: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .blog__descr {
    color: #fff;
  }
}

.home_padding {
  padding-top: 0px;
}

.article__text_new ul li {
  font-family: Ubuntu, Arial, sans-serif;
}

.about_item_boxBig p {
  font-family: Ubuntu;
}

.text_reviews_item {
  font-family: Ubuntu;
}

.b-text p {
  font-family: Ubuntu;
  font-weight: 300;
}

.services_new_main_title h2 {
  font-family: "Bebas Neue";
  color: rgba(16, 73, 169, 1);
  font-weight: 400;
  font-size: 2rem;
}

.footer__socialPanel p {
  font-weight: 400;
}

.one_page_nav {
  border: 3px solid #fa6b00;
}

.header__otherLangLink {
  font-family: Ubuntu, Arial, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

.header__innerBtn {
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.header__innerBtnTitle {
  text-decoration: underline;
}

.article__text_new ol li {
  font-family: Ubuntu, Arial, sans-serif;
}

@media (max-width: 1450px) {
  .sidebar {
    /* padding: 0 20px 0 20px; */
  }
  .header {
    padding: 0 20px;
  }
}
@media (max-width: 1300px) {
  .projects {
    padding: 10px;
  }
  .homeServices__sectionTitle {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -3%;
    display: flex;
    justify-content: flex-end;
  }
  .homeServices__sectionTitle_home h1 {
    padding-left: 13%;
  }
  .blog__items {
    gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 1220px) {
  .servicesSmall__preview img {
    height: 175px;
    position: absolute;
    left: 15%;
    bottom: -5%;
  }
}
@media (max-width: 1024px) {
  .main {
    width: 100%;
    padding: 0px 0 20px 0;
  }
  .homeServices__sectionTitle {
    top: -3%;
  }
  .content__contacts {
    flex-direction: column;
  }
  .contactInfo {
    width: 100%;
  }
  .contactInfo__inner {
    margin: 0;
  }
  .contactForm {
    width: 100%;
  }
  .portfolio_group {
    display: flex;
    overflow-x: auto;
    gap: 12px; /* по желанию — отступы между кнопками */
    -webkit-overflow-scrolling: touch; /* для плавного скролла на iOS */
  }
  .item_a_button {
    flex: 0 0 auto;
    white-space: nowrap;
    /* min-width: 176px; */
  }
  .portfolio__item .portfolio_group > div {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .portfolio__item .portfolio_group > div {
    margin-right: 0px;
  }
  .portfolio__item .portfolio_group {
    gap: 10px;
  }
  .portfolio__item .portfolio_group {
    justify-content: flex-start;
  }
  .blog__items {
    flex-direction: column;
  }
  .blog__item {
    width: 100%;
  }
  .servicesSmall__preview img {
    left: 45%;
  }
  .servicesSmall__item:last-child .servicesSmall__preview img {
    left: 72%;
  }
}

@media (max-width: 957px) {
  .homeServices_offline .homeServices__sectionTitle {
    top: -3%;
  }
}
@media (max-width: 850px) {
  .portfolio__item .portfolio_group {
    height: 90px;
  }
}

@media (max-width: 768px) {
  .homeServices__sectionTitle {
    top: -1%;
  }
  /* .homeServices .homeServices__items.offline .homeServices__item {
    max-width: 100%;
    width: 100%;
    height: 290px;
  } */
  .homeServices__sectionTitle_home h1 {
    padding-left: 0%;
  }
  .homeServices__sectionTitle_home {
    display: flex;
    justify-content: center;
  }
  .homeServices {
    padding: 0px 0 50px 0;
  }
  .recentProjects {
  }
  .sectionTitle {
    padding-top: 0px;
    padding-top: 0px;
    display: flex;
    justify-content: center;
  }
  .sectionTitle__text {
    padding-left: 0%;
  }

  .reviews_title {
    padding-left: 0px;
    text-align: center;
  }
  .content_reviews {
    margin: 0px 0;
  }
  .sectionTitle__text_new {
    padding: 0px 0px 10px 0px;
  }
  .offline_services_sidebar {
    padding-top: 50px;
  }
  .homeServices_offline .homeServices__sectionTitle {
    top: 8%;
  }
}
@media (max-width: 760px) {
  .blog__text {
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
  }
}
@media (max-width: 740px) {
  .blog_soc_instagram {
    flex-direction: column;
  }
}
@media only screen and (max-width: 736px) {
  .back_to_portfolio {
    top: 91.5%;
  }
}
@media (max-width: 630px) {
  .navigation__items {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .homeServices_offline .homeServices__sectionTitle {
    top: 6%;
  }
  .homeServices__sectionTitle {
    top: 0%;
  }
  .homeServices__sectionTitle img {
    width: 70%;
  }
  .about_item_link_mob {
    display: block;
  }
  .img_mob {
    display: block;
  }

  .img_desctop {
    display: none;
  }
  .reviews_title,
  .partners .sectionTitle__text,
  .sectionTitle__text,
  .homeServices__sectionTitle {
    margin-left: 0px;
  }
  .sectionTitle__line.sectionTitle__line_left {
    width: 100%;
  }
  .partners .sectionTitle__text {
    text-wrap: nowrap;
  }
  .about_item_boxSmall:first-child {
    background: transparent;
    display: flex;
    align-items: center;
  }
  .about_item_title {
    color: rgba(16, 73, 169, 1);
    font-size: 36px;
  }
  .about_item_boxSmall img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    display: none;
  }

  .about_item_boxSmall {
    max-width: 496px;
    width: 100%;
    height: auto;
  }
  .about_item_link {
    background: rgba(16, 73, 169, 1);
    color: white;
    width: 100%;
    text-align: center;
  }

  /* .about_item_boxSmall {
    padding: 25px 20px 10px 20px;
  } */

  .content_reviews {
    margin: 0px 0;
  }
  .reviews_title {
    margin-bottom: 15px;
  }
  .about_item_title {
    text-align: center;
  }
  .about_item_title {
    margin-top: 0px;
  }
  .content__about {
    margin: 0px auto;
  }
  .about_item_boxBig {
    height: auto;
    padding-top: 15px;
  }

  .about_item_boxBig p {
    line-height: 24px;
    color: black;
    margin: 0 10px;
    text-align: center;
  }
  .about_item_boxBig h4 {
    font-family: "Bebas Neue", Ubuntu, Involve;
    font-weight: 700;
    font-size: 36px;
    line-height: 64.91px;
    color: #fa6b00;
  }
  .about_item_boxBig {
    background-color: white;
  }

  .about_item_title_line:first-child {
    width: 100%;
  }

  .content__about .about_inner {
    gap: 0px;
  }
  .about_item_boxSmall_mobile {
    display: none;
  }
  .content__about .about_inner .about_item {
    gap: 0px;
  }
  .about_item_link_desk {
    display: none;
  }
  .about_item_link_mob {
    display: block;
    margin-top: 20px;
  }
  .footer__navItems {
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
    gap: 0px 20px;
    padding: 0px 30px;
  }
  .footer__navItem {
    margin: 8px 0px 0 0;
  }

  .footer__navItem:last-child {
    margin: 8px 0px 0 0;
  }
  .footer_info_company {
    text-align: center;
    gap: 0px;
  }
  .info_company_column:last-child {
    margin-top: 35px;
  }
  .sub_info_company_item {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .sub_info_company_item img {
    width: 25px;
  }
  .socialFooter__items {
    display: flex;
    gap: 15px;
  }
  .reviews_title,
  .partners .sectionTitle__text,
  .sectionTitle__text,
  .homeServices__sectionTitle {
    text-align: center;
  }
  a.header__logoLink img {
    padding-left: 40%;
  }
}
@media (max-width: 550px) {
  .homeServices_offline .homeServices__sectionTitle {
    top: 6%;
  }

  .homeServices__items {
    gap: 15px;
  }
  .servicesSmall__preview img {
    height: 200px;
  }
  .servicesSmall__preview img {
    left: 23%;
  }
  .servicesSmall__item:last-child .servicesSmall__preview img {
    left: 21%;
  }
}
@media (max-width: 500px) {
  .projects.wrapper {
    gap: 0px;
  }
  .projects__item {
    width: 100%;
  }
  .recentProjects {
  }
  .partners {
    padding: 22px 0 0 0;
  }
  .recentProjects__items {
    padding: 0px 0 0px;
  }
  .reviews_items {
    padding: 0px 0 50px;
  }
  .socialFooter__socialLink {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .socialFooter__items {
    gap: 10px;
    justify-content: flex-start;
  }
  .serv__list h3 {
    height: auto;
  }
  .toggle-arrow {
    width: 40px;
  }
  .navigation__items {
    gap: 10px;
    flex-direction: column;
  }
  .homeServices_offline .homeServices__sectionTitle {
    top: 6%;
  }
  .navigation_itemLink_new {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 5px 0 0 0;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blog__text {
    padding: 20px 15px;
    position: relative;
    top: -65px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
  }
}
@media (max-width: 440px) {
  .contactInfo__dataItem.phone {
    flex-direction: column;
    align-items: flex-start;
  }
  .contactInfo_manager_block_wrapper {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .contactInfo__inner {
    padding: 20px;
  }
  .contactInfo_manager_block {
    width: 100%;
  }
  .servicesSmall__item:last-child .servicesSmall__preview img {
    left: 14%;
  }
}
@media (max-width: 400px) {
  .slider__slides {
    height: 415px;
  }
  .servicesSmall__preview img {
    left: 62%;
  }
  .slider__slide,
  .slider__slideLink {
    height: 100%;
  }
  .homeServices__item {
    width: 100%;
  }
  .offline_services_sidebar {
    padding-top: 0px;
  }
  .servicesSmall__item:last-child .servicesSmall__preview img {
    left: 6%;
  }
  .servicesSmall__preview img {
    left: 54%;
  }
}

@media (max-width: 380px) {
  .slider__slides {
    height: 380px;
  }
  .servicesSmall__item:last-child .servicesSmall__preview img {
    left: 0%;
  }
}

@media (max-width: 360px) {
  a.header__logoLink img {
    padding-left: 20%;
  }
  .homeServices_offline .homeServices__sectionTitle {
    top: 0%;
  }
  .homeServices__sectionTitle {
    top: 0.5%;
  }
  .blog__text {
    top: -15px;
  }
  .blog__descr {
    font-size: 16px;
  }
  .servicesSmall__item:last-child .servicesSmall__preview img {
    left: -6%;
  }
}

@media (max-width: 364px) {
  .homeServices__sectionTitle {
    top: 0%;
  }
}

.header.sticky {
  /* padding: 0 10px; */
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.header.sticky .header__inner {
  padding: 0;
}
.navigation.sticky {
  padding: 100px 16px 25px;
  position: fixed;
  background-color: #fff;
  z-index: 9;
  box-shadow: 3px 3px 11px 0px #1049a99e;
}
.placeholder {
  display: none;
  height: 140px;
}

.homeServices__sectionTitle_home {
  padding-left: 36px;
}

.simplesearch-paging {
  font-size: 18px;
  color: rgba(77, 77, 77, 1);
  font-weight: 400;
}

.simplesearch-paging a {
  font-size: 18px;
  font-weight: 600;
  color: #ff6c00;
}

.portfolio {
  position: relative;
  z-index: 5;
}

.soc26__area {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.soc26__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.soc26__item img {
  width: 100%;
}

.soc26__item img:first-child {
  display: block;
}

.soc26__item img:last-child {
  display: none;
}

.soc26__item:hover img:first-child {
  display: none;
}

.soc26__item:hover img:last-child {
  display: block;
}

.xTitle__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1420px;
}

.xTitle {
  padding-left: 36px;
  margin-bottom: 30px;
}

.xTitle h1,
.xTitle h2,
.xTitle h3 {
  margin: 0 !important;
}

.xTitle h1,
.xTitle h2 {
  font-size: 40px;
  line-height: 1;
  color: rgba(16, 73, 169, 1);
}
