.block-services {
  padding: 160px 0;
  padding-left: 0;
  padding-right: 0;
  color: #121D58;
  background: #E4EDEE;
  position: relative;
}
.block-services .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}
.block-services h1 {
  margin: 0 0 80px;
  font-size: 53px;
  max-width: 100%;
  text-align: center;
}
.block-services .services_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 -13px;
}
.block-services .button_cont {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 13px 13px;
}
.block-services .serv_button {
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 96px;
  font-size: 28px;
  line-height: 1.3em;
  cursor: pointer;
}
.block-services .serv_button .ico {
  width: 45px;
  height: 45px;
  margin: 0 30px;
}
.block-services .serv_button img {
  max-height: 45px;
  max-width: 45px;
  margin: auto;
}
.block-services .serv_button .modal_hidden_content {
  display: none;
}
.block-services .serv_button:hover {
  opacity: 0.6;
}
@media (max-width: 1199.98px) {
  .block-services {
    padding: 140px 0;
  }
  .block-services .serv_button {
    font-size: 26px;
  }
  .block-services .serv_button .ico {
    margin: 0 20px;
  }
}
@media (max-width: 989.98px) {
  .block-services {
    padding: 100px 0;
  }
  .block-services h1 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .block-services .services_buttons {
    margin: 0 -5px;
  }
  .block-services .button_cont {
    padding: 0 5px 10px;
  }
  .block-services .serv_button {
    font-size: 23px;
    height: 80px;
  }
  .block-services .serv_button .ico {
    margin: 0 20px;
  }
}
@media (max-width: 759.98px) {
  .block-services {
    padding: 80px 0;
  }
  .block-services h1 {
    font-size: 30px;
    margin-bottom: 50px;
    padding-left: 5px;
  }
  .block-services .button_cont {
    padding: 0 5px 10px;
  }
  .block-services .serv_button {
    font-size: 20px;
    height: 70px;
  }
  .block-services .serv_button .ico {
    margin: 0 15px;
    max-height: 35px;
    width: auto;
  }
  .block-services .serv_button .ico img {
    max-width: 30px;
    max-height: 30px;
  }
}
@media (max-width: 599.98px) {
  .block-services {
    padding: 80px 0;
  }
  .block-services .button_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 399.98px) {
  .block-services {
    padding: 60px 0;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.services_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.services_modal .services_modal_inner {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.services_modal .modal_wrap {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 960px;
  padding: 85px 120px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 50px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 50px 0 rgba(0, 0, 0, 0.16);
  color: #222;
  font-size: 22px;
}
.services_modal .modal_wrap h3 {
  font-size: 30px;
  margin-bottom: 25px;
  padding: 0;
}
.services_modal .modal_wrap .desc {
  margin-bottom: 50px;
}
.services_modal .modal_wrap .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services_modal .modal_wrap .btns .close2 {
  color: #121D58;
  margin: 10px 30px;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.services_modal .modal_wrap .btns .close2:hover {
  opacity: 0.6;
}
.services_modal .close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.services_modal .close span {
  display: block;
  width: 20px;
  height: 2px;
  background: #707070;
  position: relative;
  margin-top: 9px;
}
.services_modal .close span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  top: -9px;
  left: 9px;
  background: #707070;
}
.services_modal .close:hover {
  opacity: 0.6;
}
@media (max-width: 989.98px) {
  .services_modal .modal_wrap {
    padding: 50px;
    font-size: 18px;
  }
  .services_modal .modal_wrap h3 {
    font-size: 25px;
  }
  .services_modal .modal_wrap .desc {
    margin-bottom: 30px;
  }
  .services_modal .close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 599.98px) {
  .services_modal .modal_wrap {
    padding: 30px;
  }
  .services_modal .close {
    top: 10px;
    right: 10px;
  }
}