@import url("font.css");
*,
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Avenir Next Cyr";
}

body {
  background: #373737;
  width: 100%;
}

a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #969696;
}

.right-border:before {
  display: block;
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  top: -20px;
  right: -20px;
  border-top: 10px solid #309700;
  border-right: 10px solid #309700;
  -webkit-animation: blink 3s ease-in-out infinite;
          animation: blink 3s ease-in-out infinite;
}

@media screen and (max-width: 1450px) {
  .right-border:before {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 1380px) {
  .right-border:before {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 750px) {
  .right-border:before {
    display: none;
  }
}

.left-border:before {
  display: block;
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  top: -20px;
  left: -20px;
  border-top: 10px solid #309700;
  border-left: 10px solid #309700;
  -webkit-animation: blink 3s ease-in-out infinite;
          animation: blink 3s ease-in-out infinite;
}

@media screen and (max-width: 1450px) {
  .left-border:before {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 1380px) {
  .left-border:before {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 750px) {
  .left-border:before {
    display: none;
  }
}

@-webkit-keyframes blink {
  0% {
    -webkit-filter: drop-shadow(0px 0px 16px rgba(59, 255, 55, 0.7));
            filter: drop-shadow(0px 0px 16px rgba(59, 255, 55, 0.7));
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 25px rgba(59, 255, 55, 0.7));
            filter: drop-shadow(0px 0px 25px rgba(59, 255, 55, 0.7));
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 16px rgba(59, 255, 55, 0.7));
            filter: drop-shadow(0px 0px 16px rgba(59, 255, 55, 0.7));
  }
}

@keyframes blink {
  0% {
    -webkit-filter: drop-shadow(0px 0px 16px rgba(59, 255, 55, 0.7));
            filter: drop-shadow(0px 0px 16px rgba(59, 255, 55, 0.7));
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 25px rgba(59, 255, 55, 0.7));
            filter: drop-shadow(0px 0px 25px rgba(59, 255, 55, 0.7));
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 16px rgba(59, 255, 55, 0.7));
            filter: drop-shadow(0px 0px 16px rgba(59, 255, 55, 0.7));
  }
}

h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-align: justify;
  color: #000000;
  background: #ffffff;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: none;
}

@media screen and (max-width: 1450px) {
  h3 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1380px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2 {
  font-weight: 550;
  font-size: 48px;
  line-height: 59px;
  text-transform: none;
}

@media screen and (max-width: 1450px) {
  h2 {
    font-size: clamp(24px, 4vw, 48px) !important;
    line-height: clamp(28px, 4vw, 52px) !important;
  }
}

@media screen and (max-width: 1450px) {
  p {
    font-size: clamp(18px, 2vw, 26px) !important;
    line-height: clamp(22px, 2vw, 30px) !important;
  }
}

@media screen and (max-width: 1450px) {
  li {
    font-size: clamp(18px, 2vw, 26px) !important;
    line-height: clamp(22px, 2vw, 30px) !important;
  }
}

hr {
  background: rgba(24, 24, 24, 0.23);
  height: 5px;
  margin: 10px 0;
  border: none;
}

.main-title {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  color: #4b4b4b;
  padding: 0 20px;
  margin-left: 40px;
  margin-bottom: 50px;
  -webkit-animation: back 15s ease-in-out infinite;
          animation: back 15s ease-in-out infinite;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 149;
}

@media screen and (max-width: 1400px) {
  .main-title {
    font-size: clamp(32px, 8vw, 64px);
    line-height: clamp(40px, 8vw, 78px);
  }
}

@media screen and (max-width: 1380px) {
  .main-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .main-title {
    overflow: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@-webkit-keyframes back {
  0% {
    background-size: 240%;
  }
  50% {
    background-size: 100%;
  }
  100% {
    background-size: 240%;
  }
}

@keyframes back {
  0% {
    background-size: 240%;
  }
  50% {
    background-size: 100%;
  }
  100% {
    background-size: 240%;
  }
}

.main-title span {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: justify;
  color: #7d7d7d;
  opacity: 0.77;
}

@media screen and (max-width: 1380px) {
  .main-title span {
    font-size: clamp(18px, 8vw, 36px);
    line-height: clamp(28px, 8vw, 44px);
  }
}

.about-button {
  font-style: normal;
  font-weight: 450;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
  background: #ffffff;
  padding: 5px 20px;
  margin-left: 40px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  outline: 0;
  border: 0;
}

@media screen and (max-width: 1380px) {
  .about-button {
    font-size: clamp(16px, 8vw, 36px);
    line-height: clamp(20px, 8vw, 44px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.about-button:hover {
  background: #dfdfdf;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.about-button:active {
  background: #999898;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*# sourceMappingURL=style.css.map */