/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.2.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
  font-family: 'Proxima Nova';
  src: url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNovaT-Thin.woff') format('woff'),
    url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNovaT-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNova-Bold.woff') format('woff'),
    url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNova-Semibold.woff') format('woff'),
    url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNova-Extrabld.woff') format('woff'),
    url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNova-Extrabld.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNova-Regular.woff') format('woff'),
    url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNova-Light.woff') format('woff'),
    url('/wp-content/themes/wp-bootstrap-starter/inc/assets/fonts/proxima-nova/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Proxima Nova';
  font-size: 14px;
  font-weight: 500;
}

::selection {
  background: #76c046;
  color: #fff;
}

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;
}

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

dfn {
  font-style: italic;
}

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;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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"] {
  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
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 0px;
  border-radius: 0px;
}

html::-webkit-scrollbar-thumb {
  border: 1px solid transparent;
  border-radius: 0px;
  background: #444444b3;
}

html::-webkit-scrollbar-track {
  border: none;
  box-shadow: none;
  background: transparent;
}

body {
  overflow-x: hidden;
  background: #f8f8f8;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: transparent;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.navbar-brand>a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand>a:visited,
.navbar-brand>a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }

  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
  padding: 0;
  margin: 0;
  width: 220px;
}

.navbar-brand a.logotype,
.logotype {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.navbar-brand a.logotype .logoTitle,
.logotype .logoTitle {
  font-family: 'Proxima Nova';
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 300;
  width: 200px;
  white-space: initial;
  position: absolute;
  left: 65px;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 52px;
}


.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
  display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
  border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-item:active {
  color: #000;
}

.dropdown-menu {
  min-width: 220px;
  margin-top: 0px;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

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

@media screen and (min-width: 769px) {
  .dropdown-menu li>.dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav>li>a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}

.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%;
}

.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* 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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  /* Make sure select elements fit in widgets. */
}

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

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: #eee;
  text-decoration: none;
}

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding: 60px 0 70px;
}

.naprav-template.naprav-template-fullwidth3 #content.site-content {
  padding: 30px 0 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 0px;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title>a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}

.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value>select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}

body:not(.theme-preset-active) footer#colophon {
  color: #6b827b;
  background-color: #062816;
}

.navbar-dark .site-info {
  color: #fff;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#colophon a {
  color: inherit;
}


/* CUSTOM STYLES */

.logotype img {
  max-width: 64px;
  max-height: 64px;
}

#content .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0;
}

.slider-title {
  text-align: left;
  font-size: 78px;
  font-family: 'Proxima Nova';
  font-weight: 700;
  line-height: 1.1;
}

header#masthead>.container {
  padding: 0;
}

#masthead #main-nav .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#masthead #main-nav .navbar-nav>li>a {
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
}

#masthead #main-nav .navbar-nav>li>a:hover {
  animation: menuMove;
  animation-duration: 0.25s;
  animation-timing-function: ease-in-out;
}

@keyframes menuMove {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, -3px);
  }

  100% {
    transform: translate(0, 0px);
  }
}


#masthead #main-nav .navbar-nav>li.big-bold>a {
  font-weight: 600;
  text-transform: uppercase;
}

#masthead #main-nav .navbar-nav>li:last-child {
  /*padding: 0 0 0 10px;*/
}

#masthead #main-nav .navbar-nav>li:last-child>a[title="UA"],
#masthead #main-nav .navbar-nav>li:last-child>a[title="RU"] {
  background: #0b8344;
  color: #fff;
  display: flex;
  padding: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

#masthead #main-nav .navbar-nav>li:last-child>a[title="UA"]::after,
#masthead #main-nav .navbar-nav>li:last-child>a[title="RU"]::after {
  display: block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  bottom: 6px;
}

#masthead #main-nav .navbar-nav>li.show:last-child a {
  border-radius: 50% 50% 0 0;
}

#masthead #main-nav .navbar-nav>li:last-child>a.dropdown-toggle+ul.dropdown-menu {
  max-width: 40px;
  min-width: 40px;
  padding: 0;
  background: #0b8344;
  border-radius: 0px 0px 20px 20px;
  right: 0;
  left: auto;
  border: 0;
  margin-top: -2px;
}

#masthead #main-nav .navbar-nav>li:last-child>a.dropdown-toggle+ul.dropdown-menu>li>a {
  text-align: center;
  padding: 7px 0;
  color: #fff;
  font-size: 13px;
}

#masthead #main-nav .navbar-nav>li.socialLink>a {
  padding: 0 10px;
}

#masthead #main-nav .navbar-nav>li.searchButton>a {
  padding: 0 10px;
}

#masthead #main-nav .navbar-nav>li.socialLink>a>i {
  background: #fff;
  color: #212529;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  transition: all 0.2s ease;
}

/* #masthead #main-nav .navbar-nav>li.socialLink>a>i.fa-facebook-f:before {
  content: "\f09a";
} */


#masthead #main-nav .navbar-nav>li.socialLink>a>i.fa-facebook-f:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/04/face_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  display: block;
  width: 14px;
  height: 22px;
}

#masthead #main-nav .navbar-nav>li.socialLink>a>i.fa-twitter:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/04/twitter_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  display: block;
  width: 14px;
  height: 22px;
}

#masthead #main-nav .navbar-nav>li.searchButton>a>i {
  background: #0b8344;
  color: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

#masthead #main-nav .navbar-nav>li.socialLink>a:hover>i {
  background: #0b8344;
  color: #fff;
}

#masthead #main-nav .navbar-nav>li.searchButton>a:hover>i {
  background: #fff;
  color: #212529;
}

.elementor .elementor-element.topSlider .elementor-slides .slick-slide-inner .elementor-slide-content {
  max-width: 1140px;
}

.elementor-posts-container {
  grid-column-gap: 30px;
  grid-row-gap: 35px;
}

.topSlider .elementor-slick-slider .slick-dots-inside .slick-dots {
  /* display: flex !important; */
  display: none;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: calc((100% - 1140px)/2);
  width: 20px;
}

.topSlider .elementor-slick-slider ul.slick-dots li button:before {
  color: #fff;
}

.topSlider .elementor-slick-slider ul.slick-dots li.slick-active button:before {
  color: #fff;
}

.sectionName {
  font-size: 22px;
  font-weight: 700;
  margin: 60px 0;
  text-align: center;
}

.flow-item {
  background: #fff;
  transform: translate(0px, 0px);
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
  border: 0;
  border-radius: 40px;
  box-shadow: 0px 7px 10px 0px #f3f3f3;
  transition: all 0.15s ease-in;
}

.flow-item:hover {
  box-shadow: 0px 12px 10px 0px #ececec;
  transform: translate(0px, -5px);
}

.work-flow.needAnimation>* {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.work-flow.needAnimation.start-animation>* {
  opacity: 1;
}

.work-flow.needAnimation>*:nth-child(1) {
  transition-delay: 0.2s;
}

.work-flow.needAnimation>*:nth-child(2) {
  transition-delay: 0.4s;
}

.work-flow.needAnimation>*:nth-child(3) {
  transition-delay: 0.6s;
}

.work-flow.needAnimation>*:nth-child(4) {
  transition-delay: 0.8s;
}

.work-flow.needAnimation>*:nth-child(5) {
  transition-delay: 1.0s;
}

.work-flow.needAnimation>*:nth-child(6) {
  transition-delay: 1.2s;
}

.work-flow.needAnimation>*:nth-child(7) {
  transition-delay: 1.4s;
}

.work-flow.needAnimation>*:nth-child(8) {
  transition-delay: 1.6s;
}


.expert-content {
  margin: 60px 0 0;
}

.expert-intro-img {
  max-width: 300px;
  border-radius: 50%;
  width: 100%;
  float: left;
  margin: 0 25px 20px 0;
}

.page-numbers {
  font-family: 'Proxima Nova';
  font-size: 13px;
  font-weight: 500;
  cursor: default;
}

a.page-numbers,
a.page-numbers:hover {
  cursor: pointer;
  color: #0b8344;
}

.page-numbers>i {
  font-size: 10px;
}

#breadcrumbs.post-breadcrumbs {
  margin: 0px 0 60px;
  padding: 0;
}

