@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import "sweetalert.min.css";

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button{
  font-family: "Roboto", sans-serif;
  color: #2e2a2a;
}

button,
input,
optgroup,
select,
textarea {
  color: #2e2a2a;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
/* [type=submit] {
  -webkit-appearance: button;
} */

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */



/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

p {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2e2a2a;
}


.form-wrapper.show {
  left: 0;
  z-index: 1;
}

body.opend {
  overflow: hidden;
}

.title {
  font-size: 42px;
  line-height: 50px;
  margin: 0 auto 50px;
  border-bottom: 2px solid #28bb99;
  transition: all 0.5s ease-in;
}

.popup-gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}

.header.fixed {
  padding: 5px 0;
  height: 60px;
  box-shadow: 0 0 0;
}

.contacts__list.show-tel {
  top: 30px !important;
}

.header__logo {
  padding-right: 10px;
}

.header__logo-link {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in;
}

.header__logo-imgbox {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #28bb99;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}

.header__logo-img {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in;
}

.header__logo span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  text-transform: uppercase;
  text-shadow: 0px 3px 3px #23836d;
  transition: all 0.3s ease-in;
}

.header.fixed .header__logo-link span {
  font-size: 15px;
}

.header.fixed .header__logo-imgbox {
  width: 45px;
  height: 45px;
  border: 1px solid #23836d;
}

.header.fixed .header__logo-img {
  width: 30px;
  height: 30px;
}

.stages__item.show-content {
  border: 3px solid #28bb99 !important;
}

.stages__item.show-content .stages__item-arrow--img {
  width: 60px;
}

.questions__dropdown-item.show-dropdown {
  box-shadow: 0 2px 4px #28bb99 !important;
}

.questions__dropdown-item.show-dropdown .questions__dropdown-item--toggle::before {
  transform: rotate(90deg) !important;
}

.menu__list-link.active-item {
  color: #28bb99 !important;
}

.contacts__responsive-list.contacts__responsive-list--show {
  right: -20px;
  box-shadow: 0 2px 4px #ccc;
}

.menu__btn.menu__btn-active {
  height: 0 !important;
  border: none !important;
  border-top: 2px solid transparent !important;
  border-bottom: 2px solid transparent !important;
  padding: 12px;
}

.menu__btn.menu__btn-active::after {
  transform: rotate(45deg) !important;
}

.menu__btn.menu__btn-active::before {
  transform: rotate(315deg) !important;
}

.header {
  padding: 5px 0;
  height: 80px;
  background-color: rgb(251, 250, 250);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 0px 9px #000000;
  z-index: 2;
  transition: all 0.3s ease-in;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .menu__btn {
  display: none;
}

.header .menu__list {
  display: flex;
  gap: 20px;
  font-size: 18px;
}

.header .menu__list-link {
  padding: 5px;
  transition: all 0.2s ease-in;
}

.header .menu__list-link:hover {
  color: #23836d;
}

.header .contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header .contacts__link {
  position: relative;
}

.header .contacts__link:hover.contacts__link::after {
  width: 80%;
}

.header .contacts__link::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background-color: #23836d;
  left: 25px;
  bottom: -2px;
  transition: all 0.2s ease-in;
}

.header .contacts__link img {
  max-width: 15px;
  margin-right: 5px;
}

.header .contacts__responsive-list {
  display: none;
}

.header .contacts__responsive-btn {
  display: none;
}

.main {
  background-color: #fefeff;
  padding-top: 170px;
}

.main__ran-inner {
  position: relative;
  width: 100%;
  height: 70px;
  overflow-x: hidden;
}

.main__ran-man {
  width: 70px;
  position: absolute;
  bottom: 0;
  animation: line-text 10s linear 1s infinite;
}

@keyframes line-text {
  from {
    transform: translateX(0);
    transform-origin: left center;
  }

  to {
    transform: translateX(2200%);
    transform-origin: right center;
  }
}

