:root {
    --clip-position: center;
	--swiper-navigation-size: 44px;
	--swiper-theme-color: #007aff;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
*, ::after, ::before {
    box-sizing: border-box;
}
/* Effect_text */
@font-face {
  font-family: 'Effect_text_thin';
  src: url('/assets/fonts/effect_text_thin.woff2') format('woff2'),
       url('/assets/fonts/effect_text_thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Effect_text_reg';
  src: url('/assets/fonts/effect_text_reg.woff2') format('woff2'),
       url('/assets/fonts/effect_text_reg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effect_text_med';
  src: url('/assets/fonts/effect_text_med.woff2') format('woff2'),
       url('/assets/fonts/effect_text_med.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
/* Effect */
@font-face {
  font-family: 'Effect';
  src: url('/assets/fonts/effect.woff2') format('woff2'),
       url('/assets/fonts/effect.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Effect_thin';
  src: url('/assets/fonts/effect-thin.woff2') format('woff2'),
       url('/assets/fonts/effect-thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Effect_light';
  src: url('/assets/fonts/effect-light.woff2') format('woff2'),
       url('/assets/fonts/effect-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Effect_bold';
  src: url('/assets/fonts/effect-bold.woff2') format('woff2'),
       url('/assets/fonts/effect-bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
body {
    font-size: 20px;
    line-height: 30px;
    font-family: "Effect_text_reg";
    font-weight: 400;
    font-style: normal;
}
a {
	color: #fff;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
a:hover,a:focus {
	color: #c2a661;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
	font-family: 'Effect_bold';
}
.h1, h1 {
    font-size: calc(1.375rem + 1.5vw);
}
b, strong {
    font-weight: bolder;
}
strong, .num_counter {
    font-weight: 600;
    font-style: normal;
}
.normal_weight {
    font-weight: 400;
    font-style: normal;
}
.overflow-hidden {
    overflow: hidden!important;
}
.position-fixed {
    position: fixed !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.b-margin {
    margin-bottom: 75px;
}
.b-border {
    padding-bottom: 2.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.w-100 {
    width: 100% !important;
}
.w-50 {
    width: 50% !important;
}
.xl-x-padding {
    padding-left: 100px;
    padding-right: 100px;
}
.xl-t-margin {
    margin-top: 100px;
}
.xl-b-padding {
    padding-bottom: 100px;
}
.xl-t-padding {
    padding-top: 100px;
}
.ps-0 {
    padding-left: 0 !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.white_text {
    color: #fff;
}

.black_text {
    color: #000;
}
.small-title {
    line-height: 120%;
}
.xl-title {
    font-size: 120px;
    line-height: 120%;
}
.d-none {
    display: none !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-1 {
    margin-bottom: .25rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-2 {
    margin-right: .5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.sm-b-margin {
    margin-bottom: 50px;
}
.sm-t-margin {
    margin-top: 50px;
}
.reveal {
    visibility: hidden;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.container {
    max-width: 80%;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding: 0 1.5rem;
    margin-right: auto;
    margin-left: auto;
}
.container, .container-fluid {
    position: relative;
    z-index: 2;
}
.container-fluid.hero {
    top: 98px;
    padding-bottom: 98px;
}
.container.hero {
    top: 98px;
    padding-bottom: 98px;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-top: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(0 * -1);
    margin-right: calc(1.5rem * -.5);
    margin-left: calc(1.5rem * -.5);
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.medium-title {
    line-height: 120%;
}
.ms-auto {
    margin-left: auto !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.me-auto {
    margin-right: auto !important;
}
img, svg {
    vertical-align: middle;
}
.dark_bg {
    background-color: #1C1C1C;
}
.body_vertical_lines {
    width: 40%;
    height: 100%;
    top: 0;
    z-index: 1;
    mix-blend-mode: difference;
}
.body_vertical_lines.left {
    width: calc(50% - 100px);
    left: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.body_vertical_lines.right {
    right: 200px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.brown_gradient_bg {
    background-image: linear-gradient(to bottom, #1C1C1C, #3d3d3d);
}
.top_image.mb-lg-4 {
    height: 500px;
    overflow: hidden;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.z-index {
    z-index: 9;
}
.breadcrumbs li, .separator {
    list-style: none;
    font-size: 12px;
    display: inline-block;
    width: max-content;
    padding: 0 2px;
}
.breadcrumbs li.active {
    color: #a7a7a7;
}

/*Header*/
.header {
	top: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    height: 68px;
    background: rgb(0 0 0 / 15%);
    z-index: 99999;
}
.midheader {
	position: absolute; 
	overflow: hidden; 
	inset: 0px; 
	transform: translateY(0%) translateZ(0px);
}
.midinner {
	position: absolute; 
	overflow: auto; 
	inset: 0px; 
	transform: translateY(0%) translateZ(0px);
}
.midheader .midinner {
    padding-left: 100px;
    padding-right: 100px;
}

.header .container-fluid {
	padding-top: 10px;
}
#mobile-open, #logo, #logo_modal {
    position: relative;
    z-index: 999;
}
.midheader #logo img {
    filter: invert(0);
}
#mobile-open {
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: auto;
	vertical-align: middle;
}
.menu-line.top-line {
    width: 2px;
    height: 40px;
    left: calc(50% - 1px);
    top: calc(50% - 20px);
}
.menu-line {
    background: #fff;
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 1px);
}
#mobile-menu .menu_text {
    right: 85px;
    top: 0px;
    z-index: 2;
	color: #fff;
}
#lang-switcher {
    right: 200px;
    padding: 0px;
    margin: 0px;
    width: 80px;
    height: 40px;
	border: 1px solid #fff;
	text-align: center;
    border-radius: 20px;
	padding: 0px;
    clear: both;
}
#lang-switcher ul {
    display: flex;
    justify-content: space-evenly;
	padding: 0;
    margin: 0 !important;
    list-style-type: none;
}
#lang-switcher ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}
#lang-switcher ul li.active a {
    background-color: #fff;
    border-radius: 50%;
}
#lang-switcher ul li a {
	display: inline-block;
    padding: 0px;
    height: 39px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
	text-decoration: none;
	position: relative;
}
#lang-switcher ul li a span{
    position: relative;
    top: -2px;
    color: #fff;
}
#lang-switcher li.active a span {
    font-weight: 900;
    color: #000;
}
#mobile-menu-modal {
    left: 0;
    width: 100%;
    z-index: 99999999;
    top: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    background: #1C1C1C;
}
#mobile-menu-modal::before {
    content: " ";
    width: 51%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.has-dropdown {
  position: relative;
}
.menu-item.has-dropdown .dropdown-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-item.has-dropdown.active .dropdown-menu {
  display: block;
}
.dropdown-menu li {
  padding: 10px;
  margin: 0!important;
}
.dropdown-menu li a {
  text-decoration: none;
  color: #d3d3d3;
}
#mobile-menu-modal li.active .dropdown-menu li a::before{
    content: " ";
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#mobile-menu-modal li.active .dropdown-menu li a:hover::before{
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#mobile-menu-modal li.active .dropdown-menu li a:hover{
    font-weight:400!important;
    font-family: "Effect_text_reg";
}
.has-dropdown.active .dropdown-toggle {margin-bottom: 30px;}
.has-dropdown.open .dropdown-menu {
  display: block;
}
.vertical_lines {
    width: 44%;
    height: 100vh;
    top: 0;
    z-index: 0;
}
.vertical_lines.left {
    left: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.vertical_lines.right {
    right: 100px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-open, #logo, #logo_modal {
    position: relative;
    z-index: 999;
}
.site-logo.b-margin {
        margin-bottom: 0px;
    }
.site-logo a {
    display: inline-block;
}
.custom-logo {
    max-height: 80px;
    width: 100%;
}
#mobile-menu-modal::after {
    content: " ";
    width: 50%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background: #1C1C1C;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
#mobile-menu-modal ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
#mobile-menu-modal li {
    list-style: none;
    margin: 30px 0;
}
#mobile-menu-modal li.current-menu-item a, #mobile-menu-modal li a:hover {
    font-weight: 500;
    font-style: normal;
    font-family: 'Effect_text_med';
}
#mobile-menu-modal li a {
    position: relative;
}
#mobile-menu-modal li a::before {
    content: " ";
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#mobile-menu-modal li a:hover::before, #mobile-menu-modal li.active a::before {
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#mobile-menu-modal li a span {
	font-family: "Effect";
    color: #C2A661;
}
#mobile-menu-modal li a:hover span, #mobile-menu-modal li.current-menu-item a span {
    color: #fff;
}
.menu-item span {
    font-size: 55px;
    line-height: 120%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.menu_topo_contact_info {
    padding-left: 20px;
}
.menu_topo_contact_icon svg {
    height: 25px;
    margin-right: 10px;
    margin-top: -10px;
}
.top_social_icon svg {
    height: 32px;
    fill: #fff;
}
#mobile-close {
    position: absolute;
    right: 30px;
    top: 70px;
    width: auto;
    cursor: pointer;
}
#mobile-close svg {
    width: 40px;
    stroke-width: 2px;
    stroke: #fff;
}


.posti-item .button, .outline_button {
    margin-top: 2rem;
}
.blog-services .button, .outline_button {
    position: relative;
    padding: 12px 30px;
    border-radius: 40px;
    margin-top: 50px;
    background-color: #aaaaaa;
    font-weight: bold;
}
.yellow {
    background-color: #c2a661 !important;
    font-weight: normal !important;
    color: #fff;
}
.button, .outline_button {
    position: relative;
    padding: 12px 60px;
    border-radius: 40px;
    margin-top: 50px;
    background-color: #5e5e5e;
}
.button:hover, .outline_button:hover {
	color:#1c1c1c;
}

#footer {
    background-attachment: scroll;
    background-image: url(/assets/img/footer-background.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.social_icon svg {
    fill: #fff;
    height: 15px;
    margin-top: -5px;
}
.dark {
	position: absolute;
	top: 0;
	left:0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 63%);
}
#copyrights {
	font-family: 'Effect_text_thin';
}
#copy-left, .agency p, .footer_navigation li a, #copy-right {
	font-size:14px;
}
.footer_navigation {
	font-family: 'Effect_text_thin';
	background: #3d3d3d;
	display: flex;
    gap: clamp(0.75rem, 0.6875rem + 0.3125vw, 1rem);
    flex-wrap: wrap;
}
.footer_navigation ul {
	padding:0;
}
.footer_navigation li {
	list-style:none;
}
#obger {
    background-image: linear-gradient(to bottom, #1C1C1C, #3d3d3d);
	padding-bottom: 50px;
}











@media (min-width: 1200px) {
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	.col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
	.col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
	    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
	.col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
	    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
	    .pe-lg-5 {
        padding-right: 3rem !important;
    }
	    .d-lg-flex {
        display: flex !important;
    }
	    .d-lg-none {
        display: none !important;
    }
	.text-lg-center {
        text-align: center !important;
    }
	.text-lg-end {
        text-align: right !important;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}


@media (max-width: 1600px) {
    .xl-x-padding {
        padding-left: 50px;
        padding-right: 50px;
    }
	    .xl-b-padding {
        padding-bottom: 80px;
    }
	    .xl-t-padding {
        padding-top: 80px;
    }
	    .xl-title {
        font-size: 110px;
        line-height: 110%;
    }
	.big-title {
        font-size: 60px;
    }
	.midheader .midinner {
    padding-left: 50px;
    padding-right: 50px;
}
.site-logo.b-margin {
        margin-bottom: 0px;
    }
.menu-item span {
        font-size: 45px;
        line-height: 50px;
    }
	.menu_topo_contact_info p, .menu_topo_contact_info a, .right-contact p, .right-contact a {
        font-size: 20px;
        line-height: 30px;
    }
	.menu_topo_contact_icon svg {
        height: 20px;
    }
	    .top_social_icon svg {
        height: 25px;
    }
	.custom-logo {
        max-height: 70px;
    }
	    #footer .big-title {
        font-size: 55px;
        line-height: 60px;
    }
	#foo-left h3 span, #foo-right h3 span {
        font-size: 40px;
    }
}

@media (max-width: 1399.98px) {
    .xl-title {
        font-size: 100px;
    }
	.container {
        max-width: 85%;
    }
	    .big-title {
        font-size: 65px;
        line-height: 110%;
    }
	    #footer_details h3 {
        font-size: 80px;
    }
	#foo-right h3, #foo-left h3 span, #foo-left h3 {
        font-size: 50px !important;
        line-height: 115%;
    }
}


@media (max-width: 1199.98px) {
	    .w-50 {
        width: 100% !important;
    }
	    .xl-title {
        font-size: 90px;
        line-height: 95px;
    }
	.big-title {
        font-size: 60px;
        line-height: 65px;
    }
	.top_image.mb-lg-4 {
        height: 400px;
    }
    #mobile-menu-modal::before {
        width: 55%;
        z-index: 0;
    }
	.menu-item span {
        font-size: 40px;
        line-height: 45px;
    }
	    .menu_topo_contact_info {
        padding-left: 100px;
    }
	#footer_details .container, #copyrights .container {
        max-width: 100%;
    }
	    #footer_details h3 {
        font-size: 70px;
        line-height: 75px;
    }
	        #foo-left {
        padding-left: 30px;
    }
	    #footer_details h3 {
        font-size: 70px;
        line-height: 75px;
    }
	    #copyrights {
        padding: 0px 20px;
    }
}


