@import './resset.css';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --blue: #2c3878;
    --grayscale_10: #9c9c9c;
    --grayscale_50: #333333;
    --container-padding: 15px;
    --container-width: 1230px;
    --black: #000000;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
}

.no-scroll {
    overflow-y: hidden;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
    /* background-color: #908a8aaa; */
}

.title-content {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    margin: 0 0 20px 0;
}

.text-content {
    /* font-size: 36px; */
    font-size: calc(24px + 12 * (100vw - 320px) / 1120);
    color: var(--black);
    font-weight: 600;
    line-height: 170%;
}

.subtitle-content {
    /* font-size: 18px; */
    font-size: calc(16px + 2 * (100vw - 320px) / 1120);
    font-weight: 400;
    line-height: 160%;
    color: var(--grayscale_10);
}

.text-title {
    font-weight: 700;
    /* font-size: 56px; */
    font-size: calc(42px + 14 * (100vw - 320px) / 1120);
    line-height: 140%;
    color: var(--black);
    margin: 0 0 36px 0;
    text-align: center;
}

.text-subtitle {
    font-weight: 400;
    /* font-size: 18px; */
    font-size: calc(16px + 2 * (100vw - 320px) / 1120);
    line-height: 160%;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 518px;
}

.header {
}

.header__top {
}

.header__top__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 42px 0 100px 0;
}

.header__top__nav__logo {
}

.header__top__nav__list {
}

.header__top__nav__list__item {
    display: flex;
    align-items: center;
    column-gap: 74px;
}

.header__top__nav__list__item li a {
    color: var(--grayscale_50);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    position: relative;
}

.header__top__nav__list__item li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 2px;
    background-color: var(--grayscale_50);
    transition: 0.2s ease-in-out;
}

.header__top__nav__list__item li a:hover:before {
    width: 100%;
    left: 0;
}

.btn_white {
    color: #ffffff !important;
}

.btn_white:hover {
    color: var(--grayscale_10) !important;
    transition: all 0.2s ease-in-out;
}

.header__top__nav__list__item > li.active {
    text-shadow: 0px 0px 0.8px rgba(0, 0, 0, 0.95);
}

.header__top__nav__list__item > li:hover {
    text-shadow: 0px 0px 0.8px rgba(0, 0, 0, 0.95);
}

