/*
Theme Name: FAUNAPYR.
Theme URI: localhost
Description: FAUNAPYR Stylesheet.
Version: 1.0
Author: Ainhize
Author URI: localhost.
*/

html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,img,small,strong,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,main,footer,header,hgroup,menu,nav,section {
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline;
	font:inherit;
	font-size: 100%;
}
html,body {
	width: 100%;
}
html {
	font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2d2d2d;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body *,body *:before,body *:after {
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
::selection {
	background: #d6e6fc;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	vertical-align: middle;
	font-weight: 400;
}
img {
	border: 0;
}
a img {
	border: 0;
}
footer,header,hgroup,menu,nav,section {
	display: block;
}
[hidden],.hide {
	display: none;
}
a,a:focus {
	outline: none;
}
a:active,a:hover {
	outline: 0;
}
dfn {
	font-style: normal;
}
strong {
	font-weight: 600;
}
hr {
	box-sizing: content-box;
	height: 0;
	padding: 0;
	margin: 0;
}
svg:not(:root) {
	overflow: hidden;
}
input,label,select,button,textarea {
	padding: 0;
	border: 0;
	border-radius: 0;
	margin: 0;
	background: none;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 1;
	white-space: normal;
}
button[disabled],input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
:invalid {
	box-shadow: none;
}
:-moz-submit-invalid {
	box-shadow: none;
}
:-moz-ui-invalid {
	box-shadow: none;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
textarea {
	overflow: auto;
	resize: none;
	vertical-align: top;
}
ul,ol,li {
	list-style: none;
}
a {
	-webkit-text-decoration: none;
	text-decoration: none;
}
input[type='radio'],input[type='checkbox'] {
	display: none;
}
input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}


.full_height {
	height : 100%;
}




/* FLEX */
.Flex__MenuLinks {
	position: absolute;
	top: 132px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}



.slideshow350 {
	background: rgba(0, 0, 0, 1) !important;
}

.iframecontainer {
	opacity: 1 !important;
}



/* TOP SECTION */
.Logos__Header {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* Top Left Section */
.TopOptions__TopLeftOptions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: 0 0 8px 0;
	width: 100px;
	overflow: visible;
	background-color: transparent;
}

/*@media (max-width: 500px) {
	.TopOptions__TopLeftOptions {
		visibility: hidden;
	}
}*/

/* menu and logos */
.Logos__LogosBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 56px;
	padding-right: 16px;
	background-color: #fff;
}
.Logos__LogosBlock > div:first-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 7px;
	cursor: pointer;
}
.Logos__LogosBlock > div:first-child img {
	width: 120px;
	margin-right: 14px;
}
.Logos__LogosBlock > div:first-child:hover div {
	color: #27ae60;
}
.Logos__LogosBlock:after {
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 188px;
	/*width: 1px;
	content: '';*/
	background-color: #eee;
}
.Logos__LogosBlock > img {
	width: 120px;
	margin-left: 15px;
}

/*.Logos__Menu {
	position: relative;
	z-index: 10;
	width: 42px;
	height: 56px;
	cursor: pointer;
	margin-right: 7px;
	-webkit-transition: color 0.15s ease;
	transition: color 0.15s ease;
}
.Logos__Menu span {
	display: block;
	position: absolute;
	top: 27px;
	left: 11px;
	width: 20px;
	height: 2px;
	background-color: currentColor;
	border-radius: 2px;
	-webkit-transition: -webkit-transform 0.15s ease,opacity 0.15s ease;
	-webkit-transition: transform 0.15s ease,opacity 0.15s ease;
	transition: transform 0.15s ease,opacity 0.15s ease;
}
.Logos__Menu span:nth-child(1) {
	top: 21px;
}
.Logos__Menu span:nth-child(3) {
	top: 33px;
}*/


/*.Logos__Menu_1 {
	position: relative;
	z-index: 1;
	width: 42px;
	height: 56px;
	cursor: pointer;
	margin-right: 7px;
	-webkit-transition: color 0.15s ease;
	transition: color 0.15s ease;
}
.Logos__Menu_1 span {
	display: block;
	position: absolute;
	top: 27px;
	left: 11px;
	width: 20px;
	height: 2px;
	background-color: currentColor;
	border-radius: 2px;
	-webkit-transition: -webkit-transform 0.15s ease,opacity 0.15s ease;
	-webkit-transition: transform 0.15s ease,opacity 0.15s ease;
	transition: transform 0.15s ease,opacity 0.15s ease;
}
.Logos__Menu_1 span:nth-child(1) {
	top: 21px;
}
.Logos__Menu_1 span:nth-child(3) {
	top: 33px;
}*/

.Logos__Menu_1 {
	position: relative;
	z-index: 1;
	width: 42px;
	height: 56px;
	cursor: pointer;
	margin-right: 7px;
	-webkit-transition: color 0.15s ease;
	transition: color 0.15s ease;
}
.Logos__Menu_1 span {
	display: block;
	position: absolute;
	top: 27px;
	left: 11px;
	width: 20px;
	height: 2px;
	background-color: currentColor;
	border-radius: 2px;
	-webkit-transition: -webkit-transform 0.15s ease,opacity 0.15s ease;
	-webkit-transition: transform 0.15s ease,opacity 0.15s ease;
	transition: transform 0.15s ease,opacity 0.15s ease;
}
.Logos__Menu_1 span:nth-child(1) {
  top: 27px;
  transform: rotate(45deg);
}
.Logos__Menu_1 span:nth-child(2) {
  opacity: 0;
}
.Logos__Menu_1 span:nth-child(3) {
  top: 27px;
  transform: rotate(-45deg);
}


/*@media (max-width: 500px) {
	.Logos__LogosBlock > div:first-child img {
		width: 100px;
		margin-right: 10px;
	}
	.Logos__LogosBlock:after {
		left: 167px;
	}
}*/

/* Top Right Section */
.TopOptions__TopRightOptions {
	position: absolute;
	display: flex;
	top: 8px;
	right: 16px;
}

/* language */
.Select__SelectBlock {
	position:relative;
	z-index: 100;
}
.Select__SelectBlock h3 {
	position: relative;
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.8);
	font-weight: 700;
}
.Select__SelectBlock h3:hover {
	background-color: rgb(47, 128, 237);
	color: #fff;
}
.Select__SelectBlock > div {
	border: 1px solid black;
	position:absolute;
	top: 48px;
	transform: translateY(-9px);
	right: 0px;
	min-width: 100%;
	opacity: 1;
	visibility: hidden;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(4px);
	border-radius: 8px;
	transition: visibility 0s ease 0.15s,opacity 0.15s ease 0s,transform 0.15s ease 0s;
}
.Select__SelectBlock > div > ul {
	max-height: 202px;
	overflow: auto;
	padding: 8px 0;
}
.Select__SelectBlock:not(:last-child) {
	margin-bottom:8px;
}
.Select__SelectBlock button {
	border: 1px solid black;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 80px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(4px);
	box-shadow: (0, 0, 0, 0.25) 0px 2px 2px;
	padding: 8px 8px 8px 8px;
	border-radius: 40px;
	cursor: pointer;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
}
.Select__SelectBlock:hover.Select__Arrow {
	background-color: rgb(47, 128, 237);
}

.Select__SelectBlock > div > ul > li {
	padding: 8px 15px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	null;
}
.Select__SelectBlock > div > ul > li:hover {
	color:#fff;
	background-color:#2f80ed;
}
.Select__SelectBlock > div > ul > li span {
	font-weight:700;
	margin-right:8px;
}

@media (max-width: 909px) {
	.Select__SelectBlock button {
		padding: 8px 8px 8px 8px;
	}
}

@media (max-width: 500px) {
	.Select__SelectBlock button {
		min-width: 36px;
	}
}

.Select__Option__Selected {
	padding: 8px 15px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	color: #2f80ed;
}
.Select__Option__Selected:hover {
	color: #fff;
	background-color: #2f80ed;
}
.Select__Option__Selected span {
	font-weight: 700;
	margin-right: 8px;
}

