* {box-sizing: border-box;}

body {
	background: #ffffff;
}








.link1 {
            text-decoration: none; /* Убираем подчеркивание */
            color: white; /* Задаем белый цвет текста */
        }






.decor {
  position: relative;
  width: 900px;
  height: 500px;
  
  margin: 50px auto 0;
  background: white;
  border-radius: 30px;
}
.form-inner {padding: 50px;}
.form-inner input,
.form-inner textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #c5c5c7;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
}
.form-inner input[type="submit"] {
  padding: 13px;
  margin-top: 50px;
  background: #f69a73;
  border-bottom: 4px solid #d87d56;
  color: white;
  font-size: 23px;
}
.form-inner textarea {resize: none;}
.form-inner h3 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}



/* BTN THREE */

div[class*=container] {
  text-align: center;
  
  
}

.btn {
	float: left; margin-right: 5%;
  position: relative;
  color: white;
  width: 256px;
  height: 64px;
  line-height: 64px;
  transition: all 0.3s;
  border-radius: 30px;
  font-size: 30px;

  span {
    transition: all 0.3s;
    tranform: scale(1, 1);
  }
}

.btn::before, .btn::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}







.btn-three::before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1, 0.1);
  border-radius: 30px;
color: white;  
}

.btn-three:hover::before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 30px;
  color: white;
}

.btn-three::after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  color: white;
}

.btn-three:hover::after {
  transform: scale(1, .1);
  border-radius: 30px;
  opacity: 0;
  color: white;
}

/* BTN THREE */


@media screen and (max-width: 1200px) {
  /* Стили для формы на устройствах с шириной экрана до 600px */
.decor {
  position: relative;
  width: 750px;
  height: 500px;
  
  margin: 50px auto 0;
  background: white;
  border-radius: 30px;
}
.form-inner {padding: 50px;}
.form-inner input,
.form-inner textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #c5c5c7;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
}
.form-inner input[type="submit"] {
  padding: 13px;
  margin-top: 50px;
  background: #f69a73;
  border-bottom: 4px solid #d87d56;
  color: white;
  font-size: 23px;
}
.form-inner textarea {resize: none;}
.form-inner h3 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
}
@media screen and (max-width: 1000px) {
  /* Стили для формы на устройствах с шириной экрана до 600px */
.decor {
  position: relative;
  width: 700px;
  height: 500px;
  
  margin: 50px auto 0;
  background: white;
  border-radius: 30px;
}
.form-inner {padding: 50px;}
.form-inner input,
.form-inner textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #c5c5c7;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
}
.form-inner input[type="submit"] {
  padding: 13px;
  margin-top: 50px;
  background: #f69a73;
  border-bottom: 4px solid #d87d56;
  color: white;
  font-size: 23px;
}
.form-inner textarea {resize: none;}
.form-inner h3 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
}
@media screen and (max-width: 800px) {
  /* Стили для формы на устройствах с шириной экрана до 600px */
.decor {
  position: relative;
  width: 650px;
  height: 500px;
  
  margin: 5% auto 0;
  background: white;
  border-radius: 30px;
}
.form-inner {padding: 50px;}
.form-inner input,
.form-inner textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #c5c5c7;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
}
.form-inner input[type="submit"] {
  padding: 13px;
  margin-top: 50px;
  background: #f69a73;
  border-bottom: 4px solid #d87d56;
  color: white;
  font-size: 23px;
}
.form-inner textarea {resize: none;}
.form-inner h3 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
}

@media screen and (max-width: 600px) {
  /* Стили для формы на устройствах с шириной экрана до 600px */
.decor {
  position: relative;
  width: 450px;
  height: 500px;
  
  margin: 50px auto 0;
  background: white;
  border-radius: 30px;
}
.form-inner {padding: 50px;}
.form-inner input,
.form-inner textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #c5c5c7;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
}
.form-inner input[type="submit"] {
  padding: 13px;
  margin-top: 50px;
  background: #f69a73;
  border-bottom: 4px solid #d87d56;
  color: white;
  font-size: 23px;
}
.form-inner textarea {resize: none;}
.form-inner h3 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
}
