@font-face {
  font-family: "GR";
  src: url("../assets/fonts/Gilroy-Regular.eot");
  src: url("../assets/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gilroy-Regular.woff2") format("woff2"), url("../assets/fonts/Gilroy-Regular.woff") format("woff"), url("../assets/fonts/Gilroy-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "GS";
  src: url("../assets/fonts/Gilroy-SemiBold.eot");
  src: url("../assets/fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../assets/fonts/Gilroy-SemiBold.woff") format("woff"), url("../assets/fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-style: normal;
}
.main-slider__text, main {
  font-family: "GR", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.header__nav__menu-link, .header__input, .decor-header__text, .main-slider__button {
  font-family: "GS", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.main-slider__box h2 {
  font-family: "GS", sans-serif;
  font-size: 3.125rem;
  line-height: 1.3;
}

.header__title {
  font-family: "GR", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
}

.header__phone {
  font-family: "GS", sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
}

.header__mail {
  font-family: "GS", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}

.main-slider__button {
  background-color: #ff2e51;
  color: #ffffff;
  border-radius: 50px;
}

body {
  font-family: "GR", sans-serif;
  font-size: 16px;
  min-width: 320px;
  color: #192040;
}

.container {
  max-width: 1430px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a,
a:hover {
  color: #192040;
  text-decoration: none;
}

.decor-header {
  background: linear-gradient(80deg, #ffb862 0%, #ff9a3d 20.13%, #d3e5cf 65.66%, #697466 100%);
}
.decor-header__wrapper {
  padding: 0.44rem 0;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-image: url("../assets/img/pic/decor.png");
  background-size: contain;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.decor-header__text {
  color: #ffffff;
  margin-right: 3.1rem;
}
.decor-header__button {
  font-family: "GS", sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid #ffffff;
  padding: 0.5rem 1.25rem;
  background-color: transparent;
  transition: 0.3s all;
}
.decor-header__button:hover {
  background-color: #ff2e51;
  border-color: #ff2e51;
}

.header__logo {
  display: inline-block;
  margin: 1.875rem 0;
}
.header__container {
  padding: 1.25rem 0;
}
.header__info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededf2;
  padding-bottom: 1.25rem;
}
.header__search {
  position: relative;
  width: 100%;
  max-width: 582px;
}
.header__search::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.875rem;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("../assets/img/icon/search.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.header__input {
  color: #828299;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #ededf2;
  padding: 0.9375rem 3.5rem;
}
.header__title {
  color: #828299;
}
.header__phone {
  color: #192040;
  white-space: nowrap;
}
.header__phone a {
  position: relative;
  display: inline-block;
  margin-top: 0.375rem;
}
.header__phone a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -5px;
  background-color: #ff2e51;
  transition: 0.3s ease-in-out;
}
.header__phone a:hover::before {
  width: 100%;
}
.header__mail {
  color: #192040;
  white-space: nowrap;
}
.header__mail a {
  display: inline-block;
  position: relative;
  margin-top: 0.625rem;
}
.header__mail a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -5px;
  background-color: #ff2e51;
  transition: 0.3s ease-in-out;
}
.header__mail a:hover::before {
  width: 100%;
}
.header__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.header__soc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #ededf2;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.header__soc svg {
  fill: #192040;
  transition: 0.3s ease-in-out;
}
.header__soc:hover {
  border-color: #ff2e51;
}
.header__soc:hover svg {
  fill: #ff2e51;
}
.header__nav {
  padding: 1.25rem 0;
}
.header__nav__menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.1rem;
       column-gap: 3.1rem;
}
.header__nav__menu-link {
  transition: 0.3s ease-in;
}
.header__nav__menu-link:hover {
  color: #ff2e51;
}
.header__nav__menu-item.active .header__nav__menu-link {
  background-color: #ff2e51;
  color: #ffffff;
  padding: 1rem 1.875rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  line-height: 100%;
}

.main {
  background-image: url("../assets/img/pic/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.main-slider {
  padding-top: 3.1rem;
}
.main-slider__item {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.main-slider__box {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 710px;
}
.main-slider__box h2 {
  color: #ffffff;
}
.main-slider__text {
  margin: 1.25rem 0 3.1rem;
  color: #ffffff;
}
.main-slider__button {
  padding: 1.25rem 3.75rem;
  border: 1px solid #ff2e51;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 15px 20px -15px transparent;
}
.main-slider__button:hover {
  background-color: #fa052e;
  box-shadow: 0px 15px 20px -15px #ff0d35;
}
.main-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.main-slider .owl-nav button.owl-prev {
  left: 2.4rem;
  position: absolute;
  padding: 14px 19px 14px 17px !important;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.main-slider .owl-nav button.owl-prev svg {
  transition: 0.3s ease-in-out;
}
.main-slider .owl-nav button.owl-prev:hover {
  background-color: #ff2e51;
}
.main-slider .owl-nav button.owl-prev:hover svg {
  transform: scale(0.7);
}
.main-slider .owl-nav button.owl-next {
  right: 2.4rem;
  position: absolute;
  padding: 14px 17px 14px 19px !important;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.main-slider .owl-nav button.owl-next svg {
  transition: 0.3s ease-in-out;
}
.main-slider .owl-nav button.owl-next:hover {
  background-color: #ff2e51;
}
.main-slider .owl-nav button.owl-next:hover svg {
  transform: scale(0.7);
}
.main-slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem;
}
.main-slider .owl-dots .owl-dot {
  background: #fffefc;
  opacity: 0.2;
  height: 2px;
  width: 100px;
}
.main-slider .owl-dots .owl-dot.active {
  opacity: 1;
}