html {
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}
body * {
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
.h2 {
    font-size: 36px;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}
.header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 84px;
    border-bottom: 1px solid #d3cbd9;
    padding: 30px 0px;
    height: 105px;
}
.article{
    margin-bottom: 120px;
}
.logo {
    width: 84px;
    display: flex;
    flex-wrap: wrap;
}
.logo-img {
    width: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-img img {
    width: 100%;
    height: 17px;
}
.logo h3 {
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    color: #2c332f;
}
.num {
    font-weight: 500;
    font-size: 18px;
    color: #2c332f;
}
.info {
    width: 240px;
    height: 45px;
    text-align: right;
}
.info p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #858e8a;
    margin-bottom: 8px;
}
.article-title {
    font-family: Oswald;
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    text-transform: uppercase;
    color: #2c332f;
    margin-bottom: 40px;
    max-width: 596px;
}
.article-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #535755;
    margin-bottom: 20px;
}
.mb {
    margin-bottom: 80px;
}
.gym {
    width: 100%;
    height: 512px;
}
.h2 {
    font-size: 36px;
}
.obresish {
    max-width: 744px;
}
.article-item {
    margin-bottom: 12px;
}
.article-list {
    margin-top: 0;
    padding-left: 17px;
}
.article-video {
    margin-bottom: 40px;
}
.footer {
    text-align: center;
    padding-top: 20px;
    background: rgba(73, 169, 255, 3.85);
    background: linear-gradient(95deg,rgba(73, 169, 255, 0.3) 0%, rgba(252, 124, 217, 0.3) 100%);
}
.block-logo-footer{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.logo-footer {
    margin-bottom: 30px auto;
    width: 84px;
    display: flex;
    flex-wrap: wrap;
}
.logo-footer h3 {
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    color: #2c332f;
}
.aboutUs-footer {
    border-bottom: 1px solid #d3cbd9;
}
.aboutUs {
    width: 732px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;

    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #535755;
}
.aboutUs a, .aboutUs-list{
    text-decoration: none;
    color: inherit;
    list-style: none;
}
.bottom {
    padding-bottom: 40px;
    margin-top: 60px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #858e8a;
}