/*!
Theme Name: promprylad
Theme URI: http://underscores.me/
Author: ScientEtik
Author URI: https://scientetik.com/
Description: Theme for Promprylad
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: promprylad
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

@import 'extra.css?v=1.2.2';

@font-face {
    font-family: avenir-bold;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/AvenirNextCyr-Bold.woff) format("woff"), url(fonts/AvenirNextCyr-Bold.ttf) format("truetype")
}

@font-face {
    font-family: avenir-regular;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/AvenirNextCyr-Regular.woff) format("woff"), url(fonts/AvenirNextCyr-Regular.ttf) format("truetype")
}

@font-face {
    font-family: avenir-demi;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/AvenirNextCyr-Demi.woff) format("woff"), url(fonts/AvenirNextCyr-Demi.ttf) format("truetype")
}

@font-face {
    font-family: promprylad-iconfont;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/promprylad-iconfont.eot?3rxkl8);
    src: url(fonts/promprylad-iconfont.eot?3rxkl8#iefix) format("embedded-opentype"), url(fonts/promprylad-iconfont.ttf?3rxkl8) format("truetype"), url(fonts/promprylad-iconfont.woff?3rxkl8) format("woff"), url(fonts/promprylad-iconfont.svg?3rxkl8#promprylad-iconfont) format("svg")
}

a:focus, a:active {
	outline: none!important;
}

#tab .tab .ubtn-ctn-left:not(.vc_active) a {
    color: #212848;
}

#tab .tab .wpb_wrapper {
    position: absolute;
    right: 50px;
    top: 3px;
    display: flex;
    flex-direction: column;
    max-width: 220px;
    margin-left: auto;
    min-height: 60px;
}

#tab .tab .wpb_wrapper .ubtn-ctn-left{
    width: 215px;
    margin-bottom: 10px;
    cursor: pointer;
}

#tab .tab .wpb_wrapper .ubtn-ctn-left a span{
    padding: 0 34px;
    font-size: 16px;
    font-family: avenir-regular,Arial,sans-serif;
}
#tab .tab .wpb_wrapper .ubtn-ctn-left a{
    width: 100%;
}
#tab .tab .vc_active {
    order: 1;
}
#tab .tab .ubtn-ctn-left .ubtn {
    color: #ef5355 !important;
    background: none!important;
    cursor: pointer;
    width: 100%;
    padding: 5px;
}

#tab .tab .ubtn-ctn-left:not(.vc_active) a .ubtn {
    border: 2px solid #fff!important;
}

#tab .tab .ubtn-ctn-left:not(.vc_active) a:not(:hover) .ubtn {
    color: #212848 !important;
    background: none!important;
    border: 2px solid #f7f7f7!important;
}

#tab .tab .ubtn-ctn-left:not(.vc_active) {
    order: 2;
    display: none;
    bottom: 0;
    right: 0;
}

#tab .tab .ubtn-ctn-left.sub {
    display: block;
}

#tab #team:not(.activ), #tab #board:not(.activ){
    opacity: 0;
    height: 0;
}

#change {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 30px;
    width: 100%;
    text-align: right;
    border: none;
    cursor: pointer;
}

.submenu a {
    display: flex !important;
}

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    font-family: avenir-regular;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

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

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

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/*
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
*/
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: avenir-regular, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

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

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

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

/*
ul, ol {
	margin: 0 0 1.5em 3em;
}
*/
ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

/*
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

textarea {
    width: 100%;
}

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

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}
*/
a:focus {
    outline: thin dotted;
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hentry {
    margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


/*
* Main menu
*/


#masthead {
    position: fixed;
    top: 0px;
    left: 0px;

    width: 100%;
}


.m-masthead img {
    height: 48px;
    width: 210px;
}

@media (min-width: 300px) and (max-width: 1023px) {
    .site-branding {
        justify-content: space-between
    }
}

#site-navigation {
    visibility: hidden;
    position: absolute;
    top: 31px;
    left: 150px;
    padding: 10px;
    z-index: 100;
    font: 600 10px avenir-bold;
    font-family: avenir-bold;
}

.main-navigation a {
    font-size: 10px;
    color: #212848;
    font-weight: 500;
    font-stretch: 100%;
    letter-spacing: 1px;
    margin-right: 45px;
    line-height: normal;
    text-size-adjust: 100%;
    font: 600 10px avenir-bold;
    font-family: avenir-bold;
}

.main-navigation a:hover {
    color: #ef5355;
}

.site-header {
    transition-duration: 0.3s, 0.3s;

}

#masthead.is-header-active {
    background-color: white;
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}

#masthead.is-header-active #site-navigation {
    visibility: visible;
}

.main-navigation .sub-menu {
    margin-left: -30px;
    background-color: white;
    padding: 0px;
    padding-top: 45px;
}

.main-navigation .sub-menu li {
    padding: 5px 30px;
    border-left: 1px solid rgba(151, 151, 151, 0.25);
    border-right: 1px solid rgba(151, 151, 151, 0.25);
}

@media all and (min-width: 1200px) {
    .main-navigation .sub-menu li {
        width: 100%;
    }
}

.main-navigation .sub-menu li:last-child {
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}

.main-navigation .sub-menu a {
    margin: 5px 0px;
}


.header-adv-menu {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
}

#masthead.is-header-active .c-social__item {
    color: #212848;
    border-color: #212848;
    background-color: transparent;
}


#masthead .c-button {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

#masthead.is-header-active .c-button {
    color: white;
    border-color: #212848;
    background-color: #212848;
    border-width: 1px;
    border-style: solid;
}

.m-header__actions {
    align-items: center;
    display: flex;
    flex: none;
    width: auto;
    z-index: 101;
}

.m-header__actions > * {
    margin-left: 10px
}


.renders_gallery {
    max-width: 100%;

}

.renders_gallery img {

    width: 100%;
}


/*
* Preloader
*/


.m-loader {
    align-items: center;
    background-color: #212848;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.m-loader__icon {
    height: 70px;
    width: 70px
}

.m-loader svg {
    height: 100%;
    width: 100%
}

.m-loader svg polyline {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px
}

.m-loader__base polyline {
    stroke: #fff
}

.m-loader__active polyline {
    animation-duration: 5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: stroke-default;
    animation-timing-function: ease-in-out;
    stroke: #ef5355;
    stroke-width: 1.5px
}

.m-loader__active polyline.small {
    animation-direction: alternate;
    animation-name: stroke-small;
    stroke-dasharray: 10.5px;
    stroke-dashoffset: 10.5px
}

.m-loader__active polyline.default {
    animation-name: stroke-default
}

.m-loader__active polyline.long {
    animation-duration: 4s;
    animation-name: stroke-long
}

.m-loader__active polyline.reverse {
    animation-name: stroke-reverse
}

.m-loader__active polyline.line {
    animation-direction: alternate;
    animation-name: stroke-reverse;
    stroke-dasharray: 19.5px;
    stroke-dashoffset: 19.5px
}

.m-loader__active polyline.delay-default {
    animation-delay: 1s
}

@keyframes stroke-long {
    0%, to {
        stroke-dasharray: 10px
    }
    50% {
        stroke-dasharray: 30px
    }
}

@keyframes stroke-reverse {
    0%, to {
        stroke-dasharray: 50px
    }
    50% {
        stroke-dasharray: 20px
    }
}

@keyframes stroke-default {
    0%, to {
        stroke-dasharray: 5px
    }
    50% {
        stroke-dasharray: 20px
    }
}

@keyframes stroke-small {
    0% {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 10.5px
    }
}


[class*=a-icon-],
[class^=a-icon-] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: promprylad-iconfont !important;
    font-size: 100%;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none
}

[class*=a-icon-]:before,
[class^=a-icon-]:before {
    color: inherit;
    display: inline-block;
}

.a-icon-instagram:before {
    content: "\e900"
}

.a-icon-telegram:before {
    content: "\e913"
}

.a-icon-arrow-left:before {
    content: "\e901"
}

.a-icon-facebook:before {
    content: "\e907"
}

.a-icon-linkedin:before {
    content: "\e908"
}

.a-icon-youtube:before {
    content: "\e90c"
}

.a-icon-close:before {
    content: "\e910"
}

.a-icon-close {
    background-color: transparent;
    outline: none;
    border: none;
}


.c-logo__image {
    display: block;
    max-width: unset
}

@media (min-width: 768px) {
    .c-logo:not(.c-logo--vertical):not(.c-logo--inside) {
        height: 48px;
        width: 60px
    }

    .c-logo:not(.c-logo--vertical):not(.c-logo--inside) .c-logo__image {
        height: 48px;
        width: 210px
    }
}

.c-logo__image {
    display: block
}

.c-nav {
    height: auto;
    width: auto
}

.m-header__navigation {
    align-items: center;
    display: flex;
    flex: 1 1;
    width: 100%
}

@media (min-width: 300px) and (max-width: 1023px) {
    .m-header--index .m-header__navigation {
        justify-content: space-between
    }
}

/*----------- hero ------------------------*/

.m-hero {
	/*display:none!important;*/
}
.hero {
	min-height: 100vh;
	background: url(img/hero/new-economy.jpg) no-repeat center center;
	background-size: cover;
	transition: background-image 1s;
	display: flex;
    align-items: center;
}

.hero__container {
	position:relative;
	margin-left: 60px;
	margin-right: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
    width: 100vw;
    padding-top: 60px;
}

.hero__wrapper {
	max-width: 50%;
}

.slide1 {
	background-image: url(img/hero/new-economy.jpg);
}

.slide2 {
	background-image: url(img/hero/informal-education.jpg);
}

.slide3 {
	background-image: url(img/hero/urbanism.jpg);
}

.slide4 {
	background-image: url(img/hero/modern-arts.jpg);
}

.hero__title {
	font: 400 32px avenir-regular;
	line-height: 1.4;
	margin-bottom: 30px;
	color:#fff;
	font-size:1.666666667vw;
	margin-bottom: 1.5625vw;
}

.hero__title strong{
	font: 750 32px avenir-bold;
	font-size:1.666666667vw;
}

.hero__content {
	position:relative;
}

.hero__list {
	font: 750 24px avenir-bold;
	line-height: 1.5;
	text-transform: uppercase;
	margin-left:43px;
	padding-left:25px;
	color:#fff;
	margin-left:2.239583333vw;
	padding-left:1.302083333vw;
	font-size:1.25vw;
	margin-top: 0;
}

.hero__list li {
	transition: all 1s, opacity 0s;
	margin: 5px 0;
	margin: 0.2604166667vw 0;
}

.slide1 .hero__list li:nth-child(1),
.slide2 .hero__list li:nth-child(2),
.slide3 .hero__list li:nth-child(3),
.slide4 .hero__list li:nth-child(4) {
	/*padding:24px 45px 24px 17px;
	font: 750 94px avenir-bold;*/
	opacity:0;
	line-height: 108px;
    padding-top: 0;
    padding-bottom: 6px;
	margin-bottom: 0;
	
	line-height:5.625vw;
	padding-top:0.5208333333vw;
	padding-bottom: 0.3125vw;
	/*
	line-height:7.291666667vw;
	padding-top:0.78125vw;
	padding-bottom: 0.78125vw;*/
}

.hero__list li:nth-child(1):before,
.hero__list li:nth-child(2):before,
.hero__list li:nth-child(3):before,
.hero__list li:nth-child(4):before {
	content:"";
	display:block;
	position:absolute;
	opacity:0;
}

.hero__list li:nth-child(1):before {
	background-image: url(img/hero/new-economy.jpg);
}

.hero__list li:nth-child(2):before {
	background-image: url(img/hero/informal-education.jpg);
}

.hero__list li:nth-child(3):before {
	background-image: url(img/hero/urbanism.jpg);
}

.hero__list li:nth-child(4):before {
	background-image: url(img/hero/modern-arts.jpg);
}

.hero__list-cover {
	position:absolute;
	list-style:none;
	padding:0;
	margin:0;
	list-style:none;
	transition: top 1s;
	height:108px;
	width: 80vw;
	/*animation: openclose 5s ease-in-out infinite;*/
	height:5.625vw;
	overflow:hidden;
}

@keyframes openclose {
  0% {
   width:80vw;
  }
  
  30% {
   width:15px;
  }
  
  50% {
   width:15px;
  }
  
  70% {
    width: 80vw;
  }
}

@keyframes openclose2 {
  0% {
   width:100%;
  }
  
  30% {
   width:10px;
  }
  
  50% {
   width:10px;
  }
  
  70% {
    width: 100%;
  }
}

.hero__list-cover li{
	position:absolute;
	top:0;
	left:0;
	padding: 0 20px;
    font: 750 72px avenir-bold;
    opacity: 0;
    transition: all 1s;
    line-height: 1.5; /*108px*/
    white-space: nowrap;	
	color: #fff;
	text-transform: uppercase;
	padding:0 1.041666667vw;
	font-size:3.75vw;
	/*line-height: 7.291666667vw;*/
	width:fit-content;
}

.hero__list-cover li span {
	letter-spacing: 3px;
}

.slide1 .hero__list-cover li:nth-child(1) {
	background-color:#9B71B1;
	opacity:1;
}

.slide2 .hero__list-cover li:nth-child(2) {
	background-color:#F05455;
	opacity:1;
}

.slide3 .hero__list-cover li:nth-child(3) {
	background-color:#F9BE00;
	opacity:1;
}

.slide4 .hero__list-cover li:nth-child(4) {
	background-color:#66B2E7;
	opacity:1;
}

.slide1 .hero__list-cover {
	top:8px;
	top:0.4166666667vw;
}

.slide2 .hero__list-cover {
	top:48px;
	top:2.5vw;
}

.slide3 .hero__list-cover {
	top:89px;
	top:4.635416667vw;
}

.slide4 .hero__list-cover {
	top:130px;
	top:6.770833333vw;
}


.slide-controls {
	position: absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	right:0.5208333333vw;
}

.slide-controls__list {
	position: relative;
	display:flex;
	flex-direction:column;
	gap: 45px;
	padding:0;
	margin:0;
	list-style-type:none;
	gap: 2.34375vw;
}

.slide-controls__list:before {
	content:"";
	position:absolute;
	border-radius: 50%;
	display:block;
	width:45px;
	height:45px;
	border: 4px solid #fff;
	right: -7.9px;
    transition: top 1s;
	width:2.35375vw;
	height:2.35375vw;
	border-width: 0.2083333333vw;
	right: -0.4166666667vw;
}

.slide-controls__list li {
	width:29px;
	height:29px;
	background:#9B71B1;
	border-radius: 50%;
	
	width:1.510416667vw;
	height:1.510416667vw;
}

.slide-controls__list li:nth-child(1) {
	background:#9B71B1;;
}

.slide-controls__list li:nth-child(2) {
	background:#F05455;
}

.slide-controls__list li:nth-child(3) {
	background:#F9BE00;
}

.slide-controls__list li:nth-child(4) {
	background:#66B2E7;
}

.slide1 .slide-controls__list:before {
	top:-8px;
	top:-0.4166666667vw;
}

.slide2 .slide-controls__list:before {
	top:66px;
	top:3.4375vw;
}

.slide3 .slide-controls__list:before {
	top:140px;
	top:7.291666667vw;
}

.slide4 .slide-controls__list:before {
	top:214px;
	top:11.14583333vw;
}

.hero__link {
	display:inline-block;
	margin-top:60px;
	border: 3px solid #FFFFFF;
	padding: 20px 35px;
	font: 800 20px avenir-bold;
	color: #FFFFFF;
	transition: all 0.3s;
	margin-top:5.729166667vw	;
	padding: 1.041666667vw 1.822916667vw;
	border-width: 0.15625vw;
	font-size: 1.041666667vw;
}

.hero__link:hover {
	color: #000;
	background: #fff;
	border-radius:100px;
}

@media (max-width: 768px) {
	.slide1 {
		background-position: 75% top;
	}

	.hero__container {
			margin-left: 20px;
			margin-right: 20px;
	}
	
	.hero__wrapper {
		max-width: 100%;
	}
	.hero__title {
		max-width:100%;
		font-size:20px;
		line-height: 140%;
		margin-bottom: 55px;
		font-size:5.55vw;
	}
	
	.hero__title strong{
		font: 750 20px avenir-bold;
		font-size:5.55vw;
	}
	
	.hero__list {
		font: 750 12px avenir-bold;
		margin-left: 30px;
		padding-left: 0px;
		line-height: 1.5;
		margin-top:10px;
		font-size:3.33vw;
		margin-left: 8.33vw;
		margin-top: 2.77vw;		
	}
	
	
	.hero__button {
		text-align:center;
	}
	
	.hero__link {
		border: 2px solid #FFFFFF;
		padding: 12px 25px;
		font: 800 12px avenir-bold;
		padding: 3.333333333vw 6.944444444vw;
		font-size: 3.333333333vw;
		margin-top:12vh	;
		border-width:0.5555555556vw
	}
	
	.slide-controls {
		position: static;
		margin-top: 30px;
		transform: unset;
		display:flex;
		justify-content:center;
		margin-top:8.33vw;
	}
	
	.slide-controls__list {
		gap: 20px;
		flex-direction: row;
		justify-content: center;
		/*gap: 5.55vw;*/
	}
	
	.slide-controls__list li {
		width: 13px;
		height: 13px;
		/*width: 3.61vw;
		height: 3.61vw;*/
	}
	
	.slide-controls__list:before {
		width: 21px;
		height: 21px;
		border: 2px solid #fff;
		left: -4px;
		top:-4px;
		transition: all 1s;
		/*width: 5.83vw;
		height: 5.83vw;
		left: -1.11vw;
		top:-1.2vw;
		border-width:0.5555555556vw;*/
	}
	
	.slide1 .slide-controls__list:before {
		left: -4px;
		top:-4px;
		/*left: -1.15vw;
		top:-1.15vw;*/
	}

	.slide2 .slide-controls__list:before {
		left:29px;
		top:-4px;
		/*left:7.897222222vw;
		top: -1.15vw;*/
	}

	.slide3 .slide-controls__list:before {
		left:62px;
		top:-4px;
		/*left: 17.15vw;
		top: -1.15vw;*/
	}

	.slide4 .slide-controls__list:before {
		left:95px;
		top:-4px;
		/*left:26.3888vw;
		top:-1.15vw;*/
	}
	
	.hero__list li {
		margin: 5px 0;
		margin: 1.388888889vw 0;
	}
	
	.hero__list-cover {
		width: 100%;
		/*animation: openclose2 5s ease-in-out infinite;*/
		height: 11.1111111vw;
		overflow: hidden;
	}
	
	.hero__list-cover li {
		padding: 0 10px;
		font: 750 24px avenir-bold;
		line-height: 40px;
		white-space: nowrap;
		padding: 0 2.7777vw;
		font-size: 6.66666vw;
		line-height: 11.1111111vw;
	}
	
	.hero__list-cover li span {
		letter-spacing: 3px;
	}
	
	.slide1 .hero__list li:nth-child(1),
	.slide2 .hero__list li:nth-child(2),
	.slide3 .hero__list li:nth-child(3),
	.slide4 .hero__list li:nth-child(4) {
		line-height:40px;
		padding-top:0;
		padding-bottom: 8px;
		line-height:11.11111vw;
		padding-top:0;
		padding-bottom: 2.22222vw;
	}
	
	.slide1 .hero__list-cover {
		top:5px;
		top:1.388888889vw;
	}

	.slide2 .hero__list-cover {
		top:26px;
		top:7.222vw;
	}

	.slide3 .hero__list-cover {
		top:50px;
		top:13.88888889vw;
	}

	.slide4 .hero__list-cover {
		top:71px;
		top:19.72222222vw;
	}

}

