html {
  overflow-y: scroll;
}
body{
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
button, 
button:active, 
button:focus {
    outline: none;
}
*{
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: none;
}
a{
  color:white;
}
body{
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.footer{
  color: rgb(201, 201, 201);
  padding: 2em 0 2em 0;
  width: 75%;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
}
.columns_footer{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.col1{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 100px;
  /* border:solid 1px red; */  
}
.footer a{
  font-family:'Monserrat';
  font-weight: normal;
  color: rgb(201, 201, 201);
  transition: .2s;
}
.footer a:hover{
  color: #0AAFF1;
}
.footer span{
  color: rgb(201, 201, 201);
  transition: .2s;
}
.footer a:hover span{
  color: rgb(103, 187, 255);
}
.old{
  font-size: 2em;
}
#padding{
  margin-bottom: 10px;
}
#padding2{
  margin: 30px 0 10px;
}
.child{
  font-size: 1.9em;
}
.col2{
  line-height: 23px;
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  /* border:solid 1px red; */
}
.col2 a{
  font-family:'Monserrat';
  font-weight: normal;
  color: rgb(201, 201, 201);
  transition: .2s;
}
img.padding{
  margin-left: 5px;
}
.col2 span{
   font-size: 15px;
}
.old.padding{
  margin: 0 0 1px 0;
}
.addres.padding{
  margin: 0 0 10px 0;
}
.mts.padding{
  margin: 10px 0 0 0;
}
.city.padding{
  margin: 0 0 25px 0;
}
.col2 .lnr-map-marker{
  font-size: 20px;
}
.social a{
  display: inline-block;
  margin: 25px 8px 0 0;
  font-size: 1.7em;
}

a.arrow_top{
  background-image: url(../img/arrow_top.png);
  background-size: cover;
  width: 35px;
  height: 35px;
  transition: .3s;
  display:block;
}
a.arrow_top:hover{
  background-image: url(../img/arrow_top_hover.png);
}
/* .col1,.col2,.col3,.col4{
  border: solid red 1px;
} */
.pod_footer{
  color: rgb(201, 201, 201);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family:'Monserrat';
  font-weight: normal;
  width: 75%;
  max-width: 1920px;
  position: relative;
  padding: 0 0 5px 0;
}
.pod_footer::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(201, 201, 201);
  top: -20px;
  left: 0;
  position: absolute;
  opacity: .3;
}
.pod_footer img{
  height: 50px;
  width: 50px;
  margin-left: 20px;
}
.pod_footer span{
	font-size: 13px;
}
.qa{
  margin-top: 2px;
}
.qa span{
  font-size: 1em;
  color: #ff8b8b;
}
.color1{
  background-color: #2D2D2D;
}
.col1 span {
  font-size: 15px;
}
.col1 .lnr-map-marker {
  font-size: 20px;
}
.fot_mob{
  display: flex;
  justify-content: space-between;
}
.arrow_title{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.centr {
	margin: 0 auto;
    width: max-content;
}
.center {    text-align: center;}
@media (max-width: 930px){
  .fot_mob{
    flex-direction: column;
  }
  
}
@media (max-width: 840px){
  .pod_footer{
    font-size: 1.4em;
  }
  .pod_footer img{
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 590px){
  .col2, .col1{
    font-size: 0.75em;	margin-bottom: 20px;
  }
  .centr {margin-left: -20px;}
  
  .pod_footer{
    font-size: 1.1em;
  }
}
@media (max-width: 460px){
  .footer{
    padding: 2em 0 4.5em;
  }
}
@media (max-width: 1140px){
  .footer,
  .pod_footer{
    width: 90%;
  }
  .footer{
    padding-top: 1em;
  }
}
@media (max-width: 535px){
 .col1,.col2{
   margin-right: 0;
 }
}