@font-face {font-family: "GOST UI 2";
  src: url("assets/fonts/5e25ac6068cc0bdc5e2e96c345e6760a.eot"); /* IE9*/
  src: url("assets/fonts/5e25ac6068cc0bdc5e2e96c345e6760a.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("assets/fonts/5e25ac6068cc0bdc5e2e96c345e6760a.woff2") format("woff2"), /* chrome、firefox */
  url("assets/fonts/5e25ac6068cc0bdc5e2e96c345e6760a.woff") format("woff"), /* chrome、firefox */
  url("assets/fonts/5e25ac6068cc0bdc5e2e96c345e6760a.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("assets/fonts/5e25ac6068cc0bdc5e2e96c345e6760a.svg#GOST UI 2") format("svg"); /* iOS 4.1- */
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

.hidden {
    display: none;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

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

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.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;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body{
	background: #181a1f;
}
body,
button,
input,
select,
textarea {
	color: #2d2d2d;
	font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #2d2d2d;
	font-size: 30px;
	font-weight: 300;
}

h3 {
	color: #2d2d2d;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #2d2d2d;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.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: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

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

:focus {
	outline: none;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

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: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #2d2d2d;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 3em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

:not( .mejs-button ) > button:hover,
:not( .mejs-button ) > button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
}

:-moz-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
    border-bottom: 1px solid #303030;
}

td {
	padding: 0.4em;
}

th,
td,
th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a.post-edit-link {
    color: #2d2d2d;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	color:  #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
    text-decoration: none;
    color: #ff9500;
    border-bottom: 1px solid #ff9500;
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.wp-block-latest-posts.wp-block-latest-posts__list li + li {
    margin-top: 30px;
}

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.header-top {
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.header-top:before{
	content: "";
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgba(1, 11, 35, 0.6);
	left: 355px;
	right: 0;
	top: 0;
}

.header-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.header-top a {
   color: #fff;
	font-weight: 400;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
a.header-logo-dark {
    position: absolute;
    left: 45px;
    transform: translateY(100px);
    opacity: 0;
    transition: .5s;
    width: 50px;
}

.onscroll .header-logo-dark {
    transform: translateY(0);
    opacity: 1;
    transition: .5s;
}

.onscroll a.custom-logo-link {
    transform: translateY(-100px);
    transition: .5s;
    opacity: 0;
}

.contact-info a {
    text-decoration: none;
    border-bottom: 1px solid #595959;
}

.contact-info a:hover {
    text-decoration: none;
    color: #c6aa76;
}

.main-navigation {
	clear: both;
	display: block;
	height: 100%;
}

.aws-container {
    opacity: 0;
    position: absolute;
    top: 100px;
    transition: .5s;
    -webkit-transition: .5s;
    right: 12px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    height: 100%;
    margin-left: auto;
}

.menu-top-menu-container {
    height: 100%;
}

#toggle-search-input{
	display: none;
}

.toggle-search {
    cursor: pointer;
    margin-top: 0px;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 0;
}

.search-holder :checked ~ .toggle-search {
    background: rgb(255 255 255 / 11%);
}

.aws-container .aws-search-field {
    width: 290px;
}

.toggle-search span{
	color: #2d2d2d;
    font-weight: 400;
}

.search-holder :checked ~ .aws-container{
	top: 100%;
    opacity: 1;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	text-align: left;
	height: 100%;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(1, 11, 35, 0.6);
    padding: 0;
    transform: translateY(30px);
    z-index: 0;
    opacity: 0;
    transition: .5s;
    pointer-events: none;
}

.main-navigation li:hover .submenu{
    transform: translateY(0px);
    z-index: 1;
    opacity: 1;
    pointer-events: all;
}



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

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
   display: inline-block;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	transition: all .3s ease;
}

.main-navigation a:first-child {
    opacity: 1;
    transform: translate(0, 0);
    transition: all .3s ease;
     display: block;
}


.main-navigation a:nth-child(2) {
	position: absolute;
    opacity: 0;
    transform: translate(0, 140%);
    color: #FF9500;
    transition: all .3s ease;
    pointer-events: none;
}  

.main-navigation .menu > li:hover > a:nth-child(2){
	opacity: 1;
	transition: all .3s ease;
	pointer-events: all;
    transform: translate(0, 0);
}

.trp-language-switcher > div {
	border-radius: 0;
    background-size: 4px 5px, 5px 5px;
    background-position: calc(100% - 15px) calc(1em + 0px), calc(100% - 10px) calc(1em + 0px);
}

.site-footer .trp-language-switcher > div > a {
    color: #2d2d2d !important;
}

.main-navigation .menu > li:hover > a:nth-child(1){
	opacity: 0;
    transform: translate(0, -140%);
}

.main-navigation li .submenu{
	min-width: 100%;
	height: auto;
}

.main-navigation li .submenu li{
	min-width: 100%;
	text-align: left;
}

.main-navigation li .submenu a {
	padding: 18px 10px;
	text-transform: uppercase;
}

.main-navigation li .submenu a {
    white-space: nowrap;
    min-width: 100%;
}

.main-navigation li .submenu a:hover{
	color: #FF9500;
}

.onscroll .main-navigation li .submenu {
    background: #ffffffe6;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 17%);
}



.main-navigation li{
	transition: opacity .3s ease;
    position: relative;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.has-submenu:after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.onscroll .has-submenu:after {
    border-color: #2d2d2d;
}

.onscroll .main-navigation .has-submenu:hover:after {
    border-color: #FF9500;
}

.has-submenu:hover:after{
	border-color: #FF9500;
}

.main-navigation li:hover{
	cursor: pointer;
}

.highlighted {
    background: #FF9500;
}

li + .highlighted{
	margin-left: 10px;
}

.highlighted + li{
	margin-left: 10px;
}

.highlighted + .highlighted{
	margin-left: 1px;
}

.highlighted a {
    transform: none !important;
    color: #fff !important;
    padding: 2px 20px 3px 20px;
}

    

.nav.mobile {
    display: none;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 2em;
	padding-right: 2em;
}

/*Chat*/

.buttons-holder{
  position:fixed;
  width:60px;
  height:60px;
  right:30px;
  bottom:30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.buttons-holder input{
	display: none;
}

.callback-btn{
	width: 50px;
    height: 50px;
    background-color: #ffffff !important;
    border-radius: 50%;
    background: url(assets/images/chat.svg) no-repeat;
    background-position: 50% 46%;
    background-size: 50%;
    cursor: pointer;
    z-index: 9999;
    position: fixed;
    animation: shadowing 3s infinite;
    box-shadow: 0px 0px 0px 9px #adcbff;
    transition: .8s;
    font-size: 0;
    /* padding-top: 27px; */
    color: #959595;
    font-weight: 700 !important;
    /* font-size: 11px; */
    text-align: center;
    opacity: 1;
    user-select: none;
}

.buttons-holder :checked ~ .callback-btn{
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
   background:url(assets/images/close-icon.svg) center center no-repeat;
    background-size: 30%;
    font-size: 0;
    opacity: 1;
}

@keyframes shadowing{
  0%{box-shadow: 0px 0px 0px 15px  rgba(76, 175, 80, 0.5), 0px 0px 0px 4px rgba(76, 175, 80, 0.8);}
  50%{box-shadow: 0px 0px 0px 8px  rgba(76, 175, 80, 0.5), 0px 0px 0px 4px rgba(76, 175, 80, 0.8);}
  100%{box-shadow: 0px 0px 0px 15px  rgba(76, 175, 80, 0.5), 0px 0px 0px 4px rgba(76, 175, 80, 0.8);}
}

.c-button{
    max-width: 50px;
    width: auto;
    height: 50px;
    border-radius: 50px;
    background-color: #c6aa76 !important;
    border: 2px solid #393237;
    z-index: 998;
    cursor: pointer;
    position: absolute;
    transition: transform .5s, opacity .5s, max-width 1s, z-index .1s;
    opacity: 0;
    padding-left: 46px;
    overflow: hidden;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    white-space: nowrap;
    right: 0;
}

.c-button a{
  padding:0px 10px 0px 0px;
  color:#fff;
  font-size: 11px;
}

.c-button:hover{
  max-width:500px;
  z-index:999;
}

.buttons-holder :checked ~ .c-button{
  opacity:1;
}

.c-button1{ 
	background: url(assets/images/phone-icon.svg) no-repeat 14px center;
    background-color: #004d73 !important;
    border: 2px solid #004d73;
}


.c-button2{
	background:url(assets/images/vk.svg) no-repeat 9px center;
	background-color: #07f !important;
	border: 2px solid #07f;
	background-size: 29px;
    background-position: 8px;
}
.c-button3{
	background:url(assets/images/tg.svg) no-repeat 12px 8px;
    background-color: #2AABEE !important;
    border: 2px solid #2AABEE;
    background-size: 23px auto;
    background-position: 10px;
}

.buttons-holder :checked ~ .c-button1{ transform: translateY(0em) translateX(-6em);}
.buttons-holder :checked ~ .c-button2{ transform: translateY(-4.6em) translateX(-4.5em)}
.buttons-holder :checked ~ .c-button3{ transform: translateY(-6em) translateX(0em);}


/*Woocommerce*/

.woocommerce-breadcrumb a {
    box-shadow: none !important;
    color: #2d2d2d;
    text-decoration: none;
    border-bottom: 1px solid #595959;
}

.breadcrumbs__link {
    color: #2d2d2d;
    text-decoration: none;
    border-bottom: 1px solid #595959;
}

.breadcrumbs__link:hover{
	color: #ff9500;
    text-decoration: none;
    box-shadow: none !important;
    border-bottom: 1px solid #ff9500;
}

.breadcrumbs {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 20px;
}

.woocommerce-breadcrumb a:hover{
	color: #c6aa76;
}

.woocommerce-breadcrumb .uk-icon,
.breadcrumbs__separator{
    margin: 0px 5px;
}

.woocommerce-breadcrumb {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

td.woocommerce-product-attributes-item__value {
    color: #8b8b8b;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    margin-left: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    margin-bottom: 10px;
}

.woocommerce-product-gallery .flex-control-thumbs li + li {
    margin-left: 10px;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
	width: auto !important;
}

iframe#TB_iframeContent {
    margin-bottom: 0;
}

#TB_title {
    background: #181a1f !important;
    border-bottom: none !important;
}

.tb-close-icon:before {
    content: "\00d7" !important;
    font-weight: 100 !important;
    color: #2d2d2d !important;
    font-size: 30px !important;
    line-height: 1 !important;
    margin-top: -3px !important;
    display: inline-block !important;
}

#TB_closeWindowButton:focus .tb-close-icon {
    box-shadow: none !important;
}

.single-product div.product {
    color: #2d2d2d;
}

h1.product_title {
    color: #2d2d2d;
}

h1.product_title {
    color: #2d2d2d !important;
    font-size: 21px !important;
    text-align: left !important;
    font-weight: 400 !important;
}

span.posted_in a {
    color: #2d2d2d;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.single-product form.cart input {
    border-radius: 0;
}



.request-a-quote-button.button,
input[type="submit"] {
	font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif !important;
    font-weight: 400 !important;
    background: #ff9500 !important;
    color: #fff;
    border-radius: 0px;
}

.woocommerce-tabs #reviews p.stars a {
    text-decoration: none !important;
    border-bottom: none;
}

.single-product form.cart input {
	border-radius: 0;
    padding: 0.6em 0.7em;
    border: none;
}

span.sku_wrapper {
    display: block;
    margin-top: 20px;
}

ol.flex-control-nav.flex-control-thumbs {
    margin-top: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper a {
    color: #2d2d2d;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

td.woocommerce-product-attributes-item__value p {
    margin: 0;
}

.site-content-contain{
    padding-top: 120px;
}

.home .site-content-contain{
    padding-top: 0px;
}

.woocommerce-result-count {
    color: #bbb;
}

select.orderby {
    height: auto;
    margin-top: 1em;
    background: #21242b;
    border: none;
    color: #a4a3a3;
    padding: 0.2em;
    cursor: pointer;
}

.site-main .page-title,
.site-main .entry-title{
	color: #2d2d2d;
    font-weight: 100;
    font-size: 30px;
    text-transform: unset;
    letter-spacing: inherit;
    text-align: center;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
}

h1.page-title {
    text-align: center;
    font-weight: 700;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif !important;
    color: #2d2d2d;
}

.product-category{
	padding: 0 !important;
    background: transparent !important;
}

.section.section-categories,
.section.section-products {
}

.product-category h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    color: #2d2d2d !important;
    font-weight: 400 !important;
    z-index: 3;
}

.widget.widget_nav_menu .menu-item a{
	text-decoration: none;
}

.crwcpn-notice, .crwcpn-notice.default {
    background: rgb(198 170 118 / 43%) !important;
    border: none;
}

.crwcpn-notice, .crwcpn-notice.default a {
	box-shadow: none !important;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    color: #2d2d2d;
}

.widget .menu-item a[href*=vk]:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(assets/images/iconmonstr-vk-1.svg) no-repeat center;
    margin-right: 15px;
    background-size: 100%;
    border-radius: 0px;
}

.widget .menu-item a[href*=telegram]:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(assets/images/iconmonstr-telegram-1.svg) no-repeat center;
    margin-right: 3px;
    background-size: 80%;
    border-radius: 0px;
}

.widget .menu-item a[href*=telegram]:hover:before,
.widget .menu-item a[href*=vk]:hover:before {
	filter: grayscale(0) brightness(1);
}

.widget .menu-item a[href*=telegram],
.widget .menu-item a[href*=vk] {
    border-bottom: none;
}

h2.woocommerce-loop-category__title {
    background: rgb(0 0 0 / 48%);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 50%);
}

.woocommerce-shop .site-footer,
.woocommerce-page .site-footer {
    margin-top: 30px;
}

.product-category a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.product-category h2 .count{
	display: none;
}

li.product-category a:before{
	content: "";
    opacity: 0;
    position: absolute;
    background: rgb(0 0 0 / 63%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:  .5s;
    z-index: 1;
}

li.product-category a:hover:before{
    opacity: 1;
}

li.product-category a:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 2;
    border: 1px solid transparent;
    transition: .5s;
}

.product-category {
    opacity: 1 !important;
}

.woocommerce ul.products {
    margin-bottom: 0;
}

ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 2%;
}

.woocommerce-pagination {
    border-top: 1px solid #383838;
}

.woocommerce-pagination span.page-numbers {
    background-color: #1e2025;
    color: #2d2d2d;
}

a.page-numbers {
    background: #e9e9e9 !important;
    color: #2d2d2d;
    text-decoration: none;
    border-bottom: none !important;
    font-weight: 500;
}

ul.products.columns-4:before,
ul.products.columns-4:after{
	display: none;
}

.woocommerce ul.products li.product {
    width: 100%;
}

.section-categories .product-category a:hover h2{
	color: #d2bc93;
}

.woocommerce ul.products li.product-category a:hover:after {
    top: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #d2bc93;
}

.product-category a:hover h2{
	color: #d2bc93 !important;
}

.woocommerce ul.products li.product-category img{
	margin-left: 0px;
    margin-top: 0px;
    width: 100% !important;
    max-width: 100%;
}

.woocommerce ul.products li.product-category a {
    color: #2d2d2d;
}

.woocommerce ul.products li.product {
    padding: 20px;
    background: rgb(255 255 255 / 3%);
    opacity: 0.7;
    transition: .5s;
    margin-bottom: 0.992em;
}

.woocommerce ul.products li.product:hover{
	opacity: 1;
}

.woocommerce ul.products li.product img {
    margin-left: -20px;
    margin-top: -20px;
    width: calc(100% + 40px) !important;
    max-width: initial;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 11px;
    color: #2d2d2d;
    line-height: 1.6;
    font-weight: 300;
    flex: 1;
    text-transform: unset;
}

.woocommerce ul.products li.product a {
    text-align: center;
    text-decoration: none !important;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

ul.products li.product .price {
    text-decoration: none;
    color: #7b7b7b;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

ul.products li.product .button {
    box-shadow: none !important;
    border-radius: 0;
    background: rgb(198 170 118);
    font-weight: 400;
    margin: 0 auto;
    display: block;
    color: #000;
    margin-top: 30px;
}

ul.products li.product .button {
    display: none;
}

ul.products li.product .button:hover{
 background: #d2bc93 !important;
}

#review_form label {
    color: #2d2d2d;
}

#review_form textarea {
    border-radius: 0;
    border: none;
    width: 100% !important;
    resize: none;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

.header-top{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 66px;
	padding: 0px 0px 0px 30px;
}

body:not(.home) .header-top:before {
    left: 0;
}

body:not(.home) .events {
    padding-top: 20px;
    padding-bottom: 40px;
}

body:not(.home) .site-branding-text {
    position: static;
}

body:not(.home) .site-branding-text {
	z-index: 81;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}


body:not(.home) .site-header {

}

body:not(.home).onscroll .site-header {
    position: fixed !important;
}

body:not(.home) .site-content-contain {
    padding-top: 68px;
}


body:not(.home).onscroll .header-logo-dark {
    left: 0px;
}

body:not(.home) a.header-logo-dark {
    left: 0;
}

body:not(.home) .custom-logo-link img {
    max-height: 50px;
}

body:not(.home) .site-title, 
body:not(.home) .site-title a {
    font-size: 13px;
}

body:not(.home) .events .post-thumbnail {
	position: relative;
    top: 0;
    opacity: 1;
    transform: none;
}

body:not(.home) .events .post-thumbnail img {
    transform: none;
    opacity: 1;
    filter: grayscale(0);
}

body:not(.home) .events .post-thumbnail {
    margin-right: 30px;
    width: 20%;
}

form#add_application h5 {
    font-size: 17px;
    letter-spacing: 0;
    text-transform: initial;
    font-weight: 500;
    color: #2d2d2d;
}


body:not(.home).single-events .events article .right {
    align-items: flex-start;
    padding: 40px 0px;
}

body:not(.home).single-events .events article .weekday, 
body:not(.home).single-events .events article .event_date, 
body:not(.home).single-events .events article .event_time {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 14px;
    text-transform: initial;
}

body:not(.home).single-events .post-thumbnail .single-featured-image-header {
    height: 100%;
    border-bottom: none;
    background: transparent;
    padding-top: 100%;
}

body:not(.home) .events article .key-figures {
    margin-bottom: 20px;
}

.site-header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    transition: .5s;
}