@media (max-width: 991.98px) {
	.container {
        max-width: 90%;
    }
	    .b-margin {
        margin-bottom: 50px;
    }
	    .xl-title {
        font-size: 85px;
        line-height: 120%;
    }
	    .medium-title {
        font-size: 30px;
    }
	    .small-title {
        font-size: 20px;
    }
	    .big-title {
        font-size: 50px;
        line-height: 55px;
    }
	    .top_image {
        margin-bottom: 20px;
    }
	.midheader .midinner {
        padding-left: 30px;
        padding-right: 30px;
    }
    #logo {
        padding: 0;
    }
	    #lang-switcher
 {
        top: unset;
    }
    #mobile-menu-modal {
        padding-left: 20px;
    }
	    #mobile-menu-modal::before {
        width: 55%;
    }
	.vertical_lines.right {
        display: none;
    }
	    #site-navigation {
        padding-left: 0px;
    }
	.menu-item span {
        font-size: 40px;
        line-height: 110%;
    }
	    .button, .outline_button {
        font-size: 15px;
        line-height: 25px;
    }
	.posti-item .button, .outline_button {
        margin-top: 1.5rem;
    }
	    #footer .col-12.col-lg-5, #footer .row:nth-child(2) .col-12.col-lg-7 {
        width: 50%;
    }
	    #foo-left {
        padding-left: 0px;
        padding-bottom: 30px;
    }
	    #copyrights {
        padding: 0px 0px;
    }
    #copyrights .col-12.col-lg-4 {
        width: 40%;
    }
}