.btn {
    display: inline-block;
    vertical-align: bottom;
    max-width: 223px;
    padding: 14px 32px;
    background: var(--blue) !important;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.btn:hover {
    color: var(--grayscale_10);
    transition: all 0.2s ease-in-out;
}

.btn:active {
    position: relative;
    top: 1px;
}

.nav__toggle {
    display: none;
}

/* ----------------------Стилизация бургера------------------------------------------------------------------------- */

.menu-icon-wrapper {
    width: 30px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-icon {
    position: relative;
    width: 30px;
    height: 5px;
    background-color: var(--blue);
    z-index: 150;
}

.menu-icon.menu-icon-active {
    background-color: transparent;
}

.menu-icon::before {
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    width: 30px;
    height: 5px;
    background-color: var(--blue);
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    z-index: 150;
}

.menu-icon.menu-icon-active::before {
    transform: rotate(45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}

.menu-icon::after {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 30px;
    height: 5px;
    background-color: var(--blue);
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    z-index: 150;
}

.menu-icon.menu-icon-active::after {
    transform: rotate(-45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}

/* ---------------Блок с текстом и картинкой на главном экране----------------------- */

.header__row {
    margin: 0 0 160px 0;
}

.header__row__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--grayscale_50);
    margin: 0 0 50px 0;
}

.header__row__content::after {
    position: absolute;
    content: '';
    display: block;
    top: 50px;
    right: 0;

    height: 2px;
    width: 683px;

    background: #000000;
}

.header__row__content_title {
    font-weight: 700;
    font-size: 72px;
    line-height: 140%;
    max-width: 681px;
}

.header__row__content_subtitle {
    position: absolute;
    bottom: 65px;
    right: -65px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    transform: rotate(-90deg);
}

.header__row__content_subtitle p {
}

.header__row__images {
    position: relative;
}

.header__row__images_content {
}

.content_images {
}

.column-images-content {
    position: absolute;
}

.content_images-column {
    right: 150px;
    top: -200px;
    max-width: 252px;
    min-height: 525px;
    background-color: var(--blue);
    color: #ffffff !important;
    padding: 40px 48px;
    text-align: center;
}

.content_images-number {
    font-weight: 400;
    font-size: 52px;
    line-height: 160%;
}

.content_images-column_two {
    margin: 57px 0;
}

.content_images-column_free {
}

.content_images-text {
    font-size: 16px;
}

/* --------------------Секция About на главной странице------------------------------------------------------------- */

.about__row {
    margin: 0 0 480px 0;
}

.about__row__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.about__row__title::after {
    display: block;
    content: '';
    /* width: 529px; */
    width: calc(210px + 340 * (100vw - 320px) / 1120);
    margin: 0 0 0 20px;
    height: 2px;
    background: rgb(0, 0, 0, 1);
}

.about__row__text {
    margin: 0 0 60px 0;
    color: var(--grayscale_50) !important;
}

.about__row__block {
    align-items: center;
}

.block_position_portfolio {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    column-gap: 94px;
}

.block_position_portfolio {
    margin: 0 0 40px 0;
}

.about__row__block_img {
    max-width: 883px;
}

.about__row__block_avatar {
    position: absolute;
    top: 30px;
    right: 120px;
    background-color: #ffffff;
    display: flex;
    align-items: center;

    max-width: 276px;
}

.about__row__block_avatar_img {
    padding: 17px 20px;
}

.about__row__block_avatar_img img {
    max-width: 51px;
}

.about__row__block_avatar_text {
    padding: 0 52px 0 0;
}

.text-avatar-tile {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
}

.text-avatar-subtile {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: var(--grayscale_10);
}

.about__row__block_aside {
    max-width: 223px;
}

.portfolio__row__block_aside-right {
    margin-bottom: calc(0px + 94 * (100vw - 768px) / 1120);
}

.about__row__block_aside p {
    margin: 0 0 40px 0;
}

/* -------------------------------------SERVISE----------------------------------------------------------- */
.servise__row {
    position: relative;
    margin: 0 0 145px 0;
}

.servise__row__background {
    max-width: 883px;
    padding: 0 40px 41px 0;
    background-color: #ffffff;
    position: absolute;
    top: -242px;
    left: 0;

    z-index: 100;
}

.servise__row__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    display: flex;
    align-items: center;
}

.servise__row__title::after {
    display: block;
    content: '';
    margin: 0 0 0 20px;
    /* width: 516px; */
    width: calc(180px + 336 * (100vw - 320px) / 1120);
    height: 2px;
    background: rgb(0, 0, 0, 1);
}

.servise__row__block__text {
    margin: 0 0 40px 0;
}

.servise__row__block__text_title {
    color: var(--grayscale_50);
}

.servise__row__block__text_subtitle {
    max-width: 471px;
}

.servise__row__list__item ol {
    counter-reset: my-counter;
}

.servise__row__list__item ol li:nth-child(-n + 3)::before {
    content: '0' counter(my-counter);
}

.servise__row__list__item ol li {
    font-weight: 600;
    /* font-size: 24px; */
    font-size: calc(12px + 12 * (100vw - 320px) / 1120);
    line-height: 140%;
    color: var(--grayscale_50);
}

.servise__row__list__item ol li:nth-last-child(n + 2),
.servise__row__list__icon ul li:nth-last-child(n + 2) {
    padding: 0 0 35px 0;
}

.servise__row__list__item ol li::before {
    content: counter(my-counter);
    /* Выводим число */
    counter-increment: my-counter;
    /* Увеличиваем значение счётчика */
    font-weight: 600;
    /* font-size: 24px; */
    font-size: calc(12px + 12 * (100vw - 320px) / 1120);
    line-height: 140%;
    color: var(--grayscale_50);
    padding: 0 40px 0 0;
}

.servise__row__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.servise__row__image {
    text-align: end;
}

.servise__row__image img {
}

.servise__row__list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.servise__row__list__icon img {
    max-width: 100%;
}

/* -------------------------PRODUCT--------------------------------------------------------- */
.product__row {
    margin: 0 0 73px 0;
}

.product__row__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product__row__block__left {
}

.product__row__block__left_title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--grayscale_50);
}

.product__row__block__left_title::after {
    display: block;
    content: '';
    /* width: 504px; */
    width: calc(190px + 340 * (100vw - 320px) / 1120);
    margin: 0 0 0 20px;
    height: 2px;
    background: rgb(0, 0, 0, 1);
}

.product__row__block__left_text {
    max-width: 337px;
    color: var(--grayscale_50) !important;
}

.product__row__block__right {
}

