@import url('https://fonts.googleapis.com/css2?family=The+Nautigal&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');

@font-face {
    font-family: 'Yu Gothic UI';
    src: url('../font/subset-YuGothicUI-Light.woff2') format('woff2'),
        url('../font/subset-YuGothicUI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yu Gothic UI';
    src: url('../font/subset-YuGothicUI-Regular.woff2') format('woff2'),
        url('../font/subset-YuGothicUI-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yu Gothic UI';
    src: url('../font/subset-YuGothicUI-Bold.woff2') format('woff2'),
        url('../font/subset-YuGothicUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Yu Gothic';
    src: url('subset-YuGothic-Medium.woff2') format('woff2'),
        url('subset-YuGothic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root{
--accent-color: #ca9061; 
--ligth-color: #bfad9d;
--dark-color: #3d3834;
--grid-gap: 40px;
--border: 2px solid var(--accent-color);
--bgimg: url("../img/bg.jpg");
--profile-bg: url("../img/profile.jpg");
--philanthropy-bg :url("../img/philanthropy.jpg");
--press-bg :url("../img/press.jpg");
--contact-bg :url("../img/contact.jpg");
--projects-bg :url("../img/projects.jpg");
}


.br{
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: var(--ligth-color);
	top: 0px;
}


strong {
 font-weight: 500; 
}

small {
 font-weight: 100; 
}


h2:first-letter {
  font-family: 'The Nautigal', cursive;
  font-size: 50px;
  margin-left: -20px;
  font-weight: 400;
  line-height: 0;
}


html, body{
	height: 100%;
}

body{
	font-family: 'Yu Gothic UI';
	min-height: 100vh;
	background: var(--dark-color);
	color: var(--ligth-color);
	background-image:url("../img/bg.jpg");
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 15px;
}

body.welcome{
	background: var(--dark-color);
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*:focus {
    outline: none;
}

a {
	color: inherit;
	text-decoration: none;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

.grecaptcha-badge{
	opacity: 0;
}


.desctop{
	display: block;
}

.mobile{
	display: none;
}

.list-reset {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.btn-reset {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.bronze{
	color: var(--accent-color);
}


.bronze-title{
	background-color: var(--dark-color);
	padding-bottom: 5px;
	position: -webkit-sticky;
	position: sticky;
}

.home{
		top: 24vh;
	}

.philanthropy .bronze-title{
	top: 24vh;
}

.rightSideWrapper {
	width:80%; 
	float: right;
	height: 100%;
	padding-left: 20px;
}

.header{
	position: fixed;
	width: 80%;	
	height: 24vh;
	z-index: 10;
	margin-left: -20px;
	background: var(--dark-color);
	color: var(--ligth-color);
	background-image: url("../img/bg.jpg");
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.header__nav{
	padding-left: 25px;
}

.header__container{
	display: flex;
    height: 100%;
    align-items: center;
}

.nav__list {
	display: flex;
    align-items: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.nav__item:not(:last-child) {
	margin-right: var(--grid-gap);
}

.nav__link {
	position: relative;
	letter-spacing: 1px;
	color: var(--ligth-color);
	text-transform: uppercase;
	font-weight: 300;	
}

.nav__link--current {
	color: var(--accent-color);
}

.main{
	margin: 24vh 0 90px 0;
	padding-left: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}





.sidebar {
	position: fixed;
    height: 100%;
    width: 20%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    min-width: 250px;
    padding-left: 4vw;
    z-index: 9;
}

#side-title{
	text-transform: uppercase;
	word-wrap: break-word;
}

.sidebar__logo {
	
	z-index: 20000;
	margin: 40px 0;
}

.sidebar__logo img{
	
	height: 15vh;
	
}

.sidebar .deviber{
	content: "";
    position: absolute;
    height: 200px;
    width: 1px;
    background: var(--accent-color);
    right: 20px;
    top: 24vh;
}

.sidebar .welcome-hamburger {
		display: none;
	}

.title__container{
	max-width: 90%;
}

.sidebar .title{
	padding: 1vh 0;
    font-size: calc(10px + 3vh);
    line-height: 0.9;
    
}

.sidebar .title small{
	font-weight: 300;
	font-family: Yu Gothic UI;
	font-size:calc(10px + 3vh);
}

.sidebar .quote{
	padding: 23px 0;
    font-size: .8rem;
    width: 65%;
    font-weight: 100;
}

.sidebar .quote strong{
	font-weight: 600;
}


.content {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-bottom: 110px;
}

.content__container{
	font-weight: 300;
	position: relative;
	line-height: 1.2;
	word-spacing: 1px;
    letter-spacing: 0.5px;
	width: 50%;
}

.content__container p:not(:first-child){
	display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0; 
}



.content .sign-img{
	height: 12vh;
}

.submenu {
	position: -webkit-sticky;
	position: sticky;
	top :24vh;
	width: 95%;
	margin-left: -25px;
	padding-left: 25px;
	padding-bottom: 1px;
	background-color: var(--dark-color);
	z-index: 1;
}

 
.footer{
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 100;
}

.footer__container{
	display: flex;
	flex: 1;
	justify-content: space-between;
	padding: 0 4vw;
	align-items: flex-end;
	position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
   	background: var(--bgimg);
   	background-color: var(--dark-color);
	color: var(--ligth-color);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 16;
}



.footer__container > div{
	display: flex;
}

.footer .motto img{
	max-height: 5vh;
	min-height: 45px;
}
.footer .docs{
	text-align: right;
	display: flex;
	flex-direction: column;
	font-size: .8rem;
}

.footer .docs p{
	line-height: 10px;
}

.footer .social{
	display: flex;
	justify-content: flex-end;
	margin: 5px 0;	
}

.footer .notices{
	letter-spacing: 0.2px;
	
	word-spacing: 2px;
}

.footer .notices option{
		background-color: var(--dark-color) !important;
	}



.footer select{
	
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxMC45cHgiIGhlaWdodD0iMTEuM3B4IiB2aWV3Qm94PSIwIDAgMTAuOSAxMS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC45IDExLjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNDQTkwNjE7fQ0KPC9zdHlsZT4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNS40LDguNyAwLjQsMy40IDEuMSwyLjcgNS40LDcuMyA5LjgsMi43IDEwLjQsMy40ICIvPg0KPC9zdmc+DQo=) no-repeat 95% 50%;
	
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    /* and then whatever styles you want*/
	margin: 0;
	min-width: 25px;
	cursor: pointer;
	font-size: .6rem;
	font-weight: 100;
	color: var(--accent-color);
	min-height: unset;
	border: none;
	margin: 0px;
	padding: 0px;


}

.footer .follow{
	font-size: 0.79rem;
}

.footer .copyright{
	font-size: 0.69rem;
}


.footer .social a{
	margin-left: 10px;
}

.footer .social img{
	max-height: 3.2vh;
	min-height: 25px;
}

.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: var(--accent-color);
  color: var(--dark-color);
  padding: 15px 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  z-index: 4999;
  transition: 400ms;
  display: flex;
  justify-content: center;
  font-size: .8em
}


.cookie-container.active {
  bottom: 0;
}

.cookie{
	width: 80%;
	display: flex;
}

.cookie-btn {
  width: 30%;
  border: solid 1px var(--dark-color);
  padding: 12px 48px;
  font-size: 1em;
  margin-bottom: 16px;
  cursor: pointer;
}

.cookie-btn:hover{
  background-color: #b5835b;

}


.errorbg{
	border: 1px solid red !important;
	color: red !important;
}

.errorbg::placeholder{
	color: red;
}

.flex-big{
	flex: 2 !important;
}

.hidden__form{
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 25vh 4vw 20vh 3vw;
	background-color: var(--dark-color)
}

/*.form{
	margin: 0 auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
}*/

.container__form{
	
	/*display: flex;
	flex-direction: column;
	flex: 1 0;
	justify-content: space-around;*/
	background-color: #3d3834;
	padding-right: 20px;
	align-items: center;
}
.container__form .form-title {
	display: flex;
	flex:1;
	justify-content: space-between;
	align-items: flex-end;
}

.grid-container .time-info{
	position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translateY(101%);
}

.container__form .input-items{
	flex: 1;
	display: flex;
}

.container__form .input-item:not(:last-child){
	padding-right: 10px;
}
.container__form .input-item ,.message{
	display: flex;
	flex: 1;
	flex-direction: column;	
	
	white-space: nowrap;
}

/*.container__form input, select ,button{
	height: 100%;
}*/

.container__form input, select, button ,textarea{
	
	border: 1px solid var(--accent-color);
	color: var(--dark-color);
	padding: 0;
}

.container__form input, select, textarea{
	min-height: 30px;
}

.container__form button{
	background: var(--accent-color);
	color: var(--dark-color);
	cursor: pointer;
}

.container__form input, select, button ,textarea ,option , ::placeholder{
	font-family: 'Yu Gothic UI';
	color: var(--ligth-color);
	padding-left: 5px;

	
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /*border: 1px solid green;*/
  -webkit-text-fill-color: var(--ligth-color);
 
  transition: background-color 5000s ease-in-out 0s;
}


.container__form select{
	webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    padding-right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.4px' height='7.7px' viewBox='0 0 15.4 7.7' style='enable-background:new 0 0 15.4 7.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C99061;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0,1.5 1.5,0 7.7,4.9 13.9,0 15.4,1.5 7.7,7.7 '/%3E%3Cpolygon class='st0' points='13.9,0.7 7.7,5.5 1.5,0.7 0.7,1.5 7.7,7.1 14.7,1.5 '/%3E%3C/svg%3E%0A");
  	background-repeat: no-repeat;
  	background-position: 95% center;
}

.container__form ::placeholder{
	/*padding-left: 10px;
	*/
}







.form-footer{
 	background: var(--dark-color);
 	}

.form {
	/*width: 50%;
    height: 300px;
    background: rebeccapurple;*/
}

.form .grid-container > div{
	display: flex;
}

.form .grid-container .message{
	display: flex;
	flex-direction: column;
	position: relative;
	align-content: stretch;
}

.form .grid-container .message textarea{
	height: 100%;
	resize: none;
}

.form .grid-container .message-info{
	display: flex;
	width: 100%;
	justify-content: space-between;
	position: absolute;
	bottom: 0px;
	transform:translateY(100%);
}

.i-agree{
	padding-right:  15px;
	padding-top: 10px;	
}




.form .grid-container .thanks{
	position: absolute;
	bottom: 0px;
	transform: translateY(100%);
	padding-top: 20px;
}

.form .grid-container .title1, .title2, .title3, .title4, .title5, .title6,  .title9{
	text-align: right;
	justify-content: flex-end;
	white-space: nowrap;
	line-height: 1;

}

/*.form .grid-container {
  position: relative;
  display: grid;
  width: 60%;
  grid-template-columns: 0.3fr 1px 2.2fr auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-gap: 15px 15px;
  grid-template-areas:
   
    "title2 border form-title title-close"
    "title3 border input1 title-close" 
    "title4 border input2 title-close"
    "title5 border input3 title-close"
    "title6 border message title-close"
    "title9 border send  title-close";
    
}

.title1 { grid-area: title1; }

.title2 { grid-area: title2; }

.title3 { grid-area: title3; }

.title4 { grid-area: title4; }

.title5 { grid-area: title5; }

.title6 { grid-area: title6; }
.title9 { grid-area: title9; }

.border { grid-area: border;
	background-color: var(--accent-color);
 }

.blank { grid-area: blank; }

.input1 { grid-area: input1; }

.input2 { grid-area: input2; }

.input3 { grid-area: input3; }

.form-title { grid-area: form-title; }

.message { grid-area: message; }

.title-close {grid-area: title-close; }*/
 .grid-container {
      display: grid;
      height: 100%;
      grid-template-columns: auto 1px 0.5fr auto;
      grid-template-rows: auto auto auto auto auto auto;
      gap: 15px 15px;
      grid-template-areas:
        ". border form-title title-close"
        "title1 border input1 title-close"
        "title2 border input2 title-close"
        "title3 border input3 title-close"
        "title4 border message title-close"
        "title5 border send title-close";
    }

.title1 { grid-area: title1; }

.title2 { grid-area: title2; }

.title3 { grid-area: title3; }

.title4 { grid-area: title4; }

.title5 { grid-area: title5; }



.border { grid-area: border;
    background-color: var(--accent-color);
 }


.input1 { grid-area: input1; }

.input2 { grid-area: input2; }

.input3 { grid-area: input3; }

.form-title { grid-area: form-title; }

.message { grid-area: message; }

.title-close {grid-area: title-close;}
.send { 
	grid-area: send; 
	padding-top: 25px;
	flex-direction: row;
}

.send > div{ 
	display: flex;
	flex: 1;
	flex-direction: column;
}

.title-close>:first-child{
	
	display: flex;
	
}

/* For presentation only, no need to copy the code below */
.grid-container * {
  position: relative;
}


.pretty .state label:before{
	border-color: var(--ligth-color);
}

.pretty .error label:before{
	border-color: red;
}

.pretty{
	top:5px;
}



/*---------------------------------------------profile---------------------------------*/


.profile-container{
	padding-right: 5vw;
	max-width: 1000px;
}

.profile-tabs{
	width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
}

.profile__list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: left;
  
}

.profile__list li{
	cursor: pointer;
	position: relative;
	width: 100%;
}

.profile__list li:first-child{
	padding-left: 0px;
	
}

.profile__list li.active{
	font-weight: bold;
	color: var(--accent-color);
	text-decoration: underline;
	cursor: pointer;
}

/*.profile__list li:not(:last-child){
	border-right: 1px solid var(--ligth-color);
}*/

/*.profile__list li:not(:last-child)::after{
	border-right: 1px solid var(--ligth-color);
	content: "";
	position: relative;
	left: 40%;
}*/

.profile-item{
	display: none;
}

.profile-item.active{
	display: block;
}

.profile-action{
	display: flex;	
	justify-content: flex-start;
	margin-top: 10px;

}

.profile-btn{
	display: flex;
	height: 50px;
	width: 250px;
	color: var(--dark-color);
	background: var(--accent-color);
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	cursor: pointer;
}

.profile-btn-down{
	display: flex;
	height: 50px;
	width: 100%;
	color: var(--dark-color);
	background: var(--accent-color);
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	cursor: pointer;
}


/* Slideshow container */
	.slider-container{
		position: relative;
		
		
	}

	.swiper-container {
		margin: 0 !important;
		
		height: 250px;
	}

	.swiper-slide{
		display: flex;
		flex-direction: column;
		justify-content:center;
	}

	.swiper-button-prev {
		background: url(/img/arrow.svg) no-repeat center !important;
		transform: scale(-1);
		left:-40px !important;
		z-index: 999999999;
	}

	.swiper-button-next {
		background: url(/img/arrow.svg) no-repeat center !important;
		right:-40px !important;
	}

	.swiper-button-next::after, .swiper-button-prev::after{
		content: "" !important;
	}




.values-container , .quintessence-container{
  position: relative;
  
}

.values q{
	color: var(--accent-color);
}

/* Slides */
.values, .quintessence {
  text-align: left;

}

.value{
	color: var(--accent-color);
	font-weight: 400;
	line-height: 1;
	padding: 0 !important;
}

.values>:first-child, .quintessence-container div>:first-child {
	margin-bottom: 5px;	
}

.quintessence-container p{
	text-transform: uppercase;
}

.values>:nth-child(3n),{
	line-height: 0.9 !important;
	margin-top: 3px;
}

.quintes{
	height: 100px;
	overflow: hidden;
}

.quintes div>:first-child {
	text-transform: uppercase;
}


/* Next & previous buttons */
.values-container .prev, .next,  .quintessence-container .prev , .next{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px 0px;
  color: var(--ligth-color);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.values-container .next ,.quintessence-container .next{
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.values-container .prev:hover, .next:hover,  .quintessence-container .prev:hover, .next:hover{
  
  color:var(--accent-color);
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border: 1px solid var(--ligth-color);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.dot.active, .dot:hover {
  background-color: var(--accent-color);
  border: 0px;
}




/* Add a blue color to the author */
.value{
	color: var(--accent-color);
	font-weight: 400;
	line-height: 1;
	padding: 0 !important;
}

.press{
	width: 95%;
}

.press-container{
	margin-top: 2vh;
}

.press-tabs{
margin-left: -2%;
}

.press__list{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 2.5fr));
    text-align: center;
}

.press__list li{
	cursor: pointer;
}

.press__list li:first-child{
	padding-left: 0px;
	
}

.press__list li.active{
	font-weight: bold;
	color: var(--accent-color);
	text-decoration: underline;
	cursor: pointer;
}

.press__list li:not(:last-child){
	border-right: 1px solid var(--ligth-color);
}

.press-item{
	display: none;
}

.press-item.active{
	display: block;
}

.press button{
	cursor: pointer;
}

.press input:not(.lg-icon), button:not(.lg-icon){
	width: 100%;
	padding: 10px;
	background-color: var(--accent-color);
	color: var(--dark-color);
	margin: 10px 0;
	
}

.grid-container .title9{
	    line-height: 1.6rem;
}

#pressbtn{
	font-size: 23px;
	font-weight: bold;
    margin: 0;
}

#contactbtn{
	margin: 0px;
}
.press .follow{
	display: flex;
	flex-direction: column;
	line-height: .8;
}

.press .follow div{
	display: flex;
}

.press .follow input{
	color: var(--accent-color);
	flex :2;
	background: none !important;
	border: 1px solid var(--accent-color);
}

.press .follow button{
	flex :1;
}

.container__form p strong{
	font-weight: bold;
}


.contact{

}

.contact p{
	margin: 0;
}

.contact-item{
	display: flex;
	flex-direction: column;
    align-items: flex-start;
}


.contact .border{
	background-color: var(--accent-color);
}

button.email{
	width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: var(--accent-color);
    cursor: pointer;
}

.contact .grid-page-container {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  gap: 10px 10px;
  grid-template-areas:
    "l1 border r1"
    "l2 border r2"
    ".  border r2"
    "l3 border r3"
    "l4 border r4"
    "l5 border r5"
    "card card card"
    "info info info";
}
.l1 { grid-area: l1; }
.l2 { grid-area: l2; }
.l3 { grid-area: l3; }
.l4 { grid-area: l4; }
.l5 { grid-area: l5; }
.r1 { grid-area: r1; }
.r2 { grid-area: r2; }
.r3 { grid-area: r3; }
.r4 { grid-area: r4; }
.r5 { grid-area: r5; }
.card { grid-area: card; }
.info { grid-area: info; }

.l1 ,.l2, .l3, .l4 ,.l5{
	justify-content: flex-end;
	text-align: right;
	
}

.vcard a{
	display: flex;
	height: 50px;
	width: 100%;
	color: var(--dark-color);
	background: var(--accent-color);
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	cursor: pointer;
}

.popup{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--dark-color);
  z-index: 10;
  height: 100vh;
}

.popup__container{
	display: flex;
	height: 100%;
	position: relative;
	justify-content: center;
    align-items: center;
}

.popup .email{
	margin:0;
}

.popup .close{
	cursor: pointer;
	width: 55px;
	height: 55px;
	margin-left: 10px;
}
.popup .close button{
	font-size: 20px !important;
	margin-top: 0px !important;
	padding-bottom: 15px;
}

.hidden {
    display: none;
}

.removebg{
	background-image: none !important;
}
.under{
	display: flex;
	align-items: center;
	padding-top: 3vh;

}
 .under img{
	max-height: 200px;
	margin-right: 2vw;
	height: 20vh;
}




.legal ol{
	margin-left: 1.5vw;	
}

.legal ul {padding-left:1em}
.legal li {padding-left:1em}
	
.legal strong{
	color: var(--accent-color);
}

:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}


/*------------------------------------------------------------------Welcome----------------------------------------------------*/



.conteiner__welcome{
	margin: 0px;
 	height: 100%;
 	
}


.row{
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
}

.width{
	width: 100%;
}

.row-heght-normal{
	height: 25%;
}

.row-heght-double{
	height: 50%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  /*border: 1px green solid;*/
  align-items: center;
}


.normal{
	flex: 1;
}

.double{
	flex: 2;
}

.left{
	align-items: flex-start;
}

.row-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	/*border: 1px yellow solid;*/
	width:100%;
	height: 100%;
}

.mask {
      fill: none;
      stroke: #fff;
}


.sing{
  width: 80%;
  margin-left: 10%;
  transform: rotate(2deg);
}

.family{
  display: block;
  width: 40%;
  margin-top: 0%;
  margin-left: 10%;
}

.coatofarms{
	width:50%;
	height: 50%;
}

.center-flex{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
}

.center-row{
	align-items: flex-start;
	align-self: center;
}

.welcome-title{
  margin-left: 10%;
  width: 80%;
}

.mason{
  margin-left: 20%;
  width: 20%;
}

.menu-trigger {
    display: block;
    margin: 0 auto 0;
    text-align: center;
    cursor: pointer;
    
    font-weight: 500;
    font-size: 0.60313rem;
    line-height: 1;
    letter-spacing: .87px;
    text-transform: uppercase;
    color:  var(--accent-color);
    padding-top: 25px;
    position: relative;
}


/*.menu-trigger, .mob-menu-trigger {
    border: none;
    background-color: transparent;
    padding: 0;
}*/

.menu-trigger::before, .menu-trigger::after{
	content: ' ';
	display: block;
	width: 33px;
	height: 2px;
	background-color: var(--accent-color);
	position: absolute;
	left: 0;
	top: 5px;
	-webkit-transition: top .5s, -webkit-transform .5s;
	transition: top .5s, -webkit-transform .5s;
	transition: top .5s, transform .5s;
	transition: top .5s, transform .5s, -webkit-transform .5s;
}

.menu-trigger::after {
	top: 15px;	
}

.menu-trigger::after {
  top: 15px;
}

.menu-trigger.active::before {
  top: 10px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.menu-trigger.active::after {
  top: 10px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}



.accessible {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    border: 0 none !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px;
}

/*------------------------------------------------------------------Welcome PopUp----------------------------------------------------*/
/* The side navigation menu */
.welcome-sidenav {
  display: flex;
  flex-direction: column;
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #ca9061cf;
  overflow-x: hidden; /* Disable horizontal scroll */
  /*padding-top: 60px; /*Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  justify-content: center;
  color: var(--dark-color);
}

.welcome__header{
  justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

.welcome__header >*{
	
}

.welcome-sidenav a {
	text-decoration: none;
	color: var(--dark-color);
	font-weight: 300;
	transition: 0.3s; 
}

.welcome-sidenav a:hover, .welcome-overlay a:focus {
  color: #f1ae77;
}


.welcome-sidenav ul.welcome-border{
  display: flex;
  flex-direction: column;
  /*border: 1px solid #ca9061;*/
  width: 70%;
  margin: 0 auto;
  font-size: 1.5rem;

}

.welcome-sidenav li{
   align-items: center;
   flex: 1;
}

.welcome-sidenav .welcome-border li{ 
   padding: 2vh 0;

}

.welcome-sidenav .welcome-border li{
   border-bottom: 1px solid var(--dark-color);
   

}

.welcome-sidenav ul.mini li{
   border: 0px !important;
   font-size: 1rem;
}

.welcome-sidenav ul.mini{
  flex-direction: row;
  border-top: 0px;

}

.welcome-sidenav .social{
  display: flex;
  justify-content: center;
}

.welcome-sidenav .social img{
  width: 25px;
}

.welcome-hamburger{
	display: flex;
	align-items: center;
	margin-top: -9px;
	margin-left: 30%;
	position: relative;
}




/* Position and style the close button (top right corner) */
.welcome-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  display: none;
}


.hide{
 		display: inherit;
 		overflow-y: unset;
 	}

 	.show{
 		display: none;
 	}



/*_____________________________________________________________custom select_____________________________________*/
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  display: inline-block;
  /*font-family: Arial;*/
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 6px;
  /*right: 10px;*/
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  /*padding: 8px 16px;*/
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}



/*-------------------------------------------------------TRANSITION-----------------------------------------------------*/
.cd-btn {
  display: inline-block;
  padding: 1.6em 2.4em;
  font-size: 1.4rem;
  letter-spacing: .15em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #a5c4bc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.no-touch .cd-btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}


/* -------------------------------- 

Main Content

-------------------------------- */
.cd-main-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  /* vertically align its content */
  display: table;
  background-color: #e4dcca;
}
.cd-main-content .center {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* -------------------------------- 

Modal window 

-------------------------------- */
.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #402f44 url(/img/ink/modal-bg.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-modal .modal-content {
  height: 100%;
  overflow-y: auto;
  padding: 3em 5%;
  color: #e4dcca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-modal h1 {
  text-align: center;
}
.cd-modal h1::after {
  /* ink/brush separation */
  content: '';
  display: block;
  width: 130px;
  height: 18px;
  background: url(/img/ink/ink-separation.svg) no-repeat center center;
  margin: .2em auto 0;
}
.cd-modal p {
  color: var(--accent-color);
  font-size: 3em;
  line-height: 30px;
}

.status{
  position: absolute;
  opacity: 0;
  /*margin-top: 10px;
  border-radius: 25px;
  border: 1px solid #e0e0e0;*/
  width: 50%;
  height: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*background-color: currentColor;*/
  z-index: 1000000000;
  text-align: center;
  display: none;
  align-items: center;
  transition: all 1.5s ease-out;

}

.status small{
	letter-spacing: -0.5px;
	font-size: .8em;
}

.status span{
 width: 100%;
  flex:1;
  color: var(--accent-color);
  font-weight: 100;
  text-align: center;
  list-style-type: none;
  font-size: 1.2em;
}

.status li {
  margin-left: 20px;
}


.status.is-active{
  opacity: 1;
  z-index: 999999999999999;
  display: flex;
}


.cd-modal .modal-close {
  /* 'X' icon */
  position: absolute;
  z-index: 1001;
  top: 20px;
  right: 5%;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(/img/ink/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.cd-modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.7s, visibility 0s;
  -moz-transition: opacity 0.7s, visibility 0s;
  transition: opacity 0.7s, visibility 0s;
}
.cd-modal.visible .modal-content {
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
}
.cd-modal.visible .modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


@media only screen and (min-width: 1100px) {
  .cd-modal .modal-content {
    padding: 6em 5%;
  }
  .cd-modal .modal-close {
    height: 60px;
    width: 60px;
  }
  .cd-modal p {
    /*font-size: 1rem;*/
  }
}

/* -------------------------------- 

Transition Layer 

-------------------------------- */
.cd-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
  height: 100%;
  /* our sprite is composed of 25 frames */
  width: 2500%;
  background: url(/img/ink/ink.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}
.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24);
  -moz-animation: cd-sequence 0.8s steps(24);
  animation: cd-sequence 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.8s steps(24);
  -moz-animation: cd-sequence-reverse 0.8s steps(24);
  animation: cd-sequence-reverse 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
  display: none;
}

