@font-face{font-family:'Brown-Regular';src:url("fonts/brownregular.woff") format("woff"),url("fonts/brownregular.woff2") format("woff2");font-weight:400;font-style:normal}@font-face{font-family:'Brown-LightItalic';src:url("fonts/brownlightitalic.woff") format("woff"),url("fonts/brownlightitalic.woff2") format("woff2");font-weight:400;font-style:normal}@font-face{font-family:'Brown-BoldItalic';src:url("fonts/brownbolditalic.woff") format("woff"),url("fonts/brownbolditalic.woff2") format("woff2");font-weight:400;font-style:normal}@font-face{font-family:'Brown-Bold';src:url("fonts/brownbold.woff") format("woff"),url("fonts/brownbold.woff2") format("woff2");font-weight:400;font-style:normal}@font-face{font-family:'Brown-Italic';src:url("fonts/brownregularitalic.woff") format("woff"),url("fonts/brownregularitalic.woff2") format("woff2");font-weight:400;font-style:normal}@font-face{font-family:'Wajer';src:url("fonts/wajer-webfont.woff") format("woff"),url("fonts/wajer-webfont.woff2") format("woff2");font-weight:400;font-style:normal}

@font-face {
    font-family: 'halvatica';
    src: url('fonts/halvatica.woff');
    font-weight: normal;
}

@font-face {
    font-family: 'halvatica';
    src: url('fonts/halvatica-bold.woff');
    font-weight: bold;
}


