* {
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
 
    background-image: url('bg-shutdown.jpg');
    background-position: center middle;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}
.shutdown__wrapper {
display: flex;
flex-direction: row;
padding-top: 100px;
}
.shutdown__wrapper-left {
    color: white;
    width: 60%;
    padding-right: 130px;
}

.shutdown__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 72px;
}

.logo-img {
    font-family: 'Inter';
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 32px;
display: flex;
align-items: center;
text-transform: uppercase;
margin-right: 5px;
color: #FFFFFF;
}

.logo-text:before {
    position: absolute;
    left: -5px;

    content: '';
    width: 2px;
    height: 100%;
    background-color: #FFFFFF;
    
    }
.logo-text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
position: relative;
    color: #FFFFFF;
    opacity: 0.8;   
    margin-left: 5px;
}

.shutdown__title {
    font-family: 'Raleway';
font-style: normal;
font-weight: 800;
font-size: 44px;
line-height: 56px;
color: #FFFFFF;
margin-bottom: 27px;
}
.shutdown__descr {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
color: #FFFFFF;
}


.shutdown__wrapper-right {
    color: black;
    width: 40%;
    background-color: white;
    box-shadow: 0px 20px 40px -15px rgba(5, 23, 57, 0.15);
    border-radius: 12px;
    padding: 24px;
}

.shutdown__form-title {
    font-family: 'Raleway';
font-style: normal;
font-weight: 800;
font-size: 26px;
margin-bottom: 12px;
color: #2E2E2E;
}
.shutdown__form-descr {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #2E2E2E;
opacity: 0.5;
margin-bottom: 24px;
}

.shutdown__contacts-list input , .shutdown__form textarea {
    width: 100%;
background: #F7F7F5;
border: 1px solid #EDEDED;
box-sizing: border-box;
border-radius: 8px;
padding: 11px 18px;
margin-bottom: 24px;
}
.shutdown__form-bottom {
    display: flex;
    flex-direction: column;
}
.shutdown__form-check input{
    margin-right: 10px;
    
}

.shutdown__form-send {
    height: 52px;
   display: block;
   margin: 0 auto;
    width: 100%;
    background: #5196FF;
    border-radius: 8px;
    border: none;
    margin-top: 32px;
    font-size: 18px;
line-height: 24px;
text-align: center;

color: #FFFFFF;
}

.shutdown__form-check {
    font-family: 'Raleway';
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
color: #2E2E2E;
display: flex;
flex-direction: row;
}
.shutdown__form textarea {
    resize: none;
}
@media(max-width: 1025px) {
    .shutdown__title {
        font-size: 36px;
        line-height: 100%;
    }
    .shutdown__descr {
        font-size: 16px;
    }
    .shutdown__wrapper-left {
        padding-right: 80px;
        width: 65%;
    }
    .shutdown__wrapper-right {
        padding: 18px;
        width: 35%;
    }
    .shutdown__form-title {
        font-size: 20px;
    }

    .shutdown__contacts-list input , .shutdown__form textarea {
   
    margin-bottom: 15px;
    }

    .shutdown__form-descr {
        font-size: 12px;
        margin-bottom: 15px;
        }

        .shutdown__form-check {
        font-size: 10px;
        line-height: 100%;
        vertical-align: top;
        }
        .shutdown__form-check br {
            display: none;
            }
    .shutdown__form-send {
                height: 30px;
                margin-top: 15px;
            }
}
@media(max-width: 876px) {
    .shutdown__wrapper-left {
        width: 60%;
    }
    .shutdown__wrapper-right {
        width: 40%;
    }
}

@media(max-width: 650px) {
    .shutdown__wrapper{
        flex-direction: column;
        padding-bottom: 20px;
    }
    .shutdown__wrapper-left {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .shutdown__wrapper-right {
        width: 100%;
    }

    .shutdown__descr {
        font-size: 12px;
    }
    .shutdown__title{
        font-size: 28px;
        margin-bottom: 8px;
    }
    .shutdown__logo {
        margin-bottom: 20px;
    }
    .shutdown__wrapper {
        padding-top: 20px;
    }
    .shutdown__form-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .shutdown__contacts-list input , .shutdown__form textarea {
        margin-bottom: 10px;
        }
        .shutdown__descr {
            font-size: 14px;
            line-height: 110%; 
            color: #FFFFFF;
        }
}
@media(max-width: 360px) {
    .shutdown__contacts-list input , .shutdown__form textarea {
        margin-bottom: 5px;
        height: 35px;
        }
        .shutdown__descr {
            font-size: 12px;
            line-height: 110%; 
            color: #FFFFFF;
        }
        .shutdown__form-title {
            font-size: 16px;
            margin-bottom: 8px;
        }
        .logo-img {
            line-height: 110%;
        }
        
        .shutdown__form {
            padding: 0;
        }
        .shutdown__title {
            font-size: 22px;
            margin-bottom: 8px;
        }
        .shutdown__wrapper {
            padding-bottom: 5px;
        }
        .shutdown__form-descr {
            font-size: 10px;
            margin-bottom: 8px;
        }
        .shutdown__form-send {
          
            font-size: 12px;
      
        }
}