/*белый цвет #FFFFFF*/
/*основные заголовки: черный цвет #212121*/
/*основной серый #757575*/
/*вторичный цвет фона #F5F4FA*/
/*синий цвет #2196F3*/
/*фон футера #2F303A*/

:root {
  --primer-color: #757575;
  --title-text-color: #212121;
  --accent-color: #2196f3;
  --white-color: #ffffff;
}

img {
  display: block;
  height: auto;
  width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
p,
li {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
/*container*/

.employees {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  width: 1200px;
  /*outline: 2px solid tomato;*/
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.page-header {
  border-bottom: solid 1px #ececec;
  padding-top: 24px;
  padding-bottom: 25px;
}

.content {
  border-right: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  padding-top: 20px;
  padding-left: 24px;
  padding-bottom: 20px;
}

.main-nav {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}

body {
  font-family: Roboto, sans-serif;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
}

.priority-logo {
  display: flex;
}

.logo {
  color: var(--accent-color);
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
}
.half-logo {
  color: #000000;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
}
.navigation {
  margin-left: 93px;
}

.list {
  display: flex;
}
.list .item:not(:last-child) {
  margin-right: 50px;
}

.contact {
  display: flex;
  margin-left: auto;
}
.contact .item:not(:last-child) {
  margin-right: 50px;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--accent-color);
}
.nav-button {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 50px;
}

.nav-link {
  color: var(--title-text-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}
.link:focus,
.link:hover {
  color: var(--accent-color);
}
.link {
  color: #757575;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.hero {
  background-color: #2f303a;

  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
}
.hero-title {
  color: var(--white-color);
  background-color: #2f303a;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.36;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}

.images {
  gap: 30px;
}

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

.person {
  display: flex;
  gap: 30px;
  padding-left: 0;

  text-align: center;
  margin-top: 50px;
}
.person .item {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  /*padding-right: 0;*/
  gap: 30px;
}
.feature-list .item {
  width: 270px;}

  .feature-list .item::before{
    content:"";
    display: block;
    height: 120px;
    background-color: #F5F4FA;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  
  }
  .icon-antenna{
    background-image:url(../images/antenna\ 1\ \(1\).svg);
  }
 
.feature-title {
  color: var(--title-text-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}

.feature-text {
  color: var(--primer-color);
  font-size: 14px;
  line-height: 1.71;
  margin-top: 10px;
}
.section-work{
  padding-bottom: 94px;
}

.section-header {
  color: var(--title-text-color);
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.images {
  display: flex;
}

.priority-button {
  color: #ffffff;
  background-color: var(--accent-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.88;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  width: 200px;
  height: 50px;
  border: 1px solid transparent;
}

.second-button {
  color: var(--title-text-color);
  background-color: #f5f4fa;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  border: transparent;
  padding-top: 6px;
  padding-right: 22px;
  padding-bottom: 6px;
  padding-left: 22px;
}
.second-button:hover {
  color: var(--white-color);
  background-color: var(--accent-color);
}

.section-list {
  background-color: #f5f4fa;
  padding-top: 94px;
  padding-bottom: 94px;
}
.section-title {
  color: var(--title-text-color);
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.thirs-title {
  color: var(--title-text-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.description {
  color: var(--primer-color);
  font-size: 16px;
  line-height: 100%;
  margin-top: 10px;
}
.project {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.project .categories {
  color: var(--primer-color);
  font-size: 16px;
  line-height: 1.88;
  margin-top: 4px;
}
.project .title {
  color: var(--title-text-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}

.thirs-logo {
  color: var(--white-color);
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
}
.footer .home-adress {
  color: var(--white-color);
  font-size: 14px;
  line-height: 1.71;
  margin-top: 25px;
}
.last-nav {
  color: #ffffff99;
  font-size: 14px;
  line-height: 1.71;
}
.last-nav:focus,
.last-nav:hover {
  color: #2196f3;
}
.address {
  margin-top: 20px;
}

.footer-nav {
}
.home-link {
}
.home-link .item {
  margin-top: 9px;
}
.accent {
  color: var(--accent-color);
}
.footer {
  background-color: #2f303a;
  padding-top: 60px;
  padding-bottom: 60px;
}