.onscroll .site-header {
	position: fixed;
    background: rgb(255 255 255 / 54%);
    box-shadow: 0px 0px 27px 0px #0000004f;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.onscroll .site-branding-text {
    top: 0;
}

.onscroll .site-title {
    margin-top: 0;
}

.onscroll .site-title, .onscroll .site-title a {
    color: #494949;
    line-height: 1.2;
    font-size: 13px;
    font-weight: normal;
}

.onscroll .header-top:before{
	opacity: 0;
}

.onscroll .main-navigation a {
    color: #2d2d2d;
}

.onscroll .main-navigation a:nth-child(2){
	color: #FF9500;
}

.onscroll .nav-overlay ul a {
    color: #fff;
}

.contact-info {
    display: flex;
    flex-direction: column;
    color: #2d2d2d;
    font-size: 12px;
}

.contact-info p{
	margin: 0;
}

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

.site-title,
.site-title a {
    text-decoration: none;
    color: #ffffff;
    opacity: 1;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    flex: 1;
}

.n2-ss-layer {
    position: relative;
    z-index: 100;
}

.site-title,
.custom-logo-link {
	color: #000;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

.site-description {
	color: #000;
	opacity: 0.8;
	display: none;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 0.5em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

.nextend-thumbnail-default {
    display: block !important;
}

#n2-ss-2 .n2-ss-slider-3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 355px;
    width: 100%;
    height: 238px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(1, 11, 35, 0.78) 100%);
    display: block !important;
    z-index: 111;
}