.elementor-page #breadcrumbs.post-breadcrumbs {
  margin: 60px 0 70px;
  padding: 0;
}

#breadcrumbs.news-breadcrumbs {
  padding: 0;
  margin: 0 0 70px;
}



.breadcrumbs-area {
  padding: 60px 0 30px;
}

.breadcrumbs-area .elementor-widget-breadcrumbs {
  font-family: 'Proxima Nova';
  font-size: 14px;
  font-weight: 500;
}

.calendar-area .mec-calendar .mec-calendar-topsec,
.mec-calendar .mec-calendar-topsec {
  background: transparent !important;
  font-family: 'Proxima Nova';
}

.eventSlide {
  min-height: 400px;
  background-image: url(/wp-content/uploads/static-img/education/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.eventSlide h1.event-title {
  font-size: 46px;
  line-height: 58px;
  color: #fff;
  font-weight: 700;
}

.mec-single-modern .col-md-4 .mec-frontbox {
  margin: 0 !important;
}

.mec-event-export-module .mec-export-details>i.mec-sl-info {
  font-size: 20px;
  vertical-align: middle;
  color: #0b8344;
  margin-left: 14px;
}

.mec-event-export-module .mec-export-details>.mec-cost {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  display: inline;
  color: #000;
  padding-left: 10px;
}

.mec-event-export-module .mec-export-details .mec-events-event-more-info .mec-events-button {
  padding: 12px 24px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 0;
  transition: .3s;
  width: 100%;
  display: block;
  margin-top: 5px;
  text-decoration: none !important;
}

.mec-single-event .mec-events-meta-group-countdown {
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
  padding: 0px 0px;
  background: transparent;
  border: 0px solid #e6e6e6;
  box-shadow: none;
}

.mec-single-event .mec-events-meta-group-countdown .mec-events-single-section-title {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

.mec-single-event .mec-booking-button {
  border-bottom: none;
  letter-spacing: .5px;
  line-height: 48px;
  height: 50px;
  transition: all .5s ease;
  color: #fff;
  padding: 2px;
  display: block;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
}

.mec-events-meta-group-countdown .countdown-w {
  padding: 40px 45px 20px;
}

.mec-events-meta-group-countdown .countdown-w .block-w {
  font-size: 54px;
}

.mec-events-meta-group-countdown .countdown-w .label-w {
  font-size: 13px;
}

.mec-single-event-organizer .mec-img-organizer {
  border-radius: 50%;
  max-width: 250px;
  display: block;
  margin: 0 auto 20px;
}

.mec-calendar,
.mec-event-footer {
  border: 0;
}

.mec-breadcrumbs.mec-breadcrumbs-modern {
  width: 100%;
}



#errorPage {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  max-width: 100vw;
}

#errorPage .page-header {
  text-align: center;
}

#errorPage .page-header h1 {
  font-size: 42px;
  line-height: 1;
  padding: 0;
  font-weight: 700;
  color: #0b8344;
  margin: 45px 0;
}

#errorPage .page-content {
  max-width: 680px;
  text-align: center;
}

#errorPage .page-content p {
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 45px;
}

#errorPage .page-content .errorBtn {
  width: 250px;
  height: 50px;
  background: #0b8344;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin: 0 auto;
  transition: all 0.15s ease-in;
}

#errorPage .page-content .errorBtn:hover {
  color: #fff;
  background: #096d39;
}

.error404 .footerWidget,
.error404 footer#colophon,
.error404 header#masthead {
  display: none;
}


.new-checkbox-wrapper {
  position: relative;
}

.new-checkbox-wrapper label .wpcf7-list-item-label {
  position: relative;
  padding-left: 20px;
}

.new-checkbox-wrapper label .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #b7bbbf;
  background: #ffff;
  top: 2px;
  left: 0;
}

.new-checkbox-wrapper label .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #0b8344;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.new-checkbox-wrapper label input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}

.new-checkbox-wrapper label input[type="checkbox"]:checked~.wpcf7-list-item-label:after {
  opacity: 1;
}


.flow-item .flow-img>img {
  width: 120px;
  height: 80px;
}

.flow-item .flow-name {
  padding: 15px 40px 0;
  text-align: center;
}

.flow-item .flow-name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.flow-item:hover .flow-name {
  color: #76c046;
}

.footerLogo {
  margin-bottom: 25px;
}

.footerRow .footer-item .footerSocial a {
  padding-right: 10px;
  border-bottom: 0;
}

.footerLand {
  padding: 40px 0 30px;
  background: #093920;
}

.footer-item {
  color: #fff;
}

.footerRow .footer-item a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #476b58;
}

.footerRow .footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footerRow .footer-menu {
  padding: 0;
  list-style: none;
}

.footerRow .footer-menu li {
  padding-bottom: 4px;
}

.footerRow .footer-menu li a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #476b58;
}

.footerRow .footer-menu p {
  line-height: 1.8;
}

.blockReadMore {
  margin: 85px 0;
  text-align: center;
}

.readMore-btn {
  width: 250px;
  height: 50px;
  background: #0b8344;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin: 0 auto;
  transition: all 0.15s ease-in;
}

