/*font-family: 'Cormorant', serif;*/
/*font-family: 'Inter', sans-serif;*/
/*&:after {
  content: "";
  display: table;
  clear: both;}*/
body {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  min-width: 320px;
  position: relative;
  background: #f9f0eb;
  max-width: 3000px;
  margin: auto;
  color: #ffffff;
}

header,
section,
footer {
  margin: auto;
}

a {
  text-decoration: none;
}
a:focus {
  outline: none !important;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
button {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

figure {
  margin: 0;
}
figure img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
}

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

p,
a {
  color: #ffffff;
  margin: 0;
}

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.content-width {
  width: 1560px;
  margin: auto;
}

h1 {
  font-family: "Platform", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 120px;
  margin: 0 0 30px;
}

h2 {
  font-family: "Platform", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 120px;
  margin: 0 0 30px;
}

h3 {
  font-family: "Platform", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
}

h4 {
  font-family: "Platform", sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
}

h5 {
  font-family: "Platform", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}

h6 {
  font-family: "Platform", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}

input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input,
textarea,
button {
  outline: none !important;
}

/*---------------------------------HEADER----------------------------------*/
header {
  position: fixed;
  z-index: 99999;
  max-height: 0;
}
header .content-width-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
header .content-width-full .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  top: 13px;
}
header .open-menu {
  width: 32px;
  margin-left: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
header .open-menu a {
  display: block;
  width: 100%;
  height: 30px;
}
header .open-menu a span {
  float: left;
  display: block;
  background: #ffffff;
  border-radius: 2px;
  height: 3px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .open-menu a span + span {
  margin-top: 6px;
}
header .lang-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
header .lang-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.25)),
    to(rgba(255, 255, 255, 0.0375))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.0375) 100%
  );
  -webkit-box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  border-radius: 35px;
}
header .lang-wrap ul:after {
  width: 40px;
  height: 24px;
  position: absolute;
  content: "";
  border-radius: 15px;
  background: #ffffff;
  top: 0;
  left: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .lang-wrap ul li {
  width: 40px;
  position: relative;
  z-index: 1;
}
header .lang-wrap ul li a {
  display: inline-block;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  width: 40px;
  color: rgba(255, 255, 255, 0.5);
}
header .lang-wrap ul li.is-current a {
  color: #444444;
}
header .lang-wrap ul.is-left:after {
  left: 0;
}

.top-line {
  padding: 25px 0 0;
  max-height: 0;
}
.top-line .content-width-full {
  max-height: 0;
}

header .content-width-full .right {
  max-height: 0;
}

/*--------------------------------END-HEADER----------------------------------*/
/*--------------------------------HOME-PAGE----------------------------------*/
.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg + * {
  position: relative;
  z-index: 1;
}

.home-top-section {
  position: relative;
}
.home-top-section .bg {
  background-color: #ef9bb5;
}

.top-slider {
  width: 100%;
}
.top-slider .swiper-slide-2 {
  background-color: #ed0a30;
}
.top-slider .swiper-slide .content-width {
  height: 100vh;
  padding: 150px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.top-slider .swiper-slide .content-width .text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.top-slider .swiper-slide p {
  font-family: "Platform", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  -webkit-transform: translate(0px, 30px) rotateX(0deg);
  transform: translate(0px, 30px) rotateX(0deg);
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.top-slider .swiper-slide .btn-wrap {
  margin-top: 30px;
  text-align: center;
}
.top-slider .swiper-slide .btn-wrap .btn-default {
  height: 54px;
  line-height: 54px;
}
.top-slider h1,
.top-slider h2 {
  font-size: 90px;
  line-height: 99px;
  margin-bottom: 8px;
  -webkit-transform: translate(0px, 30px) rotateX(0deg);
  transform: translate(0px, 30px) rotateX(0deg);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  text-align: center;
}
.top-slider .swiper-slide-active h1,
.top-slider .swiper-slide-active h2,
.top-slider .swiper-slide-active p {
  -webkit-transform: translate(0px, 0) rotateX(0deg);
  transform: translate(0px, 0) rotateX(0deg);
  opacity: 1;
}
.top-slider .swiper-pagination {
  right: 40px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
  bottom: inherit;
  width: 27px;
  left: inherit;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.7;
  margin: 12px 0 !important;
}
.top-slider .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 0.7;
  width: 17px;
  height: 17px;
}

.fancybox-fx-slide-in-out.fancybox-slide--previous {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--next {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--current {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu-responsive {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden auto;
  background: transparent;
  margin: 0;
}
.menu-responsive .fancybox-close-small {
  display: none;
}
.menu-responsive .menu-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  background: #000;
  overflow: hidden;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  padding: 120px 30px 30px;
  height: 100vh;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-responsive .menu-wrap .item {
  width: 30%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.menu-responsive .menu-wrap .item h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.menu-responsive .menu-wrap .item-3 {
  border-right: 0;
}
.menu-responsive .menu-wrap .item-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-responsive .menu-wrap .item-1 h6 {
  max-width: 360px;
}
.menu-responsive .menu-wrap .item-1 .top ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-responsive .menu-wrap .item-1 .top ul li {
  display: inline-block;
  margin-right: 20px;
}
.menu-responsive .menu-wrap .item-1 .top ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.menu-responsive .menu-wrap .item-1 .top ul li a i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 12px;
}
.menu-responsive .menu-wrap .item-1 .top ul li a span {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin-right: 6px;
}
.menu-responsive .menu-wrap .item-1 .top ul li a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-responsive .menu-wrap .item-1 .top ul li a:hover span:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.menu-responsive .menu-wrap .item-1 .top ul li:last-child {
  margin-right: 0;
}
.menu-responsive .menu-wrap .item-1 .bottom {
  max-width: 390px;
}
.menu-responsive .menu-wrap .item-1 .bottom p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
.menu-responsive .menu-wrap .item-1 .bottom ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-responsive .menu-wrap .item-1 .bottom ul li {
  margin: 10px 10px 0 0;
}
.menu-responsive .menu-wrap .item-1 .bottom ul li a {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 12px;
  line-height: 22px;
  padding: 0 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.menu-responsive .menu-wrap .item-1 .bottom ul li a:hover {
  background: #fdbfca;
  border-color: #fdbfca;
}
.menu-responsive .menu-wrap .item-2 {
  padding: 0 35px;
  width: 40%;
}
.menu-responsive .menu-wrap .item-2 .top-menu {
  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;
  height: 100%;
}
.menu-responsive .menu-wrap .item-2 .top-menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
}
.menu-responsive .menu-wrap .item-2 .top-menu ul li a:hover {
  color: #fdbfca;
}
.menu-responsive .menu-wrap .item-3 {
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header .open-menu.is-active a span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}
header .open-menu.is-active a span:nth-child(2) {
  opacity: 0;
}
header .open-menu.is-active a span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -9px;
}

.btn-default {
  display: inline-block;
  outline: none !important;
  cursor: pointer;
  border: none;
  /* background: #EC99B3;*/
  background: #fdbfca;
  border-radius: 35px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 25px;
}
.btn-default i {
  margin-right: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-default i:before {
  content: url("../img/icon-1002.svg");
}
.btn-default i {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 12px;
}
.btn-default:hover {
  background: #fff;
  color: #444444;
}
.fix.black .btn-default:hover i {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.btn-white {
  background: #fff;
  color: #000;
  height: 54px;
  line-height: 54px;
}
.btn-white:hover {
  background: #fdbfca;
  color: #fff;
}

.bg-img-section {
  background: transparent;
  height: 100vh;
  position: relative;
}
.bg-img-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-img-section .hover-block {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
}
.bg-img-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-img-section.is-play .hover-block {
  opacity: 0;
  visibility: hidden;
}

.about {
  padding: 313px 0 280px;
  background: #f9f0eb;
}
.about h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 90px;
  text-align: center;
  color: #444444;
  margin-bottom: 0 !important;
}
.about h2 a {
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 90px;
  text-align: center;
  color: #444444;
  display: inline-block;
  position: relative;
  font-family: "Platform", sans-serif;
}
.about h2 a:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #444444;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about h2 a:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.about h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 78px;
  text-align: center;
  color: #444444;
  margin-bottom: 260px;
}
.about h3 a {
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 78px;
  text-align: center;
  color: #444444;
  font-family: "Platform", sans-serif;
}
.about h3 a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #444444;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about h3 a:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.about .content {
  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 .content .item {
  width: calc(50% - 15px);
  margin-bottom: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 20px 0;
}
.about .content .item figure {
  width: 100%;
  height: 460px;
  position: relative;
}
.about .content .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about .content .item figure .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}
.about .content .item figure .text h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #444444;
  margin-bottom: 10px;
  font-family: "Platform", sans-serif;
}
.about .content .item figure .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  margin: 0;
  color: #444444;
}
.about .content .item .text-wrap {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent;
  padding: 20px 0 10px;
}
.about .content .item .text-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .content .item .text-wrap ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.about .content .item .text-wrap ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #444444;
  border: 1px solid #444444;
  border-radius: 12px;
  padding: 0 6px;
  background: transparent;
}
.about .content .item .text-wrap ul li a:hover {
  background: #fff;
}
.about .content .item:hover {
  padding: 15px 0 25px;
}
.about .btn-wrap {
  text-align: center;
  width: 100%;
  margin-top: 45px;
}

.pre-footer {
  padding: 204px 0 175px;
  background: #0a0a0a;
}
.pre-footer h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 120px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}
.pre-footer ul {
  margin-top: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pre-footer ul li {
  display: inline-block;
  margin: 0 15px 30px;
}
.pre-footer ul li a {
  display: inline-block;
  border: 3px solid #ffffff;
  border-radius: 43px;
  font-style: normal;
  font-weight: 500;
  font-size: 53px;
  line-height: 82px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 22px;
  height: 88px;
}
.pre-footer ul li a:hover {
  background-color: pink;
  border: 3px solid pink;
}
.pre-footer ul li img {
  margin-left: 15px;
  position: relative;
  vertical-align: top;
}

.footer {
  padding: 60px 0 50px;
  background: #0a0a0a;
  border-top: 1px solid #fff;
  position: relative;
}
.footer .content-width {
  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;
}
.footer .left {
  width: 440px;
}
.footer .left h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer .left ul {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .left ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer .left ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.footer .left ul li a i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 12px;
}
.footer .left ul li a span {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin-right: 6px;
}
.footer .left ul li a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .left ul li a:hover span:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.footer .left ul li:last-child {
  margin-right: 0;
}
.footer .right {
  width: calc(100% - 780px);
  padding-top: 20px;
}
.footer .right .soc-wrap {
  display: none;
}
.footer .right .soc-wrap ul {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .right .soc-wrap ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer .right .soc-wrap ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
.footer .right .soc-wrap ul li a i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 12px;
}
.footer .right .soc-wrap ul li a span {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  margin-right: 6px;
}
.footer .right .soc-wrap ul li a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .right .soc-wrap ul li a:hover span:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.footer .right .soc-wrap ul li:last-child {
  margin-right: 0;
}
.footer .right .footer-menu {
  width: 500px;
}
.footer .right .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .right .footer-menu ul li {
  width: 200px;
  margin-bottom: 10px;
}
.footer .right .footer-menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Platform", sans-serif;
}
.footer .right .footer-menu ul li a:hover {
  color: #fdbfca;
}
.footer .bottom {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer .bottom ul {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 90px;
}
.footer .bottom ul li {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .bottom ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .bottom ul li a:hover {
  color: white;
}
.footer .bottom ul li:last-child {
  margin-bottom: 0;
}
.footer .bottom p {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.btn-border-black {
  border: 1px solid #444444;
  background: transparent;
  line-height: 54px;
  height: 54px;
  color: #444444;
}
.btn-border-black:hover {
  background: #fdbfca;
  color: #fff;
  border-color: #fdbfca;
}

.about .content .item figure .text {
  width: 100%;
}
.about .content .item figure .text h5 {
  text-align: center;
}

/*-------------------------------END-HOME-PAGE----------------------------------*/
/*----------------------------PAGE-UX-DESIGN----------------------------------*/
.ux-section {
  padding: 200px 0 250px !important;
  background: #f9f0eb;
}
.ux-section h1 {
  max-width: 430px;
  color: #444444;
  margin-bottom: 60px;
}
.ux-section .content {
  width: 100%;
  margin: auto;
  max-width: 1000px;
}
.ux-section .text {
  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;
}
.ux-section .text .left {
  width: 390px;
}
.ux-section .text .right {
  width: 390px;
}
.ux-section .text .full {
  width: 100%;
  margin-top: 30px;
}
.ux-section .text .full > a span {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #444444;
}
.ux-section .text .full > a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #444444;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ux-section .text .full > a i {
  margin-left: 5px;
  color: #444444;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 16px;
}
.ux-section .text .full > a img {
  margin-left: 5px;
  position: relative;
  vertical-align: top;
  top: 1px;
}
.ux-section .text .full > a:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.ux-section .text .full .btn-default {
  margin-top: 60px;
}
.ux-section p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #444444;
  margin-bottom: 20px;
}
.ux-section p + ul {
  margin-top: -20px;
}
.ux-section ul {
  margin-bottom: 20px;
}
.ux-section ul li {
  padding-left: 20px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #444444;
}
.ux-section ul li:before {
  width: 2px;
  height: 2px;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 10px;
  content: "";
  background: #444444;
}

header.black .lang-wrap ul li a {
  color: rgba(68, 68, 68, 0.5);
}
header.black .open-menu a span {
  background: #030304;
}
header.black .lang-wrap ul li.is-current a {
  color: #444444;
}
header.black .logo-wrap img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.is-menu header.black .top-line .logo-wrap img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.is-menu header.black .lang-wrap ul li a {
  color: #fff;
}
.is-menu header.black .open-menu a span {
  background: #fff;
}
.is-menu header.black .lang-wrap ul li.is-current a {
  color: #444444;
}

/*---------------------------END-PAGE-UX-DESIGN----------------------------*/
/*---------------------------PAGE-WEB-DESIGN----------------------------*/
.bg-black {
  background: #000;
  position: relative;
  z-index: 10;
}

.web-design {
  position: relative;
}
.web-design .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.web-design .content-width {
  padding: 370px 0 230px;
}
.web-design h1 {
  margin-bottom: 265px;
  max-width: 730px;
}
.web-design .right {
  padding-left: 62%;
  margin-bottom: 370px;
}
.web-design .right .btn-wrap-right {
  text-align: right;
  margin-bottom: 42px;
}
.web-design .right h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 30px;
}
.web-design .right p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 60px;
}

.btn-border-white {
  border: 1px solid #ffffff;
  height: 50px;
  line-height: 48px;
  color: #fff;
  background: transparent;
}
.btn-border-white:hover {
  background: #fff;
  color: #444444;
}

.faq {
  width: 950px;
  margin: auto;
}
.faq h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 120px;
  color: #ffffff;
  margin-bottom: 60px;
  max-width: 600px;
}

.accordion {
  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;
}
.accordion li {
  width: 390px;
  counter-increment: li;
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.accordion li:before {
  position: absolute;
  top: 0;
  left: -30px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}

.accordion-thumb {
  position: relative;
  cursor: pointer;
}
.accordion-thumb:after {
  position: absolute;
  top: 2px;
  right: -15px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.accordion-thumb p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}

.accordion-panel {
  display: none;
  margin-top: 15px;
}

.is-active .accordion-thumb {
  position: relative;
  cursor: pointer;
}
.is-active .accordion-thumb:after {
  content: "\f068";
}

.project {
  padding: 340px 0 200px;
  overflow: hidden;
}
.project h2 {
  margin-bottom: 35px;
  color: #444444;
}
.project .title {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
}
.project .title p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #444444;
  width: 450px;
}

.project-slider {
  overflow: visible;
}
.project-slider .swiper-slide {
  position: relative;
  height: 460px;
}
.project-slider .swiper-slide .bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-slider .swiper-slide .bg-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-slider .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  text-align: center;
  z-index: 3;
}
.project-slider .swiper-slide .text h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #444444;
  margin-bottom: 15px;
  text-align: center;
}
.project-slider .swiper-slide .bottom {
  padding: 0 20px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.project-slider .swiper-slide .bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #444444;
}

.project .mob-block {
  display: none;
}
.project .mob-block .item {
  position: relative;
}
.project .mob-block .item .bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project .mob-block .item .bg-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.project .mob-block .item .bg-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project .mob-block .item .bg-slide .img-wrap {
  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;
}
.project .mob-block .item .bg-slide .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.project .mob-block .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  text-align: center;
  z-index: 3;
}
.project .mob-block .item .text h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #444444;
  margin-bottom: 15px;
  text-align: center;
}
.project .mob-block .item .bottom {
  padding: 0 20px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.project .mob-block .item .bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #444444;
}

.popup-default {
  width: 1560px;
  background: #0a0a0a;
  border-radius: 20px;
  padding: 90px 50px 50px;
}
.popup-default .fancybox-close-small:after {
  display: none;
}
.popup-default .fancybox-close-small:before {
  position: absolute;
  top: 25px;
  right: 50px;
  content: url("../img/icon-5.svg");
  cursor: pointer;
}
.popup-default .fancybox-close-small:hover {
  opacity: 0.7;
}

.popup-work .fancybox-button svg {
  display: none;
}
.popup-work .fancybox-close-small:before {
  right: 25px !important;
}
.popup-work .popup-main {
  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;
}
.popup-work .left {
  width: 415px;
}
.popup-work .left h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.popup-work .left p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  max-width: 340px;
  margin: 0 auto 40px;
}
.popup-work .right {
  width: calc(100% - 450px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.popup-work .right .item-wrap {
  margin-left: 10px;
}
.popup-work .right .item-wrap .item {
  position: relative;
  border: 1px solid #000000;
  border-radius: 20px;
  background: #000;
  overflow: hidden;
  padding: 20px;
}
.popup-work .right .item-wrap .item .bg-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup-work .right .item-wrap .item .bg-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup-work .right .item-wrap .item h4 {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 10px;
}
.popup-work .right .item-wrap .item .btn-wrap {
  position: relative;
  z-index: 2;
}
.popup-work .right .item-wrap .item-1 {
  height: 210px;
  margin-bottom: 10px;
}
.popup-work .right .item-wrap .item-2 {
  height: 273px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup-work .right .video-wrap {
  border: 1px solid #000000;
  border-radius: 20px;
  width: 390px;
  overflow: hidden;
  position: relative;
  height: 493px;
}
.popup-work .right .video-wrap .hover-block-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.popup-work .right .video-wrap .hover-block-popup:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/icon-2.svg") no-repeat center;
  background-size: contain;
}
.popup-work .right .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #000;
}

.form-default {
  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;
}
.form-default .input-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.form-default .input-wrap label {
  display: none;
}
.form-default .input-wrap input {
  width: 100%;
  outline: none;
  padding: 0 25px;
  background: #ffffff;
  -webkit-box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  border-radius: 35px;
  height: 50px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #444444;
  border: none;
}
.form-default .input-wrap input::-webkit-input-placeholder {
  color: #444444;
}
.form-default .input-wrap input::-moz-placeholder {
  color: #444444;
}
.form-default .input-wrap input:-ms-input-placeholder {
  color: #444444;
}
.form-default .input-wrap input:-moz-placeholder {
  color: #444444;
}
.form-default .input-wrap-submit {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.form-default .input-wrap-submit .btn-default {
  height: 50px;
  line-height: 50px;
}

.traveling {
  padding: 180px 0 275px !important;
}
.traveling h2 {
  color: #444444;
  margin-bottom: 60px;
  position: relative;
  max-width: 535px;
}
.traveling h2 img {
  position: absolute;
  top: 30px;
  left: -110px;
}
.traveling p {
  margin-bottom: 60px;
  max-width: 390px;
  color: #444444;
}
.traveling .text {
  padding-left: 385px;
}

.fix {
  position: fixed;
  z-index: 99;
  bottom: 35px;
  right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*mix-blend-mode: difference;*/
}
.fix .top-site {
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  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;
  background: transparent;
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
  border-radius: 100%;
}
.fix .top-site:hover {
  background: #fdbfca;
  border-color: #fdbfca;
  color: #fff;
}
.fix .btn-default:hover {
  background: #fdbfca;
  border-color: #fdbfca;
  color: #fff;
}

.fix.black .top-site {
  background: #fdbfca;
  border-color: #fdbfca;
  color: #fff;
}
.fix.black .top-site:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.fix.black .btn-default {
  background: #fdbfca;
  border-color: #fdbfca;
  color: #fff;
}
.fix.black .btn-default:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.accordion-thumb p {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion-thumb p:hover {
  color: #fdbfca;
}

.summary {
  padding: 200px 0 100px;
  background-color: #ef9bb5;
}
.summary .title {
  width: 780px;
  margin-bottom: 120px;
}
.summary .title h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.summary ul {
  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;
  margin-left: 25%;
  width: 975px;
}
.summary ul li {
  counter-increment: li;
  position: relative;
  list-style-type: none;
  width: 390px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 60px;
}
.summary ul li h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  position: relative;
  color: #ffffff;
  margin-bottom: 30px;
}
.summary ul li h6:before {
  position: absolute;
  bottom: 5px;
  left: -40px;
  content: "0" counter(li);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: "Platform", sans-serif;
}
.summary ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
.summary ul li:first-child {
  margin-right: 390px;
}
.summary ul li:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.summary ul li:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.summary ul li:nth-child(n + 5) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.summary ul li:nth-child(n + 6) {
  margin-left: calc(100% - 390px);
}

.wordpress {
  padding: 280px 0 280px;
  position: relative;
}
.wordpress figure {
  position: absolute;
  left: 0;
  bottom: 280px;
}
.wordpress .text-wrap {
  margin-left: 50%;
}
.wordpress h2 {
  color: #444444;
  margin-bottom: 60px;
}
.wordpress p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #444444;
  margin-bottom: 60px;
  max-width: 600px;
}
.wordpress ul {
  margin-bottom: 60px;
}
.wordpress ul li {
  margin-bottom: 36px;
  position: relative;
  color: #444444;
  padding-left: 30px;
  max-width: 600px;
}
.wordpress ul li img {
  position: absolute;
  top: 0;
  left: 0;
}

.about .content .item .text-wrap ul li a:hover {
  background: #fdbfca;
  border-color: #fdbfca;
  color: #fff;
}

/*--------------------------END-PAGE-WEB-DESIGN----------------------------*/
/*--------------------------FULLPAGES----------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.bg-img-section .hover-block {
  /*   background: url("../img/img-1.jpg")no-repeat center fixed;
     background-size: cover;*/
}

