*{
  margin: 0;
  padding: 0;
}

/* FONTS */

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    src: url('../fonts/Montserrat-ExtraBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: normal;
    src: url('../fonts/Montserrat-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    src: url('../fonts/Montserrat-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url('../fonts/Montserrat-SemiBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    src: url('../fonts/Montserrat-Medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: Rubik;
    font-weight: 900;
    src: url('../fonts/Rubik-Black.ttf');
    font-display: swap;
}

/* HEADER */

#header{
  width: 100vw;
  max-width:100%;
  height: 20vw;
  background: linear-gradient(123.95deg, rgba(255, 216, 108, 0.25) 29.87%, rgba(239, 203, 104, 0.25) 78.08%), url('../img/header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: grid;
  grid-template-rows: 5.208vw 1fr 5.208vw;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
  position: relative;
}

#navbar{
  height: 5.208vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
a.menuA {
  margin-left: 0;
}

#logoCont{
  grid-column: 1;
  padding-left: 2.083vw;
  display: flex;
  align-items: center;
  height: 5.208vw;
}

#logoImg{
  background: url('../img/logo_white.svg');
  height: 3.1vw;
  width: 12vw;
  background-repeat: no-repeat;
  background-size: contain;
}

#logoTxt{
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1.3vw;
}

#menuCont{
  grid-column: 2;
  padding-right: 2.083vw;
  display: flex;
  justify-content: flex-end;
  padding-top: 1.3vw;
}

.menuA{
  color: white;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1vw;
  text-transform: uppercase;
  margin-left: 2vw;
  transition: background 1s ease, box-shadow 1s ease;
  height: 2.6vw;
  border-radius: 2.604vw;
  line-height: 2.6vw;
  text-align: center;
}

li.menuA:hover{
  background: #E6DEC3;
  box-shadow: 10px 10px 20px rgba(207, 200, 176, 0.2), -10px -10px 20px rgba(207, 200, 176, 0.2), 10px -10px 20px rgba(253, 244, 215, 0.9), -10px 10px 25px rgba(207, 200, 176, 0.9), inset -1px 1px 2px rgba(253, 244, 215, 0.3), inset 1px -1px 2px rgba(207, 200, 176, 0.5);
}

.active{
  background: #E6DEC3;
  box-shadow: 10px 10px 20px rgba(207, 200, 176, 0.2), -10px -10px 20px rgba(207, 200, 176, 0.2), 10px -10px 20px rgba(253, 244, 215, 0.9), -10px 10px 25px rgba(207, 200, 176, 0.9), inset -1px 1px 2px rgba(253, 244, 215, 0.3), inset 1px -1px 2px rgba(207, 200, 176, 0.5);
}

#hMain{
  grid-row: 2/4;
  justify-self: center;
  display: grid;
  grid-template-rows: 1.2fr 1fr;
  justify-items: center;
}

#hMainP1{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 5.5vw;
  height: 5.5vw;
  transition: opacity 1.5s ease;
  display: none;
  align-self: flex-end;
}

#hMainP1 b{
  font-weight: 800;
}

.fadeIn{
  animation: fadeIn;
  animation-duration: 1s;
}

#hMainP2{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 2.75vw;
  transition: opacity 1.5s ease;
  display: none;
}

@-webkit-keyframes uparrow {
  0% { -webkit-transform: translateY(0);}
  100% { -webkit-transform: translateY(-0.4em);}
}

@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0);}
  100% { -webkit-transform: translateY(0.4em);}
}

#hLower{
  display: grid;
  grid-row: 3;
  grid-template-columns: 13.021vw 1fr 13.021vw;
}

#lang{
  width: 5.5vw;
  height: 3.6vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;

  color: white;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1vw;
  text-transform: uppercase;
  margin-left: 1.5vw;
  transition: background 1s ease, box-shadow 1s ease, height 1s ease;
  border-radius: 1.604vw;

  margin-top: -0.313vw;
}

#lang a{
  width: 4.5vw;
  height: 2.6vw;
  line-height: 2.6vw;
  text-align: center;
  transition: background 1s ease, box-shadow 1s ease;
  border-radius: 2.604vw;
  margin-top: 0.521vw;
  text-decoration: none;
  color: white;
}

