* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

.wrapper {
  font-family: Ubuntu, "sans-serif";
  font-weight: 300;
  font-size: 18px;
  line-height: 138.5%;
  color: #202020;
}

.container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

ul.service_block_ul {
  list-style: initial;
}

li.service_block_li {
  list-style: initial;
  font-weight: 300;
  margin-left: 20px;
}

.service_title {
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.service_main_img {
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  object-position: center;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 110px;
}

.service_price_block {
  background-color: #F5F8F9;
  padding: 20px 10px;
  margin-bottom: 110px;
  border-radius: 5px;
}

.service_price {
  font-weight: 700;
  font-size: 18px;
}

.service_p {
  margin-bottom: 110px;
}

.service_block_ul {
  margin-bottom: 110px;
  margin-left: 0;
}

.service_h3 {
  text-align: left;
}

.service_img_container {
  display: flex;
  gap: 50px;
  align-items: center;
}

.service_img {
  width: 530px;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}

.conclusion_service_block {
  padding: 30px;
  border-radius: 5px;
  background-color: #93B0D0;
  margin-bottom: 110px;
  font-weight: 500;
}

.conclusion_service_p {
  font-size: 18px;
  text-align: center;
  color: white;
}

.service_bg_img {
  background-image: url("/source/img/big/service_img_bg.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  color: #202020;
  line-height: 138.5%;
  padding: 50px 0 110px 0;
  margin-bottom: 110px;
}

.service_bg_ul_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service_bg_ul {
  margin-bottom: 50px;
}

.service_bg_p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 135.8%;
}

.service_bg_advantages {
  display: flex;
  align-items: center;
  gap: 15px;
}

.service_bg_btn_price {
  display: flex;
  gap: 30px;
  align-items: center;
}

.service_bg_btn {
  color: white;
  background-color: #6F2205;
  padding: 17px 55px;
  font-weight: 700;
  border-radius: 5px;
  font-size: 18px;
  border: 3px solid #6F2205;
  cursor: pointer;
  transition-duration: 0.2s;
}

.service_bg_btn:hover {
  color: #6F2205;
  background: rgba(35, 35, 35, 0);
  transition-duration: 0.2s;
}

.service_bg_price {
  color: white;
  padding: 5px 15px;
  font-weight: 700;
  border-radius: 5px;
  font-size: 18px;
  background: #6F2205;
  display: inline-block;
  margin-bottom: 50px;
}

.service_bg_ul li {
  font-weight: 500;
}

.service_bg_container {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  gap: 50px;
  line-height: 138.5%;
}

.service_bg_advantages_container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.service_bg_advantages {
  padding: 15px;
  color: #202020;
  border-radius: 5px;
  font-weight: 700;
  box-shadow: inset -17.27px 17.27px 17.27px 0px rgba(255, 255, 255, 0.11), inset 17.27px -17.27px 17.27px 0px rgba(194, 194, 194, 0.11);
  backdrop-filter: blur(14.85px);
  background: linear-gradient(139.36deg, rgba(255, 255, 255, 0.11) 10.263%, rgba(255, 255, 255, 0) 107.47%), rgba(255, 255, 255, 0.11);
  transition-duration: 0.2s;
}

.service_bg_advantages:hover {
  color: #6F2205;
  background: white;
  transition-duration: 0.2s;
}

.service_bg_icons_container {
  background: linear-gradient(42.1deg, rgba(234, 204, 151, 0.2) 16.588%, rgba(255, 255, 255, 0) 95.72%), linear-gradient(139.36deg, rgba(255, 255, 255, 0.8) 18.177%, rgba(255, 255, 255, 0) 123.906%);
}

.service_bg_block_li {
  color: #6F2205;
}

.service_bg_block_li span {
  color: #202020;
}

.service_dotted_img {
  border-radius: 120px 0 0 0;
  height: 280px;
  width: 100%;
  position: relative;
  top: 25px;
  left: 25px;
  align-items: start;
  object-position: center;
  object-fit: cover;
}

.service_dotted {
  border-radius: 120px 0 0 0;
  height: 280px;
  width: 100%;
  background: linear-gradient(43.21deg, rgba(236, 209, 162, 0.18) 16.707%, rgba(236, 209, 162, 0.18) 16.707%, rgba(255, 255, 255, 0) 36.423%, rgba(234, 204, 152, 0.19) 45.614%, rgba(243, 225, 195, 0.11) 64.709%, rgba(245, 230, 203, 0.06) 68.672%, rgba(244, 229, 201, 0.07) 73.787%, rgba(234, 204, 151, 0.2) 80.928%), linear-gradient(139.36deg, rgba(255, 255, 255, 0.8) 18.177%, rgba(255, 255, 255, 0) 123.906%);
  margin-left: -25px;
  margin-bottom: 55px;
}

.service_phone_container {
  background-color: #D9D9D9;
  border-radius: 100%;
  padding: 10px;
  margin-right: 15px;
}

.service_bg_phone {
  display: flex;
  align-items: center;
}

.service_tel {
  color: #202020;
  font-weight: 500;
  font-size: 16px;
}

.service_bg_call {
  color: #A1A1A1;
  font-weight: 500;
  font-size: 18px;
}

.service_bg_ul {
  margin-bottom: 50px;
}

.service_bg_advantages {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}

.service_bg_advantages_p {
  font-weight: 500;
}

@media (max-width: 1280px) {
  .service_bg_container {
    grid-auto-flow: row;
  }
  .service_dotted {
    width: 100%;
    max-width: 508px;
  }
}
@media (max-width: 768px) {
  .service_bg_img {
    background-image: none;
  }
  h1.service_title {
    font-size: 40px;
    margin: 30px 0;
  }
  .service_main_img {
    height: 250px;
    margin-bottom: 30px;
  }
  .service_h3 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .service_price_block {
    margin-bottom: 60px;
  }
  .service_p {
    margin-bottom: 60px;
  }
  .service_block_ul {
    margin-bottom: 60px;
  }
  .conclusion_service_block {
    padding: 15px;
    margin-bottom: 60px;
  }
  .conclusion_service_p {
    font-size: 16px;
  }
  .service_bg_btn_price {
    flex-direction: column;
    align-items: initial;
  }
  .service_bg_price {
    margin-bottom: 30px;
  }
  .service_bg_ul {
    margin-bottom: 30px;
  }
  .service_bg_advantages {
    font-size: 18px;
  }
  .service_main_img {
    margin-bottom: 60px;
  }
  .service_bg_img {
    margin-bottom: 0;
  }
  .service_dotted {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  .service_bg_phone {
    justify-content: center;
  }
  .service_bg_btn {
    width: 100%;
  }
  .service_bg_container {
    display: block;
  }
  h1.service_title {
    margin-top: 0;
    padding-top: 30px;
  }
  .service_bg_advantages {
    flex-direction: column;
    text-align: center;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
  }
  .service_dotted {
    margin: 60px auto 85px auto;
    background: linear-gradient(42.1deg, rgba(234, 204, 151, 0.2) 16.588%, rgba(255, 255, 255, 0) 95.72%), linear-gradient(139.36deg, rgba(255, 255, 255, 0.8) 18.177%, rgba(255, 255, 255, 0) 123.906%);
  }
  .service_bg_img {
    padding: 60px 0 60px 0;
  }
  .conclusion_service_block {
    margin-bottom: 30px;
  }
  .service_dotted_img {
    margin-right: 25px;
  }
  .service_insert {
    padding-top: 30px;
  }
  .service_bg_img {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  h1.service_title {
    font-size: 35px;
  }
  .service_h3 {
    font-size: 22px;
  }
  .service_p {
    font-size: 16px;
  }
  .service_block_ul {
    font-size: 16px;
  }
  .conclusion_service_block {
    background: #93B0D0;
    padding: 15px 10px;
    font-weight: 500;
    color: white;
  }
  .service_main_img {
    height: 150px;
  }
  .service_dotted_img {
    height: 150px;
    margin-right: 25px;
    top: 15px;
    left: 15px;
  }
  .service_dotted {
    height: 150px;
    display: flex;
    justify-content: center;
    margin: 60px auto 60px auto;
  }
  .service_bg_ul_title {
    font-size: 18px;
  }
  .service_bg_block_li span {
    font-size: 16px;
  }
  .service_bg_p {
    font-size: 18px;
  }
  .service_bg_advantages {
    flex-direction: column;
    text-align: center;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
  }
  .service_dotted_img {
    border-radius: 5px;
  }
  .service_dotted {
    border-radius: 5px;
  }
}

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