:root {
--blue: #1675ff;
--blue_op: #1675ff00;
--red: #ff1654;
--black: #160918;
--black_op: #16091863;
--black_op_light: #16091817;
--green: #06e6ad;
--green_op: #06e6ad99;
/* --turk: #00a2c6; */
--turk: #1675ff;
--white: #FFF;
--white_op: #ffffffb5;
}


*, *:after, *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

BODY {
font-family: "Archivo", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-size: 1.25em;
line-height: 1.55;
letter-spacing: 0.02em;
color: var(--white);
background: linear-gradient(135deg, var(--red) 0%, #a635c4 45%, #5a8bd3 70%, #25f4d2 100%);
background-attachment: fixed; 
background-size: cover;      
background-repeat: no-repeat;
padding: 0;
margin: 0 0 1em;
overflow-x: hidden;
max-width: 100vw;
min-width:360px;
position:relative;
}

font {
	hyphens: auto;  
    overflow-wrap: break-word;
	}

li.gtrans {
	border:none;
	max-height:2.6em;
	overflow:hidden;
	padding-right: .9em;
	}

#google_translate_element .goog-te-gadget {
	color:transparent;
	}
#google_translate_element .goog-te-gadget > span {
	display:none;
	}

#google_translate_element .goog-te-gadget,
#google_translate_element .goog-te-combo {
	font-family: "Archivo", sans-serif !important;
	font-size: 0.9em !important;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.03em;
	}
	
#google_translate_element select {	
	background: transparent !important;
    color: var(--red) !important;
    box-shadow: none !important;
	cursor: pointer;
	outline: none !important;
}


#google_translate_element:hover .goog-te-combo,
#google_translate_element select:focus {
	color: var(--blue) !important;
	}

button {
	cursor: pointer;
	font-family: "Archivo", sans-serif;
	transition: all 0.2s ease-in-out;
}

.ta_right {text-align:right;}
.ta_center {text-align:center;}
.ta_left {text-align:left;}

.f_black {
color: var(--black)
}

.f_blue {
color: var(--blue)
}

.f_red {
color: var(--red)
}

.f_white {
color: var(--white)
}

.f_white_op {
color: var(--white_op)
}

.upper {
text-transform: uppercase;
}

.lower {
text-transform: lowercase;
}

.capital {
text-transform: capitalize;
}

.spacer_clr_1 {
clear: both;
display: block;
position: relative;
margin: -1em 0;
}

.spacer_clr_2 {
clear: both;
display: block;
position: relative;
margin: -2em 0;
}

.spacer_1 {
clear:both;
display:block;
padding:.25em;
}

.spacer_1_5 {
clear:both;
display:block;
padding:.75em;
}

.spacer_2 {
clear:both;
display:block;
padding:1.25em;
}

.spacer_3 {
clear:both;
display:block;
padding:2.5em;
}

a,
bdo { 
color:var(--blue);
text-decoration: none;
cursor:pointer;
transition: all 0.2s ease-in-out;}

a:hover,
bdo:hover {
color:var(--red);
text-shadow: -1px 1px 5px transparent;
}

