.header {
    position: fixed;
    background: transparent;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    background: rgb(21 37 62 / 62%);
    background: rgb(21 37 62 / 80%);
}

.header.no-transparent {
    background: rgb(21 37 62 / 88%);
}

.header__inner {
    padding: 25px 0;
    height: 100px;
}

.header__main {
    display: flex;
    justify-content: space-between;
}

.header__logo {
    text-align: center;
}

.header__tagline {
    display: inline-block;
    color: var(--grey-middle-color);
    margin-top: 10px;
}

@media (max-width: 767px) {
    .header__tagline {
        font-size: 12px;
    }
}

.header__navs {
    display: flex;
}

@media (max-width: 767px) {
    .header__outline-btn {
        display: none;
    }
}

.header__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 22px;
}

.header__contacts-phone {
    font-size: calc(21px + 0.6vmin);
    color: #fff;
    line-height: 0.5;
    margin-bottom: 10px;
    white-space: nowrap;
}

@media (max-width: 485px) {
    .header__contacts-phone {
        font-size: calc(18px + 0.6vmin);
    }
}

.header__contacts-btn {
    color: var(--yellow-color);
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}


/*=============== MAINBLOCK ===============*/

.mainblock {
    display: flex;
    flex-direction: column;
    background-color: #233146;
    min-height: 1000px;
    background-image: url(/public/img/dark-blue-background.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    overflow: hidden;
}

.mainblock.brief-page {
    min-height: auto;
}

.mainblock.brief-page:after {
    height: 0;
}

@media (max-width: 414px) and (max-height: 812px) {
    .mainblock {
        min-height: 600px;
    }
}

.mainblock:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 350px;
    background: linear-gradient( 360deg, #010102 0%, rgba(15, 20, 29, 0) 100%);
    opacity: 0.8;
    z-index: 4;
}

.mainblock__container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: auto;
}

.mainblock__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    margin-right: -30px;
    z-index: 20;
}

.mainblock__head-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainblock__head-column {
    margin-right: 30px;
}

.mainblock__head-logo {
    position: relative;
    display: block;
    padding-right: 30px;
    flex-shrink: 0;
}

.mainblock__head-logo:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 5px;
    width: 1px;
    background: var(--grey-middle-color);
}

.mainblock__head-tagline {
    width: 100%;
    max-width: 163px;
    line-height: 1.8;
    color: var(--grey-middle-color);
    margin-bottom: 5px;
}

.mainblock__head-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mainblock__head-phone {
    font-size: calc(21px + 0.6vmin);
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
}

.mainblock__head-callback {
    color: var(--yellow-color);
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

@media (max-width: 960px) {
    .mainblock__head {
        flex-direction: column;
    }
    .mainblock__head-row {
        margin-bottom: 0;
    }
}

@media (max-width: 520px) {
    .mainblock__head-row {
        flex-direction: column;
    }
    .mainblock__head-column {
        margin-bottom: 15px;
    }
    .mainblock__head-logo {
        padding-right: 0;
        padding-bottom: 0;
    }
    .mainblock__head-logo:after {
        opacity: 0;
    }
    .mainblock__head-tagline {
        text-align: center;
    }
    .mainblock__head-contacts {
        align-items: center;
    }
}

.mainblock__body {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.mainblock__body-column {
    position: relative;
    flex-grow: 1;
    width: 100%;
    max-width: 700px;
    z-index: 10;
}

.mainblock__body-title {
    font-size: calc(17px + 1.8vmin);
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.mainblock__body-title span:after {
    background: var(--yellow-color);
}

.mainblock__body-subtitle {
    position: relative;
    font-size: calc(17px + 0.9vmin);
    color: #fff;
    font-weight: 300;
    margin-bottom: 50px;
    width: 100%;
    max-width: 565px;
    line-height: 1.5;
}

.mainblock__body-btns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(auto, 270px));
    grid-gap: 30px;
    margin-bottom: 60px;
}

.mainblock__body-advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-gap: 30px 45px;
    margin-bottom: 90px;
}

.mainblock__body-advantages-item {
    display: flex;
    flex-direction: column;
}

.mainblock__body-advantages-item-icon {
    color: var(--yellow-color);
    font-size: 35px;
    margin-bottom: 15px;
}

.mainblock__body-advantages-item-text {
    color: var(--grey-middle-color);
    line-height: 1.6;
    font-size: 16px;
    font-weight: 300;
}

.mainblock__body-advantages-item-text .strong {
    font-weight: 500;
}

.mainblock__body-olefirov {
    position: absolute;
    right: -210px;
    bottom: 0;
    height: 100%;
    max-height: 873px;
    width: 100%;
    max-width: 646px;
    z-index: 3;
}

.mainblock__body-aboutme {
    position: absolute;
    background-image: url(/public/img/transparent-block.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 468px;
    min-height: 388px;
    max-height: 388px;
    top: 15%;
    right: 250px;
    padding: 45px 180px 21px 40px;
    color: #fff;
    overflow: hidden;
}

.mainblock__body-aboutme-name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.mainblock__body-aboutme-experience {
    width: 100%;
    max-width: 155px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 300;
}

.mainblock__body-aboutme-text {
    line-height: 1.5;
    font-style: italic;
    font-weight: 100;
}

.mainblock__body-aboutme-signature {
    display: flex;
    justify-content: flex-end;
    margin: 20px 20px 0 0;
}

.mainblock__body-aboutme-signature img {
    display: block;
    width: 125px;
    height: auto;
}

.mainblock__body-foto {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1060px) {
    .mainblock__body-aboutme {
        right: 40px;
    }
    .mainblock__body-foto {
        display: none;
    }
}

@media (max-width: 830px) {
    .mainblock__body-aboutme {
        display: none;
    }
}

.mainblock__body-foto img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    z-index: 5;
}

@media (max-width: 830px) {
    .thanks__body-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


/*=============== MAINHOME ===============*/

.mainhome {
    background-color: #233146;
    background-image: url(/public/img/dark-blue-background.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    overflow: hidden;
    margin-top: -100px;
}

.mainhome__inner {
    position: relative;
    padding: 185px 0 50px;
}

.mainhome__info {
    position: relative;
    max-width: 56%;
    z-index: 1;
}

@media (max-width: 960px) {
    .mainhome__info {
        max-width: 100%;
    }
}

.mainhome__title {
    font-size: calc(17px + 1.8vmin);
    color: #fff;
    font-weight: 300;
}

.mainhome__subtitle {
    font-size: calc(17px + 0.9vmin);
    color: #fff;
    margin-bottom: 50px;
    width: 100%;
    line-height: 1.5;
}

.mainhome__typing {
    font-size: calc(17px + 1.8vmin);
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.mainhome__typing span:after {
    background: var(--yellow-color);
}

.mainhome__btns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(auto, 270px));
    grid-gap: 30px;
    margin-bottom: 50px;
}

.mainhome__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 40px;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .mainhome__items {
        grid-template-columns: 1fr;
    }
}

