:root{
    --color1: black;
}
*{
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1;
    box-sizing: border-box;
}
@media screen and (min-device-width: 360px) and (max-device-width: 900px)  {
    html{
        font-size: calc(100vw / 36);
    }
    body{
        font-family: sans-serif, monospace;
        padding: 0 1rem;
        overflow-x: hidden;
        /* display: flex;
        flex-wrap: wrap;
        justify-content: center; */
    }
    a, a:active, a:visited{
        text-decoration: none;
        color: inherit;
    }
    .image{
        width: 100%;
    }
    ul{
        list-style-type: none;
    }
    .section{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        /* justify-content: space-between;
        padding: 2rem 0; */
        gap: 2rem;
    }
    /* .section:not(:first-of-type){
        margin-top: 12%;
    }
    .section-anim{
        animation-name: section-animation;
        animation-fill-mode: forwards;
        animation-duration: 0.5s;
        animation-timing-function: linear;
    }
    @keyframes section-animation {
        from{
            margin-top: 12%;
        }
        to{
            margin-top: 0;
        }
    } */
    .title{
        font-size: 3rem;
        text-transform: uppercase;
        width: 100%;
        /* padding: 1rem; */
        /* font-weight: 400; */
        /* display: none; */
    }
    .column{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        /* background-color: blue; */
    }
    .list {
    }
    .list-item {
        display: flex;
        justify-content: start;
        /* flex-wrap: wrap; */
        align-items: center;
        gap: 3rem;
        padding: 1rem;
    }
    .list-item__icon{
        width: 6rem;
        flex-shrink: 0;
    }
    .list-item__title {
        font-size: 2.7rem;
        font-weight: normal;
    }
    .list-item__text:empty {
        display: none;
    }

    .header {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        gap: 1rem;
        padding-top: 1rem;
    }
    .container{
        width: 100%;
    }
    .page-title {
        font-size: 3rem;
        height: 7rem;
        /* padding-left: 12rem; */
        /* display: none; */
    }
    .page-title__logo{
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .page-title__row {
    }

    .navigation {
        font-size: 2rem;    
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        /* background-color: lawngreen; */
        /* position: absolute;
        right: 0;
        top: 7rem;
        background-color: white;
        z-index: 1; */
    }
    .navigation__links-list {
        display: inline-block;
        font-weight: 600;
        width: 100%;
    }
    .navigation__link {
        display: inline-block;
        padding: 1rem;
    }

    .contacts {
        font-size: 2rem;
        text-transform: uppercase;
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 2rem;
        padding: 1rem 0;
    }
    .contacts a{
        line-height: 2rem;
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;    
    }
    .contacts__email {
        padding-left: 3.5rem;
        background-image: url(/assets/images/icons/mail.png);
    }
    .contacts__phone {
        padding-left: 3.5rem;
        background-image: url(/assets/images/icons/phone.png);    
    }
    .contacts__tg {
        padding-left: 3.5rem;
        background-image: url(/assets/images/icons/telegram.png);
    }

    .objecs-list {
    }
    .objecs-list__object {
        font-size: 2rem;
        line-height: 1.5;
    }
    .buttons {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .buttons__button {
        width: 100%;
        border: none;
        color: white !important;
        font-size: 2rem;
        display: block;
        flex-shrink: 0;
        text-align: left;
        padding: 2rem 2rem 2rem 7rem;
        background-position: 1rem center;
        background-repeat: no-repeat;
        background-size: 4rem;
    }
    button.buttons__button{
        background-color: #660066;
        background-image: url(/assets/images/icons/calc.png);
        cursor: pointer;
    }
    a.buttons__button{
        background-color: #CC33FF;
        background-image: url(/assets/images/icons/share.png);
    }

    .section-description{
        font-size: 2rem;
        text-transform: uppercase;
        line-height: 1.3;
    }
    .map-bg{
        background-image: unset;
    }

    .process-transparent {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .process-transparent__title {
        font-size: 4rem;
        text-transform: uppercase;
    }
    .process-transparent__text li{
        font-size: 2rem;
        line-height: 1.5;
    }
    .optim{
        font-size: 3rem;
    }

    .consolidation {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .consolidation__title {
        font-size: 4rem;
        text-transform: uppercase;
    }
    .consolidation__text {
        font-size: 2rem;
        line-height: 1.5;
    }

    .contacts-list {
    }
    .contacts-list__contact {
        font-size: 3rem;
        line-height: 5rem;
        padding-left: 5rem;
        background-position: left center;
        background-size: 4rem auto;
        background-repeat: no-repeat;
    }
    .contacts-list__contact:nth-of-type(1){
        background-image: url(/assets/images/icons/phone.png);
    }
    .contacts-list__contact:nth-of-type(2){
        background-image: url(/assets/images/icons/mail.png);    
    }
    .contacts-list__contact:nth-of-type(3){
        background-image: url(/assets/images/icons/telegram.png);    
    }
    .contacts-list__email {
        
    }
    .contacts-list__phone {
        
    }
    .contacts-list__tg {
        
    }
    .qr{
        width: 20rem;
    }

    .footer{
        background-color: black;
        min-height: 6rem;
        width: 100%;
    }

    .form {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 2rem;
        border: 1px outset black;
        padding: 0.5rem;
    }
    .form__input {
        padding: 1.5rem 1rem;
        font-size: 1.5rem;
    }
    .form__fake-inp {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
    }
    .form__fake-inp-display {
        width: 100%;
        border: none;
    }
    .form__fake-inp-display:disabled{
        background-color: transparent;
    }
    .form__fake-inp-button {
        background-color: transparent;
        border: none;
        width: 30%;
        flex-shrink: 0;
        font-size: 1.5rem;
        text-transform: uppercase;
        cursor: pointer;
    }
    .form__submit {
    }
    .form__submit-button {
        width: 50%;
        border: none;
        color: white !important;
        font-size: 2rem;
        padding: 2rem;
        background-color: #660066;
        cursor: pointer;
    }
    .form__submit-accept {
    }
}