@charset "UTF-8";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

.navigation__wrapper {
  position: fixed;
  right: 15%;
  z-index: 1;
  display: flex;
  border-radius: 0 0 50% 50%;
}
@media (max-width: 750px) {
  .navigation__wrapper {
    display: none;
  }
}

.navigation {
  display: flex;
  margin: 0;
}

.navigation li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  list-style: none;
  margin-left: 10px;
  padding: 10px 10px;
  background: #f0d1e4;
  cursor: pointer;
  border-radius: 0 0 50% 50%;
}
.navigation li:hover {
  background: rgb(236, 236, 236);
}
.navigation li > a {
  text-decoration: none;
  color: #000;
}

.none-a {
  text-decoration: none;
  color: #000;
}

.promo {
  background: #f88aa3;
}
@media (max-width: 750px) {
  .promo {
    background: none;
  }
}

.promo__wrapper {
  position: relative;
}
@media (max-width: 750px) {
  .promo__wrapper {
    padding: 0px !important;
  }
}
.promo__girl {
  position: relative;
  width: 100%;
  height: 729px;
}
@media (max-width: 950px) {
  .promo__girl {
    height: 680px;
  }
}
@media (max-width: 900px) {
  .promo__girl {
    height: 642px;
  }
}
@media (max-width: 850px) {
  .promo__girl {
    height: 607px;
  }
}
@media (max-width: 800px) {
  .promo__girl {
    height: 571px;
  }
}
@media (max-width: 750px) {
  .promo__girl {
    height: 536px;
  }
}
@media (max-width: 700px) {
  .promo__girl {
    height: 500px;
  }
}
@media (max-width: 650px) {
  .promo__girl {
    height: 464px;
  }
}
@media (max-width: 600px) {
  .promo__girl {
    height: 429px;
  }
}
@media (max-width: 550px) {
  .promo__girl {
    height: 393px;
  }
}
@media (max-width: 500px) {
  .promo__girl {
    height: 357px;
  }
}
@media (max-width: 450px) {
  .promo__girl {
    height: 321px;
  }
}
@media (max-width: 400px) {
  .promo__girl {
    display: none;
  }
}
@media (max-width: 400px) {
  .promo__girl {
    display: none;
  }
}

.promo__girl-mobile {
  display: none;
}
@media (max-width: 400px) {
  .promo__girl-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}

.logo__promo {
  position: absolute;
  width: 56%;
  height: auto;
  top: 4%;
  left: 3%;
}
@media (max-width: 750px) {
  .logo__promo {
    width: 61%;
  }
}

.tel__promo {
  position: absolute;
  top: 45%;
  left: 10%;
}
@media (max-width: 750px) {
  .tel__promo {
    position: static;
    padding: 15px 0px 0px 30px;
    margin: 15px 0;
  }
}

.map__promo {
  position: absolute;
  display: flex;
  top: 53%;
  left: 10%;
}
@media (max-width: 750px) {
  .map__promo {
    position: static;
    padding: 15px 0px 0px 30px;
  }
}

.trubka__promo {
  color: #D11C69;
  font-size: 10rem;
}

.ico_phone {
  width: 20px;
  height: 35px;
}

.ico_map {
  width: 20px;
  height: 27px;
}

.phone__promo {
  vertical-align: super;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  margin-left: 10px;
}

.map-text__promo {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  margin-left: 10px;
}

.phone__promo a {
  text-decoration: none;
  color: #000;
}

.main__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.main__block {
  max-width: 50%;
}
@media (max-width: 750px) {
  .main__block {
    max-width: 100%;
    margin-top: 30px;
  }
}

.main__block_two {
  margin: 60px 0 60px 40px;
  padding: 5px 30px 5px 30px;
  border: 3px solid #fdcce1;
}
@media (max-width: 750px) {
  .main__block_two {
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding-left: 10%;
  }
}

.main__icon {
  color: #D11C69;
}

.color {
  font-weight: 600;
  color: #D11C69;
}

