@charset "UTF-8";
/*
Theme Name: CEDEM 2019
Author: PlusoneDA
Author URI: http://plusone.com.ua
Version: 1.0
Text Domain: cedem
*/
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("webfonts/fa-brands-400.eot");
  src: url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.woff") format("woff"), url("webfonts/fa-brands-400.ttf") format("truetype"), url("webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  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. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

strong {
  font-weight: 700;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  border: 1px solid black;
}

/*
* Corrects block display not defined in IE6/7/8/9 & FF3
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a:hover {
  text-decoration: none;
}

/* Common styles */
html,
body {
  height: 100%;
}

body {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  color: #151515;
}

body.fixed {
  overflow: hidden;
}

.page-wrapper {
  overflow-x: hidden;
}

.read-more {
  line-height: 14px;
  font-size: 14px;
  color: #53b7e8 !important;
  text-transform: none !important;
  border-bottom: 1px solid #53b7e8;
  padding: 3px 0;
}

.read-more:hover, .read-more:focus {
  border-color: transparent;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

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

.img-wrapper {
  position: relative;
  cursor: pointer;
  display: block;
}

.text-block-hover h1 a {
  border-bottom: 1px solid #d4d4d4;
}

h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1.3em;
  text-transform: uppercase;
}

h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1.3em;
  text-transform: uppercase;
}

h2.smaller {
  font-size: 20px;
}

h2.with_descr {
  margin-bottom: 0.5em;
}

h2 + .description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}

h3 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.page-content .date {
  color: #afadad;
  margin-bottom: 2em;
}

.page-content p {
  margin-bottom: 2em;
}

.page-content a {
  color: #3bb3e5;
}

.page-content a:hover, .page-content a:focus {
  text-decoration: underline;
}

.page-content ul {
  margin-bottom: 2em;
}

.page-content ul li {
  position: relative;
  padding-left: 18px;
}

.page-content ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.page-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #3bb3e5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.page-content ol {
  margin-bottom: 2em;
  padding-left: 18px;
}

.page-content ol li {
  position: relative;
}

.page-content ol li:not(:last-child) {
  margin-bottom: 0.5em;
}

.site-main {
  padding-bottom: 70px;
}

.site-main section {
  padding: 60px 0;
}

.site-main section.gray_sect {
  background-color: #f7f7f7;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.site-main.main-page {
  padding-bottom: 0;
}

.border_b {
  border-bottom: 1px solid #e5e5e5;
}

hr {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

#go_up {
  position: fixed;
  width: 38px;
  height: 38px;
  right: 39px;
  bottom: 39px;
  background: #3bb3e5;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  z-index: 998;
  cursor: pointer;
}

#go_up svg {
  height: 20px;
  width: auto;
}

.top-block {
  background: #e6e6e6;
}

.top-block .top-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-block .top-menu .menu li:not(:last-child) {
  margin-right: 40px;
}

.top-block .top-menu .menu li a {
  font-size: 13px;
  line-height: 16px;
  color: #151515;
}

.top-block .top-menu .menu li a:hover, .top-block .top-menu .menu li a:focus {
  text-decoration: underline;
}

.top-block .donate-btn {
  display: block;
  background-color: #3bb3e5;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-block .donate-btn:hover, .top-block .donate-btn:focus {
  background-color: #949494;
}

.screen-reader-text {
  display: none;
}

.social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-menu ul li:not(:first-child) {
  margin-left: 1.5rem;
}

.social-menu ul li a {
  display: block;
  color: #4f4f4f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.social-menu ul li a:before {
  display: block;
  vertical-align: bottom;
  font-size: 1em;
  content: "\f08e";
  font-family: "Font Awesome 5 Brands", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-decoration: none;
}

.social-menu ul li a[href*="dribbble.com"]::before {
  content: "\f17d";
}

.social-menu ul li a[href*="facebook.com"]::before {
  content: "\f39e";
}

.social-menu ul li a[href*="flickr.com"]::before {
  content: "\f16e";
}

.social-menu ul li a[href*="foursquare.com"]::before {
  content: "\f180";
}

.social-menu ul li a[href*="github.com"]::before {
  content: "\f09b";
}

.social-menu ul li a[href*="plus.google.com"]::before {
  content: "\f0d5";
}

.social-menu ul li a[href*="instagram.com"]::before {
  content: "\f16d";
}

