@media screen and (min-width: 960px) and (orientation: landscape){



section#contact-info .container {
    display: grid;
    grid-template-columns: repeat(20, 5%);
	grid-template-rows: repeat(20, 5%);
    width: 100%;
    height: 100%;
    position: absolute;
}

section#contact-info .feedback {
    grid-column-start: 11;
    grid-column-end: 18;
    grid-row-start: 4;
    grid-row-end: 18;
}

section#contact-info .feedback h2 {
	margin-top: 0;
	margin-bottom: 81rem;
	line-height: 114%;
}

.feedback.sended h2.form-title, 
.feedback h2.form-title-thank-you{
  display:none;
}
.feedback.sended h2.form-title-thank-you{
  display:block;
}

section#contact-info .feedback h2 span.mobile-only{
  display: none;
}
section#contact-info .feedback h2 span {
	font-family: Druk Text Wide Cyr;
    font-style: normal;
    font-weight: 500;
    font-size: 36rem;
    line-height: 114%;
    letter-spacing: 0.015em;
}

section#contact-info input,
section#contact-info textarea {
	width: 100%;
	outline: none;
	border: none;
	margin-bottom: 2.9em;
	padding:.75em 0;
	background-color: transparent;
	border-bottom: 1px solid;

	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 18rem;
	line-height: 114%;
	letter-spacing: 0.015em;
}

section#contact-info input::placeholder,
section#contact-info textarea::placeholder {
	color: #9B9B9B;
}

section#contact-info textarea.message.feedback-element {
    resize: none;
    max-height: 120rem;
    margin-bottom: 4.5em !important;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

section#contact-info textarea.message.feedback-element::-webkit-scrollbar { 
    width: 0; 
}

.feedback .ok-button, 
section#contact-info button {

	width: 100%;
	height: 3.7em;
	background-color: transparent;
	border: 1px solid;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-top: -12rem;
	transition: 400ms;
	transition-property: background-color, color;
    color: black;
    background-color: white;

    font-family: Druk Text Wide Cyr;
    font-style: normal;
    font-weight: 500;
    font-size: 18rem;
    line-height: 81%;
    text-align: center;
    letter-spacing: 0.3em;
}
.sended button, 
.feedback .ok-button{
  display:none;
  

}
.feedback.sended .ok-button{
  display: block;
  line-height: 3.7em;
}


section#contact-info button:hover {
	color: white;
	background-color: black;
}

.light section#contact-info button {
    color: white;
    background-color: black;
}
.light section#contact-info button:hover {
    color: black;
    background-color: white;
}


section#contact-info #burger-logo {
    grid-column-start: 3;
    grid-column-end: 8;
    grid-row-start: 9;
    grid-row-end: 10;
}

section#contact-info #burger-logo .title {
    font-family: Druk Wide Cyr;
    font-style: italic;
    font-weight: 999;
    font-size: 96rem;
    line-height: 126.5%;
    letter-spacing: 0.015em;
    color: transparent;
}

section#contact-info #burger-logo .description {
    font-family: Druk Text Wide Cyr;
    font-style: normal;
    font-weight: 900;
    font-size: 24rem;
    line-height: 109.5%;
    letter-spacing: 0.015em;
    text-transform: uppercase;
}

#burger-logo .description p{
  margin: 0;
}

section#contact-info .info {
    grid-column-start: 3;
    grid-column-end: 11;
    grid-row-start: 4;
    grid-row-end: 20;
    font-family: Druk Text Wide Cyr;
    font-style: normal;
    font-weight: 900;
    font-size: 18rem;
    line-height: 157%;
    letter-spacing: 0.015em;
}

section#contact-info .info a{
  text-decoration: none;
  color: inherit;
}


section#contact-info .copyright {
    grid-column-start: 3;
    grid-column-end: 11;
    grid-row-start: 20;
    grid-row-end: 21;
    
    font-family: PT Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 14rem;
    line-height: 157%;
    letter-spacing: 0.015em;
}








}






.aaa{
  grid-column-start: 14;
  grid-column-end: 18;
  grid-row-start: 20;
  grid-row-end: 21;
  align-self:center;
  justify-self:end;
  font-family: PT Mono;
  font-style: normal;
  font-weight: normal;
  font-size: 14rem;
  line-height: 157%;
  letter-spacing: 0.015em;
}
.aaa a{
  color: inherit;
  text-decoration:none;
  /*font-family: Stapel Semi Expanded Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 12rem;
  line-height: 1.25;
  letter-spacing: -0.005em;*/
}
  .povered_by_aaa {
    position: relative;
    display: grid;
    align-items: center;
 
    display: grid;
    grid-template-columns: 6.5em auto;
    align-items: center;
    align-self: end;
     
    height:4em;
    padding-right:1.8em;
  }
  .triangle,
  .triangle:before {
    position: absolute;
    color: white;
  }

  .triangle {
    animation: ani 1s linear infinite;
  }
  .triangle.central {
    transform: rotate(60deg);
    animation-name: anic;
  }
  .triangle:before {
    margin: -1.34669em -0.625em;
    border: solid 0.625em transparent;
    border-bottom: solid 1.08253em white;
    transform: scale(1.015);
    content: "";
  }

  .triangle:nth-child(1) {
    animation-name: ani1;
  }

  @keyframes ani1 {
    from {
      transform: rotate(-60deg) translateY(-1.875em) rotate(-240deg) scale(0);
    }
    to {
      transform: rotate(0deg) translateY(-0.72169em) rotate(0deg) scale(1);
    }
  }
  .triangle:nth-child(2) {
    animation-name: ani2;
  }

  @keyframes ani2 {
    from {
      transform: rotate(60deg) translateY(-1.875em) rotate(-240deg) scale(0);
    }
    to {
      transform: rotate(120deg) translateY(-0.72169em) rotate(0deg) scale(1);
    }
  }
  .triangle:nth-child(3) {
    animation-name: ani3;
  }

  @keyframes ani3 {
    from {
      transform: rotate(180deg) translateY(-1.875em) rotate(-240deg) scale(0);
    }
    to {
      transform: rotate(240deg) translateY(-0.72169em) rotate(0deg) scale(1);
    }
  }
  @keyframes anic {
    from {
      transform: rotate(0deg) scale(2);
    }
  }