.footerMenu {margin: 0;padding: 0; list-style: none;}
.footerMenu__sub {margin: 0;padding: 0; list-style: none; padding-bottom: 10px;}
.footerMenu__item {font-size: 14px;}
.footerMenu>.footerMenu__item:first-child {font-size: 18px; position: relative; font-family: lavrMedium; margin-bottom: 20px;}
.footerMenu>.footerMenu__item:first-child .footerMenu__link:after {content: ''; position: absolute; bottom: 0; left: 0; width: 120px; height: 2px; background: #fff; transition: .5s;}
.footerMenu__link {padding: 14px 0; display: inline-block; line-height: 1.2;}
.footerMenu>.footerMenu__item:first-child .footerMenu__link {padding: 0 0 10px;}
.footerMenu__link._active {}

.footerMenu>.footerMenu__item:first-child a.footerMenu__link:hover {text-decoration: none;}
.footerMenu>.footerMenu__item:first-child a.footerMenu__link:hover:after {max-width: 100%; width: 140px;} 

.footerMenu__arrow {display: none;}

/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 

}