/*///////*/
/* FONTS */
/*///////*/

/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap");

/*///////////*/
/* VARIABLES */
/*///////////*/
:root {
  /*Section padding*/
  --section-padding: 10rem 0;
  --section-padding-md: 6rem 0;
  --section-padding-sm: 3rem 0;
  /*Fonts*/
  --font-size: 14px;
  --line-height: 24px;
  --main-font: "Open Sans", sans-serif;
  --second-font: "Inter", sans-serif;
  /*Colors*/
  --text: #bdbdbd;
  --title: #8a8a8a;
  --grey: #141414;
  --blue: #2221a1;
  --purple: #d500da;
  --purple-2: #fa34ff;
  --dark: #1f1f1f;
  --light: #828282;
  --bullet: #e0e0e0;
  --light-2: #f0f2f3;
  --fb: #3b63b7;
  --twitter: #60a5fc;
  --in: #2867b2;
  /*Transition*/
  --duration: 0.46s;
  --easing: ease-in-out;
  /*Snake border dtyle*/
  --border-style: dashed;

  --red: #dc3232;
  --icon: #727272;
  --footer: #54595f;
}

/*///////////*/
/* RESET CSS */
/*///////////*/
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

a,
a:hover,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}

ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}

ol li {
  padding: 5px 0 5px 15px;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

a img,
fieldset,
hr {
  border: 0;
}

mark {
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: middle;
}

a,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea,
input[type="submit"],
input[type="button"],
button,
.button {
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
  border-radius: 0;
}

input[type="submit"],
input[type="button"],
button,
.button {
  cursor: pointer;
  border: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.clear {
  clear: both;
  overflow: hidden;
  display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
main {
  display: block;
}

section {
  position: relative;
}

/*/////////////////*/
/* GENERAL SGTYLES */
/*/////////////////*/
* {
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 6px;
    height: 7px;
    z-index: 100;
  }
  ::-webkit-scrollbar-track {
    background: #000;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  :root {
    scrollbar-width: thin;
    scrollbar-color: #fff #000;
  }
}

.popup-wrap,
#search-dropdown {
  display: none;
}

.banner #c,
#menuOpen,
#menuOpen .full-size,
#search-dropdown,
.customNavs .navBtn,
.button,
.submit,
.button:before,
.submit:before,
#menuBtn.opened span:before,
#menuBtn.opened span:after,
.value .h3:before {
  will-change: transform;
}

.blog-filter form > label:not(.checkbox):before,
.blog-filter form > label:not(.checkbox):after,
.member a:before,
.member a:after,
#filter-btn img,
.portfolio-grid-item .cover:after,
.portfolioBlock .swiper-slide:before {
  will-change: opacity;
}

.checkbox span:after,
.popup-wrap {
  will-change: transform, opacity;
}

.mosaic-item.img,
.mosaic-item.img img,
.formBlock .formBoxWrap .formBox,
.formBlock .formBoxWrap .full-size,
#menuBtn.opened span:before,
#menuBtn.opened span:after,
.popup-container.size-1.blue:before,
.sf-field-category ul li label {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

div.wpcf7 .wpcf7-not-valid-tip,
div.wpcf7 .emailChecker,
div.wpcf7 .wpcf7-response-output,
#mainMenu > ul > li ul li a,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
textarea {
  font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 pre,
h2 pre,
h3 pre,
h4 pre,
h5 pre,
h6 pre,
.h1 pre,
.h2 pre,
.h3 pre,
.h4 pre,
.h5 pre,
.h6 pre,
#mainMenu,
#mobileMenu,
#topMenu > ul > li > a,
#mobileMenu > ul > li > a,
#mobileMenu > ul > li .mobileMenuTitle a,
#mobileMenu > ul > li ul li a,
.readMore,
.button,
.submit,
.approach .tabs h3,
.approach-list li,
.approach-list li:before {
  font-family: var(--second-font);
}

html {
  font: 400 11.2px / 1.42 var(--main-font);
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

body {
  opacity: 1;
  color: #000;
  /* overflow: hidden; */
  min-height: 100vh;
  background-color: #000;
  font-size: var(--font-size);
}

.animation.fade-in,
.animation.fade-in-up {
  opacity: 0;
}

.animation.fade-in {
  transition: opacity var(--duration) var(--easing) 0.1s;
}

.animation.fade-in-up {
  transform: translate3d(0, 1rem, 0);
  transition: transform var(--duration) var(--easing) 0.1s,
    opacity var(--duration) var(--easing) 0.1s;
}

.animation.fade-in.animated,
.animation.fade-in-up.animated {
  opacity: 1;
}

.animation.fade-in-up.animated {
  transform: none;
}

.section {
  padding: var(--section-padding);
}

@media (max-width: 1280px) {
  .section.white + section.section.white {
    margin-top: -1px;
  }
}
.container {
  margin: 0 auto;
  width: 1110px;
  max-width: 92%;
  position: relative;
}

.full-size {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.white {
  background-color: #fff;
}

.black,
.purple {
  color: #fff;
}

.black {
  background-color: #000;
}

.purple {
  background-color: var(--purple);
}

.blue {
  background-color: var(--blue);
}

.full-height.black {
  display: flex;
  align-items: center;
}

.black canvas {
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  /*position: fixed;*/
  position: absolute;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center;
}

.text-color {
  color: var(--text);
}

.flex {
  display: flex;
  justify-content: space-between;
}

.start {
  display: flex;
  justify-content: flex-start;
}

.end {
  display: flex;
  justify-content: flex-end;
}

.center {
  display: flex;
  justify-content: center;
}

.around {
  display: flex;
  justify-content: space-around;
}

.alc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alstart {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.alcenter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alend {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.read-case {
  display: flex;
  margin-top: 120px;
  padding: 20px 40px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15401);
}

.read-case.black {
  background-color: var(--grey);
}

.read-case.black span {
  color: #fff;
}

.read-case span,
.read-case .readMore {
  display: inline-block;
}

.read-case span {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.read-case .readMore {
  font-size: 14px;
  line-height: 16px;
  text-decoration: none !important;
}

.read-case .readMore:after {
  transform: translateY(-50%);
}

.paralBox:before {
  right: 0;
  bottom: 0;
  top: -1px;
  left: -1px;
  content: "";
  background: #000;
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 28% 0);
}

.paralBox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  bottom: -1px;
  background: #000;
  clip-path: polygon(72% 100%, 100% 100%, 100% 0);
}

.paralBox .shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

img {
  height: auto;
  display: block;
  max-width: 100%;
  user-select: none;
}

.alignleft {
  float: none;
  margin: 0 auto 20px;
}

.alignright {
  float: none;
  margin: 0 auto 20px;
}

.aligncenter {
  margin: 0 auto 20px;
}

.alignnone {
  margin: 0 0 20px;
}

.editor {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}

.dropdown .show-more {
  margin-top: 20px;
}

/*///////////////////////*/
/* GENERAL SGTYLES MEDIA */
/*///////////////////////*/
@media (min-width: 1025px) {
  .container {
    max-width: 96%;
  }

  .flex__rwd {
    display: flex;
    justify-content: space-between;
  }

  .alignleft {
    float: left;
    margin: 0 30px 10px 0;
  }

  .alignright {
    float: right;
    margin: 0 0 10px 30px;
  }
}

@media (max-width: 1024px) {
  body.is_overflow {
    overflow: hidden;
  }

  .section {
    padding: var(--section-padding-md);
  }
}

@media (max-width: 991px) {
  .read-case {
    margin-top: 60px;
    padding: 15px 50px 15px 20px;
  }
}

@media (min-width: 768px) {
  .flex__mob {
    display: flex;
    justify-content: space-between;
  }

  .vertical-align {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .vertical-align > div {
    width: 100%;
  }

  .only-mobile,
  .dropdown .show-more {
    display: none;
  }

  .dropdown-toggle {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .section {
    padding: var(--section-padding-sm);
  }

  .only-desktop {
    display: none;
  }

  .read-case {
    display: block;
    margin-top: 15px;
    padding: 10px 15px;
  }

  .read-case span {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .dropdown-toggle {
    display: none;
  }
}

/*////////*/
/* HEADER */
/*////////*/
/* .search {
	display: none !important;
} */

header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  position: fixed;
  background: #fff;
  border-bottom: 1px solid transparent;
}
.home header {
  background: transparent;
}
header .button {
  padding: 0 3.028571rem;
}
header.scrolled,
header.opened {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

header.opened #topMenu {
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration) var(--easing),
    visibility 0s var(--easing) var(--duration);
}

#topMenu {
  transition: opacity var(--duration) var(--easing), visibility 0s var(--easing);
}

#logo {
  width: 83px;
}

.search:not(.search-results) {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: 25px;
}

.search.search-results {
  background-color: #fff;
}
.search-modal__error {
  font-size: 50px;
}
.search input {
  display: none;
}

.search-icon {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  position: relative;
}

.search-icon:before,
.search-icon:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: center / 20px no-repeat;
}

.search-icon:before {
  background-image: url(../images/search.svg);
}

.search-icon:after {
  opacity: 0;
  background-image: url(../images/search-hover.svg);
}
.search-modal__wrap {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  top: 0;
  left: 100%;
  background-color: white;
  transition: all 0.8s ease;
  z-index: 100;
  padding: 6px 0 80px;
  overflow-y: auto;
  overflow-x: hidden;
}

.search-modal__wrap.visible {
  left: 0;
}
.search-modal__close {
  position: absolute;
  top: 21px;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;

  z-index: 1000;
}
.search-modal__close:hover {
  transform: scale(1.05);
}
.search-modal__close > span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2221a1;
  transition: all 0.3s ease;
}
.search-modal__close > span:first-child {
  transform: rotate(45deg);
}
.search-modal__close > span:last-child {
  transform: rotate(-45deg);
}
.search-modal__input-wrap {
  padding-right: 40px;
}
.search-modal__search-input {
  border: none !important;
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 48px !important;
  line-height: 1.1;
  letter-spacing: 0.2px;
  color: #d500da;
  position: relative;
  display: inline;
  margin: 100px 0 42px;
  padding: 30px 0;
}
.search-modal__search-input {
  border: none !important;
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 48px !important;
  line-height: 1.1;
  letter-spacing: 0.2px;
  color: #d500da;
  position: relative;
  display: inline;
  margin: 100px 0 42px;
  padding: 30px 0;
  height: 60px !important;
}
.text-inserted .search-modal__search-input {
  position: relative;
  font-weight: 800;
  font-size: 36px !important;
  margin: 0px 0 24px;
  height: 41px !important;
  display: block;
}

.search-modal__input-wrap.text-inserted {
  position: relative;
  margin-bottom: 80px;
}
.search-modal__input-wrap::after {
  position: absolute;
  display: block;
  bottom: -10px;
  left: -1000px;
  content: "";
  height: 1px;
  width: 10000px;
  background-color: inherit;
  transition: all 0.3s ease;
}
.search-modal__input-wrap.text-inserted::after {
  background-color: #e7e7e7;
}
.search-modal__search-results-for {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.2px;
  color: #141414;
  margin-bottom: 0;

  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.search-modal__search-results-for.visible {
  margin-bottom: 40px;
  opacity: 1;
}
.search-modal__search-results-for > span {
  font-weight: bold;
}
.search-modal__search-input::placeholder {
  color: #bdbdbd;
}
.search-modal__search-results-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #141414;
  padding-bottom: 20px;
}
.search-modal__search-results-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 -15px 0;
}
.search-modal__search-results-wrap {
  margin-bottom: 30px;
  max-height: unset;
  opacity: 1;
  position: relative;
  top: 0;
  transition: all 0.8s cubic-bezier(0.21, 0.19, 0.35, 0.38);
}
.search-modal__search-results-wrap.hidden {
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  top: 200px;
}
.search-modal__search-results-wrap:last-child {
  margin-bottom: 0;
}
.search-modal__search-results-item {
  border: 0.5px solid #bdbdbd;
  padding: 16px 20px 22px;
  margin: 0 15px 30px;
  cursor: pointer;
  position: relative;

  transition: all 0.3s ease;
}
.search-modal__search-results-item:hover {
  box-shadow: none;
}
.search-modal__search-results-item .arrow {
  position: absolute;
  bottom: 22px;
  right: 20px;
  opacity: 0;
  width: 20px;
  height: 14px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.search-modal__search-results-item:hover .arrow {
  opacity: 1;
}

.search-modal__search-results-item.hidden {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px 0;
  margin: 0 15px 0;
  border: none;
}
.all-visible .search-modal__search-results-item.hidden {
  border: 0.5px solid #bdbdbd;
  padding: 16px 20px 22px;
  margin: 0 15px 30px;
  max-height: unset;
  overflow: visible;
}
.search-modal__search-results-item-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 10px;

  letter-spacing: 0.2px;

  /* dark grey */

  color: #141414;
}
.search-modal__search-results-item-title:last-child {
  padding-bottom: 0;
}
.search-modal__search-results-item-description {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  word-break: break-word;
  letter-spacing: 0.2px;
  color: #141414;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-modal__search-results-item-description > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.search-modal__search-results-item-description ul li {
  margin-left: 15px;
  list-style: disc;
  font-size: 14px;
  line-height: 2.43;
}
.search-modal__search-results-item-description ul li::marker {
  font-size: 10px;
}
@media (max-width: 992px) {
  .search:not(.search-results) {
    width: unset;
    height: unset;
    margin-left: 0;
    margin-right: 25px;
    display: inline-flex;
    align-items: center;
  }
  .search:not(.search-results) > span:not(.search-icon) {
    display: inline-flex;
    margin-left: 5px;
  }
  .search-modal__close {
    top: 9px;
  }
  .search-modal__wrap {
    padding-bottom: 0;
  }
  .search-modal__search-results-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -15px 0;
  }
  .search-modal__error {
    font-size: 30px;
  }
  .search-modal__search-results-wrap .rBox {
    display: flex;
    justify-content: center;
  }
  .search-modal__search-input {
    font-size: 28px !important;
    margin: 40px 0 0px;
  }
  .text-inserted .search-modal__search-input {
    font-size: 22px !important;
    margin: 0px 0 14px;
    padding: 0;
  }
  .search-modal__input-wrap::after {
  }
  .search-modal__input-wrap.text-inserted {
    margin-bottom: 30px;
  }

  .search-modal__search-results-for.visible {
    margin-bottom: 10px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .search-modal__search-results-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 456px) {
  .search-modal__search-results-wrap .rBox .button {
    width: 100%;
  }
}
#mainMenu,
#mobileMenu {
  color: #fff;
}