.text_heiht {
  font-size: 1.8rem;
  line-height: 3.3rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

@media (max-width: 750px) {
  .text-mobile {
    padding-bottom: 30px;
  }
}

.price {
  position: relative;
  background-color: rgb(236, 236, 236);
}

.price__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price__block {
  position: relative;
  margin-bottom: 20px;
}

.img_price_pic {
  position: relative;
  margin-left: 40px;
  width: 40%;
  height: 40%;
  bottom: -22px;
}
@media (max-width: 750px) {
  .img_price_pic {
    display: none;
  }
}

.price__logo {
  position: relative;
  width: 70%;
  height: auto;
  top: -13px;
}
@media (max-width: 750px) {
  .price__logo {
    width: 60%;
    height: auto;
    top: -18px;
  }
}

.bold__price {
  font-weight: 700;
  color: #D11C69;
}

.color__price {
  color: #D11C69;
}

.price__item {
  border-spacing: 0 10px; /* Расстояние между границ */
}

.article {
  padding: 20px 0 60px;
}
@media (max-width: 750px) {
  .article {
    padding: 20px 0 20px;
  }
}

.article__logo {
  display: flex;
  justify-content: flex-end;
  padding-right: 19%;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .article__logo {
    height: auto;
    display: block;
    padding-right: 0;
    margin-bottom: 0px;
  }
  .article__logo img {
    width: 100%;
    height: auto;
  }
}

.article__layout-2-column {
  display: flex;
  flex-wrap: wrap;
}

.article__block {
  display: inline-flex;
  padding: 15px 35px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  align-items: center;
  vertical-align: middle;
  flex-basis: 48%;
  margin-top: 15px;
}
.article__block:nth-child(2n) {
  margin-left: 2%;
}
@media (max-width: 750px) {
  .article__block {
    padding: 10px 20px;
    flex-basis: 100%;
    margin-left: 0 !important;
  }
}

.article__after {
  margin-top: 40px;
  max-width: 900px;
  padding-left: 30px;
}
@media (max-width: 750px) {
  .article__after {
    padding-left: 0;
  }
}

@media (max-width: 750px) {
  .article__after h2 {
    font-size: 34px;
    line-height: 36px;
  }
}

.kosmetologija-mobile {
  display: none;
}
@media (max-width: 750px) {
  .kosmetologija-mobile {
    display: block;
    position: relative;
    margin-top: -40px;
    margin-bottom: -3px;
  }
}

.kosmetologija_logo-mobile {
  padding: 0 0 0 10px;
  width: 90%;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
  top: 10px;
  left: 5px;
}

.kosmetologija__img-mobile {
  width: 100%;
  height: auto;
}

.kosmetologija {
  background-color: #f4d5e4;
}

.kosmetologija_logo {
  width: 60%;
  height: auto;
  padding: 20px 0 0 30px;
}
@media (max-width: 750px) {
  .kosmetologija_logo {
    display: none;
  }
}

.kosmetologija__wrapper {
  background-image: url(./src/img/kosmetologija.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .kosmetologija__wrapper {
    background-image: none;
  }
}

.text-bold {
  font-weight: 500;
}

.kosmetologija__text {
  padding-left: 30px;
  margin-top: 20px;
  max-width: 58%;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  .kosmetologija__text {
    max-width: 100%;
    padding: 30px 0 30px 0;
    margin: 0;
  }
}

.kosmetologija__text-first {
  max-width: 70%;
}
@media (max-width: 750px) {
  .kosmetologija__text-first {
    max-width: 100%;
  }
}

.kosmetologija__text-second {
  max-width: 80%;
}
@media (max-width: 750px) {
  .kosmetologija__text-second {
    max-width: 100%;
  }
}

.kosmetologija__text-last {
  max-width: 95%;
}
@media (max-width: 870px) {
  .kosmetologija__text-last {
    min-width: 85vw;
  }
}

.kosmetologija__text .text-bold {
  margin: 0 0 10px 0;
}

.kosmetologija__text p {
  margin: 0 0 15px 0;
}

@media (max-width: 940px) {
  .text-bold-first {
    max-width: 50%;
  }
}
@media (max-width: 750px) {
  .text-bold-first {
    max-width: 100%;
  }
}

.contact-us {
  background: #ebebeb;
}
@media (max-width: 750px) {
  .contact-us {
    display: none;
  }
}

.contact-us__logo {
  width: 280px;
  height: auto;
}

.layout-2-column_contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us__content {
  margin: 55px 0px;
  position: relative;
  margin-right: 20px;
}

.contact-us__form input,
.contact-us__form textarea {
  border: 1px solid #ffffff;
  padding: 10px 21px;
  border-radius: 5px;
}
.contact-us__form input:focus,
.contact-us__form textarea:focus {
  border: 1px solid #d11c69;
  outline: none;
}
.contact-us__form textarea {
  resize: none;
  width: 100%;
}

.contact-us__line {
  margin-bottom: 19px;
}

.contact-us__line :first-child {
  margin-right: 15px;
}

.contact-us__mail {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  margin-left: 10px;
}

.contact-us__mail a {
  text-decoration: none;
  color: #000;
}

.contact-us__mail_margin {
  margin-top: 10px;
}

.ico_mail {
  width: 20px;
  height: auto;
}

.footer {
  background-color: #D11C69;
  color: rgb(255, 255, 255);
  margin: 0;
}

.footer__text {
  margin: 0;
  padding: 8px 0;
  text-align: center;
}
.footer__text a {
  text-decoration: none;
  color: #ffbc2b;
  font-weight: 600;
}
.footer__text span {
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 750px) {
  .footer__text span {
    margin-right: 10px;
  }
}
.footer__text span:nth-child(2)::before {
  content: "";
  margin-right: 20px;
}
@media (max-width: 750px) {
  .footer__text span:nth-child(2)::before {
    content: "";
    margin-right: 0px;
  }
}
.footer__text span:nth-child(3)::before {
  content: "";
  margin-right: 20px;
}
@media (max-width: 750px) {
  .footer__text span:nth-child(3)::before {
    margin-right: 10px;
  }
}

.adress {
  background: #ffbc2b;
  padding: 5px 0;
}
@media (max-width: 750px) {
  .adress {
    padding: 10px 0;
  }
}

.adress_wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}

.map-text__footer {
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  display: inline-flex;
  margin-left: 4px;
}

.ico_map__footer {
  width: 15px;
  height: 20px;
}

.contact-us_mobile {
  display: none;
}
@media (max-width: 750px) {
  .contact-us_mobile {
    background: #ebebeb;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
  }
  .contact-us_mobile .tel__promo {
    padding: 0;
  }
}

.contact-us__logo-mobile {
  width: 250px;
  height: auto;
}

.phone__viber {
  display: flex;
  align-content: center;
  background: #D11C69;
  margin: 30px 0 35px 0;
  padding: 10px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.a-mobile {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  margin-left: 10px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding-top: 5px;
}

.text {
  margin: 0;
}

.ico_viber {
  width: 35px;
  height: auto;
  margin-right: 10px;
}

.inst {
  display: flex;
  align-content: center;
  background: #ffffff;
  margin: 10px 0 30px 0;
  padding: 10px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.text-phone {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  margin-left: 10px;
  text-decoration: none;
  color: #D11C69;
  padding-top: 5px;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media (max-width: 750px) {
  html {
    font-size: 13px;
    overflow-x: hidden;
  }
}

body {
  font-family: "Roboto", sans-serif;
}

.text {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}

.text_price {
  line-height: 2.3rem;
}

h2 {
  font-size: 3.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 4rem;
  margin: 0 0 10px;
}

mark {
  background-color: #fdcce1;
}

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
}

.m404 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D11C69;
  font-size: 25px;
}

.call-to-action-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  color: #fff;
  background-color: #8e44ad; /* Фиолетовый цвет */
  border-radius: 50%; /* Делаем кнопку круглой */
  transition: background-color 0.3s, color 0.3s;
}

.call-to-action-button:hover {
  background-color: #6c3483; /* Изменяем цвет при наведении курсора */
}

@media only screen and (max-width: 600px) {
  .call-to-action-button {
    padding: 10px 15px;
    font-size: 14px;
    bottom: 10px;
    right: 10px;
  }
}
.button_colored {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  padding: 7px 18px 7px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.4px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  background: #D11C69;
  color: white;
  border: none;
  box-shadow: none;
}
.button_colored:hover {
  background: #902252;
}

.hamburger__line, .hamburger:after, .hamburger:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #D11C69;
  border-radius: 5px;
}

.hamburger {
  display: none;
  position: relative;
  width: 31px;
  height: 25px;
}
@media (max-width: 750px) {
  .hamburger {
    z-index: 1;
    display: none;
    position: fixed;
    right: 2.5%;
    top: 2.5%;
  }
}
.hamburger:before {
  top: 0;
  left: 0;
}
.hamburger:after {
  bottom: 0;
  left: 0;
}

.hamburger__line {
  top: calc(50% - 1.5px);
  left: 0;
}

.wrapper {
  max-width: 1020px;
  margin: auto;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 30px;
  }
}

.layout-2-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-2-column > * {
  flex-basis: 48%;
}

.ssdc {
  font: 1em sans-serif;
}

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