.product__row__block__left_subtitle {
    max-width: 473px;
}

.vintage {
    padding: 0 0 0 10px;
}

.product__column {
    margin: 0 0 163px 0;
}

.product__column__wan {
}

.wan_column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wan_column_block {
    display: flex;
    font-weight: 600;
    /* font-size: 32px; */
    font-size: calc(24px + 8 * (100vw - 320px) / 1120);
    line-height: 140%;
    color: var(--grayscale_50);
}

.wan_column__block_title {
    /* margin-left: 80px; */
    margin-left: calc(18px + 62 * (100vw - 320px) / 1120);
}

.product__column__wan__subtitle {
}

.subtitle_wan {
    max-width: 469px;
    margin-top: 24px;
    /* margin-left: 120px; */
    margin-left: calc(0px + 120 * (100vw - 320px) / 1120);
    font-weight: 400;
    /* font-size: 18px; */
    font-size: calc(14px + 4 * (100vw - 320px) / 1120);
    line-height: 160%;
    color: var(--grayscale_50);
}

.subtitle_wan:nth-last-child(n + 2) {
    padding: 0 0 43px 0;
}

/* -----------------------------MATERIAL-------------------------------------------------------------- */
.material__row {
    position: relative;
    padding: 0 0 120px 0;
}

.left_column_material_row {
    position: absolute;
    left: 0;
    top: 60px;
}

.left_column_material_row-line {
}

.material__row__column__left_text_title {
    max-width: 348px;
}

.left_column_material_row-line {
}

.material__row__column__left_text_subtitle {
    max-width: 497px;
    margin: 10px 0 40px 0;
}

.material__row__column__left__button {
}

.btn {
}

.material__row__btn {
    display: inline-block;
    border: 1px solid var(--grayscale_50);
    background-color: rgb(255, 255, 255);
    color: #ffffff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.material__row__btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(126, 18, 233, 0.485);
    transition: all 0.3s ease-in-out;
    /* border-radius: 10rem; */
    z-index: -1;
}

.material__row__btn:hover::before {
    width: 100%;
}

.material__row__btn:hover {
    color: #fcfcfc;
    border: 0.5px solid;
}

.material__row__column__right {
}

.right_column {
}

.material__row__column__right_img_left {
    display: flex;

    justify-content: flex-end;
}

.material__row__column__right_img_left .wan {
    margin: 110px 40px 0 0;
    max-width: 342px;
}

.material__row__column__right_left_img_block {
}

.block_img_material_row {
}

.block_img_material_row_top {
}

.block_img_material_row_top .two {
    margin: 0 0 40px 0;
    max-width: 241px;
}

.block_img_material_row_bottom {
}

.block_img_material_row_bottom .three {
}

/* ------------------------BLOCK CONTACTS-----FOOTER TOP----------------------------------- */

.footer {
    margin: 0 0 80px 0;
}

.footer__top__background {
    background-color: var(--blue);
    z-index: 10;
    position: relative;
    margin: 0 0 80px 0;
}

.footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__top__title {
    max-width: 613px;
    font-weight: 600;
    font-size: 36px;
    line-height: 170%;
    color: #ffffff;
}

.footer__top__contacts__block {
    padding: 38px 0;
}

.footer__top__contacts__block_text {
    max-width: 432px;
    margin: 0 0 20px 0;
}

.footer__top__contacts__block_button {
}

.footer_block_contacts {
}

.btn {
}

.footer_block_contacts-btn {
    display: inline-block;
    background-color: rgb(255, 255, 255) !important;
    color: var(--grayscale_50);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer_block_contacts-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(126, 18, 233, 0.485);
    transition: all 0.3s ease-in-out;
    /* border-radius: 10rem; */
    z-index: -1;
}

.footer_block_contacts-btn:hover::before {
    width: 100%;
}

.footer_block_contacts-btn:hover {
    color: #fcfcfc;
}

/* ------------------------BLOCK CONTACTS-----FOOTER TOP----------------------------------- */

/* ------------------------FOOTER BOTTOM--------------------------------------------------- */
.footer__bottom {
    display: flex;
    justify-content: space-between;
}

.footer__bottom__left {
}

.footer__bottom__left_logo {
}

.footer__bottom__left_title {
    max-width: 481px;
    font-weight: 600;
    /* font-size: 36px; */
    font-size: calc(24px + 12 * (100vw - 320px) / 1120);
    line-height: 170%;
    color: var(--grayscale_50);
}

