.footer-form__title, .footer-soc-links__title {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.42px;
  margin-bottom: 20px;
}

.clients__title, .team__title, .work__main-title {
  color: #8e8e8e;
  font-size: 36px;
  text-align: center;
  letter-spacing: 1.08px;
}
.port {
  background-image: url(../video/black-370118_1920.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  background-color: #222222;
}
body,
html {
  overflow: visible !important;
}

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

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

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

.list {
  list-style: none;
  padding: 0;
}

.link {
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

address {
  font-style: normal;
}

.container {
  color: #000;
  padding: 0 15px;
  margin: 0 auto;
  min-width: 320px;
}
@media screen and (min-width: 480px) {
  .container {
    min-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    min-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.header {
  background-color: #000000;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding-top: 24px;
    padding-bottom: 25px;
  }
}

.header-portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-portfolio {
  background-color: #2f2f2f;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .header-portfolio {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

@media screen and (min-width: 1200px) {
  .header-portfolio {
    padding-top: 24px;
    padding-bottom: 25px;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu__icon {
  background-color: #c7c7c7;
  display: block;
  width: 24px;
  height: 16px;
}

.nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav {
    display: block;
    margin-left: 87px;
  }
}
@media screen and (min-width: 1200px) {
  .nav {
    margin-left: 92px;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.nav__link {
  color: #f2f2f1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  display: inline;
  padding: 31px 0;
  position: relative;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nav__link:hover, .nav__link:focus {
  color: #2196f3;
}

.nav__link--current {
  color: #2196f3;
}
.nav__link--current::after {
  content: "";
  display: block;
  width: 105%;
  height: 4px;
  background-color: #2196f3;
  position: absolute;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  .nav__link--current::after {
    bottom: -2px;
  }
}
@media screen and (min-width: 1200px) {
  .nav__link--current::after {
    bottom: 0;
  }
}
.nav__link--current:hover::after {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.contact__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d3d3d3;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__link:hover, .contact__link:focus {
  color: #2196f3;
}

.contact__icon {
  fill: #2196f3;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__link:hover .contact__icon, .contact__link:focus .contact__icon {
  fill: #2196f3;
}

.hero {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 38, 38, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../hero/hero-bg2.jpg) no-repeat;
  background: linear-gradient(rgba(6, 6, 6, 0.4), rgba(37, 37, 37, 0.4)), url(../hero/hero-bg2.jpg) no-repeat;
  padding: 118px 0;
  background-size: cover;
  background-position: top center;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .hero {
    background-image: url("../hero/hero-bg2.jpg");
  }
}
@media screen and (min-width: 768px) {
  .hero {
    background-image: url("../hero/hero-bg2.jpg");
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .hero {
    background-image: url("../hero/hero-bg2.jpg");
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    padding-top: 200px;
    padding-bottom: 200px;
    background-image: url("../hero/hero-bg2.jpg");
  }
}
@media screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (min-resolution: 192dpi), screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .hero {
    background-image: url("../hero/hero-bg2.jpg");
  }
}

.hero__title {
  background: linear-gradient(to right, #555555, #ffffff);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
  text-align: center;
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: 2.64px;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 26px;
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: 44px;
  }
}

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

.advantage__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .advantage__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .advantage__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.advantage__item {
  -ms-flex-preferred-size: calc((100% - 30px * (4 - 1)) / 4);
      flex-basis: calc((100% - 30px * (4 - 1)) / 4);
}
@media screen and (min-width: 768px) {
  .advantage__item {
    -ms-flex-preferred-size: calc((100% - 30px * (2 - 1)) / 2);
        flex-basis: calc((100% - 30px * (2 - 1)) / 2);
  }
}
.advantage__item::before {
  content: "";
  display: block;
  height: 120px;
  border: none;
  background-image: url("../images/svg/antenna.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px 70px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.advantage__item:nth-child(2)::before {
  background-image: url("../images/svg/clock.svg");
}
.advantage__item:nth-child(3)::before {
  background-image: url("../images/svg/diagram.svg");
}
.advantage__item:nth-child(4)::before {
  background-image: url("../images/svg/astronaut.svg");
}

.advantage__title {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.42px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .advantage__title {
    text-align: start;
  }
}

.advantage__text {
  color: #fffafa;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: 1.71;
}

.work {
  padding-bottom: 94px;
  display: block;
}

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

.work__main-title {
  margin-top: 20px;
  margin-bottom: 50px;
}

.work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .work__list {
    display: flex;
    flex-direction: row;
  }
}

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

.work__item {
  position: relative;
}

.work__title {
  color: #2b1919;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  position: absolute;
  padding-top: 27px;
  padding-bottom: 27px;
  width: 370px;
  bottom: 0;
  background: rgba(144, 144, 147, 0.8);
}

.team {
  background-color: #3921b3;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .team {
    padding-top: 94px;
    padding-bottom: 94px;
  }
}

.team__title {
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .team__title {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team__item {
  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;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  -ms-flex-preferred-size: calc((100% - 30px * (1 - 1)) / 1);
      flex-basis: calc((100% - 30px * (1 - 1)) / 1);
}
@media screen and (min-width: 768px) {
  .team__item {
    -ms-flex-preferred-size: calc((100% - 30px * (2 - 1)) / 2);
        flex-basis: calc((100% - 30px * (2 - 1)) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .team__item {
    -ms-flex-preferred-size: calc((100% - 30px * (4 - 1)) / 4);
        flex-basis: calc((100% - 30px * (4 - 1)) / 4);
  }
}

.team__name {
  color: #212121;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.team__profession {
  color: #757575;
  text-align: center;
  letter-spacing: 0.48px;
}

.team-soc-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 16px 32px 30px;
}

.team-soc-links__link {
  border-radius: 50%;
  padding: 12px;
  width: 44px;
  height: 44px;
  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;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.team-soc-links__link:hover, .team-soc-links__link:focus {
  background-color: #2196f3;
  cursor: pointer;
}
.team-soc-links__link:hover .team-soc-links__svg, .team-soc-links__link:focus .team-soc-links__svg {
  fill: #c91616;
}

.team-soc-links__svg {
  fill: #afb1b8;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

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

.clients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .clients__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .clients__list {
    margin-top: 50px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.clients__item {
  -ms-flex-preferred-size: calc((100% - 30px * (2 - 1)) / 2);
      flex-basis: calc((100% - 30px * (2 - 1)) / 2);
}
@media screen and (min-width: 768px) {
  .clients__item {
    -ms-flex-preferred-size: calc((100% - 30px * (3 - 1)) / 3);
        flex-basis: calc((100% - 30px * (3 - 1)) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .clients__item {
    -ms-flex-preferred-size: calc((100% - 30px * (6 - 1)) / 6);
        flex-basis: calc((100% - 30px * (6 - 1)) / 6);
  }
}

.clients__link {
  padding: 16px 32px;
  fill: #ffffff;
  width: 100%;
  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: #000720 0px solid;
  border-radius: 9px;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), border 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1), border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.clients__link:hover {
  fill: #ef8308;
  border-color: #000000;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .clients__link {
    padding: 16px 0;
  }
}

.footer {
  background-color: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer__address__link__map {
  color: #fff;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.42px;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__address__link__map:hover, .footer__address__link__map:focus {
  color: #2196f3;
}

.footer__address__link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__address__link:hover, .footer__address__link:focus {
  color: #2196f3;
}

.footer-wrapper-links__item:not(:last-child) {
  margin-bottom: 9px;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: unset;
  }
}

.footer-wrapper-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-wrapper-links {
    margin-right: 165px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-wrapper-links {
    margin-right: 70px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.footer-wrapper-links__list {
  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;
}
@media screen and (min-width: 1200px) {
  .footer-wrapper-links__list {
    display: block;
  }
}

.footer-soc-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-soc-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer-soc-links {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-right: 90px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer-soc-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer-soc-links__link {
  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;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-soc-links__link:hover, .footer-soc-links__link:focus {
  background-color: #dadada;
}

.footer-soc-links__svg {
  fill: #0e73d1;
}

.footer-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .footer-form__container {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-form {
    display: block;
  }
}

.footer-form__input {
  width: 358px;
  padding: 15px 16px;
  border-radius: 4px;
  border: 1px solid #757575;
  background-color: #2f303a;
  margin-right: 12px;
  outline: none;
  -webkit-transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-form__input::-webkit-input-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.48px;
}
.footer-form__input::-moz-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.48px;
}
.footer-form__input:-ms-input-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.48px;
}
.footer-form__input::-ms-input-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.48px;
}
.footer-form__input::placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.48px;
}
.footer-form__input:focus, .footer-form__input:hover {
  border-color: #2196f3;
}
@media screen and (max-width: 767px) {
  .footer-form__input {
    width: 260px;
  }
}

.btn__icon {
  fill: #fff;
  margin-bottom: -5px;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}

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

.no-scroll {
  overflow: hidden;
}

.modal__hero {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  background-color: #363636;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 500ms linear;
  transition: -webkit-transform 500ms linear;
  transition: transform 500ms linear;
  transition: transform 500ms linear, -webkit-transform 500ms linear;
  min-width: 450px;
  min-height: 610px;
}
.backdrop.is-hidden .modal__hero {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
}
@media screen and (min-width: 1200px) {
  .modal__hero {
    min-width: 530px;
    min-height: 580px;
  }
}
@media screen and (max-width: 424px) {
  .modal__hero {
    min-width: 90vw;
  }
}

.modal__close-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 6px;
  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;
  background: none;
  position: absolute;
  right: 8px;
  top: 8px;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.modal__close-btn:focus, .modal__close-btn:hover {
  fill: #2196f3;
}

.modal__title {
  color: #212121;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}

.modal__label {
  color: #757575;
  font-size: 12px;
  letter-spacing: 0.12px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.modal__label:nth-child(4) {
  margin-bottom: 20px;
}

.modal__label-input {
  margin-top: 4px;
  padding: 12px 42px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  outline: none;
  -webkit-transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__label-input:focus, .modal__label-input:hover {
  border: 1px solid #2196f3;
}
.modal__label-input:hover + .modal__label-svg, .modal__label-input:focus + .modal__label-svg {
  fill: #2196f3;
}

.modal__label-svg {
  position: absolute;
  bottom: 11px;
  left: 12px;
  -webkit-transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal__label-textarea {
  resize: none;
  padding: 12px 16px;
  height: 96px;
  margin-top: 4px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  outline: none;
  -webkit-transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__label-textarea:focus, .modal__label-textarea:hover {
  border: 1px solid #2196f3;
}
.modal__label-textarea::-webkit-input-placeholder {
  color: #757575;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12px;
}
.modal__label-textarea::-moz-placeholder {
  color: #757575;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12px;
}
.modal__label-textarea:-ms-input-placeholder {
  color: #757575;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12px;
}
.modal__label-textarea::-ms-input-placeholder {
  color: #757575;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12px;
}
.modal__label-textarea::placeholder {
  color: #757575;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12px;
}

.modal__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-top: 20px; */
}

.modal__checkbox-custom {
  margin-right: 7px;
  width: 16px;
  height: 16px;
  border: 2px solid #212121;
  border-radius: 2px;
}

.modal__checkbox-custom:hover {
  cursor: pointer;
  border-color: #2196f3;
}

.modal__input-check:focus + .modal__checkbox-custom {
  border-color: #2196f3;
}

.modal__input-check:checked + .modal__checkbox-custom {
  background-color: #2196f3;
  background-image: url("../images/svg/check.svg");
  border-color: #2196f3;
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.modal__text-agree {
  color: #757575;
  font-size: 14px;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 0.42px;
}

.modal__label__link__agree {
  color: #2196f3;
  text-decoration-line: underline;
}

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

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .filter-list {
    width: 326px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .filter-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .filter-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.filter-list__btn {
  min-width: 73px;
  padding: 6px 22px;
  border-radius: 4px;
  border: none;
  line-height: 1.62;
  font-weight: 500;
  letter-spacing: 0.48px;
  font-family: inherit;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-list__btn:hover, .filter-list__btn:focus {
  background: #2196f3;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 3px 1px 0px rgba(0, 0, 0, 0.1);
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .catalog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.catalog__item {
  width: 100%;
  background-image: linear-gradient(163deg, #464646 0%,);
  border-radius: 20px;
  transition: all .3s;
}
.catalog__item :hover {
  box-shadow: 0px 0px 30px 1px
  rgba(235, 184, 16, 0.99)
}
.catalog__picture {
background-color: #1a1a1a;
border-radius: 20px;
transition: all .2s;
}
.catalog__picture :hover {
transform: scale(0.98);
border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .catalog__item {
    -ms-flex-preferred-size: calc((100% - 30px * (2 - 1)) / 2);
        flex-basis: calc((100% - 30px * (2 - 1)) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .catalog__item {
    -ms-flex-preferred-size: calc((100% - 30px * (3 - 1)) / 3);
        flex-basis: calc((100% - 30px * (3 - 1)) / 3);
  }
}

.catalog__item-tag {
  display: block;
  -webkit-transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.catalog__item-tag:hover, .catalog__item-tag:focus {
  -webkit-box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.16), 0px 4px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.16), 0px 4px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.catalog__cont-img {
  position: relative;
  overflow: hidden;
}
.catalog__cont-img:hover .catalog__overlay {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.catalog__img {
  position: relative;
  width: 400;
  height: 200px;

}

.catalog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2196f3;
  padding: 63px 24px;
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.catalog__overlay-text {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0.54px;
}

.catalog__cont-text {
  padding: 20px 24px;
}

.catalog__title {
  color: #f4f4f4;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1.08px;
}

.catalog__subtitle {
  color: #757575;
  line-height: 1.87;
  letter-spacing: 0.48px;
}

.logo__blue {
  color: #2196f3;
}

.logo {
  color: #ffffff;
  font-family: Raleway;
  letter-spacing: 0.78px;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .logo {
    font-size: 26px;
  }
}

.footer__logo {
  color: #cfcfcf;
  margin-bottom: 20px;
  display: inline-block;
}

.btn {
  display: block;
  margin: 0 auto;
  background: #b4b3b3;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 1.96px;
  border-radius: 4px;
  border: none;
  font-family: inherit;
  cursor: pointer;
  opacity: 0.7;
  padding: 10px 24px;
}
.btn:hover, .btn:focus {
  cursor: pointer;
  opacity: 1;
}
.btn:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (min-width: 1200px) {
  .btn {
    padding: 10px 32px;
  }
}

.footer__btn {
  padding: 10px 28px;
  display: inline;
}

.modal__btn {
  padding: 10px 52px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(248, 248, 248, 0.15);
          box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.15);
  margin-top: 30px;
}

.menu-open {
  margin-left: auto;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .menu-open {
    display: none;
  }
}

.menu-toggle {
  min-height: 40px;
  min-width: 40px;
  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;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  outline: none;
}
.menu-toggle:hover, .menu-toggle:focus {
  background-color: rgba(218, 218, 218, 0.1);
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 40px 20px;
  background-color: #4d4d4d;
  z-index: 999;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-container.is-open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 480px) {
  .menu-container {
    padding: 40px 48px;
  }
}

.menu-container .menu-toggle {
  color: #0e73d1;
  position: absolute;
  top: 10px;
  right: 15px;
}

.menu-toggle__icon {
  -webkit-transition: fill 250ms ease-in-out;
  transition: fill 250ms ease-in-out;
}
.menu-toggle:hover .menu-toggle__icon, .menu-toggle:focus .menu-toggle__icon {
  fill: #2455b7;
}

.mobile-menu-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-menu-pages__link {
  color: #cdcdcd;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.28px;
}
.mobile-menu-pages__link:hover, .mobile-menu-pages__link:focus {
  color: #2196f3;
}
@media screen and (min-width: 480px) {
  .mobile-menu-pages__link {
    font-size: 40px;
  }
}

.current {
  color: #2196f3;
}

.mobile-menu-address {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 480px) {
  .mobile-menu-address {
    margin-bottom: 45px;
  }
}

.mobile-menu-phone__link {
  color: #2196f3;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.28px;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 480px) {
  .mobile-menu-phone__link {
    font-size: 34px;
  }
}

.mobile-menu-mail__link {
  color: #757575;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.28px;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu-mail__link:hover, .mobile-menu-mail__link:focus {
  color: #2196f3;
}
@media screen and (min-width: 480px) {
  .mobile-menu-mail__link {
    font-size: 24px;
  }
}

.mobile-menu-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.mobile-menu-soc__item {
  border-right: 1px solid #d3d3d3;
}
.mobile-menu-soc__item:nth-child(4) {
  border-right: none;
}
@media screen and (min-width: 480px) {
  .mobile-menu-soc__item {
    padding-right: 10px;
  }
}

.mobile-menu-soc__link {
  padding-right: 5px;
  color: #2196f3;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 480px) {
  .mobile-menu-soc__link {
    font-size: 18px;
  }
}/*# sourceMappingURL=main.css.map */