/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}


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

.clearfix:after,
.container-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

blockquote {
    border-left: 4px solid #b0b1b6;
    padding: 0 0 0 20px;
    margin: 40px 0 30px 30px;
    text-align: left;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #636363;
  background: #fff;
  font: 16px/1.2 poppins, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

video,
iframe,
object,
embed {
  max-width: 100%;
  display: block;
}

#__bs_notify__ {
  display: none;
}

.gm-style img {
  max-width: none;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

.resize-active #header * {
  transition: none !important;
}

ol {
  counter-reset: item;
  padding: 0 0 10px;
}

ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
}

ol ol li:before {
  content: counter(item, lower-latin) ".";
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 30px;
  margin: 0;
}

ul:not([class]) {
  padding: 0 0 10px;
}

ul:not([class]) li {
  position: relative;
  padding: 0 0 10px 15px;
}

ul:not([class]) li:before {
  content: '';
  background: #636363;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: poppins, sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  color: inherit;
}

h1,
.h1 {
  font-size: 52px;
  color: #fff;
  letter-spacing: -0.17px;
}

h2,
.h2 {
  font-size: 38px;
  color: #26247b;
  text-align: center;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 20px;
}

a {
  color: #26247b;
  transition: color .3s, background .3s, border .3s;
  text-decoration: none;
  outline: none;
}

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

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

fieldset {
  display: -ms-flexbox;
  display: flex;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  color: #999;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  display: block;
  background: #fff;
  border: 1px solid #999;
  padding: 9px 10px;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  width: 100%;
  margin: 0;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #999;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000;
}

select {
  -webkit-border-radius: 0;
}

select .hideme {
  display: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 150px;
  min-height: 120px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  outline: none;
  transition: color .3s, background .3s, border .3s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px !important;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px !important;
}

.aligncenter {
	display: block;
	margin:15px auto;
}

[id="header"] {
  position: absolute;
  height: 90px;
  top: 36px;
  right: 0;
  z-index: 999;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.12px;
}
.home [id="header"] {
	top: 60px;
}

.nav-holder {
  transition: all 0.5s;
  transform: translate(100%,-60px);
}

.nav-slide {
  background: rgba(33, 9, 114, 0.57);
  min-width: 370px;
/*  height: 805px; */
  height: calc(100vh + 46px);
  padding: 0 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.nav-slide li {
  border-bottom: 2px solid #fff;
}

.nav-slide li:last-child {
  border: none;
}

.nav-slide a {
  color: #fff;
  display: block;
  padding: 25px 0 20px;
}

.main-nav {
  width: 100%;
  padding-top: 20px;
}

.nav-opener {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 52px;
  width: 40px;
  height: 36px;
  background: transparent;
  display: block;
  padding: 0;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #fff;
  transition: 0.2s ease-out 0.2s;
  top: 15px;
}

.nav-opener:after {
  content: '';
  top: auto;
  bottom: 0;
}

.nav-opener:before {
  content: '';
  top: 0;
}

.nav-active .nav-holder {
  transition: all 0.5s;
  transform: translate(0,-60px);
}

.nav-active .nav-opener::after {
  transform: rotate(45deg) translateX(-11px) translateY(-11px);
  transition: 0.2s ease-out 0.2s;
  left: 0;
}

.nav-active .nav-opener::before {
  transform: rotate(-45deg) translateX(-11px) translateY(11px);
  transition: 0.2s ease 0.2s;
  left: 0;
}

.nav-active .nav-opener span {
  opacity: 0;
  transition: 0.2s ease 0.2s;
}

main {
	position: relative;
	z-index: 1;
}

#contact {
    padding: 30px 0 20px;
    color: #fff;
    background: #636363;
}
#contact h2 {
    color: #fff;
    margin-bottom: 24px;
}
#contact .contacts-list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 20px;
}
#contact .contacts-list .list-item {
    margin: 0;
}
#contact .contacts-list .regional-address {
    margin-top: 0;
}
#contact .contacts-list h4 {
    flex-basis: 100%;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
}
#contact .contacts-list em {
    font-size: 18px;
}
#contact .contacts-list a {
    color: #fff;
    line-height: 1.25;
    transition: all .25s;
}
#contact .contacts-list a:hover {
    opacity: .7;
}

[id="footer"] {
  position: relative;
  background: #636363;
  padding: 0 0 50px;
  color: #fff;
  font-size: 16px;
  z-index: 9;
}