.social-menu ul li a[href*="jsfiddle.com"]::before {
  content: "\f1cc";
}

.social-menu ul li a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.social-menu ul li a[href*="pinterest.com"]::before {
  content: "\f0d2";
}

.social-menu ul li a[href*="reddit.com"]::before {
  content: "\f1a1";
}

.social-menu ul li a[href*="soundcloud.com"]::before {
  content: "\f1be";
}

.social-menu ul li a[href*="stackoverflow.com"]::before {
  content: "\f16c";
}

.social-menu ul li a[href*="tumblr.com"]::before {
  content: "\f173";
}

.social-menu ul li a[href*="twitter.com"]::before {
  content: "\f099";
}

.social-menu ul li a[href*="vimeo.com"]::before {
  content: "\f194";
}

.social-menu ul li a[href*="vine.co"]::before {
  content: "\f1ca";
}

.social-menu ul li a[href*="yelp.com"]::before {
  content: "\f1e9";
}

.social-menu ul li a[href*="youtube.com"]::before {
  content: "\f167";
}

.social-menu ul li a[href*="wordpress.com"]::before {
  content: "\f19a";
}

.social-menu ul li a[href*="wordpress.org"]::before {
  content: "\f19a";
}

.social-menu ul li a:hover, .social-menu ul li a:focus {
  color: #3bb3e5;
}

#flags_language_selector {
  position: relative;
  min-width: 110px;
}

#flags_language_selector #open_langs {
  cursor: pointer;
  padding: 5px 10px;
}

#flags_language_selector #open_langs svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: -2px;
}

#flags_language_selector #open_langs.opened svg {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

#flags_language_selector .dropdown-pane {
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 0 5px;
  z-index: 999;
  min-width: 110px;
}

#flags_language_selector .dropdown-pane ul {
  list-style-type: none;
}

#flags_language_selector .dropdown-pane ul a {
  display: block;
  padding: 5px;
  color: #151515;
}

.row > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Header */
#main-header {
  background: #fff;
  position: relative;
}

#main-header .header-wrap {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #f7f7f7;
  z-index: 998;
}

#main-header .header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .header .logo {
  width: 180px;
  height: 45px;
  background: url("images/logo.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
}

#main-header .header .logo a {
  display: block;
  height: 100%;
}

#main-header .header .logo.logo-en {
  background: url("images/logo-en.png") no-repeat center;
  background-size: contain;
}

#main-header .header .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-header .header .main-nav > li {
  position: relative;
  margin-bottom: -1px;
}

#main-header .header .main-nav > li:not(:last-child) {
  margin-right: 50px;
}

#main-header .header .main-nav > li > a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #151515;
  text-transform: uppercase;
  padding: 26px 0 23px 0;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main-header .header .main-nav > li.current-menu-item a, #main-header .header .main-nav > li.current-menu-parent a, #main-header .header .main-nav > li:hover a, #main-header .header .main-nav > li:focus a {
  color: #3bb3e5;
  border-color: #3bb3e5;
}

#main-header .header .main-nav > li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  background: #53b7e8;
  min-width: 330px;
  display: none;
}

#main-header .header .main-nav > li ul.sub-menu a {
  display: block;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 20px;
  color: #151515;
  padding: 12px 20px;
  margin-bottom: -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main-header .header .main-nav > li ul.sub-menu a:hover, #main-header .header .main-nav > li ul.sub-menu a:focus {
  border-color: #3bb3e5;
  background-color: #3bb3e5;
  color: #fff;
}

#main-header .header .main-nav > li ul.sub-menu li.current-menu-item a {
  border-color: #3bb3e5;
  background-color: #3bb3e5;
  color: #fff;
}

#main-header .header .main-nav > li:hover ul.sub-menu, #main-header .header .main-nav > li:focus ul.sub-menu {
  display: inline-block;
}

#main-header .header .search-block {
  position: relative;
}

#main-header .header .search-block input {
  width: 280px;
  height: 35px;
  border: 1px solid #f7f7f7;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  padding: 3px 10px;
  color: #151515;
  background-color: transparent;
}

#main-header .header .search-block input ::-webkit-input-placeholder {
  color: #000;
}

#main-header .header .search-block input :-moz-placeholder {
  color: #000;
}

#main-header .header .search-block input :-ms-input-placeholder {
  color: #000;
}

#main-header .header .search-block button {
  position: absolute;
  right: 10px;
  top: 50%;
  padding: 5px;
  color: #949494;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main-header .header .search-block button svg {
  height: 17px;
}

#main-header .header #menu_open {
  display: inline-block;
  cursor: pointer;
  padding: 8px 12px;
  background-color: #3bb3e5;
  margin-right: -15px;
  z-index: 999;
}

#main-header .header #menu_open .bar1,
#main-header .header #menu_open .bar2,
#main-header .header #menu_open .bar3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 8px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#main-header .header #menu_open.close .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
}

#main-header .header #menu_open.close .bar2 {
  opacity: 0;
}

#main-header .header #menu_open.close .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

#main-header #mobile-menu {
  position: fixed;
  width: 100%;
  top: 55px;
  left: 100vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main-header #mobile-menu .container {
  padding: 0;
}

#main-header #mobile-menu .main-nav-wrapper > div > ul > li {
  border-bottom: 1px solid #f7f7f7;
}

#main-header #mobile-menu .main-nav-wrapper > div > ul > li > a {
  display: inline-block;
  font-weight: 600;
  color: #151515;
  text-transform: uppercase;
  padding: 20px;
}

#main-header #mobile-menu .main-nav-wrapper > div > ul > li.menu-item-has-children {
  position: relative;
}

#main-header #mobile-menu .main-nav-wrapper > div > ul > li.menu-item-has-children .icon-angle-down {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main-header #mobile-menu .main-nav-wrapper > div > ul > li.menu-item-has-children.open-sub .icon-angle-down {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

#main-header #mobile-menu .main-nav-wrapper > div > ul ul.sub-menu {
  display: none;
  border-top: 1px solid #f7f7f7;
  padding: 10px 0;
}

#main-header #mobile-menu .main-nav-wrapper > div > ul ul.sub-menu li a {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  color: #151515;
  padding: 10px 20px;
}

#main-header #mobile-menu .search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

#main-header #mobile-menu .search-block input {
  height: 45px;
  border-radius: 22px;
  padding: 0 60px 0 15px;
  border: 1px solid #f7f7f7;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

#main-header #mobile-menu .search-block button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #3bb3e5;
  color: #fff;
  margin-left: -45px;
  border: none;
  cursor: pointer;
}

#main-header #mobile-menu .search-block button svg {
  width: 50%;
}

#main-header #mobile-menu .lang_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

#main-header #mobile-menu .lang_mobile > * {
  display: block;
  padding: 10px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin: 0 10px;
  font-weight: 600;
  color: #949494;
}

#main-header #mobile-menu .lang_mobile span {
  background-color: #3bb3e5;
  color: #fff;
  border-color: #3bb3e5;
}

#main-header #mobile-menu .social-menu ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-header #mobile-menu .social-menu ul li {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main-header #mobile-menu .social-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  background-color: #151515;
  color: #fff;
  font-size: 28px;
}

#main-header #mobile-menu .social-menu ul li:not(:last-child) a {
  border-right: 1px solid #fff;
}

#main-header #mobile-menu .donate-btn {
  display: block;
  background-color: #3bb3e5;
  color: #fff;
  font-size: 15px;
  padding: 15px;
  width: 100%;
  margin: auto;
  text-align: center;
}

#main-header #page-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: -1;
}

#main-header.opened #mobile-menu {
  left: 0;
  max-height: calc(100vh - 55px);
  overflow: scroll;
}

#main-header.opened #page-back {
  opacity: 1;
  z-index: 997;
}

/* Main Page */
#top-main {
  height: 270px;
  background-size: cover !important;
  padding: 0;
}

#top-main .container {
  position: relative;
  height: 100%;
}

#top-main a.link {
  position: absolute;
  width: 772px;
  max-width: calc(100% - 30px);
  left: 15px;
  bottom: 15px;
  padding: 15px 10px;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #151515;
}

#top-main a.link span {
  color: #3bb3e5;
}

section#projects-main {
  padding-top: 25px;
}

section#projects-main .row.main-directions {
  margin-right: -8px;
  margin-left: -8px;
}

section#projects-main .direction-item {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px;
}

section#projects-main .direction-item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  background-color: #3bb3e5;
  color: #fff;
  padding: 15px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section#projects-main .direction-item .name img {
  display: inline-block;
  margin-right: 12px;
}

section#projects-main .direction-item .name:hover, section#projects-main .direction-item .name:focus {
  background-color: #949494;
}

