@charset "UTF-8";
/*Обнуляющие стили*/
/*Очистим все отступы и границы*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  color: #000;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 150%;
}

/*Убираем линии обводки некоторых браузеров*/
:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

/*задаем блочными теги Html5*/
nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: 100%;
  width: 100%;
  font-size: 100%;
  -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 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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;
}

.container {
  width: 1360px;
  margin: auto;
  position: relative;
}

.hide {
  display: none !important;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header {
  background: #fff;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header__menu-item {
  padding: 30px 60px;
  border-right: 1px solid #000;
  height: 100%;
}

.header__menu-item:first-child {
  border-left: 1px solid #000;
}

.header__menu-item:last-child {
  margin-right: 20px;
}

.header__menu-link {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.footer {
  margin-top: 60px;
  border-top: 1px solid #000000;
  padding: 80px 0;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__list-item:not(:last-child) {
  margin-bottom: 30px;
}

.footer__list-link {
  font-size: 16px;
  text-transform: uppercase;
}

.footer__list-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.footer__socials-item {
  height: 16px;
  width: auto;
}

.footer__socials-link:not(:last-child) {
  margin-right: 20px;
}

.about {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__container {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__container::after {
  content: '';
  display: block;
  height: 100vh;
  width: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.about-me-block {
  max-width: 550px;
}

.about__title {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
}

.about__title::after {
  content: '';
  display: block;
  background: #000;
  margin-top: 32px;
  height: 1px;
  width: 550px;
}

.about__text {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
}

.eye {
  position: absolute;
  bottom: 70px;
  right: 10px;
}

.eye-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 2px solid #000000;
  width: 250px;
  height: 250px;
}

.eye__text {
  margin-left: 14px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.eye__socials {
  position: absolute;
  bottom: 0;
  right: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #000000;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 100px;
}

.eye__socials-link {
  display: block;
}

.eye__socials-link:not(:first-child) {
  margin-left: 50px;
}

.me-img {
  width: 50%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio__nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.portfolio__nav-item {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio__nav-item:hover {
  opacity: 0.5;
}

.portfolio__nav-item--chosen {
  padding: 17px 33px;
  border: 2px solid #000;
  border-radius: 40px;
}

.cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
  display: block;
  width: 32%;
  margin: 0.66% 0.66%;
  position: relative;
}

.card:hover .card-hover {
  opacity: 1;
}

.card:hover .card-hover__text {
  display: block;
}

.card__img {
  width: 100%;
  height: auto;
}

.card-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-hover__text {
  border-radius: 50px;
  padding: 20px 30px;
  border: 1px solid #fff;
  display: none;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 80%;
}

.first-screen {
  padding-top: 140px;
  height: 100vh;
  width: 100vw;
}

.first-screen--amore-si {
  background: url(../img/amore-si-bg.png) no-repeat center/cover;
}

.back-link {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.back-link__text {
  margin-left: 30px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.title {
  font-weight: 600;
  font-size: 48px;
  text-transform: uppercase;
  max-width: 70%;
}

.description__title {
  padding: 70px 0;
}

.img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img-block__item {
  width: 47%;
  -o-object-fit: cover;
     object-fit: cover;
}

.styles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 70px;
}

.styles__img {
  max-width: 60%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.styles__title {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}

.font__a {
  font-size: 22px;
  margin-top: 31px;
}

.font__uppercase {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 14px;
}

.font__lowercase {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  margin-top: 14px;
}

.font__name {
  font-size: 14px;
  margin-top: 14px;
}

.font--montserrat-med {
  font-weight: 500;
}

.font--playfair-semib {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

.styles__colors {
  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;
}

.colors__color {
  margin-top: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #B3B3B3;
}

.color-wrap {
  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;
}

.colors__color--000000 {
  background: #000000;
}

.colors__color--E0CEC6 {
  background: #e0cec6;
}

.colors__color--FFFFFF {
  background: #fff;
}

.colors__name {
  margin-top: 15px;
  font-size: 16px;
}

.container__testimonial {
  margin-top: 70px;
  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;
}

.testimonial__text {
  margin-top: 30px;
  width: 60%;
  text-align: center;
}

.testimonial__photo {
  height: 100px;
  width: 100px;
  margin-top: 40px;
}

.testimonial__name {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.testimonial__subtitle {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #6F6F6F;
}

.behance-link {
  display: block;
}

.container__behance {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-project__item {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #000000;
}

.about-project__item:last-child {
  border-bottom: 2px solid #000000;
}

.about-project__name {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}

.about-project__icon {
  margin-left: 40px;
}

.about-project__text {
  margin-left: 100px;
}

.is-hidden {
  display: none;
}

.drop-down__icon:after,
.drop-down__icon:before {
  content: "";
  width: 14px;
  height: 1px;
  border-radius: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
  contain: strict;
}

.drop-down__icon {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drop-down__icon:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  will-change: translate,rotate;
}

.drop-down__icon:after {
  will-change: translate,opacity;
}

.drop-down__icon.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  width: 0;
}

.about__drop-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-project__text {
  max-width: 60%;
  justify-self: flex-end;
}

.felicita {
  background: #30392C;
}

.header--felicita {
  background: #30392C;
  border-bottom: 1px solid #30392C;
  border-top: 1px solid #30392C;
}

.first-screen--felicita {
  background: url(../img/felicita-bg.png) no-repeat center/cover;
}

.header__menu-item--felicita {
  border-right: 1px solid #fff;
}

.header__menu-item--felicita:first-child {
  border-left: 1px solid #fff;
}

.back-link__text--white, .header__menu-link--white, .title--white, .footer__list-item--white, .footer__list-link--white {
  color: #fff;
}

.footer-dark {
  border-top: 1px solid #fff;
}

.text--white {
  color: #fff !important;
}

.text--white-60 {
  color: #fff;
  opacity: 0.6;
}

.about-project__item--white {
  border-top: 1px solid #fff;
}

.about-project__item--white:last-child {
  border-bottom: 1px solid #fff;
}

.drop-down__icon:after,
.drop-down__icon:before {
  content: "";
  width: 14px;
  height: 1px;
  border-radius: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
  contain: strict;
}

.drop-down__icon--white {
  border: 1px solid #fff;
}

.drop-down__icon--white::after, .drop-down__icon--white::before {
  background-color: #fff;
}

.behance-icon--b-card {
  width: 55px;
}

.colors__color--445240 {
  background: #445240;
}

.colors__color--8D3326 {
  background: #8D3326;
}

.presentation__slide {
  width: 100vw;
  height: auto;
}

.first-screen--presentation {
  background: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 120px;
}

.presentation--wrapper {
  margin-top: 20px;
}

.swiper-button-prev, .swiper-button-next {
  color: #000000;
}

.colors__color--FBF8EE {
  background: #FBF8EE;
}

.colors-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.colors__color--7F997D {
  background: #7F997D;
}

.colors__color--DA8D59 {
  background: #DA8D59;
}

.colors__color--F1CA8C {
  background: #F1CA8C;
}

.colors__color--FCFAF4 {
  background: #FCFAF4;
}

.font--roboto-reg {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.font--roboto-med {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.font--inter-bold {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

.first-screen--amore-si-flyer {
  background: url(../img/amore-si-flyer-bg.png) no-repeat center/cover;
}

.bg--black {
  background: #000;
}

.header--black {
  background: #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.first-screen--felicita {
  background: url(../img/felicita-bg.png) no-repeat center/cover;
}

.header__menu-item--felicita {
  border-right: 1px solid #fff;
}

.header__menu-item--felicita:first-child {
  border-left: 1px solid #fff;
}

.back-link__text--white, .header__menu-link--white, .title--white, .footer__list-item--white, .footer__list-link--white {
  color: #fff;
}

.footer-dark {
  border-top: 1px solid #fff;
}

.text--white {
  color: #fff !important;
}

.text--white-60 {
  color: #fff;
  opacity: 0.6;
}

.about-project__item--white {
  border-top: 1px solid #fff;
}

.about-project__item--white:last-child {
  border-bottom: 1px solid #fff;
}

.drop-down__icon:after,
.drop-down__icon:before {
  content: "";
  width: 14px;
  height: 1px;
  border-radius: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
  contain: strict;
}

.drop-down__icon--white {
  border: 1px solid #fff;
}

.drop-down__icon--white::after, .drop-down__icon--white::before {
  background-color: #fff;
}

.behance-icon--b-card {
  width: 55px;
}

.colors__color--445240 {
  background: #445240;
}

.colors__color--8D3326 {
  background: #8D3326;
}

.presentation__slide {
  width: 100vw;
  height: auto;
}

.first-screen--presentation {
  background: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 120px;
}

.presentation--wrapper {
  margin-top: 20px;
}

.swiper-button-prev, .swiper-button-next {
  color: #000000;
}

.colors__color--FBF8EE {
  background: #FBF8EE;
}

.colors-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.first-screen--okuneva {
  background: url(../img/visiting_card1.png) no-repeat center/cover;
}

.first-screen--artlife {
  background: url(../img/banner3.png) no-repeat center/cover;
}

.font--roboto-med {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.font--roboto-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.colors__color--E98541 {
  background: #E98541;
  border: #000000;
}

.colors__color--4EA8FF {
  background: #4EA8FF;
  border: #000000;
}

.colors__color--345D66 {
  background: #345D66;
  border: #000000;
}

.img-block__item--100 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1400px) {
  .me-img {
    width: 50vw;
  }
  .about-me-block {
    max-width: 37vw;
  }
  .eye {
    right: 40px;
  }
  .about__title::after {
    width: 37vw;
  }
  .about__container::after {
    right: 50px;
  }
  .header__menu-item:last-child {
    margin-right: 0px;
  }
  .container {
    width: 100vw;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1260px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .eye {
    right: 30px;
  }
  .about__container::after {
    right: 40px;
  }
  .about__title {
    font-size: 28px;
  }
  .about__text {
    font-size: 16px;
  }
  .portfolio__nav-item {
    font-size: 18px;
  }
  .about-project__icon {
    margin-left: 30px;
  }
  .about-project__text {
    margin-left: 50px;
  }
}

@media (max-width: 1150px) {
  .header__menu-link {
    font-size: 18px;
  }
  .first-screen {
    padding-top: 120px;
  }
  .about__text {
    margin-top: 30px;
    font-size: 14px;
  }
  .about__title::after {
    margin-top: 25px;
  }
  .eye-block {
    width: 200px;
    height: 200px;
  }
  .eye__icon {
    width: 40px;
  }
  .eye__text {
    font-size: 14px;
  }
  .portfolio__nav-item {
    font-size: 16px;
  }
  .eye__socials {
    padding-top: 20px;
    padding-right: 50px;
  }
  .eye__socials-item {
    height: 30px;
    width: 30px;
  }
  .eye__socials-link:not(:first-child) {
    margin-left: 30px;
  }
  .card-hover__text {
    font-size: 16px;
  }
  .title {
    font-size: 36px;
  }
  .about-project__name {
    font-size: 18px;
  }
  .about-project__icon {
    margin-left: 30px;
  }
  .about-project__text {
    font-size: 16px;
  }
  .styles {
    margin-bottom: 40px;
  }
  .styles__title {
    font-size: 18px;
  }
  .font__a {
    font-size: 18px;
  }
  .font__uppercase {
    font-size: 12px;
  }
  .font__lowercase {
    font-size: 12px;
  }
  .font__name {
    font-size: 12px;
  }
  .colors__color {
    width: 90px;
    height: 90px;
  }
  .colors__name {
    margin-top: 10px;
    font-size: 14px;
  }
  .container__testimonialm {
    margin-top: 50px;
  }
}

@media (max-width: 930px) {
  .about-project__text {
    margin-left: 40px;
  }
  .eye {
    bottom: 50px;
  }
  .portfolio__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .portfolio__nav-item {
    margin-top: 20px;
  }
  .portfolio__nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .logo__img {
    width: 150px;
    height: auto;
  }
  .header__menu-link {
    font-size: 16px;
  }
  .header__menu-item {
    padding: 20px 30px;
  }
  .first-screen {
    padding-top: 100px;
  }
  .back-link__icon {
    width: 55px;
    height: auto;
  }
  .back-link__text {
    font-size: 14px;
    margin-left: 20px;
  }
  .title {
    font-size: 28px;
  }
  .about-project__name {
    font-size: 16px;
  }
  .about-project__text {
    max-width: unset;
    font-size: 14px;
    margin-left: 50px;
  }
  .styles {
    margin-bottom: 30px;
    position: relative;
  }
  .styles__img {
    max-width: 80%;
  }
  .styles__img--small {
    height: 480px;
    width: 80%;
    margin-bottom: 300px;
  }
  .styles__fonts {
    position: absolute;
    top: 520px;
    width: 100%;
  }
  .card-hover__text {
    border-radius: 40px;
    padding: 15px 25px;
    font-size: 14px;
  }
  .fonts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .img-block {
    margin-top: 290px;
  }
  .testimonial__text {
    width: 80%;
  }
  .testimonial__photo {
    height: 60px;
    width: 60px;
    margin-top: 30px;
  }
  .testimonial__name {
    margin-top: 15px;
    font-size: 14px;
  }
  .testimonial__subtitle {
    margin-top: 5px;
    font-size: 12px;
  }
  .container__testimonial {
    margin-top: 30px;
  }
  .container__behance {
    margin-top: 50px;
  }
  .footer {
    margin-top: 50px;
    padding: 50px 0;
  }
  .footer__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__list-link {
    font-size: 12px;
  }
  .footer__list-title {
    font-size: 14px;
  }
  .footer__socials-item {
    height: 14px;
  }
  .footer__socials-link:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 800px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .eye {
    right: 20px;
  }
  .about__container::after {
    right: 30px;
  }
  .eye-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 150px;
    height: 150px;
  }
  .eye__icon {
    margin-bottom: 10px;
  }
  .me-img {
    margin-right: -30px;
  }
  .eye__socials {
    right: 130px;
    padding-right: 40px;
    padding-left: 5px;
  }
  .about-me-block {
    max-width: 40vw;
  }
}

@media (max-width: 700px) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .me-img {
    height: 100vh;
    width: 100vw;
    margin-left: -30px;
    margin-right: 0;
  }
  .about__container::after {
    top: 0;
  }
  .eye {
    top: 63vh;
  }
  .about {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .about-me-block {
    margin-top: 40px;
    max-width: 100%;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about__title {
    font-size: 18px;
  }
  .portfolio__nav-item {
    font-size: 14px;
  }
  .portfolio__nav-item--chosen {
    padding: 10px 25px;
    border: 1px solid #000;
  }
  .logo__img {
    margin-top: 4px;
    width: 120px;
  }
  .header__menu-link {
    font-size: 14px;
  }
  .header__menu-item {
    padding: 10px 20px;
  }
  .first-screen {
    padding-top: 80px;
  }
  .back-link__icon {
    width: 40px;
  }
  .back-link__text {
    font-size: 12px;
    margin-left: 15px;
  }
  .title {
    font-size: 24px;
  }
  .description__title {
    padding: 30px 0;
  }
  .about-project__name {
    font-size: 14px;
  }
  .about-project__icon {
    margin-left: 15px;
  }
  .about-project__text {
    font-size: 12px;
    margin-left: 30px;
    max-width: unset;
  }
  .cards {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card {
    width: 48%;
    margin-bottom: 2vw;
  }
  .styles {
    margin-top: 40px;
    -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;
  }
  .styles__colors {
    width: 80%;
  }
  .styles__img--small {
    height: auto;
    margin-bottom: 0px;
  }
  .styles__title {
    margin-top: 30px;
  }
  .colors-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .styles__fonts {
    position: static;
    width: 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;
  }
  .fonts-wrap {
    -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;
  }
  .font {
    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;
    text-align: center;
  }
  .img-block {
    margin-top: 40px;
  }
  .testimonial__text {
    width: 90%;
    font-size: 14px;
  }
  .testimonial__name {
    font-size: 12px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__list-link {
    font-size: 10px;
  }
  .footer__list-title {
    font-size: 12px;
  }
  .footer__socials-item {
    height: 12px;
  }
}

@media (max-width: 500px) {
  .logo__img {
    margin-top: 8px;
    width: 80px;
  }
  .header__menu-item {
    padding: 10px 10px;
  }
  .header__menu-link {
    font-size: 10px;
  }
  .back-link {
    margin-left: 30px;
  }
  .card-hover__text {
    font-size: 12px;
  }
  .title {
    font-size: 18px;
    max-width: 100%;
  }
  .about-project__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-project__name {
    font-size: 16px;
  }
  .about-project__text {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    font-size: 14px;
  }
  .styles__fonts {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .styles__colors {
    width: 100%;
  }
  .colors__color {
    width: 70px;
    height: 70px;
  }
  .colors__name {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .eye {
    right: 10px;
  }
  .about__container::after {
    right: 20px;
  }
  .me-img {
    margin-left: -20px;
  }
  .portfolio__nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .eye__socials {
    padding-right: 25px;
  }
  .eye__socials-link:not(:first-child) {
    margin-left: 15px;
  }
  .card-hover__text {
    font-size: 10px;
  }
}

@media (max-height: 500px) {
  .about {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .about__container {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .about-me-block {
    margin-top: 70px;
  }
  .eye {
    display: none;
  }
  .about__container::after {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */