* {
  box-sizing: border-box;
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
li {
  padding: 0;
}
.text-s {
  font-size: 20px;
  font-weight: 500;
}
.text-m {
  font-size: 24px;
  font-weight: 500;
}
.text-l {
  font-size: 61px;
  font-weight: 700;
}
.color-b {
  color: #42ace2;
}
.color-y {
  color: #f0bd44;
}
.logo {
  width: 172px;
  height: 45px;
}
.title {
  display: inline;
  background-color: #f0bd44;
  border-radius: 0px 20px 0 0;
  padding: 10px 20px;
}
.container {
  width: 1230px;
  margin: auto;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background-color: transparent;
  transition: background-color 0.6s ease;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.header__wrapp {
  display: flex;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
}
.burger {
  display: none;
  width: 35px;
  height: 30px;
  position: relative;
  cursor: pointer;
  margin-right: 14px;
}
.burger span {
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #42ace2;
}
.burger::after {
  content: "";
  position: absolute;
  background-color: #42ace2;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.burger::before {
  content: "";
  position: absolute;
  background-color: #42ace2;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.burger--active span {
  background-color: transparent;
}
.burger--active::before {
  transform: rotate(45deg);
  top: 13px;
  transition: all 0.5s ease 0s;
}
.burger--active::after {
  transform: rotate(-45deg);
  bottom: 13px;
  transition: all 0.5s ease 0s;
}
.nav-menu {
  display: flex;
}
.nav-menu li {
  margin-right: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #42ace2;
  border-bottom: 1px solid #f0bd44;
  font-size: 20px;
}
.header__link a {
  display: flex;
  align-items: center;
}
.header__link a div {
  display: flex;
}
.header__link span {
  color: #f0bd44;
}
.header__link img {
  margin-left: 10px;
  margin-right: 10px;
}
.offer {
  padding-top: 130px;
  background-image: url("../img/offer.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  width: 100%;
  /* padding-bottom: 40px;
  padding-bottom: 1000px; */
  position: relative;
}
.offer__wrapper {
  width: 1230px;
  margin-top: 210px;
}
.offer__image {
  /* background-image: url("../img/offer-1.png"); */
  width: 100%;
  height: 325px;
}
.offer__block {
  display: flex;
}
.offer__block p {
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-left: auto;
  width: 600px;
  margin-top: 68px;
  line-height: 60px;
}
.offer__block img {
  margin-bottom: -150px;
  /* position: absolute; */
  object-fit: contain;
  /* bottom: -150px; */
}
.test {
  margin-top: 68px;
}
.about {
  margin-top: 255px;
  position: relative;
}
.about__text {
  font-weight: 400;
  width: 600px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.about img {
  position: absolute;
  width: 750px;
  height: 567px;
  right: 30px;
  top: 130px;
}
.about__block-2 {
  background-color: #42ace2;
}
.purpose {
  padding-top: 100px;
  padding-bottom: 100px;
}
.purpose__wrapper {
  margin-top: 70px;
  display: flex;
}
.purpose__wrapper img {
  width: 390px;
  height: 390px;
  margin-right: 30px;
}
.purpose__wrapper-text p {
  margin-bottom: 30px;
}
.purpose__wrapper-text p:last-child {
  margin-bottom: 0;
}
.partners {
  background-color: #f0bd44;
  padding-top: 48px;
  padding-bottom: 48px;
}
.partners .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners h2 {
  background-color: #42ace2;
}
.partners__wrapp {
  display: flex;
}
.partners__wrapp a {
  margin-right: 70px;
}
.partners__wrapp a img {
  width: 210px;
  height: 210px;
  border-radius: 200px;
}
.partners__wrapp a:last-child {
  margin-right: 0;
}
.partners__prostoeat {
  background-color: #363636;
  width: 210px;
  height: 210px;
  border-radius: 200px;
  display: block;
}
.footer {
  background-color: #363636;
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer__link a {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.footer-low {
  background-color: #42ace2;
  padding-top: 7px;
  padding-bottom: 7px;
}
.footer-low__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-low__links {
  display: flex;
}
.footer-low__wrapper a {
  margin-right: 20px;
  display: block;
  width: 32px;
  height: 32px;
}
.footer-low__wrapper a:last-child {
  margin-right: 0;
}
.footer-low__wrapper p {
  color: #363636;
}
@media (max-width: 1540px) {
  .offer__image {
    width: 100%;
    height: 300px;
  }
  .offer__block img {
    width: 445px;
    /* height: 538px; */
  }
  .offer__wrapper {
    margin-top: 160px;
  }
  .about {
    margin-top: 194px;
  }
  .about img {
    width: 610px;
    height: 487px;
  }
}
@media (max-width: 1281px) {
  .container {
    width: 90%;
  }
  .nav-menu li {
    margin-right: 30px;
  }
  .header__link a {
    flex-direction: column;
    align-items: start;
    margin-left: 30px;
  }
  .header__link img {
    margin-left: 0;
  }
  .offer__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .offer__image {
    width: 90%;
    height: 300px;
  }
  .offer__block {
    width: 100%;
  }
  .offer__block img {
    margin-left: 20px;
  }
  .about img {
    top: 210px;
    width: 440px;
    height: 397px;
    right: 20px;
  }
  .partners__wrapper {
    display: flex;
    flex-direction: column;
  }
  .partners__wrapper h2 {
    margin-right: auto;
    margin-bottom: 30px;
  }
  .partners__wrapp a {
    margin-right: 50px;
  }
}
@media (max-width: 1121px) {
  .about img {
    width: 370px;
    height: 357px;
    right: 10px;
  }
}
/* @media (max-width: 1121px) {
} */
@media (max-width: 1081px) {
  .offer__block img {
    width: 405px;
    /* height: 500px; */
    margin-bottom: -170px;
  }
}

@media (max-width: 1024px) {
  .header {
    position: fixed;
  }
  .text-s {
    font-size: 16px;
    font-weight: 500;
  }
  .text-m {
    font-size: 22px;
    font-weight: 500;
  }
  .text-l {
    font-size: 48px;
    font-weight: 700;
  }
  .burger {
    display: block;
  }
  .logo {
    width: 140px;
    height: 40px;
    margin-left: 10px;
  }
  .header__menu {
    display: none;
  }
  /* .footer__menu {
    display: none;
  } */
  .nav-menu {
    flex-direction: column;
    text-align: center;
    margin: 0;
  }
  .nav-menu li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    padding: 15px;
  }
  .nav-menu li:last-child {
    margin-bottom: 0;
  }
  .offer {
    padding-top: 105px;
  }
  .offer__image {
    width: 90%;
    height: 220px;
  }
  .offer__wrapper {
    margin-top: 80px;
  }
  .offer__block p {
    width: 460px;
    line-height: 46px;
  }
  .offer__block img {
    margin-bottom: -140px;
  }
  .about {
    margin-top: 185px;
  }
  .about__text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about img {
    position: static;
    order: 3;
    width: 420px;
    height: 210px;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
    margin-top: -130px;
  }
  .about__block-1 {
    order: 1;
  }
  .about__block-2 {
    order: 2;
    width: 100%;
  }
  .about__block-1 div {
    display: flex;
    justify-content: center;
  }
  .about__block-2 div {
    display: flex;
    justify-content: center;
    padding-bottom: 120px;
  }
  .purpose {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .purpose__wrapper {
    margin-top: 50px;
  }
  .purpose__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .purpose__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .purpose__wrapper {
    width: 600px;
  }
  .purpose__wrapper img {
    margin-bottom: 30px;
  }
  .footer__wrapper {
    flex-direction: column;
    align-items: start;
  }
  .footer .header__wrapper {
    flex-direction: column;
    width: 100%;
    align-items: start;
    padding: 0;
  }
  .footer__menu {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer__link a {
    align-items: start;
  }
  .header--active {
    background-color: #363636;
    transition: background-color 0.6s ease;
    position: fixed;
    /* height: 100%; */
  }
  .header__menu--active {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 105px;
    width: 100%;
    height: 100vh;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #363636;
    animation: vis 0.6s forwards;
  }
  .header__menu .nav-menu {
    margin-top: 40px;
  }
  .scrolled {
    background-color: #363636;
  }
}

@media (max-width: 921px) {
  .offer__wrapper {
    width: 90%;
  }
  .offer__image {
    width: 100%;
    height: 100%;
  }
  .offer__block {
    flex-direction: column;
    margin-top: 30px;
  }
  .offer__block p {
    order: 1;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .offer__block img {
    order: 2;
    margin-left: 0;
    margin-bottom: -120px;
  }
  .partners__wrapp a {
    margin-right: 25px;
  }
}
@media (max-width: 769px) {
  .offer__image {
    height: 160px;
  }
  .about__text {
    width: 100%;
  }
  .purpose__wrapper {
    width: 100%;
  }
  .purpose__wrapper img {
    margin-right: 0;
  }
  .partners__wrapp {
    display: flex;
    flex-direction: column;
  }
  .partners__wrapp a {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 581px) {
  .logo {
    margin-left: 0;
  }
  .offer__wrapper {
    margin-top: 80px;
  }
  .offer__image {
    height: 100%;
  }
  .offer__block img {
    margin-bottom: -130px;
  }
}
@media (max-width: 509px) {
  .logo {
    width: 110px;
    height: 29px;
  }
  .text-s {
    font-size: 15px;
    font-weight: 500;
  }
  .text-m {
    font-size: 24px;
    font-weight: 500;
  }
  .text-l {
    font-size: 40px;
    font-weight: 700;
  }

  .header__wrapper {
    padding: 18px 20px;
  }
  .header__menu--active {
    top: 79px;
  }

  .header__link p {
    font-size: 16px;
  }
  .burger {
    width: 30px;
    height: 26px;
  }
  .burger span {
    top: 12px;
    height: 3px;
  }
  .burger::after {
    height: 3px;
  }
  .burger::before {
    height: 3px;
  }
  .burger--active::before {
    transform: rotate(45deg);
    top: 12px;
  }
  .burger--active::after {
    transform: rotate(-45deg);
    top: 12px;
  }
  .offer {
    padding-top: 80px;
  }
  .offer__wrapper {
    align-items: start;
  }
  .offer__block {
    width: 86%;
  }
  .offer__block p {
    width: 100%;
    line-height: 40px;
  }
  .offer__block img {
    width: 100%;
    margin-bottom: -100px;
  }
  .about {
    margin-top: 150px;
  }
  .about__text {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .about__text:first-child {
    padding-top: 40px;
  }
  .purpose {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .purpose__wrapper {
    margin-top: 40px;
  }
  .partners {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer__menu {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 441px) {
  .about img {
    width: 90%;
  }
  .purpose__wrapper img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 421px) {
  .logo {
    width: 80px;
    height: 29px;
  }
  .header__wrapper {
    padding: 14px 20px;
  }
  .header__menu--active {
    top: 71px;
  }
  .header__link p {
    font-size: 14px;
  }
  .header__link a {
    margin-left: 10px;
  }
  .header__link img {
    margin-right: 5px;
  }
  .offer {
    padding-top: 70px;
  }
  .footer-low__wrapper a {
    margin-right: 12px;
  }
}
@media (max-width: 371px) {
  .nav-menu li {
    padding: 10px;
  }
  .offer__block img {
    margin-bottom: -90px;
  }
}
.footer .logo {
  width: 172px;
  height: 45px;
}
@keyframes vis {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animation-pop-up {
  animation: fadeOut 0.6s forwards;
}
.over-body {
  overflow: hidden;
}