section#projects-main .direction-item .projects li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #eeeeee;
  padding: 15px;
  color: #151515;
  margin-bottom: -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section#projects-main .direction-item .projects li a svg {
  margin-left: 10px;
}

section#projects-main .direction-item .projects li a:hover, section#projects-main .direction-item .projects li a:focus {
  background-color: #e5e5e5;
}

section#projects-main .direction-item:not(:last-child) {
  margin-bottom: 25px;
}

div.more {
  margin-top: 15px;
  text-align: left;
}

div.more a {
  display: inline-block;
  min-width: 205px;
  text-align: center;
  padding: 10px 20px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3bb3e5;
  border: 1px solid #3bb3e5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.more a:hover, div.more a:focus {
  background-color: transparent;
  color: #151515;
}

.post-item {
  margin-bottom: 25px;
}

.post-item:not(.project-item) {
  max-width: 330px;
}

.post-item .thumb {
  position: relative;
  margin-bottom: 15px;
}

.post-item .thumb .project,
.post-item .thumb .archive {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #949494;
}

.post-item .thumb .project a,
.post-item .thumb .project span,
.post-item .thumb .archive a,
.post-item .thumb .archive span {
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #f6f6f6;
  padding: 0 2em;
}

.post-item .thumb .project:after,
.post-item .thumb .archive:after {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 7px 0 0;
  border-color: #949494 transparent transparent transparent;
}

.post-item .thumb img {
  display: block;
}

.post-item a.title {
  display: block;
  font-weight: bold;
  color: #3bb3e5;
  margin-bottom: 10px;
}

.post-item .authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-item .authors > div {
  margin-right: 0.5em;
}

.post-item .authors > div a {
  font-size: 14px;
  color: #151515;
  text-decoration: none;
}

.post-item .authors > a {
  line-height: 0;
}

.post-item .excerpt {
  margin-top: 10px;
}

.post-item .excerpt a {
  color: #3bb3e5;
}

.tabs header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.tabs header .tab-item {
  max-width: 298px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  font-weight: bold;
  color: #afadad;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tabs header .tab-item.active {
  background-color: #3bb3e5;
  color: #fff;
  border-color: #3bb3e5;
  cursor: inherit;
}

.tabs header .tab-item:not(.active):hover, .tabs header .tab-item:not(.active):focus {
  border-color: #3bb3e5;
  color: #151515;
}

.tabs .tab-content:not(:first-child) {
  display: none;
}

/* Direction Single Page */
.top-page {
  height: 138px;
  background-size: cover;
}

.site-main section.content-top {
  padding-top: 15px;
}

.site-main section.content-top:last-child {
  padding-bottom: 0;
}

.single-direction .site-main {
  padding-bottom: 0;
}

.single-direction .direction-item a.title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3bb3e5;
  margin-top: 0.5em;
}

.projects-list .archive {
  display: none;
}

.more-projects > div {
  display: inline-block;
  color: #fff;
  background-color: #3bb3e5;
  border: 1px solid #3bb3e5;
  padding: 10px 20px;
  cursor: pointer;
}

.more-projects > div svg {
  display: none;
}

.blue_btn {
  display: inline-block;
  color: #fff;
  background-color: #3bb3e5;
  border: 1px solid #3bb3e5;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blue_btn:hover, .blue_btn:focus {
  background-color: transparent;
  color: #151515;
}

.page-header {
  padding-top: 40px;
}

/* Archive Page */
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation.pagination .nav-links > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  font-weight: bold;
  font-size: 16px;
  color: #afadad;
  margin: 0 5px;
}

.navigation.pagination .nav-links a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation.pagination .nav-links a.prev, .navigation.pagination .nav-links a.next {
  display: none;
}

.navigation.pagination .nav-links a:hover, .navigation.pagination .nav-links a:focus {
  border-color: #3bb3e5;
  color: #151515;
}

.navigation.pagination .nav-links span.current {
  background: #3bb3e5;
  border-color: #3bb3e5;
  color: #fff;
}

/* Contact Page */
.page-template-page-contacts .contact-info {
  margin-bottom: 20px;
}

.page-template-page-contacts .contact-info .name {
  font-size: 14px;
  line-height: 17px;
  color: #858585;
  margin-bottom: 1em;
}

.page-template-page-contacts .contact-info .contact-item {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 40px;
}