[id="footer"]:after {
  content: '';
  display: none;
  height: 40px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-image: url("../images/Lines-white.png");
  opacity: 0.24;
}

[id="footer"] h2 {
  color: #fff;
  margin: 0 0 30px;
}

[id="footer"] span,
[id="footer"] a {
  display: block;
  letter-spacing: -0.48px;
  line-height: 2.1875;
  text-align: left;
  color: #fff;
}

[id="footer"] .company {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

[id="footer"] .name {
  font-style: italic;
  font-weight: 600;
}

[id="footer"] .list-item {
  padding: 0 10px;
}

[id="footer"] .contacts-list {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  row-gap: 36px;
}

[id="footer"] .row {
  -ms-flex-align: start;
  align-items: flex-start;
}

[id="footer"] .logos-list {
  padding: 50px 0;
  border-top: 2px solid #fff;
  -ms-flex-align: center;
  align-items: center;
}
[id="footer"] .list-item a { transition: opacity .4s; }
[id="footer"] .list-item a:hover { opacity: .6; }
[id="footer"] .list-item .m5 { width: 145px; }
[id="footer"] .list-item .m5pa { width: 127px; }
[id="footer"] .list-item .wavelight { width: 165px; }
[id="footer"] .list-item .mqo { width: 141px; }
[id="footer"] .list-item .group-atn { width: 125px; }

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.container-wrap {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}
.page-id-1967 .container-wrap {
    max-width: 1400px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.outside-bottom-gap {
  margin: 0 0 80px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  background: #000;
  border: none;
  min-width: 200px;
  text-align: center;
  padding: 8px 10px;
  margin: 0;
}

.btn:hover {
  color: #000;
  background: #fff;
}

.search-results ul:not([class]) li:before {
  content: none;
}

.hero-section {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 41.6666667%;
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 3;
}

.hero-section.vimeo-player {
    padding-bottom: 56.25%;
}
.hero-section.vimeo-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;/*
    opacity: 0; */
    z-index: 1;
    transition: all .25s;
}/*
.hero-section #vimeo-play {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 160px;
    line-height: 1;
    text-align: center;
    border: none;
    opacity: .85;
    background: transparent url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 218 217.999"><defs><style>.cls-1{opacity:.85;}.cls-2{fill:%23fff;stroke-width:0px;}</style></defs><g class="cls-1"><path class="cls-2" d="m110.168,217.999c-10.001,0-19.978-1.369-29.655-4.07-22.718-6.34-43.196-20.167-57.663-38.934C7.901,155.6,0,132.375,0,107.832c0-28.733,11.003-55.931,30.983-76.586l.114-.118.153-.149C51.902,11.003,79.101,0,107.833,0c60.746,0,110.167,49.42,110.167,110.167,0,3.55-.177,7.161-.525,10.733-2.38,24.62-13.196,48.006-30.456,65.852l-.113.116-.153.15c-20.655,19.978-47.853,30.98-76.585,30.98Zm-2.334-205.362c-25.436,0-49.515,9.741-67.8,27.428-17.656,18.253-27.397,42.331-27.397,67.768,0,43.591,29.309,82.215,71.273,93.925,8.571,2.392,17.406,3.605,26.258,3.605,25.436,0,49.514-9.741,67.8-27.428,15.248-15.767,24.823-36.468,26.93-58.258.308-3.167.465-6.366.465-9.51,0-53.778-43.752-97.53-97.53-97.53Z"/><path class="cls-2" d="m91.269,162.216c-6.77,5.155-12.309,2.411-12.309-6.098V61.998c0-8.51,5.619-11.361,12.487-6.337l63.427,43.003c9.336,6.894,6.949,13.353.179,18.509l-63.784,45.043Z"/></g></svg>') center center no-repeat;
    background-size: 90px 90px;
}
.hero-section #vimeo-play:hover {
    opacity: .75;
}
*/

.hero-section .container-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: 100%;
  padding: 68px 52px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .25s;
}
.hero-section.video-on .bg-video-holder {
    z-index: 9;
}
.hero-section.video-on iframe {
    opacity: 1;
}
.hero-section.video-on .container-wrap {
    opacity: 0;
    z-index: -1;
}

.hero-section .logo {
  width: 248px;
  padding: 11px 20px 13px;
  margin: 0 24px 0 0;
}

.hero-section .logo a {
  display: block;
}

.hero-section .text-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.bg-video-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background-size: cover;
}

.bg-video-holder.video-active .bg-video {
  opacity: 1;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  max-width: none;
  transition: opacity .3s ease;
  pointer-events: none;
}