.mainhome__item {
    display: flex;
    flex-direction: column;
}

.mainhome__item-icon {
    color: var(--yellow-color);
    font-size: 35px;
    margin-bottom: 15px;
}

.mainhome__item-text {
    color: var(--grey-middle-color);
    line-height: 1.4;
    letter-spacing: 0.7px;
    font-size: 16px;
    font-weight: 300;
}

.mainhome__item-text .strong {
    font-weight: 500;
}

.mainhome__item-text-sentence {
    font-size: 20px;
}

.mainhome__person {
    position: absolute;
    flex-basis: 0;
    right: -235px;
    bottom: 0;
}

.mainhome__person:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10000%;
    right: -10000%;
    height: 350px;
    background: linear-gradient(360deg, #010102 0%, rgba(15, 20, 29, 0) 100%);
    opacity: 0.8;
    pointer-events: none;
}

@media (max-width: 1175px) {
    .mainhome__person {
        right: -285px;
    }
}

@media (max-width: 960px) {
    .mainhome__person {
        display: none;
    }
}

.mainhome__person-aboutme {
    position: absolute;
    background-image: url(/public/img/transparent-block.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 20%;
    left: -60px;
    padding: 45px 180px 75px 40px;
    color: #fff;
    overflow: hidden;
}

.mainhome__person-name {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.mainhome__person-experience {
    width: 100%;
    max-width: 185px;
    margin-bottom: 15px;
    font-weight: 300;
}

.mainhome__person-text {
    max-width: 224px;
    line-height: 1.5;
    font-style: italic;
    font-weight: 100;
    margin-bottom: 15px;
}

.mainhome__person-signature {
    margin-left: auto;
}

.mainhome__person-foto {
    position: relative;
    pointer-events: none;
}


/*=============== CALCULATOR QUIZ ===============*/

.calculator {
    background: var(--lite-blue-color);
}

.calculator__decor {
    position: absolute;
}

.calculator__decor {
    position: absolute;
    right: 0;
    bottom: -185px;
    width: 40vw;
    max-width: 480px;
    z-index: 1;
}

.calculator__decor img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1700px) {
    .calculator__decor {
        right: -95px;
    }
}

@media (max-width: 767px) {
    .calculator__decor {
        display: none;
    }
}

.calculator__top {
    position: relative;
    margin-bottom: 40px;
}

.calculator__title {
    width: 100%;
    max-width: 400px;
}

.calculator__main {
    position: relative;
}

.calculator__inner {
    position: relative;
    padding: 70px 0;
}


/*=============== QUIZ ===============*/

.calculator__quiz {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-auto-rows: auto;
    grid-gap: 10px;
}

.calculator__sitebar {
    display: grid;
    grid-gap: 10px;
}

.calculator__sitebar-item {
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 6px 40px rgb(30 29 30 / 10%);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.calculator__sitebar-item:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: inherit;
    border: 1px solid var(--grey-lite-color);
    pointer-events: none;
}

.calculator__sitebar-title {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.calculator__sitebar-icon {
    margin-bottom: 20px;
}

.calculator__sitebar-text {
    line-height: 1.3;
}

.calculator__sitebar-link {
    color: var(--blue-color);
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
}

.calculator__quiz_questions {
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 6px 40px rgb(30 29 30 / 10%);
    z-index: 1;
    border-radius: 5px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 655px;
}

.calculator__quiz_questions:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: inherit;
    border: 1px solid var(--grey-lite-color);
    pointer-events: none;
}

.calculator__quiz_question-item {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    flex-grow: 1;
    min-height: 595px;
}

.calculator__quiz_question-progressbar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 3px;
    background-color: var(--lite-blue-color);
    border-radius: 50rem;
    min-height: 30px;
}

.calculator__quiz_question-progressbar-scale {
    position: absolute;
    top: 4px;
    left: 5px;
    bottom: 4px;
    border-radius: inherit;
    background-color: var(--yellow-color);
}

.calculator__quiz_question-progressbar-steps {
    position: relative;
    z-index: 1;
}

.calculator__quiz_question-title {
    text-align: left;
    padding: 5px 0;
    font-size: calc(17px + 1vmin);
    margin-bottom: 30px;
}

.calculator__quiz_question-fields {
    position: relative;
    flex-grow: 1;
}

.quiz__radiocard-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 15px;
}

.quiz__radiocard-group.grid_3_3 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

@media (max-width: 550px) {
    .quiz__radiocard-group {
        grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    }
    .quiz__radiocard-group.grid_3_3 {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    }
}

.quiz__checkboxline-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.quiz__checkboxline-group .field__checkboxline {
    margin-bottom: 25px;
}

.quiz__radioline-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.quiz__radioline-group .field__radioline {
    margin-bottom: 15px;
}

.quiz__field__text {
    width: 100%;
    max-width: 500px;
}

.calculator__quiz_question-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.calculator__quiz_question-btn {
    min-width: 200px;
}

.calculator__quiz_final {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-rows: 100%;
    grid-column-gap: 0;
}

.calculator__quiz_final-form {
    position: relative;
    z-index: 2;
}

.calculator__quiz_final-form-received {
    display: block;
    font-size: 20px;
    border-left: 3px solid var(--yellow-color);
    padding: 2px 20px;
    margin-bottom: 20px;
}

.calculator__quiz_final-form-title {
    margin-bottom: 30px;
    font-size: calc(17px + 1vmin);
    font-weight: 300;
    line-height: 1.5;
    flex-grow: 1;
}

.calculator__quiz_final-form-subtitle {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
}

.calculator__quiz_final-form-how {
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}

.calculator__quiz_final-form-radio-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-right: -15px;
}

.calculator__quiz_final-form-radio-group .quiz_final__field {
    margin: 0 15px 15px 0;
    white-space: nowrap;
}

@media (max-width: 875px) {
    .calculator__quiz_final-form-radio-group {
        flex-direction: column;
    }
}

