.d-none{
    display:none;
}
.footer {
    display: grid;
    grid-row-gap: 30px;
    padding: 35px;
    background: rgba(241, 241, 241, .1);
    width: 96%;
    margin: 0 auto;
}
.footer__top-wrapp {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(18, 1fr);
    grid-row-gap: 20px;
}
.footer__top-logo {
    grid-column: 1 / span 1;
}
.footer__mail-edition {
    position: relative;
    grid-column: 3 / 6;
    grid-row: 2 / -1;
    top: 17px;
}
.footer__inner {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, auto);

    grid-column: 3 / -1;
}
.footer__inner .main-menu__list {
    list-style-type: none;
}
.footer__social-links_wrapp {
    grid-column: 1 / 2;
    grid-row: 2 / -1;

    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__top-wrapp .main-menu-list {
    display: grid;
    grid-template-columns: auto;
}
.footer__top-wrapp .navbar {
    padding: 0;
}
.footer__top-wrapp .nav-link {
    padding: 5px 0 !important;
    color: rgba(51, 51, 51, .7);
    font-size: 16px;
    font-family: 'Roboto', Sans-Serif;
    text-decoration: none;
    display: block;
}
.menu__paragraph,
.apps__block-header {
    margin-bottom: 1rem;
    font-size: 18px;
    color: #333;
    font-family: 'Roboto-Bold', Sans-Serif;
    font-weight: 900;
    text-transform: uppercase;
}

.footer__top-sponsor__apps {
    /* убрали блок с Газпромовскими проектами из подвала, и надобность в отступе отпала */
   /* margin-top: 25px; */
}
.mail-edition__paragraph {
    font-family: 'Roboto-Regular', sans-serif;
    margin: 0;
    color: #333333;
    opacity: .7;
    font-size: 18px;
}
.mail-edition__email {
    font-size: 22px;
    color: #333;
    font-family: 'Roboto-Bold', sans-serif;
}
.footer__age-restrictions {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: -50px;
    right: 18px;
    grid-row: 2 / -1;
    grid-column: 18;
    width: 30px;
    height: 30px;
    border: 1px solid #999;

    text-align: center;
    color: #999;

    border-radius: 50%;
    opacity: 0.7;
}

.footer__top-apps {
    grid-row: 2 / -1;
    grid-column: 8 / 18;
}
.footer__counters {
    display: none;
}
.counters{
    width: 1px;
    height: 1px;
    position: relative;
    display: none;
}
.footer__bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(51, 51, 51, .1);
}
.bottom__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 100px;
    padding-top: 10px;
}
.bottom-left__paragraph {
    margin: 0;
}
.footer__bottom-left {
    display: grid;
}
.bottom-left__link {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
}
.bottom-left__link:hover {
    color: rgba(51, 51, 51, 0.7);
}
.bottom-left__link.bottom-left__link-more {
    padding-right: 20px;
    background: url(/design/images/img_for_design/link-angle.png) no-repeat;
    background-position: right center;
    background-size: 15px;
}
.main-info__paragraph,
.bottom-left__paragraph,
.main-info__link {
    color: rgba(51, 51, 51, .7);
    font-size: 14px;
    font-family: 'Roboto-Regular', sans-serif;
}
.main-info__link:hover {
    color: rgba(51, 51, 51, .9);
}
.main-info__paragraph {
    font-family: 'Roboto-Regular', sans-serif;
    margin: 0;
}

