@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");
.clBlack {
  color: #0A0A0A !important;
}

.clWhite {
  color: #ffffff;
}

.clBrown {
  color: #CDAC77;
}

.clBrownDark {
  color: #494949;
}

.clSemiBrownDark {
  color: #86704C;
}

body, html {
  height: 100%;
}

body, form, table, td {
  margin: 0;
  padding: 0;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  font-family: Arial, Tahoma, sans-serif;
  line-height: 1;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input, textarea {
  color: #333;
  outline: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

input[type=button], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

a {
  color: #000100;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

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

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #0A0A0A;
}

svg path {
  transition: all 0.3s ease;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 980px) {
  body {
    background: #F8F3EF;
  }
}
body main {
  flex: 1;
}
body.menuOpened {
  overflow-y: hidden;
}

.container {
  max-width: 1350px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.section--dark .section-wrap {
  background: #494949;
}
.section--dark .section__header {
  color: #CDAC77;
}
.section--dark .section__subheader {
  color: #ffffff;
}
.section--dark .info__text {
  color: #ffffff;
}
.section--dark .info__title {
  background: #CDAC77;
  color: #0A0A0A;
}
.section--dark .info__title:before {
  background: #CDAC77;
}
.section-wrap {
  position: relative;
}
@media (max-width: 980px) {
  .section-wrap-reverse-tablet {
    display: flex;
    flex-direction: column-reverse;
  }
}
.section-img {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 980px) {
  .section-img {
    width: 100%;
    position: static;
    height: 500px;
  }
}
.section-img--right {
  right: 0;
  padding-left: 25px;
}
@media (max-width: 980px) {
  .section-img--right {
    padding: 0;
  }
}
.section-img--left {
  left: 0;
  padding-right: 25px;
}
@media (max-width: 980px) {
  .section-img--left {
    padding: 0;
  }
}
.section-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-inner {
  display: flex;
  flex-wrap: wrap;
}
.section-inner--left {
  justify-content: flex-start;
}
.section-inner--left .section-item {
  padding-right: 25px;
}
@media (max-width: 980px) {
  .section-inner--left .section-item {
    padding: 30px 0 0;
  }
}
.section-inner--right {
  justify-content: flex-end;
}
.section-inner--right .section-item {
  padding-left: 25px;
}
@media (max-width: 980px) {
  .section-inner--right .section-item {
    padding: 30px 0 0;
  }
}
.section-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-item--minh {
  min-height: 800px;
  padding: 25px 0 25px !important;
}
@media (max-width: 980px) {
  .section-item--minh {
    min-height: auto;
  }
}
@media (max-width: 980px) {
  .section-item {
    width: 100%;
    padding: 30px 0 0;
  }
}
.section__header {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 95px;
  margin-bottom: 35px;
}
.section__header--center {
  text-align: center;
}
@media (max-width: 480px) {
  .section__header {
    font-size: 32px;
    line-height: 47px;
    margin-bottom: 18px;
  }
}
.section__subheader {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 47px;
  margin-bottom: 22px;
}
.section__subheader--center {
  text-align: center;
}
@media (max-width: 480px) {
  .section__subheader {
    font-size: 20px;
    line-height: 30px;
  }
}
.section__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.section__text--center {
  text-align: center;
}
@media (max-width: 480px) {
  .section__text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 40px;
  }
}
.section__footer {
  padding: 70px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 480px) {
  .section__footer {
    padding: 55px 0 0;
  }
}

.check-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  min-height: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
}
.check-wrap__inp {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-wrap.serror {
  color: red;
}
.check-wrap__check {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid #494949;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.check-wrap__check:after {
  content: "";
  position: absolute;
  display: none;
  /* Style the checkmark/indicator */
  right: -4px;
  top: -4px;
  width: 24px;
  height: 24px;
  background: url("../img/icons/icon-check.svg") no-repeat center;
  background-size: contain;
}
.check-wrap__text {
  display: flex;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
}
@media (max-width: 768px) {
  .check-wrap__text {
    font-size: 12px;
  }
}
.check-wrap input:checked ~ .check-wrap__check {
  /* Show the checkmark when checked */
}
.check-wrap input:checked ~ .check-wrap__check:after {
  display: block;
}
.check-wrap input:disabled ~ .check-wrap__check {
  background-color: rgba(189, 189, 189, 0.63);
  border-color: rgba(189, 189, 189, 0.63);
  /* Show the checkmark when checked */
}
.check-wrap input:disabled ~ .check-wrap__check:after {
  display: block;
}

.list {
  list-style: none;
  color: #ffffff;
}
.list li {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 480px) {
  .list li {
    font-size: 18px;
    line-height: 22px;
  }
}
.list li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .list li:not(:last-child) {
    margin-bottom: 7px;
  }
}
.list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #CDAC77;
}
.list--large li {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 47px;
}
@media (max-width: 480px) {
  .list--large li {
    font-size: 20px;
    line-height: 30px;
  }
}
.list--large li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .list--large li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.list--large li:before {
  height: 20px;
  width: 20px;
  top: 15px;
}
@media (max-width: 480px) {
  .list--large li:before {
    top: 10px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #0A0A0A;
  border: none;
  transition: all 0.3s ease;
  background: #CDAC77;
  border-radius: 5px;
}
@media (max-width: 560px) {
  .btn {
    font-size: 13px;
  }
}
.btn:hover {
  transform: translateY(-3px);
}
.btn--upper {
  text-transform: uppercase;
}
.btn--large {
  padding: 25px 45px;
  max-width: 478px;
  width: 100%;
}
@media (max-width: 480px) {
  .btn--large {
    width: 100%;
    padding: 22px 5px;
    font-size: 16px;
  }
}

.form {
  display: flex;
  flex-direction: column;
}
.form__label {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .form__label {
    font-size: 18px;
    line-height: 22px;
  }
}
.form__inp {
  height: 86px;
  width: 100%;
  border: 1px solid #494949;
  padding: 5px 20px;
  font-size: 22px;
  color: #CDAC77;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .form__inp {
    height: 50px;
    margin-bottom: 5px;
  }
}
.form__inp:hover, .form__inp:focus {
  border-color: #CDAC77;
}
.form__inp.serror {
  border-color: red;
}
.form__error {
  font-size: 16px;
  color: red;
  margin-bottom: 20px;
  display: none;
}
.form__error--visible {
  display: block;
}
.form__field {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  height: 220px;
  width: 100%;
  border: 1px solid #494949;
  padding: 20px 20px;
  font-size: 22px;
  color: #CDAC77;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  resize: none;
}
@media (max-width: 768px) {
  .form__field {
    height: 100px;
  }
}
.form__field:hover, .form__field:focus {
  border-color: #CDAC77;
}
.form__field.serror {
  border-color: red;
}

