/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* cyrillic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fug-I1hc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
body {
  font-family: "Montserrat", sans-serif;
  color: white;
  overflow-x: hidden; 
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  font-weight: bold;
}
.h1,
h1 {
  font-size: 1.4rem;
}
.h3, h3 {
  font-size: 1.1rem;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
.small,
small {
  font-size: 0.8333rem;
}
.bg-black {
  background-color: black;
}
.py-5 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}
.back-to-top-link {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 0;
  margin: 0;
  border: 0;
  
  background-color: rgba(0, 0, 0, 0.5);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12vw;
  height: 12vw;
  max-width: 70px;
  max-height: 70px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 0.5s;
  -moz-transition: opacity 0.5s ease-out 0.5s;
  -o-transition: opacity 0.5s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s;
}
.back-to-top-link.visible {
  opacity: 1;
}
.topbar p {
  margin-bottom: 0;
}
.top-contact {
  font-size: 0.9rem;
}

.icon {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
}
.row-contact .icon:before {
  width: 32px;
  height: 32px;
}
.contact-item {
  height: 100%;
  padding: 30px;
  border: 1px solid white;
  -webkit-transition: border 0.3s ease-out 0.2s;
  -moz-transition: border 0.3s ease-out 0.2s;
  -o-transition: border 0.3s ease-out 0.2s;
  transition: border 0.3s ease-out 0.2s;
}
.contact-item:hover {
  border-color: var(--color-red);
}
.contact-item h3 {
  font-size: 1.3rem;
  margin-bottom: 1.38rem;
}
.contact-item p {
  font-size: 0.9rem;
  margin-bottom: 0.5555rem;
}
.contact-item p:last-child {
  margin-bottom: 0;
}
.contact-item a {
  color: var(--color-red);
}

.btn {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-outline-light:hover {
  color: #0075ff;
  background: none;
  border-color: #0075ff;
}

.head-line {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.head-line:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: white;
  margin: 1.5rem 0;
}
.mod-about {
  font-size: 0.9rem;
}
.top-b,
.bottom-b {
  background: rgba(255, 246, 241, 0.06);
  position: relative;
}
.border-danger {
  border-color: var(--color-red) !important;
}
.row-why-we > div > div {
  height: 100%;
  padding: 1rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-size: 0.9rem;
}
.row-why-we > div > div:before {
  content: "";
  display: block;
  width: 80px;
  height: 100px;
  margin: 0 auto;
  padding: 18px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid var(--color-red);
  border-radius: 40px;
  margin-bottom: 20px;
}
.popular-item {
  position: relative;
}
.popular-item p:last-child {
  margin-bottom: 0;
}
.popular-item img {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: box-shadow 0.5s ease-out 0.2s;
  -moz-transition: box-shadow 0.5s ease-out 0.2s;
  -o-transition: box-shadow 0.5s ease-out 0.2s;
  transition: box-shadow 0.5s ease-out 0.2s;
}
.popular-item:hover img {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.3);
}
.link-arrow-right {
  text-transform: uppercase;
  padding-right: 48px;
  display: inline-block;
  margin: 28px 0;
}
#map {
  width: 100%;
  height: 300px;
  padding: 0;
  margin: 0;
}
address {
  margin-bottom: 0;
}
footer.footer {
  background: linear-gradient(rgb(50, 50, 50), rgb(0, 0, 0));
}
.footer .mod-custom p:last-child {
  margin-bottom: 0;
}

.navbar {
  justify-content: flex-end;
  padding: 5px 0;
}
.navbar-toggler {
  background-color: #242629;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid white;
  border-radius: 0;
  width: 41px;
  height: 41px;
  padding: 24px;
  box-sizing: border-box;
}

.navbar-toggler[aria-expanded="false"] {
  background-image: url(../images/gamburger.svg);
}
.mod-baner:after {
  content: '';
   display: block;
   width: 100%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.mod-baner > div {
  position: relative;
  width: 70%;
}

.header.itemid-249 .mod-baner > div {
  width: 66%;
  z-index: 1;
}
.mod-baner p {
  font-size: 0.9rem;
}

.navbar-collapse {
  position: absolute;
  top: 100%;
  right: -0.75rem;
  width: 100vw;
  background: linear-gradient(rgb(50, 50, 50), rgb(0, 0, 0));
  padding: 0;
}
.navbar-collapse .top-menu {
  flex-direction: column;
  padding: 12px 0;
}
.top-menu a {
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.3rem 0.75rem;
  display: block;
}

.ncol-5 {
  width: 100%;
}
.rounded-pill {
  border-radius: 8em / 50% !important;
}
.ncol-5 .rounded-pill {
  border-radius: 6em / 50% !important;
}

.row-gruming h3, .row-gruming img {
  margin-bottom: 2.22rem;
}
.row-gruming hr {
  margin: 2.8rem 0;
}
.list-uslugi {
  list-style: none;
  padding: 0;
  margin-bottom: 2.22rem;
}
.list-uslugi li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.5rem 0;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.row-masters p, .row-masters h3, .row-masters img {
  margin-bottom: 1rem;
}
.row-masters img {
  width: 100%;
}
.row-gruming h3 {
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .mb-sm-10 {
    margin-bottom: 6rem !important;
  }
}
.header {
  background-image: url(../images/baner-beauty-bg-mobile.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
.header.itemid-249 .mod-baner:after {
  z-index: 0;
  background-position: right;
  margin-top: -122px;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
}
@keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
} 

@media (min-width: 768px) {
    .h1,
  h1 {
    font-size: 2.5rem;
  }
  .h3, h3 {
    font-size: 1.9rem;
  }
  .head-line {
    font-size: 2.5rem;
    margin-bottom: 5.5rem;
  }
  .navbar-collapse {
    position: relative;
    top: 100%;
    right: -0.75rem;
    width: auto;
    background: none;
  }
  .navbar-collapse .top-menu {
    flex-direction: row;
    padding: 0;
  }
  #map {
    height: 496px;
  }
  .row-masters img {
    width: unset;
  }
}

@media (min-width: 992px) {
  .header {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  .top-contact {
    font-size: 1rem;
  }
  .mod-baner > div, .header.itemid-249 .mod-baner > div {
    padding-top: 128px;
    width: 40%;
  }
  .header.itemid-101 .mod-baner {
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 526px;
  }
  .header.itemid-250 .mod-baner {
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 608px;
  }
  .header.itemid-249 .mod-baner {
    background-repeat: no-repeat;
    background-position: calc(50% + 289px) bottom;
    min-height: 604px;
  }

  .mod-baner:after {
    display: none;
  }
  .mod-baner p {
    font-size: 1.66rem;
  }
  .head-line:after {
    width: 60%;
  }
  .row-why-we > div > div {
    padding: 2.7rem 1.9rem;
    font-size: 1rem;
  }
  .top-a:before {
    content: "";
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    filter: blur(500px);
    top: -200px;
    right: -400px;
    background-color: rgba(0, 117, 255, 0.3);
  }
  .top-b:before,
  .bottom-b:before {
    content: "";
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    filter: blur(500px);
    top: -200px;
    left: -400px;
    background-color: rgba(231, 55, 51, 0.3);
  }
  .ncol-5 {
    width: 20%;
  }
  .rounded-pill,
  .ncol-5 .rounded-pill {
    border-radius: 50rem !important;
  }
}