#lang a:hover{
  background: #E6DEC3;
  box-shadow: 5px 5px 10px rgba(207, 200, 176, 0.2), -5px -5px 10px rgba(207, 200, 176, 0.2), 5px -5px 10px rgba(253, 244, 215, 0.9), -5px 5px 13px rgba(207, 200, 176, 0.9), inset -1px 1px 2px rgba(253, 244, 215, 0.3), inset 1px -1px 2px rgba(207, 200, 176, 0.5);
}

#hArrow{
  grid-column: 2;
  background-image: url('../img/arrow_down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.646vw;
  height: 1.667vw;
  justify-self: center;
  align-self: center;
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}

#hArrowA{
  width: 3.646vw;
  height: 1.667vw;
  display: block;
}

/* SIDE MENU */

#sideMenu{
  width: 7.7vw;
  height: 100vh;
  background-color: #E6DEC3;
  top: 0;
  right: 0;
  position: fixed;
  overflow-x: hidden;
  z-index: 100;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
  display: none;
  grid-template-rows: 10vw 1fr 10vw;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sideMenuDown{
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}
.sideMenuUp{
  display: grid !important;
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

#smLogo{
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.563vw;
}

#smLogoImg{
  background: url('../img/logo_black.svg');
  height: 1.8vw;
  width: 6.5vw;
  background-repeat: no-repeat;
  background-size: contain;
}

.smLogoTxt{
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1vw;
}

#smMenu{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  height: 22vh;
  margin-top: -10vh;
}

.sidemenuA{
  color: black;
  text-decoration: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9vw;
  margin-right: 0.781vw;
  transition: margin-right .5s ease;
  display: block;
  margin-bottom: 5px;
}

.sidemenuA:hover{
  margin-right: 1.5vw;
}

#smArrow{
  grid-row: 3;
  background-image: url('../img/arrow_up.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.2vw;
  height: 1.667vw;
  justify-self: center;
  align-self: center;
  margin-bottom: 1.563vw;
}

#smArrowA{
  width: 3.2vw;
  height: 1.667vw;
  display: block;
}

#smArrow:hover{
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}

/* BURGER MENU */

#burgerButton{
  display: none;
  width: 8.333vw;
  height: 6.667vw;
  margin-right: 4vw;
  z-index: 101;
  cursor: pointer;
}

.burgerStroke{
  background-color: white;
  height: 0.500vw;
  position: absolute;
  transition: all 0.5s ease;
}

#burger1{
  width: 8.333vw;
  transform-origin: left;
}

#burger2{
  width: 5.833vw;
  margin-left: 2.500vw;
  margin-top: 3.333vw;
}

#burger3{
  width: 8.333vw;
  margin-top: 6.667vw;
  transform-origin: left;
}

#burgerMenu{
  top: 0;
  right: -70%;
  width: 70%;
  height: 100%;
  position: fixed;
  background-color: rgba(230, 222, 195, 1);

  z-index: 100;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
  display: none;
  transition: right 1s ease;

  grid-template-rows: 30% 1fr .5fr 1fr .5fr 1fr .5fr 1fr .5fr 1fr 30%;
  align-items: center;
  text-align: right;
}

.burgerMenuDown{
  display: grid !important;
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}
.burgerMenuUp{
  display: grid !important;
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

.burgerButtonDown{
  display: block !important;
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}
.burgerButtonUp{
  display: block !important;
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

#burgerMenuP{
  height: 16.667vw;
  justify-self: flex-start;
  line-height: 16.667vw;
  align-self: flex-start;
  margin-left: 10vw;
  font-family: 'Montserrat';
  font-size: 4vw;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

#burgerLangCont{
  grid-row: 11;
  justify-self: center;
  align-self: flex-end;

  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 4vw;

  text-transform: uppercase;
  margin-bottom: 6vw;
}

.burgerLang{
  cursor: pointer;
  text-decoration: none;
  color: black;
}

.burgerLangActive{
  border-bottom: 3px solid white;
}

#burgerLangCont a{
  margin-right: 6vw;
}
#burgerLangCont a:last-child {
  margin-right: 0;
}

#burgerNavbar{
  position: fixed;
  width: 100%;
  background: #e6dec3;
  height: 16.667vw;
  top: 0;
  z-index: 99;

  display: none;
  align-items: center;
  box-shadow: 0px 10px 50px rgb(0 0 0 / 25%);
}