#mainMenu {
  width: 100%;
}

#menuBtn {
  top: 50%;
  width: 24px;
  position: absolute;
  transform: translate(0, -50%);
}

#menuBtn span {
  top: 50%;
  right: 3%;
  width: 24px;
  height: 24px;
  z-index: 300;
  cursor: pointer;
  position: absolute;
  transform: translate(0, -50%);
}

#menuBtn span:before,
#menuBtn span:after {
  left: 0;
  right: 0;
  height: 2px;
  content: "";
  position: absolute;
}

#menuBtn span:before {
  top: 0;
  box-shadow: 0 2px 0 0 #000, 0 18px 0 0 #000;
}

#menuBtn span:after {
  top: 8px;
  box-shadow: 0 2px 0 0 #000;
}

#menuBtn.opened span:before,
#menuBtn.opened span:after {
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  box-shadow: none;
}

#menuBtn.opened span:before {
  transform: rotate(-45deg) translate(-7px, 7px);
}

#menuBtn.opened span:after {
  transform: rotate(45deg) translate(7px, 7px);
}

#menuBtn:active {
  background-color: transparent;
}

.menu-open-item > a {
  cursor: pointer;
}

.widget_bsearch_search_box .widgettitle,
#menuOpen > .openMenuItem > .container > .rwd-show {
  display: none !important;
}