/*----------- /hero ------------------------*/


/*
* Hero header
*/

.m-hero {
    align-items: center;
    background-color: rgba(33, 40, 72, .5);
    display: flex;
    height: fit-content!important;
    min-height: 600px;
    padding: 140px 0;
    position: relative;
    width: 100%
}
.c-mobile-nav__wrapper .c-button--alt{
    margin: 0 3px;
}
@media (min-width: 300px) and (max-width: 767px) {
    .m-hero {
        height: 500px;
        min-height: 400px;
        padding: 120px 0 40px
    }
	
	
}

@media (min-width: 768px) and (max-width: 1023px) {
    .m-hero {
        height: 800px
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .m-hero {
        height: 600px
    }
}

.m-hero .a-text-h1 {
    text-align: center
}

.m-hero__back {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}
.m-hero__box .c-button{
    width: fit-content;
    margin: auto;
    padding: 16px 57px !important;
    line-height: 1.5;
    height: auto;
}
.m-hero__back img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}
.m-hero__content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 25px;
    max-width: 1632px;
    margin: auto;
    position: relative;
    width: 100%;
    z-index: 2;
    flex-direction: inherit;
}
.space-around{
    justify-content: space-around;
}
.m-hero__box{
    width: 50%;
    max-width: 606px;
    padding: 0 20px;
}
.m-hero__box img{
    display: block;
    margin: auto;
}
.m-hero__text p{
    margin-bottom: 40px;
}
.m-hero__text{
    color:#fff;
    font-size: 20px;
    line-height: 1.3;
}
.btn-yello{
    background-color: #FFE62A;
}
.m-hero__text_top{
    color:#fff;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    max-width: 1100px;
}
.m-hero__box .margin-b{
    padding-bottom: 50px;
}
.text-center{
    text-align: center;
    max-width: 610px;
    margin: 30px auto 40px auto;
    font-weight: 700;
}
@media (min-width: 300px) and (max-width: 767px) {
    .m-hero__box{
        padding: 0;
    }
    .m-hero__text {
        font-size: 20px;
    }
}

@media (min-width: 300px) and (max-width: 1023px) {
    .m-hero__content {
        height: 100%
    }

    .m-hero__content v.c-button {
        margin-top: 60px
    }

    .m-hero__content .a-text-h1 {
        line-height: 1.16667
    }
    .m-hero__box{
        width: 100%;
    }
    .text-center {
        margin: 30px auto;
    }
    .m-hero__box img{
        margin-top: 30px;
    }
    .m-hero__box .margin-b {
        padding-bottom: 0px;
    }
    .m-hero__box{
        padding-bottom: 30px;
    }
    .m-hero{
        padding-bottom: 80px;
    }
}

.c-play {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    margin-top: 50px;
    width: auto
}

@media (min-width: 300px) and (max-width: 767px) {
    .c-play {
        margin-top: 0;
        width: 80px
    }
}

.c-play__icon {
    align-items: center;
    border: 2px solid hsla(0, 0%, 100%, .75);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 82px;
    justify-content: center;
    position: relative;
    width: 82px
}

.c-play__icon svg {
    height: 32px;
    margin-left: 4px;
    width: 23px
}

.c-play__icon svg polygon {
    fill: transparent
}

@media (min-width: 300px) and (max-width: 767px) {
    .c-play__icon svg {
        height: 22px;
        width: 16px
    }
}

.c-play__icon:after, .c-play__icon:before {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: pulse;
    border: 2px solid hsla(0, 0%, 100%, .75);
    border-radius: 50%;
    content: "";
    display: block;
    height: 82px;
    left: calc(50% - 41px);
    opacity: 0;
    position: absolute;
    top: calc(50% - 41px);
    width: 82px
}

.c-play__icon:before {
    animation-delay: .6s
}

.c-play__icon:after {
    animation-delay: 1.2s
}

@media (min-width: 300px) and (max-width: 767px) {
    .c-play__icon {
        height: 56px;
        width: 56px
    }

    .c-play__icon:after, .c-play__icon:before {
        height: 56px;
        left: calc(50% - 28px);
        top: calc(50% - 28px);
        width: 56px
    }
}

.c-play__title {
    letter-spacing: normal;
    margin-top: 25px;
    text-transform: uppercase
}

@media (min-width: 300px) and (max-width: 1023px) {
    .c-play__title {
        letter-spacing: normal
    }
}

@media (min-width: 300px) and (max-width: 767px) {
    .c-play__title {
        margin-top: 10px;
        text-align: center
    }
}

.c-welcome-player {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.c-welcome-player:after {
    background-color: rgba(33, 40, 72, .7);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-welcome-player .c-welcome-player__poster {
    display: none
}

@media (min-width: 300px) and (max-width: 1023px) {
    .c-welcome-player .c-welcome-player__video {
        display: none
    }
}

@media (min-width: 300px) and (max-width: 1023px) and (min-width: 300px) and (max-width: 767px) {
    .c-welcome-player .c-welcome-player__poster.c-welcome-player__poster--mobile {
        display: block
    }
}

@media (min-width: 300px) and (max-width: 1023px) and (min-width: 300px) {
    .c-welcome-player .c-welcome-player__poster.c-welcome-player__poster--desktop {
        display: block
    }
}

.c-welcome-player .c-welcome-player__poster {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%
}

.c-welcome-player .c-welcome-player__video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.c-video-modal {
    background-color: rgba(33, 40, 72, .7);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.c-video-modal:before {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: spinner;
    animation-timing-function: linear;
    border: 8px solid hsla(0, 0%, 59.2%, .25);
    border-radius: 50%;
    border-right-color: #212848;
    content: "";
    display: block;
    height: 160px;
    left: calc(50% - 80px);
    position: absolute;
    top: calc(50% - 80px);
    width: 160px;
    z-index: 1
}

.c-video-modal__close {
    background-image: url(img/icons/icon_close_white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 48px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 48px;
    z-index: 99
}

.c-scroll-indicator {
    animation-delay: 0s;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: snake;
    background-color: #fff;
    bottom: 42px;
    height: 78px;
    left: calc(50% - 1px);
    position: absolute;
    transform-origin: center top;
    width: 2px;
    z-index: 5
}

.a-text-h1 {
    font: 600 66px avenir-bold;
    line-height: 1
}

@media (min-width: 300px) and (max-width: 767px) {
    .a-text-h1 {
        font-size: 36px
    }
}

.a-color-text-light {
    color: #fff
}

.a-text-note {
    font: 400 10px avenir-regular
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

@keyframes snake {
    0% {
        transform: scaleY(0)
    }
    50% {
        transform: scale(1)
    }
    51% {
        transform: scale(1)
    }
    70% {
        opacity: 0
    }
    90% {
        opacity: 0;
        transform: scaleY(0)
    }
    to {
        opacity: 0;
        transform: scaleY(0)
    }
}

.c-member {
    height: 300px !important;
}

.m-corps__aside {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    right: 45px;
    top: 0;
    width: auto;
    z-index: 99;
}

.m-rooms__list {
    z-index: 95;
}


/*
.vc_toggle_icon {
	color: #212848 !important;;
    flex: none !important;;
    height: 50px !important;;
    padding: 10px !important;;
    position: absolute !important;;
    right: 0 !important;;
    top: 15px !important;;
    transition: color .3s,transform .4s !important;;
    width: 50px !important;;
}

.vc_toggle_icon::after, .vc_toggle_icon::before {
	background-color: currentColor !important;;
    border-radius: 1px !important;;
    content: "" !important;;
    display: block !important;;
    position: absolute !important;;
    transform-origin: center !important;;
    transition: background-color .3s,transform .5s !important;;
}

.vc_toggle_icon::before {
	height: 2px !important;;
    left: calc(50% - 15px) !important;;
    top: calc(50% - 1px) !important;;
    width: 30px !important;;
}

.vc_toggle_icon::after {
	height: 30px !important;;
    left: calc(50% - 1px) !important;;
    top: calc(50% - 15px) !important;;
    width: 2px !important;;
}



.vc_toggle_icon:after, .vc_toggle_icon:before {
    background-color: currentColor;
    border-radius: 1px;
    content: "";
    display: block;
    position: absolute;
    transform-origin: center;
    transition: background-color .3s,transform .5s;
}

.vc_toggle_icon:before {
    height: 2px;
    left: calc(50% - 15px);
    top: calc(50% - 1px);
    width: 30px;
}

.vc_toggle_icon:after {
    height: 30px;
    left: calc(50% - 1px);
    top: calc(50% - 15px);
    width: 2px;
}

.vc_toggle_active .vc_toggle_icon:before {
	transform: rotate(-90deg);
}
*/

.vc_toggle_icon:hover::before, .vc_toggle_icon:hover::after {
    color: #ef5355 !important;;
    background-color: #ef5355 !important;;
}

.vc_toggle_icon {
    left: unset !important;
    right: 0px !important;

}

.vc_toggle_icon::after {
    height: 30px !important;
    transition: background-color .3s, transform .5s !important;;

}

.vc_toggle_icon::before {
    width: 30px !important;
    transition: background-color .3s, transform .5s !important;;
}


.vc_toggle_active .vc_toggle_icon::after {
    transform: rotate(-90deg) translate(15px, -1px) !important;
    visibility: visible !important;
}

.vc_tta-tab > a {
    background-color: transparent !important;
    color: #212848 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.vc_tta-tab.vc_active > a, .vc_tta-tab > a:hover {
    color: #ef5355 !important;
    background-color: transparent !important;
}

.vc_tta-tabs-list {
    margin-right: 150px !important;
}

.is-header-active .c-button {
    background-color: #212848;
    color: white;
}


.c-lang-selector select {
    border: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.01);
    background-image: url('img/1t.png');
}

.is-header-active select {
    border: none;
    color: #212848;;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url('img/1t.png');
}

.c-lang-selector select option {
    background-color: transparent !important;
    border: none;
    color: white;
}

.is-header-active .c-lang-selector select option {
    border: none;
    color: #212848;
}


#support_project > div {
    background-color: rgba(33, 40, 72, 0.8);
}

.text-wpb_content_element > div > p {
    font: 400 16px avenir-regular !important;
    line-height: 1.5;
    margin-bottom: 24px;
}

.link-button {
    text-align: center;
    width: auto;
    display: inline-block;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px !important;
}

.c-floor-group:hover .c-floor-group__label {
    opacity: 1;
}

#mainplan, .c-floors__plan {
    max-height: 700px;
    margin: auto;
}

.m-corps__body {
    position: inherit;
}

.c-floor-group__label {
    z-index: 101;
    position: inherit;
}

.a-text-h2-small {
    font: 600 50px "avenir-bold" !important;
    font-size: 46px !important;
}


.hidden_row, .hidden_row > div, .hidden_row > div > div {
    height: 0px;
}

#invest > div {
    background-color: rgba(33, 40, 72, 0.8) !important;
    height: 100%;
}

.nobr_heading {
    display: inline;
}


.viewall {
    cursor: pointer;
}

.algn_cntr, .algn_cntr .wpb_wrapper {
    text-align: center;
}

.inln_blk {
    display: inline-block;
}

.a-icon-pencil {
    color: #ef5355 !important;
    font-size: 16px;
    margin-right: 5px;
}

@media (max-width: 1200px) {
    .main-navigation a {
        margin-right: 8px;
    }
}

@media (max-width: 1140px) and (min-width: 1000px) {
    .main-navigation a {
        letter-spacing: 0px;
        margin-right: 3px;
    }

    .m-header__actions .c-button.c-button--alt {
        padding: 0px 15px;
    }
}

@media (max-width: 1400px) {
    .main-navigation a {
        margin-right: 15px;
    }
}


@media (max-width: 1023px) {
    .main-navigation {
        display: none;
    }
}

@media (max-width: 1023px) and (min-width: 760px) {

    .c-member {
        height: 600px !important;
    }
}

@media (max-width: 760px) {
    .c-member {
        height: auto !important;
    }
}


@media all and (min-width: 300px) and (max-width: 767px) {
    .c-plan__image {
        width: 100%;
        height: auto;
    }
}

#show_mobile_menu {
    margin-top: 10px;
}


#mainplan {
    position: relative;
}

.c-button.c-button--attention, .c-button.c-button--outline {
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 300px;
}

.link-button {
    width: 100%;
    text-align: left;
}

@media (max-width: 768px) {
    .link-button {
        text-align: center;
        width: 100%;
    }

    .link-button a {
        display: inline-block;
    }
}

.height_80 {
    min-height: 700px;
}


.c-mobile-nav .submenu {
    display: none;
}

.submenu__return {
    font-size: 42px;
    color: white;
    position: absolute;
    top: 14px;
    right: 34px;
    cursor: pointer;
}

.aio-icon-left {
    display: none !important;
}

.ultsl-record {
    border: none;
}

.qtranxs-available-languages-message {
    display: none;
}

.c-partner-slider__logo {
    max-width: 210px;
    max-height: 85px;
}

.menu-main-menu-container .menu-item a {
    text-transform: uppercase;
}


.c-form-subscribe {
    width: 350px;
    margin: auto;
}

.c-over.c-over--error .c-over__back, .c-over.c-over--success .c-over__back {
    transform: scale(0.99, 0.9);

}

.c-over.c-over--error, .c-over.c-over--success {
    transform: scale(0.99, 0.9);
    pointer-events: auto !important;
    display: none;
}


.is-tryagain .c-over.c-over--error {
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
}


.is-complete .c-over.c-over--success {
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
}


.is-active .c-over.c-over--intro {
    display: none;
}

.c-form-subscribe__input, .c-form-subscribe__button {
    display: block;
    visibility: hidden !important;
    opacity: 0 !important;
}

.is-active .c-form-subscribe__input, .is-active .c-form-subscribe__button {
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
}

.hidden {
    display: none;
}

.entry-content {
    overflow: hidden;
}

.vc_col-sm-12 {
    min-height: 0px !important;
}


@media (min-width: 1024px) {
    .planlink {
        position: absolute;
        margin-top: -130px;
    }
}

.m-main__section--why .m-content-view__title {
    margin-bottom: 0px;
}


@media (max-width: 1024px) {
    .m-main__section--why {
        padding-top: 0px !important;
    }
}


#contacts .wpb_column:last-child .wpb_content_element {
    margin-bottom: 0px;
}

@media all and (min-width: 300px) and (max-width: 767px) {
    .a-text-h3 {
        font-size: 22px;
        line-height: 2;
    }
}


@media (max-width: 667px) {
    .scroll-back-to-top-wrapper {
        bottom: 22px !important;
        right: 95px !important;

    }
}


#about-project > div {
    background-size: 50% !important;
}

@media (max-width: 1024px) {
    #about-project > div {
        background: 0% !important;
    }
}


.single-post #breadcrumbs, .category #breadcrumbs {
    margin-bottom: 15px;
}

.single-post .m-content-view, .category .m-content-view {
    padding-top: 80px;
}

.category .m-content-view__title {
    padding-bottom: 25px;
}


@media (min-width: 1024px) {


    .single-post .m-main.with-sidebar, .category .m-main.with-sidebar {
        width: 80%;
        display: inline-block;
    }

    .single-post .widget-area {
        width: 19%;
        display: inline-block;
    }

    .cat-column-6 {
        width: 49%;
        display: inline-block;
        padding: 15px;
        height: 720px;
        vertical-align: top;
    }

    .category .entry-header {
        height: auto;
    }

    .category .entry-header .entry-meta {
        margin-bottom: 20px;
    }

    .category .entry-title {
        height: auto;
        font-size: 20px;
    }

    .category .m-main__content {
        max-width: 100%;
        padding: 0px 60px 0px 60px;
    }

    .blogpage .m-main__content {
        max-width: 100%;
        padding: 0px 60px 0px 60px;
    }

}


@media (max-width: 480px) {
    .m-hero__content .a-text-h1.a-color-text-light.desktop {
        display: none;
    }
}

@media (min-width: 481px) {
    .m-hero__content .a-text-h1.a-color-text-light.mobile {
        display: none;
    }
}


.invest_amount {
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.invest_amount:first-child {
    margin-left: 0px;
}


.benetable {
    font-size: 12px;
    width: 860px;
}

.benetable td {
    text-align: center;
    vertical-align: middle;
    width: 90px;
    max-height: 40px;
    min-height: 22px;
    border-bottom: solid 1px grey;
    border-left: solid 1px grey;
    outline-offset: -1px;
}

.benetable td:first-child {
    text-align: justify;
    width: 50%;
    padding-right: 10px;
    border-left: none;

}

.benetable tr:last-child td {
    border-bottom: none;
}


#masthead.is-header-active-alw {
    background-color: white;
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}

#masthead.is-header-active-alw #site-navigation {
    visibility: visible;
}

#masthead.is-header-active-alw .c-social__item {
    color: #212848;
    border-color: #212848;
    background-color: transparent;
}