.readMore-btn:hover {
  color: #fff;
  background: #096d39;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post {
  box-shadow: 0px 7px 10px 0px #f3f3f3;
  border-radius: 15px;
  overflow: hidden;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post .elementor-post__thumbnail img {
  transform: scale(1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.6s ease;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:hover .elementor-post__thumbnail img {
  transform: scale(1.05);
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post .elementor-post__title,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post .elementor-post__title a {
  color: #383838;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Proxima Nova';
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post .elementor-post__title {
  margin-bottom: 20px;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post .elementor-post__excerpt p {
  font-family: 'Proxima Nova';
  font-weight: 500;
  color: #a7a7a7;
  font-size: 14px;
  margin-bottom: 20px;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post .elementor-post__read-more {
  color: #383838;
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 1px;
  border-bottom: 1px solid #383838;
}




/* 1 POST */
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(1) {
  grid-row: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  background: #0b8344;
}

/* 2 POST */
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(2) {
  display: flex;
  grid-row: 1;
  grid-column-start: 2;
  grid-column-end: 4;
  position: relative;
  background: #fff;
  flex-direction: row;
  align-items: center;
}

/* 3 POST */
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(3) {
  display: flex;
  grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  position: relative;
  background: #fff;
  flex-direction: row;
  align-items: center;
}

/* 4 POST */
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(4) {
  grid-row: 2;
  grid-column-start: 3;
  grid-column-end: 4;
  background: #76c046;
}

/* 5 POST */
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(5) {
  display: flex;
  grid-row: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  position: relative;
  background: #fff;
  flex-direction: row;
  align-items: center;
}

/* 6 POST */
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(6) {
  grid-row: 3;
  grid-column-start: 3;
  grid-column-end: 4;
  background: #fff;
}

/* 7 POST */
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(7) {
  grid-row: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  background: #0b8344;
}

/* 8 POST */
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(8) {
  display: flex;
  grid-row: 4;
  grid-column-start: 2;
  grid-column-end: 4;
  position: relative;
  background: #fff;
  flex-direction: row;
  align-items: center;
}




.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(2) .elementor-post__thumbnail__link,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(3) .elementor-post__thumbnail__link,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(5) .elementor-post__thumbnail__link,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(8) .elementor-post__thumbnail__link {
  max-width: 360px;
  margin: 0;
  height: 100%;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(2) .elementor-post__thumbnail__link .elementor-post__thumbnail,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(3) .elementor-post__thumbnail__link .elementor-post__thumbnail,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(5) .elementor-post__thumbnail__link .elementor-post__thumbnail,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(8) .elementor-post__thumbnail__link .elementor-post__thumbnail {
  /* padding-bottom: 435px; */
  height: 100%;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(2) .elementor-post__text,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(3) .elementor-post__text,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(5) .elementor-post__text,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(8) .elementor-post__text {
  max-width: 390px;
  width: 100%;
  padding: 0 15px 0 30px;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(2) .elementor-post__excerpt,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(3) .elementor-post__excerpt,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(5) .elementor-post__excerpt,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(8) .elementor-post__excerpt {
  max-height: 295px;
  overflow: hidden;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(1) .elementor-post__text,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(4) .elementor-post__text,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(6) .elementor-post__text,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(7) .elementor-post__text {
  padding: 0 25px 50px;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(1) .elementor-post__title a,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(4) .elementor-post__title a,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(7) .elementor-post__title a,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(1) .elementor-post__excerpt p,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(4) .elementor-post__excerpt p,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(7) .elementor-post__excerpt p {
  color: #fff;
}

.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(1) .elementor-post__read-more,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(4) .elementor-post__read-more,
.latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(7) .elementor-post__read-more {
  color: #fff;
  border-bottom: 1px solid #fff;
}



.searchWidget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 590px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease 0.3s;
}

.searchWidget .hide {
  display: none;
}

body:not(.home) .searchWidget {
  max-height: 400px;
}

.searchWidget.show {
  visibility: visible;
  opacity: 1;
}

.searchWidget .search-form input[type="search"].search-field {
  width: 550px;
  height: 60px;
  border: 0px solid #0b8344;
  border-radius: 30px;
  background: #fff;
  font-size: 16px;
  padding: 10px 20px 10px 60px;
  color: #000;
  outline: none !important;
  box-shadow: none !important;
}

.searchWidget .search-form input[type="search"].search-field::placeholder,
.searchWidget .search-form input[type="search"].search-field:-ms-input-placeholder,
.searchWidget .search-form input[type="search"].search-field::-webkit-input-placeholder {
  color: #000;
}

.searchWidget .search-form label {
  position: relative;
}

.searchWidget .search-form label:before {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchWidget i.fa-times {
  position: absolute;
  top: 42px;
  color: #fff;
  font-size: 20px;
  right: calc((100% - 1140px)/2);
  background: #0b8344;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.site-info {
  text-align: center;
}

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

.sliderMain-background {
  width: 100%;
  min-height: 320px;
  display: flex;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.sliderTitle {
  display: flex;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  min-height: 320px;
  padding-top: 125px;
}

.singlepage-title {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  padding: 0;
  margin: 0;
}



.formOverlay {
  position: fixed;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s ease;
}

.formOverlay.open {
  opacity: 1;
  z-index: 3;
}

.registerFormWidget {
  position: absolute;
  top: 80px;
  background: #fff;
  z-index: -4;
  width: 100%;
  max-width: 550px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 30px;
  padding: 55px 60px 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.registerFormWidget.open {
  opacity: 1;
  z-index: 4;
}

.formTitle {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  font-weight: 700;
  padding: 0 30px;
}

.formSection {
  max-width: 365px;
  position: relative;
  margin: 45px auto;
}

.formSection input {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 18px;
  height: 49px;
  padding: 15px 20px 15px 40px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #b7bbbf;
  margin-bottom: 10px;
}

.formSection input[type="radio"] {
  display: none;
}

.formSection input:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #0b8344;
}

.formSubTitle {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.formSection>div {
  position: relative;
}

.formSection>div>i {
  position: absolute;
  font-size: 20px;
  z-index: 1;
  color: #b7bbbf;
  line-height: 25px;
  top: 10px;
  left: 10px;
}

.form-moduls .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.form-moduls .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: inline-flex;
  flex-basis: 46%;
  margin: 0 0 30px;
}

.form-moduls .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  margin: 0;
  display: block;
  width: 100%;
  cursor: pointer;
}

.form-moduls .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  background: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: 30px;
  border: 1px solid #c5c8cb;
  transition: all 0.3s ease;
}

.form-moduls .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label:hover .wpcf7-list-item-label {
  border: 1px solid #000;
}

.form-moduls .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type="radio"]:checked+.wpcf7-list-item-label {
  border: 1px solid #0b8344;
  background: #0b8344;
  color: #fff;
}

.form-text {
  margin-top: 0;
}

.form-text textarea {
  font-size: 14px;
  line-height: 28px;
  max-height: 84px;
  padding: 0 10px;
  border: 0;
  resize: none;
  margin-bottom: 10px;
  font-weight: 300;
  background: #ffffff00;
  z-index: 1;
  position: relative;
  box-shadow: none !important;
}

.form-text textarea:focus {
  outline: none;
  background: transparent;
  box-shadow: none !important;
}

.form-text textarea::-webkit-scrollbar {
  width: 5px;
}

.form-text textarea::-webkit-scrollbar-track {
  background: #fff;
}

.form-text textarea::-webkit-scrollbar-thumb {
  background-color: #848282;
  border-radius: 6px;
}

.linage {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  flex-direction: column;
  z-index: 0;
}

.linage .line {
  width: 100%;
  height: 1px;
  background: #b7bbbf;
  margin-top: 27px;
}

.form-agree {
  margin-top: 45px;
}

.form-agree .your-agree .wpcf7-checkbox {
  border: 0;
  padding: 0;
}

.form-agree .your-agree .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.form-agree .your-agree .wpcf7-checkbox .wpcf7-list-item label {
  display: block;
  position: relative;
  cursor: pointer;
}

.form-agree .your-agree .wpcf7-checkbox .wpcf7-list-item label:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b7bbbf;
}

.form-agree .your-agree .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  height: 13px;
  width: 13px;
  margin: 3px;
  display: inline-block;
}

.form-agree .your-agree .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  text-align: center;
  display: inline-block;
  float: right;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0px;
  color: #000;
  font-weight: 500;
  width: calc(100% - 20px);
}

.form-agree .your-agree .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked+.wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #3d3d3d;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formSection input[type="submit"] {
  margin: 0 auto;
  width: 250px;
  height: 50px;
  background: #0b8344;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
  border-radius: 30px;
  display: block;
}

.formSection .ajax-loader {
  position: absolute;
  top: 16px;
  right: 20px;
}



/* 
#breadcrumbs {
  padding: 0 15px;
} */

#breadcrumbs a {
  color: #0b8344;
}

#breadcrumbs a:hover {
  color: #05542b;
  text-decoration: none;
}

#breadcrumbs.prodPage {
  margin-top: 30px;
}



.ourTeam-area {
  margin: 45px 0;
  display: flex;
  flex-direction: column;
}

.ourTeam-area .ourTeam-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}

.ourTeam-area .ourTeam-item:not(:last-child)>.item_info {
  position: relative;
  padding-bottom: 45px;
}

.ourTeam-area .ourTeam-item:not(:last-child)>.item_info:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background: #e2e2e2;
  bottom: 0;
  right: 0;
}

.ourTeam-area .ourTeam-item:last-child {
  margin-bottom: 0;
}

.ourTeam-item .item_image {
  position: relative;
  display: block;
  max-width: 260px;
  max-height: 260px;
  overflow: hidden;
  border-radius: 50%;
}

.ourTeam-item .item_info {
  flex-basis: 75%;
  padding-left: 40px;
}

.ourTeam-item .team_name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.ourTeam-item .team_position {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}

.ourTeam-item .team_description {
  font-size: 14px;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 1.5;
}

.ourTeam-item .team_description>* {
  margin-bottom: 15px;
}




.expertTeam-area {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.expertTeam-item {
  flex-basis: 25%;
  padding: 50px 15px 5px;
}

.expertTeam-item .item_image {
  position: relative;
  display: block;
  max-width: 260px;
  max-height: 260px;
  overflow: hidden;
  border-radius: 50%;
}

.expertTeam-item .item_info {
  padding-top: 40px;
  text-align: center;
}

.expertTeam-item .item_info .expert_name {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 10px;
}

.expertTeam-item .item_info .expert_position {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 500;
}








.libraryArea {
  margin-bottom: 60px;
}

.libraryItem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 45px;
}

.libraryItem .lib-image {
  flex-basis: 17%;
  position: relative;
}

.libraryItem .lib-image img {
  border-radius: 15px;
}

.libraryItem .lib-info {
  flex-basis: 83%;
}

.libraryItem .lib-info .lib-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.libraryItem .lib-info .lib-desc {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 20px;
}

.libraryItem .lib-info .lib-link {
  margin-top: 15px;
}

.libraryItem .lib-info .lib-link a {
  font-size: 16px;
  font-weight: 700;
  color: #0b8344;
}

.libraryItem .lib-image a:before {
  content: '';
  width: 30px;
  height: 35px;
  position: absolute;
  bottom: -12px;
  right: 50px;
  display: block;
  background-image: url(/wp-content/uploads/2019/08/pdf.png);
}



.contactArea {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 30px 0 0;
}

.contactItem p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.contactItem p a {
  color: #0b8344;
  font-weight: 600;
}

.contactItem p a:hover {
  color: #05542b;
  text-decoration: none;
}

.contactMap iframe {
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  box-shadow: 0px 7px 10px 0px #f3f3f3;
}


#partnersSlider .item {
  border-radius: 15px;
  overflow: hidden;
}

