* {
  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;
}

.header_bg_container {
  background-size: cover;
  color: white;
}

.header_line {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 110px;
}

.h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 107%;
}

.header_bg_ul {
  list-style: initial;
  margin-left: 20px;
  margin-bottom: 50px;
}

.header_bg_li {
  list-style: initial;
  font-weight: 300;
}

.header_bg_btn {
  margin-bottom: 230px;
}

.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;
}

.btn:hover {
  background: rgba(35, 35, 35, 0.2);
  transition-duration: 0.2s;
}

.cards_section {
  position: relative;
  bottom: 120px;
}

.h6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 138.5%;
}

.card_title {
  text-align: center;
}

.card_p {
  text-align: center;
}

.cards_section {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.card {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(42.1deg, rgba(234, 204, 151, 0.2) 20.063%, rgba(255, 255, 255, 0) 97.425%), linear-gradient(139.36deg, rgba(255, 255, 255, 0.8) 14.739%, rgba(255, 255, 255, 0) 116.766%), rgb(255, 255, 255);
  padding: 30px 30px;
}

.about_section {
  background-image: url("/source/img/big/about_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 110px;
}

.about_description_img {
  display: flex;
  gap: 50px;
  padding-bottom: 110px;
  align-items: center;
  align-content: center;
  align-self: center;
}

.h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  line-height: 107%;
}

.about_h3 {
  text-align: left;
}

.about_img {
  border-radius: 120px 0 0 0;
  height: 335px;
  width: 508px;
  position: relative;
  top: 25px;
  left: 25px;
  align-items: start;
}

.about_dotted {
  border-radius: 120px 0 0 0;
  height: 335px;
  width: 508px;
  background: linear-gradient(42.1deg, rgba(234, 204, 151, 0.2) 20.063%, rgba(255, 255, 255, 0) 97.425%), linear-gradient(139.36deg, rgba(255, 255, 255, 0.8) 14.739%, rgba(255, 255, 255, 0) 116.766%), rgb(255, 255, 255);
  margin-right: 25px;
  margin-bottom: 25px;
}

.services_section .services_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 110px;
}
.services_section .service {
  padding: 30px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.services_section .service .service_title {
  font-size: 18px;
  font-weight: 700;
}
.service_ul_li {
  margin-bottom: 15px;
}

.service_li {
  display: flex;
  gap: 10px;
  font-size: 16px;
}

.service_li::before {
  content: url("/source/img/icons/golden_tick.svg");
  height: 10px;
  width: 10px;
}

.title_container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.service_icons {
  background-repeat: no-repeat;
  padding: 15px;
}

.service_icons_container {
  border-radius: 5px;
  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%);
}

.details {
  display: flex;
  align-items: center;
  color: #6F2205;
  width: 90px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
}

.details:hover {
  text-decoration: none;
}

.details::after {
  content: url("/source/img/icons/detals_arrow.svg");
  padding-left: 10px;
}

.advantages_section {
  padding: 110px 0;
  background: linear-gradient(42.1deg, rgba(234, 204, 151, 0.2) 16.606%, rgba(255, 255, 255, 0) 95.729%), linear-gradient(137.44deg, rgba(255, 255, 255, 0.8) 17.874%, rgba(255, 255, 255, 0) 123.232%);
}

.advantages_container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

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

.advantage_line {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.advantages_img_container_left {
  height: 200px;
  width: 300px;
  background: linear-gradient(42.1deg, rgba(234, 204, 151, 0.2) 20.063%, rgba(255, 255, 255, 0) 97.425%), linear-gradient(139.36deg, rgba(255, 255, 255, 0.8) 14.739%, rgba(255, 255, 255, 0) 116.766%), rgb(255, 255, 255);
  border-radius: 0 120px 0 0;
  margin-left: 15px;
  margin-bottom: 15px;
}

.advantages_img_left {
  height: 200px;
  width: 300px;
  border-radius: 0 120px 0 0;
  background-repeat: no-repeat;
  position: relative;
  top: 15px;
  right: 15px;
  object-fit: cover;
  object-position: top;
}

.advantages_img_container_right {
  height: 200px;
  width: 300px;
  background: linear-gradient(42.1deg, rgba(234, 204, 151, 0.2) 20.063%, rgba(255, 255, 255, 0) 97.425%), linear-gradient(139.36deg, rgba(255, 255, 255, 0.8) 14.739%, rgba(255, 255, 255, 0) 116.766%), rgb(255, 255, 255);
  border-radius: 120px 0 0 0;
  margin-right: 15px;
  margin-bottom: 15px;
}

.advantages_img_right {
  height: 200px;
  width: 300px;
  border-radius: 120px 0 0 0;
  background-repeat: no-repeat;
  position: relative;
  top: 15px;
  left: 15px;
  object-fit: cover;
  object-position: center;
}

.prices_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 110px;
}