#masthead.is-header-active-alw .c-button {
    color: white;
    border-color: #212848;
    background-color: #212848;
    border-width: 1px;
    border-style: solid;
}

.is-header-active-alw .c-button {
    background-color: #212848;
    color: white;
}

.is-header-active-alw select {
    border: none;
    color: #212848;;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url('img/1t.png');
}


.is-header-active-alw .c-lang-selector select option {
    border: none;
    color: #212848;
}

.is-header-active-alw .c-burger {
    color: #212848;
}


.m-header.is-header-active-alw {
    background-color: #FFFFFF;
    border-bottom-color: rgba(151, 151, 151, 0.25);
}

.m-header.is-header-active-alw .c-lang-selector__item {
    color: #212848;
}

.m-header.is-header-active-alw .c-social__item {
    background-color: transparent;
    border-color: #212848;
    color: #212848;
}

.m-header.is-header-active-alw .a-color-text-light {
    color: #212848;
}

.m-header.is-header-active-alw .c-button {
    background-color: #212848;
    color: #FFFFFF;
}

/*---------Ivent Day-----------*/
.page-id-10951,
.page-id-15288 {
    font-size: 16px;
}

.invest-header {
    position: absolute;
    top: 75px;
    visibility: visible;
    height: auto;
    align-items: center;
    justify-content: space-between;
}

.invest2022-header {
	align-items:start;
	padding: 0 calc(5% + 15px);
	top: 65px;
}
.invest2022-header .invest-header__wrapper{
	justify-content:end;
	flex:1;
}

.invest-header__wrapper {
    display: flex;
    width: 60%;
    justify-content: space-between;
}

.invest2022-header.sticky-header {
	position: fixed;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.6s;
    padding: 15px calc(5% + 15px);
    align-items: center;
    transition-property: padding;
    transition-delay: 0s;
}

.invest-header .logo {
    width: 40%;
}

.invest2022-header.sticky-header .c-logo__image {
    height: 60px;
	transition:all 0.6s;
	width: auto;
}

.invest-header .c-logo__image {
    width: 100%;
    max-width: 300px;
	height: 16.4vh;
}


.invest-header .main-navigation {
    width: 70%;
    display: flex;
    align-items: center;
}

.page-id-15288 .invest-header .main-navigation {
    flex: 1;
    justify-content: end;
}

#menu-invest-day-2022,#menu-invest-day, #menu-promprylad-impact {
    display: flex;
    justify-content: space-between;
}

.menu-invest-day-container {
    width: 100%
}

#menu-invest-day-2022 a,#menu-invest-day a, #menu-promprylad-impact a {
    color: #fff;
    font-size: 25px;
    transition: color 0.3s;
}

#menu-invest-day-2022 a:hover,#menu-invest-day a:hover, #menu-promprylad-impact a:hover {
    color: #EF5355;
}

#menu-invest-day-2022 a:focus,
#menu-invest-day-2022 a:active {
	outline:none;
}

.m-hero {
    flex-wrap: wrap;
}

.tickets-link {
    color: #fff;
    background: #F9BE00;
    border-radius: 35px;
    height: 70px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    font: bold 1.5em avenir-bold;
}

.invest-day_hero {
    background-image: linear-gradient(rgba(249, 190, 0, 0.2), rgba(249, 190, 0, 0.2)), url(https://promprylad.ua/wp-content/uploads/2021/05/banner.jpeg);
    background-size: cover;
}
.invest-day2022_hero {
	background-image: url('img/bg_investor_2022.jpg');
    background-size: cover;
	min-height: 100vh;
    padding: 310px 0 75px;
	align-items: start;
	padding-top: 30.8vh;
    padding-bottom: 7.7vh;
}

.invest-day_hero .m-hero__content {
    height: 100%;
}
.invest-day2022_hero .m-hero__content {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
    align-items: start;
    /* margin: 0; */
    /* height: calc(100vh - 370px); */
}

.hero__event_info {
	color:#fff;
	font-size: 22px;
	font-size: 2.26vh;
	margin-bottom: 5vh;
}

.hero__event_row {
	display: flex;
	margin-bottom: 10px;
	margin-bottom: 1vh;
}

.hero__event_row:last-child {
	margin-bottom: 0;
}

.hero__event_rowtitle {
	font:normal 37px avenir-bold;
	font-size: 3.8vh;
}

.hero__event_colicon {
	font-size: 61px;
	margin-right:50px;
	width:60px;
	text-align: center;
	font-size: 6.26vh;
    width: 6.16vh;
}

.invest-day_hero .date-subtitle {
    color: #fff;
    font-size: 60px;
    font-family: avenir-demi;
}

.hero__event_row a {
	text-decoration: underline;
}

.hero__event_row a:hover {
	text-decoration: none;
}

.hero__event_row a:active,
.hero__event_row a:focus {
	outline:none;
}


.m-hero.invest-day_hero .a-text-h1 {
    font-size: 150px;
}

.m-hero.invest-day_hero .a-text-note {
    font-size: 19px;
    text-transform: none;
}

.invest-day_hero .address {
    text-align: right;
    position: absolute;
    bottom: 40px;
    right: 45px;
    color: #fff;
    font: 400 30px avenir-demi;
}

.m-hero.invest-day2022_hero .a-text-h1 {
	font-size:61px;
	font-size: 6.3vh;
	padding-bottom: 5vh;
}

.m-hero.invest-day2022_hero .a-text-h1 span{
	font-size:136px;
	display:block;
	font-size: 14vh;
}

.hero__bottom {
	display:flex;
	gap: 80px;
	align-items: center;
	gap: 8.2vh;
}

.hero__bottom img {
	height: 6.15vh;
}

.invest-day2022_hero .hero__button {
	display: block;
	padding: 20px 90px;
	color: #fff;
	font:normal 27px avenir-bold;
	border: 4px solid #fff;
	border-radius: 100px;
	padding: 2.05vh 9.23vh;
	font-size: 2.87vh;
}

.page-id-10951 .vc_row,
.page-id-15288 .vc_row {
    width: 1320px;
    margin: 0 auto;
}

.page-id-10951 #mainslider,
.page-id-10951 #mainslider .vc_row {
    width: 100%;
    left: 0 !important;

}

#intro-text0 {
    padding: 100px 0 0;
}

#intro-text1 {
    margin-top: -20px;
}

#intro-text2 {
    padding: 0 0 4em;
}

#intro-text0 h2 {
    font: bold 3em avenir-bold;
    color: #F9BE00;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.page-id-15288 #intro-text0 a {
	color: #66B2E7;
	text-decoration:underline;
	transition: all 0.3s;
}

.page-id-15288 #intro-text0 strong {
	font-family: avenir-bold;
}

.page-id-15288 #intro-text0 a:hover {
	text-decoration:none;
}

.speaker .speaker__text {
	text-align:center;
	font-size: 18px;
}

.speaker .speaker__text h4{
	font: normal 25px avenir-bold;
	text-transform: uppercase;
}

.page-id-15288 #main .wpb_wrapper h2 {
    font: normal 62px avenir-bold;
    color: #66B2E7;
    margin-bottom: 60px;
	margin-top:90px;
    text-transform: uppercase;
}

.page-id-15288 #main #program_new h2 {
	margin-top:30px;
}

.page-id-15288 #main #program_new h2,
.page-id-15288 #main #logistic h2 {
	color: #F9BE00;
}

.page-id-15288 #main #logistic h2 {
	margin-top:0;
}

#intro-text0 p,
#intro-text1 p,
#intro-text2 p {
    font: 400 1.5em avenir-regular;
    color: #2F2F2F;
    margin-bottom: 15px;
    text-align: justify;
}

#intro-text1 .wpb_single_image {
    text-align: right;

}

#intro-text1 .wpb_single_image,
#intro-text2 .wpb_single_image {
    padding-top: 15px;
    margin-bottom: 35px;
}

#intro-text2.vc_row .wpb_wrapper .tickets-link {
    margin: 35px 0 30px;
}

#intro-text2 .teckets-comment {
    font-size: 20px;
}

#program h2,
#program_new h3 {
    background: #F9BE00;
    color: #fff;
    font: bold 3em avenir-bold;
    padding: 0px 0 3px 160px;
    margin-bottom: 1em;
}

#program_new h3 {
    font: normal 35px avenir-bold;
	padding-top: 10px;
    padding-bottom: 10px;
}

#program_new h3 em{
    font-family: avenir-regular;
	font-style: normal;
}

#registration .form-row {
	display:flex;
	gap: 0 60px;
	padding:20px  0;
	justify-content: center;
	flex-wrap:wrap;
}

#program_new #registration  h4 a {
	background: #66B2E7;
}	
#program_new #registration .vc_tta-panel-heading {
	background:none;
	margin: 100px 0 65px;
}

#registration .wpcf7-form-control-wrap{
	width:100%;
}

#registration .wpcf7-form-control.wpcf7-submit {
	font-size: 19px;
	color:#fff;
	background:#66B2E7; 
	border:none;
	border-radius: 40px;
	line-height: 52px;
	padding: 0 50px;
	cursor: pointer;
}

#registration .form-row--radio {
	display:flex;
	justify-content:space-around;
}

#registration .form-row--radio input {
	visibility:hidden;
	
}

#registration .form-row--radio label{
	flex:1;
	margin-left: 20%;
}

#registration .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label:after {
	display: block;
	background:#707070;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -81px;
    bottom: 50%;
    transform: translateY(50%);
}

#registration .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
	position:relative;
	font-size: 25px;
}

#registration .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
	display: block;
    border: 4px solid #66B2E7;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: absolute;
    left: -97px;
    bottom: 50%;
    transform: translateY(50%);
}	

#registration .wpcf7-form-control.wpcf7-text,
#guest {
	width:100%;
	line-height: 70px;
	border-radius: 40px;
	border: 4px solid #66B2E7;
	font-size: 19px;
	color:#707070;
	text-align:center;
}

#registration .form-col {
	flex:1;
}

#registration div.wpcf7 span.ajax-loader {
	position: absolute;
}

#program_new #registration h3 {
	font-size: 25px;
	color:#707070;
	text-align:center;
	background: none;
    padding: 0;
    margin-top: 30px;
}

.tbl-program {
    font-size: 1.5em;
    overflow: auto;
    line-height: 1.5;
    color: #2F2F2F;
    padding-left: 160px;
}

.tbl-program h3,
#program_new .tbl-program h4 {
    color: #F9BE00;
    font: 600 1.3em avenir-bold;
    margin: 30px 0;
}

.tbl-program h3:first-child {
    margin-top: 0;
}

#program .wpb_text_column .wpb_wrapper h2.m-top,
#program_new .wpb_text_column .wpb_wrapper h2.m-top {
    margin-top: 2em;
}

#program .wpb_text_column .wpb_wrapper .m-top,
#program_new .wpb_text_column .wpb_wrapper .m-top {
    margin-top: 2em;
}

#program strong,
#program_new strong {
    font-weight: bold;
    font-family: avenir-bold;
}

#logistic .vc_tta-panel-body a,
.tbl-program a {
    color: #F9BE00;
}

#logistic .vc_tta-panel-body a:hover,
.tbl-program a:hover {
    text-decoration: underline;
}

.tbl-program table tr td:first-child {
    width: 180px;

}

.tbl-program table tr td:last-child {
    /*text-align: justify;*/
}

.tbl-program strong {
    font-family: avenir-bold;
}

.tbl-program table tr:nth-child(2n) {
    height: 50px;
}

.page-id-10951 #program{
    margin-top: 2em;
    margin-bottom: 3em;
}

#program_new {
	margin-bottom: 2em;	
}

#logistic .vc_tta-panel {
    margin-bottom: 3em;
}

#logistic .vc_tta-panel-heading {
    background: none;
}

#program_new #registration  a,
#logistic .vc_tta-panel-title a,
#see-in-if a {
    width: 700px;
    height: 3.5em;
    color: #fff;
    background: #F9BE00;
    border-radius: 60px;
    font: bold 25px avenir-bold;
    border: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


#logistic .wpb_wrapper {
    font-size: 24px;
    color: #2F2F2F;
    padding-top: 20px;
}
.page-id-15288 #logistic .wpb_wrapper {
	padding-top:0;
}

#logistic .wpb_wrapper h3,
#logistic .wpb_wrapper strong {
    font-weight: bold;
    font-family: avenir-bold;
}
#program_new #registration  h4 a,
.page-id-15288 #logistic .vc_tta-panel-title a ,
.page-id-15288  #see-in-if a,
.page-id-15288 #logistic .wpb_wrapper h3, 
.page-id-15288 #logistic .wpb_wrapper h4, 
.page-id-15288 #logistic .wpb_wrapper h5 {
	font-size:25px;
	font-family: avenir-bold, Arial, sans-serif;
}

.page-id-15288 #logistic .wpb_wrapper h3 {
	/*text-transform: uppercase;*/
}

.page-id-15288 #logistic .wpb_wrapper h3:first-child {
	margin-top:0;
}

.page-id-15288 #logistic .wpb_wrapper h4 {
	margin: 30px 0;
	color:#66B2E7;
}	

.page-id-15288 #logistic .wpb_wrapper h5 {
	color:#F9BE00;
}

#logistic .wpb_wrapper h3 {
    color: #F9BE00;
    margin-top: 2em;
}

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

#logistic .text-center {
    text-align: unset;
}

#logistic .wpb_wrapper h3,
#logistic .wpb_wrapper p {
    margin-bottom: 1em;
}

#logistic .wpb_wrapper ul {
    margin-top: -15px;
}

#contacts-manager .contacts-column #list-icon-wrap-2601 .aio-icon {
	font-size: 40px!important;
}

#contacts-manager .contacts_title{
	font-size: 36px;
	line-height:1.3;
	color: #fff;
	margin-top: 30px;
}

#contacts-manager .manager-img {
	width:20%
}

#contacts-manager .wpb_single_image {
	text-align: right;
	padding-right:30px;
	margin-bottom: 0;
}

#contacts-manager .contacts-column {
	font-size: 25px;
	color: #fff;
	width:30%
}

#contacts-manager .contacts-column h4 {
	font-size:30px;
}

#contacts-manager .contacts__phone .aio-icon {
	font-size: 24px!important;
	height: 40px;
    width: 40px;
	line-height:40px;
}

#contacts-manager .contacts-column a:hover {
	text-decoration:underline;
}

#contacts-manager .contacts-column .uavc-list-content span.uavc-list-desc {
	vertical-align:top;
}

#contacts-manager .contacts-column .contact_icon {
	margin-bottom:0;
}

.page-id-10951 .m-footer,
.page-id-15288 .m-footer
 {
    background: #fff;
}

.page-id-10951 .c-nav.c-nav--footer,
.page-id-15288 .c-nav.c-nav--footer {
    border-bottom: 1px solid #ccc;
}

.page-id-10951 .m-footer .a-color-text-light,
.page-id-15288 .m-footer .a-color-text-light {
    color: #000000;
}

.page-id-10951 .m-footer .a-color-text-light:hover,
.page-id-15288 .m-footer .a-color-text-light:hover {
    color: #EF5355;
}

#tickets2 {
    display: none;
}

#see-in-if {
    margin-bottom: 5em;
}

.policy {
    font-size: 12px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.policy p {
    margin-bottom: 10px;
}

.policy a {
    color: #f9be00;
}

.policy a:hover {
    text-decoration: underline;
}
@media all and (max-width: 1550px) {
    #masthead .c-button{
        padding: 0 20px;
        font-size: 11px;
        line-height: 35px;
        height: auto;
    }
    #site-navigation {
        left: 97px;
    }
	
.page-id-15288 .vc_row {
    width: 1140px;
    margin: 0 auto;
}
}
@media all and (max-width: 1199px) {
    .invest-header {
        top: 30px;
    }

    .invest-header__wrapper {
        justify-content: flex-end;
        width: 60%;
    }

    #menu-invest-day-2022 a,
    #menu-invest-day a {
        font-size: 18px;
    }

    .tickets-link {
        border-radius: 25px;
        height: 50px;
        width: 200px;
        padding: 0 30px;
        /*font: bold 18px avenir-bold;*/
    }

    .invest-day_hero .m-hero__content {
        height: 65%;
    }

    .invest-day_hero .date-subtitle {
        font-size: 36px;
        text-shadow: 0px 0px 1px rgb(0 0 0 / 50%);
    }

    .m-hero.invest-day_hero .a-text-h1 {
        font-size: 86px;
    }

    .invest-day_hero .address {
        font: 400 20px avenir-demi;
    }

    .page-id-10951 .vc_row,
	.page-id-15288 .vc_row {
        width: 90%;
    }

    #intro-text0 {
        padding: 2em 0 0;
    }

    #intro-text0 h2, #intro-text2 h2 {
        font: bold 42px avenir-bold;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    #intro-text0 p, #intro-text1 p, #intro-text2 p {
        font: 400 25px avenir-regular;
    }

    #intro-text1 .wpb_single_image,
    #intro-text2 .wpb_single_image {
        text-align: center;
    }

    /*#intro-text2 {
        padding: 0 0 100px;
    }*/
    .tbl-program h3 {
        font: 600 28px avenir-bold;
    }


    .page-id-10951 #program,
    #program_new {
        margin-bottom: 30px;
    }

    .page-id-10951 #reg_button button,
    .page-id-15288 #reg_button button {
        height: 75px;
        font: bold 24px avenir-bold;
    }

    .page-id-10951 #program h2{
        font: bold 38px avenir-bold;
        padding: 0px 0 3px 100px;
        margin-bottom: 35px;
    }
	
     #program_new h2 {
        margin: 65px 0 35px;
    }

    .tbl-program {
        font-size: 22px;
        padding-left: 0;
    }

    .tbl-program table tr td:first-child {
        width: 170px;
    }

    /*#logistic {
        margin-bottom: 50px;
    }*/
	#program_new #registration  h4 a,
    #logistic .vc_tta-panel-title a,
    #see-in-if a {
        height: 80px;
        font: bold 25px avenir-bold;
        border-radius: 40px;
    }

    #logistic .wpb_wrapper {
        font-size: 22px;
    }

    #logistic .wpb_wrapper h3, #logistic .wpb_wrapper p {
        margin-bottom: 30px;
    }

    #logistic .wpb_wrapper h3:first-child {
        margin-top: 30px;
    }

    #logistic .vc_tta-panel {
        margin-bottom: 4em;
    }

    #logistic .wpb_wrapper ul {
        margin-top: -20px;
    }
    #masthead .c-button {
        padding: 0px 6px;
        font-size: 8px;
        line-height: 27px;
    }

}

