.logo-footer {
   float: left;
   width: 365px;
   padding-top: 65px;
}

.logo-footer .footer-year {
   color: #6e6e6e;
   margin-left: 80px;
   margin-top: -20px;
}

.footer {
   height: 200px;
   background: #272727;
}

.footer > div {
  background: none;
}

.footer > div .center .dmenu a {
   margin-right: 65px;
   margin-left: 0;
}

.footer > div .center {
   width: auto;
   float: left;
   position: relative;
   left: 0;
   top: 0;
   text-align: left;
   font-size: 13px;
}

.author {
   text-decoration: none;
   display: inline-block;
   border-bottom: 1px dotted #888888;
}

.author:hover {
   border-bottom: 1px dotted transparent;
}

.footer-fb {
   display: inline-block;
   width: 34px;
   height: 34px;
   background: url("../../img/facebook.svg");
}

.footer-fb:hover {
   background: url("../../img/facebook_h.svg");
}

.footer-inst {
   display: inline-block;
   width: 34px;
   height: 34px;
   border-radius:50%;
   background: url("../../img/template/inst.svg") no-repeat center center #ffffff;
   transition:background 0.2s ease-out;
}
.footer-tele {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 43px;
   height: 43px;
   min-width: 43px;
   background:#fe5a13;
   border-radius:50%;

/*   width: 34px;
   height: 34px;
   border-radius:50%;
   background: url("../../img/template/tele.svg") no-repeat center center #ffffff;
   background-size:50%;*/
   transition:all 0.3s ease;
}
.footer-tele:hover {
/*  background-color:#fb9228;*/
   opacity: 0.8;
   transition:all 0.3s ease;
}


.footer-vk {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 43px;
   height: 43px;
   min-width: 43px;
   transition:all 0.3s ease;
   margin-right: 15px;
   background:#fe5a13;
   border-radius:50%;
/*   width: 34px;
   height: 34px;
   background: url("../../img/vk.svg");*/
}

.footer-vk:hover {
/*   background: url("../../img/vk_h.svg");*/
   opacity: 0.8;
   transition:all 0.3s ease;
}
.footer1 {
  background:#000000;
}

.adv_bl {
   padding: 25px 0;
}

.adv_bl .title {
   color: #828282;
}

.adv_bl .text {
   color: white;
}

.adv_bl .host {
   color: #828282;
}