#partnersSlider {
  margin-bottom: 80px;
  position: relative;
}

#partnersSlider .owl-nav {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#partnersSlider .owl-nav .owl-prev {
  font-size: 26px;
  margin: 0 0 0 -20px;
  line-height: 26px;
}

#partnersSlider .owl-nav .owl-next {
  font-size: 26px;
  margin: 0 -20px 0 0;
  line-height: 26px;
}

#partnersSlider .owl-nav .owl-next:hover,
#partnersSlider .owl-nav .owl-prev:hover {
  background: transparent;
  color: #000;
  outline: none;
  border: 0;
}


/*LYOHA-COOL STYLE START*/

.section-head-osvita {
  min-height: 400px;
  background-image: url("/wp-content/uploads/static-img/education/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.titleOsvita {
  margin-top: 195px;
  font-size: 78px;
  color: #fff;
  font-weight: 900;
}

.titleProduct {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.subTitleProduct p {
  margin-top: -17px;
  display: block;
  text-align: center;
}

.subTitleProduct {
  margin-bottom: 30px;
}

.titeKurs {
  font-weight: normal;
  /* font-size: 22px; */
}

.blockProduct {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border-radius: 15px !important;
  overflow: hidden;
}

.needAnimation .blockProduct {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.needAnimation>.row>div:nth-child(1) .blockProduct {
  transition-delay: 0.3s;
}

.needAnimation>.row>div:nth-child(2) .blockProduct {
  transition-delay: 0.6s;
}

.needAnimation>.row>div:nth-child(3) .blockProduct {
  transition-delay: 0.9s;
}

.needAnimation>.row>div:nth-child(4) .blockProduct {
  transition-delay: 1.2s;
}

.needAnimation>.row>div:nth-child(5) .blockProduct {
  transition-delay: 1.5s;
}

.needAnimation>.row>div:nth-child(6) .blockProduct {
  transition-delay: 1.8s;
}


.start-animation .blockProduct {
  opacity: 1;
}

.nameProduct {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  padding: 0px 20px;
}

.blockProduct a .imgProduct {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in;
}

.blockProduct a:hover .imgProduct {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.section-inside-product {
  margin-bottom: -25px;
}

.MoreProduct {
  margin-top: 30px;
}

.posts-inside-product {
  margin-top: -15px;
}

.posts-inside-product .post-62 .elementor-post__thumbnail img {
  height: auto;
  position: absolute;
  top: calc(85% + 1px) !important;
  left: calc(50% + 1px);
}

.posts-inside-product .elementor-posts-container .elementor-post__thumbnail {
  overflow: hidden;
  border-radius: 15px;
}

.posts-inside-product .elementor-post__title a {
  color: #000000 !important;
  font-size: 18px;
  font-weight: bold;
}

.posts-inside-product .elementor-post__title {
  line-height: 22px;
  margin-bottom: 12px !important;
}

.posts-inside-product .elementor-post-date {
  color: #000000;
  font-size: 14px;
  font-family: "Proxima Nova";
}

.posts-inside-product .elementor-post__excerpt p {
  color: #a7a7a7 !important;
  font-size: 14px !important;
  font-family: "Proxima Nova" !important;
  margin-top: -1px !important;
}

.posts-inside-product .elementor-post__read-more {
  color: #0b8344 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-bottom: 1px solid;
}

.posts-inside-product article {
  margin-bottom: 40px !important;
}

.blockLogoPart {
  margin-bottom: 35px;
}

.section-partners {
  margin-bottom: 50px;
}

div#mec_search_form_147 {
  display: none;
}

.blockLogoPart img {
  border-radius: 15px !important;
  box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.2) !important;
}

.single-post #content {
  padding-top: 0px;
}

.entry-header-single {
  background-image: url(/wp-content/uploads/static-img/single-page/bg.jpg);
  min-height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -25px;
}

.entry-header-single>.container,
.entry-header-single>.container .col-sm-12 {
  min-height: 320px;
}

.entry-header-single>.container .col-sm-12 {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 0px;
  padding-top: 125px;
}

.entry-title-single-post {
  color: #fff;
  font-weight: 900;
  position: relative;
  top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: -10px;
}

.entry-header-single .entry-meta {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-size: 16px;
}

.single-post article .container {
  padding: 0px;
}

.content-single-post {
  margin-top: 40px;
}

.content-single-post p {
  font-size: 16px;
}

.content-single-post li {
  font-size: 16px;
}




.cources-page-secion {
  padding: 0 15px;
}

.cources-page-secion .blockProduct a .imgProduct {
  width: 100%;
  max-height: 200px;
  transform: none !important;
}


.vebinar-heading {
  padding: 50px 0;
}

.vebinar-heading h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 28px;
}

.vebinar-heading h2 {
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.vabinar-subtitle {
  font-size: 18px;
  color: #383838;
  font-weight: 700;
  margin: 0 0 20px;
}

.vebinar-condition,
.vabinar-description {
  margin-bottom: 30px;
  color: #6a6a6a;
}

.vebinar-condition p,
.vabinar-description p {
  color: #6a6a6a;
  margin-bottom: 10px;
}

.vebinar-condition strong,
.vabinar-description strong {
  color: #0e0e0e;
}

.vebinar-condition span strong,
.vabinar-description span strong {
  color: inherit;
}

.vebinar-condition ul,
.vabinar-description ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 0 13px;
}

.vebinar-condition ul li:before,
.vabinar-description ul li:before {
  content: '- ';
  font-size: 20px;
  line-height: 14px;
  margin-right: 2px;
  margin-left: -13px;
}