@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
}
@-moz-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -moz-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -moz-transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
}
@-webkit-keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
}
@-moz-keyframes cd-sequence-reverse {
  0% {
    -moz-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-2%);
  }
}
@keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */



.blog-item{
	display: flex;
	padding-top: 3vh;
	margin-bottom: 15px;
}

.blog-item img {
	margin-right: 2vw;
	display: block;
	max-width: 220px;
	height: 150px;
	object-fit: cover;
}


.gallery > ul {
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}
.gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;
}
.gallery > ul > li a {
    /*border: 3px solid #FFF;*/
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.gallery > ul > li a:hover .gallery-poster > img {
    opacity: 1;
}
.gallery > ul > li a .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.gallery > ul > li a .gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.gallery > ul > li a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.gallery .justified-gallery > a:hover .gallery-poster > img {
    opacity: 1;
}
.gallery .justified-gallery > a .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.gallery .justified-gallery > a .gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.gallery .justified-gallery > a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.gallery .video .gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .gallery {
    padding-bottom: 80px;
}









/*---------------------------------------------------------MEDIA---------------------------------------------------------*/




@media screen  and (max-width: 1440px){
	
	body , .header ,.footer__container{
		background-position: calc(100% + 1%);
	}

	body{
		font-size: 12px;
	}
	
	
	
	.sidebar{
		height: unset;
		align-items: flex-start;
	    min-width: 250px;
	    padding-left: 50px;
	}

	.sidebar__logo {
	    margin: 40px 0;
	}

	.sidebar .quote{
		
	    font-size: .6rem;
	    
	}

	.profile__list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: left;
  
	}

	.footer .notices select{
		min-height: 1px;
		margin: 0;
		padding:0;
		
	}
	.footer .docs{
		font-size: .7rem;
	}
	
	.footer .notices{
		letter-spacing: 1px;
		font-size: 0.6rem;
	}

	

	.footer .copyright{
		font-size: 0.62rem;
	}

	.footer .follow{
		letter-spacing: 0px;
		font-size: 0.71rem;
		
	}
}