#mainMenu li.current-menu-item > a {
  color: var(--purple);
  text-decoration: none;
  box-shadow: none;
}

.menu-item.disabled,
.menu-item.disabled.menu-open-item {
  opacity: 0.64;
  cursor: auto;
  pointer-events: none;
}

/*//////////////*/
/* HEADER MEDIA */
/*//////////////*/
@media (max-width: 1300px) and (min-width: 1025px) {
  header .lBox {
    padding-left: 60px;
  }
}

#search-mobile {
  cursor: pointer;
}
@media (min-width: 1025px) {
  #logo {
    width: 120px;
    height: 49px;
  }

  #search-mobile,
  #mainMenu > .rBox,
  #mainMenu .back {
    display: none;
  }

  #topMenu > ul > li.current-menu-item > a {
    box-shadow: none;
    text-decoration: none;
  }

  #topMenu {
    margin-left: 35px;
  }

  #topMenu > ul {
    font-size: 0;
  }

  #topMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 15px;
  }

  #topMenu > ul > li > a {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #000000;
    position: relative;
  }
  #topMenu > ul > li:hover a {
    color: #d500da;
  }

  #topMenu > ul > li > a:after {
    left: 0;
    right: 0;
    height: 4px;
    content: "";
    bottom: -11px;
    position: absolute;
    background: var(--purple);
    transform-origin: left center;
    transform: skew(-40deg) scaleX(0);
    display: none !important;
  }

  #menuOpen {
    top: 89px;
    left: -100vw;
  }

  #menuOpen.opened {
    transform: translate3d(100vw, 0, 0);
  }

  #menuBtn {
    left: 0;
  }

  #topMenu > ul > li.current-menu-item > a:after,
  .single-services #topMenu > ul > li.menu-item-services > a:after,
  .single-industries #topMenu > ul > li.menu-item-industries > a:after,
  .single-technologies #topMenu > ul > li.menu-item-technologies > a:after,
  .single-ourprojects #topMenu > ul > li.menu-item-our-projects > a:after,
  .post-type-archive-our-projects
    #topMenu
    > ul
    > li.menu-item-our-projects
    > a:after,
  .tax-portfolio_category #topMenu > ul > li.menu-item-our-projects > a:after {
    transform: skew(-40deg);
  }
}

