@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas-Neue-Light';
  src: url('../fonts/Bebas-Neue-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas-Neue-bold';
  src: url('../fonts/Bebas-Neue-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Montserrat-Medium';
  font-size: 15px;
  line-height: 24px;
  position: relative;
  color: #747880;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: auto;
}

.layout {
  position: relative;
}

h1 {
  font-family: 'Bebas-Neue-bold';
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

h2 {
  font-family: 'Bebas-Neue-bold';
  font-size: 100px;
  line-height: 100px;
  color: #1D1C1C;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}

h3 {
  font-family: 'Bebas-Neue-bold';
  font-size: 70px;
  line-height: 70px;
  color: #1D1C1C;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}

[class*="__container"] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

[class*="__bigcontain"] {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 40px;
}

.breadcrumbs {
  padding-top: 140px;
}

.breadcrumbs__container {
  display: flex;
  align-items: center;
}

.breadcrumbs__link {
  color: #FF1493;
}

.breadcrumbs__link-active {
  color: #747880;
}

.swiper {
  margin-bottom: 40px;
}

/* btn */

.btn {
  font-family: 'Bebas-Neue-bold';
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.btn__pink {
  font-size: 24px;
  width: 200px;
  height: 46px;
  background-color: #FF1493;
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}

.btn__pink:hover {
  color: #FF1493;
  background-color: #FFf;
}

.btn__pink:active,
.btn__pink:focus {
  border: 1px solid #FF1493;
}

.btn__gray {
  font-size: 20px;
  color: #fff;
  height: 48px;
  border-radius: 8px;
  background-color: #CDD2D8;
  border: none;
}

.btn__gray:hover {
  background-color: #8E98A8;
}

.btn__gray:focus,
.bnt__gray:active {
  background-color: #FF1493;
}

.btn__white {
  font-size: 24px;
  color: #FF1493;
  height: 48px;
  border-radius: 4px;
  background-color: #fff;
  border: none;
}

.btn__white:hover {
  color: #fff;
  background-color: #FF1493;
}

.btn__white:focus,
.btn__white:active {
  color: #fff;
  background-color: #FF1493;
  border: 1px solid #fff;
}

@media (max-width:1400px) {
  h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width:1200px) {
  h1 {
    font-size: 72px;
    line-height: 72px;
  }
  h3 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width:768px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 1.4px;
  }

  [class*="__container"] {
    padding: 0 12px;
  }

  .breadcrumbs {
    padding-top: 100px;
  }
}
