/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css ENDS*/

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: Gramatika,Calibri,sans-serif;
    color: #161616;
    font-size: 1.125rem;
    line-height: 1.5;
}
header {
	padding: 10px 15px!important;
    position: relative;
}
section, footer {
    padding: 0 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: TTFirsNeue,sans-serif;
    font-weight: 600;
	word-break: break-word;
}
h1,h2 {
    line-height: 1
}
h1:first-child,h2:first-child {
	margin-top:0
}
h3,h4 {
    line-height: 0.8
}
h1 {
    font-size: 3.6em
}
h2 {
    font-size: 3em;
    margin-bottom: .7em
}
h3 {
    font-size: 2.5em
}
h4 {
    font-size: 2em
}
ul {
	padding:0;
	margin:0
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	font-weight: 600;
	position: relative;
	color: #1a4c8b;
}
a:hover {
	color: #95d5d2;
}
p {
    margin: 0 0 15px;
}
p:last-of-type {
	margin:0
}
.site-branding {
	display: flex;
}
.site-branding a {
	line-height:0
}
.site-navigation {
	min-width:50%;
	margin-right: 50px;
}
header, .site-navigation ul, .languages ul, .site-tools {
	display: flex;
    justify-content: center;
    align-items: center;
}
.site-navigation li {
	margin-right:30px
}
.site-navigation li:last-of-type {
	margin-right:0
}
.site-navigation a, footer .menus a {
	color: #161616;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: .7px;
    font-family: TTFirsNeue,sans-serif;
    font-weight: 600;
}
.site-navigation a::before {
  content: '';
  background-color: #95d5d2;
  position: absolute;
  left: 0;
      bottom: -1px;
    width: 100%;
    height: 1px;
  z-index: -1;
  transition: all .3s ease-in-out;
}
.site-navigation a:hover::before {
  bottom: 0;
  height: 100%;
  
}
.site-navigation a:hover {
  color:#fff;
  transition: all .3s ease-in-out;
}
.languages {
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 3px 3px 3px #e6e6e6, -3px -3px 3px #fafafa;
}
.languages li {
    padding: 2px 5px;
    font-size: 0.8em;
}
.languages a {
	color:black
}
.languages .active a {
	color:grey
}
.site-tools {
	line-height: 0;
	min-width: 20px;
    justify-content: flex-start;
}
.site-tools .search-icon {
	margin-right:10px
}
.block-title {
	text-align:center;
}
footer {
    background-color: #fae60a;
}
footer .menus, footer .social ul {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 50px;
}
footer .menus .social a {
	display: flex;
    align-items: center;
}
footer .social ul {
	flex-direction:column;
	margin-bottom: 0;
	align-items: flex-start;
}
footer .social li {
	margin-bottom: 10px;
}
footer .social li:last-of-type {
	margin-bottom:0
}
footer .site-info {
	position:relative;
	top:35px;
    text-align:center;
	opacity:.6
}
footer .site-info span {
    font-size:0.8em;
	font-family: TTFirsNeue,sans-serif;
}
.main-menu {
	display:none;
}
.menu-icon {
	display:block;
    cursor: pointer;
    width: 54px;
    height: 54px;
    background: #fff;
    padding: 17px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-icon:hover {
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    background: #95d5d2;
}
.menu-icon span {
    width: 34px;
    height: 4px;
    background: #1b4b8b;
    border-radius: 10px;
    margin-bottom: 4px;
    display: block;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.menu-icon span:nth-of-type(2) {
    left: 0;
    right: 0;
    margin: auto auto 4px auto
}

.menu-icon span:last-child {
    margin-bottom: 0
}
.menu-icon:hover span {
    background: #fff
}
.menu-icon:hover span:nth-of-type(2) {
    width: 20px;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms
}
.menu-close {
	display: none;
    cursor: pointer;
    padding: 27px 10px;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    background: #010334;
    width: 54px;
    height: auto;
}
.main-menu.active .menu-close {
	display:block;
	position: absolute;
    top: 0;
    right: 0;
}

.menu-close:hover {
    background: #003bba;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms
}

.menu-close span {
	width: 100%;
    height: 4px;
    border-radius: 10px;
    margin-bottom: 4px;
    display: block;
    background: #fff;
	transform-origin: center;
    position: relative;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms
}

.menu-close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px
}

.menu-close span:nth-of-type(2) {
    width: 0
}

.menu-close span:nth-of-type(3) {
    top: -9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
@media (min-width: 476px) {
body {
    font-size: calc(1.125rem + 1px);
}
}
@media (min-width: 575.98px){
  section, header, footer {
    padding: 70px calc(50vw - 320px);
  }
}
@media (min-width: 767.98px){
	body {
    font-size: calc(1.125rem - 1px);
}
section, header, footer {
    padding: 70px calc(50vw - 400px);
  } 
}
@media (min-width: 991.98px) {
  section, header, footer {
    padding: 70px calc(50vw - 480px);
  }
.main-menu {
	display:block;
}  
.menu-icon {
	display:none;
} 
}
@media (min-width: 1199.98px){
  section, header, footer {
    padding: 70px calc(50vw - 590px);
  }
}
@media (max-width: 991.97px) {
	header {
		justify-content: center;
	}
	.site-branding {
		margin-right: 20px;
	}
	.site-navigation {
    min-width: auto;
}
.site-navigation li {
    margin-right: 0;
	margin-bottom: 20px;
}
.site-navigation li:last-of-type {
	margin-bottom: 0;
}
.languages {
	margin-right: 50px;
}
	.main-menu.active {
	display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
	}
	.main-menu.active ul {
		flex-direction:column;
	}
	footer .menus {
	flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
	}
	.menu-block {
		margin-bottom:20px;
	}
	.menu-block:last-of-type {
		margin-bottom:0;
	}
}

@media (max-width: 767.97px) {
	h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}

.site-branding,.languages {
		margin-right: 0;
	}

	.site-tools {
    min-width: 5px;
}
}
@media (max-width: 420px) {
	body {
    font-size: 16px;
}
	.site-branding img {
		width:120px;
		height: auto;
	}
	footer .site-info {
    top: 10px;
}
footer .menus {
    margin-bottom: 20px;
}
}