article{
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%;
}
.mapcontainer{
  position: relative;
  width: -webkit-calc(100% - 25rem);
  width: -moz-calc(100% - 25rem);
  width: calc(100% - 25rem);
margin-left: 25rem;
}
.ymaps-2-1-79-gototech, .ymaps-2-1-79-copyright__link{
  display: none!important;
}
.row {
  max-width: 90vw;
  margin: 5rem auto 9rem;
  width: 100%;
  position: relative;
}
.row .contact {
  background-color: #f6f8f8;
  padding: 3rem 2rem;
  position: absolute;
  z-index: 1;
  bottom: -4rem;
  top: 0;
  max-width: 25rem;
  min-width: 25rem;
}
.row .form {
  background-color: #ffffff;
  padding: 3rem 2rem;
  position: absolute;
  z-index: 0;
  bottom: -4rem;
  top: 0;
  max-width: 25rem;
  min-width: 25rem;
}
.row .form.show{
      left: 25rem;
      z-index: 1;
      -webkit-box-shadow: 3px 0px 3px 0px rgba(51, 51, 51, 0.10);
     -moz-box-shadow: 3px 0px 3px 0px rgba(51, 51, 51, 0.10);
          box-shadow: 3px 0px 3px 0px rgba(51, 51, 51, 0.10);
}
.row .contact a {
  display: inline-block;
  line-height: 1.33rem;
  width: 46%;
  margin: 0 2%;
  text-align: center;
}
.txtbkg {
  margin-bottom: -3rem;
  margin-top: 2rem;
  width: 70%;
  margin-left: 30%;
  max-height: 7.5rem;
}
.row .contact .socials {
  margin: 2rem auto 1rem;
  text-align: center;
}
.row .contact .socials a{
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  line-height:normal;
  text-align: center;
  width: 20%;
  margin: 0 auto;
}
.socials a svg {
  width: 1.563rem;
  height: 1.563rem;
  margin: auto;
}
.contact p{
  margin: 1rem 0;
}
.socials a svg path{
  fill: #333333;
}
button, .row .contact a.btn3{
  width: 100%;
  margin-bottom: 1rem;
}
.row .contact a.btn3{
  margin: auto;
}

#map{
  width: 100%;
  height: 100%;
  min-height:25rem;
}

@media screen and (max-width: 980px){
  
  .txtbkg {
      margin: 2rem auto -3rem;
      display: block;
    }
    .row {
      max-width: 92vw;
      margin: 3rem auto 3rem;
      height: 100%;
    }
.row .contact, .row .form {
  max-width: 100%;
  min-width: 100%;
  position: relative;
}
.row .form{
  display: none;
}
.row .form.show{
  display: block;
  left: 0;
}
.mapcontainer {
  width: 100%;
  margin-left:0;
}
}
@media screen and (max-width: 480px){
  .row .contact {
      padding: 3rem 1rem;
  }
  .txtbkg {
      margin: 2rem auto -1rem;
    }
}