.page-template-page-contacts iframe {
  display: block;
  height: 350px;
}

.page-template-page-contacts .site-main {
  padding-bottom: 0;
}

/* Footer */
footer.footer {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background-color: #1c1d21;
  padding: 60px 0;
}

footer.footer h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

footer.footer h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-top: 1.5em;
}

footer.footer .blue_btn:hover, footer.footer .blue_btn:focus {
  color: #fff;
}

footer.footer ul.footer-nav > li a {
  display: block;
  color: #fff;
  margin-bottom: 0.6em;
}

footer.footer ul.footer-nav > li a:hover, footer.footer ul.footer-nav > li a:focus {
  text-decoration: underline;
}

footer.footer ul.footer-nav > li > a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  cursor: inherit;
}

footer.footer ul.footer-nav > li > a:hover, footer.footer ul.footer-nav > li > a:focus {
  text-decoration: none;
}

footer.footer ul.footer-nav .icon-angle-down {
  display: none;
}

footer.footer .social-menu ul li a {
  color: #3bb3e5;
}

footer.footer .social-menu ul li a:hover, footer.footer .social-menu ul li a:focus {
  color: #f7f7f7;
}

footer.footer .right_block p:not(:last-child) {
  margin-bottom: 1em;
}

footer.footer .right_block p a {
  color: #3bb3e5;
}

footer.footer .right_block p a:hover, footer.footer .right_block p a:focus {
  text-decoration: underline;
}

/* Breadcrumbs */
.breadcrumbs {
  margin-bottom: 15px;
}

.breadcrumbs .delimeter {
  display: inline-block;
  margin: 0 18px;
}

.breadcrumbs .delimeter:last-child {
  display: none;
}

.breadcrumbs a {
  font-size: 14px;
  line-height: 20px;
  color: #151515;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: underline;
}

.breadcrumbs .current {
  font-weight: 600;
  color: #3bb3e5;
}

.breadcrumbs div.back {
  position: relative;
}

.breadcrumbs div.back a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  font-weight: 600;
  color: #3bb3e5;
}

.breadcrumbs div.back a:before {
  content: "";
  width: 7px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  background: url("images/arrow_r.svg") no-repeat center;
}

/* Team Page */
.workers {
  margin-top: 30px;
  margin-bottom: -40px;
}

.person-item {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}

.person-item .thumb a,
.person-item .thumb span {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}

.person-item .thumb a img,
.person-item .thumb span img {
  display: block;
}

.person-item .title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #3bb3e5;
  text-decoration: none;
  margin-bottom: 0.5em;
}

.person-item .position {
  margin-bottom: 0.5em;
}

.person-item .email a {
  text-decoration: none;
  color: #151515;
}

.person-item .email a:hover, .person-item .email a:focus {
  text-decoration: underline;
}

.single-person .person-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-person .person-item h1 {
  margin-bottom: 0;
}

/* Single Project */
.single-project .site-main {
  padding-bottom: 0;
}

.site-main section.project-top {
  padding-top: 40px;
}

.sidebar .person-item {
  width: 100%;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 15px;
  margin-bottom: 0;
}

.sidebar .person-item .thumb a,
.sidebar .person-item .thumb span {
  margin-left: auto;
  margin-right: auto;
}

.youtubevideo {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.youtubevideo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.youtube_thumb {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 68.79%;
}

.youtube_thumb div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.facebook_share {
  display: inline-block;
  background-color: #3bb3e5;
  border: 1px solid #3bb3e5;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.facebook_share .fb_icon:before {
  content: "\f39e";
  display: inline-block;
  font-size: 1em;
  font-family: "Font Awesome 5 Brands", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-decoration: none;
  margin-left: 0.5em;
}

.facebook_share:hover, .facebook_share:focus {
  background-color: transparent;
  color: #151515;
}

section#constructor {
  background: url("images/constructor.jpg") no-repeat right center;
  background-size: cover;
  padding: 0;
  margin-bottom: 20px;
}

section#constructor .container > div {
  padding: 50px 0;
}

section#constructor h2 {
  margin-bottom: 15px;
}

section#constructor div.more {
  text-align: left;
  margin-top: 20px;
}

/* Archive Page */
.materials-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.materials-type div {
  max-width: 230px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 15px;
}

.materials-type div:not(:last-child) {
  margin-right: 13px;
}

.materials-type div a,
.materials-type div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #afadad;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  cursor: pointer;
}

