@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
header .collapsing {
  background-color: lightgrey;
  border-radius: 10px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  header .collapsing {
    background-color: blue;
    border-radius: 10px;
  }
}
header .show {
  background-color: lightgrey;
  border-radius: 10px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  header .show {
    background-color: blue;
    border-radius: 10px;
  }
}
header .navbar .first_text {
  margin: revert;
}
@media screen and (max-width: 768px) {
  header .navbar .first_text {
    color: white;
  }
}
@media screen and (max-width: 373px) {
  header .navbar .first_text {
    margin-left: -15px;
  }
}
header .navbar .navbar-brand {
  margin-right: 22px;
}
header .navbar .navbar-nav .nav-item {
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  margin-right: 22px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: white;
  padding: 7px 10px;
}

.main_banner {
  background-image: url("../images/011.jpg");
  background-size: cover;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .main_banner {
    background-image: url("../images/delivery.jpg");
    background-size: cover;
  }
}
.main_banner .container {
  height: 100vh;
}
.main_banner .container .main_banner_box {
  height: 250px;
}
.main_banner .container .main_banner_box .main_title {
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .main_banner .container .main_banner_box .main_title {
    color: white;
  }
}
@media screen and (max-width: 429px) {
  .main_banner .container .main_banner_box .main_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 324px) {
  .main_banner .container .main_banner_box .main_title {
    font-size: 25px;
  }
}
.main_banner .container .main_banner_box .main_subtitle {
  margin-bottom: 65px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .main_banner .container .main_banner_box .main_subtitle {
    color: white;
  }
}
@media screen and (max-width: 550px) {
  .main_banner .container .main_banner_box .main_subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.main_banner .container .main_banner_box .main_links {
  padding: 23px 47px;
  border-radius: 40px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 992px) {
  .main_banner .container .main_banner_box .main_links {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .main_banner .container .main_banner_box .main_links {
    padding: 15px 27px;
  }
}
.main_banner .container .main_banner_box .main_links:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 550px) {
  .main_banner .container .main_banner_box .main_links:last-of-type {
    padding: 15px 19px;
  }
}
@media screen and (max-width: 391px) {
  .main_banner .container .main_banner_box .main_links:last-of-type {
    padding: 15px 15px;
  }
}

.firm_style {
  padding: 70px 0 0;
}
.firm_style .row {
  margin-bottom: 120px;
}
.firm_style .row .firm_style_subtitle {
  margin-bottom: 15px;
}
.firm_style .row .firm_style_photo {
  max-width: 635px;
  margin-bottom: 10px;
}
.firm_style .row .firm_style_photo .firm_style_image {
  display: block;
  width: 100%;
}
.firm_style .row .firm_style_text {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
.firm_style .row .elements_title {
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 43px;
}
.firm_style .row .elements {
  font-size: 22px;
  margin-right: 10px;
}
.firm_style .row .elements::marker {
  font-size: 30px;
}
.firm_style .lifecare {
  margin-top: 120px;
}
.firm_style .lifecare .firm_style_subtitle {
  margin-bottom: 15px;
}
.firm_style .lifecare .firm_style_text {
  font-size: 18px;
}
.firm_style .lifecare .firm_style_text:last-of-type {
  background: lightseagreen;
  border-radius: 5px;
  margin-left: -10px;
  padding: 10px;
}

.portfolio .portfolio_image {
  display: block;
  width: 100%;
  margin-bottom: 54px;
  margin-top: 30px;
}
.portfolio .portfolio_title {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
}
.portfolio .portfolio_text {
  margin-bottom: 35px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.portfolio .portfolio_link {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: black;
  border: solid 2px black;
  border-radius: 20px;
  padding: 25px 20px;
}

.guideline .guideline_subtitle {
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}
.guideline .guideline_image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.guideline .guideline_text {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
}
.guideline .guideline_text:first-of-type {
  background: #2B59C3;
  border-radius: 5px;
  margin-left: -10px;
  padding: 10px;
}
.guideline .guideline_titles {
  margin: 77px 0 27px;
}
.guideline .guideline_titles h3 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  margin-bottom: 11px;
}
.guideline .guideline_titles h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.guideline .form-check-label {
  margin-left: 15px;
}
.guideline .form-check-input {
  margin-left: -3px;
}
.guideline .btn-mine {
  padding: 7px;
}

.stages {
  margin-top: 100px;
}
.stages .stages_title {
  margin-bottom: 83px;
}
.stages .stages_photo {
  display: block;
  margin-bottom: 22px;
}
.stages .stages_text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.difference {
  margin-top: 165px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .difference {
    display: none;
  }
}
.difference .row .creative_border {
  border: 4px solid #2B59C3;
  border-radius: 10px;
}
.difference .row:first-of-type .col-lg-3 {
  border: none;
}
.difference .row:first-of-type .col-lg-3:nth-child(3) {
  border: 4px solid #2B59C3;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.difference .row:first-of-type .difference_border {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.difference .row:nth-child(2) .col-lg-3 {
  border-bottom: none;
  border-top: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.difference .row:nth-child(2) .difference_border {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.difference .row:nth-child(3) .col-lg-3 {
  border-bottom: none;
  border-top: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.difference .row:nth-child(3) .difference_border {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.difference .row:nth-child(4) .col-lg-3 {
  border-bottom: none;
  border-top: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.difference .row:nth-child(4) .difference_border {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.difference .row:nth-child(5) .col-lg-3 {
  border-bottom: none;
  border-top: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.difference .row:nth-child(5) .difference_border {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.difference .row:last-of-type .col-lg-3 {
  border: none;
}
.difference .row:last-of-type .col-lg-3:nth-child(3) {
  border: 4px solid #2B59C3;
}
.difference .row:last-of-type .col-lg-3:nth-child(3) {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.difference .row:last-of-type .difference_border {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.difference .row h5 {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  color: white;
}
.difference .row p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
.difference .row .difference_border {
  background: #2B59C3;
  border-radius: 10px;
}
.difference .row h3 {
  color: #868686;
}

footer .col-form-label {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
footer .form-check-label {
  color: #007bff;
}
footer .contact_title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 15px;
}
footer .contact_text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