.header {
  padding: 40px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (max-width: 980px) {
  .header {
    padding: 15px 0;
  }
}
.header__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1079px) {
  .header__inner {
    justify-content: space-between;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 560px) {
  .header__logo {
    gap: 18px;
  }
}
.header__logo-icon {
  width: 35px;
}
@media (max-width: 560px) {
  .header__logo-icon {
    width: 22px;
  }
}
.header__logo-icon img {
  width: 100%;
}
.header__logo-hint {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #CDAC77;
}
@media (max-width: 560px) {
  .header__logo-hint {
    font-size: 16px;
    line-height: 20px;
  }
}
.header__menu {
  margin-left: auto;
}
@media (max-width: 980px) {
  .header__menu {
    padding: 30px 15px;
    position: fixed;
    top: 0;
    left: -200%;
    bottom: 0;
    width: 100%;
    background: #494949;
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    transition: all 0.3s ease;
    z-index: 665;
    text-align: center;
  }
}
.header__menu.active {
  left: 0;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 65px;
}
@media (max-width: 1079px) {
  .header__nav {
    gap: 35px;
  }
}
@media (max-width: 980px) {
  .header__nav {
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }
}
.header__burger {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  z-index: 666;
  cursor: pointer;
  display: none;
}
.header__burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  user-select: none;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 3px;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #CDAC77;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
  border-radius: 3px;
}
.header__burger span:before, .header__burger span:after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #CDAC77;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
  border-radius: 3px;
}
.header__burger span:before {
  top: -6px;
}
.header__burger span:after {
  top: 6px;
}
.header__burger.active span {
  background-color: transparent;
}
.header__burger.active span:before {
  background-color: #CDAC77;
  transform: translateY(6px) rotate(45deg);
}
.header__burger.active span:after {
  background-color: #CDAC77;
  transform: translateY(-6px) rotate(-45deg);
}
@media (max-width: 980px) {
  .header__burger {
    display: block;
  }
}
.header__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  position: relative;
}
.header__link:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  background: transparent;
  bottom: -8px;
}
@media (max-width: 1079px) {
  .header__link:after {
    display: none;
  }
}
.header__link:hover {
  color: #CDAC77;
}