.services-section {
  padding: 210px 0 118px;
  text-align: center;
  position: relative;
  background:#26247b url("../images/bg-service.jpg") no-repeat center bottom;
  background-size: cover;
}
.button {
    display: inline-block;
    margin: 25px 0;
    padding: 15px 46px 10px;
    color: #280071;
    font-size: 30px;
    line-height: 1;
    border: 1px solid #280071;
    border-radius: 23px;
    transition: all 0.25s;
}
.button:hover {
    margin-top: 20px;
    color: #fff;
    background-color: #280071;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#about .button {
    position: absolute;
    top: 72px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    color: #fff;
    border: 1px solid #fff;
}
#about .button:hover {
    top: 69px;
    color: #280071;
    background-color: #fff;
}

#services {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 30px;
}
.services-section .container-wrap {
  max-width: 1200px;
}
.services-section .banner { text-align: left; }
.services-section .text-wrap {
  max-width: 775px;
  margin: 0 auto 100px;
}

.services-section .text-wrap p,
.services-section .text-wrap li {
  font-size: 22px;
  line-height: 1.6;
  color:rgba(255,255,255,0.5);
}
.services-section .text-wrap ol li {
	list-style-position: outside;
	margin-bottom: 14px;
}
.services-section .text-wrap p.position { padding: 0; }

.services-section h2 {
  font-size: 30px;
  line-height: 1.6;
  margin: 0 0 64px;
  color:#dd9a4a;
}

.services-section .item {
  width: 20%;  
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 1;
  cursor: default;
}
.services-section .item .img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-bottom: 38px;
  opacity: .5;
}

.services-section .text-holder,
.services-section .text-hover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
  color: #fff;
  transition: all .4s;
}

.services-section .text-holder h3 {
	margin: 0;
    font-size: 23.75px;
    line-height: 1.3;
}

.image-container .container-wrap {
  max-width: 100%;
  padding: 0;
}

.image-container .row {
  align-items: stretch;
  margin: 0;
}

.services-section .text-hover {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 58px;
    color: #fff;
    transition: all .4s
}
.services-section .text-hover {
    padding: 10px 28px;
    z-index: 4;
    visibility: hidden;
    opacity: 0
}
.fr .services-section .text-hover {
  padding: 10px 20px;
}
.services-section .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all .3s;
}
.services-section .item:hover:after {
    background-image: url(../images/lines.png);
    background-color: #636363;
    transition: all .3s;
}
.services-section .item:hover .img-wrap,
.services-section .item:hover .text-holder {
    visibility: hidden;
    opacity: 0
}
.services-section .item:hover .text-hover {
    visibility: visible;
    opacity: 1
}
.services-section .text-holder h3 { 
    margin: 0
}
.services-section .text-hover p {
    font-size: 22px;
    margin: 0
}
.fr .services-section .text-hover p {
  font-size: 20px;
}

.clients-section {
  text-align: center;
  padding: 100px 0;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.clients-section.page-edu {
    background: none;
}

.clients-section h2 {
  margin: 0 0 70px;
}

.clients-section .item {
  position: relative;
  z-index: 1;
  margin: 8px;
  width: 100%;
}

.clients-section .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(221, 154, 74, 1);
  z-index: 5;
  transition: all 0.3s;
  mix-blend-mode: color;
}

.clients-section .item:hover {
  cursor: pointer;
}

.clients-section .item:hover:after {
  background: transparent;
  transition: all 0.4s;
}

.clients-section .img-wrap {
    opacity: .65;
    transition: all 0.3s;
}
.clients-section .img-wrap img {
  width: 100%;
}
.clients-section .item:hover .img-wrap {
    opacity: 1;
}

.clients-section .title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.clients-section .title-wrap img {
  max-height: 100%;
  max-width: 100%;
}

.clients-section .clients-list {
  margin: 0 0 80px;
}

.clients-section .clients-list:last-child {
  margin: 0;
}

.clients-section .list-items {
  margin: 0 -8px;
  padding: 0 10px;
}

.clients-section.page-edu .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px 7.4%;
}
.clients-section.page-edu .row .list-items {
  flex-basis: 14%;
}
.clients-section.page-edu .row .list-item img {
  max-height: 90px;
}

.awards-section {
  padding: 140px 0;
  text-align: center;
}

.awards-section h2 {
  margin: 0 0 68px;
}

.awards-section .list-item {
  padding: 0 10px;
}

.team-section {
  background-color: #26247b;
  position: relative;
  z-index: 2;
}