.calculator__quiz_final-form-input-group {
    margin-bottom: 20px;
}

.calculator__quiz_final-form-checkbox-group .field__checkbox-politics {
    color: var(--grey-hard-color);
}

.calculator__quiz_final-info {
    position: relative;
    z-index: 1;
}

.calculator__quiz_final-info__circle {
    position: absolute;
    right: -10px;
    bottom: 2px;
    width: 25vw;
    height: 25vw;
    max-width: 350px;
    max-height: 350px;
    border: 70px solid var(--yellow-color);
    border-radius: 50rem;
}

.calculator__quiz_final-info__olefirov {
    position: absolute;
    right: -20px;
    bottom: 0;
}

.calculator__quiz_final-info__olefirov img {
    max-width: 100%;
    max-height: 480px;
}

.calculator__quiz_final-info__booklet {
    position: absolute;
    right: -36px;
    bottom: 0;
    width: 128%;
}

.calculator__quiz_final-info__booklet img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1160px) {
    .calculator__quiz {
        grid-template-columns: 1fr;
    }
    .calculator__sitebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(270px, 1fr));
        grid-auto-rows: minmax(135px, auto);
        grid-gap: 10px;
    }
}

@media (max-width: 767px) {
    .calculator__sitebar {
        grid-template-columns: repeat(1, minmax(249px, 1fr));
        grid-auto-rows: minmax(110px, auto);
    }
    .calculator__quiz_final {
        grid-template-columns: 1fr;
    }
    .calculator__quiz_final-info {
        display: none;
    }
}


/*=============== PORTFOLIO ===============*/

.portfolio__skew {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18vmin;
    pointer-events: none;
}

.portfolio__skew:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 18vmin solid var(--lite-blue-color);
    border-left: 100vw solid transparent;
}

.portfolio__inner {
    padding: 50px 0;
}

.portfolio__top {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
}

.portfolio__title {
    margin-bottom: 20px;
    max-width: 380px;
}

.portfolio__subtitle {
    font-size: calc(17px + 0.3vmin);
    font-weight: 400;
}

.portfolio__main {
    position: relative;
    width: 100%;
}

.portfolio__items {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 370px));
    grid-auto-rows: minmax(10px, auto);
    grid-gap: 50px;
    justify-content: space-around;
}

.portfolio__item {
    padding-right: 25px;
}

.portfolio__case {
    position: relative;
    width: 100%;
    border-radius: 10px;
    background: var(--lite-blue-color);
    padding: 25px;
    height: 100%;
}

.portfolio__case:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    border-radius: 8px;
    border: 1px solid var(--grey-lite-color);
    z-index: 0;
}

.portfolio__case__title {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    color: var(--grey-hard-color);
    margin-bottom: 10px;
    line-height: 1.3;
}

.portfolio__case__description {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.3;
}

.portfolio__case__button {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 12px 15px 12px 25px;
    font-size: 18px;
    background: var(--yellow-color);
    border-radius: 0 20px 0 0;
    pointer-events: none;
}

.portfolio__case__button:before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border: 1px solid #fff;
    border-radius: 0 14px 0 15px;
}

.portfolio__case__image {
    position: relative;
    border-radius: 10px 10px 10px 20px;
    margin: 0 0 20px 0;
    left: 50px;
    min-height: 180px;
    z-index: 2;
    box-shadow: 10px 10px 17px rgb(0 0 0 / 8%);
    cursor: pointer;
    transform: translateY(0px);
    transition: left 0.5s, min-height 0.5s, transform 0.5s;
    overflow: hidden
}

.portfolio__case__image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgb(0 0 0 / 26%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
}

.portfolio__case__image:hover:before {
    opacity: 1;
}

.portfolio__case__image:after {
    content: '+';
    position: absolute;
    display: block;
    top: calc(50% - 60px);
    left: calc(50% - 30px);
    width: 0;
    height: 0;
    z-index: 3;
    color: #fff;
    font-size: 100px;
    font-weight: 100;
    opacity: 0;
    transition: 0.5s;
}

.portfolio__case__image:hover:after {
    opacity: 1;
}

.portfolio__case__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    border-radius: inherit;
    pointer-events: none;
    transition: 1s;
    transform-origin: top center;
}

.portfolio__case__image:hover img {
    transform: scale(1.1);
}

@media (max-width: 400px) {
    .portfolio__item {
        padding-right: 0px;
    }
    .portfolio__case__image {
        left: 0px;
        min-height: 160px;
    }
}


/**modal frame**/

.frame__wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.frame__panel {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 18px;
    margin-bottom: 25px;
}

.frame__panel-devices {
    display: flex;
    align-items: center;
}

.frame__panel-device-btn {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin: 0 15px;
    cursor: pointer;
}

.frame__panel-device-btn:hover {
    opacity: 0.8;
}

.frame__container {
    width: 100%;
    max-width: 1420px;
    border: 1px solid #fff;
    box-shadow: 0 14px 24px rgba(45, 57, 75, .1);
    overflow: auto;
    transition: max-width 0.5s, max-height 0.5s;
}

.frame__container::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.frame__container::-webkit-scrollbar-track {
    background: #d2d2d2;
}

.frame__container::-webkit-scrollbar-thumb {
    background-color: #656565;
    border-radius: 5px;
}

.frame__container .frame__img {
    position: relative;
    width: 100%;
    height: auto;
    border: none;
    display: none;
    object-fit: contain;
    object-position: top center;
}

.frame__container[device="desktop"] {
    height: calc(99vh - 85px);
}

.frame__container[device="desktop"] .frame__img.desktop {
    display: block;
}

.frame__container[device="tablet"] {
    max-width: 768px;
    max-height: 1024px;
}

.frame__container[device="tablet"] .frame__img.tablet {
    display: block;
}

.frame__container[device="phone"] {
    max-width: 375px;
    max-height: 800px;
}

.frame__container[device="phone"] .frame__img.phone {
    display: block;
}


/*=============== GEOGRAPHY ===============*/

.geography__inner {
    padding: 90px 0;
}

.geography__main {
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 960px) {
    .geography__main {
        flex-direction: column;
        align-items: flex-start;
    }
}

.geography__info {
    width: 100%;
    max-width: 425px;
    margin-bottom: 50px;
}

.geography__title {
    margin-bottom: 15px;
    line-height: 1.3;
}

.geography__logo {
    margin-bottom: 10px;
}

.geography__sublogo {
    margin-bottom: 40px;
}