@media all and (max-width: 1023px) {
    .invest-header {
        top: 30px;
    }

    .invest-header .logo {
        width: 40%;
    }

    .invest-header .main-navigation {
        display: none;
    }

    #menu-invest-day-2022 a, #menu-invest-day a, .c-lang-selector__item {
        font-size: 16px;
    }

    .invest-day_hero {
        height: 600px;
        min-height: 360px;
        /*max-height: 100vh;*/
        padding: 100px 0 40px;
        justify-content: flex-start;
        flex-wrap: wrap;
        background-position: 10% top;
    }

    .invest-day_hero .m-hero__content {
        height: 65%;
		justify-content: space-around;
    }
	
	.invest-day_hero.invest-day2022_hero .m-hero__content {
		width: 100%;
	}
	
	.invest2022-header {
		padding: 0 15px;
	}

    .invest-day_hero .date-subtitle {
        font-size: 36px;
        text-shadow: 0px 0px 1px rgb(0 0 0 / 50%);
    }

    .m-hero.invest-day_hero .a-text-h1 {
        font-size: 72px;
    }

    .invest-day_hero .address {
        font: 400 20px avenir-demi;
    }

    .page-id-10951 .vc_row,
	.page-id-15288 .vc_row {
        width: 100%;
    }

    #intro-text2 {
        padding: 0px 0 50px;
    }

    #intro-text1, #intro-text0 {
        padding: 0;
    }

    #intro-text0 h2, #intro-text2 h2 {
        font: bold 32px avenir-bold;
        margin-bottom: 25px;
        margin-top: 30px;
    }

    #intro-text0 p, #intro-text1 p, #intro-text2 p {
        font: 400 18px avenir-regular;
    }

    #intro-text1 .wpb_single_image,
    #intro-text2 .wpb_single_image {
        text-align: center;
    }

    #intro-text2.vc_row .wpb_wrapper .tickets-link {
        margin: 20px 0 20px;
    }

    .tickets-link {
        font: bold 1.3em avenir-bold;
    }

    .page-id-10951 #program,
    #program_new {
        margin-top: 0; 
		margin-bottom: 30px;
    }

    .page-id-10951 #reg_button button,
    .page-id-15288 #reg_button button {
        width: 400px;
        height: 60px;
        font: bold 20px avenir-bold;
    }

    .page-id-10951 #program h2,
    #program_new h3 {
        font: bold 32px avenir-bold;
        padding: 0px 0 3px 10px;
        margin-bottom: 35px;
    }

    .tbl-program {
        font-size: 18px;
        padding-left: 0;
    }

    .tbl-program table tr td:first-child {
        width: 140px;
    }

    .tbl-program h3 {
        font: 600 24px avenir-bold;
    }

    #program .wpb_text_column .wpb_wrapper .m-topб
    #program_new .wpb_text_column .wpb_wrapper .m-top {
        margin-top: 60px;
    }

    #program .wpb_text_column .wpb_wrapper div.m-top,
    #program_new .wpb_text_column .wpb_wrapper div.m-top {
        margin-top: 30px;
    }

    #logistic {
        margin-bottom: 0;
    }
	#program_new #registration  h4 a,
    #logistic .vc_tta-panel-title a,
    #see-in-if a {
        width: 700px;
        height: auto;
        font: bold 22px avenir-bold;
        border-radius: 30px;
        height: 55px;
    }

    #logistic .wpb_wrapper {
        font-size: 18px;
        padding-top: 0;
    }

    #logistic .wpb_wrapper h3, #logistic .wpb_wrapper p {
        margin-bottom: 1em;
    }

    #logistic .wpb_wrapper h3:first-child {
        margin-top: 30px;
    }

    #logistic .vc_tta-panel {
        margin-bottom: 60px;
    }

    #logistic .wpb_wrapper ul {
        margin-top: -20px;
    }

    .page-id-10951 .c-nav.c-nav--footer,
    .page-id-15288 .c-nav.c-nav--footer {
        height: auto !important;
        width: 100% !important;
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 0 !important;
        position: unset !important;
        border-bottom: 1px solid #ccc !important;
    }

    .page-id-10951 .m-footer .a-color-text-light,
    .page-id-15288 .m-footer .a-color-text-light {
        padding: 5px 9px;
    }

    .page-id-10951 .m-footer__copy,
    .page-id-15288 .m-footer__copy {
        padding: 20px 0;
    }

}

@media all and (max-width: 767px) {

    #tickets2 {
        display: unset;
    }

    #tickets1 {
        display: none;
    }

    .tickets-link {
        border-radius: 16px;
        height: 34px;
        width: 140px;
        font: bold 16px avenir-bold;
    }

    .invest-day_hero {
        height: 400px;
        padding: 120px 0 40px;
    }


    .invest-day_hero .m-hero__content {
        justify-content: center;
    }

    .invest-day_hero .date-subtitle {
        font-size: 22px;
    }

    .m-hero.invest-day_hero .a-text-h1 {
        font-size: 48px;
    }

    .invest-day_hero .address {
        text-align: center;
        position: static;
        width: 100%;
        font: 400 14px avenir-demi;
        margin-top: 20px;
        text-shadow: 0px 0px 2px rgb(0 0 0 / 50%);
    }

    #intro-text0 p, #intro-text1 p, #intro-text2 p {
        font: 400 16px avenir-regular;
    }

    #intro-text2 {
        flex-direction: column-reverse;
    }

    #intro-text2 .tickets-link {
        width: 100%;
        height: 55px;
        border-radius: 27px;
        font: bold 20px avenir-bold;
    }

    #intro-text1 .wpb_single_image, #intro-text2 .wpb_single_image {
        margin-top: -20px;
    }

    .tickets-comment {
        font-size: 12px;
    }

    .tbl-program h3 {
        font: 600 20px avenir-bold;
    }

    .tbl-program table tr td:first-child {
        width: 115px;
    }

    .page-id-10951 #program h2,
    #program_new h3 {
        font: bold 27px avenir-bold;
    }
	
	#program_new h3 {
	margin-left: -30px;
    margin-right: -30px;
    padding: 5px 30px;
    font-size: 25px;
}

#program_new .tbl-program table tr:nth-child(2n) {
	height:25px;
}
	#program_new #registration  h4 a,
    #logistic .vc_tta-panel-title a, #see-in-if a {
        font: bold 18px avenir-bold;
    }

    #logistic .wpb_wrapper {
        font-size: 16px;
        padding-top: 0;
    }

    .tbl-program {
        font-size: 16px;
        padding-left: 0;
    }
	
	#program_new #registration  h4 a,
    #logistic .vc_tta-panel-title a, #see-in-if a {
        width: 100%;
    }

    #see-in-if {
        margin-bottom: 50px;
    }
}


/*---------Ivent Day-----------*/


@media all and (min-width: 300px) and (max-width: 767px) {
    .is-header-active-alw .c-logo:not(.c-logo--vertical):not(.c-logo--inside) {
        width: 60px;
        overflow: hidden;
    }
}


@media all and (min-width: 768px) {
    .is-header-active-alw .c-logo:not(.c-logo--vertical):not(.c-logo--inside) {
        overflow: hidden;
    }
}


@media all and (min-width: 768px) {
    .is-header-active-alw .m-header--inside .c-logo:not(.c-logo--vertical):not(.c-logo--inside) {
        overflow: hidden;
    }
}

.is-header-active-alw .c-nav.c-nav--header {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.8s 0s;
}

.is-header-active-alw .c-nav.c-nav--only-active-state {
    display: flex;
}

.is-header-active-alw .c-burger {
    color: #212848;
}

.archive .cat-column-6 {
    height: 860px;
}

.blogpage .m-content-view__title {
    padding-bottom: 5px;
    padding-top: 15px;
}

/*.blogpage .entry-header {*/
/*	height: 100px;*/
/*}*/

.blogpage .hentry {
    display: block;
}

.blogpage .cat-column-6 {
    height: auto;
}

.single-post .site-content, .category .site-content {
    margin-top: 30px;
}


@media (max-width: 1370px) {
    .category #page .m-content-view.m-content-view--list.a-grid-content {
        display: block !important;
    }

    .category #page .entry-title {
        height: 60px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
	.c-people-list__item {
		width: 110px;
		height: 110px;
	}

}
.page-id-13624 #menu-promprylad-impact a{
    font-size: 16px;
}
.page-id-13624 .invest-header .c-logo__image{
    height: 50px;
}
.mova__image{
    height: 20px;
}
.page-id-13624 .entry-content{
    margin: 0;
}
.page-id-13624 .invest-header{
    padding: 10px 100px;
    top: 0px;
}
.page-id-13624.logged-in .invest-header{
    top: 56px;
}
.page-id-13624 #menu-promprylad-impact .active a{
    color: #ef5355;
}
.page-id-13624 .invest-header .logo {
    width: 30%;
}
.page-id-13624 h2{
    text-transform: none;
}
#menu-promprylad-impact a {
    font-size: 18px;
}
.top-bunner-impact .vc_carousel-slideline .attachment-full {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.top-bunner-impact .wpb_images_carousel{
    margin-bottom: 0;
}
.top-bunner-impact .vc_row.vc_inner{
    width: 100%;
    /*height: calc(100% - 7px);*/
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #2f2f2f4d;
    left: 0;
    margin: 0!important;
}
.top-bunner-impact .vc_row.vc_inner .vc_column_container{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.page-id-13624 .row-container{
    max-width: 1300px;
    padding: 0 30px;
    margin: auto;
}
.page-id-13624 .img-tab>div:not(.img-tab-activ){
    display: none
}
.tab-button-img{
    cursor: pointer;
}
.tab-button-img:not(.activ-tab){
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#fullpage .section{
    width: auto!important;
}
.mapa-list li{
    margin-bottom: 14px;
    color: #fff;
}
.mapa-list li a{
    color: #fff;
    border-bottom: none;
	transition: color 0.3s;
}

.mapa-list li a:hover{
		color: #ff5455;
}

.flex-row-8 .wpb_wrapper{
    display: flex;
	justify-content:space-between;
}
.flex-row-8 .wpb_wrapper .wpb_single_image{
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.about-tab .tab-item:not(.activ-item){
    display: none;
}
.about-tab .tab-button  h3{
    cursor: pointer;
    text-transform: uppercase;
}
.about-tab .tab-button  h3.activ-tab a,  .tab-button  h3 a:hover{
    color: #ff5455;
}
.about-tab .tab-item-img{
    padding-bottom: 50px;
}
.about-tab .tab-item-img img{
    object-fit: contain;
    margin-left: 12px;
    margin-right: 25px;
    max-height: 107px;
}
.about-tab .tab-item .grid-card{
    display: flex;
}
.about-tab .tab-item .grid-card:not(:last-child){
    padding-bottom: 20px;
}
.about-tab .tab-item .grid-card-img{
    width: 100px;
}
.about-tab .tab-item .grid-card-img img{
    width: 56px;
    height: 56px;
    object-fit: contain;
}
.about-tab .tab-item .grid-card-text{
    width: calc(100% - 100px);
}
.impact-left-slider{
    padding-top: 50px;
    height: 100vh;
}
.impact-left-slider .vc_column-inner{
    padding: 0px!important;
}
.impact-slider{
    padding-bottom: 40px;
}
.impact-slider .vc_column-inner{
    padding-top: 0!important;
}
.impact-slider .slick-arrow{
    bottom: -30px;
    top: auto;
    left: 35%!important;
    margin-right: -50%;
    transform: translate(-50%, 50%);
    border: 2px solid #222948;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.impact-slider .slick-arrow.slick-prev {
    margin-left: -35px;
}
.impact-slider .slick-arrow.slick-next {
    margin-left: 35px;
}
.impact-right-slider{
    padding-left: 20px;
}
.impact-right-slider .ult-ih-wrapper{
    border: none!important;
}
.impact-right-slider .ult-ih-list-item, .impact-right-slider .ult-ih-list-item>div, .impact-right-slider .ult-ih-list-item .ult-ih-image-block{
    width: 100%!important;
    height: 100%!important;
    margin: 0!important;
}
.impact-right-slider .ult-ih-list-item img{
    object-fit: cover;
    height: 100vh!important;
}
.impact-right-slider .ult-carousel-wrapper, .impact-right-slider .vc_column-inner{
    padding: 0!important;
    margin: 0!important;
}
.impact-right-slider .ult-ih-description-block{
    margin: 0;
    padding: 70px 70px 53px 70px;
}
.impact-right-slider .ult-ih-description-block .ult-ih-description p, .impact-right-slider .ult-ih-description-block .ult-ih-description{
    font-size: 24px!important;
    line-height: 1.2!important;
    text-align: left!important;
    font-weight: 600!important;
}
.impact-right-slider .ult-ih-description-block .ult-ih-description p, .impact-left-slider p{
    margin-bottom: 20px!important;
}
.impact-right-slider .ult-ih-description-block .ult-ih-description strong{
    font-size: 40px!important;
}
.impact-right-slider .ult-ih-divider-block{
    display: none;
}
.impact-right-slider .ult-ih-item .ult-ih-content{
    top: auto!important;
    bottom: 0;
    transform: inherit!important;
}
.fixed-button{
    position: absolute;
    bottom: 20px;
    left: 10px;
}
button.button-present{
    color: #222948;
    border-color: #222948;
    background-color: #ebebeb00;
    border-width: 3px;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 50px;
}
.fix-button-slider{ 
    position: absolute;
    left: 215px;
    top: 0;
    width: 130px;
}
.fix-button-slider ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.fix-button-slider svg{ 
    cursor: pointer;
}
.fix-button-slider .nex-slide{
    transform: rotateZ(180deg);
    margin-left: 10px;
}
.page-id-13624 .mapa-content .row-container {
    padding: 0;
}
.page-id-13624 .mapa-botton .vc_column_container>.vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}
.page-id-13624 .mapa-botton ul{
    margin: 0!important;
}
.impact-item{
    padding-left: 30px;
}
.page-id-13624 .scroll-top-inner{
    position: fixed;
    z-index: 5;
    right: 0px;
    bottom: 0px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-id-13624 .scroll-top-inner.scroll-botton{
    left: 0px;
    right: auto;
}

.page-id-13624 .scroll-top-inner.scroll-botton a{
    left: 115px;
    right: auto;
}
.page-id-15398 .scroll-top-inner.scroll-botton a i,
.page-id-16962 .scroll-top-inner.scroll-botton a i,
.page-id-13624 .scroll-top-inner.scroll-botton a i{
    transform: rotate(180deg);
}
.page-id-15398 .wpb_map_wraper iframe,
.page-id-16962 .wpb_map_wraper iframe,
.page-id-13624 .wpb_map_wraper iframe{
    height: 100vh!important;
}
.page-id-13624 .scroll-top-inner a{
    position: absolute;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #212848;
    color: #fff;
    width: 60px;
    height: 58px;
    line-height: 58px;
    right: 115px;
    bottom: 60px;
    padding-top: 6px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    outline: none;
}
.mapa_function .vc_column-inner .vc_column-inner{
    padding-top: 25px!important;
}

.tba_block {
width: 95px;
    line-height: 42px!important;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: rgba(112,112,112,0.5);
    font: normal 17px avenir-bold;
    border-radius: 30px;
	letter-spacing: 1px;
}


@media all and (max-width: 1301px) {
    .page-id-13624 .invest-header .c-logo__image{
        width: 230px;
    }
    .about-tab>.wpb_column>.vc_column-inner{
        padding: 0;
    }
    .page-id-13624 .invest-header{
        padding: 0 30px;
    }
    .flex-row-8 .wpb_wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .impact-slider h3{
        padding-bottom: 30px!important;
    }
}
@media all and (max-width: 1023px) {
    .page-id-13624 .top-bunner-impact h1{
        font-size: 50px!important;
    }
    .page-id-13624 .tab-button h3{
        font-size: 23px!important;
    }
    .about-tab .tab-item-img img{
        width: calc(33% - 25px);
        margin-left: 0;
    }
    .impact-slider .slick-arrow {
        left: 300px!important;
    }
}


@media all and (max-width: 767px) {
    .page-id-13624 .top-bunner-impact h1, .page-id-13624 h2{
        font-size: 33px!important;
    }
    .page-id-13624 .section, .page-id-13624 .section>div{
        height: auto!important;
    }
    .impact-item{
        padding-left: 15px;
    }
    .impact-item .wpb_row {
        display: flex;
        flex-direction: column;
    }
    .page-id-13624 .tab-button .wpb_wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .impact-left-slider{
        height: auto;
        padding: 10px 15px 100px 15px!important;
        order: 1;
    }
	
	.invest-day2022_hero .m-hero__content {
		/*padding: 0 40px;*/
		gap: 30px;
	}
	
	.invest2022-header {
		padding: 0 30px;
	}
	
	.invest-header .c-logo__image {
		max-height: 80px;
	}
	
	.m-hero.invest-day2022_hero .a-text-h1 {
		font-size:31px;
	}
	
	.invest-day2022_hero {
		height: 400px;
		padding: 160px 0 40px;
		max-height: unset;
	}
	
	.invest2022-header  #show_mobile_menu {
		align-items:start;
	}
	
	.hero__event_info {
		font-size: 13px;
	}
	
	.hero__event_rowtitle {
		font-size: 22px;
	}
	
	.hero__event_colicon {
		font-size: 36px;
		margin-right: 30px;
		width: 36px;
	}
	
	.invest-day2022_hero .hero__button {
		padding: 12px 60px;
		color: #fff;
		font: normal 20px avenir-bold;
		border: 6px solid #fff;
		border-radius: 30px;
		order: 2;
		margin-top:25px;
	}
	
	.invest2022-header.sticky-header {
		display:none;
	}
	
	
	.hero__bottom {
		flex-direction: column;
		gap: 25px;
		width:100%;
	}
	
	.hero__bottom img {
		height:48px;
	}
	
	.m-hero.invest-day2022_hero .a-text-h1 span{
		font-size:69px;
	}

    .impact-left-slider h3{
        padding-bottom: 20px!important;
    }
    .about-tab.section, .mapa_function .vc_custom_1643459806629, .vc_custom_1643583441225{
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }
    .page-id-13624 .tab-button h3:not(:last-child){
        padding-right: 15px;
    }
    .about-tab.section .vc_custom_1643135213966{
        padding-left: 15px!important;
    }
    .page-id-13624 .about-tab.section h2, .page-id-13624 .tab-button h3{
        padding-bottom: 20px!important;
    }
    .about-tab .tab-item .grid-card-img{
        width: 70px;
    }
    .mapa-content .wpb_column:not(:last-child) .mapa-list, .mapa-content .mapa-list ul{
        margin: 0;
    }
    .impact-right-slider .ult-ih-description-block .ult-ih-description strong{
        font-size: 26px!important;
    }
    .impact-right-slider .ult-ih-list-item img{
        max-height: 500px;
    }
    .mapa-botton .wpb_text_column{
        margin: 0;
    }
    .mapa-list li{
        font-size: 18px;
    }
    .mapa-botton .wpb_column:last-child .vc_column-inner{
        padding-top: 0 !important;
    }
    .page-id-13624 .row-container{
        padding: 0 15px;
    }
    .fixed-button{
        left: 10px!important;
    }
	
	.page-id-15288 #logistic .vc_tta-panel-title a,
	.page-id-15288 #see-in-if a{
		font-size: 20px;
		text-align:center;
	}
	
	.page-id-15288 #logistic .wpb_wrapper h3,
	.page-id-15288 #logistic .wpb_wrapper h4,
	.page-id-15288 #logistic .wpb_wrapper h5,
	.page-id-15288 #logistic .wpb_wrapper {
		font-size: 20px;
	}
	
	.page-id-15288 .tbl-program {
		font-size: 20px;
	}
	
	#contacts-manager {
		padding: 50px 30px!important;
		margin-bottom: 20px;
	}
	
	#contacts-manager .contacts_title {
		margin-top:0;
		font-size: 25px;
	}

	#contacts-manager .wpb_single_image {
		text-align:center;
		padding:0;
	}
	
	#contacts-manager .contacts-column h4 {
		font-size: 22px;
		text-align: center;
	}
	
	#contacts-manager .contacts-column p {
		font-size: 16px;
		text-align:center;
	}
	
	#list-icon-wrap-2936 > div > div > div > div {
		font-size:36px!important;
	}
	
	#contacts-manager > div > div.contacts-column.wpb_column.vc_column_container.vc_col-sm-3 > div > div > div.wpb_text_column.wpb_content_element {
		margin-bottom:20px;
	}
	
	#contacts-manager .contacts__phone .aio-icon {
		font-size: 22px!important;
		height: 36px;
		width: 36px;
		line-height: 36px;
	}
	#program strong, #program_new strong {
		display: block;
	}
	.page-id-15288 #main #intro-text0 .wpb_wrapper h2 {
		margin-bottom:15px;
	}
	.page-id-15288 #intro-text0 p {
		font-size: 18px;
		text-align:left;
	}
	
	.page-id-15288 #intro-text0 .vc_column-inner,
	#program_new .vc_column-inner {
		padding: 0 30px;
	}
	
	#program_new #registration .vc_tta-panel-heading {
		background: none;
		margin: 50px 0 25px;
	}
	
	#registration .wpcf7-form-control.wpcf7-text, #guest {
		line-height: 33px;
		border-radius: 20px;
		border: 2px solid #66B2E7;
		font-size: 9px;
	}
	
	.wpb-js-composer .vc_tta.vc_general #registration .vc_tta-panel-body
	 {
		padding: 0;
	}
	
	.page-id-15288 #logistic .wpb_wrapper h4 {
		margin: 20px 0 10px;
	}

	#registration .form-row {
		padding: 0;
		/*gap: 0 40px;*/
	}
	
	#registration .form-col {
		flex: unset;
		width: 100%;
	}
	
	#registration .form-row input {
		margin-bottom: 20px!important;
	}
	
	#program_new #registration h3 {
		font-size: 11px;
		margin: 30px 0 -10px;
	}
	
	
	
	#registration .wpcf7-form-control.wpcf7-submit {
		font-size: 15px;
		width: auto;
		border-radius: 20px;
		line-height: 36px;
		padding: 0 30px;
		margin-top:30px;
	}
	
	#registration .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
		font-size: 11px;
		display:block;
	}
	
	#registration .form-row--radio label {
		margin:0;
	}
	
	#registration .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
		border: 2px solid #66B2E7;
		width: 24px;
		height: 24px;
		left: 0;
	}
	
	#registration .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label:after {
		width: 9px;
		height: 9px;
		left: 7px;
	}
	
	#registration label .wpcf7-radio span {
		margin:0;
	}
	
	#registration label .wpcf7-radio span span{
		padding-left: 30px;
		margin:0;
	}
	
	.page-id-15288 #main .wpb_wrapper h2 {
	font-size: 35px;
	text-align:center;
    margin-bottom: 30px;
	margin-top:40px;
	}	
	

	#program_new .tbl-program td {
		display:block;
		width: 100%;
		text-align:center;
	}

	.page-id-15288 #logistic .wpb_wrapper h4 em{
		display:block;
		font-style: normal;
	}
	
	.speaker .vc_column-inner > .wpb_wrapper {
		display: flex;
		gap: 20px;
		align-items: center;
	}
	
	.speaker .speaker__text h4 {
		font: normal 22px avenir-bold;
	}
	
	.speaker .speaker__text {
		text-align: left;
		font-size: 16px;
		flex: 1;
	}
	.speaker .wpb_single_image.vc_align_left {
		width: 100px;
	} 
	
	#contacts-manager .vc_row {
		width: 100%;
		flex-wrap: wrap;
		display: flex;
		align-items: center;
	}
	
	#contacts-manager .manager-img {
		width:100px;
		margin-right:5px;
	}
	
	#contacts-manager .manager-img .vc_column-inner {
		padding:0;
	}
	
		
	#contacts-manager .contacts-column {
		font-size: 16px;
		flex: 1;
	}
	
	#contacts-manager .contacts-column .uavc-list-content span.uavc-list-desc {
		vertical-align: middle;
		margin-left:-16px;
	}
	
	.contacts-column .align-icon {
		margin-right:10px;
	}
}

