/*!
Theme Name: gafta
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: gafta
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.

gafta 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/
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&display=swap");

/*--------------------------------------------------------------
# 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: #222d57;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* clear: both; */
  margin: 0;
  font-weight: bold;
}
h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

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: #fafafa;
  overflow-x: hidden;
}

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

ul,
ol {
  margin: 0 0 15px 0;
}

ul {
  list-style: disc;
  padding: 0 0 0 20px;
}

ol {
  list-style: decimal;
  padding: 0 0 0 20px;
}

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: 90%;
}

/* Links
--------------------------------------------- */
a {
  color: #ec6607;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:visited,
a:focus,
a:active {
  color: #ec6607;
}

a:hover {
  color: #222d57;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}
.button-orange {
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ec6607;
  border: 1px solid #ec6607;
  height: 62px;
  min-width: 275px;
  padding: 0 36px;
  color: #f2f2f2;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.button-orange:visited {
  color: #f2f2f2;
}
.button-orange:focus {
  background: #cd5805;
}
.button-orange:hover {
  background: #ffffff;
  color: #222d57;
  border: 1px solid #ec6607;
}

/* Forms
--------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ec6607;
  border: 1px solid #ec6607;
  height: 62px;
  min-width: 275px;
  padding: 0 36px;
  color: #f2f2f2;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: transparent;
  color: #222d57;
  border: 1px solid #ec6607;
}

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 {
  background: #ec6607;
  border: 1px solid #ec6607;
  color: #f2f2f2;
  outline: none;
}

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"] {
  width: 100%;
  height: 46px;
  color: #222d57;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  padding: 12px 20px;
}
textarea {
  width: 100%;
  height: 86px;
  color: #222d57;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  padding: 12px 20px;
}

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: #222d57;
  border: 1px solid #222d57;
  outline: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}
#open-modal-yes input[type="submit"] {
  margin-top: 56px;
}
#open-modal-no .modal-inner {
  text-align: center;
}
.wpcf7-response-output {
  font-size: 22px;
  font-weight: 700;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: transparent;
  color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: transparent;
  color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: transparent;
  color: #ffb900;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.form-col-half {
  width: 50%;
  padding: 0 20px 16px 20px;
}
.form-col-full {
  width: 100%;
  padding: 0 20px 16px 20px;
}
label {
  font-size: 12px;
  color: #b3b3b3;
  padding: 0 0 6px 0;
}
div.wpcf7 .ajax-loader {
  display: block;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Header
--------------------------------------------- */
.site-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.site-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-branding {
  width: 25%;
  padding: 8px 0;
}
.site-branding img {
  display: block;
}
.site-navigation {
  width: 75%;
}
.header-top {
  text-align: right;
}
.header-top__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.header-top__address {
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-top__tel {
  position: relative;
  padding-left: 28px;
}
.header-top__tel:before {
  content: url(assets/img/phone_icon.svg);
  position: absolute;
  top: -2px;
  left: 0;
}
.header-top__tel:hover:before {
  content: url(assets/img/phone_icon_hover.svg);
}
.header-top__tel a {
  color: #222d57;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-top__tel a:visited,
.header-top__tel a:active {
  color: #222d57;
}
.header-top__tel:hover a {
  color: #ec6607;
}
.header-top__email {
  min-width: 192px;
  padding-left: 20px;
  margin-left: 16px;
  position: relative;
}
.header-top__email a {
  color: #222d57;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-top__email a.visited,
.header-top__email a:active {
  color: #222d57;
}
.header-top__email a:hover {
  color: #ec6607;
}
.header-top__email a:before {
  content: url(assets/img/mail-icon.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.header-top__email:hover a:before {
  content: url(assets/img/mail-icon-hover.svg);
}
/* .header-bottom{
	display: flex;
} */
.main-navigation {
  display: block;
  width: 100%;
  padding-left: 31px;
}

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

.main-navigation ul ul {
  padding: 8px 0;
  background: #fafafa;
  box-shadow: 8px 12px 28px rgba(47, 45, 100, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: block;
}

.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: 136px;
}

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

.main-navigation li {
  position: relative;
  padding: 12px 18px 12px 14px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #222d57;
}
.header-line {
  max-width: 55%;
  height: 0px;
  border: 0.5px solid #cac7d6;
  margin: 12px 0 0 auto;
}
.menu-item-has-children {
  cursor: pointer;
}
.menu-item-has-children a {
  position: relative;
}
.menu-item-has-children > a:after {
  content: url(/wp-content/themes/gafta/assets/img/shevron.svg);
  position: absolute;
  top: 0px;
  right: -18px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.menu-item-has-children:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-navigation ul ul li {
  padding: 4px 12px;
}
.main-navigation ul ul li:hover {
  background: #ec6607;
}
.main-navigation ul ul li:hover a {
  color: #ffffff;
}
.current-menu-parent > a {
  font-weight: 700;
}
.current-menu-item > a {
  font-weight: 700;
}
.current-menu-parent > .sub-menu > .current-menu-item {
  background: #ec6607;
}
.current-menu-parent > .sub-menu > .current-menu-item a {
  font-weight: 400;
  color: #ffffff;
}

/* Language chooser
--------------------------------------------- */
.language-chooser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding-top: 8px;
  padding-right: 8px;
  list-style: none;
  position: relative;
}
.language-chooser:after {
  content: url(/wp-content/themes/gafta/assets/img/shevron.svg);
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.language-chooser:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.language-chooser li {
  order: 2;
  padding: 10px 25px 10px 8px;
  background: #ec6607;
  color: #fff;
  box-shadow: 0px 4px 12px #e3e3e3;
  display: none;
  position: absolute;
  top: 100%;
  left: 20px;
  z-index: 1;
}
.language-chooser li.active {
  order: 1;
  padding: 0 8px;
  background: transparent;
  box-shadow: none;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.language-chooser:hover li {
  display: block;
}
.language-chooser li a {
  color: #fff;
  text-decoration: none;
}
.language-chooser li.active a {
  color: #222d57;
}

.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: block;
}

.post,
.page {
  margin: 0;
}

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.post-thumbnail {
  margin-bottom: 52px;
}
.post-title {
  margin-bottom: 32px;
}
/* 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;
}

/*--------------------------------------------------------------
# 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 {
  float: right;
  margin-left: 52px;
  margin-bottom: 52px;
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background: #ecebef;
}
.footer-box {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
}
.footer-col {
  padding: 40px 30px 0 30px;
}
.footer-col__out {
  width: 28%;
}
.footer-col__middle {
  width: 44%;
}
.footer-col__middle ul {
  list-style: none;
  -moz-columns: 3;
  -webkit-columns: 3;
  columns: 3;
  line-height: 1.4;
  width: 100%;
}
.footer-col__middle ul li {
  /* padding-bottom: 14px; */
  margin-bottom: 14px;
}
.footer-col a {
  text-decoration: none;
  color: #222d57;
}
.footer-col a:visited,
.footer-col a:active {
  color: #222d57;
}
.footer-col a:hover {
  color: #ec6607;
}
.copywriting {
  font-size: 12px;
  margin-top: 41px;
  margin-bottom: 32px;
}
.footer-address {
  padding-bottom: 10px;
}
.footer-tel2 {
  padding-bottom: 14px;
}
.footer-email a {
  color: #222d57;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Main page
--------------------------------------------------------------*/
.site-main {
  padding-top: 130px;
}
/* Main slider
--------------------------------------------- */
.main-slider {
  max-width: 1920px;
  margin: 0 auto;
}
.main-slide__inner {
  position: relative;
  height: calc(100vh - 156px);
  max-height: 500px;
  padding: 144px 0 100px 0;
  background: rgb(202, 199, 214, 0.3);
}
.main-slide__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-slide__img {
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.slick-arrow {
  border: none;
  border-radius: 0;
  background: #ec6607;
  padding: 0;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-arrow:hover svg path {
  fill: #ec6607;
}
.slick-arrow:focus svg path {
  fill: #ffffff;
}
.slick-arrow:focus {
  border: none;
  outline: none;
}
.slick-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: 58px;
  z-index: 9;
  cursor: pointer;
}
.slick-next {
  position: absolute;
  top: calc(50% - 20px);
  right: 58px;
  z-index: 9;
  cursor: pointer;
}
.slick-dots {
  padding: 0;
  list-style: none;
  text-align: left;
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.slick-dots li {
  display: inline-block;
  padding: 0 8px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: #cac7d6;
  position: relative;
}
.slick-dots li.slick-active button {
  background: #ec6607;
}
.slick-slide:focus {
  outline: none;
}
.main-slide__content {
  width: 50%;
  padding-right: 24px;
}
.main-slide__title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 12px;
}
.main-slide__subtitle {
  padding-right: 80px;
}
/*--------------------------------------------------------------*/
/* main-link-block
--------------------------------------------- */
.main-link-block__inner {
  position: relative;
  padding-bottom: 43px;
}
.main-link-block {
  background: rgba(202, 199, 214, 1);
  background: -moz-linear-gradient(
    left,
    rgba(202, 199, 214, 0.3) 0%,
    rgba(202, 199, 214, 0.3) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(202, 199, 214, 0.3)),
    color-stop(50%, rgba(202, 199, 214, 1)),
    color-stop(50%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(202, 199, 214, 0.3) 0%,
    rgba(202, 199, 214, 0.3) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(202, 199, 214, 0.3) 0%,
    rgba(202, 199, 214, 0.3) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(202, 199, 214, 0.3) 0%,
    rgba(202, 199, 214, 0.3) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(202, 199, 214, 0.3) 0%,
    rgba(202, 199, 214, 0.3) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cac7d6', endColorstr='#ffffff', GradientType=1 );
  margin-top: 120px;
  margin-bottom: 232px;
  position: relative;
}
/* .main-link-block:before{
	content: url(assets/img/ear.svg);
} */
.main-link-block_title {
  padding-top: 27px;
  padding-bottom: 16px;
  font-size: 16px;
}
.main-link-block_body {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 62px;
  max-width: 956px;
}
.main-link-block_button {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.2;
  align-items: center;
}
.photo-ear {
  position: absolute;
  height: 760px;
  width: auto;
  bottom: -250px;
  right: 0;
}

/*--------------------------------------------------------------
# All page
--------------------------------------------------------------*/
.site-inner-pages {
  padding-top: 190px;
  padding-bottom: 80px;
  overflow: hidden;
}
.entry-title {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 56px;
}
.entry-title:before {
  content: "";
  height: 4px;
  width: calc(100% + 165px);
  position: absolute;
  bottom: -4px;
  right: 0;
  background: #cac7d6;
}
.history-company {
  padding-top: 58px;
}
.number-square {
  background: #cac7d6;
  color: #ec6607;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  padding-right: 15px;
  padding-bottom: 15px;
}
.number-square::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #f2f2f2;
  position: absolute;
  left: 20px;
  top: 20px;
}
.button-midlle-top {
  margin-top: 66px;
  margin-bottom: 100px;
}
td {
  vertical-align: top;
}
.benefits-title {
  /* padding-bottom: 60px; */
}
.trade-committe-row {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -26px;
  padding-top: 17px;
}
.trade-committe-column {
  width: 50%;
  padding: 0 26px;
}
.trade-committe-column h3 {
  margin-bottom: 8px;
}
.company-membership {
  padding-top: 54px;
}
.logo-circle-wrapper {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -30px;
  margin-left: -30px;
}
/* .logo-circle{
	display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
	-ms-flex-align: center;
    align-items: center;
	padding: 15px 30px;
} */
.logo-circle-wrapper img {
  padding: 15px 30px;
  max-height: 138px;
}
.logo-circle span {
  display: flex;
  background: #cac7d6;
  color: #fafafa;
  font-size: 24px;
  width: 80px;
  height: 80px;
  padding-top: 23px;
  padding-left: 15px;
  border-radius: 50%;
}
/* page contact */
.contact-page {
  padding-bottom: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cont-address-wrapper {
  width: 35%;
}
.cont-map {
  width: 65%;
}
.cont-address {
  display: table;
}
.cont-address__city {
  font-weight: bold;
  font-size: 22px;
  color: #ec6607;
  padding-top: 14px;
  padding-bottom: 16px;
}
.cont-address__row {
  display: -ms-flexbox;
  display: flex;
}
.cont-address__cell:first-child {
  min-width: 70px;
}
.cont-address__cell a {
  color: #222d57;
}
.cont-address__cell a:hover {
  color: #ec6607;
}
.other-offices-item__city {
  font-weight: bold;
  font-size: 22px;
  color: #ec6607;
  padding-bottom: 16px;
}
.kontakty-other-offices {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.other-offices-item {
  width: 50%;
  padding: 15px;
}
/* page 404 */
.error-page {
  min-height: 100vh;
}
.page-404-wrapper {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 140px 0;
}
.photo-404 {
  min-width: 450px;
}
.page-404-title {
  font-weight: bold;
  font-size: 46px;
}
.page-404-text-block {
  padding-left: 135px;
}
.page-404-body {
  padding-bottom: 50px;
}
/* Contracts page */
.btn-box {
  clear: both;
  padding-top: 15px;
}
.info-box__wrap {
  background: rgba(236, 235, 239, 0.6);
  padding: 40px 0;
  margin-top: 58px;
}
.info-box__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}
.info-box__col {
  width: 50%;
  padding: 0 15px;
}
.info-box__content {
  position: relative;
}

.info-box__content {
  padding-bottom: 40px;
}
.button-download-bg {
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  background: #ec6607;
  border: 1px solid #ec6607;
  font-size: 15px;
  line-height: 1;
  color: #fafafa;
  padding: 0 90px 0 36px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.button-download-bg:before {
  content: url(assets/img/icon-download-w.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 36px;
}
.button-download-bg:visited,
.button-download-bg:focus,
.button-download-bg:active {
  color: #fafafa;
}
.button-download-bg:hover {
  background: #f2f2f2;
  color: #222d57;
  border: 1px solid #ec6607;
}
.button-download-bg:hover:before {
  content: url(assets/img/icon-download-b.svg);
}
.button-download {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #ec6607;
  padding-right: 44px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.button-download:visited,
.button-download:active {
  color: #ec6607;
}
.button-download:hover {
  color: #222d57;
}
.button-download:before {
  content: url(assets/img/icon-download.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  right: 0;
}
.button-download:hover:before {
  content: url(assets/img/icon-download-b.svg);
}
.info-box__col--form {
  text-align: center;
}
.contract-form__wrap {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.contract-btn__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}
.contract-btn {
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 104px;
  height: 62px;
  background: #444eac;
  border: 1px solid #444eac;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f2f2f2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contract-btn:hover {
  background: transparent;
  color: #222d57;
  border: 1px solid #444eac;
}
.link-box__wrap {
  position: relative;
}
.link-box__wrap:before {
  content: "";
  width: 654px;
  height: 854px;
  background-image: url(assets/img/icon-ear.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -550px;
  right: -50px;
  z-index: -1;
}
.link-box {
  padding-top: 80px;
}
.link-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 280px;
}
.link-list li {
  width: 33.3%;
  padding: 15px;
}
/* Arbitration page */
.img-container {
  position: relative;
}
.img-container .entry-content {
  padding-right: 20%;
}
.img-container:before {
  content: "";
  width: 420px;
  height: 547px;
  background-image: url(assets/img/icon-ear.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
/* Register page */
.feature-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -50px;
  margin-left: -50px;
}
.feature-item {
  width: 33.3%;
  padding: 20px 50px 40px 50px;
}
.feature-item img {
  display: block;
  margin: 0 auto 16px auto;
}
.feature-item p {
  margin: 0;
}
.register-box {
  padding-top: 100px;
}
.register-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-left: -40px;
}
.register-item {
  width: 33.3%;
  padding: 20px 40px 40px 40px;
}
.register-item img {
  display: block;
  margin: 0 auto 32px auto;
  height: 100%;
  max-height: 168px;
  width: auto;
}
.register-item h5 {
  font-weight: normal;
  font-size: 12px;
  color: #b3b3b3;
}
.register-item li {
  padding: 6px 0;
}
.register-item a,
.register-item a:visited,
.register-item a:active {
  color: #ec6607;
  text-decoration: underline;
}
.register-item a:hover {
  text-decoration: none;
}
.faq-box {
  padding-top: 60px;
}
.faq-list {
  border-top: 0.5px solid #cac7d6;
  margin-top: 32px;
}
.faq-item {
  border-bottom: 0.5px solid #cac7d6;
  padding: 20px 0 15px 0;
}
.faq-item__title {
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding-right: 24px;
}
.faq-item__title:before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #f2f2f2;
  background-image: url(assets/img/icon-plus-b.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
}
.faq-item.open .faq-item__title:before {
  background-image: url(assets/img/icon-plus-o.svg);
}
.faq-item__content {
  padding-top: 4px;
  padding-right: 96px;
  display: none;
}
/* Education page */
.education-box {
  padding-top: 80px;
}
.education-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.flip-card {
  width: 50%;
  height: 290px;
  border: 7px solid transparent;
  float: left;
  position: relative;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 8px 22px rgba(202, 199, 214, 0.8);
}
.face.front {
  background: #ffffff;
  /* padding: 32px; */
  color: #fff;
}
.face.front img {
  max-height: 196px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.face.back {
  display: block;
  box-sizing: border-box;
  padding: 24px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(215, 213, 224, 1) 100%
  );
}
.back-inner {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.flip-card {
  transform-style: preserve-3d;
  transition: all 1s linear;
/* 	transform: rotateY(-180deg); */
}
.flip-card:hover .front {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip-card:hover .back {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.face {
  backface-visibility: hidden;
/*   transform-style: preserve-3d; */
  transition: 0.5s;
}
.face.front {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.face.back {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.face-title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 16px;
  backface-visibility: hidden;
}
.face-title:before {
  content: "";
  width: 150px;
  height: 1px;
  background: #222d57;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.face-title a,
.face-title a:visited,
.face-title a:active {
  color: #222d57;
}
.face-title a:hover {
  color: #ec6607;
}
.face-btn {
  margin-top: 24px;
}
.logo-text {
  color: #222d57;
  font-size: 60px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 60px;
  position: relative;
  background-image: url(assets/img/icon-ear-orange.svg);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

/* News page */
.news-box {
  margin-top: 52px;
}
.news-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.news-item {
  width: 33.3%;
  padding: 0 15px 54px 15px;
  margin-bottom: 64px;
  position: relative;
}
.news-item__img {
  width: 100%;
  padding-bottom: 65%;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
.news-item__date {
  color: #b3b3b3;
  margin-bottom: 8px;
}
.news-item__title h3 {
  margin-bottom: 8px;
}
.news-item__link {
  position: absolute;
  left: 15px;
  bottom: 0;
}
.news-item__link a {
  font-size: 16px;
  letter-spacing: 0.02em;
}
/* Event page */
.event-page__container {
  position: relative;
}
.event-page__img {
  padding-bottom: 40px;
}
.event-page__meta {
  position: absolute;
  top: 35%;
  right: 0;
  width: 356px;
  height: auto;
  background: #fafafa;
  box-shadow: 0px 8px 22px rgba(202, 199, 214, 0.8);
  padding: 32px 56px 40px 32px;
}
.meta__lable {
  padding: 12px 10px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #f2f2f2;
  background: #3b4495;
  position: absolute;
  top: 0;
  right: 0;
}
.meta__lable:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 26px solid #3b4495;
  border-right: 37px solid transparent;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.meta__lable:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 26px solid #3b4495;
  border-left: 37px solid transparent;
  position: absolute;
  bottom: -25px;
  right: 0;
}
.event-page__meta h4 {
  font-size: 18px;
  margin-bottom: 24px;
}
.meta-box {
  padding: 0 56px 12px 0;
}
.meta-box__lable {
  color: #b3b3b3;
}
.meta-link {
  padding-top: 34px;
}

.event-page__content {
  padding-right: 372px;
}
.events-box {
  padding-top: 48px;
}
.events-box h3 {
  margin-bottom: 72px;
}
.events-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.events-item {
  width: 33.3%;
  padding: 0 15px 54px 15px;
  position: relative;
}
.events-item__img {
  width: 100%;
  padding-bottom: 65%;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
.events-item__date {
  color: #b3b3b3;
  margin-bottom: 8px;
}
.events-item__title h3 {
  margin-bottom: 8px;
}
.events-item__link {
  position: absolute;
  left: 15px;
  bottom: 0;
}
.events-item__link a {
  font-size: 16px;
  letter-spacing: 0.02em;
  padding-right: 68px;
  position: relative;
}
.events-item__link a:before {
  content: url(assets/img/icon-more-o.svg);
  position: absolute;
  right: 0;
  top: 0;
}
.events-item__link a:hover:before {
  content: url(assets/img/icon-more-b.svg);
}
.events-list .slick-prev {
  top: 100px;
  left: -60px;
}
.events-list .slick-next {
  top: 100px;
  right: -60px;
}
.main-event-box__wrap {
  margin-top: 240px;
  margin-bottom: 140px;
}
.main-event-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -22px;
  margin-left: -22px;
}
.main-event-box--inner {
  position: relative;
}
.main-event-box--inner:before {
  content: url(assets/img/icon-coming-soon.svg);
  position: absolute;
  top: -120px;
  right: -140px;
}
.main-event-col1 {
  width: 50%;
  max-width: 548px;
  padding: 0 22px;
  position: relative;
}
.main-event-col2 {
  width: 50%;
  max-width: 380px;
  padding: 0 22px;
  position: relative;
}
.main-event__lable {
  display: inline-block;
  padding: 12px 10px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #f2f2f2;
  background: #3b4495;
  position: relative;
  margin-bottom: 34px;
}
.main-event__lable:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 26px solid #3b4495;
  border-right: 37px solid transparent;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.main-event__lable:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 26px solid #3b4495;
  border-left: 37px solid transparent;
  position: absolute;
  bottom: -25px;
  right: 0;
}
.main-event__date {
  color: #b3b3b3;
  margin-bottom: 24px;
}
.main-event__title h3 {
  margin-bottom: 6px;
}
.main-event__link {
  margin-top: 16px;
}
/* Offers box */
.offers-box__wrap {
  margin-top: 140px;
}
.offers-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}
.offers-item {
  width: 50%;
  padding: 6px;
}
.offers-item__inner {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.offers-item__inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
}
.offers-item__title {
  font-weight: bold;
  font-size: 22px;
  color: #fafafa;
  padding: 32px;
  position: relative;
  z-index: 1;
}
.offer-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(237, 103, 7, 0.9);
  text-align: center;
  padding-top: 40px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offer-overlay__title {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.02em;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 16px;
}
.offer-overlay__title:before {
  content: "";
  width: 150px;
  height: 1px;
  background: #222d57;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.offer-overlay__btn {
  margin-top: 32px;
}
.button-outline {
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 1px solid #f2f2f2;
  height: 62px;
  min-width: 275px;
  padding: 0 36px;
  color: #f2f2f2;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.button-outline:visited,
.button-outline:active {
  color: #f2f2f2;
}
.button-outline:hover {
  background: #f2f2f2;
  color: #ec6607;
}
.offers-item:hover .offers-item__title {
  display: none;
}
.offers-item:hover .offer-overlay {
  opacity: 1;
}
/* Fixed header*/
.fixed-header {
  position: fixed !important;
  top: -136px;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.1);
}
.fixed-header.active {
  top: 0;
  -webkit-transition: top 0.5s ease-out 0s !important;
  transition: top 0.5s ease-out 0s !important;
}
/* Membership page */
.style-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.style-list li {
  padding: 16px 0 16px 24px;
  position: relative;
}
.style-list__number {
  width: 34px;
  height: 34px;
  padding: 3px 6px;
  background: rgba(202, 199, 214, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 16px;
  color: #ec6607;
  z-index: -1;
}
.style-list__number:before {
  content: "";
  width: 13px;
  height: 17px;
  background: #fafafa;
  position: absolute;
  right: 0;
  bottom: 0;
}
.member-btn {
  margin-top: 28px;
}
.benefits-box__wrap {
  padding-top: 120px;
}
.benefits-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -50px;
  margin-left: -50px;
}
.benefits-item {
  width: 33.3%;
  padding: 20px 50px 20px 50px;
  text-align: center;
}
.benefits-item img {
  display: block;
  margin: 0 auto 16px auto;
  max-height: 77px;
  width: auto;
}
.benefits-item p {
  margin: 0;
}
.benefits-item a {
  color: #222d57;
  text-decoration: underline;
}
/* About us page */
.counter-box__wrap {
  width: 50%;
  float: right;
  padding-left: 60px;
  padding-bottom: 90px;
}
.counter-box__list {
  position: relative;
}
.counter-box__item:nth-child(1) {
  width: 304px;
  height: 304px;
  border-radius: 50%;
  background: #fafafa;
  box-shadow: 0px 9.61028px 35.2377px rgba(202, 199, 214, 0.6);
  padding: 86px 60px;
}
.counter {
  font-family: "Arsenal", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1;
  color: #222d57;
}
.counter-title {
  font-weight: 400;
  font-size: 15px;
  color: #b3b3b3;
}
.counter-box__item:nth-child(1) .counter {
  font-family: "Arsenal", sans-serif;
  font-weight: 700;
  font-size: 78px;
  line-height: 1;
  color: #222d57;
}
.counter-box__item:nth-child(2) {
  position: absolute;
  left: 330px;
  top: 74px;
  max-width: 120px;
}
.counter-box__item:nth-child(3) {
  position: absolute;
  left: 330px;
  top: 250px;
  max-width: 120px;
}
.counter-box__item:nth-child(4) {
  position: relative;
  left: 135px;
  top: 30px;
  max-width: 220px;
}
/* Arbitration page */
.arbitration-content {
  position: relative;
}
.arbitration-content h3 {
  width: 100%;
}
.float-right-img {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 50px;
}
.arbitration-content__inner {
  width: 100%;
}
/* Education page */
.btn-box-center {
  clear: both;
  padding-top: 15px;
  text-align: left;
}
.edu-gallery {
  margin-top: 60px;
}
.edu-gallery .slick-dots {
  padding: 0;
  list-style: none;
  position: relative;
  bottom: 0;
  left: 0;
  transform: initial;
  max-width: 1140px;
  width: 100%;
  margin: 24px auto 0 auto;
  padding: 0 15px;
  text-align: center;
}

/* Breadcrumbs */
.breadcrumbs {
  margin-top: -20px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: -8px;
  color: #444eac;
}
.breadcrumbs > span {
  padding: 6px 12px 6px 8px;
}
.breadcrumbs > span:first-child {
  padding-left: 0;
}
.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs a:visited,
.breadcrumbs a:focus {
  color: #444eac;
}
.edu-content ol {
  /* color: #EC6607; */
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
  margin: 0 -30px 15px 0;
}
.edu-content ol li {
  padding-right: 30px;
}

/* Modal */
.modal {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  transition: 0.7s;
}
.modal-inner {
  max-width: 770px;
  width: 100%;
  height: auto;
  padding: 38px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-close {
  position: absolute;
  top: 34px;
  right: 40px;
  cursor: pointer;
  z-index: 1;
}
.mobile-nav {
  display: none;
}
.language-chooser-mobile {
  display: none;
}

@media screen and (max-width: 1320px) {
  .slick-prev {
    left: 20px;
  }
  .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .site-header {
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.1);
  }
  .site-branding {
    width: 40%;
    padding: 4px 0;
  }
  .site-branding img {
    max-height: 50px;
  }
  .mobile-nav {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
  }
  .mobile-nav__item {
    margin-left: 12px;
  }
  .menu-toggle {
    position: relative;
    margin-left: 40px;
  }
  .one,
  .two,
  .three {
    height: 2px;
    background: #ec6607;
    margin: 0 0 5px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .one {
    width: 16px;
  }
  .two {
    width: 24px;
  }
  .three {
    width: 24px;
  }
  .menu-toggle.on .one {
    width: 20px;
    -moz-transform: rotate(45deg) translate(4px, 4px);
    -ms-transform: rotate(45deg) translate(4px, 4px);
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
  }
  .menu-toggle.on .two {
    opacity: 0;
  }
  .menu-toggle.on .three {
    width: 20px;
    -moz-transform: rotate(-45deg) translate(6px, -6px);
    -ms-transform: rotate(-45deg) translate(6px, -6px);
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .language-chooser-wrap {
    display: none;
  }
  .header-line {
    display: none;
  }
  .header-top__address {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 80%;
    max-width: 262px;
    background: #fafafa;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    padding: 18px 24px 32px 24px;
    text-align: left;
  }
  .header-top__tel {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 80%;
    max-width: 262px;
    background: #fafafa;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    padding: 18px 24px 32px 24px;
    text-align: left;
  }
  .header-top__tel:before {
    content: none;
  }
  .header-top__email {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 80%;
    max-width: 262px;
    background: #fafafa;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    padding: 18px 24px 32px 24px;
    text-align: left;
  }
  .header-top__email a {
    padding-left: 0;
  }
  .header-top__email a:before {
    content: none;
  }
  .header-bottom {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 80%;
    max-width: 262px;
    background: #fafafa;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    padding: 18px 0 32px 0;
    text-align: left;
  }
  .main-navigation {
    padding-left: 0;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation li {
    padding: 0 0 20px 0;
  }
  .main-navigation li a {
    padding: 0 24px;
  }
  .menu-item-has-children a {
    display: inline-block;
  }
  .menu-item-has-children > a:after {
    right: 0;
  }
  .main-navigation ul ul {
    padding: 8px 24px;
    background: transparent;
    box-shadow: none;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
  }
  .main-navigation ul ul {
    padding: 8px 0;
  }
  .main-navigation ul ul li {
    padding: 8px 24px;
  }
  .main-navigation ul ul a {
    width: 100%;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0;
  }
  /* .current-menu-parent>a {font-weight: 400;color: #EC6607;}
	.current-menu-item>a {font-weight: 400;color: #EC6607;} */
  .language-chooser-mobile {
    display: block;
    padding-top: 28px;
  }
  .language-chooser {
    display: block;
    padding: 0 14px;
  }
  .language-chooser li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    box-shadow: none;
    background: transparent;
  }
  .language-chooser li.active {
    display: inline-block;
  }
  .language-chooser:hover li {
    display: inline-block;
  }
  .language-chooser:after {
    content: none;
  }
  .language-chooser li.active a {
    color: #ec6607;
  }

  .site-main {
    padding-top: 58px;
  }
  .site-inner-pages {
    padding-top: 90px;
  }
  .entry-title {
    font-size: 18px;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .entry-title:before {
    height: 2px;
    bottom: -2px;
  }
  .footer-box {
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer-col {
    padding: 40px 15px 0 15px;
  }
  .main-slide__inner {
    padding: 100px 0 100px 0;
  }
  .main-slide__container {
    padding: 0 80px;
  }
  .slick-dots {
    bottom: 32px;
    padding: 0 80px;
  }
  .benefits-box__wrap {
    padding-top: 84px;
  }
  .benefits-list {
    margin-right: -15px;
    margin-left: -15px;
  }
  .benefits-item {
    padding: 20px 15px 20px 15px;
  }
  .offers-box__wrap {
    margin-top: 84px;
  }
  .main-link-block {
    margin-top: 84px;
    margin-bottom: 185px;
  }
  .main-link-block_body {
    font-size: 22px;
  }
  .photo-ear {
    height: 560px;
    bottom: -150px;
  }
  .events-list .slick-prev {
    left: 0;
  }
  .events-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-hide {
    display: none;
  }
  .counter-box__wrap {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-bottom: 90px;
  }
  .events-box {
    padding-top: 62px;
  }
  .main-event-box {
    margin-right: 0;
    margin-left: 0;
  }
  .main-event-col1 {
    width: 100%;
    max-width: 548px;
    padding: 0;
    position: relative;
  }
  .post-thumbnail {
    margin-bottom: 0;
  }
  .post-thumbnail img {
    display: block;
  }
  .main-event-box--inner:before {
    content: none;
  }
  .main-event-col2 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
  }
  .event-page__meta {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none;
    padding: 82px 0 40px 0;
  }
  .event-page__img {
    padding-bottom: 0;
  }
  .event-page__img img {
    display: block;
  }
  .meta__lable {
    right: initial;
    left: 0;
  }
  .event-page__content {
    padding-right: 0;
  }
  .events-box h3 {
    margin-bottom: 24px;
  }
  .link-box__wrap:before {
    content: none;
  }
  .link-list {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) and (min-width: 480px) and (orientation: landscape) {
  .main-slide__inner {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .main-slide__inner {
    height: auto;
    max-height: 100%;
    padding: 24px 0 0 0;
  }
  .main-slide__container {
    padding: 0 20px;
  }
  .main-slide__subtitle {
    padding-right: 0;
  }
  .main-slide__content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 65px;
  }
  .main-slide__title {
    font-size: 22px;
  }
  .main-slide__img {
    width: 100%;
    height: auto;
    position: relative;
    top: initial;
    right: 0;
    padding-bottom: 60%;
  }
  .slick-dots {
    bottom: 12px;
    text-align: center;
  }
  .offers-item {
    width: 100%;
    padding: 0 6px 44px 6px;
  }
  .offers-item:last-child {
    padding: 0 6px;
  }
  .offers-item__inner {
    height: 260px;
  }
  .benefits-title {
    padding-bottom: 24px;
  }
  .benefits-item {
    padding: 20px 25px 20px 25px;
  }
  .benefits-item {
    width: 100%;
  }
  .main-link-block {
    background: #ecebef;
  }
  .main-link-block__inner {
    padding-bottom: 56px;
  }
  .main-link-block_title {
    padding-top: 32px;
  }
  .photo-ear {
    display: none;
  }
  .footer-box {
    position: relative;
    padding-bottom: 96px;
  }
  .footer-col__out {
    width: 100%;
  }
  .footer-col__middle {
    width: 100%;
  }
  .footer-col {
    padding: 30px 15px 0 15px;
  }
  .site-footer-branding img {
    max-height: 94px;
  }
  .footer-col__middle ul {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
    padding: 0;
  }
  .footer-col__middle ul li:nth-child(4) {
    margin-bottom: 44px;
  }
  .footer-col__middle ul li:nth-child(7) {
    margin-bottom: 44px;
  }
  .copywriting {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
  }
  .counter-box__wrap {
    padding-bottom: 64px;
  }
  .counter {
    font-size: 32px;
  }
  .counter-box__item:nth-child(1) {
    width: 178px;
    height: 178px;
    padding: 44px 20px 44px 32px;
  }
  .counter-box__item:nth-child(1) .counter {
    font-size: 46px;
  }
  .counter-box__item:nth-child(2) {
    left: 184px;
    top: 32px;
  }
  .counter-box__item:nth-child(3) {
    left: 184px;
    top: 144px;
  }
  .counter-box__item:nth-child(4) {
    left: 80px;
    max-width: 200px;
  }
  .history-company {
    padding-top: 32px;
  }
  .feature-list {
    margin-right: 0;
    margin-left: 0;
  }
  .feature-item {
    width: 100%;
    padding: 20px 15px;
  }
  .register-box {
    padding-top: 52px;
  }
  .register-list {
    margin-right: 0;
    margin-left: 0;
  }
  .register-item {
    width: 100%;
    padding: 20px 0;
  }
  .faq-item__content {
    padding-right: 24px;
  }
  .info-box__col {
    width: 100%;
  }
  .info-box__col--form {
    text-align: left;
    margin-top: 70px;
  }
  .link-list li {
    width: 100%;
  }
  .modal-inner {
    padding: 56px 15px;
  }
  .modal-close {
    top: 20px;
    right: 24px;
  }
  .form-col-half {
    width: 100%;
  }
  #open-modal-yes .modal-inner {
    height: 100%;
  }
  .img-container:before {
    content: none;
  }
  .img-container .entry-content {
    padding-right: 0;
  }
  .member-btn {
    margin-bottom: 60px;
  }
  .trade-committe-row {
    margin: 0;
    padding-top: 24px;
  }
  .trade-committe-column {
    width: 100%;
    padding: 0 0 32px 0;
  }
  .company-membership {
    padding-top: 40px;
  }
  .logo-circle-wrapper {
    margin-right: -10px;
    margin-left: -10px;
  }
  .logo-circle {
    padding: 15px;
  }
  .logo-circle-wrapper img {
    max-width: 50%;
    padding: 15px 10px;
  }
  .arbitration-content h3 {
    width: 100%;
  }
  .float-right-img {
    width: 100%;
    position: relative;
    right: initial;
    left: 0;
    padding-left: 0;
    padding-bottom: 32px;
  }
  .arbitration-content__inner {
    width: 100%;
  }
  .education-box {
    padding-top: 40px;
  }
  .flip-card {
    width: 100%;
    height: 240px;
  }
  .face-title {
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .face.front img {
    max-height: 120px;
  }
  .logo-text {
    font-size: 40px;
    background-size: 320px 447px;
  }
  .post-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .edu-gallery .slick-prev {
    left: 0;
  }
  .edu-gallery .slick-next {
    right: 0;
  }
  .edu-content ol {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
    margin: 0 0 15px 0;
  }
  .edu-content ol li {
    padding-right: 0;
  }
  .contact-page {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .cont-address-wrapper {
    width: 100%;
  }
  .cont-map {
    width: 100%;
    margin-top: 24px;
  }
  .other-offices-item {
    width: 100%;
  }
  .page-404-wrapper {
    display: block;
    padding: 150px 10px 60px 10px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .photo-404 {
    min-width: 100%;
    width: 100%;
    max-width: 450px;
  }
  .page-404-text-block {
    padding-left: 0;
  }
  .page-404-title {
    padding-top: 12px;
  }
}