.team-section:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  z-index: -1;
}
.team-section h2 {
  margin: 0;
  color: #fff;
}

.team-section .list-item {
  position: relative;
}

.team-section .list-item:hover .text-wrap {
  z-index: 2;
  transition: z-index, background 0.3s;
  background: rgba(33, 9, 114, 0.57);
  opacity: 1;
  visibility: visible;
}

.team-section .name {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -1.35px;
  font-style: normal;
}

.team-section .post {
  font-size: 29px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -1.35px;
}

.team-title {
    padding: 60px 0;
    background: url("../images/bg-team-head2.jpg") no-repeat center;
    background-size: cover;
}

.team-section .row {
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.team-section .row+.row {
}
.team-section .team-list {
    background: url("../images/bg-team2.jpg") no-repeat right bottom;
    background-size: 75% auto;
}

.team-section .text-wrap {
  position: absolute;
  z-index: -1;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column;
  flex-flow: column;
  transition: z-index, background 0.3s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 10px;
}

.team-section .row+.row .list-item {
}
.team-section .list-item {
	width: 25%;
	opacity: 1;
  position: relative;
  transition: all .4s ease-in-out;
}
.team-section .list-item .img-wrap {
}
.team-section .list-item .img-wrap img {
	width: 100%;
}

.team-section .list-item:hover .text-wrap {
  z-index: 2;
  transition: z-index, background 0.3s;
  background: rgba(33, 9, 114, 0.57);
  opacity: 1;
  visibility: visible;
}

.team-section .name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.35px;
  font-style: normal;
}

.team-section .post {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -1.35px;
}

.copyrights,
.row-copyright .socials {
	width: 50%;
}
.row-copyright .socials {
	text-align: right;
}
.socials a {
	display: inline-block;
	font-size: 24px;
	transition: opacity .4s;
}
.row-copyright .socials a {
	margin-left: 40px;
}
.socials a:hover { opacity: .6; }

.loadmore-section {
	padding: 36px 0;
	text-align: center;
}
.loadmore {
	display: inline-block;
	padding: 8px 12px;
	color: #280071;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -.03em;
	border: 2px solid #280071;
}
.loadmore:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 8px;
	margin-bottom: 2px;
	border-top: 7px solid #280071;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.loadmore:hover {
	color: #280071;
}/*
.loadmore:hover:after {
	border-top-color: #fff;
}*/
.disable { display: none; }

.single ul {
	display: inline-block;
	width: 90%;
	max-width: 720px;
}
.single ul li {
	text-align: left;
}

.content-section {
	padding: 40px 0;
}

.section-video { margin-bottom: 28px; }
.section-video .vc_row {
	margin-bottom: 28px;
}
.section-video .wpb_text_column {
	margin-bottom: 10px;
	line-height: 1.25;
	text-align: left;
}
.section-video .wpb_text_column p {
	
}
.section-video .ult-video {
	margin: 0;
}

.blog-hero-section {
	padding: 180px 0 85px;
	background-color: #fafafa;
}
.blog-hero-section h1 {
	position: relative;
	color: #818285;
}
.blog-hero-section h1.purple { color: #280071; }
.blog-hero-section h1:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -18px;
	width: 140px;
	height: 3px;
	background-color: #818285;
}
.blog-title {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-top: 96px;
}
.blog-title .logo {
    width: 210px;
}
.blog-title h3 {
	margin: 2px 0 0 12px;
	color: #818285;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.intro-section {
	position: relative;
	padding-top: 92px;
}
.intro-section:before {
    content: '';
    position: absolute;
    background-image: url(../images/lines.png);
    top: 24px;
    left: 0;
    right: 0;
    height: 68px;
    width: 100%;
    z-index: 2;
}
.intro-section .text-wrap {
	padding: 105px 70px 60px;
}
.intro-section p {
	font-size: 28px;
	line-height: 1.7;
	text-align: center;
}