.section {
  padding: 100px 0 100px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.p-0 {
  padding: 0 !important;
}

.pre-footer ul li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pre-footer ul li img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 30px;
  margin-right: 15px;
}

.is-visible.pre-footer ul li img {
  margin-left: 15px;
  margin-right: 0;
}

.fp-watermark {
  display: none !important;
}

/*-------------------------END-FULLPAGES----------------------------*/
/*------------------------ANIM---------------------------*/
.nectar-scroll-icon {
  width: 30px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.nectar-next-section-wrap.mouse-wheel .nectar-next-section:before,
.nectar-next-section-wrap.mouse-wheel[data-custom-color="true"] .track-ball,
.scroll-down-wrap.no-border .section-down-arrow:before,
.slider-down-arrow.no-border:before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  margin-left: -1px;
  top: 22px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 2px;
  height: 6px;
  border-radius: 10px;
  -webkit-transition: background-color 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
  transition: background-color 0.55s cubic-bezier(0.5, 0.1, 0.07, 1);
  -webkit-animation: trackBallSlide 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
  animation: trackBallSlide 2.4s cubic-bezier(0, 0, 0.725, 1) infinite;
}

.nectar-particles .inner-wrap,
#page-header-bg[data-alignment-v="bottom"] .span_6,
#page-header-bg[data-parallax="1"][data-alignment-v="bottom"] .span_6 {
  bottom: 26%;
  top: auto !important;
  left: 0;
  margin-bottom: 0 !important;
  position: absolute !important;
}

#page-header-bg[data-alignment-v="top"] .nectar-particles .inner-wrap,
#page-header-bg[data-alignment-v="top"] .span_6 {
  left: 0;
  position: absolute;
}

#page-header-bg[data-alignment-v="top"] .nectar-particles .inner-wrap,
#page-header-bg[data-alignment-v="top"] .span_6,
#page-header-bg[data-alignment-v="top"].fullscreen-header .span_6 {
  top: 25% !important;
}

.nectar-particles .inner-wrap > :not(.top-heading),
.overlaid-content .inner-wrap > :not(.top-heading) {
  opacity: 0;
  transform: translateY(35px);
  -webkit-transform: translateY(35px);
}

.scroll-down-wrap.hidden {
  -webkit-transform: translateY(55px);
  transform: translateY(55px);
  opacity: 0;
}

.scroll-down-wrap {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.hidden-social-img {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  display: none;
  opacity: 0;
  z-index: -100;
}

#page-header-bg.fullscreen-header .author-section a,
#page-header-bg[data-post-hs="default_minimal"] .author-section a {
  color: #fff !important;
}

#page-header-bg .heading-title,
#page-header-bg .project-title .container {
  border: none !important;
  padding: 0;
}

#page-header-bg .section-title {
  padding-bottom: 0;
  margin-bottom: 0;
}

.single .heading-title {
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}

.single .row .section-title {
  padding: 0;
  margin: 0;
}

#page-header-bg .nectar-particles .span_6 .inner-wrap,
#page-header-bg .span_6 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page-header-bg[data-alignment-v="bottom"] .span_6,
#page-header-bg[data-alignment-v="top"] .span_6 {
  -webkit-transform: none;
  transform: none;
}

#page-header-bg .nectar-particles .span_6 {
  top: 0;
  -webkit-transform: none;
  transform: none;
}

.nectar-particles .span_6 .inner-wrap,
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
body:not(.single-post)
  #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header)
  .span_6
  > .inner-wrap,
body:not(.single-post)
  #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header)
  .span_6
  > .inner-wrap,
body:not([data-m-animate="1"])
  img.img-with-animation[data-animation="fade-in-from-bottom"],
body[data-slide-out-widget-area="true"] #top #logo {
  /*-webkit-transform:none!important;transform:none!important*/
}

.nectar-particles .span_6 .row,
body:not(.single-post)
  #page-header-bg:not(.fullscreen-header)
  .nectar-particles
  .span_6
  > .inner-wrap,
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
  top: 0 !important;
}

body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
  padding-top: 10%;
  padding-bottom: 10%;
}

body:not(.single-post)
  #page-header-bg[data-padding-amt="low"]:not(.fullscreen-header) {
  padding-top: 5%;
  padding-bottom: 5%;
}

body:not(.single-post)
  #page-header-bg[data-padding-amt="high"]:not(.fullscreen-header) {
  padding-top: 13%;
  padding-bottom: 13%;
}

body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
  min-height: 40px;
}

body:not(.single-post)
  #page-header-bg:not(.fullscreen-header)
  .span_6.empty-title {
  min-height: 80px;
}

#page-header-bg[data-parallax="1"],
#single-meta,
body:not(.single-post)
  #page-header-bg:not(.fullscreen-header)
  .nectar-particles
  .span_6
  > .inner-wrap:first-child,
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
body:not(.single-post)
  #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header)
  .span_6
  .inner-wrap,
body[data-header-format] #header-secondary-outer {
  position: relative !important;
}

body:not(.single-post) .nectar-particles svg {
  display: none;
}

#header-outer:not([data-permanent-transparent="1"]),
#page-header-wrap,
#top,
.full-page-inner-wrap[data-content-pos="full_height"]
  .full-page-inner
  > .span_12,
.vc_text_separator,
body:not(.single-post) #page-header-bg:not(.fullscreen-header),
body:not(.single-post)
  #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header),
body:not(.single-post)
  #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) {
  height: auto !important;
}

body:not(.single-post)
  #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header) {
  padding-top: 16%;
  padding-bottom: 4%;
}

#page-header-bg .nectar-particles .span_6,
.nectar-box-roll .overlaid-content .span_6 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.scroll-down-wrap.minimal-arrow,
.scroll-down-wrap.no-border,
.section-down-arrow,
body[data-button-style^="rounded"] .scroll-down-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  z-index: 101;
}

.scroll-down-wrap.no-border,
body[data-button-style^="rounded"] .scroll-down-wrap.no-border {
  bottom: 12px;
}

/*-----------------------END-ANIM---------------------------*/
.web-design .content-width {
  padding: 0;
}

.bg-design {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
  background: #000;
  /*  opacity: 0;
    transform: translate(0,20%)rotate(4deg);*/
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  /*  background: url("../img/bg-1.jpg")no-repeat;
     background-size: cover;
     background-position-x:center;
     background-position-y: 0;*/
}
.bg-design img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  /* transition: all 2s ease;*/
}
.bg-design .mob {
  display: none;
}

.bg-design.is-load {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
}

.bg-design.tr-1 img {
  -o-object-position: center -50vh;
  object-position: center -50vh;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.bg-design.tr-2 img {
  -o-object-position: center -100vh;
  object-position: center -100vh;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

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

.web-design h1,
.web-design .right {
  margin-bottom: 0 !important;
}

.project,
.traveling,
.wordpress {
  background: #f9f0eb;
}

.video-mob {
  display: none;
}

#page-header-bg .container {
  position: relative;
  height: 100vh;
}

#page-header-wrap.fullscreen-header,
#page-header-wrap.fullscreen-header #page-header-bg,
html:not(.nectar-box-roll-loaded)
  .nectar-box-roll
  > #page-header-bg.fullscreen-header,
.nectar_fullscreen_zoom_recent_projects,
#nectar_fullscreen_rows:not(.afterLoaded) > div {
  height: 100vh;
}

#page-header-wrap[data-animate-in-effect="slide-down"],
#page-header-wrap[data-animate-in-effect="slide-down"] #page-header-bg {
  transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
  -webkit-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
}

#page-header-bg .nectar-particles {
  width: 100%;
  height: 100%;
}

#page-header-bg .canvas-bg {
  transition: background-color 0.7s ease;
  -webkit-transition: background-color 0.7s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 10;
}

#page-header-bg .container {
  z-index: 100;
}

body .pagination-navigation {
  -webkit-filter: none;
  filter: none;
}

.pagination-navigation {
  text-align: center;
  font-size: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 33px;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0.5;
  line-height: 1px;
  z-index: 1000;
}

.nectar-particles .pagination-current,
.overlaid-content .pagination-current {
  position: absolute;
  left: 1px;
  top: 0;
  z-index: 100;
  display: none;
}

.pagination-dot,
.pagination-current {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.35, 1),
    -webkit-transform 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  line-height: 17px;
  background: #fff;
  border-radius: 50%;
  margin: 12px 7px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  opacity: 0;
}

.pagination-dot.active {
  -webkit-transform: scale(1.7) !important;
  transform: scale(1.7) !important;
}

.anim-section .inner-wrap {
  width: 100%;
  padding: 0 100px;
  bottom: -2% !important;
}

.anim-section .inner-wrap h1 {
  text-align: center;
  opacity: 0;
}

.anim-section .inner-wrap .subheader {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Platform", sans-serif;
}

#page-header-bg[data-text-effect="rotate_in"] .wraped span,
.overlaid-content[data-text-effect="rotate_in"] .wraped span,
#page-header-bg[data-text-effect="rotate_in"] .inner-wrap > *:not(.top-heading),
.overlaid-content[data-text-effect="rotate_in"]
  .inner-wrap
  > *:not(.top-heading) {
  opacity: 0;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.bg-img-section .hover-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}

.video-section {
  z-index: 2;
}
.video-section:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 5;
}

.footer {
  z-index: -1;
  visibility: hidden;
}

.is-visible + .footer-wrap .footer {
  z-index: 3;
  visibility: visible;
}

/*-----------------DESIGN----------------*/
.reviews {
  background: #0a0a0a;
  position: relative;
  z-index: 15;
}
.reviews h2 {
  color: #fff;
  margin-bottom: 90px;
}
.reviews .content {
  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;
  padding-left: 195px;
}
.reviews .left {
  width: 50%;
}
.reviews figure {
  width: 43%;
}
.reviews figure img {
  width: 100%;
}
.reviews blockquote {
  position: relative;
  padding: 120px 0 0;
  margin: 0 0 60px;
}
.reviews blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../img/icon-8.svg") no-repeat;
  background-size: contain;
  width: 44px;
  height: 50px;
}
.reviews blockquote p {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  font-family: "Platform", sans-serif;
}
.reviews .name {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Platform", sans-serif;
}
.reviews .name b {
  display: block;
  font-weight: 700;
  color: #fff;
}

.form-section {
  background: #f9f0eb;
  height: 100vh;
  overflow: hidden;
}
.form-section .content-width {
  position: relative;
}
.form-section .wrap-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-section .wrap-link a {
  display: block;
  background: #ffffff;
  -webkit-box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  border-radius: 15px;
  width: calc(20% - 25px);
  padding: 10px;
  margin-right: 30px;
  height: 310px;
}
.form-section .wrap-link a .img-wrap {
  overflow: hidden;
  border-radius: 15px;
  height: 235px;
  width: 100%;
  display: block;
}
.form-section .wrap-link a .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-section .wrap-link a .text-wrap {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #444444;
  margin-top: 24px;
}
.form-section .wrap-link a:hover .img-wrap img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.form-section .wrap-link a:last-child {
  margin-right: 0;
}
.form-section .wrap-rocket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-section figure {
  width: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.form-section figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.form-section .content {
  overflow: hidden;
  width: 50%;
  padding-right: 75px;
}
.form-section .content .item {
  height: 100%;
  position: relative;
}
.form-section h4,
.form-section h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #444444;
  margin-bottom: 60px;
}

.form-section-black .form-step .item {
  background: #0a0a0a;
}
.form-section-black .form-step #file-info {
  color: #fff;
}
.form-section-black .form-step .wrap-file .file label span {
  color: #fff;
}
.form-section-black .form-step .wrap-file .example a {
  color: rgba(255, 255, 255, 0.5);
}
.form-section-black .form-step .wrap-file .example a:hover {
  color: #fff;
}

