*, *:before, *:after{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
:root {
	--grid : 66px;
	--gap : 20px;
	--gg : 78px;
	--wrapper : 1096px;
	--fg : 12;
	--hg : 6;
	--rd : 10px;
	--row : 66px;
	--rd : 10px;
	--register_step_1_summery_cols : 2;
}

/* fallback */
@font-face {
  font-family: 'smticon';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v266/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejbd5zrDAt.woff2) format('woff2');
}


[smticon],
.material-symbols-outlined {
  font-family: 'smticon';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {width: 8px;background-color: transparent;border-top: 10px solid transparent;border-bottom: 10px solid transparent;}
::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.27);}
::-webkit-scrollbar-corner {background: rgba(0, 0, 0, 0.27);}

::selection{background:#4267B2; color:#fff}
::-moz-selection{background:#4267B2; color:#fff}
::-webkit-selection{background:#4267B2; color:#fff}


html {display: flex; min-height: 100%;-webkit-text-size-adjust: 100%;}
body {line-height: 20px; font-family: roboto, sans-serif; background: #fff;color: #1d1d1d; display: flex; flex-direction:column; -moz-flex-direction:column; -webkit-flex-direction:column; -ms-flex-direction:column; width: 100%; direction: ltr; text-align: left; font-weight: 300; font-size: 14px; overflow-x: hidden; overflow-y: auto; }

body.noscroll {overflow: hidden;}
body header, body section, body footer {display: flex; justify-content: center;}
.h1 {opacity: 0; height: 0;}

.grid {display: grid;grid-template-columns: repeat(var(--fg), [col] 1fr);grid-gap: var(--gap); width: 100%; padding:0 calc(var(--gg));}
.grid.ltr {direction: ltr;}
.wrapper {display: grid;grid-template-columns: repeat(var(--fg), [col] 1fr);grid-gap: var(--gap); max-width: var(--wrapper); width: 90%; padding:0 calc(var(--gg));}
.nopad {padding-left: 0 !important;padding-right: 0 !important;}
.nomar {margin-left: 0 !important;margin-right: 0 !important;margin-bottom: 0 !important;margin-top: 0 !important;}

#g_dialog #g_dialog_content { }
#g_dialog #g_dialog_content .loading_spiner { margin:auto; --color1:#1c395e;display:flex; justify-content:center; align-items:center; }

.g1 {grid-column: span 1 !important;}
.g2 {grid-column: span 2 !important;}
.g3 {grid-column: span 3 !important;}
.g4 {grid-column: span 4 !important;}
.g5 {grid-column: span 5 !important;}
.g6 {grid-column: span 6 !important;}
.g7 {grid-column: span 7 !important;}
.g8 {grid-column: span 8 !important;}
.g9 {grid-column: span 9 !important;}
.g10 {grid-column: span 10 !important;}
.g11 {grid-column: span 11 !important;}
.g12 {grid-column: span 12 !important;}

b,strong { font-weight: bold;}

a[dialog] {cursor: pointer;}

icon {display: flex; justify-content: center; align-items: center;}
icon svg {width: 100%; max-height: 100%;}
icon .uim-tertiary {opacity: 0.50;}
icon .uim-primary {opacity: 1;}
icon .uim-quaternary {opacity: 0.25;}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.shape { height: 30px;fill: white;width: 10px;position: absolute; }
.shape.left  { left: -10px; transform: translateX(0.4px); }
.shape.right { right: -10px; }

header { position: sticky; top: 25px; z-index: 11;; transition: all 0.3s ease;}
header .logo {mix-blend-mode: multiply;display: flex;justify-content: center;align-items: center;height: 80%; }
header .logo img { height:100% }
header nav {z-index: 100; padding: 0px 30px;height: 80px;display: flex;justify-content: space-between;align-items: center;grid-column: span 12;background: #fff; box-shadow: 0px 4px 14px -7px rgba(0, 0, 0, 0.4); position: relative; font-size: 13px; }

#topline {position: absolute;top: 180px;}
.home #topline { top: 400px;;}
.home #news { padding:80px 0 90px; background:#f7f7f7 }
.home #news .section__header { color:#86712d }

header nav .nav_corner { height: 80px;fill: white;width: 30px;position: absolute; }
header nav .nav_corner.left_of_nav  { left: -30px; transform: translateX(0.1px); }
header nav .nav_corner.right_of_nav { right: -30px; }

header nav {grid-column: span 12; display: flex; align-items: center; -webkit-align-items: center;}
header nav .gMh {margin-left: 60px !important;margin-right: auto !important;height: 100%; margin: 0; color: #24012a; display: flex; font-weight: 500}
/*header nav .gMh .gMfL li:first-of-type a {font-weight: 800;}*/
header nav .gMh label.overflow {visibility: hidden; opacity: 0; z-index: 9999}
header nav .gMh .toggle, 
header nav .gMh [id*=drop] {display: none;}
header nav .gMh a {text-decoration: none;}
header nav .gMh ul {display: flex; width: 100%; justify-content: center; -webkit-justify-content: center;}
header nav .gMh > ul > li {position: relative;  display: flex; align-items: center; -webkit-align-items: center;justify-content: center;-webkit-justify-content: center;z-index: 1}
header nav .gMh > ul > li:not(:last-of-type) {margin-left: 1px}
header nav .gMh ul li.lang {margin-right: auto;}
header nav .gMh ul li i {display: flex; margin-right: 5px; margin-left: -5px;}
header nav .gMh ul li i > svg {width: 12px;}
header nav .gMh ul ul li i > svg {transform: scale(-1);}
header nav .gMh ul li a {padding: 2px 8px; display: flex; align-items: center; -webkit-align-items: center;}
header nav .gMh ul li a i {margin-right: 10px;margin-left: -5px;}
header nav .gMh ul li a span {flex:1 0 auto;}
header nav .gMh ul li.parent {cursor: pointer !important; display: flex;}
header nav .gMh ul ul {display: none; position: absolute; width: 250px; z-index: 1000; top: 100%;box-shadow: 0px 4px 14px -7px rgba(0, 0, 0, 0.4);border: 1px solid #d5d5d5; left: 0; flex-direction: column;background: #fff; padding: 5px;}
header nav .gMh ul ul a {color: #434343}
header nav .gMh ul ul ul {left: 225px;top: 0px;}
header nav .gMh ul ul ul ul {right: initial;left: 225px;}
header nav .gMh ul ul li {display: flex;position: relative; width: 100%;justify-content: center; -webkit-justify-content: center;align-items: center; -webkit-align-items: center;}
/* border-radius: calc(var(--rd) / 2);*/
/*header nav .gMh ul ul li:hover:after {content: ''; width: 13px;height: 100%;position: absolute;right: -13px;background-color: #293462;-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M23 23C16.749 30.785 7.43 40.103 0 46V0c7.43 5.897 16.749 15.215 23 23Z"></path></svg>')}
header nav .gMh ul ul li:hover:before {content: ''; width: 13px;height: 100%;position: absolute;left: -13px;background-color: #293462;-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M0 23C5.78 15.215 15.805 5.897 23 0v46C15.805 40.103 5.78 30.785 0 23Z"></path></svg>')}*/
header nav .gMh ul ul li > a {padding: 6px 10px; display: flex;flex: 1 0 auto;}
header nav .gMh svg {width: 16px; height: 16px; fill: rgba(0,0,0,0.7) !important;}
header nav .gMh ul ul svg {fill: rgba(0,0,0,0.5) !important;}
header nav .gMh ul ul li:hover {background: #293462}
header nav .gMh ul ul li:hover > a {color: #fff}
header nav .gMh ul ul li:hover > i > svg {fill: #fff}
header nav .gMh .parent:hover > ul {display: flex !important;align-items: center;-webkit-align-items: center;}
header nav .gMh .parent:nth-child(n+7) ul ul {right: -225px}
header nav .gMh > ul > li:not(:last-of-type):after {content: ':';padding: 0 5px;}

.header-sticky nav { background: #5ac7dc }
.header-sticky nav .nav_corner {fill: #5ac7dc}

.header-user nav { background: #5ac7dc }
.header-user nav .nav_corner {fill: #5ac7dc}

.section__header { font-size: 25px; font-weight: bold; line-height: 50px; margin-bottom: 25px;  grid-column:span var(--fg); color: #134280; font-family: Roboto Slab}
.section__header_inside { font-size: 18px; font-weight: 300; line-height: 50px;  grid-column:span var(--fg); color: #134280; position:relative; }
.section__header_inside.bd span { background:#fff; padding:0 10px; margin:0 10px }
.section__header_inside.bd:before {content: '';height: 4px;width: 100%;background: #dbdfea;position: absolute;border-radius: 5px;bottom: 20px;z-index: -1;}

#slider { background: #fff;height: 570px;display: flex;width: 100vw; position: relative; margin-top: -105px; }
#slider li { position: relative; width: 100vw; display:flex; justify-content: center; align-items: center; overflow: hidden; }
#slider li:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgb(0 0 0 / 50%);; }
#slider li main {max-width: 1100px;margin: auto;position: absolute;color: #fff; margin-top: 100px;}
#slider li main h2 {grid-column: span 12;font-size: 40px;  font-weight: 600; text-shadow: 0px 3px 5px rgb(0 0 0 / 50%);}
#slider li main * { grid-column: span 12; }
#slider ul { height:100% }

#scroll_pointer { position: absolute;bottom: 0;z-index: 10;height: 39px; left:0; right:0; display: flex;justify-content: center;align-items: center; }
#scroll_pointer svg { height:100% }
#scroll_pointer:before { content:''; background:#fff; position:absolute;height: 100%; left: calc(50% + 40px);right: 0; }
#scroll_pointer:after { content:''; background:#fff; position:absolute;height: 100%; right: calc(50% + 40px);left: 0; }

#about {margin-top: 100px;}
#about aside {  }
#about main { grid-column:  col 3 / span calc(var(--hg) + 2); line-height: 25px; }
#about .wrapper { z-index: 5; }

#timetable { padding:0 0 100px }

#timetable .menu a { padding: 20px;display: flex;flex-direction: column;justify-content: center;align-items: center;border: 1px solid #eaeaea;border-radius: 5px; background:#fff !important }
#timetable .menu a icon { width: 48px;height: 48px;display: flex;background: #2b3878;position: relative; }
#timetable .menu a icon svg { position: absolute; width:100%;height: 100%; }
#timetable .menu a icon img { width:50% }
#timetable .menu a span { font-weight:600; margin-top:20px; color:#2b3878 }

#timetable .wrapper { z-index: 5; }
#timetable .wrapper .item { background:#eeeeee }
#timetable .wrapper .item .time { padding:20px; border-right:2px dashed #d8d8d8; position:relative; display: flex;justify-content: center;flex-direction: column; }
#timetable .wrapper .item .time span { font-weight:500; }
#timetable .wrapper .item .time i { text-transform: uppercase;font-size: 12px; }
#timetable .wrapper .item .time:after {transform: rotate(90deg);;content: ''; width: 10px;height: 20px;position: absolute;top:-5px;right: -6px;background-color: #fff;-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M23 23C16.749 30.785 7.43 40.103 0 46V0c7.43 5.897 16.749 15.215 23 23Z"></path></svg>')}
#timetable .wrapper .item .time:before {transform: rotate(90deg);;content: ''; width: 10px;height: 20px;position: absolute;bottom:-5px;right: -6px;background-color: #fff;-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M0 23C5.78 15.215 15.805 5.897 23 0v46C15.805 40.103 5.78 30.785 0 23Z"></path></svg>')}
#timetable .wrapper .item .detail { align-items: center;padding: 20px 40px 20px 10px !important; }
#timetable .wrapper .item .detail > div { display:flex; align-items:center; }
#timetable .wrapper .item .detail flag {width: 47px;display: flex;float: left;margin: 5px 20px 5px 0px;border-radius: 5px;overflow: hidden;height: 47px;}
#timetable .wrapper .item .detail flag .mask { position:absolute; }
#timetable .wrapper .item .detail flag .mask path { fill:#eeeeee }
#timetable .wrapper .item .detail flag img { width:100% }
#timetable .wrapper .item .detail .test_detail { display:flex; justify-content:center; flex-direction:column; }
#timetable .wrapper .item .detail .test_detail h3 { color: #1c395e;font-weight: 700;font-size: 15px; }
#timetable .wrapper .item .action { display: flex; justify-content: flex-end; }


#venue { padding:0 0 100px }
#venue .wrapper { z-index: 5; }
#venue .wrapper .item { background:#eeeeee }
#venue .wrapper .item .country { padding:20px; border-right:2px dashed #d8d8d8; position:relative; display: flex; align-items: center;justify-content: flex-start; }
#venue .wrapper .item .country span { font-weight:500; }
#venue .wrapper .item .country i { text-transform: uppercase;font-size: 12px; }
#venue .wrapper .item .country:after {transform: rotate(90deg);;content: ''; width: 10px;height: 20px;position: absolute;top:-5px;right: -6px;background-color: #fff;-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M23 23C16.749 30.785 7.43 40.103 0 46V0c7.43 5.897 16.749 15.215 23 23Z"></path></svg>')}
#venue .wrapper .item .country:before {transform: rotate(90deg);;content: ''; width: 10px;height: 20px;position: absolute;bottom:-5px;right: -6px;background-color: #fff;-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M0 23C5.78 15.215 15.805 5.897 23 0v46C15.805 40.103 5.78 30.785 0 23Z"></path></svg>')}
#venue .wrapper .item .country flag {width: 47px;display: flex;float: left;margin: 5px 20px 5px 0px;border-radius: 5px;overflow: hidden;height: 47px;flex: 0 0 auto;}
#venue .wrapper .item .country flag .mask { position:absolute; }
#venue .wrapper .item .country flag .mask path { fill:#eeeeee }
#venue .wrapper .item .country flag img { width:100% }


#venue .wrapper .item .detail { align-items: center;padding: 20px 40px 20px 10px !important; }
#venue .wrapper .item .detail > div { display:flex; align-items:center; }

#venue .wrapper .item .detail .test_detail { display:flex; justify-content:center; flex-direction:column; }
#venue .wrapper .item .detail .test_detail h3 { color: #1c395e;font-weight: 700;font-size: 15px; }




/*#timetable .wrapper a { justify-content:flex-start; padding: 15px 50px;  }
#timetable .wrapper a:hover { background:#1c395e; --btnCornerColor: #1c395e; color:#fff }
#timetable .wrapper a:before { width:25px; left:-22px }
#timetable .wrapper a:after { width:25px; right:-22px }
#timetable .wrapper a h3 { font-size: 25px;font-weight: 100;color: #26bad3; line-height:40px; text-transform:uppercase; width:100px }
#timetable .wrapper a h4 { display:flex; flex-direction:column; min-width:180px }
#timetable .wrapper a h4 date { font-size:25px; font-weight:100; line-height:35px }
#timetable .wrapper a > * { margin-right: var(--gap); }
#timetable .wrapper a shift { margin-top: -4px;margin-bottom: 8px;}
#timetable .wrapper a cost { margin-left:auto; font-size:11px }
#timetable .wrapper a cost span { font-size:16px; }
#timetable .filter { grid-column: col var(--fg) / span 1 !important }
#timetable .filter svg { width:16px; height:16px; margin-right:5px; }
*/

#exam {margin-top: 100px; background: #2b3878;position: relative; padding: 50px 0; color: #fff;}
#exam .section__header { color:#fff }
#exam main { grid-column: span var(--fg);}
#exam main .item { grid-column: span 3; padding: 10px 0 0; display:flex; flex-direction: column; align-items: flex-start; }
#exam main .item date { font-size:25px; }
#exam main .item module { background: #fff; position: relative; margin: 10px 0; height: 17px; width: initial; color: #355494; display: flex; align-items: center; padding: 0 10px; }
#exam main .item.mock module { background: #aedde9; --btnCornerColor: #aedde9; border-radius: 1px !important; }
#exam main .item.mock module:before { width: 5px; left: -5px; }
#exam main .item.mock module:after { width: 5px; right: -5px; }
#exam main .item module span { display: flex;align-items: center; }
#exam main .item module em { background: #a88c38;color: #fff;padding: 0px 5px 1px;border-radius: 5px;margin-left: 10px;font-size: 10px; }
#exam main .item.mock module em { background: #3c5590 }
#exam main .item type { margin-bottom: 10px; display: flex;align-items: center; }
#exam main .item type i { font-size: 16px;margin-right: 5px;display: flex;justify-content: center;align-items: center;line-height: 100%;color: #5ac7dc; }
#exam main .item venue { text-transform: uppercase; display: flex; }
#exam main .item venue i { font-size: 16px;margin-right: 5px;display: flex;justify-content: center;align-items: center;line-height: 100%; }
#exam .wrapper { z-index: 5; }


#venue { padding: 100px 0 100px; }
#venue .wrapper { align-items:center; }
#venue h3 { grid-column: span var(--fg);font-size: 40px;font-weight: 400;color: #355494;z-index: 3; font-family:Roboto Slab }
#venue h6 { grid-column: span 8;font-size: 14px;z-index: 3; color:#7a7a7a }
#venue .btn  { grid-column: col 11 / span 2; }
#venue .map-container {position: relative; grid-column: span var(--fg); margin-top: 50px}
#venue .map-container img {width: 100%;}
#venue .map-container svg {width: 100%;}
#venue .map-container .point {cursor: pointer;position: absolute;width: 10px;height: 10px;background-color: #00acc1;border-radius: 50%;transition: all 0.3s ease;will-change: transform, box-shadow;transform: translate(-50%, -50%);box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);animation: pulse 3s infinite;}
#venue .map-container .point:hover {animation: none;transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);}

#venue .map-container .russia { top: 26%;left: 69%; }
#venue .map-container .tehran { top: 37%;left: 55%;}

#venue .map-container .venezuela {top: 54%;left: 24%;}
#venue .map-container .brasil {top: 64%;left: 28%;}
#venue .map-container .argentina {top: 77%;left: 27%;}
#venue .map-container .colombia {top: 55%;left: 21%;}
#venue .map-container .panama {top: 51%;left: 18%;}
#venue .map-container .mexico {top: 38%;left: 12%;}
#venue .map-container .usa {top: 26%;left: 17%;}
#venue .map-container .turquia {top: 31%;left: 57%;}

#venue .map-container .china {top: 40%;left: 72%;}
#venue .map-container .japon {top: 34%;left: 86%;}
#venue .map-container .australia {top: 72%;left: 86%;}


footer { background: #a88c38;min-height: 200px;display: flex;justify-content: space-between;flex-direction: column;align-items: center; margin-top: auto; }
footer svg { fill: #a88d37;width: 43px;transform: rotate(-90deg);margin-top: -50px; }
footer .wrapper { margin: 50px 0; align-items:center; }
footer .wrapper h2 { font-size:18px; font-weight:bold; margin-bottom:10px }
footer .wrapper .parent_title { font-weight: bold; margin-bottom: 15px; display: flex; }
footer .wrapper nav { color: #3f330c; }
footer .wrapper li ul { border-right: 1px solid rgba(0, 0, 0, .2); }
footer .wrapper li ul li { margin-top:5px; margin-right: 5px; font-size: 12px; }
/* footer nav a { grid-column:span 6 } */
footer footer-bar { background: rgba(0, 0, 0, .2);padding: 20px 0;width: 100%;text-align: center; color: #fff}
footer.user_footer { min-height:initial; margin-top:auto; background:#fff }
footer.user_footer footer-bar { background:rgba(0, 0, 0, .0); color:#000 }


#login { display: flex;height: 100%;justify-content: flex-start; overflow:hidden; }
#login aside { background:#355494; width:500px; display: flex;align-items: center;justify-content: center;flex-direction: column;font-size: 21px;color: #fff;font-weight: bold; }
#login aside nav { display:flex; font-size:13px;margin-top:20px; font-weight:300; }
#login aside nav a { padding:5px; }
#login aside .logo { width: 150px;height: 150px;display: flex;align-items: center;justify-content: center;margin-bottom: 25px;background: #fff;overflow: hidden;border-radius: 50%;padding: 30px; }
#login aside .logo img { width:100% }
#login main { display:flex; justify-content:center; align-items:center; flex:1 1 auto; z-index:4 }
#login main form { width:350px }
#login main .link { display:flex; justify-content:space-between; margin-top:50px; align-items:center; }


#register { display: flex;height: 100%;justify-content: flex-start; overflow:hidden; }
#register aside { background:#355494; width:500px; display: flex;align-items: center;justify-content: center;flex-direction: column;font-size: 21px;color: #fff;font-weight: bold; }
#register aside nav { display:flex; font-size:13px;margin-top:20px; font-weight:300; }
#register aside nav a { padding:5px; }
#register aside .logo { width: 150px;height: 150px;display: flex;align-items: center;justify-content: center;margin-bottom: 25px;background: #fff;overflow: hidden;border-radius: 50%;padding: 30px; }
#register aside .logo img { width:100% }
#register main { display:flex; justify-content:center; align-items:center; flex:1 1 auto; z-index:4 }
#register main .link { display:flex; justify-content:space-between; margin-top:50px; align-items:center; }


#speaking { padding-bottom:50px }
#speaking .item h2 { font-size:22px }
#speaking .item ul { margin-top:20px }
#speaking .item li input { display:none }
#speaking .item li input:checked + label {  background: #36bdd5 !important;--btnCornerColor: #36bdd5; }


#news { padding:0px; padding-bottom:50px }
#news .item { margin-bottom:50px }
#news .item .date { font-size: 12px;margin-top: -20px;margin-bottom: 20px;display: flex;color: #85702d; }


#statics { padding:0px; padding-bottom:50px }
#statics .wrapper {grid-column:span var(--fg);}
/* #statics .wrapper table td {padding: 10px;}
#statics .wrapper hr {display: flex;width: 100%;height: 50px; float: none; clear: both;}
/* #statics .wrapper a[href]:not(.btn) {background: rgba(0, 0, 0, .1);padding: 2px 3px 0;line-height: 9px;display: inline-block;}
#statics .wrapper a[href]:not(.btn):hover {background: rgba(0, 0, 0, .2);} */
/* #statics .wrapper b {font-weight: bold;}
#statics .wrapper ul {padding-right: 25px; list-style: disc;}
#statics .wrapper ol {padding-right: 25px; list-style: number;}
#statics .wrapper img {max-width: 100%;}
#statics .wrapper hr {display: flex;width: 100%;float: none;clear: both;height: 1px;margin: 35px 0;background: #f1f1f1;border: 0px; justify-content: center; align-items: center; overflow: initial;}
#statics .wrapper hr:before {content: 'more_horiz';font-family: mticon;font-size: 40px;background: #fff;color: rgb(196, 196, 196);}
#statics .wrapper h2 {font-size: 23px;line-height: 30px;margin: 10px;font-weight: 400;}
#statics .wrapper h3 {font-size: 20px;line-height: 30px;margin: 10px;font-weight: 300;}
#statics .wrapper h4 {font-size: 17px;line-height: 30px;margin: 10px;font-weight: 300;}
#statics .wrapper h5 {font-size: 14px;line-height: 30px;margin: 10px;font-weight: 300;} */

.content {line-height: 27.5px;font-size:14px}
.content .grid { min-height: 20px;}
.content .grid .grid-item { padding: 10px;border-radius: 7px;border: 1px solid #e6e6e6;box-shadow: 0px 2px 7px -8px #000; }

.content .noti { display: block;padding: 15px 18px;background: var(--softbrown);color: var(--brown);border-radius: 5px;text-align: right;margin: var(--gap) 0;}
.content .noti.warning {background: #f5f2e9;color: #90782f;}
.content .noti.alert {background: #f5e9e9;color: #520d30;}
.content .noti.info {background: #e9f1f5;color: #266788;}
.content .noti.success {background: #e9f5ef;color: #26887f;}
.content .noti.attention {background: #f5f5f5;color: #520d30;font-weight: 400;}

.content div.separator {display: flex;width: 100%;height: 25px;float: none;clear: both;}

.content .tabs {margin: 10px 0;}
.content .tab-holder {display: flex;border-bottom: 1px solid 1px solid rgb(0 0 0 / 10%);}
.content .tab-holder .tab-link {padding: 10px 18px;cursor: pointer;background: #fff;color: #000; border-radius: 5px 5px 0 0 }
.content .tab-holder .tab-link.active {background: #f0f0f0;}
.content .tab-content {display: none;padding: 15px 18px;min-height: 20px;background: #f9f9f9;border-radius: 5px 0 5px 5px;}
.content .tab-content.show {display: block;}

.content .highlight {padding: 0px 20px;border-right: 2px solid var(--brown);margin-bottom: 20px;color: var(--brown);font-family: Roboto Slab;font-weight: 500;font-size: 16px;letter-spacing: -.5px; line-height: 30px}
.content .highlight.qoute {float: left;width: 50%;margin: 30px 30px 30px 0;}
.content table td {padding: 15px}
.content ul {padding-left: var(--gap); list-style: disc;}

.content img {max-width: 100%; border-radius: 10px}
.content img[style*="float:right"] {margin-right: -20%}
.content img[style*="float:left"] {margin-left: -20%}
.content table[border=1] {border: 1px solid #34495e}
.content table[border=1] > tbody > tr > th,
.content table[border=1] > tbody > tr > td {padding:5px; border-top:1px #34495e solid; border-left:1px solid #34495e;}

.content a:not(.btn) {color: #03234b;background: #f3f8ff;padding: 0 5px 4px;border-radius: 5px;line-height: 15px;display: inline-flex;}
.content a:not(.btn):hover {background: #03234b;color: #f3f8ff;}
.content iframe { padding: 10px;border-radius: 7px;border: 1px solid #e6e6e6;box-shadow: 0px 2px 7px -8px #000; }

.content ul {padding-left: var(--gap); list-style: disc;}
.content ol {padding-left: var(--gap); list-style: persian;}

.content h2 {font-family: Roboto Slab;font-size: 23px;line-height: 30px;margin: 10px 0 20px;font-weight: 400;color: var(--blue);}
.content h3 {font-family: Roboto Slab;font-size: 20px;line-height: 30px;margin: 10px 0 20px;font-weight: 300;color: var(--blue);}
.content h4 {font-family: Roboto Slab;font-size: 17px;line-height: 30px;margin: 10px 0 20px;font-weight: 300;color: var(--blue);}
.content h5 {font-family: Roboto Slab;font-size: 14px;line-height: 30px;margin: 10px 0 20px;font-weight: 300;color: var(--blue);}

.content .table_wrapper table.table {border-left:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;margin-bottom: 10px; width: 100%; margin: 5px 0; color: #313739}
.content .table_wrapper table.table td,
.content .table_wrapper table.table th {border-right: 1px solid #e1e1e1;border-top:1px solid #e1e1e1;padding: 5px; vertical-align: middle;}
.content .table_wrapper table.table th {background-color: #f5f5f5; vertical-align: middle; padding: 6px 5px; text-align: center;}
.content .table_wrapper table.table .ibtn {padding: 2px 0 2px 10px;min-width: 80px;cursor: pointer;margin-bottom: 5px;margin-left: 5px;border-radius: 50px;display: inline-flex;justify-content: center;align-items: center;}
.content .table_wrapper table.table .ibtn.avilable {background: rgba(74, 133, 41, 0.3);color: rgb(74, 133, 41);}
.content .table_wrapper table.table .ibtn.full {background: rgba(133, 41, 41, 0.3);color: rgb(117, 117, 117);}
.content .table_wrapper table.table .ibtn.disabled {background: rgba(134, 134, 134, 0.3);color: rgb(4, 4, 4);opacity: 0.3;}
.content .table_wrapper .grid {}
.content .table_wrapper .grid tbody {display: grid;grid-template-columns: repeat(var(--fg), [col] 1fr);grid-gap: var(--gap);}
.content .table_wrapper .grid tbody tr {grid-column: span 4;}
.content .table_wrapper .column {}
.content .table_wrapper .column tbody {-webkit-column-count: 3;column-count: 3;display: block;column-gap: var(--gap);column-span: all;}
.content .table_wrapper .column tbody tr {margin-bottom: var(--gap);break-inside: avoid;background: #f8f8f8;display: block;border: 1px solid #e8e8e8; border-radius: var(--rd);}
.content .table_wrapper .column tbody tr td {padding: var(--gap);}
.content .table_wrapper .column tbody h3 {font-size: 15px; font-weight: 300; margin-bottom: var(--gap);}
.content .table_wrapper .list {border: 0;border-collapse: separate;border-spacing: 0px 5px; font-size: 14px;}
.content .table_wrapper .list td,
.content .table_wrapper .list th {padding: 0px 10px !important; border: 0}
.content .table_wrapper .list th {padding: 10px 15px !important;background: rgb(21 7 363%);color: #24012a;font-weight: 800;}
.content .table_wrapper .list td {padding: 10px 15px !important;background: #fbfbfb}
.content .table_wrapper .list tbody td { vertical-align: middle;}
.content .table_wrapper .list tbody td:last-of-type {border-radius: 5px 0 0 5px;}
.content .table_wrapper .list tbody td:first-of-type {border-radius: 0 5px 5px 0;}
.content .table_wrapper .list th:last-of-type {border-radius: 5px 0 0 5px;}

.content hr {display: flex;width: 100%;float: none;clear: both;height: 1px;margin: 35px 0;background: #f1f1f1;border: 0px;justify-content: center;align-items: center;overflow: initial;}
.content hr:before {content: 'more_horiz';font-family: smticon;font-size: 40px;background: #fff;color: rgb(196, 196, 196);}


/*.content blockquote {display: flex;padding: 15px 18px;background: var(--softbrown);color: var(--brown);border-radius: 10px;text-align: right;margin: var(--gap) 0;}*/
.content blockquote {display: flex;padding: 30px;background: #c0e2e8;text-align: right;margin: var(--gap) 0;font-family: Roboto Slab;font-size: 18px; position: relative; justify-content: center;}
.content blockquote:after {top:0; content: ''; width: 23px;height: 100%;position: absolute;left: 0;background-color: #fff;-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M23 23C16.749 30.785 7.43 40.103 0 46V0c7.43 5.897 16.749 15.215 23 23Z"></path></svg>')}
.content blockquote:before {top:0; content: ''; width: 23px;height: 100%;position: absolute;right: 0;background-color: #fff;-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M0 23C5.78 15.215 15.805 5.897 23 0v46C15.805 40.103 5.78 30.785 0 23Z"></path></svg>')}


#banner { position:relative; width:100%; background:#58c6db; height:300px; margin-bottom:50px; padding-bottom:100px;background-blend-mode: color-burn; margin-top:-80px }
#banner .wrapper {    align-content: end;}
#banner .banner { position:absolute; left:0; right:0; top:0; bottom:0; z-index:2;    backdrop-filter: blur(2px); }
#banner h1 { grid-column:span 10; margin-top:auto;font-size: 27px; z-index:5;position:relative; color:#fff; font-family:Roboto Slab; font-weight:500 }
#banner h1 b { font-weight:600 }
#banner .desc { grid-column:span 10;  z-index:5;position:relative; color:#fff }
#banner .sharebox { grid-column:span 2; display:flex; margin-top:auto; z-index:5;position:relative;align-items: flex-end;margin-left: auto; }
#banner .sharebox .sharebox__item {width: 24px; height: 24px; display: flex; justify-content: center; align-items: center;grid-column: col 11 / span 2;}
#banner .sharebox .sharebox__item i {width: 24px; height: 24px; display: flex; justify-content: center; align-items: center;}
#banner .sharebox .sharebox__item i svg {fill: #fff; width: 100%}
#banner .sharebox a {margin-right: 5px}


#form { margin-bottom: 50px; }
#form.login,
#form.register { margin: auto 0; }

#form.book { margin-top: 100px; }
#form.book .stage {}
#form.book .stage li { text-align:center; font-weight:bold; display:flex; flex-direction: column; position:relative; }
#form.book .stage li i {width: 40px;height: 40px;display: flex;margin: 10px auto 0; position: relative; --stagePointerColor :  #1c395e}
#form.book .stage li.here i { --stagePointerColor :  #59c6db}
#form.book .stage li.here:not(:first-of-type):before { content:''; height:6px; position:absolute; background:#e0e0e0; left:-90px; right:-90px; bottom: 17px; z-index:1 }
#form.book .stage li.here:is(:last-of-type):before { content:''; height:6px; position:absolute; background:#e0e0e0; left:-90px; right:50px; bottom: 17px; z-index:1 }
#form.book .stage li i:after {z-index:2;content: ''; width: 20px;height: 100%;position: absolute;right: 0;background-color: var(--stagePointerColor);-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M23 23C16.749 30.785 7.43 40.103 0 46V0c7.43 5.897 16.749 15.215 23 23Z"></path></svg>')}
#form.book .stage li i:before {z-index:2;content: ''; width: 20px;height: 100%;position: absolute;left: 0;background-color: var(--stagePointerColor);-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M0 23C5.78 15.215 15.805 5.897 23 0v46C15.805 40.103 5.78 30.785 0 23Z"></path></svg>')}



.grid .fobject:not(.notic) { margin-top:0 !important; margin-bottom:0 !important }
.grid.pos { grid-column: var(--gstart) / span var(--gend) !important; }

.grid .notic { margin:0 !important; border-radius:4px; }
.fobject span.title { padding-right: 10px !important;top: 0px !important; flex-direction:row-reverse; height:2px; display:flex; align-items:center; z-index: 3 !important; right:inherit !important; left:10px !important }
.fobject.require span.title:after {  width: 5px !important;background-color: #b0880f !important;position: relative !important;top: inherit !important;right: 0;margin-right: 5px; }
.fobject .text_field, .fobject input[type=text]:not(.tags_input), .fobject [contenteditable], .fobject input[type=number], .fobject input[type=date], .fobject input[type=month], .fobject input[type=time], .fobject input[type=tel], .fobject input[type=readonly], .fobject input[type=password], .fobject input[type=date] { padding-top:8px !important; padding-bottom:8px !important; border-radius:4px !important }
.fobject .captcha_holder { right: 7px !important;top: 6px !important; left:inherit !important; }
.fobject.medium { margin-left:0 !important; margin-right:19px; }
.fobject > button,
.fobject input[type=submit] { padding: 11px 15px !important; border-radius: 0 !important}
.fobject *:not(#ui-datepicker-div) { transition:none !important; font-weight:400 }
.fobject select {
	color: #7e8481 !important;
	border: 1px solid #d4d4d4 !important;
	padding: 5px 15px !important;
	border-radius: 3px !important;
	height: 37px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 5px;
	background-position-y: 5px;
}
.fobject label, .fobject span.title, .fobject span.label {
	color: #000 !important;
}
.fobject .text_field, .fobject input[type=text]:not(.tags_input), .fobject [contenteditable], .fobject input[type=number], .fobject input[type=date], .fobject input[type=month], .fobject input[type=time], .fobject input[type=tel], .fobject input[type=readonly], .fobject input[type=password], .fobject input[type=date] {
	padding: 6px 15px !important;
    height: 37px;
	border-radius: 3px !important;
}
.fobject.disabled {
	opacity: 0.5;
}
.fobject:not(.radio):not(.checkbox)[readonly] { position: relative; }
.fobject:not(.radio):not(.checkbox)[readonly]::after {
	content: 'lock';
	font-family: smticon;
	color: #C3C3C3;
	position: absolute;
	top: 10px; left: 10px;
}
.fobject:not(.radio):not(.checkbox).ltr[readonly]::after {
	top: 10px; left: initial; right: 10px;
}

.fobject.radio[readonly] label { position: relative; }
.fobject.radio[readonly] label::after {
	content: 'lock';
	font-family: smticon;
	color: #C3C3C3;
	position: absolute;
	top: 10px; left: 10px;
}
.fobject.radio[readonly] label::after {
	top: 10px; left: initial; right: 10px;
}

.fobject.edit .title { color: #d99f9a !important; }
.fobject.edit a.uploader, .fobject.edit select,
.fobject.edit .f_upload, .fobject.edit textarea, 
.fobject.edit input, 
.fobject.edit [contenteditable], 
.fobject.edit .selectric {border-color: #d99f9a !important;}

.fobject input[type=text]:not(.tags_input), 
.fobject input[type=number], 
.fobject input[type=password], 
.fobject input[type=submit], 
.fobject input[type=readonly], 
.fobject input[type=date], 
.fobject input[type=time], 
.fobject input[type=tel], 
.fobject [contenteditable], 
.fobject textarea, 
.fobject select,
.fobject[disabled] label, 
.fobject[disabled] span.title, 
.fobject[disabled] span.label,
.fobject[readonly] label, 
.fobject[readonly] span.title, 
.fobject[readonly] span.label {
    color: #1d1d1d !important;
}

div.seperator span {
    color: #1d1d1d;
    font-weight: 400;
}

.fobject .element_caption ul { list-style:disc; padding-right:15px; font-size:12px; margin-top:10px }
.fobject .element_caption ul li {}
.fobject.uploader .image_holder  { border-radius: 3px; }
.form.open #g_dialog_content { overflow:initial !important; }



#common_loading {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(84, 84, 84, 0.31); display: flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center;    z-index: 2002;}
#common_loading .loading_spinner {width: 60px;height: 60px;border-radius: 50px;box-shadow: 0px 0px 0px 4px rgba(180, 180, 180, 0.23), 0px 1px 2px rgba(0, 0, 0, 0.47);background: linear-gradient(to top, rgb(232, 232, 232), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255)); position: relative;}
#common_loading .loading_spinner:after {content: ' ';position: absolute;width: 20px;height: 20px;border: 2px solid #e1e1e1;left: calc(50% - 10px);top: calc(50% - 10px);border-radius: 50px;border-bottom-color: #77a6ef;animation: loading .5s infinite linear;}
@keyframes loading { 100% {transform:rotate(360deg);}}
@-webkit-keyframes loading { 100% {-webkit-transform:rotate(360deg);}}

.gtable_holder {width: 100%;border: 1px solid #eeeef1;border-radius: 5px;background-color: #fff;position: relative;display: grid}
.gtable_holder .fobject:not(.notic) {margin-top: 0;margin-bottom: 0}
.gtable_holder .header {grid-gap: 0;position: sticky;top: 0;background-color: #fff;border-radius: 5px 5px 0 0;border-bottom: 1px solid #eeeef1;margin-bottom: -1px;z-index: 10;display: contents}
.gtable_holder .header .head_item {color: #2e2e38;display: flex;font-weight: 800;justify-content: flex-start;padding: 20px 15px}
.gtable_holder .row {grid-gap: 0;position: relative;display: contents}
.gtable_holder .row .row_item[data-title=fixed] {position: sticky;left: 0}
.gtable_holder .row .row_item.buttonHolder,.gtable_holder .row .row_item.group {padding: 10px 15px}
.gtable_holder .row .row_item {justify-content: center;border-top: 1px solid #eeeef1;padding: 15px;font-size: 14px;font-weight: 300;display: flex;flex-direction: column;align-items: flex-start;margin-top: -1px;}
.gtable_holder .row .row_item strong {display: inline-flex}
.gtable_holder .row .row_item.ltr {direction: ltr;text-align: left; }
.gtable_holder:not(.noh) .row:hover .row_item {background-color: rgba(0,0,0,.06)}
.gtable_holder:not(.noh) .row:last-of-type:hover .row_item:first-of-type {border-radius: 0 0 0 5px}
.gtable_holder:not(.noh) .row:last-of-type:hover .row_item:last-of-type {border-radius: 0 0 5px 0}

.btn {font-family: inherit;font-size: 13px;font-weight: 500;line-height: 1em;padding: 11px 15px; display: inline-flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center; cursor: pointer; border:0 !important; white-space: nowrap; border-radius: 5px; background: transparent; position: relative; box-shadow: none !important;; position: relative;}
.btn:not(.cr):after {content: ''; width: 13px;height: 100%;position: absolute;right: -10px;background-color: var(--btnCornerColor);-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M23 23C16.749 30.785 7.43 40.103 0 46V0c7.43 5.897 16.749 15.215 23 23Z"></path></svg>')}
.btn:not(.cr):before {content: ''; width: 13px;height: 100%;position: absolute;left: -10px;background-color: var(--btnCornerColor);-webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 46" preserveAspectRatio="none"><path d="M0 23C5.78 15.215 15.805 5.897 23 0v46C15.805 40.103 5.78 30.785 0 23Z"></path></svg>')}

button.btn:after { right: -13px !important; }
button.btn:before { left: -13px !important; }

.btn.blue {background: #1c395e; color: #fff; --btnCornerColor:#1c395e}
.btn.white {background: #fff; color: #434343; --btnCornerColor:#fff}
.btn.gold {background: #85702d; color: #fff; --btnCornerColor:#85702d}
.btn.grey {background: #f6f6f6; color: #000; --btnCornerColor:#f6f6f6}
.btn.custom {background: var(--btnCornerColor); color: var(--btnTextColor);}
.btn.purple {background: #24012A; color: #fff; --btnCornerColor:rgb(255 0 0)}
.btn.green {background: #2b8700; color: #fff; --btnCornerColor:#2b8700}
.btn.red {background: #E51C37; color: #fff;  --btnCornerColor:#E51C37}
.btn.softred {background: #ee4c58; color: #fff;  --btnCornerColor:#ee4c58}
.btn.darkblue {background: #031B4E; color: #fff}
.btn.brown {background: #795907; color: #fff}
.btn.darkgreen {background: #146139; color: #fff}
.btn.dark {background: #434343; color: #fff}
.btn.pink {background: #661357; color: #fff}
.btn.facebook {background: #3b5998; color: #fff}
.btn.unavilable {background: #d8d8d8;color: #b3b3b3; cursor: default; --btnCornerColor:#d8d8d8}
.btn.orange {background: #fb8501;color: #fff;}
.btn.zarinpal {background: #ffd23f;}
.btn.zarinpal svg {margin-left: 10px;margin-right: 10px;}
.btn.zarinpal svg g {fill: #272b2c;}
.btn.primary {background: #293462; color: #fff}

@keyframes pulse {
	0% {box-shadow: 0 0 0 0 rgba(0, 172, 193, 0.5);}
	70% {box-shadow: 0 0 0 15px rgba(0, 172, 193, 0);}
	100% {box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);}
}

@media (max-width: 800px) {
	header {height: 85px;}
	header .gMfL svg {fill: var(--dark) !important}
	header .gMh [for=drop] i {display: flex; justify-content: center; align-items: center;padding: 10px}
	header .gMh [for=drop] i svg {width: 24px; height: 24px;}
	header .gMh [for^=drop] {color: #fff}
	header .gMh [for^=drop] i {margin-right: auto;}
	header .gMh {position: relative;width: 25px}
	header .gMh .gMfL { visibility: hidden; overflow: auto; height: 0; justify-content: flex-start; transform: translateX(-100%);transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1),opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
	header .gMh [id^=drop]:checked ~ .gMfL {height: initial;display:flex;background: #fff;position: fixed;left: 0;width: 80%;top: 0;bottom: 0;flex-direction: column;z-index: 99999; padding: 10px; visibility: visible; transform: translateX(0);}
	header .gMh [id^=drop]:checked + .overflow {visibility: visible; opacity: 1;position: fixed;right: 0;width: 100%;top: 0;bottom: 0;background: rgba(0, 0, 0, 0.52);-webkit-transition: visibility 0.5s cubic-bezier(0.55, 0, 0.1, 1),opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);-o-transition: visibility 0.5s cubic-bezier(0.55, 0, 0.1, 1),opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);transition: visibility 0.5s cubic-bezier(0.55, 0, 0.1, 1),opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);}
	header .gMh > ul ul ul,
	header .gMh > ul ul {flex-direction: column; top: 0 !important; position: relative !important; width: 100% !important; right: 0 !important; padding: 0 !important; left: 0 !important}
	header .gMh .parent > i {display: none;}
	header .gMh > ul > li {height: inherit;}
	header .gMh ul li:not(:first-of-type) {margin: 0;border-top: 1px solid #f0f2f1;}
	header .gMh ul li.parent {flex-direction: column;}
	header .gMh ul ul ul {right: 0;box-shadow: none;}
	header .gMh ul ul {box-shadow: none;}
	header .gMh > ul > li:not(:last-of-type) {margin-left: 0;}
	header .gMh ul ul li label {padding: 10px 30px 10px 20px !important}
	header .gMh ul ul ul li label {padding: 10px 45px 10px 20px !important}
	header .gMh ul ul ul ul li label {padding: 10px 60px 10px 20px !important}
	header .gMh .parent i {position: absolute;top: 15px !important;margin-top: 0 !important;left: 10px !important; width: 16px; height: 16px}
	header .gMh .toggle + a, [id$=drop] + ul {display: none !important;}
	header .gMh .toggle {display: flex !important;padding: 10px 20px;text-decoration: none;width: 100%;border: none; position: relative; color: initial; }

	header nav .gMh { margin-right: auto !important; margin-left: 25px !important; }
	header nav .gMh > ul > li {flex: 0;}

	header .gMh > .toggle {padding: 0;align-items: center;}


	header .gMh ul .toggle:hover {background-color: #f4f4f4;}
	header .gMh [id$=drop]:checked + ul {display: flex !important;}
	header .gMh label a {padding: 0}
	header ul {justify-content: flex-start; -webkit-justify-content: flex-start;}
	header .gMh {height: 100%;display: flex;justify-content: flex-start;-webkit-justify-content: flex-start;align-items: center;-webkit-align-items: center;flex-direction: row-reverse;}
	header li {flex: 0 0 auto}
	header nav .gMh > ul > li:not(:last-of-type):after {content: none;}
	.header-sticky .gMh [for^=drop] i {margin-right: auto; color: #fff;}

	.header-sticky,
	header nav,
	.header-sticky nav { backdrop-filter: none !important; }
	header nav .btn.blue { display: none; }

	#g_dialog {width: 90% !important; min-width: 90% !important;}
	#g_dialog form { width: 100% !important; }
	#g_dialog .fobject {width: 100% !important; margin-left: 0 !important;}

	.grid,
	.wrapper { padding: 0 10px; }

	#slider li main h2 { line-height: 50px;text-align: center; }

	#about main,
	.fobject.venue .group label,
	.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12 { grid-column: span 2 !important; }

	#exam main .item { grid-column: span 1 !important; }

	:root {
		--fg: 2;
		--wrapper: 100%;
		--register_step_1_summery_cols: 1;
	}
}