.blog-wrap .type-post,
.blog-wrap .blogpost {
	text-align: left;
	padding: 90px 0 75px;
	border-bottom: 1px solid #818285;
}
.blog-wrap .type-post:first-child {
	border-top: 1px solid #818285;
}
.blog-wrap .type-post .title,
.blog-wrap .blogpost .title {
	letter-spacing: -.025em;
}
.blog-wrap h2 {
	font-size: 32px;
	line-height: 1.18;
	text-align: left;
}
.blog-wrap h2 a { color: #280071; }
.blog-wrap time {
	color: #a5a6a8;
	font-size: 24px;
	text-transform: uppercase;
}
.blog-wrap h4.author {
	color: #818285;
	font-size: 30px;
	margin: 52px 0 6px;
}
.blog-wrap .position {
	color: #818285;
	font-size: 28px;
	font-style: italic;
}
.blog-wrap .content {
	position: relative;
	min-height: 210px;
	font-size: 28px;
	line-height: 1.53;
	letter-spacing: -.025em;
	overflow: hidden;
}
.blog-wrap .content:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 140px;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	z-index: 2;
}
.blog-wrap .content .container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.blog-wrap .btn-readmore {
	position: absolute;
	bottom: 15px;
	right: 0;
	display: block;
	color: #280071;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: 10px 22px 4px;
	border: 2px solid #280071;
	z-index: 9;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.btn-readmore:hover {
	color: #fff;
	background-color: #280071;
}

.loadmore-container {
	width: 100%;
	text-align: center;
	padding: 75px 0 0;
}
.btn-loadmore {
	cursor:pointer;
	display: inline-block;
	margin: 0 0 75px;
	padding: 7px 22px;
	color: #818285;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	border: 2px solid #818285;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.btn-loadmore:hover {
	color: #fff;
	background-color: #818285;
}

.services-section.post-content h2 {
	margin-bottom: 15px;
}

.single main a { color: #dd9a4a; transition: all .2s; }
.single a:hover { opacity: .7; }
.post-content .meta-info {
	position: relative;
	text-align: left;
	padding: 0 35px 40px;
}
.post-content .category-blog .meta-info:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 45px;
	left: 30px;
	width: 80%;
	height: 0;
	border-bottom: 1px solid #dcdcdc;
}

.post-content h4.author {
	margin: 10px 0 0;
	padding: 0 !important;
}
.post-content .positon {
	padding: 0;
}
.services-section .text-wrap blockquote p { padding: 0; }
.auther-profile {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 30px;
    padding-top: 10px;
}
.navigation-single {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 30px;
    padding-top: 50px;
}
.profile p {
	margin: 0;
}

.text-section {
    padding-top: 30px;
}
.text-section .text-wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid #280071;
}


.page-content { padding: 90px 0 110px; }
.page-content h2 { margin-bottom: 50px; }
.page-content h3 {
    padding-left: 30px;
    margin-bottom: 25px;
}
.page-content p {
    font-size: 22px;
    line-height: 1.5;
}

.footer-2 {
    padding-block: 8%;
    background: #280071;
}
[id="footer"].footer-2 p,
[id="footer"].footer-2 a {
    line-height: 1;
    letter-spacing: 0;
}
.footer-2 .container-wrap {
    display: flex;
    justify-content: center;
}
.footer-block {
    display: flex;
}
.footer-block .custom-logo-link {
    width: 228px;
    padding-right: 40px;
}
.footer-content {
    padding-left: 32px;
    border-left: 1px solid #D79A2B;
}
.footer-content p {
    font-size: 27px;
    line-height: 1;
    font-weight: 300;
}
.footer-content .socials {
    padding-top: 10px;
}
.footer-content .socials a {
    margin-inline: 3px;
    opacity: .5;
}
.footer-content .socials a:hover {
    opacity: 1;
}
.footer-content .socials img {
    width: 30px;
    height: 30px;
}


@media (min-width: 768px) {
	.loadmore-section { display: none; }
	.blog-wrap .type-post,
	.blog-wrap .blogpost {
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	}
	.blog-wrap .title { width: 36.6%; }
	.blog-wrap .content { width: 57.28%; }
  .clients-section.page-edu .row {
    gap: 40px 6.2%;
  }
  .clients-section.page-edu .row .list-item {
    flex-basis: 15%;
  }
  
  #contact { padding: 50px 0 30px; }
  #contact h2 { margin-bottom: 36px; }
  #contact .contacts-list { flex-wrap: nowrap; gap: 20px; }
  #contact .contacts-list .list-item {
      flex-basis: calc(33.33333% - 10px);
  }
}

@media (min-width: 992px) {
  .text-section { padding-top: 60px; }
  .text-section .text-wrap { padding-bottom: 50px; }
  .clients-section.page-edu .row { gap: 60px 7.4%; }
  .clients-section.page-edu .row .list-item { flex-basis: 14%; }
  .clients-section.page-edu .row .list-item img { max-height: 130px; }
  [id="footer"] .contacts-list {
      width: 90%;
      margin: 0 auto;
  }
  [id=footer] .list-item {
      padding-left: 50px;
  }
  #contact { padding: 50px 0 30px; }
}