.main__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.main .content {
  max-width: 500px;
}

.main .content__title {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 20px;
}

.main .content__subtitle {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

.main .content__btn {
  font-family: "Roboto", sans-serif;
  padding: 20px 20px;
  width: 250px;
  border: none;
  /* color: #2e2a2a; */
  background-color: #73cdb8;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.main .content__btn:hover {
  background-color: #28bb99;
}

.main__background-img {
  max-width: 600px;
  border-radius: 20%;
}

.social {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}

.social__box {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social__box-img {
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in;
}

.social__box-img:hover {
  width: 40px;
  height: 40px;
}

.form-wrapper {
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in;
}

.form-wrapper__top {
  color: #fff;
  font-size: 16px;
  margin-top: 100px;
  width: 100%;
  text-align: center;
  position: relative;
}

.form-wrapper__top--img {
  position: absolute;
  right: 20px;
  top: -70px;
  cursor: pointer;
}

.form-wrapper__top--img path {
  transition: all 0.2s ease-in;
}

.form-wrapper__top--img:hover path {
  stroke: #28bb99;
}

.form-wrapper__top--text {
  max-width: 350px;
  margin: 0 auto;
}

.form-wrapper .form-overlay {
  max-width: 600px;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.9490196078);
}

.form-wrapper .form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  max-width: 400px;
  width: 100%;
}

.form-wrapper .form__btn {
  padding: 10px 20px;
  width: 150px;
  margin: 0 auto;
  background-color: #73cdb8;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.form-wrapper .form__btn:hover {
  background-color: #28bb99;
}

.form-wrapper .form__input {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}

.form-wrapper .form__input:focus {
  outline-color: #28bb99;
}

.form-wrapper .form__textarea {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  resize: none;
}

.form-wrapper .form__textarea:focus {
  outline-color: #28bb99;
}

.about {
  background: linear-gradient(110deg, #d9d9d9 0, #c1e4de 24%, #fff 46%);
  padding: 80px 0 50px;
}

.about .title {
  max-width: 180px;
}

.about__inner {
  display: flex;
  gap: 50px;
}

.about__inner .about__profile {
  flex-basis: 40%;
}

.about__inner .about__profile-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.about__inner .about__profile-subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.about__inner .about__profile-img {
  max-width: 400px;
  border-radius: 20%;
  margin-top: -50px;
  margin-bottom: 20px;
}

.about__inner .about__profile-text {
  max-width: 350px;
  font-style: italic;
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}

.about__inner .about__profile-text::before {
  content: "❝";
  position: absolute;
  left: 0;
  top: 0;
}

.about__inner .about__profile-text::after {
  content: "❞";
  position: absolute;
  bottom: 0;
  padding-left: 5px;
}

.about__descr {
  padding-right: 40px;
  flex-basis: 60%;
}

.about__descr-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}
.about__descr-text .about__descr-btn{
  color: #2e2a2a !important;
}

.about__descr-text span {
  font-weight: bold;
}

.about__descr-btn {
  padding: 20px 20px;
  font-family: "Roboto", sans-serif;
  color: #2e2a2a;
  width: 250px;
  border: none;
  background-color: #73cdb8;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.about__descr-btn:hover {
  background-color: #28bb99;
}

.stages {
  padding: 100px 0;
}

.stages .title {
  max-width: 360px;
  margin-bottom: 100px;
}

.stages__items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.stages__items .stages__item {
  max-width: 280px;
  width: 100%;
  gap: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.stages__items .stages__item-wrapper {
  display: flex;
  gap: 20px;
}

.stages__items .stages__item:hover .stages__item-arrow--img {
  width: 70px;
}

.stages__items .stages__item-img {
  max-width: 100px;
  margin-bottom: 5px;
}

.stages__items .stages__item-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.stages__items .stages__item-text {
  line-height: 20px;
}

.stages__items .stages__item-arrow {
  padding: 10px;
  width: 80px;
  height: 70px;
  text-align: center;
  position: relative;
}

.stages__items .stages__item-arrow--img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  transition: all 0.2s ease-in;
}