@media (max-width: 767.98px) {
	    .body_vertical_lines.left {
        width: 75%;
        left: 12.5%;
    }
	    .body_vertical_lines.right {
        display: none;
    }
    #slideshow {
    background-image: linear-gradient(to bottom, #454545, #242424);
}
	.medium-title {
        font-size: 25px;
        line-height: 30px;
    }
	.top_image {
        margin-bottom: 10px;
    }
	    .top_image.mb-lg-4 {
        height: 350px;
    }
	    #lang-switcher {
        right: 160px;
    }
    #mobile-menu-modal {
        overflow-y: scroll;
        height: 100%;
    }
	    #mobile-menu-modal::before, #mobile-menu-modal::after {
        height: 125%;
    }
	    #mobile-menu-modal::before {
        width: 50%;
    }
	    #mobile-menu-modal .site-logo a {
        display: block;
        text-align: left;
    }
	    .vertical_lines.left {
        left: 12.5%;
        width: 75%;
    }
	#mobile-menu-modal .row.align-items-end .col-12 {
        width: 50%;
    }
	    #site-navigation {
        padding-left: 0px;
        text-align: left;
        padding-bottom: 0px;
    }
	    .menu-item span {
        font-size: 35px;
        line-height: 110%;
    }
	.menu_topo_contact_info {
        padding-left: 25px;
    }
	    #footer .col-12.col-lg-5, #footer .row:nth-child(2) .col-12.col-lg-7, #copyrights .col-12.col-lg-4, #copyrights .col-12.col-lg-8 {
        width: 100%;
        text-align: start;
    }
    #footer_details .container .row.align-items-start .col-12.col-lg-5.pe-lg-5 {
        order: 1;
    }
	    #foo-right {
        margin-bottom: 50px;
    }
	    #foo-right h3, #foo-left h3 span, #foo-left h3 {
        font-size: 45px;
        line-height: 50px;
    }
	    #foo-right .button {
        margin-top: 20px;
    }
	    #copy-left, #copy-right {
        text-align: center;
    }
}