.vebinar-timer .subtitle {
  color: #0e0e0e;
  font-weight: 700;
  margin-bottom: 12px;
}

#defaultCountdown {
  width: 100%;
}

.countdown-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 0 35px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.countdown-row .countdown-section {
  width: 50px;
  margin-right: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.countdown-row .countdown-section .countdown-period {
  font-size: 12px;
  font-weight: 500;
  color: #a6a6a6;
  text-transform: uppercase;
  margin-top: 5px;
}

.countdown-row .countdown-section .countdown-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #d6dad8;
  color: #0b8344;
  font-size: 21px;
  font-weight: 900;
}

.vebinar-info {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
}

table.vebinar-table {
  margin: 0;
  width: 100%;
}

table.vebinar-table tr td {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
  width: 40%;
}

table.vebinar-table tr td img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  margin-top: -5px;
}

table.vebinar-table tr td:first-child {
  color: #0e0e0e;
  font-weight: 600;
  font-size: 14px;
  width: 60%;
}

table.vebinar-table tr td.price {
  color: #0b8344;
  font-size: 18px;
  font-weight: 700;
}

.vabinar-form-wrapper {
  background: #fff;
  padding: 45px 60px;
  border-radius: 30px;
}

.vabinar-form-wrapper .formSection {
  max-width: 100%;
  position: relative;
  margin: 0 0 35px;
}

.vabinar-form-wrapper .formSection .checkbox-agree .form-control {
  background: transparent;
  border: 0;
  height: auto;
  padding: 0;
  margin-top: 35px;
}

.vabinar-form-wrapper .formSection .checkbox-agree .form-control span.wpcf7-list-item {
  margin: 0;
}

.vabinar-form-wrapper .formSection .checkbox-agree .form-control input {
  height: auto;
}

.vebinar-left-col {
  padding-right: 15px;
}

.vebinar-right-col {
  padding-left: 15px;
}







.imgPage {
  float: left;
  padding-right: 30px;
}

.btnBlock-inside a {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.btnGrey {
  font-family: "Proxima Nova";
  font-size: 16px;
  color: #302f2f;
  border: 1px solid #d1d0d7;
  border-radius: 30px;
  padding: 13px 0px;
}

.btnGrey:hover {
  font-family: "Proxima Nova";
  font-size: 16px;
  color: #302f2f;
}


.btnGreen {
  font-family: "Proxima Nova";
  font-size: 16px;
  color: #302f2f;
  border: 1px solid #d1d0d7;
  border-radius: 30px;
  padding: 13px 0px;
}

.btnBlock-inside a i {
  margin-right: 10px;
}

.btnGreen {
  font-family: "Proxima Nova";
  font-size: 16px;
  color: #fff;
  border: 1px solid #0b8344;
  border-radius: 30px;
  padding: 13px 0px;
  font-weight: bold;
  background-color: #0b8344;
}

.textPage p {
  color: #6a6a6a;
  font-size: 14px;
  font-family: "Proxima Nova";
}

.textPage {
  margin-bottom: 60px;
}

.imgPage img {
  border-radius: 15px !important;
}

.imageProject {
  float: left;
  padding-right: 15px;
}

.nameProject {
  color: #0b8344;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.opysProject {
  color: #6a6a6a;
  font-size: 14px;
}

.payProject {
  color: #fff;
  background: #0b8344;
  padding: 12px 20px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
}

.mistoProject {
  color: #6a6a6a;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

.section-kursy {
  margin-bottom: 70px;
}

.btnBlock-inside .btnGreen:hover {
  color: #fff;
}

.payProject:hover {
  color: initial;
}

.btn-inside-prod {
  margin-top: 30px;
}

.content-single-post {
  margin-top: 60px;
}

.textPage {
  margin-bottom: 30px;
  margin-top: 30px;
}

.textPage p {
  color: #000;
  font-size: 16px;
  font-family: "Proxima Nova";
}

.textPage li {
  font-size: 16px;
}

.imgPage img {
  border-radius: 15px !important;
  width: 100%;
  margin-bottom: 25px;
}

.thumbnailProject img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.15);
}

.descProject {
  display: inline-block;
}

.thumbnailProject {
  float: left;
  width: 100%;
  max-width: 330px;
  padding-right: 30px;
}



/*TEMPLATE FOR PRODUCT START*/

.entry-header-product {
  background-image: url(/wp-content/uploads/static-img/single-page/bg.jpg);
  min-height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -70px;
}

.entry-header-product .container,
.entry-header-product .container .col-sm-12 {
  min-height: 320px;
  position: relative;
}

.entry-header-product .container .col-sm-12 {
  display: flex;
  align-items: center;
  padding-bottom: 0px;
  padding-top: 125px;
}

/*TEMPLATE PRODUCT END*/






/*LYOHA-COOL STYLE END*/














@media screen and (max-width: 767px) {
  #masthead .navbar-nav>li>a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }

  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (max-width: 1200px) and (min-width: 768px) {
  html {
    font-size: 85%;
  }

  #main-nav.navbar-collapse {
    padding: 85px 0 0;
    background: rgba(0, 0, 0, 0.8);
    margin-left: -15px;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .navbar-light .navbar-toggler {
    z-index: 5;
    background: #fff;
    padding: 9px 9px;
    border-radius: 2px;
  }

  .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'%3E%3C/path%3E%3C/svg%3E");
  }

  .navbar-light .navbar-toggler[aria-expanded="true"] {
    background: transparent;
  }

  .searchWidget {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 70px;
  }

  .searchWidget .widget {
    width: 90%;
  }

  .searchWidget .search-form label {
    position: relative;
    width: 100%;
  }

  .searchWidget .search-form input[type="search"].search-field {
    width: 100%;
  }

  .searchWidget i.fa-times {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  #masthead #main-nav .navbar-nav {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
  }

  #masthead #main-nav .navbar-nav>li>a {
    text-align: right;
    animation: none !important;
    color: #ffffff;
    padding: 16px 30px;
    font-weight: 500;
    font-size: 20px;
  }

  .navbar-nav .dropdown-menu {
    margin-bottom: 15px;
  }

  .dropdown-menu .dropdown-item {
    color: #fff;
    text-align: right;
    padding: 6px 45px;
    font-size: 16px;
  }

  .navbar>.pll-parent-menu-item {
    display: flex;
  }

  .navbar>.pll-parent-menu-item>a {
    background: #fff;
    color: #404040;
    display: flex;
    padding: 0;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
  }

  .navbar>.pll-parent-menu-item.show>a {
    border-radius: 50% 50% 0 0;
  }

  .navbar>.pll-parent-menu-item>a:after {
    display: block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    bottom: 6px;
  }

  .navbar>.pll-parent-menu-item>.dropdown-menu {
    max-width: 40px;
    min-width: 40px;
    padding: 0;
    background: #ffffff;
    border-radius: 0px 0px 20px 20px;
    right: 0;
    left: auto;
    border: 0;
    margin-top: -2px;
  }

  .navbar>.pll-parent-menu-item>.dropdown-menu .dropdown-item {
    color: #2b2b2b;
    text-align: right;
    padding: 2px 9px;
    font-size: 14px;

  }

  .socialLink {
    display: none;
  }

  #masthead #main-nav .navbar-nav>li.searchButton>a {
    padding: 10px 20px;
    display: flex;
  }

  #masthead #main-nav .navbar-nav>li.searchButton>a>i {
    background: #ffffff00 !important;
    color: #fff !important;
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 6px;
    transition: all 0.2s ease;
  }

  .elementor-element .elementor-widget-container {
    max-width: 720px;
    margin: 0 auto;
  }

  .elementor-section-full_width.elementor-element .elementor-widget-container {
    max-width: 100%;
    margin: 0;
  }

  .footer-item .logotype {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .footer-item .logotype img {
    max-width: 85px;
    max-height: 85px;
  }

  .footer-item .logotype .logoTitle {
    font-family: 'Proxima Nova';
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    width: 200px;
    white-space: initial;
    position: relative;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 52px;
  }

  .singlepage-title {
    padding: 60px 25px 0;
  }

  .slider-title {
    font-size: 44px;
  }

  .work-flow .col-md-2 {
    max-width: 33%;
    flex-basis: 3%;
    margin-bottom: 10px;
  }



}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }

  .imgPage {
    float: none;
    padding-right: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .imageProject {
    float: none;
    padding-right: 0px;
  }

  .sectionProject {
    text-align: center;
  }

  .contentWraper {
    padding: 0px 10px;
  }

  .titleOsvita {
    margin-top: 188px;
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }

  .blockProduct {
    width: 100%;
    text-align: center;
  }

  .imgProduct {
    border-radius: 15px !important;
  }

  .blockLogoPart {
    margin-bottom: 35px;
    text-align: center;
  }

  .posts-inside-product .elementor-posts-container {
    padding: 0px 10px;
  }

  .section-product {
    padding: 0px 10px;
  }

}