.footer__bottom__right {
}

.footer__bottom__right span {
    position: relative;
    font-weight: 400;
    /* font-size: 18px; */
    font-size: calc(16px + 2 * (100vw - 320px) / 1120);
    line-height: 160%;
    color: var(--grayscale_50);
    padding: 0 0 0 23px;
}

.footer__bottom__right span::before {
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: var(--grayscale_50);
}

.footer__bottom__right_form {
    margin: 16px 0 40px 0;
    border-bottom: 1px solid #141414;
    padding: 0 0 15px 0;
    max-width: 440px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__bottom__right_form [type='email'] {
    border: none;
    margin: 0;
    height: 20px;
    padding: 0;
}

#submit {
    max-width: 23px;
}

.footer__bottom__right_social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer__bottom__right_social_link p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin: 0 0 11px 0;
    color: var(--grayscale_50);
}

.footer__bottom__right_social_link ul {
    display: flex;
    column-gap: 33px;
}

.footer__bottom__right_social_link li {
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
    display: inline-block;
    border-radius: 50%;
    padding: 4px;
    transition: all 0.2s ease-in-out;
}

.footer__bottom__right_social_link li:hover {
    background-color: var(--blue);
}

/* ---------------------------------------ABOUT--PAGE---------------------------------------------------- */
/* ---------------------------------------ABOUT--PAGE---------------------------------------------------- */

.about__page__row {
}

.about__page__row__title {
}

.about__page__row__text {
    max-width: 582px !important;
}

.about__page__row_block {
    margin: 0 0 100px 0;
}

.about__page__row__block_img {
}

.about__page__row__images_img img {
    max-height: 513px;
}

/* -------------------------------ACHIEVEMENT------------------------------------------------------ */

.achievement__about__row {
    margin: 0 0 100px 0;
}

.title-content::after {
    display: block;
    content: '';
    margin: 0 0 0 20px;
    height: 2px;
    background: rgb(0, 0, 0, 1);
}

.achievement__about__row__title.title-content::after {
    /* width: 464px; */
    width: calc(124px + 340 * (100vw - 320px) / 1120);
}

.achievement__about__row__text {
    max-width: 738px;
    margin: 0 0 60px 0;
}

.achievement__about__row__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.achievement__about__row__block_img {
}

.achievement__about__row__block_column {
}

/* -------------------------------SERVISE---ABOUT------------------------------------------------ */
.servise__about__row {
    margin: 0 0 122px 0;
}

.servise__about__row_text {
}

.servise__about__row_title.title-content::after {
    width: 516px;
}

.servise__about__row_subtitle {
    max-width: 471px;
    margin: 0 0 40px 0;
}

.servise__about__row__block__container {
}

.block_container_servise {
}

.block_container_servise_body {
    display: flex;
    column-gap: 18px;
}

.block_container_servise_body_column {
    flex: 0 1 33.333%;
    background: #ffffff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.block_container_servise_items {
    text-align: center;
    padding: 22px 26px;
}

.block_container_servise_items_icon {
    display: block;
    width: 63px;
    height: 63px;
    background: #d9d9d9;
    border-radius: 50%;
    margin: 0 auto;
}

.block_container_servise_items_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: var(--black);
    margin: 20px 0;
}

.block_container_servise_items_text {
    max-width: 334px;
}

.services__page__row__title {
    margin: 0 0 40px 0;
}

.services__page__body {
    margin: 0 0 100px 0;
}

.services__page__body__item:nth-last-child(n + 2) {
    margin: 0 0 40px 0;
}

.services__page__body__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services__page__body__row__title {
}

.services__page__body__row_images {
}

.services__page__body__row_content {
}

.services__page__body__row_content-title {
    font-weight: 600;
    /* font-size: 24px; */
    font-size: calc(22px + 2 * (100vw -320px) / 1120);
    line-height: 140%;
    color: var(--black);
    margin: 0 0 20px 0;
}

.services__page__body__row_content-text {
    font-weight: 400;
    /* font-size: 18px; */
    font-size: calc(16px + 2 * (100vw -320px) / 1120);
    line-height: 160%;
    color: var(--grayscale_10);
    max-width: 334px;
}

/* ------------------------------------TIEAMS----------------------------------------------------- */

.teams__page__designer {
    margin: 0 0 80px 0;
}

.teams__page__designer_title::after {
    width: 507px;
}

.teams__page__designer_subtitle {
    max-width: 471px;
    margin: 0 0 80px 0;
}