.price {
  padding: 30px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.price .price_title {
  font-size: 18px;
  font-weight: 700;
}

.title_container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.price_icons {
  background-repeat: no-repeat;
  padding: 15px;
}

.price_icons_container {
  border-radius: 5px;
  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%);
}

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

.price_number {
  color: #93B0D0;
  font-weight: 700;
  font-size: 18px;
}

.advantages_img_container_right_adaptive {
  display: none;
}

@media (max-width: 1160px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .about_description_img {
    flex-direction: column;
  }
  .services_section .services_container {
    grid-template-columns: 1fr 1fr;
  }
  .prices_container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .header_bg_ul {
    margin-bottom: 30px;
  }
  .header_bg_btn {
    margin-bottom: 60px;
  }
  .cards_section {
    flex-direction: column;
  }
  .cards_section {
    bottom: 60px;
  }
  .header_bg_container {
    padding-bottom: 60px;
  }
  .cards_section {
    gap: 30px;
  }
  .about_description_img {
    gap: 30px;
    padding-bottom: 60px;
  }
  .about_dotted {
    height: 300px;
  }
  .about_img {
    height: 300px;
  }
  .about_section {
    margin-bottom: 60px;
  }
  .h3 {
    margin-bottom: 30px;
    font-size: 35px;
  }
  .services_section .services_container {
    grid-template-columns: 1fr;
  }
  .services_section .service {
    padding: 25px;
  }
  .services_section .services_container {
    margin-bottom: 60px;
  }
  .advantages_section {
    padding: 60px 0;
  }
  .h6 {
    font-size: 18px;
  }
  .advantage_p {
    font-size: 16px;
  }
  .advantages_container {
    gap: 30px;
  }
  .advantage_block {
    gap: 30px;
  }
  .advantages_img_container_left {
    justify-content: center;
  }
  .advantage_block {
    flex-direction: column;
  }
  .advantages_img_container {
    display: none;
  }
  .advantages_img_container_right {
    display: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .advantages_img_container_right_adaptive {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .advantages_img_right_adaptive {
    display: block;
    height: 200px;
    width: 300px;
    background: linear-gradient(42.1deg, rgba(234, 204, 151, 0.2) 20.063%, rgba(255, 255, 255, 0) 97.425%), linear-gradient(139.36deg, rgba(255, 255, 255, 0.8) 14.739%, rgba(255, 255, 255, 0) 116.766%), rgb(255, 255, 255);
    border-radius: 120px 0 0 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .advantage_title {
    text-align: center;
  }
  .advantage_p {
    text-align: center;
  }
  .form_article {
    gap: 60px;
  }
  .form_title {
    font-size: 18px;
  }
  .form_description {
    font-size: 16px;
  }
  .form_title {
    margin-bottom: 30px;
  }
  .form_description {
    margin-bottom: 30px;
  }
  .prices_container {
    grid-template-columns: 1fr;
  }
  .price {
    padding: 25px;
  }
  .prices_container {
    margin-bottom: 60px;
  }
  .card_p {
    font-size: 16px;
  }
  .about_img {
    width: 400px;
    height: 250px;
  }
  .about_dotted {
    width: 400px;
    height: 250px;
  }
}
@media (max-width: 480px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header_nav_contacts_adaptive {
    flex-direction: column;
    gap: 0;
  }
  .h1 {
    font-size: 24px;
  }
  .card {
    padding: 15px;
  }
  .h6 {
    margin-bottom: 5px;
  }
  .header_bg_li {
    font-size: 16px;
  }
  .h3 {
    font-size: 22px;
  }
  .about_dotted {
    width: 290px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .about_img {
    width: 290px;
    height: 200px;
    top: 20px;
    left: 20px;
  }
  .btn {
    width: 100%;
    padding: 15px 0;
  }
  .advantages_img_container_left {
    width: 246px;
    height: 150px;
  }
  .advantages_img {
    width: 246px;
    height: 150px;
  }
  .advantages_img_right_adaptive {
    height: 150px;
    width: auto;
  }
  iframe {
    height: 300px;
  }
  .contacts_article {
    margin-bottom: 60px;
  }
}

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