.separator{
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    margin-left: 3px;
}

.nextend-thumbnail-inner {
    background: transparent !important;
    margin-left: auto;
    scroll-behavior: unset !important;
    overflow: clip !important;
    width: 526px;
    display: block !important;
    position: relative !important;
    padding-bottom: 35px !important;
}

.nextend-thumbnail-scroller.notransition{
	transition: none !important;
}

.nextend-thumbnail-scroller {
    grid-template-rows: none !important;
    min-width: auto !important;
    margin-left: auto;
    display: block !important;
    white-space: nowrap;
    position: static !important;
    transition: 0.5s;
}

.n2-thumbnail-dot {
    display: inline-block !important;
    pointer-events: none !important;
    cursor: auto !important;
    grid-template-rows: unset !important;
    margin: 3px 20px !important;
    opacity: 1 !important;
}


.n2-ss-static-slide {
    margin-left: -355px;
    position: relative !important;
    z-index: 800 !important;
}

.n2-ss-static-slide .n2-ss-section-main-content{
	background: url(assets/images/globus.png) center bottom !important;
    background-repeat: no-repeat !important;
}

.main-slider {
    background: #021137;
}

#n2-ss-2 .n2-ss-slider-3 {
    padding-left: 355px;
}

.n2-section-smartslider h2 {
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif !important;
    font-weight: 400 !important;
}