@media (min-width: 1440px) {
    .hero-section #vimeo-play {
        background-size: 215px 215px;
    }
    .text-section { padding-top: 100px; }
    .text-section .text-wrap { padding-bottom: 70px; }
}

@media (max-width: 1200px) {
	[id="header"] { top: 40px; }
	.nav-opener { right: 30px; }
	.hero-section .container-wrap { padding: 48px 30px 0; }
    .services-section .row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .services-section .text-holder h3 {
        font-size: 21px;
    }
/*    .services-section .item {
        height: 320px;
        max-width: 320px;
        margin: 8px;
    } */
}
/*
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
  }

  [id="footer"] {
    padding: 90px 0 50px;
  }

  [id="footer"] h2 {
    margin: 0 0 50px;
  }

  .outside-bottom-gap {
    margin: 0 0 50px;
  }

  .services-section {
    padding: 190px 0 80px;
  }

  .services-section .text-wrap {
    margin-bottom: 30px;
  }

  .services-section p {
    font-size: 24px;
  }

  .clients-section {
    padding: 80px 0;
  }

  .clients-section h2 {
    margin: 0 0 50px;
  }

  .clients-section .list-items {
    margin: 0 -20px;
  }

  .awards-section {
    padding: 80px 0;
  }

  .awards-section h2 {
    margin: 0 0 50px;
  }

  .team-section .name {
    font-size: 22px;
  }

  .team-section .post {
    font-size: 18px;
  }

  .team-section .name {
    font-size: 22px;
  }

  .team-section .post {
    font-size: 18px;
  }
}
*/
@media (max-width: 1023px) {
  .container-wrap {
    padding: 0 20px;
  }
  
  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  [id="header"] {
    font-size: 30px;
  }
  [id="footer"] {
    font-size: 14px;
  }
  [id="footer"]:after {
    height: 50px;
  }

  [id="footer"] .logos-list .list-item {
    margin-bottom: 30px;
  }
  .hero-section.vimeo-player { height: auto !important; }
  .hero-section .logo {
    max-width: 180px;
    border: 0;
  }
  .button {
    font-size: 25px;
    padding: 12px 42px 8px;
  }
  #about .button { top: 55px; }
  #about .button:hover { top: 52px; }

  .services-section {
    padding: 150px 0 80px;
  }

  .services-section:before {
    height: 50px;
  }

  .services-section h2 {
    font-size: 26px;
    margin: 0 0 26px;
  }
  .services-section .text-holder h3 {
    font-size: 19px;
  }
  .services-section p {
    font-size: 18px;
  }
  .services-section .text-wrap {
    margin-bottom: 60px;
  }
  .services-section .text-wrap p, 
  .services-section .text-wrap li {
    font-size: 18px;
  }
  .services-section .item .img-wrap {
    height: 160px;
    padding: 0 20px 24px;
  }

  .clients-section {
    padding: 50px 0;
  }
  .clients-section h2 {
    margin-bottom: 40px;
  }
  .clients-section .title-wrap {
    padding: 40px;
  }

  .clients-section .clients-list {
    margin: 0 0 30px;
    column-gap: 12px;
  }

  .awards-section {
    padding: 50px 0;
  }

  /*.team-section {
    padding: 50px 0 0;
  }
  .team-section h2 {
    margin: 0 0 50px;
  } */
  .team-title { padding: 40px 0; }
  .blog-hero-section { padding: 100px 10px 65px; }
  .blog-title { margin-top: 65px; }
  .intro-section .text-wrap { padding: 73px 40px 30px; }
  .intro-section p { font-size: 24px; }
  .content-section .type-post { padding: 50px 0 40px; }
  .blog-wrap h2 { font-size: 28px; }
  .blog-wrap time { font-size: 20px; }
  .blog-wrap h4.author { font-size: 26px; }
  .blog-wrap .position { font-size: 22px; }
  .blog-wrap .content { font-size: 22px; }
  .blog .btn-readmore,
  .page-template-template-blog .btn-readmore,
  .btn-loadmore { font-size: 16px; padding: 6px 20px; }
  .blog .btn-readmore,
  .page-template-template-blog .btn-readmore { bottom: 5px; }
  .blog-wrap .content:after { height: 110px; }
  .loadmore-container { padding: 65px 0 0; }
  .btn-loadmore { margin-bottom: 45px; }
  
}