.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.form-step #file-info {
  color: #444;
}
.form-step .item {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 2;
  background: #f9f0eb;
}
.form-step .item-1 {
  position: relative;
  top: 0 !important;
  z-index: 1;
}
.form-step .item-0 {
  top: 0 !important;
}
.form-step .wrap-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-step .wrap-file .file {
  width: 210px;
}
.form-step .wrap-file .file input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.form-step .wrap-file .file label {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-step .wrap-file .file label span {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #444444;
}
.form-step .wrap-file .file label span i {
  margin-right: 10px;
}
.form-step .wrap-file .file label:hover {
  opacity: 0.7;
}
.form-step .wrap-file .example {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-step .wrap-file .example a {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: rgba(68, 68, 68, 0.5);
}
.form-step .wrap-file .example a:hover {
  color: #444;
}
.form-step .item-active {
  top: 0;
}
.form-step .input-wrap-text {
  width: 390px;
  margin-bottom: 20px;
}
.form-step .input-wrap-text label {
  display: none;
}
.form-step .input-wrap-text input {
  width: 100%;
  border: none !important;
  outline: none !important;
  background: #ffffff;
  -webkit-box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  border-radius: 35px;
  height: 50px;
  padding: 0 25px;
  line-height: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
}
.form-step .input-wrap-text + .btn-wrap {
  margin-top: 40px;
}
.form-step .item-2-2.pre-footer {
  background: #0a0a0a;
}
.form-step .item-2-2.pre-footer h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 150px;
  max-width: 790px;
}

.form-step .input-wrap label {
  min-width: 230px;
}

.form-step .input-wrap label > span {
  width: 100% !important;
}
.form-step .input-wrap label > span i {
  margin-right: 5px;
}

/*background-color: #f9cfda*/
/*----------------END-DESIGN----------------*/
.home-nav,
.hide-nav {
  top: 0;
  left: 0;
  /*  position: fixed;
    z-index: 999;*/
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.home-nav a,
.hide-nav a {
  width: 100px;
  height: 100px;
  background: #000;
  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;
  color: #fff;
  font-size: 30px;
}
.home-nav li.current a,
.hide-nav li.current a {
  background: pink;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

header .logo-wrap img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.about .title {
  min-height: 100vh;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .logo-wrap {
  width: 186px;
}
header .logo-wrap img {
  width: 100%;
}

.anim-section .inner-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.anim-section .inner-wrap.is-100 {
  opacity: 1;
  visibility: visible;
}

.web-design {
  min-height: 100vh;
}

.project-slider .swiper-slide .bg-slide {
  overflow: hidden;
}

.project-video .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-video .video-wrap img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-video .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.project-slider .swiper-slide figure {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-slider .swiper-slide .img-wrap {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 35%;
}
/*.project-slider .swiper-slide:hover figure {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: right center;
          transform-origin: right center; }*/
/*.project-slider .swiper-slide:hover .img-wrap {
  left: 0; }*/

.form-step .input-wrap {
  margin-bottom: 20px;
}
.form-step .input-wrap input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.form-step .input-wrap label {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-step .input-wrap label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  -webkit-box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  border-radius: 35px;
  padding: 10px 10px 10px 50px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #444444;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-step .input-wrap label .border {
  background: #ffffff;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(10, 10, 10, 0.5);
  padding: 3px;
  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-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #444444;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-step .input-wrap label:hover > span {
  background: #fdbfca;
  color: #fff;
}
.form-step .input-wrap label:hover .border {
  border: 1px solid white;
}
.form-step .input-wrap input:checked + label > span {
  background: #fdbfca;
  color: #fff;
}
.form-step .input-wrap input:checked + label .border {
  border: 1px solid white;
}
.form-step .btn-wrap {
  margin-top: 40px;
}
.form-step .btn-wrap a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-section .content .left .item {
  position: relative;
  top: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.web-design-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reviews .left .img-wrap {
  display: none;
}

.project .bottom {
  display: none;
}

.bg-design img {
  position: relative;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.about .content .item figure .text {
  z-index: 3;
}

.item.is-play .text {
  /*display: none; */
}

.summary ul li .link-wrap,
.work ul li .link-wrap {
  display: none;
}
.summary ul li .link-wrap a,
.work ul li .link-wrap a {
  display: inline-block;
}
.summary ul li .link-wrap a span,
.work ul li .link-wrap a span {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
.summary ul li .link-wrap a span:after,
.work ul li .link-wrap a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background: #fff;
}
.summary ul li .link-wrap a i,
.work ul li .link-wrap a i {
  position: relative;
  top: 1px;
}

/*-----------------------PAGE-CASES------------------*/
.project-black {
  background: #0a0a0a;
  padding-top: 325px;
}
.project-black h1 {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
}
.project-black .title {
  min-height: auto;
  padding: 0 0 60px;
}
.project-black .content .item .text-wrap ul li a {
  border-color: #fff;
  color: #fff;
}

.project-default {
  padding: 280px 0 280px;
}
.project-default h2 {
  text-align: left;
  margin-bottom: 0;
  width: 100%;
}
.project-default .title {
  min-height: auto;
  padding: 0 0 60px;
}

/*-----------------------END-PAGE-CASES------------------*/
/*----------------------PAGE-TICKET------------------*/
.ticket-title {
  position: relative;
  padding: 155px 0 110px;
}
.ticket-title .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ticket-title .content-width {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ticket-title .content-width .left {
  width: 50%;
}
.ticket-title .content-width figure {
  width: 460px;
}
.ticket-title .content-width figure img {
  width: 100%;
  border-radius: 22px;
  height: auto;
}
.ticket-title h1 {
  color: #fff;
  margin-bottom: 40px;
}
.ticket-title h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 96px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 60px;
}
.ticket-title .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ticket-title .form-wrap .text {
  margin: 0 20px;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg + .content-width {
  position: relative;
  z-index: 1;
}

.tel-form {
  width: 390px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.25)),
    to(rgba(255, 255, 255, 0.0375))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.0375) 100%
  );
  -webkit-box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  box-shadow: -4px 4px 4px rgba(68, 68, 68, 0.05);
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tel-form label {
  display: none;
}
.tel-form input {
  width: calc(100% - 165px);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 54px;
  height: 54px;
  padding: 0 15px;
  border: none;
  background: transparent;
  color: #fff;
}
.tel-form button {
  width: 160px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}

.traveling-two {
  padding: 280px 0 280px;
}
.traveling-two .label {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: left;
  color: rgba(68, 68, 68, 0.5);
  margin-bottom: 10px;
  font-family: "Platform", sans-serif;
}
.traveling-two .text-wrap {
  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;
  max-width: calc(100% - 200px);
}

.team {
  background-color: #ef9bb5;
  padding: 200px 0 150px;
}
.team .content-width {
  position: relative;
}
.team .content-width:after {
  content: "";
  display: table;
  clear: both;
}
.team .left {
  display: inline-block;
  float: left;
  width: 440px;
}
.team .right {
  width: calc(100% - 585px);
  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;
  float: right;
}
.team .right .item {
  width: calc(50% - 12px);
  margin-bottom: 50px;
}
.team .right .item figure {
  height: 475px;
  margin-bottom: 10px;
}
.team .right .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team .right .item h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #ffffff;
  font-family: "Platform", sans-serif;
  margin-bottom: 5px;
}
.team .right .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
.team h2 {
  color: #fff;
  margin-bottom: 30px;
}
.team p {
  margin-bottom: 30px;
  color: #fff;
}

.work-1 {
  padding: 200px 0 150px;
}

.work-2 {
  padding: 0 0 200px;
}

.work-wrap {
  position: relative;
  overflow: hidden;
}
.work-wrap .content-width {
  position: relative;
  z-index: 1;
}
.work-wrap .bg {
  background: url("../img/bg-4.jpg") no-repeat top;
  background-size: cover;
}
.work-wrap .img-wrap-desk {
  position: absolute;
  bottom: 5px;
  left: -24%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10;
}
.work-wrap .img-wrap-desk .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.work-wrap .img-wrap-desk .line img {
  margin-left: 45px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  left: 0;
}
.work-wrap .img-wrap-desk .line img:first-child {
  margin-left: 0;
}
.work-wrap .img-wrap-desk .line-1 {
  margin-bottom: 95px;
  padding-right: 90px;
}
.work-wrap .img-wrap-desk .line-1 img:first-child {
  left: -200%;
}
.work-wrap .img-wrap-desk .line-1 img:nth-child(2) {
  left: -100%;
}
.work-wrap .img-wrap-desk .line-2 {
  position: relative;
  top: 400px;
}
.work-wrap .img-wrap-desk .line-2 img:first-child {
  left: -200%;
}
.work-wrap .img-wrap-desk:hover {
  left: 0;
}
.work-wrap .img-wrap-desk:hover .line-1 img:first-child {
  left: 0;
}
.work-wrap .img-wrap-desk:hover .line-1 img:nth-child(2) {
  left: 0;
}
.work-wrap .img-wrap-desk:hover .line-2 img:first-child {
  left: 0;
}
.work-wrap .content-width {
  padding-left: 21%;
}
.work-wrap ul {
  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;
  width: 975px;
}
.work-wrap ul li {
  counter-increment: li;
  position: relative;
  list-style-type: none;
  width: 390px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.work-wrap ul li h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  position: relative;
  color: #ffffff;
  margin-bottom: 30px;
}
.work-wrap ul li h6:before {
  position: absolute;
  bottom: 5px;
  left: -40px;
  content: "0" counter(li);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: "Platform", sans-serif;
}
.work-wrap ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
.work-wrap ul li:first-child {
  margin-right: 390px;
}
.work-wrap ul li:nth-child(4) {
  margin-left: calc(100% - 390px);
}
.work-wrap ul li:nth-child(4),
.work-wrap ul li:nth-child(3) {
  top: 200px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.work-wrap p.label {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Platform", sans-serif;
  margin-bottom: 10px;
}
.work-wrap h2 {
  color: #fff;
  margin-bottom: 0;
}
.work-wrap .btn-wrap {
  margin-top: 60px;
}

@-webkit-keyframes top1 {
  0% {
    top: 200px;
  }
  100% {
    top: 45px;
  }
}

@keyframes top1 {
  0% {
    top: 200px;
  }
  100% {
    top: 45px;
  }
}
@-webkit-keyframes top2 {
  0% {
    top: 400px;
  }
  100% {
    top: 0;
  }
}
@keyframes top2 {
  0% {
    top: 400px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes top-revers1 {
  0% {
    top: 0;
  }
  100% {
    top: 200px;
  }
}
@keyframes top-revers1 {
  0% {
    top: 0;
  }
  100% {
    top: 200px;
  }
}
@-webkit-keyframes top-revers3 {
  0% {
    top: 0;
  }
  100% {
    top: 400px;
  }
}
@keyframes top-revers3 {
  0% {
    top: 0;
  }
  100% {
    top: 400px;
  }
}
.work ul li:nth-child(4),
.work ul li:nth-child(3) {
  -webkit-animation: top-revers1 0.5s forwards ease;
  animation: top-revers1 0.5s forwards ease;
}

.is-active .work ul li:nth-child(4),
.is-active .work ul li:nth-child(3) {
  -webkit-animation: top1 3s forwards ease;
  animation: top1 3s forwards ease;
}

.work-wrap .img-wrap-desk .line-2 {
  -webkit-animation: top-revers2 3s forwards ease;
  animation: top-revers2 3s forwards ease;
}

.is-active .img-wrap-desk .line-2 {
  -webkit-animation: top2 3s forwards ease;
  animation: top2 3s forwards ease;
}

.form-section-black {
  background: #0a0a0a;
}
.form-section-black h4 {
  color: #ffffff;
}

.ux-section + .footer-wrap .footer {
  visibility: visible;
  z-index: 1;
}

.team .right .item figure {
  overflow: hidden;
}
.team .right .item figure img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team .right .item:hover figure img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.popup-team {
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
  max-width: 100vw;
  max-height: 100vh;
}
.popup-team .fancybox-close-small {
  display: none;
}
.popup-team .popup-main {
  /* width: calc(100vw - 18px);*/
  width: 100vw;
  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;
  position: relative;
  z-index: 1;
}
.popup-team .left {
  width: 50%;
  height: 100vh;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px;
  background-color: #f2f2f2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 50vw;
  position: relative;
}
.popup-team .left h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  color: #444444;
  font-family: "Platform", sans-serif;
  margin-bottom: 15px;
  opacity: 0;
  position: relative;
  top: 5px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.popup-team .left p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #444444;
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.popup-team figure {
  width: 50%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.popup-team figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox-fx-slide-in-out.fancybox-slide--previous {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--current {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fancybox-slide--complete .popup-team .left {
  left: 0;
}
.fancybox-slide--complete .popup-team .left h6 {
  opacity: 1;
  top: 0;
}
.fancybox-slide--complete .popup-team .left p {
  opacity: 1;
  top: 0;
}

.is-white .fancybox-bg {
  opacity: 1 !important;
  background-color: #f2f2f2 !important;
}

.cursor {
  position: fixed;
  border-radius: 100%;
  pointer-events: none;
  z-index: 99999;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cursor i {
  color: #444444;
  font-size: 40px;
}

.cursor-drag {
  visibility: visible;
}
.cursor-drag img {
  vertical-align: top;
}

.cursor.is-active {
  opacity: 1 !important;
  visibility: visible;
}
.cursor.cursor-drag.is-active {
  opacity: 0 !important;
}
.close-team-mob {
  display: none;
  margin-bottom: 10px;
  color: #444444;
  font-size: 20px;
}

.team .right .item figure {
  background: #f6dde5;
}

.ticket-title .content-width figure {
  position: relative;
  margin-right: 10%;
}
.ticket-title .content-width figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 22px;
}
.ticket-title .content-width figure a span {
  position: absolute;
  top: 50%;
  left: 50%;
  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;
  border-radius: 100%;
  margin: -13px 0 0 -12px;
  background-color: #f4ece2;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ticket-title .content-width figure a span i {
  color: #444444;
  font-size: 12px;
}

.fancybox-slide--video {
  padding-top: 100px;
  padding-bottom: 100px;
}

.fancybox-toolbar {
  top: 80px;
  right: 20px;
}

.swiper-text .swiper-slide {
  opacity: 0 !important;
}
.swiper-text .swiper-slide-active {
  opacity: 1 !important;
}

/*.menu-responsive .menu-wrap .item-1 h6{
  min-height: 110px;
}*/
.menu-responsive .menu-wrap .item h6 {
  font-family: "Montserrat", sans-serif;
}

.ticket-title .content-width figure {
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-animation: top-opacity 1.5s ease forwards;
  animation: top-opacity 1.5s ease forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.ticket-title h1 {
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-animation: top-opacity 1.5s ease forwards;
  animation: top-opacity 1.5s ease forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ticket-title h3 {
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-animation: top-opacity 1.5s ease forwards;
  animation: top-opacity 1.5s ease forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.ticket-title .form-wrap {
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-animation: top-opacity 1.5s ease forwards;
  animation: top-opacity 1.5s ease forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

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

@keyframes top-opacity {
  0% {
    top: 100px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.web-design h1 {
  opacity: 0;
  top: 100px;
  -webkit-animation: top-opacity 2s forwards ease;
  animation: top-opacity 2s forwards ease;
  position: relative;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.popup-team {
  margin: 0 !important;
}

.fancybox-slide--html {
  padding: 0 !important;
}

.popup-team figure {
  background: #f6dde5;
}

.work .img-wrap-mob {
  display: none;
}

.team .right .btn-wrap {
  display: none;
}

.form-wrap.bottom {
  display: none;
}

/*---------------------END-PAGE-TICKET------------------*/
/*----------------------PAGE-ABOUT------------------*/
.about-title {
  position: relative;
  overflow: hidden;
  background: #f9f0eb;
  z-index: 3;
}
.about-title .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 250px 20px 50px;
}
.about-title .bg h1 {
  font-weight: 700;
  font-size: 440px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #0a0a0a;
  margin-bottom: 10px;
}
.about-title .bg h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 160px;
  line-height: 1;
  text-transform: uppercase;
  color: #fdbfca;
  text-align: right;
  font-family: "Platform", sans-serif;
}
.about-title .empty {
  width: 100%;
  height: 100vh;
}
.about-title figure img {
  width: 100%;
  height: auto;
}
.about-title .video-wrap {
  width: 100%;
  height: 100%;
}
.about-title .video-wrap video {
  width: 100%;
  height: 100%;
}

.big-text {
  position: relative;
  z-index: 3;
  background: #f9f0eb;
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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;
  padding: 50px 0;
}
.big-text h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 75px;
  line-height: 90px;
  text-align: center;
  color: #444444;
  margin: 0 !important;
  font-family: "Platform", sans-serif;
}

.skill {
  padding: 100px 0 100px;
  position: relative;
  background: #f9f0eb url("../img/bg-5.svg") no-repeat center fixed;
  background-size: contain;
  z-index: 5;
}
.skill .content {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.skill .content .empty {
  height: 100vh;
}
.skill .content .item {
  background: #0a0a0a;
  margin-bottom: 60px;
  padding: 60px;
  width: 925px;
}
.skill .content .item h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 30px;
}
.skill .content .item p {
  color: #ffffff;
  margin-bottom: 60px;
}
.skill .content .item .btn-wrap {
  margin-bottom: 60px;
}
.skill .content .item figure img {
  width: 100%;
}

.crew {
  padding: 200px 0 140px;
  overflow: hidden;
  position: relative;
  background: #0a0a0a;
  z-index: 5;
}
.crew h2 {
  color: #fff;
  margin-bottom: 30px;
}
.crew p {
  max-width: 555px;
  color: #ffffff;
  margin-bottom: 60px;
}
.crew .content {
  padding-left: 15%;
  position: relative;
}
.crew .next-slide {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #f6dde5;
  width: 100px;
  height: 100px;
  border-radius: 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;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #444444;
}
.crew .next-slide span {
  margin-right: 8px;
}
.crew .next-slide i {
  font-size: 12px;
  position: relative;
  top: 1px;
}
.crew .next-slide img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.crew .next-slide:hover {
  background: #fff;
}

.slider-team {
  overflow: visible;
}
.slider-team .swiper-slide {
  width: 555px;
}
.slider-team .swiper-slide .item {
  width: 555px;
}
.slider-team .swiper-slide .item figure {
  height: 555px;
  width: 100%;
  margin-bottom: 10px;
  background: #f6dde5;
}
.slider-team .swiper-slide .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-team .swiper-slide .item h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 5px;
}
.slider-team .swiper-slide .item p {
  color: #ffffff;
}

.passion {
  padding: 140px 0 280px;
  overflow: hidden;
  position: relative;
  background: #0a0a0a;
  z-index: 5;
}
.passion .title {
  padding-left: 15%;
}
.passion h2 {
  color: #fff;
  margin-bottom: 30px;
}
.passion p {
  color: #fff;
  max-width: 555px;
  margin-bottom: 60px;
}
.passion figure img {
  width: 100%;
}

.page-ticket .fix {
  opacity: 0;
  visibility: hidden;
}

.page-ticket.is-viz .fix {
  opacity: 1;
  visibility: visible;
}

.fix-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
.fix-wrap > section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  z-index: 3;
}

.ticket-title .content-width figure {
  width: 380px;
}

.work-wrap {
  z-index: 10;
}

/*---------------------END-PAGE-ABOUT------------------*/
/*----------------------PAGE-CASE-INNER------------------*/
.footer-norm {
  position: relative;
  z-index: 7;
}
.footer-norm .footer {
  /* position: relative;*/
  visibility: visible;
  z-index: 3;
}

.case-head {
  padding: 325px 0 132px;
  position: relative;
  z-index: 12;
  background: #f9f0eb;
}
.case-head h1 {
  color: #444444;
  margin-bottom: 30px;
}
.case-head .sub-title {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #444444;
  max-width: 630px;
  margin-bottom: -70px;
}
.case-head .sub-title:before {
  position: relative;
  top: -8px;
  left: 0;
  display: inline-block;
  content: "";
  height: 3px;
  background: #444444;
  width: 60px;
  margin-right: 105px;
}
.case-head .menu-wrap {
  text-align: right;
}
.case-head .menu-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #444444;
  border-radius: 35px;
  padding: 3px;
  float: right;
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tabs-menu li {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 54px;
  text-align: center;
  color: #444444;
  cursor: pointer;
  padding: 0 35px;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 35px;
}
.tabs-menu li:hover {
  background: #fdbfca;
  color: #fff;
}
.tabs-menu .is-active {
  background: #fdbfca;
  color: #fff;
}

.is-white .tabs-menu {
  border-color: #fff;
}
.is-white .tabs-menu li {
  color: #fff;
}

.case-head .is-sticky .tabs-menu {
  left: -150px;
}

.full-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 8;
  /* background: url("../img/img-14.jpg")no-repeat center fixed;
   background-size: cover;*/
}
.full-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}

.info-case {
  background: #f5f3f1;
  position: relative;
  z-index: 9;
}
.info-case .wrap {
  width: 100%;
  padding: 120px 0 120px;
}
.info-case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-case ul li {
  margin-right: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-case ul li h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #444444;
  margin: 0 20px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.info-case ul li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 0 0;
}
.info-case ul li .wrap p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 19px;
}
.info-case ul li .wrap p a {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #444444;
}
.info-case ul li .wrap p a:hover {
  opacity: 0.7;
}
.info-case ul li .wrap p:last-child {
  margin-bottom: 0;
}
.info-case ul li:last-child {
  margin-right: 0;
}

.anim-section .btn-wrap {
  margin-top: 40px;
  position: relative;
  text-align: center;
  z-index: 100;
}

.strategy {
  background: #0a0a0a;
  padding: 120px 0 120px;
  position: relative;
  z-index: 9;
}
.strategy .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 100px;
}
.strategy .title-content {
  width: 50%;
}
.strategy .title-content .text-wrap {
  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;
}
.strategy .title-content .text-wrap p {
  width: 49%;
  color: #fff;
  margin-bottom: 20px;
}
.strategy h2 {
  color: #fff;
  margin-bottom: 60px;
}
.strategy .item {
  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;
}
.strategy .item .logo-wrap {
  width: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 90px;
}
.strategy .item .logo-wrap img {
  margin-bottom: 55px;
}
.strategy .item .logo-wrap p {
  font-style: normal;
  font-weight: 500;
  font-size: 24.5143px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #d8c2af;
  text-align: center;
  font-family: "Cormorant", serif;
}
.strategy .item figure {
  width: 50%;
  height: 780px;
}
.strategy .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.strategy .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.strategy .item-2 .logo-wrap p {
  color: #d7c2af;
}

/*---------------------END-PAGE-CASE-INNER------------------*/
/*----------------------PAGE-CONTACT------------------*/
.contact-title {
  padding: 240px 0 150px;
  position: relative;
  z-index: 11;
  background: #f9f0eb;
}
.contact-title h1 {
  color: #444444;
  margin: 0;
}
.contact-title h1 span {
  color: #fdbfca;
}
.contact-title .content-width {
  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;
}
.contact-title .title {
  width: 52%;
}
.contact-title .form-wrap {
  width: 38%;
  padding-top: 29px;
}

.form-up-label {
  width: 100%;
}
.form-up-label .input-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 56px;
}
.form-up-label .input-wrap label {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #444444;
  position: absolute;
  top: 20px;
  display: inline-block;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-up-label .input-wrap label.is-focus,
.form-up-label .input-wrap label.is-active,
.form-up-label .input-wrap label.is-date {
  top: 0;
  font-size: 14px;
  line-height: 1;
}
.form-up-label .input-wrap input {
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 62px;
  text-transform: uppercase;
  color: #444444;
  border: none;
  border-bottom: 2px solid #444444;
  background: transparent;
  width: 100%;
}
.form-up-label .input-wrap-text label {
  top: calc(100% - 48px);
}
.form-up-label .input-wrap-text textarea {
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #444444;
  border: none;
  border-bottom: 2px solid #444444;
  height: 184px;
  resize: none;
  background: transparent;
  width: 100%;
}
.form-up-label .input-wrap-submit {
  width: 100%;
  text-align: right;
}

.contact {
  padding: 250px 0 250px;
  background: #0a0a0a;
  position: relative;
  z-index: 11;
}
.contact figure {
  position: absolute;
  top: 250px;
  left: 0;
}
.contact .content {
  padding-left: 50%;
  min-height: 585px;
}
.contact h2 {
  color: #ffffff;
  margin-bottom: 90px;
}
.contact p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
.contact p a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
}
.contact ul {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact ul li {
  display: inline-block;
  margin-right: 20px;
}
.contact ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.contact ul li a i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 18px;
}
.contact ul li a span {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin-right: 6px;
}
.contact ul li a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact ul li a:hover span:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.contact ul li:last-child {
  margin-right: 0;
}

.footer-fix .footer,
.footer-default .footer {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.page-team .crew {
  z-index: 11;
}
.page-team .passion {
  z-index: 11;
}

/*---------------------END-PAGE-CONTACT------------------*/
/*----------------------PAGE-BLOG------------------*/
.blog {
  padding: 327px 0 150px;
  background: #0a0a0a;
  z-index: 11;
  position: relative;
}
.blog h1 {
  color: #fdbfca;
  margin-bottom: 115px;
}
.blog .sort-blog {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.blog .sort-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog .sort-right ul li {
  margin-left: 30px;
}
.blog .sort-right ul li p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.blog .sort-right ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.blog .sort-right ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  background: #fdbfca;
}
.blog .sort-right ul li a:hover {
  color: #fdbfca;
}
.blog .sort-right ul li a:hover:after {
  opacity: 1;
}
.blog .sort-right ul li a.is-active {
  color: #fdbfca;
}
.blog .sort-right ul li a.is-active:after {
  opacity: 1;
}
.blog .sort-right ul li:first-child {
  margin-left: 0;
}
.blog .tab-item .wrap {
  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;
}

.blog-item {
  width: 49%;
  margin-bottom: 120px;
}
.blog-item figure {
  height: 460px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-item figure:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-item .tag-wrap {
  margin-bottom: 40px;
}
.blog-item .tag-wrap a {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 6px;
  margin: 0 10px 0 0;
  pointer-events: none;
}
.blog-item .tag-wrap a:hover {
  background: #fdbfca;
  border-color: #fdbfca;
}
.blog-item h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 10px;
}
.blog-item h5 a {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #ffffff;
  font-family: "Platform", sans-serif;
}
.blog-item h5 a:hover {
  color: #fdbfca;
}
.blog-item p.date {
  margin-top: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.tabs-menu-blog {
  border: none;
}
.tabs-menu-blog li {
  border: 1px solid #ffffff;
  border-radius: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 6px;
  margin: 0 10px 0 0;
}
.tabs-menu-blog li:hover {
  background: #fdbfca;
  border-color: #fdbfca;
}
.tabs-menu-blog .is-active {
  background: #fdbfca;
  border-color: #fdbfca;
}

.contact-title h1 i {
  margin-right: 5px;
  display: inline-block;
}

/*---------------------END-PAGE-BLOG------------------*/
/*---------------------PAGE-ARTICLE------------------*/
.article-head {
  position: relative;
  z-index: 110;
}
.article-head .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-head .content-width {
  height: 100vh;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 155px;
}
.article-head .content-width h1 {
  color: #fdbfca;
  max-width: 830px;
  text-align: center;
  font-size: 125px;
  line-height: 150px;
  margin: 0 auto 30px;
}
.article-head .content-width .tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.article-head .content-width .tag-wrap a {
  display: inline-block;
  margin: 0 5px 10px;
  border: 1px solid #fdbfca;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 6px;
  color: #fdbfca;
  border-radius: 12px;
  pointer-events: none;
}
.article-head .content-width p.date {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fdbfca;
}

.article-content {
  padding: 280px 0 90px;
  position: relative;
  z-index: 11;
  background: #f9f0eb;
  overflow: hidden;
}
.article-content h2 {
  margin-bottom: 120px;
  font-style: normal;
  font-weight: 500;
  font-size: 75px;
  line-height: 90px;
  text-align: center;
  color: #444444;
}
.article-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #444444;
  font-family: "Platform", sans-serif;
  margin-bottom: 60px;
}
.article-content figure {
  position: relative;
  height: 990px;
  margin: 280px 0 280px;
}
.article-content figure img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-content p + h2 {
  margin-top: 340px;
}

.blog-more {
  position: relative;
  z-index: 11;
  background: #f9f0eb;
  padding-top: 130px;
}
.blog-more h2 {
  text-align: center;
  color: #444444;
  margin-bottom: 120px;
}
.blog-more .tag-wrap a {
  color: #444444;
  border-color: #444444;
}
.blog-more h5 {
  color: #444444;
}
.blog-more h5 a {
  color: #444444;
}
.blog-more p {
  color: #444444;
}
.blog-more p.date {
  color: rgba(68, 68, 68, 0.5);
}

/*--------------------END-PAGE-ARTICLE------------------*/
/*--------------------PAGE-CASE------------------*/
.is-sticky .tabs-menu {
  background: #f5f3f1;
}

.case-head .is-sticky {
  position: relative;
  z-index: 99999;
}

.typography-colors {
  padding: 180px 0 280px;
  background: #f9f0eb;
  position: relative;
  z-index: 9;
}
.typography-colors h2 {
  color: #444444;
  margin-bottom: 60px;
}
.typography-colors .title {
  padding-left: 50%;
  margin-bottom: 105px;
}
.typography-colors .title .text-wrap {
  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;
}
.typography-colors .title p {
  color: #444444;
  width: 49%;
}
.typography-colors .text-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.typography-colors .text-img-wrap .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.typography-colors .text-img-wrap .color-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.typography-colors .text-img-wrap .item-text-last {
  margin-right: 25px;
}
.typography-colors .text-img-wrap .item {
  margin-left: 10px;
}
.typography-colors .text-img-wrap .item .color {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  height: 140px;
}
.typography-colors .text-img-wrap .item .color p {
  text-transform: uppercase;
  color: #444444;
  margin: 0;
}
.typography-colors .text-img-wrap .item .color-white p {
  color: #ffffff;
}
.typography-colors .text-img-wrap .item:last-child .color {
  border-radius: 20px 0px 0px 20px;
}
.typography-colors .text-img-wrap .item:first-child {
  margin-left: 0;
}
.typography-colors .text-img-wrap .text-inter {
  margin-left: 50px;
}
.typography-colors .text-img-wrap .text-inter h6 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 40px;
  color: #444444;
  margin: 0 10px 0 0;
  display: inline-block;
}
.typography-colors .text-img-wrap .text-inter p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #444444;
  display: inline-block;
}
.typography-colors .text-img-wrap .text-cormorant {
  margin-left: 70px;
}
.typography-colors .text-img-wrap .text-cormorant h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 66px;
  color: #444444;
  display: inline-block;
  font-family: "Cormorant", serif;
  margin: 0 10px 0 0;
}
.typography-colors .text-img-wrap .text-cormorant p {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #444444;
}
.typography-colors .text-img-wrap .text-italianno {
  display: inline-block;
  margin: 0 10px 0 0;
}
.typography-colors .text-img-wrap .text-italianno h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 200px;
  line-height: 72px;
  color: #444444;
  font-family: "Italianno", sans-serif;
  display: inline-block;
  margin: 0 10px 0 0;
}
.typography-colors .text-img-wrap .text-italianno p {
  font-family: "Italianno", sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 18px;
  color: #444444;
  margin: 0;
}
.typography-colors .text-img-wrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 24px 0;
  height: 140px;
}

.img-bg-fix {
  position: relative;
  height: 100vh;
  z-index: 9;
}

.img-bg-fix-1 {
  background: url("../img/bg-7.jpg") no-repeat center fixed;
  background-size: cover;
}

.business-card {
  background: #0a0a0a;
  padding: 180px 0 180px;
  position: relative;
  z-index: 9;
}
.business-card .content {
  padding-left: 50%;
}
.business-card h2 {
  margin-bottom: 60px;
  color: #fff;
}
.business-card .text-wrap {
  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;
  margin-bottom: 82px;
}
.business-card .text-wrap p {
  color: #fff;
  width: 49%;
  padding-bottom: 20px;
}
.business-card .logo-wrap {
  position: relative;
  margin-bottom: 305px;
}
.business-card .logo-wrap figure {
  height: 320px;
  width: 572px;
  position: absolute;
  z-index: 1;
  background: #5e3a41;
  -webkit-box-shadow: -4.48571px 4.48571px 4.48571px rgba(51, 51, 51, 0.05);
  box-shadow: -4.48571px 4.48571px 4.48571px rgba(51, 51, 51, 0.05);
  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;
  top: 27px;
  left: -66%;
}
.business-card .logo-wrap .card-wrap {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fffef9;
  border: 1px solid rgba(94, 58, 65, 0.2);
  -webkit-box-shadow: -4.48571px 4.48571px 4.48571px rgba(51, 51, 51, 0.05);
  box-shadow: -4.48571px 4.48571px 4.48571px rgba(51, 51, 51, 0.05);
  padding: 80px 75px 45px;
  height: 320px;
  width: 572px;
}
.business-card .logo-wrap .card-wrap h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 31.4px;
  line-height: 145%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5e3a41;
  text-align: center;
  font-family: "Cormorant", serif;
  margin: 0 0 33px;
}
.business-card .logo-wrap .card-wrap p {
  font-style: normal;
  font-weight: 500;
  font-size: 31.4px;
  line-height: 120%;
  text-align: center;
  color: #917127;
  font-family: "Cormorant", serif;
}
.business-card .logo-wrap .card-wrap p a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-style: normal;
  font-weight: 500;
  font-size: 31.4px;
  line-height: 120%;
  text-align: center;
  color: #917127;
  font-family: "Cormorant", serif;
  margin: 0 auto 10px;
}
.business-card .logo-wrap .card-wrap p a:hover {
  opacity: 0.7;
}

.slider-team .swiper-slide .item a figure img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slider-team .swiper-slide .item a figure {
  overflow: hidden;
}

.slider-team .swiper-slide .item a:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.slider-team .swiper-slide .item figure {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-section .content .left .item-rocket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.form-step .input-wrap-rocket {
  width: 50px;
  margin-right: 20px;
}
.form-step .input-wrap-rocket img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-step .input-wrap-rocket:last-child {
  margin-right: 0;
}

.form-step .input-wrap-rocket img {
  -webkit-filter: invert(23%) sepia(45%) saturate(22%) hue-rotate(357deg)
    brightness(88%) contrast(83%);
  filter: invert(23%) sepia(45%) saturate(22%) hue-rotate(357deg)
    brightness(88%) contrast(83%);
}

.form-step .input-wrap-rocket img:hover {
  -webkit-filter: invert(75%) sepia(16%) saturate(1398%) hue-rotate(299deg)
    brightness(100%) contrast(88%);
  filter: invert(75%) sepia(16%) saturate(1398%) hue-rotate(299deg)
    brightness(100%) contrast(88%);
}

.form-step .input-wrap-rocket input:checked + label img {
  -webkit-filter: invert(75%) sepia(16%) saturate(1398%) hue-rotate(299deg)
    brightness(100%) contrast(88%);
  filter: invert(75%) sepia(16%) saturate(1398%) hue-rotate(299deg)
    brightness(100%) contrast(88%);
}

.form-section h4,
.form-section h3 {
  width: 100%;
}

.form-step .btn-wrap {
  width: 100%;
}

.btn-no-transform i {
  -webkit-transform: none !important;
  transform: none !important;
}

.case-inner-page .tabs {
  position: relative;
  z-index: 11;
}

.case-inner-page .form-section {
  z-index: 9;
}

.objective {
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding: 120px 0 250px;
}
.objective .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.objective h2 {
  color: #444444;
  margin-bottom: 60px;
}
.objective .content {
  padding-left: 50%;
}
.objective .text-wrap {
  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;
  margin-bottom: 80px;
}
.objective .text-wrap p {
  color: #444444;
  width: 49%;
  margin-bottom: 20px;
}
.objective figure {
  position: relative;
}
.objective figure .line-1 {
  position: absolute;
  top: 0;
  left: -100%;
}
.objective figure .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.objective figure .line img {
  margin-right: 55px;
}
.objective figure .line img:last-child {
  margin-right: 0;
}

.solution {
  position: relative;
  z-index: 9;
  padding: 120px 0 120px;
  background: #0a0a0a;
}
.solution figure {
  position: absolute;
  top: 120px;
  bottom: 120px;
  right: 0;
  width: 50%;
}
.solution figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.solution h2 {
  margin-bottom: 60px;
}
.solution p {
  margin-bottom: 120px;
}
.solution .img-wrap {
  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;
  padding: 0 43px 0 0;
  margin-bottom: 55px;
}
.solution .img-wrap img {
  vertical-align: top;
}
.solution .img-wrap img:last-child {
  padding-bottom: 65px;
}
.solution .content {
  width: 38%;
}

.solution-2 {
  position: relative;
  z-index: 9;
  background: #4e4c37;
}
.solution-2 figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  background: url("../img/bg-9.jpg") no-repeat center;
  background-size: cover;
  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;
}
.solution-2 .content {
  padding-left: 50%;
}
.solution-2 .img-wrap {
  padding: 160px 95px 155px 180px;
  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;
}
.solution-2 .img-wrap img:last-child {
  position: relative;
  top: 40px;
}
.solution-2 .img-wrap img {
  vertical-align: top;
}

.logics {
  position: relative;
  z-index: 9;
  background: #f9f0eb;
  padding: 280px 0 280px;
}
.logics .bg .img-bg {
  position: absolute;
}
.logics .bg .img-bg-1 {
  left: 0;
  top: 61%;
}
.logics .bg .img-bg-2 {
  right: 0;
  top: 36%;
}
.logics .content-width {
  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;
}
.logics .content-width .left {
  width: 38%;
}
.logics .content-width .right {
  width: 50%;
  padding-top: 180px;
}
.logics .content-width .right figure .img {
  display: inline-block;
}
.logics .content-width .right figure .img-2 {
  margin: 82px 0 0 -73px;
}
.logics h2 {
  margin-bottom: 60px;
  color: #444444;
}
.logics p {
  margin-bottom: 60px;
  color: #444444;
}

.other-pages {
  position: relative;
  z-index: 9;
  padding: 120px 0 120px;
  background: #0a0a0a;
}
.other-pages h2 {
  margin-bottom: 60px;
}
.other-pages p {
  max-width: 585px;
  margin-bottom: 120px;
}
.other-pages .img-wrap {
  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;
}
.other-pages .img-wrap img {
  vertical-align: top;
}
.other-pages .img-wrap .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 75px;
}
.other-pages .img-wrap .content-width .item {
  margin-right: 80px;
}
.other-pages .img-wrap .content-width .item:last-child {
  margin-right: 0;
}

