@charset "UTF-8";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0d1522;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #50dae3;
  border-radius: 2px;
  border: 4px solid #0d1522;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(80, 218, 227, 0.4);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #cccccc;
  line-height: 24px;
  font-weight: 400;
  background: #0d1522;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.wrapper {
  position: relative;
}
.wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/grainnew.png);
  background-repeat: repeat;
  background-size: inherit;
  background-position: center;
  opacity: 0.2;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 70px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: 700;
  font-size: 65px;
  line-height: 79px;
  color: #fff;
}

h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 34px;
  color: #fff;
}

h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 34px;
  color: #fff;
}

h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  color: #fff;
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

p.big {
  font-size: 20px;
  line-height: 28px;
}

p.big2 {
  font-size: 24px;
  line-height: 2.5rem;
}
p.sm {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
p.xsm {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #757e8b;
}

.tag {
  padding: 4px 8px;
  background: #2c3b50;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin: 4px;
}
.tag__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}

.button {
  padding: 20px 40px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button.primary {
  background: #2c3b50;
  color: #fff;
}
.button.secondary {
  background: transparent;
  border: 1px solid #b2bdcd;
  border-radius: 4px;
  color: #f2f2f2;
}
.button:hover {
  opacity: 0.8;
}

.wrapper {
  overflow: hidden;
  padding-top: 118.39px;
}

.footer {
  padding: 26px 0;
  position: relative;
  margin-top: 200px;
}
.footer__ellipse {
  position: absolute;
  top: 90%;
  left: 90%;
  width: 600px;
  height: 258px;
  background: #65ffda;
  opacity: 0.3;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: 1;
  content: "";
}
.footer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #0a101b;
  width: 100%;
  height: 100%;
}
.footer::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  max-width: 1500px;
  border-radius: 50px;
  height: 112px;
  background: #63abff;
  opacity: 0.5;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  content: "";
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__inner h6 {
  margin-right: 20px;
}