@media (min-width: 768px) and (max-width: 1439px) {
	.invest2022-header {
		top: 30px;
	}
	
	
	.invest-day2022_hero .m-hero__content {
		/*height: calc(100vh - 220px);*/
	}

	.invest-header .c-logo__image {
		max-height: 80px;
	}
	
	.invest2022-header.sticky-header .c-logo__image {
		height: 50px;
	}
	
	.invest-day2022_hero {
		padding: 160px 0 50px;
	}
	
	#menu-invest-day-2022 a {
		font-size: 22px;
	}
	
	.m-hero.invest-day2022_hero .a-text-h1 {
		font-size: 36px;
	}
	
	.m-hero.invest-day2022_hero .a-text-h1 span {
		font-size: 80px;
		line-height: 70px;
	}
	
	.hero__event_info {
		 font-size: 16px;
	}
	
	.hero__event_rowtitle {
		font-size:22px;
	}
	
	.hero__event_colicon {
		font-size: 36px;
		margin-right: 25px;
		width: 36px;
	}
	
	.hero__bottom {
        gap: 40px;
	}
	
	.invest-day2022_hero .hero__button {
		padding: 12px 60px;
		color: #fff;
		font-size: 20px;
	}
	
	.hero__bottom img {
		height: 40px;
		width: 100%;
		height: auto;
	}
	
	#intro-text0 {
		padding: 30px 0 0;
	}
	
	.page-id-15288 #main .wpb_wrapper h2 {
		font-size: 48px;
		margin-bottom: 30px;
		margin-top: 30px
	}
	
	.speaker .speaker__text h4 {
		font-size: 21px;
	}
	
	#intro-text0 p,
	.speaker .speaker__text	{
		font-size: 18px;
	}
	
	#program_new h3 {
		font: normal 28px avenir-bold;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 80px;
	}
	
	.tbl-program {
		font-size: 20px;
		padding-left: 80px;
	}
	
	.tbl-program table tr td:first-child {
		width: 135px;
	}
	.tbl-program table tr:nth-child(2n) {
		height: 30px;
	}
	
	#program_new #registration h4 a, .page-id-15288 #logistic .vc_tta-panel-title a, .page-id-15288 #see-in-if a, .page-id-15288 #logistic .wpb_wrapper h3, .page-id-15288 #logistic .wpb_wrapper h4, .page-id-15288 #logistic .wpb_wrapper h5 {
		font-size:22px;
	}
	
	#program_new #registration .vc_tta-panel-heading {
		margin: 50px 0 30px;
	}
	
	#logistic .vc_tta-panel {
		margin-bottom: 2em;
	}
	
	#contacts-manager .contacts_title {
		font-size: 32px;
	}
	
	#contacts-manager .contacts-column {
		font-size: 22px;
	}
	
	#contacts-manager .contacts-column h4 {
		font-size: 28px;
	}
	
	.vc_custom_1660052497263 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	#registration .wpcf7-form-control.wpcf7-text,
	#guest	{
		line-height: 50px;
		font-size: 16px;
		border-width:3px;
	}
	
	#registration .form-row {
		gap: 0 40px;
		padding: 10px 0;
	}
	
	#program_new #registration h3,
	#registration .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label,
	#logistic .wpb_wrapper	{
		font-size: 22px;
	}
	
	#registration .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
		border: 3px solid #66B2E7;
		width: 40px;
		height: 40px;
		left: -70px;
	 }
	 
	 #registration .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label:after {
		width: 18px;
		height: 18px;
		left: -59px;
	}
	
	#program_new #registration h3 {
		font-size: 22px;
		color: #707070;
		text-align: center;
		background: none;
		padding: 0;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.page-id-15288 #logistic .wpb_wrapper h4 em {
		font-style: normal;
	}
}


@media all and (max-width: 360px) {
	
.page-id-15288 #intro-text0 .vc_column-inner, #program_new .vc_column-inner {
    padding: 0 20px;
}

	#registration .form-row {
    /*gap: 0 20px;*/
}

.m-hero.invest-day2022_hero .a-text-h1 {
    font-size: 24px;
}
.m-hero.invest-day2022_hero .a-text-h1 span {
    font-size: 56px;
}
.hero__event_rowtitle {
    font-size: 17px;
}

}

/*impact 2022*/

.page-id-15398  .invest-header{
	top:40px;
	height: 90px;
}



.page-id-15398 .section,
.page-id-16962 .section {
	margin:0;
}
.page-id-15398  .mapa_function .wpb_wrapper .vc_row:not(.mapa-botton) .wpb_column .vc_column-inner,
.page-id-15398  .mapa_function .wpb_wrapper .vc_row.mapa-botton,

.page-id-16962  .mapa_function .wpb_wrapper .vc_row.mapa-botton,
.page-id-16962  .mapa_function .wpb_wrapper .vc_row:not(.mapa-botton) .wpb_column .vc_column-inner,

.page-id-15398  .reviews .wpb_wrapper .vc_row > .section__header > .vc_column-inner,
.page-id-16962  .reviews .wpb_wrapper .vc_row > .section__header > .vc_column-inner,
.page-id-15398  .section > .fp-tableCell > .wpb_column > .vc_column-inner
.page-id-16962  .section > .fp-tableCell > .wpb_column > .vc_column-inner
 {
	width: 100%;
	max-width: 1600px;
	margin:0 auto;
}

.page-id-15398 #impact.section > .fp-tableCell > .wpb_column > .vc_column-inner,
.page-id-16962 #impact.section > .fp-tableCell > .wpb_column > .vc_column-inner,
.page-id-15398 .mapa_function.section > .fp-tableCell > .wpb_column > .vc_column-inner,
.page-id-16962 .mapa_function.section > .fp-tableCell > .wpb_column > .vc_column-inner,
.page-id-15398 .reviews.section > .fp-tableCell > .wpb_column > .vc_column-inner,
.page-id-16962 .reviews.section > .fp-tableCell > .wpb_column > .vc_column-inner {
	width: 100vw;
    padding: 0;
    max-width: 100vw;
}

.page-id-15398 .entry-content,
.page-id-16962 .entry-content {
	margin:0;
}

.page-id-15398 .section {
	padding:80px 0;
}

.page-id-15398 .top-banner-impact.section,
.page-id-16962 .top-banner-impact.section {
	padding:0;
}

.page-id-15398 .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.page-id-16962 .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner{
	padding:0;
}

.page-id-15398 .invest-header .main-navigation,
.page-id-16962 .invest-header .main-navigation {
    width: fit-content;
    white-space: nowrap;
}

.page-id-15398 .mova,
.page-id-16962 .mova {
	margin-right: 45px;
}

.top-banner-impact {
	color: #fff;
}

.top-banner-impact > .fp-tableCell > .vc_column_container {
	background: rgba(31, 42, 68, 0.8);
	min-height: 100%!important;
	padding-top: 160px;
}

.wpb_column.top-banner-impact__col:nth-child(1) {
	padding-right: 50px;
}

.wpb_column.top-banner-impact__col:nth-child(2) {
	padding-left: 50px;
}


.top-banner-impact h1 + .wpb_text_column {
	font-weight: 750;
	font-size: 24px;
	line-height: 1.33;
	text-align: center;
}

.top-banner-impact__col {
	font-size: 20px;
	line-height: 1.25;
	text-align: justify;
}

.top-banner-impact__col p {
	margin-bottom:40px;
}

.top-banner-impact__col .c-button {
    margin: auto;
    padding: 0px 40px !important;
    line-height: 60px;
    height: auto;
    border-radius: 40px;
    font-weight: 750;
    font-size: 16px;
    align-items: center;
    letter-spacing: -0.02em;
    color: #000000;
    width: 250px;
    justify-content: center;
}

/*.top-banner-impact .vc_row.vc_inner{
    width: 100%;
    height: calc(100% - 7px);
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #2f2f2f4d;
    left: 0;
    m
	
	argin: 0!important;
}*/

.a-text-h1 {
	padding-bottom: 40px;
}

.page-id-15398 h2
	color: #1F2A44;
	margin-bottom:65px;
	font: bold 60px avenir-bold;
}

.page-id-15398 .about-tab .tab-button h3,
.page-id-16962 .about-tab .tab-button h3 {
	font: bold 38px avenir-bold;
	line-height: 45px;
	text-align: right;
	color: #1F2A44;
	margin-bottom:90px;
}


.page-id-15398 .impact.section,
.page-id-16962 .impact.section {
	color: #1F2A44;
}

.impact__items {
	margin-bottom: 80px;
}

.impact__items h4 {
	font: normal 48px avenir-bold;
}

.impact__items p,
.impact li {
	font: normal 32px avenir-regular;
}

.impact h3 {
	font: normal 48px avenir-bold;
	margin-bottom: 30px;
}

.impact ul {
	width: fit-content;
    margin: 0 auto;
}

.page-id-15398 .m-prefooter.section,
.page-id-16962 .m-prefooter.section,
.page-id-15398 .mapa_function.section,
.page-id-16962 .mapa_function.section {
    padding: 0;
}

.mapa_function .fp-tableCell {
	vertical-align:top;
}

.mapa_function .mapa_title {
	padding: 80px 0;
}

.page-id-15398 .mapa_function h2 {
	color:#fff;
}

.page-id-15398 .mapa_function .vc_column-inner,
.page-id-16962 .mapa_function .vc_column-inner {
	padding-top:0!important;
}

.mapa-list li {
    margin-bottom: 10px;
    font-size: 22px;
	font-family: avenir-bold;
}

.page-id-15398 .mapa_function .mapa-botton .vc_column-inner,
.page-id-16962 .mapa_function .mapa-botton .vc_column-inner {
    padding-top: 30px!important;
}



.page-id-15398 .a-text-h3.
.page-id-16962 .a-text-h3 {
    font: normal 28px avenir-bold;
    line-height: 1.25;
}

.page-id-15398 .m-prefooter .m-prefooter__aside,
.page-id-16962 .m-prefooter .m-prefooter__aside,
.page-id-15398 .m-prefooter .m-prefooter__aside + .vc_column_container,
.page-id-16962 .m-prefooter .m-prefooter__aside + .vc_column_container {
	height: 100%;
    justify-content: center;
}
.page-id-15398 #impact .ult-carousel-wrapper {
    margin: 0;
    padding: 0;
}

.page-id-15398 #impact.impact-slider{
	margin:0;
	padding:0;
}

.page-id-15398 #impact .impact-left-slider > .vc_column-inner > .wpb_wrapper {
	padding: 30px 145px 80px 175px;
}

.page-id-15398 #impact .impact-left-slider .wpb_text_column .wpb_wrapper{
	font-size: 22px;
	color: #222948;
}

.page-id-15398 .wpb_text_column .wpb_wrapper strong,
.page-id-16962 .wpb_text_column .wpb_wrapper strong{
	font-family: avenir-bold;
}

#impact .vc_row.slick-slide,
#impact .ult-ih-container.ult-adjust-bottom-margin {
	margin:0;
}

.page-id-15398 #impact.impact-slider .slick-arrow {
	bottom: 40px;
    top: auto;
    left: 210px!important;
    margin-right: -50%;
    transform: translate(0,0);
    border: 4px solid #222948!important;;
    border-radius: 30px;
    width: 240px;
    height: 60px;
	z-index: 999;
}

.page-id-15398 #impact.impact-slider .slick-arrow i,
.page-id-16962 #impact.impact-slider .slick-arrow i {
	display:none;
}

.page-id-15398 #impact.impact-slider .slick-arrow.slick-next{
    margin-left: 270px;
}

.page-id-15398 #impact.impact-slider .slick-arrow.slick-prev:before,
.page-id-16962 #impact.impact-slider .slick-arrow.slick-prev:before {
	content: "<< ПОПЕРЕДНЯ";
}

.page-id-15398 #impact.impact-slider .slick-arrow.slick-next:before,
.page-id-16962 #impact.impact-slider .slick-arrow.slick-next:before {
	content: "НАСТУПНА >>";

}