.business-card-white {
  background: #f5f3f1;
  padding: 280px 0 280px;
}
.business-card-white h2 {
  color: #444444;
}
.business-card-white p {
  color: #444444;
  max-width: 585px;
}

.business-card .big-img-wrap {
  margin: 120px 0 280px -100%;
  position: relative;
  text-align: center;
  width: 200%;
}

.form-section-black .form-step .input-wrap-rocket img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.form-section-black .form-step .input-wrap-rocket img:hover {
  -webkit-filter: invert(75%) sepia(16%) saturate(1398%) hue-rotate(299deg)
    brightness(100%) contrast(88%);
  filter: invert(75%) sepia(16%) saturate(1398%) hue-rotate(299deg)
    brightness(100%) contrast(88%);
}

.case-inner-nav .item-tab-2 {
  display: none;
}

.anim-section .btn-wrap .btn-default {
  font-weight: 700;
}

.skill {
  position: relative;
}
.skill .bg-mob {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.skill .bg-mob img {
  width: 100%;
}
.skill .content-width {
  position: relative;
  z-index: 1;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.passion,
.crew {
  z-index: 7;
}

.typography-colors .text-img-wrap .item-color-1 .color {
  width: 395px;
}

.typography-colors .text-img-wrap .item-color-2 .color {
  width: 118px;
}

.typography-colors .text-img-wrap .item-color-3 .color {
  width: 200px;
}

.typography-colors .text-img-wrap .item-color-43 .color {
  width: 217px;
}

.footer-wrap {
  position: relative;
}
.footer-wrap:before {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  background: #0a0a0a;
  content: "";
  z-index: 3;
  height: 450px;
}

main,
#fullpage {
  position: relative;
}
main:before,
#fullpage:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: #0a0a0a;
  content: "";
  z-index: 3;
}

.project-black {
  z-index: 11;
}

.z-index-11 {
  z-index: 11;
}

.next-case {
  position: relative;
  z-index: 11;
}
.next-case .content {
  position: relative;
  height: 890px;
  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;
}
.next-case .content .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.next-case .content .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.next-case .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 3;
}
.next-case .text p {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.next-case .text h2 {
  text-align: center;
  margin-bottom: 30px;
}
.next-case .btn-wrap {
  text-align: center;
}
.next-case .bottom {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
.next-case .bottom p {
  margin: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.solution .img-wrap-mob {
  display: none;
}

.logics .img-mob {
  display: none;
}

.slider-team .swiper-slide .item figure {
  position: relative;
}
.slider-team .swiper-slide .item figure .video-wrap {
  background: #f6dde5;
}
.slider-team .swiper-slide .item figure .video-wrap img {
  background: #f6dde5;
}

.passion figure {
  position: relative;
}
.passion figure .video-wrap {
  width: 100%;
  height: 875px;
}
.passion figure .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-up-label .input-wrap-text label.is-focus,
.form-up-label .input-wrap-text label.is-active,
.form-up-label .input-wrap-text label.is-date {
  top: -15px;
}

#file-info {
  margin-top: 10px;
}

.menu-responsive .menu-wrap .item {
  border: none;
  position: relative;
}
.menu-responsive .menu-wrap .item:after {
  position: absolute;
  top: -200px;
  bottom: -200px;
  right: 0;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.menu-responsive .menu-wrap .item:nth-child(3):after {
  display: none;
}

.is-menu header .logo-wrap img {
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
}

.menu-responsive .menu-wrap .item-2 .top-menu ul li a {
  font-family: "Platform", sans-serif;
}

/*-------------------END-PAGE-CASE------------------*/
/*--------------------PAGE-QUIZ------------------*/
.form-section-quiz-3 {
  position: relative;
  background: #0a0a0a;
}
.form-section-quiz-3 .line-mars {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 10;
}
.form-section-quiz-3 .line-mars .rotate {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: relative;
  left: -5px;
  z-index: 10;
  top: 7190px;
}
.form-section-quiz-3 .line-mars .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
  left: 0;
}
.form-section-quiz-3 .line-mars .wrap h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 328px;
  line-height: 1;
  text-transform: uppercase;
  color: #fdbfca;
}
.form-section-quiz-3 .line-mars .wrap h2:nth-child(2n + 1) {
  color: #0a0a0a;
  text-shadow: -2px 0 #fdbfca, 0 2px #fdbfca, 2px 0 #fdbfca, 0 -2px #fdbfca;
}
.form-section-quiz-3 .line-mars .wrap h2.mob {
  display: none;
}
.form-section-quiz-3 .content {
  width: 850px;
  margin: auto;
  padding: 40px 0 0 55px;
}
.form-section-quiz-3 h3 {
  color: #ffffff;
  max-width: 100% !important;
}
.form-section-quiz-3 .form-step .input-wrap label > span {
  padding-right: 20px;
}
.form-section-quiz-3 h3:last-child {
  margin-bottom: 0;
}
.form-section-quiz-3 .form-step .item {
  position: relative;
}

.form-section-quiz-3 .line-mars .wrap {
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}

/*-------------------END-PAGE-QUIZ------------------*/
/*--------------------PAGE-CASE-2------------------*/
.logo-block {
  padding: 120px 0 160px;
  background: #f5f5f5;
}
.logo-block .img-full-wrap {
  margin-top: 120px;
  height: 100vh;
  position: relative;
}
.logo-block .img-full-wrap .img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.logo-block .img-full-wrap .logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.color-block {
  padding: 120px 0 260px;
  position: relative;
  z-index: 9;
  background: #f5f5f5;
}
.color-block .content-width {
  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;
}
.color-block .left {
  width: 49%;
}
.color-block .left p {
  color: #444444;
  max-width: 585px;
}
.color-block h2 {
  margin-bottom: 60px;
  color: #444444;
}
.color-block .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}
.color-block .right .item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #fff;
  position: relative;
}
.color-block .right .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.color-block .right .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  margin: 0 !important;
}
.color-block .right .item:nth-child(4n) {
  margin-right: 0;
}
.color-block .right .item-1 {
  background: #bb6f27;
}
.color-block .right .item-2 {
  background: #333333;
}
.color-block .right .item-3 {
  background: #303e3b;
}
.color-block .right .item-4 p {
  color: rgba(0, 0, 0, 0.8);
}