@media(max-width: 767px) {

  .latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(2) .elementor-post__thumbnail__link,
  .latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(3) .elementor-post__thumbnail__link,
  .latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(5) .elementor-post__thumbnail__link,
  .latestPosts .elementor-element.elementor-grid-2 .elementor-posts-container.elementor-grid .elementor-post:nth-child(8) .elementor-post__thumbnail__link {
    max-width: none;
  }
}


/* LANGUAGE SWITCHER START */

.name-languages {
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}

span.present-name-lang {
  font-size: 14px;
  color: #fff;
}

ul.hide-languages-spisok {
  padding: 0px;
  max-height: 0px;
  overflow: hidden;
  top: 20px !important;
  z-index: 0;
  position: absolute;
  transition: all 0.2s ease-in;
}

ul.hide-languages-spisok li a {
  padding: 6px 0px 5px;
  display: block;
  color: #fff;
}

.name-languages:hover .hide-languages-spisok {
  max-height: 200px;
}

span.present-name-lang {
  position: relative;
}

.present-name-lang img,
.hide-languages-spisok {
  width: 25px;
}

span.present-name-lang:after {
  /* display: inline-block; */
  position: relative;
  top: 12.5px;
  left: 5px;
  margin-left: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

@media(min-width: 1200px) {
  .mob-polylnag-switcher {
    display: none;
  }
}

@media(max-width: 1199px) {
  .polylnag-switcher {
    display: none;
  }

  .polylnag-switcher.mob-polylnag-switcher {
    display: block;
  }

  .polylnag-switcher.mob-polylnag-switcher .name-languages {
    margin-left: 0;
    margin-right: 20px;
  }

  .mob-menu-lang-wrapper {
    display: flex;
    align-items: center;
  }

}




/* LANGUAGE SWITCHER END */

.top_banner {
  background-color: rgba(0, 94, 0, 0.99);
  height: 544px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_banner h1 {
  font-size: 78px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  margin-top: 95px;
  padding: 0 15px;
  max-width: 960px;
}

.directions h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 60px 0;
  text-align: center;
}

.directions_blocks {
  display: flex;
  justify-content: space-between;
  /* gap: 15px; */
  flex-wrap: wrap;
}

.direction_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  background-color: white;
  width: 120px;
  padding: 19px 5px;
  gap: 15px;
}

.direction_block img {
  width: 100px;
  height: 80px;
}

.direction_block span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.activity h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 60px 0;
  text-align: center;
}

.category_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news_item {
  box-shadow: 0px 7px 10px 0px #f3f3f3;
  border-radius: 15px;
  overflow: hidden;
}

.news_item_img {
  max-width: 350px;
  height: 200px;
  display: block;
  overflow: hidden;
}

/* .news_item_img img {
  height: 100%;
  object-fit: cover;
} */

.news_post_text {
  padding: 20px 25px 25px;
}

.post_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
  display: block;
  margin-bottom: 20px;
}

.post_description {
  font-family: 'Proxima Nova';
  font-weight: 500;
  color: #a7a7a7;
  font-size: 14px;
  margin-bottom: 20px;
}

.post_link {
  color: #383838;
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 1px;
  border-bottom: 1px solid #383838;
}

.news_item:nth-child(1) {
  grid-row: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  background: #0b8344;
}

.news_item:nth-child(1) .post_title,
.news_item:nth-child(1) .post_description,
.news_item:nth-child(1) .post_link {
  color: white;
}

.news_item:nth-child(1) .post_link {
  border-bottom: 1px solid white;
}


.news_item:nth-child(2) {
  display: flex;
  grid-row: 1;
  grid-column-start: 2;
  grid-column-end: 4;
  position: relative;
  background: #fff;
  flex-direction: row;
  align-items: center;
}

.news_item:nth-child(2) .news_item_img {
  height: 100%;
}

.news_item:nth-child(2) .news_item_img img {
  height: 100%;
  object-fit: cover;
}

.news_item:nth-child(3) {
  display: flex;
  grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  position: relative;
  background: #fff;
  flex-direction: row;
  align-items: center;
}

.news_item:nth-child(3) .news_item_img {
  height: 100%;
}

.news_item:nth-child(3) .news_item_img img {
  height: 100%;
  object-fit: cover;
}

.news_item:nth-child(4) {
  grid-row: 2;
  grid-column-start: 3;
  grid-column-end: 4;
  background: #76c046;
}

.news_item:nth-child(4) .post_title,
.news_item:nth-child(4) .post_description,
.news_item:nth-child(4) .post_link {
  color: white;
}

.news_item:nth-child(4) .post_link {
  border-bottom: 1px solid white;
}

.news_item:nth-child(5) {
  display: flex;
  grid-row: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  position: relative;
  background: #fff;
  flex-direction: row;
  align-items: center;
}

.news_item:nth-child(5) .news_item_img {
  height: 100%;
}

.news_item:nth-child(5) .news_item_img img {
  height: 100%;
  object-fit: cover;
}

.news_item:nth-child(6) {
  grid-row: 3;
  grid-column-start: 3;
  grid-column-end: 4;
  background: #fff;
}

.news_item:nth-child(7) {
  grid-row: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  background: #0b8344;
}

.news_item:nth-child(7) .post_title,
.news_item:nth-child(7) .post_description,
.news_item:nth-child(7) .post_link {
  color: white;
}

.news_item:nth-child(7) .post_link {
  border-bottom: 1px solid white;
}

.news_item:nth-child(8) {
  display: flex;
  grid-row: 4;
  grid-column-start: 2;
  grid-column-end: 4;
  position: relative;
  background: #fff;
  flex-direction: row;
  align-items: center;
}

.news_item:nth-child(8) .news_item_img {
  height: 100%;
}

.news_item:nth-child(8) .news_item_img img {
  height: 100%;
  object-fit: cover;
}

.news_item a:hover {
  color: inherit;
  text-decoration: none;
}

.see_more_news {
  display: flex;
  width: 250px;
  height: 50px;
  background: #0b8344;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin: 85px auto;
  transition: all 0.15s ease-in;
}

.see_more_news:hover {
  color: white;
  text-decoration: none;
  background-color: #086535;
}

.top_baner_pr {
  height: 320px;
  background-image: url(/wp-content/uploads/2023/04/oblojka-prav.jpg);
  border: 1px solid;
  display: flex;
  align-items: flex-end;
}

.top_baner_pr .container {
  padding: 0;
}

.top_baner_pr h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}

.page_content {
  padding-bottom: 70px;
}