#burgerNavLogo{
  width: 29vw;
  height: 13.1vw;
  background: url(../img/logo_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5vw;
}

#burgerButtonNav{
  display: none;
  width: 8.333vw;
  height: 6.667vw;
  z-index: 101;
  cursor: pointer;
  margin-right: 6vw;
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 5vw;
}

#burgerNav1{
  width: 8.333vw;
  transform-origin: left;
}

#burgerNav2{
  width: 5.833vw;
  margin-left: 2.500vw;
  margin-top: 3.333vw;
}

#burgerNav3{
  width: 8.333vw;
  margin-top: 6.667vw;
  transform-origin: left;
}

/* MIDDLE */

#middleCont{
  width: 100vw;
  max-width:100%;
  background-color: #EDEEEF;
  display: grid;
  grid-template-columns: 1fr 1fr 7.7vw;
  grid-template-rows: 3.125vw 4.167vw 0.156vw 1fr;

  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 1.094vw;
  line-height: 1.5vw;

  color: #000000;
}

#middleContP{
  align-self: center;
  grid-row: 2;
}

#hl_1{
  grid-row: 3;
}

#middleTxt{
  grid-column: 1;
  grid-row: 4;
  padding-left: 9.115vw;
  padding-right: 9.115vw;
  padding-top: 3.906vw;
  padding-bottom: 3.906vw;
  display: grid;
  justify-items: center;
}

#middleMap{
  grid-column: 2/4;
  grid-row: 1/5;
}

/* MAIN */

#main{
  width: 100vw;
  max-width:100%;
  background-color: #E8EAEC;
  box-shadow: 0px -10px 50px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: 1fr 7.7vw;
  //grid-template-rows: 60vw 16vw;
  font-family: Montserrat;
  font-style: normal;
  color: #000000;

  background-image: url('../img/wave_1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 60vw;
}

/* STEPS */

#steps{
  grid-row: 1;
  display: grid;
  grid-template-rows: 4.167vw 0.156vw 1fr ;
  padding-top: 3.906vw;
  padding-bottom: 3.906vw;
  height: 37vw;
  box-shadow: 0px 50px 50px -50px rgb(0 0 0 / 25%);
  z-index: 10;
}

.stepsP{
  grid-row: 1;
  grid-column: 1;
  font-weight: 300;
  font-size: 2.604vw;
  margin-left: 5.115vw;
}

.hl{
  grid-row: 2;
  grid-column: 1;
  width: 0;
  height: 0.156vw;
  background-color: black;
  transition: width 1s ease;
}

#form{
  width: 50vw;
  margin: 30px auto;
}
.privacy-policy {
	display: flex;
	margin: 0 auto 30px;
	position: relative;
}
#formCheckbox {
	display: block;
	margin-right: 10px;
	position: relative;
} 
.invalid {
	border-bottom: 2px solid #ff6868 !important;
}
.error-message {
	position: absolute;
	color: #ff6868;
	bottom: -5px;
  right: 0;
	font-size: 10px;
  z-index: 100;
}	
.formMessageWrap > .error-message {
  bottom: -15px;
}
#formCheckbox ~ .error-message {
  bottom: -12px;
}
.button-form {
	margin: 0 auto;
  max-width: 290px;
}
#formCheckbox ~ label {
	width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 2px solid #9B9B9B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  left: -5px;
}
#formCheckbox ~ label:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #9B9B9B;
  top: 2px;
  display: block;
  left: 2px;
  position: absolute;
  opacity: 0;
  transition: .5s;
}
#formCheckbox:checked ~ label:before {
	opacity: 1;
}
#formCheckbox {
	opacity: 0;
}

.formItemWrap {
	width: 100%;
	position: relative;
}
.bottom-form {
	flex-direction: column;
	position: relative;
  align-items: center;
  margin-top: 30px;
}

.formItemWrap:first-child {
  margin-right: 30px;
}

#steps {
  height: auto;
}

#formName{
  grid-column: 1/3;
  grid-row: 1;
}

#formEmail{
  grid-column: 1/3;
  grid-row: 3;
}

#formTel{
  grid-column: 1;
  grid-row: 5;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
  background-color: #e8eaec;
  transition: background-color 5000s ease-in-out 0s;
}