@media (max-width: 1300px) and (min-width: 1025px) {
  #topMenu > ul > li {
    margin: 0 5px;
  }
  #topMenu {
    margin-left: 13px;
  }
}

@media (min-width: 1301px) {
  #menuBtn {
    left: -50px;
  }
}

@media (max-width: 1024px) {
  /* header:not(.black) {
    background-color: #000;
  } */

  #menuOpen {
    top: 73px;
    left: auto;
    right: -100vw;
    padding: 40px 0 20px;
  }

  #menuOpen.opened {
    transform: translate3d(-100vw, 0, 0);
  }

  #search {
    display: none;
  }

  .search {
    width: auto;
    height: auto;
    font-size: 0;
    margin: 0 0 30px;
  }

  .search > span,
  .search-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }

  .search > span:not(.search-icon) {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.02em;
  }

  .search-icon {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 32px;
    height: 32px;
  }

  #menuBtn {
    right: 0;
  }

  #menuOpen .openMenuItem .container .rwd-show {
    display: none !important;
  }

  #mainMenu > ul > li {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  #mainMenu > ul > li > a.hidden {
    opacity: 0;
    visibility: hidden;
  }

  #mainMenu > ul > li > a,
  #mainMenu > ul > li .mobileMenuTitle a {
    margin: 0;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
  }
  #mainMenu li.menu-item-has-children > span {
    position: relative;
  }
  #mainMenu > ul > li.menu-item-has-children > a:after,
  #mainMenu > ul > li.menu-item-has-children .mobileMenuTitle a:after,
  #mainMenu li.menu-item-has-children > span:after,
  #mainMenu > ul > li.mega-menu-link > a:after {
    top: 0;
    bottom: 0;
    width: 10px;
    content: "";
    right: -20px;
    position: absolute;
    transform: rotate(-90deg);
    background: center / contain url("../images/arrow_down.svg") no-repeat;
  }

  #mainMenu > ul > li.menu-item-has-children .mobileMenuTitle {
    padding-left: 30px;
    margin-bottom: 10px;
  }

  #mainMenu > ul > li.menu-item-has-children .mobileMenuTitle a {
    font-size: 36px;
    line-height: 1.2;
  }

  #mainMenu > ul > li.menu-item-has-children .mobileMenuTitle a:after {
    right: auto !important;
    left: -20px;
    transform: translate(0, -50%) rotate(180deg) !important;
  }

  #mainMenu > ul > li ul {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: auto;
    padding: 40px 0;
    position: fixed;
    min-height: 100%;
    max-height: 100%;
    background-color: #fff;
    transform: translate3d(100%, 0, 0);
    transition: transform (var(--duration) * 2) var(--easing);
  }

  #mainMenu > ul > li ul li {
    display: block;
    float: none;
    padding-bottom: 0;
    max-width: 92%;
    margin: 0 auto;
    width: 1110px;
  }
  #mainMenu > ul > li ul li > strong {
    font-size: 22px;
    color: #000;
  }

  #mainMenu > ul > li ul li a {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.3;
    display: inline-block;
  }

  #mainMenu > ul > li ul.show {
    transform: translateX(0);
  }

  #mainMenu > ul > li ul.sub-menu {
    background-color: #fff;
    transition: transform 0.8s var(--easing);
  }

  #mainMenu .rBox {
    margin-top: 30px;
  }

  #menuOpen .openMenuItem {
    background-image: none !important;
  }

  #mainMenu > ul > li:last-child > a {
    margin-bottom: 20px;
  }

  #mainMenu > ul > li:last-child > a:after {
    display: none;
  }

  #mainMenu > ul > li:last-child li.current-menu-item a {
    color: var(--purple);
  }

  #mainMenu > ul > li:last-child > ul {
    top: auto;
    left: auto;
    padding: 0;
    width: 100%;
    right: auto;
    bottom: auto;
    z-index: 9990;
    transform: none;
    position: relative;
  }

  #mainMenu > ul > li:last-child > ul .back {
    display: none;
  }

  #mainMenu > ul > li:last-child > ul > li {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  #mainMenu > ul > li:last-child > ul > li:last-child {
    margin-bottom: 0;
  }

  #mainMenu > ul > li:last-child > ul > li a {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.42;
    display: inline-block;
  }
}

/*////////////*/
/* TYPOGRAPHY */
/*////////////*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 900;
  padding-bottom: 20px;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 36px;
  font-weight: 800;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: 700;
}

p {
  padding-bottom: 20px;
  line-height: 1.5;
}

a {
  color: var(--purple);
  text-decoration: none;
}

.content {
  position: relative;
  padding-top: 73px;
}

.content > *:last-child:not(.white) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.content ul {
  margin: 0 0 20px 15px;
}

.content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}

.content ul li:before {
  content: "";
  background: var(--purple);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 1.0714285714rem;
  left: 0;
}

blockquote,
.blockquote {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 45px;
  padding: 35px 35px 30px;
  background-color: var(--blue);
}

blockquote > p,
.blockquote > p {
  display: inline;
  padding-bottom: 0;
}

/*//////////////////*/
/* TYPOGRAPHY MEDIA */
/*//////////////////*/
@media (min-width: 1200px) {
  a:hover {
    /*text-decoration: underline;*/
    box-shadow: 0 2px 0 0 var(--purple);
  }
}