.footer {
  padding: 100px 0 40px;
  background: #494949;
}
@media (max-width: 768px) {
  .footer {
    padding: 45px 0 25px;
  }
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__inner {
    gap: 30px;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .footer__contacts {
    width: 50%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .footer__contacts {
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 980px) {
  .footer__contacts:nth-child(3) {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .footer__contacts:nth-child(3) {
    align-items: center;
  }
}
.footer__header {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 47px;
  color: #CDAC77;
  margin-bottom: 30px;
}
.footer__link {
  display: inline-flex;
  gap: 15px;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}
.footer__link:not(:last-child) {
  margin-bottom: 20px;
}
.footer__link:hover {
  color: #CDAC77;
}
.footer__main {
  padding-top: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.footer__main img {
  max-width: 100%;
}
@media (max-width: 980px) {
  .footer__main {
    width: 100%;
    order: 5;
  }
}
@media (max-width: 768px) {
  .footer__main {
    padding-top: 0;
    padding: 0 15px;
  }
}

.consult {
  padding: 215px 0 115px;
  background: #494949;
  position: relative;
}
@media (max-width: 768px) {
  .consult {
    padding: 125px 0 60px;
  }
}
.consult__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
}
@media (max-width: 768px) {
  .consult__img {
    width: 268px;
    height: 395px;
    top: auto;
    z-index: 2;
  }
}
.consult__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.consult .container {
  position: relative;
}
.consult__inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
@media (max-width: 980px) {
  .consult__inner {
    width: 100%;
  }
}
.consult__header {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 107px;
  color: #CDAC77;
  text-transform: uppercase;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .consult__header {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .consult__header {
    font-size: 36px;
    line-height: 53px;
  }
}
.consult__subheader {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .consult__subheader {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .consult__subheader {
    font-size: 20px;
    line-height: 24px;
  }
}
.consult__open-document {
  width: 170px;
  height: 184px;
  position: absolute;
  background: url("../img/consult/open-document.png") no-repeat center;
  background-size: contain;
  top: 200px;
  left: 400px;
  z-index: 5;
}
@media (max-width: 768px) {
  .consult__open-document {
    position: static;
    margin-top: 11px;
  }
}
.consult .list {
  max-width: 450px;
}
.consult .btn {
  margin: 60px 0 30px;
}
@media (max-width: 768px) {
  .consult .btn {
    align-self: center;
    margin: 32px 0 15px;
  }
}
.consult__view {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .consult__view {
    align-self: center;
    text-align: center;
  }
}

.info {
  padding: 50px 0;
}
@media (max-width: 980px) {
  .info {
    padding: 0;
  }
}
.info__subheader {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .info__subheader {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
.info__quote {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding: 30px 45px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 480px) {
  .info__quote {
    font-size: 16px;
    line-height: 20px;
    padding: 22px 60px;
  }
}
.info__quote span {
  position: relative;
}
.info__quote span:before {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  width: 23px;
  top: -9px;
  left: -40px;
  background: url("../img/icons/quote-open.svg") no-repeat center;
  background-size: contain;
}
.info__quote span:after {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  width: 23px;
  bottom: -9px;
  right: -40px;
  background: url("../img/icons/quote-close.svg") no-repeat center;
  background-size: contain;
}
.info__title {
  min-width: 320px;
  position: relative;
  padding: 2px 30px 2px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 32px;
  line-height: 47px;
  background: #86704C;
  margin: 40px 0 27px;
}
.info__title--left {
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .info__title {
    font-size: 28px;
    line-height: 41px;
    min-width: 100%;
    width: 100%;
    margin: 30px 0 27px;
  }
}
.info__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  left: -100px;
  background: #86704C;
  z-index: 1;
}
.info__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .info__text {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
}

.inflinks {
  padding: 0 0 25px;
}
@media (max-width: 980px) {
  .inflinks {
    padding: 30px 0;
  }
}
.inflinks__inner {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: 30px;
}
@media (max-width: 980px) {
  .inflinks__inner {
    width: 100%;
  }
}
.inflinks-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}
.inflinks-link svg path {
  transition: all 0.3s ease;
}
.inflinks-link:hover {
  color: #CDAC77;
}
.inflinks-link:hover svg path {
  fill: #CDAC77;
}

.advantages {
  padding: 60px 0 40px;
}
@media (max-width: 980px) {
  .advantages {
    padding: 40px 0 20px;
  }
}
.advantages__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .advantages__list {
    justify-content: center;
  }
}
.advantages__item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 980px) {
  .advantages__item {
    width: 165px;
  }
}
.advantages__item:not(:last-child) {
  border-right: 1px solid #494949;
}
@media (max-width: 980px) {
  .advantages__item:not(:last-child) {
    border: none;
  }
}
.advantages__item-icon {
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 980px) {
  .advantages__item-icon {
    width: 55px;
  }
}
.advantages__item-icon img {
  max-width: 100%;
}
.advantages__item-text {
  width: 260px;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 980px) {
  .advantages__item-text {
    width: 165px;
    font-size: 16px;
    line-height: 20px;
  }
}

.about {
  padding: 40px 0 60px;
}
@media (max-width: 980px) {
  .about {
    padding: 20px 0 40px;
  }
}
.about__text {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 47px;
  text-align: center;
}
@media (max-width: 768px) {
  .about__text {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .about__text {
    font-size: 20px;
    line-height: 30px;
  }
}
.about__text span {
  background: #CDAC77;
}

.price {
  padding: 100px 0;
}
@media (max-width: 980px) {
  .price {
    padding: 25px 0;
  }
}
.price__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price__item {
  width: 32.5%;
  background: #494949;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .price__item {
    width: 100%;
    padding: 50px 15px;
  }
  .price__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.price__item-text {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 53px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 980px) {
  .price__item-text {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .price__item-text {
    font-size: 18px;
    line-height: 27px;
  }
}
.price__item-price {
  margin: 50px 0 0;
  padding: 50px 0 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 95px;
  color: #CDAC77;
  text-align: center;
  border-top: 1px solid #CDAC77;
}
@media (max-width: 980px) {
  .price__item-price {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .price__item-price {
    font-size: 40px;
    line-height: 59px;
    margin: 30px 0 0;
    padding: 18px 0 0;
  }
}

.contact {
  padding: 100px 0 200px;
}
@media (max-width: 980px) {
  .contact {
    padding: 25px 0 100px;
  }
}

.done-modal {
  display: none;
  max-width: 400px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 50px 50px;
}
.done-modal__header {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

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