.footer_view_landing {
    row-gap: 0;

    max-width: 1333px;
    padding: 20px 20px 60px;
    margin: auto;
}
.footer_view_landing .footer__top-wrapp {
    display: flex;
    align-items: center;

    padding-right: 25px;
    margin-bottom: 20px;
}
.footer_view_landing .footer__top-logo {
    order: -1;

    min-width: 200px;
}
.footer_view_landing .footer__inner {
    display: block;

    margin: 0 25px;
}
.footer_view_landing .footer__social-links_wrapp {
    order: -1;

    margin-right: auto;
}
.footer_view_landing .footer__mail-edition {
    padding-right: 50px;
}
.footer_view_landing .mail-edition__email {
    color: #2957CA;
}
.footer_view_landing .footer__age-restrictions {
    bottom: 50%;
    transform: translateY(50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_view_landing .apps__block-header {
    margin-bottom: 10px;

    font-family: 'Roboto-Regular', sans-serif;
    text-transform: capitalize;
    color: #2957CA;
}
.top-logo__img {
    object-fit: contain;
    height: auto !important;
}
@media screen and (max-width: 1080px) {
    .footer__mail-edition {
        grid-column-start: 3;
        grid-column-end: 8;
    }
    .footer {
        width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .footer {
        grid-row-gap: 50px;
    }

    .footer__age-restrictions {
        bottom: 20%;
        grid-column: 18;
        transform: translateY(50%);
    }
    .nav-link {
        color: rgba(51, 51, 51, .7);
    }

    .footer_view_landing .footer__top-wrapp {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_view_landing .footer__top-logo {
        min-width: auto;
        margin-right: 25px;
    }
    .footer_view_landing .footer__social-links_wrapp {
        margin-right: unset;
    }
    .footer_view_landing .footer__inner {
        flex-basis: 50%;
    }
    
    .top-logo__img {
        max-width: 114px;
        width: 100%;
    }
    
    .footer__top-logo {
        grid-column: 1 / 4;
        display: flex;
        flex-direction: column;
    }
    
    .footer__inner {
        grid-column: 5 / -1;
        margin: 0 0 0 -10%;
        width: 100%;
    }
    
    .footer__social-links_wrapp {
        grid-column: 1 / 5;
        align-items: start;
    }
    
    .footer__mail-edition {
        grid-column: 6 / 9;
    }
    
    .footer__top-apps {
        grid-column: 9 / 18;
    }
    
    .footer__top-wrapp .nav-link {
        font-size: 14px;
    }
    
    .apps__block-header {
        font-size: 12px;
    }
    
    .footer .menu__paragraph {
        font-size: 15px;
    }
    
    .mail-edition__paragraph {
        font-size: 12px;
    }
    
    .mail-edition__email {
        font-size: 14px;
    }
    
    .social-links__link {
        transform: scale(0.8124);
    }
    footer.footer .social-links {
        grid-gap: 0px;
        gap: 0px;
        MARGIN-TOP: 20px;
    }
}
@media screen and (max-width: 820px) {
    .footer__inner {
        margin: 0 0 0 0%;
    }
}

@media screen and (max-width: 650px) {
    .footer {
      width: 350px;
    }
    .footer_view_landing .footer__top-wrapp {
        padding-right: 0;
    }
    .footer__inner {
        grid-template-columns: repeat(2, 1fr);
        grid-column: 1 / -1;
        grid-row: 2;
    }
    .footer__top-sponsor__apps {
        grid-area: 4/1/5/3;
    }
    .top-logo__img {
        max-width: 90%;
        object-fit: contain;
    }
    .footer_view_landing .footer__inner {
        display: flex;
        justify-content: center;
        flex-basis: 100%;
        text-align: center;
    }
    .bottom__container {
        grid-column-gap: 20px;
        padding-top: 0; 
    }
    .footer__mail-edition {
        grid-column: 4 / -1;
        grid-row: 1 / -1;
        margin-left: 60px;
        margin-top: -10px;
    }
    .mail-edition__paragraph {
        font-size: 18px;
    }
    .mail-edition__email {
        font-size: 20px;
    }
    .footer__age-restrictions {
        position: relative;
        grid-row: 1 / -1;
        grid-column: 16;
        bottom: 10%;
        right: -40px;
    }
    .footer__social-links_wrapp {
        grid-column: 1 / -1;
        align-items: start;
        grid-row: 3;
        margin-left: -30px;
    }
    .footer {
        padding-left: 16px;
        padding-right: 16px;
    }
    .footer .social-links {
        grid-template-columns: repeat(7, 32px);
    }
    .footer__top-wrapp .main-menu-list {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 460px) {
.footer__mail-edition {
        margin-left: 12vw;
    }
}

@media screen and (max-width: 500px) {
    .footer,
    .footer__bottom,
    .bottom__container {
        display: block;
        width: 300px;
    }
    .footer__top-wrapp {
        margin-bottom: 30px;
    }
    /* apps */
    .footer__top-apps {
        grid-column: 1/19;
        grid-row: 4/4;
        max-width: max-content;
        margin-inline: auto;
        margin-left: 2px;
    }
    .footer__top-apps tr {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
        column-gap: 10px;
    }
    .footer__top-apps tr td {
        padding: 0 !important;
    }
    .footer__top-apps tr td:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    
    .apps__block-header {
        text-align: center;
    }
    /* apps */
    .menu__paragraph {
        font-size: 16px;
    }
    .bottom__container > div {
        margin-bottom: 10px;
    }
    .footer_view_landing {
        padding: 20px;
    }
    .footer__top-logo {
        min-width: 100px;
        margin-left: -10px;
    }
    .footer_view_landing .footer__top-logo {
        margin: unset;
    }
    
}
@media screen and (max-width: 420px) {
    .footer__inner {
        grid-template-columns: 1fr;
    }
}
.footer .social-links {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(7, 32px);
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-links__item {
  margin: 0;
}
.social-links__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
}
.social-links__link > * {
    border-radius: 50%;    
}
.social-links__link_to_telegram .social-links__icon {
    width: 34px;
    height: 34px;
}
.social-links__link:hover, .social-links__link:focus, .social-links__link:active {
  color: #fff;
  opacity: 0.6;
}
.social-links_view_no-bg .social-links__link {
  color: currentColor;
  background: none;
  border-radius: unset;
}
.social-links__icon {
  width: 32px;
  height: 32px;
}