.stages__items .stages__item-list {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  text-align: left;
}

.stages__items .stages__item-list--text {
  line-height: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.stages__items .stages__item-list--text::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #28bb99;
  left: 0;
  top: 5px;
}

.price {
  padding: 80px 0 50px;
  min-height: 100vh;
  background: linear-gradient(303deg, rgb(217, 217, 217) 0px, rgb(193, 228, 222) 34%, rgb(255, 255, 255) 49%);
}

.price .title {
  max-width: 123px;
  margin-bottom: 100px;
}

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

.price .price__inner .price__content {
  flex-basis: 60%;
}

.price .price__inner .price__content-text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}

.price .price__inner .price__content-text span {
  font-weight: bold;
}

.price .price__inner .price__content-list--item {
  line-height: 20px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-bottom: 1px solid #28bb99;
}

.price .price__inner .price__content-list--item span {
  font-weight: bold;
}

.price .price__inner .price__imgbox {
  flex-basis: 400px;
}

.price .price__inner .price__img {
  max-width: 400px;
  border-radius: 20%;
  opacity: 0.8;
}

.price .price__content-text--responsive {
  display: none;
}

.questions {
  padding: 80px 0 50px;
}

.questions .title {
  max-width: 170px;
}

.questions__inner {
  max-width: 800px;
  margin: 0 auto;
}

.questions__inner .questions__dropdown {
  margin-bottom: 45px;
}

.questions__inner .questions__dropdown-item {
  margin-bottom: 20px;
  padding: 5px 10px;
  border-bottom: 1px solid #c9dfda;
  box-shadow: 0 2px 4px #ccc;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: relative;
}

.questions__inner .questions__dropdown-item:hover .questions__dropdown-item--toggle::after {
  width: 30px;
}

.questions__inner .questions__dropdown-item:hover .questions__dropdown-item--toggle::before {
  height: 30px;
}

.questions__inner .questions__dropdown-item--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.questions__inner .questions__dropdown-item--toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 4px #ccc;
  position: relative;
  cursor: pointer;
}

.questions__inner .questions__dropdown-item--toggle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  background-color: #28bb99;
  transition: all 0.2s ease-in;
}

.questions__inner .questions__dropdown-item--toggle::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background-color: #28bb99;
  transition: all 0.2s ease-in;
}

.questions__inner .questions__dropdown-item--title {
  font-size: 18px;
  padding: 0 10px;
  line-height: 40px;
}

