/* !Файл обнуляющего стиля */
@import "nullstyle.css";
/* !BURGER---------------------------------------------------BURGER---------------------------------------------------------BURGER */
body {
}
.wrapper {
}
.block {
    height: 100%;
    top: 0;
    left: 0;
    padding: 24px 0px 10px 0px;
    background: #3098f3;
}
.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%;
    z-index: 2;
}
.header__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 33px;
    margin: 0px 0px 0px 0px;
    align-items: center;
}
.header__logo {
    flex: 0 0 114px;
    overflow: hidden;
    position: relative;
    z-index: 6;
}
.header__logo img {
    display: block;
    max-width: 100%;
}
.header__burger {
    display: none;
}
.header__menu {
}
.header__list {
    display: flex;
    position: relative;
    z-index: 22;
}
.header__list li {
    font-family: DM Sans;
    font-weight: 400;
    margin: 0px 0px 0px 31.93px;
}
.header____link {
    color: #fff;
    font-size: 20px;
}
@media (max-width: 767px) {
    body.lock {
        overflow: hidden;
    }
    .header__body {
        height: 50px;
        margin: 0;
    }
    .header__logo {
        flex: 0 0 80px;
    }
    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 6;
    }
    .header__burger span {
        position: absolute;
        background-color: #fff;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.5s ease 0s;
    }
    .header__burger::before,
    .header__burger::after {
        content: "";
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.5s ease 0s;
    }
    .header__burger::before {
        top: 0;
    }
    .header__burger::after {
        bottom: 0;
    }
    .header__burger.active span {
        transform: scale(0);
    }
    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        transition: all 0.5s ease 0s;
        background-color: #18b5a4;
        padding: 70px 0px 20px 15px;
        z-index: 5;
    }
    .header__menu.active {
        top: 0;
    }
    .header__list {
        display: block;
    }
    .header__list li {
        margin: 0px 0px 20px 10px;
    }
}
/* !------------------------------------------------------------------------------------------------------------------------------ */
.title {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 51px;
    text-align: left;
    line-height: 132%;
    letter-spacing: 1.1200000047683716px;
    color: #05051e;
}
.subtitle {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 129%;
    letter-spacing: 1.1200000047683716px;
    color: #fc0;
}
.container {
    max-width: 1127px;
    margin: 0 auto;
    padding: 0px 10px;
}
/* !CONTENT-----------------------------------------------CONTENT----------------------------------------------------------CONTENT */
.content {
}
.home {
}
.home__title {
}
.more-title {
    margin: 215px 0px 0px 0px;
    width: 100%;
    max-width: 583px;
    text-align: left;
}
.main-headline {
    color: #fff;
}
.home__together {
}
.main-subtite {
}
.home__group {
    display: flex;
    justify-content: flex-end;
    margin: 102px 139px 0px 0px;
}
.round {
    width: 181px;
    height: 179px;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .more-title {
        margin: 115px 0px 0px 0px;
    }
    .main-headline {
        max-width: 500px;
        font-size: 40px;
    }
    .main-subtite {
        font-size: 40px;
    }
    .home__group {
        margin: 102px 50px 17px 0px;
    }
    .round {
        width: 131px;
        height: 129px;
    }
}
.round-1 {
    position: absolute;
    background-color: #f2eae2;
    z-index: 4;
}
.round-2 {
    position: absolute;
    margin: 0px 61px 0px 0px;
    background-color: #ffcc00;
    z-index: 3;
}
.round-3 {
    position: absolute;
    margin: 0px 143px 0px 0px;
    background-color: #082c4e;
    z-index: 2;
}
.round-4 {
    position: relative;
    margin: 0px 234px 0px 0px;
    background-color: #fe6571;
    z-index: 1;
}
@media (max-width: 480px) {
    .more-title {
        margin: 60px 0px 0px 0px;
    }
    .main-headline {
        max-width: 300px;
        font-size: 25px;
    }
    .main-subtite {
        font-size: 25px;
    }
    .round {
        width: 81px;
        height: 79px;
    }
    .round-1 {
        margin: 0px -25px 0px 0px;
    }
    .round-2 {
        margin: 0px 25px 0px 0px;
    }
    .round-3 {
        margin: 0px 75px 0px 0px;
    }
    .round-4 {
        margin: 0px 125px 0px 0px;
    }
}
/* !------------------------------------------------------------------------------------------------------------------------------ */
.about-us {
}
.about-team {
    margin: 160px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-team__info {
    max-width: 480px;
}
.about-team__title {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    color: #05051e;
}
.block-hint {
    flex: 0 0 416px;
    overflow: hidden;
    position: relative;
}
.block-hint img {
    display: block;
    max-width: 100%;
}
@media (max-width: 992px) {
    .about-team__title {
        font-size: 35px;
    }
    .block-hint {
        flex: 0 0 380px;
    }
}
@media (max-width: 767px) {
    .about-team {
        margin: 100px 0px 0px 0px;
    }
    .about-team__info {
        max-width: 380px;
    }
    .about-team__title {
        font-size: 30px;
    }
    .block-hint {
        flex: 0 0 300px;
    }
}
@media (max-width: 599px) {
    .about-team {
        flex-wrap: wrap;
    }
}
/* ---------------------------------------------------------------------------------------------------------------------------------- */
.about-project {
}
.about-project__project-1 {
    margin: 140px 0px 80px 0px;
    display: flex;
}
.image-project {
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
}
.image-project img {
    display: block;
    max-width: 100%;
}
.block-info {
    flex: 0 0 50%;
    padding: 39px 0px 40.5px 40px;
    background: #f2eae2;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block-info p,
h3,
a {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
}
.information {
}
.information p {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #3098f3;
}
.information h3 {
    margin: 10px 50px 0px 0px;
    font-size: 32px;
    line-height: 120%;
    color: #05051e;
}
.link {
    background: url(../img/Arow/Arrow-blue.png) 0 -0.6px no-repeat;
}
.link a:hover {
    font-weight: 900;
    transition: all 0.3s ease;
}
.link a {
    margin: 0px 0px 0px 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #05051e;
}
.about-project__project-2 {
    display: flex;
}
@media (max-width: 992px) {
    .about-project__project-1 {
        flex-direction: column;
        margin: 80px 0px 50px 0px;
    }
    .image-project {
        display: flex;
        justify-content: center;
        order: 2;
    }
    .block-info {
        flex: 1 1 100%;
        width: 100%;
        order: 1;
    }
    .about-project__project-2 {
        flex-direction: column;
    }
}
.black-button {
    background: url(../img/Arow/Arrow-black.png) 0 -0.6px no-repeat;
}
.button {
    display: flex;
    justify-content: center;
    margin: 56px 0px 88px 0px;
}
.button-link {
    width: 260px;
    background: #3098f3;
    padding: 15px 32px;
    border-radius: 100px;
}
.button-link:hover {
    background: #00ff6a9f;
    transition: all 0.5s ease;
}
.button a {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #fff;
}
/* !------------------------------------------------------------------------------------------------------------------------------ */
.about-design {
    background-color: #ffcc00;
}
.about-design__everybody {
    display: flex;
}
.line {
    margin: 142px 0px 71px 0px;
    border-radius: 4px;
    background: #fff;
    width: 122px;
    height: 4px;
    box-shadow: 38px 0 0 rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.about-design__design-sprint {
}
.about-design__titleе {
    height: 413px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-design__more-title {
}
.about-design__main-headline {
}
.about-design__info-p {
    width: 493px;
}
.page {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #05051e;
}
.about-design__main-subtite {
    color: #05051e;
}
.about-design__designer-image {
    margin: 124px 0px 124px 0px;
    flex: 0 1 auto;
    overflow: hidden;
    position: relative;
}
.about-design__designer-image img {
    display: block;
    max-width: 100%;
}
/* !------------------------------------------------------------------------------------------------------------------------------ */
.our-spread {
}
.stories {
}
.stories-title {
}
.stories-heade {
    margin: 157px 0px 18px 0px;
}
.stories-subheade {
}
.stories-blocks {
    display: flex;
    justify-content: space-between;
}
.stories-block {
    position: relative;
    margin: 55px 0px 31px 0px;
    padding: 40px;
    width: 352px;
    height: 405px;
    background: #3098f3;
}
.stories-block p {
    color: #fff;
    margin: 21px 0px 0px 0px;
}
.black-link img {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.stories-link {
    display: flex;
    justify-content: flex-end;
    background: url(../img/Arow/Arrow-blue.png) 890px -0.8px no-repeat;
}
/* !------------------------------------------------------------------------------------------------------------------------------ */
.humans {
}
.meet-humans {
    display: flex;
    justify-content: center;
    margin: 180px 0px 180px 0px;
}
.image-human {
    position: relative;
}
.image-human img {
    position: absolute;
}
.image-human img:nth-child(1) {
    top: 22px;
    left: 2.15278%;
}
.image-human img:nth-child(2) {
    top: 387px;
    left: 6.31944%;
}
.image-human img:nth-child(3) {
    top: 168px;
    left: 15.2778%;
}
.image-human img:nth-child(4) {
    top: -1px;
    left: 26.25%;
}
.image-human img:nth-child(5) {
    top: 400px;
    left: 31.875%;
}
.image-human img:nth-child(6) {
    top: 23px;
    left: 63.2639%;
}
.image-human img:nth-child(7) {
    top: 365px;
    left: 63.3333%;
}
.image-human img:nth-child(8) {
    top: 65px;
    left: 71.875%;
}
.image-human img:nth-child(9) {
    top: 233px;
    left: 82.2222%;
}
.image-human img:nth-child(10) {
    top: -20px;
    left: 88.1944%;
}
.circle-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 240px;
    width: 480px;
    height: 480px;
    background: #f2eae2;
}
.circle-information__info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.circle-information__title h3 {
    width: 255px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 31px;
    line-height: 124%;
    text-align: center;
    color: #082c4e;
}
.circle-information__subtitle {
    margin: 17px 0px 23px 0px;
    width: 300px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #747481;
}
.circle-information__button {
}
.circle-information__button a {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 195px;
    height: 57px;
    background: #3098f3;
}
.circle-information__button a:hover {
    background: #082c4e;
    transition: all 0.5s ease 0s;
    font-size: 22px;
}
/* !------------------------------------------------------------------------------------------------------------------------------ */
.footer {
    padding: 140px 0px 104px 0px;
    background: #082c4e;
}
.footer-block {
}
.footer-block__title {
}
.footer-headline {
    color: #fff;
    width: 564px;
}
.footer-block__button a {
    margin: 35px 0px 0px 0px;
    width: 148px;
    height: 57px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #082c4e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 148px;
    height: 57px;
    background: #fc0;
}
.footer-block__button a:hover {
    background: rgb(255, 115, 0);
    font-size: 22px;
    transition: all 0.5s ease 0s;
}
/* ---------------------------------------------------------------------------------------------------------------------------------- */
.block-footer {
    margin: 181px 0px 0px 0px;
}
.block-footer__info {
    display: flex;
    justify-content: space-between;
}
.block-footer__address {
}
.block-footer__list {
}
.list li,
a {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 198%;
    color: #fff;
}
.address {
}
.block-footer__link {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 198%;
    color: #fff;
}
.block-footer__link:hover {
    text-decoration: underline;
}
.rights {
    margin: 81px 0px 0px 0px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 198%;
    color: #fff;
}
.block-footer__about-as {
}
.block-footer__sites {
    margin: 0px 120px 0px 0px;
}
.sites {
}
.block-footer__about {
}
.about {
}
.introduction {
    margin: 67px 0px 0px 0px;
}
.introduction__page p {
    margin: 0px 0px 7px 0px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 280%;
    text-transform: uppercase;
    color: #fff;
}
.introduction__input input[type="text"] {
    width: 334px;
    background: #082c4e;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 198%;
    color: rgba(255, 255, 255, 0.7);
}
.introduction__input button {
    background: #082c4e;
}
.block-footer__line {
    width: 352px;
    height: 1px;
    background: #d9d9da;
}
.block-footer__social {
    margin: 89.5px 0px 0px 0px;
    display: flex;
    flex-direction: column;
}
.block-footer__social a {
    margin: 8.25px 0px 0px 0px;
}
