body {
  color: var(--color-text-black);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.03em;
  overflow-y: scroll;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
ul,
li,
p {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul,
li,
.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1200px) {
  .section {
    padding-top: 94px;
    padding-bottom: 94px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.logo {
  color: #2196f3;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.17;
  text-decoration: none;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .logo {
    margin-left: 34px;
  }
}

@media screen and (min-width: 1200px) {
  .logo {
    margin-left: 46px;
  }
}

.header {
  position: relative;
  background-color: #FFB8CA;
  width: 100vw;
  height: 665px;
  padding: 38px 0 55px;
}

.header__block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 124px;
}

.nav {
  display: block;
  align-items: center;
  padding-top: 15px;
}

.nav__list {
  display: block;
  text-align: start;
}

@media screen and (min-width: 1200px) {
  .nav__list {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}

.nav__link {
  position: relative;
  color: #ffffff;
  display: block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: start;
}

.nav__link--current {
  color: #D41443;
}

.nav__link:hover, .nav__link:focus {
  color: #D41443;
}

@media screen and (min-width: 1199px) {
  .nav__link {
    font-size: 16px;
    line-height: 1.3;
  }
}

.nav__item:not(:last-child) {
  margin-bottom: 23px;
}

@media screen and (min-width: 1200px) {
  .nav__item:not(:last-child) {
    margin-right: 35px;
    margin-bottom: 0;
  }
}

.nav__item:first-child {
  margin-bottom: 22px;
}

@media screen and (min-width: 1200px) {
  .nav__item:first-child {
    margin-right: 35px;
    margin-bottom: 0;
  }
}

.menu-button {
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
  border: none;
  background-color: transparent;
  fill: #D41443;
}

@media screen and (min-width: 768px) {
  .menu-button {
    margin: 0 30px 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .menu-button {
    display: none;
  }
}

.menu-button .icon-cross {
  display: none;
}

.menu-button.js-open-menu .icon-cross {
  display: block;
}

.menu-button.js-open-menu .icon-menu {
  display: none;
}

.icon-cross:hover,
.icon-menu:hover {
  fill: #D41443;
}

.menu-conteiner.is-open {
  display: flex;
  padding-left: 21px;
  flex-direction: column-reverse;
  justify-content: start;
  background-color: #E17992;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  margin: auto;
  padding: 10px 15px 48px 40px;
  text-align: center;
  font-size: 20px;
  overflow-y: scroll;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.16);
  z-index: 999;
}

@media screen and (min-width: 767px) {
  .menu-conteiner.is-open {
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .menu-conteiner.is-open .header__button {
    width: 209px;
    height: 44px;
  }
}

@media screen and (min-width: 768px) {
  .menu-conteiner.is-open .header__button {
    width: 186px;
    height: 44px;
  }
}

@media screen and (max-width: 1200px) {
  .menu-conteiner {
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .menu-conteiner {
    display: flex;
    flex-grow: 1;
    margin-left: 110px;
  }
}

.menu-conteiner.is-open .menu-button {
  fill: #ffffff;
}

.header__button {
  margin-left: 0px;
}

@media screen and (min-width: 1200px) {
  .header__button {
    margin-left: 110px;
  }
}

@media screen and (max-width: 767px), (min-width: 1200px) {
  .header__button-tablet {
    display: none;
  }
}

.soc-icon {
  width: 20px;
  height: 20px;
}

.soc-icon-link {
  fill: #afb1b8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.soc-icon-link:hover, .soc-icon-link:focus {
  background-color: #2196f3;
  fill: white;
}

.big-button {
  background-color: #ffffff;
  color: #D41443;
  width: 159px;
  height: 44px;
  /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);*/
  border-radius: 44px;
  border: none;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  cursor: pointer;
}

.baner {
  background-color: #2f303a;
  background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 118px;
  padding-bottom: 118px;
  height: 400px;
  width: 100vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .baner {
    background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../img/mobile/banner@2x.jpg);
  }
}

@media screen and (min-width: 768px) {
  .baner {
    background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../img/tablet/banner.jpg);
  }
}

@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .baner {
    background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../img/tablet/banner@2x.jpg);
  }
}

@media screen and (min-width: 1200px) {
  .baner {
    height: 600px;
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../img/desctop/banner.jpg);
  }
}

@media screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (min-resolution: 192dpi), screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .baner {
    background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../img/desctop/banner@2x.jpg);
  }
}

.baner__title {
  color: #ffffff;
  margin: 0px auto 30px;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.61;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 1200px) {
  .baner__title {
    font-size: 44px;
  }
}