@media (max-width: 767px) {
  
  h1,
  .h1 {
    font-size: 27px;
  }

  h2,
  .h2 {
    font-size: 22px;
  }

  .container-wrap {
    padding: 0 15px;
  }
  
  [id="header"],
  .home [id="header"] {
	  top: 0;
	  font-size: 16px;
  }
  
  .nav-holder {
	  transform: translate(100%,0);
	}
  .nav-slide {
    width: 100%;
    min-width: 100vw;
    height: 420px;
    padding: 0 20px;
    background: #280071;
  }
  .nav-slide a {
	  padding: 14px 8px;
	  text-align: center;
  }
  ul .wpml-ls-menu-item a {
    justify-content: center;
  }

  .nav-opener {
    width: 40px;
    height: 30px;
    top: 24px;
    right: 20px;
  }

  .nav-opener:after,
  .nav-opener:before,
  .nav-opener span {
    height: 5px;
  }

  .nav-opener span {
    top: 12px;
  }

	.nav-active .nav-holder {
	  transform: translate(0,0);
	}
  .nav-active .nav-opener::after {
    transform: rotate(40deg) translateX(-8px) translateY(-9px);
  }

  .nav-active .nav-opener::before {
    transform: rotate(-40deg) translateX(-9px) translateY(11px);
  }
  .main-nav {
	  max-width: 240px;
	  margin: 0 auto;
  }
  .nav-slide li {
	  border-bottom-width: 1px;
  }
  
  [id="footer"]:after {
	  height: 40px;
	  background-size: 250%;
  }
  [id="footer"] .container-wrap {
	  padding: 0 20px;
  }

  [id="footer"] h2 {
	  padding: 0 20px;
	  text-align: left;
  }
  [id="footer"] .company {
    font-size: 18px;
  }

  [id="footer"] p {
	font-size: 13px;
    line-height: 2;
  }
  [id="footer"] .logos-list {
	  border-top-width: 1px;
  }
  [id="footer"] .logos-list .list-item {
	  width: 36%;
	  padding: 0;
	  margin-bottom: 24px;
  }
  [id="footer"] .logos-list .list-item a {
	  text-align: center;
  }
  [id="footer"] .logos-list .list-item img {
	  display: inline-block;
  }
  [id="footer"] .copyright {
	  font-size: 11px;
	  margin: 0 -10px;
  }
  
  .hero-section .container-wrap {
	  padding: 20px 20px 0;
  }
  .hero-section .logo {
	max-width: 96px;
	padding: 10px 4px;
    border-right: none;
/*    border-bottom: 3px solid #fff; */
    margin: 0 0 6px;
  }

  .hero-section .text-wrap {
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 240px;
  }
  
  .services-section {
	  padding: 100px 0 40px;
  }
  .services-section:before {
	  height: 30px;
	  background-size: 200%;
  }
  .button {
    font-size: 20px;
    padding: 12px 28px 8px;
  }
  #about .button { top: 30px; }
  .fr #about .button { min-width: 200px; }
  #about .button:hover { top: 26px; }
  #services { padding: 0 20px; }
  .services-section h2 { font-size: 20px; line-height: 1.3; }

  .services-section .text-holder {
    padding: 0 10px;
  }
  .services-section .text-wrap { margin-bottom: 20px; }
  .services-section .text-wrap p {
	  font-size: 13px;
	  padding: 0 15px;
  }
  .services-section .text-wrap p br { display: none; }

  .image-container .container-wrap {
    padding: 0;
  }
  .image-container .row {
    margin: 0;
    row-gap: 20px;
  }
  .services-section .item {
	  width: 50%;
	  margin: 8px 0;
  }
  .services-section .item:hover:after {
	  background-size: 250%;
  }
  
  .services-section .item .img-wrap {
    padding: 0 28px;
  }/*
  .services-section .item .img-wrap img {
	  object-fit: cover;
	  object-position: center bottom;
	  width: 100%;
  }
  .services-section .item.creative-services  .img-wrap img {
	  object-position: center 87%;
  } */
  .services-section .item .img-wrap:before,
  .services-section .item .img-wrap:after {
	  content: '';
	  position: absolute;
	  display: block;
	  top: 50%;
	  transform: translateY(-50%);
	  background: #fff;
	  z-index: 99;
  }
  .services-section .item .img-wrap:before {
	  right: 8px;
	  width: 2px;
	  height: 14px;
  }
  .services-section .item .img-wrap:after {
	  right: 2px;
	  width: 14px;
	  height: 2px;
  }
  .services-section .item:hover .img-wrap:before {
	  display: none;
  }
  .services-section .text-holder h3 {
  	font-size: 16px;
  	margin: 0;
  }
  .services-section .text-hover {
	  padding: 5px 15px;
  }
  .services-section .text-hover p {
	  font-size: 14px;
  }
  .fr .services-section .text-hover p {
	  font-size: 13px;
  }
	  
  .clients-section {
    padding: 34px 0 20px;
    background-size: 420%;
    background-position: center top;
    background-repeat: repeat;
  }

  .clients-section .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clients-section h2 { margin-bottom: 30px; }
  /*.clients-section .outside-bottom-gap {
	  padding: 0 25px;
  } */
  .clients-section .clients-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
  }
  .clients-section .item {
	  margin: 3px;
  }