#formSelect{
  cursor: pointer;
}

#formMessage{
  grid-column: 1/3;
  grid-row: 7;
  height: 9.635vw;
}

#formButton{
  grid-column: 2;
  grid-row: 11;
  width: 8.5vw;
  min-width: 110px;
  height: 2.5vw;
  min-height: 32px;
  line-height: 1vw;
  justify-self: flex-end;
  color: white;
  border: none;
  background: #E6DEC3;
  box-shadow: 6px 6px 12px rgba(207, 200, 176, 0.2), -6px -6px 12px rgba(207, 200, 176, 0.2), 6px -6px 12px rgba(253, 244, 215, 0.9), -6px 6px 15px rgba(207, 200, 176, 0.9), inset -1px 1px 2px rgba(253, 244, 215, 0.3), inset 1px -1px 2px rgba(207, 200, 176, 0.5);
  border-radius: 100px;
  cursor: pointer;
  transition: background 1s ease, box-shadow 1s ease;
}

#formButton:hover:enabled{
  box-shadow: -6px 6px 15px rgba(207, 200, 176, 0);
}

#formButton:active:enabled, #formButton[disabled = 'disabled'] {
  box-shadow: -1px 1px 2px rgba(253, 244, 215, 0.3), 1px -1px 2px rgba(207, 200, 176, 0.5), inset 3px 3px 6px rgba(207, 200, 176, 0.2), inset -3px -3px 6px rgba(207, 200, 176, 0.2), inset 3px -3px 6px rgba(253, 244, 215, 0.9), inset -3px 3px 8px rgba(207, 200, 176, 0.9);
}


#formButton:hover:enabled{
  box-shadow: -6px 6px 15px rgba(207, 200, 176, 0);
}

#formButton:active:enabled{
  box-shadow: -1px 1px 2px rgba(253, 244, 215, 0.3), 1px -1px 2px rgba(207, 200, 176, 0.5), inset 3px 3px 6px rgba(207, 200, 176, 0.2), inset -3px -3px 6px rgba(207, 200, 176, 0.2), inset 3px -3px 6px rgba(253, 244, 215, 0.9), inset -3px 3px 8px rgba(207, 200, 176, 0.9);
}
#formSuccess, #formError, #formRecapcha {
	color: white;
	font-size: 14px;
	margin: 0 auto;
	position: absolute;
	bottom: -55px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 35px;
  border-radius: 20px;
	font-size: 13px;
	width: 100%;
  text-align: center;
}
#formError {
	display: none;
	background: linear-gradient(105.97deg,#da2020 3.8%,rgba(211,222,30,.12) 101.03%);
}

.bottom-flex {
	display: flex;
  flex-grow: 1;
}

#formSuccess {
	display: none;
	background: linear-gradient(105.97deg,#b5dd2b 3.8%,rgba(211,222,30,.12) 101.03%);
    
}
#formRecapcha {
	display: none;
	background: linear-gradient(105.97deg,#da2020 3.8%,rgba(211,222,30,.12) 101.03%);
}

#form-capcha{
  grid-column: 1/3;
  grid-row: 9;
}

#form-p{
  grid-row: 9;
  grid-column: 2;
  padding: .375rem .75rem;
  font-size: 1vw;
  line-height: 1.5;
  color: #9B9B9B;
  justify-self: flex-end;
  cursor: pointer;
}

