@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

@media (max-width: 600px) {
  button {
    width: auto;
  }
}
.container {
  max-width: 80%;
  margin: 0 auto;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #333;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.start {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 10px;
  position: relative;
  background-image: url("../img/photo1.jpg");
  background-position: center; /* Центрирование изображения */
  background-size: cover; /* Масштабирование изображения до размеров блока */
  background-repeat: no-repeat; /* Отключение повторения изображения */
}
.start a {
  text-decoration: none;
}
.start .begin {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: left;
}
.start .begin h1 {
  color: white;
  font-weight: inherit;
  font-size: 8vw;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}
.start .begin p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 10vw;
  margin: 0;
  padding: 0;
}
.start .description {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: white;
  font-size: 16px;
}
.start .mainText h3 {
  display: block;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  color: #ffd014;
  font-weight: 1000;
  font-size: 27px;
}
.start .mainText p {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: white;
  font-size: 16px;
}
.start .mainText hr {
  margin-top: 5px;
  color: #be5f3f;
}
.start .image {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.start .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.start .btn {
  display: flex;
  width: 80%;
  height: 40px;
  background-color: #ffd014;
  color: black;
  border: none;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  padding: 10px;
  margin-bottom: 20px;
}
.start .rounes {
  font-size: 18vw;
}

.differentis {
  padding: 20px 0;
}
.differentis .description {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 16px;
}
.differentis .imgText h3 {
  display: block;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 1000;
  font-size: 24px;
}
.differentis .problems h2 {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
}
.differentis .problems .listProplem p {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 16px;
}
.differentis .result h2 {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #ffd014;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
}
.differentis .result p {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 16px;
}
.differentis .getKnowledges .item {
  margin-top: 10px;
}
.differentis .getKnowledges .items {
  display: flex;
  height: 30px;
}
.differentis .getKnowledges .items img {
  width: 20px;
  height: 20px;
  margin: 5px;
}
.differentis .getKnowledges h2 {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #ffd014;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
}
.differentis .getKnowledges p {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-weight: initial;
  text-transform: none;
  margin-top: 7px;
}
.differentis button {
  display: flex;
  width: 80%;
  height: auto;
  background-color: #ffd014;
  color: black;
  border: none;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  padding: 10px;
  margin-bottom: 20px;
}
.differentis .imgText img {
  width: 60%;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.mymodal {
  background-color: black;
  border: #ffd014 1px solid;
  padding: 20px;
  border-radius: 5px;
  max-width: 300px;
  text-align: center;
  z-index: 2;
}
.mymodal .rools {
  text-decoration: none;
  color: gray;
  cursor: pointer;
}

#modal-form {
  position: relative;
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: #ffd014;
  font-weight: 1000;
  font-size: 22px;
}

label {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 5px;
  color: white;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}

input[type=checkbox] {
  margin-right: 5px;
}

button {
  width: 200px;
  height: 45px;
  background-color: #be5f3f;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  cursor: pointer;
  display: block;
  margin: 10px auto;
}

#submit-btn {
  display: flex;
  width: 80%;
  height: 60px;
  background-color: #ffd014;
  color: black;
  border: none;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  padding: 10px;
  margin-bottom: 20px;
}

#cancel-btn {
  width: 100px;
  height: 45px;
  background-color: gray;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  cursor: pointer;
  display: block;
  margin: 10px auto;
  border: none;
}