a.login_bl_rl {
color: var(--white);
display: inline;
position: relative;
transition: all 0.2s ease-in-out;
background-image: linear-gradient(#e9155d, #e9155d);
background-position: center 100%;
background-repeat: no-repeat;
background-size: 100% 0.25em;
transition: background-size 0.2s ease-in-out, color 0.2s ease-in-out;
padding-bottom: .4em;
}

a.login_bl_rl:hover {
color: #e9155d;
background-size: 0% 0.15em;
}

a.fo_part_moti {
font-size: .75em;
border-left: 4px solid var(--white);
padding: .25em .85em;
margin: 0 2em;
display: block;
font-weight: 400;
color: var(--blue);
transition: all 0.2s ease-in-out;
}

a.fo_part_moti:hover {
border-left: 4px solid var(--blue);
color: var(--white);
}


a.blue-white {
color: var(--blue);
}

a.blue-white:hover {
color: var(--white);
}

a.black-white {
color: var(--black);
}

a.black-white:hover {
color: var(--white);
}

a.red-blue {
color: var(--red);
}

a.red-blue:hover {
color: var(--blue);
}

a.red-white {
color: var(--red);
}

a.red-white:hover {
color: var(--white);
}

a.white-red {
color: var(--white);
}

a.white-red:hover {
color: var(--red);
}

a.white-blue {
color: var(--white);
}

a.white-blue:hover {
color: var(--blue);
}

a.turk-white {
color: var(--turk);
}

a.turk-white:hover {
color: var(--white);
}


a.hl_w {
color: inherit;
}

a.hl_w:hover {
color: var(--red);
}


button.ic_trash {
	-webkit-mask-image: url(../image/ic_trash_delete_500-0-24.svg);
    mask-image: url(../image/ic_trash_delete_500-0-24.svg);
    content: '';
    display: inline-block;
    padding: 1em;
    margin: 0;
    background-color: var(--red) !important;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center center;
    z-index: 0;
    position: relative;
    color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

button.ic_trash:hover {
    background-color: var(--blue) !important;
}

button.ic_trash strong {
	font-size:0;
	color:transparent;
}


p.error,
p.noerror,
p.einfo
 {margin: 2em 0;}

.error span,
.noerror span,
.einfo span { 
display:block;
margin: .25em 0;
font-weight: bold;
padding: .5em 1em .35em;
font-size: .65em;
color: var(--white);
line-height: 1.3;
text-transform: uppercase;
background: var(--red);
border-left: .6em solid var(--white);
text-shadow: -1px 1px 5px transparent;
}

.noerror span { 
background: var(--green_op);
}

.einfo span { 
background: var(--blue);
}

.shafse {display:none;}

hr {border: none;
border-bottom: 2px dashed var(--white);
margin: 2em -2em;}

hr.black {
border-bottom: 2px dashed var(--black);
}

ol.steps_info {
counter-reset: li;
margin: 2.25em 0;
font-size: .75em;
list-style-type: none;
padding-left: 0;
}

ol.steps_info li {
position: relative;
display: block;
margin: 0 0 0 3em;
padding: .5em .5em .5em 1.235em;
border-left: 1px solid;
}

ol.steps_info li:before {
content: counter(li);
font-size: 1em;
counter-increment: li;
color: var(--white);
font-weight: 900;
width: 2.1em;
text-align: center;
display: block;
position: absolute;
top: .5em;
left: -2.75em;
}

.steps_title {
font-weight: bold;
margin-bottom: 1rem;
}

/* A vezérlő checkbox elrejtése */
.steps_checkbox {
display: none;
}

/* Alaphelyzetben a 3. elem utáni (4., 5., stb.) elemek elrejtése */
.steps_info li:nth-child(n+4) {
display: none;
}

/* Amikor a checkbox be van jelölve (:checked), mutassuk az összes li elemet */
.steps_checkbox:checked ~ .steps_info li:nth-child(n+4) {
display: list-item;
}

/* A nyíl/gomb formázása */
.steps_toggle_btn {
display: block;
align-items: center;
gap: 8px;
margin: 2em 0 4em;
cursor: pointer;
color: var(--red);
font-weight: bold;
user-select: none;
transition: transform 0.2s ease;
position: relative;
}

.steps_toggle_btn:hover {
opacity: 0.8;
}

.steps_toggle_btn .btn_arrow {
transition: transform 0.3s ease;
transform: translateX(-50%);
left: 50%;
top: -1em;
position: absolute;
}

.steps_checkbox:checked ~ .steps_toggle_btn .btn_arrow {
transform: rotate(180deg);
}

.steps_checkbox:checked ~ .steps_toggle_btn .btn_text {
font-size: 0; /* Eltünteti a régit */
}
.steps_checkbox:checked ~ .steps_toggle_btn .btn_text::after {
content: '';
font-size: 1rem; /* Kiírja az újat */
}




strong {
font-weight: 700;
}


.upper {
text-transform: uppercase
}

.block {
display: block;
}

.inline-block {
display: inline-block;
}

.inline {
display: inline;
}

.slim { font-weight: 100 !important }

.al_r {
text-align: right;
}

.al_l {
text-align: left;
}


.main-wrapper {
display: flex;
flex-direction: row-reverse;
justify-content: center; 
align-items: flex-start;
max-width: 52em;
margin: 0 auto 0;
gap: 0;   
}

header { position:relative; 
z-index:3;
}

header .content {
position: relative;
z-index: 2;
max-width: 34em;
margin: 0 auto;
padding: 0 1em;
font-weight: 300;
}

article,
footer {
position: relative;
z-index: 5;
max-width: 32em;
clear: both;
}

footer {
margin:6em 0 1em;
}



article .content,
footer .content {
position: relative;
z-index: 2;
display: block;
padding: 0 1em;
font-weight: 300;
}

article .content.form {
padding: 0 2em;
}

footer .content p {
text-shadow: -1px 1px 5px transparent;
}

.hashtagz {
line-height: 1;
font-size: .45em;
margin-bottom: 2em;
}

.hashtagz a {
font-size: .65em;
color: var(--red);
text-shadow: 0 0 0 transparent;
transition: all 0.2s ease-in-out;
}

.hashtagz a:hover {
color: var(--white);
}

.archivo {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}


a.header-title { 
font-size: 4em;
letter-spacing: -0.1em;
color: var(--red);
line-height: 1;
transition: color 0.2s ease-in-out;
text-transform:uppercase;
text-align: right;
}

.is a.header-title { 
font-size: 1em;
}

a.header-title strong {
font-weight: 900;
transition: color 0.2s ease-in-out;
}

a.header-title i { 
font-style: normal;
font-size: .2em;
color: var(--blue);
letter-spacing: -.05em;
border-top: .3em solid var(--red);
padding: .75em 0 0;
margin: 1.75em 0 0 0;
font-weight: 900;
transition: color 0.2s ease-in-out;
}

a.header-title:hover strong {
color: var(--white);
}

a.header-title:hover i {
color: var(--red);
}


H2 { 
font-weight: 900;
letter-spacing: -.02em;
font-size: 2em;
line-height: 1.35;
}

.int_l H2 { 
font-weight: 100;
letter-spacing: 0;
font-size: 1.8em;
margin: 1em 0;
}

H2.cont_hatit { 
margin: 3.75em 0 0;
    padding: 0 0 .9em;
    border-bottom: 1px solid var(--red);
    font-weight: 900;
    letter-spacing: -.01em;
    font-size: .8em;
}

H2.cont_hatit a { 
    color: var(--red);
}

H2.cont_hatit a:hover { 
    color: var(--blue);
}


ol.blt H4,
H3 {
	
color: var(--white);
line-height: 1.35;
font-size: 1.8em;
font-weight: 100;
margin-top: 2em;
}

.int_l H3 {
margin-top: 1.25em;
font-size: 1.65em;
font-weight: 200;
	}

form H3 { 
margin-top: 1em;
}

.uzenetek H3 {
margin-top: 0;
}


H5.blh {
font-weight: 900;
letter-spacing: -.01em;
font-size: .85em;
margin: .25em 0em 2em;
line-height: 1.3;
text-transform: uppercase;
padding: 0;
}


small {
font-size: 75%;
line-height: 1.5;
display: inline-block;
}

h1.bev {
font-weight: 900;
    letter-spacing: 0em;
    font-size: 2.75em;
    line-height: 1.25;
    margin-top: 1.12em;
}

ol.blt {
list-style-type: none;
padding:0;
}



.blt.int_l > li H3 a {
color: var(--turk);
display: block;
}

.blt.int_l > li H3 a:hover,
.blt.int_l > li H2 a:hover {
color: var(--white);
}

.blt.int_l > li p {
position:relative;
z-index:2;
}

.blt.int_l > li {
padding: 0 1.75em;
margin: 1.25em 0;
border-top: 1px solid var(--black);
border-left: 1px solid var(--black);
border-right: none;
border-bottom: none;
position:relative;
border-radius: .8em;
transition: border 0.2s ease-in-out;
will-change: border;
}


.blt.int_l > li:nth-child(2n) {
border-left: none;
border-right: 1px solid var(--black);
}




.blt.int_l > li:has(h3 a:hover),
.blt.int_l > li:has(h2 a:hover),
.blt.int_l > li:has(.lst_sub_slst a:hover) {
border-color: var(--black);
}

ul.lst_sub_slst {
padding: 0;
margin: 1.25em 1.5em 2.75em;
display: inline-block;
font-size: .75em;
font-weight: 400;
}

ul.lst_sub_slst > li {
margin: 0;
padding: .25em .85em;
list-style-type: none;
border-left: 4px solid var(--white);
transition: all 0.2s ease-in-out;
}

ul.lst_sub_slst > li a:hover {
color: var(--white);
}

ul.lst_sub_slst > li:has(a:hover) {
border-left-color: var(--blue);
}

.no_ltpadmar {
list-style-type: none;
padding: 0;
margin: 0;
}


.blt.int_l > li.rendeles-kartya {
	padding: 0;
    border-radius: 4em;
    border-top-right-radius: 0;
    border: none;
    border-right: 1px solid var(--black);
    margin-bottom: 3em;
}

.blt.int_l > li.uzenetek {
	padding: 1em 0;
    border-radius: 1em;
    border: none;
    border-left: 5px solid var(--red);
    margin-bottom: 2em;
}

.blt.int_l > li.uzenetek .uz_link {
	text-decoration:none; color:inherit; display:block;
}

.blt.int_l > li.uzenetek .uz_link .f_blue_ch {
	color:var(--blue);
}

.blt.int_l > li.uzenetek .uz_link:hover .f_blue_ch {
	color:var(--white);
}

.blt.int_l > li.uzenetek.aktiv {
    border-left: 5px solid var(--red);
}

.uzenet-folyam-kontener {
	display:flex; flex-direction:column; gap:20px; padding:10px; margin-bottom:25px;
}

.uzenet-folyam-kontener .fogado,
.uzenet-folyam-kontener .kuldo {
    padding: 1em 1.25em;
}

.uzenet-folyam-kontener .fogado {
	color: var(--white_op);
	border-right: 5px solid var(--white_op) !important;
	border-left: none !important;
	text-align: right;
	width: 80%;
    margin: 0 0 0 auto !important;
}

.uzenet-folyam-kontener .fogado .bla {
width: 100%;
padding: .75em 0 .75em 1.752em;
}

.uzenet-folyam-kontener .kuldo {
	color: var(--white);
	border-left: 5px solid var(--red) !important;
	border-right: none !important;
	width: 80%;
    margin: 0 auto 0 0 !important;
}

.uzenet-folyam-kontener .kuldo .bla {
width: 100%;
font-style: italic;
padding: .75em 1.752em .75em 0;
}

.uzenet-folyam-kontener .fogado .uz_dat.rgh,
.uzenet-folyam-kontener .kuldo .uz_dat.lft {
	display:block;
}

.uzenet-folyam-kontener .fogado .uz_dat.lft,
.uzenet-folyam-kontener .kuldo .uz_dat.rgh {
	display:none;
}


.aj,
.aj.fo {
    background: linear-gradient(135deg, #ffe582 0%, #ffcb59 100%);
    padding: 2em;
    border-radius: 4em;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.aj.fo {
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
	border-bottom-right-radius: 4em;
	padding: 1em 2em 2em;
}

.aj.fo .sc {
	font-size: .85em;
    border-radius: .2em;
    padding: 1.2em 0 0;
    margin: 0;
    color: var(--black_op_light);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.3;
	}

.aj.neak,
.ak.fo.neak {
    background: linear-gradient(135deg, #ffffff 0%, #ffffffd1 100%);
}

.aj.fiz,
.ak.fo.fiz {
    background: linear-gradient(135deg, #ffffff 0%, #ffffffd1 100%);
}

.aj.fiz_o,
.ak.fo.fiz_o {
    background: linear-gradient(135deg, #ffffff 0%, #ffffffd1 100%);
}

.aj.sziv,
.ak.fo.sziv {
    background: linear-gradient(135deg, #ffffff 0%, #ffffffd1 100%);
}

.aj li,
.uz li {
  	margin: 0;
    padding: .65em .2em .6em;
    border-bottom: 1px dashed;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: .5em;
    color: var(--black);
	position:relative;
}

.uz li {
  	margin: 0;
    padding: .65em .2em .6em;
    border-bottom: 1px dashed;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: .5em;
    color: var(--black);
	position:relative;
}


ul.aj,
ul.uz {
	flex-grow: 1;
    max-height: 100%;
    margin: 0;
}

.aj_ul_cont,
.uz_ul_cont {
 	display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.uz_ul_cont {
    flex-direction: row; 
}

.aj_tart,
.uz_tart {
	display: block;
    width: 100%;
}

H3.aj_id,
H4.uz_dat {
  	position: -webkit-sticky;
    position: sticky;
    top: .55em;
    text-align: center;
    margin: 0 .5em 4em;
    z-index: 10;
    max-width: 1.2em;
}

H4.uz_dat {
    margin: .5em !important;
	font-size: .75em !important;
    color: var(--white_op);
	max-width: 3.2em;
}

H3.aj_id .rendeles-id-szam {
	overflow-wrap: anywhere;
    line-height: 1;
    display: inline-block;
}

.aj li:last-child {
    border-bottom: 1px solid transparent;
}

.aj li small {
	min-width: 5em;
    font-weight: 100;
    font-size: .65em;
}

.aj li strong {
	font-weight: 500;
    letter-spacing: 0;
}

.aj .eb sup {
	display: inline-block;
    line-height: 0;
}

.aj .btn_cont a {
    display: inline-block;
    font-size: .75em;
    border-radius: .2em;
    padding: .7em 1.2em .5em;
    background: var(--blue);
    margin: 1.25em .5em 0 0;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.3;
    transform: translateY(0px);
    box-shadow: 0 0px 0px .2em var(--blue);
    transition: all 0.1s ease-in-out;
}

.aj .btn_cont a:hover {
    background: transparent;
    color: var(--blue);
    transform: translateY(0);
    box-shadow: 0 0px 0px .3em var(--blue);
}

.aj .btn_cont a.hide-order-trigger-btn,
.aj .btn_cont a.cancel-btn,
button.hide-order-trigger-btn {
    background: transparent;
    color: var(--red);
	text-transform: none;
    box-shadow: .1em .1em 0px 0px var(--black_op_light);
	border-radius: .6em;
	border:none;
}

.aj .btn_cont a.hide-order-trigger-btn:hover,
.aj .btn_cont a.cancel-btn:hover,
button.hide-order-trigger-btn:hover {
    background: transparent;
    color:  var(--black_op);
    box-shadow:-.1em -.1em 0px 0px var(--black_op_light);
}

.aj .btn_cont a.cancel-btn {
    color: var(--black_op);
}

.aj .btn_cont a.cancel-btn:hover {
    color: var(--black_op_light);
}


.aj form {
    color: var(--black);
    position: relative;
    font-weight: 100;
    padding: 2em 0 0;
    margin: 0;
    border-radius: .8em;
    box-shadow: none;
    background: none;	
	}

.aj form fieldset {
    padding: 1.25em 1.5em;
    font-size: .65em;
    margin: -3em -1.5em 2em;
}


.btn_cont a,
.btn_cont_sl a,
.send-chat-msg-btn {
display: inline-block;
font-size: .84em;
border-radius: 8px;
border: none;
padding: .65em 1.2em .55em;
background: var(--red);
background: linear-gradient(135deg, var(--red) 0%, var(--blue) 100%);
margin: 1.25em auto;
color: var(--white);
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
transform: translateY(0px);
box-shadow: 0 1px 10px 2px #0c4f5d42;
transition: all 0.1s ease-in-out;
}

.btn_cont a:HOVER,
.btn_cont_sl a:HOVER,
.send-chat-msg-btn:HOVER {
transform: translateY(1px);
background: linear-gradient(45deg,  var(--blue) 0%,#a536b2 100%);
box-shadow: 0 1px 10px 2px transparent;
}

/* .btn_cont a.cancel-btn,
.btn_cont a.hide-order-trigger-btn {
background: linear-gradient(135deg, #0e96ae 0%, #00a5ac00 100%);
}

.btn_cont a.cancel-btn:HOVER,
.btn_cont a.hide-order-trigger-btn:HOVER {
background: linear-gradient(45deg, #00a5ac00 0%, #0e96ae 100%);
} */

.btn_cont.fullwidth a {
    width: 100%;
    text-align: center;
}

ul li {
margin: .6em 0;
}

li.nope,
li.yep {
list-style-type: none;
position: relative;
padding-left: 1.2em;
}

.ic_nope:before,
.ic_yep:before {
position:relative;
display:inline-block;}

li.nope:before,
li.yep:before,
.ic_nope:before,
.ic_yep:before {
position: absolute;
content: '';
padding: .7em;
left: -1.2em;
top: .1em;
display: block;
background-color: var(--white);
-webkit-mask-size: cover;
mask-size: cover;
}

li.nope:before,
.ic_nope:before {
-webkit-mask-image: url(../image/ic_nope.svg);
mask-image: url(../image/ic_nope.svg);
}

li.yep:before,
.ic_yep:before {
-webkit-mask-image: url(../image/ic_yep.svg);
mask-image: url(../image/ic_yep.svg);
}

li.nope {
color: #ffffffb5;
font-weight: 100;
}

.bg {position: fixed;
z-index: 2;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: linear-gradient(135deg, #fc1a5700 0%, #a635c4 45%, #5a8bd3 70%, #25f4d2 100%);
mix-blend-mode: multiply;
}


.bg_f{
position: fixed;
text-decoration: none;
content: '';
display: block;
-webkit-mask-size: cover;
mask-size: cover;
padding: 79em;
top: -80em;
opacity: .1;
right: -50%;
transform: translatex(calc(50% - 76em));
mix-blend-mode: color-burn;
background-color: #07d6ad;
z-index: 4;
-webkit-mask-image: url(../image/ambulette_logo_l3.svg);
mask-image: url(../image/ambulette_logo_l3.svg);
}


nav {
margin: 1em 0 0;
text-align: right;
}

.top-header {
max-width: 52em;
transform: translate(calc(50% - 54em), 0);
left: 50%;
z-index: 30;
}

a.header-title {
position: relative;
text-decoration: none;
display: block;
z-index: 1;
top: 0;
right: 0;
} 

a.header-title:focus,
a.header-title:active,
a:focus,
a:active  {
outline: none;
box-shadow: none;
}

a.header-title strong {
display:block;
}

a.header-title span {
position: relative;
display: block;
text-align:right;
right: -.4em;
}
.sidebar-trigger-zone a.header-title span {
right: 0em;
}

a.header-title span:before,
a.header-title span:after,
a.header-title span b {
text-decoration: none;
text-shadow: -1px 1px 5px transparent;
content: '';
-webkit-mask-size: cover;
mask-size: cover; 
padding: 2em;
top: 0em;
right: 0em;
display: inline-block;
} 

a.header-title span b {
background-color: #050609;
background: linear-gradient(0deg, #16091800 20%, #16091800 100%);
-webkit-mask-image: url(../image/ambulette_logo_l2.svg);
mask-image: url(../image/ambulette_logo_l2.svg);
position: relative;
z-index: 3;
}

a.header-title span:after,
a.header-title span:before {
position: absolute;
}

a.header-title span:before {
background-color: var(--white);
z-index: 4;
-webkit-mask-image: url(../image/ambulette_logo_l3.svg);
mask-image: url(../image/ambulette_logo_l3.svg);
}

a.header-title span:after {
background-color: var(--blue);
z-index: 2;
-webkit-mask-image: url(../image/ambulette_logo_l1.svg);
mask-image: url(../image/ambulette_logo_l1.svg);
}



.animate-on-scroll {
opacity: 0;
transform: translateY(50px);
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
will-change: opacity, transform; /* Optimalizálja a böngésző teljesítményét */
}

.animate-on-scroll.visible {
opacity: 1;
transform: translateY(0);
}

.admin-stats {    display: flex;
    flex-wrap: wrap; /* Engedélyezi a több sorba törést */
    gap: 15px;
    margin-bottom: 1.25em;}

.admin-stats .vez {
flex: 1 1 calc(33.33% - 15px); 
flex-direction: column; 
padding: 0;
border-radius: 18px;
text-align: center;
box-sizing: border-box;
position:relative;
justify-content: center;
display: flex;
align-items: center;     
justify-content: center;  
min-height:3.2em;
}

.admin-stats .vez {
background: linear-gradient(1deg, var(--blue_op) 0%, var(--blue) 100%);
transition: all 0.2s ease-in-out;
}

.admin-stats .vez:nth-child(2n) {
background: linear-gradient(1deg, var(--blue) 0%, var(--blue_op) 100%);
}



.admin-stats .vez a,
.admin-stats .vez a:hover {
color:var(--white);
display:block;
padding:1.25em;
}

.admin-stats > .vez:has(a:hover){
background: linear-gradient(180deg, #1675ff00 0%, #a536b2 100%);
transition: all 0.2s ease-in-out;
}





/*.admin-stats .vez:hover:after {
content:'';
display:block;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:calc(100% - .75em);
height:calc(100% - .75em);
border-radius: 16px;
z-index:1;
background: var(--blue);
}*/

.admin-stats .vez strong {
	position:relative;
	z-index:2;
}

.admin-stats .vez strong.tit {
font-size: .65em;
text-transform: uppercase;
line-height: 1.35;
display: block;
font-weight: 900;
letter-spacing: -.01em;
}

form {
position: relative;
display: block;
padding: 2em;
margin: 3em 0;
border-radius: .8em;
background: var(--red);
/*box-shadow: 0 1px 10px 2px #0c4f5d42;*/
background: linear-gradient(135deg, #ff1654c9 0%, #1675ffbf 100%);
}


form.mrdlst {
    position: relative;
    display: block;
    padding: 0;
    margin: 2em 0;
    border-radius: 0;
    background: none;
}

form.adnew {
background: linear-gradient(135deg, #16ffbfc9 0%, #16ffbf00 100%);
}

form.uzengeto {
	margin: 0;
    padding: 0;
    background: none;	
}

form.uzengeto .btn_cont {
	text-align: right;
	margin: 0;
    border-radius: 0 0 .4em 1em;
    font-size: 1em;
    padding: .5em;
    background: var(--white);
    box-shadow: 0px 3px 0px 2px #16091833;
}

form.uzengeto .btn_cont button {
    margin: 0;
    position: relative;
}

form.uzengeto label.hidden {
    font-size: 0;
    line-height: 0;
    height: 0;
    display: block;
}

select,
input,
textarea {
font-family: "Archivo", sans-serif;
font-size: 1.25em;
border-radius: 2em;
border: none;
padding: .7em 1em;
display: block;
margin: .45em 0 1em;
width: 100%;
background: #ffffffde;
box-shadow: 0px 3px 0px 2px #16091833;
}

form.uzengeto select,
form.uzengeto input,
form.uzengeto textarea {
font-family: "Archivo", sans-serif;
font-size: 1em;
border-radius: 1em;
border: none;
padding: 1.25em;
display: block;
margin: 0;
width: 100%;
background: var(--white);
box-shadow: 0px 3px 0px 2px var(--black_op);
}

form.uzengeto textarea {
	margin: 0;
    border-radius: 1em 1em 8px;
    font-size: 1em;
    padding: 1.25em 1.25em 0;
    min-height: 8em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: var(--white);	
}

form.uzengeto .uf1 {
	border-radius: 1em 1em 0 0;
    padding: 1.25em;	
}

form.uzengeto .uf2 {
	border-radius: 0;
	border-top: 1px dashed var(--black_op_light);	
}

.valaszto-blokk select {
background: #ffffff00;
box-shadow: 0px 0px 0px 4px #ffffffde, 0px 7px 0px 2px #16091833;
color: var(--white);
font-weight: 700;
}

.valaszto-blokk select option{
background: #ffffff00;
color: var(--black);
}

textarea {
border-radius: .9em;
padding-right: 1em;
min-height: 8em;
line-height: 1.3;
}



.aj textarea {
min-height: 5.5em;
}

fieldset {
border: 1px solid var(--black);
padding: 1.25em 3.25em 2.5em;
margin: 0 -4em 2em;
border-radius: .8em;
font-size: .75em;
text-transform: uppercase;
}

legend {
color: var(--black);
font-weight: 200;
text-transform: uppercase;
letter-spacing: -.002em;
font-size: 1.25em;
}

.valaszto-blokk {
padding: 1.25em;
border-radius: 8px;
margin-bottom: 25px;
border: 2px dashed var(--black);
}

.fo_hea {
  display: flex;
  flex-wrap: wrap; 
  gap: 15px;  
  width: 100%;
}


.fo_hea > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;  
  flex-basis: 120px;   
}


.fo_hea.kozter > div:first-child {
flex-grow: 7;
flex-basis: 250px; 
}

.fo_hea.kozter > div:nth-child(2) {
flex-grow: 3;
flex-basis: 120px;
}

/* Az input mezők teljes szélességűek a saját div-jükön belül */
.fo_hea input {
  width: 100%;
  padding: 8px;   /* Opcionális: szép belső távolság */
  box-sizing: border-box; /* Biztosítja, hogy a padding ne tolja szét a méretet */
}


/* új header */

.mobile-only {
display: none;
}

/* ==========================================================================
   2. FELSŐ FEJLÉC (ASZTALON ELREJTVE, MOBILON FIX)
   ========================================================================== */
/* ZSUGORODOTT ÁLLAPOT: Ha már lejjebb vagyunk az oldalon */


/* OKOS ELREJTÉS: Ha lefelé görgetnek, teljesen kitoljuk fentre a képernyőből */
.top-header.fixed-header {
position: relative;
top: 0;
opacity: 0;
max-height: 0;
transform: none !important;
left: auto !important;
}


.header-container {
height: 100%;
display: block;
}

.is .header-container {
padding-top: 1.25em;
}



.top-header.fixed-header .header-container {
display: none;
padding-top: 0;
}


.scrolled .top-header.fixed-header {
 opacity: 1;
max-height: 100%;
filter: blur(0);
}

.scrolled .top-header.fixed-header .header-container {
display: block;
}

.scrolled .sidebar-trigger-zone .top-header.fixed-header {
position: absolute;
top: -4.5em;
right: -.45em;
transform: none !important;
}

.header-spacer {
display: block;
}


.top-header.fixed-header .header-title {
font-size: 1em;
}

/* A mobil hamburger zónát asztalon elrejtjük */
.sidebar-trigger-zone {
display: none;
}

/* ==========================================================================
   3. ASZTALI FIX OLDALMENÜ (SIDEBAR - BAL OLDALON)
   ========================================================================== */
.sidebar-nav {
z-index: 20;
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 40px;
position: relative;
transform: none !important;
left: auto !important;
width: 13em;
padding: 0;
height: auto;
/*overflow: visible !important;*/
}

.sidebar-nav.active {
/*overflow: scroll !important;*/
}



.sidebar-nav.scrolled {
/*  position: -webkit-sticky;
position: sticky;
top: 0; */
 
}



/*
.sidebar-nav::-webkit-scrollbar, .nav-container::-webkit-scrollbar {
display: none !important;
}



.sidebar-nav.active::-webkit-scrollbar, 
.sidebar-nav.active::-webkit-scrollbar {
   display: block !important; } 

*/
/* --- FŐMENÜPONTOK --- */

.nav-list {
display: flex;
flex-direction: column;
list-style: none;
gap: 8px;
padding: 0;
margin: 0 0 1.25em;
}

.nav-list > li {
width: 100%;
margin: 0;
border-bottom: 1px solid var(--red);
transition: all 0.2s ease;
}

.nav-list > li:HOVER {
/* border-bottom: 1px solid #5c50fe; */
}

.nav-list > li:last-child {
border-bottom: none;
}

.nav-list > li > a {
 display: flex;
justify-content: space-between;
align-items: center;
text-decoration: none;
color: var(--red);
font-weight: 900;
letter-spacing: -.01em;
font-size: .8em;
text-transform: uppercase;
padding: .45em 1.25em .8em;
border-radius: 8px;
transition: all 0.2s ease;
}

.nav-list.egm > li {
border:none;
}

.nav-list.egm > li > a {
text-transform: none;
padding:.25em 1.25em 0;
}

.nav-list > li > a:hover {
color: var(--blue);
text-shadow: 0 0 0 transparent;
}

.nav-list > li.has-submenu.open > a {
background-color: transparent;
color: var(--white);
}

.nav-list > li.has-submenu {
	text-align:left;
}

.has-submenu > a::after {
content: '▾';
font-size: 14px;
transition: transform 0.25s ease;
}

.has-submenu.open > a::after {
transform: rotate(180deg);
}

.submenu {
list-style: none;
max-height: 0;
overflow: hidden;
opacity: 0;
visibility: hidden;
transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
}

.submenu li {
margin:0;
text-align:right;
}

.nav-container {
position: relative; 
top: 0;
display: flex;
flex-direction: column;
gap:0px;
}

.nav-container.fixed-top {
position: fixed !important;
top: 0;
bottom: auto !important;
width: 13em; 
}

.nav-container.fixed-bottom {
position: fixed !important;
top: auto !important;
bottom: 2em !important;
width: 13em;
}

li.reg {
text-align: left;
border: 1px solid var(--red) !important;
border-radius: .4em;
margin-top: 2em;
}

li.reg a:first-child {
display: inline-block;
padding: .75em 0 0 1.25em;
margin-right: -.75em;
}

li.reg a:last-child {
display: inline-block;
padding: .55em 0 .75em 1.25em;
font-style: italic;
}

li.reg a:last-child,
li a.btn-contact {
font-weight: 400 !important;
text-transform: capitalize;
letter-spacing: 0;
}

.has-submenu.open .submenu {
max-height: 250px;
opacity: 1;
visibility: visible;
margin: .5em 1.2em 1.25em 1em;
padding: 0;
}

.submenu li a {
display: block;
text-decoration: none;
text-shadow: 0 0 0 transparent;
font-weight: 600;
text-transform: uppercase;
font-size: .65em;
line-height: 1.3;
padding: .5em .85em;
border-right: 4px solid var(--red);
transition: all 0.2s ease-in-out;
}

.submenu li a i {
   text-transform: capitalize;
   letter-spacing: 0;
}

.submenu li a:hover {
color: var(--white);
border-right-color: var(--blue);
}

.info-link {
}

.custom-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
z-index: 10000;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}

.custom-modal-overlay.modal-open {
opacity: 1;
pointer-events: auto;
}

.custom-modal-box {
background: var(--white);
width: 90%;
max-width: 500px;
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
transform: translateY(-30px);
transition: transform 0.3s ease;
overflow: hidden;
}

.custom-modal-overlay.modal-open .custom-modal-box {
transform: translateY(0);
}

.custom-modal-header {
background: #f8f9fa;
padding: 15px 20px;
border-bottom: 1px solid #dee2e6;
display: flex;
justify-content: space-between;
align-items: center;
}

.custom-modal-header h3 {
margin: 0;
font-size: 1.25em;
color: #2c3e50;
}

.close-modal-x-btn {
background: none;
border: none;
font-size: 1.6em;
cursor: pointer;
color: #95a5a6;
line-height: 1;
padding: 0;
}

.close-modal-x-btn:hover {
color: #c0392b;
}

.custom-modal-body {
padding: 20px;
}

.custom-modal-body p {
margin-top: 0;
color: #7f8c8d;
font-size: 0.95em;
}

#modal-reason-textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
font-family: inherit;
font-size: 0.95em;
box-sizing: border-box;
resize: vertical;
margin-top: 10px;
}

#modal-reason-textarea:focus {
border-color: #3498db;
outline: none;
box-shadow: 0 0 5px rgba(52, 152, 219, 0.3);
}

.custom-modal-footer {
display: flex;
justify-content: flex-end;
gap: 10px;
margin-top: 20px;
}

.custom-modal-footer button {
padding: 10px 18px;
font-size: 0.9em;
border: none;
border-radius: 4px;
cursor: pointer;
font-weight: bold;
transition: background 0.2s ease, opacity 0.2s ease;
}

.modal-btn-secondary {
background: #e2e6ea;
color: #495057;
}

.modal-btn-secondary:hover {
background: #dae0e5;
}

.modal-btn-danger {
background: #c0392b;
color: var(--white);
}

.modal-btn-danger:hover {
background: #a93226;
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}

.login_ht {
text-align: left;
text-align: left;
border-bottom: none !important;
margin-bottom: .5em !important;
}

.login_ht .nev {
color: var(--black);
font-weight: 100;
font-size: 1.8em;
}

.fo_hea > div:nth-child(3) {
flex-basis: 100%;
}

a.header-title strong {
font-size: .72em;
letter-spacing: -0.06em;
margin-left: 16px;
}

article, footer {
margin: 0 2.5em 0 0;
}

fieldset {
   padding: 1.25em 3.5em;
}

input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
padding: 0;
}

input[type=checkbox] {
display: none
}

input[type=checkbox]+label {
cursor: pointer;
}

[id^=checkbox-]+label {
background-color: transparent;
padding: 13px;
border-radius: 1000px;
display: inline-block;
position: relative;
margin-right: 25px;
}

[id^=checkbox-]+label:active {
}

[id^=checkbox-]:checked+label {
color: var(--red);
}

[id^=checkbox-]:checked+label:before {
content: ' ';
position: absolute;
background: var(--red);
opacity:1;
z-index:2;
display: none;
-webkit-mask-image: url(../image/ico_pipa.svg);
mask-image: url(../image/ico_pipa.svg);
-webkit-mask-size: cover;
mask-size: cover;
}

[id^=checkbox-]+label:after {
background-color: transparent;
border: 3px solid var(--white);
padding: 0.5em;
border-radius: 19px;
margin-right: 0;
display: block;
content: '';
position: absolute;
top: 0.2em;
left: -2.25em;
z-index: 1;
}

[id^=checkbox-]:checked+label:before {
display: block
}

[id^=checkbox-]:checked+label:before,
#checkbox-f:checked+label:before {
padding: .75em;
position: absolute;
z-index: 14;
left: -2.25em;
top: -.15em;
}

[id^=checkbox-]+label,
#checkbox-f+label {
width: 100%;
vertical-align: middle;
}

p.checkpipe { 
padding: 0 0 0 3.25em;
margin: .25em 0;
position: relative;
}

.checkpipe label {
padding: 0;
position: relative;
margin: 0;
text-transform: none;
font-size: 1.25em;
}

.checkpipe label span {
font-style: italic;
display: inline-block;
font-size: .85em;
font-weight: 300;
line-height: 1.3;
margin-top: 0.45em;
}

.show-mob {display:none;}
.show-desk {display:revert;}

.login_ht {
text-align: left;
border-bottom: none !important;
margin-bottom: 1.25em !important;
margin-top: 1.25em !important;
word-wrap: break-word;
line-height: 1.3;
}

.login_ht .nev {
color: var(--black);
font-weight: 100;
font-size: 1.8em;
}


.login_ht .nev > small {
font-size: .4em;
display: block;
margin: 1.25em 0;
}

.login_ht .nev > small > sup > small {
font-weight: 500 !important;
}

.pir_c {
position: relative;
display: inline-block;
margin: 0 .4em 0 .2em;
line-height: 0;
}

.pir {
position: absolute;
top: -1em;
width: .1em;
content: '';
height: 2em;
background: var(--black);
transform: rotate(16deg);
}


.hamburger,
.logout {
cursor: pointer;
background: none;
border: none;
padding: 10px;
}

.logout {
display: inline-block;
padding: 0 .8em 0 0;
border-right: .2em solid var(--red);
margin: 0 .45em -.4em 0;
font-size: .5em;
}

.logout_a {
display:block !important;
}

.logout_a i {
font-weight: 400;
text-transform: none;
}

.breadcrumb-container {
display: block;
font-size: .2em;
margin: -2.5em 0 10em;
text-align: left;
}

.breadcrumb-container UL {
padding:0;
margin:0;
list-style-type:none;
}

.breadcrumb-container UL LI {
padding:0;
margin:0;
display: inline;
}

.breadcrumb-container UL LI:after {
content: '/';
display: inline-block;
color: var(--black);
line-height: 0;
font-size: 2em;
padding: 0 .4em;
margin: 0;
}

.breadcrumb-container UL LI:last-child:after {
display:none;
}


.hamburger {
display: none;
}


.hamburger .bar,
.logout .bar {
display: block;
width: 1.65em;
height: .25em;
margin: .3em 0;
background-color: var(--white);
border-radius: .4em;
transition: all 0.3s ease;
}

.hamburger:hover .bar,
.logout_a:hover .bar {
background-color: var(--red);
}

.hamburger.active .bar:nth-child(2),
.logout .bar:nth-child(2) { opacity: 0; }
.hamburger.active .bar:nth-child(1),
.logout .bar:nth-child(1) { transform: translateY(.5em) rotate(45deg); }
.hamburger.active .bar:nth-child(3),
.logout .bar:nth-child(3) { transform:translateY(-.55em) rotate(-45deg); }


.google-stars-container {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.rating-sor a {
	color: var(--white);
	font-weight: 100;
}

.rating-sor a:hover {
	color: var(--white_op);
}

.google-rating-num {
   font-weight: 700;
}


.google-stars-outer {
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #dadce0;
}


.google-stars-outer::before {
    content: "★★★★★";
    letter-spacing: 1px;
}


.google-stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fbbc04; 
}


.google-stars-inner::before {
    content: "★★★★★";
    letter-spacing: 1px;
}


.google-review-count {
display: inline-block;
margin-right: .35em;
}


@media (max-width: 1060px) {

body.blurd {
padding-right: var(--sb-width) !important;
}

.top-header {
transform: translate(0, 0);
left: auto;
right: 0;
margin: 0 4em 0 0;
}

.blurd .top-header,
.blurd article,
.blurd footer {
filter: blur(14px);
}

.top-header.scroll-down {
right: 3em;
height: 4em;
margin: 0 0 0 0;
top: 1em;
overflow: hidden;
}

.top-header.scroll-down a.header-title {
position: relative;
text-decoration: none;
display: block;
z-index: 1;
top: 0;
right: 0;
}

.top-header.scroll-down .header-container {
display: block;
width: 4em;
}

.top-header.scroll-down a.header-title strong,
.top-header.scroll-down a.header-title i {
display: none;
}

.top-header.fixed-header {
transform: translate(0, 0);
right: 0;
left: auto;
margin: 0;
}

.top-header.fixed-header a.header-title strong,
.top-header.fixed-header a.header-title i {
display: none;
}



article, footer {
max-width: 100%;
margin: 0 4em 0 1em;
transform: translate(0, 0);
left: 0;
}

.mobile-only {
display: block;
}

.top-header {
display: block;
}

.sidebar-logo-wrapper {
display: none;
}

.main-content {
margin-left: 0;
margin-right: 60px; 
padding: 90px 20px 20px 20px;
}

/* --- MOBIL OLDALSÁV ALAPHELYZET --- */
.sidebar-nav {
top: 0;
left: auto;
right: .75em;
width: 3em;
height: 100vh;
padding: 0;
transform: translateX(0);
overflow: hidden;
z-index: 1001;
transition: width 0s cubic-bezier(0.16, 1, 0.3, 1);
position: fixed;
}

/* GÖRGETETT ÁLLAPOT (Kisebb magasság) */
.sidebar-nav.scrolled {
   top: 0;
 height: 100vh;
}

  
/* Hamburger gomb zónája */
.sidebar-trigger-zone {
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
border-top: 1px solid var(--red);
transition: height 0.3s ease;
position: absolute;
}

.sidebar-nav.scrolled .sidebar-trigger-zone {
top: 5em;
}


.hamburger {
display: block;
}

.active .hamburger {
margin-right: 0;
}


.hamburger .bar {
display: block;
}

.hamburger:hover .bar,
.logout:hover .bar {
background-color: var(--red);
}


.scrolled .sidebar-trigger-zone .top-header.fixed-header,
.active .sidebar-trigger-zone .top-header.fixed-header {
 opacity: 1;
max-height: 100%;
filter: blur(0);
}

.scrolled .sidebar-trigger-zone .top-header.fixed-header .header-container,
.active .sidebar-trigger-zone .top-header.fixed-header .header-container {
display: block;
}

.scrolled .sidebar-trigger-zone .top-header.fixed-header,
.active .sidebar-trigger-zone .top-header.fixed-header {
 position: absolute;
top: -4.5em;
right: -0.5em;
transform: none !important;
}

.sidebar-nav.active .nav-container .top-header.fixed-header {
display:none;
}

.nav-container {
opacity: 0;
visibility: hidden;
transition: opacity 0s ease;
padding: 1em;
width: calc(100% - 4em);
}


/* MOBIL AKTÍV ÁLLAPOT (HA KIVAN NYITVA A MENÜPANEL) */
.sidebar-nav.active {
   top: 0 !important;
width: 100%;
height: 100vh !important;
overflow-y: auto;
right: 0;
}

.sidebar-nav.active.scrolled {
height: 100vh !important;
position: fixed;
}

.sidebar-nav.active .sidebar-trigger-zone {
justify-content: flex-end;
padding-right: 8px;
border-bottom: none;
right: .75em;
left: auto;
position: absolute;
z-index: 33;
top: 5em;
}

.sidebar-nav.active .nav-container {
opacity: 1;
visibility: visible;
padding-top: 2em;
}

 

.nav-list > li > a {
padding: 14px 20px;
border-radius: 8px;
color: var(--white);
}

.submenu li a {
font-size: .75em;
padding: 12px 24px;
}

}

@media (max-width: 480px) {
	
	
	.blt.int_l > li.rendeles-kartya {
		    margin-right: -4.5em;
	}	
	
	H3.aj_id {
    margin: 0 .6em;
    top: 4.55em;
}
	

.aj li {
    flex-direction: column;
}

.admin-stats {
display: flex;
gap: 15px;
margin-bottom: 1.25em;
flex-direction: column;
justify-content: flex-start;
}

/*.admin-stats .vez:nth-child(2n) {
background: linear-gradient(1deg, var(--blue_op) 20%, var(--blue) 100%);
}

.admin-stats .vez {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

.admin-stats > .vez:has(a:hover){
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
}*/

ul.lst_sub_slst {
margin: 1.25em 0 2.75em 0;
 }
 
.blt.int_l > li {
padding: 0 1em;
 }
 
 
a.header-title span {
left: .25em;
right:auto;
} 

.sidebar-trigger-zone a.header-title span {
left: 0;
} 

 
.show-mob {display:revert;}
.show-desk {display:none;}


.fo_hea > div:nth-child(1),
.fo_hea > div:nth-child(2) {
flex-basis: calc(50% - 8px);
}

.mobshow_block {
display: block;
}

.show-mob{
display: revert;
}

article, footer {
margin: 0 3.5em 0 0;
}


article .content.form {
padding: 0 .75em;
}


form {
padding: 1.25em;
margin: 3em 0;
}


fieldset {
padding: 1.25em 2.25em;
border-radius: 0;
border-left: none;
border-right: none;
margin: 0 -2.5em 2em;
}

}

