@charset "UTF-8";
.title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 300px;
}
.title .container {
  position: relative;
  width: 65%;
  display: flex;
  justify-content: start;
  padding: 36px 0px;
}
@media (max-width: 1120px) {
  .title .container {
    justify-content: center;
  }
}
.title .container .title_text {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10000;
  padding-top: 133px;
}
@media (max-width: 1120px) {
  .title .container .title_text {
    padding-top: 600px;
  }
}
@media (max-width: 1039px) {
  .title .container .title_text {
    padding-top: 570px;
  }
}
@media (max-width: 1000px) {
  .title .container .title_text {
    padding-top: 540px;
  }
}
@media (max-width: 970px) {
  .title .container .title_text {
    padding-top: 500px;
  }
}
@media (max-width: 930px) {
  .title .container .title_text {
    padding-top: 480px;
  }
}
@media (max-width: 890px) {
  .title .container .title_text {
    padding-top: 450px;
  }
}
@media (max-width: 825px) {
  .title .container .title_text {
    padding-top: 400px;
  }
}
@media (max-width: 725px) {
  .title .container .title_text {
    padding-top: 350px;
  }
}
@media (max-width: 660px) {
  .title .container .title_text {
    padding-top: 300px;
  }
}
@media (max-width: 600px) {
  .title .container .title_text {
    padding-top: 260px;
  }
}
@media (max-width: 530px) {
  .title .container .title_text {
    padding-top: 230px;
  }
}
@media (max-width: 517px) {
  .title .container .title_text {
    padding-top: 650px;
  }
}
@media (max-width: 480px) {
  .title .container .title_text {
    padding-top: 600px;
  }
}
@media (max-width: 430px) {
  .title .container .title_text {
    padding-top: 550px;
  }
}
@media (max-width: 400px) {
  .title .container .title_text {
    padding-top: 500px;
  }
}
@media (max-width: 360px) {
  .title .container .title_text {
    padding-top: 450px;
  }
}
@media (max-width: 330px) {
  .title .container .title_text {
    padding-top: 400px;
  }
}
.title .container .title_text .wrapper_vd {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1120px) {
  .title .container .title_text .wrapper_vd {
    width: 53%;
  }
}

.button_five {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-top: -45px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  justify-content: start;
}
@media (max-width: 1120px) {
  .button_five {
    width: 100%;
  }
}
.button_five .wrapper_btn {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 37px;
  padding: 0px;
  margin-left: 40px;
}
@media (max-width: 1120px) {
  .button_five .wrapper_btn {
    width: 100%;
    justify-content: center;
    margin: 0px;
    margin-right: 76px;
  }
}
@media (max-width: 360px) {
  .button_five .wrapper_btn {
    margin: 0px;
  }
}
.button_five .wrapper_btn .wrapper_part {
  margin-left: -20px;
}
.button_five ul {
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  padding-left: 10px;
}
.button_five ul li {
  list-style-type: none;
}
.button_five ul li a {
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 32px;
}

.icefive_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  width: 100%;
  display: flex;
  justify-content: start;
}
@media (max-width: 1120px) {
  .icefive_text {
    display: none;
  }
}
.icefive_text .wrapper_txt {
  width: 53%;
  margin-left: 38px;
}

.five {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70%;
  z-index: 1;
}
@media (max-width: 1334px) {
  .five {
    width: 75%;
  }
}
@media (max-width: 1270px) {
  .five {
    width: 83%;
    margin-right: -60px;
  }
}
@media (max-width: 1210px) {
  .five {
    margin-right: -122px;
    width: 83%;
  }
}
@media (max-width: 1120px) {
  .five {
    right: auto;
    margin: 0px;
  }
}
@media (max-width: 750px) {
  .five {
    margin-top: 17px;
  }
}
@media (max-width: 517px) {
  .five {
    right: auto;
    top: -100%;
    margin: 0px;
  }
}

.five1 {
  position: absolute;
  right: 0px;
  top: -100%;
  width: 100%;
}
@media (max-width: 517px) {
  .five1 {
    top: 0px;
    right: auto;
  }
}