.Account {
	/*display: none;*/ /* CAMBIAR */
	position: relative;
	max-width: 40px;
	height: 40px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 8px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
	margin-left: 8px;
	cursor: pointer;
	-webkit-transition: max-width 0.2s ease;
	transition: max-width 0.2s ease;
}
.Account:hover {
	max-width: 120px;
}
.Account:after {
	position: absolute;
	display: block;
	top: 2px;
	left: 2px;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	content: '';
	background: url('/wp-content/themes/faunapyr/img/userIcon.svg') no-repeat center center,linear-gradient(65.33deg,#00A19A 0%,#93C025 54.8%,#97C223 65.76%,#A2C61D 75.67%,#B5CC0C 85.18%,#CDD600 94.39%,#DEDC00 100%);
}
.Account span {
	padding-left: 48px;
	padding-right: 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
}

.Select__Arrow {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	margin-left: 8px;
	transform: rotate(180deg);
	background-color: rgb(189, 189, 189);
	background-image: url('/wp-content/themes/faunapyr/img/arrowUp.svg');
	background-position: center center;
	background-repeat: no-repeat;
	transition: background-color 0.15s ease 0s;
}
.Select__Arrow:hover {
	background-color: rgb(47, 128, 237);
}

@media (max-width: 500px) {
	.Select__Arrow {
		display: none;
	}
}

.Alert__AlertBkg {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(240, 240, 240, 0.50);
  backdrop-filter: blur(2px);
  z-index: 100;
}

.Login__LoginBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px;
  margin-left: -210px;
  font-weight: 500;
  transform: translateY(-50%);
  padding: 40px 32px 120px;
  border-radius: 8px;
  background: url('/wp-content/themes/faunapyr/img/faunapyr-detail.svg') -70px 420px no-repeat rgb(255, 255, 255);
}
.Login__LoginBlock img {
  display: block;
  width: 160px;
  min-height: 34px;
  height: auto;
  margin: 0px auto 16px;
}
.Login__LoginBlock h3 {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.Login__LoginBlock button {
  width: 100%;
  line-height: 40px;
  margin-top: 8px;
  cursor: pointer;
  background-color: rgb(39, 174, 96);
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  border-radius: 8px;
}
.Login__LoginBlock > small {
  display: block;
  margin-top: 16px;
  text-align: center;
}
.Login__LoginBlock small {
  font-size: 12px;
  color: rgb(99, 99, 99);
}
.Login__LoginBlock small a {
  color: rgb(47, 128, 237);
}

@media (max-width: 500px) {
	.Login__LoginBlock {
		width: 100%;
	}
}

.DeleteEventConfirm {
  background-color: #ff4d4d !important;
}

.Login__Label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 14px;
  color: rgb(70, 70, 70);
}

.Login__Input {
  display: block;
  background: rgba(240, 240, 240, 0.6);
  width: 100%;
  height: 40px;
  box-shadow: rgb(210, 210, 210) 0px 0px 0px 1px inset;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 16px;
  border-radius: 8px;
  transition: box-shadow 0.2s ease 0s;
}

.Login__Label_2 {
  display: flex;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 14px;
  color: rgb(70, 70, 70);
}

.Login__Input_2 {
  display: flex;
  width: 100%;
  height: 40px;
  box-shadow: rgb(210, 210, 210) 0px 0px 0px 1px inset;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 16px;
  border-radius: 8px;
  transition: box-shadow 0.2s ease 0s;
}

.Login__Input_3 {
  display: block;
  background: rgba(240, 240, 240, 0.6);
  width: 100%;
  height: 80px;
  box-shadow: rgb(210, 210, 210) 0px 0px 0px 1px inset;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 16px;
  border-radius: 8px;
  transition: box-shadow 0.2s ease 0s;
}