.info-img-block {
  position: relative;
  z-index: 9;
  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;
  padding-bottom: 280px;
  background: #f5f5f5;
}
.info-img-block .left {
  width: 50%;
  height: 900px;
}
.info-img-block .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.info-img-block .right {
  width: 50%;
  background: #bb6f27;
  position: relative;
  height: 900px;
}
.info-img-block .right img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.typography {
  padding: 120px 0 200px;
  background: #303e3b;
  position: relative;
  z-index: 9;
}
.typography h2 {
  margin-bottom: 60px;
}
.typography .line-1 {
  padding-left: 50%;
  margin-bottom: 125px;
}
.typography .text-wrap {
  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;
}
.typography .text-wrap p {
  width: 48%;
  margin-bottom: 20px;
}
.typography .line-2 {
  margin-bottom: 120px;
}
.typography .line-2 h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 180px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin: 0;
  position: relative;
  font-family: "Volkhov", sans-serif;
}
.typography .line-2 h3:after {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.typography .line-2 h3:before {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.typography .line .content {
  padding-left: 50%;
  margin: 55px 0 0;
}
.typography .line .content p {
  margin-bottom: 8px;
}
.typography .line-3 {
  margin-bottom: 295px;
}
.typography .line-3 p {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 77px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Volkhov", sans-serif;
  margin-bottom: 0;
}
.typography .line-4 {
  margin-bottom: 120px;
}
.typography .line-4 h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 180px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #ffffff;
  margin-bottom: -10px;
  position: relative;
}
.typography .line-4 h3:after {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.typography .line-4 h3:before {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.typography .line-5 p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.two-img-logo {
  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;
  padding: 275px 0 275px;
  position: relative;
  z-index: 9;
  background: #f5f3f1;
}
.two-img-logo .left {
  width: 50%;
  height: 900px;
}
.two-img-logo .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.two-img-logo .right {
  width: 50%;
  position: relative;
  height: 900px;
}
.two-img-logo .right .img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.two-img-logo .right .img-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.two-img-logo .content-width {
  padding: 285px 0 0 0;
}
.two-img-logo .content-width h2 {
  color: #444444;
  margin-bottom: 55px;
}
.two-img-logo .content-width a {
  font-weight: 700;
}
.two-img-logo .content-width .content {
  padding-left: 50%;
}

.objective-black h2,
.objective-black .text-wrap p {
  color: #fff;
}

.objective .item-wrap {
  padding-top: 170px;
  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;
  margin-bottom: -110px;
}
.objective .item-wrap .left {
  width: 50%;
}
.objective .item-wrap .right {
  width: 50%;
}

.solution-makelaars .img-wrap img:last-child {
  padding: 280px 0 0;
}
.solution-makelaars .img-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.solution-3 {
  position: relative;
  z-index: 9;
  background: #f5f3f1;
  padding: 238px 0 0;
}
.solution-3 .bg {
  bottom: 230px;
}
.solution-3 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.solution-3 .line-1 {
  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;
  margin-bottom: 230px;
}
.solution-3 .line-1 .item img {
  width: auto;
  height: auto;
}
.solution-3 .line-1 .item-1 {
  width: 50%;
}
.solution-3 .line-1 .item-1 img {
  float: right;
}
.solution-3 .line-1 .item-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 49%;
  padding-top: 235px;
}
.solution-3 .line-1 .item-2 img {
  margin-left: 55px;
}
.solution-3 .line-1 .item-2 img:first-child {
  margin-left: 0;
}
.solution-3 .line-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.solution-3 .line-2 img {
  border-radius: 5px;
  position: relative;
  left: 140px;
}

.other-pages-makelaars {
  position: relative;
  z-index: 9;
  background: #0a0a0a;
  padding: 120px 0 120px;
}
.other-pages-makelaars figure {
  top: 120px;
  right: 0;
  width: 50%;
  height: 1440px;
  position: absolute;
}
.other-pages-makelaars figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.other-pages-makelaars .content {
  width: 585px;
}
.other-pages-makelaars h2 {
  margin-bottom: 60px;
}
.other-pages-makelaars p {
  margin-bottom: 120px;
}
.other-pages-makelaars .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*  img{
        height: max-content;
        max-height: max-content;
        min-height: fit-content;
      }*/
}
.other-pages-makelaars .img-wrap div:first-child img {
  padding-top: 150px;
}
.other-pages-makelaars .content-bottom {
  position: relative;
  width: 1000px;
  margin: 225px auto 180px;
}
.other-pages-makelaars .content-bottom img {
  max-width: 100%;
}
.other-pages-makelaars .content-bottom .item-img img:first-child {
  position: absolute;
  top: 490px;
  right: -155px;
}
.other-pages-makelaars .content-bottom .item-img img:last-child {
  right: -155px;
  bottom: -120px;
  position: absolute;
}

.objective .item-wrap .left img,
.objective .item-wrap .right img {
  max-width: 100%;
}

.full-img > div {
  height: 100% !important;
}

.solution-3 .line-1 .item-2 img:first-child {
  display: none;
}

.other-pages-makelaars .img-mob-wrap {
  display: none;
}

.top-line .logo-wrap,
header .lang-wrap {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
}

.hide-header .top-line .logo-wrap,
.hide-header header .lang-wrap {
  top: -100px;
}

/*-------------------END-PAGE-CASE-2------------------*/
/*-------------------PAGE-CASE-3------------------*/
.soc-stories {
  position: relative;
  z-index: 9;
  background: #edece8;
  padding: 120px 0 200px;
}
.soc-stories h2 {
  color: #444;
  margin-bottom: 60px;
}
.soc-stories .inst {
  margin-bottom: 280px;
}
.soc-stories .inst p {
  color: #444;
  max-width: 585px;
  margin-bottom: 200px;
}
.soc-stories .inst .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.soc-stories .inst .img-wrap img {
  width: 25%;
}
.soc-stories .face .top {
  padding-left: 50%;
}
.soc-stories .face .text-wrap {
  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;
}
.soc-stories .face .text-wrap p {
  width: 48%;
  margin-bottom: 30px;
  color: #444;
}
.soc-stories .face .img-wrap {
  margin-top: 90px;
  text-align: center;
}
.soc-stories .face .img-wrap img {
  max-width: 100%;
}
.soc-stories .face .img-wrap-2 {
  margin-top: 115px;
}

.babies-colors {
  position: relative;
  z-index: 9;
  padding: 120px 0 110px;
  background: #edece8;
  border-top: 30px solid #f5f3f1;
  border-bottom: 30px solid #f5f3f1;
}
.babies-colors:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  content: "";
  width: 30px;
  margin-left: -15px;
  background: #f5f3f1;
}
.babies-colors .content-width {
  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;
}
.babies-colors h2 {
  color: #444444;
  margin-bottom: 60px;
}
.babies-colors .left {
  width: 50%;
}
.babies-colors .left h2 {
  padding: 0 0 0 10px;
  margin-bottom: 100px;
}
.babies-colors .left .img-wrap {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0 120px;
}
.babies-colors .left .img-wrap img {
  vertical-align: top;
  margin-bottom: 60px;
}
.babies-colors .right {
  width: 50%;
}
.babies-colors .right h2 {
  text-align: right;
  padding: 0 50px 0 0;
  margin: 0 0 18px;
}
.babies-colors .right .img-wrap {
  text-align: center;
  padding: 0 0 0 145px;
}

.babies-typography {
  position: relative;
  z-index: 9;
  background: #edece8;
  padding: 280px 0 0;
}
.babies-typography h2 {
  margin-bottom: 160px;
  color: #444444;
}
.babies-typography .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.babies-typography .text .left {
  width: 275px;
}
.babies-typography .text .left h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #543e3e;
  font-family: "Comfortaa", sans-serif;
  margin-bottom: 10px;
}
.babies-typography .text .left p {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: rgba(84, 62, 62, 0.6);
  font-family: "Comfortaa", sans-serif;
  margin-bottom: 10px;
}
.babies-typography .text .right {
  width: calc(100% - 300px);
}
.babies-typography .text .right h4 {
  font-family: "Recoleta", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 57px;
  line-height: 70px;
  color: #543e3e;
  margin-bottom: 0;
}
.babies-typography .text .right p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #543e3e;
  font-family: "Comfortaa", sans-serif;
  max-width: 445px;
}
.babies-typography .color-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 170px;
  max-width: 80%;
  padding: 0 0 160px;
}
.babies-typography .color-wrap .item {
  background: #edece8;
  -webkit-box-shadow: -4px 4px 4px rgba(84, 62, 62, 0.1);
  box-shadow: -4px 4px 4px rgba(84, 62, 62, 0.1);
  border-radius: 20px;
  margin: 0 40px 40px 0;
  position: relative;
  padding: 25px 25px;
  width: 280px;
  height: 150px;
}
.babies-typography .color-wrap .item h6 {
  font-family: "Comfortaa", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #543e3e;
  margin-bottom: 5px;
}
.babies-typography .color-wrap .item p {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: rgba(84, 62, 62, 0.4);
  font-family: "Comfortaa", sans-serif;
  margin-bottom: 5px;
}
.babies-typography .color-wrap .item .color {
  position: absolute;
  top: 25px;
  right: 25px;
  border-radius: 100%;
  background: #543e3e;
  width: 40px;
  height: 40px;
}
.babies-typography .color-wrap .item-2 .color {
  background: #f5eae3;
}
.babies-typography .color-wrap .item-3 .color {
  background: #f4f3f1;
}
.babies-typography .color-wrap .item-4 .color {
  background: #f7dbe2;
}
.babies-typography .color-wrap .item-5 .color {
  background: #cbe3e7;
}
.babies-typography .color-wrap .item-6 .color {
  background: #b3dbcc;
}
.babies-typography .content {
  padding: 200px 0 200px;
  background: #f5f5f5;
}
.babies-typography .content .content-width {
  padding-left: 41%;
}
.babies-typography .content .content-width h2 {
  margin-bottom: 57px;
}

.objective-bg {
  background: #edece8;
}
.objective-bg figure {
  position: relative;
  z-index: 1;
}

.objective-3-2 {
  padding-bottom: 180px;
}
.objective-3-2 figure .img-right {
  position: absolute;
  top: 0;
  right: 0;
}
.objective-3-2 figure .line-3 {
  margin-bottom: 150px;
}
.objective-3-2 figure .line-3 img:last-child {
  margin-left: 14%;
}
.objective-3-2 figure .line-4 {
  padding-left: 275px;
}
.objective-3-2 figure .line-4 img {
  margin-right: 30px;
}

.solution-3-2 .img-wrap img:last-child {
  padding: 265px 0 0;
}

.solution-3-2 .img-wrap {
  margin-bottom: -75px;
}

.gallery {
  position: relative;
  z-index: 9;
  background: #f5f5f5;
  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;
  padding: 20px 0 0;
}
.gallery figure {
  width: calc(50% - 10px);
  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;
  height: 950px;
  background: #edece8;
  margin-bottom: 20px;
}
.gallery figure img {
  max-width: 100%;
  max-height: 100%;
}

