@charset "UTF-8";
/** Generated by FG **/
@font-face {
  font-family: 'NeueAlteGrotesk-Regular';
  src: url("../fonts/NeueAlteGrotesk-Regular.eot");
  src: local("☺"), url("../fonts/NeueAlteGrotesk-Regular.woff") format("woff"), url("../fonts/NeueAlteGrotesk-Regular.ttf") format("truetype"), url("../fonts/NeueAlteGrotesk-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
  background: 0 0;
  outline-offset: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
}

p {
  margin: 0px;
  color: #101010;
}

input,
textarea,
button {
  outline: none;
}

button {
  cursor: pointer;
}

.container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0px 15px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: 'NeueAlteGrotesk-Regular';
  font-size: 24px;
  color: #101010;
  position: relative;
}

body.open {
  overflow: hidden;
}

a {
  color: #101010;
  font-size: 16px;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

.header__obertka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo-text {
  font-size: 24px;
  display: none;
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__contacts a:not(:last-child) {
  margin-right: 20px;
}

.header__logo {
  margin-right: 30px;
  display: block;
}

.header nav {
  margin-right: 231px;
}

.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header nav ul li {
  margin-right: 30px;
}

.header nav ul li.header__margin {
  margin-right: 0px;
}

.header nav ul li a:hover, .header__phone:hover {
  text-decoration: underline;
}

.header__btn {
  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: 179px;
  height: 50px;
  border: 1px solid #E28925;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__btn:hover {
  background-color: #E28925;
  color: #fff;
}

.header__svg:hover svg path {
  fill: #E28925;
}

.header nav ul li a img,
.header nav ul li.header__media,
.header nav ul li.header__media-icon,
.header nav ul li.header__media-phone,
.header nav ul li.header__media-btn {
  display: none;
}

.header__burger {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: none;
}

.header__burger-polosa1, .header__burger-polosa, .header__burger-polosa3 {
  background: #45494c;
  height: 3px;
  width: 100%;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  border-radius: 20%;
}

.header__burger-polosa1.open {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.header__burger-polosa.open {
  opacity: 0;
}

.header__burger-polosa3.open {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  bottom: 7px;
}

.header__burger-polosa3 {
  margin-bottom: 0px;
}

.apelsin {
  margin: 112px 0px;
}

.apelsin picture {
  display: block;
  width: 100%;
}

.apelsin p {
  line-height: 140%;
  letter-spacing: -0.01em;
  margin-top: 40px;
  width: 880px;
}

.apelsin__title-mini {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.006em;
  text-align: center;
}

.apelsin__title {
  font-size: 180px;
  letter-spacing: -0.04em;
  text-align: center;
  line-height: 114%;
  position: absolute;
  left: 0;
  width: 100%;
}

.apelsin__swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
}

.apelsin__button-left, .apelsin__button-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 10;
  cursor: pointer;
  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;
}

.apelsin__button-left {
  left: 52px;
}

.apelsin__button-right {
  right: 52px;
}

.apelsin__swiper-slide img {
  width: 100%;
}

.apelsin__pagination {
  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: 30px;
}

.apelsin__pagination .swiper-pagination-bullet {
  width: 100px;
  height: 4px;
  border-radius: 0px;
  background: #FFFFFF;
  opacity: 0.5;
  margin: 0 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.apelsin__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 8px;
  opacity: 1;
}

.apelsin .ourclients__border {
  border-bottom: none;
  margin-bottom: 0px;
  margin-top: 10px;
}

.ourclients {
  margin-bottom: 100px;
}

.ourclients__border {
  border-bottom: 1px solid #101010;
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
  height: 166px;
}

.ourclients__border a {
  display: block;
}

.ourclients picture img {
  width: 100%;
}

.ourclients picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ourclients__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(130px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-column-gap: 102px;
  grid-row-gap: 40px;
  margin-bottom: 80px;
}

.ourclients__video {
  position: relative;
}

.ourclients__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background: #ffffff;
  border-radius: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}