.n2-ss-button-container a {
	font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif !important;
    font-weight: 400 !important;
    background: #c6aa76 !important;
}

.n2-ss-button-container a:hover,
.n2-ss-button-container a:focus,
.n2-ss-button-container a:active{
	background-color: #d2bc93 !important;
}

.site-main h2{
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
}


.section h2 {
	color: #d2bc93;
    font-weight: 100;
    font-size: 30px;
}

.section p{
	line-height: 1.8;
	font-size: 15px;
}

.section{
    padding: 85px 0px;
}

.section h2{
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 682;
    font-size: 32px;
    line-height: 157.6%;
    color: #010B23;
    text-align: center ;
}

h2 + .progress-tabs{
    margin-top: 60px;
}

.progress-tabs .tabs {
    text-align: center;
    padding-bottom: 70px;
}

.progress-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: stretch;
    width: 420px;
    max-width: 100%;
}


.progress-tabs li{
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #A0A0A0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    cursor: pointer;
    transition: .2s;
    min-height: 35px;
}


.progress-tabs li.active{
    color: #004190;
    font-weight: 682;
    font-size: 16px;
    line-height: 100%;
}

.progress-tabs li.active:before {
    background: #004190;
    box-shadow: 0px 0px 0px 8px rgba(0, 65, 144, 0.2);
}

.progress-tabs li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #A0A0A0;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 8px rgba(160, 160, 160, 0.2);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -100%;
    z-index: 10;
    transition: .5s;
}

.progress-tabs li:first-child:after,
.progress-tabs li:last-child:after{
    width: 50%;
}

.progress-tabs li:first-child:after{
    margin-right: 0;
}

.progress-tabs li:last-child:after{
    margin-left: 0;
}

.progress-tabs li:after {
    content: "";
    position: absolute;
    bottom: calc(-100% + 5px);
    height: 4px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #E9E9E9;
}

.progress-tabs .content {
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.progress-tabs .content .tab-content-1 img {
    max-width: 100%;
}

.progress-tabs .content [class*=tab-content] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    white-space: normal;
    background: #fff;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    max-height: 0;
}

.progress-tabs .content [class*=tab-content].active {
    opacity: 1;
    pointer-events: all;
    max-height: 800px;
}

.tab-content-2{
    transform: translateX(-100%);
}

.tab-content-3{
    transform: translateX(-200%);
}

.progress-tabs .content span {
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 162.5%;
    color: #5A5A5A;
}

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

.rows{
    margin-top: 60px;
}

.message{
    position: absolute;
    top: 30%;
    left: 0;
    transform: translate(-71%, -70%);
    width: auto !important;
}

.row{
    display: flex;
    flex-direction: row;
}

.row:first-child .col{
    align-items: flex-end;
}

.row:nth-child(2) .col{
    align-items: flex-start;
}

.col-content{
    padding: 0px 15px 14px 15px;
}

.rows .col img{
    width: 100%;
}

.rows .col{
    position: relative;
    display: flex;
}

.rows .col:first-child{
    width: 40%;
}

.rows .col:nth-child(2){
    width: 30%;
}

.rows .col.col-span-2{
    width: 60%;
}

.rows .col:nth-child(3){
    width: 30%;
}

.rows h3{
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 682;
    font-size: 20px;
    line-height: 140.5%;
    color: #000000;
    margin-bottom: 10px;
}

.rows .row:first-child .col:first-child {
    align-items: center;
}

.rows span {
    display: block;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.5%;
    color: #5C5C5C;
    margin-bottom: 10px;
}

.wp-block-button .wp-block-button__link {
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 2em;
    background: #FF9500 !important;
    border: none !important;
}

.wp-block-button .wp-block-button__link:hover{
	background: #FF9500;
	opacity: .8;
}

.btn {
    box-sizing: border-box;
    padding: 12px 36px;
    background: #FF9500;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 18px;
    display: inline-block;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.btn:hover{
    opacity: .8;
}

.mob-img{
    display: none;
}

.section.partners{
    background: url(assets/images/globe-large.png) no-repeat #021137;
    background-position: right bottom;
    padding: 89px 38px 0px 38px;
}

.partners .item{
    background: rgb(255 255 255 / 8%);
    padding: 59px 19px 21px 19px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 62px !important;
}

.partners .item span{
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}

.partners .item .img-icon {
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.partners .item .img-icon img {
    max-width: 100%;
    max-height: 100%;
}

.partners .uk-grid > div {
    align-items: stretch;
    display: flex;
}

.partners .title{
    padding: 21px 19px 21px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 62px !important;
    width: 100%;
}

.partners .title h2{
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 682;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

.section-parallax {
    padding: 110px 0px;
    background: url(assets/images/parallax2.jpg) no-repeat;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-size: cover;
}

@media (hover: none) {
   .section-parallax {
       background-attachment: initial;
   }
}

.section-parallax:before {
	content: "";
    background: url(assets/images/dots004.png) rgb(0 0 0 / 42%) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
}

.section-parallax h3 {
    margin: 0;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 24px;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
}

.events article:not(:first-child) {
	border-top: 1px solid #ddd;
}

.events .uk-grid{
	position: relative;
}

.events .post-thumbnail{
	position: absolute;
    width: calc(100% / 3);
    aspect-ratio: auto;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    padding-left: 0;
}

.events .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    filter: grayscale(1);
    opacity: 0;
    transition: .5s;
    transform: scale(0.5);
    position: relative;
    z-index: 1;
}

.events .post-thumbnail img{
    position: absolute;
    top: 0;
}

.events .post-thumbnail a {
    position: relative;
    display: block;
}

.events .post-thumbnail a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.events .default-img.post-thumbnail img {
	opacity: 1;
	transform: scale(1);
}


.home .events .post-thumbnail{
	pointer-events: none;
}

.events .default-img.post-thumbnail a {
    pointer-events: none;
}

.events article:hover .post-thumbnail a img {
	opacity: 1;
	transform: scale(1);
	filter: grayscale(0);
}

.events article {
    display: flex;
    flex-direction: row;
}

.events article .left {
	justify-content: center;
    align-items: center;
    padding: 0px 19px;
    text-align: center;
    position: relative;
    display: flex;
    width: 240px;
    flex-direction: column;
}

.events a.btn-link {
    padding-top: 30px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #2d2d2d;
    color: #2d2d2d;
    font-size: 18px;
}

.events a.btn-link:hover {
    border-bottom: 1px solid #ff9500;
    color: #ff9500;
}

.events article .right {
    justify-content: center;
    align-items: center;
    padding: 20px 38px;
    text-align: left;
    display: flex;
    flex: 1;
}

.events article .description-holder {
    flex: 1;
}


.events article .location {
    color: #000000;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 682;
    font-size: 14px;
    line-height: 162.5%;
    margin-bottom: 10px;
}

.events article .entry-title {
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 682;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    margin-bottom: 0;
    display: inline;
    border-bottom: 1px solid #000;
}

body.single-events .events article .entry-title{
	border-bottom: none !important;
}

.events article .entry-title:hover{
	color: #FF9500;
	border-bottom: 1px solid #FF9500;
}

.events article .entry-title:hover a{
	color: #FF9500;
}

.events article .key-figures {
    margin-top: 12px;
    color: #989898;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 162.5%;
}

.events article .left:before{
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: calc(100% - 40px);
    width: 1px;
    background: #DCDCDC;
    position: absolute;
}

.events article .weekday {
    color: #484848;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162.5%;
    text-transform: uppercase;
}

.events article .event_time {
    color: #484848;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 162.5%;
}

.events article .event_date {
    color: #000000;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 682;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1;
}

ul#menu-footerpagemenu{
	margin: 0 -10px;
}

ul#menu-footerpagemenu li {
    margin: 0px 10px;
    padding: 0.2em 0;
}

