@font-face {
	font-family: 'Prestige Normal';
	src: url('../fonts/prestige_normal.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/prestige_normal.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/prestige_normal.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/prestige_normal.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/prestige_normal.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/p0nawo4u_1.svg#prestige_normal') format('svg'); /* Chrome < 4, Legacy iOS */
}

:root {
    --font-main: "Prestige Normal", sans-serif;
    --max-width: 1840px;
    --background: #4487DA;
    --background2: #3267A9;
    --button: #6ED760;
    --button-hover: #53A648;
    --text: #F2F8FF;
    --error: #D9309B;
    --success: #3ED8A7;
    
    
    --bcg1: url("../img/dlnqagpp_6.png");
    --bcg2: url("../img/0vfrv6ck_7.png");
    --bcg3: url("../img/6okci3k3_8.png");
    --bcg4: url("../img/fe2yv5db_9.png");
    --bcg5: url("../img/9qr9yc5y_10.png");
}

html {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    font-family: var(--font-main);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
}

a {
    text-decoration: none;
    color: var(--text);
}

body {
    display: flex;
    max-width: 1840px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;

    box-sizing: border-box;
    background: var(--background);
    color: var(--text);
    margin: 0;
}

section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
    padding: 70px 10%;

    @media (max-width: 1590px) {
        padding: 80px 5%;
    }

    @media (max-width: 750px) {
        padding: 80px 15px 80px 15px;
    }

}

img {
    display: inline-block;
}

h1, h4, h6, h5 {
    text-transform: uppercase;
}

h1 {
    font-weight: 400;
    font-size: 44px;
    line-height: 130%;
}

h4 {
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    width: 100%;
    color: var(--button);
}

h6 {
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
}

h5 {
    font-weight: 400;
    font-size: 24px;
    color: var(--button);
}

.xhp2r29 {
    font-weight: 400;
    font-size: 20px;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 0;
}



.x4gg355 {
    font-weight: 400;
    font-size: 14px;
}

.xad2924 {
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
}

.x2cb36 {
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}

.xxivd1 {
    background-color: var(--background2);
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 54px;
    padding: 40px 15%;
    text-align: center;
    background-color: var(--background);

    @media (max-width: 1590px) {
        padding: 40px 5%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 750px) {
        padding: 40px 15px;
    }
}

button {
    color: var(--text);
}

ol {
    margin-bottom: 30px;
}

ul:where(:not([class])) {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
}

span {
    color: var(--color);
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
}

input {
    padding: 24px 18px;
    width: 100%;
    background-color: var(--background);
    border: none;
    color: var(--text);
    border-radius: 10px;
    border: 1px solid var(--button);
}

.x7w6454 {
    display: flex !important;
}

::placeholder {
    color: var(--text2);
}

.xrgf656 {
    height: 477px;
    background-image: var(--bcg-page);
    background-size: cover;
    background-repeat: no-repeat;

    @media (max-width: 1040px) {
        height: 124px;
    }
}

.xmcfk57 {
    display: none;

    @media (max-width: 750px) {
        display: block;
        width: 100%;
        background-color: var(--background2); 
        fill: var(--background);
    }
}

.x2i3u9 {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.xkzbu10 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.xoq5638 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
}

.xide939 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    padding: 20px 40px;
    width: 100%;
    border-radius: 500px;
    background-color: var(--background2);

    @media (max-width: 1340px) {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 28px;
    }
}

.xhyqv40 {
    background-color: var(--background);
}

.x2or650 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.x2or650 h6 {
    color: var(--button);

    @media (max-width: 1340px) {
        width: 100%;
        text-align: center;
    }
}

.xfb8311 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 26px 40px;
    width: 100%;
    border-radius: 80px;
    background-color: var(--background);

    @media (max-width: 1040px) {
        flex-direction: column;
    }
}

.xyc3h41 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 250px;
    gap: 20px;

    @media (max-width: 1590px) {
        gap: 100px;
        align-items: center;
        justify-content: center;
    }
}

.xyc3h41 div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.xgxxw42 {
    max-width: 780px;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.xgxxw42 .xhp2r29 {
    color: var(--button);
}

.x9oaz25 {
    color: var(--button);
}

.x9oaz25-page {
    color: var(--button);
    padding-top: 20px;
    margin-bottom: 10px;
}

.xgxxw42-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.xfck844 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;

    @media (max-width: 750px) {
        flex-direction: column;
        gap: 20px;
    }
}


form {
    max-width: 800px;
    width: 100%;
    align-self: center;
    padding: 30px;
    border-radius: 20px;
    background-color: var(--background2);
}

.form-but {
    width: 100%;
    color: var(--button);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid var(--button);
    border-radius: 50px;
    height: 60px;
    font-size: 24px;
}