.page-id-15398 #impact.impact-slider .slick-arrow.slick-prev:before,
.page-id-15398 #impact.impact-slider .slick-arrow.slick-next:before{
	font: normal 20px avenir-bold;
	color: #222948;
}

.page-id-15398 #impact .wpb_raw_code .slick-arrow{
	bottom: 0;
    left: 90px!important;
    background: red;
}

.page-id-15398 .reviews h2{
	padding-bottom:40px;
}

.googlemap div,
.googlemap iframe
 {
	height:100%
}

.page-id-15398 .c-banner,
.page-id-16962 .c-banner {
	bottom: 58px;
}

.page-id-15398 #show_mobile_menu,
.page-id-16962 #show_mobile_menu {
	margin-top:0;
}

.page-id-15398 .c-form-subscribe {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}

.center_edu h2 {
	font-size:57px;
	margin-bottom: 30px;
}

.page-id-15398 #impact .center_edu .wpb_text_column .wpb_wrapper {
    font-size: 19px;
}

.page-id-15398 .img-tab>div:not(.img-tab-activ),
.page-id-16962 .img-tab>div:not(.img-tab-activ){
    display: none; 
}


.page-id-15398 .about-tab .tab-item  .wpb_wrapper{
	/*font-size: 22px;*/
}

.page-id-15398 .about-tab #tab1-about.tab-item  .wpb_wrapper{
	font-size: 28px;
}

.page-id-15398 .about-tab #tab2-about.tab-item  .wpb_wrapper{
	font-size: 20px;
}


.page-id-15398 .about-tab #tab3-about.tab-item  .wpb_wrapper{
	font-size: 24px;
}

.page-id-15398 .about-tab #tab3-about.tab-item  .wpb_wrapper,
.page-id-16962 .about-tab #tab3-about.tab-item  .wpb_wrapper{
	/*text-align:center;*/
}

.page-id-15398 .about-tab .tab-item p,
.page-id-16962 .about-tab .tab-item p {
	margin-bottom: 1em;
}

#tab2-about  .wpb_wrapper {
	/*font-size: 18px;*/
}

#tab2-about  .tab-item-img {
   /* padding-bottom: 30px;*/
}

.page-id-15398 .scroll-top-inner a,
.page-id-16962 .scroll-top-inner a{
    position: absolute;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #212848;
    color: #fff;
    width: 60px;
    height: 58px;
    line-height: 58px;
    bottom: 60px;
    padding-top: 6px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    outline: none;
}

.page-id-15398 .scroll-top-inner,
.page-id-16962 .scroll-top-inner {
    position: fixed;
    z-index: 5;
    left: 0px;
	width:100%;
    bottom: 0px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-id-15398 .scroll-botton a,
.page-id-16962 .scroll-botton a {
	right: 15px;
}

.page-id-15398 .scroll-top-inner:not(.scroll-botton) a,
.page-id-16962 .scroll-top-inner:not(.scroll-botton) a {
	left: 15px;
}

.page-id-15398 .scroll-back-to-top-wrapper.show,
.page-id-16962 .scroll-back-to-top-wrapper.show {
	display:none!important;
}

.video-slider .ult-carousel-wrapper button {
	height:100%;
	top:10px;
	z-index: 9999;
}

.m-prefooter .wpb_content_element {
		margin-bottom:35px;
	}


/*https://promprylad.ua/wp-content/uploads/2022/01/Rectangle-1401X.jpeg?id=13657*/


@media all and (max-width: 1919px) {
/*.section > .wpb_column > .vc_column-inner {
	max-width: 1400px;
}
}
@media all and (max-width: 1440px) {*/


	.page-id-15398  .mapa_function .wpb_wrapper .vc_row:not(.mapa-botton) .wpb_column .vc_column-inner,
	.page-id-16962  .mapa_function .wpb_wrapper .vc_row:not(.mapa-botton) .wpb_column .vc_column-inner,
	.page-id-15398  .mapa_function .wpb_wrapper .vc_row.mapa-botton,
	.page-id-16962  .mapa_function .wpb_wrapper .vc_row.mapa-botton,
	.page-id-15398  .reviews .wpb_wrapper .vc_row > .section__header > .vc_column-inner,
	.page-id-16962  .reviews .wpb_wrapper .vc_row > .section__header > .vc_column-inner,
	.page-id-15398  .section > .fp-tableCell > .wpb_column > .vc_column-inner,
	.page-id-16962  .section > .fp-tableCell > .wpb_column > .vc_column-inner
	 {
		max-width: 1170px;
	}
	
	/**/
	.page-id-15398  .mapa_function .wpb_wrapper .vc_row:not(.mapa-botton) .wpb_column .vc_column-inner,
	.page-id-16962  .mapa_function .wpb_wrapper .vc_row:not(.mapa-botton) .wpb_column .vc_column-inner,
	.page-id-15398  .mapa_function .wpb_wrapper .vc_row.mapa-botton,
	.page-id-16962  .mapa_function .wpb_wrapper .vc_row.mapa-botton,
	.page-id-15398  .reviews .wpb_wrapper .vc_row > .section__header > .vc_column-inner,
	.page-id-16962  .reviews .wpb_wrapper .vc_row > .section__header > .vc_column-inner,
	.page-id-15398  .section > .fp-tableCell > .wpb_column > .vc_column-inner,
	.page-id-16962  .section > .fp-tableCell > .wpb_column > .vc_column-inner
	{
		max-width: 90%;
	}

	
	.page-id-15398 .section {
		padding:40px 0;
	}

	.top-banner-impact > .fp-tableCell > .vc_column_container {
		padding-top: 60px;
	}

	.a-text-h1 {
		font: 600 44px avenir-bold;
		padding-bottom: 25px;
	}

	.top-banner-impact h1 + .wpb_text_column {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.wpb_column.top-banner-impact__col:nth-child(1) {
		padding-right: 15px;
	}
	.wpb_column.top-banner-impact__col:nth-child(2) {
		padding-left: 15px;
	}

	.top-banner-impact__col p {
		margin-bottom: 15px;
	}

	.top-banner-impact__col {
		font-size: 16px;
	}

	.top-banner-impact__col img {
		height:80px;
	}

	.top-banner-impact__col .c-button {
		padding: 0px 25px !important;
		line-height: 40px;
		font-size: 15px;
		width: 220px;
	}

	.page-id-15398 h2 {
		margin-bottom: 30px;
		font: bold 40px avenir-bold;
	}

	.page-id-15398 .about-tab .tab-button h3 {
		font: bold 24px avenir-bold;
		line-height: 1.3em;
		margin-bottom: 30px;
	}

	.about-tab .tab-item-img img {
		max-height: 60px;
	}

	.about-tab .tab-item-img {
		justify-content: space-between;
		padding-bottom: 25px;
	}

	#tab2-about > div > div.img-tab {
		font-size:12px;
	}
	
	.page-id-15398 .about-tab #tab1-about.tab-item  .wpb_wrapper{
		font-size: 20px;
	}

	.page-id-15398 .about-tab #tab2-about.tab-item  .wpb_wrapper{
		font-size: 13px;
	}

	.page-id-15398 .about-tab #tab3-about.tab-item  .wpb_wrapper{
		font-size: 18px;
	}
	
	.about-tab .tab-item .grid-card-img img {
		width: 50px;
		height: 50px;
	}
	
	.about-tab .tab-item .grid-card:not(:last-child) {
		padding-bottom: 15px;
	}
	
	.impact__items {
		margin-bottom: 50px;
	}

	.impact__items .wpb_single_image {
		margin-bottom: 15px;
	}

	.impact__items h4 {
		font: normal 32px avenir-bold;
	}

	.impact h3 {
		font: normal 40px avenir-bold;
		margin-bottom: 20px;
	}

	.impact__items p, .impact li {
		font: normal 18px avenir-regular;
	}

	.mapa_function .mapa_title {
		padding: 40px 0 80px;
	}

	.page-id-15398 .mapa_function h2/*,
	.page-id-16962 .mapa_function h2 */{
		margin-bottom: 0;
		padding: 0 15px;
	}

	.page-id-15398 .mapa_function .mapa-botton .vc_column-inner {
		padding-top: 20px!important;
	}

	.page-id-15398 .a-text-h3 {
		font: normal 18px avenir-bold;
		margin-bottom: 10px;
	}

	.mapa-botton .flex-row-8 .wpb_wrapper {
		justify-content: space-around;
	}

	.flex-row-8 .wpb_wrapper .wpb_single_image {
		margin-bottom: 0;
		width:auto;
	}

	.mapa-botton .vc_column-inner img {
		height: 120px;
		width: auto;
	}

	.impact-left-slider {
		padding-top: 40px;
	}

	.page-id-15398 #impact .impact-left-slider > .vc_column-inner > .wpb_wrapper{
		padding: 0px 80px 80px 85px;
	}

	.page-id-15398 #impact .impact-left-slider h2{
		margin-bottom:20px;
	}

	.page-id-15398 #impact .impact-left-slider .wpb_text_column .wpb_wrapper {
		font-size: 14px;
	}

	.page-id-15398 #impact.impact-slider .slick-arrow.slick-prev:before, 
	.page-id-15398 #impact.impact-slider .slick-arrow.slick-next:before {
		font: normal 16px avenir-bold;
	}

	.page-id-15398 #impact.impact-slider .slick-arrow {
		bottom: 40px;
		left: 120px!important;
		border: 3px solid #222948!important;
		width: 180px;
		height: 40px;
	}

	.page-id-15398 #impact.impact-slider .slick-arrow.slick-next {
		margin-left: 200px;
	}

	.vc_custom_1643583420423 {
		padding-bottom: 30px !important;
	}

	.page-id-15398 .reviews h2{
		padding: 0 15px 30px;
	}
	
	.m-prefooter .vc_col-sm-3{
		width:35%;
	}
	
	.m-prefooter .vc_col-sm-9{
		width:65%;
	}
	
	.m-prefooter .wpb_content_element {
		margin-bottom:20px;
	}
	
	
		.top-banner-impact > .fp-tableCell > .vc_column_container {
			padding-top: 16vh;
		}

		.a-text-h1 {
			padding-bottom: 5vh;
			font-size: 7vh;
		}

		.top-banner-impact h1 + .wpb_text_column {
			font-size: 2.5vh;
			margin-bottom: 4vh;
		}

		.top-banner-impact__col {
			font-size: 2.07vh;
		}

		.top-banner-impact__col img {
			height: 12vh;
		}

		.top-banner-impact__col .c-button {
			font-size: 1.7vh;
			width: 28vh;
			line-height: 6vh;
			padding: 0 3vh!important;
		}

		.top-banner-impact__col p {
			margin-bottom: 2.5vh;
		}	

		.page-id-15398 h2{
			margin-bottom: 7vh;
			font-size: 6.3vh;
		}

		.page-id-15398 .about-tab .tab-button h3,
		.page-id-16962 .about-tab .tab-button h3 {
			margin-bottom: 9vh;
			font-size: 4vh;
			line-height: 5vh;
		}

		.page-id-15398 .about-tab #tab1-about.tab-item .wpb_wrapper,
		.page-id-16962 .about-tab #tab1-about.tab-item .wpb_wrapper {
			font-size: 3vh;
		}

		.page-id-15398 .about-tab #tab2-about.tab-item .wpb_wrapper,
		.page-id-16962 .about-tab #tab2-about.tab-item .wpb_wrapper {
			font-size: 2.1vh;
		}

		.page-id-15398 .about-tab #tab3-about.tab-item .wpb_wrapper,
		.page-id-16962 .about-tab #tab3-about.tab-item .wpb_wrapper {
			font-size: 2.5vh;
		}

		#tab4-about img {
			max-height: 65vh;
		}

		.about-tab .tab-item-img img {
			max-height: 12vh;
			margin: 0;
		}
		
		/*.page-id-15398 .wpb_single_image img {
			height: 17vh;
			width: 17vh;
		}*/
		
		.impact__items h4 {
			font-size: 5vh;
		}
		
		.impact__items p, .impact li {
			font-size: 3.3vh;
		}
		
		.impact h3 {
			font-size: 5vh;
			margin-bottom: 3vh;
		}
		
		.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
			margin-bottom: 3.5vh;
		}
		
		.mapa_function .mapa_title {
			padding: 8vh 0 11vh;
		}
		
		.mapa-list li {
			margin-bottom: 1vh;
			font-size: 2.5vh;
		}
		
		.mapa-botton .vc_column-inner img {
			height: 20vh;
		}
		
		.page-id-15398 #impact .impact-left-slider h2{
			margin-bottom: 3vh;
		}
		
		.page-id-15398 #impact .center_edu .wpb_text_column .wpb_wrapper {
			font-size: 1.9vh;
		}
		
		.page-id-15398 #impact.impact-slider .slick-arrow,
		.page-id-16962 #impact.impact-slider .slick-arrow {
			/*z-index: 999;
			height: 6.2vh;
			width: 24vh;*/
		}
		
		.page-id-15398 #impact .impact-left-slider .wpb_text_column .wpb_wrapper {
			font-size: 2.3vh;
		}
		
		.page-id-15398 #impact.impact-slider .slick-arrow {
			bottom: 5vh;
			/*left: 14vh!important;*/
		}
		
		.page-id-15398 #impact .center_edu .impact-left-slider div.wpb_wrapper{
			font-size: 1.9vh;
		}
		
		.page-id-15398 .section > .fp-tableCell > .wpb_column.googlemap > .vc_column-inner,
		.page-id-16962 .section > .fp-tableCell > .wpb_column.googlemap > .vc_column-inner {
			width: 100%;
			max-width:100%;
		}
		
	.impact__items .wpb_single_image img{
		height:17vh;
		width:auto;
	}
		
}

@media all and (max-width: 1023px) {
	
	.a-text-h1 {
		font-size: 60px;
	}
	
	.impact__items .wpb_single_image img{
		height:90px;
		width:auto;
	}
	
	.impact__items h4 {
		font-size: 32px;
	}
	
	.page-id-15398 .invest-header {
		top: 30px;
		height: 50px;
	}

	.main-navigation + .c-button {
		display:none;
	}

	.page-id-15398 h2,
	.page-id-16962 h2 {
		font: bold 36px avenir-bold;
	}

	.top-banner-impact > .fp-tableCell > .vc_column_container {
		padding-top: 100px;
	}

	.top-banner-impact.section.fp-auto-height-responsive,
	.page-id-15398 .vc_row.vc_row-o-full-height,
	.page-id-16962 .vc_row.vc_row-o-full-height {
		min-height:unset!important;
	}
	
	#tab2-about > div > div.img-tab,
	.page-id-15398 .about-tab .tab-item .wpb_wrapper,
	.page-id-16962 .about-tab .tab-item .wpb_wrapper,
	#tab2-about .wpb_wrapper {
		font-size: inherit;
	}

	.mapa-botton .vc_column-inner img {
		height: 100px;
	}

	.page-id-15398 #impact .impact-left-slider > .vc_column-inner > .wpb_wrapper,
	.page-id-16962 #impact .impact-left-slider > .vc_column-inner > .wpb_wrapper {
		padding: 0px 30px 30px 15px;
	}

	.impact-left-slider {
		height:auto;
	}

	impact-right-slider .ult-ih-description-block .ult-ih-description p, .impact-right-slider .ult-ih-description-block .ult-ih-description {
		font-size: 22px!important;
	}

	.impact-right-slider .ult-ih-description-block {
		padding: 15px;
	}

	.impact-right-slider .ult-ih-list-item img {
		height: 65vh!important;
	}

	.page-id-15398 #impact.impact-slider .slick-arrow,
	.page-id-16962 #impact.impact-slider .slick-arrow {
		bottom: 0px;
		left: 50%!important;
		transform: translatex(-100%);
	}

	.page-id-15398 .wpb_map_wraper iframe, .page-id-13624 .wpb_map_wraper iframe,
	.page-id-16962 .wpb_map_wraper iframe, .page-id-13624 .wpb_map_wraper iframe {
		height: 700px!important;
	}

	.googlemap div, .googlemap iframe {
		margin-bottom: 0;
	}

	.m-prefooter .vc_col-sm-3 {
		width: 40%;
	}

	.m-prefooter .vc_col-sm-9 {
		width: 60%;
	}
	
	
	.page-id-15398 .about-tab .tab-button h3,
	.page-id-16962 .about-tab .tab-button h3 {
		font: bold 24px avenir-bold;
		line-height: 1.3em;
		margin-bottom: 30px;
	}
	
	.page-id-15398 .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
	.page-id-16962 .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {
		padding-bottom: 30px;
		padding-top: 0!important;
	}
	
	.page-id-15398 .about-tab #tab1-about.tab-item .wpb_wrapper,
	.page-id-16962 .about-tab #tab1-about.tab-item .wpb_wrapper {
		font-size: 2vh;
	}
	
	.impact__items p, .impact li {
		font-size: 16px;
	}
	
	.mapa-list li {
		font-size: 16px;
	}
	
	.page-id-15398 #impact .center_edu .impact-left-slider div.wpb_wrapper,
	.page-id-16962 #impact .center_edu .impact-left-slider div.wpb_wrapper {
		font-size: 16px;
	}
		
	.page-id-15398 #impact .impact-left-slider > .vc_column-inner > .wpb_wrapper,
	.page-id-16962 #impact .impact-left-slider > .vc_column-inner > .wpb_wrapper {
		padding: 0 5% 5% 11%;
	}
	
	.page-id-15398 #impact.impact-slider .slick-arrow.slick-next,
	.page-id-16962 #impact.impact-slider .slick-arrow.slick-next {
		margin-left: 170px;
	}
	
	.page-id-15398 h2 {
		margin-bottom: 7vh;
		font-size: 5.3vh;
		font-size: 40px;
	}
	
	.impact h3 {
		font-size: 40px;
	}
	
	.page-id-15398 .about-tab .tab-button h3,
	.page-id-16962 .about-tab .tab-button h3 {
		font-size: 3vh;
		font-size:20px;
	}
	
	.page-id-15398 .about-tab #tab1-about.tab-item .wpb_wrapper,
	.page-id-16962 .about-tab #tab1-about.tab-item .wpb_wrapper,
	.page-id-15398 .about-tab #tab2-about.tab-item .wpb_wrapper,
	.page-id-16962 .about-tab #tab2-about.tab-item .wpb_wrapper,
	.page-id-15398 .about-tab #tab3-about.tab-item .wpb_wrapper,
	.page-id-16962 .about-tab #tab3-about.tab-item .wpb_wrapper	{
		font-size: 2.5vh;
		font-size: 16px;
	}
	
	.page-id-15398 .about-tab #tab3-about.tab-item .wpb_wrapper,
	.page-id-16962 .about-tab #tab3-about.tab-item .wpb_wrapper {
		flex-wrap: nowrap;
	}
   
}