.materials-type div.active, .materials-type div:hover, .materials-type div:focus {
  background-color: #3bb3e5;
  border-color: #3bb3e5;
}

.materials-type div.active a,
.materials-type div.active span, .materials-type div:hover a,
.materials-type div:hover span, .materials-type div:focus a,
.materials-type div:focus span {
  color: #fff;
}

.scroll-block {
  overflow-y: auto;
}

.scroll-block > * {
  width: 690px;
}

.site-main section.other_posts {
  padding: 20px 0 30px 0;
}

.site-main section.other_posts:last-child {
  padding-bottom: 0;
}

/* Library Page */
.post-type-archive-library .materials-type div {
  max-width: 300px;
}

.post-type-archive-library .category-tags > ul > li {
  font-weight: bold;
  font-size: 16px;
  color: #151515;
  margin-bottom: 40px;
}

.post-type-archive-library .category-tags > ul > li span {
  display: inline-block;
  position: relative;
  color: #151515;
  padding-left: 36px;
  cursor: pointer;
}

.post-type-archive-library .category-tags > ul > li span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.post-type-archive-library .category-tags > ul > li span.active:after {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  text-align: center;
}

.post-type-archive-library .category-tags > ul > li ul {
  font-weight: normal;
  padding-left: 15px;
  padding-top: 25px;
}

.post-type-archive-library .category-tags > ul > li ul li {
  margin-bottom: 10px;
}

section.search_block:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.footer-plusone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-plusone a:hover {
  text-decoration: underline;
}

.footer-plusone a img {
  margin-left: 0.8em;
  height: 2.5em;
}

@media (max-width: 575px) {
  .single-person .person-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) {
  .single-person .person-item .thumb a,
  .single-person .person-item .thumb span {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .four-posts-outer {
    margin-right: -15px;
    overflow-x: scroll;
  }
  .four-posts-outer .four-posts {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .four-posts-outer .four-posts > div {
    min-width: 250px;
  }
  footer.footer .row > div:nth-child(-n + 3) {
    margin-bottom: 40px;
  }
  footer.footer nav.addition-nav {
    display: none;
  }
  section#constructor {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  section#constructor > div {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    background: rgba(255, 255, 255, 0.7);
  }
  section#constructor h2 {
    font-size: 16px;
  }
  .tabs header .tab-item {
    font-size: 12px;
  }
  .person-item {
    text-align: center;
  }
  .person-item .thumb a,
  .person-item .thumb span {
    margin-left: auto;
    margin-right: auto;
  }
  #main-header .header .search-block {
    display: none;
  }
}

@media (min-width: 768px) {
  .site-main section {
    padding: 60px 0;
  }
  #top-main {
    height: 360px;
  }
  #top-main a.link {
    left: 15px;
    bottom: 60px;
    padding: 18px;
    font-size: 16px;
  }
  section#projects-main {
    padding-top: 30px;
  }
  section#projects-main .direction-item:not(:last-child) {
    margin-bottom: 30px;
  }
  section#projects-main .direction-item .name {
    padding: 15px 25px;
  }
  section#projects-main .direction-item .projects li a {
    padding: 15px 20px 15px 30px;
  }
  div.more {
    text-align: right;
  }
  .top-page {
    height: 330px;
  }
  .site-main section.content-top {
    padding-top: 25px;
  }
  .breadcrumbs {
    margin-bottom: 25px;
  }
  .tabs header .tab-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .single-direction .direction-item a.title {
    font-size: 24px;
  }
  section#constructor p {
    max-width: 50%;
  }
  section#constructor div.more {
    margin-top: 30px;
  }
  .more-projects {
    text-align: center;
  }
  .tabs header {
    margin-bottom: 40px;
  }
  .workers {
    margin-top: 40px;
    margin-bottom: -50px;
  }
  .workers .person-item {
    margin-bottom: 50px;
  }
  .materials-type {
    margin-bottom: 25px;
  }
  .page-template-page-contacts iframe {
    height: 450px;
  }
  #main-header #mobile-menu .search-block {
    display: none;
  }
  #main-header #mobile-menu .lang_mobile {
    margin-top: 40px;
  }
  footer.footer .blue_btn,
  footer.footer .social-menu {
    margin-top: 50px;
  }
  footer.footer .right_block p:not(:last-child) {
    margin-bottom: 2em;
  }
}

