@font-face {
  font-family: "Poppins-Medium";
  src: url("../../fonts/Poppins-Medium.eot");
  src: url("../../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Medium.woff2") format("woff2"), url("../../fonts/Poppins-Medium.woff") format("woff"), url("../../fonts/Poppins-Medium.ttf") format("truetype"), url("../../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../../fonts/Poppins-Light.eot");
  src: url("../../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Light.woff2") format("woff2"), url("../../fonts/Poppins-Light.woff") format("woff"), url("../../fonts/Poppins-Light.ttf") format("truetype"), url("../../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../../fonts/Poppins-SemiBold.eot");
  src: url("../../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../../fonts/Poppins-SemiBold.woff") format("woff"), url("../../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../../fonts/Poppins-Regular.eot");
  src: url("../../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Poppins-Regular.woff2") format("woff2"), url("../../fonts/Poppins-Regular.woff") format("woff"), url("../../fonts/Poppins-Regular.ttf") format("truetype"), url("../../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #0F1624;
  color: #fff;
  font-family: "Poppins-SemiBold", sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
}

span {
  color: #339ACB;
}

.container {
  margin: 0px 15px 0px 15px;
}

button {
  cursor: pointer;
}

.artemi__form {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.75);
}
.artemi__form .artemi__form-item {
  display: flex;
  justify-content: end;
  margin-right: 15px;
}
.artemi__form .artemi__form-content {
  margin: 60px auto;
  width: 375px;
  height: 630px;
  background-color: #0F1624;
  border-radius: 15px;
}
.artemi__form .artemi__form-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.artemi__form h4 {
  font-size: 30px;
}
.artemi__form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.artemi__form .item-form {
  width: 330px;
  height: 27px;
  border-radius: 12px;
  border-color: #945DD6;
  margin-top: 30px;
}
.artemi__form textarea {
  width: 330px;
  height: 120px;
  border-radius: 12px;
  border-color: #945DD6;
  margin-top: 30px;
  font-size: 18px;
  text-align: start;
}
.artemi__form textarea::placeholder {
  color: #6978D1;
}
.artemi__form .item-form::placeholder {
  color: #6978D1;
  font-size: 18px;
}
.artemi__form .artemi__item-button {
  border-radius: 83px;
  padding: 15px 13px 15px 13px;
  color: #fff;
  font-family: "Poppins-Medium", sans-serif;
  border: none;
  margin-top: 22px;
  cursor: pointer;
  text-align: center;
  inset: 0;
  background: linear-gradient(270deg, #13ADC7 0%, #6978D1 25%, #945DD6 50%, #6978D1 75%, #13ADC7 100%);
  animation: animate 20s linear infinite;
  background-size: 500%;
}
.artemi__form .artemi__item-button p {
  font-size: 20px;
}
.artemi__form .artemi__item-button:hover {
  transform: scale(1.02);
}
.artemi__form .artemi__item-button:active {
  transform: scale(0.98);
}
.artemi__form .button-close {
  margin-top: 15px;
  border: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
@keyframes animate {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 500% 0;
  }
}

.active {
  display: block;
}

.body-item {
  position: fixed;
  top: 82.5%;
  left: 80%;
  z-index: 2;
}
.body-item .button-up {
  border-radius: 83px;
  padding: 15px 16px;
  color: #fff;
  font-family: "Poppins-Medium", sans-serif;
  border: none;
  margin-top: 22px;
  cursor: pointer;
  text-align: center;
  inset: 0;
  background: linear-gradient(270deg, #13ADC7 0%, #6978D1 25%, #945DD6 50%, #6978D1 75%, #13ADC7 100%);
  animation: animate 20s linear infinite;
  background-size: 500%;
}
.body-item .button-up:hover {
  transform: scale(1.02);
}
.body-item .button-up:active {
  transform: scale(0.98);
}

@media (min-width: 767px) {
  .body-item {
    top: 70%;
    left: 85%;
  }
  .body-item .button-up {
    padding: 18px 19px;
    font-size: 20px;
  }

  .container {
    margin: 0px 50px 0px 50px;
  }
}
@media (min-width: 1024px) {
  .body-item {
    top: 80%;
    left: 90%;
  }
  .body-item .button-up {
    padding: 23px 24px;
    font-size: 28px;
  }

  .container {
    margin: 0px 100px 0px 100px;
  }
}
header {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  background-color: #0F1624;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header__main {
  display: flex;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  font-size: 20px;
  align-items: center;
}

.nav__list {
  flex: 1;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  font-size: 15px;
  font-family: "Poppins-Medium", sans-serif;
}
.nav__list a {
  opacity: 0.6;
}
.nav__list a:hover {
  opacity: 1;
}

nav {
  display: flex;
  align-items: center;
}

.header__logo-tablet {
  display: none;
}

@media (min-width: 767px) {
  .header__logo {
    display: none;
  }

  .header__logo-tablet {
    display: flex;
    font-size: 20px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .header__logo-tablet {
    font-size: 25px;
  }

  .nav__list {
    font-size: 20px;
    width: 310px;
  }

  .header__main {
    height: 70px;
  }
}
@media (min-width: 1400px) {
  .header__logo-tablet {
    font-size: 30px;
  }

  .nav__list {
    font-size: 25px;
    width: 410px;
  }

  .header__main {
    height: 100px;
  }
}
.artemi__main {
  padding-top: 60px;
}
.artemi__main * {
  margin: 0px;
}
.artemi__main .artemi__pictures {
  display: flex;
  justify-content: center;
  align-items: center;
}
.artemi__main .artemi__photo {
  position: absolute;
}
.artemi__main .figure-tablet {
  display: none;
}
.artemi__main .artemi-tablet {
  display: none;
}
.artemi__main .artemi__create {
  padding-top: 18px;
}
.artemi__main .artemi__title {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 48px;
}
.artemi__main .artemi__text p {
  font-size: 20px;
}
.artemi__main .artemi__button-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.artemi__main .button-drop {
  border-radius: 83px;
  padding: 15px 13px 15px 13px;
  color: #fff;
  font-family: "Poppins-Medium", sans-serif;
  border: none;
  margin-top: 22px;
  cursor: pointer;
  text-align: center;
  inset: 0;
  background: linear-gradient(270deg, #13ADC7 0%, #6978D1 25%, #945DD6 50%, #6978D1 75%, #13ADC7 100%);
  animation: animate 20s linear infinite;
  background-size: 500%;
}
.artemi__main .button-drop p {
  font-size: 20px;
}
.artemi__main .button-drop:hover {
  transform: scale(1.02);
}
.artemi__main .button-drop:active {
  transform: scale(0.98);
}
@keyframes animate {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 500% 0;
  }
}

@media (min-width: 767px) {
  .artemi__main {
    padding-top: 70px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .artemi__main .artemi__text p {
    font-size: 25px;
  }
  .artemi__main .artemi__title {
    font-size: 55px;
  }
  .artemi__main .button-drop p {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .artemi__main {
    padding-top: 80px;
  }
  .artemi__main .figure-tablet {
    display: block;
    width: 600px;
  }
  .artemi__main .artemi-tablet {
    display: block;
    width: 400px;
  }
  .artemi__main .figure {
    display: none;
  }
  .artemi__main .artemi {
    display: none;
  }
}
@media (min-width: 1400px) {
  .artemi__main {
    padding-top: 120px;
  }
  .artemi__main .figure-tablet {
    display: block;
    width: 700px;
  }
  .artemi__main .artemi-tablet {
    display: block;
    width: 500px;
  }
  .artemi__main .artemi__text p {
    font-size: 30px;
  }
  .artemi__main .artemi__title {
    font-size: 60px;
  }
  .artemi__main .button-drop p {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  .artemi__main {
    padding-top: 150px;
  }
  .artemi__main .figure-tablet {
    display: block;
    width: 800px;
  }
  .artemi__main .artemi-tablet {
    display: block;
    width: 600px;
  }
  .artemi__main .artemi__text p {
    font-size: 35px;
  }
  .artemi__main .artemi__title {
    font-size: 80px;
  }
  .artemi__main .button-drop {
    padding: 20px 18px 20px 18px;
  }
  .artemi__main .button-drop p {
    font-size: 35px;
  }
}
.projects__main .projects__title {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}
.projects__main .projects__title h2 {
  font-size: 40px;
}
.projects__main .swiper {
  z-index: 1;
}
.projects__main .swiper-slide {
  width: 300px;
  height: 370px;
}
.projects__main .slide {
  text-align: center;
  box-shadow: 0px 0px 12px #FFFFFF;
  border-radius: 50px 0px;
  margin: 15px 30px;
  padding: 30px 15px;
}
.projects__main .slide-text h4 {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 20px;
}
.projects__main .slide-text p {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
.projects__main .slidder-button {
  border-radius: 83px;
  padding: 15px 13px 15px 13px;
  color: #fff;
  font-family: "Poppins-Medium", sans-serif;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  text-align: center;
  inset: 0;
  background: linear-gradient(270deg, #13ADC7 0%, #6978D1 25%, #945DD6 50%, #6978D1 75%, #13ADC7 100%);
  animation: animate 20s linear infinite;
  background-size: 500%;
}
.projects__main .slidder-button p {
  margin: 0;
  font-size: 15px;
}
.projects__main .slidder-button:hover {
  transform: scale(1.02);
}
.projects__main .slidder-button:active {
  transform: scale(0.98);
}
.projects__main .line {
  width: 160px;
  height: 2px;
  margin: auto;
  inset: 0;
  background: linear-gradient(270deg, #13ADC7 0%, #6978D1 25%, #945DD6 50%, #6978D1 75%, #13ADC7 100%);
  animation: animate 20s linear infinite;
  background-size: 500%;
}
@keyframes animate {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 500% 0;
  }
}
.projects__main .projects__tablet {
  display: none;
}

@media (min-width: 767px) {
  .projects__main .swiper {
    display: none;
  }
  .projects__main .projects__tablet {
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-top: 40px;
  }
  .projects__main .projects__tablet .slide {
    text-align: center;
    box-shadow: 0px 0px 12px #FFFFFF;
    border-radius: 50px 0px;
    margin: 0px 15px;
    padding: 30px 15px;
  }
  .projects__main .projects__tablet .swiper-slide {
    width: 320px;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .projects__main .projects__title {
    padding-top: 90px;
  }
  .projects__main .projects__title h2 {
    font-size: 45px;
  }
  .projects__main .slide-text h4 {
    font-size: 25px;
  }
  .projects__main .slidder-button p {
    margin: 0;
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .projects__main .projects__title {
    padding-top: 90px;
  }
  .projects__main .projects__title h2 {
    font-size: 50px;
  }
  .projects__main .slide-text h4 {
    font-size: 30px;
  }
  .projects__main .slidder-button p {
    margin: 0;
    font-size: 25px;
  }
}
@media (min-width: 1920px) {
  .projects__main .projects__title {
    padding-top: 100px;
  }
  .projects__main .projects__title h2 {
    font-size: 55px;
  }
  .projects__main .slide-text h4 {
    font-size: 35px;
  }
  .projects__main .slidder-button p {
    margin: 0;
    font-size: 30px;
  }
  .projects__main .projects__tablet .swiper-slide {
    width: 320px;
    height: 300px;
    margin-top: 20px;
  }
}
.skills__main * {
  margin: 0px;
}
.skills__main .skills__title {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}
.skills__main .skills__title h2 {
  font-size: 40px;
}
.skills__main .skills__skills-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5px 0px 5px;
  padding-top: 5px;
}
.skills__main .skills__skills-block {
  padding-top: 39px;
}
.skills__main .scales {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.skills__main .scale-def {
  width: 100%;
  height: 8px;
  background: #162950;
  border-radius: 10px;
  margin-top: 5px;
}
.skills__main .scale {
  position: absolute;
  border: none;
  border-radius: 10px;
  height: 8px;
  margin-top: 5px;
}
.skills__main .scale-60 {
  position: absolute;
  border: none;
  border-radius: 10px;
  height: 8px;
}
.skills__main .scale::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #13ADC7 0%, #6978D1 25%, #945DD6 50%, #6978D1 75%, #13ADC7 100%);
  animation: animate 20s linear infinite;
  background-size: 500%;
}
.skills__main .scale::after {
  content: "";
  position: absolute;
  border-radius: 83px;
  inset: 0;
  background: linear-gradient(270deg, #13ADC7 0%, #6978D1 25%, #945DD6 50%, #6978D1 75%, #13ADC7 100%);
  animation: animate 20s linear infinite;
  background-size: 500%;
}
.skills__main .skills_text-block {
  margin-top: 39px;
}
.skills__main .skills__text-title {
  display: flex;
  justify-content: center;
  font-size: 15px;
}
.skills__main .skills__list {
  padding: 20px 0px 0px 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}
.skills__main li {
  width: 105px;
  margin-right: 20px;
  margin-bottom: 5px;
}

@media (min-width: 767px) {
  .skills__main .skills__title {
    padding-top: 80px;
  }
  .skills__main .skills__title h2 {
    font-size: 40px;
  }
  .skills__main .skills__skills-text {
    font-size: 20px;
  }
  .skills__main .skills__skills-block {
    padding-top: 39px;
  }
  .skills__main .scale-def {
    height: 10px;
  }
  .skills__main .scale {
    height: 10px;
  }
  .skills__main .scale-60 {
    height: 10px;
  }
  .skills__main .skills_text-block {
    margin-top: 50px;
  }
  .skills__main .skills__text-title {
    font-size: 20px;
  }
  .skills__main .skills__list {
    font-size: 19px;
  }
  .skills__main li {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .skills__main .skills__title {
    padding-top: 80px;
  }
  .skills__main .skills__title h2 {
    font-size: 45px;
  }
  .skills__main .skills__skills-text {
    font-size: 25px;
  }
  .skills__main .skills__skills-block {
    padding-top: 50px;
  }
  .skills__main .scale-def {
    height: 15px;
  }
  .skills__main .scale {
    height: 15px;
  }
  .skills__main .scale-60 {
    height: 15px;
  }
  .skills__main .skills_text-block {
    margin-top: 55px;
  }
  .skills__main .skills__text-title {
    font-size: 25px;
  }
  .skills__main .skills__list {
    font-size: 24px;
  }
  .skills__main li {
    width: 200px;
  }
}
@media (min-width: 1400px) {
  .skills__main .skills__title {
    padding-top: 200px;
  }
  .skills__main .skills__title h2 {
    font-size: 50px;
  }
  .skills__main .skills__skills-text {
    font-size: 30px;
  }
  .skills__main .skills__skills-block {
    padding-top: 55px;
  }
  .skills__main .scale-def {
    height: 20px;
  }
  .skills__main .scale {
    height: 20px;
  }
  .skills__main .scale-60 {
    height: 20px;
  }
  .skills__main .skills_text-block {
    margin-top: 90px;
  }
  .skills__main .skills__text-title {
    font-size: 30px;
  }
  .skills__main .skills__list {
    padding-top: 50px;
    font-size: 29px;
  }
  .skills__main li {
    width: 250px;
  }
}
@media (min-width: 1920px) {
  .skills__main .skills__title {
    padding-top: 200px;
  }
  .skills__main .skills__title h2 {
    font-size: 55px;
  }
  .skills__main .skills__skills-text {
    font-size: 35px;
  }
  .skills__main .skills__skills-block {
    padding-top: 60px;
  }
  .skills__main .scale-def {
    height: 25px;
  }
  .skills__main .scale {
    height: 25px;
  }
  .skills__main .scale-60 {
    height: 25px;
  }
  .skills__main .skills_text-block {
    margin-top: 100px;
  }
  .skills__main .skills__text-title {
    font-size: 35px;
  }
  .skills__main .skills__list {
    font-size: 34px;
  }
  .skills__main li {
    width: 300px;
  }
}
.about__main {
  padding-bottom: 20px;
}
.about__main * {
  margin: 0px;
}
.about__main .about__title {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}
.about__main .about__title h2 {
  font-size: 40px;
}
.about__main .about__text-block {
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
}
.about__main .about__item {
  display: flex;
  justify-content: center;
}
.about__main .timeline {
  position: absolute;
  width: 4px;
  height: 487px;
  margin-top: 125px;
  background-color: #fff;
  text-align: center;
}
.about__main .sphere {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
}
.about__main .about__year-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
}
.about__main .about__year-block p {
  width: 160px;
  text-align: center;
}
.about__main .about__year-block h3 {
  width: 160px;
  text-align: center;
  font-size: 35px;
}
.about__main .about__year-block .about__tablet-item {
  display: none;
}
.about__main .about__year-block .sphere-tablet {
  display: none;
}
.about__main .about__baseline {
  display: none;
}

@media (min-width: 767px) {
  .about__main .about__item {
    display: none;
  }
  .about__main .about__timline-block {
    position: relative;
    display: flex;
    justify-content: space-around;
  }
  .about__main .timeline_tablet {
    width: 75%;
    height: 5px;
    border-radius: 12px;
    background-color: #fff;
    position: absolute;
    top: 129px;
    text-align: center;
  }
  .about__main .about__year-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: space-around;
    padding-top: 80px;
  }
  .about__main .about__year-block .about__tablet-item {
    display: block;
  }
  .about__main .about__year-block h3 {
    display: none;
  }
  .about__main .about__year-block .sphere {
    display: none;
  }
  .about__main .about__year-block .sphere-tablet {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .about__main .about__year-block p {
    width: 160px;
    height: 100px;
    margin: auto;
  }
  .about__main .about__baseline {
    display: block;
    background-color: #fff;
    height: 5px;
    width: 100%;
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .about__main {
    padding-bottom: 20px;
  }
  .about__main .about__title {
    padding-top: 80px;
  }
  .about__main .about__title h2 {
    font-size: 45px;
  }
  .about__main .about__text-block {
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
  }
  .about__main .about__year-block h3 {
    font-size: 45px;
  }
  .about__main .about__year-block p {
    width: 200px;
    font-size: 20px;
  }
  .about__main .about__year-block .sphere-tablet {
    width: 15px;
    height: 15px;
    border-radius: 100px;
  }
  .about__main .timeline_tablet {
    height: 7px;
    top: 141px;
  }
  .about__main .about__baseline {
    height: 6px;
  }
}
@media (min-width: 1400px) {
  .about__main {
    padding-bottom: 20px;
  }
  .about__main .about__title {
    padding-top: 200px;
  }
  .about__main .about__title h2 {
    font-size: 50px;
  }
  .about__main .about__text-block {
    font-size: 25px;
    text-align: center;
    padding-top: 20px;
  }
  .about__main .about__year-block h3 {
    font-size: 50px;
  }
  .about__main .about__year-block p {
    width: 250px;
    font-size: 25px;
  }
  .about__main .about__year-block .sphere-tablet {
    width: 15px;
    height: 15px;
    border-radius: 100px;
  }
  .about__main .timeline_tablet {
    height: 7px;
    top: 146px;
  }
  .about__main .about__baseline {
    margin-top: 170px;
    height: 6px;
  }
}
@media (min-width: 1920px) {
  .about__main {
    padding-bottom: 25px;
  }
  .about__main .about__title {
    padding-top: 250px;
  }
  .about__main .about__title h2 {
    font-size: 55px;
  }
  .about__main .about__text-block {
    font-size: 30px;
    text-align: center;
    padding-top: 25px;
  }
  .about__main .about__year-block h3 {
    font-size: 55px;
  }
  .about__main .about__year-block p {
    width: 350px;
    font-size: 30px;
  }
  .about__main .about__year-block .sphere-tablet {
    width: 18px;
    height: 18px;
    border-radius: 100px;
  }
  .about__main .timeline_tablet {
    height: 8px;
    top: 154px;
  }
  .about__main .about__baseline {
    margin-top: 170px;
    height: 6px;
  }
}
footer {
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}

.footer__main * {
  margin: 0px;
}
.footer__main .footer__contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 20px 0 30px 0;
}
.footer__main ul {
  padding: 0;
}
.footer__main .mail {
  display: flex;
}
.footer__main .text {
  padding-left: 5px;
}
.footer__main .footer__portfolio-text {
  display: none;
}
.footer__main .footer_by {
  display: none;
}
.footer__main .linkedIn {
  padding-top: 4px;
}

@media (min-width: 767px) {
  .footer__main .mail {
    width: 250px;
  }
  .footer__main .text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .footer__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__main .footer__portfolio-text {
    display: block;
    text-align: center;
    font-size: 20px;
  }
  .footer__main .footer_by {
    display: block;
    text-align: center;
    font-size: 15px;
  }
  .footer__main .footer__contacts {
    width: 300px;
    justify-content: space-between;
    align-items: center;
  }
  .footer__main .footer__contacts a {
    height: 27px;
  }
  .footer__main .text {
    display: none;
  }
  .footer__main .mail {
    width: 50px;
  }
}
@media (min-width: 1400px) {
  .footer__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__main .footer__portfolio-text {
    display: block;
    text-align: center;
    font-size: 25px;
  }
  .footer__main .footer_by {
    display: block;
    text-align: center;
    font-size: 20px;
  }
  .footer__main .footer__contacts {
    width: 300px;
    justify-content: space-between;
    align-items: center;
  }
  .footer__main .footer__contacts a {
    height: 27px;
  }
  .footer__main .text {
    display: none;
  }
  .footer__main .mail {
    width: 50px;
  }
}