/*!
Theme Name: plastiras
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plastiras
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	line-height: inherit;
	font-weight: inherit;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: none;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 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;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

@font-face {font-family: 'CeraPRO';src: url('fonts/CeraPRO-Medium.ttf');font-weight: 400;}
@font-face {font-family: 'CeraPRO-Light';src: url('fonts/CeraPRO-Light.ttf');font-weight: 300;}

body, html {
	font-family: 'CeraPRO';
	font-weight: 400;
	background: #E4E4E4;
}

body {
	overflow: hidden;
}

body.scrollable {
	overflow-y: scroll;
	overflow-x: hidden;
}

a:visited,
a:focus {
	outline: none;
}

a:hover {
	text-decoration: none
}

.general-row {
	margin-right: 0;
	margin-left: 0;
}

.general-row > div {
	padding-left: 0;
	padding-right: 0;
}

.general-row > div.main_menu {
	padding: 35px 60px 85px 60px;
	text-align: center;
}

.general-row > div.main_menu > a {
	display: block;
}

.general-row > div.main_menu > a.logo-mob {
	background: #F1F1F1;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1300px) {
	.general-row > div.main_menu {
		padding: 35px 35px 85px 35px;
	}
}

.general-row > div.main_menu,
.general-row > div.main_menu_mirror {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
	max-width: 100%;
	border-right: 1px solid #A8854E;

	-webkit-transition: all 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	-moz-transition: all 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	-ms-transition: all 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	-o-transition: all 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	transition: all 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
}

.general-row.open > div.main_menu,
.general-row.open > div.main_menu_mirror {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
	max-width: 20%;
}

/*@media screen and (min-width: 1920px) {
	.general-row > div.main_menu,
	.general-row > div.main_menu_mirror {
		width: 400px;
		-ms-flex: 0 0 400px;
		flex: 0 0 400px;
		max-width: 400px;
	}
}*/

.general-row > div.right_banner {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 100%;
    -webkit-transition: padding 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	-moz-transition: padding 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	-ms-transition: padding 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	-o-transition: padding 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	transition: padding 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
}

.general-row.open > div.right_banner {
	padding-left: 20%;
}

/*@media screen and (min-width: 1920px) {
	.general-row > div.right_banner {
		-ms-flex: 0 0 calc(100% - 400px);
		flex: 0 0 calc(100% - 400px);
		max-width: calc(100% - 400px);
	}
}*/

.general-row > div.right_banner_scrolled {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20%;
}

/*@media screen and (min-width: 1920px) {
	.general-row > div.right_banner_scrolled {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 400px;
	}
}*/

.main_menu {
	background: #F1F1F1;
	position: relative;
	left: 0;
	height: 100vh;
	z-index: 2;
	position: fixed;
	top: 0;
}

.main_menu_scrolled {
	position: fixed;
	top: 0;
}

.menu_items {
	text-align: center;
	margin-top: 130px;
	position: relative;
	top: 100%;

	-webkit-transition: top 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	-moz-transition: top 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	-ms-transition: top 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	-o-transition: top 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
	transition: top 900ms cubic-bezier(0.175, 0.885, 0.32, 1.05);
}

.menu_items.open {
	top: 0;
}

.menu_items a {
	color: #1F324A;
	font-size: 15px;
	line-height: 21px;
	display: block;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 9px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	letter-spacing: 0.16em;
}

.menu_items a:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 24px;
	background: #BF9568;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 9px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.menu_items a:last-child:after {
	display: none;
}

.menu_items a.active {
	color: #BF9568;
	padding-bottom: 95px;
}

.menu_items a.active:after {
	height: 95px;
}

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

.line {
	width: 100%;
	height: 1px;
	background: #A8854E;
}

.section_1_wrapper {
	background: #1F324A;
	color: #fff;
	padding: 120px 17.5% 120px 11%;
}

.section_1_wrapper > div {
	opacity: 0;
	-webkit-transition: opacity 900ms ease;
	-moz-transition: opacity 900ms ease;
	-ms-transition: opacity 900ms ease;
	-o-transition: opacity 900ms ease;
    transition: opacity 900ms ease-out;
}

.section_1_wrapper.open > div {
	opacity: 1;
}

.section_1 .title {
	font-size: 36px;
	line-height: 40px;
	padding-bottom: 60px;
	width: 65%;
	letter-spacing: 0.04em;
	color: #F1F1F1;
}

@media screen and (max-width: 1660px) {
	.section_1 .title {
		width: 75%;
	}
}

@media screen and (max-width: 1440px) {
	.section_1 .title {
		width: 80%;
	}
}

.section_1 .text {
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0.04em;
	font-family: 'CeraPRO-Light';
	color: #F1F1F1;
}

.section_1 .text p:last-child {
	margin-bottom: 0
}

.section_1_sub {
	padding-top: 45px;
	padding-bottom: 50px;
	margin-bottom: 390px;
	border-bottom: 1px solid #BF9568;
	margin-left: 0;
	margin-right: 0;
}

.section_1_sub > div:first-child {
	color: #BF9568;
	font-size: 20px;
	line-height: 29px;
}

.section_1_sub > div {
	padding-left: 0;
	padding-right: 0;
}