.checkbox {
	 --border-default: #bbbbc1;
	 --border-hover: #9898a3;
	 --active: #E6DEC3;
	 --active-tick: #fff;
	 display: block;
	 width: 18px;
	 height: 18px;
	 cursor: pointer;
	 position: relative;
	 -webkit-tap-highlight-color: transparent;
   grid-row: 11;
  grid-column: 1;
  padding: .375rem .75rem;
  align-self: center;
}
 .checkbox svg {
	 display: block;
	 position: absolute;
   padding: .375rem .75rem;
   align-self: center;
}
 .checkbox input {
	 display: block;
	 outline: none;
	 border: none;
	 padding: 0;
	 margin: 0;
	 -webkit-appearance: none;
	 width: 18px;
	 height: 18px;
	 border-radius: 36% / 36%;
	 box-shadow: inset 0 0 0 1.5px var(--border, var(--border-default));
	 background: var(--background, transparent);
	 transition: background 0.25s linear, box-shadow 0.25s linear;
}
 .checkbox input + svg {
	 width: 21px;
	 height: 18px;
	 left: 0;
	 top: 0;
	 color: var(--active);
}
 .checkbox input + svg .tick {
	 stroke-dasharray: 20;
	 stroke-dashoffset: var(--stroke-dashoffset, 20);
	 transition: stroke-dashoffset 0.2s;
}
 .checkbox input + svg .tick.mask {
	 stroke: var(--active-tick);
}
 .checkbox input + svg + svg {
	 width: 11px;
	 height: 11px;
	 fill: none;
	 stroke: var(--active);
	 stroke-width: 1.25;
	 stroke-linecap: round;
	 top: -6px;
	 right: -10px;
	 stroke-dasharray: 4.5px;
	 stroke-dashoffset: 13.5px;
	 pointer-events: none;
	 animation: var(--animation, none) 0.2s ease 0.175s;
}
 .checkbox input:checked {
	 --background: var(--active);
	 --border: var(--active);
}
 .checkbox input:checked + svg {
	 --stroke-dashoffset: 0;
}
 .checkbox input:checked + svg + svg {
	 --animation: check;
}
 .checkbox:hover input:not(:checked) {
	 --border: var(--border-hover);
}
 @keyframes check {
	 100% {
		 stroke-dashoffset: 4.5px;
	}
}

#form-a{
  font-size: 1vw;
  color: #9B9B9B;
}

#inline-badge {
  margin-bottom: 30px;
}

.form-control{
  display: block;
  //margin-bottom: 16px;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1vw;
  line-height: 1.5;
  color: black;
  background-color: #e8eaec;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0;
  resize: none;
  appearance: none;
  font-family: Montserrat;
  font-style: normal;
}

.form-select{
  display: block;
  //margin-bottom: 16px;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1vw;
  line-height: 1.5;
  color: #9B9B9B;
  background-color: #e8eaec;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0;
  resize: none;
  appearance: none;
  font-family: Montserrat;
  font-style: normal;
}

select option{
  color: black;
}

.form-hl{
  height: 0.313vw;
  //margin-top: 0.521vw;
  margin-bottom: 0.5vw;
  background: #E8EAEC;
  box-shadow: -1px 1px 2px rgb(255 255 255 / 30%), 1px -1px 2px rgb(188 190 191 / 50%), inset 10px 10px 20px rgb(188 190 191 / 20%), inset -10px -10px 20px rgb(188 190 191 / 20%), inset 10px -10px 20px rgb(255 255 255 / 90%), inset -10px 10px 25px rgb(188 190 191 / 90%);
  border-radius: 2.604vw;
}

::placeholder {
  color: #9B9B9B;
}

input:focus, textarea:focus, select:focus{
  outline: none;
}

.form-submit{
  cursor: pointer;
}

#bot-capcha{
  height: 0px;
  border: 0;
  appearance: none;
}
/* FOR WHO */

#forWho{
  height: 144vw;
  grid-column: 1;
  grid-row: 3;
  display: grid;
  grid-template-rows: 4.167vw 0.156vw 30.677vw 2.448vw 30.677vw 2.448vw 30.677vw 2.448vw 30.677vw 2.448vw;
  padding-top: 3.906vw;
  padding-bottom: 3.906vw;
}

.forWhoInnerCont{
  width: 35.5vw;
  height: 22.5vw;
  justify-self: center;
  align-self: center;

  box-shadow: -1px 1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(209, 211, 212, 0.5), inset 5px 5px 10px rgba(209, 211, 212, 0.2), inset -5px -5px 10px rgba(209, 211, 212, 0.2), inset 5px -5px 10px rgba(255, 255, 255, 0.9), inset -5px 5px 13px rgba(209, 211, 212, 0.9);
  border-radius: 5.208vw;

  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  justify-items: center;
  align-items: center;

  cursor: pointer;
}

#forWhoInnerCont_1{
  background: url('../img/media/article_cover_1.png');
  background-size: cover;
  background-repeat: no-repeat;
}