.person_designer_row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 100px 0;
}

.person_designer_row_items {
    background-color: var(--blue);
    max-width: 282px;
    height: 379px;
    position: relative;
    overflow: hidden;
}

.item-designer {
    flex: 0 1 auto;
}

.item-designer-photo {
}

.item-designer-block-text {
    display: block;
    position: absolute;
    left: 12px;
    bottom: 12px;
    background-color: #ffffff;
    max-width: 258px;
    max-height: 96px;
    padding: 18px 58px 18px 16px;
}

.item-designer-block-text-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: var(--grayscale_50);
    white-space: nowrap;
}

.item-designer-block-text-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--grayscale_10);
}

/* -------------------------------PORTFOLIO------------------------------------------------------- */

.portfolio__page__portfolio_title {
    margin: 0 0 40px 0;
}

.portfolio_slide_tilte {
    font-style: normal;
    font-weight: 600;
    /* font-size: 24px; */
    font-size: calc(22px + 2 * (100vw -320px) / 1120);
    line-height: 140%;
    color: var(--grayscale_50);
    margin: 0 0 20px 0;
}

.portfolio_slide_wan {
    margin: 0 0 40px 0;
}

.portfolio__row__block_revers {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    column-gap: 94px;
}

.portfolio__row__block {
    align-items: flex-end;
}

.portfolio__row__block_avatar {
    position: absolute;
    top: 30px;
    left: 120px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    max-width: 276px;
}

.portfolio__row__block_aside {
}

.portfolio__row__block_aside-right_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: var(--black);
    margin: 0 0 20px 0;
}

.two_block_position {
    flex-direction: row-reverse;
}

.avatar_portfolio_two {
    left: 120px;
}

/*----------------------------------Minimalist Room-------------------------------------------------------------  */

.minimalist__page {
    margin: 0 0 100px 0;
}

.minimalist__project__block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 80px 0;
}

.block_project {
}

.block_project_column {
    max-width: 584px;
    padding: 10px;
}

.block_project_column_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: var(--black);
    margin: 0 0 24px 0;
}

.block_project_column_subtitle {
    font-weight: 400;
    /* font-size: 18px; */
    font-size: calc(16px + 2 * (100vw -320px) / 1120);
    line-height: 160%;
    color: var(--grayscale_10);
}

.block_project_column_text {
    font-weight: 400;
    /* font-size: 18px; */
    font-size: calc(12px + 2 * (100vw -320px) / 1120);
    line-height: 160%;
    color: var(--grayscale_10);
    margin: 30px 0 0 0;
}

.column-text {
    display: flex;
    align-items: center;
    column-gap: 80px;
    margin: 60px 0 0 0;
}

.column-text-year {
}

.column-text-text {
}

.minimalist__block__images {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 0 100px 0;
}

.images__minimalist_row {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

/* ----------------------------------CONTACTS---------------------------------------- */
._container {
    max-width: 840px;
    margin: 0 auto;
}

.contact__name {
    display: flex;
    justify-content: space-between;
}

label {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;

    color: var(--black);
}

input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--grayscale_10);
}

.contact__name_first-name,
.contact__name_last-name {
    width: 413px;
}

.contact__name_first-name {
    padding: 0 5px 0 0;
}

input[type='text'] {
    width: 100%;
    height: 62px;
    padding: 0 0 0 32px;
    border: 1px solid #9c9c9c;
    margin: 10px 0 20px 0;
}

input[type='email'] {
    width: 100%;
    height: 62px;
    padding: 0 0 0 32px;
    border: 1px solid #9c9c9c;
    margin: 10px 0 20px 0;
}

.contact__phone {
    margin: 0 0 20px 0;
}

.contact__phone_item {
    border: 1px solid #9c9c9c;
    width: 100%;
    height: 62px;
    margin: 10px 0 0 0;
}

.select-events {
    padding: 18px 0 18px 32px;
}

.phone {
    margin: 0 0 0 20px;
}

textarea {
    width: 100%;
    border: 1px solid #9c9c9c;
    height: 178px;
    padding: 20px 30px;
    margin: 10px 0 0 0;
}

/* textarea::placeholder {
  padding: 20px 0 0 30px;
} */
.contacts__message {
    margin: 0 0 40px 0;
}

.contacts__btn {
    text-align: center;
    margin: 0 0 100px 0;
}

.contact-page-location__location-title::after {
    width: 510px;
}

.contact__page__location {
}