.section_1_sub .item {
	position: relative;
	padding-right: 58px;
	display: inline-block;
	letter-spacing: 0.16em;
	font-size: 20px;
	line-height: 29px;
}

.section_1_sub .item:last-item {
	padding-right: 0;
}

@media screen and (max-width: 1850px) {
	.section_1_sub .item {
		padding-right: 38px;
	}
}

@media screen and (max-width: 1600px) {
	.section_1_sub .item {
		padding-right: 30px;
	}
}

@media screen and (max-width: 1515px) {
	.section_1_sub .item {
		padding-right: 25px;
	}
}

@media screen and (max-width: 1460px) {
	.section_1_sub .item {
		padding-right: 20px;
	}
}

.section_1_sub .item_after {
	display: inline-block;
	background: #fff;
	height: 8px;
	width: 8px;
	border-radius: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 25px; 
	right: 0
}

@media screen and (max-width: 1850px) {
	.section_1_sub .item_after {
		margin: auto 15px;
	}
}

@media screen and (max-width: 1600px) {
	.section_1_sub .item_after {
		margin: auto 11px;
	}
}

@media screen and (max-width: 1515px) {
	.section_1_sub .item_after {
		margin: auto 9px;
	}
}

@media screen and (max-width: 1460px) {
	.section_1_sub .item_after {
		margin: auto 7px;
	}
}

.section_2 {
	margin: -290px 5.5% 0 5.5%;
	background: #E4E4E4;
	padding: 68px 12% 68px 5.5%;
}

.section_2 .container {
	width: 100%;
}

.section_2 .col-md-9 {
	padding-right: 0;
}

.section_2 .main_title {
	color: #A8854E;
	font-size: 48px;
	line-height: 40px;
	border-top: 1px solid #A8854E;
	padding-top: 25px;
	padding-bottom: 55px;
	letter-spacing: 0.04em;
}

.section_2 .title {
	color: #000;
	font-size: 27px;
	line-height: 39px;
	font-weight: 300;
	padding-bottom: 130px;
	letter-spacing: 0.04em;
	width: 75%;
	font-family: 'CeraPRO-Light';
}

@media screen and (max-width: 1900px) {
	.section_2 .title {
		width: 80%;
	}
}

@media screen and (max-width: 1740px) {
	.section_2 .title {
		width: 85%;
	}
}

@media screen and (max-width: 1660px) {
	.section_2 .title {
		width: 90%;
	}
}

@media screen and (max-width: 1480px) {
	.section_2 .title {
		width: 95%;
	}
}