.forHoom {
  background-color: black;
  padding-bottom: 40px;
}
.forHoom .imgText {
  padding-top: 20px;
}
.forHoom .imgText h3 {
  display: block;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  color: #ffd014;
  font-weight: 1000;
  font-size: 24px;
}
.forHoom .list1a {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.forHoom .list1a li {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
}
.forHoom .list1a li span {
  color: #be5f3f;
  font-weight: bold;
}
.forHoom .list1a li img {
  width: 30px;
  height: 30px;
}
.forHoom .list1a li:hover {
  z-index: 1;
}
.forHoom p {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
}

.programm {
  padding-top: 30px;
  background-color: white;
  margin-top: -20px;
  padding-bottom: 20px;
  position: relative;
}
.programm .imgText {
  position: relative;
}
.programm .imgText h3 {
  display: block;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 1000;
  font-size: 24px;
}
.programm .cards {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.programm .card {
  padding: 20px;
  margin: 10px;
  background-color: #ffd014;
  border-radius: 20px;
}
.programm h2 {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
}
.programm p {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 16px;
}
.programm .rounes1 {
  font-size: 60px;
  position: absolute;
  top: 27%;
  right: -9%;
  transform: rotate(30deg);
  color: #49423D;
  opacity: 0.6;
}
.programm .rounes2 {
  font-size: 60px;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: rotate(30deg);
  color: #49423D;
  opacity: 0.6;
}
.programm .rounes3 {
  font-size: 60px;
  position: absolute;
  top: 75%;
  right: 87%;
  transform: rotate(30deg);
  color: #49423D;
  opacity: 0.6;
}
.programm .rounes4 {
  font-size: 60px;
  position: absolute;
  top: 64%;
  right: 6%;
  transform: rotate(-30deg);
  color: #49423D;
  opacity: 0.6;
}
.programm .rounes5 {
  font-size: 60px;
  position: absolute;
  top: 27%;
  right: 87%;
  transform: rotate(30deg);
  color: #49423D;
  opacity: 0.6;
}

.bonuses h2 {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
}
.bonuses .prise {
  width: 75%;
  background-color: #ffd014;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
.bonuses .prise .top {
  font-size: larger;
  color: black;
}
.bonuses .prise .bottom {
  color: black;
  font-size: 30px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.bonuses button {
  display: flex;
  width: 100%;
  height: auto;
  background-color: #ffd014;
  color: black;
  border: none;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  padding: 10px;
  margin-bottom: 20px;
}
.bonuses ul {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 20px;
}
.bonuses ul li {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 14px;
}

.aboutME {
  background-color: black;
  padding: 10px 0;
}
.aboutME .imgText {
  display: block;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  color: #ffd014;
  font-weight: 1000;
  font-size: 24px;
}
.aboutME .imgText h3 {
  border-radius: 10px;
}
.aboutME .photo {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
.aboutME .photo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.aboutME .text h2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #ffd014;
  font-weight: 1000;
  font-size: 24px;
  text-align: left;
  padding: 10px 0 0 0;
}
.aboutME .text ul li {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
}
.aboutME .mission {
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.aboutME .common {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
}

.addition {
  padding: 10px 0;
  background-color: black;
}
.addition .imgText {
  padding-top: 20px;
}
.addition .imgText h3 {
  font-family: "Montserrat", sans-serif;
  color: #ffd014;
  font-weight: 1000;
  font-size: 24px;
}
.addition .description {
  margin-top: 5px;
  padding: 20px 0;
}
.addition .description p {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
}
.addition button {
  border-radius: 20px;
}
.addition button {
  display: flex;
  width: 100%;
  height: auto;
  background-color: #ffd014;
  color: black;
  border: none;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  padding: 10px;
  margin-bottom: 20px;
}

.cases {
  padding: 30px 0;
}
.cases h3 {
  display: block;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 1000;
  font-size: 24px;
}
.cases .case {
  padding: 20px;
  margin: 10px;
  background-color: #ffd014;
  border-radius: 20px;
}
.cases .case .name {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
}
.cases .case .point h3 {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
}
.cases .case .point p {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 16px;
}

.footer .info_text {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  text-align: left;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

@media (min-width: 600px) {
  .container {
    width: 400px; /* Ширина контейнера на устройствах с большой шириной */
    margin: 0 auto; /* Центрирование контейнера */
  }
  .aboutME .text h2 {
    color: #e8e3dd;
    margin-bottom: 5px;
    margin-top: -10px;
    font-weight: inherit;
    font-size: 5vw;
  }
  .start .btn {
    font-size: 1vw;
  }
  .start .begin h2 {
    font-size: 3vw;
  }
  .start .begin p {
    font-size: 6vw;
  }
}/*# sourceMappingURL=style.css.map */