.contact__page__location-title {
}

.contact-page-location-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 100px 0;
}

.title-contacts-box {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: var(--grayscale_50);
    padding: 0 0 30px 0;
}

.subtitle-contacts-box {
    font-weight: 400;
    /* font-size: 18px; */
    font-size: calc(16px + 2 * (100vw -320px) / 1120);
    line-height: 160%;
    color: var(--grayscale_10);
    max-width: 334px;
}

.contact-page-location-box__column {
}

.contact-page-location-box__column-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 60px;
}

.contact-page-location-box__column-title {
    margin: 0 0 25px 0;
}

.contact-page-location-box__column-subtitle {
    margin: 0 0 40px 0;
}

.contact-page-location-box__column-title-email h3 {
    margin: 0 0 10px 0;
}

.contact-page-location-box__column-title-phone h3 {
    margin: 0 0 10px 0;
}

.contact-page-location-box__column-top {
    margin: 0 0 40px 0;
}

.contact-page-location-box__column-top-title-sity {
}

.contact-page-location-box__column-top-subtitle-sity {
    max-width: 334px;
    min-height: 116px;
}

.contact-page-location-box__column-bottom {
}

.contact-page-location-box__column-bottom-title-sity {
}

.contact-page-location-box__column-bottom-subtitle-sity {
    max-width: 334px;
}

.contact-page-location-box__row-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 60px;
    margin: 0 0 60px 0;
}

.contact-page-location-box__row-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 60px;
}

.contact-page-location-box__column-right {
    padding: 0 5px 0 0;
}

.contact-page-location-box__column-left {
    padding: 0 0 0 5px;
}