/* min-width:768 */
@media (min-width: 768px) and (max-width: 997px) {
  footer.footer .row > div:nth-child(-n + 2) {
    margin-bottom: 80px;
  }
}

@media (max-width: 997px) {
  .header .main-nav-wrapper,
  .top-block {
    display: none;
  }
  #main-header .header-wrap {
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .site-main {
    padding-top: 55px;
  }
  .breadcrumbs div.steps {
    display: none !important;
  }
  .sidebar .persons {
    margin-bottom: 25px;
  }
  .sidebar .persons .person-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .sidebar .persons .person-item .thumb a,
  .sidebar .persons .person-item .thumb span {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 18px;
  }
  .sidebar .persons .person-item .position {
    display: none;
  }
  .more-projects > div {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .more-projects > div:hover, .more-projects > div:focus {
    background-color: transparent;
    color: #151515;
  }
  .page-template-page-workers .top-page {
    display: none;
  }
}

@media (min-width: 998px) {
  #menu_open,
  #mobile-menu {
    display: none !important;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h2.smaller {
    font-size: 25px;
  }
  h2 + .description {
    margin-bottom: 40px;
  }
  h3 {
    font-size: 20px;
  }
  .site-main section {
    padding: 70px 0;
  }
  .top-block .top-menu .menu li:not(:last-child) {
    margin-right: 20px;
  }
  #main-header .header .main-nav > li > a {
    font-size: 13px;
  }
  #main-header .header .main-nav > li:not(:last-child) {
    margin-right: 20px;
  }
  #top-main a.link {
    left: 15px;
    bottom: 80px;
    padding: 20px 40px 20px 20px;
    font-size: 20px;
  }
  section#projects-main {
    padding-top: 0;
  }
  section#projects-main .direction-item:not(:last-child) {
    margin-bottom: 0;
  }
  section#projects-main .direction-item .name {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: calc(100% - 16px);
    font-size: 15px;
    padding: 16px 15px;
  }
  section#projects-main .direction-item .name img {
    margin-right: 12px;
  }
  section#projects-main .direction-item .projects li a {
    padding: 15px 15px;
  }
  .post-item a.title {
    font-size: 16px;
  }
  div.more {
    margin-top: 25px;
  }
  footer.footer {
    padding: 70px 0 100px 0;
  }
  footer.footer ul.footer-nav > li > a {
    font-size: 20px;
  }
  .tabs header .tab-item {
    height: 55px;
    font-size: 16px;
  }
  .breadcrumbs {
    margin-bottom: 50px;
  }
  .breadcrumbs div.back {
    display: none !important;
  }
  .site-main section.content-top {
    background-color: #fff;
    padding-top: 40px;
    max-width: 1376px;
    margin: auto;
  }
  .projects-list {
    margin-bottom: -55px;
  }
  .projects-list .post-item,
  body.archive .post-item,
  .materials-content .post-item {
    margin-bottom: 55px;
  }
  .single-direction .direction-item a.title {
    font-size: 30px;
  }
  .sidebar {
    position: relative;
  }
  .sidebar h3 {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  .sidebar .person-item {
    padding: 25px;
    margin-bottom: 15px;
  }
  section#constructor {
    background: transparent;
  }
  section#constructor .container > div {
    padding: 50px 200px 50px 60px;
    background: url(images/constructor.jpg) no-repeat right center;
    background-size: cover;
  }
  section#constructor p {
    max-width: 70%;
  }
  .more-projects {
    position: relative;
    height: 0;
    padding-bottom: 67.99%;
  }
  .more-projects > div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    background-color: #3bb3e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .more-projects > div svg {
    display: block;
    margin-bottom: 10px;
  }
  .tabs header {
    margin-bottom: 50px;
  }
  .workers {
    margin-top: 80px;
    margin-bottom: -70px;
  }
  .workers .person-item {
    margin-bottom: 70px;
  }
  .materials-type {
    margin-bottom: 55px;
  }
  .materials-type div {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .site-main section.other_posts {
    padding: 30px 0 50px 0;
  }
  .main-nav .icon-angle-down {
    display: none;
  }
  #main-header .header .search-block {
    position: relative;
  }
  #main-header .header .search-block input {
    position: absolute;
    right: 35px;
    width: 0;
    height: 35px;
    border: 0;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
    padding: 3px 0;
    color: #000;
    background-color: #f7f7f7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #main-header .header .search-block input ::-webkit-input-placeholder {
    color: #000;
  }
  #main-header .header .search-block input :-moz-placeholder {
    color: #000;
  }
  #main-header .header .search-block input :-ms-input-placeholder {
    color: #000;
  }
  #main-header .header .search-block button {
    position: relative;
    background-color: #3bb3e5;
    padding: 8px 9px;
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transform: inherit;
            transform: inherit;
  }
  #main-header .header .search-block button svg {
    height: 17px;
  }
  #main-header .header .search-block.opened input {
    width: 260px;
    padding: 3px 5px;
  }
}