@media all and (max-width: 767px) {
	.page-id-15398 .invest-header {
		top: 15px;
	}
	
		.invest-header .logo {
		width: 50%;
	}

	.a-text-h1 {
		font: 600 36px avenir-bold;
	}

	.wpb_column.top-banner-impact__col:nth-child(1) {
		padding-right: 0;
	}

	.wpb_column.top-banner-impact__col:nth-child(2) {
		padding-left: 0;
		margin-top: 10px;
	}

	.page-id-15398 .about-tab .tab-button h3,
	.page-id-16962 .about-tab .tab-button h3 {
		font: bold 22px avenir-bold;
		margin-bottom: 15px;
	}

	.page-id-15398 .impact.section {
		padding-top: 0;
	}

	.impact__items > wpb_column {
		margin-bottom:30px;
	}

	.page-id-15398 .mapa_function .mapa-botton .wpb_column:last-child .vc_column-inner,
	.page-id-16962 .mapa_function .mapa-botton .wpb_column:last-child .vc_column-inner {
		padding-top: 0!important;
	}

	.page-id-15398 .mapa_function .mapa-botton .wpb_column:last-child .vc_column-inner ul,
	.page-id-16962 .mapa_function .mapa-botton .wpb_column:last-child .vc_column-inner ul{
		margin-top:10px;
	}

	.page-id-15398 .mapa_function .wpb_wrapper .vc_row.mapa-botton:last-child,
	.page-id-16962 .mapa_function .wpb_wrapper .vc_row.mapa-botton:last-child {
		margin-top:30px;
	}

	.mapa-botton .vc_column-inner img {
		height: 100px;
		margin: 10px 10px 30px;
	}

	.page-id-15398 .m-prefooter.section, .page-id-15398 .mapa_function.section,
	.page-id-16962 .m-prefooter.section, .page-id-15398 .mapa_function.section {
		margin-bottom: 0;
	}

	.impact-left-slider {
		padding: 0!important;
	}

	.page-id-15398 .impact h2 + .vc_row > .wpb_column,
	.page-id-16962 .impact h2 + .vc_row > .wpb_column {
		margin-bottom:30px;
	}

	.impact__items .wpb_single_image {
		margin-bottom: 15px;
	}

	.m-prefooter .vc_col-sm-3,
	.m-prefooter .vc_col-sm-9 {
		width: unset;
	}

	.page-id-15398 .wpb_map_wraper iframe,
	.page-id-16962 .wpb_map_wraper iframe {
		height: 400px!important;
	}

	.page-id-15398 .m-prefooter.section,
	.page-id-16962 .m-prefooter.section	 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.m-prefooter__aside {
		padding-bottom: 10px;
	}

	.page-id-15398 #impact.impact-slider .slick-arrow.slick-prev:before,
	.page-id-16962 #impact.impact-slider .slick-arrow.slick-prev:before {
		content: "<<";
		font-size: 20px;
	}

	.page-id-15398 #impact.impact-slider .slick-arrow.slick-next:before,
	.page-id-16962 #impact.impact-slider .slick-arrow.slick-next:before {
		content: ">>";
		font-size: 20px;
	}

	.page-id-15398 #impact.impact-slider .slick-arrow,
	.page-id-16962 #impact.impact-slider .slick-arrow {
		margin: 0;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		line-height: 45px;
		bottom: unset;
		top: calc((100vw / 0.86) + 15px);
		transform: unset;
	}

	.page-id-15398 #impact.impact-slider .slick-arrow.slick-prev,
	.page-id-16962 #impact.impact-slider .slick-arrow.slick-prev {
		left:15px!important;
	}

	.page-id-15398 #impact.impact-slider .slick-arrow.slick-next,
	.page-id-16962 #impact.impact-slider .slick-arrow.slick-next {
		right: 15px!important;
		margin: 0;
		left: unset!important;
	}
	
	/*.slick-track>.slick-slide>.vc_row {
		display:flex;
		flex-direction:column-reverse;
	}*/
	
	#impact .slick-slide {
		display:flex;
		flex-direction:column;
	}

	.page-id-15398 #impact .impact-left-slider > .vc_column-inner > .wpb_wrapper,
	.page-id-16962 #impact .impact-left-slider > .vc_column-inner > .wpb_wrapper {
		padding: 75px 15px 30px;
	}

	.page-id-15398 .slick-slide,
	.page-id-16962 .slick-slide {
	  height: 0px!important;
	 }
	 .page-id-15398 .slick-slide.slick-active,
	 .page-id-16962 .slick-slide.slick-active {
		height: 100% !important;  
	 }
	 
	 .page-id-15398 #impact .center_edu .impact-left-slider div.wpb_wrapper,
	 .page-id-16962 #impact .center_edu .impact-left-slider div.wpb_wrapper {
		font-size: 16px;
	}

	.page-id-15398 .scroll-botton a,
	.page-id-16962 .scroll-botton a {
		right: 15px;
	}

	.page-id-15398 .scroll-top-inner:not(.scroll-botton) a,
	.page-id-16962 .scroll-top-inner:not(.scroll-botton) a {
		left: 15px;
	}

	.page-id-15288 .wpb_single_image img {
		height: 105px;
		width:auto;
	}
	
	.impact ul {
		padding-left: 10px;
	}
	
	.page-id-15398 .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
	.page-id-16962 .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {
		padding-bottom: 0;
	}
	
	.m-prefooter .wpb_gmaps_widget {
		 margin-bottom: 0;
	}
	

}
/*#content > section > article > div > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1583366491983 > div:nth-child(1),*/
.form-with-text > .m-application__body > .vc_row {
	display:flex;
	justify-content: space-between;
}

.form-with-text .vc_row:first-child .wpb_column:first-child {
	background-color: #FFFFFF;
    border-radius: 17px;
	padding: 40px 40px 0;
}	

.form-with-text .vc_row:first-child .wpb_column:last-child {
	padding: 40px ;
	color: #fff;
}

.form-with-text .vc_row:first-child .wpb_column:last-child p {
	margin-bottom: 1em;
    font-size: 1.35em;
    text-align: justify;
}

.m-prefooter .vc_figure .vc_single_image-wrapper {
	width: 120px;
}

.m-prefooter .wpb_single_image .vc_figure-caption {
	margin-top:15px;
	color: #fff;
	font-size: 1rem;
}


@media all and (max-width: 1600px) {
	.page-template-free-form-with-text h1{
		font-size: 36px;
		margin-bottom:30px;
		padding-bottom:0;
	}

	.page-template-free-form-with-text .m-content-view {
		padding-top: 75px;
	}
	.form-with-text > .m-application__body > .vc_row {
		padding-top:10px!important;
	}

	.form-with-text .vc_row:first-child .wpb_column:last-child {
		padding: 0 30px;
	}
	.form-with-text .vc_row:first-child .wpb_column:last-child p {
		font-size: 1rem;
	}

	.form-with-text .wpcf7-form p {
		margin-bottom: 20px !important;
	}
}

@media all and (max-width: 1023px) {	

	.page-template-free-form-with-text .m-content-view {
		padding-bottom: 0;
	}
	.form-with-text > .m-application__body > .vc_row {
		flex-direction: column;
		padding-top: 0!important;
	}
	.form-with-text .vc_row:first-child .wpb_column:last-child {
		order: -1;
		padding: 0;
		max-width: 100%;
		width: auto;
	}

	.page-template-free-form-with-text h1.m-content-view__title {
		font-size: 28px;
		padding-bottom: 0;
	}
	
	.page-template-free-form-with-text .m-application__body {
		padding: 0;
	}
	
	.form-with-text .vc_row:first-child .wpb_column:first-child {
		border-radius: 10px;
		padding: 15px 10px;
		max-width: 100%;
		width: auto;
		margin: 0 15px;
	}	
}

/*team*/

@media all and (max-width: 1599px) {	
	.m-header {
		height: 60px;
	}
	
	.vc_custom_1642698647378,
	.vc_custom_1642698629402	{
			margin-top: -30px;
	}
	
	.a-text-h2 {
		font-size: 40px;
	}
	
	.m-content-view__title {
		padding-bottom: 30px;
	}
	
	.c-member {
		height: 28vh !important;
	}
	
	/*#team-list .vc_custom_1541115414275 .slick-slide {
		margin: 0 1vh;
		width: 36vh!important;
	}
	
	#team-list .vc_custom_1541115414275 .slick-slide .wpb_wrapper .ult-item-wrap:nth-child(2) {
		height:2vh;
	}*/
	
	.c-member__info {
		padding: 2.5vh;
	}
	
	.c-member__title {
		height: 5vh;
	}
	
	.a-text-h3 {
		font-size: 3vh;
	}
	
	#team .c-member__on-demand p {
		font-size: 12px;
		font-size: 1.3vh;
	}
	
	.c-member__on-demand > * {
		margin-top: 2vh;
	}
	
	.c-member__nav [class^=a-icon-], .c-member__nav [class*=" a-icon-"] {
		font-size: 2vh;
	}
	
	.c-member__on-demand span,
	.c-member__on-demand em
	{
		margin-bottom: 1vh!important;
	}
}

@media (max-width: 1023px) {
	.c-member {
		height: auto !important;
	}

	.c-member__info {
		padding: 20px 15px;
	}

	.c-member__title {
		height: auto;
	}

	.a-text-h3 {
		font-size: 22px;
		line-height: 1.3;
	}

	#team .c-member__on-demand p {
		font-size: 12px;
	}

}

.phone-link {
	color: #ef5355;
    display: block;
    margin-top: 30px;
}

.phone-link:hover {
	text-decoration:underline;
}
 /*------------foundation-------------*/
 
#fullpage  {
	font-size: calc(100vw / 1920 * 16);
}
 
#fullpage  .section {
    padding: calc(100vw / 1920 * 70) 0;
}

#fullpage #start-banner.section {
	height:100vh!important;
}

#fullpage #start-banner.section,
#fullpage #projects.section,
#fullpage .m-prefooter.section,
#fullpage #impact
 {
	padding-top: 0;
	padding-bottom: 0;
}
 
#start-banner > div > div.wpb_column.vc_column_container.vc_col-sm-12 > div {
	padding-left: calc(100vw / 1920 * 60);
	padding-right: calc(100vw / 1920 * 60);
	padding-top: 0;
 }
.vc_row > .fp-tableCell > .vc_column_container>.vc_column-inner {
	padding-left: calc(100vw / 1920 * 60);
	padding-right: calc(100vw / 1920 * 60);
	padding-top: 0;
 }
 
#start-banner > .fp-tableCell > .vc_column_container {
	background:rgba(0,0,0,0.5);
 }
 
 #start-banner .fullpage-title {
	position: absolute;
    bottom: calc(100vw / 1920 * 200); 
 }
 
 #start-banner .fullpage__h1{
	background:#F05455;
	font: 600 calc(100vw / 1920 * 94) avenir-bold;
	line-height: calc(100vw / 1920 * 140);
	padding: 0 calc(100vw / 1920 * 40);
	width: fit-content;
 }
 
#fullpage  .section > .fp-tableCell > .wpb_column > .vc_column-inner {
	 max-width:100%!important;
 }
 
#fullpage  h2 {
	color: #1F2A44;
	margin-bottom: calc(100vw / 1920 * 50);
	font: bold  calc(100vw / 1920 * 60) avenir-bold;
	text-align:left!important;
}

.impact h3 {
    font: normal calc(100vw / 1920 * 48) avenir-bold;
}

.impact__items .wpb_single_image {
	margin-bottom: calc(100vw / 1920 * 30);
}

.impact__items .wpb_single_image img{
	height: calc(100vw / 1920 * 90);
	width:auto;
}

.impact__items h4 {
    font: normal calc(100vw / 1920 * 44) avenir-bold;
}

.impact__items {
    margin-bottom: calc(100vw / 1920 * 60);
}

#fullpage  .about-tab .tab-button h3 {
    text-align: right;
    color: rgb(31, 42, 68);
    margin-bottom:calc(100vw / 1920 * 90);
    font: bold calc(100vw / 1920 * 38) avenir-bold;
	line-height: calc(100vw / 1920 * 45);
}

.impact h3 {
	margin-bottom: calc(100vw / 1920 * 60);
}

.impact__items p, .impact li {
    font: normal calc(100vw / 1920 * 28) avenir-regular;
}

#fullpage  .mapa_function .mapa_title {
	padding-top: calc(100vw / 1920 * 60);
	padding-bottom: 0;
	margin: 0;
}

#fullpage  .mapa_function .wpb_wrapper .vc_row:not(.mapa-botton) .wpb_column .vc_column-inner {
	max-width: 100%;
    padding-left: calc(100vw / 1920 * 145);
    padding-right: calc(100vw / 1920 * 145);
	margin-left:0;
	margin-right:0;
}
 
 .projects-links .vc_column-inner >.wpb_wrapper {
    /*display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    
    align-items: stretch;
    justify-content: space-between;
	columns: 4;
	gap: calc(100vw / 1920 * 20);*/
}

.projects-links .projects-links-item {
    position: relative;
    float: left;
    margin-bottom: calc(100vw / 1920 * 30);
    overflow: hidden;
    width: calc(100vw / 1920 * 385);
    margin-right: calc(100vw / 1920 * 30);
	width:calc((100vw - 100vw / 1920 * 145*2 - 100vw / 1920 * 30 * 3)/ 4);
}

.projects-links .projects-links-item:nth-child(4),
.projects-links .projects-links-item:nth-child(7),
.projects-links .projects-links-item:nth-child(11) {
	 margin-right: 0;
 }

.projects-links-item img {
	border-radius:calc(100vw / 1920 * 6);
	display:block;
	width: 100%;
    object-fit: cover;
	height: calc((100vh - 100vw / 1920 * 243 - 100vw / 1920 * 30 * 2) / 3);
}

.projects-links-item.projects-links-item_foodhub img {
	height: calc((100vh - 100vw / 1920 * 243 - 100vw / 1920 * 30 * 2) / 3 * 2 + 100vw / 1920 * 29);
}

.projects-links .project-link {
	position: absolute;
	display:block;
	width:100%;
	height:100%;
	top: 0;
    left: 0;
	transition:all 0.7s;
	border-radius:calc(100vw / 1920 * 6);
}
.projects-links .project-link:hover {
	background: rgba(0,0,0,0.5); 
}

.projects-links .project-title {
	font: bold calc(100vw / 1920 * 24) avenir-bold;
	line-height: 1;
	color: #fff;
	
}

.projects-links .project-link strong{
	position: absolute;
    top: 100%;
    left: 0;
	transform:translateY(-100%);
	padding: calc(100vw / 1920 * 25) calc(100vw / 1920 * 20);
	/*height:fit-content;*/
	transition:all 0.7s;
}

.projects-links .project-link:hover strong{
	top:0;
	transform:translateY(0);
}

.projects-links .project-link:before {
	content:"";
	display:block;
	position:absolute;
	width:calc(100vw / 1920 * 40);
	height: calc(100vw / 1920 * 40);
	bottom: calc(100vw / 1920 * 15);
	right: calc(100vw / 1920 * 15);
	background: url(img/icon-arrow.svg) no-repeat center center;
	background-size:contain;
	opacity:0;
	transition: opacity 0.7s;
}

.projects-links .project-link:hover:before {
	opacity:1;
}

#impact .slick-dots {
	bottom: calc(100vw / 1920 * 65);
    width: 100%;
	left: 100%;
    z-index: 1;
}

#fullpage  .slick-dots li {

	margin:0 calc(100vw / 1920 * 5);
}

#impact .slick-dots li button:before{
	color: rgba(217, 217, 217, 0.6);
	font-size: calc(100vw / 1920 * 20);
}

#impact .slick-dots li:hover button:before,
#impact .slick-dots li.slick-active button:before{
	color: #fff;	
	opacity:1;
}

#fullpage .ult-carousel-wrapper .slick-dots li i {
	opacity:1;
}

#fullpage .reviews .ultsl-record:before {
	font-size: calc(100vw / 1920 * 20);
	color: #E5E5E5;
}

#fullpage .reviews .slick-active .ultsl-record:before {
	color: #777;
}


#fullpage .reviews ul.slick-dots {
	padding-top: calc(100vw / 1920 * 40);
}

#fullpage #impact .impact-left-slider > .vc_column-inner > .wpb_wrapper {
    padding: calc(100vw / 1920 * 80) calc(100vw / 1920 * 75) calc(100vw / 1920 * 145) calc(100vw / 1920 * 160);
}

#fullpage h2.long-title {
	margin-bottom: calc(100vw / 1920 * 40);
	font: bold  calc(100vw / 1920 * 55) avenir-bold; 
 }
 
#fullpage h2.long-title2 {
	margin-bottom: calc(100vw / 1920 * 25);
    font: bold calc(100vw / 1920 * 50) avenir-bold;
    line-height: 1;
	margin-top: calc(100vw / 1920 * (-40));
 }

#fullpage #impact .impact-left-slider .wpb_text_column .wpb_wrapper {
    font-size: calc(100vw / 1920 * 25);
    color: #222948;
	line-height:1.2;
	
}

#fullpage #impact .impact-left-slider .wpb_text_column .wpb_wrapper p,
#fullpage #impact .impact-left-slider .wpb_text_column .wpb_wrapper ul {
	margin-bottom: calc(100vw / 1920 * 15) !important;
	margin-top:0;
}

#fullpage .about-tab #tab1-about.tab-item  .wpb_wrapper{
	font-size: calc(100vw / 1920 * 28);
}

#fullpage #impact .center_edu .wpb_text_column .wpb_wrapper {
    font-size: calc(100vw / 1920 * 23);
}

