body {
    font-family: Century Gothic !important;
    width: 100%;
    margin: 0;
}

a {
    /*color: #302B2B !important;*/
}

/* Шапка */

/* Чтобы фикс */
.t228__maincontainer {
    max-width: 1480px;
    margin: 0 auto;
}

/* Лого */
.t228__mobile_text {
    width: 100px;
    height: 20px;
    background-image: url(https://static.tildacdn.com/tild6232-3265-4536-a162-373131353330/logo-black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .t228__leftcontainer {
        display: none;
    }
}

/*.header {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 140px;
    padding-right: 140px;
    height: 77px;
    z-index: 9999;
    background: #fff;
    width: -webkit-fill-available;
}
.header__logo-container {
    width: 115px;
    height: 30px;
    padding-top: 20px;
}
.header__logo {
    width: inherit;
    height: inherit;
}

.header__nav-container {
    width: 510px;
    height: inherit;
}
.header__nav {
    display: flex;
    justify-content: space-between;
    list-style: none;
    height: inherit;
    margin: 0;
    align-items: center;
}
.header__nav-link {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

.header__icons-cotainer {
    display: flex;
    width: 120px;
    justify-content: space-between;
    list-style: none;
    height: inherit;
    margin: 0;
    align-items: center;
}*/


/* Главная */

.hero {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.hero__bg {
    background-image: url('https://static.tildacdn.com/tild3131-3766-4138-a136-323266313630/hero-bg.jpg');
    background-size: cover;
    height: 600px;
    
    /* parallax */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.hero__button {
    position: absolute;
    bottom: 100px;
    right: 10%;
    /*font-family: 'Inter';*/
    text-transform: uppercase;
    background: transparent;
    color: white;
    font-weight: 600;
    border: none;
    font-size: 24px;
}
.hero__button:hover {
    opacity: .8;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .hero__button {
        right: 30%;
        width: 40%;
    }
}

.hero__logo {
    width: 40%;
    position: absolute;
    bottom: 100px;
    left: 40px;
}

@media screen and (max-width: 800px) {
    .hero__logo {
        width: 80%;
        top: 100px;
    }
}


/* Подвал */

.footer {
    width: 100%;
    padding: 24px;
    background: #1B1B1B; 
    color: #fff;
    box-sizing: border-box;
}
.footer__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__icons {
    height: 75px;
    display: flex;
    align-items: center;
}
.footer__icon-item {
    margin-right: 32px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.footer__icon-item:hover {
    cursor: pointer;
}
.footer__button {
    height: 33px;
    width: 180px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    cursor: pointer;
}
.footer__nav {
    display: flex;
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.footer__nav-item {
    list-style: none;
    
}
.footer__nav-link {
    color: #fff;
    text-decoration: none;
    margin-right: 22px;
}
.footer__logo {
    width: 125px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer__credits {
    display: flex;
    justify-content: space-between;
}
.footer__adress {
    text-align: right;
}


/* Каталог */
.t951 {
    max-width: 1280px;
    margin: 0 auto;
}