@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  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%;
  font-family: "Inter", sans-serif;
  color: #1f2937;
}
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._lock {
  overflow: hidden;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 150px;
}
.button {
  /* color: #3730a3; */
  border: 1px solid #3730a3;
  border-radius: 6px;
  padding: 12px 32px;
  width: inherit;
  height: inherit;
  transition: all 0.5s ease;
}
.button:hover {
  background-color: #3730a3;
  color: #fff;
}
.button:active {
  background-color: #0a062e;
}
.button--active {
  background-color: #3730a3;
  color: #fff;
}
h1 {
  font-weight: 700;
  /* font-size: 72px; */
  font-size: calc(27px + 45 * (100vw / 1280));
}
h2 {
  font-weight: 600;
  /* font-size: 48px; */
  text-align: center;
  padding: 0 5%;
  margin-bottom: 150px;
  font-size: calc(25px + 23 * (100vw / 1280));
}
h2 span {
  color: #3730a3;
}
/*-------------------------*/
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 130px;
  margin-top: 3rem;
}
.header__icon {
  display: none;
}
.navbar__menu {
  display: flex;
}
.navbar__link {
  color: #6b7280;
  font-size: 18px;
  margin: 0 40px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.navbar__link:hover {
  color: #3730a3;
}
.navbar__button {
  color: #3730a3;
}
/*-------------------------*/
.who__container {
  display: flex;
  gap: 80px;
  margin-bottom: 200px;
  align-items: center;
  justify-content: space-around;
}
.who__container hr {
  border: none;
  background-color: #e5e7eb; /* Цвет линии */
  color: #6b7280; /* Цвет линии для IE6-7 */
  height: 1px; /* Толщина линии */
  margin-bottom: 20px;
}
.who__info {
  width: 60%;
}
.who__name {
  font-size: calc(16px + 4 * (100vw / 1280));
  /* font-size: 20px; */
  line-height: 28px;
  color: #4338ca;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.who__name::before {
  content: "──────";
  color: #4338ca;
  padding-right: 15px;
}
.who__about {
  font-size: calc(14px + 4 * (100vw / 1280));
  line-height: 28px;
  color: #6b7280;
  margin-top: 40px;
}
.who button {
  height: 40px;
  margin: 40px 20px 20px 0;
  background-color: white;
}
.who__fn {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
  position: relative;
}
.who__fn::before {
  content: "";
  border-top: 1px solid #6b7280;
}
.who__image {
  overflow: hidden;
}
.who__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-------------------------*/
.examples {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
.examples__items {
  display: grid;
  gap: 70px;
  grid-template: repeat(3, 1fr) / repeat(2, 1fr);
  margin: 30px 0;
}
.examples__image {
  overflow: hidden;
}
.examples__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-examle {
  width: 310px;
}
.item-example__title {
  font-weight: 600;
  font-size: 18px;
}
.item-example__content {
  font-weight: 400;
  font-size: 12px;
  color: #6b7280;
  margin: 20px 0;
}
.item-example__link {
  transition: color 0.5s ease;
  color: #3730a3;
}
.item-example__link:hover {
  color: #97979e;
}
.item-example__link:hover::after {
  color: #97979e;
}
.item-example__link::after {
  content: "⥤";
  color: #3730a3;
  position: absolute;
  padding: 1px 0 0 8px;
  transition: color 0.5s ease;
}
/*-------------------------*/
.trust {
  background-color: #fef2f2;
}
.trust__container {
  display: grid;
}
.trust__content {
  margin: 0 auto;
  padding: 10% 0;
  width: 100%;
}
.trust__title {
  font-weight: 300;
  font-size: 20px;
  color: #9ca3af;
  margin-bottom: 20px;
}
.trust__firms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.trust__firms img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*-------------------------*/
.galery__photo {
  position: relative;
  background: #000;
  opacity: 1;
  overflow: hidden;
}
.galery__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galery__photo:hover img {
  opacity: 0.7;
  transition: 0.55s opacity, 0.55s visibility;
}
.galery__photo:hover .button-galery {
  opacity: 1;
  visibility: visible;
}
.button-galery {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.55s opacity, 0.55s visibility;
}
.button-galery::after {
  content: url(/img/arrow-right.svg);
  color: #1f2937;
  float: right;
  margin: -30px 0 0 0;
}
.button-galery__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #1f2937;
}
.button-galery__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9ca3af;
}
.galery__photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.photo-1 {
  grid-area: 1/1/2/2;
}
.photo-2 {
  grid-area: 1/2/3/3;
}
.photo-3 {
  grid-area: 2/1/3/2;
}
.photo-4 {
  grid-area: 3/1/4/3;
}
/*-------------------------*/
.benefits__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.benefit-item {
  width: 30%;
}
.benefit-item__image {
  text-align: center;
}
.benefit-item__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #374151;
  margin-top: 40px;
}
.benefit-item__content {
  font-size: calc(14px + 4 * (100vw / 1280));
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #9ca3af;
  margin-top: 20px;
}
/*-------------------------*/
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  font-size: calc(10px + 6 * (100vw / 1280));
}
th {
  font-weight: 500;
  text-align: left;
  color: #6b7280;
  padding-bottom: 40px;
}
td {
  line-height: 24px;
  color: #6b7280;
  padding: 40px 0;
}
/*-------------------------*/
.footer {
  background-color: #fef2f2;
}
.footer__container {
  display: grid;
}
.footer__content {
  margin: auto;
  padding: 10% 0;
}
.footer__title {
  font-size: calc(28px + 20 * (100vw / 1280));
  font-weight: 500;
  text-align: center;
  color: #374151;
  margin-bottom: 20px;
}
.footer__text {
  font-size: calc(14px + 4 * (100vw / 1280));
  font-weight: 400;
  text-align: center;
  color: #9ca3af;
  margin-bottom: 10%;
}
.footer__social-networks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
}
.footer__social-network {
  color: #6b7280;
  transition: color 0.5s ease;
}