.victory {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1120px) {
  .victory {
    justify-content: center;
  }
}
.victory .victory_img {
  height: 100%;
}
@media (max-width: 460px) {
  .victory .victory_img {
    width: 173px;
  }
}

h1 {
  margin-left: -8%;
  width: 40%;
  margin-bottom: 64px;
  font-family: "Bebas";
  font-style: normal;
  font-weight: 400;
  font-size: 86px;
  line-height: 90%;
}
@media (max-width: 1120px) {
  h1 {
    margin-left: -50px;
  }
}
@media (max-width: 460px) {
  h1 {
    font-size: 68px;
    margin-left: -56px;
  }
}

.partners_btn {
  padding: 8px 18px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #000;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
}
@media (max-width: 860px) {
  .partners_btn {
    padding: 8px 12px;
  }
}

.contact_btn {
  color: #FFFFFF;
}

.elippse {
  position: absolute;
  top: -100%;
  right: 0px;
  z-index: 10000;
}
@media (max-width: 1680px) {
  .elippse {
    top: 0px;
  }
}

.elippse1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
}
@media (max-width: 340px) {
  .elippse1 {
    width: 100%;
  }
}

.header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  margin-bottom: 120px;
  background: black;
  z-index: 20000;
  scroll-behavior: smooth;
  opacity: 85%;
}
.header .container {
  width: 60%;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1440px) {
  .header .container {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .header .container {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .header .wrapper_icon {
    width: 70px;
    position: absolute;
    right: 0px;
    top: 10px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
  }
  .header #nav-icon2 {
    width: 30px;
    height: 40px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-top: 0px;
    display: flex;
    margin: 0, auto;
    margin-right: 10px;
  }
  .header #nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: white;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .header #nav-icon2 span:nth-child(even) {
    left: 40%;
    border-radius: 0 9px 9px 0;
  }
  .header #nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }
  .header #nav-icon2 span:nth-child(1),
  .header #nav-icon2 span:nth-child(2) {
    top: 12px;
  }
  .header #nav-icon2 span:nth-child(3),
  .header #nav-icon2 span:nth-child(4) {
    top: 20px;
  }
  .header #nav-icon2 span:nth-child(5),
  .header #nav-icon2 span:nth-child(6) {
    top: 28px;
  }
  .header #nav-icon2.open span:nth-child(1),
  .header #nav-icon2.open span:nth-child(6) {
    transform: rotate(45deg);
  }
  .header #nav-icon2.open span:nth-child(2),
  .header #nav-icon2.open span:nth-child(5) {
    transform: rotate(-45deg);
  }
  .header #nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: -40px;
    width: 10%;
  }
  .header #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 20px;
  }
  .header #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
    width: 10%;
  }
  .header #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .header #nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: -40px;
    width: 10%;
  }
  .header #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 20px;
  }
}
.header .bg {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  background: black;
}
@media (max-width: 550px) {
  .header .bg {
    padding-bottom: 50px;
  }
}
.header .bg ul {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .bg ul li {
  margin-bottom: 30px;
}
.header .bg ul li a {
  color: #b1b1b1;
}

.nav {
  width: 80%;
  display: flex;
  justify-content: start;
}
@media (max-width: 868px) {
  .nav {
    width: 90%;
    justify-content: space-around;
  }
}
@media (max-width: 550px) {
  .nav {
    display: none;
  }
}
.nav ul {
  width: 70%;
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
@media (max-width: 1024px) {
  .nav ul {
    width: 80%;
    margin-left: 50px;
  }
}
@media (max-width: 550px) {
  .nav ul {
    margin-left: 0px;
  }
}
.nav ul li {
  list-style-type: none;
  cursor: pointer;
}
.nav ul li a {
  cursor: pointer;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #b1b1b1;
  list-style-type: none;
  color: #b1b1b1;
  text-decoration: none;
}
.nav ul li a:hover {
  color: #E3E3E3;
}

.dropdown {
  right: 120px;
  position: absolute;
  width: 120px;
  top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  line-height: 100%;
}

.wrapper_ru {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 804px) {
  .wrapper_ru {
    bottom: 20px;
    left: 20%;
  }
}

.wrapper_en {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 804px) {
  .wrapper_en {
    bottom: 20px;
    right: 20%;
    background-color: transparent;
  }
}

.ru_wh {
  background-color: transparent;
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  line-height: 100%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  border: none;
  padding-left: 0px;
  margin-bottom: 7px;
  cursor: pointer;
}
.ru_wh:hover {
  opacity: 100%;
}
.ru_wh .img_ru {
  opacity: 100%;
  margin-right: 7px;
}

.en_wh {
  cursor: pointer;
  background-color: transparent;
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  line-height: 100%;
  color: #FFFFFF;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 7px;
}
.en_wh:hover {
  opacity: 100%;
}
.en_wh .img_en {
  opacity: 100%;
  margin-right: 7px;
}

.dropdown {
  position: relative;
  display: inline-block;
  right: 120px;
  position: absolute;
  width: 120px;
  top: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .dropdown {
    right: 50px;
  }
}
@media (max-width: 870px) {
  .dropdown {
    right: -50px;
  }
}
@media (max-width: 550px) {
  .dropdown {
    right: auto;
    top: 250px;
    align-items: center;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 26px;
  background: transparent;
}
@media (max-width: 550px) {
  .dropdown-content {
    min-width: 0px;
    margin-left: 7px;
  }
}

.dropbtn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.lang-img {
  width: 18px;
  height: 13px;
  margin-right: 5px;
}

.unique {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
}
@media (max-width: 1350px) {
  .unique {
    margin-top: -100px;
  }
}
@media (max-width: 1250px) {
  .unique {
    margin-top: -150px;
  }
}
@media (max-width: 1120px) {
  .unique {
    margin-top: -300px;
  }
}
.unique .container {
  display: flex;
  justify-content: center;
  width: 80%;
}
@media (max-width: 860px) {
  .unique .container {
    width: 90%;
  }
}
.unique .container .product {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.unique .container .product .line_double {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.unique .container .product .line_double .one {
  background-color: white;
  width: 25%;
  height: 1px;
}
@media (max-width: 1120px) {
  .unique .container .product .line_double .one {
    width: 41%;
  }
}
.unique .container .product .line_double .logo {
  padding: 0px 5px;
}
.unique .container .product .wrapper_two {
  width: 100%;
  display: flex;
  justify-content: center;
}
.unique .container .product .two {
  background-color: white;
  width: 52%;
  height: 1px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 1120px) {
  .unique .container .product .two {
    width: 86%;
  }
}
.unique .container .product .wrapper_text {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.unique .container .product .uniqu_text {
  width: 51%;
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #C6C6C6;
  margin-bottom: 10px;
}
@media (max-width: 1120px) {
  .unique .container .product .uniqu_text {
    width: 72%;
  }
}

.about_product {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about_product .container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.about_product .container .up {
  display: flex;
}
.about_product .container .down {
  display: flex;
}

.big_line {
  width: 43%;
  height: 3px;
  background-color: white;
  margin-bottom: 20px;
}

h2 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 42px;
  }
}

.process_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  width: 85%;
  color: #C6C6C6;
}
@media (max-width: 1440px) {
  .process_text {
    width: 100%;
  }
}

.process {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .process {
    background: url(/img/victor-UoIiVYka3VY-unsplash\ 2.png);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 10%;
  }
}
.process .wrapper_process {
  width: 50%;
  padding-top: 40px;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .process .wrapper_process {
    padding-left: 0px;
    padding-top: 0px;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .process .wrapper_process {
    padding: 40px 0px;
  }
}
@media (max-width: 550px) {
  .process .wrapper_process {
    width: 80%;
  }
}

.natural {
  width: 50%;
  display: flex;
  padding-top: 112px;
  padding-left: 136px;
}
@media (max-width: 1440px) {
  .natural {
    padding-left: 180px;
    padding-top: 0px;
  }
}
@media (max-width: 900px) {
  .natural {
    padding-left: 130px;
  }
}
@media (max-width: 850px) {
  .natural {
    padding-left: 100px;
  }
}
@media (max-width: 768px) {
  .natural {
    background: url(/img/2\ 2.png);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 10%;
  }
}
.natural .wrapper_natural {
  width: 50%;
}
@media (max-width: 1440px) {
  .natural .wrapper_natural {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .natural .wrapper_natural {
    padding: 40px 0px;
    width: 60%;
  }
}
@media (max-width: 550px) {
  .natural .wrapper_natural {
    width: 80%;
  }
}

.nan {
  width: 50%;
}
@media (max-width: 768px) {
  .nan {
    display: none;
  }
}
.nan img {
  width: 100%;
}

.bottle {
  position: absolute;
  left: 20%;
  top: 0;
}
@media (max-width: 1440px) {
  .bottle {
    width: 45%;
    left: 24%;
    top: 10%;
  }
}
@media (max-width: 768px) {
  .bottle {
    display: none;
  }
}

.partners {
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
}
.partners .container {
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
@media (max-width: 600px) {
  .partners .container {
    width: 90%;
  }
}
.partners .container img {
  width: 20%;
}
@media (max-width: 1440px) {
  .partners .container img {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .partners .container img {
    width: 40%;
  }
}
@media (max-width: 600px) {
  .partners .container img {
    width: 60%;
  }
}
.partners .container .white_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  width: 50%;
  text-align: center;
  margin-top: -100px;
}
@media (max-width: 600px) {
  .partners .container .white_text {
    width: 90%;
  }
}

.partner_programm {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
  margin-top: -2px;
}
.partner_programm img {
  position: absolute;
  width: 100%;
}
.partner_programm .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.partner_programm .container .programm {
  z-index: 1000;
  width: 36%;
  background-color: white;
  color: black;
  margin-top: 200px;
  border-radius: 10px;
}
@media (max-width: 950px) {
  .partner_programm .container .programm {
    width: 60%;
  }
}
@media (max-width: 550px) {
  .partner_programm .container .programm {
    width: 90%;
  }
}
.partner_programm .container .programm .wrapper_programm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
}
.partner_programm .container .programm .wrapper_programm .wrapper_txt {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner_programm .container .programm .wrapper_programm .text_programm {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 690px) {
  .partner_programm .container .programm .wrapper_programm .text_programm {
    font-size: 42px;
  }
}
.partner_programm .container .programm .wrapper_programm .data {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #555555;
}
@media (max-width: 690px) {
  .partner_programm .container .programm .wrapper_programm .data {
    font-size: 16px;
  }
}
.partner_programm .container .programm .wrapper_programm .email {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 3px;
}
.partner_programm .container .programm .wrapper_programm input {
  margin-bottom: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.partner_programm .container .programm .wrapper_programm .wrapper_button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.partner_programm .container .programm .wrapper_programm .wrapper_button button {
  width: 80%;
  background: black;
  color: white;
  border: none;
  padding: 10px 0px;
  border-radius: 5px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
  margin-bottom: 15px;
}
.partner_programm .container .programm .wrapper_programm .wrapper_input {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner_programm .container .programm .wrapper_programm .wrapper_input input {
  width: 100%;
  padding: 15px 0px;
  border-radius: 5px;
}
.partner_programm .container .programm .wrapper_programm .wrapper_input input::-moz-placeholder {
  padding: 0px;
}
.partner_programm .container .programm .wrapper_programm .wrapper_input input::placeholder {
  padding: 0px;
}
.partner_programm .container .programm .wrapper_programm .wrapper_input .input-with-image {
  background-image: url("/img/Mail.png");
  background-repeat: no-repeat;
  background-position: 20px;
  padding-left: 60px;
  border: 2px solid #555555;
}
.partner_programm .container .programm .wrapper_programm .wrapper_input .input-with-image:hover {
  border: 2px solid black;
}
.partner_programm .container .programm .wrapper_programm .wrapper_input .not_valid {
  border: 2px solid #BB9409;
}

.programm1 {
  display: none;
  position: fixed;
  z-index: 1;
  top: 80px;
  height: 80%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  width: 40%;
  background-color: white;
  color: black;
  border-radius: 10px;
  z-index: 9999999;
}
@media (max-width: 1024px) {
  .programm1 {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .programm1 {
    width: 70%;
  }
}
@media (max-width: 550px) {
  .programm1 {
    width: 90%;
  }
}

.wrapper_programm1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  width: 80%;
}
.wrapper_programm1 .wrapper_txt1 {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper_programm1 .text_programm1 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .wrapper_programm1 .text_programm1 {
    font-size: 42px;
  }
}
.wrapper_programm1 .data1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #555555;
}
@media (max-width: 1440px) {
  .wrapper_programm1 .data1 {
    font-size: 16px;
  }
}
.wrapper_programm1 .email1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
}
.wrapper_programm1 .input-with-image1 {
  margin-bottom: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-left: 50px;
}
.wrapper_programm1 .wrapper_button1 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrapper_programm1 .wrapper_button1 button {
  width: 100%;
  background: black;
  color: white;
  border: none;
  padding: 10px 0px;
  border-radius: 5px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
}

.wrapper_input1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper_input1 input {
  width: 100%;
  padding: 10px 0px;
  border-radius: 5px;
}
.wrapper_input1 input::-moz-placeholder {
  padding: 50px;
}
.wrapper_input1 input::placeholder {
  padding: 50px;
}
.wrapper_input1 .input-with-image1 {
  background-image: url("/img/Mail.png");
  background-repeat: no-repeat;
  background-position: 20px;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.programm_modal {
  display: none; /* чтобы изначально скрыть окно */
  z-index: 1000; /* уровень наложения окна над контентом */
  top: 50%; /* вертикальное выравнивание по центру */
  left: 50%; /* горизонтальное выравнивание по центру */
  transform: translate(-50%, -50%);
  width: 36%;
  background-color: white;
  color: black;
  margin-top: 420px;
  border-radius: 10px;
}
@media (max-width: 950px) {
  .programm_modal {
    width: 60%;
  }
}
@media (max-width: 550px) {
  .programm_modal {
    width: 90%;
  }
}
.programm_modal .wrapper_programm_modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 44px 0px;
}
.programm_modal .wrapper_programm_modal .wrapper_txt_modal {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.programm_modal .wrapper_programm_modal .text_programm_modal {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 690px) {
  .programm_modal .wrapper_programm_modal .text_programm_modal {
    font-size: 42px;
  }
}
.programm_modal .wrapper_programm_modal .wrapper_input_modal {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-top: 100px;
}
.programm_modal .wrapper_programm_modal .wrapper_input_modal .badge {
  width: 25%;
}
.programm_modal .wrapper_programm_modal .md {
  width: 80%;
}
.programm_modal .wrapper_programm_modal .md .send_email {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #555555;
  text-align: center;
}

.wrapper_email {
  display: flex;
  justify-content: space-between;
}
.wrapper_email .not_correct {
  display: none;
  color: #BB9409;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

form {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .container {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .container .contact_information {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 40px;
}
footer .container .contact_information .contacts {
  display: flex;
  flex-direction: column;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 20px;
}
footer .container .contact_information address {
  width: 80%;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
footer .container .contact_information a {
  text-decoration: none;
  list-style-type: none;
  color: white;
  margin-bottom: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
footer .container .footer_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .container .footer_logo img {
  width: 50%;
}
footer .container .footer_logo .footer_text {
  color: #494949;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Bebas";
  src: url(/fonts/BebasNeue-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(/fonts/RobotoCondensed-Bold.ttf);
  font-weight: 700;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: white;
  background-color: black;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  max-width: 1680px;
}

html {
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-behavior: smooth;
}/*# sourceMappingURL=style.css.map */