@media screen and (min-width: 1200px) {
  .descript {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .descript__list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .descript__item {
    flex-basis: calc((100% - 30px) / 2);
  }
  .descript__item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .descript__item {
    flex-basis: calc((100% - 90px) / 4);
  }
  .descript__item:not(:last-child) {
    margin-right: 30px;
  }
}

.descript__beefor {
  background-color: #afb1b8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 30px;
  border-radius: 4px;
}

.descript__icon {
  width: 70px;
  height: 70px;
}

.descript__title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 1.17;
  text-align: center;
  text-transform: uppercase;
}

.descript__paragraf {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .working {
    display: none;
  }
}

.working__list {
  display: flex;
}

.working__list-item {
  position: relative;
  flex-basis: calc(100% / 3);
  justify-content: space-between;
}

.working__list-item:not(:last-child) {
  margin-right: 30px;
}

.working__item {
  flex-basis: calc(100% / 3);
  justify-content: space-between;
  /* outline: 2px solid orange; */
}

.working__title {
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.17;
  text-align: center;
}

.working__box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(47, 48, 58, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
}

.working__list-text {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.comand {
  background-color: #f5f4fa;
  /* outline: 2px solid blue; */
}

.comand__list {
  display: block;
}

@media screen and (min-width: 768px) {
  .comand__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.comand__list-item {
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 4px 4px;
}

@media screen and (max-width: 767px) {
  .comand__list-item {
    margin-bottom: 30px;
  }
  .comand__list-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .comand__list-item {
    flex-basis: calc((100% - 30px) / 2);
    margin-bottom: 30px;
  }
  .comand__list-item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  .comand__list-item:last-child, .comand__list-item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .comand__list-item {
    margin-bottom: 0;
    flex-basis: calc((100% - 90px) / 4);
  }
  .comand__list-item:not(:last-child) {
    margin-right: 30px;
  }
}

.comand__title {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.17;
  text-align: center;
}

.comand__title-name {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.17;
  text-align: center;
}

.comand__paragraf {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.17;
  text-align: center;
}

.comands__content {
  padding-top: 30px;
}

@media screen and (max-width: 1199px) {
  .comands__content {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .comands__content {
    padding-bottom: 30px;
  }
}

.comand__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.regular__customers-title {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.17;
  text-align: center;
}

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

.regular__item {
  flex-basis: calc((100% - 30px) / 2);
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .regular__item {
    flex-basis: calc((100% - 60px) / 3);
  }
}

@media screen and (min-width: 1200px) {
  .regular__item {
    flex-basis: calc((100% - 150px) / 6);
  }
}

.regular__client-link {
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #afb1b8;
  border: 1px solid #afb1b8;
  border-radius: 4px;
  height: 92px;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.regular__client-link:hover, .regular__client-link:focus {
  fill: #2196f3;
  border-color: #2196f3;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f303a;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .footer__block {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .footer__block {
    display: flex;
    align-items: baseline;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    flex-direction: row;
  }
}

.footer__block--logolink {
  display: block;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    font-size: 24px;
  }
}

.address {
  font-style: inherit;
}

.footer__link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.footer__address {
  color: #ffffff;
}

.footer__list:first-child {
  margin-top: 20px;
}

.join {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .join {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .join {
    padding-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .join {
    margin-left: 70px;
    text-align-last: left;
  }
}

.join__paragraf {
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer__form-paragraf {
  display: block;
  text-align: left;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .footer__form-paragraf {
    text-align: center;
  }
}

.join__link {
  display: flex;
  justify-content: center;
}

.join__link-item {
  background-color: #44454e;
  box-sizing: 44px;
  border-radius: 50%;
}

.join__link-item:not(:last-child) {
  margin-right: 10px;
}

.footer__socc-icon {
  fill: white;
}

@media screen and (max-width: 1199px) {
  .footer__form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}

@media screen and (min-width: 1199px) {
  .footer__form {
    margin-left: 93px;
  }
}

@media screen and (max-width: 767px) {
  .join__block {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .join__block {
    display: flex;
  }
}

.join-input {
  width: 100%;
  max-width: 450px;
  height: 50px;
  padding: 15px 16px;
  margin-bottom: 20px;
  color: #ffffff;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 4px;
  outline: none;
  transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.join-input:focus {
  border: 1px solid #2196f3;
}

@media screen and (min-width: 1200px) {
  .join-input {
    width: 358px;
    margin-right: 14px;
  }
}

.footer__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2196f3;
  width: 200px;
  height: 50px;
  padding: 10px 27px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.88;
  text-align: center;
  letter-spacing: 0.06em;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1199px) {
  .footer__button {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .footer__button {
    margin-left: 12px;
  }
}

.footer__send-icon {
  fill: white;
  margin-left: 10px;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: scroll;
}

@media screen and (max-width: 450px) {
  .backdrop {
    height: 100vh;
    width: 100vw;
  }
}

.backdrop.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 550ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 450px) {
  .modal {
    width: 100vw;
    height: 100vh;
  }
}

@media screen and (min-width: 450px) {
  .modal {
    min-width: 450px;
    min-height: 609px;
  }
}

@media screen and (min-width: 1200px) {
  .modal {
    min-width: 528px;
    min-height: 581px;
  }
}

.modal__button-off {
  position: absolute;
  top: 4px;
  right: 0;
  background-color: #ffffff;
  border: none;
}

.modal__icon-close {
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal__button-off:hover .modal__icon-close {
  fill: #2196f3;
}

.modal__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 12px;
}

.form {
  padding: 40px;
}

.form__field {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.form__input {
  height: 40px;
  margin: 0;
  margin-top: 4px;
  padding: 0 0 0 42px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.form__input:hover, .form__input:focus {
  border-color: #2196f3;
  outline: 0;
  outline-offset: 0;
}

.form__input:hover + .form__icon,
.form__input:focus + .form__icon {
  fill: #2196f3;
}

.form__textarea {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  resize: none;
  outline: none;
  transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.form__textarea:focus, .form__textarea:hover {
  border-color: #2196f3;
  outline: 0;
  outline-offset: 0;
}

.form__textarea::placeholder {
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.01em;
  color: rgba(117, 117, 117, 0.5);
}

.form__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.form__checkbox:hover + .form__chek-icon,
.form__checkbox:focus + .form__chek-icon {
  border: 1px solid var(--color-blue);
}

.form__checkbox:checked + .form__chek-icon {
  background-color: var(--color-blue);
  border: 1px solid var(--color-blue);
}

.form__checkbox:checked ~ .checktext {
  color: #757575;
}

.checkbox-text {
  position: absolute;
  left: 30px;
  color: #e5e5e5;
}

.form__field-chek {
  position: relative;
  margin-top: 20px;
}

.form__chek-icon {
  position: absolute;
  top: -1px;
  left: -22px;
  width: 16px;
  height: 15px;
  border: 1px solid #212121;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.form__check-span {
  color: #2196f3;
  text-decoration: underline;
  margin-left: 4px;
}

.modal__button {
  display: flex;
  justify-content: center;
  margin-top: 74px;
}

.form__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  fill: #212121;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio__list-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .portfolio__list-button {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
}

.portfolio__list-item:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .portfolio__list-item {
    margin-bottom: 15px;
  }
  .portfolio__list-item:nth-last-child(-n + 2) {
    margin-bottom: 0px;
  }
}

.portfolio__button {
  background-color: #f5f4fa;
  width: auto;
  height: 38px;
  padding: 6px 22px;
  border: none;
  /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);*/
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio__button:hover, .portfolio__button:focus {
  background-color: #2196f3;
  color: #ffffff;
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
}

.presentation {
  margin-top: calc(-1 * 30px);
  margin-left: calc(-1 * 30px);
}

.presentation__list {
  display: flex;
  flex-wrap: wrap;
}

.presentation__cards {
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 20px 24px;
}

.presentation__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.presentation__paragraf {
  margin-bottom: 4;
  font-size: 16px;
  line-height: 1.88;
  color: #757575;
}

.presentation__card-link {
  display: block;
  box-sizing: border-box;
  border-radius: 4% 4% 0% 0%;
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.presentation__card-link:hover,
.presentation__card-link:focus .presentation__cards {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
}

.presentation__foto {
  position: relative;
  perspective: 1000px;
}

.presentation-overlay {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4% 4% 0% 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  transition: transform 2s;
  backface-visibility: hidden;
}

.presentation__foto-rotate {
  display: block;
  border-radius: 4% 4% 0% 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 2s;
}

.presentation-overlay-text {
  display: flex;
  align-items: center;
  background-color: #2196f3;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.55;
  color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: auto;
  padding-bottom: auto;
  text-align: left;
}

.presentation__list-item {
  margin-top: 30px;
  margin-left: 30px;
}

@media screen and (min-width: 768px) {
  .presentation__list-item {
    flex-basis: calc((100% / 2) - 30px);
  }
}

@media screen and (min-width: 1200px) {
  .presentation__list-item {
    flex-basis: calc((100% / 3) - 30px);
  }
}

.presentation__list-item:hover .presentation-overlay {
  transform: rotateY(360deg);
}

.presentation__list-item:hover .presentation__foto-rotate {
  transform: rotateY(180deg);
}
/*# sourceMappingURL=main.css.map */