/*!
Theme Name: lcf
Author: JetBrain
Author URI: http://jet-brain.com/
Description: The theme LCF was developed by JetBrain
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lcf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lcf is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 300;

  src: url("font/RobotoCondensed/RobotoCondensed-Light.eot");
  src: url("font/RobotoCondensed/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("font/RobotoCondensed/RobotoCondensed-Light.woff") format("woff"), url("font/RobotoCondensed/RobotoCondensed-Light.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 400;

  src: url("font/RobotoCondensed/RobotoCondensed-Regular.eot");
  src: url("font/RobotoCondensed/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("font/RobotoCondensed/RobotoCondensed-Regular.woff") format("woff"), url("font/RobotoCondensed/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 600;

  src: url("font/RobotoCondensed/RobotoCondensed-Bold.eot");
  src: url("font/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("font/RobotoCondensed/RobotoCondensed-Bold.woff") format("woff"), url("font/RobotoCondensed/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: Akrobat-Black;

  src: local("Akrobat-Black"),
    url(/content/themes/lcf/font/Akrobat-Black.otf);
}

@font-face {
  font-family: Akrobat-Bold;

  src: local("Akrobat-Bold"),
    url(/content/themes/lcf/font/Akrobat-Bold.otf);
}

@font-face {
  font-family: Akrobat-Light;

  src: local("Akrobat-Light"),
    url(/content/themes/lcf/font/Akrobat-Light.otf);
}

@font-face {
  font-family: Akrobat-Regular;

  src: local("Akrobat-Regular"),
    url(/content/themes/lcf/font/Akrobat-Regular.otf);
}

@font-face {
  font-family: Roboto-Bold;

  src: local("Roboto-Bold"),
    url(/content/themes/lcf/font/Roboto-Bold.ttf);
}

@font-face {
  font-family: Roboto-Medium;

  src: local("Roboto-Medium"),
    url(/content/themes/lcf/font/Roboto-Medium.ttf);
}

@font-face {
  font-family: Roboto-Regular;

  src: local("Roboto-Regular"),
    url(/content/themes/lcf/font/Roboto-Regular.ttf);
}

@font-face {
  font-family: Roboto-LightItalic;

  src: local("Roboto-Regular"),
    url(/content/themes/lcf/font/Roboto-LightItalic.ttf);
}

@font-face {
  font-family: Roboto-Light;

  src: local("Roboto-Light"),
    url(/content/themes/lcf/font/Roboto-Light.ttf);
}
.info-home-image img {
    width: 100%;
    vertical-align: top;
}
.info-home-image {
    display: inline-block;
    width: 100%;
}
.slider-expressions.slider-expressions-bottom {
    margin-top: 40px;
}

html {
  font-family: sans-serif;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

.mobile-main-menu {
  display: none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;

  -webkit-appearance: button;
}

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #232323;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  vertical-align: top;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #e6e6e6;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}



input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  /*color: #111;*/
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  left: -999em;
  position: absolute;
  top: 100%;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */

  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.screen-reader-text:focus {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;

  -webkit-clip-path: none;
  clip-path: none;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/*embed,*/
/*iframe,*/
/*object {*/
/*max-width: 100%;*/
/*}*/

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.slider-expressions ul li {}

ul.slick-dots li button {
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #0aa7a5;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  height: 7px;
  outline: none;
  padding: 0 0;
  transition: 0.3s;
  width: 7px;
}

ul.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
}

ul.slick-dots li {
  position: relative;
}

ul.slick-dots li:not(:last-child):after {
  content: '';
  top: 17px;
  position: absolute;
  left: 100%;
  height: 1px;
  background-color: #E4EBEF;
  width: 17px;
}

.page-template-recognitions-page ul.slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
}


ul.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

ul.slick-dots li:first-child {
  margin-left: 0;
}

ul.slick-dots {
  bottom: 15px;
  display: none;
  position: absolute;
  text-align: center;
  width: 100%;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: #0aa7a5;
}

.slider-expressions ul li[aria-hidden="false"] {
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s;
}

.opacidown {
  -webkit-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
}

.warp-newsevents .title-blcok-news a {
  -o-transition: 0.4s;
  -webkit-box-shadow: none;
  -webkit-transition: 0.4s;
  background-color: none;
  box-shadow: none;
  color: #121212;
  display: inline-block;
  font-family: Akrobat-Light;
  font-size: 42px;
  height: auto;
  line-height: 42px;
  padding: 0 0;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
  vertical-align: top;
  width: 100%;
}

.warp-newsevents .title-blcok-news a:hover {
  color: #0aa7a6;
}


#header-menu img.close-mobile {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 18px;
  top: 13px;
  width: 15px;
}

.mm-navbar .mm-btn:first-child {
    left: -15px!important;
}

@media (min-width: 1025px) {
  .sub-menu-wrap ul.sub-menu {
    margin: 0 auto;
    max-width: 1140px;
    text-align: left;
  }

  .header-top-left.mobile {
    display: none;
  }

  #header-menu img.close-mobile {
    display: none;
  }

  .header-menu ul.menu {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .header-menu ul.menu li {
    display: inline-block;
  }

  .header-menu ul.menu li a {
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #2e2e2e;
    display: inline-block;
    font-family: "RobotoCondensed";
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 15px;
    text-decoration: none;
    transition: 0.3s;
  }

  .soc-link:nth-child(3) {
    display: none;
  }

  .header-menu ul.menu>li li a {
    font-weight: 300;
    font-size: 16px !important
  }

  .menu>li>.sub-menu-wrap>ul {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .header-menu ul.menu>li li a {  
    padding-bottom: 0;
    padding-top: 0
  }

  .header-menu ul.menu>li li {  
    padding-bottom: 12px;
  }

  .header-menu ul.menu .sub-menu li a {
    padding-left: 0;
    padding-right: 0;
  }

  .header-menu ul.menu .sub-menu-wrap li a {
    color: inherit;
  }

  .header-menu ul.menu .sub-menu-wrap {
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    background-color: #ffffff;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: 0.3s ease;
    /* visibility: hidden; */
    display: none;
    width: 100%;
  }

  .header-menu>ul.menu .sub-menu-wrap li {
    padding: 0 15px;
  }

  .header-menu ul.menu .sub-menu-wrap li .sub-menu-wrap {
    background-color: #fff;
    padding: 25px 0 10px 0;
  }

  .sub-menu-wrap ul.sub-menu {
    position: relative;
  }

  /* .menu>li#menu-item-67>.sub-menu-wrap>.sub-menu>li:not(:nth-child(3)):before,
  .menu>li#menu-item-441>.sub-menu-wrap>.sub-menu>li:not(:nth-child(3)):before {
    position: absolute;
    content: '';
    top: 30px;
    background: #0ca8a7;
    width: 1px;
    height: 316px;
    left: 86%;
    display: block;
    z-index: 999999999999;
  } */



  .header-menu ul.menu li:hover>a {
    /* background-color: #0ca8a7;
    color: #ffffff; */
    /* color: #0ca8a7; */
  }

  .header-menu ul.menu li:hover .arrow-in-menu {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }


  .header-menu ul.menu li:hover ul.sub-menu li a {
    background-color: rgba(0, 0, 0, 0);
    /* color: #fff; */
  }

  .header-menu ul.menu li:hover {
    z-index: 9999999999999999999999999;
  }
  .header-menu ul.menu li .sub-menu-wrap>.sub-menu>li{
    margin-right: -4px;
  }
  .header-menu ul.menu li:hover>.sub-menu-wrap{
    -webkit-animation-name: showEffect;
            animation-name: showEffect;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
  }

  .header-menu ul.menu li:hover .sub-menu-wrap {
    opacity: 1;
    /* visibility: visible; */
    z-index: 9999;
    display: block;
  
  }

  @-webkit-keyframes showEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

  @keyframes showEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

  .header-menu ul.menu li ul.sub-menu li:hover a {
    /* background-color: #0ca8a7; */
  }

  .header-menu ul.menu li:hover ul.sub-menu li .sub-menu-wrap {
    opacity: 0;
    visibility: hidden;
  }

  /* .header-menu #menu-item-67 .sub-menu-wrap .sub-menu-wrap,
  .header-menu #menu-item-441 .sub-menu-wrap .sub-menu-wrap {
    max-height: 316px;
    overflow: auto;
  } */

  #bg_inner {
    position: relative;
  }

  #bg_inner:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('/content/themes/lcf/images/bg-min.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;

  }

  .bg_inner_inner {
    position: relative;
  }



  /* хром, сафари */

  /* .header-menu #menu-item-67 .sub-menu-wrap .sub-menu-wrap,
  .header-menu #menu-item-441 .sub-menu-wrap .sub-menu-wrap::-webkit-scrollbar {
    width: 0;
  } */

  /* ie 10+ */

  /* .header-menu #menu-item-67 .sub-menu-wrap .sub-menu-wrap,
  .header-menu #menu-item-441 .sub-menu-wrap .sub-menu-wrap {
    -ms-overflow-style: none;
  } */

  /* фф (свойство больше не работает, других способов тоже нет)*/
  /* .header-menu #menu-item-67 .sub-menu-wrap .sub-menu-wrap,
  .header-menu #menu-item-441 .sub-menu-wrap .sub-menu-wrap {
    overflow: -moz-scrollbars-none;
  } */

 

  .header-menu li .sub-menu-wrap .sub-menu-wrap:before {
    content: '';
    position: absolute;
    width: 300%;
    left: -100%;
    top: 0;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0px 15px 45px -26px #000000;
    box-shadow: 0px 15px 45px -26px #000000;
  }


  .header-menu .menu-item .sub-menu-wrap .menu-item img {
    display: none
  }



  .header-menu ul.menu li ul.sub-menu li:hover .sub-menu-wrap {
    opacity: 1;
    visibility: visible;
    z-index: 99999999999999;
  }

  .header-menu ul.menu li ul.sub-menu li ul.sub-menu li a {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #000;
    padding: 0 0;
  }

  .header-menu ul.menu li ul.sub-menu li ul.sub-menu li {
    display: inline-block;
    margin: 0 0;

    padding-right: 25px;
    text-align: left;
    vertical-align: top;

    /* width: 32.333%; */
    width: 100%
  }


  .header-menu ul.menu li ul.sub-menu li .sub-menu-wrap ul {
    margin: 0 auto;
    max-width: 1140px;
  }

  .header-menu ul.menu .current_page_ancestor>a,
  .header-menu ul.menu .current-menu-parent>a,
  .header-menu ul.menu .current-menu-item>a {
    position: relative;
    color: #0aa7a5 !important
  }

  .menu li>a:hover {
    color: #0aa7a5 !important;
  }

  /* .header-menu ul.menu .current-menu-parent a:before,
  .header-menu ul.menu .current-menu-item a:before {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 0;
    bottom: 10px;
    height: 1px;
    background: #0aa7a5;
    right: 0;
    margin: 0 auto;
  } */

  .header-menu ul.menu li ul .current-menu-item a:before {
    width: 100%;
  }

  .header-menu ul.menu .current_page_ancestor a:before {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 0;
    bottom: 10px;
    height: 1px;
    background: #0aa7a5;
    right: 0;
    margin: 0 auto;
    display: none
  }

  .slider-projects-onpost-wrap .newarrow {
    top: -46px;
    bottom: inherit
  }

  .slider-projects-onpost-wrap .new-arrow-prev {
    left: 135px !important;
  }

  .slider-projects-onpost-wrap .new-arrow-next {
    left: 190px !important;
  }

  .header-menu ul.menu .current_page_ancestor ul li ul li a:before {
    content: '';
    position: absolute;
    width: -webkit-calc(0px);
    width: calc(0px);
    left: 0;
    bottom: 10px;
    height: 1px;
    background: #0aa7a5;
    right: 0;
    margin: 0 auto;
  }

  .header-menu ul.menu .current-menu-parent ul li ul li a:before,
  .header-menu ul.menu .current-menu-item ul li ul li a:before {
    width: -webkit-calc(0px);
    width: calc(0px);
  }

  .header-menu ul.menu li ul .current-menu-ancestor a:before {
    width: 100%;
  }

  .header-menu ul.menu li ul .current-menu-item ul li a:before,
  .header-menu ul.menu li ul .current_page_ancestor ul li a:before {
    display: none;
  }

  .header-menu ul.menu li ul.sub-menu li ul.sub-menu li.current-menu-item a {
    color: #0aa7a5 !important;
  }

}

.header-top .header-top-right ul.lang-switch {
  display: inline-block;
  position: absolute;
  width: 66px;
  top: 29px;
  right: 65px;
}

li.lang-item.lang-item-6.lang-item-ru {
  display: none;
}

.header-top-right a.house-active .st0 {
  fill: #0aa7a5;
}

.header-menu {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 100%;
  position: relative;
}

.header-top-left {
  display: inline-block;
  margin-top: 30px;
}

a.logo-header-top img {
  height: 106px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.header-top-left a {
  display: inline-block;
  line-height: 0;
  margin-right: 10px;
  text-decoration: none;
  vertical-align: top;
}

.header-top-right a {
  display: inline-block;
  line-height: 36px;
  margin-left: 20px;
  text-decoration: none;
  vertical-align: top;
}

.box-line-points.box-line-points-profissional {
  position: relative;
  /* top: 54px; */
  top: 95px;
  left: 43px;
  display: inline-block;
}

.choice-filter-pro.choice-professionals-field {
  vertical-align: top;
}

.box-line-points.box-line-points-profissional #archive_browser>div:nth-child(1) .select2 {
  width: 130px !important;
}

.box-line-points.box-line-points-profissional #archive_browser>div:nth-child(2) .select2 {
  width: 130px !important;
}

.box-line-points.box-line-points-profissional #archive_browser>div:nth-child(3) .select2 {
  width: 130px !important;
}

.slogan_professionals2 {
  font-family: "RobotoCondensed";
  font-weight: 600;
  font-size: 18px;
  color: #232323;
  display: inline-block;
  position: relative;
  display: none;
}

.page-template-professionals-page #archive_browser {
  margin-left: 0;
}

.slogan_professionals2:before {
  background: #C8D6DE;
  content: '';
  left: 0;
  position: absolute;
  bottom: -13px;
  height: 10px;
  width: 100%;
}

.header-top-left a svg {
  display: inline-block;
  padding: 1px;
  width: 36px;
}

.soc-color-1 svg .st0 {
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  fill: rgba(51, 51, 51, 0);
  stroke: #d5d9dc;
  stroke-width: 20px;
}

.soc-color-1 svg .st1 {
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  fill: #d5d9dc;
}

.header-top-left a:hover svg .st0 {
  stroke: #0aa7a5;
}

.header-top-left a:hover svg .st1 {
  fill: #0aa7a5;
}

.right-footer a svg {
  display: inline-block;
  padding: 1px;
  width: 36px;
}

.soc-color-2 svg .st0 {
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  fill: rgba(51, 51, 51, 0);
  stroke: #ffffff;
  stroke-width: 20px;
}

.soc-color-2 svg .st1 {
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  fill: #ffffff;
}

.right-footer a:hover svg .st0 {
  stroke: #ffffff;
  fill: #ffffff;
}

.right-footer a:hover svg .st1 {
  fill: #0aa7a5;
}

.right-footer a {
  display: inline-block;
  line-height: 0;
  margin-left: 10px;
  text-decoration: none;
  vertical-align: top;
}

.right-footer {
  float: right;
  vertical-align: top;
}

.choice-filter-pro.choice-professionals-field input {
  outline: none;
  line-height: 36px;
  font-size: 14px;
  padding: 0px 10px;
  width: 200px;
  border: solid 1px #0aa7a5;
}