/* min-width:998 */
@media (min-width: 998px) and (max-width: 1259px) {
  .four-posts > div:nth-child(4) {
    display: none;
  }
}

@media (min-width: 1260px) {
  .top-block .top-menu .menu li:not(:last-child) {
    margin-right: 40px;
  }
  #main-header .header .main-nav > li > a {
    font-size: 14px;
  }
  #main-header .header .main-nav > li:not(:last-child) {
    margin-right: 50px;
  }
  #main-header .header .search-block.opened input {
    width: 350px;
  }
  section#projects-main .direction-item .name {
    font-size: 16px;
    padding: 16px 25px;
  }
  section#projects-main .direction-item .name img {
    margin-right: 25px;
  }
  section#projects-main .direction-item .projects li a {
    padding: 15px 20px 15px 30px;
  }
  .top-page {
    height: 435px;
    margin-bottom: -235px;
  }
  section#constructor p {
    max-width: inherit;
  }
  .page-template-page-contacts .contact-info .contact-item {
    font-size: 20px;
  }
}

@media (min-width: 1450px) {
  #top-main {
    background-size: inherit !important;
  }
}

.person-supervisory-board article.person-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.person-supervisory-board {
  border-bottom: 1px solid #00000014;
}

.person-supervisory-board .person-item__preview {
  width: 250px;
  min-width: 250px;
}

.person-supervisory-board .person-item {
  margin-bottom: 25px;
}

.person-supervisory-board {
  margin-top: 0px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .person-supervisory-board article.person-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .person-item__info {
    margin-top: 20px;
  }
}

.site-main #top-main-slider {
  padding: 0px 0px 70px 0px;
}

.home-slider {
  height: 50vh;
  min-height: 500px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slider__item {
  width: 100%;
  position: relative;
  height: 50vh;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position-y: 145px;*/
  background-position-x: center;
}

.home-slider__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.home-slider__content {
  padding-left: 100px;
  padding-bottom: 60px;
}

.home-slider__title {
  font-size: 35px;
  line-height: 1.18;
  color: #ffffff;
  padding-bottom: 45px;
  padding-right: 30%;
  margin-bottom: 0;
}

.home-slider__txt {
  font-size: 20px;
  padding-left: 3px;
  color: #ffffff;
  padding-bottom: 70px;
  padding-right: 20%;
}

.home-slider__button {
  background-color: #3bb3e5;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 13px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.home-slider__button:hover, .home-slider__button:focus {
  background-color: white;
  color: #3bb3e5;
}

.flex-prev, .flex-next {
  position: absolute;
  bottom: 70px;
  left: 900px;
  display: inline-block;
  width: 66px;
  height: 66px;
  background-image: url("./images/slide-next.png");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transition: 0.33s ease-out all;
  transition: 0.33s ease-out all;
}

.flex-control-nav {
  position: absolute;
  bottom: 94px;
  left: 700px;
}

.flex-control-nav li {
  display: inline-block;
  margin-right: 20px;
}

.flex-control-nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: white;
  -webkit-transition: 0.33s ease-out all;
  transition: 0.33s ease-out all;
}

.flex-control-nav a.flex-active {
  background: rgba(255, 255, 255, 0);
}

.flex-prev {
  background-image: url("./images/slide-prev.png");
  left: 550px;
}

.flex-prev {
  background-image: url("./images/slide-next.png");
  right: 550px;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 12px;
  color: white;
}

@media (max-width: 1023px) {
  .home-slider__title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .home-slider__item {
    min-height: 460px;
  }
  .home-slider__content {
    padding-left: 20px;
  }
  .home-slider__title {
    font-size: 15px;
  }
  .home-slider__txt {
    font-size: 12px;
    padding-bottom: 50px;
  }
  .home-slider__button {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */