* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

.container {
    max-width: 976px;
    margin: 0 auto;
    padding: 0 40px;
}

.shutdown__logo {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
}

.logo-img {
    font-family: Inter;
    font-weight: 900;
font-size: 18px;
display: flex;
align-items: center;
text-align: center;
text-transform: uppercase;
color: #00CC6A;
margin-right: 8px;

}

.logo-text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 10px;
    color: #2E2E2E;
    margin-bottom: 80px;
    opacity: 0.8; 
}
.shutdown__title {
    font-weight: 800;
font-size: 56px;
line-height: 56px;
display: flex;
align-items: center;
color: #2E2E2E;
margin-bottom: 24px;
}

.shutdown__descr {
    font-weight: 500;
font-size: 18px;
line-height: 32px;
/* or 178% */
display: flex;
align-items: center;
color: #ABABAB;
margin-bottom: 80px;
}

.shutdown__wrapper{
    width: 100%;
    background: #FFFFFF;
box-shadow: 0px 20px 40px -15px rgba(0, 0, 0, 0.1);
border-radius: 2px 2px 0px 0px;
    padding: 16px 64px 116px
}

.shutdown__wrapper-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    font-style: normal;
    color: #2E2E2E; 
}

.shutdown__wrapper-descr {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
display: flex;
align-items: center;
color: #ABABAB;
margin-bottom: 32px;
}

.shutdown__contacts-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 32px;
} 

.shutdown__contacts-list input {
    border: none;
    width: 33%;
    border-bottom:1px solid #000000;
    padding: 14px 5px;


}
.shutdown__contacts-list input[type="tel"] {
    margin: 0 24px;
}

.shutdown__form textarea {
    resize: none;
    width: 100%;
    border: none;
    padding: 14px 5px;
    border-bottom:1px solid #000000;
    overflow: auto;
    margin-bottom: 32px;
}

.shutdown__form-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.shutdown__form-check {
    display: flex;
    flex-direction: row;
    width: 50%;
}
.shutdown__form-check input {
    margin-right: 15px;
    margin-top: 2px;
}
.shutdown__form-check span {
    font-family: Raleway;
font-style: normal;
font-weight: normal;
font-size: 14px;
color: #2E2E2E;
}
.shutdown__form-send {
    width: 50%;
    background: #99EBC3;
    border-radius: 2px;
    height: 52px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}


@media(max-width: 768px) {
    .shutdown__wrapper {
  
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .container {
      padding:  0 16px
    }
    .logo-text {
        font-size: 12px;
        line-height: 10px;
        margin-bottom: 35px;
       
    }
    .shutdown__wrapper-descr {
        font-size: 12px;
    }
    .shutdown__wrapper-descr br {
        display: none;
    }
   .shutdown__contacts-list {
       flex-direction: column;
   } 
   .shutdown__contacts-list input {
       width: 100%;
   }
   .shutdown__contacts-list input[type='tel'] {
    margin: 0;
    }
    .shutdown__form-bottom {
        flex-direction: column;
    }
    .shutdown__form-check {
        width: 100%;
        margin-bottom: 10px;
    }
    .shutdown__form-send {
        width: 100%;
    }
    .shutdown__title {
    font-size: 30px;
    line-height: 30px;
    }
    .shutdown__descr {
        font-size: 12px;
line-height: 140%;
margin-bottom: 20px;
    }
}