/*  .clients-section .item:after { display: none; }
  */
  .clients-section .list-items {
    margin: 0 -8px;
  }

  .clients-section .list-item {
    width: 30%;
    padding: 0 4px;
    margin: 0 0 25px;
    text-align: center;
  }

  .awards-section {
    padding: 50px 0 30px;
  }
  
  .awards-section .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .awards-section h2 { margin-bottom: 30px; }
  .awards-section .list-item {
    width: 30%;
    padding: 0 4px;
    margin: 0 0 15px;
  }

  .team-section:after { background-size: 300%; }

  .team-title { padding: 32px 0; }
/*
  .team-section {
    padding: 18px 0 0;
  }
  .team-section h2 {
    margin: 0 0 22px;
  } */
  .team-section .row {
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  }
  .team-section .team-list {
    background-size: 200% auto;
  }
  
  .team-section .list-item {
	  width: 50% !important;
  }
  
  .team-section .list-item.off {
	  display: none;
	  opacity: 0;
  }
  
  .team-section .text-wrap {
	  top: auto;
	  bottom: 0;
	  height: 62px;
	  padding: 2px 4px;
	  background: rgba(38,36,123,.6);
	  z-index: 9;
	  opacity: 1;
	  visibility: visible;
  }

  .team-section .name {
    font-size: 18px;
    letter-spacing: -.03em;
  }

  .team-section .post {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.03em;
  }
	[id="footer"] .list-item .m5 { width: 141px; }
	[id="footer"] .list-item .m5pa { width: 110px; }
	[id="footer"] .list-item .wavelight { width: 139px; }
	[id="footer"] .list-item .mqo { width: 81px; }
	[id="footer"] .list-item .group-atn { width: 73px; }
	
	.section-video .vc_row { margin-bottom: 0; }
	.section-video .ult-video { margin-bottom: 20px; }
	
	.intro-section { padding-top: 75px; }
	.intro-section:before { top: 16px; height: 44px; }
	.intro-section .text-wrap { padding: 28px 20px 0; }
	.intro-section p { font-size: 20px; }
	.content-section .type-post { padding-top: 35px; }
	.blog-wrap h4.author { margin-top: 28px; }
	.blog-wrap .content { margin-top: 20px; }
  .info9 { margin-top: 2.5rem; }
  .footer-block { flex-direction: column; }
  .footer-block .custom-logo-link { padding: 0 0 20px; }
  .footer-content {
      padding: 20px 0 0;
      border: 0;
      border-top: 1px solid #D79A2B; 
  }
  [id="footer"].footer-2 p {
      font-size: 18px;
      text-align: center;
      margin-bottom: 5px;
  }
  .row-copyright .socials {
    width: 100%;
    text-align: center;
  }
  .row-copyright .socials a {
    margin: 0 20px;
  }

}

@media (max-width: 480px) {

  [id="footer"] {
    padding-bottom: 50px;
  }

  [id="footer"] .list-item {
    padding: 0 20px;
  }

  [id="footer"] .contacts-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "info1 address1" "info2 address2" "info3 address3";
  }

  [id="footer"] .info1 {
    grid-area: info1;
  }

  [id="footer"] .info2 {
    grid-area: info2;
  }

  [id="footer"] .info3 {
    grid-area: info3;
  }

  [id="footer"] .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  [id="footer"] .logos-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 50px 0 20px;
  }

  .hero-section {
    height: 600px;
  }

  .team-section .text-wrap {
	  height: 56px;
  }
  .team-section .name {
    font-size: 14px;
  }
  .team-section .post {
    font-size: 11px;
  }

}

@media (max-width: 374px) {

  .services-section .item .img-wrap { height: 140px; }

}