@media (min-width: 1025px) {
  h1,
  .h1 {
    font-size: 48px;
  }

  h2,
  .h2 {
    font-size: 96px;
  }

  .content {
    padding-top: 88px;
  }
}

@media (max-width: 991px) {
  blockquote,
  .blockquote {
    padding: 30px 20px;
  }
}

/*/////////*/
/* BUTTONS */
/*/////////*/
.customNavs,
.customNavs .navBtn,
.customNavs .navBtn:before,
.customNavs .navBtn:after,
.show-more:after {
  position: absolute;
}

.customNavs {
  right: 60px;
  z-index: 10;
  width: 110px;
  height: 60px;
  bottom: -50px;
}

.customNavs .navBtn {
  top: 0;
  width: 40px;
  cursor: pointer;
}

.customNavs .navBtn:before,
.customNavs .navBtn:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.customNavs .navBtn.prevBtn:before,
.customNavs .navBtn.prevBtn:after {
  background: -5% center / 150% no-repeat;
}

.customNavs .navBtn.prevBtn:before {
  background-image: url(../images/arrow_left.svg);
}

.customNavs .navBtn.prevBtn:after {
  background-image: url(../images/arrow_left-hover.svg);
}

.customNavs .navBtn.nextBtn:before,
.customNavs .navBtn.nextBtn:after {
  background: 110% center / 150% no-repeat;
}

.customNavs .navBtn.nextBtn:before {
  background-image: url(../images/arrow_right.svg);
}

.customNavs .navBtn.nextBtn:after {
  background-image: url(../images/arrow_right-hover.svg);
}

.customNavs .navBtn:after {
  opacity: 0;
}

.customNavs .navBtn.nextBtn,
.customNavs .navBtn.prevBtn {
  margin: 0;
  display: block;
  transition: transform 0.1s var(--easing);
}

.customNavs .navBtn.nextBtn {
  right: 0;
  left: auto;
}

.customNavs .navBtn.nextBtn:active {
  transform: translate3d(5px, 0, 0);
}

.customNavs .navBtn.prevBtn {
  left: 0;
  right: auto;
}

.customNavs .navBtn.prevBtn:active {
  transform: translate3d(-5px, 0, 0);
}

.swiper-container {
  cursor: grab;
}

.swiper-container:active {
  cursor: grabbing;
}

.readMore,
.show-more {
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.readMore {
  font-size: 18px;
}

.readMore:after {
  top: 50%;
  opacity: 0;
  width: 22px;
  right: -30px;
  content: "⟶";
  font-size: 22px;
  line-height: 16px;
  position: absolute;
  font-weight: inherit;
  transform-origin: left center;
  transform: translateY(-50%);
}

.show-more {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding-right: 15px;
  display: inline-block;
}

.show-more:after {
  top: 50%;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background: center / contain url(../images/arrow_down-light.svg) no-repeat;
}

.show-more.active:after {
  transform: rotate(180deg) translate3d(0, -4px, 0);
}

/*///////////////*/
/* BUTTONS HOVER */
/*///////////////*/
@media (min-width: 1200px) {
  .readMore:hover {
    box-shadow: none;
  }

  .customNavs .navBtn:hover:after,
  .readMore:hover:after {
    opacity: 1;
  }

  .show-more:hover {
    color: var(--purple);
  }
}

/*///////////////*/
/* BUTTONS MEDIA */
/*///////////////*/
@media (max-width: 1199px) {
  .customNavs .navBtn:active:after {
    opacity: 1;
  }
}

@media (min-width: 1025px) {
  .customNavs {
    top: -70px;
    right: 0;
    width: 350px;
    height: 170px;
  }

  .customNavs .navBtn {
    width: 140px;
    height: 170px;
  }
}

@media (max-width: 1024px) {
  .testiBlock .container > h2 {
    display: none;
  }

  .customNavs {
    bottom: -10px;
  }

  .customNavs .navBtn {
    width: 50px;
    height: 60px;
  }

  .readMore:after {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .readMore:after {
    font-size: 18px;
  }

  .testiBlock .customNavs {
    top: -50px;
    right: 50px;
    bottom: auto;
  }
}

/*////////*/
/* BANNER */
/*////////*/
.home .banner {
  pointer-events: none;
}

.home .banner:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 45%,
    #000 100%
  );
}

.home .banner a,
.home .banner #c,
.home .clientsBox .swiper-slide {
  pointer-events: auto;
}

.banner {
  position: relative;
  padding: 95px 0 40px;
}

.banner.industry-banner img,
.banner.technology-banner img {
  height: 100%;
  object-fit: cover;
}

.banner.industry-banner figure {
  top: -88px;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}

.banner.industry-banner:before {
  top: -88px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  opacity: 0.8;
  position: absolute;
  mix-blend-mode: multiply;
  background: linear-gradient(
    82.8deg,
    #000000 41.89%,
    rgba(0, 0, 0, 0) 108.63%
  );
}

.banner.technology-banner figure,
.banner.portfolio-banner figure {
  right: 0;
  bottom: 0;
  top: -88px;
  width: 42%;
  clip-path: none;
}

.banner.technology-banner img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

.banner.portfolio-banner {
  padding: 165px 0 65px;
}

.banner.portfolio-banner .content {
  padding: 0;
  color: var(--text);
}

.banner.portfolio-banner figure {
  top: auto;
  width: 63%;
  right: -6%;
  bottom: -11.6rem;
}

.portfolio-banner-logo {
  display: flex;
  min-height: 6rem;
  margin-top: 15px;
  align-items: center;
}

.portfolio-banner-logo > .container {
  font-size: 0;
}

.portfolio-banner-logo > .container > div {
  width: auto;
  position: relative;
  display: inline-block;
}