@media screen and (max-width: 1350px) {
 	
 	body, .header, .footer__container{
		background-image: unset !important;
	}
 	

 	.rightSideWrapper{
 		width: calc(100% - 250px);
 	}

 	.content__container{
 		width: 90%
 	}

 	.submenu{
 		width: 100%;
 	}

 	

 	.hide{
 		display: none;
 		overflow-y: hidden;
 	}

 	.show{
 		display: inherit;
 	}

 	.container__form{
		padding-right: unset;
	}


}


@media screen and (max-width: 1024px){
	
	.form .title-close{
		justify-content: flex-end;
		margin-top: 100px;
	}
	.form .title-close div:first-child {
		
		flex-direction: column-reverse;
    	align-items: flex-end;
	}

	.container__form {
     /*padding-top: 260px;*/
    }

	.form .grid-container {
            display: grid;
            grid-template-columns: auto;
            grid-template-rows: auto;
            gap: 5px 5px;
            grid-template-areas:
            "form-title form-title form-title title-close"
            "title1 title2 title3 title4"
            "input1 input1 input1 input1"
            "input2 input2 input2 input2"
            "input3 input3 input3 input3"
            "message message message message"
            "send send send send";
        }
        
    .form .border,.form .title5 ,.form .title6{
            display: none !important;
        }

    .container__form{
    	padding-left:10%;
    	padding-right: 10%;
    	padding-top: 215px;
        }

    .footer{
    	display: none;
    }


}