#forWhoInnerCont_2{
  background: url('../img/media/article_cover_2.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#forWhoInnerCont_3{
  background: url('../img/media/article_cover_3.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#forWhoInnerCont_4{
  background: url('../img/media/article_cover_4.png');
  background-size: cover;
  background-repeat: no-repeat;
}


.articleRead{
  font-size: 1.1vw;
  font-weight: 500;
  font-family: Montserrat;
  justify-self: center;
  cursor: pointer;
  align-self: flex-end;
}

/* USEFULL */

#usefull{
  grid-column: 1;
  grid-row: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 4.167vw 0.156vw 1fr;
  height: 94vw;
  box-shadow: 0px 50px 50px -50px rgb(0 0 0 / 25%);
  z-index: 10;
}

#usefullLeft{
  grid-column: 1;
  grid-row: 3;
  margin-top: 5vw;
  display: flex;
  flex-direction: column;
}

#usefullRight{
  grid-column: 2;
  grid-row: 3;
  margin-top: 5vw;
  display: flex;
  flex-direction: column;
}

.usefullCont{
  width: 31.927vw;
  height: 20.813vw;
  align-self: center;

  background: #E8EAEC;
  box-shadow: 15px 15px 30px rgba(209, 211, 212, 0.2), -15px -15px 30px rgba(209, 211, 212, 0.2), 15px -15px 30px rgba(255, 255, 255, 0.9), -15px 15px 38px rgba(209, 211, 212, 0.9), inset -1px 1px 2px rgba(255, 255, 255, 0.3), inset 1px -1px 2px rgba(209, 211, 212, 0.5);
  border-radius: 5.208vw;

  margin-bottom: 7vw;

  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
}

.usefullImg{
  width: 30.260vw;
  height: 19.042vw;
  box-shadow: -1px 1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(209, 211, 212, 0.5), inset 5px 5px 10px rgba(209, 211, 212, 0.2), inset -5px -5px 10px rgba(209, 211, 212, 0.2), inset 5px -5px 10px rgba(255, 255, 255, 0.9), inset -5px 5px 13px rgba(209, 211, 212, 0.9);
  border-radius: 4.688vw;
  cursor: pointer;
  position: absolute;
  display: block;
}