.banner .text {
  z-index: 5;
  position: relative;
  padding-bottom: 55px;
}

.banner .text p {
  color: var(--text);
}

.banner figure {
  right: -2%;
  width: 67%;
  bottom: -11rem;
  position: absolute;
}

.banner .paralBox:before,
.banner .paralBox:after {
  display: none;
}

.banner figure {
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
}

.banner figure img {
  width: 100%;
  display: block;
}

.banner.mb {
  margin-bottom: 11rem;
}

.sidebar-banner {
  display: flex;
  position: relative;
  padding: 60px 0 80px;
}

.sidebar-banner figure:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.8;
  position: absolute;
  mix-blend-mode: multiply;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.86) 35.38%,
    #000000 71.84%
  );
}

.sidebar-banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-banner .container,
.banner.portfolio-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.banner.portfolio-banner .bread-crumbs {
  top: 98px;
}

.sidebar-banner .content {
  flex: 0 0 51%;
  max-width: 51%;
  padding-right: 15px;
  color: var(--text);
}

.sidebar-banner .content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-banner .content .h1 {
  color: #fff;
}

.sidebar-banner .read-case {
  flex: 0 0 49%;
  max-width: 49%;
}

.sidebar-banner-wrap > .container {
  left: 50%;
  top: -30px;
  z-index: 1;
  bottom: 180px;
  position: absolute;
  pointer-events: none;
  transform: translateX(-50%);
}

.sidebar-banner-wrap .sticky-wrap {
  height: 100%;
  padding-left: 64%;
}

.sidebar-banner-wrap .sticky-wrap > div {
  pointer-events: auto;
}

.banner .h1,
.decor-title {
  position: relative;
  z-index: 2;
}

#teaser .container {
  pointer-events: none;
}

/*//////////////*/
/* BANNER HOVER */
/*//////////////*/
@media (min-width: 1200px) {
  .portfolio-banner-logo > .container > div:hover a {
    box-shadow: none;
  }
}

/*//////////////*/
/* BANNER MEDIA */
/*//////////////*/
@media (min-width: 1235px) {
  .banner .h1:before,
  .decor-title:before {
    top: 1px;
    left: -36px;
    content: "";
    width: 65px;
    z-index: -1;
    height: 45px;
    position: absolute;
    background: var(--blue);
    transform: skew(-25deg);
  }
}

@media (max-width: 1399px) {
  .banner.portfolio-banner figure {
    width: 57%;
    right: -2%;
  }
}

@media (min-width: 1025px) {
  .banner {
    padding: 200px 0 80px;
  }

  .banner.industry-banner {
    display: flex;
    align-items: flex-end;
    min-height: calc(100vh - 88px);
  }

  .banner.technology-banner {
    padding: 160px 0 30px;
  }

  .banner.portfolio-banner {
    min-height: 60vh;
  }

  .banner .h1 {
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
  }

  .banner .h1:before,
  .decor-title:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 45px;
    background: var(--blue);
    transform: skew(-25deg);
    z-index: -1;
  }

  .banner .h1:before,
  .decor-title:before {
    top: 3px;
    left: -10px;
  }

  .banner.text {
    padding-bottom: 130px;
  }

  .banner .text h4 {
    padding-bottom: 10px;
  }

  .sidebar-banner {
    min-height: 100vh;
  }
}

@media (max-width: 1204px) {
  .banner.industry-banner {
    display: flex;
    align-items: flex-end;
    min-height: 600px;
  }
}

@media (max-width: 1024px) {
  .banner.portfolio-banner {
    min-height: 49vh;
    padding: 65px 0;
  }

  .banner.portfolio-banner .bread-crumbs {
    top: 15px;
  }

  .banner.technology-banner figure {
    top: -74px;
  }

  .sidebar-banner .content,
  .sidebar-banner .read-case {
    flex: 0 0 62%;
    max-width: 62%;
  }

  .sidebar-banner .content {
    padding-right: 0;
  }

  .sidebar-banner .sticky-wrap {
    bottom: 0;
  }

  .sidebar-banner-wrap > .container {
    bottom: 80px;
  }

  .banner.industry-banner figure {
    top: 0;
  }
}

@media (max-width: 991px) {
  .banner figure {
    width: 58%;
    bottom: -15px;
  }
}

