h2 {
    font-size: 2.325em;
    font-weight: 900;
    margin-bottom: 0;
}

h3 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.2;
}

a,
button {
    transition: .3s;
}

a:hover,
button:hover {
    transition: .3s;
}

.page_description {
    margin-top: 0;
}

header {
  padding: 30px 0;
}

.header_logo {
  text-transform: uppercase;
  font-weight: 900;
  color: #3856ce;
  font-size: 1.625em;
}

.button_services {
  border: 2px solid #3856ce;
  background: transparent;
  color: #3856ce;
  border-radius: 4px;
  font-weight: 600;
}

.button_services:hover {
    background: #3856ce;
  color: #fff;
}

.button_order {
  border: 2px solid #3856ce;
  background: #3856ce;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}

.button_order:hover {
    background: #d05a2b;
    border: 2px solid #d05a2b;
}

.input_search {
  border-radius: 4px;
  border: 2px solid #ccc;
  height: 42px;
  padding: 0 10px 4px;
}

.slider_wrap {
    padding: 0 0 60px;
}

.slider {
  background: #071651;
  border-radius: 40px;
  padding: 30px 40px;
  box-sizing: border-box;
  position: relative;
}

@media all and (max-width: 960px) {
    .slider {
        padding: 40px 20px;
    }
}

.slider > div {
    z-index: 100;
    position: relative;
}

.slider::before {
  background-image: url(https://i.pinimg.com/originals/6e/90/ac/6e90ac0d6fb509b6495d3bd936dcd3d1.jpg);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: 50;
  opacity: 0.1;
}

.slider_title {
  color: #fff;
  font-size: 4em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

@media all and (max-width: 960px) {
    .slider_title {
        font-size: 2em;
        margin-bottom: 10px;
    }
}

.slider_text {
  color: #b5b5b5;
  font-size: 1.125em;
  margin-bottom: 30px;
  line-height: 1.2;
}

.button_one {
  background: #d05a2b;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  border: 2px solid #d05a2b;
}

@media all and (max-width: 960px) {
    .button_one {
        width: 100%;
        margin-bottom: 15px;
    }
}

.button_one:hover {
  background: #157330;
  border: 2px solid #157330;
}

.button_two {
    border: 2px solid #d05a2b;
  background: transparent;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 600;
}

@media all and (max-width: 960px) {
    .button_two {
        width: 100%;
        margin-bottom: 15px;
    }
}

.button_two:hover {
    background: #d05a2b;
  border: 2px solid #d05a2b;
}

.steps_wrap {
  padding: 30px 0;
  background: #fdfcf9;
  border-bottom: 10px solid #f4f4f4;
}

.steps_item {
  text-align: center;
  position: relative;
}

.steps_item img {
  width: 140px;
}

.steps_item__text {
  display: block;
  font-weight: 600;
  color: #a6a6a6;
}

.steps_item__num {
  position: absolute;
  background: #d05a2b;
  color: #fff;
  font-size: 1.525em;
  font-weight: 900;
  padding: 4px;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  box-sizing: border-box;
  left: 10px;
}

.services_wrap {
    padding: 60px 0;
}

.services_item {
  padding-bottom: 30px;
}

.services_item img {
  width: 220px;
}

.services_item__title {
  font-weight: 600;
  color: #000;
  font-size: 1.325em;
  display: block;
}

.services_item__link a {
  color: #3050cc;
}

.uk-modal-dialog {
  border-radius: 30px;
  border-top: 8px solid #df811c;
  min-height: 520px;
}

.about_wrap {
  background: #2a416c;
  padding: 60px 0;
}

.about {
  background: #fff;
  border-radius: 20px;
}

.about_img img {
  border-radius: 20px;
}

.about_info {
  padding: 40px;
}

.about_text {
  color: #484848;
  line-height: 1.4;
}