.ourclients__play:hover {
  background-color: #E28925;
}

.ourclients__play:hover svg path {
  fill: #ffffff;
}

.projects__blog {
  position: relative;
  margin-bottom: 100px;
}

.projects__bg-link {
  display: block;
}

.projects picture {
  display: block;
}

.projects__florida {
  position: absolute;
  top: 150px;
  left: 179px;
}

.projects__blog-text {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.projects__blog-text h3 {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 9px;
}

.projects__blog-text h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #e28925;
  border-radius: 50%;
}

.projects__blog-text h2 {
  font-size: 23.99px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 10px;
}

.projects__blog-text a {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ffffff;
}

.projects__radius {
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid #e289254f;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.projects__radius.position {
  position: absolute;
  top: 310px;
  left: 596px;
}

.projects__radius.position1 {
  position: absolute;
  top: 298px;
  left: 655px;
}

.projects__radius.position2 {
  position: absolute;
  top: 208px;
  left: 769px;
}

.projects__radius:before {
  position: absolute;
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #e2892594;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.projects__radius::after {
  display: block;
  border-radius: 50%;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #E28925;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.projects .ourclients__border {
  margin-bottom: 0px;
}

.projects__florida-blog {
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.projects__florida-blog.open {
  height: auto;
  height: 479px;
  opacity: 1;
}

.projects__florida-blog.active {
  opacity: 0;
  visibility: hidden;
}

.projects__florida-blog.position {
  left: 716px;
}

.projects__florida-blog.position1 {
  left: 683px;
  top: -100px;
}

.projects__about {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.projects__loft {
  display: inline-block;
  margin-left: 60px;
  width: 424px;
  line-height: 150%;
  letter-spacing: -0.01em;
  font-size: 24px;
  margin-bottom: 100px;
}

.projects__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects__flex.padding {
  padding-left: 52px;
  margin-bottom: 110px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.projects__flex.padding1 {
  padding-right: 52px;
}

.projects__items.width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 424px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 32px;
}

.projects__items.margin {
  margin-right: 32px;
}

.projects__items.margin img {
  width: 100%;
}

.projects__items p {
  line-height: 150%;
  letter-spacing: -0.01em;
  font-size: 24px;
}

.projects__items.width1 img {
  width: 100%;
}

.projects__smotret {
  max-width: 1440px;
  font-size: 75.76px;
  line-height: 100%;
  text-align: right;
  letter-spacing: -0.04em;
  color: #DCDCDC;
  margin: 0 auto;
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 52px;
}

.projects__smotret svg {
  width: 76px;
  height: 76px;
}

.projects__smotret:hover {
  color: #E28925;
}

.projects__smotret:hover svg path {
  fill: #E28925;
}

.projects__smotret svg {
  margin-left: 20px;
}

.projects__bg {
  width: 100%;
  margin-bottom: 30px;
}

.projects__smotret-svg1 {
  display: none;
}

.team {
  margin-top: 80px;
}

.team picture {
  display: block;
  width: 100%;
}

.team__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team__blog.width p {
  width: 424px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.team__blog p:not(:last-child) {
  margin-bottom: 40px;
}

.team__swiper-container {
  position: relative;
  overflow: hidden;
  max-width: 932px;
}

.team__swiper-slide {
  cursor: pointer;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.team__swiper-slide img {
  width: 100%;
}

.team .ourclients__border {
  margin-bottom: 80px;
}

.team h4 {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin-top: 20px;
  margin-left: 20px;
}

.team__personah {
  color: #90949B;
  margin-top: 5px;
  line-height: 150%;
  letter-spacing: -0.01em;
  font-size: 18px;
  margin-left: 20px;
}

.team__paragraf {
  width: 404px;
  margin-left: 52px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.team__blog.margin {
  margin-top: 128px;
}

.team__flex.margin {
  padding-right: 52px;
  margin-top: -82px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.team__flex.margin1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-right: 52px;
}

.team__hover {
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  -webkit-filter: grayscale(99%);
  filter: grayscale(99%);
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
}

.team__swiper-slide:hover .team__hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team__blog.padding:hover .team__hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team__paragraf.media1 {
  display: none;
}

.servisec {
  margin-top: 70px;
  margin-bottom: 70px;
}

.servisec__new {
  height: 115px;
  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;
  border-bottom: 1px solid #101010;
  line-height: 150%;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.servisec__new a {
  font-size: 0px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.servisec__new:hover a {
  font-size: 24px;
}

.servisec__new a svg {
  margin-left: 10px;
}

.servisec__new a:hover {
  color: #E28925;
}

.servisec__new a:hover svg path {
  fill: #E28925;
}

.servisec .ourclients__border {
  margin-bottom: 20px;
}

.instagram__swiper-container {
  overflow: hidden;
}

.instagram .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.instagram .swiper-slide img {
  width: 100%;
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 70px 0px 0px;
}

.footer__bg {
  position: absolute;
  bottom: -3px;
  left: 244px;
  z-index: -1;
}

.footer .apelsin__title {
  line-height: 100%;
  letter-spacing: -0.05em;
}

.footer .ourclients__border {
  margin-bottom: 80px;
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.footer label {
  display: block;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #90949b;
  margin-bottom: 15px;
  cursor: pointer;
}

.footer input,
.footer textarea {
  display: block;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #101010;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
}

.footer textarea {
  padding: 12px 0px 12px;
  resize: none;
  margin-bottom: 30px;
}

.footer button {
  width: 100%;
  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;
  height: 50px;
  background: #101010;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer button:hover {
  background-color: #e28925;
}

.footer__blog {
  width: 653px;
}

.footer__blog:not(:last-child) {
  margin-right: 30px;
}

.footer__personal {
  font-size: 13.5px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #90949b;
  margin-bottom: 80px;
}

.footer__flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .header__svg {
  display: inline-block;
}

.footer__blog-bottom {
  margin-bottom: 40px;
}

.footer__blog-bottom a {
  font-size: 18px;
}

.footer__blog-bottom span:not(:last-child) {
  display: inline-block;
  margin-bottom: 10px;
}

.footer__blog-bottom a:hover {
  text-decoration: underline;
}

.footer__blog-bottom:nth-child(1) {
  width: 352px;
}

.footer__blog-bottom:nth-child(2) {
  width: 184px;
}

.footer__blog-bottom:nth-child(3) {
  width: 123px;
}

.footer__blog-bottom:nth-child(3) a {
  margin-right: 20px;
}

.footer__blog-bottom:nth-child(3) a:last-child {
  margin-right: 0px;
}

.footer__blog-bottom:nth-child(4) {
  width: 282px;
  text-align: right;
}

.footer__blog-bottom:nth-child(4) a {
  margin-bottom: 10px;
}

.footer__blog-bottom:not(:last-child) {
  margin-right: 10px;
}

.design .ourclients__border {
  margin-top: 112px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.design picture {
  display: block;
}

.design .apelsin {
  margin-top: 0px;
  margin-bottom: 46px;
}

.design__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.design__blog {
  display: block;
  width: 100%;
}

.design__title {
  font-size: 31.98px;
  line-height: 120%;
}

.design__flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 96px;
  padding-left: 15px;
}

.design__flex1 img {
  width: 100%;
}

.design__flex1.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 15px;
  padding-left: 0px;
}

.design__flex span,
.design__flex1 span {
  font-size: 31.98px;
  line-height: 120%;
}

.design__item {
  width: 424px;
  margin-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.design__item.left {
  margin-right: 0px;
  margin-left: 32px;
}

.design__item .projects__smotret {
  width: 385px;
}

.design .projects__smotret {
  padding-right: 0px;
  margin: 0px;
  font-size: 56.83px;
  padding-left: 0px;
}

.design__images img {
  width: 100%;
}

.design .apelsin img {
  width: 100%;
}

.design .apelsin p {
  width: 424px;
}

.about {
  padding-top: 146px;
}

.about .ourclients__border {
  margin-bottom: 50px;
}

.about .apelsin__title {
  font-size: 130px;
  line-height: 127%;
}

.about .projects__bg-link {
  margin-top: 100px;
}

.about h3 {
  font-size: 42.63px;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-top: 100px;
  margin-bottom: 40px;
}

.about__works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__works-items {
  width: 175px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.about__hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
}

.about__projects {
  margin-top: 180px;
}

.about__projects .projects__smotret {
  padding-right: 0px;
  margin: 0px;
  font-size: 56.83px;
  padding-left: 0px;
}

.about__projects .apelsin__title {
  font-size: 180px;
  line-height: 106%;
}

.about__projects .ourclients__border {
  border-bottom: none;
  margin-bottom: 0px;
}

.about__projects .projects__bg-link {
  margin-top: 0px;
}

.about__projects .projects__bg-link img {
  width: 100%;
}

.about__paragraf {
  line-height: 140%;
  letter-spacing: -0.01em;
  width: 424px;
  margin-top: 110px;
  margin-bottom: 110px;
}

.about__nav .projects__smotret.left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 50px;
}

.about__nav .projects__smotret.left svg {
  margin-left: 0px;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hunter .ourclients__border {
  margin-bottom: 110px;
  margin-top: 0px;
  border-bottom: 1px solid #101010;
}

.hunter__swiper-container {
  position: relative;
  overflow: hidden;
}

.hunter__dom {
  margin-bottom: 30px;
  font-size: 31.98px;
  line-height: 120%;
  letter-spacing: -0.01em;
}

.hunter .apelsin {
  margin-bottom: 0px;
}

.hunter .design__title {
  font-size: 23.99px;
  line-height: 140%;
  letter-spacing: -0.01em;
  width: 318px;
}

.hunter .design__flex {
  margin-bottom: 111px;
}

.hunter .projects__smotret {
  margin: 0px;
  font-size: 56.83px;
  line-height: 100%;
  letter-spacing: -0.01em;
  padding-right: 0px;
  padding-left: 0px;
}

.hunter__news .design__title {
  font-size: 31.98px;
  line-height: 120%;
  letter-spacing: -0.01em;
  width: auto;
}

.hunter__text {
  line-height: 140%;
  letter-spacing: -0.01em;
  height: 100%;
  margin-top: 30px;
}

.hunter__swiper-news {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
}

.hunter__news .hunter__swiper-news {
  max-width: 932px;
  margin: 0px;
}

.hunter__inner .apelsin__swiper-container {
  max-width: 100%;
}

.hunter__inner {
  margin-top: 40px;
}

.hunter__inner picture {
  display: block;
}

.hunter .about__nav {
  margin-top: 140px;
}

.nature {
  padding-top: 146px;
}

.nature .apelsin__title {
  font-size: 130px;
  line-height: 130%;
}

.nature .projects__smotret {
  margin: 0px;
  font-size: 56.83px;
  line-height: 100%;
  letter-spacing: -0.01em;
  padding-right: 0px;
  padding-left: 0px;
}

.nature__swiper-container {
  overflow: hidden;
}

.nature__swiper-container:not(:last-child) {
  margin-bottom: 80px;
}

.nature .swiper-slide a {
  width: 100%;
}

.nature .swiper-slide img {
  width: 100%;
}

.nature__images:not(:last-child) {
  margin-right: 20px;
}

.nature__images img {
  width: 100%;
}

.nature__bg {
  width: 100%;
}

.nature__bg img {
  width: 100%;
}

.nature .instagram {
  margin-bottom: 110px;
}

.nature .ourclients__border {
  margin-bottom: 30px;
}

.nature__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.nature__flex.bottom {
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.nature__images-bg {
  width: 100%;
  margin-bottom: 80px;
}

.nature__images-bg img {
  width: 100%;
}

.nature__items {
  width: 652px;
}

.nature__items p {
  line-height: 140%;
  letter-spacing: -0.01em;
}

.nature__items p.right {
  text-align: right;
}

.nature__items p.media {
  display: none;
}

.nature__items p:not(:last-child) {
  margin-bottom: 110px;
}

.nature__items:not(:last-child) {
  margin-right: 32px;
}

.addvantage {
  padding-top: 156px;
}

.addvantage picture {
  display: block;
}

.addvantage__flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 32px;
  grid-row-gap: 20px;
}

.addvantage .about__nav {
  margin-top: 192px;
}

.addvantage .projects__smotret {
  margin: 0px;
  font-size: 56.83px;
  line-height: 100%;
  letter-spacing: -0.01em;
  padding-right: 0px;
  padding-left: 0px;
}

.addvantage__flex a {
  position: relative;
}

.addvantage__position {
  -webkit-transition: all  0.4s ease;
  transition: all  0.4s ease;
}

.addvantage__flex a:hover .addvantage__position {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.addvantage__opacyti {
  opacity: 0;
}

.addvantage__flex img {
  width: 100%;
}

.addvantage .team {
  margin-bottom: 80px;
}

.addvantage__projects .apelsin__title {
  font-size: 128px;
  line-height: 130%;
}

.addvantage__projects .ourclients__border {
  margin-bottom: 0px;
}

.addvantage .ourclients__grid {
  margin: 0px;
}

.addvantage .ourclients__grid.margin {
  margin-bottom: 40px;
  margin-top: 80px;
}

.addvantage .ourclients__grid img {
  width: 100%;
}

.addvantage .ourclients__border.margin {
  margin-top: 100px;
}

.addvantage .ourclients__border.margin .apelsin__title {
  font-size: 130px;
  line-height: 128%;
}

.news {
  padding-top: 146px;
}

.news .projects__smotret {
  margin: 0px;
  font-size: 56.83px;
  line-height: 100%;
  letter-spacing: -0.01em;
  padding-right: 0px;
  padding-left: 0px;
}

.news .about__nav {
  margin-top: 140px;
}

.news__video .ourclients__border {
  margin-bottom: 0px;
  border: none;
}

.news .ourclients__video img {
  width: 100%;
}

.news__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 880px;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.news picture {
  display: block;
}

.news__flex:not(:last-child) {
  margin-bottom: 100px;
}

.news__text p {
  margin-bottom: 40px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.contact {
  padding-top: 156px;
}

.contact .apelsin__title {
  line-height: 105%;
}

.contact h4 {
  font-weight: 500;
  font-size: 23px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #bdbdbd;
  margin-bottom: 2px;
  margin-top: 30px;
}

.contact h4.margin {
  margin-top: 0px;
}

.contact p {
  font-size: 23px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #101010;
}

.contact p a {
  font-size: 23px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #101010;
}

.contact .ourclients__border {
  margin-bottom: 50px;
}

.contact__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__items {
  width: 456px;
}

.contact__items:nth-child(1) {
  margin-right: 228px;
}

.contact iframe {
  width: 100%;
}

.contact__btn {
  width: 100%;
  height: 49px;
  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;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #90949b;
  border: 1px solid #90949B;
  margin-top: 30px;
  display: none;
}

.contact__btn img {
  margin-right: 14px;
}

.contact #map {
  margin-top: 50px;
}

.contact__items.media--bottom {
  display: none;
}

[data-aos="new-animation"] {
  bottom: -166px;
}

[data-aos="new-animation"].aos-animate {
  bottom: -41px;
}

#modal {
  padding: 20px;
  width: 1000px;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  display: none;
}

.fancybox-content iframe {
  width: 100%;
  height: 556px;
  overflow: hidden;
  border-radius: 20px;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 0px;
  right: -12px;
  top: -6px;
}

.fancybox-slide--html .fancybox-close-small svg {
  width: 30px;
  height: 30px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