@media screen  and (max-width: 800px){
	.form .grid-container > div {
		flex-direction: column;
	}

	.form .grid-container .input-item{
		padding: unset;
	}

	.form .border,.form .title5 , .form .form-title, .title1 ,.title2,.title3,.title4{
            display: none !important;
        }
}

@media screen  and (max-width: 640px){
	
	.swiper-container {
		margin-left: auto !important ;
    	margin-right: auto !important;
		width: 300px;
		height: 400px;
	}

	.swiper-button-prev {
		
		left:0px !important;
		
	}

	.swiper-button-next {
    
    right: 0px !important;
	}

	.quintes{
		height: 250px;
	}



	.cookie{
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.cookie-btn {
	  width: 100%;
	  
	}

	.welcome-sidenav .closebtn {
  		display: unset;
	}

	body{
		font-size: 1rem;
		background-image: unset !important;
	}

	.desctop{
		display: none;
	}

	.mobile{
		display: block;
	}

	.sidebar{
		height: 100px;
	    width: 100%;
	    background-color: var(--dark-color);
	    padding-left: 2vh;
	    padding-top: 20px;
	    position: fixed;
	    top: 0;
	    z-index: 15;
	}

	.sidebar .logo{
		margin: 0px 0;	
	}
	
	.sidebar__logo img {
    	max-width: 50vw;
    	height: auto;
	}

	.sidebar .deviber{
	    content: "";
	    position: absolute;
	    height: 100px;
	    width: 100px;
	    background: unset;
	    right: 0px;
	    top: 0vh;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.sidebar .welcome-hamburger {
		display: block;
	}

	.rightSideWrapper{
		float: unset;
		width: 100%;
		height: unset;
		min-height: calc(100vh - 70px);
		padding: 0 4vw;
		padding-top: 100px;
	}

	.title__container{
		display: none;
	}

	.header{
		position: absolute;;
		background-color: var(--dark-color);
		width: 100%;
		height: 100%;
		background-image: unset !important;
		top: 0;
    	left: 0;
    	z-index: 14;
    	display: none;
	}

	.nav{
		width: 100%;
		height: 100%;
	}

	.nav__list{
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}

	.nav__item:not(:last-child) {
    margin-right: unset;
    }

	.main{
		margin: 0;
		padding:0;
	}

	.footer__container{
	    position: static;
	    max-height: 50px;
	    margin-top: 25px;
	    padding-bottom: 0px;
	}

	

	.footer .motto img {
    	max-width: 100%;
	}

	.footer .docs {
		display: none;
	}

	.content__container{
		width: 100%;
	}

	.content{
		margin:0;
	}

	.contact-item {
    display: flex;
    flex-direction: column;
    align-items: inherit;
	}

	.submenu{
		width: unset;
		top: 100px;
		padding-bottom: 5px;
	}

	.press-container {
    margin-top: -15vh;
	}

	.press{
		width: unset;
		margin-top: 15vh;
	}

	.press-tabs{
		font-size: .8rem;
	}

	.profile-tabs{
		width: unset;
		margin-bottom: 15px;
		margin-left: unset;
		background: var(--dark-color);
		padding-bottom: 10px;
	}

	.bronze-title{
		font-size: 1rem;
	}

	.home{
		top: 12vh;
	}



	.philanthropy .bronze-title{
		top: 100px;
	}

	.philanthropy{
		margin-top: -10px;
	}

	.profile .submenu{
		letter-spacing: unset;
		font-size: .8rem;
		margin-bottom: 85px;
		margin-left: -20px;
    	padding-left: 30px;
	}

	/*.profile__list{
    display: grid;
    grid-template-columns: repeat(4, 1fr) 1.5fr;
    text-align: center;
  
	}

	.profile__list .list-reset span{
		color: red!important;
		margin: 0px !important;
		padding: 0px !important;
	}*/

	/*.profile__list{
		display: flex;
		justify-content: space-around;
	}

	.profile__list li:not(:last-child){
		
		border-right: 1px solid var(--ligth-color);
		padding-right: 10px;
	}

	.profile__list li:not(:last-child)::after{
		border: none;
	}*/

	.profile-action{
		justify-content: center;
	}



	/*.profile__list li:not(:last-child)::after {
	  content: " ";
	  position: absolute;
	  width: 1px;
	  height: 20px;
	  background-color: var(--ligth-color);
	  right: calc(50% - 8px);
	}*/

/*	.profile-container {
	    padding-top: 15px;
	}
*/
	.profile-container {
     padding-right: 0;
     max-width: 90vw;
	}

	.values, .quintessence {
	   line-height: 1;
	    text-align: center;
	}

	.under{
		flex-direction: column;
		text-align: center;
	}

}




@media screen and (max-height: 450px) {
   .welcome-sidenav {padding-top: 15px;}
  .welcome-sidenav a {font-size: 18px;}

  .welcome-overlay a {font-size: 20px}
  .welcome-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


@media screen  and (max-width: 400px){

	.profile__list li:not(:last-child){
			
			/*border-right: 1px solid var(--ligth-color);*/
			padding-right: 5px;
		}


	.profile__list li{
		font-size: .8em;
	}

	


}

/*--------------------------------------------bg-------------------------------------*/

body.welcome{
	background: var(--dark-color);
}

body.profile .header{
background-image: var(--profile-bg);
}

body.profile{
	background-image: var(--profile-bg);
}


body.profile .footer__container{
background-image:var(--profile-bg);
}


body.philanthropy .header{
background-image: var(--philanthropy-bg);
}

body.philanthropy{
	background-image: var(--philanthropy-bg);
}


body.philanthropy .footer__container{
background-image:var(--philanthropy-bg);
}


body.pressroom .header{
background-image: var(--press-bg);
}

body.pressroom{
	background-image: var(--press-bg);
}


body.pressroom .footer__container{
background-image:var(--press-bg);
}

body.contact .header{
background-image: var(--contact-bg);
}

body.contact{
	background-image: var(--contact-bg);
}


body.contact .footer__container{
background-image:var(--contact-bg);
}


body.projects .header{
background-image: var(--projects-bg);
}

body.projects{
	background-image: var(--projects-bg);
}


body.projects .footer__container{
background-image:var(--projects-bg);
}


body.system{
	background-image: none;
}

body.system .header{
	background-image: none;
}

body.system .footer__container{
	background-image: none;
}


#php{
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	/*background-color: red;*/
	z-index: 99999999;
	padding:20px;
}