@media (min-width: 768px) {
  #teaser {
    min-height: 100vh !important;
  }

  .banner .text {
    width: 545px;
    max-width: 100%;
  }

  .banner.portfolio-banner .text {
    width: 41%;
  }

  .banner.industry-banner .industry-bannerMobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner.industry-banner figure {
    clip-path: none;
  }

  .banner.portfolio-banner {
    padding: 114px 0 0;
    margin-bottom: 6rem;
  }

  .banner.portfolio-banner figure {
    width: 92%;
    right: auto;
    bottom: auto;
    margin-left: 4%;
    margin-top: 30px;
    position: relative;
    margin-bottom: -6rem;
  }

  .sidebar-banner {
    min-height: auto;
  }

  .sidebar-banner.black {
    background-color: #fff;
  }

  .sidebar-banner:not(.no-read-case) .full-size {
    bottom: 170px;
  }

  .sidebar-banner .content,
  .sidebar-banner .read-case {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sidebar-banner-wrap .sticky-wrap {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: -15px;
  }

  .sidebar-banner .content {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .sidebar-banner-wrap > .container {
    top: auto;
    left: auto;
    bottom: auto;
    transform: none;
    position: relative;
  }

  .banner.industry-banner .industry-bannerDesktop {
    display: none;
  }
}

@media (max-width: 575px) {
  .banner:not(.industry-banner):not(.technology-banner):not(.portfolio-banner)
    figure {
    right: auto;
    width: 108%;
    bottom: auto;
    position: relative;
    margin-left: -4%;
    margin-bottom: -8rem;
  }

  .banner.technology-banner figure {
    top: 38px;
    right: 0;
    margin: 0;
    width: 57%;
    left: auto;
    bottom: auto;
    margin-bottom: 0;
    margin-top: -95px;
    margin-left: auto;
  }

  .banner.mb {
    margin-bottom: 7rem;
  }
}

/*//////////*/
/* HOMEPAGE */
/*//////////*/
/* body {
  overflow: visible;
} */

.home .banner .text {
  pointer-events: none;
}

.home .banner .text a {
  pointer-events: auto;
}

.home .clientsBox {
  position: relative;
  z-index: 5;
}

.home .clientsBox .clientsSlider {
  position: relative;
}

.home .clientsBox .clientsSlider:before {
  top: 0;
  bottom: 0;
  z-index: 2;
  right: 100%;
  content: "";
  width: 200em;
  height: 100%;
  background: #000;
  position: absolute;
}

.home .clientsBox .swiper-container {
  overflow: visible;
}

.home .clientsBox .swiper-slide {
  width: 100px;
  max-width: 100%;
  /*cursor: pointer;*/
  filter: grayscale(1);
}

.home .clientsBox .swiper-slide img {
  margin: 0 auto;
  max-width: 85px;
  max-height: 40px;
}

/*////////////////*/
/* HOMEPAGE HOVER */
/*////////////////*/
@media (min-width: 1200px) {
  .home .clientsBox .swiper-slide:hover {
    filter: grayscale(0);
  }
}

/*////////////////*/
/* HOMEPAGE MEDIA */
/*////////////////*/
@media (max-width: 1024px) {
  .home .clientsBox .swiper-container {
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  .home .clientsBox {
    align-items: center;
  }

  .home .clientsBox .swiper-slide {
    width: 160px;
  }

  .home .clientsBox .titleBox {
    flex-basis: 185px;
    position: relative;
    padding: 25px 0;
    background: #000;
    z-index: 3;
  }

  .home .clientsBox .titleBox:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 1px;
    height: 100%;
    background: #fff;
  }

  .home .clientsBox .title {
    max-width: 145px;
  }

  .home .clientsBox .h4 {
    padding-bottom: 0;
  }

  .home .clientsBox .clientsSlider {
    flex: 1;
  }
}

/*//////////////*/
/* BREAD CRUMBS */
/*//////////////*/
.bread-crumbs {
  top: 10px;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
}

.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #9b9b9b;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 0.2px;
}

.bread-crumbs > a,
.bread-crumbs > span {
  margin: 0 5px;
}

.bread-crumbs > span > span {
  position: relative;
}

.bread-crumbs > span > span:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  background-color: #9b9b9b;
}

.bread-crumbs > a:first-child,
.bread-crumbs > span:first-child {
  margin-left: 0;
}

.bread-crumbs > a:last-child,
.bread-crumbs > span:last-child {
  margin-right: 0;
}

.bread-crumbs.relative {
  top: 105px;
}

.bread-crumbs .post {
  display: inline;
  margin-bottom: 0;
}

.bread-crumbs > span.menu-open-item a {
  pointer-events: none;
}

/*////////////////////*/
/* BREAD CRUMBS HOVER */
/*////////////////////*/
@media (min-width: 1200px) {
  .bread-crumbs a:hover {
    box-shadow: none;
  }

  .bread-crumbs a:hover span,
  .bread-crumbs > a:hover span,
  .bread-crumbs > span.menu-open-item:hover a span {
    color: #fff;
  }

  .bread-crumbs.light a:hover span,
  .bread-crumbs.light > a:hover span,
  .bread-crumbs.light > span.menu-open-item:hover a span {
    color: var(--purple);
  }
}

/*//////////////////////////*/
/* BREAD CRUMBS HOVER MEDIA */
/*//////////////////////////*/
@media (max-width: 767px) {
  .chess .bread-crumbs.container,
  .bread-crumbs {
    display: none !important;
  }
}

/*////////*/
/* FOOTER */
/*////////*/
.footerBlock {
  position: relative;
  padding: 84px 0 50px;
  background-repeat: repeat-x;
  background-position: top;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../images/footer_bg_n.png");
}

.footerBlock .logos {
  font-size: 0;
  margin-top: 67px;
}

.footerBlock .logos a {
  display: inline-block;
}

.footerBlock .container {
  z-index: 1;
}

/*.footerBlock .full-size {
	background: center top / cover no-repeat fixed;
}*/

.footerBlock .full-size img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* .footerBlock .full-size:before,
.footerBlock .full-size:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
} */

/* .footerBlock .full-size:before {
	background: linear-gradient(270.07deg, #000 43.94%, rgba(0, 0, 0, 0.64) 99.93%);
} */

/* .footerBlock .full-size:after {
	background: linear-gradient(to bottom, #000000 0%, transparent 32%, transparent 100%);
} */

.footerBlock .bottomPanel,
.footerBlock .topPanel {
  width: 100%;
}

.footerBlock .topPanel {
  position: relative;
  margin-bottom: 70px;
}

.footerBlock .topPanel .logos a {
  max-width: 210px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.footerBlock .topPanel .logos a img {
  object-fit: contain;
}

.footerBlock .topPanel .logos a:last-child {
  margin-right: 0;
}

.footerBlock .bottomPanel {
  border-top: 0.3px solid rgba(255, 255, 255, 0.7);
  padding: 12px 0 0;
}

.footerBlock .bottomPanel .copyright,
.footerBlock .bottomPanel a {
  font-size: 14px;
  line-height: 2;
  color: #606060;
}

.footerBlock .bottomPanel .item {
  margin: 0 15px 10px 0;
}

.footerBlock .bottomPanel .item:last-child {
  margin-right: 0;
}

.footerBlock .bottomPanel a {
  color: #000000;
}

.footerBlock .bottomPanel a:hover {
  color: var(--purple);
  box-shadow: none;
}

#footerMenu > ul {
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

#footerMenu > ul > li > a {
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  width: 90%;
}