ul#menu-footerpagemenu li {
    margin: 0px 10px;
}

.events .default-img .img-holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.events .default-img .img-holder:before {
    content: "";
    width: 70%;
    height: 70%;
    background: #EFEFF5;
    position: absolute;
    bottom: -7%;
    left: -9%;
    z-index: 0;
}

.events .default-img .img-holder:after {
    content: "";
    width: 40%;
    height: 40%;
    background: #EFEFF5;
    position: absolute;
    top: -4%;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: 0;
}

/*TUTORS*/

.tutors .item img{
	max-width: 80%;
	border-radius: 50%;
	margin-bottom: 1rem;
}

.tutors .info{
    color: #FF9500;
    font-style: italic;
    margin-bottom: 1rem;
}

.tutors .item h4{
	font-weight: 600;
}

.single-tutors .tutors .item img{
	border-radius: 10px;
}

.tutors article{
    margin-top: 2rem;
    margin-bottom: 2rem !important;
}

/*=================*/

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: flex;
    max-width: 100%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.site-branding-text {
    width: 355px;
    position: absolute;
    left: 0;
    top: 2em;
    padding: 0px 36px;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #2d2d2d;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.wp-block-latest-posts.wp-block-latest-posts__list li {
    overflow: hidden;
}

a.wp-block-latest-posts__post-title {
    font-size: 21px;
    font-weight: 700;
}

.wp-block-latest-posts__featured-image img {
    border-radius: 50%;
}

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	position: relative;
}

.site-content {
   padding: 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {

}

.entry-header .entry-title {
	margin-bottom: 0.25em;
	margin-top: 20px;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

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

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

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.comment-form p > * {
    box-sizing: border-box;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: inline-block;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #acacac;
    display: inline-block;
    font-weight: 500;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
	display: none;
	display: none;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #2d2d2d;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-post .single-featured-image-header img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post .entry-header .entry-title {
    display: inline;
}

.single-post .single-featured-image-header{
    background: transparent;
    border: none;
    width: 400px;
    max-width: 30%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 60px;
}

.single-post .entry-meta, .single-post .entry-meta a {
    color: #484848;
    letter-spacing: inherit;
}

.single-post .entry-meta a {
	border-bottom: 1px solid #484848;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}


.site-main {
    margin-top: 40px;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #ff9500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 2em;
    padding: 0.7em 2em;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}


/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/

.section{
	padding: 80px 0;
	color: #2d2d2d;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 0em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

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

.page:not(.home) #content {
	padding-bottom: 1.5em;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
    background: #1f2126;
    position: relative;
    z-index: 0;
}

.single-product footer#colophon {
    margin-top: 40px;
}

.footer-holder{
	background: #020E2C;
	padding: 51px 46px 31px 46px;
	position: relative;
}

.site-info a.custom-logo-link {
    transform: none;
    opacity: 1;
    border-bottom: none;
    display: inline-block;
    opacity: 0.5;
    text-decoration: none !important;
    border: none !important;
}
.site-info a.custom-logo-link:hover{
    border-bottom: none !important;
}

.footer-holder input[type="text"], 
.footer-holder input[type="email"], 
.footer-holder textarea {
    border-radius: 0;
    border: none;
    background: rgb(255 255 255 / 7%);
    padding: 0.6em 0.8em;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 10px;
    resize: none;
}

.message-success {
    margin-top: 10px;
    color: #fff;
}


.toggle-form-holder .message-success {
    color: #ffffff;
    background: #4caf50;
    padding: 10px 20px;
    border-radius: 5px;
}

.toggle-form-holder form{
	max-height: 400px;
	transition: .5s;
    box-sizing: border-box;
}

.toggle-form-holder form.hidden{
	max-height: 0;
	overflow: hidden;
}

div#toggleForm {
    cursor: pointer;
}


form#add_application > * {
    margin-top: 10px;
}

form#add_application {
    margin-top: 40px;
}

.footer-holder input[type="text"]::-webkit-input-placeholder,
.footer-holder input[type="email"]::-webkit-input-placeholder,
.footer-holder textarea::-webkit-input-placeholder{
	color: #b8b8b8;
	opacity: 1;
}

.widget > p {
    margin: 0;
}

.widget_block h3 {
    line-height: 1;
    font-weight: 100;
    color: #c1c1c1;
}

.footer-holder input[type="submit"] {
    color: #fff;
    background: transparent !important;
    border: 1px solid #fff;
}

.footer-holder input[type="submit"]:hover{
    background: #fff !important;
    color: #020E2C;
}

.footer-holder [class*=error] {
    color: rgb(255 94 82 / 56%);
    font-size: 12px;
    line-height: 1;
    display: inline-block;
}

.footer-holder input[type="text"]::-moz-placeholder,
.footer-holder input[type="email"]::-moz-placeholder,
.footer-holder textarea::-moz-placeholder {
	color: #646464;
	opacity: 1;
}
.footer-holder input[type="text"]::-ms-input-placeholder,
.footer-holder input[type="email"]::-ms-input-placeholder,
.footer-holder textarea::-ms-input-placeholder {
	color: #646464;
}

span.copyright {
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    font-weight: 100;
}

.widget_nav_menu li + li {
    margin-left: 10px;
}

.widget_nav_menu li {
    display: inline-block;
    vertical-align: middle;
}