.geography__remark {
    display: flex;
    align-items: center;
    max-width: 440px;
}

.geography__remark-img {
    margin-right: 15px;
}

.geography__remark-text {
    font-size: 18px;
    line-height: 1.2;
}

.geography__cover {
    flex-grow: 1;
    width: 100%;
}


/*=============== TEAM ===============*/

.team__inner {
    padding: 50px 0;
}

.team__main {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 35px 23px;
    grid-template-areas: "team__info team__info team__workers" "team__task team__task team__task";
    min-height: 720px;
}

@media (max-width: 875px) {
    .team__main {
        grid-template-areas: "team__info team__info team__info team__info" "team__workers team__workers team__workers team__workers" "team__task team__task team__task team__task";
    }
}

.team__info {
    grid-area: team__info;
    max-width: 735px;
}

.team__info-item-text {
    line-height: 1.3;
    max-width: 235px;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 16px;
}

.team__info-item-text .strong {
    font-weight: 500;
}

.team__info-text {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.4;
    max-width: 600px;
}

.team__info-title {
    margin-bottom: 20px;
    max-width: 685px;
}

.team__info-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    grid-auto-rows: minmax(10px, auto);
    grid-gap: 15px;
}

@media (max-width: 450px) {
    .team__info-items {
        grid-template-columns: repeat(1, minmax(130px, 1fr));
    }
}

.team__info-item {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.team__info-item-icon {
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.team__workers {
    grid-area: team__workers;
    display: grid;
    grid-template-columns: repeat(5, minmax(65px, 65px));
    grid-auto-rows: minmax(65px, 65px);
    grid-gap: 13px;
    min-height: 320px;
}

@media (max-width: 875px) {
    .team__workers {
        grid-template-columns: repeat(auto-fit, minmax(65px, 65px));
    }
}

.team__worker {
    border-radius: 5rem;
    overflow: hidden;
}

.team__worker img {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.team__task {
    grid-area: team__task;
    position: relative;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 35px 25px 25px 25px;
    box-shadow: 0 0 16px 4px rgb(0 0 0 / 7%);
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 30px 30px;
}

@media (max-width: 600px) {
    .team__task {
        grid-template-columns: 1fr;
    }
}

.team__task:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    border-radius: 8px;
    border: 1px solid var(--grey-lite-color);
    z-index: 0;
}

.team__task-column {
    position: relative;
}

.team__task-title {
    position: relative;
    margin-bottom: 15px;
    line-height: 1;
}

.team__task-text {
    position: relative;
    font-size: 16px;
    max-width: 370px;
    line-height: 1.4;
}

.team__task-btn {
    color: var(--blue-color);
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 25px;
}

.team__task-image {
    position: relative;
    width: 100%;
    max-width: 345px;
}

.team__task-image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    right: 15px;
}

.team__task-performers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: minmax(10px, auto);
    grid-gap: 30px;
}

.team__task-performers-item {
    display: flex;
}

.team__task-performers-image {
    width: 90px;
    height: 90px;
    border-radius: 5rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 15px;
}

.team__task-performers-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.team__task-performers-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.team__task-performers-position {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--grey-hard-color);
}

.team__task-performers-skils {
    list-style: disc;
    padding-left: 17px;
}

.team__task-performers-skils-item {
    line-height: 1.6;
}


/*=============== SERVICES ===============*/

.services {
    background: var(--lite-blue-color);
}

.services__skew {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18vmin;
    pointer-events: none;
}

.services__skew:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 18vmin solid #ffffff;
    border-left: 100vw solid transparent;
}

.services__decor {
    position: absolute;
    left: 0;
    top: 35%;
    width: 40vw;
    max-width: 665px;
}

.services__decor img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 865px) {
    .services__decor {
        display: none;
    }
}

.services__inner {
    position: relative;
    padding: 50px 0;
}

.services__top {
    position: relative;
    width: 100%;
    max-width: 690px;
    margin-bottom: 25px;
}

@media (max-width: 865px) {
    .services__top {
        max-width: none;
    }
}

.services__top-title {
    margin-bottom: 20px;
}

.services__top-subtitle {
    font-size: 1.125rem;
}

.services__main {
    width: 100%;
}

.services__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: minmax(10px, auto);
    grid-gap: 20px;
    justify-content: center;
}

.services__card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 16px 4px rgb(0 0 0 / 2%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: rgb(255 255 255 / 96%);
}

.services__card:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    border-radius: 8px;
    border: 1px solid var(--grey-lite-color);
    z-index: 1;
    pointer-events: none;
}

.services__card-head {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 15px 9px rgb(0 0 0 / 6%);
    padding: 25px 25px 20px 25px;
    min-height: 146px;
    background-color: #fff;
}

.services__card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    flex-grow: 1;
}

.services__card-extra {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.services__card-extra img {
    display: block;
    max-width: 100%;
    height: auto;
}

.services__card-body {
    position: relative;
    padding: 20px 25px 5px 25px;
    z-index: 1;
    flex-grow: 1;
}

.services__card-text {
    line-height: 1.7;
    font-size: 15px;
}

.services__card-foot img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
}

.services__card-foot {
    position: relative;
    min-height: 115px;
    max-height: 115px;
}


/*=============== ADVANTAGES ===============*/

.advantages__inner {
    padding: 50px 0;
}

.advantages__top {
    position: relative;
    margin-bottom: 40px;
}

.advantages__title {
    margin-bottom: 15px;
}

.services__top-logo {
    display: inline-block;
    margin-bottom: 5px;
}

.advantages__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(290px, 1fr));
    grid-template-rows: min-content;
    gap: 30px 30px;
    grid-template-areas: "advantages__card-one advantages__card-two advantages__card-three" "advantages__card-four advantages__card-five advantages__card-five";
}

@media (max-width: 960px) {
    .advantages__cards {
        grid-template-columns: repeat(2, minmax(290px, 1fr));
        grid-template-areas: "advantages__card-one advantages__card-two" "advantages__card-three advantages__card-four" "advantages__card-five advantages__card-five";
    }
}

@media (max-width: 650px) {
    .advantages__cards {
        grid-template-columns: repeat(1, minmax(290px, 1fr));
        grid-template-areas: "advantages__card-one" "advantages__card-two" "advantages__card-three" "advantages__card-four" "advantages__card-five";
    }
}

.advantages__card {
    position: relative;
    border-radius: 10px;
    background: #fff;
    padding: 25px 35px;
    box-shadow: 0 0 16px 9px rgb(0 0 0 / 5%);
}