.footer__social-network:hover {
  color: #3730a3;
}
/*-------------------------*/
.slider {
  display: none;
}
/*-------------------------*/
@media (max-width: 1200px) {
  .container {
    width: 900px;
  }
  .who__about {
    margin-top: calc(20px + (40 - 20) * ((100vw - 320px) / (1200 -320)));
  }
}
@media (max-width: 1024px) {
  .container {
    width: 800px;
  }
  .header__container {
    margin-bottom: 80px;
  }
  .benefit-item__title {
    font-size: 25px;
  }
  .examples__items {
    gap: 40px;
  }
}
@media (max-width: 850px) {
  .container {
    width: 700px;
  }
  .examples__image {
    display: none;
  }
  .benefit-item__title {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 90%;
    margin-bottom: 90px;
  }
  h2 {
    margin-bottom: 80px;
    padding: 0;
    font-size: calc(25px + 23 * ((100vw - 320px) / 1280));
  }
  .header__icon {
    z-index: 5;
    display: block;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .header__icon img {
    width: 70%;
  }
  .icon__cross {
    display: none;
  }
  .icon__cross._active {
    display: block;
  }
  .icon__burger._active {
    display: none;
  }
  .navbar__button {
    display: none;
  }
  .navbar__link {
    color: #ffffff;
    font-size: 34px;
  }
  .navbar__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #3730a3de;
    padding-top: 100px;
    transition: left 0.3s ease 0s;
    z-index: 1;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
  }
  .navbar__menu._active {
    right: 0;
  }
  .who__info {
    width: 90%;
  }
  .who__image {
    display: none;
  }
  .item-examle {
    width: 100%;
  }
  .item-examle__title {
    font-size: 25px;
  }
  .item-examle__content {
    font-size: 21px;
  }
  .item-example__link {
    font-size: 18px;
  }
  .benefits__container {
    flex-direction: column;
    grid-row-gap: 90px;
  }
  .benefit-item {
    width: 80%;
  }
}

@media (max-width: 425px) {
  .who button {
    margin: 20px 1px;
  }
  .header__container {
    margin: 25px;
  }
  .header__container img {
    width: 80%;
  }
  .slider {
    display: block;
  }
  .examples {
    display: none;
  }
  .trust__firms img {
    width: 90%;
    margin: 10px;
  }
  .trust__title {
    margin: 20px;
    text-align: center;
  }
  .trust__firms {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .footer__social-networks {
    gap: 10%;
  }
  .footer__social-network {
    width: 20px;
  }
  .galery__photos {
    display: grid;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }
  .photo-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .photo-2 {
    grid-area: 2 / 1 / 4 / 2;
  }
  .photo-3 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .photo-4 {
    display: none;
  }
}