/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */
@media (min-width: 1440px) {
    .text-content {
        font-size: 36px;
    }

    .subtitle-content {
        font-size: 18px;
    }

    .text-title {
        font-size: 56px;
    }

    .text-subtitle {
        font-size: 18px;
    }

    .about__row__title::after {
        max-width: 529px;
    }

    .servise__row__title::after {
        max-width: 516px;
    }

    .about__row__text {
        font-size: 36px;
    }

    .servise__row__title::after {
        width: 516px;
    }

    .servise__row__block__text_title {
        font-size: 36px;
    }

    .servise__row__block__text_subtitle {
        font-size: 18px;
    }

    .servise__row__list__item ol li {
        font-size: 24px;
    }

    .product__row__block__left_text {
        font-size: 36px;
    }

    .product__row__block__left_subtitle {
        font-size: 18px;
    }

    .product__row__block__left_title::after {
        width: 504px;
    }

    .wan_column_block {
        font-size: 32px;
    }

    .wan_column__block_title {
        margin-left: 80px;
    }

    .subtitle_wan {
        margin-left: 120px;
        font-size: 18px;
    }

    .footer__top__contacts__block_text {
        font-size: 18px;
    }

    .footer__bottom__left_title {
        font-size: 36px;
    }

    .footer__bottom__right span {
        font-size: 18px;
    }

    .achievement__about__row__title.title-content::after {
        max-width: 464px;
    }

    .services__page__body__row_content-title {
        font-size: 24px;
    }

    .services__page__body__row_content-text {
        font-size: 18px;
    }

    .portfolio_slide_tilte {
        font-size: 24px;
    }

    .about__row__block_aside {
        margin-bottom: 94px;
    }

    .block_project_column_subtitle {
        font-size: 18px;
    }

    .block_project_column_text {
        font-size: 18px;
    }

    .contact-page-location__location-title::after {
        width: 510px;
    }

    .subtitle-contacts-box {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .header__row__content::after {
        width: calc(240px + 443 * (100vw - 768px) / 432);
    }

    .left_column_material_row {
        position: static;
    }

    .images__minimalist_row {
        flex-direction: column;
        max-width: 100%;
    }
}

@media (max-width: 1150px) {
    .services__page__body__row {
        flex-direction: column;
    }

    .services__page__body__row_content {
        margin: 10px 0 0 0;
        text-align: center;
    }

    .services__page__body__row_content-text {
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    /* .header__row__content::after {
    width: 500px;
  } */

    .content_images-column {
        right: 90px;
        top: -237px;
    }

    .about__row__block_avatar {
        top: 30px;
        right: 300px;
    }

    .avatar_portfolio_two {
        left: 300px;
        width: 100%;
    }

    .footer__top__title {
        /* font-size: 33px; */
        font-size: calc(24px + 9 * (100vw - 320px) / 1120);
    }

    .contact-page-location-box {
        flex-direction: column-reverse;
        align-items: center;
    }

    .contact-page-location-box__column {
        text-align: center;
        margin: 50px 0 0 0;
    }
}

@media (max-width: 1024px) {
    .header__row {
        margin: 0 0 50px 0;
    }

    /* -------------------adaptiv menu--------------------------------------------------------------------- */
    .nav__mobile .header__top__nav {
        display: flex;
        justify-content: none;
    }

    .nav__mobile .header__top__nav__logo img {
        width: 160px;
        height: auto;
    }

    .header__top__nav__list {
        display: none;
    }

    .nav__mobile .header__top__nav__list {
        display: flex;
    }

    .nav__mobile .header__top__nav__list__item {
        flex-direction: column;
        row-gap: 30px;
    }

    .nav__mobile .header__top__nav__list__item li a {
        font-size: 28px;
        color: rgb(255, 255, 255);
    }

    .nav__toggle {
        display: block;
        position: fixed;
        right: 40px;
        top: 40px;
        z-index: 50;
    }

    .nav__mobile {
        position: fixed;
        left: 0;
        top: -41px;
        width: 100%;
        height: 100%;
        z-index: 99;
        padding: 40px 0 40px 0;
        flex-direction: column;
        /* background: linear-gradient(132.05deg, #8db39b -17.38%, #112120 78.4%), #204434; */
        background: rgb(93, 95, 96);
        background: linear-gradient(
            142deg,
            rgba(93, 95, 96, 1) 100%,
            rgba(0, 249, 255, 1) 100%
        );
    }

    /* -------------------adaptiv meny---clossed------------------------------------------------------------------ */

    .content_images-column {
        position: relative;
        right: 0px;
        top: 0px;
        min-height: 100px;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

    .content_images-column_two {
        margin: 0;
    }

    .product__row__block {
        flex-direction: column;
    }

    .product__row__block__left_text,
    .product__row__block__left_subtitle {
        max-width: 100%;
    }

    .footer__top {
        flex-direction: column;
    }

    .footer__top__title {
        max-width: 100%;
        text-align: center;
    }

    .footer__top__contacts__block_text {
        max-width: 100%;
        text-align: center;
    }

    .footer__top__contacts__block_button {
        text-align: center;
    }

    .about__page__row {
        margin: 0 0 25px 0;
    }

    .about__page__row__images_img img {
        max-height: 426px;
    }

    .achievement__about__row__block {
        display: block;
    }
}

@media (max-width: 917px) {
    .portfolio__row__block_aside {
        margin: 0;
        flex-direction: column;
    }

    .portfolio__row__block_aside p {
    }
}

@media (max-width: 768px) {
    .header__top__nav {
        margin: 42px 0 50px 0;
    }

    .header__row__content_subtitle {
        transform: rotate(0deg);
        bottom: 10px;
        right: 0;
    }

    .about__row {
        margin: 0 0 50px 0;
    }

    .about__row__block {
        flex-direction: column;
    }

    .about__row__block_avatar {
        top: 25px;
        right: 0px;
    }

    .avatar_portfolio_two {
        top: 25px;
        left: 0px;
    }

    .about__row__block_aside {
        max-width: 100%;

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about__row__block_aside p {
        max-width: 60%;
        margin: 0;
    }

    .servise__row {
        display: flex;
        flex-direction: column-reverse;
        margin: 0 0 50px 0;
    }

    .servise__row__image {
        padding: 0 0 20px 0;
    }

    .servise__row__background {
        padding: 0 10px 10px;
        position: static;
        z-index: 0;
    }

    .footer__top__contacts__block {
        padding: 5px 0;
    }

    .footer__bottom {
        flex-direction: column;
        justify-content: center;
    }

    .footer__bottom__left_title {
        max-width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .footer__bottom__right {
        text-align: center;
    }

    .footer__bottom__right_form {
        margin: 16px auto 30px;
    }

    .footer__bottom__right_social {
        align-items: center;
    }

    .about__page__row__images_img img {
        max-height: 315px;
    }

    .text-subtitle {
        margin: 0 auto 36px;
    }

    .achievement__about__row__text {
        max-width: 100%;
        text-align: center;
    }

    .servise__about__row_text {
        text-align: center;
    }

    .portfolio__row__block_aside-right,
    .portfolio__row__block_aside-left {
        flex-direction: column;
        margin: 25px 0 0 0;
    }

    .minimalist__page {
        margin: 0 0 50px 0;
    }

    .minimalist__project__block {
        flex-direction: column;
        text-align: center;
    }

    .block_project_column {
        max-width: 100%;
    }

    .column-text {
        white-space: nowrap;
        justify-content: center;
        column-gap: 20px;
    }

    .minimalist__project__block {
        margin: 0 0 40px 0;
    }

    .minimalist__block__images {
        margin: 0 0 50px 0;
    }
}

/* ----------------------------------------------650---------------------------------------------------- */
@media (max-width: 650px) {
    .about__row__text {
        margin: 0 0 10px 0;
    }

    .header__row__content_subtitle,
    .header__row__content::after {
        display: none;
    }

    .header__row__content {
        text-align: center;
        margin: 10px 0 0 0;
    }

    .header__row__content_title {
        font-size: calc(40px + 32 * (100vw - 320px) / 910);
        margin: 0 0 20px 0;
    }

    .content_images-number {
        font-size: calc(24px + 28 * (100vw - 320px) / 910);
    }

    .content_images-text {
        font-size: calc(8px + 8 * (100vw - 320px) / 910);
    }

    .about__row__block_avatar {
        display: none;
    }

    .about__row__block_aside {
        flex-direction: column;
    }

    .about__row__block_aside p {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .servise__row__block__text_title,
    .servise__row__block__text_subtitle {
        text-align: center;
        max-width: 100%;
        padding: 0 0 10px 0;
    }

    .servise__row__list__item ol li::before {
        padding: 0 10px 0 0;
    }

    .servise__row__list__icon img {
        max-width: 70%;
    }

    .servise__row__list__icon ul li:nth-last-child(n + 2) {
        padding: 0 0 26px 0;
    }

    .servise__row__block__text {
        margin: 0;
    }

    .product__row__block__left_text {
        text-align: center;
    }

    .product__row__block__left_subtitle {
        text-align: center;
    }

    .product__column {
        margin: 0 0 50px 0;
    }

    .wan_column_arrow img {
        max-width: 80%;
    }

    .material__row {
        padding: 0 0 50px 0;
    }

    .material__row__column__left__button {
        text-align: center;
    }

    .material__row__column__right_img_left {
        flex-direction: column;
    }

    .material__row__column__right_img_left .wan {
        margin: 50px 0 0 0;
        max-height: 250px;
        max-width: 100%;
    }

    .block_img_material_row_top .two {
        height: 250px;
        margin: 0;
        max-width: 100%;
    }

    .material__row__column__right_left_img_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 0 0 0;
    }

    .block_img_material_row_bottom .three {
        height: 250px;
        max-width: 100%;
    }

    .footer__top__background {
        margin: 0 0 50px 0;
    }

    .about__page__row__images_img img {
        max-height: 167px;
    }

    .subtitle-content {
        max-width: 100%;
        text-align: center;
    }

    .block_container_servise_body {
        flex-wrap: wrap;
    }

    .block_container_servise_body_column {
        flex: 1 0 50%;
    }

    .block_container_servise_items_text {
        max-width: 100%;
    }

    .block_container_servise_body {
        row-gap: 10px;
    }

    .about__page__row_block {
        margin: 0 0 25px 0;
    }

    .services__page__body {
        margin: 0 0 50px 0;
    }

    .teams__page__designer_text {
        text-align: center;
    }

    .teams__page__designer_subtitle {
        margin: 0 0 50px 0;
    }

    .portfolio_slide_tilte {
        margin: 10px 0 0 0;
    }

    .portfolio__row__block_aside-right {
        margin: 25px 0 50px 0;
    }

    .column-text {
        margin: 30px 0 0 0;
    }

    .phone {
        margin: 0px;
    }

    .contact__name {
        flex-direction: column;
    }

    .contact__name_first-name,
    .contact__name_last-name {
        width: 100%;
    }

    textarea {
        height: 130px;
    }

    .contact-page-location-box__row-top {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
        margin: 0 0 20px 0;
    }

    .contact-page-location-box__row-bottom {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

    .contact-page-location-box__column {
        margin: 20px 0 0 0;
    }

    .contact-page-location-box {
        margin: 20px 0 0 0;
    }

    .contact-page-location-box__column-right {
        padding: 0;
    }
}

/* ----------------------------320-------------------------------------------------------------- */
@media (max-width: 320px) {
    .about__page__row__images_img img {
        max-height: 122px;
    }
}
