.newYearPage {
    background-color: #FBF9FC;
}

@media (min-width: 700px) {
    .newYearPage {
        background: url("/aktsii/new-year-2023/images/bg-top.jpg") no-repeat center top / cover;
        /* background: url("/aktsii/new-year-2023/images/bg-top.jpg") no-repeat center top / 100% auto,  url("/aktsii/new-year-2023/images/bg-bottom.jpg") no-repeat center bottom / 100% auto; */
        background-color: #FBF9FC;
    }
}

.f-center {
    text-align: center;
}

.f-uppercase {
    text-transform: uppercase;
}

.f-underline {
    text-decoration: underline;
}

.newYearPage img {
    max-width: 100%;
}

.newYearPage .section {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;

    background-color: white;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.newYearPage .section--nopadding {
    padding: 0;
}

.newYearPage hr {
    margin: 40px 0 21px;
}
.newYearPage h2 {
    margin: 0 0 21px;
}

.workarea .newYearPage h2 {
    font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.4;
}

.workarea .newYearPage p {
    margin: 0 0 1em;
    padding: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
}
.newYearPage .contacts p {
    margin: 0 0 0.5em;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}
.newYearPage .map {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .newYearPage .map {
        height: 180px;
        margin-top: 0;
    }
}

.newYearPage .link {
   color: inherit;
   text-decoration: none;
}
.newYearPage .link:hover {
   text-decoration: underline;
}

.newYearPage .link--underline {
  text-decoration: underline;
}
.newYearPage .link--underline:hover {
  text-decoration: none;
}
.newYearPage .social {
    padding-bottom: 21px;
}

.newYearPage .social a {
    margin-right: 12px;
    text-decoration: none;
}