.wc-block-product-categories-list-item {
    display: inline-block;
    vertical-align: middle;
}

.wc-block-product-categories-list-item {
	padding-right: 20px !important;
}

.wc-block-product-categories {
	margin-top: -10px;
}

.site-footer .widget-area {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
    
.site-footer a.privacy-policy-link {
    text-decoration: none;
    box-shadow: none !important;
}

.footer-holder a:hover {
    opacity: 0.7;
}

h2.footer-site-title {
    display: inline-block;
    font-weight: 682;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.63);
    margin: 0;
    padding: 0;
    flex: 1;
}

.site-branding-footer{
    display: flex;
    margin-bottom: 46px;
    align-items: center;
}

.widget_block {
    padding-bottom: 0em !important;
}

.site-footer a {
	color: #fff !important;
    font-weight: 100;
    box-shadow: none !important;
    border-bottom: 1px solid #ffffff !important;
}

.switcher a {
    color: #000 !important;
}

.site-footer .switcher a:hover {
    color: #000 !important;
}

.site-footer a:hover{
    color: #ffffff !important;
    border-bottom: 1px solid #fff !important;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #2d2d2d;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 0;
}

.site-info a {
	color: #fff;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.site-info span[role=separator] {
	padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
	content: '\002f';
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: center;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 1em;
}

.widget + .widget {
    margin-top: 30px;
}

ul#menu-additional-navigation li {
    margin: 0;
    font-size: 0;
}

ul#menu-additional-navigation .menu-item-type-custom{
	background: transparent;
}


ul#menu-additional-navigation .menu-item-type-custom a{
    padding: 0;
    border-bottom: none !important;
}

h2.widget-title {
    color: #ffffff;
    font-size: 13px;
    font-size: 0.9125rem;
    margin-bottom: 10px;
    padding: 0px 0 0px 0;
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
}


.footer-holder .wp-block-group__inner-container h2{
	color: #fff;
}

.wp-block-group__inner-container h2 {
    font-family: 'GOST UI 2', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #2d2d2d;
}

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

span.wc-block-product-categories-list-item-count {
    color: #2d2d2d;
    font-weight: 100;
    font-size: 10px;
    line-height: 1;
    background: rgb(255 255 255 / 20%);
    padding: 2px 4px;
    border-radius: 4px;
}
.wc-block-product-categories-list-item-count:before, 
.wc-block-product-categories-list-item-count:after{
	display: none;
}

.site-footer .uk-container {
    position: relative;
}

.page-up {
    color: #ffffff;
    cursor: pointer;
    margin-top: 44px;
    padding: 10px 15px 10px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.page-up i {
    margin-right: 10px;
    margin-top: -2px;
}


.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	padding: 0.5em 0;
}

ul.wp-block-page-list{
	margin-left: -10px;
	margin-right: -10px;
}

