* {
    box-sizing: border-box;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container {
    max-width: 942px;
    margin: 0 auto;
    padding: 0;
}
.shutdown {
    margin-bottom: 80px;
}
.shutdown__title {
font-family: Oranienbaum;
font-style: normal;
font-weight: normal;
font-size: 64px;
line-height: 74px;
text-align: center;
background: -webkit-linear-gradient(180deg, #E9E9E9 0%, #CCCCCC 100%);
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
}
.shutdown__descr {
font-size: 16px;
line-height: 24px;
text-align: center;
color: #2E2E2E;
}
.shutdown__wrapper {
    background: #FFFFFF;
box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
border-radius: 10px;
    padding: 24px  0 0 0;
}
.shutdown__logo-text {
margin: 0;
}
.shutdown__logo-text-log span {
    font-family: Open Sans;
font-style: italic;
font-weight: 800;
font-size: 25.4118px;
text-align: center;
text-transform: uppercase;
color: #000000;
}
.shutdown__logo-text-log {
    font-style: normal;
    font-weight: 300;
    font-size: 24.2069px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0 auto;
    transform: translateY(-5px);
}
.shutdown__logo img {
    width: 45px;
    height: auto;
    top: 5px;
}
.shutdown__logo {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.shutdown__contact-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}

.shutdown__form {
    padding: 20px 75px 32px 75px;
}
.shutdown__contacts-list {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.shutdown__contacts-list input {
width: 33%;
height: 48px;
padding: 16px 20px;
background: #FFFFFF;
border: 1px solid #F1F3F7;
border-radius: 4px;
font-weight: 300;
font-size: 12px;
line-height: 16px;
color: #9DA0A3;
}
.shutdown__form textarea {
    resize: none;
    width: 100%;
background: #FFFFFF;
border: 1px solid #F1F3F7;
padding: 16px 20px;
border-radius: 4px;    
min-height: 40px;
}


.shutdown__form-send {
    width: 100%;
    height: 64px;
    text-align: center;
    padding: 24px 0 18px;
    background: #0081DE;
    border-radius: 0px 0px 6px 6px;
    border: none;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
text-transform: uppercase;
color: #FFFFFF;
}



.dots {
    margin-left: 24px;
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
}

.dots span {
    width: 12px;
    height: 12px; 
    border-radius: 50%;
    margin: 0 4px;
    
}
.dots .red {
    background-color: #FF0000;
}
.dots .yellow {
    background-color: #FFC700;
}
.dots .green {
    background-color: #47DE00;
}

@media(max-width: 767px) {
    .shutdown__form {
        padding: 20px;
    }
    
}
@media (max-width: 575px) {
    .shutdown__logo-text {
        font-size: 11px;
    }
    .shutdown__logo-text-log {
        font-size: 22px;
    }
    .dots {
        display: none;
    }
    .shutdown__contacts-list {
        flex-direction: column;
    }
    .shutdown__contacts-list input {
        width: 100%;
    }
    .shutdown__form {
        padding: 20px;
    }
    .shutdown__title {
        font-family: Oranienbaum;
        font-style: normal;
        font-weight: normal;
        font-size: 31.0596px;
        line-height: 36px;
        text-align: center;

        color: #C4BCBC;
        background: -webkit-linear-gradient(180deg, #E9E9E9 0%, #CCCCCC 100%);
        -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          margin-bottom: 32px;
        }
        .shutdown__descr {
            font-weight: normal;
            font-size: 12px;
            line-height: 140%;
            text-align: center;
        }
}