#fullpage .about-tab #tab2-about.tab-item  .wpb_wrapper{
	font-size: calc(100vw / 1920 * 20);
}

#fullpage .about-tab #tab3-about.tab-item  .wpb_wrapper{
	font-size: calc(100vw / 1920 * 24);
}

.page-template-fullpage #menu-promprylad-impact a {
    font-size: calc(100vw / 1920 * 20);
}

.page-template-fullpage .invest-header .c-logo__image {
	max-width: fit-content;
    height: calc(100vw / 1920 * 48);
	object-fit: contain;
}

.page-template-fullpage .invest-header .c-button {
    height: calc(100vw / 1920 * 44);
    padding: 0 calc(100vw / 1920 * 48);
    border-radius: calc(100vw / 1920 * 50);
    font: 600 calc(100vw / 1920 * 12) "avenir-bold";
    line-height: calc(100vw / 1920 * 44);
    text-transform: uppercase;
    letter-spacing: calc(100vw / 1920 * 1);
}

.page-template-fullpage .invest-header {
	top:0;
	height: calc(100vw / 1920 * 85);
}

.page-template-fullpage .m-header {
    padding: 0 calc(100vw / 1920 * 60);
	background: rgba(0,0,0,0.3);
}

.page-template-fullpage .c-lang-selector__item {
	font-size: calc(100vw / 1920 * 20);
}

.page-template-fullpage .main-navigation a {
	margin-right: calc(100vw / 1920 * 60);
}

.page-template-fullpage .scroll-top-inner:not(.scroll-botton) a {
    left: calc(100vw / 1920 * 15);
}

.page-template-fullpage .scroll-botton a {
    right: calc(100vw / 1920 * 15);
}

.page-template-fullpage .scroll-top-inner a {
    width: calc(100vw / 1920 * 60);
    height: calc(100vw / 1920 * 58);
    line-height: calc(100vw / 1920 * 58);
    bottom: calc(100vw / 1920 * 60);
    padding-top: calc(100vw / 1920 * 6);
    border-top-left-radius: calc(100vw / 1920 * 60);
    border-top-right-radius: calc(100vw / 1920 * 60);
    border-bottom-right-radius: calc(100vw / 1920 * 60);
    border-bottom-left-radius: calc(100vw / 1920 * 60);
}

#fullpage .about-tab.vc_row > .fp-tableCell > .vc_column_container>.vc_column-inner,
#fullpage .impact.vc_row > .fp-tableCell > .vc_column_container>.vc_column-inner {
    padding-left: calc(100vw / 1920 * 160);
    padding-right: calc(100vw / 1920 * 160);
}

#fullpage .about-tab.vc_row .vc_column_container>.vc_column-inner {
	padding-left: calc(100vw / 1920 * 20);
    padding-right: calc(100vw / 1920 * 20);
}

.vc_row .about-tab__right {
	padding-left: calc(100vw / 1920 * 115);
	padding-right:0;
	text-align:justify;
}

#fullpage .impact-left-slider {
    padding-top: 0;
    height: 100vh;
}

#fullpage #impact.impact-slider.impact-en .slick-arrow.slick-prev:before {
	content: "<< PREVIOUS";
}

#fullpage #impact.impact-slider.impact-en .slick-arrow.slick-next:before {
	content: "NEXT >>";
}

#fullpage #impact.impact-slider .slick-arrow{
 
	color:#1F2A44; 
	font-size:calc(100vw / 1920 * 14);
	border:calc(100vw / 1920 * 4) solid #1F2A44; 
	
	width: calc(100vw / 1920 * 240);
	height: calc(100vw / 1920 * 60);
	
	bottom: calc(100vw / 1920 * 40);
	left: calc(100vw / 1920 * 160)!important;
    top: auto;
    margin-right: -50%;
	margin-left:0;
    transform: translate(0,0);
    border-radius: calc(100vw / 1920 * 40);

	z-index: 999;
}

#fullpage #impact.impact-slider .slick-arrow.slick-next {
    margin-left: calc(100vw / 1920 * 320);
}

#fullpage #impact.impact-slider .slick-arrow.slick-prev:before,
#fullpage #impact.impact-slider .slick-arrow.slick-next:before {
	font: normal calc(100vw / 1920 * 20) avenir-bold;
	color: #1F2A44;
	opacity:1;
}

#slides-img .wpb_content_element {
	margin:0;
}

#slides-img {
	max-height: 100vh;
}

#slides-img img{ 
	object-fit: cover;
    height: 100vh;
	width: 50vw;
	object-position: bottom;
}

.m-prefooter.vc_row > .fp-tableCell > .googlemap.vc_column_container>.vc_column-inner {
	padding:0;
}

#fullpage ::-webkit-scrollbar {
  width: 0;               /* ширина всей полосы прокрутки */
}

#fullpage .mobile-show {
	display:none;
}

#slides-img h2 {
	display:none;
}

@media all and (min-width: 2000px) {
	#fullpage > div.vc_row.wpb_row.vc_row-fluid.row-container.impact.section.fp-auto-height-responsive.vc_row-o-equal-height.vc_row-flex.ult-vc-hide-row.vc_row-has-fill.fp-section.fp-table.active.fp-completely > div > div.wpb_column.vc_column_container.vc_col-sm-12 > div > div {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		height: calc(100vh - 100vw / 1920 * 140);
	}
}

#slides-text .wpb_single_image {
	display:none;
}

#fullpage .c-form-subscribe {
	max-width:300px;
	width:100%;
}

.page-template-fullpage .c-mobile-nav__list > a {
	text-transform:uppercase;
}

.page-template-fullpage .ult-carousel-wrapper button {
    z-index: 1000;
}

@media all and (max-width: 991px) {
	#fullpage {
		font-size: calc(100vw / 360* 16);
	}
	
	.page-template-fullpage .invest-header	{
		position:fixed;
		top: 0;
		height: calc(100vw / 360 * 55);
		padding: calc(100vw / 360 * 10) calc(100vw / 360 * 20);
	}
	
	.page-template-fullpage .c-lang-selector__item {
		font-size: calc(100vw / 360 * 12);
	}
	
	.page-template-fullpage .invest-header .c-logo__image {
		height: calc(100vw / 360 * 40);
	}

	#fullpage .invest-header .c-logo__image {
		height: calc(100vw / 360 * 40);
	}
	
	#fullpage .c-lang-selector__item {
		font-size: calc(100vw / 360 * 12);
	}
	
	#fullpage .section {
		padding: 0;
	}

	#start-banner {
		height: 100vh!important;
	}
	
	#start-banner .fullpage-title {
		bottom: calc(100vw / 360* 185);
	}
	
	#start-banner .fullpage__h1 {
		background: none;
		font: 600 calc(100vw / 360 * 32) avenir-bold;
		line-height: 1;
	}
	
	#start-banner .fullpage__h1 strong {
		display:inline-block;
		background: #F05455;
		font: 600 calc(100vw / 360 * 32) avenir-bold;
		line-height: 1;
		padding: calc(100vw /360 * 15);
		width: fit-content;
		text-transform:uppercase;
	}
	
	
	#start-banner .fullpage__h1 strong:first-child {
	    position: absolute;
		bottom: calc(100% - 100vw /360 * 5);
		padding-bottom: 0;
	}
	
	#fullpage > div.vc_row.wpb_row.vc_row-fluid.row-container.impact.section.fp-auto-height-responsive.vc_row-o-equal-height.vc_row-flex.ult-vc-hide-row.vc_row-has-fill.fp-section.fp-table.active.fp-completely > div > div.wpb_column.vc_column_container.vc_col-sm-12 > div > div {
		height: auto;
	}
	
	#fullpage h2 {
		margin-bottom: calc(100vw / 360 * 40);
		font: bold calc(100vw / 360 * 32) avenir-bold;
		text-align:center!important;
	}
	
	#fullpage .about-tab.vc_row > .fp-tableCell > .vc_column_container>.vc_column-inner, 
	#fullpage .impact.vc_row > .fp-tableCell > .vc_column_container>.vc_column-inner {
		padding-left: calc(100vw / 360 * 30);
		padding-right: calc(100vw / 360 * 30);
		padding-top: calc(100vw / 360 * 30);
		padding-bottom: 0;
	}
	
	.impact__items .wpb_single_image img {
		height: calc(100vw / 360 * 50);
	}
	
	.impact__items h4 {
		font: normal calc(100vw / 360 * 22) avenir-bold;
	}
	
	.impact h3 {
		margin-bottom: calc(100vw / 360 * 40);
		font-size: calc(100vw / 360 * 22);
	}
	
	.impact__items {
		margin-bottom: calc(100vw / 360 * 20);
	}
	
	.impact__items:last-child {
		margin-bottom: 0;
	}
	
	.impact__items .wpb_single_image {
		margin-bottom: calc(100vw / 360 * 20);
	}

	.impact__items p, .impact li {
		font: normal calc(100vw / 360 * 16) avenir-regular;
	} 
	
	.impact__items.vc_row > .wpb_column {
		margin-bottom: calc(100vw / 360 * 40);
	}
	
	#projects {
		display:none;
	}
	
	#impact > div {
		display: flex;
		flex-direction: column;
	}
	
	#slides-img {
				
		order: -1;
	}
	
	#slides-img img {
		object-fit: cover;
		height:50vh;
		width: 100vw;
	}
	
	#fullpage .mobile-show	{
		display:block; 
	}
	
	#fullpage .mobile-hide {
		display:none;
	}
	
	.slick-slide img {
		max-width: 100vw;
		height: auto;
		max-height: calc(100vw / 360 * 400);
		object-fit: cover;
		max-height: 50vh;
		object-position: bottom;
	}
	
	#impact-m .vc_column_container>.vc_column-inner {
		padding:0;
	}
	
	#fullpage .slick-next, 
	#fullpage .slick-prev {
		/*opacity: 0;
		visibility: hidden;*/
	}
	
	#fullpage .reviews ul.slick-dots {
		padding-top: calc(100vw / 360 * 20);
	}
	
	#fullpage .m-prefooter__aside {
		padding-bottom: calc(100vw / 360 * 30);
		padding-top: calc(100vw / 360 * 50);
	}
	
	#fullpage .slick-dots li {
		margin: 0 calc(100vw / 360 * 2);
		width: calc(100vw / 360 * 7);
		height: calc(100vw / 360 * 7);
	}
	
	#fullpage .reviews .ultsl-record:before {
		font-size: calc(100vw / 360* 7);
	}
	
	.reviews .ult-carousel-wrapper {
		margin-bottom: calc(100vw / 360 * 50);
	}
	
	#fullpage .impact-left-slider {
		height:auto;
	}
	
	#fullpage #impact .impact-left-slider > .vc_column-inner > .wpb_wrapper {
		padding: 0;
	}
	
	#slides-img, 
	#slides-text .vc_custom_heading	{
		display:none;
	}
	
	#slides-text .wpb_single_image {
		display:block;
		position: relative;
		margin: 0;
	}
	
	#slides-text .wpb_singleimage_heading {
		position: absolute;
		margin: 0;
		padding: 0 calc(100vw / 360 * 30);
		bottom: calc(100vw / 360 * 25);
		color: #fff;
		text-align: left!important;
		z-index: 1;
		font-size: calc(100vw / 360 * 24);
		line-height:1;
	}
	
	.shadow-overlay .vc_single_image-wrapper {
		position: relative;
	}
	
	.shadow-overlay .vc_single_image-wrapper:after {
		content:"";
		display:block;
		width:100%;
		height:100%;
		top:0;
		left:0;
		background:rgba(0,0,0,0.2);
		position: absolute;
	}
	
	#slides-text .wpb_text_column.wpb_content_element {
		padding:calc(100vw / 360 * 30) calc(100vw / 360 * 20); 
	}
	
	#fullpage #impact .impact-left-slider .wpb_text_column .wpb_wrapper p, #fullpage #impact .impact-left-slider .wpb_text_column .wpb_wrapper ul {
		margin-bottom: calc(100vw / 360 * 15) !important;
		margin-top: 0;
	}
	
	#fullpage #impact .impact-left-slider .wpb_text_column .wpb_wrapper {
		font-size: calc(100vw / 360 * 12);
	}
	
	#impact .slick-dots {
		top: 0;
		left: 0;
		bottom: unset;
		padding:0;
	}
	
	#impact .slick-dots li {
		margin: 0 calc(100vw / 360 * 5);
		width: calc(100vw / 360 * 12);
		height: calc(100vw / 360 * 12);
	}
	
	#impact .slick-dots li button:before {
		font-size: calc(100vw / 360 * 12);
	}
	
	#mission .wpb_text_column .wpb_wrapper img {
		margin-bottom: calc(100vw / 360 * 10);
		height: calc(100vw / 360 * 80);
		object-fit: contain;
		width:auto;
	}
	
	#about-us__accordion .vc_tta-panel-title {
		font: normal calc(100vw / 360 * 20) avenir-bold;
		text-transform: uppercase;
	}
	
	#about-us__accordion .vc_tta-panel-heading,
	#about-us__accordion .vc_tta-panel-heading:hover,
	#about-us__accordion .vc_tta-panel-title {
		border:none;
		background:transparent;
	}
	
	#about-us__accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
		padding: calc(100vw / 360 * 8) calc(100vw / 360 * 20) calc(100vw / 360 * 8) calc(100vw / 360 * 30);
		color: #FF5B5B;
	}
	
	#about-us__accordion .vc_tta-controls-icon {
		height:calc(100vw / 360 * 12);
		width:calc(100vw / 360 * 12);
	}
	
	#about-us__accordion .vc_tta-controls-icon::before,
	#about-us__accordion .vc_tta-controls-icon::after {
		border-color: #FF5B5B;
		
	}
	
	#about-us__accordion .vc_tta-controls-icon::before {
		border-width: calc(100vw / 360 * 2) 0 0 0;
	}
	
	#about-us__accordion .vc_tta-controls-icon::after {
		border-width: 0 0 0 calc(100vw / 360 * 2);
	}
	
	#about-us__accordion .vc_active .vc_tta-controls-icon:after {
		content:"";
		display:block;
	}
	
	#about-us__accordion .vc_active .vc_tta-controls-icon {
		transform: rotate(45deg);
		top: 35%;
	}
	
	#about-us__accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
		left:0;
	}
	
	#about-us__accordion .vc_tta-panel-body {
		padding-left:0;
		padding-right:0;
		padding-bottom: calc(100vw / 360 * 25);
	}
	
	#strategy-partners .vc_tta-panel-body .wpb_text_column img {
		margin: calc(100vw / 360 * 30) auto;
		height: calc(100vw / 360 * 100);
		object-fit: contain;
		width:auto;
	}
	
	#fullpage .mission-slider .slick-dots {
		padding-top: calc(100vw / 360 * 25);
	}
	#fullpage .mission-slider .slick-dots li {
		margin: 0 calc(100vw / 360 * 10);
		width: calc(100vw / 360 * 13);
		height: calc(100vw / 360 * 13);
	}
	
	.mission-slider .slick-slide {
		min-width: calc(100vw - 100vw / 360 * 31 * 2);
	}
	
	.mission-slider .ultsl-record:before {
		opacity: 0.6;
		color: #D9D9D9;
	}
	
	.mission-slider .slick-track {
		min-width:calc((100vw - 100vw / 360 * 31 * 2) * 5);
	}
	
	.mission-slider .slick-active .ultsl-record:before {
		color: #dd3333;
		opacity: 1;
	}

}
 /*------------ /foundation-------------*/
 
 /*--------------- Tenders --------------*/
 
 .page-template-tenders .m-main__content,
 .page-template-purchases .m-main__content {
	max-width:unset;
}
 
.page-template-tenders .m-content-view__widget p,
.page-template-purchases .m-content-view__widget p {
	margin-bottom: 35px;
	font-size:24px;
}

.c-button.c-button--outline.c-button--mediun	{
    border: 2px solid #1F2A44;
    font-size: 16px;
    line-height: 53px;
    height: unset;
    border-radius: 100px;
	flex-shrink: 1;
	max-width: 400px;
}

.table th {
	font: 600 18px avenir-bold;
}

.table th,
.table td {
	padding:15px;
	text-align:left;
	font-size:18px;
	border-bottom: 1px solid #E5E5E5;
	vertical-align: top;
}

.table__td-col {
	display:flex;
	flex-direction: column;
	line-height: 1.15;
}

.table tr th:first-child,
.table tr td:first-child {
	padding-left:0;
}

.table tr th:last-child,
.table tr td:last-child {
	padding-right:0;
}

.table__download {
	display: flex;
    gap: 55px;
}

.table__download .c-doc-list__icon {
	display:inline-block;
	height: 57px;
    width: 45px;
}

.table__td-col a {
	color:#EF5355;
}

.table__td-col a:hover {
	text-decoration:underline;
}

.button_container {
	margin-bottom: 80px;
}

.mobile-show {
	display:none;
}

.page-template-purchases .table tr td:first-child {
	width:33.333333%;
}

.page-template-purchases .table tr td:nth-child(2) {
	width:16.666666%;
}

@media all and (max-width: 991px) {
	.page-template-tenders .m-content-view__widget p,
	.page-template-purchases .m-content-view__widget p {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	.c-button.c-button--outline.c-button--mediun {
		line-height: 37px;
	}

	.mobile-show {
		display:block;
	}
	.show-desktop,
	.table .show-desktop	{
		display:none;
	}
	
	.table tr {
		display:flex;
		flex-direction: column;
	}
	
	.table th,
	.table td {
		padding:0 0 15px;
		border:unset;
	}
	
	.table tr td:last-child {
		padding-bottom: 25px;
		border-bottom: 1px solid #E5E5E5;
	}
	
	.table tr td:first-child {
		padding-top: 25px;
	}
	
	.table__title{
		font: 600 18px avenir-bold;
		margin-bottom: 15px;
	}
	
	.table__td-col {
		line-height: inherit;
	}
	
	.table__download {
		display: flex;
		gap: 20px;
		justify-content:space-between;
	}
	
	.table__download .c-doc-list__icon {
		height: 41px
	}
	
	.page-template-purchases .table tr td:first-child {
		width:100%;
	}

	.page-template-purchases .table tr td:nth-child(2) {
		width:100%;
	}
}

/*--------------- /Tenders --------------*/