@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-back: #1E1E1E;
  --color-primary: #00B5EF;
  --gradient: linear-gradient(180deg, #ddf5fc 0%, #fdfefe 100%);
  --gradient-calendar: linear-gradient(269.42deg, #1E1E1E 0.48%, rgba(30, 30, 30, 0) 97.85%);
  --gradient-calendar-vertical: linear-gradient(180deg, rgba(30, 30, 30, 0.1) 0%, rgba(30, 30, 30, 0.5) 100%);
  --Poppins:'Poppins', sans-serif;
}

*, *:before,
*:after {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

*, body, html {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button {
  border: none;
}

mark {
  -webkit-text-fill-color: initial;
  text-fill-color: transparent;
  background: none;
}

.img {
  display: block;
}

.img.contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

ul {
  list-style: none;
}

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

a:hover {
  text-decoration: none;
}

button {
  background: transparent;
}

h1 {
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.wrap__main, html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1366px) {
  .wrap__main {
    font-size: 9.48px;
  }
}

@media only screen and (max-width: 1280px) {
  .wrap__main {
    font-size: 8.89px;
  }
}

@media only screen and (max-width: 1170px) {
  .wrap__main {
    font-size: 8.125px;
  }
}

@media only screen and (max-width: 1024px) {
  .wrap__main {
    font-size: 7.11px;
  }
}

@media only screen and (max-width: 890px) {
  .wrap__main {
    font-size: 6.18px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap__main {
    font-size: 5.33px;
  }
}

@media only screen and (max-width: 666px) {
  .wrap__main {
    font-size: 10px;
  }
}