@media screen and (max-width: 1690px) {
	.section_2 .col-md-1 {
		-ms-flex: 0 0 0;
		flex: 0 0 0;
		max-width: 0;
		padding: 0;
	}

	.section_2 .col-md-5 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.section_2 .text .item_wrapper {
	display: flex;
	position: relative;
	margin-bottom: 55px;
}

.section_2 .text .item_wrapper:nth-child(1),
.section_2 .text .item_wrapper:nth-child(5),
.section_2 .text .item_wrapper:nth-child(7) {
	margin-bottom: 75px;
}

.section_2 .item_wrapper:last-child {
	margin-bottom: 65px;
}

.section_2 .text .number {
	color: #A8854E;
	font-size: 48px;
	position: absolute;
	top: -10px;
	margin: auto;
	line-height: 1;
	font-family: 'CeraPRO-Light';
}

.section_2 .text .item {
	color: #1F324A;
	font-size: 20px;
	line-height: 24px;
	padding-left: 65px;
	letter-spacing: 0.04em;
}

.file {
	border-top: 1px solid #A8854E;
	padding-top: 30px;
	padding-bottom: 175px;
}

.section_2 .file {
	padding-bottom: 145px;
}

.file a {
	display: block;
	border: 1px solid #A8854E;
	color: #A8854E;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	padding: 0 12px;
	float: right;
	text-align: right;
	position: relative;
	width: 250px;
	background: linear-gradient(to left, transparent 50%, #A8854E 50%) right;
    background-size: 200%;
    -webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
    transition: background 300ms ease-out;
}

.file a:hover {
	background-position: left;
	color: #E4E4E4;
}

.file a img {
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.file a img.img-hover {
	display: none;
}

.file a:hover img.img-hover {
	display: block;
}

.file p { /*.section_2 */
	display: block;
	color: #A8854E;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 0;
	letter-spacing: 0.04em;
}

.section_3_wrapper {
	margin: -290px 5.5% 0 5.5%;
	background: #E4E4E4;
	padding: 66px 12% 68px 5.5%;
	z-index: 2;
    position: relative;
}

@media screen and (max-width: 1690px) {
	.section_3_wrapper .col-md-1 {
		-ms-flex: 0 0 0;
		flex: 0 0 0;
		max-width: 0;
		padding: 0;
	}

	.section_3_wrapper .col-md-5 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.section_3 .image {
	min-height: 670px; 
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.section_3_wrapper .subtitle {
	color: #A8854E;
	font-size: 15px;
	line-height: 24px;
	border-bottom: 2px solid #A8854E;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	letter-spacing: 0.16em;
}

.section_3_wrapper .subtitle br {
	display: none;
}

.section_3_wrapper .title {
	color: #A8854E;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 80px;
	letter-spacing: 0.04em;
}

.section_3_wrapper .subsection {
	padding-bottom: 95px;
}

/*.section_3_wrapper .toggle_wrapper {
	margin-bottom: 20px;
}*/

.section_3_wrapper .col-md-9 {
	padding-right: 0;
}

.section_3_wrapper .toggle_wrapper:last-child {
	margin-bottom: 0;
}

.section_3_wrapper .toggle_wrapper a {
	display: block;
	border-top: 1px solid #1F324A;
	padding: 20px 0 55px 0;
	color: #1F324A;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.16em;
}

.section_3_wrapper .toggle_wrapper_sec br {
	display: none;
}

.section_3_wrapper .toggle_wrapper a:hover {
	color: #A8854E;
}

.section_3_wrapper .toggle_wrapper a[aria-expanded='true'] {
	color: #A8854E;
	/*padding-bottom: 55px;*/
}

.section_3_wrapper .toggle_wrapper a:after {
	background: url('./images/plus.svg');
	width: 24px;
	height: 24px;
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 20px;
	margin: auto;
}

.section_3_wrapper .toggle_wrapper a[aria-expanded='true']:after {
	background: url('./images/minus.svg');
	width: 24px;
	height: 1px;
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 31px;
	bottom: auto;
	margin: auto;
}

.section_3_wrapper .toggle_wrapper div {
	color: #1F324A;
	font-size: 20px;
	line-height: 29px;
}

.section_3 .toggle_wrapper ol {
	font-family: 'CeraPRO-Light';
	font-weight: 300;
	padding-left: 25px;
    margin-left: 0;
    font-size: inherit;
}

.section_3 .toggle_wrapper ul {
	padding-left: 20px;
    margin-left: 0;
    font-size: inherit;
    color: #A8854E;
    font-family: 'CeraPRO-Light';
}

.section_3 .toggle_wrapper.toggle_wrapper_sec ul {
	color: #1F324A;
	font-family: 'CeraPRO';
}

.section_3 .toggle_wrapper ul li {
	margin-bottom: 25px;
	letter-spacing: 0.04em;
}

.section_3 .toggle_wrapper h6 {
	color: #A8854E;
	font-size: inherit;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: 'CeraPRO-Light';
	font-weight: 300;
	letter-spacing: 0.04em;
}

.section_3 .toggle_wrapper h5 {
	font-size: inherit;
	font-family: 'CeraPRO-Light';
	font-weight: 300;
	margin-bottom: 25px;
	letter-spacing: 0.04em;
}

.section_3 .toggle_wrapper p {
    margin-bottom: 25px;
    letter-spacing: 0.04em;
}

.section_3 .file {
	padding-bottom: 8px;
}

.section_4_sub {
	margin: -285px 5.5% 0 5.5%;
	background: #E4E4E4;
	position: relative;
	padding: 68px 12% 0 5.5%;
}

.section_4 .image {
	min-height: 670px; 
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.ovhidden {
	overflow: hidden;
}

.section_4_sub .container {
	width: 100%;
	max-width: 100%;
}

.section_4_sub .col-md-9 {
	padding-right: 0;
}

.section_4_sub .title {
	color: #A8854E;
	font-size: 48px;
	line-height: 54px;
	padding-bottom: 110px;
	letter-spacing: 0.04em;

	border-top: 2px solid #A8854E;
	padding-top: 25px;
}

.section_4_sub .text {
	color: #1F324A;
	font-size: 20px;
	line-height: 24px;
	width: 95%;
}

.section_4_sub .text p {
	margin-bottom: 25px;
	letter-spacing: 0.04em;
	line-height: 29px;
}

.section_4 h5,
.section_5 h5 {
	color: #A8854E;
	font-family: 'CeraPRO';
	margin-bottom: 0;
	font-size: inherit;
	letter-spacing: 0.04em;
}

.section_4 h6,
.section_5 h6 {
	font-family: 'CeraPRO-Light';
	font-weight: 300;
	margin-bottom: 25px;
	font-size: inherit;
	letter-spacing: 0.04em;
}

.section_5 {
	padding: 230px 12% 0 5.5%;
	margin: 0 5.5% 0 5.5%;
}

.section_5 .container {
	width: 100%;
	max-width: 100%;
}

.section_5 .col-md-9 {
	padding-right: 0;
	/*padding-left: 65px;*/
}

.section_5 .text p {
	margin-bottom: 25px;
	letter-spacing: 0.04em;
	line-height: 29px;
}

.section_5 .title {
	color: #A8854E;
	font-size: 48px;
	line-height: 54px;
	padding-bottom: 110px;
	letter-spacing: 0.04em;

	border-top: 2px solid #A8854E;
	padding-top: 25px;
}

.section_5 .text {
	color: #1F324A;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 185px;
	width: 95%;
	letter-spacing: 0.04em;
}

.section_6 {
	background: #A8854E;
	padding: 140px 17.5% 245px 11%;/*160px*/
}

.section_6 .title {
	color: #fff;
	font-size: 48px;
	position: relative;
	text-align: center;
	line-height: 54px;
	margin-bottom: 135px;
}

.section_6 .title h2 {
	position: relative;
    background: #A8854E;
    z-index: 2;
    display: inline;
    padding: 0 40px;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.04em;
}

.section_6 .title:before {
	height: 1px;
	content: "";
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 100%;
	z-index: 1;
}

.section_6 .text {
	padding-left: calc(25% - 50px);
	padding-right: 8%;
	margin: auto;
}

@media screen and (min-width: 1950px) {
	.section_6 .text {
		padding-right: 10%;
	}
}

@media screen and (min-width: 2000px) {
	.section_6 .text {
		padding-right: 15%;
	}
}

@media screen and (min-width: 2130px) {
	.section_6 .text {
		padding-right: 20%;
	}
}

@media screen and (max-width: 1620px) {
	.section_6 .text {
		padding-right: 0%;
	}
}



.section_6 .item_link {
	color: #ffffff; 
	display: block;
	border-bottom: 1px solid #1D335E;
	padding-bottom: 24px;
	position: relative;
	margin: 0 0 48px 65px;
	font-size: 27px;
	line-height: 32px;
	-webkit-transition: margin 500ms ease;
	-moz-transition: margin 500ms ease;
	-ms-transition: margin 500ms ease;
	-o-transition: margin 500ms ease;
    transition: margin 500ms ease-out;
    letter-spacing: 0.048em;
}

.section_6 .item_link span {
	display: inline-block;
    width: 75%;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.section_6 .item_link:hover span {
	margin-left: -25px;
}

.section_6 .item_link:last-child {
	margin-bottom: 0;
}

.section_6 .item_link:before {
	background: url('./images/link.svg');
	width: 40px;
	height: 40px;
	content: '';
	display: inline-block;
	position: absolute;
	left: -65px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.section_6 .item_link:hover:before {
	left: -90px;
}

.section_6 .item_link:after {
	background: url('./images/arrow-hover2.svg');
	width: 54px;
	height: 21px;
	content: '';
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 10px;
	background-position: right;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.section_6 .item_link:hover:after {
	width: 78px;
	right: 0;
}

.section_7 {
	background: #1F324A;
	padding: 120px 17% 140px 11%;
}

@media screen and (max-width: 1850px) {
	.section_7 > .row > .col-md-6:first-child {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}

	.section_7 > .row > .col-md-6:last-child {
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}
}

@media screen and (max-width: 1680px) {
	.section_7 {
		background: #1F324A;
		padding: 120px 10% 140px 11%;
	}
}

@media screen and (max-width: 1540px) {
	.section_7 > .row > .col-md-6:first-child {
		-ms-flex: 0 0 42%;
		flex: 0 0 42%;
		max-width: 42%;
	}

	.section_7 > .row > .col-md-6:last-child {
		-ms-flex: 0 0 58%;
		flex: 0 0 58%;
		max-width: 58%;
	}
}

@media screen and (max-width: 1330px) {
	.section_7 > .row > .col-md-6:first-child {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}

	.section_7 > .row > .col-md-6:last-child {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
}

.section_7 .title {
	color: #A8854E;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.section_7 .info,
.section_7 .info a {
	color: #fff;
	font-size: 27px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: 0.16em;
	font-family: 'CeraPRO-Light';
}

.section_7 .info a.mail {
	padding-left: 1.6em;
}

.section_7 .info a.viber img {
    padding-left: 15px;
}

.section_7 .sec_info {
	color: #A8854E;
	font-size: 19px;
	line-height: 32px;
	font-weight: 300;
	padding-top: 100px;
	letter-spacing: 0.04em;
	font-family: 'CeraPRO-Light';
}

/*ΙΝΤΡΟ*/
.intro {
	overflow: hidden;
	width: 100%;
    height: 100vh;
    position: fixed;
    background: #E4E4E4;
    z-index: 9;

    top: 0;
	transition-timing-function: ease;
	transition-duration: .9s;
	transition-property: top;
}

.intro.open {
	top: 1000px;
}

.intro.openmob {
	top: -1000px;
}

/*intro .main-logo {
	position: fixed;
}*/

.intro.openmob .main-logo,
.intro.open .main-logo {
	display: none;
}

.intro video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	/*position: relative;
	top: 0;

	transition-timing-function: ease;
	transition-duration: .9s;
	transition-property: top;*/
}

/*.intro video.open {
	top: 1000px;
}*/

.intro > div {
	margin: 0 auto;
	position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro > div:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

/*.intro > div.open:before {
	display: none
}*/

.intro .header {
	text-align: center;
	position: absolute;
    top: 35px;
    right: 0;
    left: 0;
}

.intro .body-inner {
	text-align: center;
	/*position: relative;
    top: 0;
    transition-timing-function: ease;
	transition-duration: .9s;
	transition-property: top;*/
}

/*.intro .body-inner.open {
    top: 1000px;
}*/

.intro .text1 {
	font-family: 'CeraPRO-Light';
	color: #F1F1F1;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 65px;
	letter-spacing: 0.04em;
}

.intro .text2 {
	text-align: center;
}

.intro .text2 a {
	font-family: 'CeraPRO';
	color: #fff;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.16em;
	background: #A8854E;
	padding: 16px 29px;
	display: inline-block;
}

.intro .show-desk {
	display: block;
}

.intro .show-mob {
	display: none;
}

.intro .footer {
	position: absolute;
    bottom: 38px;
    right: 0;
    left: 0;
    /*transition-timing-function: ease;
	transition-duration: .9s;
	transition-property: bottom;*/
}

/*.intro .footer.open {
	bottom: -50px
}*/

.intro .footer a {
	display: inline-block;
}

.menu_custom,
.main_menu-mob1,
.main_menu-mob2 {
	display: none;
}

body.open {
	overflow: hidden;
	height: 100vh;
}

.logo-sticky {
	display: none;
}

.image.show-desk {
	display: block
}

.image.show-mob {
	display: none;
}

.intro .footer a.icon {
	display: block;
}

.intro .footer a.icon-mob {
	display: none;
}

@media screen and (min-width: 2200px) {

	.section_1_wrapper {
    	padding: 120px 24%;
	}

	.section_2 .title {
		width: 75%;
	}

	.section_2,
	.section_3_wrapper {
		padding: 75px 18.5%;
	}

	.section_4_sub {
		padding: 90px 18.5% 0 18.5%;
	}

	.section_5 {
    	padding: 230px 18.5% 0 18.5%;
	}

	.section_6 {
		padding: 140px 24% 245px 24%;
	}

	.section_7 {
		padding: 120px 24% 140px 24%;
	}

	.section_4_sub .text,
	.section_5 .text {
		width: 100%
	}

	.section_6 .text {
		padding-right: 8%;
	}

}

@media screen and (max-width: 1410px) {

	.section_1_wrapper {
    	padding: 120px 11%;
	}

	.section_2,
	.section_3_wrapper {
		padding: 75px 5.5%;
	}

	.section_4_sub {
		padding: 90px 5.5% 0 5.5%;
	}

	.section_5 {
    	padding: 230px 5.5% 0 5.5%;
	}

	.section_6 {
		padding: 140px 11% 245px 11%;
	}

	.section_7 {
		padding: 120px 9% 140px 11%;
	}
}

@media screen and (max-width: 1300px) {
	.section_1_wrapper {
    	padding: 120px 5%;
	}

	.section_2,
	.section_3_wrapper {
		padding: 75px 2.5%;
		margin: -290px 2.5% 0 2.5%;
	}

	.section_4_sub {
		padding: 90px 2.5% 0 2.5%;
		margin: -285px 2.5% 0 2.5%;
	}

	.section_5 {
		padding: 230px 2.5% 0 2.5%;
		margin: 0 2.5% 0 2.5%;
	}

	.section_6 {
		padding: 140px 5% 245px 5%;
	}

	.section_7 {
		padding: 120px 5% 140px 5%;
	}
}

@media screen and (max-width: 1140px) {
	.section_1_wrapper {
    	padding: 55px 11%;
	}

	.section_2 {
		padding: 45px 5.5%;
		margin: -130px 5.5% 0 5.5%;
	}

	.section_3_wrapper {
		padding: 25px 5.5%;
		margin: -90px 5.5% 0 5.5%;
	}

	.section_4_sub {
		padding: 40px 5.5% 0 5.5%;
		margin: -90px 5.5% 0 5.5%;
	}

	.section_5 {
		padding: 40px 5.5% 0 5.5%;
		margin: 0 5.5% 0 5.5%;
	}

	.section_6 {
		padding: 40px 2% 130px 2%;
	} 

	.section_7 {
		padding: 50px 11% 100px 11%;
	}

	.general-row > div.main_menu,
	.general-row > div.main_menu_mirror {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.general-row > div.right_banner {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.general-row > div.right_banner_scrolled {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 25%;
	}

	.section_1_sub > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section_1 .title {
		font-size: 27px;
		line-height: 30px;
		padding-bottom: 35px;
	}

	.section_1_sub {
		padding-top: 35px;
		padding-bottom: 80px;
		margin-bottom: 150px;
	}

	.section_1_sub > div:first-child {
		padding-bottom: 35px;
	}

	.section_1_sub > div:last-child {
		-ms-flex: 0 0 85%;
		flex: 0 0 85%;
		max-width: 85%;
	}

	.section_1_sub .item {
		font-size: 15px;
		line-height: 18px;
	}

	.section_1 .text {
		font-size: 15px;
		line-height: 18px;
	}

	.section_1 .text p {
		margin-bottom: 1.2em;
	}

	.section_2 .main_title {
		font-size: 27px;
		line-height: 30px;
		padding-top: 15px;
		padding-bottom: 40px;
	}

	.section_2 .title {
		font-size: 15px;
		line-height: 18px;
		width: 85%;
		padding-bottom: 60px;
	}

	.section_2 .text .item {
		font-size: 15px;
		line-height: 18px;
	}

	.section_2 .col-md-3 {
		display: none
	}

	.section_2 .col-md-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}

	.section_2 .text .number {
		font-size: 36px;
		line-height: 1.3;
	}

	.section_2 .col-md-5 {
		padding-right: 0;
	}

	.section_2 .file {
		padding-bottom: 30px;
	}

	.section_2 .text .item_wrapper {
		margin-bottom: 40px;
	}

	.section_2 .text .item_wrapper:nth-child(1), .section_2 .text .item_wrapper:nth-child(5), .section_2 .text .item_wrapper:nth-child(7) {
		margin-bottom: 45px;
	}

	.section_3_wrapper .title {
		font-size: 27px;
		line-height: 30px;
		margin-bottom: 55px;
	}

	.section_3 .toggle_wrapper ul li,
	.section_3 .toggle_wrapper p,
	.section_3 .toggle_wrapper ol {
		margin-bottom: 15px;
	}

	.section_3 .toggle_wrapper h6 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.section_3_wrapper .subsection {
		padding-bottom: 40px;
	}

	.section_3_wrapper .toggle_wrapper a {
		font-size: 15px;
		line-height: 18px;
	}

	.section_3_wrapper .toggle_wrapper div {
		font-size: 15px;
		line-height: 22px;
	}

	.section_3_wrapper .col-md-3 {
		display: none
	}

	.section_3_wrapper .col-md-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}

	.section_3 .image {
		min-height: 340px;
	}

	.section_3_wrapper .subtitle {
		font-size: 11px;
		line-height: 24px;
		padding: 15px 0 0 0;
	}

	.section_3_wrapper .toggle_wrapper a:after {
		top: 15px;
	}

	.section_3_wrapper .toggle_wrapper a[aria-expanded='true']:after {
		top: 26px;
	}

	.section_4 .image {
		min-height: 340px;
	}

	.section_4_sub .title {
		font-size: 27px;
		line-height: 30px;
		padding-bottom: 20px;
	}

	.section_4_sub .title br {
		display: none;
	}

	.section_4_sub .text {
		font-size: 15px;
		line-height: 22px;
	}

	.section_4_sub .text p {
		margin-bottom: 20px;
		line-height: 22px;
	}

	.section_4_sub .col-md-3 {
		display: none
	}

	.section_4_sub .col-md-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}

	.section_5 .title {
		font-size: 27px;
		line-height: 30px;
		padding-bottom: 20px;
	}

	.section_5 .title br {
		display: none;
	}

	.section_5 .col-md-3 {
		display: none
	}

	.section_5 .col-md-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}

	.section_5 .text {
		font-size: 15px;
		line-height: 22px;
		padding-bottom: 60px;
	}

	.section_5 .text p {
		margin-bottom: 25px;
		line-height: 22px;
	}

	.section_6 .title {
		margin-bottom: 70px;
	}

	.section_6 .title h2 {
		font-size: 27px;
		line-height: 54px;
	}

	.section_6 .item_link {
		font-size: 20px;
		line-height: 24px;
	}

	.section_6 .item_link:after {
		right: 0;
	}

	.section_7 .title {
		font-size: 20px;
		line-height: 22.5px;
	}

	.section_7 .info, .section_7 .info a {
		font-size: 15px;
		line-height: 18px;
	}

	.section_7 .sec_info {
		font-size: 15px;
		line-height: 24px;
		padding-top: 60px;
	}

	.section_7 .info a.viber img {
		padding-top: 7px;
		width: 16px;
	}

	.file a {
		background-position: left;
		color: #E4E4E4;
		width: 225px;
	}
	
	.file a img.img-hover {
		display: block;
	}

	.menu_items {
		margin-top: 45px;
	}

	.menu_items a {
		font-size: 12px;
		line-height: 18px;
	}

	.general-row > div.main_menu {
		padding: 30px 30px 85px 30px;
	}

	.section_6 .text {
		padding-right: 10%;
		padding-left: 10%;
	}

}

@media screen and (max-width: 990px) {
	.section_1_wrapper {
    	padding: 55px 9%;
	}

	.section_2 {
		padding: 45px 4.5%;
		margin: -130px 4.5% 0 4.5%;
	}

	.section_3_wrapper {
		padding: 25px 4.5%;
		margin: -90px 4.5% 0 4.5%;
	}

	.section_4_sub {
		padding: 40px 4.5% 0 4.5%;
		margin: -90px 4.5% 0 4.5%;
	}

	.section_5 {
		padding: 40px 4.5% 0 4.5%;
		margin: 0 4.5% 0 4.5%;
	}

	.section_6 {
		padding: 40px 2% 130px 2%;
	} 

	.section_7 {
		padding: 50px 9% 100px 9%;
	}

	.section_1 .title {
		width: 90%;
	}

	.section_1_sub > div:last-child {
		-ms-flex: 0 0 95%;
		flex: 0 0 95%;
		max-width: 95%;
	}
}

@media screen and (max-width: 768px) {
	
	.main_menu-desk {
		display: none;
	}

	.section_1_wrapper {
    	padding: 60px 25px 55px 25px;
	}

	.section_2 {
		padding: 50px 25px 35px 25px;
		margin: 0;
	}

	.section_3_wrapper {
		padding: 50px 25px 25px 25px;
		margin: 0;
	}

	.section_4_sub {
		padding: 60px 0 0 0;
		margin: 0 25px;
	}

	.section_5 {
		padding: 40px 0 0 0;
		margin: 0 25px;
	}

	.section_6 {
		padding: 40px 25px 90px 25px;
	} 

	.section_7 {
		padding: 50px 25px 60px 25px;
	}


	.general-row > div.main_menu,
	.general-row > div.main_menu_mirror {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 30px 30px 40px 30px;
	}

	.general-row > div.right_banner {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.general-row > div.right_banner_scrolled {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0%;
	}

	.general-row > div.main_menu {
		display: inline-block;
		text-align: center;
		width: 100%;
		position: relative;
		height: auto;
	}

	.general-row > div.main_menu .header {
		margin-top: 32px;
		margin-bottom: 60px;
		text-align: center;
	}

	.main_menu-mob1,
	.main_menu-mob2 {
		display: inline-block;
	}

	.sticky .logo-sticky {
		display: flex;
	    text-align: left;
	    align-items: center;
	    height: 100%;
	}

	.sticky {
		position: fixed;
		top: -90px;
		z-index: 9;
		transition-timing-function: ease;
		transition-duration: .9s;
		transition-property: top;
		height: 80px;
		width: 100%;
		display: block;
		background: #A8854E;
	}

	.sticky .logo-mob {
		display: none;
		position: absolute;
	    top: 30px;
	    margin: auto;
	    left: 0;
	    right: 0;
	    text-align: center;
	}

	.sticky.open {
		background: #F1F1F1;
		height: 100%;
	}

	.sticky .menu_items.open {
	    z-index: 10;
	    position: absolute;
	    margin: auto;
	    left: 0;
	    right: 0;
	    /*top: 146px;*/
	    top: 126px;
	    margin-bottom: 0;
	}

	.sticky.open .logo-sticky img {
		display: none;
	}

	.sticky .logo-sticky img {
		width: 60%;
		margin-left: 25px;
	}

	.menu_custom {
		position: absolute;
		right: 29px;
		top: 32px;
		display: block;
		width: 35px;
		height: 22px;
		z-index: 2;
	}

	.menu_custom span {
		width: 35px;
		display: block;
		height: 1px;
		margin-bottom: 9px;
		background: #1F324A;
		transition-timing-function: ease;
		transition-duration: .3s;
		transition-property: transform;
	}

	.menu_custom span:last-child {
		margin-bottom: 0;
	}

	.menu_custom.open span {
		opacity: 0;
	}

	.menu_custom.open span:first-child {
		transform: translate3d(0, 10px, 0) rotate(45deg);
		opacity: 1;
	}

	.menu_custom.open span:last-child {
		transform:translate3d(0,-10px,0) rotate(-45deg);
		opacity: 1;
	}

	.menu_items a:after {
		height: 31px;
	}
	.menu_items a.active:after {
		height: 40px;
	}

	.menu_items {
		margin-top: 0;
		height: 0;
		overflow: hidden;
		transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.1);
		transition-duration: .6s;
		transition-property: height;
		position: relative;
    	top: -20px;
	}

	.main_menu-mob1 {
		position: relative;
    	z-index: 1;
	}

	.main_menu-mob2 {
		position: relative;
		transition-timing-function: ease;
		transition-duration: .4s;
		transition-property: top;
		top: 0;
		margin-top: 27px;
		margin-bottom: 9px;
		opacity: 1;
		width: 274px;
	}

	.main_menu-mob2.open {
		top: -89px;
	}

	.main_menu-mob2.open2 {
		opacity: 0
	}

	.general-row > div.main_menu.open {
		height: 100vh;
		overflow: hidden;
	}

	.menu_items.open {
		height: calc(100vh - 170px);
	}

	.menu_items a,
	.menu_items a.active {
		padding-bottom: 0;
		margin-bottom: 0;
		height: 13%;
	}

	.menu_items a:nth-child(3) {
		height: 19%;
	}

	.menu_items a:last-child {
		height: 7%;
	}

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

	.section_1 .title {
		width: 100%;
		padding-bottom: 45px;
	}

	.section_1_sub {
		padding-bottom: 90px;
		margin-bottom: 0;
	}

	.section_2 .main_title {
		padding-bottom: 45px;
	}

	.section_2 .text .number {
		line-height: 1.2;
	}

	.section_2 .text .item {
		padding-left: 40px;
	}

	.section_3 .image {
		/*min-height: 400px;*/
		background-position: center 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.section_3_wrapper .subsection {
		padding-bottom: 30px;
	}

	.file p {
		margin-bottom: 25px;
	}

	.section_2 .col-md-5,
	.section_2 .col-md-6,
	.section_3_wrapper .col-md-5,
	.section_3_wrapper .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.file a {
		width: 100%;
	}

	.section_3_wrapper .toggle_wrapper a {
		padding: 20px 0 35px 0;
	}

	.section_4 .image {
		/*min-height: 400px;*/
		background-position: center 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.section_4_sub .title {
		padding-bottom: 30px;
	}

	.section_6 .title {
		text-align: center;
	}

	.section_6 .title h2 {
		line-height: 30px;
		text-align: center;
		display: inline-block;
		margin: auto;
		text-align: center;
		padding: 0;
		width: 58%;
	}

	.section_6 .text {
		padding-right: 0;
		padding-left: 0;
	}

	.section_6 .item_link:before {
		width: 32px; 
		height: 32px;
		background-size: contain;
		left: -55px;
		top: -4px;
	} 

	.section_6 .item_link:after {
		display: none;
	}

	.section_6 .item_link {
		margin: 0 0 25px 55px;
		padding-bottom: 20px;
	}

	.section_6 .item_link span {
		width: 100%;
	}

	.section_7 .sec_info {
		padding-top: 50px;
		width: 80%
	}

	.section_7 .title {
		padding-bottom: 35px;
	}

	.section_7 > .row > .col-md-6:first-child,
	.section_7 > .row > .col-md-6:last-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.general-row > div.main_menu, .general-row > div.main_menu_mirror {
    	border-right: none;
    }

    .general-row > div.right_banner {
    	padding-left: 0;
    }

    .section_1_wrapper > div {
    	opacity: 1;
	}

	.intro .text1 {
	    font-size: 25px;
	    line-height: 30px;
	    padding: 0 15px;
	}
}

@media screen and (min-height: 1000px) {
	.section_1_sub {
    	margin-bottom: 430px;
	}
}

@media screen and (min-height: 1100px) {
	.section_1_sub {
    	margin-bottom: 530px;
	}
}

@media screen and (min-height: 1200px) {
	.section_1_sub {
    	margin-bottom: 630px;
	}
}

@media screen and (min-height: 1300px) {
	.section_1_sub {
    	margin-bottom: 730px;
	}
}

@media screen and (min-height: 1400px) {
	.section_1_sub {
    	margin-bottom: 830px;
	}
}

@media screen and (min-width: 1920px) {
	.section_1_sub {
    	margin-bottom: 630px;
	}
}

@media screen and (max-height: 740px) {
	.menu_items {
		margin-top: 50px;
	}
}

@media screen and (max-height: 670px) {
	.menu_items {
		margin-top: 0;
	}

	.menu_items a.active {
		padding-bottom: 55px;
	}

	.menu_items a.active:after {
		height: 55px;
	}
}

@media screen and (max-height: 590px) {
	.menu_items {
		margin-top: 10px;
	}

	.menu_items a.active {
		padding-bottom: 45px;
	}

	.menu_items a.active:after {
		height: 45px;
	}
}

@media screen and (max-width: 576px) {
	.menu_items.open {
		top: -30px;
	}

	.section_3_wrapper .toggle_wrapper_sec br {
		display: inline-block;
	}

	.section_3_wrapper .toggle_wrapper_sec a:after {
		top: 28px;
	}

	.section_3_wrapper .toggle_wrapper_sec a[aria-expanded='true']:after {
	    top: 39px;
	}

	.section_6 .item_link:hover span {
		margin-left: 0;
	}

	.section_6 .item_link:hover:before {
		left: -55px;
	}

	.sticky .logo-mob img {
		height: 64px;
	}

	.main_menu-mob1 {
		height: 64px;
	}

	.sticky .menu_custom span {
		background: #fff;
	}

	.sticky .menu_custom.open span {
		background: #1F324A;
	}

	.section_6 .item_link {
    	margin: 0 0 16px 55px;
	}

	.section_3_wrapper .toggle_wrapper a {
		color: #A8854E;
		padding: 24px 0 35px 0;
	}

	.section_6 {
	    padding: 56px 25px 100px 25px;
	}

	.section_7 .info a.viber img {
    	padding-left: 0;
    	padding-top: 0;
	    margin-left: 5px;
	    margin-bottom: 3px;
	}

	.section_3_wrapper .subsection {
		margin-bottom: 15px;
	}

	.section_3_wrapper .title {
		margin-bottom: 35px;
	}

	.image.show-desk {
		display: none
	}

	.image.show-mob {
		display: block;
	}

	.intro .text1 {
    	font-size: 20px;
    	line-height: 24px;
	}

	.intro .footer {
    	bottom: 180px;
    }

    .intro .footer a.icon {
    	display: none;
    }

    .intro .footer a.icon-mob {
    	display: block;
    	color: #fff;
    	font-size: 16px;
    	line-height: 18px;
    	font-family: 'CeraPRO-Light';
    	position: relative;
    	letter-spacing: 0.04em;
    }

    .intro .footer a.icon-mob:after {
    	display: block;
    	content: "";
    	width: 1px;
    	height: 40px;
    	background: #A8854E;
    	position: absolute;
    	top: 100%;
    	left: 0;
	    right: 0;
	    margin: 10px auto 0 auto;
    }

    .intro .show-desk {
		display: none;
	}

	.intro .show-mob {
		display: block;
	}

	.menu_items a {
		line-height: 26px;
	}

	.menu_items a.active {
	    padding-bottom: 90px;
	}

	.menu_items {
	    margin-top: -20px;
	}
}

@media screen and (max-width: 576px) and (max-height: 900px) {
	.menu_items a, .menu_items a.active {
	    height: 30px;
	}

	.menu_items a {
		padding-bottom: 70px;
	}

	.menu_items a.active {
	    padding-bottom: 95px;
	}

	.menu_items a:nth-child(3) {
	    height: 95px;
	}

	.menu_items a.active:nth-child(3) {
	    padding-bottom: 120px;
	}

	.menu_items.open {
	    height: 100%;
	}
}

@media screen and (max-width: 576px) and (max-height: 800px) {
	
}

@media screen and (max-width: 576px) and (max-height: 700px) {

	
}

.colored {
	color: #A8854E;
}