.input1::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input1::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input1:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input1:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input1:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input1:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input1:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input1:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a.logo-header-top {
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 171px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

ul.lang-switch li {
  display: inline-block;
  margin-right: 10px;
}

ul.lang-switch li.current-lang a {
  color: #0aa7a5;
}

ul.lang-switch li a:hover {
  color: #0aa7a5;
}

ul.lang-switch li a {
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  color: #2e2e2e;
  margin: 0 0;
  transition: 0.3s;
}

ul.lang-switch {
  display: inline-block;
}

.header-top-right {
  float: right;
  margin-top: 30px;
  vertical-align: top;
}

.header-top {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 1140px;
  position: relative;
}

.header-top-right a svg .st0 {
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  fill: #d5d9dc;
}

.header-top-right a svg {
  height: 20px;
  margin-top: 6px;
  vertical-align: top;
}

.header-top-right a {
  line-height: 36px;
  text-decoration: none;
  vertical-align: top;
}

.header-top-right a:hover .st0 {
  fill: #0aa7a5;
}

.header-top-left {
  display: inline-block;
  margin-top: 30px;
}

.wrap-content {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  width: 100%;
}

.slider-expressions {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.slider-expressions ul {
  padding: 0 40px;
}

.slider-expressions ul li {
  color: #121212;
  font-family: Akrobat-Light;
  font-size: 50px;
  line-height: 50px;
  outline: none;
  text-align: center;
  text-transform: uppercase;
}

.slider-expressions ul li span {
  color: #0aa7a6;
  display: inherit;
  width: 100%;
}

.arrow-type-1 {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.title-item-directions {
  bottom: 80px;
  color: #fff;
  font-family: Akrobat-Light;
  font-size: 48px;
  left: 0;
  line-height: 48px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  opacity: 0.8;
}

.arrow-type-1.arrow-prev {
  left: 0;
}

.arrow-type-1.arrow-next {
  right: 0;
}

.wrap-directions {
  display: inline-block;
  margin-top: 40px;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.wrap-directions .item-directions img {
  vertical-align: top;
}

.wrap-directions .item-directions {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 31%;
}

.content_post p,
.content_expert p {
  text-align: justify;
}

.wrap-directions .item-directions:nth-child(2) {
  margin: 0 3.5%;
}

.first-letter-item-directions img {
  height: 130px;
  opacity: 0.8;
}

.first-letter-item-directions {
  -ms-transform: translateY(-50%);
  -o-transition: 0.6s;
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.6s;
  color: rgba(255, 255, 255, 0.7);
  font-family: Akrobat-Black;
  font-size: 200px;
  line-height: 200px;
  position: absolute;
  text-align: center;
  top: -webkit-calc(50% + 10px);
  top: calc(50% + 10px);
  transform: translateY(-50%);
  transition: 0.6s;
  width: 100%;
}

.menu-footer,
.menu-footer ul {
  display: inline-block;
}

.menu-footer ul li {
  display: inline-block;
  line-height: 36px;
  margin: 0 10px;
}

.menu-footer {
  margin-left: 40px;
}

.menu-footer ul li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
}

.menu-footer ul li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  left: 0;
  bottom: -2px;
  background: white;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  display: none
}

.menu-footer ul li a:hover:before {
  width: 100%;
}

.warp-newsevents {
  display: inline-block;
  margin-top: 70px;
  position: relative;
  vertical-align: top;
  width: 100%;
}

.excerpt-block-news p {
  font-family: Roboto-Regular;
  margin: 0 0;
  margin-bottom: 20px;
}

.title-block-news {
  font-family: Roboto-Regular;
  color: #010101;
  font-size: 20px;
  margin-bottom: 10px;

}

.post_with_image .read_more_slide_post {
  display: none;
}

.post_with_image a {
  text-decoration: none !important;
  //display: block;

  height: 100%;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box_post_info {
  height: 50%;
  padding: 20px 0;
}

.post_with_image a .excerpt-block-news {
  color: #121212;
}

.arrow-type-1 svg {
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;

  fill: #c1c6ca;
}

.single-services .text_in_quotes {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}

.arrow-type-1:hover svg {
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;

  fill: #0aa7a5;
}

.site-block-news .box_sghadow_box {
  -o-transition: 0.4s;
  -webkit-box-shadow: 0px 0px 20px 3px #ededed;
  -webkit-transition: 0.4s;
  background-color: #fafafa00;
  box-shadow: 0px 0px 20px 3px #ededed;
  color: #121212;
  display: inline-block;
  font-size: 16px;
  height: 122px;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 20px 160px 20px 20px;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
  vertical-align: top;
  width: 100%;
}

.post-type-archive-news .site-block-news .box_sghadow_box {
  padding: 20px 70px 20px 20px;
}

.post-type-archive-news .site-block-news .box_sghadow_box.post_with_image {
  padding: 20px 20px 20px 20px;
}

.site-block-news .box_sghadow_box:last-child {
  margin-bottom: 0px;
}

.site-block-thought-leadership .sl-arrow {
  /* 
  position: absolute;
  right: 0;
  top: 15px; */
  width: 20px;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.site-block-thought-leadership .arrows{
  display: inline-block;
  position: relative;
  top: -4px;
  margin-left: 20px;
}
.site-block-thought-leadership .arrows .slick-next{
  margin-left: 10px;
}

.site-block-thought-leadership .sl-arrow:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.site-block-thought-leadership .sl-arrow.slick-prev {
  right: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.data-block-news {
  /* color: #aaaaaa; */
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 10px;
  display: block;
  font-weight: 400 !important
}

.home ul.slick-dots {
  display: none !important
}

.expert_news_link {
  display: inline-block;
  margin-left: 25px;
  font-size: 18px;
  color: #0aa7a5 !important;
  font-family: Akrobat-Bold;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}

.expert_news_link:hover {
  opacity: 0.6;
}

.site-block-news .box_sghadow_box .arrow-block-news {
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  background-color: #eaeaea;
  line-height: 136px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: 0.6s;
  width: 68px;
}

.site-block-news .box_sghadow_box:hover .arrow-block-news {
  opacity: 1;
}

.site-block-news .box_sghadow_box .arrow-block-news img {
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  vertical-align: middle;
  width: 23px;
}

.site-block-news {
  display: inline-block;
  float: left;
  margin-right: 3.4%;
  width: 31%; /*65.5%;*/
}

.title-blcok-news {
  color: #121212;
  display: inline-block;
  font-family: Akrobat-Light;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 25px;
}

.item-directions a:before {
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  background-color: #136261;
  content: ' ';
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: 0.6s;
  width: 100%;
}

.item-directions a:hover .first-letter-item-directions {
  color: rgba(255, 255, 255, 1);
}

.item-directions a:hover:before {
  opacity: 0.8;
}

.item-directions a {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
}

.site-block-thought-leadership {
  display: block;
  float: right;
  width: 65.5%; /*31%;*/
}

.item-thought-leadership.slick-slide {
  min-height: 292px;
}

.item-thought-leadership.slick-slide .excerpt-thought-leadership a img {
  display: inline-block;
}

.slider-thought-leadership {
  -o-transition: 0.6s;
  //-webkit-box-shadow: 0px 0px 20px 3px #ededed;
  -webkit-transition: 0.6s;
  //box-shadow: 0px 0px 20px 3px #ededed;
  line-height: normal;
  transition: 0.6s;
}

/*.slider-thought-leadership .item-thought-leadership {
  -webkit-box-shadow: none;
  box-shadow: none;  
}*/
.slider-thought-leadership-home {
  margin-left: -15px;
  margin-right: -15px;
}
.slider-thought-leadership-home .item-thought-leadership {
  margin: 0 15px;  
}

.item-thought-leadership {
  -o-transition: 0.6s;
  /*-webkit-box-shadow: 0px 0px 20px 3px #ededed;*/
  -webkit-transition: 0.6s;
  /*box-shadow: 0px 0px 20px 3px #ededed;*/
  display: inline-block;
  min-height: 292px;
  outline: none;
  padding: 30px 20px;
  position: relative;
  transition: 0.6s;
  width: 100%;

}

/*.slider-thought-leadership:hover {
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}*/

.slider-thought-leadership .item-thought-leadership:hover {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.item-thought-leadership:hover {
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}

.data-thought-leadership {
  /* color: #888888; */
  color: #000000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto-Regular;
}

.author-thought-leadership {
  color: #000000;
  display: inline-block;
  float: right;
  font-family: Roboto-Regular;
  font-size: 16px;
}

.title-thought-leadership {
  color: #010101;
  font-size: 20px;
  line-height: 24px;
  margin-top: 26px;
  font-weight: 300;
  font-family: Roboto-Regular;

}

.slider-thought-leadership .item-thought-leadership:hover .title-thought-leadership {}

.excerpt-thought-leadership p,
.excerpt-thought-leadership {
  color: #000;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0;
  /*display: inline;*/
}

.hide-text-services p:first-child {
  margin-top: 0px !important;
}

.excerpt-thought-leadership {
  display: inline-block;
  margin-top: 10px;

}

.excerpt-thought-leadership span {
  height: 72px;
  overflow: hidden;
  display: block;
  font-family: Roboto-Regular;
}

.title-thought-leadership {
  height: 72px;
  overflow: hidden;
}

.excerpt-thought-leadership a img {
  vertical-align: middle;
  width: 10px;
}

.excerpt-thought-leadership_more {
  margin-top: 10px
}

.item-thought-leadership>a {
  text-decoration: none !important;
  display: block;
}

.excerpt-thought-leadership_more {
  height: auto !important;
}

.excerpt-thought-leadership_more img {
  vertical-align: middle;
  width: 10px;
  display: inline-block !important;
}


.excerpt-thought-leadership_more {
  color: #0aa7a5;
  font-family: Roboto-Regular;
  text-decoration: none;
}

.item-thought-leadership.video-item-thought-leadership a {
  color: #010101;
  display: inline-block;
  font-family: Roboto-Medium;
  text-decoration: none;
  vertical-align: top;
}

.item-thought-leadership.video-item-thought-leadership {
  margin-top: 20px;
  padding: 0 0;
}

.video-thought-leadership {
  height: 146px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-thought-img {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 32px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.item-thought-leadership.video-item-thought-leadership .title-thought-leadership {
  color: #010101;
  font-family: Roboto-Regular;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0px;
  min-height: 102px;
  padding: 20px 20px;
}

footer#colophon {
  background-color: #606366;
  display: inline-block;
  margin-top: 70px;
  position: relative;
  width: 100%;
}

.content_post a:visited {
  color: rgba(10, 167, 165, 0.6);

}

.content_post h3 {
  font-size: 42px;
  font-family: Akrobat-Light !important;
  font-weight: lighter
}

.content_post a {
  color: #0aa7a5;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none !important
}

.content_post a:hover {
  opacity: 0.6;
}

.left-footer {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  vertical-align: top;
}

.warp-site-footer {
  display: block;
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 0;
  vertical-align: top;
  width: 100%;
}

#gdpr-cookie-message {
  position: fixed;
  z-index: 9999;
  right: 0px;
  bottom: 0px;
  max-width: 390px;
  padding: 20px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 20px 7px rgba(34, 41, 97, 0.45);
  box-shadow: 0 6px 20px 7px rgba(34, 41, 97, 0.45);
  margin-left: 0px;
  /*background: #efeeef;*/
  background: #ffffff;
}

#gdpr-cookie-message h4 {
  color: #0aa7a5;
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0px;
}

#gdpr-cookie-message h5 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: #000;
  font-size: 15px;
  line-height: 1.5em;
  color: #000;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: left;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
  padding: 0 0;
}

#gdpr-cookie-message a {
  color: #0aa7a5;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
  opacity: 0.8;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.75);
}

#gdpr-cookie-message button {
  background-color: #0aa7a5;
  padding: 7px 0px;
  max-width: 150px;
  width: 100%;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-left: 15px;
  border: solid 1px #0aa7a5;
  font-size: 14px;
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

#gdpr-cookie-message button:hover {
  opacity: 0.8;
}

button#gdpr-cookie-accept {
  margin-left: 0px;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

table.cookie-table th:nth-child(3) {
  width: 60%;
  vertical-align: middle;
}

table.cookie-table th:nth-child(2) {
  width: 20%;
  vertical-align: middle;
}

table.cookie-table th:nth-child(1) {
  width: 20%;
  vertical-align: middle;
}

table.cookie-table tr td {
  border: solid 1px #0aa7a5;
  padding: 10px 10px;
  vertical-align: middle;
}

table.cookie-table a {
  color: #0aa7a5;
}

table.cookie-table tr td:nth-child(1),
table.cookie-table tr td:nth-child(2) {
  text-align: center;
}

table.cookie-table tr th {
  background-color: #0aa7a5;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

table.cookie-table {
  border-collapse: collapse;
  margin-bottom: 0px;
}

table.cookie-table tr th {
  background-color: #0aa7a5;
  text-align: center;
  color: #fff;
  border-left: solid 1px #0aa7a5;
  border-right: solid 1px #0aa7a5;
  text-transform: uppercase;
}

ul.codyshop-ajax-search {
  position: fixed;
  z-index: 999999;
}

.fixed_header ul.codyshop-ajax-search {
  display: none !important
}

.wrap-content.wrap-content-cookie h1.h1 {
  margin-bottom: 50px;
}

.contact-footer-blog-main a:nth-child(2) {
  margin: 0 10px;
  margin-right: 0px;
}

.contact-footer-blog-main a {
  text-decoration: none;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.56);
  border-bottom: solid 1px rgba(255, 255, 255, 0.56);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-footer-blog-main a:hover {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}

.contact-footer-blog-main span {
  text-decoration: none;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.56);
  position: absolute;
  right: 0;
  top: 5px;
}

.contact-footer-blog-main {
  text-align: left;
  display: none;
  width: 100%;
  margin-top: 0px;
  position: relative;
}


#content {
  min-height: -webkit-calc(100vh - 370px);
  min-height: calc(100vh - 370px);
}

.linkedin-icon {
  width: 35px;
}

.h1 {
  color: #0aa7a5;
  font-family: Akrobat-Light;
  font-size: 80px;
  font-weight: lighter;
  margin: 0;
  line-height: 1;
}

.single-professionals .h1 {
  font-size: 55px
}

.wrap-content {
  position: relative;
}

.slogan_professionals {
  color: #232323;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 26px;
  width: 46.5%;

}

.page-template-professionals-page .slogan_professionals {
  position: relative;
  float: right;
}


.slogan_professionals:before {
  background: #C8D6DE;
  bottom: -28px;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  width: 100px;
  display: none
}

.v-card {
  display: none !important
}

.professional_image {
  -o-transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 150px;
  transition: 0.7s ease;
  width: 100%;
}


.box_professional {
  -o-transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  display: inline-block;
  float: left;
  margin-right: 80px;
  margin-top: 55px;
  transition: 0.7s ease;
  width: -webkit-calc(25% - 60px);
  width: calc(25% - 60px);
  height: 284px;
}

.box_professional:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);

}

.box_professional:nth-child(4n) {
  margin-right: 0;
}

.box_professional a {
  text-decoration: none !important;
}

.box_professional .professional_name {
  color: #000;
  font-family: Akrobat-Light;
  font-size: 30px;
  line-height: 1;
  margin-top: 15px;
  display: inline-block;
  position: relative;
}

.box_professional .professional_last_name {
  color: #000;
  font-family: Akrobat-Light;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.box_professional .professional_name:after,
.box_professional .professional_last_name:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}


.slider_professionals_list .slick-slide:hover .professional_name:after,
.slider_professionals_list .slick-slide:hover .professional_last_name:after {
  /* opacity: 1; */
}

.box_professional .professional_text_after_name {
  color: #0aa7a5;
  font-family: Akrobat-Light;
  font-size: 22px;
  line-height: 1;
  margin-top: 15px;
}

.box_posts_professionals {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
  margin-top: 30px;
}

.page-template-professionals-page .h1 {
  width: 50%;
  display: inline-block;
  float: left;
}

.slide-year {
  padding-top: 110px;
  position: relative;
}

.slide-year .slick-dots {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  bottom: inherit !important;
  /* left: 115px; */
  position: absolute;
  top: 30px;
  transform: translateY(-50%);
}

.slide-year .slick-dots li {
  padding: 0 10% 0 0;
  position: relative;
}

@media (min-width:1024px) {

  .slide-year .slick-dots li.slick-active:hover span {
    color: #05ABA8 !important;
  }
}


.slide-year .slick-dots li:before {
  -ms-transform: translateY(-50%);
  -o-transition: 0.7s ease;
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.7s ease;
  background: #C9D7DF;
  content: '';
  height: 1px;
  left: 15px;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s ease;
  width: -webkit-calc(100% - 3px);
  width: calc(100% - 3px);

}

.page-template-recognitions-page .slide-year .slick-dots li:before {
  width: -webkit-calc(100% + 3px);
  width: calc(100% + 3px);
}

.slide-year .slick-dots li:first-child:after {
  -ms-transform: translateY(-50%);
  -o-transition: 0.7s ease;
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.7s ease;
  background: #E3EAEE;
  content: '';
  height: 1px;
  left: -149px;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s ease;
  width: 150px;

}

.slide-year {
  min-height: 485px !important;
}

.slide-year .slick-dots li:last-child:before {
  -o-transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  background: #E3EAEE;

  transition: 0.7s ease;
  width: 150px;
}

.slide-year .slick-dots li.slick-active:last-child:before {
  background: #E3EAEE;
}