@media (max-width: 575.98px) {
	    body {
        font-size: 16px;
        line-height: 24px;
    }
	    .container {
        max-width: 100%;
    }
	    .xl-title {
       font-size: 30px;
        line-height: 35px;
    }
	.big-title {
        font-size: 30px;
        line-height: 35px;
    }
	    .xl-t-margin {
        margin-top: 50px;
    }
	    .xl-b-padding {
        padding-bottom: 50px;
    }
	    .sm-b-margin {
        margin-bottom: 30px;
    }
	    .body_vertical_lines.left, .body_vertical_lines.right, .vertical_lines.left {
        display: none;
    }
	.midheader .midinner {
        padding-left: 10px;
        padding-right: 10px;
        height: 100px !important;
    }
    .midheader #logo img {
        width:100px;
    }
	    #mobile-menu {
        padding-right: 0;
    }
    #mobile-menu .menu_text {
        display:none;
    }
	    #lang-switcher {
        right: 70px;
    }
    #mobile-menu-modal {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 75px;
    }
	    #mobile-menu-modal::before {
        width: 100%;
        height: 145%;
    }
	.body_vertical_lines.left, .body_vertical_lines.right, .vertical_lines.left {
        display: none;
    }
	    .site-logo.b-margin
 {
        text-align: left !important;
    }
	    img.custom-logo {
        height: 45px;
        width: auto;
        max-height: unset;
        max-width: unset;
    }
	    #mobile-menu-modal .row.align-items-end .col-12 {
        width: 100%;
    }
	    #mobile-menu-modal li {
        margin: 25px 0;
    }
	    .menu-item span {
        font-size: 30px;
    }
	    .menu_topo_contact_info {
        padding-left: 0px;
        margin-top: 60px;
    }
	    #mobile-close {
        top: 40px;
		z-index: 9999;
    }
	    #mobile-close svg {
        width: 30px;
    }
	.button, .outline_button {
        margin-top: 10px;
    }
	.posti-item .button, .outline_button {
        margin-top: 35px;
    }
	    #footer_details h3 {
        font-size: 60px;
        line-height: 65px;
    }
	    #footer .big-title {
        font-size: 35px;
        line-height: 50px;
    }
	#footer_details h3 {
        font-size: 60px;
        line-height: 65px;
    }
	    #copy-left {
        padding: 20px 0px 10px 0px !important;
    }
}


@media (max-height: 700px) {
    #mobile-menu-modal {
        height: 100%;
        overflow-y: auto;
        padding-bottom: 50px;
    }
	#mobile-menu-modal::before, #mobile-menu-modal::after {
        height: 151%;
    }
}