.pravlinnya_head {
  display: flex;
  align-items: center;
}

.pravlinnya_side {
  flex-basis: 50%;
}

.pravlinnya_side_photo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_content p {
  font-size: 20px;
  text-align: justify;
}

.pravlinnya_members {
  margin-top: 70px;
}

.pravlinnya_members h2 {
  text-align: center;
  margin-bottom: 15px;
}

.pravlinnya_member {
  margin-bottom: 70px;
}

#breadcrumbs {
  font-size: 14px;
  margin-top: 60px;
}

.pravlinnya_side_photo img {
  width: 100%;
  max-width: 280px;
}

.rada_content {
  margin-top: 35px;
}

.rada_content p {
  font-size: 20px;
  font-family: arial, helvetica, sans-serif;
}

.reports_content {
  margin-top: 50px;
}

.reports_row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.reports_row_side_doc {
  display: flex;
}

.reports_row_side_doc img {
  width: 168px;
  height: 234px;
}

.reports_row_side_text {
  padding-right: 65px;
}

.reports_row_side_text a {
  font-family: 'arial black', sans-serif;
  font-size: 32px;
  color: #008000;
}

.reports_row_side {
  flex-basis: 50%;
}

.reports_row_side_doc a {
  flex-basis: 50%;
}

.top_baner_team {
  background: #177250;
}