ul.wp-block-page-list li {
    display: inline-block;
    padding:  0px 10px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child:not(.rss-widget-title) {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar .wp-calendar-table {
	margin-bottom: 0;
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
	margin: 0 0 1.5em;
	padding: 0.4em 0;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar th,
.widget_calendar td,
.widget_calendar .wp-calendar-nav span {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

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

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

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

audio:focus,
video:focus {
	outline: thin dotted;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	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;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #2d2d2d;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #2d2d2d;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #2d2d2d;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}


.baguetteBox-button {
    background: none !important;
}


/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/


@media (max-width:  1200px){
	.events article .entry-title {
	    font-size: 18px;
	}

	.events article .location {
	    font-size: 12px;
	}

	.events article .key-figures {
	    font-size: 13px;
	}

	.events article .event_date {
	    font-size: 20px;
	}

	.events article .weekday {
	    font-size: 14px;
	}

	.events article .event_time {
	    font-size: 19px;
	}

	.partners .title h2 {
        font-size: 18px;
    }

	#n2-ss-2 .n2-ss-slider-3 {
	    padding-left: 300px;
	}

	.header-top:before {
	    left: 300px;
	}

	#n2-ss-2 .n2-ss-slider-3:before {
	    left: 300px;
	}

	.site-branding-text {
	    width: 300px;
	    padding: 0px 6px;
	}

	.n2-ss-static-slide {
	    margin-left: -300px !important;
	}

	a.header-logo-dark {
	    left: 18px;
	}

	.message {
        max-width: 70%;
    }
}

@media (max-width:  1160px){
	.img-3 {
	    margin-top: -2vw;
	}
}

@media (max-width:  1160px){
	.img-3 {
	    margin-top: -2vw;
	}

	.main-navigation li + li {
	    margin-left: 5px;
	}

	.main-navigation a {
	    padding: 2px 5px 3px 5px;
	}
}

@media (max-width:  1035px){
	.img-3 {
	    margin-top: -6vw;
	}

	.main-navigation li + li {
	    margin-left: 10px;
	}
}

@media (max-width:  1024px){
	.aws-container .aws-search-field {
	    width: 332px;
	    padding-right: 0 !important;
	}
}

@media (max-width: 1050px) and (min-width:  992px){
	.main-navigation li + li {
	    margin-left: -1px;
	}
}

@media (max-width:  992px){
	.has-submenu:after{
		display: none;
	}
	.onscroll .site-header {
	    backdrop-filter: unset;
	}
	
	.n2-ss-static-slide > .n2-ss-layer{
		padding: 0px 10px 0px 10px !important;
	}

	.n-uc-1ba84958cb3ce {
	    display: none;
	}

	.n2-ss-static-slide {
	    height: 150px;
	    grid-area: none;
	    position: static !important;
	    display: inline-block;
	}
	div#n2-ss-2 .n2-ss-slider-3 {
	    display: flex !important;
	    flex-direction: column;
	}

	.n2-ss-static-slide {
	    order: 1;
	}

	div#n2-ss-2 .n2-ss-slide-backgrounds {
	    height: 300px;
	}

	div#n2-ss-2 .n2-ss-slider-4 {
	    height: 0px !important;
	}

	.n2-ss-slider .n2-ss-text {
	    font-size: 14px !important;
	}

	.n2-ss-slider .n2-ss-layer-with-background {
	    padding: 0px !important;
	}

	div#n2-ss-2 .n2-ss-slide {
	    height: 300px !important;
	}
	div#n2-ss-2 .n2-ss-slider-1 {
	    min-height: 300px !important;
	}

	.n2-ss-static-slide {
	    margin-left: 0px !important;
	}

	#n2-ss-2 .n2-ss-slider-3 {
	    padding-left: 0;
	}

	.n2-ss-slider .n2-ss-layer {
	    width: 100% !important;
	    max-width: none !important;
	}
	#n2-ss-2 .n2-ss-slider-3:before{
		display: none !important;
	}

	.n2-ss-slider-controls {
	    opacity: 0 !important;
	    user-select: none;
	}

	.header-top:before {
	    opacity: 0;
	}

	.site-header {
	    background: #ffffffe8;
	    box-shadow: 0px 0px 27px 0px #0000004f;
	}

	.site-title, 
	.site-title a {
	    color: #494949;
	    line-height: 1.2;
	    font-size: 13px;
	    font-weight: 700;
	}

	.header-logo-dark {
	    transform: translateY(0);
	    opacity: 1;
	    transition: .5s;
	}

	a.header-logo-dark {
	    left: 18px;
	    transform: translateY(0);
	    opacity: 1;
	    transition: .5s;
	}

	.site-title {
	    margin-top: 0;
	}

	.site-branding-text {
	    top: 0;
	}

	a.custom-logo-link {
	    transform: translateY(-100px);
	    transition: .5s;
	    opacity: 0;
	}

	.icon-burger{
		z-index: 1000;
		position: relative;
    	height: 18px;
    	cursor: pointer;
    	color: #2d2d2d;
    	font-size: 10px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	    padding: 3px 30px 0px 30px;
    	height: 100%;
	}

	.nav.mobile :checked ~ .icon-burger{
		color: #fff;
	}

	.menu-top-menu-container {
	    height: auto;
	}

	.icon-burger > span {
	    font-size: 14px;
	}

	.icon-burger .line-holder {
	    margin-left: 10px;
	}

	.nav.mobile ul {
		width: 18px;
	    display: inline-block;
	    vertical-align: middle;
	}

	.nav.mobile ul.sub-menu,
	.nav.mobile ul.submenu {
		display: block;
	    position: static;
	    opacity: 1;
	    background: none;
	    transform: none !important;
	}

	.icon-burger .line {
	    display: block;
	    width: 21px;
	    height: 1px;
	    background: #fff;
	    border-radius: 2px;
	    transition: 0.3s;
	}

	.icon-burger .line + .line{
		margin-top: 6px;
	}

	#nav-toggle {
	  position: absolute;
	  top: -100px;
	}

	.header .nav.mobile:checked + .icon-burger {
	    transform: rotate(45deg);
	}

	.nav.mobile :checked ~ .icon-burger .line {
	    background-color: #fff;
	}

	.nav.mobile :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(7px) rotate(225deg);
	}

	.nav.mobile :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-7px) rotate(-225deg);
	}

	.nav.mobile :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}

	.nav.mobile :checked ~ .nav-overlay {
	    top: 112px;
	}

	.nav.mobile .nav-overlay{
		padding: 0;
	    box-sizing: border-box;
	    position: fixed;
	    top: -1000px;
	    height: 100%;
	    width: 100%;
	    left: 0;
	    right: 0;
	    background: rgb(24 26 31 / 88%);
	    z-index: 999;
	    transition: .5s;
	    padding: 80px 40px 40px 40px;
	}

	.admin-bar .nav.mobile .nav-overlay{
		padding: 122px 40px 40px 40px
	}

	.nav.mobile :checked ~ .nav-overlay{
		top: 0;
	}

	.nav-overlay .inner-items{
	    position: relative;
	    height: 100%;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.nav-overlay .inner-items:before {
		content: "";
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    border: 1px solid #ffffff;
	    border-radius: 4px;
	}

	.nav.mobile {
	    display: inline-flex;
	    height: 100%;
	    justify-content: center;
	    align-items: center;
	}

	.icon-burger .line {
	    background: #2d2d2d;
	}

	.nav-overlay ul a {
	    font-style: normal;
	    font-weight: 300;
	    font-size: 16px;
	    color: #fff;
	    opacity: 0;
	    transform: translateY(-190px);
	    transition: 2s;
	    display: block;
	    text-align: center;
	}

	.menu-item-type-custom {
	    background: transparent;
	}

	.nav-overlay ul a:hover{
		color:  #c6aa76;
	}

	.nav-overlay ul li:last-child {
	    margin-bottom: 0;
	}

	.nav-overlay ul a:hover:before,
	.nav-overlay ul a:hover:after{
		display: none;
	}

	.main-navigation li .submenu a{
		padding: 2px 5px 3px 5px !important;
	}

	.nav-overlay ul a {
	    margin-bottom: 12px;
	}

	.nav-overlay ul li:nth-child(1) a{ transition: 0.2s ; }
	.nav-overlay ul li:nth-child(2) a{ transition: 0.4s ; }
	.nav-overlay ul li:nth-child(3) a{ transition: 0.6s ; }
	.nav-overlay ul li:nth-child(4) a{ transition: 0.8s ; }
	.nav-overlay ul li:nth-child(5) a{ transition: 1s ; }
	.nav-overlay ul li:nth-child(6) a{ transition: 1.2s ; }
	.nav-overlay ul li:nth-child(7) a{ transition: 1.4s ; }
	.nav-overlay ul li:nth-child(8) a{ transition: 1.6s ; }
	.nav-overlay ul li:nth-child(9) a{ transition: 1.8s ; }
	.nav-overlay ul li:nth-child(10) a{ transition: 2s ; }
	.nav-overlay ul li:nth-child(11) a{ transition: 2.2s ; }
	.nav-overlay ul li:nth-child(12) a{ transition: 2.4s ; }

	.nav.mobile :checked ~ .nav-overlay ul a{
		opacity: 1;
		transform: translateY(0px);
	}

	.nav-overlay ul li {
	    display: block;
	    padding-left: 0;
	    margin: 30px 0;
	    background: transparent !important;
	    height: auto;
	}

	.main-navigation a:nth-child(2) {
	    display: none;
	}

	.nav-overlay ul li:first-child {
	    margin-top: 0;
	}

	.nav-overlay .menu {
	    display: block !important;
	    width: 100% !important;
	}

	ul#top-menu{
		display: none;
	}
	
	.parallax-about img{
		display: none;
	}

	.parallax-about .img-mob {
	    display: block;
	    position: static !important;
	    width: 400px;
	    max-width: 80%;
	    margin: 0 auto;
	    margin-bottom: 20px;
	}

	.section h2{
		text-align: center;
	}

	.parallax-about{
		margin-top: 0px;
	}

	.section {
	    padding: 40px 0;
	}

	.section.about-section {
	    padding-bottom: 0;
	}
}

@media (max-width: 960px){

	.events article .left {
	    width: 130px;
	    padding: 0px 19px 0px 0px;
	}

	.events .post-thumbnail {
	    position: static;
	    opacity: 1;
	    transform: none;
	    width: 30%;
	    margin-bottom: 0 !important;
	    margin-right: 30px;
	}

	.events .post-thumbnail img {
	    transform: none;
	    opacity: 1;
	    filter: grayscale(0);
	}

	.post-thumbnail.default-img {
	    display: none;
	}

	 .partners .title h2 {
        font-size: 25px;
    }

    .section.partners {
        padding: 89px 0px 0px 0px;
    }

    .partners .item span {
        width: 100%;
    }

    .partners .uk-grid > div{
        margin-left: auto;
        margin-right: auto;
    }

    .partners .title {
        padding: 0px 19px;
    }

    .section.partners {
        padding: 40px 38px 0px 40px;
    }

    .progress-tabs .content span{
        margin-top: 40px;
        display: block;
    }

    .section h2 {
        font-size: 25px;
    }
    .row .col{
        display: none;
    }

    .row:first-child .col:first-child{
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding: 0px 10%;
    }

    .mob-img{
        display: block;
        margin-top: 30px;
    }
}