@media (max-width: 374px) {
    .advantages__card {
        padding: 20px 20px;
    }
}

.advantages__card:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    border-radius: 8px;
    border: 1px solid var(--grey-lite-color);
    z-index: 1;
}

.advantages__card-grey {
    background: var(--lite-blue-color);
    box-shadow: none;
}

.advantages__card-grey:before {
    right: -8px;
    bottom: -8px;
}

.advantages__card-one {
    grid-area: advantages__card-one;
}

.advantages__card-two {
    grid-area: advantages__card-two;
    background: var(--lite-blue-color);
}

.advantages__card-three {
    grid-area: advantages__card-three;
    background: var(--lite-blue-color);
}

.advantages__card-four {
    grid-area: advantages__card-four;
    background: var(--lite-blue-color);
}

.advantages__card-five {
    grid-area: advantages__card-five;
}

.advantages__card-icon {
    position: relative;
    font-size: 30px;
    text-align: right;
    min-height: 32px;
    padding: 7px 0 0 0;
}

.advantages__card-title {
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 15px;
    z-index: 2;
}

.advantages__card-title-big {
    position: relative;
    font-size: calc(17px + 1vmin);
    z-index: 2;
}

.advantages__card-text {
    position: relative;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.5px;
    z-index: 2;
    font-weight: 300;
    max-width: 575px;
}

.advantages__card-text .strong {
    font-weight: 500;
}

.advantages__card-radiogroup {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-gap: 20px 15px;
    white-space: nowrap;
    max-width: 456px;
    margin: 25px 0;
    z-index: 2;
}

.advantages__card-btns {
    position: relative;
    z-index: 2;
}

.advantages__card-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 33vw;
    min-width: 300px;
    max-width: 528px;
}

.advantages__card-decor img {
    display: block;
    width: 100%;
    height: auto;
}


/*=============== CONTRACT ===============*/

.contract__inner {
    padding: 50px 0;
}

.contract__main {
    position: relative;
    display: flex;
}

.contract__cover {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 960px) {
    .contract__cover {
        position: absolute;
        max-width: 285px;
        bottom: -25px;
        right: -80px;
        pointer-events: none;
    }
}

@media (max-width: 525px) {
    .contract__cover {
        right: -185px;
    }
}

.contract__info {
    position: relative;
    flex-grow: 1;
}

.contract__overhead {
    font-size: 1.250rem;
    border-left: 3px solid var(--yellow-color);
    padding: 2px 20px;
    margin-bottom: 20px;
}

.contract__title {
    font-size: calc(17px + 1vmin);
    margin-bottom: 25px;
}

.contract__subtitle {
    font-size: calc(17px + 0.3vmin);
    line-height: 1.3;
    margin-bottom: 20px;
}

.contract__phases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
}

@media (max-width: 525px) {
    .contract__phases {
        grid-template-columns: 1fr;
    }
}

.contract__phase {
    position: relative;
    border-radius: 10px;
    background: var(--lite-blue-color);
    padding: 20px;
}

.contract__phase:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--grey-lite-color);
    border-radius: inherit;
    pointer-events: none;
}

.contract__items {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 21px;
}

@media (max-width: 960px) {
    .contract__items {
        grid-template-columns: 1fr;
    }
}

.contract__item {
    background-image: url(/public/img/checked.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 30px 30px;
    padding: 0 0 10px 45px;
}


/*=============== STAGES ===============*/

.stages-3 {
    background: var(--lite-blue-color);
}

.stages-3-skew {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18vmin;
    pointer-events: none;
}

.stages-3-skew:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 18vmin solid #ffffff;
    border-left: 100vw solid transparent;
}

.stages-2-decor {
    position: absolute;
    right: -10%;
    bottom: -245px;
    width: 35vw;
    max-width: 665px;
    pointer-events: none;
    z-index: 2;
}

@media (max-width: 1095px) {
    .stages-2-decor {
        bottom: -100px;
    }
}

@media (max-width: 960px) {
    .stages-2-decor {
        width: 312px;
    }
}

.stages__inner {
    padding: 60px 0;
}

.stages-2__inner {
    padding: 60px 0 170px;
}

.stages__top {
    position: relative;
    z-index: 3;
    margin-bottom: 50px;
}

.stages__title {
    margin-bottom: 15px;
}

.stages__subtitle {
    font-size: 20px;
    font-weight: 300;
    max-width: 565px;
}

.stages__main {
    position: relative;
    z-index: 3;
}

