*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}

.title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 37px;
    line-height: 55px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 68px;
    text-align: center;
}

ul {
    list-style: none;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #01001C;
    z-index: 2;
}

.header__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 72px;
    align-items: center;
}

.header__logo {
    position: relative;
    z-index: 3;
}

.header__burger {
    display: none;
}

.header__list {
    display: flex;
    position: relative;
    z-index: 2;
}

.header__list li{
    list-style-type: none;
    margin-left: 56px;
}
.header__link {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

.header__link:hover {
    border-bottom: 1px solid white;
}

.info {
    background-image: url(../images/infobg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info__inner {
    background: rgba(96, 96, 96, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 6px;
    margin: 15px;
    max-width: 467px;
    text-align: center;
    padding: 24px 51px;
}

.card__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    border-bottom: 2px solid white;
    margin-bottom: 16px;
}

.card__text {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: left;
}




.photo {
    background-color: #01001C;
    padding-top: 68px;
    padding-bottom: 120px;
}

.lightzoom img {
    padding: 8px;
    transition: all .2s;
    width: 100%;
}

.lightzoom img:hover {
    transform: scale(1.05);
}

.photos__1 {
    display: flex;
    justify-content: center;
}

.photos__1-left-top {
    display: flex;
}

.photos__2 {
    display: flex;
    justify-content: center;
}

.photos__2-right-top {
    display: flex;
}

.photos__2-right-bottom {
    display: flex;
}

.photos__3 {
    display: flex;
    justify-content: center;
}

.photos__3-left {
    order: 1;
}

.photos__3-right {
    order: 0;
}

.photos__4 {
    display: flex;
    justify-content: center;
}

.photos__4-left-bottom {
    display: flex;
}

.photos__5 {
    display: flex;
    justify-content: center;
}

.photos__6 {
    display: flex;
    justify-content: center;
}

.photos__6-right-top {
    display: flex;
}

.photos__6-right-bottom {
    display: flex;
}

.photos__7{
    display: flex;
    justify-content: center;
}

.photos__8 {
    display: flex;
    justify-content: center;
}

.part {
    background-image: url(../images/partbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 15px 50px 15px;
    color: white;
    background-attachment: fixed;
}

.part__part {
    display: flex;
    justify-content: space-between;
}

.part__text {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
}

.bot {
    display: none;
}

.bot__inner {
    display: flex;
    justify-content: space-between;
}

.footer {
    background-color: #01001C;
    padding: 50px 50px;
    color: white;
}

.block {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;

}

.footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block__left-list {
    margin-bottom: 24px;
    text-align: center;
}

.name {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 16px;
}


.footer_num {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
}

.footer__mail {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
}


.block__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.block__text {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: white;
    text-decoration: none;
}

@media (max-width:1100px){
    .part__text {
        font-size: 12px;
    }
}

@media (max-width:1000px){
    .part__part .part__box:nth-child(3){
        display: none;
    }
    .part__part .part__box:nth-child(4){
        display: none;
    }

    .bot {
        display: block;
    }

    .bot__inner .part__box:nth-child(2){
        text-align: end;
    }

    .part__part .part__box:nth-child(1){
        text-align: start;
    }
    .part__part .part__box:nth-child(2){
        text-align: end;
    }
}

@media (max-width:900px){

    body.lock {
        overflow: hidden;
    }

    .header__inner {
        height: 50px;
    }

    .header__logo {
        width: 150px;
    }
    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 3;
    }

    .header__burger span {
        position: absolute;
        background-color: white;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all .3s;
    }

    .header__burger::before,
    .header__burger::after {
        content: '';
        background-color: white;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all .3s;
    }
    .header__burger::before {
        top: 0;
    }
    .header__burger::after {
        bottom: 0;
    }

    .header__menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #01001C;
        padding-top: 70px;
        transition: all .3s;
    }

    .header__menu.active {
        top: 0;
    }

    .header__list {
        display: block;
    }

    .header__list li {
        margin-bottom: 20px;
        text-align: end;
        margin-right: 20px;
    }

    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__burger.active span {
        transform: scale(0);
    }

    .lightzoom img {
        padding: 5px;
    }

    .title {
        font-size: 31px;
        margin-bottom: 30px;
    }

    

}

@media (max-width:680px){

    .block__left {
        margin-top: 25px;
        justify-content: center;
    }

    .block__link img {
        width: 30px;
    }




}



@media (max-width:540px){
    .info__inner {
        padding: 24px 39px;
    }

    .card__text {
        font-size: 10px;
        line-height: 27px;
    }

    .lightzoom img {
        padding: 2px;
    }

    .lightzoom img:hover {
        transform: scale(1.03);
    }

    .title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    
    .part__text {
        font-size: 9px;
        line-height: 20px;
    }
}



@media (max-width:420px){

    .info {
        background-attachment: local;
    }

    .part {
        background-attachment: local;
        padding: 50px 10px 50px 10px;
    }

    .info__inner {
        padding: 20px 28px;
    }

    .card__title {
        font-size: 20px;
    }

    .card__text {
        font-size: 10px;
        line-height: 27px;
    }

    .card__text {
        font-size: 9px;
        line-height: 22px;
    }

    .lightzoom img {
        padding: 1px;
    }

    .title {
        font-size: 21px;
        margin-bottom: 9px;
    }

    .part__text {
        font-size: 8px;
        line-height: 10px;
    }

    .name {
        font-size: 16px;
        line-height: 14px;
    }

    .footer_num {
        font-size: 12px;
    }

    .footer__mail {
        font-size: 12px;
    }

    .block__left-list {
        margin-bottom: 13px;
    }

}

@media (max-width:365px){
    .card__title {
        font-size: 17px;
    }

    .title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .part__text {
        font-size: 6px;
        line-height: 8px;
    }

}

@media (max-width:325px){
    .info__inner {
        padding: 9px 14px;
    }
    .card__title {
        font-size: 13px;
    }

    .card__text {
        font-size: 8px;
        line-height: 18px;
    }


}