img {
filter: grayscale(50%);
}

div {
    -webkit-tap-highlight-color:transparent;
}
/* Подчеркивание заголовков */
.t050__title {
    position: relative;
    padding-bottom: 1rem;
   }
  .t050__title::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ffffff;
    bottom: .25rem;
    left: 50%;
    width: 30%;
    transform: translateX(-50%);
  }
  .t050__title::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ffffff;
    bottom: 0;
    left: 50%;
    width: 15%;
    transform: translateX(-50%);
  }
  

.t686__submit  {
  display: inline-block;
  position: relative;
  min-width: 178px;
  margin: 6px 28px;
  padding: 15px 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  transition: .15s ease-out;
  box-sizing: border-box;
  text-decoration: none;
}
.btn-one {color: white;}
.t686__submit:last-of-type {margin: 6px 28px;}
.t686__submit:before {
  content:"";
  position: absolute;
  top: -6px;
  left: 0;
  height: calc(100% + 12px);
  width: 100%;
  border: 2px solid white;
  box-sizing: border-box;
  transition: .2s ease-in-out;
}
.btn-one:before {border: 2px solid white;}
.t686__submit:after {
  content:"";
  position: absolute;
  top: 0;
  left: -8px;
  height: 100%;
  width: calc(100% + 16px);
  border: 1px solid white;
  box-sizing: border-box;
  transition: .2s ease-in-out;
}
.btn-one:after {border: 1px solid white;}
.t686__submit:hover:before {
  top: 0;
  left: -8px;
  height: 100%;
  width: calc(100% + 16px);
}
.t686__submit:hover:after {
  top: -6px;
  left: 0;
  height: calc(100% + 12px);
  width: 100%;
}

.t686__title::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ffffff;
    bottom: -.1rem;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
}
.t686__title::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ffffff;
    bottom: -.3rem;
    left: 50%;
    width: 15%;
    transform: translateX(-50%);
  }

  .t142__submit  {
  display: inline-block;
  position: relative;
  transition: .15s ease-out;
  box-sizing: border-box;
  text-decoration: none;
}
.btn-one {color: white;}
.t142__submit:before {
  content:"";
  position: absolute;
  top: -6px;
  left: 0;
  height: calc(100% + 12px);
  width: 100%;
  border: 2px solid white;
  box-sizing: border-box;
  transition: .2s ease-in-out;
}
.btn-one:before {border: 2px solid white;}
.t142__submit:after {
  content:"";
  position: absolute;
  top: 0;
  left: -8px;
  height: 100%;
  width: calc(100% + 16px);
  border: 1px solid white;
  box-sizing: border-box;
  transition: .2s ease-in-out;
}
.btn-one:after {border: 1px solid white;}
.t142__submit:hover:before {
  top: 0;
  left: -8px;
  height: 100%;
  width: calc(100% + 16px);
}
.t142__submit:hover:after {
  top: -6px;
  left: 0;
  height: calc(100% + 12px);
  width: 100%;
}

/* Тень у текстовых блоков */
.t220__textwrapper, .t672__textwrapper {
  box-shadow:
    -8px 8px rgb(105,105,105);
}

.t196__img {
    max-height: 400px;
}