@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ubuntu/regular/cyrillic.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+20BD, U+2116;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ubuntu/regular/latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+20BD, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/ubuntu/medium/cyrillic.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+20BD, U+2116;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/ubuntu/medium/latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+20BD, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/ubuntu/bold/cyrillic.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+20BD, U+2116;
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/ubuntu/bold/latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+20BD, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Inter/Inter-Variable.ttf') format('truetype');
}

@font-face {
  font-family: 'Merriweather';
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Merriweather/Merriweather-Variable.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Montserrat/Montserrat-Variable.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/NotoSans/NotoSans-Variable.ttf') format('truetype');
}

@font-face {
  font-family: 'Onest';
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Onest/Onest-Variable.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair';
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/Playfair/Playfair-Variable.ttf') format('truetype');
}

@font-face {
  font-family: 'ProstoOne';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/ProstoOne/ProstoOne-Regular.ttf') format('truetype');
}

html {
  font-family: 'Ubuntu', sans-serif;
}

body {
  margin: 0;
}

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

footer {
  flex: 0 0 auto;
}

input,
textarea {
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
}

button {
  font-family: inherit;

  padding: 0;

  border: none;
  background: none;

  appearance: none;
  cursor: pointer;
}

.page {
  position: relative;
  display: flex;
  flex-direction: column;

  min-height: 100vh;
}

.page__content {
  flex: 1 0 auto;

  display: flex;
  flex-direction: column;
}

.core-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 991px) {
  .core-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .core-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (min-width: 1199px) {
  .no-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px),
  only screen and (min-width: 991px) and (max-width: 1199px) {
  .no-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .no-big-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .no-small-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 575px), only screen and (min-width: 575px) and (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}

.no-scroll {
  overflow: hidden;
}

.hidden-scroll {
  &::-webkit-scrollbar {
    display: none;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease-in;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.slide-fade-enter-active,
.slide-fade-leave-active {
  transition:
    opacity 0.3s ease-in,
    transform 0.3s ease-in;
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateY(15px);
  opacity: 0;
}

.fade-out-enter-active,
.fade-out-leave-active {
  transition: opacity 0.3s ease-in;
}

.fade-out-enter {
  opacity: 1;
}

.fade-out-leave-active {
  opacity: 0;
}

.translate-y-enter-active,
.translate-y-leave-active {
  transition: transform 0.3s ease-in;
}

.translate-y-enter,
.translate-y-leave-active {
  transform: translateY(100%);
}

.fade-in-down-enter-active,
.fade-in-down-leave-active {
  transition:
    transform 0.3s ease-in,
    opacity 0.3s ease-in;
}

.fade-in-down-enter,
.fade-in-down-leave-active {
  opacity: 0;
  transform: translateY(-100%);
}

.translate-x-enter-active,
.translate-x-leave-active {
  transition: transform 0.3s ease-in;
}

.translate-x-enter,
.translate-x-leave-to {
  transform: translateX(-100%);
}

.translate-x-enter-to,
.translate-x-leave {
  transform: translateX(0);
}

@keyframes slide-in-right {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.gentle-slide-enter-active {
  animation: slide-in-right 0.4s cubic-bezier(0.36, 0.66, 0.04, 1);
}

.gentle-slide-leave-active {
  animation: slide-in-right 0.4s cubic-bezier(0.36, 0.66, 0.04, 1) reverse;
}