.Flex__Login {
	margin-bottom: 16px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.Flex__Login small {
  font-size: 12px;
  color: rgb(99, 99, 99);
}
.Flex__Login small a {
  color: rgb(47, 128, 237);
}

.Login__Checkbox {
  font-size: 12px;
  color: rgb(70, 70, 70);
}
.Login__Checkbox label {
  position: relative;
  display: block;
  padding-left: 32px;
  cursor: pointer;
  line-height: 24px;
}
.Login__Checkbox svg {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 3px;
  opacity: 0;
  color: rgb(255, 255, 255);
}

.Select__Region2 {
	width: 100%;
	vertical-align: middle;
	opacity: 1;
	position:relative;
	z-index: 500;
}
.Select__Region2 p {
	vertical-align: middle;
	display: inline-flex;
	padding: 0 5px 5px 0;
	color: #000000;
}
.Select__Region2 > div {
	border: 1px solid black;
	position: absolute;
	width: 200px;
	top: 60px;
	min-width: 100%;
	opacity: 1;
	visibility: hidden;
	background-color: rgba(255, 255, 255, 1);
	backdrop-filter: blur(4px);
	border-radius: 8px;
	transition: visibility 0s ease 0.15s,opacity 0.15s ease 0s,transform 0.15s ease 0s;
}
.Select__Region2:not(:last-child) {
	margin-bottom:8px;
}
.Select__Region2 button {
	min-width: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	background-color: rgba(240, 240, 240, 0.6);
	backdrop-filter: blur(4px);
	box-shadow: rgb(210, 210, 210) 0px 0px 0px 1px inset;
	padding: 8px 8px 8px 8px;
	border-radius: 8px;
	cursor: pointer;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	font-family: -apple-system, BlinkMacSystemFont, "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
}
.Select__Region2:hover.Select__Arrow {
	background-color: rgb(47, 128, 237);
}
.Select__Region2 > div > ul > li:hover {
	color:#fff;
	background-color:#2f80ed;
}
.Select__Region2 > div > ul > p {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}



.MainCard__Discard {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}
.MainCard__Discard circle {
	-webkit-transition:fill 0.20s ease;
	transition: fill 0.20s ease;
}
.MainCard__Discard:hover svg circle {
	fill: #aaa;
}


/* MENU CONTAINER */
.Menu__Container {
	width: 300px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: block;
	position: fixed;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: visible;
	background-color: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	border-right: 1px black solid;
}

@media (max-width: 500px) {
	.Menu__Container {
		visibility: hidden;
	}
}

.Menu__Heading {
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
}
.Menu__Heading img {
	opacity: 1;
	display: block;
	margin: 0 auto 30px;
}

.Menu__MenuItems {
	opacity: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-height: 689px;
	width: 300px;
	/*padding: 56px 0 16px;*/
	border-top: 56px solid #ffffff;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-webkit-transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
}
.Menu__MenuItems > div {
	width: 100%;
}
.Menu__MenuItems > div:last-child {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
	padding-bottom: 8px;
}
.Menu__MenuItems > div > div:first-of-type {
    padding-top: 30px;
}
.Menu__MenuItems > div > div {
    margin-bottom: 30px;
}
/*.Menu__MenuItems ul:first-of-type {
	padding-top: 30px;
}*/
.Menu__MenuItems ul {
	margin-bottom: 30px;
	padding: 0 48px;
}
.Menu__MenuItems li:not(:last-child) {
	padding-bottom: 12px;
}
.Menu__MenuItems a,.Menu__MenuItems a:visited {
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: currentColor;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.Menu__MenuItems a:hover,.Menu__MenuItems a:visited:hover {
	color: #27ae60;
}

.current_page_item {
	color: #27ae60;
}

.Menu__From {
	position: absolute;
	bottom: 51px;
	width: 100%;
	margin-top: 24px;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #636363;
	text-align: center;
}
.Menu__From img {
	display: block;
	width: 130px;
	height: auto;
	margin: 12px auto;
}



.Menu__About{
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:30px 30px 20px;
    overflow:auto;
    -webkit-backdrop-filter:blur(4px);
    backdrop-filter:blur(4px);
    color:#fff;
    text-align:left;
    -webkit-transition:opacity .2s ease-in;
    transition:opacity .2s ease-in
}
.Menu__About>div{
    top:0;
    height:auto;
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:100%;
    margin-right:72px
}
.Menu__About ul{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:flex-start;
    -webkit-box-align:flex-start;
    -ms-flex-align:flex-start;
    align-items:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    max-width:100%;
    margin:0 0 0
}
.Menu__About li{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:175px;
    height:75px;
    border-radius:8px;
	border: 1px black solid;
    margin:6px;
    background-color:#fff;
	opacity: 1;
}
.Menu__About li img{
    max-height: 68px;
	max-width: 165px;
}
@media (max-width:909px){
    .Menu__About{
        height:100%;
        display:none
    }
}
@media (max-width:909px){
    .Menu__About ul{
        margin:-8px -8px 0
    }
}
@media (max-width:909px){
    .Menu__About li{
        width:144px;
        height:50px
    }
}

.container2 {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  height: 20px;
  width: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #c1c1c1;
  border-radius: 5px;
  border: 1px solid rgb(190, 190, 190);
}
.container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container2 input:checked ~ .checkmark:after {
  display: block;
}
.container2 .checkmark:after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
