*, *::after, *::before {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0 0 10px;
}

body {
  background-color: #fff;
  color: #000000;
  margin: 0;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

a {
  display: inline-block;
}

ul, li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.default-btn {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #ffffff;
  padding: 8px 30px 8px 24px;
  border: 1px solid #0b2d50;
  border-right-width: 20px;
  position: relative;
  outline: none;
  text-decoration: none;
}

.default-btn::after {
  content: "\f105";
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.create-order {
  padding: 50px 0px 30px;
}

.create-order__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.create-order__title-box {
  max-width: 500px;
  padding-left: 140px;
  position: relative;
}

.create-order__title-box::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #0b2d50;
  left: 0;
  top: 11px;
}

.create-order__title h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.create-order__text {
  font-size: 15px;
}

.services {
  padding: 50px 0px 30px;
}

.services__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.services__title-box {
  max-width: 500px;
  padding-left: 140px;
  position: relative;
}

.services__title-box::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #0b2d50;
  left: 0;
  top: 11px;
}

.services__title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.services__text {
  font-size: 15px;
}

.services__btn a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #373636;
  text-decoration: none;
  padding: 5px 35px;
  border: 3px solid #0b2d50;
}

.services__items {
  display: flex;
  justify-content: space-between;
}

.services__item {
  max-width: 360px;
  text-align: center;
  padding: 30px 0px 80px;
  position: relative;
  min-height: 330px;
  background-color: #f9f9f9;
  box-shadow: 0px 7px 24.3px 2.7px rgba(91, 89, 89, 0.14);
}

.services__item-title {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #212020;
  font-weight: 500;
  padding: 15px 0;
}

.services__item-text {
  padding: 0px 30px 30px;
}

.services__item-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.services__item-btn .default-btn {
  color: #000;
}

.services__item-btn .default-btn::after {
  color: #ffffff;
}

.services__item-link {
  text-decoration: none;
  color: #050505;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #050505;
  margin-right: 60px;
}

/* Modal */

#modal1 form, #modal2 form, #modal3 form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  color: #212020;
}

#modal1 label, #modal2 label, #modal3 label {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

#modal1 label span, #modal2 label span, #modal3 label span {
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

#modal1, #modal2, #modal3 {
  display: none;
  max-width: 700px;
  width: 100%;
}

#modal1 input, #modal2 input, #modal3 input {
  display: inline-block;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  height: 40px;
  border: 1px solid #e6e6e6;
  padding: 0px 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

#modal1 input[type="submit"], #modal2 input[type="submit"], #modal3 input[type="submit"] {
  color: #fff;
  background-color: #0b2d50;
  border: none;
}

#modal1 .title, #modal2 .title, #modal3 .title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #212020;
}