@media (max-width: 768px){

	.single-post .entry-header .entry-title {
	    font-size: 17px;
	}

	a.wp-block-latest-posts__post-title {
	    font-size: 14px;
	}

	.wp-block-latest-posts__post-excerpt {
	    font-size: 12px;
	}

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

	.section-parallax h3 {
	    font-size: 17px;
	}

	.events a.btn-link {
	    padding-top: 10px;
	    font-size: 16px;
	}

	.events article .event_date {
	    font-size: 14px;
	}

	.events article .left {
	    padding: 0px 10px 0px 0px;
	    width: 81px;
	}

	.section.partners {
	    padding: 40px 0px 0px 0px;
	}

	.events .post-thumbnail {
	    width: 20%;
	}

	.events article .event_time {
	    font-size: 14px;
	}

	.events article .right {
	    padding: 20px 11px;
	}

	.events article .weekday {
	    font-size: 10px;
	}

	.section {
	    padding: 30px 0;
	}

	.rows {
	    margin-top: 0;
	}

	h2 + .progress-tabs {
	    margin-top: 0;
	}

	ul.products.columns-4 {
		display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    grid-gap: 0 2%;
	}

	.woocommerce ul.products li.product {
	    width: 100% !important;
	    float: none !important;
	    margin-bottom: 0.992em !important;
	}
}

@media (max-width:  750px){

	.woocommerce ul.products li.product {
	    padding: 5px;
	}

	.woocommerce ul.products li.product img {
	    margin-left: -5px;
	    margin-top: -5px;
	    width: calc(100% + 10px) !important;
	    max-width: initial;
	}

	.contact-info span {
	    display: none;
	}

	.footer-holder {
	    padding: 30px 0px 35px 0px;
	}

	.site-main .page-title {
	    font-size: 21px;
	}
}

@media (max-width: 640px){
	.trp_language_switcher_shortcode {
	    margin-bottom: 1rem !important;
	}
}

@media (min-width: 600px){
	.wp-block-gallery.columns-2 figure.wp-block-image{
		max-width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.75);
	}
	.wp-block-gallery.columns-3 figure.wp-block-image{
		max-width: calc(33% - var(--wp--style--unstable-gallery-gap, 16px)*0.75);
	}
	.wp-block-gallery.columns-4 figure.wp-block-image{
		max-width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75);
	}
	.wp-block-gallery.columns-5 figure.wp-block-image{
		max-width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.75);
	}
	.wp-block-gallery.columns-6 figure.wp-block-image{
		max-width: calc(16.6% - var(--wp--style--unstable-gallery-gap, 16px)*0.75);
	}
}

@media (max-width: 600px){
	.wp-block-gallery.has-nested-images figure.wp-block-image{
		max-width: 50% !important;
	}
}

@media (max-width: 580px){

	div#toggleForm {
	    font-size: 14px;
	}

	body.single-events .right {
	    padding-top: 0 !important;
	}

	body.single-events .events .post-thumbnail {
	    margin-left: auto !important;
	    margin-right: auto !important;
	    display: block;
	    width: 40% !important

	}

	body.single-events .events article .description-holder {
	    width: 100%;
	}

	.single-post .entry-header .entry-title {
	    margin-bottom: 0;
	    margin-top: 0px;
	}

	.single-post header.entry-header {
	    padding-bottom: 0px !important;
	}

	.single-post .single-featured-image-header {
	    margin-right: 20px;
	}

	.wp-block-latest-posts__featured-image.alignleft {
	    width: 119px;
	}

	.events article .entry-title {
	    font-size: 15px;
	}

	.events article .description-holder {
	    text-align: center;
	}

	.events .post-thumbnail {
	    margin-left: 0 !important;
	    margin-right: 0px !important;
	    width: 52% !important;
	    margin-bottom: 20px !important;
	}

	body.post-type-archive-events .events .post-thumbnail {
		margin-left: auto !important;
    	margin-right: auto !important;
	}

	    

	body.post-type-archive-events .events article .right {
	    display: block;
	}

	.events article .right {
	    padding-right: 0;
	}

	.events article .right {
	    flex-direction: column;
	}

	.events article .location {
	    font-size: 9px;
	    margin-bottom: 2px;
	}

	.events article .key-figures {
	    font-size: 11px;
	    margin-top: 2px;
	}

	.partners .item .img-icon {
        max-width: 60px;
        max-height: 60px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .partners .item .img-icon img {
	    max-width: 100%;
	}

    .partners .item {
        padding: 43px 7px 9px 9px;
    }

    .partners .item span {
        font-size: 12px;
        text-align: center;
        text-transform: none;
        width: 100%;
    }

	.woocommerce-page .woocommerce-ordering {
	    width: 100%;
	    text-align: center;
	}

	select.orderby {
	    margin-bottom: 2em;
	}

	.woocommerce-result-count {
	    padding-bottom: 0;
	    margin-bottom: 0;
	    text-align: center;
	    width: 100%;
	}

	.contact-info p + p {
	    margin-left: 10px;
	}

	.contact-info p, .contact-info p a {
	    opacity: 0.9;
	}

	.site-title {
	    position: static;
	    left: 0;
	    transform: none;
	}

	.icon-burger > span {
	    font-size: 0;
	}

	.admin-bar .nav.mobile .nav-overlay {
	    padding: 142px 40px 40px 40px;
	}

	.main-navigation {
	    font-size: 0;
	    margin-top: 5px;
	}

	.n2-ss-slider .n2-ss-layer {
	    text-align: left;
	}
}

@media (max-width:  500px){
	.advantages .item img {
	    width: 15px;
	}

	.advantages .item i {
	    margin-right: 6px;
	}

	.advantages .item span {
	    font-size: 11px;
	}

	.advantages .item:nth-child(2n) {
	    padding-left: 10px;
	}

	.advantages {
	    margin-top: 10px;
	    margin-bottom: 20px !important;
	}

	.section p {
	    line-height: 1.4;
	    font-size: 14px;
	    margin: 0px 0px 5px 0px;
	}

	.advantages .item:nth-child(2n) {
	    width: calc(50% - 20px);
	}

	.advantages .item {
	    width: calc(50% + 20px);
	}

	.section h2 {
	    text-align: center;
	    margin-bottom: 20px;
	    font-size: 25px;
	    line-height: 1.2;
	}

	.col-content {
	    padding: 0px 0px 14px 0px;
	}

	.row:first-child .col:first-child{
        padding: 0px;
    }
}