body {
    width: 100%;
    margin: 0;
    padding: 0;
	/*line-height: 1.2;*/
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body, html {
    font-size: 17px;
    color: #000;
}
body {
    background-color: #f6f6f7;
    overflow-x: hidden;
}
*, ::after, ::before {
    box-sizing: border-box;
}
* {
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar-thumb {
    background-color: #585858;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #00a64f;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
a, img {
    outline: none;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
a, a:hover, .trans, input, .post-link {
    -moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
}
.trans-med {
    -moz-transition: all 377ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -o-transition: all 377ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -webkit-transition: all 377ms cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all 377ms cubic-bezier(0.16, 0.01, 0.77, 1);
}
a, .link {
    color: currentColor;
    text-decoration: none;
}
a:hover {
    color: #00a64f;
}
h1, h2, h3, h4, h5, h6, .bold {
    margin: 0;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    font-weight: 100;
	margin-bottom: 15px;
}
button:focus {
    outline: none;
}
.clear {
    clear: both;
    height: 0px;
}
.clickable, .cursor {
    cursor: pointer;
}
.h-100 {
    height: 100%;
}
.h-25 {
    height: 25%;
}
.h-33 {
    height: 33.333%;
}
.abs-tl, .fill-dimensions, .abs-center, .abs-rc, .abs-lc, .abs-br, .abs-bl, .abs-tr {
	position: absolute;
    z-index: 5;
}
.abs-tl, .fill-dimensions {
	top: 0;
    left: 0;
}
.abs-tr {
    right: 0;
	top: 0;
}
.abs-bl {
    left: 0;
	bottom: 0;
}
.abs-rc {
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.abs-lc {
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.a-center {
    text-align: center;
}
.abs-center {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.z-1 {
    z-index: 1;
}
.z-8 {
    z-index: 8;
}
.z-9 {
    z-index: 9;
}
.relative, .block-link {
    position: relative;
}
.display--inline {
	display: inline-block;
}
.justify-end {
    justify-content: flex-end;
}
.site-container {
    position: relative;
}
.abs-tr {
	position: absolute;
    z-index: 5;
}
.abs-tr {
    top: 0;
    right: 0;
}
.abs-br {
    bottom: 0;
    right: 0;
}
.fixed {
    position: fixed;
}
.over {
    position: relative;
    z-index: 10;
}
.overflow {
    overflow: hidden;
}
.header-left__box {
    top: 22px;
    z-index: 660;
    display: flex;
    align-items: center;
}
.logo-svg {
    width: 250px;
	height: 50px;
}
.logo-svg > * {
    fill: #fff;
}
.lang-link {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.header {
    width: 100px;
    top: 50px;
    bottom: 50px;
    background-color: #fff;
    z-index: 550;
	overflow-y: auto;
	border: solid 1px #dadada;
}
.cover__menu {
    height: 100%;
}
.primary__nav {
    height: 100%;
}
.primary__nav .main__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
.primary__nav .main__menu .menu__item {
    width: 100%;
}
.primary__nav ul li a {
	display: flex;
    height: 100%;
}
.header .primary__nav .header__box {
	width: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	border-bottom: solid 1px #dadada;
}
.header-box__icon {
    display: inline-flex;
}
.primary__nav .main__menu .menu__item:last-child .menu-item__link .header__box {
    border-bottom: none;
}
.header .primary__nav .header-box__label {
    font-size: 14px;
    color: #bbb;
	margin-top: 5px;
}
.header-box__icon svg {
    width: 30px;
    height: 30px;
}
.header-box__icon .icon-services {
    width: 35px;
    height: 35px;
}
.action__zone, .menu-holder__bgs, .action-zone__container, .action__item {
    width: 50%;
    top: 50px;
    bottom: 50px;
}
.menu-holder__bg {
    width: 100%;
}
.action__zone {
    z-index: 500;
    pointer-events: none;
}
.action__zone .action-zone__container .action__item { 
    overflow-y: auto;
	-moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
}
.action__zone.open {
    pointer-events: auto;
}
.action__zone .action-zone__container .action__item {
    opacity: 0;
    visibility: hidden;
}
.action__zone .action-zone__container .action__item.open {
    opacity: 1;
    visibility: visible;
}
.menu-holder__inner {
    padding: 60px;
}
.menu-holder__list {
    margin: 0;
}
.menu-holder__list .menu-holder__item {
    list-style: none;
    margin: 0;
    padding: 0;
	color: #00a64f;
    background: none;
    line-height: normal;
	font-size: 24px;
    padding: 5px 0px;
}
.menu-holder__list .menu-holder__item {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.menu-holder__list .menu-holder__item {
    display: flex;
	flex-wrap: wrap;
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.menu-holder__list .menu-holder__item.side--item {
	display: inline-block;
}
.screen-h {
    height: 100vh;
}
.ds-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-100 {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.block-70 {
	width: 70%;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	max-width: 70%;
}
.block-60 {
	width: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	max-width: 60%;
}
.block-50 {
	width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.block-49 {
	width: 49%;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
	max-width: 49%;
}
.block-45 {
	width: 45%;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	max-width: 45%;
}
.block-40 {
	width: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	max-width: 40%;
}
.block-33 {
    width: 33.3%;
	-ms-flex-preferred-size: 33.3%;
	flex-basis: 33.3%;
	max-width: 33.3%;
}
.block-30 {
	width: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	max-width: 30%;
}
.block-25 {
	width: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
.sidebar-rl-gap .grid .block-50:first-child {
    width: calc(50% - 50px);
    -ms-flex-preferred-size: calc(50% - 50px);
    flex-basis: calc(50% - 50px);
    max-width: calc(50% - 50px);
}
.sidebar-rl-gap .grid .block-50:last-child {
    width: calc(50% + 50px);
    -ms-flex-preferred-size: calc(50% - 50px);
    flex-basis: calc(50% + 50px);
    max-width: calc(50% + 50px);
}
.sidebar-rl-gap .grid .block-60:first-child {
    width: calc(60% - 50px);
    -ms-flex-preferred-size: calc(60% - 50px);
    flex-basis: calc(60% - 50px);
    max-width: calc(60% - 50px);
}
.sidebar-rl-gap .grid .block-40:last-child {
    width: calc(40% + 50px);
    -ms-flex-preferred-size: calc(40% - 50px);
    flex-basis: calc(40% + 50px);
    max-width: calc(40% + 50px);
}
.img-overlay {
    background-color: #282828;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
}
.op-50 {
	opacity: 0.5;
}
.op-30 {
	opacity: 0.3;
}
.op-20 {
	opacity: 0.2;
}
.op-10 {
	opacity: 0.1;
}
.color--white {
	color: #fff
}
.color--dark-grey {
    color: #585858;
}
.color--light-grey {
    color: #d4d3d3;
}
.link {
    color: currentColor;
    text-decoration: underline solid #00a64f;
    text-decoration-color: #00a64f;
    text-decoration-skip-ink: none;
}
.link a {
    color: currentColor;
    text-decoration: underline solid #00a64f;
    text-decoration-color: #00a64f;
    text-decoration-skip-ink: none;
}
.style-a {
    text-decoration: none;
}
.style-a .a-link {
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: linear-gradient(0deg, #00a64f 12px,rgba(0,0,0,0) 0%);
    background-size: 100% 60px;
	line-height: 60px;
}
.simple-link {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-size: 15px;
    line-height: 14px;
    color: #00a64f;
    text-decoration: none;
    border-bottom: solid 1px #00a64f;
}
.simple-link:hover {
    color: #000;
    border-color: #292929;
}
.icon {
    fill: #000;
}
.bg--black {
    background-color: #000;
}
.bg--dark_grey {
    background-color: #363636;
}
.bg--white {
    background-color: #fff;
}
.bg--green {
    background-color: #00a64f;
}
.bg--blue {
    background-color: #2b358e;
}
.bg-opc-blue {
    background-color: rgba(0, 0, 0, 0.3);
}
.bg--light-grey {
    background-color: #bebebe;
}
.bg--dark-grey {
    background-color: #2c2c2c;
}
.bg--bg-dark {
    background-color: #dfdfdf;
}
.color--green {
    color: #00a64f;
} 
.opc-1 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: .1;
}
.opc-2 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: .2;
}
.opc-3 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: .3;
}
.opc-4 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4;
}
.opc-5 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
}
.opc-6 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
}
.opc-7 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
}
.site__box {
    position: absolute;
    top: -35px;
    bottom: -35px;
    width: 35%;
	display: none;
}
.box-l {
    left: 0;
}
.bg-tr-white {
    background-color: rgba(255,255,255,0.15);
}
.link--active {
	color: #00a64f;
}
.submenu-item.side--item .submenu-a {
    font-size: 16px;
    color: #818181;
    display: block;
    text-decoration: none;
	padding: 4px 0px;
}
.submenu-item.side--item .submenu-a:hover {
    color: #00a64f;
}
.w-100 {
	width: 100%
}
.submenu-list {
    display: flex;
	flex-wrap: wrap;
}
.sub--holder {
	margin-top: 15px;
    margin-bottom: 15px;
}
.menu-holder__title {
    display: flex;
	flex-wrap: wrap;
}
.submenu-list .side--item {
    width: 33.3%;
    vertical-align: top;
    zoom: 1;
}
.menu__holder .submenu-item.menu-item-has-children>.submenu-a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    /*color: #000;*/
    color: #818181;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
}
.menu__holder .submenu-item.menu-item-has-children>.submenu-a:after {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #bebebe;
    position: absolute;
    bottom: 0;
}
.menu__holder .submenu-list .submenu-item .submenu-list .submenu-item {
	width: 100%;
    margin-bottom: 0;
}
.menu-handler {
    color: #000;
	width: 78px;
    vertical-align: middle;
    zoom: 1;
	display: flex;
	align-items: center;
    justify-content: center;
}
.menu-handler {
    top: 0 !important;
    left: auto;
    height: 78px;
    right: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
}
.menu-burger {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}
.m-auto {
    margin-right: auto;
    margin-left: auto;
}
.trans-slow, .trans-slow:hover {
    -moz-transition: all 477ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -o-transition: all 477ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -webkit-transition: all 477ms cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all 477ms cubic-bezier(0.16, 0.01, 0.77, 1);
}
.burger__line {
    width: 100%;
    height: 3px;
    display: block;
    background-color: currentColor;
    top: 50%;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
}
.burger__line.line--top {
    margin-top: -7px;
}
.burger__line.line--bottom {
    margin-top: 7px;
}
.mo-header, .mo-action__zone {
    display: none;
}
.mo-header__menu {
    height: 78px;
}
.mo-header__list li {
    height: 100%;
}
.mo-header__list li a {
    width: 78px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mo-header__list .header__box {
    display: inline-flex;
}
.menu-holder__list .menu-holder__item .entry-title {
    padding: 0;
	display: inline-flex;
}
.menu-holder__list .menu-holder__item .accordion-content {
    padding-bottom: 0;
}
.menu-holder__list .menu-holder__item  .entry-icon .icon {
    width: 12px;
    height: 12px;
}
.menu-handler.open .burger__line.line--top {
    -moz-transform: rotate(45deg) translate(0, -6px);
    -ms-transform: rotate(45deg) translate(0, -6px);
    -webkit-transform: rotate(45deg) translate(0, -6px);
    transform: rotate(45deg) translate(0, -6px);
}
.menu-handler.open .burger__line.line--mid {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.menu-handler.open .burger__line.line--bottom {
    -moz-transform: rotate(-45deg) translate(0, 6px);
    -ms-transform: rotate(-45deg) translate(0, 6px);
    -webkit-transform: rotate(-45deg) translate(0, 6px);
    transform: rotate(-45deg) translate(0, 6px);
}
.grid-container {
	padding-right: 1rem;
	padding-left: 1rem;
}
.boxed-container {
    padding-left: 1rem;
    padding-right: 1rem;
}
.grid-lg {
    width: 100%;
    margin: 0 auto;
}
.grid-md {
    width: 90%;
    margin: 0 auto;
}
.grid-sm {
    width: 70%;
    margin: 0 auto;
}
.grid-80 {
    width: 80%;
    margin: 0 auto;
}
.grid-90 {
    width: 90%;
    margin: 0 auto;
}
.grid-max-box {
    max-width: 1320px;
	/*padding-left: 1rem;
    padding-right: 1rem;*/
}
.grid-max-100 {
	max-width: 100%
}
.grid {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid-flex {
    display: flex;
}
.grid-container .grid, .popup-container .grid {
	margin-left: -1rem;
    margin-right: -1rem;
}
.grid-container .grid  .block-50, .grid-container .grid  .mobile-100, .grid-container .grid  .tablet-100, .grid-container .grid  .tablet-50, .grid-container .grid  .vtablet-100, .grid-container .grid  .vtablet-50, .grid-container .grid  .block-100, .grid-container .grid   .block-30, .grid-container .grid   .block-25, .grid-container .grid   .block-70, .grid-container .grid   .block-33, .grid-container .grid  .resp-100, .grid-container .grid  .resp-50, .grid-container .grid  .block-45 {
	padding-left: 1rem;
    padding-right: 1rem;
}
.popup-container .grid > * {
	padding-left: 1rem;
    padding-right: 1rem;
}
.center {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.align-center {
    align-items: center;
}
.sm-gutter {
    display: block;
}
.box-pad {
    padding: 5rem;
}
.grid-title {
    margin-bottom: 50px;
    display: inline-flex;
}
.box-title {
    margin-bottom: 30px;
}
.grid-title > * {
    text-transform: uppercase;
}
.border-bt-opacity {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.time {
	color: #bbb;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
    -moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
}
.gl-col__inner:hover .time {
    color: #fff;
}
.split-time {
    display: block;
}
.block-link {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    border: solid 2px #000;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
	cursor: pointer;
    padding: 20px 25px;
    min-width: 114px;
    overflow: hidden;
    text-align: center;
	display: inline-flex;
	align-items: center;
    justify-content: center;
	text-transform: uppercase;
}
.block-link:hover {
    color: #fff;
}
.block-link:hover .btn--icon .icon {
    fill: currentColor;
}
.block-link.btn--grey {
    border: none;
    color: #fff;
    background-color: #333;
}
.block-link.btn--black {
    border: none;
    color: #fff;
    background-color: #000;
}
.block-link.btn--green {
    border: none;
    color: #fff;
    background-color: #00a64f;
}
.block-link.btn--green:hover {
    color: #fff;
}
.block-link.btn--white {
    border: none;
    color: #000;
    background-color: #fff;
}
.block-link.btn--opac {
    border: none;
    color: #fff;
    background-color: #00a64f;
}
.block-link.btn--bordered {
	border: solid 1px #bebebe;
}
.btn--group .block-link {
    margin-right: 15px;
}
.block-link span {
    position: relative;
    z-index: 10;
}
.btn--icon {
    display: inline-flex;
}
.btn--icon .icon {
    width: 17px;
    height: 17px;
	z-index: 9;
}
.btn--icon .icon.icon--arrow-down {
    width: 20px;
    height: 20px;
}
.show--all {
    display: inline-block;
}
.flex-auto {
    flex: 1 1 auto;
}
.block-link:after {
	position: absolute;
    top: 0;	
}
.block-link:after {
    width: 100%;
    height: 100%;
    display: block;
}
.block-link:after {
    content: '';
    z-index: 1;
    background-color: #000;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 380ms;
    -o-transition-duration: 380ms;
    -webkit-transition-duration: 380ms;
    transition-duration: 380ms;
}
.block-link:hover:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.block-link.btn--black:after {
    z-index: 1;
    background-color: #00a64f;
}
.block-link.btn--white:after {
    z-index: 1;
    background-color: #000;
}
.block-link.btn--white:hover {
    color: #fff;
}
.p-gap {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.pb-gap {
    padding-bottom: 5rem;
}
.mb-gap {
    margin-bottom: 5rem;
}
.br-50 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.display--block {
    display: block;
}
.cover-img {
	width: 100%;
    height: 100%;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat
}
.form-group {
    position: relative;
    margin-bottom: 10px;
}
.form-group.with__sign {
    display: flex;
    align-items: center;
}
.form-control {
    width: 100%;
	height: 55px;
    outline: none;
    line-height: 55px;
    background-color: #232323;
    border: none;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
*:-moz-placeholder{color:inherit;opacity:1;-moz-transition-duration:400ms;transition-duration:400ms}*::-moz-placeholder{color:inherit;opacity:1;-moz-transition-duration:400ms;transition-duration:400ms}*:-ms-input-placeholder{color:inherit;opacity:1;transition-duration:400ms}*::-webkit-input-placeholder{color:inherit;opacity:1;-webkit-transition-duration:400ms;transition-duration:400ms}
.bg--green-field {
    background-color: rgba(0, 0, 0,0.05);
}
.bg--grey-field {
    color: #000;
    background-color: rgba(0, 0, 0,0.05);
}
.bg--opac-black-field {
    color: #fff;
    background-color: rgba(255, 255, 255,0.15);
}
.bg--opac-grey-field {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}
.bg--opac-white-field {
    color: #fff;
    background-color: rgba(255, 255, 255,0.1);
}
.block-link {
    margin-top: 20px;
}
textarea.form-control {
    height: 150px;
    outline: none;
	padding-top: 20px;
    padding-bottom: 20px;
}
.post__content ul, .post__content ol {
    margin-bottom: 25px;
}
.post__content ul li, .post__content ol li {
    position: relative;
    margin-bottom: 5px;
}
.post__content ul li:before, .post__content ol li:before {
    content: '';
    position: absolute;
    top: 16px;
    width: 7px;
    height: 2px;
    background-color: #00a64f;
}
.footer__title {
    margin-bottom: 30px;
}
.footer__text p {
    margin-bottom: 5px;
}
.footer__list-title {
    margin-right: 10px;
}
.footer__list {
    font-size: 15px;
	margin-bottom: 20px;
}
.footer__list li {
	display: flex;
    margin-bottom: 10px;
}
.footer__list-text .in__text + .in__text {
    margin-top: 7px;
}
.icon.icon--facebook {
    width: 8px;
    height: 16px;
}
.icon.icon--youtube {
    width: 20px;
    height: 15px;
}
.icon.icon--linkedin {
    width: 17px;
    height: 17px;
}
.icon.icon--twitter {
    width: 17px;
    height: 17px;
}
.icon.icon--instagram {
    width: 17px;
    height: 17px;
}
.icon.icon--whatsapp {
    width: 17px;
    height: 17px;
}
.footer__socials {
    margin-bottom: 80px;
}
.footer__down img {
width: auto;
    margin-bottom: 5px;
    max-width: 100%;
    object-fit: contain;
}
.site__button {
    border: none;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    transition: background-color .15s ease,color .15s ease;
    cursor: pointer;
    -webkit-transition: background-color .15s ease,color .15s ease;
    -webkit-transition: background-color .15s ease,color .15s ease;
    transition: background-color .15s ease,color .15s ease;
}
.input-submit__icon {
    position: absolute;
    top: 13px;
    width: 30px;
    height: 30px;
	cursor: pointer;
    z-index: 9;
}
.input-submit__icon .icon {
    width: 20px;
    height: 20px;
}
.divider {
    height: 1px;
	width: 100%;
}
.footer__col {
    margin-bottom: 95px;
}
.footer__bottom {
	font-size: 15px;
    padding: 30px 0 0;
}
.justify-space {
    justify-content: space-between;
}
.footer {
    padding-top: 100px;
	padding-bottom: 50px;
    background-color: #eee;
    position: relative;
    z-index: 11;
	overflow: hidden;
}
.devloped-img .icon {
    width: 80px;
}
.fill-dimensions {
    width: 100%;
    height: 100%;
    display: block;
}
.splash-bg, .video-bg  {
    z-index: 900;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: .7;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.splash-screen__inner {
    width: 45%;
    height: 70%;
    padding: 1rem;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.video-screen__inner {
	width: 70%;
	height: 80%;
    padding: 1rem;
}
.splash-inner__item {
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 60px 60px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.splash-screen.en-form.active {
    pointer-events: auto;
}
.en-form .splash-inner__item {
    visibility: hidden;
}
.en-form .splash-inner__item.en-form__main {
    opacity: 1;
    visibility: visible;
}
.en-form .splash-screen__inner.active {
    opacity: 1;
}
.splash-content {
    margin: auto;
    width: 100%;
}
.splash-inner__item, .video-inner__item  {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
	height: 100%;
}
.splash-close, .video-close {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.splash-screen, .video-screen {
    width: 100%;
    height: 100%;
	z-index: 910;
	align-items: center;
    justify-content: center;
    pointer-events: none;
    padding: 15px;
}
.splash-screen, .video-screen {
	pointer-events: none;
}
.splash-screen.active .splash-screen__inner, .video-screen.active .video-screen__inner {
	pointer-events: auto;
}
.splash-tab__inner {
    margin-top: 45px;
}
.splash-tab__inner .tab-menu {
    display: flex;
    justify-content: space-around;
}
.splash-tab__inner {
    margin-top: 45px;
}
.tab-menu .tab_item .tab-item__inner {
    padding: 20px 0;
    color: #000;
	cursor: pointer;
    border-bottom: solid 1px #bebebe;
	/*background-color: rgba(255,255,255,0.1);*/
}
.splash-tab__inner .tab-menu .tab_item .tab-item__inner { 
	color: #fff;
	padding: 20px;
	text-align: center;
	border-top: solid 1px #018841;
    border-bottom: solid 1px #018841;
}
.splash-tab__inner .tab-menu .tab_item.active .tab-item__inner {
    background-color: rgba(0,0,0,0.1);
}
.splash-tab__inner .tab_icon {
    margin-bottom: 5px;
}
.tab_icon .icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
}
.splash-tab__inner .tab-content {
    margin-top: 20px;
}
.splash__title {
    text-align: center;
}
.splash__tab {
    width: 100%;
}
.splash-close, .splash-back {
    top: 30px;
	cursor: pointer;
}
.splash-close .icon {
    width: 18px;
    height: 18px;
    fill: #fff;
}
.splash-back {
    display: flex;
    align-items: center;
    justify-content: center;
}
.splash-back svg {
    width: 30px;
    height: 20px;
    fill: #fff;
    transform: translateY(3px);
}
.header-breadcrumb {
    margin-bottom: 7px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb li {
	display: flex;
	font-size: 15px;
}
.breadcrumb li:after {
    content: '-';
    margin: 0 10px;
}
.breadcrumb li:last-child:after {
	display: none;
}
.highlight__img {
    padding-top: 40px;
    margin-bottom: 25px;
    display: flex;
}
.highlight__img a {
    width: 100%;
}
.highlight__header {
    margin-bottom: 10px;
}
.flat__highlight {
    margin-bottom: 50px;
}
.highlight__text p {
    color: #818181;
    font-size: 15px;
}
.highlight__title {
    max-width: 250px;
}
.title-big {
    font-size: 35px;
    text-transform: uppercase;
}
.circle-svg {
    width: 80px;
    height: 80px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.circle-svg .icon, .circle-svg img {
    width: 35px;
    height: 35px;
    fill: #fff;
    object-fit: contain;
}
iframe {
    width: 100%;
    height: 100%;
}
.video-link {
    width: 120px;
    height: 120px;
    color: #fff;
    display: inline-flex;
    text-transform: uppercase;
}
.video-link:hover {
    color: #fff;
}
.svg-circle {
    width: 100%;
}
.video-link:hover .svg-circle {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.video-link .circle {
    stroke: #fff;
    fill: rgba(0,0,0,0.1);
}
.video-link:hover .circle {
    fill: #00a64f;
    stroke: #00a64f;
}
.video-link__title {
    display: inline-flex;
}
.video-link__title svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.sub-footer-copyright {
    display: flex;
}
.devloped-footer {
    flex: 0 0 auto;
    display: flex;
}
.footer__down {
    display: flex;
	align-items: flex-start;
    flex-direction: column;
}
.footer__down .block-link {
	min-width: 70%;
}
.select-holder {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    color: #000;
}
.select-holder .icon {
	top: 23px;
	pointer-events: none;
}
.icon.icon--arrow-short-down {
    width: 12px;
    height: 10px;
    fill: currentColor;
}
.video-link__title .icon.icon--arrow-short-down {
    transform: rotate(-90deg) translateY(3px);
    width: 18px;
    height: 18px;
}
.video-holder__img {
    height: 500px;
}
.video-holder__inner .img-overlay {
    opacity: .3;
}
.video-screen {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	pointer-events: none;
    z-index: 999;
}
.video-iframe {
    width: 100%;
    height: 100%;
}
.video-close {
    top: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.3);
	pointer-events: auto
}
.video-close .icon {
    width: 15px;
    height: 15px;
    fill: #fff;
}
.title-circle {
    width: 75px;
    height: 75px;
	z-index: 0;
    border: solid 2px #fff;
}
.grid.splited {
    margin-left: -5px;
    margin-right: -5px;
}
.grid.splited > div {
    padding-left: 5px;
    padding-right: 5px;
}
.p-register {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 30px;
}
.p-register .boxed-container, .p-register .boxed-container .grid, .p-register .inline-grid, .p-register .boxed-container .grid {
    height: 100%;
}
.p-register .boxed-container {
    margin: auto;
    padding: 0;
}
.p-register .inline-grid {
    overflow: auto;
    position: relative;
    display: flex;
}
.p-register .inline-grid .box-pad {
    margin: auto;
}

.btn--opac-loading {
    overflow: visible;
}
 .loading_img {
    position: absolute!important;
    background-color: transparent;
    box-shadow: none;
    width: 50px;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
    z-index: 11;
}
.has-error label {
    color: #dd4b39
}
.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none
}
 
.post-additional-info .add-icon-hover {
    color: #f5981d !important;
}
.post-additional-info .add-icon-hover .post-icon {
    color: #f5981d;
}

.has-error {
/*background-color: #FF0000;*/
border: solid 1px #FF0000!important;

}
.has-disabled {
border: none;
color: #fff!important;
background-color: rgba(0,0,0,0.3)!important;

}
.Message-Text {
    font-size: 17px;
    margin-top: 30px;
    font-weight: normal;
    text-align: center;
}
.ReSendTimeSpan {
    background-color: rgba(0,0,0,.1);
    padding: 7px 20px 15px;
    display: inline-flex;
    margin-top: 10px;
}
.footer__down .block-link span {
    font-family: 'Brown-Bold';
}
.footer__social-icon {
    margin-bottom: 15px;
}
.form-group img {
    position: absolute;
    top: 10px;
    height: 35px;
    width: 85px;
}