#footerMenu > ul > li:last-child > a {
  pointer-events: none;
}

#footerMenu li.current-menu-item > a {
  box-shadow: none;
  color: var(--purple);
}

#footerMenu > ul > li ul {
  margin-top: 7px;
}

#footerMenu > ul > li ul li {
  margin-bottom: 15px;
}

#footerMenu > ul > li ul li a {
  color: #606060;
  font-size: 14px;
  line-height: 1.3;
}

.social {
  font-size: 0;
}

.social a {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}

.social a:last-child {
  margin-right: 0;
}

.social a img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

/*.social a img:first-child {}*/

.social a img:last-child {
  opacity: 0;
  pointer-events: none;
}

.social a:before {
  color: #fff;
  font-size: 21px;
  line-height: 1;
}

.social.share a {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.social.share a.fb {
  background-color: var(--fb);
}

.social.share a.twitter {
  background-color: var(--twitter);
}

.social.share a.in {
  background-color: var(--in);
}

.social.share a img {
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/*//////////////*/
/* FOOTER HOVER */
/*//////////////*/
@media (min-width: 1200px) {
  #footerMenu > ul > li > a:hover,
  #footerMenu > ul > li ul li:hover > a {
    color: var(--purple);
  }

  .footerBlock .logos a:hover {
    opacity: 0.68;
  }

  .social a:hover img:last-child {
    opacity: 1;
  }

  .social a:hover,
  .footerLogo:hover,
  .footerBlock .topPanel .logos a:hover,
  #footerMenu > ul > li > a:hover,
  #footerMenu > ul > li ul li:hover > a {
    box-shadow: none;
  }

  .social.share a:hover {
    background-color: transparent !important;
  }
}

/*//////////////*/
/* FOOTER MEDIA */
/*//////////////*/
@media (min-width: 1025px) {
  .footerBlock .topPanel .logosBox {
    margin-right: 50px;
  }

  .footerBlock {
    padding: 164px 0 30px;
  }
}

@media (max-width: 1024px) {
  #footerMenu > ul > li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .footerBlock .topPanel .logosBox {
    order: 0;
    display: flex;
    flex-basis: 120px;
    margin-right: 60px;
    flex-direction: column;
    justify-content: space-between;
  }

  .footerBlock .topPanel .logosBox figure:last-child {
    margin-bottom: 0;
  }

  .footerBlock {
    background-size: auto;
    background-position: left bottom;
  }

  .footerBlock .bottomPanel {
    align-items: center;
  }

  .footerBlock .bottomPanel .item {
    margin: 0 20px 0 0;
  }

  #footerMenu {
    flex: 1;
    order: 1;
  }

  #footerMenu > ul > li:last-child {
    padding-bottom: 45px;
  }

  .social {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .footerBlock .full-size:before {
    background: linear-gradient(
      358.29deg,
      #000 1.26%,
      rgba(0, 0, 0, 0.77) 94.16%
    );
  }

  #footerMenu > ul {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }

  #footerMenu > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 450px) {
  .social {
    bottom: -50px;
  }
}

.servicesSlider.style-2 .swiper-slide {
  padding: 23% 0 0;
}

@media (max-width: 767px) {
  .servicesSlider.style-2 .swiper-slide {
    padding: 62% 0 0;
  }
}

/* Footer new */
.footerBlock .topPanel {
  margin-bottom: 98px;
}
.footerBlock__contacts {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid #e0e0e0;
}

.footerBlock__contacts .social {
  position: static;
  width: fit-content;
  min-width: 160px;
}
.footerBlock__contacts .social a {
  height: 28px;
  width: 28px;
  margin-right: 10px;
}
.footerBlock__contacts-inner {
  display: flex;
  justify-content: flex-end;
  flex-basis: 72%;
}
.footerBlock__contacts-inner .sub-menu svg {
  display: block;
  width: 20px;
  height: 19px;
  margin-right: 14.5px;
}
.footerBlock__contacts-inner .sub-menu svg path {
  fill: #606060;
}
.footerBlock__contacts-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -30px;
  width: 100%;
  padding-right: 56px;
}
.footerBlock__contacts-row .menu-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 2.29;
  letter-spacing: 0.2px;
  color: #000000;
}
.footerBlock__contacts-row .menu-item > * {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.14;
  /* identical to box height, or 214% */
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  color: #606060;
  margin-bottom: 4.5px;
}
.footerBlock__contacts-row .menu-item a {
  box-shadow: none !important;
}
.footerBlock__contacts-row .menu-item a:hover {
  color: var(--purple);
}
.footerBlock__contacts-row .menu-item:last-child > * {
  margin-bottom: 0;
}
.footerBlock__contacts-row > * {
  display: block;
  margin: 30px;
}

.footerBlock .bottomPanel {
  border-top: 0.3px solid #e0e0e0;
}

@media (max-width: 991px) {
  .footerBlock__contacts {
    flex-direction: column;
  }
  .footerBlock__contacts-inner {
    margin-top: 10px;
    width: 100%;
    flex-basis: 100%;
    justify-content: space-between;
  }
  .footerBlock__contacts-row {
    padding-right: 0;
  }
}

@media (max-width: 567px) {
  .footerBlock__contacts-row {
    margin: -15px;
  }
  .footerBlock__contacts-row > * {
    margin: 15px;
  }
}

/* Footer new end */

body .link-with-arrow > a {
  display: inline-block;
  position: relative;
  padding-top: 16px;
}
body .link-with-arrow > a::after {
  display: inline-block;
  content: "⟶";
  padding-left: 7px;
  opacity: 0;
  transition: all var(--duration) var(--easing);
}
body .link-with-arrow > a:hover::after {
  opacity: 1;
}
body .link-with-arrow > a {
  font-family: "Inter";
  font-style: normal;
  color: #fa34ff !important;
  font-weight: 500;
  line-height: 1.21;
}