.header {
  padding: 30px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header::before {
  position: absolute;
  top: -50%;
  right: 95%;
  width: 460px;
  height: 160px;
  content: "";
  border-radius: 50%;
  background: #ce65ff;
  -webkit-filter: blur(280px);
          filter: blur(280px);
  z-index: 10;
}
.header .auto__container {
  max-width: unset;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-logo {
  width: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__inner-logo img {
  width: 100%;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-link {
  margin-right: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #f2f2f2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.nav__inner-link:hover {
  color: #50dae3;
}
.nav__inner .button {
  padding: 14px 40px;
}

.burger {
  display: none;
}

.content {
  padding: 60px 0 100px 0;
  position: relative;
  z-index: 1;
}
.content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content__inner .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.content__inner .back img {
  width: 28px;
  margin-right: 4px;
}
.content__inner-image {
  width: calc(55% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content__inner-image img {
  width: 100%;
}
.content__inner-content {
  width: calc(45% - 10px);
  max-width: 450px;
}
.content__inner-content .tag__row {
  margin-bottom: 20px;
}
.content__inner-content h3 {
  margin-bottom: 20px;
  text-align: unset;
}
.content__inner-content h6 {
  margin-bottom: 20px;
}
.content__inner-content p.sm {
  margin-bottom: 20px;
}
.content__header {
  margin-bottom: 80px;
  text-align: center;
}
.content.post .content__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content.post .content__inner-content {
  width: 50%;
  max-width: unset;
}
.content.post .content__inner-image {
  width: calc(50% - 20px);
  max-width: 540px;
}
.content h2 br {
  display: none;
}

.flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(33.3% - 10px);
  max-width: 84px;
}
.flag__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -5px 40px -5px;
  max-width: 300px;
}
.flag img {
  width: 100%;
}

.side {
  position: fixed;
  left: -70px;
  width: 70px;
  bottom: 0;
  height: 100%;
  z-index: 11;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.side__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.side__inner-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #f2f2f2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  margin-top: 60px;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.side__inner-link:hover {
  color: #50dae3;
}
.side.sticky {
  left: 0;
}

.intro {
  padding: 65px 0;
}
.intro__inner {
  margin-bottom: 40px;
  position: relative;
}
.intro__inner-content {
  width: calc(55% - 10px);
}
.intro__inner-content h1 {
  margin-bottom: 20px;
}
.intro__inner-content p.big {
  margin-bottom: 20px;
}
.intro__inner-content .button {
  margin-bottom: 70px;
}
.intro__inner-image {
  width: calc(45% - 10px);
  max-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.intro__inner-image img {
  width: 100%;
}

.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -3px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partnerItem {
  width: calc(16.6% - 6px);
  margin: 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partnerItem img {
  max-height: 60px;
  max-width: 100%;
}

.review {
  padding: 60px 0;
}
.review h2 {
  margin-bottom: 80px;
  text-align: center;
}
.review h2 br {
  display: none;
}
.reviewSlider__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviewSlider__arrow button {
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  margin: 0 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.reviewSlider__arrow button img {
  width: 100%;
}
.reviewSlider__arrow button.slick-disabled {
  opacity: 0.6;
}
.reviewSlider__item {
  text-align: center;
}
.reviewSlider__item-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #50dae3;
  display: inline-block;
}
.reviewSlider__item-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.reviewSlider__item-text h6 {
  width: calc(100% - 60px);
  color: #cccccc;
}
.reviewSlider__item-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  margin-right: 20px;
}
.reviewSlider__item-text span:last-child {
  margin: 0 0 0 20px;
}
.reviewSlider__item-text span img {
  width: 100%;
}
.review .slick-dotted.slick-slider {
  margin-bottom: 40px;
  padding-bottom: 80px;
}
.review .slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review .slick-dots li {
  width: 68px;
  height: 8px;
  background: #2c3b50;
  margin: 0 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.review .slick-dots li.slick-active {
  background: #50dae3;
}

.work {
  padding: 65px 0;
}
.work h4 {
  margin-bottom: 48px;
}
.work__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -22px;
}
.workItem {
  width: calc(33.3% - 32px);
  margin: 16px;
  padding: 6px;
  border: 2px solid transparent;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.workItem__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 75%;
  position: relative;
}
.workItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.workItem__content {
  text-align: center;
  padding: 20px 8px;
}
.workItem__content h5 {
  margin-bottom: 8px;
}
.workItem:hover {
  background: #1b2737;
  border: 2px solid #50dae2;
  -webkit-box-shadow: 0px 4px 16px 3px rgba(80, 218, 226, 0.2);
          box-shadow: 0px 4px 16px 3px rgba(80, 218, 226, 0.2);
}

.about {
  padding: 65px 0;
}
.about h4 {
  margin-bottom: 48px;
}
.about p {
  color: #cccccc;
}

.galleryItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
.galleryItem:last-child {
  margin-bottom: 0;
}
.galleryItem img {
  width: 100%;
}

@media (max-width: 1340px) {
  .auto__container {
    padding: 0 50px;
  }

  h1 {
    font-size: 54px;
    line-height: 64px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 36px;
    line-height: 40px;
  }

  h4 {
    font-size: 30px;
    line-height: 36px;
  }

  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  p.big {
    font-size: 18px;
    line-height: 24px;
  }

  body {
    font-size: 16px;
    line-height: 22px;
  }

  .side__inner {
    padding-top: 50px;
  }
  .side__inner-link {
    padding: 10px;
  }
}
@media (max-width: 1180px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 38px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  p.big {
    font-size: 16px;
    line-height: 20px;
  }
  p.sm {
    font-size: 16px;
    line-height: 24px;
  }

  body {
    font-size: 16px;
    line-height: 22px;
  }

  .button {
    font-size: 16px;
    line-height: 18px;
  }

  .wrapper {
    padding-top: 98.39px;
  }

  .header {
    padding: 20px 0;
  }

  .content {
    padding: 60px 0;
  }
  .content__header {
    margin-bottom: 40px;
  }
  .content__inner-image {
    width: calc(50% - 10px);
  }
  .content__inner-content {
    width: calc(50% - 10px);
    max-width: unset;
  }
  .content__inner-content h3 {
    margin-bottom: 10px;
  }
  .content__inner-content .flag__row {
    margin-bottom: 20px;
  }

  .intro {
    padding: 40px 0;
  }
  .intro__inner {
    margin-bottom: 100px;
  }
  .intro__inner-image {
    right: -50px;
    width: calc(45% + 40px);
  }

  .review h2 {
    margin-bottom: 40px;
  }
  .review .slick-dotted.slick-slider {
    margin-bottom: 30px;
    padding-bottom: 40px;
  }

  .work h4 {
    margin-bottom: 32px;
  }
  .work__inner-row {
    margin: 0 -14px;
  }
  .workItem {
    margin: 8px;
    width: calc(33.3% - 16px);
  }

  .about h4 {
    margin-bottom: 32px;
  }

  .galleryItem {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .intro__inner-content {
    width: 100%;
    text-align: center;
  }
  .intro__inner-content .button {
    margin-bottom: 32px;
  }
  .intro__inner-image {
    width: 100%;
    position: static;
    margin: 0 auto 20px auto;
  }

  .partner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partnerItem {
    width: calc(25% - 6px);
  }

  .review h2 {
    margin-bottom: 30px;
  }
  .reviewSlider__item-text h6 {
    width: 100%;
  }
  .reviewSlider__item-text span {
    display: none;
  }
  .review .slick-dotted.slick-slider {
    margin-bottom: 40px;
    padding-bottom: 28px;
  }
}
@media (max-width: 860px) {
  .auto__container {
    padding: 0 30px;
  }

  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 98.39px;
    left: 0;
    width: 100%;
    height: calc(100% - 98.39px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1;
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    background: #0d1522;
  }
  .nav__inner-link {
    border: none;
    padding: 20px;
    display: block;
    text-align: center;
    width: unset;
    color: #f2f2f2;
    margin-right: 0;
    font-size: 24px;
    line-height: 1;
  }
  .nav__inner .button {
    display: none;
  }

  .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 25px;
  }
  .burger::before {
    top: 20%;
    width: calc(100% - 8px);
    height: 2px;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: calc(100% - 8px);
    height: 2px;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .burger::after {
    bottom: 20%;
    width: calc(100% - 8px);
    height: 2px;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .header.sticky {
    position: fixed;
    left: 0;
    -webkit-animation: 0.2s linear sticky;
            animation: 0.2s linear sticky;
    top: 0;
    background: #0d1522;
  }
  .header.sticky::before {
    display: none;
  }

  @-webkit-keyframes sticky {
    0% {
      top: -60px;
      opacity: 0;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }

  @keyframes sticky {
    0% {
      top: -60px;
      opacity: 0;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }
  .content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content__inner-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content__inner-image {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content.post {
    padding: 30px 0;
  }
  .content.post .content__inner-content {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content.post .content__inner-image {
    width: 100%;
    max-width: unset;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .side {
    display: none;
  }

  .work {
    padding: 30px 0;
  }
  .work h4 {
    margin-bottom: 24px;
  }
  .work__inner-row {
    margin: 0 -22px;
  }
  .workItem {
    width: calc(50% - 32px);
    margin: 16px;
  }

  .about {
    padding: 30px 0;
  }
  .about h4 {
    margin-bottom: 24px;
  }

  .galleryItem {
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .work h4 {
    margin-bottom: 16px;
  }
  .work__inner-row {
    margin: 0 -10px;
  }
  .workItem {
    width: calc(50% - 8px);
    margin: 4px;
  }

  .about h4 {
    margin-bottom: 16px;
  }
}
@media (max-width: 540px) {
  .auto__container {
    padding: 0 20px;
  }

  .wrapper {
    padding-top: 76.11px;
  }

  .header__inner-logo {
    width: 60px;
  }

  .nav {
    top: 76.11px;
    height: calc(100% - 76.11px);
  }

  .footer {
    padding: 20px 0;
    margin-top: 120px;
  }
  .footer__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .button {
    padding: 14px 20px;
  }

  .content h2 br {
    display: block;
  }
  .content__inner-content h3 {
    margin-bottom: 2px;
  }
  .content__inner-content .flag__row {
    margin-bottom: 30px;
  }
  .content .button {
    width: 100%;
    text-align: center;
  }

  .intro {
    padding: 0 0 50px 0;
  }
  .intro__inner {
    margin: 0 0 20px 0;
  }
  .intro__inner-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
  .intro__inner-content p.big {
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
  }
  .intro__inner-content p.sm {
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
  }
  .intro__inner-content .button {
    width: 100%;
    text-align: center;
    margin: 30px 0 40px 0;
  }
  .intro__inner-image {
    position: static;
    margin: 0;
    width: calc(50% - 20px);
    margin: 0 20px 0 0;
  }

  .partner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -10px;
  }
  .partnerItem {
    width: auto;
    height: 30px;
    margin: 5px 10px;
  }
  .partnerItem img {
    width: auto;
    height: 100%;
  }

  .review {
    padding: 30px 0;
  }
  .review h2 {
    margin-bottom: 20px;
  }
  .review h2 br {
    display: block;
  }

  .work h4 {
    padding: 6px;
  }
  .work__inner-row {
    margin: 0;
  }
  .workItem {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .workItem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner h6 {
    margin: 0 0 20px 0;
  }

  .intro__inner-image {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .intro__inner-content p.big {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}