.slide-year .slick-dots li:last-child {
  padding-right: 0;
}



.slide-year .slick-dots li>button {
  background: white;
  border: 2px solid #CEDBE2;
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 15px;

}

@media (min-width:1024px) {
  .slide-year .slick-dots li:hover button {
    background: white;
    border: 2px solid #05ABA8;
  }
}



.slide-year .year_text_dot {
  -o-transition: 0.3s ease;
  -webkit-transition: 0.5s ease;
  color: #C9D7DF;
  font-family: Akrobat-Black;
  font-size: 30px;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}



.slide-year .slick-dots {
  margin-left: 50px;
}

.slide-year .slick-dots li {
  padding: 0 !important;
  outline: none !important;
  margin: 0 !important;
}

.slide-year .slick-dots li button {
  position: relative;
  left: -131px;
  top: -3px;
}



.slide-year .slick-dots li span {
  position: relative;
  top: -25px;
  left: -100px;
}

.page-template-recognitions-page .slide-year .slick-dots li:before {
  width: 100%;
}

.slide-year .slick-dots li:first-child:after {
  left: -147px;
}


.slide-year .slick-dots .slick-list {
  overflow: visible;
  right: -50px;
}





.slide-year .slick-dots:before {
  position: absolute;
  content: '';
  /* left: -155px; */
  left: -100%;
  top: 0;
  /* width: 80px; */
  width: 100%;
  height: 100%;
  z-index: 777777777777;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #ffffff 10%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #ffffff 10%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(10%, #ffffff));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 10%);
}

.slide-year .slick-dots:after {
  position: absolute;
  content: '';
  /* right: -55px; */
  right: -91%;
  top: 0;
  /* width: 105px; */
  width: 100%;
  height: 100%;
  z-index: 777777777;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 10%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 10%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, #ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 10%);
}

.slide-year .slick-dots .slick-list {
  height: 120px;
  line-height: 120px;
}


.page-template-recognitions-page .slide-year {
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease
}





@media (min-width:1024px) {
  .slide-year .slick-dots li:hover .year_text_dot {
    color: #56cfcd;
  }

}


.box-slide-year-item {
  outline: none !important;
}

.page-template-recognitions-page .box-slider {
  margin-top: 80px;
}

.title_box-slide-year-item {
  color: #121212;
  font-family: Roboto-Regular;
  font-size: 26px;
  margin-bottom: 10px;
}

.content_box-slide-year-item {
  color: #121212;
  font-family: Roboto-Regular;
  font-size: 18px;
}

.box_box-slide-year-item_inner {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: -4px;
  vertical-align: top;
  /* width: 50%; */
  /* width: 100%; */
}
.box-slide-year-item .column{
  width: 50%;
  float: left;
  padding: 0 50px
}
.column-wrap{
  width: -webkit-calc(100% + 100px);
  width: calc(100% + 100px);
  margin-left: -50px;
}


.box_box-slide-year-item_inner:nth-child(n) {
  /* padding-right: 50px; */
}

.box_box-slide-year-item_inner:nth-child(2n) {
  /* padding-left: 50px; */
  padding-right: 0;
}

.fixed_line_years {
  position: fixed !important;

}

.box_text_slide {
  height: 250px;
  position: relative;
}

.box_media_slide {
  height: 250px;
  position: relative;

}

.box_text_slide.box_text_slide_other .title_post_slide {
  height: 72px;
  overflow-y: hidden;
}

.box_text_slide.box_text_slide_other .title-thought-leadership {
  /* height: 110px !important; */
  height: 92px !important;
}



.box_text_slide.box_text_slide_other .text_excerpt_post {
  height: 110px;
  overflow-y: hidden;
}

.page-template-thought_leadership-page .text_excerpt_post {
  height: 66px;
  overflow: hidden;
}

.page-template-thought_leadership-page .title_post_slide {
  height: 72px;
  overflow: hidden;
}

.box_text_slide.box_text_slide_other {
  height: 292px;
  position: relative;
}


.slide1 {
  -o-transition: 0.7s ease;
  -webkit-box-shadow: 0px 0px 20px 3px #ededed;
  -webkit-transition: 0.7s ease;
  box-shadow: 0px 0px 20px 3px #ededed;
  margin: 0 15px;
  opacity: 0;
  outline: none !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slide1:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.slide1.slick-active {
  opacity: 1;
}

.box_slider_wrap {
  margin-left: -25px;
  width: -webkit-calc(100% + 45px);
  width: calc(100% + 45px);

}

.page-template-thought_leadership-page-php .h1 {
  line-height: 1;
  margin-bottom: 30px;
}

.page-template-thought_leadership-page-php .slogan_professionals {
  color: #5c656c;
  display: inline-block;
  font-family: Roboto-Bold;
  font-size: 18px;
  position: relative;
  top: 2px;
  vertical-align: top;
  width: auto;
  display: none;
}

.select2-selection__arrow {
  background-image: url("/content/uploads/2017/12/arrow-right-1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 15px !important;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* .page-template-thought_leadership-page .slider_post_ex .newarrow{} */
body.page-template-thought_leadership-page .slider_post_ex .new-arrow-next {
  left: 75px !important;
}

body.page-template-thought_leadership-page .slider_post_ex .new-arrow-prev {
  left: 22px !important;
}

.page-template-thought_leadership-page .h1 {
  margin-bottom: 76px;
}

.select2-container .select2-selection--single:hover .select2-selection__arrow {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.select2-selection__arrow>b {
  display: none;
}

#archive_browser {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}

.select2-selection__rendered {
  color: #0aa7a5 !important;
  font-family: "RobotoCondensed" !important;
  font-weight: 300;
  font-size: 15px !important;
  left: -7px !important;
  overflow: visible !important;
  position: relative !important;
  position: relative !important;
  top: 21px !important;
}

#archive_browser .title_filter {
  color: #2e2e2e;
  font-family: "RobotoCondensed";
  font-size: 18px;
  font-weight: 300
    /*z-index: 9999;*/
    /*position: relative;*/

}

#archive_browser .select2-selection {
  background: transparent !important;
}

.box-line-points {
  position: absolute;
  right: 0;
  top: 111px;
}

.page-template-thought_leadership-page-php .slogan_professionals:before {
  bottom: -13px;
  height: 10px;
  width: 100%;
}

#archive_browser>div {
  display: inline-block;
  margin-right: 40px;
}

#archive_browser>div .slider_posts {
  margin-top: 20px;
  position: relative;
}

.slider_posts .slick-track {
  float: left;
}

.slider_posts .slick-arrow:hover {
  opacity: 1;
}