#usefull_1_Normal{
  background: linear-gradient(0deg, rgba(232, 234, 236, 0.5), rgba(232, 234, 236, 0.5)), url("https://i.ytimg.com/vi/2Vsm5w-cJgE/sddefault.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#usefull_1_Hover{
  background: url("https://i.ytimg.com/vi/2Vsm5w-cJgE/sddefault.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease;
  background-position: center;
}

#usefull_2_Normal{
  background: linear-gradient(0deg, rgba(232, 234, 236, 0.5), rgba(232, 234, 236, 0.5)), url('../img/media/kk4.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#usefull_2_Hover{
  background: url('../img/media/kk4.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease;
}

#usefull_3_Normal{
  background: linear-gradient(0deg, rgba(232, 234, 236, 0.5), rgba(232, 234, 236, 0.5)), url('../img/media/kk6.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#usefull_3_Hover{
  background: url('../img/media/kk6.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease;
}

#usefull_4_Normal{
  background: linear-gradient(0deg, rgba(232, 234, 236, 0.5), rgba(232, 234, 236, 0.5)), url('../img/media/kk3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#usefull_4_Hover{
  background: url('../img/media/kk3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease;
}

#usefull_5_Normal{
  background: linear-gradient(0deg, rgba(232, 234, 236, 0.5), rgba(232, 234, 236, 0.5)), url('../img/media/kk5.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#usefull_5_Hover{
  background: url('../img/media/kk5.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease;
}

#usefull_6_Normal{
  background: linear-gradient(0deg, rgba(232, 234, 236, 0.5), rgba(232, 234, 236, 0.5)), url('../img/media/kk7.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#usefull_6_Hover{
  background: url('../img/media/kk7.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease;
}

#usefull_7_Normal{
  background: linear-gradient(0deg, rgba(232, 234, 236, 0.5), rgba(232, 234, 236, 0.5)), url('../img/media/kk8.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#usefull_7_Hover{
  background: url('../img/media/kk8.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease;
}

#usefull_8_Normal{
  background: linear-gradient(0deg, rgba(232, 234, 236, 0.5), rgba(232, 234, 236, 0.5)), url('../img/media/kk7.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#usefull_8_Hover{
  background: url('../img/media/kk7.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease;
}

#certificate{
  height: 100vh;
  width: 91.5vw;
  position: fixed;
  z-index: 50;
  top: 0;
  //background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  background-color: #525659;
  display: none;
  grid-template-columns: 5.208vw 1fr 5.208vw;
  grid-template-rows: 5.208vw 1fr 5.208vw;
}

#certificateImg{
  grid-column: 1/4;
  grid-row: 2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  z-index: 10;
  display: grid;
    justify-items: center;
    align-items: center;
}

#closeBtn{
  grid-column: 3;
  grid-row: 1;
  width: 2.083vw;
  height: 2.083vw;
  background: url('../img/media/closeBook.svg');
  background-repeat: no-repeat;
  justify-self: center;
  align-self: center;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  fill: white;
}

#rightArrow{
  grid-column: 2;
  grid-row: 2;
  background-image: url(../img/arrow_up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.2vw;
  height: 3.2vw;
  justify-self: flex-end;
  align-self: center;
  transform: rotate(90deg);
  margin-right: 200px;
  cursor: pointer;
  z-index: 15;
  display: none;
}

#leftArrow{
  grid-column: 2;
  grid-row: 2;
  background-image: url(../img/arrow_up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.2vw;
  height: 3.2vw;
  justify-self: flex-start;
  align-self: center;
  transform: rotate(-90deg);
  margin-left: 200px;
  cursor: pointer;
  z-index: 15;
  display: none;
}

#certificateLoading{
  grid-column: 2;
  grid-row: 2;
  width: 20%;
  height: 20%;
  background-image: url('../img/media/logo_black.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  justify-self: center;
  align-self: center;
  z-index: 5;
}

/* FOOTER */

#footer{
  grid-column: 1/3;
  grid-row: 5;
  display: grid;
  background-color: #E6DEC3;
  height: 16vw;
  z-index: 1;
  grid-template-columns: 7vw 1fr 1fr 7vw 7.7vw
}

#ftlogo{
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#ftLogoImg{
  background: url('../img/logo_black.svg');
  height: 5.729vw;
  width: 14vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#ftLogoTxt{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 1.13vw;
}

#ftInfo{
  grid-column: 3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 2.5vw 2.5vw 2.5vw 1fr;
  align-items: center;

  font-family: Montserrat;
  font-style: normal;
  font-size: 0.938vw;
}

#ftInfo p b{
  font-weight: 500;
}

#phoneNumberPP{
  grid-row: 2;
  grid-column: 2;
  align-self:flex-end;
}

#phoneNumberP_1{
  grid-row: 3; margin-left: 1.302vw; grid-column: 2;
}

#phoneNumberP_2{
  grid-row: 4; margin-left: 1.302vw; grid-column: 2;
  
}

#phoneNumberP_3{
  grid-row: 3; margin-left: 1.302vw;
  
}

#phoneNumberP_4{
  grid-row: 4; margin-left: 1.302vw;
}

#emailPP{
  grid-row: 2; grid-column: 3;
  align-self:flex-end;
}

#email{
  grid-row: 3;
  margin-left: 1.302vw;
  grid-column: 3;
}
#email2{
  grid-row: 4;
  margin-left: 1.302vw;
  grid-column: 3;
}

hr{
  height: 1px;
  border-width: 0;
  color: white;
  background-color: white
}

nav ul li, aside ul li {
  list-style: none;
}
footer {
  font-family: Montserrat;
  font-style: normal;
  color: #000000;
}
#menuCont_1 {
  width: 6.1vw;
}
#menuCont_2 {
  width: 13vw;
}
#menuCont_3 {
  width: 8vw;
}
#menuCont_4 {
  width: 6.5vw;
}
#menuCont_5 {
  width: 8vw;
}
footer {
  font-family: Montserrat;
  font-style: normal;
  color: #000000;
}
#ftInfo a {
  color: #000000;
  text-decoration: none;
  transition: .5s;
}
#ftInfo a:hover {
  color: rgba(0, 0, 0, .5);
}
.iframe {
  width: 100%;
  height: 100%;
}

.formMessageWrap {
  position: relative;
}
.iframe {
  width: 100%;
  height: 100%;
}