@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0;
}

img {
  width: max-content;
  height: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time, img {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

p, li {
  font-weight: 400;
}

p, li, a {
  font-weight: 400;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, button {
  -webkit-appearance: none;
}

@font-face {
  font-family: "Montserrat Std Book";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Std Medium";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Std Bold";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: "Montserrat Std Black";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} */
@font-face {
  font-family: "Circular Std Book";
  src: url("fonts/CircularStd-Book.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Medium";
  src: url("fonts/CircularStd-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Bold";
  src: url("fonts/CircularStd-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Black";
  src: url("fonts/CircularStd-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif";
  src: url("fonts/PTSerif-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Code";
  src: url("fonts/FiraCode-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  margin-top: 0 !important;
}

* html body {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
  * html body {
    margin-top: 0 !important;
  }
}
body {
  font-size: 16px;
}

input, select {
  font-size: 100%;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body * {
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

button, a {
  outline: none !important;
}
button span, a span {
  position: relative;
}

td {
  padding-bottom: 26px;
  margin: 0;
  vertical-align: top;
  font-family: "PT Serif";
  color: #292929;
  font-size: 16px;
  line-height: 150%;
}

table p {
  font-size: 14px !important;
  padding-bottom: 10px !important;
}

.wp-video {
  width: 100% !important;
  height: auto !important;
  max-width: 320px !important;
  margin: auto !important;
  margin-bottom: 30px !important;
}

.description_pc_version {
  display: block !important;
}

.description_mobile {
  display: none !important;
}

.description_mobile_version {
  display: none !important;
}

.iziModal iframe {
  height: 340px !important;
}

.iziModal {
  background: transparent;
}

.cookies-message {
  display: none;
}

.so-page {
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.so-user-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.so-user-data img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 20px;
}
.so-user-data-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

a.btn, .btn {
  margin-top: 32px;
  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: #FB602E;
  padding: 12px 37px;
  color: #fff;
  border: none;
  outline: none;
  position: relative;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
a.btn:before, .btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: #7F39FB;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a.btn:hover:before, .btn:hover:before {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

ul.slick-dots {
  min-height: 8px;
}

.wrap-btn:has(ul.slick-dots li:only-child) {
  display: none !important;
}

.blur {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backdrop-filter: blur(27.1828px);
  backdrop-filter: blur(27.1828px);
  background: rgba(31, 29, 28, 0.7);
}

@-moz-document url-prefix() {
  .blur {
    background: rgba(31, 29, 28, 0.95);
  }
  .white-blur {
    background: rgba(255, 255, 255, 0.98) !important;
  }
  .transparent {
    background: rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(144, 143, 142, 0.2) !important;
  }
  .transparent .so-content-header .menu ul li a {
    color: #fff !important;
  }
  .transparent .so-content-header .menu ul li a:hover {
    color: #FB602E !important;
  }
}
.transparent {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(144, 143, 142, 0.2);
}
.transparent .so-content-header .menu ul li a {
  color: #fff;
}
.transparent .so-content-header .menu ul li a:hover {
  color: #FB602E;
}

.white-blur {
  border-bottom: 1px solid rgba(31, 29, 28, 0.06);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backdrop-filter: blur(27.1828px);
  backdrop-filter: blur(27.1828px);
  background: rgba(255, 255, 255, 0.7);
}
.white-blur .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger span {
  background: #7F39FB;
}
.white-blur .so-content-header .menu ul li a {
  color: rgba(31, 29, 28, 0.5);
}
.white-blur .so-content-header .menu ul li a:hover {
  color: #000;
}
.white-blur .so-content-header .menu ul li.current_page_item a {
  color: #000;
}
.white-blur .so-content-header .menu ul li.menu-item-has-children a.active {
  position: relative;
  color: #1F1D1C;
}
.white-blur .so-content-header .menu ul li.menu-item-has-children a.active:after {
  background: #FB602E;
}
.white-blur .so-content-header .menu ul li.menu-item-has-children ul.sub-menu {
  border: 1px solid rgba(31, 29, 28, 0.06);
  background: rgba(247, 247, 247, 0.95);
}
.white-blur .so-content-header .menu ul li.menu-item-has-children ul.sub-menu li.current-menu-item a:hover {
  color: #1F1D1C;
}
.white-blur .so-content-header .menu ul li.menu-item-has-children ul.sub-menu li a {
  color: #1F1D1C;
}
.white-blur .so-content-header .menu ul li.menu-item-has-children ul.sub-menu li a:hover {
  color: rgba(31, 29, 28, 0.5);
}

a.show-mre, a.loadmore_blog_taxonomy {
  margin: -16px;
  font-family: Circular Std Medium;
  color: #000;
  font-size: 16px;
  line-height: 150%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-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;
  margin-top: 84px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.show-mre:lang(uk), a.loadmore_blog_taxonomy:lang(uk) {
  font-family: Montserrat Std Medium;
}
a.show-mre svg, a.loadmore_blog_taxonomy svg {
  margin-left: 22px;
}
a.show-mre:hover, a.loadmore_blog_taxonomy:hover {
  color: #7F39FB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.so-cta {
  background: #7F39FB;
  z-index: 2;
  position: relative;
}
.so-cta.dark-cta {
  background: #292929;
}
.so-cta .so-content {
  padding: 50px 0;
}
.so-cta h2 {
  text-align: center;
  padding-bottom: 48px;
  text-transform: uppercase !important;
}
.so-cta a.btn {
  margin: auto;
}
.so-cta a.btn:before {
  background: #fff;
}
.so-cta a.btn:hover {
  color: #FB602E;
}
.so-cta a.btn:hover:before {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.display-non {
  display: none !important;
}

.overflow {
  overflow: hidden;
}

#so-wrapper {
  position: relative;
  overflow-x: hidden;
}
#so-wrapper.so-active {
  overflow: hidden;
  height: 100vh;
}

.so-content {
  max-width: 1442px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5.5rem;
  padding-left: 5.5rem;
  width: 100%;
}

.so-row {
  max-width: 1140px;
  width: 78.68%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.loader {
  margin: 100px auto;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search {
  position: relative;
}
.search i {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 23px;
}
.search input {
  width: 370px;
  padding: 15px 15px 15px 50px;
  border: none;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  mix-blend-mode: normal;
  border-radius: 6px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search input:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.search input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.search input::-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.search input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.search input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.search input::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.search .close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  display: none;
  width: 34px;
}
.search .close svg {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search .active {
  display: inherit;
}

.search-line {
  width: 100%;
  max-width: 1442px;
  margin: auto;
  z-index: 6;
  display: none;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.search-line i {
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 0;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 55px;
}
.search-line input {
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 0;
  width: 100%;
  padding: 28px 85px 25px;
  border: none;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  background: rgba(255, 255, 255, 0.1);
  mix-blend-mode: normal;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-line input:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.search-line input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  opacity: 0.5;
  mix-blend-mode: normal;
}
.search-line input::-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  opacity: 0.5;
  mix-blend-mode: normal;
}
.search-line input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  opacity: 0.5;
  mix-blend-mode: normal;
}
.search-line input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  opacity: 0.5;
  mix-blend-mode: normal;
}
.search-line input::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  opacity: 0.5;
  mix-blend-mode: normal;
}
.search-line .close {
  padding: 24px;
  margin-right: -24px;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 55px;
}
.search-line .close svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-tags {
  overflow: auto;
  z-index: 5;
  display: none;
  width: 100%;
  max-width: 1442px;
  margin: auto;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  height: 600px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-filter: drop-shadow(0px 80px 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 80px 30px rgba(0, 0, 0, 0.15));
  padding: 60px 114px 60px 51px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.search-tags h4 {
  line-height: 133%;
  color: #1F1D1C;
  padding-bottom: 25px;
}
.search-tags .search-tags-link {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.search-tags .search-tags-link a {
  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;
  color: #FB602E;
  padding: 14px 30px;
  background: rgba(251, 96, 46, 0.2);
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-tags .search-tags-link a:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #EB3900;
}

.active-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.active-search i {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.active-search input {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.active-search .close {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

a.read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 16px 50px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
a.read-more:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}

.link {
  display: inline-block;
  padding: 0;
  color: #fb602e;
  text-decoration: underline !important;
}
.link:hover {
  color: #7F39FB;
}

.pagination {
  margin-top: 120px;
  margin-bottom: 140px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(31, 29, 28, 0.06);
  mix-blend-mode: normal;
}
.pagination .up-pagination {
  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;
}
.pagination .up-pagination span.current {
  font-family: Circular Std Bold, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #7F39FB;
  padding: 16px;
}
.pagination .up-pagination span.current:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.pagination .up-pagination span.dots {
  font-family: Circular Std Bold, sans-serif;
  font-size: 17px;
  line-height: 21px;
  color: #1F1D1C;
  padding-left: 5px;
  padding-right: 5px;
}
.pagination .up-pagination span.dots:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.pagination .up-pagination a {
  font-family: Circular Std Bold, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #1F1D1C;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-width: 48px;
  box-sizing: border-box;
}
.pagination .up-pagination a:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.pagination .up-pagination a:hover {
  color: #7F39FB;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination .up-pagination a.next {
  padding-left: 35px;
  border-left: 1px solid rgba(31, 29, 28, 0.06);
  mix-blend-mode: normal;
}
.pagination .up-pagination a.next {
  padding-left: 0;
  padding-right: 0;
  margin-left: 19px;
  padding-left: 35px;
  border-left: 1px solid rgba(31, 29, 28, 0.06);
  mix-blend-mode: normal;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination .up-pagination a.next svg {
  margin-left: 5px;
}
.pagination .up-pagination a.next:hover svg path {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  stroke: #7F39FB;
}
.pagination .up-pagination a.prev {
  margin-right: 19px;
  padding-right: 35px;
  border-right: 1px solid rgba(31, 29, 28, 0.06);
  mix-blend-mode: normal;
  color: rgba(31, 29, 28, 0.3);
}
.pagination .up-pagination a.prev svg {
  margin-right: 5px;
}
.pagination .up-pagination a.prev svg path {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  stroke: rgba(31, 29, 28, 0.3);
}
.pagination .up-pagination a.prev:hover {
  color: #7F39FB;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination .up-pagination a.prev:hover svg path {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  stroke: #7F39FB;
}

.button-helper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  padding-bottom: 30px;
}

a {
  padding: 16px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}
a:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}

p {
  font-family: Circular Std Book, sans-serif;
  font-size: 24px;
  line-height: 150%;
  color: #111111;
}
p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}

h1 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
}
h1:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}

h2 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #FFFFFF;
}
h2:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

h3 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  padding-bottom: 22px;
}
h3:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}

h4 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
h4:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}

h5 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
}
h5:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}

h6 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #111111;
  padding-bottom: 7px;
}
h6:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}

.slick-slide {
  outline: none;
}

.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.slick-slider .slick-track .wrap-btn {
  display: none !important;
}

ul.slick-dots {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.slick-dots li {
  cursor: pointer;
  background: #FB602D;
  width: 4px;
  height: 4px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 1px;
}
ul.slick-dots li button {
  display: none;
}
ul.slick-dots li:hover {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 2px;
  width: 8px;
  height: 8px;
}
ul.slick-dots li.slick-active {
  padding: 0;
  border-radius: 2px;
  width: 8px;
  height: 8px;
}

.plyr__poster {
  background-position: center;
  background-size: cover;
  background-color: transparent;
}

.plyr__video-wrapper {
  background-color: transparent;
}

.plyr__menu__container .plyr__control--back {
  background: #728197 !important;
  border-radius: 0 !important;
  border: 0 !important;
  margin: 0;
  width: 100%;
}

.plyr__volume input[type=range] {
  width: 60% !important;
}

.plyr__menu__container [role=menu], .plyr__menu__container .plyr__control--back {
  background: #728197;
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #fff;
}

.plyr--video.plyr--stopped .plyr__controls {
  display: none;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  padding-bottom: 0;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control[aria-expanded=true] {
  background: transparent !important;
}

.plyr .plyr__time, .plyr .plyr__control {
  color: #fff;
}
.plyr .plyr--video .plyr__controls {
  background: transparent;
}
.plyr > .plyr__control {
  background: transparent;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0, 0.14, 1);
  -o-transition: all 0.3s cubic-bezier(0.43, 0, 0.14, 1);
  transition: all 0.3s cubic-bezier(0.43, 0, 0.14, 1);
}
.plyr > .plyr__control--overlaid svg {
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0, 0.14, 1);
  -o-transition: all 0.3s cubic-bezier(0.43, 0, 0.14, 1);
  transition: all 0.3s cubic-bezier(0.43, 0, 0.14, 1);
  height: 120px;
  width: 120px;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: normal;
}
.plyr > .plyr__control--overlaid svg use {
  -webkit-transform: scale(0.4) translate(105px, 95px);
  -ms-transform: scale(0.4) translate(105px, 95px);
  transform: scale(0.4) translate(105px, 95px);
}
.plyr > .plyr__control--overlaid:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-radius: 100%;
  height: 130px;
  width: 130px;
  background: -o-linear-gradient(top, #FB5F54 0%, #8772CD 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FB5F54), to(#8772CD));
  background: linear-gradient(180deg, #FB5F54 0%, #8772CD 100%);
  z-index: 0;
  -webkit-transform: scale(0.7) translate(-70%, -70%);
  -ms-transform: scale(0.7) translate(-70%, -70%);
  transform: scale(0.7) translate(-70%, -70%);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.43, 0, 0.14, 1), -webkit-transform 0.3s cubic-bezier(0.43, 0, 0.14, 1);
  transition: opacity 0.3s cubic-bezier(0.43, 0, 0.14, 1), -webkit-transform 0.3s cubic-bezier(0.43, 0, 0.14, 1);
  -o-transition: transform 0.3s cubic-bezier(0.43, 0, 0.14, 1), opacity 0.3s cubic-bezier(0.43, 0, 0.14, 1);
  transition: transform 0.3s cubic-bezier(0.43, 0, 0.14, 1), opacity 0.3s cubic-bezier(0.43, 0, 0.14, 1);
  transition: transform 0.3s cubic-bezier(0.43, 0, 0.14, 1), opacity 0.3s cubic-bezier(0.43, 0, 0.14, 1), -webkit-transform 0.3s cubic-bezier(0.43, 0, 0.14, 1);
}
.plyr > .plyr__control:hover svg {
  -webkit-transition: all 0.4s cubic-bezier(0.43, 0, 0.14, 1);
  -o-transition: all 0.4s cubic-bezier(0.43, 0, 0.14, 1);
  transition: all 0.4s cubic-bezier(0.43, 0, 0.14, 1);
  background: #191A1F;
}
.plyr > .plyr__control:hover:before {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 0.3;
  -webkit-transition: opacity 0.4s cubic-bezier(0.43, 0, 0.14, 1), -webkit-transform 0.4s cubic-bezier(0.43, 0, 0.14, 1);
  transition: opacity 0.4s cubic-bezier(0.43, 0, 0.14, 1), -webkit-transform 0.4s cubic-bezier(0.43, 0, 0.14, 1);
  -o-transition: transform 0.4s cubic-bezier(0.43, 0, 0.14, 1), opacity 0.4s cubic-bezier(0.43, 0, 0.14, 1);
  transition: transform 0.4s cubic-bezier(0.43, 0, 0.14, 1), opacity 0.4s cubic-bezier(0.43, 0, 0.14, 1);
  transition: transform 0.4s cubic-bezier(0.43, 0, 0.14, 1), opacity 0.4s cubic-bezier(0.43, 0, 0.14, 1), -webkit-transform 0.4s cubic-bezier(0.43, 0, 0.14, 1);
}
.plyr .plyr__control:hover, .plyr .plyr--video .plyr__control[aria-expanded=true],
.plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
.plyr .plyr__control.plyr__tab-focus {
  -webkit-transition: color 0.4s cubic-bezier(0.43, 0, 0.14, 1);
  -o-transition: color 0.4s cubic-bezier(0.43, 0, 0.14, 1);
  transition: color 0.4s cubic-bezier(0.43, 0, 0.14, 1);
  border-radius: 100%;
  background: transparent;
}
.plyr input[type=range] {
  color: #191A1F;
}

.plyr__menu__container .plyr__control--back::after {
  left: 10% !important;
}

.plyr__menu__container::after {
  right: 15% !important;
}

.grecaptcha-logo {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .description_pc_version {
    display: none !important;
  }
  .description_mobile {
    display: block !important;
  }
  .description_mobile_version {
    display: block !important;
    padding-bottom: 0;
  }
  a.scroll:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
  }
  a.scroll:hover:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
  }
  .so-cta a.scroll:hover {
    color: #fff;
  }
  .so-cta a.scroll:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
  }
  .so-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .so-cta .so-content {
    padding: 40px 2rem;
  }
  .search input {
    width: 34.283vw;
  }
  .plyr > .plyr__control--overlaid svg {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  .plyr > .plyr__control--overlaid:after {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  .plyr > .plyr__control--overlaid:before {
    -webkit-transform: scale(0.4) translate(-125%, -125%);
    -ms-transform: scale(0.4) translate(-125%, -125%);
    transform: scale(0.4) translate(-125%, -125%);
  }
  .plyr > .plyr__control:hover:before {
    -webkit-transform: scale(0.5) translate(-100%, -100%);
    -ms-transform: scale(0.5) translate(-100%, -100%);
    transform: scale(0.5) translate(-100%, -100%);
  }
  .search-tags {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .search-line i {
    left: 1.5rem;
  }
  .search-line .close {
    right: 3rem;
  }
  .search-line input {
    padding-left: 4.5rem;
  }
  .so-cta h2 {
    font-size: 24px;
    line-height: 32px;
    text-transform: inherit !important;
  }
}
@media screen and (max-width: 700px) {
  .so-cta h2 {
    padding-bottom: 30px;
  }
  .so-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .search {
    width: 100%;
    margin-top: 30px;
  }
  .search input {
    width: 100%;
  }
  .plyr > .plyr__control--overlaid svg {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
  }
  .plyr > .plyr__control--overlaid:after {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -ms-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
  }
  .plyr > .plyr__control:hover:before {
    -webkit-transform: scale(0.4) translate(-125%, -125%);
    -ms-transform: scale(0.4) translate(-125%, -125%);
    transform: scale(0.4) translate(-125%, -125%);
  }
  .search-tags {
    padding-left: 2rem;
    padding-right: 2rem;
    height: calc(100vh - 73px);
  }
  .search-line i {
    left: 2rem;
  }
  .search-line .close {
    right: 3.5rem;
  }
  .search-line input {
    padding-left: 5rem;
  }
  .so-user-data img {
    margin-right: 10px !important;
  }
  .pagination .up-pagination a.prev span {
    display: none;
  }
  .pagination .up-pagination a.next span {
    display: none;
  }
}
header {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  width: 100%;
  padding-top: 28px;
  z-index: 4;
}
header a.contact-link {
  white-space: nowrap;
  margin: -16px;
  margin-left: 24px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FB602E;
}
header a.contact-link:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
header .lang_menu {
  display: flex;
  align-items: center;
}
header .lang_menu .lang {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
header .lang_menu .lang li {
  list-style: none;
  margin-left: 24px;
}
header .lang_menu .lang li a {
  color: #fff;
  margin: -16px;
  transition: all 0.3s ease;
}
header .lang_menu .lang li a:hover {
  transition: all 0.3s ease;
  color: #FB602E;
}
header .lang_menu .lang li.current-lang a {
  color: #FB602E;
}
header .so-content-header {
  max-width: 1442px;
  height: 28px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5.5rem;
  padding-left: 5.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
header .so-content-header a.so-logo {
  padding: 0;
}
header .so-content-header .so-logo {
  padding: 0;
}
header .so-content-header .so-logo img {
  width: max-content;
  max-width: 100%;
  height: 100%;
  min-width: 112px;
}
header .so-content-header a img {
  width: max-content;
  max-width: 100%;
  height: 100%;
}
header .so-content-header .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .so-content-header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .so-content-header .menu ul li {
  margin-left: 40px;
  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;
  mix-blend-mode: normal;
}
header .so-content-header .menu ul li a {
  margin: -16px;
  white-space: nowrap;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .so-content-header .menu ul li a:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
header .so-content-header .menu ul li a:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}
header .so-content-header .menu ul li.current-menu-ancestor {
  position: relative;
  color: #fff;
}
header .so-content-header .menu ul li.current-menu-ancestor:before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FB602E;
}
header .so-content-header .menu ul li.menu-item-has-children {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .so-content-header .menu ul li.menu-item-has-children:after {
  display: block;
  content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.50495 5.62346L0.205241 1.22332C-0.0684137 0.94342 -0.0684137 0.489607 0.205241 0.209841C0.478652 -0.0699471 0.922099 -0.0699471 1.19549 0.209841L5.00007 4.10328L8.80452 0.209955C9.07805 -0.0698339 9.52145 -0.0698339 9.79486 0.209955C10.0684 0.489743 10.0684 0.943533 9.79486 1.22344L5.49508 5.62357C5.35831 5.76347 5.17925 5.83333 5.00009 5.83333C4.82085 5.83333 4.64165 5.76333 4.50495 5.62346Z' fill='%23FF6645'/%3E%3C/svg%3E");
  position: relative;
  transform: rotate(0turn);
  margin-left: 8px;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .so-content-header .menu ul li.menu-item-has-children.active:after {
  transform: rotate(0.5turn) translateY(-25%);
}
header .so-content-header .menu ul li.menu-item-has-children a.active {
  position: relative;
  color: #fff;
}
header .so-content-header .menu ul li.menu-item-has-children a.active:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FB602E;
}
header .so-content-header .menu ul li.menu-item-has-children ul.sub-menu {
  padding: 24px 36px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  width: auto;
  top: 56px;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(27.1828px);
  backdrop-filter: blur(27.1828px);
  background: rgba(31, 29, 28, 0.9);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
header .so-content-header .menu ul li.menu-item-has-children ul.sub-menu li.current-menu-item a:after {
  content: "";
  position: absolute;
  left: -21px;
  width: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 32px;
  background: #FB602E;
}
header .so-content-header .menu ul li.menu-item-has-children ul.sub-menu li.current-menu-item a:hover {
  color: #fff;
}
header .so-content-header .menu ul li.menu-item-has-children ul.sub-menu li {
  margin-left: 0;
  margin-bottom: 24px;
}
header .so-content-header .menu ul li.menu-item-has-children ul.sub-menu li a {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
header .so-content-header .menu ul li.menu-item-has-children ul.sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.3);
}
header .so-content-header .menu ul li.menu-item-has-children ul.sub-menu li:last-child {
  margin-bottom: 0;
}
header .so-content-header .menu ul li.current_page_item a, header .so-content-header .menu ul li.current-menu-item a {
  position: relative;
  color: #fff;
}
header .so-content-header .menu ul li.current_page_item a:after, header .so-content-header .menu ul li.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  height: 1px;
  background: #FB602E;
}
header .so-content-header .menu ul li.menu-item-4983 a,
header .so-content-header .menu ul li.menu-item-8967 a {
  background: -webkit-linear-gradient(#FFB200, #FF3E00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .so-content-header .menu ul li.page-item-4309 a,
header .so-content-header .menu ul li.menu-item-4327 a,
header .so-content-header .menu ul li.menu-item-8966 a {
  background: -webkit-linear-gradient(#FFB200, #FF3E00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .so-content-header .so-menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn p {
  position: relative;
  z-index: 2;
  font-family: "Circular Std Book";
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #FFFFFF;
  padding-right: 20px;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn.checked .so-menu-trigger input.btn_menu ~ span {
  background: #FB602E;
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(2px, 2px);
  -ms-transform: rotate(45deg) translate(2px, 2px);
  transform: rotate(45deg) translate(2px, 2px);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn.checked .so-menu-trigger input.btn_menu ~ span:nth-last-child(2) {
  background: #FB602E;
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn.checked .so-menu-trigger input.btn_menu ~ span:last-child {
  background: #FB602E;
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(0px, 2px);
  -ms-transform: rotate(-45deg) translate(0px, 2px);
  transform: rotate(-45deg) translate(0px, 2px);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger input {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -20px;
  left: -20px;
  cursor: pointer;
  opacity: 0;
  z-index: 6;
  -webkit-touch-callout: none;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger input.btn_menu_close {
  display: none;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
  -ms-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  -webkit-transition: background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger span:first-child {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger span:last-child {
  margin-bottom: 0;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger input.btn_menu:checked ~ span {
  background: #FB602E;
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(2px, 2px);
  -ms-transform: rotate(45deg) translate(2px, 2px);
  transform: rotate(45deg) translate(2px, 2px);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger input.btn_menu:checked ~ span:nth-last-child(2) {
  background: #FB602E;
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger input.btn_menu:checked ~ span:last-child {
  background: #FB602E;
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(0px, 2px);
  -ms-transform: rotate(-45deg) translate(0px, 2px);
  transform: rotate(-45deg) translate(0px, 2px);
}
header .so-content-header .so-menu #menuToggle #menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(100vh + 1px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  background: #1F1D1C;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
header .so-content-header .so-menu #menuToggle #menu:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 81px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
header .so-content-header .so-menu #menuToggle #menu:after {
  content: "";
  position: absolute;
  width: 100%;
  background: #1F1D1C;
  height: 120%;
  z-index: -1;
}
header .so-content-header .so-menu #menuToggle #menu .lang {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
header .so-content-header .so-menu #menuToggle #menu .lang li {
  list-style: none;
  margin-left: 24px;
}
header .so-content-header .so-menu #menuToggle #menu .lang li a {
  color: #fff;
  margin: -16px;
  transition: all 0.3s ease;
}
header .so-content-header .so-menu #menuToggle #menu .lang li a:hover {
  transition: all 0.3s ease;
  color: #FB602E;
}
header .so-content-header .so-menu #menuToggle #menu .lang li.current-lang a {
  color: #FB602E;
}
header .so-content-header .so-menu #menuToggle #menu ul {
  padding: 120px 40px 0 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: calc(100vh + 1px);
}
header .so-content-header .so-menu #menuToggle #menu ul li {
  margin-bottom: 19px;
}
header .so-content-header .so-menu #menuToggle #menu ul li:last-child {
  margin-bottom: 0;
}
header .so-content-header .so-menu #menuToggle #menu ul li a {
  margin-left: -9px;
  padding: 9px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .so-content-header .so-menu #menuToggle #menu ul li a:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
header .so-content-header .so-menu #menuToggle #menu ul li a:active {
  color: #7F39FB;
}
header .so-content-header .so-menu #menuToggle #menu ul li.current_page_item a {
  color: #7F39FB;
}
header .so-content-header .so-menu #menuToggle #menu ul li.current-menu-item a {
  color: #7F39FB;
}
header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-has-children a {
  padding: 8px;
  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;
}
header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-has-children a.active {
  color: #7F39FB;
}
header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-has-children ul.sub-menu {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  right: -110%;
  position: absolute;
  top: 0;
  padding: 120px 40px 0 40px;
  width: 100%;
  background: #1F1D1C;
  z-index: 3;
}
header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-has-children ul.sub-menu p.close-text {
  font-size: 16px;
  line-height: 24px;
  color: #FB602E;
  padding-bottom: 24px;
}
header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-has-children ul.sub-menu p.close-text svg {
  margin-right: 13px;
}
header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-has-children ul.sub-menu li a:active {
  color: #7F39FB;
}
header .so-content-header .so-menu #menuToggle #menu ul li.current-menu-ancestor a {
  color: #7F39FB;
}
header .so-content-header .so-menu #menuToggle #menu ul li.current-menu-ancestor li a {
  color: #fff;
}
header .so-content-header .so-menu #menuToggle #menu ul li.current-menu-ancestor .current_page_item a {
  color: #7F39FB;
}
header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-4983 a,
header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-8967 a {
  background: -webkit-linear-gradient(#FFB200, #FF3E00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .so-content-header .so-menu #menuToggle #menu ul li.page-item-4309 a,
header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-4327 a,
header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-8966 a {
  background: -webkit-linear-gradient(#FFB200, #FF3E00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header.white-blur .so-content-header .menu ul li.current_page_item a, header.white-blur .so-content-header .menu ul li.current-menu-item a {
  color: rgba(31, 29, 28, 0.5);
}

header.white-blur .lang_menu .lang li a {
  color: rgba(31, 29, 28, 0.5);
  transition: all 0.3s ease;
}
header.white-blur .lang_menu .lang li a:hover {
  color: #FB602E;
  transition: all 0.3s ease;
}
header.white-blur .lang_menu .lang li.current-lang a {
  color: #FB602E;
}

@media screen and (max-width: 1200px) {
  header .lang_menu .lang {
    display: none;
  }
  header a.contact-link {
    margin-right: 9px;
  }
  header .so-content-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  header .so-content-header .ae-header-logo {
    position: relative;
    z-index: 2;
  }
  header .so-content-header .menu {
    display: none;
  }
  header .so-content-header .so-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-height: 550px) {
  header .so-content-header .so-menu #menuToggle #menu ul {
    padding-top: 82px;
    padding-bottom: 30px;
  }
  header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-has-children ul.sub-menu {
    height: calc(100vh + 1px);
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  header .so-content-header .so-menu #menuToggle #menu ul {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }
  header .so-content-header .so-menu #menuToggle #menu ul li {
    margin-bottom: 0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-has-children a svg {
    margin-left: 10px;
  }
}
footer {
  position: relative;
  z-index: 3;
  background: #300255;
  padding-top: 100px;
  padding-bottom: 30px;
}
footer p.footer-title {
  font-family: Circular Std Bold, sans-serif !important;
  font-size: 23px !important;
  line-height: 28px !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
}
footer input, footer textarea {
  border-radius: 0 !important;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}
footer .footer-top-contact, footer .footer-right-contact {
  position: relative;
}
footer .footer-top-contact .sucsess-block, footer .footer-right-contact .sucsess-block {
  padding: 2rem;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #441A66;
  border: 2px solid #FB602E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .footer-top-contact .sucsess-block p, footer .footer-right-contact .sucsess-block p {
  margin-top: 27px;
  text-align: center;
  color: #FFFFFF;
  font-family: Circular Std Bold, sans-serif;
}
footer .footer-top-contact .sucsess-block p:lang(uk), footer .footer-right-contact .sucsess-block p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
footer .footer-top-contact .sucsess-block span, footer .footer-right-contact .sucsess-block span {
  cursor: pointer;
  margin-top: 30px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #FB602E;
}
footer .footer-top-contact .sucsess-block span:lang(uk), footer .footer-right-contact .sucsess-block span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-line {
  margin-top: 10px;
  height: 14px;
  border: 3px solid #7F39FB;
  border-top: none;
}
footer .footer-line-top {
  margin-top: 55px;
  height: 14px;
  border: 3px solid #7F39FB;
  border-bottom: none;
}
footer .footer-links-mobile {
  padding: 30px 35px 20px;
  display: none;
}
footer .footer-links-mobile .links-single {
  border-bottom: 1px solid #7F39FB;
  margin-bottom: 30px;
}
footer .footer-links-mobile .links-single p {
  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;
  font-size: 16px;
  line-height: 143%;
  color: #F6F6F6;
  padding-bottom: 16px;
}
footer .footer-links-mobile .links-single p svg {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer .footer-links-mobile .links-single .links-body {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .footer-links-mobile .links-single .links-body ul:first-child {
  margin-top: -14px;
}
footer .footer-links-mobile .links-single .links-body ul li {
  margin-left: -14px;
  padding: 14px;
}
footer .footer-links-mobile .links-single .links-body ul li .address {
  margin-right: -14px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 10px 12px;
  margin-bottom: 16px;
}
footer .footer-links-mobile .links-single .links-body ul li .address a {
  padding: 0;
  display: block;
  margin: 0;
}
footer .footer-links-mobile .links-single .links-body ul li .address:last-child {
  margin-bottom: 0;
}
footer .footer-links-mobile .links-single .links-body ul li .address .flag {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding-bottom: 6px;
}
footer .footer-links-mobile .links-single .links-body ul li .address .flag img {
  width: 24px;
}
footer .footer-links-mobile .links-single .links-body ul li .address .flag p {
  color: #FFFFFF;
  font-family: Circular Std Bold, sans-serif;
  opacity: 0.7;
}
footer .footer-links-mobile .links-single .links-body ul li .address .flag p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
footer .footer-links-mobile .links-single .links-body ul li .address p {
  padding-bottom: 0;
}
footer .footer-links-mobile .links-single .links-body ul li a {
  padding: 14px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 143%;
  color: #F6F6F6;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
footer .footer-links-mobile .links-single .links-body ul li a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-links-mobile .links-single .links-body ul li a:hover {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.9;
}
footer .footer-links-mobile .links-single .links-body a.contact-link {
  margin-left: -14px;
  padding: 14px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 143%;
  opacity: 1;
  color: #FB602E;
}
footer .footer-links-mobile .links-single .links-body a.contact-link:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-links-mobile .links-single .links-body a {
  margin-left: -14px;
  padding: 14px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 143%;
  color: #F6F6F6;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
footer .footer-links-mobile .links-single .links-body a:first-child {
  margin-top: -13px;
}
footer .footer-links-mobile .links-single .links-body a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-links-mobile .links-single .links-body a:hover {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.9;
}
footer .footer-links-mobile .footer-social-link {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .footer-links-mobile .footer-social-link a {
  width: 18px;
  margin-right: 24px;
}
footer .footer-links-mobile .footer-social-link a img {
  width: 18px;
  height: auto;
}
footer .footer-links-mobile .footer-social-link a:last-child {
  margin-right: 0;
}
footer .footer-links {
  padding: 55px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .footer-links p {
  font-size: 14px;
  line-height: 143%;
  color: #F6F6F6;
  padding-bottom: 16px;
}
footer .footer-links-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
footer .footer-links-left .menu_footer {
  margin-right: 11.4%;
}
footer .footer-links-left .menu_footer ul li {
  margin-bottom: 16px;
}
footer .footer-links-left .menu_footer ul li a {
  margin: -16px;
  white-space: nowrap;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 143%;
  color: #F6F6F6;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
footer .footer-links-left .menu_footer ul li a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-links-left .menu_footer ul li a:hover {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.9;
}
footer .footer-links-left .menu_footer a.contact-link {
  margin: -16px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 143%;
  color: #FB602E;
  opacity: 1;
}
footer .footer-links-left .menu_footer a.contact-link:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-links-left .menu_services {
  margin-right: 11.4%;
}
footer .footer-links-left .menu_services a {
  margin: -16px;
  display: block;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 143%;
  color: #F6F6F6;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
footer .footer-links-left .menu_services a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-links-left .menu_services a:hover {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.9;
}
footer .footer-links-left .menu_services a:nth-child(3) {
  margin-bottom: 48px;
}
footer .footer-links-left .menu_contact {
  max-width: 224px;
  margin-right: 11.4%;
}
footer .footer-links-left .menu_contact .menu_address .address {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 10px 12px;
  margin-bottom: 16px;
}
footer .footer-links-left .menu_contact .menu_address .address:last-child {
  margin-bottom: 0;
}
footer .footer-links-left .menu_contact .menu_address .address .flag {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding-bottom: 6px;
}
footer .footer-links-left .menu_contact .menu_address .address .flag img {
  width: 24px;
}
footer .footer-links-left .menu_contact .menu_address .address .flag p {
  color: #FFFFFF;
  font-family: Circular Std Bold, sans-serif;
  opacity: 0.7;
}
footer .footer-links-left .menu_contact .menu_address .address .flag p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
footer .footer-links-left .menu_contact .menu_address .address p {
  padding-bottom: 0;
}
footer .footer-links-left .menu_contact a {
  margin: -16px;
  display: block;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 143%;
  color: #F6F6F6;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
footer .footer-links-left .menu_contact a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-links-left .menu_contact a:hover {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.9;
}
footer .footer-links .footer-social {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .footer-links .footer-social .menu_contact {
  margin-bottom: 40px;
}
footer .footer-links .footer-social .menu_contact a {
  margin: -16px;
  display: block;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 143%;
  color: #F6F6F6;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
footer .footer-links .footer-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-links .footer-social-link a {
  box-sizing: border-box;
  margin: -16px;
  width: 48px;
  margin-left: 8px;
}
footer .footer-links .footer-social-link a img {
  width: 18px;
  height: auto;
}
footer .footer-links .footer-social-link a:first-child {
  margin-left: -16px;
}
footer .footer-copyright {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .footer-copyright p {
  display: block;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 143%;
  color: #F6F6F6;
  opacity: 0.5;
  margin-right: 8px;
}
footer .footer-copyright p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-copyright a {
  margin: -16px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 143%;
  color: #FB602E;
}
footer .footer-copyright a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-stock .so-content .content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-stock .so-content .content-footer .footer-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}
footer .footer-stock .so-content .content-footer .footer-left .contact-us {
  padding-left: 3rem;
  color: #fff;
  opacity: 1;
  font-size: 18px;
}
footer .footer-stock .so-content .content-footer .footer-left p, footer .footer-stock .so-content .content-footer .footer-left h1 {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 26px;
  color: #FFFFFF;
  opacity: 0.5;
}
footer .footer-stock .so-content .content-footer .footer-left p:lang(uk), footer .footer-stock .so-content .content-footer .footer-left h1:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-stock .so-content .content-footer .footer-left-hr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .footer-stock .so-content .content-footer .footer-left-hr img.hr-img {
  border-radius: 100%;
  width: 170px;
  height: 170px;
  margin-bottom: 30px;
}
footer .footer-stock .so-content .content-footer .footer-left-hr p.footer-title {
  text-transform: uppercase;
  padding-bottom: 10px;
}
footer .footer-stock .so-content .content-footer .footer-left-hr p {
  padding-bottom: 16px;
}
footer .footer-stock .so-content .content-footer .footer-left-hr .footer-link {
  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;
}
footer .footer-stock .so-content .content-footer .footer-left-hr .footer-link a.book {
  font-family: Circular Std Book, sans-serif;
  display: block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  background: #FB602E;
  padding: 12px 20px;
  border: none;
  outline: none;
  position: relative;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
footer .footer-stock .so-content .content-footer .footer-left-hr .footer-link a.book:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-stock .so-content .content-footer .footer-left-hr .footer-link a.book:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: #7F39FB;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
footer .footer-stock .so-content .content-footer .footer-left-hr .footer-link a.book:hover:before {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
footer .footer-stock .so-content .content-footer .footer-left-hr a {
  width: max-content;
}
footer .footer-stock .so-content .content-footer .footer-left-hr a img {
  margin: auto;
  height: 48px;
  width: 48px;
}
footer .footer-stock .so-content .content-footer .footer-right {
  padding-left: 3rem;
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100% !important;
  max-width: 540px;
}
footer .footer-stock .so-content .content-footer .footer-right p.footer-title {
  padding-bottom: 20px;
  color: #F2F2F2;
  text-transform: uppercase;
}
footer .footer-stock .so-content .content-footer .footer-right-contact {
  width: 100%;
}
footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea, footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input {
  font-size: 16px;
  line-height: 19px;
  max-width: 540px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  font-family: Circular Std Book, sans-serif;
  color: #F6F6F6;
  padding: 20px;
  outline: none;
  background: #441b66;
}
footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea:lang(uk), footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea::-moz-placeholder, footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea:-ms-input-placeholder, footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea::-ms-input-placeholder, footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea::placeholder, footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea:-ms-input-placeholder, footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8;
}
footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea::-ms-input-placeholder, footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input::-ms-input-placeholder { /* Microsoft Edge */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8;
}
footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea {
  resize: none;
}
footer .footer-stock .so-content .content-footer .footer-right-contact .so_btn_send {
  cursor: pointer;
  background: #FE5F1D;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 16px 58px;
  border: none;
  outline: none;
  position: relative;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
footer .footer-stock .so-content .content-footer .footer-right-contact .so_btn_send:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
footer .footer-stock .so-content .content-footer .footer-right-contact .so_btn_send:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: #7F39FB;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
footer .footer-stock .so-content .content-footer .footer-right-contact .so_btn_send:hover:before {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
footer .footer-stock .so-content .content-footer .footer-right-contact .so-contact-submit {
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}
footer .footer-stock .so-content .content-footer .footer-right-contact .so-contact-submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-stock .so-content .content-footer .footer-right-contact .so-contact-submit p .wpcf7-form-control-wrap input {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
footer .footer-hr {
  display: none;
}
footer .footer-hr .so-content .content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-hr .so-content .content-footer .footer-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}
footer .footer-hr .so-content .content-footer .footer-left .contact-us {
  padding-left: 3rem;
}
footer .footer-hr .so-content .content-footer .footer-left p, footer .footer-hr .so-content .content-footer .footer-left h1 {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #FB602E;
  padding-bottom: 26px;
}
footer .footer-hr .so-content .content-footer .footer-left p:lang(uk), footer .footer-hr .so-content .content-footer .footer-left h1:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-hr .so-content .content-footer .footer-left-hr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .footer-hr .so-content .content-footer .footer-left-hr img.hr-img {
  border-radius: 100%;
  width: 170px;
  height: 170px;
  margin-bottom: 30px;
}
footer .footer-hr .so-content .content-footer .footer-left-hr p.footer-title {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}
footer .footer-hr .so-content .content-footer .footer-left-hr p {
  padding-bottom: 16px;
}
footer .footer-hr .so-content .content-footer .footer-left-hr a {
  margin: -16px;
  width: 100%;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
footer .footer-hr .so-content .content-footer .footer-left-hr a img {
  margin: auto;
}
footer .footer-hr .so-content .content-footer .footer-left-hr a:hover {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.8;
}
footer .footer-hr .so-content .content-footer .footer-right {
  padding-left: 3rem;
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100% !important;
  max-width: 540px;
}
footer .footer-hr .so-content .content-footer .footer-right p.footer-title {
  padding-bottom: 20px;
  color: #F2F2F2;
  text-transform: uppercase;
}
footer .footer-hr .so-content .content-footer .footer-right-contact {
  width: 100%;
}
footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea, footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input {
  font-size: 16px;
  line-height: 19px;
  max-width: 540px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  font-family: Circular Std Book, sans-serif;
  color: #F6F6F6;
  padding: 20px;
  outline: none;
  background: #441b66;
}
footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea:lang(uk), footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea::-moz-placeholder, footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea:-ms-input-placeholder, footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea::-ms-input-placeholder, footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea::placeholder, footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea:-ms-input-placeholder, footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8;
}
footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea::-ms-input-placeholder, footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input::-ms-input-placeholder { /* Microsoft Edge */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8;
}
footer .footer-hr .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea {
  resize: none;
}
footer .footer-hr .so-content .content-footer .footer-right-contact .so_btn_send {
  cursor: pointer;
  background: #FE5F1D;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 11px 58px;
  border: none;
  outline: none;
  position: relative;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
footer .footer-hr .so-content .content-footer .footer-right-contact .so_btn_send:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
footer .footer-hr .so-content .content-footer .footer-right-contact .so_btn_send:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: #7F39FB;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
footer .footer-hr .so-content .content-footer .footer-right-contact .so_btn_send:hover:before {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
footer .footer-hr .so-content .content-footer .footer-right-contact .so-contact-submit {
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}
footer .footer-hr .so-content .content-footer .footer-right-contact .so-contact-submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-hr .so-content .content-footer .footer-right-contact .so-contact-submit p .wpcf7-form-control-wrap input {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
footer .footer-subscr {
  display: none;
}
footer .footer-subscr .so-content .content-footer {
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer-subscr .so-content .content-footer p.footer-title {
  padding-bottom: 20px;
}
footer .footer-subscr .so-content .content-footer p {
  width: 390px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  font-family: Circular Std Book, sans-serif;
  padding-bottom: 43px;
}
footer .footer-subscr .so-content .content-footer p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact {
  width: 100%;
  max-width: 520px;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form textarea, footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form input {
  font-size: 16px;
  line-height: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  border: none;
  font-family: Circular Std Book, sans-serif;
  color: #F6F6F6;
  padding: 20px;
  outline: none;
  background: #441b66;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form textarea:lang(uk), footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form input:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form textarea::-webkit-input-placeholder, footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form textarea::-moz-placeholder, footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form textarea:-ms-input-placeholder, footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form textarea::-ms-input-placeholder, footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form textarea::placeholder, footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form textarea:-ms-input-placeholder, footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form textarea::-ms-input-placeholder, footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form textarea {
  resize: none;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .so_btn_send {
  cursor: pointer;
  background: #FE5F1D;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 11px 58px;
  border: none;
  outline: none;
  position: relative;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .so_btn_send:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .so_btn_send:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: #7F39FB;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .so_btn_send:hover:before {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .so-contact-submit {
  position: relative;
  margin-top: 20px;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .so-contact-submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .so-contact-submit p .wpcf7-form-control-wrap input {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .wpcf7 form.invalid .wpcf7-response-output, footer .footer-subscr .so-content .content-footer .content-footer-contact .wpcf7 form.unaccepted .wpcf7-response-output, footer .footer-subscr .so-content .content-footer .content-footer-contact .wpcf7 form.sent .wpcf7-response-output {
  margin-top: 20px;
  text-align: center;
}
footer .footer-subscr .so-content .content-footer .content-footer-contact .wpcf7-not-valid-tip {
  margin-top: 0;
}
footer .footer-subscr .so-content .content-footer-text {
  margin-top: 20px;
  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;
  width: 100%;
  max-width: 517px;
}
footer .footer-subscr .so-content .content-footer-text-item {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 50px;
}
footer .footer-subscr .so-content .content-footer-text-item:last-child {
  margin-right: 0;
}
footer .footer-subscr .so-content .content-footer-text-item p {
  margin-left: 14px;
  padding-bottom: 0;
  width: max-content;
}
footer .wpcf7 form .wpcf7-response-output, footer .wpcf7 form.spam .wpcf7-response-output .wpcf7 form.invalid .wpcf7-response-output, footer .wpcf7 form.unaccepted .wpcf7-response-output, footer .wpcf7 form.sent .wpcf7-response-output, footer .wpcf7 form.failed .wpcf7-response-output {
  border: none;
  margin-bottom: 0;
  font-family: Circular Std Book, sans-serif;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-left: 0;
  margin-top: 0px;
}
footer .wpcf7 form .wpcf7-response-output:lang(uk), footer .wpcf7 form.spam .wpcf7-response-output .wpcf7 form.invalid .wpcf7-response-output:lang(uk), footer .wpcf7 form.unaccepted .wpcf7-response-output:lang(uk), footer .wpcf7 form.sent .wpcf7-response-output:lang(uk), footer .wpcf7 form.failed .wpcf7-response-output:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .wpcf7-not-valid-tip {
  border: none;
  font-family: Circular Std Book, sans-serif;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  color: red;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-top: -23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
footer .wpcf7-not-valid-tip:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
footer .your-message .wpcf7-not-valid-tip {
  margin-top: -30px;
}
footer .wpcf7 .ajax-loader {
  background-color: transparent;
  position: absolute;
  top: 11px;
  right: 0;
}
footer [data-name=your-file] input.wpcf7-file {
  display: none;
}
footer [data-name=your-file] .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}
footer [data-name=your-file] .field .field-upload-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer [data-name=your-file] .field .field-upload-file p.attach-name {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  padding: 15px;
  margin: -15px;
  color: #F6F6F6;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer [data-name=your-file] .field .field-upload-file svg {
  padding: 15px;
  cursor: pointer;
  margin-left: -15px;
  margin-right: 7px;
}
footer [data-name=your-file] .field .field-cancel {
  cursor: pointer;
}
footer [data-name=your-file] .field .field-cancels {
  cursor: pointer;
}
footer [data-name=your-files] input.wpcf7-file {
  display: none;
}
footer [data-name=your-files] .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}
footer [data-name=your-files] .field .field-upload-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer [data-name=your-files] .field .field-upload-file p.attach-name {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  color: #F6F6F6;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer [data-name=your-files] .field .field-upload-file svg {
  padding: 15px;
  cursor: pointer;
  margin-left: -15px;
  margin-right: 7px;
}
footer [data-name=your-files] .field .field-cancel {
  cursor: pointer;
}
footer [data-name=your-files] .field .field-cancels {
  cursor: pointer;
}
footer .field-cancel-none {
  display: none;
}

@media screen and (max-width: 991px) {
  footer {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  footer .footer-line-top {
    margin-top: 55px;
  }
  footer .footer-links {
    padding: 40px 30px;
  }
  footer .footer-hr .so-content .content-footer .footer-left, footer .footer-stock .so-content .content-footer .footer-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39.5%;
    flex: 0 0 39.5%;
  }
  footer .footer-hr .so-content .content-footer .footer-left .contact-us, footer .footer-stock .so-content .content-footer .footer-left .contact-us {
    padding-left: 0px;
  }
  footer .footer-hr .so-content .content-footer .footer-right, footer .footer-stock .so-content .content-footer .footer-right {
    padding-right: 3px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-links-mobile {
    display: inherit;
  }
  footer .footer-links {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  footer [data-name=your-file] .field {
    transform: translateY(-5%);
  }
  footer [data-name=your-files] .field {
    transform: translateY(-5%);
  }
  footer .wpcf7 .ajax-loader {
    top: 70px;
    right: unset;
    left: 80px;
  }
  footer [data-name=your-file] .field {
    position: inherit !important;
  }
  footer [data-name=your-files] .field {
    position: inherit !important;
  }
  footer {
    padding-top: 60px;
  }
  footer .footer-hr .so-content .content-footer, footer .footer-stock .so-content .content-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer-hr .so-content .content-footer .footer-left, footer .footer-stock .so-content .content-footer .footer-left {
    width: 100%;
    margin-bottom: 60px;
  }
  footer .footer-hr .so-content .content-footer .footer-right, footer .footer-stock .so-content .content-footer .footer-right {
    padding-left: 0;
  }
  footer .footer-hr .so-content .content-footer .footer-right-contact .so_btn_send, footer .footer-stock .so-content .content-footer .footer-right-contact .so_btn_send {
    margin-top: 0;
  }
  footer .footer-hr .so-content .content-footer .footer-right-contact .so-contact-submit, footer .footer-stock .so-content .content-footer .footer-right-contact .so-contact-submit {
    position: relative;
    margin-top: 12px;
  }
  footer .footer-hr .so-content .content-footer .footer-right-contact .so-contact-submit p, footer .footer-stock .so-content .content-footer .footer-right-contact .so-contact-submit p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  footer .footer-hr .so-content .content-footer .footer-right-contact .so-contact-submit p br, footer .footer-stock .so-content .content-footer .footer-right-contact .so-contact-submit p br {
    display: none;
  }
  footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form textarea, footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form input {
    max-width: 100%;
  }
  footer .footer-subscr .so-content .content-footer p {
    width: 100%;
  }
  footer .footer-subscr .so-content .content-footer .content-footer-contact .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer-subscr .so-content .content-footer .content-footer-contact .so_btn_send {
    margin-top: 10px;
    padding: 12px 39px;
  }
  footer .footer-subscr .so-content .content-footer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 4px;
  }
  footer .footer-subscr .so-content .content-footer-text-item {
    margin-right: 0;
    margin-top: 16px;
  }
}
@media screen and (max-width: 450px) {
  footer .wpcf7 .ajax-loader {
    top: 70px;
    right: 0;
    left: unset;
  }
  footer .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  footer .footer-copyright p {
    margin-right: 0;
  }
  footer .footer-copyright a {
    margin-top: -4px;
  }
  footer .footer-links-mobile .footer-social-link {
    flex-wrap: wrap;
  }
  footer .footer-links-mobile .footer-social-link a {
    margin-right: 0px;
  }
  footer .footer-hr .so-content .content-footer .footer-right-contact .so_btn_send, footer .footer-stock .so-content .content-footer .footer-right-contact .so_btn_send {
    width: 100%;
  }
}
.meets_block {
  position: fixed;
  top: 20vh;
  right: 4%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 260px;
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease;
}
.meets_block .close_meet {
  position: absolute;
  right: -7px;
  top: -7px;
  cursor: pointer;
  padding: 15px;
}
.meets_block .close_meet svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
}
.meets_block .close_meet:hover svg {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .meets_block {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .meets_block {
    right: 50%;
    transform: translateX(50%);
    max-width: calc(100% - 2rem);
  }
}
.meets_block .block {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 16px 16px 16px 16px;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.meets_block .block .content {
  display: flex;
  align-items: flex-start;
}
.meets_block .block .content img {
  max-width: 74px;
  width: auto;
  margin-right: 8px;
}
.meets_block .block .content p {
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #292929;
}
.meets_block .block .content p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.meets_block .block a.btn {
  box-sizing: border-box;
  margin-top: 12px;
  width: 100%;
}

.cookies-message {
  position: fixed;
  z-index: 99;
  bottom: 0;
  background: #fff;
  width: 100%;
}
.cookies-message .so-content {
  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: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cookies-message .so-content p {
  font-size: 16px;
  line-height: 27px;
  color: #1F1D1C;
  padding-right: 48px;
}
.cookies-message .so-content p a {
  margin: -16px;
}
.cookies-message .so-content a {
  color: #8039fb;
  text-decoration: underline;
}
.cookies-message .so-content button.cookies-button {
  cursor: pointer;
  white-space: nowrap;
  padding: 8px 46px 9px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  text-decoration: none;
  background: #FE5F1D;
  border: none;
  outline: none;
  position: relative;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cookies-message .so-content button.cookies-button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: #7F39FB;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.cookies-message .so-content button.cookies-button:hover:before {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.cookies-message .so-content img {
  margin-top: -65px;
  width: 161px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .cookies-message .so-content {
    padding-bottom: 69px;
    padding-left: 0;
  }
  .cookies-message .so-content p {
    padding-right: 55px;
  }
  .cookies-message .so-content button.cookies-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .cookies-message .so-content p {
    padding-right: 0px;
  }
}
@media screen and (max-width: 450px) {
  .cookies-message .so-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 35px 20px 20px 20px;
  }
  .cookies-message .so-content img {
    max-width: 60px;
    margin-top: -50px;
    margin-left: -20px;
  }
  .cookies-message .so-content p {
    font-size: 16px;
    line-height: 18px;
  }
  .cookies-message .so-content a {
    font-size: 16px;
    line-height: 18px;
    font-family: Circular Std Book, sans-serif;
  }
  .cookies-message .so-content a:lang(uk) {
    font-family: Montserrat Std Book, sans-serif;
  }
  .cookies-message .so-content button.cookies-button {
    position: static;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
  }
}
.lang_block {
  position: fixed;
  top: 20vh;
  right: 4%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 316px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  transition: all 0.3s ease;
}
.lang_block .close_lang_block {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 15px;
}
.lang_block .close_lang_block svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
}
.lang_block .close_lang_block:hover svg {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 450px) {
  .lang_block {
    right: 50%;
    transform: translateX(50%);
    max-width: calc(100% - 2rem);
  }
}
.lang_block .block {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 16px 44px 16px 16px;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.lang_block .block .content {
  display: flex;
  align-items: flex-start;
}
.lang_block .block .content img {
  width: 74px;
  margin-right: 12px;
}
.lang_block .block .content p {
  font-family: Circular Std Bold, sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #292929;
}
.lang_block .block .content p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}

.faq-tabs_template {
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq-tabs_template .so-content h3.title {
  color: #292929;
  margin-bottom: 72px;
  padding-bottom: 0;
}
.faq-tabs_template .so-content a.case-link {
  margin: -16px;
  margin-top: 64px;
  font-family: Circular Std Medium;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  transition: all 0.3s ease;
}
.faq-tabs_template .so-content a.case-link:lang(uk) {
  font-family: Montserrat Std Medium;
}
.faq-tabs_template .so-content a.case-link svg {
  margin-left: 12px;
}
.faq-tabs_template .so-content a.case-link:hover {
  color: #7F39FB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 700px) {
  .faq-tabs_template {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .faq-tabs_template .so-content a.case-link {
    margin-top: 64px;
  }
}
.testimonials-slider_block {
  padding-top: 70px;
  padding-bottom: 40px;
  background: rgba(247, 247, 247, 0.7);
  mix-blend-mode: normal;
}
.testimonials-slider_block .so-content {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 162px;
  padding-left: 150px;
  position: relative;
}
.testimonials-slider_block .so-content h3 {
  position: absolute;
  left: 10px;
  top: 80px;
  font-size: 24px;
  line-height: 133%;
  -webkit-transform: rotate(-90deg) translateX(-30%);
  -ms-transform: rotate(-90deg) translateX(-30%);
  transform: rotate(-90deg) translateX(-30%);
  color: #1F1D1C;
}
.testimonials-slider_block .so-content .owl-prev {
  margin-bottom: 0;
  cursor: pointer;
  outline: none;
  height: 80px;
  width: 100px;
  background: rgb(153, 97, 252);
  position: absolute;
  bottom: 110px;
  left: 51px;
  z-index: 2;
}
.testimonials-slider_block .so-content .owl-prev svg {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonials-slider_block .so-content .owl-prev:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 368px;
  left: 0;
  background: #7F39FB;
  opacity: 0.4;
  z-index: -1;
  content: "";
}
.testimonials-slider_block .so-content .owl-next {
  margin-bottom: 0;
  cursor: pointer;
  outline: none;
  height: 80px;
  width: 100px;
  background: rgb(153, 97, 252);
  position: absolute;
  bottom: 110px;
  right: 63px;
}
.testimonials-slider_block .so-content .owl-next svg {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonials-slider_block .so-content .app_testimonials-tablet {
  display: none;
}
.testimonials-slider_block .so-content .app_testimonials-partners {
  max-height: 330px;
}
.testimonials-slider_block .so-content .app_testimonials-partners ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 328px;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide {
  padding-left: 1px;
  padding-right: 1px;
  outline: none;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide .main-image {
  position: absolute;
  width: 268px;
  max-width: 100%;
  height: 100%;
  max-height: 354px;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide .main-image-video .main-img {
  cursor: pointer;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide .main-image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  height: 16px;
  width: 14px;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide .main-image .play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-54%, -52%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
  border-radius: 100%;
  transition: all 0.15s ease;
  z-index: -1;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide .main-image img.main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 0;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide .main-image:hover .play:after {
  opacity: 0.95;
  transition: all 0.15s ease;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info {
  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;
  margin-top: 38px;
  margin-bottom: 30px;
  margin-left: 268px;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: 60px;
  height: 35px;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-title span {
  font-family: Circular Std Bold, sans-serif;
  font-size: 24px;
  line-height: 133%;
  color: #1F1D1C;
  margin-right: 70px;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-title span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-title .partners-slide-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-title .partners-slide-app img {
  width: 32px;
  border-radius: 5px;
  margin-right: 16px;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-title .partners-slide-app p {
  font-size: 16px;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-quote {
  background: #1F1D1C;
  position: relative;
  border-left: 1px solid #1F1D1C;
  padding: 40px 60px 20px 60px;
  min-height: 197px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-quote .quote svg {
  position: absolute;
  left: 20px;
  top: 20px;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-quote .quote p {
  font-size: 16px;
  color: #fff;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-quote .play-video {
  width: max-content;
  cursor: pointer;
  padding: 16px;
  display: flex;
  align-items: center;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-quote .play-video span {
  font-family: "Circular Std Black";
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  margin-left: 10px;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-quote .play-video span:lang(uk) {
  font-family: Montserrat Std Bold;
}
.testimonials-slider_block .so-content .app_testimonials-partners .partners-slide-info-quote .play-video svg {
  position: static;
}

@media screen and (max-width: 991px) {
  .testimonials-slider_block {
    padding-top: 0;
    padding-bottom: 0;
  }
  .testimonials-slider_block .so-content {
    padding-left: 80px;
    padding-right: 80px;
  }
  .testimonials-slider_block .so-content .owl-prev, .testimonials-slider_block .so-content .owl-next {
    display: none !important;
  }
  .testimonials-slider_block .so-content .app_testimonials-partners {
    display: none;
  }
  .testimonials-slider_block .so-content .wrap-btn {
    display: inherit;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet {
    display: inherit;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .slick-list {
    margin-bottom: 40px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .wrap-btn-tablet {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    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;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .wrap-btn-tablet svg.arrow-prev {
    display: none;
    cursor: pointer;
    margin-right: 25px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .wrap-btn-tablet svg.arrow-next {
    display: none;
    cursor: pointer;
    margin-left: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide {
    padding-left: 10px;
    margin: 0 1px;
    outline: none;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .main-image img.main-img {
    width: 268px;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .main-image-video {
    cursor: pointer;
    position: relative;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .main-image .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    height: 16px;
    width: 14px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .main-image .play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -52%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.8;
    border-radius: 100%;
    transition: all 0.15s ease;
    z-index: -1;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .main-image:hover .play:after {
    opacity: 0.95;
    transition: all 0.15s ease;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .partners-slide-info-title {
    margin-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 28px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .partners-slide-info-title span {
    width: 100%;
    margin-bottom: 30px;
    font-family: Circular Std Bold, sans-serif;
    font-size: 24px;
    line-height: 133%;
    color: #1F1D1C;
    margin-right: 70px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .partners-slide-info-title span:lang(uk) {
    font-family: Montserrat Std Bold, sans-serif;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .partners-slide-info-title .partners-slide-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .partners-slide-info-title .partners-slide-app img {
    width: 32px;
    border-radius: 5px;
    margin-right: 16px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .partners-slide-info-title .partners-slide-app p {
    font-size: 16px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide .partners-slide-info-quote {
    background: #1F1D1C;
    position: relative;
    padding: 40px 60px 43px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide .partners-slide-info-quote .quote svg {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide .partners-slide-info-quote .quote p {
    font-size: 16px;
    color: #fff;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide .partners-slide-info-quote .play-video {
    width: max-content;
    cursor: pointer;
    padding: 16px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide .partners-slide-info-quote .play-video span {
    font-family: "Circular Std Black";
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    margin-left: 10px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide .partners-slide-info-quote .play-video span:lang(uk) {
    font-family: Montserrat Std Bold;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide .partners-slide-info-quote .play-video svg {
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .testimonials-slider_block .so-content {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-right: 0;
    padding-left: 0;
  }
  .testimonials-slider_block .so-content h3 {
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-transform: uppercase;
    padding-bottom: 40px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .slick-list {
    margin-bottom: 60px;
    padding: 0 50px 0 0;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img picture {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img img.main-img {
    width: auto;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .partners-slide-info-title {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .partners-slide-info-title span {
    margin-bottom: 20px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .partners-slide-info-title .partners-slide-app {
    min-height: 32px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img .partners-slide-info-title .partners-slide-app .fh {
    height: 32px;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide {
    height: auto;
    padding-left: 20px;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide .partners-slide-info-quote {
    height: 100%;
    padding: 50px 30px 34px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide .partners-slide-info-quote .play-video {
    justify-content: center;
    display: flex;
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
}
@media screen and (max-width: 450px) {
  .testimonials-slider_block .so-content .app_testimonials-tablet .partners-slide-img img.main-img {
    width: 100%;
    max-width: unset;
  }
  .testimonials-slider_block .so-content .app_testimonials-tablet .slick-list {
    padding: 0px 10% 0px 0px;
  }
}
.awards-slider_block {
  background: #1D1D1D;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
.awards-slider_block .btn {
  display: inline-flex;
  margin: auto;
  margin-top: 70px;
}
.awards-slider_block .so-content {
  padding-top: 100px;
  padding-bottom: 80px;
}
.awards-slider_block .so-content h2 {
  text-transform: uppercase;
  color: #fff;
  mix-blend-mode: normal;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 0;
  font-size: 36px;
}
.awards-slider_block .so-content p {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-top: 30px;
}
.awards-slider_block .so-content .content-why_us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.awards-slider_block .so-content .content-why_us h2 {
  color: #fff;
  mix-blend-mode: normal;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 0;
  font-size: 24px;
}
.awards-slider_block .so-content .content-why_us .why_us-text-right {
  margin-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.27%;
  flex: 0 0 57.27%;
}
.awards-slider_block .so-content .content-why_us .why_us-text-right p {
  font-size: 16px;
  line-height: 150%;
  color: #8E8E8E;
  padding-bottom: 20px;
}
.awards-slider_block .so-content .content-why_us .why_us-text-right p strong {
  font-weight: 700;
  color: #fff;
  font-family: "Circular Std Bold";
}
.awards-slider_block .so-content .content-why_us .why_us-text-right p strong:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.awards-slider_block .so-content .content-why_us .why_us-text-right ul {
  list-style: square;
}
.awards-slider_block .so-content .content-why_us .why_us-text-right ul li {
  font-family: "Circular Std Book";
  text-indent: -4px;
  margin-left: 25px;
  font-size: 16px;
  line-height: 150%;
  color: #8E8E8E;
  padding-bottom: 20px;
}
.awards-slider_block .so-content .content-why_us .why_us-text-right ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.awards-slider_block .so-content .content-why_us .why_us-text-right ul li strong {
  font-weight: 700;
  color: #fff;
  font-family: "Circular Std Bold";
}
.awards-slider_block .so-content .content-why_us .why_us-text-right ul li strong:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.awards-slider_block .so-content .content-why_us .why_us-text-right ul li::marker {
  font-size: 16px;
}
.awards-slider_block .why_us-slider .slick-list {
  padding: 0 0 0 0;
}
.awards-slider_block .why_us-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.awards-slider_block .why_us-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.awards-slider_block .why_us-slider .wrap-btn {
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
.awards-slider_block .why_us-slider .wrap-btn ul.slick-dots {
  margin-top: 0;
}
.awards-slider_block .why_us-slider .wrap-btn svg.owl-pre {
  cursor: pointer;
  margin-right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.awards-slider_block .why_us-slider .wrap-btn svg.owl-nex {
  cursor: pointer;
  margin-left: 25px;
}
.awards-slider_block .why_us-slider .why_us-slide {
  border-radius: 0;
  overflow: hidden;
  margin-left: 24px;
  min-height: 170px;
  height: auto;
  background: #fff;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.awards-slider_block .why_us-slider .why_us-slide:first-child {
  margin-left: 55px;
}
.awards-slider_block .why_us-slider .why_us-slide .top-slide {
  padding: 30px 25px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.awards-slider_block .why_us-slider .why_us-slide .top-slide img {
  display: inline-block;
  margin: auto;
  margin-bottom: 16px;
  height: 94px;
  width: 100%;
  max-width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.awards-slider_block .why_us-slider .why_us-slide .top-slide p.title {
  font-family: Circular Std Black;
  font-size: 14px;
  line-height: 1.2;
  color: #1F1D1C;
}
.awards-slider_block .why_us-slider .why_us-slide .top-slide p.title:lang(uk) {
  font-family: Montserrat Std Bold;
}
.awards-slider_block .why_us-slider .why_us-slide .top-slide .desc {
  margin-top: 8px;
}
.awards-slider_block .why_us-slider .why_us-slide .top-slide .desc p {
  font-size: 16px;
  line-height: 24px;
  color: #8F8E8D;
  margin-bottom: 8px;
}
.awards-slider_block .why_us-slider .why_us-slide .top-slide .desc p:last-child {
  margin-bottom: 0;
}
.awards-slider_block .why_us-slider .why_us-slide a.proud-link-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 70px 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-size: 200% 200%;
  -webkit-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  transition: background-position 0.3s;
  background-image: -o-linear-gradient(bottom, #7F39FB 50%, #fff 0);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #7F39FB), color-stop(0, #fff));
  background-image: linear-gradient(to top, #7F39FB 50%, #fff 0);
}
.awards-slider_block .why_us-slider .why_us-slide a.proud-link-btn p {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #7F39FB;
  opacity: 1;
}
.awards-slider_block .why_us-slider .why_us-slide a.proud-link-btn p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.awards-slider_block .why_us-slider .why_us-slide:hover a {
  -webkit-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  transition: background-position 0.3s;
  background-position: bottom;
}
.awards-slider_block .why_us-slider .why_us-slide:hover a p {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}
.awards-slider_block .why_us-slider .why_us-slide:hover a svg path {
  stroke: #fff;
}

@media screen and (max-width: 991px) {
  .awards-slider_block {
    padding-bottom: 64px;
  }
  .awards-slider_block .so-content {
    padding-top: 64px;
    padding-bottom: 44px;
  }
  .awards-slider_block .so-content h2 {
    text-transform: none;
    font-size: 24px;
    line-height: 1.5;
  }
  .awards-slider_block .why_us-slider .why_us-slide {
    margin-left: 20px;
  }
  .awards-slider_block .why_us-slider .slick-track {
    margin-bottom: 48px;
  }
  .awards-slider_block .why_us-slider .why_us-slide:first-child {
    margin-left: 1.5rem;
  }
  .awards-slider_block .wrap-btn svg.owl-pre {
    display: none;
  }
  .awards-slider_block .wrap-btn svg.owl-nex {
    display: none;
  }
  .awards-slider_block .why_us-slider .why_us-slide .top-slide {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .awards-slider_block .wrap-btn {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .awards-slider_block .so-content .content-why_us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .awards-slider_block .so-content .content-why_us h2 {
    margin-bottom: 24px;
  }
  .awards-slider_block .so-content .content-why_us .why_us-text-right {
    margin-left: 0;
  }
}
@media screen and (min-width: 661px) {
  .awards-slider_block .why_us-slider .slick-list {
    height: 100% !important;
  }
}
@media screen and (max-width: 661px) {
  .awards-slider_block .why_us-slider {
    left: 2rem;
  }
  .awards-slider_block .why_us-slider .slick-list {
    padding-right: 20%;
    padding-right: 0;
    overflow: visible !important;
  }
  .awards-slider_block .why_us-slider .why_us-slide {
    width: 180px;
  }
  .awards-slider_block .btn {
    margin-top: 40px;
  }
}
.case-block_template {
  background: #fff;
}
.case-block_template a.btn {
  margin-top: 56px;
}
.case-block_template .so-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.case-block_template .so-content h2 {
  text-align: left;
}
.case-block_template .so-content .case {
  margin-top: 100px;
  padding-bottom: 20px;
}
.case-block_template .so-content .case:last-child {
  padding-bottom: 0;
}
.case-block_template .so-content .case .case-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.case-block_template .so-content .case .case-top h3 {
  color: #242127;
  padding-bottom: 20px;
  max-width: 470px;
  margin-right: 30px;
  width: 100%;
  font-family: Circular Std Bold, sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.case-block_template .so-content .case .case-top h3:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.case-block_template .so-content .case .case-top p {
  font-size: 16px;
  color: #242127;
}
.case-block_template .so-content .case .case-top-desc {
  width: 100%;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.case-block_template .so-content .case .case-top-desc p {
  padding-bottom: 20px;
}
.case-block_template .so-content .case a.img_case {
  cursor: pointer;
}
.case-block_template .so-content .case a.img_case img {
  width: 100%;
  margin-bottom: 15px;
}
.case-block_template .so-content .case-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.case-block_template .so-content .case-more-cat {
  max-width: 80%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.case-block_template .so-content .case-more-cat a {
  font-family: Circular Std Medium;
  white-space: nowrap;
  mix-blend-mode: normal;
  font-size: 16px;
  line-height: 150%;
  color: #7F39FB;
  padding: 12px 14px 12px 0;
}
.case-block_template .so-content .case-more-cat a:lang(uk) {
  font-family: Montserrat Std Medium;
}
.case-block_template .so-content .case-more a.case-link {
  font-family: Circular Std Medium;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1F1D1C;
  transition: all 0.3s ease;
}
.case-block_template .so-content .case-more a.case-link:lang(uk) {
  font-family: Montserrat Std Medium;
}
.case-block_template .so-content .case-more a.case-link svg {
  margin-left: 12px;
}
.case-block_template .so-content .case-more a.case-link:hover {
  color: #7F39FB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case-block_template .link-head {
  margin-left: auto;
  margin-right: auto;
}
.case-block_template .link-mobile {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .case-block_template .so-content {
    padding-top: 64px !important;
    padding-bottom: 64px;
  }
  .case-block_template .so-content h2 {
    text-align: left;
  }
  .case-block_template .so-content .case {
    margin-top: 80px;
  }
  .case-block_template .so-content span.top_text {
    display: none;
  }
  .case-block_template a.link-head {
    margin-top: 55px;
  }
}
@media screen and (max-width: 700px) {
  .case-block_template a.link-head {
    margin-top: 30px !important;
  }
  .case-block_template .so-content h2 {
    text-align: left !important;
    font-size: 24px;
    line-height: 30px;
  }
  .case-block_template .so-content span.top_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Circular Std Bold, sans-serif;
    text-align: left;
    text-transform: none;
    opacity: 1;
    top: unset;
    position: static;
  }
  .case-block_template .so-content span.top_text:lang(uk) {
    font-family: Montserrat Std Bold, sans-serif;
  }
  .case-block_template .so-content .case {
    padding-bottom: 30px;
    margin-top: 40px;
  }
  .case-block_template .so-content .case:first-child {
    margin-top: 0;
  }
  .case-block_template .so-content .case a.img_case {
    padding: 0;
  }
  .case-block_template .so-content .case .case-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case-block_template .so-content .case .case-top h3 {
    padding-bottom: 24px;
  }
  .case-block_template .so-content .case-more-cat {
    max-width: 100%;
  }
  .case-block_template .so-content .case-more a.case-link {
    display: none;
  }
  .case-block_template .so-content .link-head {
    display: none;
  }
  .case-block_template .so-content .link-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.homepage {
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.homepage .header-video {
  padding-bottom: 5px;
  height: 100vh;
  position: relative;
}
.homepage .header-video h1 {
  position: absolute;
  z-index: -1000;
}
.homepage .header-video > video {
  height: 100vh;
}
.homepage .header-video .header_video {
  background: #1f1d1c;
  position: fixed;
  z-index: -999;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage .header-video .header_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center bottom;
}
@media screen and (max-width: 768px) {
  .homepage .header-video .header_video video {
    object-position: center;
  }
}
.homepage .header-video .display-none {
  display: none !important;
}
.homepage .header-video .video_pc {
  display: inherit;
}
.homepage .header-video .video_1080, .homepage .header-video .video_720, .homepage .header-video .video_480 {
  display: none;
}
.homepage .header-video .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage .header-video .volume {
  padding: 14px;
  margin-right: -14px;
  cursor: pointer;
  position: fixed;
  z-index: 0;
  right: 5.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.homepage .header-video .volume .d-none {
  display: none;
}
.homepage .header-video .volume .unmute {
  margin-top: 3px;
}
.homepage .header-video .volume .d-flex {
  display: inherit !important;
}
.homepage .header-video .header-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 16px;
  z-index: 1;
  cursor: pointer;
}
.homepage .header-video .header-bottom-clutch {
  padding: 0;
  display: inline-block;
}
.homepage .header-video .header-bottom-clutch > svg {
  max-width: 108px;
  height: auto;
  margin-bottom: 8px;
}
.homepage .header-video .header-bottom-clutch > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.homepage .header-video .header-bottom-clutch > div svg {
  margin-right: 15px;
}
.homepage .header-video .header-bottom-clutch > div span {
  position: relative;
  top: 1px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
  font-family: Circular Std Black, sans-serif;
  color: #fff;
  display: inline-block;
}
.homepage .header-video .header-bottom-clutch > p {
  position: relative;
  padding-right: 36px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
  font-family: Circular Std Black, sans-serif;
  color: #FB602E;
  display: inline-block;
}
.homepage .header-video .header-bottom-clutch > p svg {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  content: "";
}
.homepage .header-video .header-bottom-awards {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.homepage .header-video .header-bottom-awards-slider {
  transform: rotate(90deg);
  height: 80px;
  width: 80px;
}
.homepage .header-video .header-bottom-awards-slider .slick-slide {
  margin: 0 10px; /* spacing left/right */
}
.homepage .header-video .header-bottom-awards-slider .slick-list {
  margin: 0 -10px; /* cancel out outer gaps */
}
.homepage .header-video .header-bottom-awards-slider-single {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage .header-video .header-bottom-awards-slider-single img {
  transform: rotate(-90deg);
  transform-origin: center;
  max-width: 80px;
  max-height: 80px;
}
.homepage .header-video .header-bottom .so-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1370px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
}
.homepage .header-video .header-bottom .so-content #mouse {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.homepage .header-video .header-bottom .so-content #mouse .arrow_scroll {
  position: relative;
}
.homepage .header-video .header-bottom .so-content #mouse .arrow_scroll #arrow_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.homepage .header-video .header-bottom .so-content #mouse span {
  font-family: Circular Std Medium;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #FB602E;
}
.homepage .header-video .header-bottom .so-content #mouse span:lang(uk) {
  font-family: Montserrat Std Medium;
}

@media screen and (max-width: 1080px) {
  .homepage .header-video .video_pc {
    display: none;
  }
  .homepage .header-video .video_1080 {
    display: inherit;
  }
}
@media screen and (max-width: 720px) {
  .homepage .header-video .video_mobile {
    display: none;
  }
  .homepage .header-video .video_1080 {
    display: none;
  }
  .homepage .header-video .video_720 {
    display: inherit;
  }
}
@media screen and (max-width: 480px) {
  .homepage .header-video .video_720 {
    display: none;
  }
  .homepage .header-video .video_480 {
    display: inherit;
  }
}
@media screen and (orientation: landscape) and (max-width: 1366px) {
  .homepage .header-video .video_mobile {
    display: none;
  }
  .homepage .header-video .video_720 {
    display: none;
  }
  .homepage .header-video .video_480 {
    display: none;
  }
  .homepage .header-video .width {
    display: inherit !important;
  }
}
@media screen and (max-width: 1100px) {
  .homepage .proud .so-content .proud-links .proud-link {
    max-width: 29.74%;
  }
}
@media screen and (max-width: 991px) {
  .homepage .header-video .header-bottom .so-content .header-img {
    right: 13px;
  }
  .homepage .header-video .volume {
    right: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .homepage .header-video .header-bottom .so-content #mouse,
  .homepage .header-video .header-bottom-awards {
    display: none;
  }
  .homepage .header-video .header-bottom-clutch > svg {
    max-width: 80px;
    margin-bottom: 4px;
  }
  .homepage .header-video .header-bottom-clutch > div svg {
    max-width: 112px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .homepage .header-video .header-bottom .so-content .header-img {
    right: 20px;
  }
  .homepage .header-video .volume {
    right: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .homepage .products .title .so-content img.text_background {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
  }
}
.single-case_study .so-row {
  max-width: 1030px;
  width: 83.6%;
}
.single-case_study .slick-initialized .slick-slide {
  outline: none;
  margin: 0 1px;
}
.single-case_study .single-case_study .single_case .challange ul {
  list-style: square;
}
.single-case_study .single-case_study .single_case .challange ul li {
  text-indent: -4px;
  margin-left: 25px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  padding-bottom: 20px;
}
.single-case_study .single-case_study .single_case .challange ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single-case_study .single_case .challange ul li::marker {
  font-size: 24px;
}
.single-case_study .single-case_study .single_case .challange .so-content .challange-right-desc p {
  padding-bottom: 30px;
}
.single-case_study .single_case p a strong, .single-case_study .single_case p a, .single-case_study .single_case ul li a strong, .single-case_study .single_case ul li a {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  padding: 16px;
  padding-bottom: 30px;
  margin: -16px;
  color: #FB602E;
  text-decoration: underline;
}
.single-case_study .single_case p a strong:lang(uk), .single-case_study .single_case p a:lang(uk), .single-case_study .single_case ul li a strong:lang(uk), .single-case_study .single_case ul li a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .single_case-header {
  padding-top: 135px;
}
.single-case_study .single_case .single_case-header .so-content {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left {
  overflow: visible;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.2%;
  flex: 0 0 40.2%;
  margin-right: 10.7%;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-link img.product-ico {
  margin-right: 16px;
  -webkit-filter: drop-shadow(0px 3px 13px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 3px 13px rgba(0, 0, 0, 0.1));
  height: 32px;
  max-height: 32px;
  border-radius: 8px;
  width: 32px;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-link a {
  margin: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-link a span {
  opacity: 1;
  font-size: 16px;
  line-height: 150%;
  color: #7F39FB;
  mix-blend-mode: normal;
  padding-bottom: 0;
  border-bottom: 1px solid #7F39FB;
  font-family: Circular Std Book, sans-serif;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-link a span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-link a img {
  width: 18px;
  height: auto;
  margin-right: 11px;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .sub-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left h1 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #1F1D1C;
  padding-bottom: 2px;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left h1:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left span {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left span a {
  margin: -16px;
  font-family: Circular Std Book, sans-serif;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left span a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left p {
  font-size: 16px;
  line-height: 150%;
  color: #1F1D1C;
  padding-bottom: 15px;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-links {
  margin-top: 15px;
  margin-bottom: 50px;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-links a.btn {
  margin-top: 0;
  padding-right: 24px;
  padding-left: 24px;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-links a.btn svg {
  margin-left: 8px;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-links .links-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-links .links-store a {
  width: 140px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-links .links-store a:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: contrast(1.3);
  filter: contrast(1.3);
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-links .links-store a img {
  -webkit-box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 100%;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-links .links-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.single-case_study .single_case .single_case-header .so-content .d-none {
  display: none !important;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-right {
  margin-bottom: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-right picture {
  width: 100%;
  max-width: 100%;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-right picture source {
  max-width: 100%;
}
.single-case_study .single_case .single_case-header .so-content .single_case-header-right picture img {
  max-width: 100%;
}
.single-case_study .single_case .screens {
  background: #292929;
}
.single-case_study .single_case .screens .so-content {
  padding-top: 90px;
  padding-bottom: 72px;
}
.single-case_study .single_case .screens .so-content h3 {
  white-space: nowrap;
  color: #fff;
  padding-bottom: 75px;
  text-transform: uppercase;
}
.single-case_study .single_case .screens .so-content .screens-slider {
  margin-bottom: 80px;
}
.single-case_study .single_case .screens .so-content .screens-slider .screens-slide picture {
  max-width: 100%;
  height: auto;
}
.single-case_study .single_case .screens .so-content .screens-slider .screens-slide picture source {
  max-width: 100%;
  height: auto;
}
.single-case_study .single_case .screens .so-content .screens-slider .screens-slide img.screen {
  width: 100%;
  height: auto;
}
.single-case_study .single_case .screens .so-content .screens-slider .slick-list {
  margin-bottom: 50px;
}
.single-case_study .single_case .screens .so-content .screens-slider .wrap-btn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
.single-case_study .single_case .screens .so-content .screens-slider .wrap-btn svg.owl-prev {
  cursor: pointer;
  margin-right: 25px;
}
.single-case_study .single_case .screens .so-content .screens-slider .wrap-btn svg.owl-prev path {
  stroke: #FFFFFF;
}
.single-case_study .single_case .screens .so-content .screens-slider .wrap-btn svg.owl-next {
  cursor: pointer;
  margin-left: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-case_study .single_case .screens .so-content .screens-slider .wrap-btn svg.owl-next path {
  stroke: #FFFFFF;
}
.single-case_study .single_case .screens .so-content p {
  font-size: 24px;
  line-height: 150%;
}
.single-case_study .single_case .screens .so-content p.title {
  font-family: Circular Std Bold, sans-serif;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.5;
  padding-bottom: 8px;
}
.single-case_study .single_case .screens .so-content p.title:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-case_study .single_case .screens .so-content p.desc {
  font-family: Circular Std Bold, sans-serif;
  padding-bottom: 8px;
  color: #fff;
}
.single-case_study .single_case .screens .so-content p.desc:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-case_study .single_case .screens .so-content p.desc svg {
  margin-left: 8px;
  margin-right: 8px;
}
.single-case_study .single_case .screens .so-content .desc-items {
  padding-right: 60px;
  padding-left: 60px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-case_study .single_case .screens .so-content .desc-items-block {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 2.55%;
}
.single-case_study .single_case .screens .so-content .desc-items-block:last-child {
  margin-right: 0;
}
.single-case_study .single_case .screens .so-content .desc-items-block p.desc {
  font-family: Circular Std Bold, sans-serif;
  font-size: 18px;
  line-height: 200%;
  color: #FFFFFF;
  padding-bottom: 0;
}
.single-case_study .single_case .screens .so-content .desc-items-block p.desc:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-case_study .single_case .challange {
  padding-top: 80px;
  padding-bottom: 50px;
  background: #F6F5F5;
}
.single-case_study .single_case .challange .so-content {
  padding-right: 15.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-case_study .single_case .challange .so-content .challange-left {
  white-space: nowrap;
}
.single-case_study .single_case .challange .so-content .challange-left h3 {
  color: #1F1D1C;
  text-transform: uppercase;
}
.single-case_study .single_case .challange .so-content .challange-left h3 span {
  color: #8039fb;
}
.single-case_study .single_case .challange .so-content .challange-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53.3%;
  flex: 0 0 53.3%;
  margin-left: 5.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-case_study .single_case .challange .so-content .challange-right-desc {
  margin-bottom: 60px;
}
.single-case_study .single_case .challange .so-content .challange-right-desc ul {
  list-style: square;
}
.single-case_study .single_case .challange .so-content .challange-right-desc ul li {
  text-indent: -4px;
  margin-left: 25px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  padding-bottom: 20px;
}
.single-case_study .single_case .challange .so-content .challange-right-desc ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .challange .so-content .challange-right-desc ul li::marker {
  font-size: 24px;
}
.single-case_study .single_case .challange .so-content .challange-right-desc p {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 175%;
  color: #1F1D1C;
}
.single-case_study .single_case .challange .so-content .challange-right-desc ol {
  list-style: revert;
}
.single-case_study .single_case .challange .so-content .challange-right-desc ol li {
  text-indent: -5px;
  margin-left: 30px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  padding-bottom: 20px;
}
.single-case_study .single_case .challange .so-content .challange-right-desc ol li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .challange .so-content .challange-right img.screen_challange {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.single-case_study .single_case .challange .so-content .challange-right .plyr {
  margin-bottom: 60px;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions ul {
  list-style: square;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions ul li {
  text-indent: -4px;
  margin-left: 25px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  padding-bottom: 20px;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions ul li::marker {
  font-size: 24px;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions ol {
  list-style: revert;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions ol li {
  text-indent: -5px;
  margin-left: 30px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  padding-bottom: 20px;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions ol li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions span {
  text-transform: uppercase;
  font-family: Circular Std Bold, sans-serif;
  font-size: 24px;
  line-height: 150%;
  color: #1F1D1C;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions p {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 162%;
  color: #1F1D1C;
  padding-bottom: 20px;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions p strong {
  font-family: Circular Std Bold, sans-serif;
}
.single-case_study .single_case .challange .so-content .challange-right-solutions p strong:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-case_study .single_case .overview {
  background: #1F1D1C;
}
.single-case_study .single_case .overview .so-content {
  padding-top: 80px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-case_study .single_case .overview .so-content .overview-left {
  white-space: nowrap;
}
.single-case_study .single_case .overview .so-content .overview-left h3 {
  color: #fff;
  text-transform: uppercase;
}
.single-case_study .single_case .overview .so-content .overview-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.29%;
  flex: 0 0 57.29%;
  margin-left: 5.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-case_study .single_case .overview .so-content .overview-right-desc p {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding-bottom: 20px;
}
.single-case_study .single_case .overview .so-content .overview-right-desc p strong {
  font-weight: 700;
  font-family: "Circular Std Bold";
}
.single-case_study .single_case .overview .so-content .overview-right-desc p strong:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-case_study .single_case .overview .so-content .overview-right-desc ul {
  list-style: square;
}
.single-case_study .single_case .overview .so-content .overview-right-desc ul li {
  text-indent: 15px;
  margin-left: 25px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding-bottom: 20px;
}
.single-case_study .single_case .overview .so-content .overview-right-desc ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .overview .so-content .overview-right-desc ul li::marker {
  font-size: 24px;
}
.single-case_study .single_case .overview .so-content .overview-right-desc ol {
  list-style: revert;
}
.single-case_study .single_case .overview .so-content .overview-right-desc ol li {
  text-indent: -5px;
  margin-left: 30px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding-bottom: 20px;
}
.single-case_study .single_case .overview .so-content .overview-right-desc ol li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .overview .so-content .overview-right .workflow-blocks {
  margin-top: 50px;
}
.single-case_study .single_case .overview .so-content .overview-right .workflow-blocks h4 {
  font-family: Circular Std Medium;
  color: white;
}
.single-case_study .single_case .overview .so-content .overview-right .workflow-blocks h4:lang(uk) {
  font-family: Montserrat Std Medium;
}
.single-case_study .single_case .overview .so-content .overview-right .workflow-blocks .workflow-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 466px;
}
.single-case_study .single_case .overview .so-content .overview-right .workflow-blocks .workflow-item p.title {
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}
.single-case_study .single_case .overview .so-content .overview-right .workflow-blocks .workflow-item p.title:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-case_study .single_case .overview .so-content .overview-right .workflow-blocks .workflow-item p {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 20px;
}
.single-case_study .single_case .overview .so-content .overview-right .workflow-blocks .workflow-item span.num {
  margin-right: 24px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #7F39FB;
}
.single-case_study .single_case .overview .so-content .overview-right .workflow-blocks .workflow-item span.num:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-case_study .single_case .overview .so-content .overview-right .workflow-blocks .workflow-item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-case_study .single_case .solutions_block .so-content {
  padding-top: 80px;
}
.single-case_study .single_case .solutions_block .so-content h3 {
  color: #1F1D1C;
}
.single-case_study .single_case .solutions_block .so-content h3 span {
  color: #8039fb;
}
.single-case_study .single_case .solutions_block .so-content p {
  font-size: 16px;
  padding-bottom: 20px;
}
.single-case_study .single_case .solutions_block .so-content .desc ul {
  list-style: square;
}
.single-case_study .single_case .solutions_block .so-content .desc ul li {
  text-indent: -4px;
  margin-left: 25px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #111;
  padding-bottom: 20px;
}
.single-case_study .single_case .solutions_block .so-content .desc ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .solutions_block .so-content .desc ul li::marker {
  font-size: 24px;
}
.single-case_study .single_case .solutions_block .so-content .desc ol {
  list-style: revert;
}
.single-case_study .single_case .solutions_block .so-content .desc ol li {
  text-indent: -5px;
  margin-left: 30px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #111;
  padding-bottom: 20px;
}
.single-case_study .single_case .solutions_block .so-content .desc ol li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .solutions_block .so-content .solutions-slider {
  margin-top: 20px;
  margin-bottom: 70px;
}
.single-case_study .single_case .solutions_block .so-content .solutions-slider .solutions-slide picture {
  max-width: 100%;
  height: auto;
}
.single-case_study .single_case .solutions_block .so-content .solutions-slider .solutions-slide picture source {
  max-width: 100%;
  height: auto;
}
.single-case_study .single_case .solutions_block .so-content .solutions-slider .solutions-slide img.screen {
  width: 100%;
  height: auto;
}
.single-case_study .single_case .solutions_block .so-content .solutions-slider .slick-list {
  margin-bottom: 50px;
}
.single-case_study .single_case .solutions_block .so-content .solutions-slider .wrap-btn_sol {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
.single-case_study .single_case .solutions_block .so-content .solutions-slider .wrap-btn_sol svg.owl-prev_sol {
  cursor: pointer;
  margin-right: 25px;
}
.single-case_study .single_case .solutions_block .so-content .solutions-slider .wrap-btn_sol svg.owl-prev_sol path {
  stroke: #000;
}
.single-case_study .single_case .solutions_block .so-content .solutions-slider .wrap-btn_sol svg.owl-next_sol {
  cursor: pointer;
  margin-left: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-case_study .single_case .solutions_block .so-content .solutions-slider .wrap-btn_sol svg.owl-next_sol path {
  stroke: #000;
}
.single-case_study .single_case .design_process .so-content {
  padding-top: 80px;
}
.single-case_study .single_case .design_process .so-content h3 {
  color: #1F1D1C;
}
.single-case_study .single_case .design_process .so-content h3 span {
  color: #8039fb;
}
.single-case_study .single_case .design_process .so-content p {
  font-size: 16px;
  padding-bottom: 20px;
  color: #1F1D1C;
}
.single-case_study .single_case .design_process .so-content .desc ul {
  list-style: square;
}
.single-case_study .single_case .design_process .so-content .desc ul li {
  text-indent: -4px;
  margin-left: 25px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #111;
  padding-bottom: 20px;
}
.single-case_study .single_case .design_process .so-content .desc ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .design_process .so-content .desc ul li::marker {
  font-size: 24px;
}
.single-case_study .single_case .design_process .so-content .desc ol {
  list-style: revert;
}
.single-case_study .single_case .design_process .so-content .desc ol li {
  text-indent: -5px;
  margin-left: 30px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #111;
  padding-bottom: 20px;
}
.single-case_study .single_case .design_process .so-content .desc ol li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-case_study .single_case .design_process .so-content .design_process-slider {
  margin-top: 10px;
  margin-bottom: 70px;
}
.single-case_study .single_case .design_process .so-content .design_process-slider .design_process-slide picture {
  max-width: 100%;
  height: auto;
}
.single-case_study .single_case .design_process .so-content .design_process-slider .design_process-slide picture source {
  max-width: 100%;
  height: auto;
}
.single-case_study .single_case .design_process .so-content .design_process-slider .design_process-slide img.screen {
  width: 100%;
  height: auto;
}
.single-case_study .single_case .design_process .so-content .design_process-slider .design_process-slide p {
  max-width: 680px;
  padding-bottom: 0;
  margin: 32px auto 0 auto;
  color: #8F8E8D;
  text-align: center;
}
.single-case_study .single_case .design_process .so-content .design_process-slider .slick-list {
  margin-bottom: 40px;
}
.single-case_study .single_case .design_process .so-content .design_process-slider .wrap-btn_sol {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
.single-case_study .single_case .design_process .so-content .design_process-slider .wrap-btn_sol svg.owl-prev_sol {
  cursor: pointer;
  margin-right: 25px;
}
.single-case_study .single_case .design_process .so-content .design_process-slider .wrap-btn_sol svg.owl-prev_sol path {
  stroke: #000;
}
.single-case_study .single_case .design_process .so-content .design_process-slider .wrap-btn_sol svg.owl-next_sol {
  cursor: pointer;
  margin-left: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-case_study .single_case .design_process .so-content .design_process-slider .wrap-btn_sol svg.owl-next_sol path {
  stroke: #000;
}
.single-case_study .single_case .results {
  background: #1F1D1C;
}
.single-case_study .single_case .results .so-content {
  padding-right: 15.5rem;
  padding-top: 100px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-case_study .single_case .results .so-content h3 {
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.single-case_study .single_case .results .so-content .results-blocks {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53.3%;
  flex: 0 0 53.3%;
  margin-left: 5.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-case_study .single_case .results .so-content .results-blocks .results-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 40px;
}
.single-case_study .single_case .results .so-content .results-blocks .results-item span.num {
  margin-right: 20px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #7F39FB;
}
.single-case_study .single_case .results .so-content .results-blocks .results-item span.num:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-case_study .single_case .results .so-content .results-blocks .results-item p {
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.single-case_study .single_case .testimonials-quote {
  padding-top: 150px;
  padding-bottom: 110px;
  background: rgba(247, 247, 247, 0.7);
}
.single-case_study .single_case .testimonials-quote .so-content {
  padding-top: 0;
  padding-bottom: 80px;
  padding-right: 162px;
  padding-left: 150px;
  position: relative;
}
.single-case_study .single_case .testimonials-quote .so-content h4 {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 24px;
  line-height: 133%;
  -webkit-transform: rotate(-90deg) translateX(-30%);
  -ms-transform: rotate(-90deg) translateX(-30%);
  transform: rotate(-90deg) translateX(-30%);
  color: #1F1D1C;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block-tablet {
  display: none;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide .main-image {
  position: absolute;
  width: 268px;
  max-width: 100%;
  height: 100%;
  max-height: 330px;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide .main-image-video .main-img {
  cursor: pointer;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide .main-image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  height: 16px;
  width: 14px;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide .main-image .play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-54%, -52%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
  border-radius: 100%;
  transition: all 0.15s ease;
  z-index: -1;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide .main-image img.main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 0;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide .main-image:hover .play:after {
  opacity: 0.95;
  transition: all 0.15s ease;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info {
  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;
  margin-top: 38px;
  margin-bottom: 30px;
  margin-left: 268px;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: 60px;
  height: 35px;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-title span {
  font-family: Circular Std Bold, sans-serif;
  font-size: 24px;
  line-height: 133%;
  color: #1F1D1C;
  margin-right: 70px;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-title span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-title .partners-slide-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-title .partners-slide-app img {
  width: 32px;
  border-radius: 5px;
  margin-right: 16px;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-title .partners-slide-app p {
  font-size: 16px;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-quote {
  background: #1F1D1C;
  position: relative;
  border-left: 1px solid #1F1D1C;
  padding: 40px 60px 20px 60px;
  min-height: 197px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-quote .quote svg {
  position: absolute;
  left: 20px;
  top: 20px;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-quote .quote p {
  font-size: 16px;
  color: #fff;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-quote .play-video {
  width: max-content;
  cursor: pointer;
  padding: 16px;
  display: flex;
  align-items: center;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-quote .play-video span {
  font-family: "Circular Std Black";
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  margin-left: 10px;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-quote .play-video span:lang(uk) {
  font-family: Montserrat Std Bold;
}
.single-case_study .single_case .testimonials-quote .so-content .testimonials-block .partners-slide-info-quote .play-video svg {
  position: static;
}
.single-case_study .single_case .more-case {
  margin-top: 100px;
  padding-bottom: 140px;
}
.single-case_study .single_case .more-case .so-row .more-case-head {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-case_study .single_case .more-case .so-row .more-case-head h2 {
  padding-bottom: 16px;
  width: 100%;
  padding-right: 10px;
  color: #111;
  line-height: 100%;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  mix-blend-mode: normal;
}
.single-case_study .single_case .more-case .so-row .more-case-head a {
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #7F39FB;
  color: #000;
  transition: all 0.3s ease;
}
.single-case_study .single_case .more-case .so-row .more-case-head a svg {
  margin-left: 12px;
}
.single-case_study .single_case .more-case .so-row .more-case-head a svg path {
  stroke: #7F39FB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-case_study .single_case .more-case .so-row .more-case-head a:hover {
  color: #7F39FB;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block {
  width: 470px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 5.6%;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block:last-child {
  margin-right: 0;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block a {
  padding: 0;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block a.featured_img {
  max-width: 470px;
  width: 46%;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block a.featured_img img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block-title {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block-title a {
  font-size: 24px;
  line-height: 150%;
  color: #1F1D1C;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block-cat {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block-cat a {
  white-space: nowrap;
  mix-blend-mode: normal;
  font-family: Circular Std Medium;
  font-size: 16px;
  line-height: 150%;
  color: #7F39FB;
  padding: 12px 14px 12px 0;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block-cat a:lang(uk) {
  font-family: Montserrat Std Medium;
}
.single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block:hover a.featured_img img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.9;
}

@media screen and (max-width: 991px) {
  .single-case_study .so-row {
    width: 100%;
  }
  .single-case_study .single_case .single_case-header .so-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-case_study .single_case .single_case-header .so-content .single_case-header-left {
    margin-right: 0;
  }
  .single-case_study .single_case .single_case-header .so-content .single_case-header-left .single_case-header-links {
    display: none;
  }
  .single-case_study .single_case .single_case-header .so-content .single_case-header-right {
    margin-top: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .single-case_study .single_case .single_case-header .so-content .single_case-header-right picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .single-case_study .single_case .single_case-header .so-content .single_case-header-right picture source {
    max-width: 100%;
    height: 100%;
  }
  .single-case_study .single_case .single_case-header .so-content .single_case-header-right picture img {
    height: 100%;
  }
  .single-case_study .single_case .single_case-header .so-content .d-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 80px;
  }
  .single-case_study .single_case .single_case-header .so-content .d-none .links-store {
    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;
    flex-direction: column;
  }
  .single-case_study .single_case .single_case-header .so-content .d-none .links-store a {
    max-width: 140px;
  }
  .single-case_study .single_case .single_case-header .so-content .d-none .links-store a img {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
    width: 100%;
    object-fit: contain;
  }
  .single-case_study .single_case .single_case-header .so-content .d-none a.btn svg {
    margin-left: 8px;
  }
  .single-case_study .single_case .screens .so-content {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .single-case_study .single_case .screens .so-content h3 {
    padding-bottom: 50px;
  }
  .single-case_study .single_case .screens .so-content .desc-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
  }
  .single-case_study .single_case .screens .so-content .desc-items-block {
    margin-right: 0;
    margin-bottom: 30px;
    width: 50%;
  }
  .single-case_study .single_case .challange {
    padding-top: 60px;
  }
  .single-case_study .single_case .challange .so-content {
    width: 100%;
    padding-right: 1.5rem;
  }
  .single-case_study .single_case .challange .so-content .challange-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
  }
  .single-case_study .single_case .challange .so-content .challange-right .challange-right-desc {
    margin-bottom: 30px;
  }
  .single-case_study .single_case .overview .so-content {
    padding-top: 60px;
    width: 100%;
    padding-right: 1.5rem;
  }
  .single-case_study .single_case .overview .so-content .overview-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
  }
  .single-case_study .single_case .overview .so-content .overview-right .workflow-blocks {
    margin-top: 30px;
  }
  .single-case_study .single_case .solutions_block .so-content {
    padding-top: 60px;
  }
  .single-case_study .single_case .results .so-content {
    padding-right: 1.5rem;
    width: 100%;
  }
  .single-case_study .single_case .results .so-content .results-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
  }
  .single-case_study .single_case .so-quote {
    padding-top: 80px;
  }
  .single-case_study .single_case .testimonials-block {
    display: none;
  }
  .single-case_study .single_case .testimonials-quote {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .single-case_study .single_case .testimonials-quote .so-content {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
  .single-case_study .single_case .testimonials-quote .so-content .testimonials-block-tablet {
    display: inherit;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide {
    padding-left: 10px;
    margin: 0 1px;
    outline: none;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img .main-image img.main-img {
    width: 268px;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img .main-image-video {
    cursor: pointer;
    position: relative;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img .main-image .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    height: 16px;
    width: 14px;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img .main-image .play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -52%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.8;
    border-radius: 100%;
    transition: all 0.15s ease;
    z-index: -1;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img .main-image:hover .play:after {
    opacity: 0.95;
    transition: all 0.15s ease;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img .partners-slide-info-title {
    margin-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 28px;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img .partners-slide-info-title span {
    width: 100%;
    margin-bottom: 30px;
    font-family: Circular Std Bold, sans-serif;
    font-size: 24px;
    line-height: 133%;
    color: #1F1D1C;
    margin-right: 70px;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img .partners-slide-info-title span:lang(uk) {
    font-family: Montserrat Std Bold, sans-serif;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img .partners-slide-info-title .partners-slide-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img .partners-slide-info-title .partners-slide-app img {
    width: 32px;
    border-radius: 5px;
    margin-right: 16px;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide-img .partners-slide-info-title .partners-slide-app p {
    font-size: 16px;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide .partners-slide-info-quote {
    background: #1F1D1C;
    position: relative;
    padding: 40px 60px 43px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide .partners-slide-info-quote .quote svg {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide .partners-slide-info-quote .quote p {
    font-size: 16px;
    color: #fff;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide .partners-slide-info-quote .play-video {
    width: max-content;
    cursor: pointer;
    padding: 16px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide .partners-slide-info-quote .play-video span {
    font-family: "Circular Std Black";
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    margin-left: 10px;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide .partners-slide-info-quote .play-video span:lang(uk) {
    font-family: Montserrat Std Bold;
  }
  .single-case_study .single_case .testimonials-block-tablet .partners-slide .partners-slide-info-quote .play-video svg {
    position: static;
  }
  .single-case_study .single_case .more-case {
    margin-top: 80px;
    padding-bottom: 100px;
  }
  .single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block {
    margin-right: 3.6%;
  }
}
@media screen and (max-width: 700px) {
  .single-case_study .single_case .single_case-header .so-content {
    overflow: visible;
    padding: 0;
  }
  .single-case_study .single_case .single_case-header .so-content .single_case-header-left {
    padding: 0 20px;
  }
  .single-case_study .single_case .single_case-header .so-content .single_case-header-right picture {
    padding: 0 20px;
    height: 100% !important;
  }
  .single-case_study .single_case .single_case-header .so-content .single_case-header-right img {
    height: 100% !important;
  }
  .single-case_study .single_case .single_case-header .so-content .single_case-header-right {
    margin-top: 40px;
  }
  .single-case_study .single_case .single_case-header .so-content .single_case-header-right img {
    width: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .single-case_study .single_case .single_case-header .so-content .d-none .links-store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-case_study .single_case .single_case-header .so-content .d-none .links-store a {
    margin-right: 0;
  }
  .single-case_study .single_case .screens .so-content {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .single-case_study .single_case .screens .so-content h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .single-case_study .single_case .screens .so-content .desc-items-block {
    width: 100%;
  }
  .single-case_study .single_case .challange .so-content {
    padding-right: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-case_study .single_case .challange .so-content h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .single-case_study .single_case .challange .so-content .challange-right {
    margin-left: 0;
  }
  .single-case_study .single_case .challange .so-content img.screen_challange {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .single-case_study .single_case .challange .so-content .plyr {
    margin-bottom: 40px;
  }
  .single-case_study .single_case .overview .so-content {
    padding-bottom: 40px;
    padding-right: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-case_study .single_case .overview .so-content h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .single-case_study .single_case .overview .so-content .overview-right {
    margin-left: 0;
  }
  .single-case_study .single_case .overview .so-content .overview-right .workflow-blocks .workflow-item span.num {
    margin-right: 20px;
  }
  .single-case_study .single_case .results .so-content {
    padding-right: 2rem;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-case_study .single_case .results .so-content h3 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .single-case_study .single_case .results .so-content .results-blocks {
    margin-left: 0;
  }
  .single-case_study .single_case .results .so-content .results-blocks .results-item {
    padding-bottom: 20px;
  }
  .single-case_study .single_case .solutions_block .so-content h3 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .single-case_study .single_case .solutions_block .so-content .solutions-slider .slick-list {
    margin-bottom: 40px;
  }
  .single-case_study .single_case .design_process .so-content h3 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .single-case_study .single_case .design_process .so-content .design_process-slider .design_process-slide p {
    margin-top: 10px;
  }
  .single-case_study .single_case .design_process .so-content .design_process-slider .slick-list {
    margin-bottom: 40px;
  }
  .single-case_study .single_case .so-quote {
    padding-top: 60px;
  }
  .single-case_study .single_case .so-quote .quote p {
    font-family: Circular Std Book, sans-serif;
    font-size: 16px;
  }
  .single-case_study .single_case .so-quote .quote p:lang(uk) {
    font-family: Montserrat Std Book, sans-serif;
  }
  .single-case_study .single_case .more-case {
    margin-top: 89px;
    padding-bottom: 30px;
  }
  .single-case_study .single_case .more-case .so-row .more-case-head h2 {
    padding-bottom: 17px;
    font-size: 24px;
    line-height: 32px;
    text-transform: inherit;
  }
  .single-case_study .single_case .more-case .so-row .more-case-head a {
    line-height: 1;
    padding-bottom: 14px;
  }
  .single-case_study .single_case .more-case .so-row .more-case-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .single-case_study .single_case .more-case .so-row .more-case-blocks .more-case-block a.featured_img img {
    height: 160px;
  }
}
@media screen and (max-width: 600px) {
  .single-case_study .single_case .testimonials-quote {
    padding-top: 30px;
  }
  .single-case_study .single_case .testimonials-quote .so-content {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 0px;
  }
  .single-case_study .single_case .testimonials-quote .so-content h4 {
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-bottom: 40px;
  }
  .single-case_study .single_case .testimonials-quote .so-content .testimonials-block-tablet .partners-slide-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .single-case_study .single_case .testimonials-quote .so-content .testimonials-block-tablet .partners-slide-img picture {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .single-case_study .single_case .testimonials-quote .so-content .testimonials-block-tablet .partners-slide-img img.main-img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .single-case_study .single_case .testimonials-quote .so-content .testimonials-block-tablet .partners-slide-img .partners-slide-info-title {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .single-case_study .single_case .testimonials-quote .so-content .testimonials-block-tablet .partners-slide-img .partners-slide-info-title span {
    margin-bottom: 20px;
  }
  .single-case_study .single_case .testimonials-quote .so-content .testimonials-block-tablet .partners-slide-img .partners-slide-info-title .partners-slide-app {
    min-height: 32px;
  }
  .single-case_study .single_case .testimonials-quote .so-content .testimonials-block-tablet .partners-slide-img .partners-slide-info-title .partners-slide-app .fh {
    height: 32px;
  }
  .single-case_study .single_case .testimonials-quote .so-content .testimonials-block-tablet .partners-slide {
    height: auto;
    padding-left: 20px;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .single-case_study .single_case .testimonials-quote .so-content .testimonials-block-tablet .partners-slide .partners-slide-info-quote {
    height: 100%;
    padding: 50px 30px 34px 40px;
  }
}
.page-template-team-partners header.blur {
  background: #1F1D1C !important;
}
.page-template-team-partners .team .team-head {
  background: #7F39FB;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-template-team-partners .team .team-head .so-content {
  height: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.page-template-team-partners .team .team-head .so-content:after {
  position: absolute;
  content: "";
  right: 5.5rem;
  height: 83%;
  bottom: 0;
  width: 18px;
  border: 5px solid #FB602E;
  border-left: none;
}
.page-template-team-partners .team .team-head .so-content img.text {
  position: absolute;
  top: -15px;
  left: 0;
  padding-left: 7rem;
  padding-right: 5.5rem;
}
.page-template-team-partners .team .team-head .so-content .team-head-content {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.page-template-team-partners .team .team-head .so-content .team-head-content .logo {
  margin-right: 7.7%;
  width: 40%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-team-partners .team .team-head .so-content .team-head-content .logo .big_logo {
  margin-bottom: 65px;
  position: relative;
  left: 45px;
}
.page-template-team-partners .team .team-head .so-content .team-head-content .logo .background_logo_mobile {
  display: none;
}
.page-template-team-partners .team .team-head .so-content .team-head-content-text {
  margin-top: -3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-template-team-partners .team .team-head .so-content .team-head-content-text h1 {
  white-space: nowrap;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.page-template-team-partners .team .team-head .so-content .team-head-content-text p {
  font-size: 16px;
  color: #FFFFFF;
  mix-blend-mode: normal;
}
.page-template-team-partners .team .team-head .so-content a {
  position: absolute;
  bottom: -35px;
  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;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #FB602E;
  padding-bottom: 22px;
}
.page-template-team-partners .team .team-head .so-content a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.page-template-team-partners .team .team-head .so-content a svg {
  position: absolute;
  bottom: -12px;
  left: 45%;
}
.page-template-team-partners .team .our-team {
  width: 100%;
  height: 100%;
}
.page-template-team-partners .team .our-team img {
  width: 100%;
}
.page-template-team-partners .team .our-team img.team_tablet, .page-template-team-partners .team .our-team img.team_mobile {
  display: none;
}
.page-template-team-partners .team .about-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-template-team-partners .team .about-team .so-content {
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 15.6rem;
}
.page-template-team-partners .team .about-team .so-content .about-team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}
.page-template-team-partners .team .about-team .so-content .about-team-item h3 {
  color: #1F1D1C;
  white-space: nowrap;
}
.page-template-team-partners .team .about-team .so-content .about-team-item h3 span {
  color: #f25c2c;
}
.page-template-team-partners .team .about-team .so-content .about-team-item-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.72%;
  flex: 0 0 48.72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-template-team-partners .team .about-team .so-content .about-team-item-text h4 {
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  padding-bottom: 0;
}
.page-template-team-partners .team .about-team .so-content .about-team-item-text p {
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  padding-bottom: 20px;
}
.page-template-team-partners .team .partners {
  background: #1F1D1C;
  padding-top: 70px;
  padding-bottom: 100px;
}
.page-template-team-partners .team .partners .so-content h2 {
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 40px;
}
.page-template-team-partners .team .partners .so-content .partners-links-slider {
  display: none;
}
.page-template-team-partners .team .partners .so-content .partners-links {
  margin-left: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page-template-team-partners .team .partners .so-content .partners-links .partners-link {
  width: 30.74%;
  min-height: 270px;
  background: #fff;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 25px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-template-team-partners .team .partners .so-content .partners-links .partners-link-text {
  padding: 50px 50px 50px 50px;
}
.page-template-team-partners .team .partners .so-content .partners-links .partners-link-text img.partners-logo {
  margin-bottom: 30px;
}
.page-template-team-partners .team .partners .so-content .partners-links .partners-link-text p {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #1F1D1C;
}
.page-template-team-partners .team .partners .so-content .partners-links .partners-link-text p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.page-template-team-partners .team .partners .so-content .partners-links .partners-link a.partners-link-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 50px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-size: 200% 200%;
  -webkit-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  transition: background-position 0.3s;
  background-image: -o-linear-gradient(bottom, #FB602E 50%, #fff 0);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FB602E), color-stop(0, #fff));
  background-image: linear-gradient(to top, #FB602E 50%, #fff 0);
}
.page-template-team-partners .team .partners .so-content .partners-links .partners-link a.partners-link-btn p {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FB602E;
  opacity: 1;
}
.page-template-team-partners .team .partners .so-content .partners-links .partners-link a.partners-link-btn p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.page-template-team-partners .team .partners .so-content .partners-links .partners-link:hover a {
  -webkit-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  transition: background-position 0.3s;
  background-position: bottom;
}
.page-template-team-partners .team .partners .so-content .partners-links .partners-link:hover a p {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}
.page-template-team-partners .team .partners .so-content .partners-links .partners-link:hover a svg path {
  stroke: #fff;
}

@media screen and (max-width: 1050px) {
  .page-template-team-partners .team .partners .so-content .partners-links {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .page-template-team-partners .team .partners .so-content .partners-links::-webkit-scrollbar { /* chrome based */
    width: 0px; /* ширина scrollbar'a */
    background: transparent; /* опционально */
  }
  .page-template-team-partners .team .partners .so-content .partners-links .partners-link {
    min-width: 370px;
  }
}
@media screen and (max-width: 991px) {
  .page-template-team-partners .team .team-head .so-content img.text {
    padding-left: 1.5rem;
    max-width: 950px !important;
    width: 109%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    top: 10px;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content-text {
    width: 100%;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content .logo {
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 56px 0 74px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 0;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content .logo img.background_logo_small {
    padding-right: 55px;
  }
  .page-template-team-partners .team .team-head .so-content:after {
    height: 52%;
  }
  .page-template-team-partners .team .our-team img.image_our {
    display: none;
  }
  .page-template-team-partners .team .our-team img.team_tablet {
    display: inherit;
  }
  .page-template-team-partners .team .about-team .so-content {
    padding-left: 1.5em;
    padding-top: 80px;
  }
}
@media screen and (max-width: 700px) {
  .page-template-team-partners .team .team-head .so-content img.text {
    top: 20px;
    width: 97.5%;
  }
  .page-template-team-partners .team .team-head .so-content:after {
    display: none;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content {
    -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;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content-text {
    margin-top: 19%;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content-text h1 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content .logo {
    height: auto;
    position: static;
    width: 100%;
    margin-right: 0;
    padding-top: 13px;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content .logo .big_logo {
    display: none;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content .logo img.background_logo_small {
    display: none;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content .logo img.background_logo_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .page-template-team-partners .team .our-team img.team_tablet {
    display: none;
  }
  .page-template-team-partners .team .our-team img.team_mobile {
    display: inherit;
  }
  .page-template-team-partners .team .about-team .so-content {
    padding-left: 2em;
    padding-bottom: 0px;
    padding-top: 60px;
  }
  .page-template-team-partners .team .about-team .so-content .about-team-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-template-team-partners .team .about-team .so-content .about-team-item h3 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
  }
  .page-template-team-partners .team .partners {
    padding-bottom: 70px;
  }
  .page-template-team-partners .team .partners .so-content h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .page-template-team-partners .team .partners .so-content .partners-links {
    display: none;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider {
    display: inherit;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .slick-dots {
    margin-top: 60px;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link {
    width: 30.74%;
    height: auto;
    background: #fff;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link:last-child {
    margin-right: 0;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link-text {
    padding: 30px 20px 20px 20px;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link-text img.partners-logo {
    margin-bottom: 30px;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link-text p {
    font-family: Circular Std Book, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #1F1D1C;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link-text p:lang(uk) {
    font-family: Montserrat Std Book, sans-serif;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link a.partners-link-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-size: 200% 200%;
    -webkit-transition: background-position 0.3s;
    -o-transition: background-position 0.3s;
    transition: background-position 0.3s;
    background-image: -o-linear-gradient(bottom, #FB602E 50%, #fff 0);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FB602E), color-stop(0, #fff));
    background-image: linear-gradient(to top, #FB602E 50%, #fff 0);
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link a.partners-link-btn p {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: Circular Std Bold, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #FB602E;
    opacity: 1;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link a.partners-link-btn p:lang(uk) {
    font-family: Montserrat Std Bold, sans-serif;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link:hover a {
    -webkit-transition: background-position 0.3s;
    -o-transition: background-position 0.3s;
    transition: background-position 0.3s;
    background-position: bottom;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link:hover a p {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
  }
  .page-template-team-partners .team .partners .so-content .partners-links-slider .partners-link:hover a svg path {
    stroke: #fff;
  }
  .page-template-team-partners .team .arrow-prev, .page-template-team-partners .team .arrow-next {
    display: none;
  }
}
@media screen and (max-height: 620px) {
  .page-template-team-partners .team .team-head {
    height: 100%;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content .logo {
    position: static;
    height: 100%;
  }
  .page-template-team-partners .team .team-head .so-content .team-head-content .logo {
    padding-bottom: 0;
  }
}
.post-type-archive-case_study .more-case-block-cat, .tax-case_categories .more-case-block-cat, .tax-case_industry_name .more-case-block-cat {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 12px;
}
.post-type-archive-case_study .more-case-block-cat .cat, .tax-case_categories .more-case-block-cat .cat, .tax-case_industry_name .more-case-block-cat .cat {
  position: relative;
}
.post-type-archive-case_study .more-case-block-cat .cat input, .tax-case_categories .more-case-block-cat .cat input, .tax-case_industry_name .more-case-block-cat .cat input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.post-type-archive-case_study .more-case-block-cat .cat label, .tax-case_categories .more-case-block-cat .cat label, .tax-case_industry_name .more-case-block-cat .cat label {
  background: #F3E4DF;
  color: #FB602E;
}
.post-type-archive-case_study .more-case-block-cat .cat:hover label, .tax-case_categories .more-case-block-cat .cat:hover label, .tax-case_industry_name .more-case-block-cat .cat:hover label {
  transition: all 0.2s ease;
  background: #FB602E;
  color: #fff;
}
.post-type-archive-case_study .more-case-block-cat .cat input:checked + label, .tax-case_categories .more-case-block-cat .cat input:checked + label, .tax-case_industry_name .more-case-block-cat .cat input:checked + label {
  background: #FB602E !important;
  color: #fff !important;
}
.post-type-archive-case_study .more-case-block-cat .cat.case-industry-name label, .tax-case_categories .more-case-block-cat .cat.case-industry-name label, .tax-case_industry_name .more-case-block-cat .cat.case-industry-name label {
  background: rgba(127, 57, 251, 0.1) !important;
  color: #7F39FB !important;
}
.post-type-archive-case_study .more-case-block-cat .cat.case-industry-name:hover label, .tax-case_categories .more-case-block-cat .cat.case-industry-name:hover label, .tax-case_industry_name .more-case-block-cat .cat.case-industry-name:hover label {
  transition: all 0.2s ease;
  background: #7F39FB !important;
  color: #fff !important;
}
.post-type-archive-case_study .more-case-block-cat .cat.case-industry-name input:checked + label, .tax-case_categories .more-case-block-cat .cat.case-industry-name input:checked + label, .tax-case_industry_name .more-case-block-cat .cat.case-industry-name input:checked + label {
  transition: all 0.2s ease;
  background: #7F39FB !important;
  color: #fff !important;
}
.post-type-archive-case_study .more-case-block-cat label, .tax-case_categories .more-case-block-cat label, .tax-case_industry_name .more-case-block-cat label {
  font-family: Circular Std Medium;
  font-size: 16px;
  line-height: 150%;
  mix-blend-mode: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px;
  min-width: 143px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.post-type-archive-case_study .more-case-block-cat label:lang(uk), .tax-case_categories .more-case-block-cat label:lang(uk), .tax-case_industry_name .more-case-block-cat label:lang(uk) {
  font-family: Montserrat Std Medium;
}
.post-type-archive-case_study .case-study .case-study-head, .tax-case_categories .case-study .case-study-head, .tax-case_industry_name .case-study .case-study-head {
  padding-bottom: 50px;
  padding-top: 164px;
  background: #1F1D1C;
}
.post-type-archive-case_study .case-study .case-study-head .so-content, .tax-case_categories .case-study .case-study-head .so-content, .tax-case_industry_name .case-study .case-study-head .so-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .case-study-title h1, .tax-case_categories .case-study .case-study-head .so-content .case-study-title h1, .tax-case_industry_name .case-study .case-study-head .so-content .case-study-title h1 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .case-study-title h1:lang(uk), .tax-case_categories .case-study .case-study-head .so-content .case-study-title h1:lang(uk), .tax-case_industry_name .case-study .case-study-head .so-content .case-study-title h1:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .case-study-title h1 .line, .tax-case_categories .case-study .case-study-head .so-content .case-study-title h1 .line, .tax-case_industry_name .case-study .case-study-head .so-content .case-study-title h1 .line {
  width: 40px;
  height: 3px;
  background: #fff;
  margin-right: 30px;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .case-study-title p, .tax-case_categories .case-study .case-study-head .so-content .case-study-title p, .tax-case_industry_name .case-study .case-study-head .so-content .case-study-title p {
  padding-left: 70px;
  font-size: 16px;
  line-height: 187%;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.5;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile, .tax-case_categories .case-study .case-study-head .so-content .search-mobile, .tax-case_industry_name .case-study .case-study-head .so-content .search-mobile {
  display: none;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block, .tax-case_categories .case-study .case-study-head .so-content .search-block, .tax-case_industry_name .case-study .case-study-head .so-content .search-block {
  cursor: pointer;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-hide-select.selectric-is-native, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-hide-select.selectric-is-native, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-hide-select.selectric-is-native {
  z-index: 1;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-wrapper, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-wrapper, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-wrapper {
  width: 252px;
  margin-left: 40px;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: #353433;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric p, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric p, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric p {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  height: auto;
  padding-left: 20px;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric p:lang(uk), .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric p:lang(uk), .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .label, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .label, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .label {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  height: auto;
  margin: 0;
  padding: 10px;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .label:lang(uk), .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .label:lang(uk), .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .label:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .button, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .button, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .button {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  padding-right: 18px;
  background: #353433;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .button:after, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .button:after, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .button:after {
  border: 5px solid transparent;
  border-top-color: #FB602E;
  bottom: -5px;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-open .button, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-open .button, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-open .button {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items {
  border: none;
  width: 100% !important;
  border-top: 1px solid #1F1D1C;
  background: #353433;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  height: auto;
  padding: 10px;
  padding-top: 20px;
  padding-left: 38px;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li:lang(uk), .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li:lang(uk), .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li:last-child, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li:last-child, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li:last-child {
  padding-bottom: 20px;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li.highlighted, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li.highlighted, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li.highlighted {
  background: #353433;
  color: #FFFFFF;
  opacity: 1;
}
.post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li:hover, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li:hover, .tax-case_industry_name .case-study .case-study-head .so-content .search-block .selectric-open .selectric-items li:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #353433;
  color: #FFFFFF;
  opacity: 1;
}
.post-type-archive-case_study .case-study .cases .so-content, .tax-case_categories .case-study .cases .so-content, .tax-case_industry_name .case-study .cases .so-content {
  padding-bottom: 100px;
}
.post-type-archive-case_study .case-study .cases .so-content p.so-archive-results, .tax-case_categories .case-study .cases .so-content p.so-archive-results, .tax-case_industry_name .case-study .cases .so-content p.so-archive-results {
  font-size: 16px;
  line-height: 187%;
  color: #111111;
  mix-blend-mode: normal;
  opacity: 0.5;
  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;
  margin-top: 60px;
}
.post-type-archive-case_study .case-study .cases .so-content .so-archive-case, .tax-case_categories .case-study .cases .so-content .so-archive-case, .tax-case_industry_name .case-study .cases .so-content .so-archive-case {
  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;
}
.post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case, .tax-case_categories .case-study .cases .so-content .so-archive-case .case, .tax-case_industry_name .case-study .cases .so-content .so-archive-case .case {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.7%;
  flex: 0 0 48.7%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case:hover, .tax-case_categories .case-study .cases .so-content .so-archive-case .case:hover, .tax-case_industry_name .case-study .cases .so-content .so-archive-case .case:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.9;
}
.post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case img, .tax-case_categories .case-study .cases .so-content .so-archive-case .case img, .tax-case_industry_name .case-study .cases .so-content .so-archive-case .case img {
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 320px;
  height: 78%;
  -o-object-position: top;
  object-position: top;
}
.post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case a, .tax-case_categories .case-study .cases .so-content .so-archive-case .case a, .tax-case_industry_name .case-study .cases .so-content .so-archive-case .case a {
  padding: 0;
}
.post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case h4, .tax-case_categories .case-study .cases .so-content .so-archive-case .case h4, .tax-case_industry_name .case-study .cases .so-content .so-archive-case .case h4 {
  color: #1F1D1C;
  padding-bottom: 13px;
}
.post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case .case-excerpt, .tax-case_categories .case-study .cases .so-content .so-archive-case .case .case-excerpt, .tax-case_industry_name .case-study .cases .so-content .so-archive-case .case .case-excerpt {
  margin-top: 12px;
  max-width: 520px;
}
.post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case .case-excerpt p, .post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case .case-excerpt span, .tax-case_categories .case-study .cases .so-content .so-archive-case .case .case-excerpt p, .tax-case_categories .case-study .cases .so-content .so-archive-case .case .case-excerpt span, .tax-case_industry_name .case-study .cases .so-content .so-archive-case .case .case-excerpt p, .tax-case_industry_name .case-study .cases .so-content .so-archive-case .case .case-excerpt span {
  font-family: Circular Std Book, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1F1D1C;
}
.post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case .case-excerpt p:lang(uk), .post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case .case-excerpt span:lang(uk), .tax-case_categories .case-study .cases .so-content .so-archive-case .case .case-excerpt p:lang(uk), .tax-case_categories .case-study .cases .so-content .so-archive-case .case .case-excerpt span:lang(uk), .tax-case_industry_name .case-study .cases .so-content .so-archive-case .case .case-excerpt p:lang(uk), .tax-case_industry_name .case-study .cases .so-content .so-archive-case .case .case-excerpt span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}

@media screen and (max-width: 991px) {
  .post-type-archive-case_study .more-case-block-cat .cat:hover label, .tax-case_categories .more-case-block-cat .cat:hover label, .tax-case_industry_name .more-case-block-cat .cat:hover label {
    background: #F3E4DF !important;
    color: #FB602E !important;
  }
  .post-type-archive-case_study .more-case-block-cat .cat.case-industry-name:hover label, .tax-case_categories .more-case-block-cat .cat.case-industry-name:hover label, .tax-case_industry_name .more-case-block-cat .cat.case-industry-name:hover label {
    background: rgba(127, 57, 251, 0.1) !important;
    color: #7F39FB !important;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .label, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric .label {
    font-size: 16px;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric p, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-wrapper .selectric p {
    font-size: 16px;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-block, .tax-case_categories .case-study .case-study-head .so-content .search-block {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .post-type-archive-case_study .case-study .case-study-head, .tax-case_categories .case-study .case-study-head {
    padding-top: 120px;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content, .tax-case_categories .case-study .case-study-head .so-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile, .tax-case_categories .case-study .case-study-head .so-content .search-mobile {
    margin-top: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    position: relative;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile #search-mobile, .tax-case_categories .case-study .case-study-head .so-content .search-mobile #search-mobile {
    width: 100%;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile i, .tax-case_categories .case-study .case-study-head .so-content .search-mobile i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 23px;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile i svg, .tax-case_categories .case-study .case-study-head .so-content .search-mobile i svg {
    width: 14px;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile input, .tax-case_categories .case-study .case-study-head .so-content .search-mobile input {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: none;
    font-family: Circular Std Book, sans-serif;
    font-size: 16px;
    line-height: 20px;
    background: #353433;
    mix-blend-mode: normal;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile input:lang(uk), .tax-case_categories .case-study .case-study-head .so-content .search-mobile input:lang(uk) {
    font-family: Montserrat Std Book, sans-serif;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile input::-webkit-input-placeholder, .tax-case_categories .case-study .case-study-head .so-content .search-mobile input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile input::-moz-placeholder, .tax-case_categories .case-study .case-study-head .so-content .search-mobile input::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile input:-ms-input-placeholder, .tax-case_categories .case-study .case-study-head .so-content .search-mobile input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile input::-ms-input-placeholder, .tax-case_categories .case-study .case-study-head .so-content .search-mobile input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-mobile input::placeholder, .tax-case_categories .case-study .case-study-head .so-content .search-mobile input::placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-block, .tax-case_categories .case-study .case-study-head .so-content .search-block {
    margin-top: 20px;
    width: 100%;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-block svg, .tax-case_categories .case-study .case-study-head .so-content .search-block svg {
    display: none;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .search-block .selectric-wrapper, .tax-case_categories .case-study .case-study-head .so-content .search-block .selectric-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .post-type-archive-case_study .case-study .cases .so-content .so-archive-case, .tax-case_categories .case-study .cases .so-content .so-archive-case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case, .tax-case_categories .case-study .cases .so-content .so-archive-case .case {
    margin-top: 40px;
  }
  .post-type-archive-case_study .case-study .cases .so-content .so-archive-case .case img, .tax-case_categories .case-study .cases .so-content .so-archive-case .case img {
    margin-bottom: 10px;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content, .tax-case_categories .case-study .case-study-head .so-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .case-study-title h1 .line, .tax-case_categories .case-study .case-study-head .so-content .case-study-title h1 .line {
    display: none;
  }
  .post-type-archive-case_study .case-study .case-study-head .so-content .case-study-title p, .tax-case_categories .case-study .case-study-head .so-content .case-study-title p {
    padding-left: 0;
  }
}
.blog footer .footer-stock {
  display: none;
}
.blog footer .footer-hr {
  display: none;
}
.blog footer .footer-subscr {
  display: inherit;
}

.so-blog .blog-head {
  padding-bottom: 50px;
  padding-top: 164px;
  background: #1F1D1C;
}
.so-blog .blog-head a.back-to-blog {
  margin: auto;
  max-width: 1442px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5.5rem;
  padding-left: 5.5rem;
  font-size: 16px;
  line-height: 19px;
  font-family: Circular Std Book, sans-serif;
  color: #FB602E;
  margin-bottom: 29px;
  display: block;
  margin-top: -16px;
}
.so-blog .blog-head a.back-to-blog:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-blog .blog-head .so-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.so-blog .blog-head .so-content .blog-title h1 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
.so-blog .blog-head .so-content .blog-title h1:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog .blog-head .so-content .blog-title h1 a {
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0px;
}
.so-blog .blog-head .so-content .blog-title h1 a:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog .blog-head .so-content .blog-title h1 .line {
  width: 40px;
  height: 3px;
  background: #fff;
  margin-right: 30px;
}
.so-blog .blog-head .so-content .blog-title p {
  padding-left: 70px;
  font-size: 16px;
  line-height: 187%;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.5;
}
.so-blog .blog-head .so-content .search-mobile {
  display: none;
}
.so-blog .blog-head .so-content .search-block {
  cursor: pointer;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.so-blog .blog-head .so-content .search-block .selectric-hide-select.selectric-is-native {
  z-index: 1;
}
.so-blog .blog-head .so-content .search-block .selectric-wrapper {
  width: 252px;
  margin-left: 40px;
}
.so-blog .blog-head .so-content .search-block .selectric-wrapper .selectric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: #353433;
}
.so-blog .blog-head .so-content .search-block .selectric-wrapper .selectric p {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  height: auto;
  padding-left: 20px;
}
.so-blog .blog-head .so-content .search-block .selectric-wrapper .selectric p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-blog .blog-head .so-content .search-block .selectric-wrapper .selectric .label {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  height: auto;
  margin: 0;
  padding: 10px;
}
.so-blog .blog-head .so-content .search-block .selectric-wrapper .selectric .label:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-blog .blog-head .so-content .search-block .selectric-wrapper .selectric .button {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  padding-right: 18px;
  background: #353433;
}
.so-blog .blog-head .so-content .search-block .selectric-wrapper .selectric .button:after {
  border: 5px solid transparent;
  border-top-color: #FB602E;
  bottom: -5px;
}
.so-blog .blog-head .so-content .search-block .selectric-open .button {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.so-blog .blog-head .so-content .search-block .selectric-open .selectric-items {
  border: none;
  width: 100% !important;
  border-top: 1px solid #1F1D1C;
  background: #353433;
}
.so-blog .blog-head .so-content .search-block .selectric-open .selectric-items li {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  height: auto;
  padding: 10px;
  padding-top: 20px;
  padding-left: 38px;
}
.so-blog .blog-head .so-content .search-block .selectric-open .selectric-items li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-blog .blog-head .so-content .search-block .selectric-open .selectric-items li:last-child {
  padding-bottom: 20px;
}
.so-blog .blog-head .so-content .search-block .selectric-open .selectric-items li.highlighted {
  background: #353433;
  color: #FFFFFF;
  opacity: 1;
}
.so-blog .blog-head .so-content .search-block .selectric-open .selectric-items li:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #353433;
  color: #FFFFFF;
  opacity: 1;
}
.so-blog .items .so-content {
  width: 87%;
}
.so-blog .items .so-content p.so-archive-results {
  font-size: 16px;
  line-height: 187%;
  color: #111111;
  mix-blend-mode: normal;
  opacity: 0.5;
  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;
  margin-top: 60px;
}
.so-blog .items .so-content .so-archive-item {
  margin-bottom: 100px;
}
.so-blog .items .so-content .so-archive-item .item {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.so-blog .items .so-content .so-archive-item .item a.img {
  padding: 0;
  margin-right: 30px;
  min-width: 370px;
  max-width: 370px;
  width: 100%;
}
.so-blog .items .so-content .so-archive-item .item a.img img {
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 240px;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.so-blog .items .so-content .so-archive-item .item:hover a.img img {
  opacity: 0.9;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.so-blog .items .so-content .so-archive-item .item-desc {
  width: 100%;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.so-blog .items .so-content .so-archive-item .item-desc > a {
  padding: 0;
}
.so-blog .items .so-content .so-archive-item .item-desc .more-item-block-cat {
  margin-left: -6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.so-blog .items .so-content .so-archive-item .item-desc .more-item-block-cat a {
  padding: 12px;
  margin-left: -6px;
  margin-right: -12px;
  white-space: nowrap;
  color: #7F39FB;
  margin-right: -12px;
}
.so-blog .items .so-content .so-archive-item .item-desc .more-item-block-cat .read-time p {
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Circular Std Bold, sans-serif;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.so-blog .items .so-content .so-archive-item .item-desc .more-item-block-cat .read-time p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog .items .so-content .so-archive-item .item-desc .more-item-block-cat .read-time p span {
  margin-right: 1px;
  margin-left: 1px;
  padding-bottom: 0;
  opacity: 1;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
  font-family: Circular Std Bold, sans-serif;
}
.so-blog .items .so-content .so-archive-item .item-desc .more-item-block-cat .read-time p span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog .items .so-content .so-archive-item .item-desc h4 {
  line-height: 150%;
  color: #1F1D1C;
  padding-bottom: 10px;
}
.so-blog .items .so-content .so-archive-item .item-desc span {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.7;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.so-blog .items .so-content .so-archive-item .item-desc span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-blog .items .so-content .so-archive-item .item-desc .so-user-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.so-blog .items .so-content .so-archive-item .item-desc .so-user-data img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 20px;
}
.so-blog .items .so-content .so-archive-item .item-desc .so-user-data p {
  font-size: 16px;
  line-height: 19px;
  color: #1F1D1C;
}
.so-blog .items .so-content .so-archive-item .item-desc .so-user-data p.name {
  font-family: Circular Std Bold, sans-serif;
}
.so-blog .items .so-content .so-archive-item .item-desc .so-user-data p.name:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog .items .so-content .so-archive-item .item-desc .so-user-data p.space {
  margin-left: 4px;
  margin-right: 3px;
}
.so-blog .items .so-content .so-archive-item .item-desc .so-user-data p.possition {
  font-family: Circular Std Book, sans-serif;
}
.so-blog .items .so-content .so-archive-item .item-desc .so-user-data p.possition:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}

@media screen and (max-width: 991px) {
  .so-blog .blog-head .so-content .search-block .selectric-wrapper .selectric p, .so-blog .blog-head .so-content .search-block .selectric-wrapper .selectric .label {
    font-size: 16px;
  }
  .so-blog .blog-head .so-content .blog-title h1 .line {
    display: none;
  }
  .so-blog .blog-head a.back-to-blog {
    padding-left: 1.5rem;
  }
  .so-blog .blog-head .so-content .blog-title p {
    padding-left: 0;
  }
  .so-blog .blog-head .so-content .search-block {
    margin-right: 0;
  }
  .so-blog .blog-head {
    padding-top: 116px;
  }
  .so-blog .items .so-content {
    width: 100%;
  }
  .so-blog .items .so-content .so-archive-item .item {
    margin-top: 80px;
  }
  .so-blog .items .so-content .so-archive-item .item:first-child {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .so-blog .blog-head a.back-to-blog {
    padding-left: 2rem;
  }
  .so-blog .blog-head .so-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-blog .blog-head .so-content .search-mobile {
    margin-top: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    position: relative;
  }
  .so-blog .blog-head .so-content .search-mobile #search-mobile {
    width: 100%;
  }
  .so-blog .blog-head .so-content .search-mobile i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 23px;
  }
  .so-blog .blog-head .so-content .search-mobile i svg {
    width: 14px;
  }
  .so-blog .blog-head .so-content .search-mobile input {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: none;
    font-family: Circular Std Book, sans-serif;
    font-size: 16px;
    line-height: 20px;
    background: #353433;
    mix-blend-mode: normal;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .so-blog .blog-head .so-content .search-mobile input:lang(uk) {
    font-family: Montserrat Std Book, sans-serif;
  }
  .so-blog .blog-head .so-content .search-mobile input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .so-blog .blog-head .so-content .search-mobile input::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .so-blog .blog-head .so-content .search-mobile input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .so-blog .blog-head .so-content .search-mobile input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .so-blog .blog-head .so-content .search-mobile input::placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .so-blog .blog-head .so-content .search-block {
    margin-top: 20px;
    width: 100%;
  }
  .so-blog .blog-head .so-content .search-block svg {
    display: none;
  }
  .so-blog .blog-head .so-content .search-block .selectric-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .so-blog .items .so-content .so-archive-item .item {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-blog .items .so-content .so-archive-item .item:first-child {
    margin-top: 30px;
  }
  .so-blog .items .so-content .so-archive-item .item a.img {
    max-width: unset;
    min-height: 154px;
    min-width: auto;
  }
  .so-blog .items .so-content .so-archive-item .item a.img img {
    max-width: unset;
    min-height: 154px;
    height: 100%;
    margin-bottom: 30px;
  }
}
.single-career {
  overflow: unset !important;
}
.single-career #so-wrapper {
  overflow: unset;
}
.single-career .iziModal .iziModal-button-close {
  display: none;
}
.single-career footer .footer-stock {
  display: none;
}
.single-career footer .footer-hr {
  display: inherit;
}
.single-career .single_career {
  padding-top: 145px;
  padding-bottom: 120px;
}
.single-career .single_career .so-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-career .single_career .so-content .single_career-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.27%;
  flex: 0 0 57.27%;
  margin-right: 8.3%;
}
.single-career .single_career .so-content .single_career-content-head {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(31, 29, 28, 0.06);
  mix-blend-mode: normal;
  padding-bottom: 42px;
}
.single-career .single_career .so-content .single_career-content-head a {
  margin: -16px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #FB602E;
  margin-bottom: 4px;
}
.single-career .single_career .so-content .single_career-content-head a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .single_career .so-content .single_career-content-head h1 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #1F1D1C;
  padding-bottom: 4px;
}
.single-career .single_career .so-content .single_career-content-head h1:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-career .single_career .so-content .single_career-content-head span {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #1F1D1C;
  opacity: 0.5;
}
.single-career .single_career .so-content .single_career-content-head span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .single_career .so-content .single_career-content .single_career-about h1, .single-career .single_career .so-content .single_career-content .single_career-about h2, .single-career .single_career .so-content .single_career-content .single_career-about h3, .single-career .single_career .so-content .single_career-content .single_career-about h4, .single-career .single_career .so-content .single_career-content .single_career-about h5, .single-career .single_career .so-content .single_career-content .single_career-about h6 {
  margin-top: 60px;
  color: #1F1D1C;
  text-transform: none;
}
.single-career .single_career .so-content .single_career-content .single_career-about h2 {
  font-size: 24px;
  line-height: 30px;
}
.single-career .single_career .so-content .single_career-content .single_career-about p {
  padding-bottom: 20px;
  font-size: 16px;
}
.single-career .single_career .so-content .single_career-content .single_career-about p strong {
  font-family: Circular Std Bold, sans-serif;
}
.single-career .single_career .so-content .single_career-content .single_career-about p strong:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-career .single_career .so-content .single_career-content .single_career-about p p strong:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-career .single_career .so-content .single_career-content .single_career-about p strong:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-career .single_career .so-content .single_career-content .single_career-about a strong, .single-career .single_career .so-content .single_career-content .single_career-about a {
  margin: -16px;
  font-family: "PT Serif", sans-serif;
  color: #FB602E;
  text-decoration: underline;
}
.single-career .single_career .so-content .single_career-content .single_career-about a strong:lang(uk), .single-career .single_career .so-content .single_career-content .single_career-about a:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-career .single_career .so-content .single_career-content .single_career-about ul {
  padding-bottom: 4px;
  list-style: square;
}
.single-career .single_career .so-content .single_career-content .single_career-about ul li {
  text-indent: -4px;
  margin-left: 20px;
  padding-bottom: 16px;
  font-family: Circular Std Book, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1F1D1C;
}
.single-career .single_career .so-content .single_career-content .single_career-about ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .single_career .so-content .single_career-content .single_career-about ul li::marker {
  font-size: 24px;
}
.single-career .single_career .so-content .single_career-content .single_career-about ul li:last-child {
  padding-bottom: 0;
}
.single-career .single_career .so-content .single_career-contact {
  position: sticky;
  max-width: 400px;
  top: 180px;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.single-career .single_career .so-content .single_career-contact a.apply {
  margin-bottom: 42px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  background: #7F39FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.single-career .single_career .so-content .single_career-contact a.apply:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-career .single_career .so-content .single_career-contact-list {
  flex-wrap: wrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.single-career .single_career .so-content .single_career-contact-list a {
  margin: -16px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #FB602E;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.single-career .single_career .so-content .single_career-contact-list a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .single_career .so-content .single_career-contact-list .share-block {
  display: flex;
  flex-direction: column;
}
.single-career .single_career .so-content .single_career-contact-list .share-block p {
  margin-bottom: 8px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #8F8E8D;
}
.single-career .single_career .so-content .single_career-contact-list .share-block p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .single_career .so-content .single_career-contact-list .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-career .single_career .so-content .single_career-contact-list .share a {
  margin-right: 24px;
}
.single-career .single_career .so-content .single_career-contact-list .share a:last-child {
  margin-right: 0;
}
.single-career .apply-contact {
  position: relative;
}
.single-career .apply-contact .sucsess-block {
  padding: 2rem;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #441A66;
  border: 2px solid #FB602E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-career .apply-contact .sucsess-block p {
  margin-top: 27px;
  text-align: center;
  color: #FFFFFF;
  font-family: Circular Std Bold, sans-serif;
}
.single-career .apply-contact .sucsess-block p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-career .apply-contact .sucsess-block span {
  cursor: pointer;
  margin-top: 30px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #FB602E;
}
.single-career .apply-contact .sucsess-block span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .iziModal {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  justify-content: center;
  align-items: center;
}
.single-career .iziModal #apply {
  position: relative;
  background: #300256;
  padding: 40px 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 310px !important;
  height: max-content;
}
.single-career .iziModal #apply .wpcf7-not-valid-tip {
  margin-top: -20px;
  font-size: 16px;
  line-height: 1.9;
  font-family: Circular Std Book, sans-serif;
}
.single-career .iziModal #apply .wpcf7-not-valid-tip:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .iziModal #apply .wpcf7-response-output {
  font-size: 16px;
  line-height: 15px;
  margin: 0;
  border: none;
  padding: 0;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.5;
  font-family: Circular Std Book, sans-serif;
}
.single-career .iziModal #apply .wpcf7-response-output:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .iziModal #apply input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: none;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #F6F6F6;
  padding: 16px 30px 13px;
  outline: none;
  background: #441b66;
}
.single-career .iziModal #apply input:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .iziModal #apply input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
.single-career .iziModal #apply input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
.single-career .iziModal #apply input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
.single-career .iziModal #apply input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
.single-career .iziModal #apply input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
.single-career .iziModal #apply input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8;
}
.single-career .iziModal #apply input::-ms-input-placeholder { /* Microsoft Edge */
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8;
}
.single-career .iziModal #apply .so-contact-submit {
  margin-bottom: 10px;
  margin-top: 20px;
}
.single-career .iziModal #apply .so-contact-submit span.ajax-loader {
  display: none !important;
}
.single-career .iziModal #apply .so_btn_send {
  width: 100%;
  cursor: pointer;
  background: #FE5F1D;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 16px 58px;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-career .iziModal #apply .so_btn_send:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-career .iziModal #apply .so_btn_send:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #dc4b2a;
}
.single-career .iziModal #apply p {
  position: relative;
}
.single-career .iziModal #apply .wpcf7-form-control-wrap {
  position: static;
}
.single-career .iziModal #apply .wpcf7-form-control-wrap svg {
  position: absolute;
  left: 50%;
  top: 70px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-career .iziModal #apply .codedropz-upload-handler {
  padding: 200px 54px 40px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  mix-blend-mode: normal;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-career .iziModal #apply .codedropz-upload-handler .codedropz-upload-container {
  padding-top: 200px;
  padding: 0;
}
.single-career .iziModal #apply .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-career .iziModal #apply .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-career .iziModal #apply .codedropz-upload-handler h3 {
  font-family: Circular Std Book, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8;
  padding-bottom: 0;
  margin: auto;
}
.single-career .iziModal #apply .codedropz-upload-handler h3:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .iziModal #apply .codedropz-upload-handler span {
  font-family: Circular Std Book, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #F6F6F6;
  mix-blend-mode: normal;
  opacity: 0.8;
}
.single-career .iziModal #apply .codedropz-upload-handler span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .iziModal #apply .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.single-career .iziModal #apply .codedropz-upload-handler a {
  margin: -16px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #FB602E;
  text-decoration: underline;
}
.single-career .iziModal #apply .codedropz-upload-handler a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-career .iziModal #apply .dnd-upload-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-career .iziModal #apply .dnd-upload-status .dnd-upload-details {
  width: 100%;
  padding-left: 0;
}
.single-career .iziModal #apply .dnd-upload-status .dnd-upload-image {
  display: none;
}
.single-career .iziModal #apply .dnd-upload-status .dnd-progress-bar {
  background: transparent !important;
  display: flex !important;
  height: auto !important;
}
.single-career .iziModal #apply .dnd-upload-status .dnd-progress-bar span {
  width: 100% !important;
  background: transparent !important;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-career .iziModal #apply .dnd-upload-status span {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  color: #F6F6F6;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-career .iziModal #apply .dnd-upload-status span.has-error {
  margin-top: 5px;
}
.single-career .iziModal #apply .dnd-upload-status span.dnd-icon-remove {
  font-size: 0;
}
.single-career .iziModal #apply .dnd-upload-status span.dnd-icon-remove:after {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15L29 29' stroke='%23F6F6F6' stroke-width='3' stroke-linecap='round'%3E%3C/path%3E%3Cpath d='M29 15L15 29' stroke='%23F6F6F6' stroke-width='3' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
}
.single-career .iziModal #apply .dnd-upload-status p {
  font-size: 16px;
  line-height: 1;
}
.single-career .iziModal #apply .dnd-upload-status.in-progress .remove-file {
  opacity: 1 !important;
}
.single-career .iziModal #apply .dnd-upload-status .dnd-upload-details .remove-file {
  top: 2px;
  padding-top: 0;
}
.single-career .iziModal #apply .dnd-upload-status .dnd-upload-details .name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-career .iziModal #apply .dnd-upload-status .dnd-upload-details .name em {
  display: none;
}

.single-career .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  display: none !important;
}

@media screen and (max-width: 1280px) {
  .single-career .single_career .so-content .single_career-contact {
    width: 29.7vw;
  }
}
@media screen and (max-width: 991px) {
  .single-career .single_career .so-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-career .single_career .so-content .single_career-contact {
    margin-right: 0;
    position: static;
    margin-top: 60px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .single-career .single_career .so-content .single_career-content .single_career-about ul {
    padding-left: 4px;
  }
  .single-career .single_career .so-content .single_career-about {
    margin-top: -20px;
  }
  .single-career .single_career .so-content .single_career-content-head {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .single-career .iziModal .iziModal-button-close {
    display: inherit;
    position: absolute;
    right: -25px;
    top: -35px;
    width: 25px;
  }
}
@media screen and (max-height: 600px) {
  .single-career .iziModal .iziModal-button-close {
    display: inherit;
    position: absolute;
    right: -25px;
    top: -35px;
    width: 25px;
  }
  .single-career .iziModal .codedropz-upload-handler {
    padding: 120px 10px 40px;
  }
  .single-career .iziModal .wpcf7-form-control-wrap svg {
    top: 30px;
  }
}
@media screen and (max-height: 550px) {
  .single-career .iziModal .wpcf7-form-control-wrap svg {
    display: none;
  }
  .single-career .iziModal .codedropz-upload-handler {
    padding: 70px 10px 70px;
  }
}
.post-type-archive-career header.blur {
  background: #1F1D1C !important;
}
.post-type-archive-career footer .footer-stock {
  display: none;
}
.post-type-archive-career footer .footer-hr {
  display: inherit;
}
.post-type-archive-career .careers-head {
  background: #7F39FB;
  height: 100vh;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 110px;
  padding-bottom: 48px;
}
.post-type-archive-career .careers-head .so-content {
  height: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.post-type-archive-career .careers-head .so-content:before {
  position: absolute;
  content: "";
  left: 5.5rem;
  height: 100%;
  width: 18px;
  border: 5px solid #300256;
  border-right: none;
}
.post-type-archive-career .careers-head .so-content:after {
  position: absolute;
  content: "";
  right: 5.5rem;
  height: 40%;
  bottom: 0;
  width: 18px;
  border: 5px solid #300256;
  border-left: none;
}
.post-type-archive-career .careers-head .so-content img.text {
  position: absolute;
  top: -25px;
  left: 0;
  padding-left: 8.7rem;
  padding-right: 5.5rem;
}
.post-type-archive-career .careers-head .so-content img.logo {
  margin-bottom: 4.2%;
  margin-top: 6.6%;
  position: relative;
}
.post-type-archive-career .careers-head .so-content h1.careers-head-text {
  padding-bottom: 0;
  position: relative;
  text-align: center;
  max-width: 470px;
  text-transform: uppercase;
  margin-bottom: 110px;
}
.post-type-archive-career .careers-head .so-content h1.careers-head-text:after {
  content: "!";
  color: #FB602E;
}
.post-type-archive-career .careers-head .so-content a {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #FB602E;
  padding-bottom: 22px;
}
.post-type-archive-career .careers-head .so-content a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.post-type-archive-career .careers-head .so-content a svg {
  position: absolute;
  bottom: -12px;
  left: 50%;
}
.post-type-archive-career .careers .approach .so-content {
  padding-top: 120px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.post-type-archive-career .careers .approach .so-content h2 {
  text-transform: inherit;
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 22px;
  white-space: nowrap;
  color: #1F1D1C;
}
.post-type-archive-career .careers .approach .so-content h2:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.post-type-archive-career .careers .approach .so-content h2 span {
  color: #FB602E;
}
.post-type-archive-career .careers .approach .so-content .approach-text {
  margin-left: 18.4%;
}
.post-type-archive-career .careers .approach .so-content .approach-text p {
  line-height: 28px;
  color: #1F1D1C;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
}
.post-type-archive-career .careers .vacancy {
  background: #1F1D1C;
  padding-top: 70px;
  padding-bottom: 70px;
}
.post-type-archive-career .careers .vacancy .so-content h2 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  padding-bottom: 50px;
  text-transform: uppercase;
}
.post-type-archive-career .careers .vacancy .so-content h2:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-slider {
  display: none !important;
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item {
  margin-bottom: 30px;
  width: 48.7%;
  min-height: 430px;
  background: #fff;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item img {
  width: 50px;
  padding-bottom: 30px;
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item h3 {
  text-transform: uppercase;
  color: #7F39FB;
  padding-bottom: 30px;
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item p {
  font-size: 16px;
  padding-bottom: 30px;
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item .link {
  text-align: center;
  cursor: pointer;
  background: #FE5F1D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 55px 13px 55px;
  border: none;
  outline: none;
  position: relative;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item .link:lang(uk) {
  padding: 14px 16px 13px 16px;
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item .link span {
  position: relative;
  font-family: Circular Std Bold, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item .link span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item .link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: #7F39FB;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item .link:hover:before {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.post-type-archive-career .careers .features .so-content {
  padding-top: 147px;
}
.post-type-archive-career .careers .features .so-content h2 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #1F1D1C;
  text-transform: uppercase;
  padding-bottom: 70px;
}
.post-type-archive-career .careers .features .so-content h2:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.post-type-archive-career .careers .features .features-slider {
  padding-bottom: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-type-archive-career .careers .features .features-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.post-type-archive-career .careers .features .features-slider .features-slide {
  height: auto;
  min-height: 280px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.post-type-archive-career .careers .features .features-slider .features-slide .img-slide {
  background: rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px;
  margin-bottom: 30px;
}
.post-type-archive-career .careers .features .features-slider .features-slide .img-slide img {
  width: 30px;
  height: 30px;
}
.post-type-archive-career .careers .features .features-slider .features-slide h4 {
  padding-bottom: 20px;
}
.post-type-archive-career .careers .features .features-slider .features-slide p {
  color: #FFFFFF;
  font-size: 16px;
}
.post-type-archive-career .careers .features .features-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.post-type-archive-career .careers .features .features-slider .wrap-btn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
.post-type-archive-career .careers .features .features-slider .wrap-btn svg.owl-prev {
  cursor: pointer;
  margin-right: 25px;
}
.post-type-archive-career .careers .features .features-slider .wrap-btn svg.owl-next {
  cursor: pointer;
  margin-left: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .post-type-archive-career .careers .approach .so-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .post-type-archive-career .careers .approach .so-content .approach-text {
    margin-left: 11.4%;
  }
  .post-type-archive-career .careers .vacancy .so-content {
    padding: 0;
  }
  .post-type-archive-career .careers .vacancy .so-content h2 {
    padding-left: 1.5rem;
  }
  .post-type-archive-career .careers .vacancy .so-content .vacancy-block {
    display: none;
    padding-left: 1.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .post-type-archive-career .careers .vacancy .so-content .vacancy-block h3 {
    padding-left: 0;
  }
  .post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .post-type-archive-career .careers .vacancy .so-content .vacancy-slider {
    display: inherit !important;
  }
  .post-type-archive-career .careers .features .so-content {
    padding-top: 90px;
  }
  .post-type-archive-career .careers .features .features-slider {
    padding-bottom: 80px;
  }
  .post-type-archive-career .careers .features .features-slider .wrap-btn svg {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .post-type-archive-career .careers-head {
    padding-top: 135px;
    padding-bottom: 40px;
  }
  .post-type-archive-career .careers-head .so-content {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .post-type-archive-career .careers-head .so-content img.text {
    padding: 0;
    top: -15px;
  }
  .post-type-archive-career .careers-head .so-content img.logo {
    width: 77%;
  }
  .post-type-archive-career .careers-head .so-content h1.careers-head-text {
    font-size: 36px;
    line-height: 42px;
  }
  .post-type-archive-career .careers-head .so-content:before {
    left: 1rem;
  }
  .post-type-archive-career .careers-head .so-content:after {
    right: 1rem;
  }
  .post-type-archive-career .careers .approach .so-content {
    padding: 60px 2rem 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-type-archive-career .careers .approach .so-content .approach-text {
    margin-left: 0;
  }
  .post-type-archive-career .careers .approach .so-content .approach-text p {
    font-family: Circular Std Book, sans-serif;
    font-size: 18px;
    line-height: 178%;
  }
  .post-type-archive-career .careers .approach .so-content .approach-text p:lang(uk) {
    font-family: Montserrat Std Book, sans-serif;
  }
  .post-type-archive-career .careers .vacancy {
    padding: 60px 0;
  }
  .post-type-archive-career .careers .vacancy .so-content h2 {
    padding-bottom: 40px;
  }
  .post-type-archive-career .careers .vacancy .so-content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item {
    height: auto;
    padding: 40px 30px;
    min-height: unset;
    margin-bottom: 0;
  }
  .post-type-archive-career .careers .vacancy .so-content .vacancy-block .vacancy-item h3 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .post-type-archive-career .careers .features .so-content {
    padding-top: 60px;
  }
  .post-type-archive-career .careers .features .features-slider {
    padding-bottom: 113px;
  }
  .post-type-archive-career .careers .features .features-slider .slick-list {
    min-height: 260px;
    margin-bottom: 70px;
  }
  .post-type-archive-career .careers .features .features-slider .slick-track {
    margin-bottom: 0;
  }
  .post-type-archive-career .careers .features .features-slider .wrap-btn {
    margin-top: 60px;
  }
  .post-type-archive-career .careers .features .features-slider .features-slide {
    padding: 30px;
    min-height: unset;
  }
}
@media screen and (max-height: 620px) {
  .post-type-archive-career .careers-head {
    height: 100%;
  }
  .post-type-archive-career .careers-head .so-content h1.careers-head-text {
    margin-bottom: 60px;
  }
}
.single-post #so-wrapper {
  overflow: unset;
}
.single-post footer .footer-stock {
  display: none;
}
.single-post footer .footer-hr {
  display: none;
}
.single-post footer .footer-subscr {
  display: inherit;
}
.single-post .so-data-share-mobile {
  display: none;
}
.single-post .single-blog-head .blog-img {
  overflow: hidden;
  background-color: rgba(48, 2, 85, 0.5);
  position: absolute;
  top: -80px;
  width: 100%;
  left: 0;
}
.single-post .single-blog-head .blog-img img.bg_img-blog {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  filter: blur(8.1828px);
  -webkit-filter: blur(8.1828px);
  -o-object-position: top;
  object-position: top;
  height: 700px;
  position: relative;
}
.single-post .single-blog-head-info {
  padding-bottom: 50px;
  position: relative;
  max-width: 630px;
  margin: auto;
  padding-top: 220px;
}
.single-post .single-blog-head-info h1 {
  text-transform: inherit;
  padding-bottom: 30px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
}
.single-post .single-blog-head-info h1:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog-head-info .so-data-share {
  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;
}
.single-post .single-blog-head-info .so-data-share .so-user-data {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single-post .single-blog-head-info .so-data-share .so-user-data img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 20px;
}
.single-post .single-blog-head-info .so-data-share .so-user-data p {
  color: #fff;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  font-family: Circular Std Bold, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .so-user-data p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .so-user-data p.name {
  font-family: Circular Std Bold, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .so-user-data p.name:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .so-user-data p.space {
  font-family: Circular Std Book, sans-serif;
  margin-left: 4px;
  margin-right: 3px;
}
.single-post .single-blog-head-info .so-data-share .so-user-data p.space:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .so-user-data p.possition {
  font-family: Circular Std Book, sans-serif;
  margin-right: 15px;
}
.single-post .single-blog-head-info .so-data-share .so-user-data p.possition:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .so-user-data .vert-line {
  height: 40px;
  width: 1px;
  background: #fff;
}
.single-post .single-blog-head-info .so-data-share .so-user-data .read-time {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Circular Std Book, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .so-user-data .read-time:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .so-user-data .read-time span {
  font-size: 5px;
  color: #fff;
  margin-right: 5px;
}
.single-post .single-blog-head-info .so-data-share .so-user-data .read-time p {
  white-space: nowrap;
}
.single-post .single-blog-head-info .so-data-share .so-user-data .read-time p .span-reading-time:lang(uk) {
  margin-left: 4px;
}
.single-post .single-blog-head-info .so-data-share .so-user-data .read-time p .span-reading-time:lang(uk) {
  margin-left: 4px;
}
.single-post .single-blog-head-info .so-data-share .so-user-data .read-time p span {
  margin-right: 0;
  font-size: 16px;
  line-height: 19px;
  font-family: Circular Std Bold, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .so-user-data .read-time p span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-post .single-blog-head-info .so-data-share .share-link p {
  color: #fff;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  font-family: Circular Std Book, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .share-link p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog-head-info .so-data-share .share-link img {
  width: 24px;
  height: 24px;
}
.single-post .single-blog-head-info .so-data-share .share-link a {
  padding: 12px;
}
.single-post .single-blog .so-content-blog {
  position: relative;
  max-width: 1440px;
  margin: auto;
}
.single-post .single-blog .so-content-blog .content_blog {
  position: absolute;
  height: calc(100% - 165px);
  top: 180px;
  margin: auto;
  left: 79%;
  z-index: 3;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu {
  position: sticky;
  top: 25%;
  left: 80%;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  max-width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link img.user {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 19px;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link p {
  padding-bottom: 0;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link p.share-text {
  font-family: Circular Std Book, sans-serif;
  margin-right: 30px;
  color: #292929;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 10px;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link p.share-text:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .so-user-data {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .so-user-data p {
  color: #292929;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  font-family: Circular Std Bold, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .so-user-data p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .so-user-data p.name {
  font-family: Circular Std Bold, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .so-user-data p.name:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .so-user-data p.space {
  font-family: Circular Std Book, sans-serif;
  margin-left: 4px;
  margin-right: 3px;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .so-user-data p.space:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .so-user-data p.possition {
  font-family: Circular Std Book, sans-serif;
  margin-right: 30px;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .so-user-data p.possition:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .read-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Circular Std Book, sans-serif;
  border-bottom: 1px solid rgba(31, 29, 28, 0.06);
  mix-blend-mode: normal;
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .read-time:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .read-time span {
  font-size: 5px;
  color: #292929;
  margin-right: 5px;
  margin-left: 5px;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .read-time p {
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .read-time p .rt-time {
  font-family: Circular Std Book, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .read-time p .rt-time:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .read-time p span {
  margin-right: 0;
  font-size: 16px;
  line-height: 24px;
  margin-left: 0;
  font-family: Circular Std Bold, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .read-time p span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog .so-content-blog .content_blog .shareMenu .share-link .share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -16px;
}
.single-post .single-blog .so-content-blog .content_wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  max-width: 828px;
  margin: auto;
  padding: 60px 9.9rem;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-post .single-blog .so-content-blog p {
  font-family: "PT Serif", sans-serif;
  color: #292929;
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 30px;
}
.single-post .single-blog .so-content-blog p a strong, .single-post .single-blog .so-content-blog p a {
  margin: -16px;
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 30px;
  color: #FB602E;
  text-decoration: underline;
}
.single-post .single-blog .so-content-blog p strong {
  font-family: "PT Serif", sans-serif;
  color: #292929;
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 30px;
}
.single-post .single-blog .so-content-blog h1, .single-post .single-blog .so-content-blog h2, .single-post .single-blog .so-content-blog h3, .single-post .single-blog .so-content-blog h4, .single-post .single-blog .so-content-blog h5, .single-post .single-blog .so-content-blog h6 {
  color: #1F1D1C;
  padding-bottom: 18px;
}
.single-post .single-blog .so-content-blog h4 {
  font-size: 24px;
  line-height: 133%;
}
.single-post .single-blog .so-content-blog blockquote.article-content {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 30px 50px 10px;
  mix-blend-mode: normal;
  border: 1px solid rgba(216, 216, 216, 0.5);
}
.single-post .single-blog .so-content-blog blockquote.article-content ol, .single-post .single-blog .so-content-blog blockquote.article-content ul {
  list-style: decimal;
  margin-bottom: 0;
}
.single-post .single-blog .so-content-blog blockquote.article-content ol li, .single-post .single-blog .so-content-blog blockquote.article-content ul li {
  text-indent: -7px;
  margin-left: 26px;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #7F39FB;
  padding-bottom: 20px;
}
.single-post .single-blog .so-content-blog blockquote.article-content ol li:lang(uk), .single-post .single-blog .so-content-blog blockquote.article-content ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog .so-content-blog blockquote.article-content ol li:lang(uk)::marker, .single-post .single-blog .so-content-blog blockquote.article-content ul li:lang(uk)::marker {
  font-size: 18px;
}
.single-post .single-blog .so-content-blog blockquote.article-content ol li a, .single-post .single-blog .so-content-blog blockquote.article-content ul li a {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #7F39FB;
  padding-bottom: 20px;
  padding: 12px;
}
.single-post .single-blog .so-content-blog blockquote.article-content ol li a:lang(uk), .single-post .single-blog .so-content-blog blockquote.article-content ul li a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
  margin: 0;
}
.single-post .single-blog .so-content-blog table {
  margin: 0 auto 60px auto;
  width: 100% !important;
}
.single-post .single-blog .so-content-blog table td {
  padding: 16px 16px 16px 0;
  font-family: "Circular Std Book";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F1D1C;
}
.single-post .single-blog .so-content-blog table td:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog .so-content-blog table td strong {
  font-family: "Circular Std Bold";
}
.single-post .single-blog .so-content-blog table td strong:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog .so-content-blog table td ul {
  margin-bottom: 0;
}
.single-post .single-blog .so-content-blog table td ul li {
  font-family: "Circular Std Book";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F1D1C;
  padding-bottom: 0;
}
.single-post .single-blog .so-content-blog table td ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog .so-content-blog table tr {
  height: 100% !important;
  padding: 16px 0;
}
.single-post .single-blog .so-content-blog table thead {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #300256;
}
.single-post .single-blog .so-content-blog table thead td {
  color: #300256;
  padding-bottom: 12px;
  font-family: "Circular Std Bold";
}
.single-post .single-blog .so-content-blog table thead td:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog .so-content-blog table tbody tr {
  border-bottom: 1px solid rgba(143, 142, 141, 0.3);
}
@media only screen and (max-width: 800px) {
  .single-post .single-blog .so-content-blog table {
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    width: calc(100% + 6.8rem) !important;
    overflow: auto;
  }
  .single-post .single-blog .so-content-blog td {
    min-width: 220px !important;
  }
}
.single-post .single-blog .so-content-blog .syntaxhighlighter {
  margin-bottom: 60px;
  background: rgba(31, 29, 28, 0.03) !important;
  padding: 30px;
  color: #7F39FB;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-post .single-blog .so-content-blog .syntaxhighlighter::-webkit-scrollbar-thumb {
  background: rgba(143, 142, 141, 0.4);
  border-radius: 24px;
  overflow: hidden;
}
.single-post .single-blog .so-content-blog .syntaxhighlighter::-webkit-scrollbar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3px;
}
.single-post .single-blog .so-content-blog .syntaxhighlighter.nogutter td.code .container textarea, .single-post .single-blog .so-content-blog .syntaxhighlighter.nogutter td.code .line {
  background: rgb(248, 248, 248) !important;
  font-family: "Fira Code" !important;
  font-size: 16px !important;
  line-height: 120% !important;
  white-space: nowrap !important;
}
.single-post .single-blog .so-content-blog ol {
  margin-bottom: 40px;
  list-style: revert;
}
.single-post .single-blog .so-content-blog ol li {
  text-indent: -4px;
  margin-left: 25px;
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: #292929;
  padding-bottom: 20px;
}
.single-post .single-blog .so-content-blog ol li a strong, .single-post .single-blog .so-content-blog ol li a, .single-post .single-blog .so-content-blog ol li a em {
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 30px;
  color: #FB602E;
  text-decoration: underline;
}
.single-post .single-blog .so-content-blog ol li::marker {
  font-size: 20px;
}
.single-post .single-blog .so-content-blog ul {
  list-style: square;
  margin-bottom: 40px;
}
.single-post .single-blog .so-content-blog ul li {
  text-indent: -4px;
  margin-left: 25px;
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: #292929;
  padding-bottom: 20px;
}
.single-post .single-blog .so-content-blog ul li a strong, .single-post .single-blog .so-content-blog ul li a, .single-post .single-blog .so-content-blog ul li a em {
  font-family: "PT Serif", sans-serif;
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 30px;
  color: #FB602E;
  text-decoration: underline;
}
.single-post .single-blog .so-content-blog ul li::marker {
  font-size: 24px;
}
.single-post .single-blog .so-content-blog p img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.single-post .single-blog .so-content-blog .tag_name {
  margin-top: 56px;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single-post .single-blog .so-content-blog .tag_name a {
  white-space: nowrap;
  mix-blend-mode: normal;
  font-size: 16px;
  line-height: 150%;
  color: #7F39FB;
  padding: 12px 8px;
}
.single-post .single-blog .blog-links {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 630px;
  margin: auto;
}
.single-post .single-blog .blog-links .so-content {
  padding-left: 0;
  padding-right: 0;
}
.single-post .single-blog .blog-links .more-head {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-post .single-blog .blog-links .more-head h3 {
  padding-bottom: 16px;
  width: 100%;
  padding-right: 10px;
  color: #111;
  line-height: 100%;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  mix-blend-mode: normal;
}
.single-post .single-blog .blog-links .more-head a {
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #7F39FB;
  color: #1F1D1C;
  transition: all 0.3s ease;
}
.single-post .single-blog .blog-links .more-head a svg {
  margin-left: 12px;
}
.single-post .single-blog .blog-links .more-head a svg path {
  stroke: #1F1D1C;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post .single-blog .blog-links .more-head a:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #7F39FB;
}
.single-post .single-blog .blog-links .more-head a:hover svg path {
  stroke: #7F39FB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post .single-blog .blog-links .blog-more .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-post .single-blog .blog-links .blog-more .item:hover a.img img {
  opacity: 0.9;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-post .single-blog .blog-links .blog-more .item a.img {
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
.single-post .single-blog .blog-links .blog-more .item a.img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 250px;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-post .single-blog .blog-links .blog-more .item-desc > a {
  padding: 0;
}
.single-post .single-blog .blog-links .blog-more .item-desc .more-item-block-cat {
  margin-left: -6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.single-post .single-blog .blog-links .blog-more .item-desc .more-item-block-cat a {
  padding: 12px;
  margin-left: -6px;
  margin-right: -12px;
  white-space: nowrap;
  color: #7F39FB;
  margin-right: -12px;
}
.single-post .single-blog .blog-links .blog-more .item-desc .more-item-block-cat .read-time p {
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Circular Std Bold, sans-serif;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.single-post .single-blog .blog-links .blog-more .item-desc .more-item-block-cat .read-time p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog .blog-links .blog-more .item-desc .more-item-block-cat .read-time p span {
  margin-right: 1px;
  margin-left: 1px;
  padding-bottom: 0;
  opacity: 1;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
  font-family: Circular Std Bold, sans-serif;
}
.single-post .single-blog .blog-links .blog-more .item-desc .more-item-block-cat .read-time p span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog .blog-links .blog-more .item-desc h4 {
  line-height: 150%;
  color: #1F1D1C;
  padding-bottom: 10px;
}
.single-post .single-blog .blog-links .blog-more .item-desc span {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.7;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-post .single-blog .blog-links .blog-more .item-desc span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.single-post .single-blog .blog-links .blog-more .item-desc .so-user-data {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single-post .single-blog .blog-links .blog-more .item-desc .so-user-data img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 20px;
}
.single-post .single-blog .blog-links .blog-more .item-desc .so-user-data p {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  color: #1F1D1C;
  font-family: Circular Std Bold, sans-serif;
}
.single-post .single-blog .blog-links .blog-more .item-desc .so-user-data p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog .blog-links .blog-more .item-desc .so-user-data p.name {
  white-space: nowrap;
  font-family: Circular Std Bold, sans-serif;
}
.single-post .single-blog .blog-links .blog-more .item-desc .so-user-data p.name:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.single-post .single-blog .blog-links .blog-more .item-desc .so-user-data p.space {
  margin-left: 4px;
  margin-right: 3px;
}
.single-post .single-blog .blog-links .blog-more .item-desc .so-user-data p.possition {
  font-family: Circular Std Book, sans-serif;
}
.single-post .single-blog .blog-links .blog-more .item-desc .so-user-data p.possition:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}

@media screen and (max-width: 1124px) {
  .single-post .single-blog .so-content-blog .content_blog .shareMenu {
    display: none;
  }
  .single-post #so-wrapper {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .single-post .single-blog .so-content-blog .content_wrapper {
    width: 96%;
    padding: 60px 5.4rem;
    padding-bottom: 0;
  }
  .single-post .single-blog .blog-links {
    width: 96%;
    padding: 60px 5.4rem;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: unset;
  }
  .single-post .single-blog .shareMenu {
    display: none !important;
    opacity: 0 !important;
  }
  .single-post .single-blog .so-content-blog .blog-links .blog-more .item-desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.8%;
    flex: 0 0 63.8%;
  }
  .single-post .single-blog .so-content-blog .blog-links .so-content .blog-more .item {
    margin-bottom: 60px;
  }
  .single-post .single-blog .so-content-blog .blog-links .so-content .blog-more .item a.img {
    width: 100%;
  }
  .single-post .single-blog .so-content-blog .blog-links {
    padding-bottom: 20px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .single-post .single-blog-head {
    position: relative;
  }
  .single-post .single-blog-head-info {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-top: 0;
    padding-top: 140px;
  }
  .single-post .single-blog-head-info h1 {
    padding-bottom: 30px;
  }
  .single-post .single-blog-head-info .so-data-share .so-user-data .vert-line {
    display: none;
  }
  .single-post .single-blog-head-info .so-data-share .so-user-data .read-time {
    display: none;
  }
  .single-post .single-blog-head-info .so-data-share .share-link {
    display: none;
  }
  .single-post .single-blog .so-content-blog .blog-links .blog-more .item a.img img {
    height: 200px;
  }
  .single-post .single-blog-head .blog-img {
    height: 130%;
  }
  .single-post .single-blog-head .blog-img img.bg_img-blog {
    height: 100%;
  }
  .single-post .so-data-share-mobile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .single-post .so-data-share-mobile p {
    color: #fff;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    font-family: Circular Std Book, sans-serif;
    margin-right: 16px;
  }
  .single-post .so-data-share-mobile p:lang(uk) {
    font-family: Montserrat Std Book, sans-serif;
  }
  .single-post .so-data-share-mobile .share-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-post .so-data-share-mobile .share-link img {
    width: 24px;
    height: 24px;
  }
  .single-post .so-data-share-mobile .vert-line {
    height: 40px;
    width: 1px;
    background: #fff;
    margin-left: 7%;
    margin-right: 7%;
  }
  .single-post .so-data-share-mobile .read-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Circular Std Book, sans-serif;
  }
  .single-post .so-data-share-mobile .read-time:lang(uk) {
    font-family: Montserrat Std Book, sans-serif;
  }
  .single-post .so-data-share-mobile .read-time span {
    font-size: 5px;
    color: #fff;
    margin-right: 5px;
  }
  .single-post .so-data-share-mobile .read-time p {
    margin-right: 0;
    color: #fff;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    font-family: Circular Std Bold, sans-serif;
    white-space: nowrap;
  }
  .single-post .so-data-share-mobile .read-time p:lang(uk) {
    font-family: Montserrat Std Bold, sans-serif;
  }
  .single-post .so-data-share-mobile .read-time p span {
    margin-right: 0;
    font-size: 16px;
    line-height: 19px;
    font-family: Circular Std Bold, sans-serif;
  }
  .single-post .so-data-share-mobile .read-time p span:lang(uk) {
    font-family: Montserrat Std Bold, sans-serif;
  }
  .single-post .single-blog .so-content-blog .tag_name {
    margin-top: 40px;
  }
  .single-post .single-blog .so-content-blog .blog-links .so-content .more-head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .single-post .single-blog .so-content-blog .blog-links .so-content .more-head h3 {
    text-transform: inherit;
    font-size: 24px;
    line-height: 32px;
  }
  .single-post .single-blog .so-content-blog .blog-links .so-content .more-head a {
    padding-bottom: 16px;
  }
  .single-post .single-blog .so-content-blog .blog-links .so-content .blog-more .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-post .single-blog .so-content-blog .blog-links .so-content .blog-more .item .item-desc {
    margin-top: 20px;
    margin-left: 0;
  }
  .single-post .single-blog .blog-links .blog-more .item a.img img {
    height: 200px;
  }
}
@media screen and (max-width: 450px) {
  .single-post .single-blog .so-content-blog table {
    width: calc(100% + 2rem) !important;
  }
  .single-post .single-blog .so-content-blog .content_wrapper {
    padding: 30px 10px;
  }
  .single-post .single-blog .blog-links {
    padding: 30px 10px;
  }
  .single-post .single-blog .so-content-blog blockquote.article-content {
    padding: 30px 20px 10px 40px;
  }
}
.page-template-blog footer .footer-stock {
  display: none;
}
.page-template-blog footer .footer-hr {
  display: none;
}
.page-template-blog footer .footer-subscr {
  display: inherit;
}

.so-blog_page .blog_page-head .so-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 140px;
}
.so-blog_page .blog_page-head .so-content .blog_page-title {
  max-width: 400px;
  width: 100%;
}
.so-blog_page .blog_page-head .so-content .blog_page-title h1 {
  color: #1F1D1C;
  padding-bottom: 10px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
}
.so-blog_page .blog_page-head .so-content .blog_page-title h1:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .blog_page-head .so-content .blog_page-title p {
  font-size: 16px;
}
.so-blog_page .blog_page-head .so-content .search-block {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.so-blog_page .blog_page-head .so-content .search-block a.subscribe {
  margin-left: 40px;
  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: #7F39FB;
  padding: 12px 37px;
  color: #fff;
  border: none;
  outline: none;
  position: relative;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.so-blog_page .blog_page-head .so-content .search-block a.subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: #FE5F1D;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.so-blog_page .blog_page-head .so-content .search-block a.subscribe:hover:before {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.so-blog_page .blog_page-head .so-content .search-mobile {
  display: none;
}
.so-blog_page .top-blog .so-content {
  margin-top: 70px;
  margin-bottom: 80px;
}
.so-blog_page .top-blog .so-content .item {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  mix-blend-mode: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.so-blog_page .top-blog .so-content .item a.img {
  width: 100%;
  padding: 0;
}
.so-blog_page .top-blog .so-content .item a.img img {
  border-radius: 3px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.so-blog_page .top-blog .so-content .item-desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  margin-left: 30px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.so-blog_page .top-blog .so-content .item-desc a {
  margin: -16px;
}
.so-blog_page .top-blog .so-content .item-desc .more-item-block-cat {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.so-blog_page .top-blog .so-content .item-desc .more-item-block-cat a {
  margin: -16px;
  white-space: nowrap;
  color: #7F39FB;
  margin-right: -12px;
}
.so-blog_page .top-blog .so-content .item-desc .more-item-block-cat .read-time p {
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Circular Std Bold, sans-serif;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.so-blog_page .top-blog .so-content .item-desc .more-item-block-cat .read-time p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .top-blog .so-content .item-desc .more-item-block-cat .read-time p span {
  margin-right: 1px;
  margin-left: 1px;
  padding-bottom: 0;
  opacity: 1;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
  font-family: Circular Std Bold, sans-serif;
}
.so-blog_page .top-blog .so-content .item-desc .more-item-block-cat .read-time p span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .top-blog .so-content .item-desc h4 {
  line-height: 150%;
  color: #1F1D1C;
  padding-bottom: 10px;
}
.so-blog_page .top-blog .so-content .item-desc span {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.7;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.so-blog_page .top-blog .so-content .item-desc span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-blog_page .top-blog .so-content .item-desc span.d-none {
  display: none;
}
.so-blog_page .top-blog .so-content .item-desc .so-user-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.so-blog_page .top-blog .so-content .item-desc .so-user-data img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 20px;
}
.so-blog_page .top-blog .so-content .item-desc .so-user-data p {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  color: #1F1D1C;
  font-family: Circular Std Bold, sans-serif;
}
.so-blog_page .top-blog .so-content .item-desc .so-user-data p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .top-blog .so-content .item-desc .so-user-data p.name {
  white-space: nowrap;
  font-family: Circular Std Bold, sans-serif;
}
.so-blog_page .top-blog .so-content .item-desc .so-user-data p.name:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .top-blog .so-content .item-desc .so-user-data p.space {
  margin-left: 4px;
  margin-right: 3px;
}
.so-blog_page .top-blog .so-content .item-desc .so-user-data p.possition {
  font-family: Circular Std Book, sans-serif;
}
.so-blog_page .top-blog .so-content .item-desc .so-user-data p.possition:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-blog_page .popular-post {
  margin-bottom: 110px;
}
.so-blog_page .popular-post .so-content h2 {
  color: #000000;
  padding-bottom: 60px;
}
.so-blog_page .popular-post .so-content .popular-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.so-blog_page .popular-post .so-content .popular-items .item {
  width: 31.6%;
  margin-bottom: 30px;
  margin-right: 2.56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.so-blog_page .popular-post .so-content .popular-items .item:last-child {
  margin-right: 0;
}
.so-blog_page .popular-post .so-content .popular-items .item a.img {
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
.so-blog_page .popular-post .so-content .popular-items .item a.img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 200px;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc > a {
  padding: 0;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .more-item-block-cat {
  margin-left: -6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .more-item-block-cat a {
  padding: 12px;
  margin-left: -6px;
  margin-right: -12px;
  white-space: nowrap;
  color: #7F39FB;
  margin-right: -12px;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .more-item-block-cat .read-time p {
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Circular Std Bold, sans-serif;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .more-item-block-cat .read-time p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .more-item-block-cat .read-time p span {
  margin-right: 1px;
  margin-left: 1px;
  padding-bottom: 0;
  opacity: 1;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
  font-family: Circular Std Bold, sans-serif;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .more-item-block-cat .read-time p span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc h4 {
  line-height: 150%;
  color: #1F1D1C;
  padding-bottom: 10px;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc span {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.7;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .so-user-data {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .so-user-data img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 20px;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .so-user-data p {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  color: #1F1D1C;
  font-family: Circular Std Bold, sans-serif;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .so-user-data p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .so-user-data p.name {
  white-space: nowrap;
  font-family: Circular Std Bold, sans-serif;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .so-user-data p.name:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .so-user-data p.space {
  margin-left: 4px;
  margin-right: 3px;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .so-user-data p.possition {
  font-family: Circular Std Book, sans-serif;
}
.so-blog_page .popular-post .so-content .popular-items .item-desc .so-user-data p.possition:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-blog_page .post_categories .so-content .more-head {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.so-blog_page .post_categories .so-content .more-head h2 {
  color: #000000;
  padding-bottom: 16px;
  width: 100%;
  white-space: nowrap;
  line-height: 100%;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  mix-blend-mode: normal;
}
.so-blog_page .post_categories .so-content .more-head a {
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #7F39FB;
  color: #1F1D1C;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.so-blog_page .post_categories .so-content .more-head a svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 12px;
}
.so-blog_page .post_categories .so-content .more-head a:hover {
  color: #7F39FB;
}
.so-blog_page .post_categories .so-content .more-head a:hover svg path {
  stroke: #7F39FB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.so-blog_page .post_categories .so-content .categories-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.so-blog_page .post_categories .so-content .categories-items .item {
  margin-right: 2.56%;
  width: 31.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
}
.so-blog_page .post_categories .so-content .categories-items .item:nth-child(3n) {
  margin-right: 0;
}
.so-blog_page .post_categories .so-content .categories-items .item:last-child {
  margin-right: 0;
}
.so-blog_page .post_categories .so-content .categories-items .item a.img {
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
.so-blog_page .post_categories .so-content .categories-items .item a.img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 200px;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc > a {
  padding: 0;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .more-item-block-cat {
  margin-left: -6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .more-item-block-cat a {
  padding: 12px;
  margin-left: -6px;
  margin-right: -12px;
  white-space: nowrap;
  color: #7F39FB;
  margin-right: -12px;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .more-item-block-cat .read-time p {
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Circular Std Bold, sans-serif;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .more-item-block-cat .read-time p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .more-item-block-cat .read-time p span {
  margin-right: 1px;
  margin-left: 1px;
  padding-bottom: 0;
  opacity: 1;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
  font-family: Circular Std Bold, sans-serif;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .more-item-block-cat .read-time p span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc h4 {
  line-height: 150%;
  color: #1F1D1C;
  padding-bottom: 10px;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc span {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.7;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .so-user-data {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .so-user-data img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 20px;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .so-user-data p {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  color: #1F1D1C;
  font-family: Circular Std Bold, sans-serif;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .so-user-data p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .so-user-data p.name {
  font-family: Circular Std Bold, sans-serif;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .so-user-data p.name:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .so-user-data p.space {
  margin-left: 4px;
  margin-right: 3px;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .so-user-data p.possition {
  font-family: Circular Std Book, sans-serif;
}
.so-blog_page .post_categories .so-content .categories-items .item-desc .so-user-data p.possition:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-blog_page .see-all {
  margin-bottom: 100px;
}
.so-blog_page .see-all .so-content a {
  margin: -16px;
  font-family: Circular Std Medium;
  color: #000;
  font-size: 16px;
  line-height: 150%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-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;
  margin-top: 84px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.so-blog_page .see-all .so-content a:lang(uk) {
  font-family: Montserrat Std Medium;
}
.so-blog_page .see-all .so-content a svg {
  margin-left: 22px;
}
.so-blog_page .see-all .so-content a:hover {
  color: #7F39FB;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .so-blog_page .blog_page-head .so-content .search-block {
    margin-right: 0;
  }
  .so-blog_page .top-blog .so-content {
    margin-bottom: 70px;
  }
  .so-blog_page .top-blog .so-content .item {
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-blog_page .top-blog .so-content .item a.img {
    margin-bottom: 30px;
  }
  .so-blog_page .top-blog .so-content .item-desc {
    margin-left: 0;
    width: 81.3%;
  }
  .so-blog_page .popular-post {
    margin-bottom: 70px;
  }
  .so-blog_page .popular-post .so-content .popular-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .so-blog_page .popular-post .so-content .popular-items .item {
    min-width: 370px;
  }
  .so-blog_page .post_categories {
    margin-bottom: 70px;
  }
  .so-blog_page .post_categories .so-content .categories-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .so-blog_page .post_categories .so-content .categories-items .item {
    margin-bottom: 0;
    min-width: 370px;
  }
  .so-blog_page .post_categories .so-content .categories-items .item:nth-child(3n) {
    margin-right: 2.56%;
  }
  .so-blog_page .post_categories .so-content .categories-items .item:last-child {
    margin-right: 2.56%;
  }
  .so-blog_page .see-all {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 700px) {
  .so-blog_page .blog_page-head .so-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .so-blog_page .blog_page-head .so-content .blog_page-title {
    margin-top: 30px;
  }
  .so-blog_page .blog_page-head .so-content .blog_page-title h1 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #1F1D1C;
    padding-bottom: 20px;
  }
  .so-blog_page .top-blog .so-content {
    margin-top: 40px;
  }
  .so-blog_page .top-blog .so-content .item-desc {
    width: 100%;
  }
  .so-blog_page .top-blog .so-content .item-desc h4 {
    font-size: 24px;
  }
  .so-blog_page .top-blog .so-content .item-desc span.item-desc-pc {
    display: none;
  }
  .so-blog_page .top-blog .so-content .item-desc span.d-none {
    display: inherit !important;
  }
  .so-blog_page .top-blog .so-content .item-desc .more-item-block-cat {
    padding-bottom: 10px;
  }
  .so-blog_page .popular-post .so-content h2 {
    font-size: 24px;
    line-height: 133%;
    padding-bottom: 30px;
    text-transform: none;
  }
  .so-blog_page .popular-post .so-content {
    padding-right: 0;
    padding-left: 2rem;
  }
  .so-blog_page .popular-post .so-content .popular-items .item {
    min-width: 270px;
    margin-right: 20px;
  }
  .so-blog_page .popular-post .so-content .popular-items .item a.img img {
    height: 145px;
  }
  .so-blog_page .popular-post .so-content .popular-items .item-desc .more-item-block-cat a {
    font-size: 16px;
    line-height: 16px;
  }
  .so-blog_page .popular-post .so-content .popular-items .item-desc span {
    padding-bottom: 40px;
  }
  .so-blog_page .post_categories .so-content {
    padding-right: 0;
    padding-left: 2rem;
  }
  .so-blog_page .post_categories .so-content .more-head {
    margin-bottom: 30px;
    padding-right: 2rem;
  }
  .so-blog_page .post_categories .so-content .more-head h2 {
    padding-bottom: 17px;
    font-size: 24px;
    line-height: 32px;
    text-transform: inherit;
  }
  .so-blog_page .post_categories .so-content .more-head a {
    line-height: 1;
    padding-bottom: 14px;
  }
  .so-blog_page .post_categories .so-content .categories-items .item {
    min-width: 270px;
    margin-right: 20px;
  }
  .so-blog_page .post_categories .so-content .categories-items .item a.img img {
    height: 145px;
  }
  .so-blog_page .post_categories .so-content .categories-items .item-desc .more-item-block-cat a {
    font-size: 16px;
    line-height: 16px;
  }
  .so-blog_page .post_categories .so-content .categories-items .item-desc span {
    padding-bottom: 40px;
  }
  .so-blog_page .popular-post .so-content .popular-items .item:last-child {
    padding-right: 2rem;
  }
  .so-blog_page .post_categories .so-content .categories-items .item:last-child {
    padding-right: 2rem;
  }
  .so-blog_page .see-all .so-content a {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 21px;
  }
  .so-blog_page .blog_page-head .so-content {
    margin-top: 120px;
  }
  .so-blog_page .blog_page-head .so-content .search-block {
    display: none;
  }
  .so-blog_page .blog_page-head .so-content .search-block a.subscribe {
    display: none;
  }
  .so-blog_page .blog_page-head .so-content .search-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    position: relative;
  }
  .so-blog_page .blog_page-head .so-content .search-mobile #search-mobile {
    width: 100%;
  }
  .so-blog_page .blog_page-head .so-content .search-mobile i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 23px;
  }
  .so-blog_page .blog_page-head .so-content .search-mobile i svg {
    width: 14px;
  }
  .so-blog_page .blog_page-head .so-content .search-mobile input {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: none;
    font-family: Circular Std Book, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: #F6F6F6;
    mix-blend-mode: normal;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .so-blog_page .blog_page-head .so-content .search-mobile input:lang(uk) {
    font-family: Montserrat Std Book, sans-serif;
  }
  .so-blog_page .blog_page-head .so-content .search-mobile input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: rgba(31, 29, 28, 0.5);
    mix-blend-mode: normal;
    opacity: 0.8;
  }
  .so-blog_page .blog_page-head .so-content .search-mobile input::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: rgba(31, 29, 28, 0.5);
    mix-blend-mode: normal;
    opacity: 0.8;
  }
  .so-blog_page .blog_page-head .so-content .search-mobile input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: rgba(31, 29, 28, 0.5);
    mix-blend-mode: normal;
    opacity: 0.8;
  }
  .so-blog_page .blog_page-head .so-content .search-mobile input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: rgba(31, 29, 28, 0.5);
    mix-blend-mode: normal;
    opacity: 0.8;
  }
  .so-blog_page .blog_page-head .so-content .search-mobile input::placeholder {
    font-size: 16px;
    line-height: 20px;
    color: rgba(31, 29, 28, 0.5);
    mix-blend-mode: normal;
    opacity: 0.8;
  }
}
.error404 {
  overflow: hidden;
}
.error404 #so-wrapper {
  background: #7F39FB;
  height: 100vh;
  overflow: hidden;
}
.error404 #so-wrapper .so-content.error-content {
  margin-top: 82px;
  height: calc(100% - 82px);
  padding-top: 34px;
  padding-bottom: 26px;
  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;
  position: relative;
}
.error404 #so-wrapper .so-content.error-content:before {
  position: absolute;
  content: "";
  left: 5.5rem;
  height: 85%;
  bottom: 74px;
  width: 18px;
  border: 6px solid #300256;
  border-right: none;
}
.error404 #so-wrapper .so-content.error-content svg.line_404 {
  position: absolute;
  bottom: 26px;
}
.error404 #so-wrapper .so-content.error-content .error-text {
  position: relative;
  z-index: 2;
  margin-top: -10%;
  margin-left: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.error404 #so-wrapper .so-content.error-content .error-text h1 {
  font-size: 150px;
  line-height: 176px;
  text-align: right;
  color: #FB602E;
  padding-bottom: 0;
}
.error404 #so-wrapper .so-content.error-content .error-text h2 {
  font-size: 60px;
  line-height: 70px;
  color: #FB602E;
  padding-bottom: 20px;
  text-transform: none;
}
.error404 #so-wrapper .so-content.error-content .error-text p {
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
}
.error404 #so-wrapper .so-content.error-content .error-text a.reload {
  margin-top: 60px;
  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: 12px 43px;
  color: #fff;
  background: #300256;
}
.error404 #so-wrapper .so-content.error-content .error-text a.reload svg {
  margin-left: 8px;
}
.error404 #so-wrapper .so-content.error-content img.sad-logo {
  position: relative;
  z-index: 2;
  margin-top: -20%;
}
.error404 #so-wrapper .so-content.error-content svg.not_found {
  position: absolute;
  bottom: 17%;
  right: -100px;
}

@media screen and (max-width: 1024px) {
  .error404 #so-wrapper .so-content.error-content svg.line_404 {
    left: 5.5rem;
  }
  .error404 #so-wrapper .so-content.error-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 640px;
  }
  .error404 #so-wrapper .so-content.error-content .error-text {
    margin-top: 0;
  }
  .error404 #so-wrapper .so-content.error-content:before {
    height: 82%;
  }
  .error404 #so-wrapper .so-content.error-content svg.not_found {
    left: 41%;
  }
  .error404 #so-wrapper .so-content.error-content img.sad-logo {
    position: absolute;
    bottom: -20%;
    right: 5%;
  }
}
@media screen and (max-width: 661px) {
  .error404 #so-wrapper .so-content.error-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 100%;
    height: 82%;
  }
  .error404 #so-wrapper .so-content.error-content:before {
    left: 1.4rem;
  }
  .error404 #so-wrapper .so-content.error-content svg.not_found {
    left: 18%;
    width: 150%;
  }
  .error404 #so-wrapper .so-content.error-content svg.line_404 {
    left: 1.4rem;
  }
  .error404 #so-wrapper .so-content.error-content img.sad-logo {
    bottom: -8%;
    width: 31%;
  }
  .error404 #so-wrapper .so-content.error-content .error-text {
    margin-top: -40%;
    padding-right: 6%;
  }
  .error404 #so-wrapper .so-content.error-content .error-text h1 {
    font-size: 100px;
    line-height: 117px;
  }
  .error404 #so-wrapper .so-content.error-content .error-text h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .error404 #so-wrapper .so-content.error-content .error-text a.reload {
    margin-top: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.found {
  max-width: 1000px;
  margin: auto;
}
.found .search-block {
  padding: 10px;
  margin-top: 160px;
  margin-bottom: 80px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
  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;
}
.found .search-block #search {
  width: 100%;
  position: relative;
}
.found .search-block #search i {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 23px;
}
.found .search-block #search input {
  width: 100%;
  padding: 15px 15px 15px 50px;
  border: none;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  background: #F6F6F6;
  mix-blend-mode: normal;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.found .search-block #search input:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.found .search-block #search input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  opacity: 0.5;
}
.found .search-block #search input::-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  opacity: 0.5;
}
.found .search-block #search input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  opacity: 0.5;
}
.found .search-block #search input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  opacity: 0.5;
}
.found .search-block #search input::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  opacity: 0.5;
}
.found .search-block a.send-btn {
  cursor: pointer;
  margin-left: 9px;
  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: 16px 48px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  background: #FB602E;
}
.found .search-block a.send-btn:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.found h2.so-results {
  color: #000;
  padding-bottom: 0;
}
.found h2.so-results span {
  color: #7F39FB;
}

.no_found {
  margin-top: 200px;
  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;
}
.no_found img {
  margin-bottom: 20px;
}
.no_found p.so-results {
  font-family: Circular Std Bold, sans-serif;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  color: #000000;
  padding-bottom: 18px;
}
.no_found p.so-results:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.no_found p.so-results span {
  color: #7F39FB;
}
.no_found span.back_text {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.no_found span.back_text:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.no_found span.back_text a {
  margin: -16px;
  font-family: Circular Std Book, sans-serif;
  color: #FB602E;
  text-decoration: underline;
}
.no_found span.back_text a:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.no_found .search-block {
  max-width: 540px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 180px;
  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;
}
.no_found .search-block #search {
  width: 100%;
  position: relative;
}
.no_found .search-block #search i {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 23px;
}
.no_found .search-block #search input {
  width: 100%;
  padding: 15px 15px 15px 50px;
  border: none;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  background: #F6F6F6;
  mix-blend-mode: normal;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no_found .search-block #search input:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.no_found .search-block #search input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.no_found .search-block #search input::-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.no_found .search-block #search input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.no_found .search-block #search input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.no_found .search-block #search input::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.no_found .search-block a.send-btn {
  cursor: pointer;
  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: 16px 48px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  background: #FB602E;
}
.no_found .search-block a.send-btn:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}

.so-results-blog {
  margin-bottom: 100px !important;
  max-width: 1000px;
  margin: auto;
}
.so-results-blog .item {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.so-results-blog .item:first-child {
  margin-top: 60px;
}
.so-results-blog .item a.img {
  margin-right: 30px;
  min-width: 370px;
  max-width: 370px;
  width: 100%;
}
.so-results-blog .item a.img img {
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 240px;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.so-results-blog .item:hover a.img img {
  opacity: 0.9;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.so-results-blog .item-desc {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.so-results-blog .item-desc > a {
  padding: 0;
}
.so-results-blog .item-desc .more-item-block-cat {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.so-results-blog .item-desc .more-item-block-cat a {
  margin: -16px;
  white-space: nowrap;
  color: #7F39FB;
  margin-right: -12px;
}
.so-results-blog .item-desc .more-item-block-cat .read-time p {
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Circular Std Bold, sans-serif;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
}
.so-results-blog .item-desc .more-item-block-cat .read-time p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-results-blog .item-desc .more-item-block-cat .read-time p span {
  margin-right: 1px;
  margin-left: 1px;
  padding-bottom: 0;
  opacity: 1;
  font-size: 16px;
  line-height: 16px;
  color: #1F1D1C;
  font-family: Circular Std Bold, sans-serif;
}
.so-results-blog .item-desc .more-item-block-cat .read-time p span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-results-blog .item-desc h4 {
  line-height: 150%;
  color: #1F1D1C;
  padding-bottom: 10px;
}
.so-results-blog .item-desc span {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.7;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.so-results-blog .item-desc span:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-results-blog .item-desc .so-user-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.so-results-blog .item-desc .so-user-data img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 20px;
}
.so-results-blog .item-desc .so-user-data p {
  font-size: 16px;
  line-height: 19px;
  color: #1F1D1C;
}
.so-results-blog .item-desc .so-user-data p.name {
  font-family: Circular Std Bold, sans-serif;
}
.so-results-blog .item-desc .so-user-data p.name:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-results-blog .item-desc .so-user-data p.space {
  margin-left: 4px;
  margin-right: 3px;
}
.so-results-blog .item-desc .so-user-data p.possition {
  font-family: Circular Std Book, sans-serif;
}
.so-results-blog .item-desc .so-user-data p.possition:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}

.pagination {
  max-width: 1000px;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 140px;
}

@media screen and (max-width: 991px) {
  .pagination {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 700px) {
  .no_found {
    margin-top: 140px;
  }
  .no_found .search-block {
    margin-top: 60px;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .no_found .search-block a.send-btn {
    margin-top: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .found .search-block {
    margin-top: 110px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .found .search-block a.send-btn {
    margin-top: 10px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .found h2.so-results {
    font-size: 24px;
    line-height: 133%;
    text-decoration: inherit;
  }
  .so-results-blog .item {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-results-blog .item:first-child {
    margin-top: 30px;
  }
  .so-results-blog .item a.img {
    min-width: auto;
  }
  .so-results-blog .item a.img img {
    height: 100%;
    margin-bottom: 30px;
  }
}
.page-template-contact_us {
  background: #1F1D1C;
}
.page-template-contact_us footer {
  background: #1F1D1C;
  padding-top: 140px;
}
.page-template-contact_us footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap input {
  background: rgba(246, 246, 246, 0.1);
}
.page-template-contact_us footer .footer-stock .so-content .content-footer .footer-right-contact .wpcf7-form-control-wrap textarea {
  background: rgba(246, 246, 246, 0.1);
}
.page-template-contact_us footer .footer-right-contact .sucsess-block {
  background: rgb(53, 51, 50);
}

.page-template-wrong-browser {
  overflow: hidden;
}
.page-template-wrong-browser .so-header {
  display: none;
}
.page-template-wrong-browser #so-wrapper {
  background: #7F39FB;
  height: 100vh;
  overflow: hidden;
}
.page-template-wrong-browser #so-wrapper .so-content {
  height: 100vh;
  padding-top: 34px;
  padding-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: relative;
}
.page-template-wrong-browser #so-wrapper .so-content:before {
  position: absolute;
  content: "";
  left: 5.5rem;
  height: 90%;
  width: 18px;
  border: 6px solid #300256;
  border-right: none;
}
.page-template-wrong-browser #so-wrapper .so-content .error-text {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 3.5%;
  margin-left: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-template-wrong-browser #so-wrapper .so-content .error-text h1 {
  font-size: 150px;
  line-height: 176px;
  text-align: right;
  color: #FB602E;
  padding-bottom: 0;
}
.page-template-wrong-browser #so-wrapper .so-content .error-text h2 {
  font-size: 60px;
  line-height: 70px;
  color: #FB602E;
  padding-bottom: 20px;
  text-transform: none;
}
.page-template-wrong-browser #so-wrapper .so-content .error-text p {
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
  max-width: 544px;
}
.page-template-wrong-browser #so-wrapper .so-content svg.not_found {
  position: absolute;
  bottom: -5px;
  left: 8%;
}

@media screen and (max-width: 991px) {
  .page-template-wrong-browser #so-wrapper .so-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-template-wrong-browser #so-wrapper .so-content:before {
    left: 1.4rem;
  }
  .page-template-wrong-browser #so-wrapper .so-content .error-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .page-template-wrong-browser #so-wrapper .so-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-template-wrong-browser #so-wrapper .so-content svg.not_found {
    width: 150%;
  }
  .page-template-wrong-browser #so-wrapper .so-content .error-text {
    padding-right: 6%;
  }
  .page-template-wrong-browser #so-wrapper .so-content .error-text h1 {
    font-size: 100px;
    line-height: 117px;
  }
  .page-template-wrong-browser #so-wrapper .so-content .error-text h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 450px) {
  .page-template-wrong-browser #so-wrapper .so-content svg.not_found {
    width: 100%;
  }
  .page-template-wrong-browser #so-wrapper .so-content .error-text {
    padding-right: 6%;
  }
  .page-template-wrong-browser #so-wrapper .so-content .error-text h1 {
    font-size: 70px;
    line-height: 117px;
  }
}
.privacy-policy-section h1 {
  padding-bottom: 0;
  font-size: 76px;
  line-height: 96px;
  color: #111111;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-bottom: 20px;
}
.privacy-policy-section h2 {
  padding-bottom: 0;
  text-transform: inherit;
  font-size: 36px;
  line-height: 46px;
  color: #111111;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-bottom: 40px;
}
.privacy-policy-section h3 {
  font-size: 24px;
  line-height: 30px;
  color: #111111;
  opacity: 0.9;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.privacy-policy-section h4 {
  padding-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  color: #111111;
  margin-bottom: 40px;
}
.privacy-policy-section p {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 187%;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 30px;
}
.privacy-policy-section a {
  font-size: 16px;
  line-height: 187%;
  color: #7f39fb;
  text-decoration: underline;
}
.privacy-policy-section p a {
  margin: -16px;
  font-size: 16px;
  line-height: 187%;
  color: #7f39fb;
  text-decoration: underline;
}
.privacy-policy-section ol, .privacy-policy-section ul {
  list-style: inherit;
  margin-left: 57px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.privacy-policy-section ol li, .privacy-policy-section ul li {
  font-family: Circular Std Book, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 187%;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 30px;
}
.privacy-policy-section ol li:lang(uk), .privacy-policy-section ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.privacy-policy-section ol li::marker, .privacy-policy-section ul li::marker {
  font-size: 24px;
}
.privacy-policy-section ol li p, .privacy-policy-section ul li p {
  font-family: Circular Std Book, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 187%;
  color: rgba(0, 0, 0, 0.9);
}
.privacy-policy-section ol li p:lang(uk), .privacy-policy-section ul li p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.privacy-policy-section .so-content {
  max-width: 1145px;
}
.privacy-policy-section .privacy-head {
  padding-top: 82px;
  background: rgba(216, 216, 216, 0.2);
}
.privacy-policy-section .privacy-head .so-content {
  position: relative;
}
.privacy-policy-section .privacy-head .so-content .head-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.privacy-policy-section .privacy-head .so-content .head-content-text {
  padding-bottom: 164px;
  padding-top: 90px;
  max-width: 580px;
  width: 100%;
}
.privacy-policy-section .privacy-head .so-content .head-content-text p {
  max-width: 500px;
}
.privacy-policy-section .privacy-head .so-content .head-content-text h4 {
  mix-blend-mode: normal;
  opacity: 0.3;
}
.privacy-policy-section .privacy-head .so-content .head-content-text:lang(uk) {
  max-width: 760px;
}
.privacy-policy-section .privacy-head .so-content .head-content-img img {
  position: absolute;
  top: 0;
  width: 415px;
}
.privacy-policy-section .privacy-head .so-content img.cookies-img {
  position: absolute;
  bottom: -125px;
  z-index: 1;
  right: 0;
  max-width: 250px;
}
.privacy-policy-section .super-border {
  background: rgba(216, 216, 216, 0.2);
  -webkit-transform: skew(-89deg, 0);
  -ms-transform: skew(-89deg, 0);
  transform: skew(-89deg, 0);
  width: 130%;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  height: 48px;
}
.privacy-policy-section .privacy-content {
  padding-bottom: 80px;
}
.privacy-policy-section .privacy-content .so-content .content-first {
  margin-top: 80px;
}
.privacy-policy-section .privacy-content .so-content .content-first .content-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.privacy-policy-section .privacy-content .so-content .content-first .content-list .left-list {
  width: 50%;
}
.privacy-policy-section .privacy-content .so-content .content-first .content-list .right-list {
  width: 50%;
  margin-left: 30px;
}
.privacy-policy-section .privacy-content .so-content .content-first .content-list .right-list ol, .privacy-policy-section .privacy-content .so-content .content-first .content-list .right-list ul {
  margin-left: 0;
}
.privacy-policy-section .privacy-content .so-content .content-first .content-list ol, .privacy-policy-section .privacy-content .so-content .content-first .content-list ul {
  margin-bottom: 0;
  margin-top: 0;
}
.privacy-policy-section .privacy-content .so-content .content-first .content-list ol li, .privacy-policy-section .privacy-content .so-content .content-first .content-list ul li {
  margin-bottom: 0;
}
.privacy-policy-section .privacy-content .so-content .privacy-content-item {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .privacy-policy-section .privacy-head .so-content .head-content-text {
    max-width: 500px;
  }
  .privacy-policy-section .privacy-head .so-content .head-content-img img {
    margin-left: 32px;
  }
  .privacy-policy-section .privacy-head .so-content img.cookies-img {
    right: 44px;
    bottom: -75px;
  }
  .privacy-policy-section .privacy-content .so-content .content-first {
    margin-top: 60px;
  }
  .privacy-policy-section .privacy-content .so-content .content-first .content-list .left-list ol, .privacy-policy-section .privacy-content .so-content .content-first .content-list .left-list ul {
    margin-left: 37px;
  }
  .privacy-policy-section .privacy-content .so-content .content-first .content-list .right-list {
    margin-left: 70px;
  }
}
@media screen and (max-width: 700px) {
  .privacy-policy-section h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .privacy-policy-section h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .privacy-policy-section h4 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .privacy-policy-section p {
    margin-bottom: 20px;
  }
  .privacy-policy-section ol, .privacy-policy-section ul {
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .privacy-policy-section ol li, .privacy-policy-section ul li {
    margin-bottom: 20px;
  }
  .privacy-policy-section .privacy-head .so-content .head-content-text {
    padding-bottom: 80px;
  }
  .privacy-policy-section .privacy-head .so-content img.cookies-img {
    max-width: 40%;
    right: 0;
    bottom: -40px;
  }
  .privacy-policy-section .super-border {
    -webkit-transform: skew(275deg, 0);
    -ms-transform: skew(275deg, 0);
    transform: skew(275deg, 0);
  }
  .privacy-policy-section .privacy-content {
    padding-bottom: 20px;
  }
  .privacy-policy-section .privacy-content .so-content .content-first {
    margin-top: 40px;
  }
  .privacy-policy-section .privacy-content .so-content .content-first .content-list {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .privacy-policy-section .privacy-content .so-content .content-first .content-list .left-list {
    width: 100%;
  }
  .privacy-policy-section .privacy-content .so-content .content-first .content-list .left-list ul {
    margin-left: 20px;
  }
  .privacy-policy-section .privacy-content .so-content .content-first .content-list .right-list {
    width: 100%;
    margin-left: 20px;
  }
  .privacy-policy-section .privacy-content .so-content .privacy-content-item {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
  }
}
.page-template-our_design .work_in_numbers {
  padding-bottom: 0 !important;
}
.page-template-our_design .default-header {
  min-height: 0;
  z-index: 3;
  margin-bottom: 100px;
}
.page-template-our_design .default-header .so-content .header-text {
  padding-top: 250px;
  padding-bottom: 140px;
}
.page-template-our_design .default-header .so-content .header-img {
  min-height: 0;
}
.page-template-our_design .default-header .so-content .header-img picture img, .page-template-our_design .default-header .so-content .header-img picture source {
  object-position: left bottom;
}
.page-template-our_design .default-header .so-content .header-img img {
  position: relative;
  left: -5%;
  width: 130% !important;
  height: 120% !important;
  max-width: 850px;
}
@media screen and (max-width: 991px) {
  .page-template-our_design .default-header {
    margin-bottom: 0;
  }
  .page-template-our_design .default-header .so-content .header-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-template-our_design .default-header .so-content .header-img img {
    width: 110% !important;
    left: -5% !important;
    height: 650px !important;
    max-width: none;
    object-position: center top !important;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-template-our_design .default-header .so-content .header-text h1 {
    font-size: 48px !important;
    padding-bottom: 30px !important;
  }
  .page-template-our_design .default-header .so-content .header-img {
    height: 430px !important;
  }
  .page-template-our_design .default-header .so-content .header-img img {
    left: -20% !important;
    width: 140% !important;
    height: 430px !important;
  }
}

.page-template-mobile-app .default-header {
  margin-bottom: 0;
}
.page-template-mobile-app .default-header .so-content .header-text {
  flex: 0 0 50%;
}
.page-template-mobile-app .default-header .so-content .header-img {
  width: 47%;
}
.page-template-mobile-app .default-header .so-content .header-img img {
  object-position: left bottom;
}
@media screen and (max-width: 991px) {
  .page-template-mobile-app .default-header .so-content .header-img {
    width: 100%;
  }
  .page-template-mobile-app .default-header .so-content .header-img img {
    width: 100%;
    max-width: 600px;
    max-height: 620px;
    object-position: center bottom;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .page-template-mobile-app .default-header .so-content .header-img img {
    object-position: center;
    width: 120%;
    margin-left: -10%;
    height: 150vw;
  }
}
@media screen and (max-width: 600px) {
  .page-template-mobile-app .default-header {
    margin-bottom: 50px;
  }
}
.page-template-mobile-app .work_in_numbers {
  padding-bottom: 0;
}

.so-mobile_tech {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.so-mobile_tech .so-content {
  position: relative;
}
.so-mobile_tech .so-content:after {
  position: absolute;
  width: 484px;
  height: 256px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/ios_android.svg");
  pointer-events: none;
  top: -60px;
  right: -10px;
  z-index: -1;
  content: "";
}
.so-mobile_tech h2 {
  font-family: Circular Std Black, sans-serif;
  color: #161616;
  padding-bottom: 15px;
}
.so-mobile_tech p {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
  margin-bottom: 80px;
}
.so-mobile_tech-slider {
  max-width: 900px;
}
.so-mobile_tech-slider .slick-track {
  align-items: center;
}
.so-mobile_tech-slider-single img {
  max-width: 125px;
  max-height: 72px;
}
@media screen and (max-width: 991px) {
  .so-mobile_tech h2 {
    font-size: 24px;
    text-transform: none;
  }
}
@media screen and (max-width: 768px) {
  .so-mobile_tech {
    padding-top: 0;
  }
  .so-mobile_tech .so-content:after {
    display: none;
  }
  .so-mobile_tech-slider .slick-list {
    overflow: visible !important;
  }
  .so-mobile_tech-slider-single img {
    margin-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .so-mobile_tech {
    padding-bottom: 50px;
  }
  .so-mobile_tech p {
    margin-bottom: 40px;
  }
}

.page-template-archive-faq header.blur {
  background: #1F1D1C !important;
}

.faq p a {
  margin: -16px;
}
.faq .faq-head {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 79px;
  background: #1F1D1C;
}
.faq .faq-head .so-content {
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.faq .faq-head .so-content img {
  position: absolute;
  z-index: 0;
}
.faq .faq-head .so-content img.title_svg {
  top: 72px;
  left: 26px;
  opacity: 0.7;
}
.faq .faq-head .so-content img.right_svg_image {
  top: 54%;
  right: 8.3%;
  opacity: 0.7;
}
.faq .faq-head .so-content .faq-head-left {
  max-width: 650px;
  margin-right: 30px;
}
.faq .faq-head .so-content .faq-head-left h1 {
  font-size: 48px;
  line-height: 1.3;
  color: #FFFFFF;
  text-transform: uppercase;
}
.faq .faq-head .so-content .faq-head-left .content {
  max-width: 645px;
  width: 100%;
}
.faq .faq-head .so-content .faq-head-left .content * {
  color: #FFFFFF;
  font-size: 16px;
}
.faq .faq-head .so-content .faq-head-left .content p {
  margin-bottom: 25px;
}
.faq .faq-head .so-content .faq-head-left .content p:last-child {
  margin-bottom: 0;
}
.faq .faq-head .so-content .faq-head-right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.7%;
  max-width: 490px;
  flex: 0 0 48.7%;
}
.faq .faq-head .so-content .faq-head-right .search-block {
  width: 100%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  background-color: #fff;
  box-sizing: border-box;
}
.faq .faq-head .so-content .faq-head-right .search-block #search {
  width: 100%;
  position: relative;
}
.faq .faq-head .so-content .faq-head-right .search-block #search i {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 23px;
}
.faq .faq-head .so-content .faq-head-right .search-block #search input {
  width: 100%;
  padding: 15px 15px 15px 50px;
  border: none;
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  background-color: #fff;
  mix-blend-mode: normal;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.faq .faq-head .so-content .faq-head-right .search-block #search input:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.faq .faq-head .so-content .faq-head-right .search-block #search input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.faq .faq-head .so-content .faq-head-right .search-block #search input::-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.faq .faq-head .so-content .faq-head-right .search-block #search input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.faq .faq-head .so-content .faq-head-right .search-block #search input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.faq .faq-head .so-content .faq-head-right .search-block #search input::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #1F1D1C;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.faq .faq-head .so-content .faq-head-right .search-block a.send-btn {
  cursor: pointer;
  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: 16px 24px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  background: #FB602E;
}
.faq .faq-head .so-content .faq-head-right .search-block a.send-btn:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.faq .faq-head .so-content .faq-head-right p {
  margin-top: 15px;
  font-family: Circular Std Book;
  font-size: 16px;
  line-height: 1.87;
  color: #98A2B3;
}
.faq .faq-head .so-content .faq-head-right p:lang(uk) {
  font-family: Montserrat Std Book;
}
.faq .faq-head .so-content .faq-head-right p a {
  font-family: Circular Std Book;
  font-size: 16px;
  line-height: 1.87;
  color: #98A2B3;
  white-space: nowrap;
}
.faq .faq-head .so-content .faq-head-right p a:lang(uk) {
  font-family: Montserrat Std Book;
}
.faq .faq-head .so-content .faq-head-right p a.scroll {
  color: #FB602E;
  text-decoration: underline;
}
.faq .faq-head .so-content .faq-head-right h2 {
  text-transform: inherit;
  margin-top: 32px;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.9;
  max-width: 440px;
  width: 100%;
}
.faq .faq-head .so-content .faq-head-right .content {
  margin-top: -12px;
  margin-bottom: 32px;
}
.faq .faq-tabs {
  margin-top: 78px;
  margin-bottom: 120px;
}
.faq .faq-tabs .so-content {
  max-width: 1442px;
}
.faq .no-results {
  max-width: 770px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.faq .no-results img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.faq .no-results p {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 450;
  line-height: 30px;
  text-align: center;
  color: #1F1D1C;
}

.so-archive-faq:first-child h3.archive-title {
  margin-top: 0;
}
.so-archive-faq h3.archive-title {
  font-size: 36px;
  line-height: 1.3;
  color: #7F39FB;
  opacity: 1;
  mix-blend-mode: normal;
  padding-bottom: 50px;
  margin-top: 80px;
}
.so-archive-faq .faq-single {
  margin-bottom: 50px;
}
.so-archive-faq .faq-single:last-child {
  margin-bottom: 0;
}
.so-archive-faq .faq-single .faq-title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.so-archive-faq .faq-single .faq-title svg {
  margin-right: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 24px;
}
.so-archive-faq .faq-single .faq-title h4 {
  font-size: 24px;
  line-height: 28px;
  color: #161616;
  mix-blend-mode: normal;
  padding-bottom: 0;
}
.so-archive-faq .faq-single .faq-content {
  display: none;
  padding-top: 30px;
}
.so-archive-faq .faq-single .faq-content p {
  padding-bottom: 30px;
  font-family: Circular Std Book;
  font-size: 16px;
  line-height: 1.87;
  color: #161616;
  mix-blend-mode: normal;
}
.so-archive-faq .faq-single .faq-content p:lang(uk) {
  font-family: Montserrat Std Book;
}
.so-archive-faq .faq-single .faq-content p:last-child {
  padding-bottom: 0;
}
.so-archive-faq .faq-single .faq-content p a {
  margin: -16px;
  white-space: nowrap;
  font-family: Circular Std Medium;
  font-size: 16px;
  line-height: 1.87;
  color: #fb602e;
  text-decoration: underline;
}
.so-archive-faq .faq-single .faq-content p a:lang(uk) {
  font-family: Montserrat Std Medium;
}
.so-archive-faq .faq-single .faq-content h1 {
  padding-bottom: 0;
  font-size: 76px;
  line-height: 96px;
  color: #161616;
  mix-blend-mode: normal;
  margin-bottom: 20px;
}
.so-archive-faq .faq-single .faq-content h2 {
  padding-bottom: 0;
  text-transform: inherit;
  font-size: 36px;
  line-height: 46px;
  color: #161616;
  mix-blend-mode: normal;
  margin-bottom: 40px;
}
.so-archive-faq .faq-single .faq-content h3 {
  font-size: 24px;
  line-height: 30px;
  color: #161616;
  mix-blend-mode: normal;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.so-archive-faq .faq-single .faq-content h4 {
  padding-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  color: #161616;
  mix-blend-mode: normal;
  margin-bottom: 40px;
}
.so-archive-faq .faq-single .faq-content ol, .so-archive-faq .faq-single .faq-content ul {
  list-style: inherit;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.so-archive-faq .faq-single .faq-content ol li, .so-archive-faq .faq-single .faq-content ul li {
  font-family: Circular Std Book;
  font-size: 16px;
  line-height: 187%;
  color: #161616;
  mix-blend-mode: normal;
}
.so-archive-faq .faq-single .faq-content ol li:lang(uk), .so-archive-faq .faq-single .faq-content ul li:lang(uk) {
  font-family: Montserrat Std Book;
}
.so-archive-faq .faq-single .faq-content ol li::marker, .so-archive-faq .faq-single .faq-content ul li::marker {
  font-size: 24px;
}
.so-archive-faq .faq-single .faq-content ol li a, .so-archive-faq .faq-single .faq-content ul li a {
  font-family: Circular Std Medium;
  font-size: 16px;
  line-height: 1.87;
  color: #FB602E;
  border-bottom: 1.5px solid #FB602E;
}
.so-archive-faq .faq-single .faq-content ol li a:lang(uk), .so-archive-faq .faq-single .faq-content ul li a:lang(uk) {
  font-family: Montserrat Std Medium;
}
.so-archive-faq .faq-single .faq-content ol li p, .so-archive-faq .faq-single .faq-content ul li p {
  font-family: Circular Std Medium;
  font-size: 16px;
  line-height: 187%;
  color: #161616;
  mix-blend-mode: normal;
}
.so-archive-faq .faq-single .faq-content ol li p:lang(uk), .so-archive-faq .faq-single .faq-content ul li p:lang(uk) {
  font-family: Montserrat Std Medium;
}
.so-archive-faq .faq-single .faq-content .faq-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.so-archive-faq .faq-single .faq-content .faq-content-list .faq-content-list-item {
  width: 43%;
  margin-right: 5.9%;
}

@media screen and (max-width: 991px) {
  .faq .faq-head .so-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq .faq-head .so-content .faq-head-left {
    max-width: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .faq .faq-head .so-content .faq-head-left h1 {
    padding-bottom: 8px;
  }
  .faq .faq-head .so-content .faq-head-right {
    max-width: none;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .faq .faq-head .so-content .faq-head-right h2 {
    max-width: unset;
  }
  .faq .faq-head .so-content img.right_svg_image {
    bottom: 16%;
    top: unset;
    right: -1.7%;
  }
  .faq .faq-head .so-content img.title_svg {
    left: 3px;
  }
  .faq .faq-tabs {
    margin-top: 90px;
  }
  .so-archive-faq h3.archive-title {
    font-size: 24px;
    padding-bottom: 30px;
    margin-top: 40px;
  }
  .so-archive-faq .faq-single .faq-title h4 {
    font-size: 16px;
  }
  .so-archive-faq .faq-single .faq-content .faq-content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-archive-faq .faq-single .faq-content .faq-content-list .faq-content-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .faq .faq-head .so-content .faq-head-right .search-block {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .faq .faq-head .so-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .faq .faq-head .so-content .faq-head-left h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .faq .faq-head .so-content img.title_svg {
    top: 32px;
    width: 64%;
  }
  .faq .faq-head .so-content .faq-head-right .search-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background-color: unset;
  }
  .faq .faq-head .so-content .faq-head-right .search-block a {
    margin-top: 12px;
  }
  .faq .faq-head .so-content img.right_svg_image {
    bottom: 5%;
    width: 45%;
  }
  .faq .faq-head .so-content .faq-head-right h2 {
    width: 80%;
  }
  .faq .faq-head .so-content .faq-head-right p {
    font-size: 14px;
  }
  .faq .faq-head .so-content .faq-head-right p a {
    font-size: inherit;
  }
  .faq .faq-tabs {
    margin-top: 70px;
    margin-bottom: 80px;
  }
}
.page-template-web_development .work_in_numbers {
  padding-bottom: 0;
}
.page-template-web_development .so-cases-block:nth-child(2) .so-col:nth-child(1) .btn {
  background-color: #300256;
}

.page-template-start-up .start_up p a {
  margin: -16px;
  color: #fb602e;
  text-decoration: underline;
}
.page-template-start-up .start_up-header {
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.page-template-start-up .start_up-header .so-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-start-up .start_up-header .so-content .header-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.72%;
  flex: 0 0 48.72%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 180px;
  padding-bottom: 140px;
}
.page-template-start-up .start_up-header .so-content .header-text .subtitle {
  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;
  margin-bottom: 24px;
}
.page-template-start-up .start_up-header .so-content .header-text .subtitle p {
  color: #FB602E;
  font-family: Circular Std Bold, sans-serif;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 19px;
}
.page-template-start-up .start_up-header .so-content .header-text .subtitle p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.page-template-start-up .start_up-header .so-content .header-text h1 {
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #1F1D1C;
  padding-bottom: 34px;
}
.page-template-start-up .start_up-header .so-content .header-text .header-tablet-img {
  display: none;
}
.page-template-start-up .start_up-header .so-content .header-text .desc {
  margin-bottom: 40px;
}
.page-template-start-up .start_up-header .so-content .header-text .desc p {
  font-size: 16px;
  color: #1F1D1C;
  padding-bottom: 20px;
}
.page-template-start-up .start_up-header .so-content .header-text .desc p:last-child {
  padding-bottom: 0;
}
.page-template-start-up .start_up-header .so-content .header-text .desc h1, .page-template-start-up .start_up-header .so-content .header-text .desc h2, .page-template-start-up .start_up-header .so-content .header-text .desc h3, .page-template-start-up .start_up-header .so-content .header-text .desc h4, .page-template-start-up .start_up-header .so-content .header-text .desc h5, .page-template-start-up .start_up-header .so-content .header-text .desc h6 {
  padding-bottom: 24px;
  color: #000;
  text-transform: uppercase;
}
.page-template-start-up .start_up-header .so-content .header-img {
  position: absolute;
  width: 49.2%;
  min-height: 100vh;
  height: 100%;
  right: 0;
}
.page-template-start-up .start_up-header .so-content .header-img picture img, .page-template-start-up .start_up-header .so-content .header-img picture source {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-template-start-up .start_up-progress {
  background: #FCFCFC;
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-template-start-up .start_up-progress .so-content .content h2 {
  color: #1F1D1C;
  padding-bottom: 24px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.page-template-start-up .start_up-progress .so-content .content p {
  font-size: 16px;
  color: #242127;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs {
  margin-top: 80px;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab .title {
  min-width: 162px;
  margin-right: 38px;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab .title span {
  font-family: Circular Std Bold, sans-serif;
  font-size: 80px;
  line-height: 101px;
  color: #FB602E;
  opacity: 0.2;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab .title span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab:last-child .content_tab {
  padding-bottom: 0;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab:last-child .content_tab:after {
  display: none;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab .content_tab {
  padding-bottom: 140px;
  position: relative;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab .content_tab:after {
  content: "";
  position: absolute;
  left: -28px;
  top: 11px;
  width: 4px;
  opacity: 0.1;
  height: 100%;
  background: #1F1D1C;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab .content_tab h4 {
  color: #242127;
  padding-bottom: 24px;
  position: relative;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab .content_tab h4:before {
  z-index: 2;
  content: "";
  position: absolute;
  left: -30px;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #FB602E;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab .content_tab p {
  font-size: 16px;
  padding-bottom: 24px;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab .content_tab span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #242127;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab .content_tab span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.page-template-start-up .start_up-progress .so-content .progress_tabs .tab .content_tab span svg {
  min-width: 18px;
  margin-right: 11px;
}
.page-template-start-up .start_up-services {
  background: #1D1D1D;
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-template-start-up .start_up-services .so-content .services .content {
  margin: auto;
  margin-bottom: 80px;
  width: 100%;
  max-width: 570px;
}
.page-template-start-up .start_up-services .so-content .services .content h2 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 24px;
}
.page-template-start-up .start_up-services .so-content .services .content p {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.page-template-start-up .start_up-services .so-content .services .services_tabs {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-template-start-up .start_up-services .so-content .services .services_tabs .services_tabs-item {
  min-height: 420px;
  background: rgba(248, 248, 248, 0.1);
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 30px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-template-start-up .start_up-services .so-content .services .services_tabs .services_tabs-item a.btn {
  margin-top: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.page-template-start-up .start_up-services .so-content .services .services_tabs .services_tabs-item img {
  height: 32px;
  width: 32px;
  margin-bottom: 20px;
}
.page-template-start-up .start_up-services .so-content .services .services_tabs .services_tabs-item h3 {
  font-size: 24px;
  line-height: 133%;
  padding-bottom: 20px;
}
.page-template-start-up .start_up-services .so-content .services .services_tabs .services_tabs-item p {
  font-size: 16px;
  color: #fff;
}
.page-template-start-up .start_up-services .so-content .services .services_tabs .services_tabs-item:last-child {
  margin-right: 0;
}
.page-template-start-up .start_up-services .so-content a.btn {
  margin: auto;
}
.page-template-start-up .start_up-price_model {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-template-start-up .start_up-price_model .so-content .content {
  margin: auto;
  margin-bottom: 100px;
  width: 100%;
  max-width: 970px;
}
.page-template-start-up .start_up-price_model .so-content .content h2 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 24px;
  color: #1F1D1C;
}
.page-template-start-up .start_up-price_model .so-content .content p {
  text-align: center;
  font-size: 16px;
  color: #1F1D1C;
}
.page-template-start-up .start_up-price_model .so-content .tabs_model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page-template-start-up .start_up-price_model .so-content .tabs_model .tabs_model-item {
  position: relative;
  padding-top: 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
  max-width: 370px;
}
.page-template-start-up .start_up-price_model .so-content .tabs_model .tabs_model-item:last-child {
  margin-right: 0;
}
.page-template-start-up .start_up-price_model .so-content .tabs_model .tabs_model-item img {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-start-up .start_up-price_model .so-content .tabs_model .tabs_model-item h3 {
  font-size: 24px;
  line-height: 133%;
  color: #1F1D1C;
}
.page-template-start-up .start_up-price_model .so-content .tabs_model .tabs_model-item p {
  font-size: 16px;
  color: #1F1D1C;
  opacity: 0.5;
}
.page-template-start-up .start_up .case-block_template {
  background: #fff;
}
.page-template-start-up .start_up .case-block_template .so-content {
  position: relative;
}
.page-template-start-up .start_up .case-block_template .so-content span.top_text {
  font-family: Circular Std Bold, sans-serif;
  font-size: 120px;
  line-height: 141px;
  text-align: center;
  color: #1F1D1C;
  opacity: 0.05;
  top: 150px;
  position: absolute;
}
.page-template-start-up .start_up .case-block_template .so-content span.top_text:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.page-template-start-up .start_up .case-block_template .so-content h2 {
  text-align: left;
  color: #242127;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-template-start-up .start_up-why_us {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-template-start-up .start_up-why_us .so-content h2 {
  text-align: center;
  color: #242127;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}
.page-template-start-up .start_up-why_us .so-content .why_us_tabs {
  margin-top: 100px;
}
.page-template-start-up .start_up-why_us .so-content .why_us_tabs .tab {
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-template-start-up .start_up-why_us .so-content .why_us_tabs .tab .title {
  min-width: 100px;
}
.page-template-start-up .start_up-why_us .so-content .why_us_tabs .tab .title span {
  font-family: Circular Std Bold, sans-serif;
  font-size: 48px;
  line-height: 61px;
  color: #FB602E;
  opacity: 0.2;
}
.page-template-start-up .start_up-why_us .so-content .why_us_tabs .tab .title span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.page-template-start-up .start_up-why_us .so-content .why_us_tabs .tab .content_tab h4 {
  font-size: 24px;
  line-height: 30px;
  color: #242127;
  padding-bottom: 24px;
}
.page-template-start-up .start_up-why_us .so-content .why_us_tabs .tab .content_tab p {
  font-size: 16px;
  color: #242127;
}
.page-template-start-up .start_up-why_us .so-content .why_us_tabs .tab:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .page-template-start-up .start_up-header .so-content .header-text h1 {
    width: 100%;
  }
  .page-template-start-up .start_up-header .so-content {
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page-template-start-up .start_up-header .so-content .header-text {
    padding-top: 64px;
    padding-bottom: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
  }
  .page-template-start-up .start_up-header .so-content .header-text h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .page-template-start-up .start_up-header .so-content .header-text .desc {
    margin-bottom: 40px;
  }
  .page-template-start-up .start_up-header .so-content .header-img {
    position: static;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .page-template-start-up .start_up-progress {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .page-template-start-up .start_up-progress .so-content .progress_tabs {
    margin-top: 32px;
  }
  .page-template-start-up .start_up-progress .so-content .progress_tabs .tab .title span {
    font-size: 36px;
    line-height: 46px;
  }
  .page-template-start-up .start_up-progress .so-content .progress_tabs .tab .title {
    min-width: 56px;
  }
  .page-template-start-up .start_up-progress .so-content .progress_tabs .tab .content_tab {
    padding-bottom: 48px;
  }
  .page-template-start-up .start_up-progress .so-content .progress_tabs .tab .content_tab h4 {
    padding-bottom: 8px;
  }
  .page-template-start-up .start_up-progress .so-content .progress_tabs .tab .content_tab p {
    padding-bottom: 16px;
  }
  .page-template-start-up .start_up-services {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .page-template-start-up .start_up-services .so-content {
    padding: 0;
  }
  .page-template-start-up .start_up-services .so-content .services .content {
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .page-template-start-up .start_up-services .so-content .services .services_tabs {
    margin-bottom: 64px;
    overflow: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .page-template-start-up .start_up-services .so-content .services .services_tabs::-webkit-scrollbar { /* chrome based */
    width: 0px; /* ширина scrollbar'a */
    background: transparent; /* опционально */
  }
  .page-template-start-up .start_up-services .so-content .services .services_tabs .services_tabs-item {
    min-width: 370px;
  }
  .page-template-start-up .start_up-price_model {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .page-template-start-up .start_up-price_model .so-content {
    padding: 0;
  }
  .page-template-start-up .start_up-price_model .so-content .content {
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-start-up .start_up-price_model .so-content .tabs_model {
    overflow: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .page-template-start-up .start_up-price_model .so-content .tabs_model::-webkit-scrollbar { /* chrome based */
    width: 0px; /* ширина scrollbar'a */
    background: transparent; /* опционально */
  }
  .page-template-start-up .start_up-price_model .so-content .tabs_model .tabs_model-item {
    background: rgba(41, 41, 41, 0.04);
    padding: 76px 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 370px;
  }
  .page-template-start-up .start_up-price_model .so-content .tabs_model .tabs_model-item img {
    left: 20px;
    width: 32px;
    height: 32px;
    top: 24px;
  }
  .page-template-start-up .start_up-price_model .so-content .tabs_model .tabs_model-item h3 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .page-template-start-up .start_up-why_us {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .page-template-start-up .start_up-why_us .so-content .why_us_tabs {
    margin-top: 40px;
  }
  .page-template-start-up .start_up-why_us .so-content .why_us_tabs .tab {
    margin-bottom: 40px;
  }
  .page-template-start-up .start_up-why_us .so-content .why_us_tabs .tab .title {
    min-width: 55px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .page-template-start-up .start_up-header .so-content .header-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-template-start-up .start_up-header .so-content .header-text h1 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 40px;
  }
  .page-template-start-up .start_up-progress .so-content .content h2 {
    width: 77%;
  }
  .page-template-start-up .start_up-services .so-content .services .content h2 {
    text-align: left;
    padding-bottom: 40px;
  }
  .page-template-start-up .start_up-services .so-content .services .content p {
    text-align: left;
  }
  .page-template-start-up .start_up-services .so-content .services .services_tabs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-template-start-up .start_up-services .so-content .services .services_tabs .services_tabs-item {
    min-width: 230px;
    padding: 40px 20px;
    margin-right: 16px;
  }
  .page-template-start-up .start_up-services .so-content .services .services_tabs .services_tabs-item h3 {
    font-size: 18px;
  }
  .page-template-start-up .start_up-price_model .so-content .content {
    width: 100%;
  }
  .page-template-start-up .start_up-price_model .so-content .content h2, .page-template-start-up .start_up-price_model .so-content .content p {
    text-align: left;
  }
  .page-template-start-up .start_up-price_model .so-content .content h2 {
    padding-bottom: 40px;
  }
  .page-template-start-up .start_up-price_model .so-content .tabs_model {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-template-start-up .start_up-price_model .so-content .tabs_model .tabs_model-item {
    min-width: 230px;
    margin-right: 16px;
  }
  .page-template-start-up .start_up-price_model .so-content .tabs_model .tabs_model-item h3 {
    font-size: 18px;
  }
  .page-template-start-up .start_up-why_us .so-content h2 {
    text-align: left;
  }
}
.page-template-for-businesses .work_in_numbers {
  padding-bottom: 0 !important;
}
.page-template-for-businesses .so-cases-block:nth-child(2) .so-col:nth-child(1) .so-cases-block-main .btn {
  background-color: #300256;
}

.page-template-about-us header.blur {
  background: #1F1D1C !important;
}

.about_us .about_us-head {
  position: relative;
  background: #7F39FB;
  height: auto;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 144px;
  padding-bottom: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_us .about_us-head .so-content {
  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;
}
.about_us .about_us-head .so-content .title_head {
  max-width: 570px;
  width: 100%;
}
.about_us .about_us-head .so-content .title_head h1 {
  text-transform: uppercase;
  padding-bottom: 0;
}
.about_us .about_us-head .so-content .title_head .desc {
  width: 82%;
}
.about_us .about_us-head .so-content .title_head .desc p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 24px;
  color: #fff;
}
.about_us .about_us-head .so-content .head_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.about_us .about_us-head .so-content .head_img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.about_us .about_us-head .so-content .head_img picture img, .about_us .about_us-head .so-content .head_img picture source {
  max-width: 395px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about_us .about_us-head a.link-head {
  position: absolute;
  bottom: 0;
  margin-top: 0;
  width: 100%;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 32px;
  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: #FB602E;
  padding: 12px 37px;
  color: #fff;
  border: none;
  outline: none;
}
.about_us .about_us-head a.link-head svg {
  margin-left: 21px;
}
.about_us .about_us-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about_us .about_us-team .so-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15.6rem;
  max-width: 1440px;
}
.about_us .about_us-team .so-content .about_us-team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}
.about_us .about_us-team .so-content .about_us-team-item:last-child {
  margin-bottom: 0;
}
.about_us .about_us-team .so-content .about_us-team-item h2 {
  text-transform: none;
  color: #1F1D1C;
  white-space: nowrap;
  font-size: 36px;
  line-height: 46px;
}
.about_us .about_us-team .so-content .about_us-team-item h2 span {
  color: #f25c2c;
}
.about_us .about_us-team .so-content .about_us-team-item-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.72%;
  flex: 0 0 48.72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about_us .about_us-team .so-content .about_us-team-item-text h3 {
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  padding-bottom: 0;
  text-transform: uppercase;
}
.about_us .about_us-team .so-content .about_us-team-item-text p {
  font-size: 16px;
  line-height: 150%;
  color: #292929;
  padding-bottom: 20px;
}
.about_us .about_us-team .so-content .about_us-team-item-text strong {
  font-family: Circular Std Bold, sans-serif;
}
.about_us .about_us-team .so-content .about_us-team-item-text strong:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.about_us .about_us-team .so-content .about_us-team-item-text ul {
  padding-bottom: 4px;
  list-style: square;
}
.about_us .about_us-team .so-content .about_us-team-item-text ul li {
  text-indent: -4px;
  margin-left: 26px;
  padding-bottom: 16px;
  font-family: Circular Std Book, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1F1D1C;
}
.about_us .about_us-team .so-content .about_us-team-item-text ul li:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.about_us .about_us-team .so-content .about_us-team-item-text ul li::marker {
  font-size: 28px;
}
.about_us .about_us-team .so-content .about_us-team-item-text ul li:last-child {
  padding-bottom: 0;
}
.about_us .about_us-partners {
  padding-top: 24px;
  padding-bottom: 80px;
}
.about_us .about_us-partners .so-content h2 {
  text-align: center;
  color: #1F1D1C;
  padding-bottom: 40px;
}
.about_us .about_us-partners .partners-tabs {
  max-width: 1442px;
  margin: auto;
  box-sizing: border-box;
  padding-right: 5.5rem;
  padding-left: 5.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}
.about_us .about_us-partners .partners-tabs .partners-item {
  width: calc(25% - 36px);
  background: rgba(247, 247, 247, 0.7);
  padding: 32px 12px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about_us .about_us-partners .partners-tabs .partners-item .image {
  width: 80%;
  height: 80px;
  margin-bottom: 8px;
}
.about_us .about_us-partners .partners-tabs .partners-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_us .about_us-partners .partners-tabs .partners-item .desc {
  min-height: 48px;
  opacity: 70%;
}
.about_us .about_us-partners .partners-tabs .partners-item .desc p {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
  text-align: center;
}
.about_us .about_us-partners .partners-tabs .partners-item .desc p:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.about_us .about_us-partners .partners-tabs .partners-item .desc a {
  opacity: 100%;
  color: #FB602E;
  text-decoration-line: underline;
  margin: -16px;
}

@media screen and (max-width: 991px) {
  .about_us .about_us-head .so-content .head_img .img {
    width: 53%;
  }
  .about_us .about_us-head .so-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .about_us .about_us-head .so-content .head_img {
    margin-bottom: 64px;
  }
  .about_us .about_us-head .so-content .head_img picture {
    width: 64%;
  }
  .about_us .about_us-team .so-content {
    padding-left: 1.5rem;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .about_us .about_us-team .so-content .about_us-team-item-text ul {
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .about_us .about_us-partners .partners-tabs {
    flex-wrap: nowrap;
    overflow: auto;
    padding-left: 1.5rem;
    padding-right: 2rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .about_us .about_us-partners .partners-tabs .partners-item {
    min-width: 220px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .about_us .about_us-head .so-content .title_head h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .about_us .about_us-head .so-content .title_head .desc p {
    padding-top: 16px;
  }
  .about_us .about_us-head .so-content .title_head {
    max-width: 335px;
  }
  .about_us .about_us-head .so-content .title_head .desc {
    width: 100%;
  }
  .about_us .about_us-team .so-content {
    padding-left: 2rem;
  }
  .about_us .about_us-team .so-content .about_us-team-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .about_us .about_us-team .so-content .about_us-team-item h2 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
  }
}
.page-template-our-team header.blur {
  background: #1F1D1C !important;
}

.our_team .so-team_head_image {
  margin-top: 80px;
}
.our_team .so-team_head_image > div:nth-child(1) {
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.our_team .so-team_head_image > div:nth-child(2) {
  display: none;
}
.our_team .so-team_head {
  background-color: #1F1D1C;
  padding-bottom: 100px;
  padding-top: 100px;
}
.our_team .so-team_head h1 {
  font-family: Circular Std Black, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  padding-bottom: 20px;
}
.our_team .so-team_head h1:before {
  font-family: Circular Std Black, sans-serif;
  text-transform: uppercase;
  font-size: inherit;
  color: #FB602E;
  content: "_ ";
}
.our_team .so-team_head p {
  max-width: 670px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.our_team .our_team-team {
  overflow: hidden;
}
.our_team .our_team-team h2 {
  color: #161616;
  text-transform: uppercase;
  padding-bottom: 80px;
}
.our_team .our_team-team picture {
  width: 100%;
}
.our_team .our_team-team picture img, .our_team .our_team-team picture source {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 101%;
}
.our_team .our_team-team .images_tablet {
  display: none;
}
.our_team .our_team-team .images_mobile {
  display: none;
}
.our_team .so-offices {
  padding-top: 100px;
  padding-bottom: 100px;
}
.our_team .so-offices h2 {
  line-height: 1.5;
  color: #161616;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
}
.our_team .so-offices .so-content > p {
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
  text-align: center;
}
.our_team .so-offices-desktop {
  text-align: center;
  margin-top: 40px;
}
.our_team .so-offices-desktop img {
  max-width: 990px;
  width: 100%;
  margin: auto;
}
.our_team .so-offices-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .our_team .so-offices h2 {
    font-size: 24px;
    text-transform: none;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .our_team .so-offices {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .our_team .so-offices h2 {
    text-align: left;
  }
  .our_team .so-offices .so-content > p {
    text-align: left;
  }
  .our_team .so-offices-desktop {
    display: none;
  }
  .our_team .so-offices-mobile {
    display: block;
    margin-top: 40px;
  }
  .our_team .so-offices-mobile img {
    margin-bottom: 40px;
  }
  .our_team .so-offices-mobile-list > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  .our_team .so-offices-mobile-list > div:last-child {
    margin-bottom: 0;
  }
  .our_team .so-offices-mobile-list > div img {
    margin-right: 12px;
  }
  .our_team .so-offices-mobile-list > div > div p:nth-child(1) {
    font-size: 16px;
    line-height: 1.5;
    color: #344054;
    font-family: Circular Std Bold, sans-serif;
  }
  .our_team .so-offices-mobile-list > div > div p:nth-child(1):lang(uk) {
    font-family: Montserrat Std Bold;
  }
  .our_team .so-offices-mobile-list > div > div p:nth-child(2) {
    font-size: 16px;
    line-height: 1.5;
    color: #475467;
  }
}

@media screen and (max-width: 991px) {
  .our_team .so-team_head h1 {
    font-size: 24px;
    padding-bottom: 12px;
  }
  .our_team .our_team-team h2 {
    text-transform: none;
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .our_team .our_team-team .images_pc {
    display: none;
  }
  .our_team .our_team-team .images_mobile {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .our_team .so-team_head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .our_team .our_team-team h2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  .our_team .so-team_head_image > div:nth-child(1) {
    display: none;
  }
  .our_team .so-team_head_image > div:nth-child(2) {
    display: block !important;
  }
  .our_team .so-team_head_image > div:nth-child(2) img, .our_team .so-team_head_image > div:nth-child(2) source {
    width: 100%;
  }
}
.page-template-recognition header.blur {
  background: #1F1D1C !important;
}

.so-recognition_hero {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 80px;
  background-color: #300256;
}
.so-recognition_hero .so-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.so-recognition_hero .so-col:nth-child(1) {
  max-width: 770px;
  width: 100%;
}
.so-recognition_hero .so-col:nth-child(2) {
  max-width: 265px;
  width: 100%;
}
.so-recognition_hero .so-col:nth-child(2) img {
  max-width: 100%;
}
.so-recognition_hero h1 {
  font-family: Circular Std Black, sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.so-recognition_hero p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 45px;
  width: 100%;
  max-width: 465px;
  color: #fff;
}
.so-recognition_hero-slider {
  margin-bottom: 45px;
}
.so-recognition_hero-slider-single {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}
.so-recognition_hero-slider-single a {
  padding: 0;
}
.so-recognition_hero-slider-single img {
  max-width: 150px;
  max-height: 31px;
}
@media screen and (max-width: 1024px) {
  .so-recognition_hero-slider-single img {
    max-width: 90%;
  }
}
.so-recognition_hero-awards_slider {
  width: 265px;
  height: 265px;
  transform: rotate(90deg);
}
.so-recognition_hero-awards_slider .slick-slide {
  margin: 0 10px; /* spacing left/right */
}
.so-recognition_hero-awards_slider .slick-list {
  margin: 0 -10px; /* cancel out outer gaps */
}
.so-recognition_hero-awards_slider-single {
  width: 265px;
  height: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.so-recognition_hero-awards_slider-single img {
  transform: rotate(-90deg);
  transform-origin: center;
  max-width: 265px;
  max-height: 265px;
}
.so-recognition_hero-clutch {
  text-align: left;
  padding: 0;
  display: inline-block;
}
.so-recognition_hero-clutch > svg {
  max-width: 85px;
  height: auto;
  margin-bottom: 8px;
}
.so-recognition_hero-clutch div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.so-recognition_hero-clutch div span {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 1px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .so-recognition_hero .so-col:nth-child(1) {
    max-width: none;
  }
  .so-recognition_hero .so-col:nth-child(2) {
    display: none;
  }
  .so-recognition_hero h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .so-recognition_hero-slider {
    position: relative;
    left: 10px;
  }
  .so-recognition_hero-slider .slick-list {
    overflow: visible !important;
  }
  .so-recognition_hero-slider .slick-slide {
    margin: 0 10px; /* spacing left/right */
  }
  .so-recognition_hero-slider .slick-list {
    margin: 0 -10px; /* cancel out outer gaps */
  }
}
@media screen and (max-width: 600px) {
  .so-recognition_hero {
    padding-bottom: 50px;
  }
  .so-recognition_hero h2 {
    padding-bottom: 35px;
  }
  .so-recognition_hero p {
    margin-bottom: 80px;
  }
}

.page-template-healthcare .so_white .so-services {
  padding-bottom: 30px;
}
.page-template-healthcare .so-cases-block:nth-child(2) .so-col:nth-child(1) .btn {
  background-color: #300256;
}

.so-top_dev {
  background: #1F1D1C;
}
.so-top_dev h2 {
  color: #fff;
  font-family: Circular Std Black, sans-serif;
}
.so-top_dev h2:after {
  font-family: Circular Std Black, sans-serif;
  text-transform: uppercase;
  font-size: inherit;
  color: #FB602E;
  content: " _";
}
.so-top_dev .so-text {
  max-width: 800px;
}
.so-top_dev .so-text * {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.so-top_dev .so-text strong {
  font-family: Circular Std Bold, sans-serif;
  font-weight: 700;
}
.so-top_dev .so-text strong:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-top_dev .so-text strong * {
  font-family: inherit;
  font-weight: inherit;
}
.so-top_dev .so-text p {
  margin-bottom: 20px;
}
.so-top_dev .so-text p:last-child {
  margin-bottom: 0;
}
.so-top_dev .so-text li {
  padding-left: 25px;
  position: relative;
  font-family: Circular Std Book, sans-serif;
  margin-bottom: 20px;
}
.so-top_dev .so-text li:last-child {
  margin-bottom: 0;
}
.so-top_dev .so-text li:lang(uk) {
  font-family: Montserrat Std Book;
}
.so-top_dev .so-text li:before {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #FB602E;
  border-radius: 1px;
  top: 50%;
  left: 0;
  margin-top: -4px;
  content: "";
}
.so-top_dev .so-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.so-top_dev .so-col {
  box-sizing: border-box;
}
.so-top_dev .so-col:nth-child(1) {
  max-width: 810px;
  width: calc(100% - 280px - 80px);
}
.so-top_dev .so-col:nth-child(1) img, .so-top_dev .so-col:nth-child(1) source, .so-top_dev .so-col:nth-child(1) picture {
  max-width: 140px;
  width: 100%;
  display: none;
}
.so-top_dev .so-col:nth-child(2) {
  width: 280px;
}
.so-top_dev .so-col:nth-child(2) img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .so-top_dev .so-content {
    flex-direction: column;
  }
  .so-top_dev .so-col {
    max-width: none !important;
    width: 100% !important;
  }
  .so-top_dev .so-col:nth-child(1) img, .so-top_dev .so-col:nth-child(1) source, .so-top_dev .so-col:nth-child(1) picture {
    display: inline-block;
  }
  .so-top_dev .so-col:nth-child(1) picture {
    margin-bottom: 40px;
  }
  .so-top_dev .so-col:nth-child(2) {
    display: none;
  }
  .so-top_dev h2 {
    text-transform: none !important;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 15px;
  }
}
.page-template-ecommerce .work_in_numbers {
  padding-bottom: 0;
}

.page-template-ai-development .default-header .so-content .header-img picture img,
.page-template-ai-development .default-header .so-content .header-img picture source {
  object-fit: contain;
}
.page-template-ai-development .so-cases-block:nth-child(2) .so-col:nth-child(1) {
  width: calc(43% - 8px);
}
.page-template-ai-development .so-cases-block:nth-child(2) .so-col:nth-child(2) {
  width: calc(57% - 8px);
}
.page-template-ai-development .work_in_numbers {
  padding-bottom: 0;
}

.page-template-discovery .default-header .so-content .header-text {
  flex: 0 0 53%;
}
.page-template-discovery .default-header .so-content .header-img {
  width: 43%;
}
@media screen and (max-width: 991px) {
  .page-template-discovery .default-header .so-content .header-img {
    width: 100%;
  }
}

.page-template-edtech .so-why {
  padding-bottom: 0;
}
.page-template-edtech .so_our_geo {
  padding-top: 0;
}
.page-template-edtech .default-header .so-content .header-img {
  width: 42%;
}
.page-template-edtech .default-header .so-content .header-img picture img {
  object-position: left bottom;
}
@media screen and (max-width: 991px) {
  .page-template-edtech .so_our_geo {
    padding-top: 0;
  }
  .page-template-edtech .default-header .so-content .header-img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .page-template-ai-development .default-header .so-content .header-img picture img {
    height: 130vw !important;
  }
}

.work_in_numbers {
  position: relative;
  z-index: 2;
  background: #1F1D1C;
  padding-top: 100px;
  padding-bottom: 100px;
}
.work_in_numbers h2 {
  font-family: Circular Std Black, sans-serif;
  padding-bottom: 15px;
}
.work_in_numbers .so-content > p {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 80px;
}
.work_in_numbers-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
}
.work_in_numbers-list-item {
  background-color: #333333;
  box-sizing: border-box;
  padding: 40px 30px;
  flex: 1;
}
.work_in_numbers-list-item h3 {
  font-family: Circular Std Black, sans-serif;
}
.work_in_numbers-list-item h3 span {
  color: #FB602E;
}
.work_in_numbers-list-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .work_in_numbers h2 {
    text-transform: none;
    line-height: 1.5;
    font-size: 24px;
  }
  .work_in_numbers-list-item h3 {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 900px) {
  .work_in_numbers-list {
    overflow: auto;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .work_in_numbers-list-item {
    flex: unset;
  }
  .work_in_numbers-list-item h3 {
    width: max-content;
  }
  .work_in_numbers-list-item p {
    width: max-content;
  }
}
@media screen and (max-width: 600px) {
  .work_in_numbers {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .work_in_numbers .so-content > p {
    margin-bottom: 40px;
  }
  .work_in_numbers-list-item {
    padding: 30px;
  }
}

.so_our_clients {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 50px;
}
.so_our_clients h2 {
  font-family: Circular Std Black, sans-serif;
  color: #161616;
  padding-bottom: 15px;
}
.so_our_clients .so-content > p {
  color: #161616;
  max-width: 800px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 80px;
}
.so_our_clients-slider .slick-slide {
  margin: 0 10px; /* spacing left/right */
}
.so_our_clients-slider .slick-list {
  margin: 0 -10px; /* cancel out outer gaps */
}
.so_our_clients-slider-single {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: auto;
}
.so_our_clients-slider-single a {
  padding: 0;
}
.so_our_clients-slider-single img {
  width: auto !important;
  max-width: 190px;
  max-height: 41px;
}
@media screen and (max-width: 1024px) {
  .so_our_clients-slider-single img {
    max-width: 90%;
  }
}
.so_our_clients .wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  gap: 25px;
}
.so_our_clients .wrap-btn .owl-next {
  transform: rotate(180deg);
}
.so_our_clients .wrap-btn .owl-prev, .so_our_clients .wrap-btn .owl-next {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .so_our_clients h2 {
    font-size: 24px;
    text-transform: none;
  }
}
@media screen and (max-width: 768px) {
  .so_our_clients-slider {
    left: 15px;
  }
  .so_our_clients-slider .slick-list {
    overflow: visible;
  }
  .so_our_clients-slider .slick-slide {
    margin: 0 15px; /* spacing left/right */
  }
  .so_our_clients-slider .slick-list {
    margin: 0 -15px; /* cancel out outer gaps */
  }
  .so_our_clients-slider-single {
    width: max-content !important;
  }
  .so_our_clients-slider-single img {
    max-width: none;
    max-height: 24px;
  }
  .so_our_clients .wrap-btn {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .so_our_clients {
    padding-top: 50px;
  }
  .so_our_clients .so-content > p {
    margin-bottom: 40px;
  }
}

.so_dark .so_our_clients {
  background-color: #1F1D1C;
  padding-bottom: 100px;
}
.so_dark .so_our_clients h2 {
  color: #fff;
}
.so_dark .so_our_clients p {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .so_dark .so_our_clients {
    padding-bottom: 50px;
  }
}

.so_no_nav .so_our_clients .wrap-btn {
  display: none !important;
}

.so_our_geo {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 110px;
}
.so_our_geo h2 {
  font-family: Circular Std Black, sans-serif;
  color: #161616;
  padding-bottom: 15px;
}
.so_our_geo .so-content > p {
  color: #161616;
  max-width: 800px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 80px;
}
.so_our_geo .so-content > img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .so_our_geo .so-content > img {
    display: none;
  }
}
.so_our_geo-slider {
  display: none;
}
.so_our_geo-slider .slick-list {
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .so_our_geo-slider {
    display: block;
  }
}
.so_our_geo-slider-single {
  text-align: center;
}
.so_our_geo-slider-single img {
  margin: auto;
}
.so_our_geo-slider .wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  gap: 25px;
}
.so_our_geo-slider .wrap-btn .owl-next {
  transform: rotate(180deg);
}
.so_our_geo-slider .wrap-btn .owl-prev, .so_our_geo-slider .wrap-btn .owl-next {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .so_our_geo h2 {
    text-transform: none;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .so_our_geo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .so_our_geo .so-content > p {
    margin-bottom: 40px;
  }
}

.homepage .so_our_geo {
  padding-top: 50px;
}

.testimonials {
  position: relative;
  background: #fff;
  z-index: 1;
}
.testimonials .so-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonials .so-content h2 {
  font-family: Circular Std Black, sans-serif;
  text-transform: uppercase;
  padding-bottom: 0;
  color: #161616;
}
.testimonials .so-content .testimonials-slider .slick-list {
  overflow: visible !important;
}
.testimonials .so-content .testimonials-slider .slick-list {
  padding-top: 85px;
}
.testimonials .so-content .testimonials-slider .testimonials-slide {
  width: 390px;
}
.testimonials .so-content .testimonials-slider .testimonials-slide .author-img {
  position: relative;
  width: 310px;
  height: 310px;
  margin-bottom: 25px;
}
.testimonials .so-content .testimonials-slider .testimonials-slide .author-img.has-video {
  cursor: pointer;
}
.testimonials .so-content .testimonials-slider .testimonials-slide .author-img:after {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7F39FB;
  z-index: -1;
  content: "";
}
.testimonials .so-content .testimonials-slider .testimonials-slide .author-img:hover:after {
  top: 8px;
  left: 8px;
}
.testimonials .so-content .testimonials-slider .testimonials-slide .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials .so-content .testimonials-slider .testimonials-slide .author-img .play {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 100%;
  z-index: 2;
  pointer-events: none;
}
.testimonials .so-content .testimonials-slider .testimonials-slide .author-img .play:after {
  position: absolute;
  width: 16px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/play-icon.svg");
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  content: "";
}
.testimonials .so-content .testimonials-slider .testimonials-slide .author-project {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.testimonials .so-content .testimonials-slider .testimonials-slide .author-project img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 8px;
}
.testimonials .so-content .testimonials-slider .testimonials-slide .author-project p {
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
}
.testimonials .so-content .testimonials-slider .testimonials-slide > p {
  font-family: Circular Std Bold, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #161616;
  display: block;
  max-width: 310px;
  margin-bottom: 5px;
}
.testimonials .so-content .testimonials-slider .testimonials-slide > p:lang(uk) {
  font-family: Montserrat Std Bold;
}
.testimonials .so-content .testimonials-slider .testimonials-slide > span {
  font-size: 14px;
  line-height: 1.5;
  font-family: Circular Std Black, sans-serif;
  color: #161616;
  max-width: 310px;
  display: block;
  opacity: 0.5;
}
.testimonials .so-content .testimonials-slider .testimonials-slide > span:lang(uk) {
  font-family: Montserrat Std Bold;
}
@media screen and (max-width: 768px) {
  .testimonials .so-content .testimonials-slider .testimonials-slide {
    width: 260px;
  }
  .testimonials .so-content .testimonials-slider .testimonials-slide .author-img {
    width: 100%;
    height: 260px;
  }
}
.testimonials .so-content .testimonials-slider .slick-list {
  margin-bottom: 80px;
}
.testimonials .so-content .testimonials-slider .wrap-btn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
.testimonials .so-content .testimonials-slider .wrap-btn svg.owl-prev {
  cursor: pointer;
  margin-right: 25px;
}
.testimonials .so-content .testimonials-slider .wrap-btn svg.owl-next {
  cursor: pointer;
  margin-left: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .testimonials .so-content .testimonials-slider .slick-slide {
    margin: 0 8px; /* spacing left/right */
  }
  .testimonials .so-content .testimonials-slider .slick-list {
    margin: 0 -8px; /* cancel out outer gaps */
  }
}
@media screen and (max-width: 991px) {
  .testimonials .so-content h2 {
    font-size: 24px;
    text-transform: none;
  }
}
@media screen and (max-width: 768px) {
  .testimonials .so-content .wrap-btn {
    display: none !important;
  }
  .testimonials .so-content h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .testimonials .so-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.so-services {
  position: relative;
  z-index: 2;
  background: #1F1D1C;
  padding-top: 100px;
  padding-bottom: 100px;
}
.so-services[data-cta_bottomed="1"] {
  padding-bottom: 50px;
}
.so-services h2 {
  font-family: Circular Std Black, sans-serif;
}
.so-services .so-content > p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 80px;
}
.so-services-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.so-services-list-single {
  width: calc(33.33% - 17px);
  flex-grow: 0;
  box-sizing: border-box;
  background-color: #333333;
  padding: 24px 32px 48px 32px;
}
.so-services-list-single img {
  max-width: 32px;
  margin-bottom: 20px;
}
.so-services-list-single h4 {
  padding-bottom: 20px;
}
.so-services-list-single p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.so-services-list-single p a {
  padding: 0;
  color: #FB602E;
  text-decoration: underline;
}
.so-services-list-single .link {
  margin-top: 20px;
}
.so-services-list-cta {
  width: calc(33.33% - 17px);
  flex-grow: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.so-services-list-cta-title {
  font-family: Circular Std Black, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  max-width: 340px;
  margin-bottom: 25px;
}
.so-services-list-cta-title:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-services-list-cta-text {
  font-size: 16px;
  line-height: 1.5;
  max-width: 800px;
  color: #fff;
  margin-bottom: 25px;
}
.so-services-list-cta .btn {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .so-services h2 {
    text-transform: none;
    line-height: 1.5;
    font-size: 24px;
    padding-bottom: 15px;
  }
  .so-services .so-content > p {
    margin-bottom: 40px;
  }
  .so-services-list-single {
    width: calc(50% - 13px);
  }
  .so-services-list-single h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .so-services-list-single {
    padding: 0;
    width: 100%;
  }
  .so-services-list-single-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
    padding: 25px 45px 25px 15px;
  }
  .so-services-list-single-head img {
    max-width: 24px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .so-services-list-single-head h4 {
    font-size: 16px;
    padding-bottom: 0;
  }
  .so-services-list-single-head:after {
    transform: rotate(0deg);
    transition: all 0.3s ease;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/chevron.svg");
    content: "";
  }
  .so-services-list-single.so-active .so-services-list-single-head:after {
    transform: rotate(180deg);
  }
  .so-services-list-single-body {
    padding: 0 15px 25px 15px;
    display: none;
  }
  .so-services-list-cta {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .so-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .so-services-list {
    gap: 15px;
  }
  .so-services-list-cta {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .so-services-list-cta-title {
    text-align: left;
  }
  .so-services-list-cta-text {
    text-align: left;
  }
  .so-services-list-cta .btn {
    width: 100%;
    box-sizing: border-box;
  }
}

.so_white .so-services {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.so_white .so-services h2, .so_white .so-services .so-content > p {
  color: #161616;
}
.so_white .so-services-list-single {
  background-color: #F2F4F7;
}
.so_white .so-services-list-single-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.so_white .so-services-list-single-head img {
  flex-shrink: 0;
  margin-right: 15px;
  margin-bottom: 0;
}
.so_white .so-services-list-single-head h4 {
  color: #161616;
  padding-bottom: 0;
}
.so_white .so-services-list-single-body p {
  color: #161616;
}
.so_white .so-services-list-cta {
  background-color: #F2F4F7;
  padding: 40px;
  box-sizing: border-box;
}
.so_white .so-services-list-cta-title {
  color: #161616;
}
.so_white .so-services-list-cta-text {
  color: #161616;
}
@media screen and (max-width: 768px) {
  .so_white .so-services-list-single-head {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .so_white .so-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .so_white .so-services-list-cta {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.so-services + .work_in_numbers {
  padding-top: 50px;
}

.so-solutions {
  position: relative;
  z-index: 2;
  background: #1F1D1C;
  padding-top: 100px;
  padding-bottom: 100px;
}
.so-solutions h2 {
  font-family: Circular Std Black, sans-serif;
  padding-bottom: 0;
}
.so-solutions .so-content > p {
  max-width: 900px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
}
.so-solutions-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 25px;
}
.so-solutions-list-single {
  width: calc(50% - 13px);
  flex-grow: 0;
  position: relative;
  box-sizing: border-box;
  background-color: #333333;
  padding: 24px 32px 48px 32px;
}
.so-solutions-list-single img {
  max-width: 32px;
  margin-bottom: 20px;
}
.so-solutions-list-single h4 {
  padding-bottom: 20px;
}
.so-solutions-list-single .so-text * {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.so-solutions-list-single .so-text p {
  margin-bottom: 20px;
}
.so-solutions-list-single .so-text p:last-child {
  margin-bottom: 0;
}
.so-solutions-list-single .so-text a {
  padding: 0;
  color: #FB602E;
  text-decoration: underline;
}
.so-solutions-list-single .link-spacer {
  padding-top: 20px;
  height: 20px;
}
.so-solutions-list-single .link {
  display: inline-block;
  position: absolute;
  bottom: 48px;
  left: 32px;
}
.so-solutions-list-cta {
  width: calc(33.33% - 17px);
  flex-grow: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.so-solutions-list-cta-title {
  font-family: Circular Std Black, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  max-width: 340px;
  margin-bottom: 25px;
}
.so-solutions-list-cta-title:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-solutions-list-cta-text {
  font-size: 16px;
  line-height: 1.5;
  max-width: 800px;
  color: #fff;
  margin-bottom: 25px;
}
.so-solutions-list-cta .btn {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .so-solutions h2 {
    font-size: 24px;
    text-transform: none;
  }
}
@media screen and (max-width: 768px) {
  .so-solutions-list-single {
    padding: 0;
    width: 100%;
  }
  .so-solutions-list-single-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
    padding: 25px 45px 25px 15px;
  }
  .so-solutions-list-single-head img {
    max-width: 24px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .so-solutions-list-single-head h4 {
    font-size: 16px;
    padding-bottom: 0;
  }
  .so-solutions-list-single-head:after {
    transform: rotate(0deg);
    transition: all 0.3s ease;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/chevron.svg");
    content: "";
  }
  .so-solutions-list-single.so-active .so-solutions-list-single-head:after {
    transform: rotate(180deg);
  }
  .so-solutions-list-single-body {
    padding: 0 15px 25px 15px;
    display: none;
  }
  .so-solutions-list-single .link-spacer {
    display: none;
  }
  .so-solutions-list-single .link {
    position: static;
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .so-solutions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .so-solutions-list {
    margin-top: 40px;
  }
}

.testimonials + .so-clutch_feedback {
  padding-top: 0;
}

.so-clutch_feedback {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 160px;
}
.so-clutch_feedback h2 {
  font-family: Circular Std Black, sans-serif;
  color: #161616;
  padding-bottom: 80px;
}
.so-clutch_feedback .btn {
  margin: auto;
}
.so-clutch_feedback .btn span:nth-child(2) {
  display: none;
}
.so-clutch_feedback-slider .slick-slide {
  margin: 0 15px; /* spacing left/right */
}
.so-clutch_feedback-slider .slick-list {
  margin: 0 -15px; /* cancel out outer gaps */
}
.so-clutch_feedback-slider .slick-list {
  overflow: visible !important;
}
.so-clutch_feedback-slider-single {
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 25px 15px 25px 15px;
  position: relative;
}
.so-clutch_feedback-slider-single:before {
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #7F39FB;
  z-index: -1;
  content: "";
}
.so-clutch_feedback-slider-single:hover:before {
  top: 8px;
  left: 8px;
}
.so-clutch_feedback-slider-single > p {
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
  margin-bottom: 25px;
}
.so-clutch_feedback-slider-single-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  margin-bottom: 25px;
}
.so-clutch_feedback-slider-single-rating > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.so-clutch_feedback-slider-single-rating > div span {
  font-family: Circular Std Black, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #161616;
  margin-right: 15px;
}
.so-clutch_feedback-slider-single-rating > div span:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-clutch_feedback-slider-single-rating > svg {
  max-width: 85px;
  height: auto;
}
.so-clutch_feedback-slider-single-author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.so-clutch_feedback-slider-single-author img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
}
.so-clutch_feedback-slider-single-author h6 {
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
  padding-bottom: 0;
}
.so-clutch_feedback-slider-single-author p {
  font-family: Circular Std Black, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #161616;
  opacity: 0.5;
}
.so-clutch_feedback-slider-single-author p:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-clutch_feedback-slider .wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  gap: 25px;
  position: relative;
  top: 110px;
}
.so-clutch_feedback-slider .wrap-btn .owl-next {
  transform: rotate(180deg);
}
.so-clutch_feedback-slider .wrap-btn .owl-prev, .so-clutch_feedback-slider .wrap-btn .owl-next {
  cursor: pointer;
  display: block !important;
}
@media screen and (max-width: 991px) {
  .so-clutch_feedback h2 {
    text-transform: none;
    line-height: 1.5;
    font-size: 24px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .so-clutch_feedback {
    padding-bottom: 100px;
  }
  .so-clutch_feedback-slider {
    position: relative;
    left: calc(2rem - 10px);
    margin-bottom: 40px;
  }
  .so-clutch_feedback-slider .slick-slide {
    margin: 0 8px; /* spacing left/right */
  }
  .so-clutch_feedback-slider .slick-list {
    margin: 0 -8px; /* cancel out outer gaps */
  }
  .so-clutch_feedback-slider-single {
    width: 270px;
  }
  .so-clutch_feedback-slider-single-rating {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .so-clutch_feedback-slider-single-rating > div {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    top: -4px;
  }
  .so-clutch_feedback-slider-single-rating > div span {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .so-clutch_feedback .btn span:nth-child(1) {
    display: none;
  }
  .so-clutch_feedback .btn span:nth-child(2) {
    display: block;
  }
  .so-clutch_feedback .wrap-btn {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .so-clutch_feedback {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.so_dark .so-clutch_feedback {
  background-color: #1F1D1C;
  padding-bottom: 100px;
}
.so_dark .so-clutch_feedback h2 {
  color: #fff;
}
.so_dark .so-clutch_feedback-slider-single {
  background-color: #333333;
}
.so_dark .so-clutch_feedback-slider-single > p {
  color: #fff;
}
.so_dark .so-clutch_feedback-slider-single-rating > div span {
  color: #fff;
}
.so_dark .so-clutch_feedback-slider-single-rating > svg path {
  fill: #fff;
}
.so_dark .so-clutch_feedback-slider-single-author h6, .so_dark .so-clutch_feedback-slider-single-author p {
  color: #fff;
}
.so_dark .so-clutch_feedback-slider .wrap-btn .slick-arrow {
  filter: invert(1);
}
@media screen and (max-width: 600px) {
  .so_dark .so-clutch_feedback {
    padding-bottom: 50px;
  }
}

.so-cases {
  position: relative;
  z-index: 2;
  background: #1F1D1C;
  padding-top: 100px;
  padding-bottom: 100px;
}
.so-cases-block:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.so-cases-block:nth-child(1) .so-col:nth-child(1) h2 {
  font-family: Circular Std Black, sans-serif;
  padding-bottom: 15px;
}
.so-cases-block:nth-child(1) .so-col:nth-child(1) p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 15px;
}
.so-cases-block:nth-child(1) .so-col:nth-child(1) .btn {
  margin-top: 0;
}
.so-cases-block:nth-child(1) .so-col:nth-child(2) {
  width: calc(57% - 8px);
}
.so-cases-block:nth-child(2) {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 15px;
}
.so-cases-block:nth-child(2) .so-col {
  box-sizing: border-box;
}
.so-cases-block:nth-child(2) .so-col:nth-child(1) {
  width: calc(57% - 8px);
}
.so-cases-block:nth-child(2) .so-col:nth-child(2) {
  width: calc(43% - 8px);
}
.so-cases-block-main {
  box-sizing: border-box;
  display: block;
  padding: 65px;
  min-height: 600px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100%;
}
.so-cases-block-main.orange {
  background-image: url("img/case-bg-1.svg");
}
.so-cases-block-main.orange .btn {
  background-color: #300256;
}
.so-cases-block-main.green {
  background-image: url("img/case-bg-2.svg");
}
.so-cases-block-main.purple {
  background-image: url("img/case-bg-3.svg");
}
.so-cases-block-main.dark_purple {
  background-image: url("img/case-bg-4.svg");
}
.so-cases-block-main img {
  position: absolute;
}
.so-cases-block-main-tag {
  font-family: Circular Std Black, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 1px 8px;
  background-color: #E7ECF3;
  display: inline-block;
  color: #161616;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.so-cases-block-main-tag:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-cases-block-main-client {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.so-cases-block-main h3 {
  font-family: Circular Std Black, sans-serif;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.so-cases-block-main-tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  gap: 4px;
}
.so-cases-block-main-tags span {
  background-color: #161616;
  color: #fff;
  display: inline-block;
  font-family: Circular Std Black, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 1px 8px;
}
.so-cases-block-main-tags span:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-cases-block-main .btn {
  display: none;
}
.so-cases-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 55px 50px;
  background-color: #333333;
  overflow: hidden;
  position: relative;
}
.so-cases-cta:before {
  position: absolute;
  transform: rotate(12deg);
  width: 520px;
  height: 535px;
  right: 30px;
  top: -76px;
  opacity: 0.5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/nerdz-icon.svg");
  content: "";
}
.so-cases-cta .so-col {
  position: relative;
  z-index: 2;
}
.so-cases-cta .so-col:nth-child(1) {
  padding-right: 25px;
}
.so-cases-cta h2 {
  text-transform: none;
  padding-bottom: 25px;
}
.so-cases-cta p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.so-cases-cta .btn {
  width: auto;
  padding-left: 55px;
  padding-right: 80px;
  box-sizing: border-box;
  margin-top: 0;
}
.so-cases-cta .btn:after {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 40px;
  top: 50%;
  margin-top: -12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/white-arrow.svg");
  content: "";
}
@media screen and (max-width: 991px) {
  .so-cases-block .so-col {
    position: relative;
  }
  .so-cases-block .so-col:before {
    position: absolute;
    bottom: 32px;
    left: 15px;
    right: 0;
    height: 30px;
    background-color: #FB602E;
    content: "";
    z-index: 1;
  }
  .so-cases-block:nth-child(1) {
    flex-direction: column;
  }
  .so-cases-block:nth-child(1) .so-col {
    width: 100% !important;
  }
  .so-cases-block:nth-child(1) .so-col:nth-child(1) {
    margin-bottom: 40px;
  }
  .so-cases-block:nth-child(1) .so-col:nth-child(1):before {
    display: none;
  }
  .so-cases-block:nth-child(1) .so-col:nth-child(1) h2 {
    text-transform: none;
    line-height: 1.5;
    font-size: 24px;
  }
  .so-cases-block:nth-child(1) .so-col:nth-child(1) .btn {
    display: none;
  }
  .so-cases-block:nth-child(2) {
    flex-direction: column;
  }
  .so-cases-block:nth-child(2) .so-col {
    width: 100% !important;
  }
  .so-cases-block:nth-child(2) .so-col:nth-child(1) {
    margin-bottom: 15px;
  }
  .so-cases-block-main {
    position: relative;
    height: auto;
    margin-bottom: 40px;
    z-index: 2;
  }
  .so-cases-block-main h3 {
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  .so-cases-cta {
    flex-direction: column;
  }
  .so-cases-cta .so-col {
    width: 100%;
  }
  .so-cases-cta .so-col:nth-child(1) {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .so-cases-cta h2 {
    line-height: 1.5;
    font-size: 24px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .so-cases {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .so-cases-block-main {
    min-height: 215px;
    padding: 25px 15px;
  }
  .so-cases-block-main.purple {
    background-image: url("img/case-bg-3_mob.svg");
  }
  .so-cases-block-main.dark_purple {
    background-image: url("img/case-bg-4_mob.svg");
  }
  .so-cases-block-main .btn {
    box-sizing: border-box;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .so-cases-cta {
    margin-top: 10px;
    padding: 0;
    background-color: transparent;
  }
  .so-cases-cta:before {
    display: none;
  }
  .so-cases-cta .btn {
    padding-left: 20px;
  }
}

.so_white .so-cases {
  background-color: #fff;
}
.so_white .so-cases-block:nth-child(1) .so-col:nth-child(1) h2, .so_white .so-cases-block:nth-child(1) .so-col:nth-child(1) p {
  color: #161616;
}
@media screen and (max-width: 600px) {
  .so_white .so-cases-cta h2, .so_white .so-cases-cta p {
    color: #161616;
  }
}

.so-cases_blocks {
  padding-top: 100px;
  padding-bottom: 100px;
}
.so-cases_blocks-label {
  font-size: 16px;
  line-height: 2;
  display: block;
  color: #717171;
  font-family: Circular Std Black, sans-serif;
  font-weight: 700;
  opacity: 0.5;
}
.so-cases_blocks-label:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-cases_blocks h2 {
  font-family: Circular Std Black, sans-serif;
  color: #161616;
  padding-bottom: 100px;
}
.so-cases_blocks-single {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 25px 60px;
  margin-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.so-cases_blocks-single.orange {
  background-image: url("img/case-bg_big-1.svg");
}
.so-cases_blocks-single.purple {
  background-image: url("img/case-bg_big-2.svg");
}
.so-cases_blocks-single.white {
  background-image: url("img/case-bg_big-3.svg");
}
.so-cases_blocks-single.dark_purple {
  background-image: url("img/case-bg_big-4.svg");
}
.so-cases_blocks-single:last-child {
  margin-bottom: 0;
}
.so-cases_blocks-single > div {
  max-width: 410px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.so-cases_blocks-single > div .so-cases_blocks-single-tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  gap: 4px;
}
.so-cases_blocks-single > div .so-cases_blocks-single-tags:nth-child(1) {
  padding-bottom: 20px;
}
.so-cases_blocks-single > div .so-cases_blocks-single-tags:nth-child(1) span {
  background-color: #E7ECF3;
  color: #161616;
}
.so-cases_blocks-single > div .so-cases_blocks-single-tags span {
  background-color: #161616;
  color: #fff;
  display: inline-block;
  font-family: Circular Std Black, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 1px 8px;
}
.so-cases_blocks-single > div .so-cases_blocks-single-tags span:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-cases_blocks-single > div .so-cases_blocks-single-name {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  display: block;
  padding-bottom: 15px;
  font-family: Circular Std Black, sans-serif;
}
.so-cases_blocks-single > div .so-cases_blocks-single-name:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-cases_blocks-single > div h3 {
  line-height: 1.3;
  color: #fff;
  padding-bottom: 20px;
}
.so-cases_blocks-single > div p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 20px;
}
.so-cases_blocks-single.so_dark_block > div .so-cases_blocks-single-name, .so-cases_blocks-single.so_dark_block > div h3, .so-cases_blocks-single.so_dark_block > div p {
  color: #161616;
}
.so-cases_blocks-single img {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .so-cases_blocks h2 {
    font-size: 24px;
    text-transform: none;
    padding-bottom: 50px;
  }
  .so-cases_blocks-single {
    padding: 65px 45px;
    display: block;
  }
  .so-cases_blocks-single.orange {
    background-image: url("img/case-bg_big-1_tablet.svg");
  }
  .so-cases_blocks-single.purple {
    background-image: url("img/case-bg_big-2_tablet.svg");
  }
  .so-cases_blocks-single.white {
    background-image: url("img/case-bg_big-3_tablet.svg");
  }
  .so-cases_blocks-single.dark_purple {
    background-image: url("img/case-bg_big-4_tablet.svg");
  }
  .so-cases_blocks-single > div {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .so-cases_blocks {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .so-cases_blocks h2 {
    padding-bottom: 40px;
  }
  .so-cases_blocks-single {
    padding: 65px 20px;
    margin-bottom: 50px;
  }
  .so-cases_blocks-single.orange {
    background-image: url("img/case-bg_big-1_mob.svg");
  }
  .so-cases_blocks-single.purple {
    background-image: url("img/case-bg_big-2_mob.svg");
  }
  .so-cases_blocks-single.white {
    background-image: url("img/case-bg_big-3_mob.svg");
  }
  .so-cases_blocks-single.dark_purple {
    background-image: url("img/case-bg_big-4_mob.svg");
  }
  .so-cases_blocks-single:last-child {
    margin-bottom: 0;
  }
  .so-cases_blocks-single > div .so-cases_blocks-single-name {
    font-size: 16px;
  }
  .so-cases_blocks-single > div h3 {
    font-size: 24px;
  }
}

.so-faq {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.so-faq h2 {
  font-family: Circular Std Black, sans-serif;
  color: #161616;
  padding-bottom: 45px;
}
.so-faq .btn {
  margin-top: 0;
}
.so-faq .faq-single {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 991px) {
  .so-faq h2 {
    text-transform: none;
    line-height: 1.5;
    font-size: 24px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .so-faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .so-faq h2 {
    padding-bottom: 30px;
  }
}

.so-clutch_feedback + .so-faq {
  padding-top: 0;
}

.mvp-development-our-approach {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mvp-development-our-approach .so-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 80px;
}
.mvp-development-our-approach .so-content h2 {
  font-family: Circular Std Black, sans-serif;
  color: #161616;
  max-width: 450px;
  width: 100%;
  line-height: normal;
  text-transform: uppercase;
}
.mvp-development-our-approach .so-content h2.full_width {
  max-width: none;
}
.mvp-development-our-approach .so-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}
.mvp-development-our-approach .approach_tabs {
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item {
  cursor: pointer;
  height: auto;
  transition: width 0.15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.3333333333%;
  padding: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid rgba(41, 41, 41, 0.1);
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item:first-child .title .desc {
  display: block;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item:last-child {
  border-right: none !important;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item:last-child:after {
  right: unset;
  left: 0;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #F6F1FF;
  transition-delay: 0.15s;
  transition: background 0.15s ease-in-out, width 0.15s ease-in-out;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item:first-child:after, .mvp-development-our-approach .approach_tabs .approach_tabs-item:last-child:after {
  width: 100vw;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item span.num {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: Circular Std Bold, sans-serif;
  color: #FB602E;
  font-size: 48px;
  font-weight: 900;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item .title {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 24px;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item .title h3 {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 164px;
  max-width: 164px;
  width: 100%;
  color: #292929;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item .title .desc {
  display: none;
  padding-left: 24px;
  margin-left: 24px;
  border-left: 2px solid #FB602E;
  width: 100%;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item .title .desc p {
  color: #fff;
  font-size: 16px;
  font-weight: 450;
  line-height: 24px;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item img {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item.hover {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  transition: width 0.15s ease-in-out;
  width: 80%;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item.hover:after {
  background: #7F39FB;
  transition: background 0.15s ease-in-out, width 0.15s ease-in-out;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item.hover .title h3 {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
}
.mvp-development-our-approach .approach_tabs .approach_tabs-item.hover img {
  -webkit-transition: opacity 0.25s ease-in-out, width 0.15s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, width 0.15s ease-in-out;
  transition: opacity 0.25s ease-in-out, width 0.15s ease-in-out;
  height: 200px;
  width: calc(100% - 108px);
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .mvp-development-our-approach .approach_tabs {
    overflow: auto;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item {
    overflow: hidden;
    min-width: 340px;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item.hover {
    min-width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .mvp-development-our-approach .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mvp-development-our-approach .content h2 {
    max-width: 318px;
    width: 100%;
  }
  .mvp-development-our-approach .content p {
    width: 100%;
  }
  .mvp-development-our-approach .approach_tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item {
    min-width: 0 !important;
    width: 100% !important;
    padding: 55px;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(41, 41, 41, 0.1);
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item:last-child {
    border-bottom: none;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item:after {
    width: 100% !important;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item .title {
    margin: 0 !important;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 8px;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item .title h3 {
    padding-bottom: 0;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item .title .desc {
    padding-left: 0;
    margin-left: 0;
    border-left-width: 0;
    margin-top: 8px;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item img {
    width: 100% !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    margin: 0;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item.hover {
    height: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .mvp-development-our-approach .so-content {
    flex-direction: column;
    gap: 0;
  }
  .mvp-development-our-approach .so-content h2 {
    font-size: 24px;
    text-transform: none !important;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  .mvp-development-our-approach {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mvp-development-our-approach .so-content {
    padding-bottom: 40px;
  }
  .mvp-development-our-approach .so-content h2 {
    max-width: none;
    width: 100%;
  }
  .mvp-development-our-approach .so-content p {
    width: 100%;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item {
    min-height: 220px;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item .title {
    margin: 0;
    padding-top: 0;
    display: block;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item .title h3 {
    max-width: none;
    width: 100%;
    min-width: unset;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item .title .desc {
    padding: 0;
    border: none;
    margin: 0;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item.hover .title {
    margin: 0;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item.hover .title h3 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    max-width: unset;
  }
  .mvp-development-our-approach .approach_tabs .approach_tabs-item.hover .title .desc {
    display: block;
    height: auto;
    min-height: unset;
  }
}

.so_dark .mvp-development-our-approach {
  background-color: #1F1D1C;
}
.so_dark .mvp-development-our-approach .so-content h2, .so_dark .mvp-development-our-approach .so-content p {
  color: #fff;
}
.so_dark .mvp-development-our-approach .approach_tabs .approach_tabs-item {
  background-color: #EAECF0;
}
.so_dark .mvp-development-our-approach .approach_tabs .approach_tabs-item .title h3 {
  color: #161616;
}
.so_dark .mvp-development-our-approach .approach_tabs .approach_tabs-item.hover {
  background-color: #333333;
}
.so_dark .mvp-development-our-approach .approach_tabs .approach_tabs-item.hover .title h3 {
  color: #fff;
}

.so-info {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.so-info-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.so-info-list-single {
  width: calc(33.33% - 27px);
  background-color: #F2F4F7;
  box-sizing: border-box;
  padding: 45px 30px;
}
.so-info-list-single h3 {
  font-family: Circular Std Black, sans-serif;
  font-size: 36px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #161616;
  padding-bottom: 20px;
}
.so-info-list-single h3:after {
  font-family: Circular Std Black, sans-serif;
  text-transform: uppercase;
  font-size: inherit;
  color: #FB602E;
  content: " _";
}
.so-info-list-single .so-text * {
  color: #161616;
  font-size: 16px;
  line-height: 1.5;
}
.so-info-list-single .so-text strong {
  font-family: Circular Std Bold, sans-serif;
  font-weight: 700;
}
.so-info-list-single .so-text strong:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-info-list-single .so-text strong * {
  font-family: inherit;
  font-weight: inherit;
}
.so-info-list-single .so-text p {
  margin-bottom: 20px;
}
.so-info-list-single .so-text p:last-child {
  margin-bottom: 0;
}
.so-info-list-single .so-text li {
  padding-left: 25px;
  position: relative;
  font-family: Circular Std Book, sans-serif;
  margin-bottom: 20px;
}
.so-info-list-single .so-text li:last-child {
  margin-bottom: 0;
}
.so-info-list-single .so-text li:lang(uk) {
  font-family: Montserrat Std Book;
}
.so-info-list-single .so-text li:before {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #FB602E;
  border-radius: 1px;
  top: 50%;
  left: 0;
  margin-top: -4px;
  content: "";
}
@media screen and (max-width: 991px) {
  .so-info-list {
    padding-left: 20px;
    margin-left: -20px;
    padding-right: 20px;
    margin-right: -20px;
    overflow: scroll;
    gap: 30px;
  }
  .so-info-list-single {
    width: 350px;
    flex-shrink: 0;
  }
  .so-info-list-single h3 {
    text-transform: none !important;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .so-info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .so-info-list {
    gap: 8px;
  }
  .so-info-list-single {
    width: 275px;
  }
}

.so_dark .so-info {
  background: #1F1D1C;
}
.so_dark .so-info-list-single {
  background-color: #333333;
}
.so_dark .so-info-list-single h3 {
  color: #fff;
}
.so_dark .so-info-list-single .so-text * {
  color: #fff;
}

.default-header {
  height: auto;
  min-height: 830px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.default-header .so-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.default-header .so-content .header-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.72%;
  flex: 0 0 48.72%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 150px;
  padding-bottom: 66px;
}
.default-header .so-content .header-text .subtitle {
  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;
  margin-bottom: 24px;
}
.default-header .so-content .header-text .subtitle p {
  color: #FB602E;
  font-family: Circular Std Bold, sans-serif;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 19px;
}
.default-header .so-content .header-text .subtitle p:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.default-header .so-content .header-text h1 {
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #1F1D1C;
  padding-bottom: 34px;
  font-family: Circular Std Black, sans-serif;
}
.default-header .so-content .header-text h1:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.default-header .so-content .header-text .desc {
  margin-bottom: 40px;
}
.default-header .so-content .header-text .desc p {
  font-size: 16px;
  color: #1F1D1C;
  padding-bottom: 20px;
}
.default-header .so-content .header-text .desc p:last-child {
  padding-bottom: 0;
}
.default-header .so-content .header-text .desc h2 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1F1D1C;
}
.default-header .so-content .header-text .desc h1, .default-header .so-content .header-text .desc h2, .default-header .so-content .header-text .desc h3, .default-header .so-content .header-text .desc h4, .default-header .so-content .header-text .desc h5, .default-header .so-content .header-text .desc h6 {
  padding-bottom: 24px;
  color: #000;
  text-transform: uppercase;
  font-family: Circular Std Black, sans-serif;
}
.default-header .so-content .header-text .desc a {
  padding: 0;
  color: #FB602E;
  text-decoration: underline;
}
.default-header .so-content .header-img {
  position: absolute;
  width: 45.2%;
  height: 100%;
  right: 0;
}
.default-header .so-content .header-img picture img, .default-header .so-content .header-img picture source {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .default-header .so-content .header-img img {
    height: 150vw !important;
  }
}
@media screen and (max-width: 991px) {
  .default-header .so-content {
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .default-header .so-content .header-text {
    padding-top: 64px;
    padding-bottom: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
  }
  .default-header .so-content .header-text h1 {
    font-size: 48px;
    line-height: 56px;
    width: 100%;
  }
  .default-header .so-content .header-text .desc {
    margin-bottom: 40px;
  }
  .default-header .so-content .header-img {
    position: static;
    width: 100%;
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 600px) {
  .default-header {
    margin-bottom: 50px;
  }
  .default-header .so-content .header-text {
    padding-top: 25px;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .default-header .so-content .header-text h1 {
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 40px;
  }
  .default-header .so-content .header-text .desc h1, .default-header .so-content .header-text .desc h2, .default-header .so-content .header-text .desc h3, .default-header .so-content .header-text .desc h4, .default-header .so-content .header-text .desc h5, .default-header .so-content .header-text .desc h6 {
    text-transform: none;
  }
}

.so-progress {
  background: #FCFCFC;
  padding-top: 100px;
  padding-bottom: 100px;
}
.so-progress .so-content .content h2 {
  color: #161616;
  padding-bottom: 24px;
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: Circular Std Black, sans-serif;
}
.so-progress .so-content .content p {
  font-size: 16px;
  color: #242127;
}
.so-progress .so-content .progress_tabs {
  margin: auto;
  margin-top: 100px;
  max-width: 1050px;
}
.so-progress .so-content .progress_tabs .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.so-progress .so-content .progress_tabs .tab .title {
  min-width: 162px;
  margin-right: 38px;
}
.so-progress .so-content .progress_tabs .tab .title span {
  font-family: Circular Std Bold, sans-serif;
  font-size: 80px;
  line-height: 101px;
  color: #FB602E;
  opacity: 0.2;
}
.so-progress .so-content .progress_tabs .tab .title span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-progress .so-content .progress_tabs .tab:last-child .content_tab {
  padding-bottom: 0;
}
.so-progress .so-content .progress_tabs .tab:last-child .content_tab:after {
  display: none;
}
.so-progress .so-content .progress_tabs .tab .content_tab {
  padding-bottom: 140px;
  position: relative;
}
.so-progress .so-content .progress_tabs .tab .content_tab:after {
  content: "";
  position: absolute;
  left: -28px;
  top: 11px;
  width: 4px;
  opacity: 0.1;
  height: 100%;
  background: #1F1D1C;
}
.so-progress .so-content .progress_tabs .tab .content_tab h3 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #242127;
  padding-bottom: 24px;
  position: relative;
}
.so-progress .so-content .progress_tabs .tab .content_tab h3:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-progress .so-content .progress_tabs .tab .content_tab h3:before {
  z-index: 2;
  content: "";
  position: absolute;
  left: -30px;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #FB602E;
}
.so-progress .so-content .progress_tabs .tab .content_tab .so-text {
  margin-bottom: 24px;
}
.so-progress .so-content .progress_tabs .tab .content_tab .so-text * {
  color: #161616;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 24px;
}
.so-progress .so-content .progress_tabs .tab .content_tab .so-text *:last-child {
  padding-bottom: 0;
}
.so-progress .so-content .progress_tabs .tab .content_tab span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #242127;
}
.so-progress .so-content .progress_tabs .tab .content_tab span:lang(uk) {
  font-family: Montserrat Std Bold, sans-serif;
}
.so-progress .so-content .progress_tabs .tab .content_tab span svg {
  min-width: 18px;
  margin-right: 11px;
}
@media screen and (max-width: 991px) {
  .so-progress {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .so-progress .so-content .content h2 {
    font-size: 24px;
    text-transform: none;
    padding-bottom: 20px;
  }
  .so-progress .so-content .progress_tabs {
    margin-top: 32px;
  }
  .so-progress .so-content .progress_tabs .tab .title span {
    font-size: 36px;
    line-height: 46px;
  }
  .so-progress .so-content .progress_tabs .tab .title {
    min-width: 56px;
  }
  .so-progress .so-content .progress_tabs .tab .content_tab {
    padding-bottom: 48px;
  }
  .so-progress .so-content .progress_tabs .tab .content_tab h3 {
    padding-bottom: 8px;
  }
  .so-progress .so-content .progress_tabs .tab .content_tab p {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 700px) {
  .so-progress .so-content .content h2 {
    width: 77%;
  }
}

.so-calc_form {
  position: relative;
  z-index: 2;
  background: #1F1D1C;
  padding-top: 100px;
  padding-bottom: 100px;
}
.so-calc_form h2 {
  font-family: Circular Std Black, sans-serif;
  padding-bottom: 20px;
}
.so-calc_form .so-content > p {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 80px;
}
.so-calc_form .so-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}
.so-calc_form .so-col {
  width: calc(50% - 8px);
  box-sizing: border-box;
}
.so-calc_form .so-col .wpcf7-not-valid-tip {
  display: none !important;
}
.so-calc_form .so-col:nth-child(1) input, .so-calc_form .so-col:nth-child(1) textarea {
  font-size: 16px;
  line-height: 19px;
  max-width: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  font-family: Circular Std Book, sans-serif;
  color: #ffffff;
  padding: 18px;
  outline: none;
  background: #333333;
  resize: none;
  border: 2px solid #333333;
}
.so-calc_form .so-col:nth-child(1) input:lang(uk), .so-calc_form .so-col:nth-child(1) textarea:lang(uk) {
  font-family: Montserrat Std Book, sans-serif;
}
.so-calc_form .so-col:nth-child(1) input.wpcf7-not-valid, .so-calc_form .so-col:nth-child(1) textarea.wpcf7-not-valid {
  border-color: red;
}
.so-calc_form .so-col:nth-child(1) input::-webkit-input-placeholder, .so-calc_form .so-col:nth-child(1) textarea::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
.so-calc_form .so-col:nth-child(1) input::-moz-placeholder, .so-calc_form .so-col:nth-child(1) textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
.so-calc_form .so-col:nth-child(1) input:-ms-input-placeholder, .so-calc_form .so-col:nth-child(1) textarea:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
.so-calc_form .so-col:nth-child(1) input::-ms-input-placeholder, .so-calc_form .so-col:nth-child(1) textarea::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
.so-calc_form .so-col:nth-child(1) input::placeholder, .so-calc_form .so-col:nth-child(1) textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8; /* Firefox */
}
.so-calc_form .so-col:nth-child(1) input:-ms-input-placeholder, .so-calc_form .so-col:nth-child(1) textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
}
.so-calc_form .so-col:nth-child(1) input::-ms-input-placeholder, .so-calc_form .so-col:nth-child(1) textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.8;
}
.so-calc_form .so-col:nth-child(2) .so-input {
  position: relative;
}
.so-calc_form .so-col:nth-child(2) .so-file {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #333333;
  text-align: center;
  position: relative;
}
.so-calc_form .so-col:nth-child(2) .so-file svg {
  margin: auto;
  margin-bottom: 8px;
}
.so-calc_form .so-col:nth-child(2) .so-file-empty {
  display: block;
}
.so-calc_form .so-col:nth-child(2) .so-file-empty p:nth-child(1) {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.8;
  font-family: Circular Std Black, sans-serif;
  color: #fff;
  margin-bottom: 8px;
}
.so-calc_form .so-col:nth-child(2) .so-file-empty p:nth-child(1):lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-calc_form .so-col:nth-child(2) .so-file-empty p:nth-child(2) {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.8;
  color: #fff;
}
.so-calc_form .so-col:nth-child(2) .so-file-filled {
  display: none;
}
.so-calc_form .so-col:nth-child(2) .so-file-filled p {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.8;
  font-family: Circular Std Black, sans-serif;
  color: #fff;
  margin-bottom: 8px;
}
.so-calc_form .so-col:nth-child(2) .so-file-filled p:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-calc_form .so-col:nth-child(2) label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
}
.so-calc_form .so-col:nth-child(2) input, .so-calc_form .so-col:nth-child(2) .wpcf7-form-control-wrap, .so-calc_form .so-col:nth-child(2) br {
  display: none;
}
.so-calc_form .so-col:nth-child(2) .btn {
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
}
.so-calc_form .so-col:nth-child(2) .btn span {
  font-family: Circular Std Black, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
.so-calc_form .so-col:nth-child(2) .btn span:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-calc_form .wpcf7-response-output {
  font-family: Circular Std Bold, sans-serif;
  color: #fff;
  padding: 10px !important;
  margin: 0 !important;
  box-sizing: border-box;
}
.so-calc_form .wpcf7-response-output:lang(uk) {
  font-family: Montserrat Std Bold;
}
@media screen and (max-width: 991px) {
  .so-calc_form h2 {
    font-size: 24px;
    line-height: 1.5;
    text-transform: none;
  }
  .so-calc_form .so-row {
    flex-direction: column;
  }
  .so-calc_form .so-col {
    width: 100%;
  }
  .so-calc_form .so-col:nth-child(1) textarea {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .so-calc_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.so-clutch {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
}
.so-clutch h2 {
  color: #161616;
  font-family: Circular Std Black, sans-serif;
  text-transform: uppercase;
  padding-bottom: 80px;
}
.so-clutch-slider .slick-slide {
  margin: 0 15px; /* spacing left/right */
}
.so-clutch-slider .slick-list {
  margin: 0 -15px; /* cancel out outer gaps */
}
.so-clutch-slider-single .so-clutch-slider-single-label {
  font-size: 16px;
  line-height: 1.5;
  font-family: Circular Std Medium, sans-serif;
  text-transform: uppercase;
  display: block;
  color: #161616;
  margin-bottom: 15px;
}
.so-clutch-slider-single .so-clutch-slider-single-label:lang(uk) {
  font-family: Montserrat Std Medium;
}
.so-clutch-slider-single .so-clutch-slider-single-text h6 {
  font-size: 20px;
  line-height: 1.5;
  color: #161616;
  padding-bottom: 8px;
  font-family: Circular Std Medium, sans-serif;
}
.so-clutch-slider-single .so-clutch-slider-single-text h6:last-child {
  padding-bottom: 0;
}
.so-clutch-slider-single .so-clutch-slider-single-text h6:lang(uk) {
  font-family: Montserrat Std Medium;
}
.so-clutch-slider-single .so-clutch-slider-single-text p {
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
}
.so-clutch-slider-single .so-clutch-slider-single-info > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.so-clutch-slider-single .so-clutch-slider-single-info > div:last-child {
  margin-bottom: 0;
}
.so-clutch-slider-single .so-clutch-slider-single-info svg {
  max-width: 24px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin-right: 12px;
}
.so-clutch-slider-single .so-clutch-slider-single-info p {
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
}
.so-clutch-slider-single .so-clutch-slider-single-rate {
  max-width: 200px;
  width: 100%;
  border: 1px solid #D0D5DD;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 25px 15px 25px 15px;
}
.so-clutch-slider-single .so-clutch-slider-single-rate > span {
  font-family: Circular Std Black, sans-serif;
  font-size: 40px;
  line-height: 0.8;
  color: #161616;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.so-clutch-slider-single .so-clutch-slider-single-rate-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.so-clutch-slider-single .so-clutch-slider-single-rate-stars svg path {
  fill: #FB394C;
}
.so-clutch-slider-single .so-clutch-slider-single-rate ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D0D5DD;
  margin-bottom: 8px;
}
.so-clutch-slider-single .so-clutch-slider-single-rate ul li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
}
.so-clutch-slider-single .so-clutch-slider-single-rate ul li span:nth-child(1) {
  color: #161616;
  font-size: 16px;
  line-height: 1.5;
  font-family: Circular Std Book, sans-serif;
}
.so-clutch-slider-single .so-clutch-slider-single-rate ul li span:nth-child(1):lang(uk) {
  font-family: Montserrat Std Book;
}
.so-clutch-slider-single .so-clutch-slider-single-rate ul li span:nth-child(2) {
  color: #161616;
  font-size: 16px;
  line-height: 1.5;
  font-family: Circular Std Bold, sans-serif;
}
.so-clutch-slider-single .so-clutch-slider-single-rate ul li span:nth-child(2):lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-clutch-slider-single .so-clutch-slider-single-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4CA799;
  border-radius: 10px;
  padding: 8px;
}
.so-clutch-slider-single .so-clutch-slider-single-verified svg {
  max-width: 24px;
  height: auto;
}
.so-clutch-slider-single .so-clutch-slider-single-verified span {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  margin-left: 8px;
  color: #fff;
  font-family: Circular Std Book, sans-serif;
}
.so-clutch-slider-single .so-clutch-slider-single-verified span:lang(uk) {
  font-family: Montserrat Std Book;
}
.so-clutch-slider-single .so-clutch-slider-single-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.so-clutch-slider-single .so-clutch-slider-single-author svg {
  max-width: 40px;
  width: 100%;
  height: auto;
  margin-right: 8px;
}
.so-clutch-slider-single .so-clutch-slider-single-author span {
  color: #161616;
  font-size: 16px;
  line-height: 1.5;
  font-family: Circular Std Book, sans-serif;
}
.so-clutch-slider-single .so-clutch-slider-single-author span:lang(uk) {
  font-family: Montserrat Std Book;
}
.so-clutch-slider-single-desktop {
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #D0D5DD;
}
.so-clutch-slider-single-desktop-head h4 {
  font-family: Circular Std Black, sans-serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #D0D5DD;
  color: #161616;
}
.so-clutch-slider-single-desktop-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.so-clutch-slider-single-desktop-body .so-col {
  width: 50%;
  box-sizing: border-box;
}
.so-clutch-slider-single-desktop-body .so-col:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.so-clutch-slider-single-desktop-body .so-col:nth-child(1) > div {
  box-sizing: border-box;
}
.so-clutch-slider-single-desktop-body .so-col:nth-child(1) > div:nth-child(1) {
  width: 53%;
  border-right: 1px solid #D0D5DD;
  padding-right: 15px;
}
.so-clutch-slider-single-desktop-body .so-col:nth-child(1) > div:nth-child(2) {
  width: 47%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.so-clutch-slider-single-desktop-body .so-col:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.so-clutch-slider-single-desktop-body .so-col:nth-child(2) > div {
  box-sizing: border-box;
}
.so-clutch-slider-single-desktop-body .so-col:nth-child(2) > div:nth-child(1) {
  width: 53%;
  border-right: 1px solid #D0D5DD;
  padding-right: 15px;
}
.so-clutch-slider-single-desktop-body .so-col:nth-child(2) > div:nth-child(2) {
  width: 47%;
  padding-left: 30px;
}
.so-clutch-slider-single-desktop-bottom {
  padding-top: 35px;
  text-align: center;
}
.so-clutch-slider-single-desktop-bottom .btn {
  margin: auto;
}
.so-clutch-slider-single-mobile {
  display: none;
}
.so-clutch-slider-single-mobile_button {
  display: none;
}
.so-clutch-slider .wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  gap: 25px;
}
.so-clutch-slider .wrap-btn .owl-next {
  transform: rotate(180deg);
}
.so-clutch-slider .wrap-btn .owl-prev, .so-clutch-slider .wrap-btn .owl-next {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .so-clutch h2 {
    font-size: 24px;
    text-transform: none;
    padding-bottom: 40px;
  }
  .so-clutch-slider-single-desktop {
    display: none;
  }
  .so-clutch-slider-single-mobile {
    border-radius: 16px;
    border: 1px solid #D0D5DD;
    overflow: hidden;
    display: block;
  }
  .so-clutch-slider-single-mobile-head {
    background-color: #161616;
    padding: 15px;
  }
  .so-clutch-slider-single-mobile-head h4 {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 8px;
    font-family: Circular Std Medium, sans-serif;
  }
  .so-clutch-slider-single-mobile-head h4:lang(uk) {
    font-family: Montserrat Std Medium;
  }
  .so-clutch-slider-single-mobile-body {
    padding: 30px 15px 15px 15px;
  }
  .so-clutch-slider-single-mobile-bottom {
    border-top: 1px solid #D0D5DD;
    padding: 30px 15px 15px 15px;
  }
  .so-clutch-slider-single-mobile-bottom .so-clutch-slider-single-rate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
    border-width: 0;
    margin-bottom: 30px;
  }
  .so-clutch-slider-single-mobile-bottom .so-clutch-slider-single-rate > span {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .so-clutch-slider-single-mobile-bottom .so-clutch-slider-single-rate-stars {
    margin-bottom: 0;
  }
  .so-clutch-slider-single-mobile-bottom .so-clutch-slider-single-text h6 {
    font-size: 16px;
  }
  .so-clutch-slider-single-mobile_button {
    text-align: center;
    display: block;
    margin-top: 40px;
  }
  .so-clutch-slider-single-mobile_button .btn {
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .so-clutch {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .so-clutch-slider .wrap-btn {
    padding-top: 40px;
  }
}

.so-why {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #1F1D1C;
}
.so-why h2 {
  color: #fff;
  font-family: Circular Std Black, sans-serif;
}
.so-why h2:after {
  font-family: Circular Std Black, sans-serif;
  text-transform: uppercase;
  font-size: inherit;
  color: #FB602E;
  content: " _";
}
.so-why .so-text {
  max-width: 800px;
}
.so-why .so-text * {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.so-why .so-text strong {
  font-family: Circular Std Bold, sans-serif;
  font-weight: 700;
}
.so-why .so-text strong:lang(uk) {
  font-family: Montserrat Std Bold;
}
.so-why .so-text strong * {
  font-family: inherit;
  font-weight: inherit;
}
.so-why .so-text p {
  margin-bottom: 20px;
}
.so-why .so-text p:last-child {
  margin-bottom: 0;
}
.so-why .so-text li {
  padding-left: 25px;
  position: relative;
  font-family: Circular Std Book, sans-serif;
  margin-bottom: 20px;
}
.so-why .so-text li:last-child {
  margin-bottom: 0;
}
.so-why .so-text li:lang(uk) {
  font-family: Montserrat Std Book;
}
.so-why .so-text li:before {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #FB602E;
  border-radius: 1px;
  top: 50%;
  left: 0;
  margin-top: -4px;
  content: "";
}
@media screen and (max-width: 991px) {
  .so-why h2 {
    text-transform: none !important;
    font-size: 24px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .so-why {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