.stages__bullets {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
    grid-auto-rows: minmax(100px, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
    bottom: auto !important;
}

@media (max-width: 930px) {
    .stages__bullets {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 530px) {
    .stages__bullets {
        grid-template-columns: repeat(1, 1fr);
    }
}

.stages-bullet {
    position: relative;
    width: 100%;
    background: var(--lite-blue-color);
    padding: 20px 20px 20px 20px;
    cursor: pointer;
    transition: transform 0.5s;
    transform: translateY(0px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 16px 4px rgb(0 0 0 / 5%);
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    user-select: none;
}

.stages-bullet[data-title]:before,
.stages-bullet[data-stage]:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 30px;
    width: 24px;
    height: 24px;
    border-radius: 5rem;
    background: #fff;
    border: 1px solid var(--lite-blue-color);
    box-shadow: 0 0 16px 0px rgb(0 0 0 / 7%);
}

.stages-bullet[data-title]:after {
    content: attr(data-title);
    position: absolute;
    top: -12px;
    left: 65px;
    font-weight: 600;
    letter-spacing: 0.4px;
    opacity: 0;
}

.stages-bullet[data-stage]:after {
    content: attr(data-stage);
    position: absolute;
    top: -12px;
    left: 65px;
    font-weight: 600;
    letter-spacing: 0.4px;
    opacity: 0.2;
    font-size: 0.875rem;
}

.stages-bullet-active {
    background: #fff;
    box-shadow: 0 0 16px 4px rgb(0 0 0 / 7%);
    z-index: 1;
}

.stages-bullet-active[data-title]:before,
.stages-bullet-active[data-stage]:before {
    background: var(--yellow-color);
}

.stages-bullet-active[data-title]:after,
.stages-bullet-active[data-stage]:after {
    opacity: 1;
}

.stages-bullet:hover {
    transform: translateY(-5px);
}

.stages-bullet__img {
    margin-right: 15px;
    mix-blend-mode: multiply;
}

.stages__bottom {
    position: relative;
    z-index: 3;
}

.stages__card {
    font-weight: 300;
}

.stages__card-item-top {
    background-image: url(/public/img/checked.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 30px 30px;
    padding: 0 0 15px 45px;
    font-weight: 300;
}

.stages__card-item {
    margin-bottom: 30px;
}

.stages__card-title {
    font-size: calc(17px + 1.1vmin);
    margin-bottom: 30px;
    padding-right: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.stages__card-text {
    font-size: 20px;
    margin-bottom: 30px;
}

.stages__card-row {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    grid-gap: 15px 35px;
}

@media (max-width: 960px) {
    .stages__card-row {
        grid-template-columns: 1fr;
    }
}

.stages__card-info {
    position: relative;
}

.stages__card-details {
    position: relative;
}

.stages__card-description {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 300;
}

.stages__card-video,
.stages__card-cover {
    position: relative;
    border-radius: 10px;
    box-shadow: -5px 6px 16px -4px rgb(0 0 0 / 14%);
    overflow: hidden;
    margin-bottom: 20px;
}

.stages__card-cover img {
    width: 100%;
}

.stages__card-remark {
    position: relative;
    padding: 0.9rem 1.8rem;
    border-radius: 10px;
    background: var(--yellow-color);
    box-shadow: inset 0 0 0 5px var(--yellow-color), inset 0 0 0 6px #fff;
}

.stages__card-todo {
    position: relative;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 57%);
    padding: 25px;
    display: flex;
    box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 6px var(--grey-lite-color), -6px -7px 16px -2px rgb(0 0 0 / 7%);
}

.stages__card-todo:after {
    content: '';
    position: absolute;
    top: -13px;
    right: 5%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #ffffff;
}

.stages__card-todo-person {
    display: flex;
    align-items: center;
    border-right: 2px solid var(--grey-middle-color);
    z-index: 1;
    padding-right: 20px;
    flex-shrink: 0;
}

.stages__card-todo-avatar {
    margin-right: 20px;
    flex-shrink: 0;
}

.stages__card-todo-name {
    font-size: 16px;
    font-weight: 500;
    max-width: 100px;
    line-height: 1.3;
}

.stages__card-todo-message {
    display: flex;
    align-items: center;
    padding-left: 30px;
    line-height: 1.3;
    font-weight: 300;
}

.stages__card-fan {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr 1fr 1fr;
    grid-template-rows: 0.5fr 0.5fr 0.7fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas: "fan-item-three fan-item-three fan-item-four fan-item-five fan-item-five" "fan-item-two fan-item-cover fan-item-cover fan-item-cover fan-item-six" "fan-item-one fan-item-cover fan-item-cover fan-item-cover fan-item-seven";
    overflow: hidden;
    padding-top: 15px;
}

.stages__card-fan:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 65px;
    right: 65px;
    height: 245%;
    border-radius: 50rem;
    border: 2px solid #fff;
}

.stages__card-fan-item {
    display: flex;
    position: relative;
}

.stages__card-fan-item-one {
    grid-area: fan-item-one;
    flex-direction: row-reverse;
    text-align: right;
}

.stages__card-fan-item-two {
    grid-area: fan-item-two;
    flex-direction: row-reverse;
    text-align: right;
}

.stages__card-fan-item-three {
    grid-area: fan-item-three;
    flex-direction: row-reverse;
    padding-top: 30px;
    text-align: right;
}

.stages__card-fan-item-four {
    grid-area: fan-item-four;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stages__card-fan-item-five {
    grid-area: fan-item-five;
    padding-top: 30px;
}

.stages__card-fan-item-six {
    grid-area: fan-item-six;
}

.stages__card-fan-item-seven {
    grid-area: fan-item-seven;
}

.stages__card-fan-item-cover {
    grid-area: fan-item-cover;
    max-height: 445px;
}

.stages__card-fan-item-cover img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}

.stages__card-fan-item-icon {
    position: relative;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 5rem;
    background-image: url(/public/img/info-outline.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s;
    cursor: pointer;
    margin: 0 10px 10px 10px;
}

.stages__card-fan-item-icon::after {
    content: '';
    position: absolute;
    border: 2px solid var(--yellow-color);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    animation: pulse 1.8s linear infinite;
    opacity: 0;
}

.stages__card-fan-item-icon:hover {
    background-image: url(/public/img/info-filled.svg);
}

.stages__card-fan-item-text {
    line-height: 1.4;
    font-size: calc(12px + 0.3vmin);
    max-width: 250px;
    font-weight: 300;
}

.stages__card-fan-item-remark {
    position: relative;
    transform: translate(0, 0);
    font-size: 14px;
    align-self: flex-start;
    font-weight: 500;
}

@media (max-width: 960px) {
    .stages__card-fan {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "fan-item-one fan-item-cover" "fan-item-two fan-item-cover" "fan-item-three fan-item-cover" "fan-item-four fan-item-cover" "fan-item-five fan-item-cover" "fan-item-six fan-item-cover" "fan-item-seven fan-item-cover";
        grid-template-rows: 1fr;
        gap: 25px 5px;
    }
    .stages__card-fan:before {
        opacity: 0;
    }
    .stages__card-fan-item-one {
        flex-direction: row;
        text-align: left;
    }
    .stages__card-fan-item-two {
        flex-direction: row;
        text-align: left;
    }
    .stages__card-fan-item-three {
        flex-direction: row;
        text-align: left;
        padding-top: 0px;
    }
    .stages__card-fan-item-four {
        flex-direction: row;
        text-align: left;
    }
    .stages__card-fan-item-five {
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .stages__card-fan {
        grid-template-columns: 1fr;
        grid-template-areas: "fan-item-cover" "fan-item-one" "fan-item-two" "fan-item-three" "fan-item-four" "fan-item-five" "fan-item-six" "fan-item-seven";
        grid-template-rows: 1fr;
    }
}

.stages__card-btns {
    margin-bottom: 20px;
}


/*=============== CONSULTATION ===============*/

.consultation {
    background-color: #233146;
    background-image: url(/public/img/dark-blue-background.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    overflow: hidden;
}

.consultation__inner {
    position: relative;
    padding: 50px 0;
}

.consultation__info {
    position: relative;
    max-width: 56%;
    z-index: 1;
}

@media (max-width: 960px) {
    .consultation__info {
        max-width: 100%;
    }
}

.consultation__title {
    width: 100%;
    max-width: 555px;
    margin-bottom: 20px;
    color: #ffffff;
}

.consultation__subtitle {
    width: 100%;
    max-width: 445px;
    font-size: 20px;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 300;
}

.consultation__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 45px;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .consultation__items {
        grid-template-columns: 1fr;
    }
}

.consultation__item {
    display: flex;
    flex-direction: column;
}

.consultation__item-icon {
    color: var(--yellow-color);
    font-size: 35px;
    margin-bottom: 15px;
}

.consultation__item-text {
    color: var(--grey-middle-color);
    line-height: 1.4;
    letter-spacing: 0.7px;
    font-size: 16px;
    font-weight: 300;
}

.consultation__item-text .strong {
    font-weight: 500;
}

.consultation__item-text-sentence {
    font-size: 20px;
}

.consultation__form {
    max-width: 500px;
}

.consultation__form-title {
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.consultation__form-radio-group {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    grid-auto-rows: auto;
    grid-gap: 25px;
    margin-bottom: 25px;
    color: #fff;
    justify-content: space-between;
    white-space: nowrap;
}

@media (max-width: 875px) {
    .consultation__form-radio-group {
        grid-template-columns: repeat(2, max-content);
        justify-content: flex-start;
    }
}

.consultation__form-input-group {
    margin-bottom: 20px;
}

.consultation__form-checkbox-group {
    color: #a2a2a2;
    font-weight: 300;
}

.consultation__person {
    position: absolute;
    flex-basis: 0;
    right: -235px;
    bottom: 0;
}

.consultation__person:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10000%;
    right: -10000%;
    height: 350px;
    background: linear-gradient(360deg, #010102 0%, rgba(15, 20, 29, 0) 100%);
    opacity: 0.8;
    pointer-events: none;
}

@media (max-width: 1175px) {
    .consultation__person {
        right: -285px;
    }
}

@media (max-width: 960px) {
    .consultation__person {
        display: none;
    }
}

.consultation__person-aboutme {
    position: absolute;
    background-image: url(/public/img/transparent-block-small.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 30%;
    left: -60px;
    padding: 45px 180px 50px 40px;
    color: #fff;
    overflow: hidden;
}

.consultation__person-name {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.consultation__person-experience {
    width: 100%;
    max-width: 185px;
    margin-bottom: 10px;
    font-weight: 300;
}

.consultation__person-aboutme-text {
    line-height: 1.5;
    font-style: italic;
    font-weight: 100;
}

.consultation__person-foto {
    position: relative;
    pointer-events: none;
}


/*=============== RESULTDEV ===============*/

.resultdev__inner {
    padding: 60px 0;
}

.resultdev__main {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 0.6fr;
}

@media (max-width: 767px) {
    .resultdev__main {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.resultdev__cover {
    width: 100%;
    mix-blend-mode: multiply;
}

.resultdev__cover img {
    width: 100%;
}

.resultdev__title {
    font-size: calc(17px + 0.9vmin);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 45px;
}

.resultdev__mockups {
    max-width: 355px;
}

.resultdev__mockups-head {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.4px;
}

.resultdev__mockups-body {
    display: flex;
    justify-content: space-between;
}

.resultdev__mockups-icon {
    font-size: 27px;
    margin-bottom: 10px;
}

.resultdev__mockups-text {
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.5px;
}


/*=============== VIDEOANALYSIS ===============*/

.videoanalysis__inner {
    padding: 60px 0;
}

.videoanalysis__top {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    margin-bottom: 50px;
    grid-gap: 30px 20px;
}

@media (max-width: 767px) {
    .videoanalysis__top {
        grid-template-columns: 1fr;
    }
}

.videoanalysis__top-overhead {
    display: block;
    font-size: 20px;
    border-left: 3px solid var(--yellow-color);
    padding: 2px 20px;
    margin-bottom: 20px;
    line-height: 1.4;
    max-width: 460px;
}

.videoanalysis__top-title {}

.videoanalysis__top-skill {
    display: flex;
    align-items: center;
}

.videoanalysis__top-skill-cover {
    position: relative;
    margin-right: 20px;
    border-radius: 50rem;
    overflow: hidden;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.videoanalysis__top-skill-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.videoanalysis__top-skill-text {
    max-width: 265px;
    line-height: 1.4;
    font-size: calc(14px + 0.6vmin);
}

.videoanalysis__main {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: start;
    grid-gap: 20px;
}

@media (max-width: 767px) {
    .videoanalysis__main {
        grid-template-columns: 1fr;
    }
}

.videoanalysis__main-column {
    position: relative;
    /* padding: 20px; */
}

.videoanalysis__main-column:first-child {
    z-index: 2;
}

.videoanalysis__main-text {
    font-size: 20px;
    max-width: 468px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.videoanalysis__main-tasks {
    max-width: 455px;
    list-style: disc;
    line-height: 1.8;
    font-size: 16px;
    padding: 0 0 0 20px;
}

.videoanalysis__main-decor-circle {
    position: absolute;
    top: calc(50% - 140px);
    left: -90px;
    width: 280px;
    height: 280px;
    background-color: var(--yellow-color);
    border: 70px solid #fff;
    box-shadow: 0 0 0px 7px var(--yellow-color);
    border-radius: 50rem;
}

@media (max-width: 745px) {
    .videoanalysis__main-decor-circle {
        left: calc(50% - 140px);
        opacity: 0.3;
    }
}

.videoanalysis__main-video {
    border-radius: 10px;
    max-width: 600px;
}


/*=============== CARE ===============*/

.care__inner {
    padding: 60px 0;
}

.care__main {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 30px;
    grid-template-areas: "care__item-one care__item-one care__item-two" "care__item-three care__item-four care__item-five";
}

@media (max-width: 960px) {
    .care__main {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 30px;
        grid-template-areas: "care__item-one care__item-one" "care__item-two care__item-three" "care__item-four care__item-five";
    }
}

@media (max-width: 767px) {
    .care__main {
        position: relative;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-gap: 30px;
        grid-template-areas: "care__item-one" "care__item-two" "care__item-three" "care__item-four" "care__item-five";
    }
}

.care__item-one {
    grid-area: care__item-one;
}

.care__item-two {
    grid-area: care__item-two;
}

.care__item-three {
    grid-area: care__item-three;
}

.care__item-four {
    grid-area: care__item-four;
}

.care__item-five {
    grid-area: care__item-five;
}

.care__logo {
    display: inline-block;
    margin-bottom: 10px;
}

.care__title {
    max-width: 690px;
}

.care__card {
    position: relative;
    border-radius: 10px;
    background: #fff;
    padding: 25px 35px;
    box-shadow: 0 0 16px 9px rgb(0 0 0 / 5%);
    background: var(--lite-blue-color);
    box-shadow: none;
    height: 100%;
}

.care__card:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    border-radius: 8px;
    border: 1px solid var(--grey-lite-color);
    z-index: 1;
    right: -8px;
    bottom: -8px;
}

.care__card-icon {
    position: relative;
    font-size: 30px;
    text-align: right;
    min-height: 32px;
    padding: 7px 0 0 0;
}

.care__card-title {
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 15px;
    z-index: 2;
}

.care__card-text {
    position: relative;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.5px;
    max-width: 580px;
    z-index: 2;
}


/*=============== LETTERS ===============*/

.letters {
    position: relative;
}

.letters__inner {
    padding: 60px 0;
}

.letters__top {
    position: relative;
    margin-bottom: 10px;
    position: relative;
}

.letters__title {
    max-width: 830px;
}

.letters__main {
    position: relative;
}

.letters__slider-navs {
    margin-bottom: 10px;
}

.letters__slider-navs .swiper-navs__wrapper {}

.letters__slider-swiper {
    margin: 0 -10px;
    max-width: none;
    width: auto;
}

.letters__slider-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.letters__card-image {
    position: reletive;
    padding: 7px;
    background: var(--lite-blue-color);
    box-shadow: 0 0 6px rgb(0 0 0 / 24%);
    margin-bottom: 10px;
    border-radius: 5px;
}

.letters__card-text {
    padding: 0 10px;
    text-align: center;
}

@media (max-width: 414px) {
    .letters__card-text {
        font-size: 0.875rem;
    }
}


/*=============== BRIEF ===============*/

.brief {
    background: var(--lite-blue-color);
}

.brief__inner {
    position: relative;
    padding: 0 0 50px;
}

.brief__top {
    position: relative;
    margin-bottom: 40px;
}

.brief__title {
    margin-bottom: 20px;
}

.brief__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
    max-width: 390px;
}

.brief__text {
    font-size: 16px;
    font-style: italic;
}

.brief__form {
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 6px 40px rgb(30 29 30 / 10%);
    z-index: 1;
    border-radius: 5px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.brief__form:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: inherit;
    border: 1px solid var(--grey-lite-color);
    z-index: 0;
}

.brief__form-main {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}

.brief__form-title {
    margin-bottom: 30px;
}

.brief__form-title:not(:first-child) {
    margin-top: 30px;
}

.brief__form-subtitle {
    margin-bottom: 30px;
    font-size: 19px;
    font-style: italic;
}

.brief__form-field {
    margin-bottom: 20px;
    width: 100%;
}

.brief__form-field.field__text {
    max-width: 560px;
}

.brief__form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--grey-lite-color);
    margin-top: 35px;
    padding-top: 35px;
    z-index: 1;
}

.brief__form-btn-submit {
    width: 100%;
    max-width: 300px;
}

@media (max-width: 767px) {
    .brief__form-bottom {
        flex-direction: column-reverse;
    }
    .brief__form-btn-submit {
        margin-bottom: 35px;
    }
}

.brief__empty {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.brief__empty-title {
    margin-bottom: 50px;
    text-align: center;
}


/*=============== CONTACTS ===============*/

.contacts {
    background: var(--lite-blue-color);
}

.contacts__decor {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0.1;
}

.contacts__inner {
    position: relative;
    padding: 0 0 50px;
    min-height: 80vh;
}

.contacts__top {
    margin-bottom: 50px;
}

.contacts__title {
    margin-bottom: 20px;
    font-weight: 600;
}

.contacts__subtitle {
    font-size: 18px;
    max-width: 280px;
}

.contacts__main {
    display: flex;
}

@media (max-width: 767px) {
    .contacts__main {
        flex-direction: column;
    }
}

.contacts__info {
    flex-grow: 1;
    flex-basis: 30%;
    margin-bottom: 25px;
}

.contacts__text {
    display: inline-block;
    color: var(--black-color);
    margin: 5px 0 20px;
    white-space: pre-wrap;
}

.contacts__social {
    display: grid;
    grid-template-columns: repeat(3, 35px);
    grid-gap: 14px;
    margin-top: 15px;
}

.contacts__map {
    min-height: 500px;
    flex-grow: 1;
    flex-basis: 70%;
    border: 5px solid #fff;
    border-radius: 5px;
    background: #f3f4f5;
}


/*=============== THANKS ===============*/

.thanks {
    background: var(--lite-blue-color);
}

.thanks__inner {
    position: relative;
    padding: 0 0 50px;
    min-height: 80vh;
}

.thanks__main {
    position: relative;
}

.thanks__title {
    margin-bottom: 20px;
    font-weight: 600;
}

.thanks__subtitle {
    font-size: calc(17px + 0.9vmin);
    margin-bottom: 50px;
}

.thanks__button {
    display: inline-block;
}


/*=============== nofound ===============*/

.nofound__inner {
    position: relative;
    padding: 0 0 50px;
    min-height: 80vh;
}

.nofound__main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nofound__title {
    margin-bottom: 20px;
    font-weight: 600;
}

.nofound__subtitle {
    font-size: calc(17px + 0.9vmin);
    margin-bottom: 50px;
}

.nofound__button {
    display: inline-block;
}


/*=============== FOOTER ===============*/

.footer {
    background-color: #05080f;
    border-top: 1px solid rgb(147 147 147 / 20%);
    padding: 30px 0;
}

.footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 635px) {
    .footer__wrapper {
        flex-direction: column;
    }
    .footer__wrapper>* {
        margin-bottom: 35px;
    }
}

.footer__logo {
    display: inline-block;
    font-size: calc(21px + 1.4vmin);
    color: #fff;
}

.footer__social {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__social-title {
    color: #C5C5C5;
    margin-bottom: 12px;
    line-height: 1.4;
}

.footer__social-links {
    display: grid;
    grid-template-columns: repeat(3, min-content);
    grid-gap: 14px;
}

.footer__social-link {
    display: block;
    width: 35px;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 635px) {
    .footer__contacts {
        align-items: center;
    }
}

.footer__contacts-phone {
    font-size: calc(21px + 0.6vmin);
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
}

.footer__contacts-callback {
    color: var(--yellow-color);
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}