.logics-3-2 {
  background: #edece8;
  padding: 120px 0 120px;
}
.logics-3-2 figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 58px;
}
.logics-3-2 figure .line {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logics-3-2 figure .line img {
  margin-right: 70px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.logics-3-2 figure .line img:last-child {
  margin-right: 0;
}

.other-pages-3-2 {
  padding-bottom: 75px;
}
.other-pages-3-2 h2 {
  max-width: 800px;
}
.other-pages-3-2 figure .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.other-pages-3-2 figure .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
  width: 100%;
}
.other-pages-3-2 figure .line img {
  margin-right: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.other-pages-3-2 figure .line img:last-child {
  margin-right: 0;
}
.other-pages-3-2 figure .line-2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 175px;
}
.other-pages-3-2 figure .line-3 {
  width: 50%;
  padding-left: 155px;
}
.other-pages-3-2 figure .line-4 {
  width: 50%;
  padding: 225px 75px 0 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*-------------------END-PAGE-CASE-3------------------*/
/*--------------------PAGE-CASE-4------------------*/
.strategy-4-1-1 {
  padding-top: 160px;
}

.typography-colors-4-2 {
  background: #0a0a0a;
  padding: 170px 0 170px;
}
.typography-colors-4-2 .content-width {
  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;
}
.typography-colors-4-2 h2 {
  color: #fff;
}
.typography-colors-4-2 .text-wrap {
  width: 585px;
}
.typography-colors-4-2 p {
  color: #fff;
}
.typography-colors-4-2 .font-wrap {
  width: 50%;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.typography-colors-4-2 .font-wrap .big {
  width: 390px;
}
.typography-colors-4-2 .font-wrap .big p {
  font-style: normal;
  font-weight: 400;
  font-size: 265px;
  line-height: 327px;
  color: #ffffff;
  font-family: "Arvo", sans-serif;
}
.typography-colors-4-2 .font-wrap .other-font {
  width: calc(100% - 400px);
  padding: 55px 0 0;
}
.typography-colors-4-2 .font-wrap .other-font h6 {
  font-family: "Arvo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 80px;
  margin-bottom: 60px;
  color: #ffffff;
}
.typography-colors-4-2 .font-wrap .other-font p {
  font-family: "Arvo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 60px;
}
.typography-colors-4-2 .font-wrap .other-font .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.typography-colors-4-2 .font-wrap .other-font .bottom img {
  margin-right: 30px;
  position: relative;
  top: -25px;
}
.typography-colors-4-2 .font-wrap .other-font .bottom .wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
}

.color-block-4-1 {
  padding: 280px 0 95px;
}
.color-block-4-1 .content-width {
  display: block;
}
.color-block-4-1 h2 {
  margin-bottom: 60px;
}
.color-block-4-1 p {
  color: #444444;
  max-width: 585px;
  margin-bottom: 120px;
}
.color-block-4-1 .bg-img {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.color-block-4-1 .bg-img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.color-block-4-1 .bg-img .content-width {
  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;
  position: relative;
  z-index: 1;
  margin-top: 720px;
}
.color-block-4-1 .bg-img .content-width .item {
  width: calc(20% - 10px);
  margin-right: 10px;
  padding: 20px;
  background: #efefef;
}
.color-block-4-1 .bg-img .content-width .item h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}
.color-block-4-1 .bg-img .content-width .item h6 span {
  display: inline-block;
  margin-right: 8px;
}
.color-block-4-1 .bg-img .content-width .item p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  padding-left: 42px;
}
.color-block-4-1 .bg-img .content-width .item p span {
  display: inline-block;
  margin-left: 7px;
}
.color-block-4-1 .bg-img .content-width .item p span:first-child {
  margin-left: 15px;
}
.color-block-4-1 .bg-img .content-width .item p:last-child {
  margin-bottom: 0;
}
.color-block-4-1 .bg-img .content-width .item:last-child {
  margin-right: 0;
}
.color-block-4-1 .bg-img .content-width .item-2 {
  background: #fff;
}
.color-block-4-1 .bg-img .content-width .item-3 {
  background: #ffc123;
}
.color-block-4-1 .bg-img .content-width .item-4 {
  background: #e4232f;
}
.color-block-4-1 .bg-img .content-width .item-5 {
  background: #000;
}
.color-block-4-1 .bg-img .content-width .item-5 h6,
.color-block-4-1 .bg-img .content-width .item-5 p {
  color: #fff;
}
.color-block-4-1 .bottom {
  padding: 200px 0 0;
}
.color-block-4-1 .bottom .content {
  padding-left: 50%;
  margin-bottom: 100px;
}

.objective-4-2 {
  background: #0a0a0a;
  padding-bottom: 120px;
}
.objective-4-2 h2,
.objective-4-2 .text-wrap p {
  color: #ffffff;
}
.objective-4-2 .content-width {
  position: relative;
  padding-bottom: 460px;
}
.objective-4-2 .img-4-2 {
  position: absolute;
  bottom: 0;
  left: -180px;
  right: 0;
}

.solution-4-2 {
  background: #0a0a0a;
  padding-top: 35px;
}
.solution-4-2 h2,
.solution-4-2 p {
  color: #ffffff;
}
.solution-4-2 figure img {
  width: auto;
  height: auto;
  -o-object-fit: inherit;
  object-fit: inherit;
  max-width: 100%;
  max-height: 100%;
}
.solution-4-2 figure {
  top: 35px;
  min-height: 1440px;
  text-align: right;
}
.solution-4-2 .img-wrap {
  padding: 0 0 200px 95px;
}

.img-3n {
  position: relative;
  z-index: 9;
  background: #f5f5f5;
  padding: 280px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img-3n figure {
  width: calc(33.33% - 40px);
  height: 800px;
}
.img-3n figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.logics-4-2 {
  background: #f5f5f5;
  padding: 220px 0 360px;
}
.logics-4-2 .content-width .right {
  padding: 5px 0 0 20px;
}

.other-pages-4-2 p {
  margin-bottom: 90px;
}
.other-pages-4-2 figure {
  height: 800px;
}
.other-pages-4-2 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.business-card p {
  max-width: 585px;
}
.business-card figure {
  margin: 120px 0 200px;
  height: 1080px;
  width: 100%;
}
.business-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.objective-4-3 {
  padding-bottom: 280px;
}
.objective-4-3 .img-3n {
  padding: 0;
  background: transparent;
}
.objective-4-3 .img-3n figure {
  height: 720px;
}
.objective-4-3 .content {
  padding: 0 50% 0 0;
}

.objective-black {
  background: #0a0a0a;
}

.full-img-screen {
  position: relative;
  z-index: 9;
  height: 1080px;
  margin-top: 280px;
}
.full-img-screen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.solution .img-3n,
.solution .img-2n {
  padding: 0;
  background: transparent;
}
.solution .img-3n figure,
.solution .img-2n figure {
  height: 720px;
  position: relative;
  top: 0;
  bottom: 0;
}
.solution .img-2n {
  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;
  margin-top: 280px;
}
.solution .img-2n figure {
  height: 1080px;
}
.solution .img-2n img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.solution-white {
  background: #f5f5f5;
}
.solution-white h2 {
  color: #444444;
}
.solution-white p {
  color: #444444 !important;
}

.objective .img-2n {
  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;
  margin-top: 280px;
}
.objective .img-2n figure {
  height: 1080px;
  width: 50%;
}
.objective .img-2n img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.solution-4-3 {
  padding: 280px 0 280px;
}
.solution-4-3 p {
  margin-bottom: 90px;
}

.business-card-4-3 {
  padding: 200px 0 200px;
}

.strategy-4-1 figure {
  position: relative;
}
.strategy-4-1 figure .logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.strategy-4-1 figure .logo-wrap img {
  width: auto;
}

.color-block .right .item {
  width: 380px;
  height: 380px;
  margin-right: 0;
}

.color-block .right {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*-------------------END-PAGE-CASE-4------------------*/
/*--------------------PAGE-CASE-5------------------*/
.strategy-white {
  background: #eee9e9;
}
.strategy-white h2 {
  color: #444444;
}
.strategy-white .title-content .text-wrap p {
  color: #444444;
}

.strategy-5-1 {
  padding-bottom: 0;
}
.strategy-5-1 .img-wrap {
  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;
}
.strategy-5-1 .img-wrap .item {
  position: relative;
  height: 800px;
  background: #dc8131;
  width: 50%;
}
.strategy-5-1 .img-wrap .item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.strategy-5-1 .img-wrap .item .logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.typography-colors-5-1 {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 0;
}
.typography-colors-5-1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  content: "";
  background: #0c2c69;
}
.typography-colors-5-1 .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
.typography-colors-5-1 .item {
  width: 50%;
  padding: 0 0 53px;
}
.typography-colors-5-1 .item-2 {
  position: relative;
}
.typography-colors-5-1 .item-2 h2 {
  color: #ffffff;
  padding-left: 180px;
  margin-bottom: 120px;
}
.typography-colors-5-1 .item-2 .img {
  position: relative;
}
.typography-colors-5-1 .item-2 .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50vw;
}
.typography-colors-5-1 .item-1 h2 {
  margin-bottom: 185px;
}
.typography-colors-5-1 .item-1 .text {
  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;
}
.typography-colors-5-1 .item-1 .text .left {
  width: 180px;
}
.typography-colors-5-1 .item-1 .text .left p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #444444;
}
.typography-colors-5-1 .item-1 .text .right {
  width: calc(100% - 180px);
}
.typography-colors-5-1 .item-1 .text .right .text-line {
  position: relative;
  margin-bottom: 100px;
}
.typography-colors-5-1 .item-1 .text .right .text-line .bg-text {
  position: absolute;
  top: 50%;
  left: 13%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.typography-colors-5-1 .item-1 .text .right h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  text-transform: capitalize;
  color: #444444;
  margin: -53px 0 17px;
  font-family: "DM Sans", sans-serif;
}
.typography-colors-5-1 .item-1 .text .right p {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #444444;
  font-family: "DM Sans", sans-serif;
  margin: 0;
}
.typography-colors-5-1 .item-1 .text .right h6,
.typography-colors-5-1 .item-1 .text .right p {
  position: relative;
  z-index: 1;
}
.typography-colors-5-1 .item-1 .text .right h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  text-transform: capitalize;
  color: #444444;
  font-family: "DM Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.typography-colors-5-1 .item-1 .text .right h6 span {
  display: inline-block;
  margin-right: 22px;
}
.typography-colors-5-1 .item-1 .text .right h6 span:nth-child(2) {
  font-size: 60px;
}
.typography-colors-5-1 .item-1 .text .right h6 span:last-child {
  font-size: 40px;
  margin-right: 0;
}
.typography-colors-5-1 .item-1 .text-1 {
  margin-bottom: 20px;
}
.typography-colors-5-1 .item-1 .text-2 .right h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  text-transform: capitalize;
  color: #444444;
  font-family: "Noto Serif", sans-serif;
  margin: -20px 0 11px;
}
.typography-colors-5-1 .item-1 .text-2 .right p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #444444;
  font-family: "Noto Serif", sans-serif;
}
.typography-colors-5-1 .item-1 .text-2 .right .line-3 {
  margin-bottom: 58px;
}
.typography-colors-5-1 .item-1 .text-2 .right .line-4 {
  position: relative;
}
.typography-colors-5-1 .item-1 .text-2 .right .line-4 .bg-text {
  position: absolute;
  left: 1%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.typography-colors-5-1 .item-1 .text-2 .right .line-4 p {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  text-transform: lowercase;
  color: #444444;
  padding: 0 46px;
}

.business-card-5-1 {
  padding-bottom: 200px;
}
.business-card-5-1 .img {
  height: 800px;
  margin-bottom: 200px;
}
.business-card-5-1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.objective-5-2 {
  background: #eee9e9;
  padding-bottom: 115px;
}
.objective-5-2 .content-width {
  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;
}
.objective-5-2 .img {
  width: 43%;
  text-align: center;
}
.objective-5-2 .content {
  width: 50%;
  padding: 0;
}

.solution-5-2 {
  background: #dc8131;
  padding-top: 0;
}
.solution-5-2 .img {
  height: 800px;
  margin-bottom: 120px;
}
.solution-5-2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.solution-5-2 .img-wrap {
  text-align: center;
  width: 100%;
  margin: -230px 0 -187px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.logics-5-2 {
  background: #eee9e9;
  padding-bottom: 180px;
  overflow: hidden;
}
.logics-5-2 h2 {
  margin-bottom: 40px;
}
.logics-5-2 ul li {
  margin-bottom: 50px;
}
.logics-5-2 ul li h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

.logics-5-2 .content-width .right img {
  max-width: 100%;
}

.business-card-5-2 {
  overflow: hidden;
  padding-bottom: 200px;
}
.business-card-5-2 .img {
  height: 800px;
  margin: 110px 0 205px;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.business-card-5-2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*-------------------END-PAGE-CASE-5------------------*/
/*--------------------PAGE-CASE-6------------------*/
.strategy-6-1 {
  overflow: hidden;
  padding-bottom: 0;
}
.strategy-6-1 .img {
  margin: -405px 0 0;
  position: relative;
  left: -180px;
}

.solution-6-1 {
  padding-top: 280px;
  overflow: hidden;
  padding-bottom: 0;
}
.solution-6-1 .img {
  position: relative;
  padding: 110px 0 55px;
  margin-top: -30px;
}
.solution-6-1 .img .bg-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
}
.solution-6-1 .img .bg-img-wrap .item {
  width: 50%;
  height: 100%;
}
.solution-6-1 .img .bg-img-wrap .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.solution-6-1 .img .wrap {
  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;
}
.solution-6-1 .img .wrap img {
  position: relative;
}
.solution-6-1 .img .wrap .img-1 {
  left: 7%;
}
.solution-6-1 .img .wrap .img-2 {
  left: 2%;
}
.solution-6-1 .img .wrap .img-3 {
  left: -2%;
}

.logics-6-1 {
  padding-bottom: 120px;
}
.logics-6-1 .img {
  margin-top: -5px;
}
.logics-6-1 .img img {
  width: 100%;
}
.logics-6-1 .content-width .right {
  padding-top: 0;
}

.business-card-6-1 {
  overflow: hidden;
  padding: 155px 0 200px;
}
.business-card-6-1 .img {
  margin: 90px 0 205px;
}
.business-card-6-1 .img img {
  width: 100%;
}

.objective-6-2 {
  padding-bottom: 280px;
}
.objective-6-2 .content {
  padding: 0 50% 0 0;
}
.objective-6-2 .img-2 {
  height: 1080px;
  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;
  margin: -30px 0 280px;
}
.objective-6-2 .img-2 img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.objective-6-2 .img-3 {
  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;
}
.objective-6-2 .img-3 img {
  height: 720px;
  width: calc(33.33% - 40px);
  -o-object-fit: cover;
  object-fit: cover;
}

.solution-6-2 {
  padding-top: 280px;
  padding-bottom: 280px;
}
.solution-6-2 .img-2 {
  height: 1080px;
  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;
  margin: -30px 0 280px;
}
.solution-6-2 .img-2 img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.solution-6-2 .img-3 {
  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;
}
.solution-6-2 .img-3 img {
  height: 720px;
  width: calc(33.33% - 40px);
  -o-object-fit: cover;
  object-fit: cover;
}

.process-block {
  position: relative;
  z-index: 9;
  background: #0a0a0a;
  padding: 120px 0 120px;
}
.process-block .content-width {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.process-block .left {
  width: 42%;
}
.process-block .right {
  width: 45%;
}
.process-block h2 {
  margin-bottom: 60px;
  color: #fff;
}
.process-block p {
  margin-bottom: 30px;
  color: #fff;
}
.process-block p:last-child {
  margin-bottom: 0;
}

.business-card-6-2 {
  padding: 200px 0 200px;
}

/*-------------------END-PAGE-CASE-6------------------*/
/*--------------------PAGE-CASE-7------------------*/
.strategy-7-1 {
  background: #f6efec;
}
.strategy-7-1 .content-width {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.strategy-7-1 .left {
  width: 51.5%;
}
.strategy-7-1 .left img {
  width: 100%;
}
.strategy-7-1 .right {
  width: 37.5%;
}
.strategy-7-1 p {
  color: #444444;
  margin-bottom: 30px;
}
.strategy-7-1 p:last-child {
  margin-bottom: 0;
}

.solution-7-1 {
  padding-top: 155px;
}
.solution-7-1 .img {
  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;
}
.solution-7-1 .img img {
  width: 50%;
  height: 800px;
}

.color-block-7-1 .bg-img .content-width .item-1 {
  background: #edd5cc;
}

.color-block-7-1 .bg-img .content-width .item-2 {
  background: #f6efec;
}

.color-block-7-1 .bg-img .content-width .item-3 {
  background: #fdf8ea;
}

.color-block-7-1 .bg-img .content-width .item-4 {
  background: #ececde;
}

.color-block-7-1 .bg-img .content-width .item-5 {
  background: #333f3c;
}

.color-block-7-1 {
  padding: 160px 0 95px;
}
.color-block-7-1 .content {
  padding-left: 50%;
}

.strategy-7-1 {
  background: #f6efec;
  padding-bottom: 0 !important;
}
.strategy-7-1 .img {
  margin: -400px 0 215px -180px;
}
.strategy-7-1 .img img {
  max-width: 100%;
}

.solution-7-2 {
  padding-top: 185px;
}
.solution-7-2 .text-wrap p {
  width: 585px;
  margin-bottom: 85px;
}
.solution-7-2 .img {
  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;
}
.solution-7-2 .img img {
  width: calc(33.33% - 40px);
  height: 720px;
  -o-object-fit: cover;
  object-fit: cover;
}

.color-block-7-2 {
  padding: 160px 0 200px;
}
.color-block-7-2 .top {
  padding: 120px 0 120px;
  position: relative;
  min-height: 960px;
}
.color-block-7-2 .top .content-width {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.color-block-7-2 .top p {
  color: #444444;
  max-width: 585px;
}
.color-block-7-2 .top .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.color-block-7-2 h2 {
  color: #444444;
}
.color-block-7-2 .bottom {
  padding: 200px 0 0;
}
.color-block-7-2 .bottom .content {
  padding-left: 50%;
}

.objective-7-3 {
  background: #f6efec;
}
.objective-7-3 .content {
  padding: 0 50% 0 0;
}
.objective-7-3 .img {
  height: 1080px;
  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;
  margin: 85px 0 100px;
}
.objective-7-3 .img img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.solution-7-3 {
  padding: 30px 0 10px;
  background: #f6efec;
}
.solution-7-3 .img-3n {
  margin: -30px 0 280px;
}
.solution-7-3 .img img {
  width: 100%;
  height: auto;
}
.solution-7-3 .img-3n-2 {
  margin: 280px 0 280px;
}

.solution-7-1 .img img {
  -o-object-fit: cover;
  object-fit: cover;
}

/*-------------------END-PAGE-CASE-7------------------*/
/*--------------------PAGE-CASE-8------------------*/
.strategy-8-1 {
  position: relative;
  padding: 120px 0 120px;
  min-height: 1105px;
}
.strategy-8-1 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.strategy-8-1 .content-width {
  position: relative;
  z-index: 2;
}
.strategy-8-1 p {
  color: #444444;
}
.strategy-8-1 .text-wrap {
  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;
}
.strategy-8-1 .text-wrap p {
  width: 48%;
  margin-bottom: 30px;
}
.strategy-8-1 .content {
  padding-right: 50%;
}

.solution-8-1 {
  padding-top: 280px;
  padding-bottom: 0 !important;
}
.solution-8-1 .img {
  margin: 100px 0 0;
  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;
}
.solution-8-1 .img .img-mob {
  display: none;
}
.solution-8-1 .img > div {
  width: 50%;
}
.solution-8-1 .img > div img {
  max-width: 100%;
}
.solution-8-1 .img div:nth-child(2) {
  position: relative;
  left: -60px;
}
.solution-8-1 p {
  max-width: 585px;
}
.solution-8-1 .content {
  padding-left: 50%;
  width: 100% !important;
}
.solution-8-1 .img-bg-wrap {
  position: relative;
  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;
  padding: 165px 0 0;
  margin-top: 275px;
}
.solution-8-1 .img-bg-wrap .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.solution-8-1 .img-bg-wrap .img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.solution-8-1 .img-bg-wrap .item {
  position: relative;
  z-index: 2;
}
.solution-8-1 .img-bg-wrap .item-1 {
  left: 7%;
}
.solution-8-1 .img-bg-wrap .item-2 {
  left: 2%;
}
.solution-8-1 .img-bg-wrap .item-3 {
  left: -3%;
}

.logics-8-1 {
  background: #f5f5f5;
  padding-bottom: 85px;
}
.logics-8-1 .img {
  margin-top: 60px;
}
.logics-8-1 .img img {
  width: 100%;
  height: auto;
}

.business-card-8-1 {
  padding: 120px 0 200px;
  background: #f5f5f5;
}
.business-card-8-1 .content {
  padding-left: 50%;
}

.strategy-8-2 {
  background: #f6efec;
}
.strategy-8-2 p {
  color: #444444;
  max-width: 585px;
}
.strategy-8-2 .content-width {
  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;
}
.strategy-8-2 .left {
  width: 47%;
}
.strategy-8-2 .right {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
}
.strategy-8-2 .right .item {
  margin-right: 98px;
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.strategy-8-2 .right .item img {
  margin-bottom: 20px;
}
.strategy-8-2 .right .item img:last-child {
  margin-bottom: 0;
}
.strategy-8-2 .right .item:last-child {
  margin-right: 0;
}

.color-block-8-2 {
  background: #f6efec;
  padding-top: 160px;
}

.img-2n-block {
  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;
  position: relative;
  padding-bottom: 280px;
  z-index: 9;
  background: #f5f5f5;
}
.img-2n-block .item {
  width: 50%;
  height: 900px;
}
.img-2n-block .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.typography-8-2 {
  background: #111111;
}
.typography-8-2 .line-2 h3 {
  font-family: "Song Myung", sans-serif;
}
.typography-8-2 .line-2 h3:before {
  top: 66px;
}
.typography-8-2 .line-2 h3:after {
  bottom: 25px;
}
.typography-8-2 .line-3 p {
  font-family: "Song Myung", sans-serif;
}
.typography-8-2 .line-4 h3 {
  font-family: "Work Sans", sans-serif;
}
.typography-8-2 .line-4 h3:before {
  top: 59px;
}
.typography-8-2 .line-4 h3:after {
  bottom: 27px;
}
.typography-8-2 .line-5 p {
  font-family: "Work Sans", sans-serif;
}

.business-card-8-2 {
  background: #f5f5f5;
  padding: 0 0 200px;
}
.business-card-8-2 .img {
  margin-bottom: 200px;
}
.business-card-8-2 .img img {
  width: 100%;
  height: auto;
}
.business-card-8-2 .content {
  padding-left: 50%;
}

.strategy-8-2 .right .item img {
  max-width: 100%;
}

.strategy-8-2 .right .item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.strategy-8-2 .right .item img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*-------------------END-PAGE-CASE-8------------------*/
/*--------------------PAGE-CASE-9------------------*/
.img-2n-block-9-1 .item {
  width: calc(50% - 10px);
  height: 950px;
}

.img-2n-block-9-2 {
  padding-bottom: 100px;
}
.img-2n-block-9-2 .item {
  height: 1040px;
}

.solution-9-1 {
  overflow: hidden;
  padding: 0 0 120px;
}
.solution-9-1 .img {
  background: url("../img/img-156.png") no-repeat center top;
  background-size: cover;
  padding: 195px 0 100px;
  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;
  margin: -30px 0 250px;
}
.solution-9-1 .img .item {
  position: relative;
  width: 33.33%;
  text-align: center;
}
.solution-9-1 .img .item img {
  vertical-align: top;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.solution-9-1 .img .item-1 img {
  -webkit-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
}
.solution-9-1 .img .item-3 img {
  -webkit-transform: translate(-61%, 0);
  transform: translate(-61%, 0);
}

.business-card-9-1 {
  background: #f5f5f5;
  padding: 185px 0 195px;
  overflow: hidden;
}
.business-card-9-1 .text-wrap {
  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;
}
.business-card-9-1 .text-wrap p {
  width: 48%;
  margin-bottom: 30px;
  color: #444444;
}
.business-card-9-1 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: -40px 0 195px;
}
.business-card-9-1 .img .item img:nth-child(2) {
  display: none;
}
.business-card-9-1 .img .item-2 {
  margin: 0 20px;
}

.form-section-quiz-3 {
  touch-action: none;
  -ms-touch-action: none;
  position: relative;
}
.form-section-quiz-3 .btn {
  position: relative;
  height: 0 !important;
  min-height: 0 !important;
}
.form-section-quiz-3 .btn-close {
  position: absolute;
  top: 200px;
  right: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  height: 24px;
  line-height: 22px;
  padding: 0 6px;
  text-transform: uppercase;
}
.form-section-quiz-3 .btn-close i {
  margin-left: 10px;
  font-size: 18px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.form-section-quiz-3 .btn-wrap-bottom {
  display: inline-block;
  position: absolute;
  top: 88vh;
  right: -45px;
  z-index: 100;
}
.form-section-quiz-3 .btn-wrap-bottom > div {
  display: inline-block;
}
.form-section-quiz-3 .btn-wrap-bottom > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  height: 24px;
  line-height: 22px;
  padding: 0 6px;
  text-transform: uppercase;
}
.form-section-quiz-3 .btn-wrap-bottom > div a i {
  margin-left: 10px;
  font-size: 18px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.form-section-quiz-3 .btn-wrap-bottom > div.disabled {
  position: relative;
}
.form-section-quiz-3 .btn-wrap-bottom > div.disabled:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.form-section-quiz-3 .btn-wrap-bottom .next {
  margin-left: 15px;
}

.form-section-quiz-3 .form-step .item {
  max-height: 100vh;
}

.quiz-slider-3 {
  max-height: 100vh;
}

.tabs-menu li + li {
  margin-left: 10px;
}

.other-pages-makelaars .img-wrap > div {
  display: inline;
}

.business-card .logo-wrap figure {
  margin: 0;
}
.business-card .logo-wrap figure img {
  width: auto;
  height: auto;
  -o-object-fit: inherit;
  object-fit: inherit;
}

/*-------------------END-PAGE-CASE-9------------------*/
/*--------------------PAGE-CASE-10------------------*/
.objective-10-1 {
  background: #f5f5f5;
}
.objective-10-1 .bg {
  bottom: 195px;
}
.objective-10-1 .content-2 {
  margin-top: 1175px;
  padding: 0 50% 300px 0;
  position: relative;
}
.objective-10-1 .content-2 .after-img {
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
}
.objective-10-1 .content-2 p {
  max-width: 585px;
}
.objective-10-1 .img-mob {
  display: none;
}

.solution-10-1 {
  padding-top: 250px;
}
.solution-10-1 .content {
  padding: 0 0 0 50%;
  width: 100% !important;
}
.solution-10-1 p {
  max-width: 585px;
}
.solution-10-1 .img {
  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;
}
.solution-10-1 .img div {
  width: 50%;
}
.solution-10-1 .img div img:first-child {
  display: none;
}
.solution-10-1 .img div img:last-child {
  display: block;
}
.solution-10-1 .img div:last-child {
  position: relative;
  left: -60px;
}

.business-card-10-1 {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
  padding: 305px 0 140px;
}
.business-card-10-1 .bg {
  top: 685px;
}
.business-card-10-1 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.business-card-10-1 .img {
  position: relative;
  z-index: 1;
  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;
  margin-bottom: 1490px;
}
.business-card-10-1 .img div {
  position: relative;
  width: 33.33%;
}
.business-card-10-1 .img div:first-child {
  left: 7%;
}
.business-card-10-1 .img div:nth-child(2) {
  left: 2%;
}
.business-card-10-1 .img div:last-child {
  left: -2%;
}
.business-card-10-1 .content-width {
  position: relative;
  z-index: 1;
}

.logo-block-10-2 {
  background: #151515;
  position: relative;
  z-index: 9;
  padding-bottom: 0 !important;
}
.logo-block-10-2 h2 {
  margin-bottom: 60px;
}
.logo-block-10-2 p {
  max-width: 585px;
  margin-bottom: 120px;
}
.logo-block-10-2 .img {
  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;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.logo-block-10-2 .img .item {
  width: calc(50% - 5px);
  height: 635px;
}
.logo-block-10-2 .img .item-1 {
  border-right: 10px solid #fff;
  width: calc(50% + 5px);
}
.logo-block-10-2 .img .item-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.logo-block-10-2 .img .item-2 {
  position: relative;
}
.logo-block-10-2 .img .item-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 95%;
}

.typography-colors-10-2 {
  background: #151515;
  padding: 120px 0 0;
}
.typography-colors-10-2 h2 {
  color: #fff;
}
.typography-colors-10-2 p {
  color: #fff !important;
  width: 100% !important;
  max-width: 585px;
}
.typography-colors-10-2 .title {
  padding: 0 0 105px;
  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;
  margin: 0;
}
.typography-colors-10-2 .title-content {
  width: 48%;
}
.typography-colors-10-2 .font-wrap {
  width: 50%;
  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;
  padding-top: 67px;
}
.typography-colors-10-2 .font-wrap .big {
  width: 350px;
}
.typography-colors-10-2 .font-wrap .big p {
  font-style: normal;
  font-weight: 400;
  font-size: 265px;
  line-height: 311px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
}
.typography-colors-10-2 .font-wrap .small {
  width: calc(100% - 390px);
  padding-top: 55px;
}
.typography-colors-10-2 .font-wrap .small h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 76px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  margin-bottom: 60px;
}
.typography-colors-10-2 .font-wrap .small p {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
}
.typography-colors-10-2 .font-wrap .small p + p {
  margin-top: 10px;
}
.typography-colors-10-2 .font-wrap .small .icon-wrap {
  margin-top: 35px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.typography-colors-10-2 .font-wrap .small .icon-wrap .icon {
  width: 100px;
}
.typography-colors-10-2 .font-wrap .small .icon-wrap .text {
  width: calc(100% - 110px);
}

.business-card-10-2 {
  background: #151515;
}
.business-card-10-2 .content {
  padding: 0;
}
.business-card-10-2 .content .text {
  width: 50%;
}
.business-card-10-2 .wrap {
  position: relative;
}
.business-card-10-2 .color-wrap {
  width: 50%;
  position: absolute;
  top: 180px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.business-card-10-2 .color-wrap .item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 20px;
  height: 140px;
  margin-left: 10px;
}
.business-card-10-2 .color-wrap .item p {
  color: #444444;
}
.business-card-10-2 .color-wrap .item-color-1 {
  width: 395px;
  background: #ffffff;
}
.business-card-10-2 .color-wrap .item-color-2 {
  width: 120px;
  background: #8caeae;
}
.business-card-10-2 .color-wrap .item-color-2 p {
  color: #fff;
}
.business-card-10-2 .color-wrap .item-color-3 {
  width: 200px;
  background: #353535;
}
.business-card-10-2 .color-wrap .item-color-3 p {
  color: #fff;
}
.business-card-10-2 .color-wrap .item-color-4 {
  width: 215px;
  background: #fddd11;
  border-radius: 20px 0 0 20px;
}
.business-card-10-2 .content-bottom {
  padding: 310px 0 20px 50%;
}

.full-img-10-2 .img-mob {
  display: none;
}

/*-------------------END-PAGE-CASE-10------------------*/
.blog .sort-right ul li {
  position: relative;
}
.blog .sort-right ul li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}

.blog .sort-right ul li input:checked + a {
  color: #fdbfca;
}

.blog .sort-right ul li input:checked + a:after {
  opacity: 1;
}

.article-head .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-head .video-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.article-head .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-head .content-width {
  position: relative;
  z-index: 1;
}

.article-content figure.wp-block-video {
  height: auto;
}

/*-----------------------------------------------------------------------------------------------------*/
.header-18 {
  padding: 0;
  max-width: 100vw;
}

.header-18 .allert-fullscreen-head {
  padding: 18px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ff0000;
}

.header-18 .allert-fullscreen-head p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ff0000;
  display: inline-block;
  margin-right: 16px;
}

.header-18 .allert-fullscreen-head a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #393839;
  display: inline-block;
}

.header-18 .allert-fullscreen-head a img {
  margin-left: 12px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-18 .allert-fullscreen-head a:hover img {
  left: 3px;
}

.header-18 .nav__container {
  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;
  padding-top: 20px;
  max-width: 1180px;
}

.header-18 .nav__container .nav__logo {
  width: 275px;
}

.header-18 .nav__container .right {
  width: calc(100% - 275px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 5px;
}

.header-18 .nav__phone li:nth-child(2n) a::after {
  display: none;
}

.header-18 .nav__phone li:nth-child(2n + 1) .viber_ico i::after {
  content: "";
  position: relative;
  left: 0;
  width: 16px;
  height: 16px;
  top: 4px;
  color: #cd9834;
  background: url(../img/icon-202-2.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}

.header-18 .nav__phone li:nth-child(2n + 1) .whatsapp_ico i::after {
  content: "";
  position: relative;
  left: 0;
  width: 16px;
  height: 16px;
  top: 4px;
  color: #cd9834;
  background: url(../img/icon-202-1.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}

.header-18 .nav__phone_2 li a::before {
  display: none;
}

.header-18 .contacy_name {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #8d8c8d;
  margin-bottom: -2px;
}

.header-18 .nav__phone,
.header-18 .nav__phone_2 {
  padding: 0;
}

.header-18 .nav__container .right a {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: lowercase;
  color: #393839;
  display: inline-block;
  position: relative;
}

.header-18 .right ul li {
  margin-bottom: -6px;
}

.header-18 .whatsapp_ico {
  display: inline-block;
  width: 18px;
  margin-right: 5px;
  margin-left: 5px;
}

.header-18 .viber_ico {
  width: 16px;
  display: inline-block;
}

.header-18 .right .item-1 {
  width: 190px;
}

.header-18 .right .item-2 {
  width: 140px;
}

.header-18 .right .item-3 .nav__maile {
  position: relative;
  top: 3px;
}

.header-18 .right .item-3 {
  width: 190px;
}

.header-18 .site-title {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #393839;
  margin: 0;
}

.header-18 .nav__location {
  padding: 0;
}

.header-18 .nav__location::after {
  display: none;
}

.header-18 .right .item-4 .nav__location {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #393839;
  display: inline-block;
  position: relative;
  margin: 10px 0 0;
}

.header-18 .right .item-4 {
  width: 160px;
}

.header-18 .right .item-5 {
  width: calc(100% - 680px);
  padding-left: 20px;
  max-height: 75px;
  padding-top: 0;
}

.header-18 .right .item-5 a {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.header-18 .nav__logo__img {
  margin-right: 10px;
}

.header-18 .nav__menu__level1__link {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #393839;
}

.header-18 .right .item .btn_orange {
  cursor: pointer;
  outline: none !important;
  display: block;
  background: #cd9834;
  border-radius: 4px;
  height: 38px;
  line-height: 36px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #cd9834;
  padding: 0 15px;
}

.header-18 .right .item .btn_orange:hover {
  background: #fff;
  color: #cd9834;
}

.header-18 .right .item .btn-border-orange {
  background: #fff;
  color: #cd9834;
}

.header-18 .right .item .btn-border-orange:hover {
  color: #ffffff;
  background: #cd9834;
}

.header-18 .nav__menu__level1_parent a {
  display: inline-block;
  position: relative;
  padding-right: 23px;
}

.header-18 .nav__menu__level1_parent > a:before {
  position: absolute;
  top: 0;
  right: 0;
  content: url("../img/icon-203.svg");
  width: 12px;
  height: 7px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.header-18 .nav__menu__level1_parent > a:hover:before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.header-18 .nav__menu {
  padding-top: 0;
}

.header-18 .nav__menu__level1:not(:last-child) {
  margin-right: 27px;
}

.header-18 .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 26px 250px 0 0;
  width: 100%;
}

.header-18 .nav__lang-picker {
  padding-left: 23px;
  position: relative;
  top: -2px;
}

.header-18 .nav__lang-picker p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #393839;
}

.header-18 .nav__lang-picker__actual-lang::after {
  border: none !important;
  content: url("../img/icon-203.svg");
  width: 12px;
  height: 7px;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  top: 8px;
  right: -2px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.header-18 .nav__lang-picker__actual-lang {
  padding-right: 20px;
}

.header-18 .nav__lang-picker--open .nav__lang-picker__actual-lang::after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.header-18 .nav__menu__level1_models .nav__menu__level1__list-wrapper {
  top: 155px;
}

.header-18 .inline {
  display: inline;
  width: calc(100% - 275px);
}

.header-18 + .main {
  /* padding-top: 220px;*/
  padding-top: 0 !important;
}

.main-p-0 {
  padding: 0 !important;
}

.sticky-wrapper.is-sticky .header-18 .right {
  display: none;
}

.sticky-wrapper.is-sticky .header-18 .menu-wrap {
  padding: 0 0 0 15px;
  width: calc(100% - 275px);
}

.sticky-wrapper.is-sticky .header-18 .nav__menu__level1:not(:last-child) {
  margin-right: 20px;
}

/*--------------PAGE-AUTO-----------*/
.auto-presence {
  padding: 43px 0 80px;
  background: #f9f9f9;
}

.auto-presence * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.auto-presence h1 {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 41px;
  color: #393839;
  text-align: center;
  margin: 0 0 30px;
}

.auto-presence .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.auto-presence .item {
  width: calc(33.33% - 14px);
  background: #ffffff;
  border-radius: 4px;
  padding: 24px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.auto-presence .item:nth-child(3n) {
  margin-right: 0;
}

.auto-presence .item figure {
  height: 156px;
  width: 100%;
  margin-bottom: 33px;
}

.auto-presence .item figure a {
  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;
}

.auto-presence .item figure a img {
  max-width: 100%;
  max-height: 100%;
}

.auto-presence .item .title {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #393839;
  margin: 0 0 16px;
}

.auto-presence .item .label {
  display: inline-block;
  background: #f4faf6;
  padding: 4px 8px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #58b81f;
  margin-bottom: 16px;
}

.auto-presence .item .label.old {
  background: #fff9f5;
  color: #ff9900;
}

.auto-presence .item ul {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  min-height: 90px;
}

.auto-presence .item ul li {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #393839;
  margin: 0 0 8px;
}

.auto-presence .item p.cost {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #393839;
  margin: 0 0 8px;
}

.auto-presence .item p.info {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #8d8c8d;
  min-height: inherit;
  margin: 0 0 20px;
}

.auto-presence .item .btn_orange {
  cursor: pointer;
  outline: none !important;
  display: block;
  background: #cd9834;
  border-radius: 4px;
  height: 38px;
  line-height: 36px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #cd9834;
  padding: 0 15px;
  width: 100%;
  z-index: 10;
}

.auto-presence .item .btn_orange:hover {
  background: #fff;
  color: #cd9834;
}

.auto-presence .item .btn-border-orange {
  background: #fff;
  color: #cd9834;
}

.auto-presence .item .btn-border-orange:hover {
  color: #ffffff;
  background: #cd9834;
}

.auto-presence .container {
  max-width: 1180px;
}

.auto-presence .pagination-wrap {
  margin-top: 18px;
  text-align: center;
}

.auto-presence .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 0;
}

.auto-presence .pagination li {
  border: 1px solid #cd9834;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  line-height: 36px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #cd9834;
  margin: 0 5px;
}

.auto-presence .pagination li a {
  width: 38px;
  height: 38px;
  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;
  background: #cd9834;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  margin: -1px 0 0 -1px;
  border: 1px solid #cd9834;
}

.auto-presence .pagination li a:hover {
  background: #fff;
  color: #cd9834;
}

body > .sticky-wrapper {
  min-height: 220px;
}

.main-info-auto .nav-bar {
  background: #f9f9f9;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}

.main-info-auto .nav-bar li {
  margin: 0 10px;
}

.main-info-auto .nav-bar li a {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #393839;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-info-auto .nav-bar li.current,
.main-info-auto .nav-bar li.current a {
  color: #cd9834;
}

.main-info-auto .top-info ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.main-info-auto .top-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.main-info-auto .top-info ul li:last-child {
  margin-right: 0;
}

.main-info-auto .top-info ul li p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #393839;
  display: inline-block;
  margin-left: 10px;
}

.main-info-auto .top-info ul li img {
  position: relative;
}

.main-info-auto .item {
  margin-top: -270px;
  padding-top: 270px;
}

.main-info-auto .item-2 {
  margin-top: -210px;
  padding-top: 210px;
}

.sticky-wrapper.is-sticky
  .header-18
  .nav__menu__level1_models
  .nav__menu__level1__list-wrapper {
  top: 55px;
  left: -30px;
}

body > .sticky-wrapper {
  position: relative;
  z-index: 999;
}

.about-auto .item-1 .top-info {
  padding: 43px 0 30px;
}

.about-auto .item-1 .top-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-auto .item-1 .top-info ul li {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-auto .item-1 .top-info ul li:last-child {
  margin-right: 0;
}

.about-auto .item-1 .top-info ul li img {
  margin-right: 4px;
}

.about-auto .item-1 .top-info ul li p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #393839;
}

.about-auto .item-2 .wrap {
  padding: 7px 0 30px;
}

.about-auto .item-2 .left {
  width: calc(100% - 400px);
}

.about-auto .item-2 .right {
  width: 360px;
}

.about-auto .item-2 h1 {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  color: #393839;
  margin: 0 0 30px;
}

.about-auto .item-2 .content {
  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-auto .item .accordion {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-auto .item .accordion-item {
  width: 100%;
  margin-bottom: 20px;
}

.about-auto .item .accordion-thumb {
  width: 100%;
  position: relative;
  background: #f9f9f9;
  min-height: 48px;
  padding: 10px 24px;
  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;
  cursor: pointer;
}

.about-auto .item .accordion-thumb p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #393839;
  text-align: left;
  width: 100%;
  padding-right: 30px;
}

.about-auto .item .accordion-thumb:after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  width: 12px;
  height: 8px;
  margin-top: -4px;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  background: url("../img/img-207.svg") no-repeat center;
  background-size: contain;
}

.about-auto .item .is-active .accordion-thumb:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.about-auto .item .accordion-panel {
  display: none;
}

.about-auto .item .accordion-panel p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 49px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f9f9f9;
  padding: 0 24px;
  margin-bottom: -1px;
}

.about-auto .item .accordion-panel p span {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #393839;
}

.about-auto .item .accordion-panel p {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #393839;
}

.about-auto .item .accordion-panel p span:first-child {
  width: 380px;
}

.about-auto .item .accordion-panel p span:last-child {
  width: calc(100% - 380px);
}

.about-auto .container {
  max-width: 1180px;
}

.about-auto .item-2 .right figure {
  height: 156px;
  width: 100%;
  margin-bottom: 33px;
}

.about-auto .item-2 .right figure a {
  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;
}

.about-auto .item-2 .right figure a img {
  max-width: 100%;
  max-height: 100%;
}

.about-auto .item-2 .right .title {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #393839;
  margin: 0 0 30px;
}

.about-auto .item-2 .right p.cost {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #393839;
  margin: 0 0 8px;
}

.about-auto .item-2 .right p.info {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #8d8c8d;
  min-height: inherit;
  margin: 0 0 20px;
}

.about-auto .item-2 .right .btn_orange {
  cursor: pointer;
  outline: none !important;
  display: block;
  background: #cd9834;
  border-radius: 4px;
  height: 42px;
  line-height: 40px;
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #cd9834;
  padding: 0 15px;
  width: 100%;
  z-index: 10;
}

.about-auto .item-2 .right .btn_orange:hover {
  background: #fff;
  color: #cd9834;
}

.about-auto .item-2 .right .btn-border-orange {
  background: #fff;
  color: #cd9834;
}

.about-auto .item-2 .right .btn-border-orange:hover {
  color: #ffffff;
  background: #cd9834;
}

.about-auto {
  overflow: hidden;
}

.about-auto .item h2 {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  color: #393839;
  text-align: center;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}

.about-auto .item-3 .wrap {
  padding: 61px 0 30px;
  position: relative;
}

.about-auto .item-3 .wrap:after {
  position: absolute;
  top: 0;
  left: -10000px;
  right: -10000px;
  content: "";
  bottom: 0;
  background: #f9f9f9;
}

.about-auto .item-3 .accordion {
  position: relative;
  z-index: 1;
}

.about-auto .item-3 .accordion-thumb {
  background: #ebebeb;
}

.about-auto .item-3 .accordion-panel {
  background: #ffffff;
}

.about-auto .item-4 .wrap {
  padding: 73px 0 60px;
}

.about-auto .item-4 .wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-auto .item-4 .wrap .line figure {
  width: calc(33.33% - 14px);
  margin: 0 20px 20px 0;
  overflow: hidden;
  height: 250px;
}

.about-auto .item-4 .wrap .line figure a {
  display: block;
  width: 100%;
  height: 250px;
  pointer-events: none;
}

.about-auto .item-4 .wrap .line figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.about-auto .item-4 .wrap .line figure:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.about-auto .item-4 .wrap .line figure:nth-child(3n) {
  margin-right: 0;
}

.about-auto .item-4 .line-1 {
  margin-bottom: 41px;
}

.about-auto .sticky-wrapper {
  position: relative;
  z-index: 100;
}

@media (max-width: 1440px) {
  .header-18 .nav__lang-picker {
    top: 1px;
  }

  .header-18 .nav__lang-picker__actual-lang::after {
    top: 4px;
  }
}
@media (max-width: 1280px) {
  .header-18 .nav__container .nav__logo {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-18 .nav__logo a {
    text-align: center;
  }

  .header-18 .nav__container .nav__logo {
    width: 155px;
  }

  .header-18 .nav__container .right {
    width: calc(100% - 155px);
  }

  .header-18 .right .item .btn_orange {
    top: 0;
  }

  .header-18 .menu-wrap {
    padding: 20px 140px 0 0;
  }

  .header-18 .nav__menu__level1:not(:last-child) {
    margin-right: 10px;
  }

  .header-18 .nav__lang-picker {
    height: 20px;
    top: 2px;
  }

  .header-18 .nav__lang-picker__actual-lang::after {
    top: 0;
  }

  /*  .header-18 + .main{
      padding-top: 230px;
    }*/
  body > .sticky-wrapper {
    min-height: 230px;
  }

  .sticky-wrapper.is-sticky .header-18 .menu-wrap {
    padding: 0 0 0 5px;
    width: calc(100% - 155px);
  }

  .header-18 .nav__lang-picker {
    padding-left: 10px;
  }

  .sticky-wrapper.is-sticky .header-18 .nav__menu__level1:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 999px) {
  .header-18 .right .item-3 {
    display: none;
  }

  .header-18 .right .item-4 {
    display: none;
  }

  .header-18 .nav__container .nav__logo {
    width: calc(100% - 150px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header-18 .wrap-mob {
    position: relative;
    width: 145px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header-18 .nav__container .right {
    width: 0;
  }

  .header-18 .menu-wrap {
    display: none;
  }

  .header-18 .nav__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-18 .telonmob,
  .header-18 .viberonmob {
    display: block;
    position: relative;
    top: -11px;
    -webkit-transition: none;
    transition: none;
  }

  .header-18.mbMenu .nav__container .right {
    width: calc(100% - 215px);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header-18.mbMenu .wrap-mob {
    top: 0;
    right: 0;
    position: absolute;
  }

  .header-18.mbMenu .telonmob,
  .header-18.mbMenu .viberonmob {
    top: 12px;
  }

  .header-18 .nav__container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .header-18.mbMenu .menu-wrap {
    display: block;
    width: 215px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
  }

  .header-18 .nav__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-18.nav.mbMenu .nav__menu {
    padding: 0;
  }

  .header-18.nav.mbMenu .nav__menu__level1__link {
    line-height: 1;
  }

  .header-18 .nav__menu__level1_parent > a:before {
    top: -4px;
  }

  .header-18 .right .item {
    width: 50%;
    padding: 0;
    margin-bottom: 30px;
  }

  .mbMenu.header-18 .nav__phone_2 li:nth-child(2n) a::after {
    display: none;
  }

  .header-18.mbMenu .right .item-3,
  .header-18.mbMenu .right .item-4 {
    display: block;
  }

  .header-18 .right .item-4 .nav__location {
    padding: 0;
    margin-top: 5px;
  }

  .header-18 .right .item-5 {
    max-height: inherit;
    margin-top: 0;
  }

  .nav.mbMenu.header-18 .nav__lang-picker {
    text-align: left;
    padding-left: 0;
  }

  .nav.mbMenu.header-18
    .nav__lang-picker
    .nav__lang-picker__list
    .nav__lang-picker__item {
    width: 50px;
    height: 50px;
  }

  .nav.mbMenu.header-18
    .nav__lang-picker
    .nav__lang-picker__list
    .nav__lang-picker__item
    a {
    font-size: 20px;
  }

  .header-18 .nav__menu__level1_parent > a:before {
    -webkit-transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }

  .header-18
    .nav__menu__level1_parent.nav__menu__level1_parent_active
    > a:hover:before {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    top: 13px;
  }

  .nav.mbMenu.header-18
    .nav__menu
    .nav__menu__level1_models
    .nav__menu__level1__list-wrapper
    .nav__menu__level1__list__item__title {
    font-size: 16px;
    line-height: normal;
  }

  .nav.mbMenu.header-18 .nav__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav.mbMenu.header-18 .nav__logo {
    position: relative;
    left: 5px;
  }

  /*  .header-18 + .main{
      padding-top: 160px;
    }*/
  body > .sticky-wrapper {
    min-height: 160px;
  }

  .auto-presence .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .auto-presence .item {
    margin-right: 0;
    width: 49%;
  }

  .about-auto .item-2 .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
  }

  .about-auto .item-2 .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about-auto .item-1 .top-info ul li p {
    font-size: 16px;
    line-height: 1.3;
    margin-left: 5px;
  }

  .about-auto .item-1 .top-info ul li img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-right: -5px;
  }

  .about-auto .item-1 .top-info ul li {
    margin-right: 10px;
  }

  .about-auto .item-1 .top-info ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-auto .item-4 .wrap .img-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-auto .item-4 .wrap .line figure {
    width: 49%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header-18 .nav__burger {
    width: 25px;
    top: 20px;
  }

  .header-18 .telonmob,
  .header-18 .viberonmob {
    top: -19px;
  }

  .header-18 .allert-fullscreen-head p,
  .header-18 .allert-fullscreen-head a {
    font-size: 14px;
    line-height: 16px;
  }

  .header-18 .allert-fullscreen-head a img {
    width: 14px;
    top: 2px;
    margin-left: 5px;
  }

  .header-18.mbMenu .telonmob,
  .header-18.mbMenu .viberonmob {
    top: 1px;
  }

  .header-18 .right .item {
    width: 100%;
  }

  .header-18.nav.mbMenu .nav__menu__level1__link {
    font-size: 18px;
  }

  .nav.mbMenu.header-18 .nav__menu__level1 {
    margin-bottom: 0;
  }

  .nav.mbMenu.header-18 .nav__menu {
    border: none;
  }

  .header-18.mbMenu .nav__container .right {
    padding-top: 35px;
  }

  .header-18
    .nav__menu__level1_parent.nav__menu__level1_parent_active
    > a:hover:before {
    top: 7px;
  }

  .nav.mbMenu.header-18
    .nav__menu__level1_parent.nav__menu__level1_parent_active
    .nav__menu__level1__list {
    margin: 5px 0 10px;
  }

  .nav.mbMenu.header-18
    .nav__menu
    .nav__menu__level1_models
    .nav__menu__level1__list-wrapper
    .nav__menu__level1__list__item {
    margin: 0;
  }

  /*  .header-18 + .main{
      padding-top: 150px;
    }*/
  body > .sticky-wrapper {
    min-height: 150px;
  }

  .auto-presence .item {
    width: 100%;
  }

  .about-auto .item-1 .top-info ul li {
    width: 100%;
    margin: 0 0 5px;
  }

  .main-info-auto .nav-bar li a {
    display: inherit;
  }

  .about-auto .item .accordion-panel p span:first-child {
    width: 250px;
  }

  .about-auto .item .accordion-panel p span:last-child {
    width: calc(100% - 265px);
  }
}
@media (max-width: 575px) {
  .header-18 .nav__logo a h2 {
    font-size: 14px;
    line-height: 1;
  }

  .header-18 .nav__container .nav__logo {
    width: calc(100% - 100px);
  }

  .header-18 .wrap-mob {
    width: 95px;
  }

  .header-18 .nav__burger {
    top: 8px;
  }

  .header-18 .nav__container .nav__logo {
    position: relative;
    left: -5px;
  }

  .header-18.mbMenu .menu-wrap {
    width: 100%;
  }

  .header-18.mbMenu .nav__container .right {
    width: 100%;
    padding-left: 0;
  }

  .nav.mbMenu.header-18 .nav__lang-picker .nav__lang-picker__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav.mbMenu.header-18 .nav__menu__level1 {
    margin-bottom: 10px;
  }

  .nav.mbMenu.header-18 .nav__lang-picker {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .header-18 .allert-fullscreen-head {
    padding: 5px;
  }

  /* .header-18 + .main{
     padding-top: 125px;
   }*/
  body > .sticky-wrapper {
    min-height: 125px;
  }

  .auto-presence h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .main-info-auto .nav-bar li {
    margin-bottom: 5px;
  }

  .main-info-auto .nav-bar {
    padding-bottom: 5px;
  }

  .about-auto .item .accordion-panel p span:first-child {
    width: 100%;
    margin-bottom: 0;
  }

  .about-auto .item .accordion-panel p span:last-child {
    width: 100%;
  }

  .about-auto .item .accordion-panel p {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-auto .item .accordion-panel p span {
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-auto .item .accordion-panel p {
    margin-bottom: 10px;
  }

  .about-auto .item-3 .accordion-panel p {
    margin-bottom: 0;
  }

  .about-auto .item-4 .wrap .line figure {
    width: 100%;
  }
}
.fix .btn-default,
.fix .btn-default i {
  font-weight: 700;
}

.business-card .btn-default,
.business-card .btn-default i,
.next-case .btn-default,
.next-case .btn-default i,
.color-block .btn-default,
.color-block .btn-default i,
.babies-typography .btn-default,
.babies-typography .btn-default i {
  font-weight: 700;
}
.form-step .input-wrap-rocket.is-click input + label img {
  -webkit-filter: invert(75%) sepia(16%) saturate(1398%) hue-rotate(299deg)
    brightness(100%) contrast(88%);
  filter: invert(75%) sepia(16%) saturate(1398%) hue-rotate(299deg)
    brightness(100%) contrast(88%);
}
.form-section {
  z-index: 9;
}
.about .video-wrap video.mob-video {
  display: none;
}
.about .content .item figure .text h5,
.about .content .item figure .text p {
  color: #fff;
}
.objective .item-wrap .left img,
.objective .item-wrap .right img {
  height: auto;
}
.solution-makelaars .img-wrap img {
  height: auto;
}

.services-template-ux-ui .footer-wrap:before {
  display: none;
}

.services-template-ux-ui .fix {
  display: none !important;
}
.solution .img-wrap img,
.soc-stories .inst .img-wrap img,
.soc-stories .face .img-wrap img {
  height: auto;
}
.single-project img {
  height: auto;
}

.popup-team .left .text-wrap {
  margin-top: 30px;
}

.popup-team .left .text-wrap p {
  font-size: 16px;
  line-height: 1.25;
  text-transform: inherit;
}

.tel-form {
  position: relative;
}

.tel-form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.wordpress figure img {
  height: auto;
}
.project-slider .swiper-slide .text h4 {
  color: #fff;
}
.project-slider .swiper-slide .btn-border-black {
  border: 1px solid #fff;
  color: #fff;
}

.form-step .item-9-1 p {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  font-family: "Platform", sans-serif;
  margin: 0;
  color: #444444;
}

.form-section-black .form-step .item-9-1 p {
  color: #fff;
}

.about + .pre-footer {
  z-index: 12;
}

.form-section-quiz-3 .btn-close {
  display: none;
}
.form-section-quiz-3 .btn-wrap-bottom .next {
  display: none;
}
.form-section-quiz-3 .btn-wrap-bottom {
  top: 21vh;
}
.form-section-quiz-3 .btn-wrap-bottom > div a i:before {
  content: "\f077";
}

.form-section-quiz-3 .form-step .item .btn-wrap a i:before {
  content: "\f00c";
}
.form-section-quiz-3 .form-step .btn-wrap a {
  text-transform: uppercase;
}
.form-section-quiz-3 .form-step .btn-wrap a:hover {
  background: #000;
  color: #fff;
}
.form-section-quiz-3 .btn-wrap-bottom > div a {
  font-weight: 400;
}
header .lang-wrap ul li.is-current {
  background: #fff;
  border-radius: 50px;
}
header .lang-wrap ul:after {
  opacity: 0;
}
.skill .content-width {
  width: 100% !important;
  padding: 0 35px;
}
.fix .btn-default,
.fix .btn-default i {
  font-weight: 500;
}
.skill .content .item figure img {
  height: auto;
}
.btn-default:hover i {
  -webkit-filter: none;
  filter: none;
}
.fix .btn-default:hover i {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.about .btn-wrap a {
  margin-left: 250px;
}

.popup-team .left.is-left {
  left: 50vw;
}
.traveling .btn-default,
.btn-default-border {
  border: 1px solid #fdbfca;
  line-height: 48px;
}
.traveling .btn-default:hover,
.btn-default-border:hover {
  background: #f9f0eb;
  border: 1px solid #444444;
}

.reviews figure img {
  height: auto;
}
.form-step .btn-wrap a i {
  -webkit-filter: none !important;
  filter: none !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.form-step .btn-wrap a {
  border: 1px solid transparent;
  line-height: 48px;
}
.form-step .btn-wrap a:hover {
  border: 1px solid #fff;
}
.form-step .item .btn-wrap a i:before {
  content: "\f00c";
}
.typography-colors .text-img-wrap .item-color-4 .color {
  width: calc(50vw - 753px);
}
.faq .wrap {
  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;
}
.faq .wrap .item {
  width: 390px;
}
.faq .wrap .item ul {
  display: block;
}
.faq .wrap .item ul li {
  width: 100%;
}

.accordion li .before {
  position: absolute;
  top: 0;
  left: -30px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}
.solution-7-1 {
  background: #f6efec;
}
.info-case ul li .wrap p {
  line-height: 24px;
  margin-top: -2px;
  min-width: 110px;
}
.business-card .btn-default i {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.business-card .btn-default:hover i {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.business-card.business-card-white .btn-default i,
.babies-typography .btn-default i,
.color-block-7-2 .btn-default i,
.color-block-7-1 .btn-default i,
.form-section-quiz-3 .btn-wrap-bottom > div .btn-default i,
.menu-responsive .btn-default i,
.project .btn-wrap a i {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.business-card.business-card-white .btn-default:hover i,
.babies-typography .btn-default:hover i,
.color-block-7-2 .btn-default:hover i,
.color-block-7-1 .btn-default:hover i,
.menu-responsive .btn-default:hover i,
.project .btn-wrap a:hover i {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.babies-colors .content-width {
  width: 100%;
}
.babies-colors .left {
  text-align: center;
}
.babies-colors .right {
  text-align: center;
}
.babies-colors .left .img-wrap {
  margin: auto;
}
.babies-colors .right h2 {
  padding: 0;
  text-align: center;
}
.babies-colors .right .img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
}
.babies-colors .left h2 {
  padding: 0 !important;
}
/*.skill{
  background-image: none!important;
}*/

.project-slider .swiper-slide .btn-border-black:hover i {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.wordpress .mob-title {
  display: none;
}
.form-step .input-wrap-text + .btn-wrap button i:before {
  content: "\f00c" !important;
}
.form-step .input-wrap-text + .btn-wrap button i,
.two-img-logo .btn-default i,
.anim-section .btn-wrap .btn-default i {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.form-step .input-wrap-text + .btn-wrap button:hover i,
.two-img-logo .btn-default:hover i,
.anim-section .btn-wrap .btn-default:hover i,
.color-block .btn-default:hover i {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.business-card.business-card-white .btn-default i,
.two-img-logo .btn-default i {
  -webkit-filter: invert(25%) sepia(4%) saturate(8%) hue-rotate(3deg)
    brightness(95%) contrast(89%);
  filter: invert(25%) sepia(4%) saturate(8%) hue-rotate(3deg) brightness(95%)
    contrast(89%);
}
.project .btn-wrap a i,
.color-block-7-2 .btn-default i,
.color-block-7-1 .btn-default i,
.color-block .btn-default i {
  -webkit-filter: invert(30%) sepia(1%) saturate(1187%) hue-rotate(19deg)
    brightness(86%) contrast(98%);
  filter: invert(30%) sepia(1%) saturate(1187%) hue-rotate(19deg)
    brightness(86%) contrast(98%);
}
.typography-colors-10-2 .font-wrap .small .icon-wrap .text p {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
.business-card-10-1 {
  margin-top: -1px;
}

html.is-fix {
  overflow: hidden;
}

.form-step .btn-wrap button {
  text-transform: uppercase;
}

.btn-border-white:hover i,
.fix.black .btn-default:hover i,
.btn-default:hover i {
  -webkit-filter: invert(30%) sepia(1%) saturate(1187%) hue-rotate(19deg)
    brightness(86%) contrast(98%);
  filter: invert(30%) sepia(1%) saturate(1187%) hue-rotate(19deg)
    brightness(86%) contrast(98%);
}
.wpcf7-not-valid-tip {
  position: relative;
  top: 5px;
  left: 20px;
}
.babies-typography .color-wrap .item p:nth-child(3) {
  text-transform: uppercase;
}
.other-pages .item {
  width: 30%;
}
.other-pages .item img {
  width: 100%;
  height: auto;
}
/*
.footer-wrap .footer {
  z-index: 3;
  visibility: visible;
}
*/

.fix-content {
  z-index: 19 !important;
  position: relative;
  background: #000;
}
.form-step .wrap-file .file label {
  position: relative;
}

.form-step .wrap-file .file label input {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
}

.form-step .wrap-file .file label .wpcf7-form-control-wrap {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.quiz-3.form-step .input-wrap input {
  z-index: 999;
  top: 0;
  left: 0;
  min-width: 230px;
  height: 100%;
  visibility: visible;
  opacity: 0;
  cursor: pointer;
}
.form-step.quiz-3 .input-wrap {
  position: relative;
  width: fit-content;
}
.form-step.quiz-3 .input-wrap:hover label > span {
  background: #fdbfca;
  color: #fff;
}
.form-step.quiz-3 .input-wrap:hover label .border {
  border: 1px solid white;
}
.form-step.quiz-3 .btn-wrap a {
  line-height: 42px;
}

.air-datepicker-global-container {
  z-index: 999999;
}

.coming-soon {
  min-height: 100vh;
  padding: 200px 0 100px;
  z-index: 20;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coming-soon a:hover {
  opacity: 0.7;
}

.coming-soon a {
  text-decoration: underline;
}

.contact-title .wpcf7-response-output {
  color: #000;
}

.ticket-title .content-width figure video {
  width: 100%;
  height: auto;
  border-radius: 22px;
}
/*# sourceMappingURL=styles.css.map */

/*--------new---23-06-23----------*/
.bgc{
  background: #000;
  padding: 100px 0 100px;
}

.home-first-screen .icon-wrap{
  margin: 0 auto 63px;
}

.home-first-screen {
  padding-top: 60px;
}

.home-first-screen-title{
  font-family: "Platform", sans-serif;
  padding: 0 105px 0;
  margin: 0 auto 37px;
}

.home-benefits-text{
  padding-bottom: 50px;
}

.home-benefits-button-position{
  margin-top: 37px;
}

.home-benefits-button {
  padding: 13px 80px;
}

.client-about h2{
  color: #FFF;
  text-align: center;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 400;
  max-width: 930px;
  margin:0  auto 57px ;
}

.client-about h2 b{
  font-weight: 700;
}

.client-about h3{
  color: #FFF;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 auto 53px;
}

.client-about .img-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.client-about .img-wrap figure{
  width: 31.6%;
  height: 504px;
  border-radius: 5px;
  overflow: hidden;
}

.client-about .img-wrap figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-about .content-center, .home-portfolio-container{
  width: 100%;
  max-width: 1195px;
  margin: auto;
}

.home-reviews-list{
  margin: 0 auto 0;
  max-width: 1395px;
  justify-content: space-between;
}

.home-reviews-author-subtitle{
  text-align: left;
}

.home-reviews-item-text{
  margin-top: 47px;
}

.home-reviews-item{
  margin-left: 0!important;
}

.home-portfolio-container{
  max-width: 1110px;
}

.home-portfolio-list-item{
  margin-left: 0;
  width: 47%;
  border-radius: 5px;
  overflow: hidden;
  flex-basis: inherit;
}

.home-portfolio-list{
  margin: 0;
  justify-content: space-between;
}

.home-service-title {
  font-family: "Platform", sans-serif;
  margin-top: 32px;
  margin-bottom: 67px;
}

.home-service-container {
  max-width: 850px;
  margin-bottom: 75px;
}

.home-service-list-title-button{
  padding: 0;
  min-width: inherit;
  width: 100%;
  overflow: hidden;
}

.home-service-list-title-button a{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 94px;
}

.home-service-list-title-button a:hover{
  background: #fff;
  color: #000;
}

.home-service-list-item {
  display: flex;
  flex-basis: inherit;
  margin-left: 0;
  justify-content: space-between;
  width: 47.5%;
}

.home-service-list{
  gap: 0;
  margin-left: 0;
  justify-content: space-between;
}

.home-service-list-title-button{
  margin-bottom: 45px;
}

.home-service-button {
  padding: 12px 80px;
}

.home-benefits-button:hover, .home-service-button:hover{
  background: #fff;
  color: #000;
}

.home-benefits-title{
  text-align: center!important;
}


/*--------------------------------CASE-11-----------------------------*/
.logo-11 {
  background: #E9E9E9;
  padding: 122px 0 0;
  margin: -2px 0; }
.logo-11 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100% !important; }
.logo-11 .content h2 {
  width: 100%;
  color: #444; }
.logo-11 .content .col {
  width: 50%; }
.logo-11 .content .col h6 {
  color: #444;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px; }
.logo-11 .content .col p {
  color: #444;
  width: 585px;
  max-width: 100%;
  margin-bottom: 45px;
  min-height: 100px; }
.logo-11 .img img {
  height: 1080px; }

.typography-11 {
  padding: 280px 0 243px;
  background: #F5F3F1;
  position: relative;
  z-index: 10;
  margin: -2px 0;
  overflow: hidden; }
.typography-11 .content {
  position: relative; }
.typography-11 h2 {
  margin-bottom: 60px; }
.typography-11 h6 {
  color: #444;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px; }
.typography-11 p {
  width: 585px;
  max-width: 100%; }
.typography-11 .text {
  margin-top: 80px;
  color: #444;
  font-family: 'DM Sans', sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
.typography-11 figure {
  position: absolute;
  top: 92px;
  right: -130px;
  z-index: 10; }
.typography-11 figure img {
  width: 725px; }

.dm-sans-11 {
  position: relative;
  z-index: 11;
  margin: -2px 0; }
.dm-sans-11 figure {
  width: 100%; }
.dm-sans-11 figure img {
  width: 100%;
  height: auto; }

.color-11 {
  position: relative;
  z-index: 10;
  padding: 290px 0 280px;
  margin: -2px 0; }
.color-11 .col-1 {
  position: absolute;
  top: 487px;
  left: 0;
  width: calc(50vw + 15px); }
.color-11 .col-1 ul {
  display: flex;
  flex-wrap: wrap; }
.color-11 .col-1 ul li {
  border-radius: 20px;
  background: #fff;
  height: 140px;
  width: 217px;
  margin: 0 10px 120px 0;
  position: relative; }
.color-11 .col-1 ul li p {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline-block;
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase; }
.color-11 .col-1 ul .color-item-1 {
  border-radius: 0 20px 20px 0; }
.color-11 .col-1 ul .color-item-2 {
  background: #313643;
  width: 200px; }
.color-11 .col-1 ul .color-item-2 p {
  color: #FFF !important; }
.color-11 .col-1 ul .color-item-3 {
  background: #74C8DC;
  width: 118px; }
.color-11 .col-1 ul .color-item-3 p {
  color: #444; }
.color-11 .col-1 ul .color-item-4 {
  background: #CDEBF3;
  width: 395px; }
.color-11 .col-1 ul .color-item-4 p {
  color: #444; }
.color-11 .col-1 ul .color-item-5 {
  background: #00EA91;
  width: 217px;
  border-radius: 0 20px 20px 0; }
.color-11 .col-1 ul .color-item-5 p {
  color: #444; }
.color-11 .col-1 ul .color-item-6 {
  background: #00C87B;
  width: 200px; }
.color-11 .col-1 ul .color-item-6 p {
  color: #444; }
.color-11 .col-2 {
  margin-left: calc(50vw + 15px); }
.color-11 h2 {
  margin-bottom: 60px; }
.color-11 h6 {
  color: #444;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px; }
.color-11 p + h6 {
  margin-top: 140px; }

.img-full {
  position: relative;
  z-index: 10; }
.img-full figure {
  width: 100%; }
.img-full figure img {
  width: 100%;
  height: auto; }

.business-card-11 {
  padding: 205px 0 195px;
  margin: -2px 0; }

.case-head-11 .sub-title {
  max-width: 640px;
  margin: -2px 0 -70px; }

.strategy-11 {
  min-height: 1050px;
  margin: -2px 0; }
.strategy-11 .text-wrap p {
  width: 100%; }
.strategy-11 .content {
  padding-right: 63%; }
.strategy-11 .bg {
  overflow: hidden; }
.strategy-11 .bg img {
  position: absolute;
  top: 105px;
  right: -54px;
  object-fit: contain;
  width: 965px;
  height: auto; }

.solution-11 {
  position: relative;
  min-height: 1620px;
  background: #CEEBF1;
  margin: -2px 0;
  padding-top: 150px; }
.solution-11 .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.solution-11 .img img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 98%;
  height: auto !important;
  width: auto; }
.solution-11 .content-width {
  position: relative;
  z-index: 10; }

.strategy-11-2 {
  padding-bottom: 0 !important;
  margin: -2px 0;
  min-height: inherit !important; }
.strategy-11-2 .content {
  padding: 0 0 0 50%; }
.strategy-11-2 .bg-img {
  margin-top: 100px;
  width: 100%; }
.strategy-11-2 .bg-img img {
  width: 100%;
  vertical-align: top;
  height: auto; }

.solution-img {
  padding: 235px 0 240px;
  margin: -2px 0; }
.solution-img .img .wrap img {
  left: 0 !important;
  width: 350px;
  height: auto;
  margin: 0 4%; }
.solution-img .img .wrap {
  justify-content: center; }

.more-img {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin: -2px 0; }
.more-img .grid-sizer, .more-img .grid-item {
  width: 25%; }
.more-img .content {
  margin-left: -25px;
  width: calc(100% + 50px);
  margin-bottom: -25px; }
.more-img .grid-item {
  padding: 25px; }
.more-img .grid-item img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.business-card-11 .content-bottom {
  padding-top: 0 !important; }

.logo-11 .img .video-wrap {
  width: 50%;
  height: 50vw;
  background: #fff;
  overflow: hidden; }
.logo-11 .img .video-wrap .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

.dm-sans-11 .video-wrap {
  width: 100%;
  height: 57vw;
  background: #fff;
  overflow: hidden; }
.dm-sans-11 .video-wrap .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

.strategy-11-2 .video-wrap {
  width: 100%;
  /*height: 66vw;*/
  height: auto;
  background: #fff;
  overflow: hidden; }
.strategy-11-2 .video-wrap .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

.solution-img .img .wrap img {
  height: fit-content; }

.more-img .grid-item video {
  width: 100%;
  height: auto;
  display: block; }

/*-------------------------------END-CASE-11-----------------------------*/

