@font-face {
  font-family: 'Beermoney';
  src: url('beermoney.woff2') format('woff2'), url('beermoney.woff') format('woff'); 
  font-weight: normal; /* Толщина (normal, bold, 400, 700 и т.д.) */
  font-style: normal;  /* Стиль (normal, italic) */
  font-display: swap;  /* Важно: показывает системный шрифт, пока ваш не загрузился */
}
picture{
    display:inline-block;
}
.footer {
    background-color: #d3eefe;
}
.footer-content{
    font-family: 'Beermoney', Arial, sans-serif;
    position:absolute;
    top:0;
    padding-top: 50px;
    padding-left: 10px;
    padding-bottom: 10px;
    h2 {
        padding-left: 80px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    div {
        padding-top: 15px;
    }
}
.footer-bg img {
    height: auto;
    width: 375px;
}
.footer-bg2 img{
    height: auto;
    width: auto;
    max-height: 450px;
}
@media (min-width: 768px) {
   .footer-content{
        h2 {
            padding-left: 65px;
            padding-top: 10px;
        }
    }
    .footer-bg img {
        width: 450px;
    }
}
@media (min-width: 992px) {
   .footer-content{
        h2 {
            padding-left: 110px;
            padding-top: 30px;
        }
    }
    .footer-content {
        div {
            padding-top: 35px;
        }
    }
}
.tn-atom__img {
    height: 100%;
}

.price-title {
    img {
        max-width: 410px;
    }
    h2{
        vertical-align: middle;
        color: #000000;
        font-size: 34px;
        font-family: "Georgia", serif;
        line-height: 1.55;
        font-weight: 700;
    }
}
main{
    padding-top: 70px;
}
.video-w135{
    width:135px;
}