@charset "UTF-8";

@font-face {
  font-family: Nunito;
  font-display: swap;
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"),
    url("../fonts/Nunito-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Nunito;
  font-display: swap;
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"),
    url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Sen;
  font-display: swap;
  src: url("../fonts/Sen-Bold.woff2") format("woff2"),
    url("../fonts/Sen-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: RubikMonoOne;
  font-display: swap;
  src: url("../fonts/RubikMonoOne-Regular.woff2") format("woff2"),
    url("../fonts/RubikMonoOne-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Sen;
  font-display: swap;
  src: url("../fonts/Sen-Regular.woff2") format("woff2"),
    url("../fonts/Sen-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/

body {
  font-family: Sen, Arial, sans-serif;
  font-weight: 400;
  position: relative;
}

.russian {
  font-family: Nunito, Arial, sans-serif;
  font-weight: 400;
}

.visitcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100dvh;
}

.visitcard-footer {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  color: rgba(0, 0, 0, 0.4);
}

.header {
  padding: 20px 40px 0;
}

.header-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo picture {
  display: contents;
}

.header-logo-img {
  max-width: 12%;
}

.header-logo-name {
  margin-left: 5px;
  font-size: 20px;
  font-family: RubikMonoOne, Arial, sans-serif;
  background: -o-linear-gradient(
    183.6deg,
    rgba(255, 149, 2, 0.8) 45.94%,
    rgba(255, 184, 1, 0.8) 53.4%
  );
  background: linear-gradient(
    266.4deg,
    rgba(255, 149, 2, 0.8) 45.94%,
    rgba(255, 184, 1, 0.8) 53.4%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-contacts .header-contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header-contacts li {
  display: inline;
  margin-left: 20px;
  font-size: 18px;
}

.header-contacts a {
  color: black;
}

.anime {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anime p {
  margin: 15px;
  font-size: 40px;
}

.anime h1 {
  margin: 15px;
  font-size: 100px;
}

.anime .animate__fadeInUp {
  --animate-duration: 2s;
}

.anime .animate__fadeInLeft {
  --animate-duration: 2s;
}

.aboutme {
  background: rgba(255, 149, 2, 0.8);
}

.aboutme-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
}

.aboutme-wrapper-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.aboutme-wrapper-left .aboutme-wrapper-whoami {
  margin-bottom: 15px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.aboutme-wrapper-left img {
  max-width: 30%;
  margin-bottom: 10px;
}

.aboutme-wrapper-left .aboutme-wrapper-myname {
  font-size: 28px;
}

.aboutme-wrapper-description {
  max-width: 50%;
  text-align: justify;
  font-size: 28px;
  line-height: 40px;
}

.aboutme-wrapper-description p,
.contactme-wrapper-text {
  margin-bottom: 10px;
  text-align: justify;
  text-align-last: left;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-wrap: pretty;
}

.content-services {
  padding: 50px 20px;
}

.content-services-flexbox {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-services-flexbox-item {
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  max-width: 250px;
  margin: 25px;
  text-align: center;
}

.content-services-flexbox .content-service-text {
  font-size: 20px;
}

.content-services-flexbox .content-service-icon {
  margin-bottom: 10px;
}

.content-services-flexbox-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.contactme {
  background: rgba(255, 184, 1, 0.8);
}

.contactme-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.contactme-wrapper-text {
  padding: 60px;
  text-align: justify;
  max-width: 600px;
  margin: 0 auto;
  text-align: justify;
  font-size: 28px;
  line-height: 40px;
}

.contactme-wrapper span {
  text-align: justify;
  font-size: 28px;
  line-height: 40px;
}

.contactme-wrapper button {
  margin: 30px 40px 0px;
  padding: 15px 30px;
  color: black;
  border-radius: 40px;
  font-size: 20px;
  background: -o-linear-gradient(
    149.6deg,
    rgba(255, 149, 2, 0.8) 25.94%,
    rgba(255, 184, 1, 0.8) 53.4%
  );
  background: linear-gradient(
    300.4deg,
    rgba(255, 149, 2, 0.8) 25.94%,
    rgba(255, 184, 1, 0.8) 53.4%
  );
  -webkit-box-shadow: 0px 3px 15px black;
  box-shadow: 0px 3px 15px black;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contactme-wrapper button:hover {
  color: white;
  background: black;
}

.contactme-wrapper button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.contactme-wrapper .socials {
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  padding: 20px 0 30px 0;
}

.arrowButton {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  margin: 0 3em 3em 0;
  padding: 0.25em;
}

.arrowButton img {
  width: 60px;
  height: 60px;
}

.arrowButton.show {
  visibility: visible;
  opacity: 0.3;
}

.arrowButton.hide {
  visibility: hidden;
  opacity: 0;
}

.arrowButton:hover {
  opacity: 1;
}

footer {
  padding: 20px;
  text-align: center;
  background-color: rgba(207, 207, 207, 0.3);
}

footer p {
  padding: 5px;
  margin-bottom: 5px;
}

footer span {
  padding-bottom: 5px;
  font-family: RubikMonoOne, Arial, sans-serif;
  background: -o-linear-gradient(
    183.6deg,
    rgba(255, 149, 2, 0.8) 45.94%,
    rgba(255, 184, 1, 0.8) 53.4%
  );
  background: linear-gradient(
    266.4deg,
    rgba(255, 149, 2, 0.8) 45.94%,
    rgba(255, 184, 1, 0.8) 53.4%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 768px) {
  .aboutme .aboutme-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .aboutme .aboutme-wrapper-left {
    margin-bottom: 40px;
  }

  .aboutme .aboutme-wrapper-description {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .visitcard-footer {
    font-size: 14px;
  }

  .header-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .header-logo-name {
    font-size: 15px;
  }

  .header-logo-img {
    max-width: 12%;
  }

  .header .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .header-contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .header-contacts-item {
    margin: 10px;
  }

  .anime p {
    font-size: 30px;
  }

  .anime h1 {
    font-size: 55px;
  }
}

@media (max-width: 425px) {
  .aboutme .aboutme-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
  }

  .aboutme .aboutme-wrapper-left {
    margin-bottom: 40px;
  }

  .aboutme .aboutme-wrapper-left .aboutme-wrapper-whoami {
    font-size: 30px;
  }

  .aboutme .aboutme-wrapper-description {
    font-size: 20px;
  }

  .content-services {
    padding: 50px;
  }

  .content-services-flexbox-item {
    margin: 15px;
  }

  .content-services-flexbox-item .content-service-text {
    font-size: 15px;
  }

  .content-services-flexbox-item img {
    width: 40%;
  }

  .contactme .contactme-wrapper-text {
    font-size: 20px;
  }

  .contactme .contactme-wrapper span {
    font-size: 24px;
    padding: 0 5px;
  }
}

@media (max-width: 400px) {
  .anime p {
    font-size: 30px;
  }

  .anime h1 {
    font-size: 35px;
  }
}

@media (max-width: 320px) {
  .content-services .content-service-text {
    font-size: 15px;
  }

  .contactme .contactme-wrapper-text {
    font-size: 18px;
  }

  .contactme .contactme-wrapper span {
    font-size: 20px;
  }

  .contactme .contactme-wrapper .socials {
    padding: 20px 20px 35px;
    font-size: 14px;
  }
}

@media (max-height: 470px) {
  .header-logo-name {
    font-size: 12px;
  }

  .header-logo-img {
    max-width: 10%;
  }

  .header .header-contacts-item {
    font-size: 12px;
  }

  .anime p {
    font-size: 27px;
    margin: 10px;
  }

  .anime h1 {
    font-size: 30px;
    margin: 10px;
  }

  .aboutme .aboutme-wrapper-left .aboutme-wrapper-whoami {
    font-size: 25px;
  }

  .aboutme .aboutme-wrapper-left img {
    max-width: 20%;
  }

  .aboutme .aboutme-wrapper-description {
    font-size: 18px;
  }

  .content-services .content-service-text {
    font-size: 16px;
  }

  .contactme .contactme-wrapper-text {
    font-size: 20px;
  }

  .contactme .contactme-wrapper span {
    font-size: 20px;
  }

  .contactme .contactme-wrapper .socials {
    padding: 20px 20px 35px;
    font-size: 14px;
  }
}