.slider_posts .slick-arrow img {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

.slider_posts .slick-arrow {
  /* -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease; */
  /*bottom: -40px;*/
  /* background: #0AA7A5; */
  /* cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  transition: 0.5s ease;
  width: 70px; */
}

.newarrow {
  position: absolute !important;
  left: 0;
  bottom: -30px;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.newarrow:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.slider_post_ex .newarrow,
.slider_professionals_list .newarrow {
  bottom: inherit;
  top: -25px;
}

.slider_post_ex .new-arrow-prev,
.slider_professionals_list .new-arrow-prev {
  left: 280px !important;
}

.slider_post_ex .new-arrow-next,
.slider_professionals_list .new-arrow-next {
  left: 310px !important;
}

/* .page-template-thought_leadership-page .slider_post_ex .new-arrow-prev{
  left: 22px !important ;
}
.page-template-thought_leadership-page .slider_post_ex .new-arrow-next {
  left: 75px!important ;
} */

.new-arrow-prev {
  left: 22px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}



.new-arrow-next {
  left: 80px;
}

.slider-projects-onpost_expert .new-arrow-prev {
  left: 0
}

.slider-projects-onpost_expert .new-arrow-next {
  left: 58px;
}

/* .slider_professionals_list .new-arrow-prev {
  left: 37px !important;
}

.slider_professionals_list .new-arrow-next {
  left: 95px !important;
} */
.title-block-news,
.excerpt-block-news {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.post_with_image:hover .title-block-news,
.mini_news_box:hover .excerpt-block-news {
  color: #0aa7a5;
}

.slider-projects-onpost-item {
  background: transparent !important
}

.slider_posts .slick-arrow img {
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.slider_posts .slick-arrow.slick-disabled {
  height: 30px;
  width: 30px;
}

.box_wrap {
  bottom: -40px;
  left: 25px;
  position: absolute;
  width: auto;
}

.slider_posts .slick-next {
  /*right: 85%;*/
  display: inline-block;
  right: -10px;
}

.slider_posts .slick-next img {
  right: 8px;

}

.slider_posts .slick-prev img {
  left: 8px;
}

.slider_posts .slick-prev {
  display: inline-block;
  float: left;
}

.slider_posts .slick-list {
  padding: 20px 10px 20px;
}

.mfp-fade.mfp-bg {
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.slide-popup-youtube,
.box-image-pic_slider {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 100%;
  outline: none !important;
  position: relative;
  width: 100%;
}

.slide-popup-youtube:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: black;
  opacity: 0.3;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.slide1:hover .slide-popup-youtube:before,
.item-thought-leadership:hover .slide-popup-youtube:before {
  opacity: 0;
}

.video_single_post {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.box_text_slide_inner {
  height: 100%;
  padding: 20px 20px;
  position: absolute;
  width: 100%;

}

.slide-popup-youtube img {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.slide1:nth-child(even) .box-image-pic_slider,
.slide1:nth-child(even) .slide-popup-youtube {
  top: 250px;
  z-index: 9;
}

.page-template-thought_leadership-page .slide1:nth-child(even) .box_text_slide_inner {
  top: -250px;
}

.date_post_slide {
  color: #000;
  font-family: Roboto-Regular;
  font-size: 16px;
}

.name_author_slide {
  position: absolute;
  right: 20px;
  top: 27px;
}

.name_author_slide a {
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  color: #888888;
  font-family: Akrobat-Bold;
  font-size: 18px;
  text-decoration: none !important;
  transition: 0.5s ease;
}

.name_author_slide span {
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  color: #000;
  font-family: Roboto-Regular;
  font-size: 17px;
  text-decoration: none !important;
  transition: 0.5s ease;
}

.name_author_slide a:hover {
  color: #0aa7a5;
}

.title_post_slide {
  color: #010101;
  font-family: Roboto-Regular;
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
}

.text_excerpt_post {
  color: #000;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.share_title {
  display: none
}

.read_more_slide_post {
  color: #0aa7a5 !important;
  display: inline-block;
  font-family: Roboto-Regular !important;
  font-size: 15px !important;
  /*border-bottom: 1px solid transparent;*/
  padding-bottom: 2.5px;
  /*transition: 0.5s ease;*/
  position: relative;
  text-decoration: none;
}

.read_more_slide_post img {
  height: 16px;
  position: absolute;
  right: -15px;
  top: 4px;
  width: 12px;
}

.select2 * {
  outline: none !important;
}

#archive_browser .select2 {
  top: -28px !important;
}

#archive_browser .select2-container--default .select2-selection--single {
  border: none !important;

}

.select2-search {
  display: none !important;
}

.select2-dropdown {
  border: none !important;
  width: 215px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: transparent !important;
}

.select2-results__option {
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  color: #2e2e2e !important;
  font-family: "RobotoCondensed" !important;
  font-size: 16px !important;
  transition: 0.5s ease;
  font-weight: 300
}

.select2-results__option:hover {
  color: #0AA7A5 !important;
}

.box-wrap-right-column .slider-expert-onpost .slick-slide {
  background: transparent !important
}

#archive_browser>div:nth-child(1) .select2 {
  width: 69px !important;

}

#archive_browser>div:nth-child(2) .select2 {
  width: 125px !important;
}

#archive_browser>div:nth-child(3) .select2 {
  width: 85px !important;

}

.select2-results__option {
  /* padding: 12.5px 20px !important; */
  padding-top: 0 !important;
  padding-bottom: 12px !important;
  padding-left: 20px !important;
  padding-right: 20px !important
}

.select2-results__option:last-child {
  padding-bottom: 0 !important;
}

.select2-results__option:last-child {
  padding-bottom: 0 !important;
}

.select2-results__option:first-child {
  padding-top: 0 !important;
}

.select2-results {
  -webkit-box-shadow: 0px 0px 20px 3px #ededed;
  box-shadow: 0px 0px 20px 3px #ededed;
  padding: 22.5px 0 !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  height: 0px;
  width: 6px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background-color: white;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  background-color: #0AA7A5;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  height: 0px;
  width: 7px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 7px;
}

#archive_pot {
  overflow: visible !important;
}

.select2-results__option[aria-disabled="true"] {
  display: none !important;
}

/* Single.php style begin */

.single-post .h1 {
  color: #121212;
  font-family: Akrobat-Bold;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.box_left_after_head_single_post {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 50%;
}

.single-sectors .box_left_after_head_single_post {
  width: 85%;
}

.box_right_after_head_single_post {
  display: inline-block;
  float: right;
  vertical-align: top;
  width: 40%;
}

.box_right_after_head_single_post .box_image_post {
  padding-left: 70px;
}

.box_right_after_head_single_post .box_image_post img {
  width: 100%;
}

.box_right_after_head_single_post .slide-popup-youtube {
  width: 85%;
  height: 250px;
  float: right;
}

.box_data_name .data_box {
  color: #000;
  font-family: Roboto-Regular;
  font-size: 16px;
}

.box_data_name {
  margin-bottom: 30px;
}

.box_data_name>div {
  display: inline-block
}

.box_data_name .author_name {
  margin-left: 25px;
}

.box_data_name .author_name a {
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  color: #000;
  font-family: Roboto-Regular;
  font-size: 16px;
  text-decoration: none !important;
  transition: 0.5s ease;
}

.single-thought-leadership .text_before_content {
  display: none
}

.single-thought-leadership .box_data_name, .single-news .box_data_name {
  margin-top: 35px !important;
  margin-bottom: 20px !important;
}

.box_data_name .author_name a:hover {
  color: #0aa7a5;
}

.text_before_content {
  font-family: Roboto-Regular;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 56px;
  position: relative;
  text-transform: uppercase;
}



.text_before_content:before {
  /* background: #CBD5DD;
  bottom: -30px;
  content: '';
  height: 12px;
  left: 0;
  position: absolute;
  width: 100px; */
}



.content_post {
  color: #232323;
  font-family: Roboto-Regular;
  font-size: 16px;
}

.content_post h3 {
  color: #000000;
  font-family: Akrobat-Bold;
  font-size: 42px;
  margin: 20px 0 10px;
}

.content_post ul li {

  margin-bottom: 30px;
  padding-left: 35px;
  position: relative;

}

.content_post ul {
  /*padding-top: 20px;*/
}

.content_post ul li:before {
  background: #0AA7A5;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.content_post2 ul ul{
  padding-top: 15px;
}
.content_post2 ul li:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.content_post2 ul li {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.content_post2 ul li:last-child {
  padding-bottom: 0;
}

.content_post2 ul {
  /*margin-left: 20px;*/
  margin-left: 0px;
  margin-bottom: 20px;
}

.title_art1 {
  width: 50%;
  font-size: 30px;
  color: #000000;
  font-family: Akrobat-Light;
  line-height: 1
}

.title_art2 {
  font-size: 22px;
  color: #0aa7a5;
  font-family: Akrobat-Light;
  line-height: 1
}

.content_post2 ul li:after {
  background: #E4EBEF;
  content: '';
  height: -webkit-calc(100% - 7px);
  height: calc(100% - 7px);
  left: 3px;
  position: absolute;
  top: 15px;
  width: 1px;
}

.content_post2 ul li:last-child:after {
  display: none;
}

.form_send_page {
  padding-top: 30px;
}

.form_send_page input {
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: 50px;
  margin-right: -4px;
  outline: none !important;
  vertical-align: top;

}

.form_send_page input[type="text"] {
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  border: 1px solid #DFE5EA !important;
  border-right: none !important;
  padding-left: 10px;
  transition: 0.5s ease;
  width: 360px;
}

.form_send_page input[type="submit"] {
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  background: #0AA7A5;
  border: 1px solid #0AA7A5;
  color: white;
  font-family: Roboto-Medium;
  font-size: 16px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  transition: 0.5s ease;
  width: 200px;

}

.form_send_page input[type="submit"]:hover {
  opacity: 0.6;
}

.form_send_page input[type="text"]:focus {
  border-color: #0AA7A5 !important;

}

.input_style_placeholder::-webkit-input-placeholder {
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  font-style: italic;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.input_style_placeholder::-moz-placeholder {
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  font-style: italic;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.input_style_placeholder:-moz-placeholder {
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  font-style: italic;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.input_style_placeholder:-ms-input-placeholder {
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  font-style: italic;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.input_style_placeholder:focus::-webkit-input-placeholder {
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.input_style_placeholder:focus::-moz-placeholder {
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.input_style_placeholder:focus:-moz-placeholder {
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.input_style_placeholder:focus:-ms-input-placeholder {
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.arrow_batton {
  /* background: #0AA7A5; */
  height: 25px;
  position: relative;
  width: 25px;
  background-image: url('/content/uploads/2017/12/arrow-right-1.svg');
  -webkit-background-size: contain;
  background-size: contain
}

.page-template-recognitions-page ul.slick-dots li:not(:last-child):after {
  display: none
}

.box_arrow_navgations>a:first-child .arrow_batton {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.arrow_batton img {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  display: none
}

.box_arrow_navgations>a,
.box_arrow_navgations>a>div {
  display: inline-block;
  vertical-align: middle;
}

.box_arrow_navgations>a[rel="next"] {
  float: right;

}

.single-news .box_arrow_navgations>a[rel="prev"] {
  float: right;

}


.box_arrow_navgations>a:first-child>div {
  margin-right: 10px;
}

.box_arrow_navgations>a:nth-child(2)>div {
  margin-left: 10px;
}

.box_arrow_navgations>a {
  color: #0AA7A5 !important;
  font-family: Akrobat-Bold;
  font-size: 18px;
  text-decoration: none !important;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease
}

.box_arrow_navgations>a:hover {
  opacity: 0.6;
}

.box_arrow_navgations {
  padding-top: 50px;
  position: relative;
}

.box_arrow_navgations:before {
  background: #0AA7A5;
  bottom: -25px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;

}

.box_arrow_navgations {
  display: none
}

.single-post .h2,
.h2-lcf {
  color: #121212;
  font-family: Akrobat-Light;
  font-size: 42px;
  font-weight: 100;
  margin-bottom: 0 !important;
  margin-top: 60px;
  line-height: 1;
}

.h2-lcf {
  margin-bottom: 10px !important;
}



.single-post .slide1:nth-child(even) .box_text_slide_inner {
  top: 0;
}

.single-post .slider_posts .slick-list {
  padding: 20px 5px;
}

/* Single.php style end */

/* sectors-page.php style begin */
.text_in_quotes {
  color: #3e3e3e;
  display: inline-block;
  font-family: Roboto-LightItalic;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  /* width: 35%; */
  text-align: left;
}

.text_in_quotes .author_quote {
  color: #b3b3b3;
  display: block;
  font-family: Roboto-Medium;
  font-size: 14px;
  text-align: left;
  font-style: normal !important
}

.text_in_quotes .slick-list {
  overflow: visible;
}

.box_item_quote {
  outline: none !important;
  text-align: center;
}

.box_item_quote .span_quote {
  display: inline-block;
  position: relative;
}

.box_item_quote .span_quote:before {
  background-image: url('/content/themes/lcf/images/quotes-1.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: '';
  height: 15px;
  left: -25px;
  position: absolute;
  top: -10px;
  width: 15px;
}


.box_item_quote .span_quote:after {
  background-image: url('/content/themes/lcf/images/quotes-2.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  bottom: 15px;
  content: '';
  height: 15px;
  position: absolute;
  right: -25px;
  width: 20px;
}

.text_in_quotes_expert .box_item_quote .span_quote:after {
  right: 0;
}

.text_in_quotes_expert .slick-arrow {
  display: none !important;
}

.container-text-center {
  text-align: center;
}

.two_blocks_lists>div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.two_blocks_lists {
  margin-top: 40px;
}

.two_blocks_lists ul li a {
  color: #000000;
  display: inline-block;
  font-family: Akrobat-Light;
  font-size: 30px;
  line-height: 1;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.two_blocks_lists ul li {
  display: inline-block;
  margin-bottom: 40px;
  margin-right: -4px;
  width: 50%;
}

.two_blocks_lists ul li a:hover {
  color: #0AA7A5;
}

.two_blocks_lists ul li a>span {
  position: relative;
}

.two_blocks_lists ul li a:before {
  background: #E6F6F6;
  bottom: -5px;
  content: '';
  /* width: calc(100% + 20px); */
  height: 20px;
  left: -10px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 0;
}

.two_blocks_lists ul li a:hover:before {
  /* width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px); */
}

.two_blocks_lists ul li a:hover {
  color: #0AA7A5;
}

.slider_professionals {
  /* margin-top: 50px; */
}

.slider_posts.dopsliderpostsstyle .slick-list {
  padding: 20px 5px;
}

.slide1.box_professional {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.slider_professionals .box_slider_wrap {
  margin-left: 0;
  width: 100%;

}

.slider_professionals_list .slide1 {
  margin: 0;
  padding: 0 35px;
}

.slider_professionals_list {
  margin: 0 -40px;
}

.slider_professionals_list .box_wrap {
  left: 40px;
}

/* sectors-page.php style end */

/* expertise-page.php style begin */
.page-template-expertise-page-php .text_in_quotes {
  margin-bottom: 0;
  margin-top: 10px;
}

.page-template-expertise-page-php .slider_professionals_list .box_wrap {
  left: 40px;
}

.page-template-expertise-page-php .box_slider_wrap {
  /*margin: 0 -21px;*/
}





.list_posts_after_block {
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
}

.list_posts_after_block .block1,
.list_posts_after_block .block2,
.list_posts_after_block .block3 {
  display: block;
  float: left;
  /* overflow: hidden; */
  position: relative;
  width: 31%;
}

.list_posts_after_block .block2 {
  margin: 0 3.5%;
}


.list_posts_after_block ul li a {
  color: #000000 !important;
  font-family: Roboto-Regular;
  font-size: 16px;
  text-decoration: none !important;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.ui-widget-content a{
  font-family: Roboto-Regular;
  font-size: 14px;
  padding-left: 10px !important;
  display: block !important
}
.page-template-professionals-page .slogan_professionals{
  display: none
}
.list_posts_after_block ul li a:hover {
  /* opacity: 0.6; */
  color: #0AA7A5 !important;
}

.list_posts_after_block ul {
  margin-top: 20px;
  margin-bottom: 15px;
}

.list_posts_after_block ul li {
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  line-height: 0.9;
}

.list_posts_after_block ul li:before {
  background: #0AA7A5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 6px;
}

.list_posts_after_block ul li:after {
  background: #E8EDF0;
  content: '';
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
  left: 2.5px;
  position: absolute;
  top: 11px;
  width: 1px;

}

.readmore-js-expanded {
  height: auto !important;
}

.list_posts_after_block ul li:last-child:after {
  display: none;
}

.list_posts_after_block ul li:last-child {
  padding-bottom: 0;
}

.list_posts_after_block .readmore-js-toggle,
.content_post2 .readmore-js-toggle {
  color: #0AA7A5;
  display: inline-block;
  margin-top: 0px;
  outline: none !important;
  padding-left: 20px;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: auto;
}

.list_posts_after_block .readmore-js-toggle img,
.content_post2 .readmore-js-toggle img {
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  height: auto;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 10px;
}

.list_posts_after_block .readmore-js-toggle img.toparrow,
.content_post2 .readmore-js-toggle img.toparrow {
  -ms-transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.list_posts_after_block .readmore-js-toggle:hover,
.content_post2 .readmore-js-toggle:hover {
  opacity: 0.6;
}

.sub-menu .sub-menu li {
  padding-bottom: 12px;
  padding-right: 100px !important;
  position: relative;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sub-menu .sub-menu li a {
  color: #2e2e2e !important;
  font-family: "RobotoCondensed" !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sub-menu .sub-menu li a:hover {
  color: #0aa7a5 !important;
}

.sub-menu .sub-menu {
  outline: none !important;
  position: relative;
}

.sub-menu .sub-menu:before {
  background: #0aa7a5;
  content: '';
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  left: 27%;
  position: absolute;
  top: 0;
  width: 2px;
  display: none;
}

.sub-menu .sub-menu:after {
  background: #EFEFEF;
  content: '';
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  left: 60%;
  position: absolute;
  top: 0;
  width: 2px;
  display: none;
}

.menu>li>.sub-menu-wrap>.sub-menu>li>a {
  position: relative;
}


/* .menu>li#menu-item-67>.sub-menu-wrap>.sub-menu>li,
.menu>li#menu-item-441>.sub-menu-wrap>.sub-menu>li {
  width: 33.33333333333333%;
  display: block;
  float: left;
  position: relative;
} */

/* .header-menu ul.menu li#menu-item-67 ul.sub-menu li ul.sub-menu li,
.header-menu ul.menu li#menu-item-441 ul.sub-menu li ul.sub-menu li {
  width: 100%
} */


.menu>li>.sub-menu-wrap>.sub-menu>li>a>.beforearrow {
  background-image: url('images/arrow-down.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 15px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 15px;

}

.menu>li>.sub-menu-wrap>.sub-menu>li:hover a>.beforearrow {
  opacity: 1;
}

.menu>li>.sub-menu-wrap>.sub-menu>li:first-child>a {
  padding-left: 0;
}

.menu>li>.sub-menu-wrap>.sub-menu>li {
  padding-right: 140px;
}

.box-wrap-left-column {
  display: inline-block;
  float: left;
  width: 60%;
}

.box-wrap-left-column .text_in_quotes {
  padding-top: 50px;
}

.box-wrap-right-column {
  display: inline-block;
  padding-left: 10%;
  width: 40%;
}

.slider-expert-onpost {
  position: relative;
  /* 	left: -40%; */
  top: 15px;
}

.slider-expert-onpost .box_image_slide_expert {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  height: 175px;
  margin-right: -4px;
  vertical-align: top;
  width: 70%;
}

.slider-expert-onpost .box_text_slide_expert {
  display: inline-block;
  margin-right: -4px;
  position: absolute;
  right: -webkit-calc(100% + 30px);
  right: calc(100% + 30px);
  text-align: right;
  vertical-align: top;
  width: 100%;
}

.slider-expert-onpost .slick-list {
  overflow: visible !important;
}

.slider-expert-onpost .slick-dots {
  bottom: -30px;
  text-align: left;
}

.slider-expert-onpost-item {
  outline: none !important;
}

.slider-expert-onpost-item .name-expert,
.slider-expert-onpost-item .last_name {
  color: #000000;
  font-family: Akrobat-Light;
  font-size: 40px;
  line-height: 1;
}

.slider-expert-onpost-item .text_after_name {
  color: #0aa7a5;
  font-family: Akrobat-Light;
  font-size: 18px;
  line-height: 1;
  padding-top: 20px;
  width: 50%;
  float: right;
}

.slider-expert-onpost-item-link {
  display: block;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
}

.slider-expert-onpost-item-link:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/* стили блока аккордеон */
.accordion {
  margin: 0 auto;
  width: 100%;
}

/* секции аккордеона */
.accordion .accordion_item {
  border-bottom: 1px solid #0AA7A5;
  margin-bottom: 1px;
  outline: none !important;
  padding-bottom: 10px;
  position: relative;

}

/* заголовки панелей аккордеона */
.accordion .title_block {
  -webkit-transition: all .2s linear 0;
  -webkit-transition-delay: .2s 0;
  color: #eee;
  /* cursor: pointer; */
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 10px 0;
  -o-transition: all .2s linear 0;
  transition: all .2s linear 0
}

.black_sum,
.color_span {
  color: #0aa7a5;
  font-family: Akrobat-Light;
  font-size: 24px;

}

.color_span {
  /*color: #c37d7d;*/
  padding-left: 15px;
  display: none !important
}



.title_ex_text {
  color: #232323;
  font-family: Roboto-Regular;
  font-size: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.slider-projects-onpost .newarrow {
  bottom: inherit;
  top: -40px;
  left: inherit;
  right: 0;
  width: 20px !important;
  height: 20px !important;
}

.slider-projects-onpost .newarrow.new-arrow-prev {
  right: 50px;
}

.slider-projects-onpost-item .accordion_item:last-child {
  border-bottom: none
}


/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  background-image: url('images/blue_arrow.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 20px;
  display: none
}

/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);

}

.main_title_title_block {
  color: #232323;
  font-family: Akrobat-Light;
  font-size: 24px;
  line-height: 1;
}

/* блоки с содержанием */
.accordion .info {
  color: #232323;
  /* display: none; */
  display: block;
  font-family: Roboto-Regular;
  font-size: 15px;
  overflow: hidden;
}

.info p {
  margin: 0;
  padding-bottom: 5px;
}

/* параграф внутри блоков с содержанием */
.accordion .info_item {
  margin-bottom: 10px
}

/* картинки внутри аккордеона */
.accordion .info img {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: auto;
}

/* полноразмерная картинка */
.large-img {
  margin-bottom: 10px;
  width: 100%;
}

/* миниатюра слева */
.img-left {
  float: left;
  margin: 5px 15px 5px 0;
  width: 25%;
}

/* миниатюра справа */
.img-right {
  float: right;
  margin: 5px 0 5px 15px;
  width: 25%;
}

.slider_posts.slider-projects-onpost .slick-list {
  padding: 0;
}

.slider-projects-onpost-wrap {
  margin-top: 90px;
}

.slider-projects-onpost .box_wrap {
  bottom: inherit;
  left: inherit;
  right: 10px;
  top: -40px;
}

.title_slider {
  color: #000000;
  font-family: Akrobat-Light;
  font-size: 42px;
  font-weight: lighter;
  margin: 0;

}

.slider-projects-onpost-item {
  outline: none !important;
}

.box-circles {
  height: 700px;
  margin: 0 auto;
  margin-right: 170px;
  margin-top: 80px;
  position: relative;
}

.box_list_in_circle {
  position: absolute;
  right: 415px;
  text-align: right;
  top: -12px;
}

.box_list_in_circle ul li {
  color: #3c3c3c;
  font-family: Roboto-Medium;
  padding-bottom: 22px;
}

.box-circles .text_in_circle {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 60%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
}

.box-circles .text_in_circle h3 {
  color: #000000;
  font-family: Akrobat-Light;
  font-size: 60px;
  font-weight: lighter;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 30px;
}

.box-circles .text_in_circle p {
  color: #3c3c3c;
  font-family: Roboto-Regular;
  font-size: 18px;
}

.box-block-colimns-mising .h2 {
  color: #000000;
  font-family: Akrobat-Light;
  font-size: 60px;
  font-weight: lighter;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

.text_after_title_mising {
  color: #3c3c3c;
  font-family: Roboto-Regular;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}

.box_columns_missing_single {
  display: inline-block;
  margin-top: 80px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.box_column_missing_item {
  color: #555555;
  display: inline-block;
  font-family: Roboto-Regular;
  font-size: 15px;
  margin-bottom: 80px;
  margin-right: -4px;
  padding: 0 30px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 25%;
}

.box_column_missing_item_inner {
  position: relative;
}

.box_column_missing_item:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 68px;
  left: 0px;
  position: absolute;
  top: -20px;
  width: 68px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}


.box_column_missing_item:nth-child(1):before {
  background-color: #60C6C4;
  color: #60C6C4;
}

.box_column_missing_item:nth-child(2):before {
  background-color: #76CECD;
  color: #76CECD;
}

.box_column_missing_item:nth-child(3):before {
  background-color: #84D3D2;
  color: #84D3D2;
}

.box_column_missing_item:nth-child(4):before {
  background-color: #9DDCDB;
  color: #9DDCDB;
}

.box_column_missing_item:nth-child(5):before {
  background-color: #B5E4E4;
  color: #B5E4E4;
}

.box_column_missing_item:nth-child(6):before {
  background-color: #C2E9E8;
  color: #C2E9E8;
}

.box_column_missing_item:nth-child(7):before {
  background-color: #DAF2F2;
  color: #DAF2F2;
}

.box_column_missing_item {
  color: #000 !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.box_column_missing_item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}


/* .box_column_missing_item:hover:before {
  width: 90%;
  height: 130%;
  border: 2px solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  top: -15%;
  left: 12px;
  background-color: transparent;
} */

.box-testimonials-quotes {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;

}

.box-testimonials-quotes .testimonials-quotes-item {
  display: inline-block;
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative;
  width: 60%;
}

.box-testimonials-quotes .testimonials-quotes-item.testimonial-big {
  position: absolute;
  right: 0;
  /* float: right; */
  top: 0;
  vertical-align: top;
  width: 40%;

}

.box-testimonials-quotes .testimonials-quotes-item.testimonial-big .span_quote {
  color: #272727;
  font-family: Roboto-Medium;
  font-size: 22px;
  font-style: italic;
}

.box-testimonials-quotes .testimonials-quotes-item .span_quote {
  display: inline;
  position: relative;
}

.box-testimonials-quotes .testimonials-quotes-item .span_quote:before {
  background-image: url('/content/themes/lcf/images/quotes-1.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: '';
  height: 15px;
  left: -25px;
  position: absolute;
  top: -10px;
  width: 15px;
}

.box-testimonials-quotes .testimonials-quotes-item .span_quote:after {
  background-image: url('/content/themes/lcf/images/quotes-2.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  bottom: -10px;
  content: '';
  height: 15px;
  position: absolute;
  right: -25px;
  width: 15px;
}

.box-testimonials-quotes .testimonials-quotes-item .span_quote {
  color: #3e3e3e;
  font-family: Roboto-Regular;
  font-size: 18px;

}

.box-testimonials-quotes .testimonials-quotes-item .author_quote {
  color: #b3b3b3;
  display: inline-block;
  font-family: Roboto-Medium;
  font-size: 14px;
  margin-top: 10px;
}

.box-testimonials-quotes {
  margin-top: 50px;
}

.arrow_navigation_left,
.arrow_navigation_right {
  /* background: #0AA7A5; */
  display: inline-block;
  height: 30px;
  position: relative;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  vertical-align: middle;
  width: 70px;
}

.arrow_navigation_left:hover,
.arrow_navigation_right:hover {
  opacity: 0.6;
}

.arrow_navigation_left img {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  height: 20px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.arrow_navigation_right img {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.box-testimonials-quotes .page-numbers,
.box-testimonials-quotes .page-numbers.current {
  color: #606366;
  display: inline-block;
  font-family: Roboto-Regular;
  font-size: 16px;
  margin: 0 30px 0 0;
  text-decoration: none;
  vertical-align: top;
  vertical-align: middle;
}

.box-testimonials-quotes .page-numbers.current {
  color: #0AA7A5;
}

.box-testimonials-quotes .navigation {
  left: 6px;
  position: relative;
}

.arrow_navigationhiding_before,
.arrow_navigationhiding_after {
  margin-right: 30px;
  opacity: 1 !important;
  width: 30px;
}

.arrow_navigationhiding img {
  left: 5px;
}

.box-photo_expert {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  float: left;
  height: 265px;
  width: 375px;
}

.single-professionals .h1 {
  color: #121212;
  display: inline-block;
  line-height: 1;
  padding-left: 20px;
  vertical-align: top;
  width: -webkit-calc(100% - 395px);
  width: calc(100% - 395px);
}

.single-professionals .box_left_after_head_single_post {
  width: 100%;
}

.single-professionals .text_after_name {
  color: #0aa7a5;
  display: inline-block;
  font-family: Akrobat-Light;
  font-size: 24px;
  margin-top: 10px;
  padding-left: 20px;
}

.soc-link {
  display: inline-block;
  padding-left: 20px;
}

.soc-link a {
  color: #0aa7a5;
  display: block;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 1;
  margin-top: 30px;
  text-decoration: none !important;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease
}

.soc-link a:hover {
  opacity: 0.6;
}

.single-professionals .content_expert {
  color: #232323;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}

.single-professionals .slider-projects-onpost-wrap {
  margin-top: 10px;
}

.single-professionals .accordion .info {
  display: block;
}

.single-professionals .slider-projects-onpost_expert .slick-list {
  margin-bottom: 65px;
  padding: 0 !important;
}

.single-professionals .accordion .title_block:before {
  display: none !important;
}

.single-professionals .accordion .accordion_item {
  border-bottom: none;
}

.slider-projects-onpost_expert .box_wrap {
  bottom: -38px;
  left: 0;
}

.slider-projects-onpost-wrap .title_slider {
  margin-bottom: 5px;
}

.text_in_quotes_expert {
  color: #3e3e3e;
  display: inline-block;
  font-family: Roboto-LightItalic;
  font-size: 18px;
  margin: 0 auto;

  position: relative;
  text-align: left;
  margin-top: 40px;
}

.text_in_quotes_expert .span_quote {
  display: inline-block;
  text-align: left;
  margin-left: 30px;
  font-family: Roboto-Medium;
  font-style: italic;
}

.text_in_quotes_expert .author_quote {
  color: #b3b3b3;
  display: block;
  font-family: Roboto-Light;
  font-size: 14px;
  text-align: left;
}

.text_in_quotes_expert .slick-list {
  overflow: visible;
}

.text_in_quotes_expert ul.slick-dots {
  bottom: -35px;
  text-align: left;
  margin-left: 30px;
}

.text_in_quotes_expert .box_item_quote {
  text-align: left
}

.single-professionals .readmore-js-toggle {
  color: #0AA7A5;
  display: inline-block;

  outline: none !important;
  padding-left: 20px;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: auto;
}

.single-professionals .readmore-js-toggle img {
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  height: auto;
  /* position: absolute; */
  /* right: -15px; */

  left: -1px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 10px;
}

.single-professionals .readmore-js-toggle img.toparrow {
  -ms-transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.services_expert .readmore-js-toggle {
  padding-left: 0;
  margin-top: 10px;
}

.key_dev ul li {
  color: #232323;
  font-family: Roboto-Regular;
  font-size: 16px;
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.key_dev ul {
  margin-bottom: 15px;
}

.key_dev ul li:last-child {
  /* padding-bottom: 0; */
}

.key_dev ul li:before {
  background: #0AA7A5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 7px;
}

.key_dev ul li:after {
  background: #E4EBEF;
  content: '';
  height: -webkit-calc(100% - 7px);
  height: calc(100% - 7px);
  left: 3px;
  position: absolute;
  top: 15px;
  width: 1px;
}

.key_dev .title_slider {
  margin-bottom: 20px;
  padding-top: 20px;
}

.key_dev ul li:last-child:after {
  display: none;
}

.services_expert li {
  margin-bottom: 10px;
}

.services_expert li:last-child {
  margin-bottom: 0;
}

.services_expert li a {
  border-bottom: 1px solid transparent;
  color: #232323;
  font-family: Roboto-Regular;
  font-size: 16px;
  padding-bottom: 2px;
  text-decoration: none !important;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.services_expert li a:hover {
  color: #0aa7a5 !important;
  /* border-bottom: 1px solid #0aa7a5 !important; */
}

.text_in_quotes_expert .slick-slide {
  background: transparent !important
}

.services_expert {
  margin-bottom: 71px;
  position: relative
}

.services_expert:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 12px;
  left: 0;
  bottom: -71px;
  background: #CBD5DD;
  display: none
}

.page-template-news-page .slogan_professionals,
.post-type-archive-news .slogan_professionals {
  top: -6px;
  right: inherit;
  left: -60px;
  font-family: "RobotoCondensed";
  font-weight: 600;
  font-size: 18px;
  display: none
}

.naw-arr {
  cursor: pointer;
  width: 20px;
  position: relative;
  top: 2px;
}

.naw-arr-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 30px;
}

.post-type-archive-news .slogan_professionals {
  top: 2px !important;
}

.prev.page-numbers {
  width: 20px;
}

.post-type-archive-news .post_with_image {
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.post-type-archive-news .post_with_image:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.post-type-archive-news .post_with_image .title-block-news {
  height: 72px;
  overflow: hidden;
}

/* .title-block-news,
.slider-thought-leadership .title-thought-leadership,
.title_post_slide{
  transition:0.3s ease;
  display: inline;
  position: relative;
  border-bottom: 1px solid transparent
}

.box_sghadow_box:hover .title-block-news,
.slider-thought-leadership:hover .title-thought-leadership,
.slider_post_ex .slick-slide:hover .title_post_slide{
  border-color: #000
} */
.slider-thought-leadership,
.title_post_slide {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slider-thought-leadership .slick-slide:hover .title-thought-leadership,
.slider_post_ex .slick-slide:hover .title-thought-leadership,
.slider_post_ex .slick-slide:hover .title_post_slide {
  color: #0AA7A5;
}

.post-type-archive-news .excerpt-block-news {
  height: 72px;
  overflow: hidden;
}

.post-type-archive-news .post_with_image .excerpt-block-news {
  height: 48px;
  overflow: hidden;
}


.page-template-news-page .slogan_professionals:before,
.post-type-archive-news .slogan_professionals:before {
  bottom: -10px;
  width: 60px;
}

.post-type-archive-news .slogan_professionals:before {
  bottom: -13px;
}

.box-news_posts {
  margin-top: 50px;

}

.box-news_posts .site-block-news {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  position: relative;
  margin-right: 0;
  margin-left: -10px
}

.box-news_posts .site-block-news .box_sghadow_box {
  display: inline-block;
  width: -webkit-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  /* margin-right: -4px; */
  float: left;
  background: #fff
}

.box-news_posts .site-block-news .box_sghadow_box:hover .excerpt-block-news {
  color: #0aa7a5;
}

.box-news_posts .site-block-news.height_for_post_image_last .box_sghadow_box:not(:nth-child(1)) {
  float: none;
}

.box-news_posts .site-block-news.height_for_post_image_last .box_sghadow_box,
.box_text_slide.box_text_slide_other,
.slick-slide,
.item-thought-leadership.video-item-thought-leadership {
  background-color: #fff;
}

.slider_professionals_list .slick-slide {
  background: transparent
}

.site-block-news .box_sghadow_box {
  margin: 0 10px 20px;
  font-family: Roboto-Regular;
}

.home .site-block-news .box_sghadow_box {

  margin-left: 0;
}




.box-news_posts.box-news_posts_first_paging .site-block-news .box_sghadow_box:nth-child(9) {
  margin-bottom: 0;
}




.page-template-news-page #archive_browser>div:nth-child(2),
.post-type-archive-news #archive_browser>div:nth-child(2) {
  margin-right: 0;
}

.site-block-news .box_sghadow_box.post_with_image {
  height: 500px; //603px;
  position: relative;
  float: left;
}

.site-block-news .box_sghadow_box.post_with_image.post_with_image-last {
  right: 0;
  bottom: 0;
  position: absolute;

}

.height_for_post_image_last {
  min-height: 1226px;
}



.box_post_with_image_picture {
  //position: absolute;
  width: 100%;
  height: 50%; //70%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  //bottom: 0;
  //left: 0;

}

.box-news_posts.box-news_posts_first_paging .site-block-news .box_sghadow_box {
  /* margin-left: 0; */

}

.box-news_posts.box-news_posts_first_paging .site-block-news .box_sghadow_box:nth-child(6),
.box-news_posts.box-news_posts_first_paging .site-block-news .box_sghadow_box:nth-child(7),
.box-news_posts.box-news_posts_first_paging .site-block-news .box_sghadow_box:nth-child(8),
.box-news_posts.box-news_posts_first_paging .site-block-news .box_sghadow_box:nth-child(9) {
  display: block;
}

.single-news .box_left_after_head_single_post {
  width: 60%; //100%;

}

.single-news .box_left_after_head_single_post .h1 {
  font-size: 50px;
  font-family: Akrobat-Light;
  color: #0aa7a5;
  text-transform: uppercase;
  padding-top: 10px;
}

.single-lcf-art .single-news .data_box {
  display: none;
}

.single-news .data_box {
  position: relative;
  padding-right: 120px;
  //margin-top: 35px;
}

.single-news .data_box:after {
  content: '';
  position: absolute;
  width: 95px;
  height: 12px;
  background: #CBD5DD;
  top: 50%;
  margin-top: -6px;
  right: 0;
  display: none;
}

.single-news .box_data_name {
  margin-bottom: 10px;
}

.other_publications .h2 {
  color: #121212;
  font-family: Akrobat-Light;
  font-size: 42px;
  font-weight: lighter;
  margin-top: 60px;
  margin-bottom: 0;
  line-height: 1;
}

.single-professionals .other_publications .h2 {
  margin-top: 0;
}


.single-news .box_slider_wrap {
  margin-left: -25px;
  width: -webkit-calc(100% + 45px);
  width: calc(100% + 45px);
}

.single-news .slider_posts .slick-list {
  padding: 20px 10px 40px;
}

.box_image_slide_news {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 360px !important;
}

.slider_single_news {
  width: 485px;
  margin-bottom: 50px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;

}

.slider_single_news ul.slick-dots {
  bottom: -30px !important;
}

.page-template-sectors-page .slider_professionals_list .box_wrap {
  left: 40px;
}

.single-sectors .box-wrap-left-column .text_in_quotes {
  padding-top: 65px;
  padding-bottom: 20px;
}

.box_text_right_title {
  width: 50%;
  float: right;
  display: inline-block;
  position: relative;
  text-align: justify
}

.box_text_right_title:after {
  /* position: absolute;
  content: '';
  height: 12px;
  width: 100px;
  bottom: -12px;
  background: #CBD5DD; */

}

.page-template-about-page .button_download {
  float: right;
}

.button_download {

  position: relative;
  width: 215px;
  height: 50px;
  /* background: #0AA7A5; */
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  /* margin-top: 60px; */
}

.page-template-litigation-page .button_download,
.page-template-orporate-page .button_download,
.page-template-finance-page .button_download {
  top: 35px;
}

p>a {
  color: #0aa7a5 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  text-decoration: none !important
}

p>a:after {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  bottom: -1px;
  height: 1px;
  background: #0aa7a5;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  display: none
}

p>a:hover:after {
  width: 100%
}

p>a:visited {
  color: #0cc7c2 !important;
}

.box_text_right_title p:last-child {
  margin-bottom: 0 !important;
}

.page-template-about-page .h1 {
  margin-bottom: 170px;
}

.button_download .title-link {
  position: absolute;
  right: -95px;
  height: 45px;
  line-height: 45px;
  width: 125px;
  background: #919191;
  color: #ffffff;
  top: -35px;
  text-align: center;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}


.button_download span {
  position: absolute;
  display: block;
  white-space: nowrap;
  margin-left: -5px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #0AA7A5;
}

.button_download img {
  width: 20px;
  position: relative;
  left: -10px;
  top: 2.5px;
}

.box_list_services {
  /* margin-top: 40px; */
  margin-top: 90px;
  clear: both;
}



.box_list_services ul li {
  display: inline-block;
  width: 50%;
  float: left;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  line-height: 1;
  cursor: default;
}

.box_list_services ul li:before {
  background: #0AA7A5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 6px;
  z-index: 20;
}

.box_list_services ul li:after {
  background: #E4EBEF;
  content: '';
  height: 100%;
  left: 2.5px;
  position: absolute;
  top: 6px;
  width: 1px;
}

.box_list_services  ul .wrap_menu_abc_list li:last-child:after {
  display: none;
}

.box_list_services ul li a {
  line-height: 1;
  color: #232323;
  text-decoration: none !important;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.box_list_services ul li a.disabled-link-service{
	color: #232323;
	cursor: default;
}

.box_list_services ul li a:hover {
  color: #0aa7a5
}

.box_list_services ul li a.disabled-link-service:hover{
	color: #232323;
	cursor: default;
}

.text_in_quotes_arrow_slider .box_item_quote {
  text-align: left;
  margin-left: 20px;
}

.text_in_quotes_arrow_slider .box_wrap {
  left: 0;
}

.text_in_quotes_arrow_slider .author_quote {
  color: #b3b3b3;
  display: block;
  font-family: Roboto-Medium;
  font-size: 14px;
  margin-top: 10px;
}

.page-template-career-page .box_list_services {
  display: inline-block;
  float: left;
  width: 60%;
}

.page-template-career-page .box_left_after_head_single_post {
  width: 100%;
}

.page-template-career-page .button_download {
  display: none
}

.box_image_career {
  width: 40%;
  display: inline-block;
  text-align: center
}

.title_link_career {
  font-size: 16px;
  color: #303030;
  text-align: center;
  font-family: Roboto-Medium;
  margin-bottom: 0;
}

.box_text_link_career {
  text-align: center;
}

.link_career {
  text-align: center;
  color: #0aa7a5;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  display: inline-block;
  margin-top: 15px;
}

.link_career:hover {
  color: #0aa7a5 !important;
  opacity: 1;
}

.link_career:after {
  display: none;
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #0aa7a5;
  left: 0;
  bottom: -2px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.link_career:hover:after {
  width: 100%;
}

.page-template-offices-page .box_list_offices {
  width: 50%;
  margin-right: -4px;
  display: inline-block;
  margin-top: 0;
}

.page-template-offices-page .box_list_offices .list_offices li {
  line-height: 1;
  padding-left: 20px;
  padding-bottom: 30px;
  position: relative;
}

.page-template-offices-page .box_list_offices .list_offices li a {
  color: #3c3c3c;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}

.page-template-offices-page .box_list_offices .list_offices li a:hover {
  color: #0AA7A5;
}

.page-template-offices-page .box_list_offices .list_offices li:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #0AA7A5;
  left: 0;
  top: 4px;
}

.page-template-offices-page .box_list_offices .list_offices li:last-child {
  padding-bottom: 0;
}

.page-template-contacts-page .box_left_after_head_single_post {
  width: 40%;
}

#google-container {
  width: 60%;
  height: 468px;
  display: inline-block;
  margin-right: -4px;
  margin-top: 16px;
}

.page-template-contacts-page .text_before_list_services a {
  display: inline-block;
  width: auto;
  text-decoration: none !important;
  color: #232323;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
}

.page-template-contacts-page .text_before_list_services p br.show_br {
  display: block;
}

.page-template-contacts-page .text_before_list_services a:hover {
  color: #0aa7a5;
}

.page-template-contacts-page .text_before_list_services a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #0aa7a5;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  display: none
}

.page-template-contacts-page .text_before_list_services a:hover:before {
  width: 100%;
}
.text_before_list_services{
  text-align: justify;
}

.page-template-contacts-page .text_before_list_services p {
  margin: 0;
}

.page-template-contacts-page .text_before_list_services h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 50px;
}

.page-template-contacts-page .button_download {
  margin-top: 150px;
  margin-left: 14px;
}

.page-template-contacts-page .button_download img {
  top: 12px;
  margin-left: 25px;
  width: 25px;
  left: -40px;
}

.page-template-contacts-page .button_download span {
  margin-left: -10px
}

.page-template-contacts-page .text_before_list_services {
  position: relative;
}

.page-template-contacts-page .text_before_list_services:before {
  /* content: '';
  position: absolute;
  width: 100px;
  height: 12px;
  background: #CBD5DD;
  left: 0;
  bottom: -30px; */
}

.container-tabs {
  display: inline-block;
  margin-top: 50px;
  width: 100%;
}

.list-tabs-right {
  float: left;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}

.content-tabs-body-right {
  height: 916px;
  float: right;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  -webkit-box-shadow: 0px 0px 20px 3px #ededed;
  box-shadow: 0px 0px 20px 3px #ededed;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: circle;
  width: 100%;
}

ul.tabs li {
  cursor: pointer;
  -o-transition: 0.4s;
  -webkit-box-shadow: 0px 0px 20px 3px #ededed;
  box-shadow: 0px 0px 20px 3px #ededed;
  -webkit-transition: 0.4s;
  background-color: #fff;
  color: #121212;
  display: inline-block;
  font-size: 16px;
  height: 136px;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 20px 120px 20px 20px;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
  vertical-align: top;
  width: 100%;
  position: relative;
}

ul.tabs li.current {
  color: #0aa7a5;

}

ul.tabs li:before {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  position: absolute;
  content: '';
  width: 6px;
  height: 0;
  background: #0AA7A5;
  left: 0;
  bottom: 0;
  display: none
}

ul.tabs li.current:before {
  position: absolute;
  content: '';
  height: 100%;

}

.tab-content {
  display: none;
  opacity: 0;
}

.tab-content.current {
  display: block;
  opacity: 1;
}

.box_tab_image {
  width: 100%;
  height: 370px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

}

.box-text-tab-content {
  padding: 20px;
}

.list_about li {
  list-style: none;
  font-size: 36px;
  color: #0aa7a5;
  font-family: Akrobat-Light;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
}

.list_about li span {
  list-style: none;
  font-size: 20px;
  color: #000000;
  font-family: Akrobat-Regular;

}

.box_list_and_circle {
  position: relative;
}

.list_about {
  position: absolute;
  top: 0;
  left: 390px;

}

.list_about li:nth-child(1) {
  left: -215px;
}

.list_about li:nth-child(2) {
  left: -110px;
}

.list_about li:nth-child(3) {
  left: -50px;
}

.list_about li:nth-child(4) {
  left: 0px;
}

.list_about li:nth-child(5) {
  left: 25px;
}

.list_about li:nth-child(6) {
  left: 25px;
}

.list_about li:nth-child(7) {
  left: 5px;
}

.list_about li:nth-child(8) {
  left: -25px;
}

.list_about li:nth-child(9) {
  left: -75px;
}

.list_about li:nth-child(10) {
  left: -145px;
}

.lcf_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 135px;
  color: white;
  font-size: 60px;
}

.box_media_slide.box_media_slide_home_page {
  height: 180px;
}

footer .menu a,
footer .left-footer {
  font-family: "RobotoCondensed";
  font-size: 14px;
  font-weight: 400;
}

#menu-item-1068 .sub-menu li:not(:last-child) {
  padding-right: 85px;
}

#menu-item-72 .sub-menu li:not(:last-child) {
  padding-right: 80px;
}

/*#menu-item-1237 .sub-menu li:not(:last-child){*/
/*padding-right: 42px;*/
/*}*/
#menu-item-1237 .sub-menu li {
  width: 25%;
  float: left;
  padding-right: 0;
}

.menu>li>.sub-menu-wrap>.sub-menu>li>a {
  position: relative;
  font-size: 18px;
}

.post-type-archive-news .h1 {
  margin-bottom: 95px;
}

/* .menu>li #menu-item-67>.sub-menu-wrap>.sub-menu>li>a,
.menu>li#menu-item-441>.sub-menu-wrap>.sub-menu>li>a {
  font-size: 18px;
  white-space: nowrap;
} */

.menu>li>.sub-menu-wrap>.sub-menu>li>a {
  font-size: 17px !important
}



.sub-menu-wrap .sub-menu-wrap {
  position: relative;

}


.sub-menu-wrap .sub-menu-wrap:before {
  /* display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: 0; */
  /* background-color: #0AA7A5; */
  /* -webkit-transition: width .5s ease-in-out, left .5s ease-in-out;
  -o-transition: width .5s ease-in-out, left .5s ease-in-out;
  transition: width .5s ease-in-out, left .5s ease-in-out;
  left: 50%;
  bottom: 0; */
}

.sub-menu-wrap .sub-menu-wrap::after {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  /* background-color: #0AA7A5; */
  -webkit-transition: width .5s ease-in-out;
  -o-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
  left: 50%;
  bottom: 0;
}

.sub-menu:hover .sub-menu-wrap::before {
  width: 50%;
  left: 0;
}

.sub-menu:hover .sub-menu-wrap::after {
  width: 50%;
}




.menu>li>.sub-menu-wrap>.sub-menu>li>a .sub-menu a {
  font-size: 14px;
}

.menu>li>.sub-menu-wrap>.sub-menu>li>a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 10px;
  height: 1px;
  background: white;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  display: none
}

.menu>li>.sub-menu-wrap>.sub-menu>li>a:hover:before {
  width: 100%;
}

#menu-item-1068 .sub-menu li:last-child a {
  padding-right: 0;
}

.single-thought-leadership .h1 {
  font-size: 50px;
  font-family: Akrobat-Light;
  color: #0aa7a5;
  text-transform: uppercase;

}

.a2a_button_facebook {
  text-decoration: none
}

.arrow_for_scroll {
  width: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 222222;
  position: absolute;
  left: -30px;
  top: 335px;
}

.menu>li>.sub-menu-wrap>ul>li {  
  width: 50% !important;
  padding-left: 0 !important;
  float: left !important;
}

.menu>li>.sub-menu-wrap>ul {  
  width: 70%;
  margin-left: 25%;
  position: relative;
  display: inline-block;
}

.menu>li>.sub-menu-wrap>ul:after {  
  position: absolute;
  content: '';
  top: 6%;
  background: #0ca8a7;
  width: 1px;
  height: 90%;
  left: 35%;
  display: block;
  z-index: 999999999999;
  display: none
}


.share_facbook {
  font-size: 14px;
  color: #fff;
  background: #4267B2;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
}

.share_facbook img {
  width: 15px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease
}

.menu-item .arrow-in-menu {
  position: absolute;
  width: 12px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  /* top: 50%;
  margin-top: -10px; */
  margin-top: 19px;
  margin-left: -11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-menu ul.menu>li>.sub-menu-wrap {
  -webkit-box-shadow: 0px 1px 28px -8px #000000;
  box-shadow: 0px 1px 28px -8px #000000;
}

.header-menu ul.menu>li#menu-item-441>.sub-menu-wrap {
  /* height: 364px; */
  -webkit-box-shadow: 0px 1px 28px -8px #000000;
  box-shadow: 0px 1px 28px -8px #000000;
}


.name_author_slide {
  top: 17px;
}

.single-thought-leadership .box_left_after_head_single_post {
  width: 60%;
}

.single-thought-leadership .box_data_name {
  margin-bottom: 20px;
  margin-top: 20px;
}

ul.tabs-vacancy {
  margin: 0;
  padding: 0;
  list-style: none;
  /* height: 32px; */
  width: 100%;
  margin: 50px 0;
  width: 370px;
  float: left;
}

.page-template-career-page .tab_container {
  width: -webkit-calc(100% - 370px);
  width: calc(100% - 370px);
  float: left;
  clear: inherit !important
}

.page-template-career-page .tab_content {
  padding-left: 100px;
}



ul.tabs-vacancy li {
  /* float: left; */
  margin: 0;
  cursor: pointer;
  padding: 20px 20px;
  height: 31px;
  line-height: 31px;
  font-family: Roboto-Light;
  color: #010101;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  /* width: -webkit-calc(33.33333333333333% - 20px); */
  /* width: calc(33.33333333333333% - 20px); */
  width: 100%;
  height: 135px;
  margin-right: 30px;
  -webkit-box-shadow: 0px 0px 20px 3px #ededed;
  box-shadow: 0px 0px 20px 3px #ededed;
  position: relative;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

ul.tabs-vacancy li:last-child {
  margin-right: 0;
}

/*.tab_last { border-right: 1px solid #333; }*/

ul.tabs-vacancy li.active {
  background-color: #fff;
  color: #333;
  display: block;
  color: #0AA7A5;
}

ul.tabs-vacancy li:hover {
  color: #0AA7A5;
}

ul.tabs-vacancy li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0;
  bottom: 0;
  left: 0;
  background: #0AA7A5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: none
}

ul.tabs-vacancy li:hover:before {
  height: 100%;
}

ul.tabs-vacancy li.active:before {
  height: 100%;
}

.tab_container {
  clear: both;
  /*float: left;*/
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {

  display: none;
}

.tab_drawer_heading {
  display: none;
}

.tab_container h2 {
  font-family: Akrobat-Light;
  color: #000000;
  font-size: 42px;
  margin-bottom: 0;
}

.tab_container h3 {
  font-family: Roboto-Medium;
  color: #232323;
  font-size: 16px;

}

.tab_container ul li {
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  line-height: 1;
}

/* .tab_container ul li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0AA7A5;
  top: 4px;
  left: 0;
} */

.page-template-career-page .tab_container ul li:before {
  background: #0AA7A5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 7px;
}

.h-vac {
  font-size: 42px;
  font-family: Akrobat-Light;
}

.page-template-career-page .tab_container ul li:after {
  background: #E4EBEF;
  content: '';
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
  left: 3px;
  position: absolute;
  top: 11px;
  width: 1px;
}

.page-template-career-page .tab_container ul li:last-child:after {
  display: none
}

.tab_container a {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #0AA7A5;
  position: relative;
}

.tab_container a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: #0AA7A5;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;

}

.tab_container a:hover:before {
  width: 100%;
}

.tab_container a:hover {
  opacity: 0.6;
}

.form-vacancy input[type="file"] {
  display: none;
  /* скрываем input file */
}

/* задаем стили кнопки выбора файла*/

.file-upload {
  /* position: absolute; */
  white-space: nowrap;
  display: inline-block;
  color: #171717;
  text-align: center;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  /* left: 65%;
  top: 80%;
  -webkit-transform: translate(-10%);
  -ms-transform: translate(-10%);
  transform: translate(-10%); */

}

.file-name {
  font-size: 12px;
  color: #0AA7A5;
  position: absolute;
  font-style: italic;
  bottom: -6px;
}

/*#file-name{*/
/*position: absolute;*/
/*left: 65%;*/
/*bottom: 5px;*/
/*white-space:nowrap;*/
/*}*/
.file-upload:hover {
  opacity: 0.6;
}

/* Растягиваем label на всю область блока .file-upload */

.file-upload label {
  display: block;
  /* position: absolute; */
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
  cursor: pointer;
}

/* стиль текста на кнопке*/
.file-upload .text_file {
  /*line-height: 40px;*/
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.form-vacancy {
  background: #F4F5F7;
  padding: 30px 30px 40px;
}

.form-vacancy .form_field_lcf:not(textarea) {
  height: 50px;
}

.form-vacancy .form_field_lcf {
  outline: none !important;
  border: 1px solid #DEE4E9;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.inputs_fields br {
  display: none;
}

.inputs_fields {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.inputs_fields .wpcf7-form-control-wrap {
  display: inline-block;
  width: -webkit-calc(33.33333333333333% - 20px);
  width: calc(33.33333333333333% - 20px);
  margin-right: 30px;
  float: left;
  vertical-align: top;
  position: relative;
}

.form-vacancy .wpcf7-not-valid-tip {
  position: absolute;
  font-style: italic;
  font-size: 12px;
}

.inputs_fields .wpcf7-form-control-wrap input {
  width: 100%;
  padding-left: 20px;
}

.inputs_fields .wpcf7-form-control-wrap:last-child {
  margin-right: 0;
}

.form-vacancy textarea {
  height: 100px;
  padding-left: 20px;
  padding-top: 10px;
}

.form-vacancy p {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}

.form-vacancy p .wpcf7-not-valid-tip {
  bottom: -20px;
}

.form-vacancy {
  position: relative;
}

.form-vacancy .wpcf7-response-output {
  position: absolute;
  bottom: 39px;
  width: auto;
  margin: 0;

  padding: 5px;
  font-style: italic;
  font-size: 12px;
  /*border: 1px solid #0AA7A5;*/
}

.form-vacancy input[type="submit"] {
  float: right;
  width: 200px;
  color: white;
  height: 52px;
  border: none !important;
  outline: none !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #0AA7A5;

  font-family: Roboto-Medium;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 16px;
}

.form-vacancy input[type="submit"]:hover {
  opacity: 0.6;
}


.form-vacancy input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy input::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy input:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy input:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy textarea:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy textarea:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.form-vacancy textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}





div.video-item {
  position: relative;
  width: 640px;
  height: 360px;
  margin: 0 auto;
}

#embed-video-preview {
  width: 640px;
  height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div.video-item #play-video-btn {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.7;
  font-size: 0px;
  cursor: pointer;
  background-image: url("images/play.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}



div.video-item #play-video-btn:hover {
  opacity: 1;
}




.gm-style-cc {
  display: none;
}

.single-sectors .container-text-center .slick-list {
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
  margin-left: 25px;
}

.ytp-cards-button {
  display: none !important;
}

.slider_post_ex .slide1 .box_text_slide_other .slide-popup-youtube,
.slider_post_ex .slide1 .box_text_slide_other .box-image-pic_slider {
  top: 0 !important;
}

.slider_post_ex .title-thought-leadership {
  margin-top: 0;
  padding: 20px;
  text-decoration: none !important;
}

.slider_post_ex .box_text_slide a {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
  margin-top: 20px;
}





/*-----------------------------------SEARCH BEGIN-----------------------------------*/

#searh_form_nice {
  position: absolute;
  top: 40px;
  /*height: 53px;*/
  /*width: 300px;*/
  /*margin-left: 160px;*/

  /*transform: translate(-50%, -50%);*/
}

#searh_form_nice.on_input_searh_form_nice {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.input_searh_form_nice {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #D5D9DC;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: white !important;
  color: #D5D9DC;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.2s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s, color 0.4s ease, border 0.2s ease;
  -o-transition: width 0.2s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s, color 0.4s ease, border 0.2s ease;
  -webkit-transition: width 0.2s ease-in-out, padding 0.2s, color 0.4s ease, border 0.2s ease, -webkit-border-radius 0.4s ease-in-out;
  transition: width 0.2s ease-in-out, padding 0.2s, color 0.4s ease, border 0.2s ease, -webkit-border-radius 0.4s ease-in-out;
  transition: width 0.2s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s, color 0.4s ease, border 0.2s ease;
  transition: width 0.2s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s, color 0.4s ease, border 0.2s ease, -webkit-border-radius 0.4s ease-in-out;
  /*-webkit-transition-delay: 0.4s;*/
  /*transition-delay: 0.4s;*/
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);

}


.search_input_searh_form_nice {
  background: none;
  position: absolute;
  /*top: 0px;*/
  /*left: 0;*/
  /*height: 50px;*/
  /*width: 50px;*/
  top: 4px;
  left: 2px;
  height: 20px;
  width: 20px;

  padding: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: #888888;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.search_input_searh_form_nice:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background-color: #D5D9DC;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /*margin-top: 13px;*/
  /*margin-left: 22px;*/
  margin-top: 8px;
  margin-left: 6px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;

}

.search_input_searh_form_nice.color_hover:before {
  background-color: #0aa7a6;
}

.search_input_searh_form_nice.close_input_searh_form_nice {

  top: 4px;
  left: 2px;
}

.search_input_searh_form_nice.hide_search_input_searh_form_nice {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.search_input_searh_form_nice.hide_search_input_searh_form_nice.show_search_input_searh_form_nice {
  opacity: 1;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.close_input_searh_form_nice {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.close_input_searh_form_nice:before {

  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  margin-top: 3px;
  margin-left: -19px;
  background-color: #0aa7a6 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;

}

.close_input_searh_form_nice:after {

  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #0aa7a6 !important;
  margin-top: 3px;
  margin-left: -19px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.square_input_searh_form_nice {
  position: relative;
  top: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  width: 300px;
  height: 35px;
  border: 1px solid #0aa7a6 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: white !important;
  color: #888888;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out, padding 0.2s;
  -o-transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out, padding 0.2s;
  -webkit-transition: width 0.2s ease-in-out, padding 0.2s, -webkit-border-radius 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, padding 0.2s, -webkit-border-radius 0.2s ease-in-out;
  transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out, padding 0.2s;
  transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out, padding 0.2s, -webkit-border-radius 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s, 0s, 0.2s;
  -o-transition-delay: 0.2s, 0s, 0.2s;
  transition-delay: 0.2s, 0s, 0.2s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  color: #000
}

/*-----------------------------------SEARCH END-----------------------------------*/

.testimonials-quotes-item_sum {
  position: relative;
  outline: none !important;
}

.single-services .text_in_quotes {
  margin-left: 25px;
}


.single-news .wrap-content a {
  text-decoration: none;
  color: #0aa7a5;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease
}

/* .single-news .wrap-content a:hover {
  opacity: 0.6;
} */

/* ----------------------------- Поиск начало ----------------------------- */


.codyshop-ajax-search li {
  overflow: hidden;
  line-height: 24px;
  width: 100%;
  padding: 0;
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  list-style: none;
}

.codyshop-ajax-search {
  margin-left: -300px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  z-index: 1111;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
  border-top: none;
  padding: 0px 20px 0px 20px;
  display: none;
  max-height: 380px;
  overflow-y: auto;
  width: 300px;
}

.codyshop-ajax-search li:first-child {
  padding: 0;
}

.codyshop-ajax-search li:last-child {
  padding: 0;
  border-bottom: none;
}

.codyshop-ajax-search li a {
  color: #7c83a0;
}

.codyshop-ajax-search span {
  height: 100%;
  float: left;
  min-height: 100px;
}

.codyshop-ajax-search li p,
.codyshop-latest-post li p {
  line-height: 14px;
  font-size: 13px;
  color: #7c83a0;
  font-style: italic;
  background-color: white;
}

.codyshop-ajax-search a {
  line-height: 18px;
  font-size: 14px;
  margin-left: 0 !important;
  padding: 10px 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #000 !important
}

.codyshop-ajax-search a:hover {
  color: #0aa7a5;
}

.codyshop-ajax-search::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  height: 0px;
  width: 6px;
}

.codyshop-ajax-search::-webkit-scrollbar-track {
  background-color: white;
}

.codyshop-ajax-search::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  background-color: #0AA7A5;
  border-radius: 5px;
}

.codyshop-ajax-search::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  height: 0px;
  width: 7px;
}

.codyshop-ajax-search::-webkit-scrollbar {
  width: 7px;
}

/* ----------------------------- Поиск окончание ----------------------------- */

.box_title_text_s {
  font-size: 30px;
  color: #0aa7a5 !important;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-top: 50px;
  display: block;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 10px;
}

.box_title_text_s:hover {
  opacity: 0.6;

}

.box_line_gradient {
  width: 100%;
  position: absolute;
  height: 1px;
}

.box_line_gradient:before {
  background: -webkit-linear-gradient(right, rgba(201, 215, 223, 0), #C9D7DF 100%);
  background: -o-linear-gradient(right, rgba(201, 215, 223, 0), #C9D7DF 100%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(201, 215, 223, 0)), to(#C9D7DF));
  background: linear-gradient(to left, rgba(201, 215, 223, 0), #C9D7DF 100%);
  content: '';
  position: absolute;
  height: 100%;
  right: 0;
  bottom: -25px;
  width: 50%;
}

.box_line_gradient:after {
  background: -webkit-linear-gradient(left, rgba(201, 215, 223, 0), #C9D7DF 100%);
  background: -o-linear-gradient(left, rgba(201, 215, 223, 0), #C9D7DF 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(201, 215, 223, 0)), to(#C9D7DF));
  background: linear-gradient(to right, rgba(201, 215, 223, 0), #C9D7DF 100%);
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  bottom: -25px;
  width: 50%;
}

.no_posts {
  text-align: center;
  width: 100% ! important;
  position: absolute;
  left: 100%;
  outline: none !important;
}


.page-template-expertise-page .block3.hide_list .readmore-js-toggle {
  /*display: none;*/
}

.single-services .box_item_quote {
  text-align: left;
}

.single-sectors .box_item_quote {
  text-align: left;

}

.single-sectors .text_in_quotes,
.single-services .text_in_quotes {
  width: 80%;
  margin-left: 0;
}

.sub_title_title_block .color_span {
  display: block;
  padding-left: 0;
}

.single-professionals .author_quote {
  margin-top: 10px;
  font-style: normal !important;
  color: #000 !important;
}

.addtoany_share {
  display: none !important;
}

.single-news .box_arrow_navgations,
.single-thought-leadership .box_arrow_navgations {
  padding-top: 20px;
}

.box-testimonials-quotes .testimonials-quotes-item:not(.testimonial-big) {
  padding-right: 40px;
}

.addtoany_share_save_container a {
  outline: none !important;
}

a {
  outline: none !important
}

.slider-expert-onpost * {
  outline: none !important
}


.header_hide {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  max-height: 30px;
  overflow: hidden;
  -webkit-transition: max-height 1s, opacity 0.4s;
  -o-transition: max-height 1s, opacity 0.4s;
  transition: max-height 1s, opacity 0.4s;
  background: white;
  z-index: 7;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff 40%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff 40%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, #fff));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff 40%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), #fff 40%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #fff 40%);
  opacity: 0;
}


.header_hide .header-menu {
  padding-bottom: 70px;

}

.header_hide_to_show {
  max-height: 3000px;
  opacity: 1;
  overflow: visible;
}

.header_hide_page {
  margin-top: 70px;
}

.green_button {
  width: 171px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 30px;
  top: 0;
  left: 50%;
  margin-left: -86px;
  z-index: 999999999;
  cursor: pointer;
}

.slide-year .slick-dots li span {
  cursor: pointer;
}

.slide-year .slick-dots li.active-year span {
  color: #0AA7A5;
}

.slide-year .slick-dots li span {
  font-size: 30px;
  font-family: Akrobat-Light
}

.slide-year .slick-dots li.active-year button {
  background: #0AA7A5;
  border-color: #0AA7A5;
}

.page-template-recognitions-page ul.slick-dots li button {
  background: #ffffff !important
}

.page-template-recognitions-page ul.slick-dots li.active-year button {
  background: #0AA7A5 !important;
}

.page-template-recognitions-page ul.slick-dots li.active-year:before {
  background: #0AA7A5 !important;
}

.page-template-recognitions-page .slide-year .slick-dots li:before {
  left: 0;
}


/* .slide-year .slick-dots .slick-track{
  transform: none !important;
  } */
.slide-year .slick-dots .slick-arrow {
  width: 30px;
  height: 30px;
  fill: #c1c6ca;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide-year .slick-dots .slick-arrow.slick-disabled {
  opacity: 0;
}

.slide-year .slick-dots .slick-arrow:hover {
  fill: #0AA7A5;
}

.slide-year .prev_year {
  left: -125px;
  z-index: 9999999999999999999;
}

.slide-year .next_year {
  right: -25px;
  z-index: 9999999999999999999;
}

.not_zoom {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}





.header-top {
  height: 106px;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  /* max-height: 100000px */
}

.fixed_header .header-top {
  /* height: 30px;
 margin-bottom: 10px;*/
  margin-top: -80px;
  margin-bottom: 10px;
}

.site-header {
  background: white;
}

.fixed_header header.heade_not_front_page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.fixed_header .header-menu {
  margin-bottom: 10px;
}

header.heade_not_front_page {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  z-index: 99;
}

#content.content_not_front_page {
  padding-top: 180px;
}

.page-template-expertise-page #content.content_not_front_page {
  /* padding-top: 215px; */
  padding-top: 185px
}

div[data-readmore] {
  -webkit-animation: showreadmore 0.5s;
  animation: showreadmore 0.5s;
}

@-webkit-keyframes showreadmore {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 1000px;
  }
}

@keyframes showreadmore {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 1000px;
  }
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


.header-menu:after {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: #0AA7A5;
  -webkit-transition: width .5s ease-in-out;
  -o-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
  left: 50%;
  bottom: -10px;
}

.header-menu:before {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: #0AA7A5;
  -webkit-transition: width .5s ease-in-out, left .5s ease-in-out;
  -o-transition: width .5s ease-in-out, left .5s ease-in-out;
  transition: width .5s ease-in-out, left .5s ease-in-out;
  left: 50%;
  bottom: -10px;
}

.fixed_header .header-menu::before {
  width: 50%;
  left: 0;
}

.fixed_header .header-menu::after {
  width: 50%;
}

.single-sectors .key_dev .title_slider {
  display: none;
}



.key_dev .readmore-js-toggle {
  color: #0AA7A5;
  display: inline-block;

  outline: none !important;
  padding-left: 20px;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: auto;
}

.key_dev img {
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  height: auto;
  position: absolute;
  /* right: -15px; */
  left: -1px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 10px;
}

.key_dev img.toparrow {
  -ms-transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.key_dev .list-title {
  /*font-style: italic;*/
  /*text-decoration: underline;*/
  margin-bottom: 20px;
  margin-top: 20px;
}

.page-template-litigation-page #content.content_not_front_page,
.page-template-professionals-page #content.content_not_front_page {
  padding-top: 210px;
}

#content.content_not_front_page {
  padding-top: 210px;
}

.other_publications .name_author_slide {
  display: none;
}


#archive_browser {
  opacity: 0;
}

.single-lcf-art .content_post {
  width: 50%;
  float: left;
}

.single-lcf-art .text_after_img {
  margin-top: 20px;
  text-align: right;
}

.single-lcf-art .image_lcf_art {
  width: 50%;
  float: left;
}

.single-lcf-art .single-news {
  clear: both;
}

.share_title {
  font-family: Roboto-Regular;
  font-size: 18px;
  margin-bottom: 10px;
}

.a2a_button_facebook {
  padding-left: 0 !important;
}

.box_arrow_navgations>a:nth-child(2)>div {
  margin-left: 10px;
}

.page-template-lcf-art-page .box_professional {
  height: 250px;
  overflow-y: hidden;
}

.page-template-lcf-art-page .professional_image {
  background-position: center center !important
}

.page-template-lcf-art-page .h1 {
  float: left;
}

.page-template-lcf-art-page .slogan_professionals {
  float: right;
  position: relative;
}

.image_lcf_art .box_image_news {
  max-width: 485px;
  height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* margin: 0 auto */
  margin-right: 0;
  margin-left: auto;
}

.image_lcf_art .box_image_news a {
  display: block;
  width: 100%;
  height: 100%;

}

.image_lcf_art .box_image_news {
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.image_lcf_art .box_image_news:hover {
  -webkit-box-shadow: 0px 0px 20px 3px #ededed;
  box-shadow: 0px 0px 20px 3px #ededed;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.image_in_popap {
  height: auto;
  width: auto;
  max-width: 90%;
  max-height: 90vh;
}

.single-lcf-art .mfp-content {
  text-align: center;
}

.mfp-close {
  right: -30px !important;
  top: -30px !important;
  opacity: 1 !important;
  color: white !important;
  -webkit-transition: 0.4s ease !important;
  -o-transition: 0.4s ease !important;
  transition: 0.4s ease !important;
}

.mfp-close:hover {
  opacity: 0.8 !important
}

.single-lcf-art .box_arrow_navgations:before {
  display: none !important;
}

/* Styles for dialog window */
#small-dialog {
  display: inline;
  background: white;
  /*padding: 20px 30px;*/
  text-align: left;

  margin: 40px auto;
  position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;



  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.menu>#menu-item-68>.sub-menu-wrap>.sub-menu>li {
  padding-right: 0;
  width: 23%;
}

.box-cookie {
  position: relative;

}

.box-cookie a {
  font-size: 14px;
  color: white !important;
  text-decoration: none !important;
  position: relative;
  font-family: "RobotoCondensed" !important
}

.box-cookie a:first-child {
  margin-right: 20px;
  display: inline-block;
}

.dev_link a {
  margin-right: 0 !important
}

.dev_link {
  text-align: right;
  position: absolute !important;
  right: 0;
  bottom: 0;
  color: white;
  font-family: "RobotoCondensed" !important;
  font-size: 12px;
}

.box-cookie a:before {

  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  left: 0;
  bottom: -2px;
  background: white;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  display: none
}

.box-cookie a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 12px !important
}

.box-cookie a:hover {
  /* width: 100%; */
  color: #0AA7A5 !important
}

@media (max-width: 1024px) {
  .single-lcf-art .box-flex>*{
    float: none;
    width: 100%;
  }
  .single-lcf-art .box-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .single-lcf-art .box-flex .image_lcf_art{
    max-width: 405px;
  }

  .menu-footer {
    margin-left: 15px;
  }
  .page-template-career-page .tab_container {
   width: 100%;
  }
  .page-template-career-page .tab_content {
    padding-left: 25px;
  }
  .page-template-career-page ul.tabs-vacancy {
	  margin: 25px 0;
  }
  .page-template-career-page .file-upload {
    left: 75px;
    top: -40px;
    display: block;
    margin: auto;
}
.page-template-career-page #send {
    display: block;
    margin: auto;
    margin-left: auto !important;
    margin-top: 60px;
}
.page-template-career-page ul.tabs-vacancy {
	width:100%;	
}
.page-template-career-page .file-upload{
width: 100%;
left: 0px !important;
}
	  
}

@media (max-width: 600px) {
  .box-cookie span {
    position: relative !important;
    display: block;
    text-align: left;
  }
}




.home .slider-expressions .arrow-type-1 {
  display: none !important;
}

.box-slide-year-item {
  background: transparent
}

.site-block-news .box_sghadow_box:hover .arrow-block-news {
  display: none
}

.page-template-recognitions-page#bg_inner:before {
  background: none
}

.box_sghadow_box {
  -webkit-transition: 0.4s ease-in-out !important;
  -o-transition: 0.4s ease-in-out !important;
  transition: 0.4s ease-in-out !important
}

.box_sghadow_box:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.title-thought-leadership,
.excerpt-block-news {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.item-thought-leadership:hover .title-thought-leadership {
  color: #0aa7a6;
}

.home .site-block-news .box_sghadow_box:hover .excerpt-block-news,
.page-template-expertise-page .site-block-news .box_sghadow_box:hover .excerpt-block-news {
  color: #0aa7a6;
}

.box_item_quote .span_quote {
  font-family: Roboto-Light;
  font-style: italic;
}

.text_in_quotes .author_quote {
  color: #000;
  font-family: Roboto-Light;
}


.arrows-wrap-box {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 20px;
}

.arrows-wrap-box .n-arrow,
.arrows-wrap-box .p-arrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.arrows-wrap-box .p-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
}

.arrows-wrap-box .n-arrow:hover,
.arrows-wrap-box .p-arrow:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.other_publications .h2 {
  display: inline-block
}

.title_prof .h2 {
  color: #121212;
  font-family: Akrobat-Light;
  font-size: 42px;
  font-weight: lighter;
  margin-top: 60px;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}

body .box-wrap-right-column .slider-projects-onpost-wrap .newarrow.new-arrow-prev {
  right: 30px !important;
  left: inherit !important;
}

body .box-wrap-right-column .slider-projects-onpost-wrap .new-arrow-next {
  left: inherit !important;
  right: 0 !important;
}

.box-wrap-left-column .slider-projects-onpost-wrap .newarrow {
  display: none
}

.single-professionals .slider-projects-onpost-wrap .newarrow {
  display: none !important
}

.arrow_for_scroll {
  display: none
}

.single-professionals .soc-link a {
  padding: 5px;

  position: relative;
  left: -5px;
}

.single-professionals .soc-link svg {
  width: 35px;
  overflow: visible !important;

}

.single-professionals .soc-link.soc-link-button a {
  overflow: visible !important
}

.single-professionals .soc-link.soc-link-button svg .st0 {
  stroke: #0aa7a5;
}

.single-professionals .soc-link.soc-link-button .soc-color-1 svg .st1 {
  fill: #0aa7a5;
}


.title_slider {
  display: inline-block
}

.color_point {
  color: #0aa7a5 !important;
}

.wrap_menu_abc_list {
  width: 33.33333333333333%;
  float: left
}

.box_list_services .wrap_menu_abc_list {
  width: 50%;
}

.box_list_services ul li {
  width: 100%;
}

.read_more_slide_post img {
  width: 10px;
}

/*.single-news .content_post {
  width: 55%;
  float: left;
}*/

.single-news .slider_single_news {
  width: 35%;
  float: right;

}

.single-news .slider_single_news .slick-slide {
  height: 190px !important;
}



.other_publications {
  clear: both;
}

.image_lcf_art {
  margin-top: 25px;
}

.single-lcf-art .content_post h3 {
  color: #0aa7a5
}

.search-results .page-title {
  font-weight: normal;
  font-family: Akrobat-Light;
  color: #0aa7a5 !important;
}

.search-results h3 {
  font-weight: normal;
  font-size: 16px
}

.box_title_text_s {
  font-family: Akrobat-Light;
  color: #000 !important;
}

.search-results .box_title_text_s:hover {
  color: #0aa7a5 !important;
  opacity: 1;
}

.link_career:hover {
  opacity: 0.6;
}

.h-vac {
  color: #0aa7a5 !important;
  font-weight: normal
}

.tab_container h2 {
  font-weight: normal;
  color: #0aa7a5 !important;
  font-family: Akrobat-Light;
}

.page-template-career-page .tab_container {
  background: transparent
}

ul.tabs-vacancy li:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.form-vacancy{
  display: none
}
.hide-input{
  display: none
}

.page-template-kso-page .tab-link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05)
}
.page-template-kso-page .tab-link:hover p{
  color: #0aa7a5 !important;
}
.content-tabs-body-right{
  background: #fff;
}

/* .box_sghadow_box *{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
} */
*:hover *{
  -webkit-backface-visibility: hidden;
backface-visibility: hidden;

}
.text_in_quotes{ opacity: 0;}

.mfp-close {
  background-image: url('/content/themes/lcf/img/cancel(1).svg') !important;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px!important;
  height: 15px!important;
  display: block;
  right: -20px !important;
  top: -20px !important;
  cursor: pointer;
  }

  .wrap-content.wrap-content-cookie ul li:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

.box_sghadow_box>a *, .slick-slider .title-thought-leadership, .slick-slider .excerpt-thought-leadership *,.slick-slider .box_text_slide_inner *,.slick-slider .box_text_slide_inner,
.box_sghadow_box .data-block-news, .read_more_slide_post, .read_more_slide_post *,
.box_sghadow_box .excerpt-block-news{
  -webkit-transform: translateZ(0);
					transform: translateZ(0);
					
					-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
}


.slider-expressions{
	opacity: 0;
}
.page-template-expertise-page .readmore-js-toggle{
  position: relative;
  top: -12px
}




/* -----------------New changes----------------- */
.page-template-expertise-page .warp-newsevents,
.single-professionals .other_publications ,
.page-template-expertise-page .text_in_quotes,
.page-template-litigation-page .other_publications,
.page-template-orporate-page .other_publications,
.page-template-finance-page .other_publications,
.single-sectors .other_publications,
.single-services .other_publications{
  display: none;
}

.single-professionals .text_after_name{
  width: -webkit-calc(100% - 375px);
  width: calc(100% - 375px);
}
.box_left_after_head_single_post .soc-link a{
  margin-top: 0;
  width: 58px;
 
}
.single-professionals .box_left_after_head_single_post .soc-link svg{
  width: 100%;
  padding: 5px
}

.box-image-main_page{
  height: 250px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
  position: relative;
  top: 30px;
}

.post-type-archive-news .slogan_professionals{
  display: none !important
}

.page-template-thought_leadership-page .box-line-points{
  display: none
}
.page-template-thought_leadership-page .h1{
  margin-bottom: 10px;
}

.post-type-archive-news .box-line-points{
  display: none !important
}

.post-type-archive-news .h1{
  margin-bottom: 10px;
}

.single-news .slider_single_news.slider-mob{
  display: none
}

@media(max-width:1023px){
 .single-news .slider_single_news  {
    /* display: none */
   width: 450px;
   float: none;
   margin-bottom: 20px;
   margin-top: 10px;
  }
  .single-news .slider_single_news.slider-desc{
    display: none
  }
  .single-news .slider_single_news.slider-mob{
    display: block
  }
  .single-news .data_box{
    padding-right: 0;
  }
  .single-news .content_post{
    width: 100%;
    float: none;
  }
  .page-template-about-page .h1{
    margin-bottom: 10px;
  }
}
@media(max-width:768px){
  .single-professionals .key_dev_mobile{
    display: block;
  }
  .page-template-mission-page .box_list_in_circle ul li:last-child:after{
    top: -31px;
  }
  .single-professionals .services_expert.services_expert-mobile{
    margin-bottom: 20px !important;
  }
}

@media(max-width:767px){
  .post-type-archive-news .box-news_posts .site-block-news {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .box-news_posts .site-block-news .box_sghadow_box {
    display: inline-block;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media(max-width:480px){
  /*.site-block-news .box_sghadow_box.post_with_image{
    height: auto !important;
  }
  .post-type-archive-news .box_post_with_image_picture{
    position: relative !important ;
    height: 220px !important;
    width: -webkit-calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
    left: -20px !important;
    bottom: -20px !important
  }*/
 .post-type-archive-news .post_with_image .excerpt-block-news{
    height: auto;
    overflow: visible;
  }
  .post-type-archive-news .h1 {
    margin-bottom: 10px;
  }

  .post_with_image:nth-child(2) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;  
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}


.uploaded-file{
  display: none
}
.file-upload .text_file{
  display: block
}
.file-upload p{
  margin: 0 !important
}
.page-template-career-page form{
  position: relative
}
.file-upload{
  position: absolute;
  /*left: 220px;*/
  top: 10px;
}
.page-template-career-page #send{
  margin-left: 220px;
  background: #0aa7a5;
  font-size: #fff;
  border: none;
  height: 40px;
  width: 200px;
  color: #fff;
  font-size: 16px
}
.file-name{
  bottom: -10px
}
.page-template-career-page .ajax-loader{
  position: absolute;
  left: 0;
  top: 45px;
}
.grecaptcha-badge{
  display: none !important
}

.page-template-career-page .tab_container {
  overflow: inherit
}

/* .box-cv-form{
  display: none
} */

div.wpcf7-mail-sent-ng, div.wpcf7-aborted{
  border-color: #05ABA8 !important
}

span.wpcf7-not-valid-tip{
  position: absolute;
  left: 0;
  bottom: -53px;
}

div[data-readmore]{
  display: block !important
}
/* .readmore-js-toggle{
  display: none !important
} */

a[data-readmore-toggle]{
  display: none !important
}

.single-news .other_publications{
  display: none
}

.slider-analitic ul.slick-dots{
  position: relative;
  margin-top: 50px;
  text-align: left;
  padding-left: 27px;
}
.slider-analitic ul.slick-dots li:after{
  display: none;
  
}
.slider-analitic ul.slick-dots li{
  cursor: pointer;
}
.slider-analitic ul.slick-dots li a{
  color: #606366;
  font-family: Roboto-Regular;
  font-size: 16px;
  margin: 0 30px 0 0;
}

.slider-analitic ul.slick-dots li.slick-active a{
  color: #0AA7A5;
  cursor: default
}

.arrow-pagin-prev,.arrow-pagin-next{
  width: 20px !important; 
  height: auto !important;
  position: absolute;
  bottom: -30px;
  display: none !important;
  left: 20px;
}
.arrow-pagin-next{
  left: 60px;
}
.arrow-pagin-prev{
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg)
}

@media (max-width: 1023px){
  .arrow-pagin-prev,.arrow-pagin-next{
    display: block !important;
  }
  .slider-analitic .slick-dots{
    display: none !important
  }
}
.single-news .box_image_slide_news{
  -webkit-background-size: contain;
          background-size: contain
}

.mm-navbar{
  padding:  0 20px !important;
  text-align: left !important
}

.slider-news-home .box-image-main_page{
  -webkit-background-size: cover;
          background-size: cover;
}

.slider-news-home .item-thought-leadership{
  margin: 0 0.9%;
}
.slider-news-home{
  width: -webkit-calc(100% + 6%);
  width: calc(100% + 6%);
  margin-left: -4.5%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important
}
.slider-news-home .slick-list {
  padding: 30px 0;
  margin-top: -30px;
}
.slider-thought-leadership-home .slick-list {
  padding: 30px 0;
  margin-top: -30px;
}
.slider-news-home .item-thought-leadership, .slider-thought-leadership-home .item-thought-leadership {
  -webkit-box-shadow: 0px 0px 20px 3px #ededed;
          box-shadow: 0px 0px 20px 3px #ededed;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider-news-home .item-thought-leadership:hover, .slider-thought-leadership-home .item-thought-leadership:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05)
}

.site-block-news .sl-arrow.slick-prev {
  right: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);

}
.site-block-news .sl-arrow.slick-next{
  margin-left: 10px;
}
.site-block-news .sl-arrow{
  width: 20px;
  top: 15px;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.site-block-news .arrows{
  display: inline-block;
  position: relative;
  top: -4px;
  margin-left: 20px;
}

.site-block-news .sl-arrow:hover{
  -webkit-filter: none !important;
          filter: none !important;
  opacity: 1 !important;
}

.site-block-thought-leadership .box-image-main_page{
  -webkit-background-size: cover;
          background-size: cover;
}

.paginationjs-analitic li{
  display: inline-block;
  margin-right: 38px;
}
.paginationjs-analitic{
  padding-left: 27px;
  margin-top: 40px;
}
.paginationjs-analitic li a{
  color: #606366;
  font-family: Roboto-Regular;
  font-size: 16px;
  text-decoration: none !important;
}
.paginationjs-analitic li.active a{
  color: #0AA7A5;
}
.slider-analitic ul.slick-dots{
  display: none !important
}

.paginationjs-prev a,
.paginationjs-next a{
  display: none !important
}

.paginationjs-prev,
.paginationjs-next{
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url('../../uploads/2017/12/arrow-right-1.svg');
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.paginationjs-prev{
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.paginationjs-analitic .disabled{
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%)
}

.slider-analitic .slick-arrow{
  display: none !important
}



/* Styles for dialog window */
.popap-client {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}

.container-logo{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}
.container-logo .popup-with-zoom-anim{
  -webkit-box-shadow: 0px 0px 20px 3px #ededed;
          box-shadow: 0px 0px 20px 3px #ededed;
  width: 165px;
  height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.container-logo .popup-with-zoom-anim:hover{

  -webkit-box-shadow: 0px 0px 20px 10px #ededed;

          box-shadow: 0px 0px 20px 10px #ededed;
}
.container-logo .popup-with-zoom-anim img{
  max-width: 110px;
}
.popap-client{
  -webkit-border-radius: 10px !important;
          border-radius: 10px !important;
}

.wrap-header-title{
  display: inline-block;
}
.popap-client .mfp-close {
  background-image: url('img/close.svg') !important;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 15px !important;
  top: 15px !important;
 
}

.popap-client img{
  max-width: 50%;

}
.popap-client h2{
  margin-bottom: 10px !important;
}
@media (max-width: 1199px){
  .container-logo{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-template-our-clients-page .box_text_right_title{
    float: none;
  }
}

.single-news .slider_single_news .slick-slide{
  background-color: transparent !important
}

.leaflet-pane {
    z-index: 0 !important;
} 

.leaflet-top, .leaflet-bottom {
    z-index: 0 !important;
}

.page-template-recognitions-page .left_box, .page-template-_recognitions-page .left_box {
  width: 40%;
  position: relative;
  float: left;
  margin-right: 15px;
  /*margin-bottom: 15px;*/
}

@media (max-width: 720px){
  .page-template-recognitions-page .left_box, .page-template-_recognitions-page .left_box {
    width: 100%;
    float: none;
  }
}

.right_box {
  display: grid;
}

/*.page-template-recognitions-page .right_box, .page-template-_recognitions-page .right_box {
  width: 80%;
}*/

.page-template-recognitions-page .left_box img, .page-template-_recognitions-page .left_box img {
    display: block;
    max-height: 200px;
    width: auto;
    margin: auto;
}

.page-template-recognitions-page .column-wrap-new, .page-template-_recognitions-page .column-wrap-new {
  display: grid;
  grid-template-columns: 50% 50%;
}

.page-template-recognitions-page .box_slide_new, .page-template-_recognitions-page .box_slide_new {
    margin: 15px 50px;
}

@media (max-width: 1199px){
  .page-template-recognitions-page .column-wrap-new, .page-template-_recognitions-page .column-wrap-new {
    display: grid;
    grid-template-columns: 100%;
  }
}

.page-template-_recognitions-page ul.slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
}
.page-template-_recognitions-page .slide-year .slick-dots li:before {
  width: -webkit-calc(100% + 3px);
  width: calc(100% + 3px);
}
.page-template-_recognitions-page .slide-year .slick-dots li:before {
  width: 100%;
}
/*.page-template-_recognitions-page .slide-year {
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease
}*/
.page-template-_recognitions-page .box-slider {
  margin-top: 80px;
}
.page-template-_recognitions-page ul.slick-dots li:not(:last-child):after {
  display: none
}
.page-template-_recognitions-page ul.slick-dots li button {
  background: #ffffff !important
}

.page-template-_recognitions-page ul.slick-dots li.active-year button {
  background: #0AA7A5 !important;
}

.page-template-_recognitions-page ul.slick-dots li.active-year:before {
  background: #0AA7A5 !important;
}

.page-template-_recognitions-page .slide-year .slick-dots li:before {
  left: 0;
}

.page-template-_recognitions-page{
  background: none !important;
}
.page-template-_recognitions-page::before{
  background: none !important;
}

.page-template-_recognitions-page .right_box{
    min-height: 200px;
    display: flex;
}

.page-template-_recognitions-page .content_box-slide-year-item{
  margin: auto;
}
.choice-filter-pro.choice-position-field span.select2.select2-container.select2-container--default {
    width: 125px !important;
}
@media (max-width: 720px){
	.page-template-_recognitions-page .right_box{
	    margin-top: 20px;	
	}
}

.section-bnr {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-bnr_pu {
  max-height: 573px;
  position: relative;
  z-index: 0;
}

.section-bnr_pu:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(14, 18, 20, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.section-bnr__wrap {
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-bnr__title {
  font-size: 50px;
  font-family: Akrobat-Light;
  text-transform: uppercase;
  text-align: left;
  color: #FFFFFF;
  margin-top: 190px;
  margin-bottom: 0;
}

.section-bnr__wrap {
  text-align: center;
  position: relative;
  z-index: 2;
}

.page-template-page-universal header.heade_not_front_page {
  background: transparent;
}
.fixed_header.page-template-page-universal header.heade_not_front_page {
  background: white;
}
.page-template-page-universal #content.content_not_front_page {
    padding-top: 0;
}
.page-template-page-universal .header-menu ul.menu li a {
  color: #fff;
}
.fixed_header.page-template-page-universal .header-menu ul.menu li a {
  color: #2e2e2e;
}
.page-template-page-universal .header-menu ul.menu .sub-menu li a {
  color: #2e2e2e;
}
.page-template-page-universal ul.lang-switch li a {
  color: #fff;
}
.page-template-page-universal ul.lang-switch li.current-lang a, .page-template-page-universal ul.lang-switch li a:hover {
    color: #0aa7a5;
}