.xx0sf52 {
    display: flex;
    align-items: flex-end;
    background-image: var(--bcg2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    @media (max-width: 750px) {
        background-image: none;
        align-items: center;
    }
}

.xuug653 {
    display: flex;
    align-items: flex-start;
    background-image: var(--bcg5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    @media (max-width: 750px) {
        background-image: none;
        align-items: center;
    }
}

.xji0837 {
    display: flex;
    align-items: flex-end;
    background-image: var(--bcg4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    @media (max-width: 750px) {
        background-image: none;
        align-items: center;
    }
}

.xmqdt51 {
    display: flex;
    align-items: flex-start;
    background-image: var(--bcg3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    @media (max-width: 750px) {
        background-image: none;
        align-items: center;
    }
}

.xnae720 {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(50px)
}

.xnae720-content {
  background-color: var(--background2);
  color: var(--text);
  padding: 40px;
  text-align: start;
  max-width: 722px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
  margin: 0;
  position: fixed;
  z-index: 999;
  border-radius: 10px;
  gap: 10px;

  
  @media (max-width: 710px) {
    padding: 30px 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 31.8px;
    text-align: center;
    margin: 0;
    width: 100%;
    right: 0;
  }

}
.xnae720-content__cook {
  bottom: 20px;
  right: 20px;

  @media (max-width: 710px) {
    margin: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  }
}

.xw79358 {
  margin-bottom: 30px;
  padding: 0;
}

.xnae720-cook {
  font-weight: 600;
  font-size: 40px;
  line-height: 63.6px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 0;
  @media (max-width: 710px) {
    font-weight: 600;
    font-size: 20px;
    line-height: 31.8px;
    text-align: center;
  }
}

.xbot260 {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: start;
  margin-bottom: 10px;
  padding-top: 10px;
  @media (max-width: 710px) {
    font-weight: 400;
    font-size: 18px;
    line-height: 28.62px;
    text-align: center;
  }
}

.xb77561 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  @media (max-width: 710px) {
    flex-direction: column;
  }
}

.xv2n562 {
  align-self: flex-end;
  height: 50px;
  width: 50px;
  background-image: var(--close-modal);
  background-color: var(--header);
  border: 1px solid var(--lines);
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.xq16734 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}

.xxkov63 {
  width: 100%;
}

.xruom36 {
  width: 100%;
  height: 60px;
  border: 2px solid var(--button);
  color: var(--button);
  border-radius: 10px;
  background-color: var(--background2);
}

.xa1bt35 {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--button);
  color: var(--background2);
  border-radius: 10px;
  border: 0;
}

.xn11464 {
  color: var(--color1);
  text-decoration: underline;
}


.xnae720 {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 3000;
    }

    .xnae720-buts {
      display: flex;
      gap: 10px;
      padding-top: 40px;

      @media (max-width: 750px) {
        flex-direction: column;
      }
    }

    .xnae720.x7w6454 {
      display: flex;
    }

    .xnae720__content {
      background-color: var(--background2);
      width: 90%;
      max-width: 692px;
      padding: 20px;
      border-radius: 20px;
      position: relative;
    }

    .xnae720__close {
      position: absolute;
      top: 12px;
      right: 12px;
      background: none;
      border: none;
      font-size: 1.2rem;
    }

    .xnae720__header {
      margin-bottom: 30px;
      text-align: start;
    }

    .xnae720__body {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .xnae720__body input {
      padding: 20px 40px;
      border-radius: 10px;
      width: 100%;
      height: 60px;
      background-color: #FFFFFF4D;
      color: var(--text);
    }

    .xnae720__footer {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    
    .xnae720__footer button {
      width: 100%;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--button);
      color: var(--text);
      border-radius: 10px;
      border: 0;

    }
    
    .xv9bx66 {
      background: none;
      border: none;
      width: 100%;
      padding-top: 20px;
    }

    .xom0126 {
      text-decoration: underline;
      padding-top: 10px;
    }

    header {
    width: 100%;
    padding: 20px 10% 180px 10%;
    position: relative;
    background-image: var(--bcg1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;


    @media (max-width: 1571px) {
        padding: 0 5% 60px 5%;
    }

    @media (max-width: 750px) {
        padding: 0 15px 60px 15px;
        background-image: none;
    }
}

.xmw3m2 {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  width: 100%;

  @media (max-width: 1040px) {
    display: none;
  }
}

.xj6mc3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.x2ypl4 {
  display: flex;
  height: 40px;
  background-color: #051417;
  border-radius: 50px;
  color: var(--text);
}

.xroqj5 {
  background-color: var(--button);
  border: none;
  width: 150px;
  border-radius: 50px;
}

.xroqj5:hover {
  background-color: var(--button-hover);
}

.xxtu57 {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 150px;
}

.xxtu57:hover {
  color: var(--button);
}

.xzqy48 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.x7tlf46 {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
    max-width: 725px;
}

.x7tlf46-buttons {
    display: grid;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;

    @media (max-width: 1340px) {
      grid-template-columns: 1fr;
    }
}

.xw4me28 {
    height: 60px;
    width: 100%;
    background-color: var(--button);
    border: none;
    border-radius: 50px;
}

.xw4me28:hover {
    background-color: var(--button-hover);
}

.xc2id30 {
  height: 60px;
  width: 100%;
  color: var(--button);
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid var(--button);
  border-radius: 50px;
}

.xc2id30:hover {
  color: var(--button-hover);
  border-color: var(--button-hover);
}

.x6owz12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 10px;
  border-radius: 100px;
  background-color: #051417;
}


.xa36a13 {
  display: none;

  @media (max-width: 1040px) {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.xzi2214 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 60px;
}

.xkv5k15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.xc77o48 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.x3bpt49 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  gap: 20px;
}

.xisy716 {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: var(--background2);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  left: 0;
  padding: 0 16px;
}

.xisy716-log {
  width: 100%;
  background-color: #051417;
  border-radius: 50px;
  height: 60px;
  display: flex;
  
}

.xisy716-log-but {
  background-color: var(--button);
  border: none;
  width: 100%;
  border-radius: 50px;
}

.xisy716-log-but:hover {
  background-color: var(--button-hover);
}

.xisy716-reg-but {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 100%;
}

.xisy716-reg-but:hover {
  color: var(--button);
}