.questions__inner .questions__dropdown-item--content {
  line-height: 22px;
  font-size: 16px;
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.footer {
  padding: 30px 0;
  background-color: #bedbd8;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__logo {
  max-width: 225px;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer__logo-imgbox {
  width: 100px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #28bb99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__logo-img {
  width: 50px;
  height: 50px;
}

.footer__logo span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px #23836d;
}

.footer__info .content__btn {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #2e2a2a !important;
  width: 130px;
  height: 30px;
  margin-left: auto;
  padding: 5px 10px;
  border: none;
  background-color: #28bb99;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.footer__info .content__btn:hover {
  background-color: #73cdb8;
}

.footer__info-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

.footer__info-text {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}

.footer__contacts-tel {
  position: relative;
  display: flex;
  align-items: center;
}

.footer__contacts-tel:hover.footer__contacts-tel::after {
  width: 60%;
}

.footer__contacts-tel::after {
  content: "";
  position: absolute;
  width: 17%;
  height: 1px;
  background-color: #23836d;
  left: 22px;
  bottom: -2px;
  transition: all 0.2s ease-in;
}

.footer__contacts-tel img {
  max-width: 15px;
  margin-right: 5px;
}

.footer__contacts-email {
  transition: all 0.2s ease-in;
  display: flex;
  align-items: center;
}

.footer__contacts-email img {
  max-width: 15px;
  margin-right: 5px;
}

.footer__contacts-email:hover {
  color: #23836d;
}

@media (max-width: 1100px) {
  .main__background-img {
    max-width: 500px;
    width: 100%;
  }

  .main__background {
    max-width: 50%;
  }

  .content {
    max-width: 50%;
  }

  .stages__items {
    padding-right: 20px;
    flex-direction: column;
    align-items: center;
  }

  .stages__item {
    max-width: 100% !important;
  }
}

@media (max-width: 1000px) {
  .header {
    height: 130px;
  }

  .header__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 40px;
  }

  .header .menu {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header.fixed {
    height: 95px !important;
    box-shadow: 0 0 0;
  }

  .header.fixed .header__logo-link span {
    font-size: 15px;
  }

  .header.fixed .header__logo-imgbox {
    width: 50px;
    height: 50px;
    border: 1px solid #23836d;
  }

  .header.fixed .header__logo-img {
    width: 30px;
    height: 30px;
  }

  .section {
    padding: 115px 0 50px !important;
  }

  .main {
    padding: 170px 0 0 !important;
  }

  .main .content {
    max-width: 50% !important;
  }

  .price__content-text {
    display: none;
  }

  .price__content-text--sp {
    display: block;
  }

  .price__content-text--responsive {
    display: block !important;
    font-size: 16px;
    line-height: 24px;
    padding-right: 30px;
    margin-bottom: 15px;
  }

  .about__profile-img {
    max-width: 350px !important;
    width: 100%;
  }
}

@media (max-width: 920px) {
  .footer__inner {
    flex-direction: column;
    gap: 20px;
  }

  .footer__info {
    text-align: center;
  }

  .footer__info .content__btn {
    margin: 0 auto 15px;
  }

  .about__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .about__profile {
    display: flex;
  }

  .about__profile-img {
    margin-top: 0 !important;
  }

  .about__profile-text {
    margin-top: 50px;
  }

  .about__profile-text::after {
    bottom: auto !important;
  }

  .about__descr-btn {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 870px) {
  .main .content__title {
    font-size: 43px;
    line-height: 57px;
  }

  .main .content__subtitle {
    font-size: 26px;
    line-height: 40px;
  }

  .price {
    min-height: 100%;
  }

  .price__inner {
    gap: 30px !important;
  }

  .price__imgbox {
    flex-basis: 300px;
  }

  .price__img {
    max-width: 300px !important;
  }
}

@media (max-width: 780px) {
  .price__imgbox {
    text-align: center;
  }

  .price__inner {
    flex-direction: column;
  }

  .price__content {
    padding-right: 30px;
  }
}

@media (max-width: 700px) {
  .main .content__title {
    text-align: center;
    line-height: 45px;
  }

  .main .content__subtitle {
    line-height: 35px;
    text-align: center;
  }

  .main__inner {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .main__inner .content {
    max-width: 100% !important;
    padding: 0 30px;
  }

  .main__inner .content__btn {
    display: block;
    margin: 0 auto;
  }

  .main__inner .main__background {
    max-width: 100%;
  }

  .about__descr {
    padding-right: 20px;
  }

  .about__descr-text {
    font-size: 16px;
    margin-bottom: 15px;
    
  }

  .about__descr-btn {
    margin-top: 30px;
  }

  .about__profile {
    display: block;
  }

  .about__profile-text {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 615px) {
  .form-wrapper.show {
    z-index: 3;
  }

  .section {
    padding: 100px 0 50px !important;
  }

  .header.fixed {
    height: 60px !important;
  }

  .header.fixed .menu__list {
    top: 55px !important;
  }

  .header.fixed .contacts__responsive-list--show {
    top: 50px !important;
  }

  .form-wrapper__top {
    margin-top: 0;
  }

  .header {
    height: 80px;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__inner {
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: relative;
    gap: 10px;
  }

  .header__inner .contacts {
    max-width: 125px;
    width: 100%;
  }

  .header__inner .menu {
    width: auto;
  }

  .header__inner .menu__btn {
    display: block;
    width: 30px;
    height: 16px;
    background: transparent;
    border: none;
    border-top: 2px solid #28bb99;
    border-bottom: 2px solid #28bb99;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in;
  }

  .header__inner .menu__btn::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #28bb99;
    transition: all 0.4s ease-in;
  }

  .header__inner .menu__btn::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #28bb99;
    transition: all 0.4s ease-in;
  }

  .header__inner .menu__list {
    position: absolute;
    flex-direction: column;
    gap: 10px;
    right: -100%;
    top: 76px;
    padding: 15px;
    box-shadow: 1px 10px 8px rgba(48, 47, 47, 0.3098039216);
    background-color: #fbfafa;
    box-shadow: 0 2px 4px #ccc;
    transition: all 0.3s ease-in;
  }

  .header__inner .menu__list--active {
    right: -20px;
  }

  .header__inner .menu__list-item {
    padding: 5px 0;
    border-bottom: 1px solid #28bb99;
  }

  .header__inner .menu__list-link {
    display: block;
    width: 100%;
  }

  .contacts {
    max-width: 30px !important;
  }

  .contacts__link {
    display: none;
  }

  .contacts__responsive-list {
    display: block !important;
    position: absolute;
    top: 60px;
    right: -100%;
    background-color: #fff;
    padding: 5px 10px;
    transition: all 0.3s ease-in;
    background-color: #fbfafa;
  }

  .contacts__responsive-btn {
    display: block !important;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }

  .contacts__responsive-btn--img {
    max-width: 20px;
  }

  .contacts__responsive-item {
    margin: 20px 0;
  }

  .contacts__responsive-link {
    padding: 5px 0;
    position: relative;
  }

  .contacts__responsive-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 1px;
    background-color: #28bb99;
    transition: all 0.3s ease-in;
  }

  .contacts__responsive-link:hover.contacts__responsive-link::after {
    width: 100%;
  }

  .main {
    padding: 80px 0 0 !important;
  }

  .main .content__title {
    margin-top: 70px;
  }

  .stages__item-wrapper {
    flex-direction: column;
  }

  .popup-gallery {
    flex-wrap: wrap;
  }

  .questions__dropdown-item--title {
    max-width: 490px;
    width: 100%;
  }
}

@media (max-width: 430px) {
  .header {
    height: 65px;
  }

  .header__inner {
    gap: 20px;
  }

  .header__logo {
    padding-right: 0;
  }

  .header__logo-imgbox {
    width: 50px;
    height: 50px;
  }

  .header__logo-img {
    width: 30px;
    height: 30px;
  }

  .header__logo-link span {
    font-size: 15px;
  }

  .menu__list {
    top: 61px !important;
  }

  .header.fixed .contacts__responsive-list {
    top: 50px !important;
  }

  .social {
    right: -5px;
  }

  .main__ran-inner {
    height: 50px;
  }

  .main__ran-man {
    width: 50px;
  }

  .main .content {
    padding: 0 15px;
  }

  .main .content__title {
    font-size: 30px;
    margin-top: 40px;
  }

  .main .content__subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .main .content__btn {
    width: 200px;
    padding: 15px 20px;
  }

  .title {
    font-size: 31px;
  }

  .stages__title {
    max-width: 270px !important;
  }

  .about__title {
    max-width: 133px !important;
  }

  .price__title {
    max-width: 90px !important;
  }

  .price__img {
    max-width: 250px !important;
  }

  .price__content {
    padding-right: 15px;
  }

  .about__profile-img {
    max-width: 300px !important;
  }

  .about__descr {
    padding-right: 20px;
  }

  .questions__dropdown-item--title {
    line-height: 26px !important;
  }
  .questions__title{
    max-width: 125px !important;
  }
}