.team_content {
  margin-top: 50px;
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.team_person {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team_name {
  margin-top: 40px;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.team_person span {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.person_photo {
  border-radius: 50%;
  overflow: hidden;
}

.top_baner_cat {
  min-height: 440px;
  background-image: url(/wp-content/uploads/static-img/single-page/bg.jpg);
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_baner_cat_vebinar {
  background-image: url(/wp-content/uploads/static-img/education/bg.jpg);
  min-height: 290px;
}

.top_baner_cat h1 {
  font-size: 78px;
  color: #fff;
  font-weight: 900;
}

.news_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.team_vebinar .news_content {
  margin-top: 17px;
}

.news_cat-item-img {
  overflow: hidden;
  height: 165px;
  border-radius: 15px;
  display: block;
}

.news_cat-item-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

.news_item_cat .news_post_text {
  padding: 0;
  margin-top: 30px;
}

.news_item_cat .post_link {
  color: #0b8344;
}

.news_item_cat .post_description {
  margin-bottom: 10px;
}

.news_item_cat .post_title {
  margin-bottom: 10px;
}

.newsletter_date {
  display: block;
  margin-bottom: 10px;
  color: black;
}

.news_cat-pagin {
  margin-bottom: 70px;
}

.news_cat-pagin nav {
  justify-content: center;
}

.news_cat-pagin .nav-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top_baner_contacts {
  height: 320px;
  background-image: url('/wp-content/uploads/static-img/education/bg.jpg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.contacts_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 30px 0 0;
}

.contacts {
  padding: 0 0 70px;
}

.contactItem {
  padding-left: 0;
}

.contactMap {
  padding-right: 0;
}

.contactMap iframe {
  width: 100%;
}

.top_baner_directions {
  background: #b34752;
}

.text_slider_item {
  display: flex;
  align-items: center;
}

.text_slider_item_text {
  flex-basis: 55%;
  padding-right: 45px;
}

.text_slider_item_photo {
  flex-basis: 45%;
  max-width: 500px;
}

.text_slider_item_text p,
.text_slider_item_text ul li {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

.text_slider_item_text p span {
  color: #bf0404;
}

.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.slick-dots button {
  font-size: 1px;
  color: transparent;
  border: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: black;
  opacity: 0.4;
  padding: 0;
}

.slick-dots .slick-active button {
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  width: 25px;
  height: 25px;
  color: transparent;
  font-size: 1px;
  border: none;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2023/04/arrow-slide.svg);
  background-repeat: no-repeat;
  background-size: cover;
}


.slick-next {
  right: 20px;
}

.slick-prev {
  left: 20px;
  top: 46%;
  transform: scaleX(-1);
}

.text_slider_item_photo {
  height: 280px;
  overflow: hidden;
}

.text_slider_item_text p:last-child {
  margin-bottom: 0;
}

.text_slider_item {
  margin-bottom: 80px;
}

.video_sec_wrapper iframe {
  width: 100%;
  height: 630px;
}

.directions_form {
  margin: 100px 0 80px;

}

.directions_form_content {
  background-color: #ffffff;
  background-image: url(/wp-content/uploads/2022/08/hero-3.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.directions_form_wrapper {
  display: flex;
  gap: 50px;
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding: 50px;
  border-radius: 5px;
  max-width: 940px;
  height: 630px;
}

.directions_form_wrapper_photo {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.directions_form_wrapper_photo img {
  width: 100%;
  display: block;
}

.directions_form_wrapper_photo span {
  font-size: 18px;
  text-align: center;
}

.form_head h2 {
  color: #4c4c4c;
  font-family: "Roboto", Sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.directions_form_wrapper_form form label {
  width: 100%;
}

.directions_form_wrapper_form form label input {
  background-color: #f9f9f9;
  border-radius: none;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}

.directions_form_wrapper_form form label textarea {
  height: 90px;
  background-color: #f9f9f9;
  border-radius: none;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}

.directions_form_content .wpcf7-submit {
  height: 60px;
  width: 100%;
  background-color: #0082b2;
  transition: 0.4s;
  border: none;
}

.directions_form_content .wpcf7-submit:hover {
  background-color: #61CE70;
  scale: 1.05;
  border: none;
}

.page-id-7330 .top_baner_directions {
  background-color: #ffa735;
  border: none;
}

.page-id-7330 .text_slider_item_text p span {
  color: #ff6600;
  font-weight: bold;
}

.page-id-7330 .text_slider_item:last-child .text_slider_item_text {
  flex-basis: 100%;
  padding-right: 0;
}

.just_text_content p {
  font-size: 20px;
}

.page-id-7343 .top_baner_directions {
  background: #2b5e70;
}

.just_text_content p .color {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
  color: #1f8293;
  font-weight: bold;
}

.just_text_content p .color-grey {
  font-size: 24px;
  margin-bottom: 0;
  display: block;
  color: #7A7A7A;
  font-weight: bold;
}

.page-id-7343 .just_text_content p br {
  display: none;
}

.img_links_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.img_links_block {
  border-radius: 15px;
  overflow: hidden;
}

.img_links_block img {
  transition: 0.4s;
}

.img_links_block:hover img {
  scale: 1.05;
}

.top_baner_edu {
  background: #5a075f;
}

.edu_blocks_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.edu_blocks_item {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  padding: 35px;
  background-color: #5a075f;
  color: white;
  text-align: center;
  transition: 0.6s;
}

.edu_blocks_item:hover {
  background-color: #410744;
}

.edu_blocks_item:last-child {
  grid-column: 1 / 3;
}

.edu_blocks_item h2 {
  font-size: 23px;
  margin-bottom: 15px;
  margin-top: 0;
  color: white;
}

.edu_blocks_item span {
  display: block;
  margin-bottom: 25px;
}

.edu_blocks_item a {
  padding: 12px 24px;
  color: white;
  border: 1px solid white;
  font-size: 15px;
  font-weight: 700;
}

.edu_cat h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 60px 0;
  text-align: center;
  text-transform: uppercase;
}

.opp_text_content p,
.opp_text_content ul li {
  font-size: 16px;
}

.opp_text_content {
  padding-top: 30px;
  border-top: 1px solid black;
}

.opp_block_links {
  margin: 80px 0;
}

.page-id-7952 .opp_block_links {
  margin-top: 0;
}

.opp_block_links_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.opp_block_links_wrapper a {
  height: 200px;
  background-color: #300028;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  text-align: center;
}

.page-id-7952 .opp_block_links_wrapper a {
  background-color: #586458;
}

.forma_experta_wrapper form br {
  display: none;
}

.forma_experta_wrapper form .wpcf7-text,
.forma_experta_wrapper form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.forma_experta_wrapper form label {
  width: 100%;
  margin-bottom: 15px;
}

.forma_experta_wrapper form p {
  margin-bottom: 0;
}

.forma_experta_radio_1 .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  align-items: center;
  gap: 20px;
}

.forma_experta_radio_1 .wpcf7-form-control-wrap .wpcf7-form-control span {
  margin-left: 0;
}

.forma_experta_radio_1 .wpcf7-form-control-wrap .wpcf7-form-control span label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.forma_experta_radio_2 .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}

.forma_experta_radio_2>p>span {
  display: block;
  margin-bottom: 10px;
}

.forma_experta_radio_2 .wpcf7-form-control-wrap .wpcf7-form-control span {
  margin-left: 0;
}

.forma_bottom_text {
  display: block;
  margin-bottom: 10px;
}

.forma_experta_wrapper .wpcf7-submit {
  margin-top: 20px;
  height: 70px;
  width: 300px;
  font-size: 20px;
  background-color: #61ce70;
}

.forma_experta {
  margin-bottom: 60px;
}

.top_baner_bibl {
  background: #300028;
}

.biblioteka_block_wrapper {
  display: flex;
  align-items: center;
}

.biblioteka_side_image img {
  width: 200px;
}

.biblioteka_side_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 30%;
}

.biblioteka_side_text {
  flex-basis: 70%;
}

.biblioteka_block {
  margin-bottom: 30px;
}

.biblioteka_blocks {
  margin-top: 30px;
}

.biblioteka_side_text_title {
  font-family: tahoma, arial, helvetica, sans-serif;
  color: #003300;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.biblioteka_side_text p,
.biblioteka_side_text ul li,
.biblioteka_side_text ol li {
  font-size: 16px;
}

.bibl_link_text {
  display: block;
  margin-top: 20px;
  color: #003300;
}

.biblioteka_block_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: tahoma, arial, helvetica, sans-serif;
}

.pro_organizaciyu_content p,
.pro_organizaciyu_content ul li {
  font-size: 20px;
  font-family: 'Tahoma', sans-serif;
}

.pro_organizaciyu {
  margin-bottom: 50px;
}

.page-id-7452 .top_baner_directions {
  background: #34b4cc;
}

.page-id-7452 .text_slider_item_text p span {
  color: #6ec1e4;
  font-weight: 800;
  font-size: 24px;
}

.page-id-7459 .top_baner_directions {
  background: #5281b9;
}

.page-id-7459 .text_slider_item_text p span {
  color: #5281b9;
  font-weight: 800;
  font-size: 24px;
}

.page-id-7466 .top_baner_directions {
  background: #7a6479;
}

.page-id-7466 .directions_form_wrapper {
  height: auto;
}

.page-id-7470 .top_baner_directions {
  background: #34b4cc;
}

.page-id-7470 .just_text_content p span {
  color: #2ba3ce;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.page-id-7483 .top_baner_directions {
  background: #34b4cc;
}


.page-id-7483 .text_slider_item_text span {
  color: #34b4cc;
  font-weight: bold;
  font-size: 24px;
}

.page-id-7483 .just_text_content ul li {
  font-size: 20px;
}

.page-id-7483 .just_text_content p {
  margin-bottom: 5px;
}

.page-id-7483 .directions_form_wrapper {
  height: 720px;
}

.page-id-7500 .pravlinnya_members h2 {
  display: none;
}

.hide-languages-spisok li.current-lang {
  display: none;
}

.hide-languages-spisok li a img {
  width: 30px !important;
  height: 16px !important;
}






@media (max-width: 1200px) {
  .top_banner h1 {
    font-size: 44px;
    max-width: 758px;
    text-align: center;
  }

  .directions_blocks {
    justify-content: center;
    gap: 15px;
  }

  .direction_block {
    width: 160px;
  }
}

@media (max-width: 992px) {

  .directions_form_wrapper {
    gap: 28px;
    padding: 30px;
    max-width: 570px;
    height: 589px;
  }

  .text_slider_item {
    flex-direction: column;
  }

  .video_sec_wrapper iframe {
    height: 390px;
  }

  .text_slider_item_text {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .news_content {
    grid-template-columns: repeat(2, 1fr);
  }

  .reports_row_side_text a {
    font-size: 20px;
  }

  .reports_row_side_doc img {
    width: 150px;
    height: 200px;
  }

  .news_item {
    grid-row: unset !important;
    grid-column-start: unset !important;
    grid-column-end: unset !important;
  }

  .news_item:nth-child(1),
  .news_item:nth-child(2),
  .news_item:nth-child(3),
  .news_item:nth-child(4),
  .news_item:nth-child(5),
  .news_item:nth-child(6),
  .news_item:nth-child(7),
  .news_item:nth-child(8) {
    grid-row: unset;
    grid-column-start: unset;
    grid-column-end: unset;
    flex-direction: column;
  }

  .category_block {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .news_item_img {
    max-width: 100%;
  }
}

@media (max-width: 500px) {

  .biblioteka_block_wrapper {
    flex-direction: column;
  }

  .biblioteka_side_text_title {
    font-size: 18px;
    margin-top: 10px;
  }

  .opp_block_links_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .img_links_blocks {
    grid-template-columns: repeat(1, 1fr);
  }

  .video_sec_wrapper iframe {
    height: 220px;
  }

  .directions_form {
    margin: 50px 0 40px;
  }

  .directions_form_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .form_head h2 {
    font-size: 22px;
    text-align: center;
  }

  .form_head p span {
    text-align: center;
  }

  .directions_form_wrapper_form form label textarea {
    height: 60px;
  }

  .directions_form_wrapper_photo img {
    width: 80%;
  }

  .directions_form_wrapper {
    height: auto;
    padding: 17px;
    max-width: 338px;
  }

  .form_head h2 br {
    display: none;
  }

  .directions_form_wrapper_photo {
    width: 190px;
  }

  .text_slider_item_text p,
  .text_slider_item_text ul li {
    font-size: 18px;
  }

  .contactMap {
    padding-left: 0;
  }

  .top_baner_cat {
    min-height: 235px;
  }

  .top_baner_cat h1 {
    font-size: 50px;
  }

  .news_content {
    margin-top: 28px;
  }

  .news_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 38px;
  }

  .news_item_cat .news_post_text {
    margin-top: 13px;
  }

  .team_content {
    margin-top: 32px;
    margin-bottom: 38px;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .person_photo {
    width: 270px;
  }

  .team_name {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .reports_row {
    flex-direction: column;
  }

  .reports_row_side_text {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .reports_content {
    margin-top: 25px;
  }

  .reports_row_side_doc a {
    flex-basis: unset;
  }

  .reports_row_side_doc {
    gap: 30px;
  }

  .rada_content p {
    font-size: 18px;
  }

  .top_baner_pr h1 {
    font-size: 45px;
    text-align: center;
  }

  #breadcrumbs {
    margin-top: 30px;
  }

  .page_content {
    padding-bottom: 30px;
  }

  .pravlinnya_head {
    flex-direction: column;
  }

  .top_baner_pr {
    height: 250px;
  }

  .pravlinnya_side_text {
    margin-top: 20px;
  }

  .pravlinnya_members {
    margin-top: 30px;
  }

  .page_content p {
    font-size: 18px;
  }

  .member_text {
    margin-top: 30px;
  }

  .pravlinnya_member {
    margin-bottom: 35px;
  }
}