@import url(../css/normalize.css);
@font-face {
  font-family: "Nunito";
  src: url(../assets/font/Nunito/Nunito-VariableFont_wght.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url(../assets/font/Quicksand/Quicksand-VariableFont_wght.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(../assets/font/Roboto/Roboto-VariableFont_wdth\,wght.ttf);
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100vh;
  background: #fff;
  font-size: 16px;
}

.flex-container {
  height: 100%;
  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;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
.container__main {
  margin: 0 auto;
  width: 1170px;
  height: 611px;
}

.header {
  padding: 23px 0;
  border-bottom: 1px solid #EFEEF3;
}
.header__title {
  margin: 0;
  font-size: 35px;
  font-family: "Quicksand", sans-serif;
}

.span-content {
  color: #7690A8;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.content__main {
  margin: 0 auto;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1170px;
  height: 461px;
  gap: 30px;
  margin: 0 auto;
}
.content__title {
  font-size: 40px;
  margin: 0;
  margin-top: 50px;
  font-family: "Nunito", sans-serif;
}
.content__block {
  width: 370px;
  height: 340px;
  border: 1px solid #E5EAF4;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
}
.content__block:hover {
  border: 1px solid #3DB370;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.content__block:hover #megaphone {
  background: url(../assets/img/svg/megaphone-green.svg) no-repeat center;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.content__block:hover #building {
  background: url(../assets/img/svg/building-green.svg) no-repeat center;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.content__block:hover #phone {
  background: url(../assets/img/svg/phone-green.svg) no-repeat center;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.content__block-svg {
  border: 1px solid rgba(21, 101, 216, 0.1019607843);
  border-radius: 16px;
  width: 64px;
  height: 64px;
  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: 40px;
  margin-left: 40px;
}

#megaphone, #building, #phone {
  border: 1px solid rgba(21, 101, 216, 0.1019607843);
  border-radius: 16px;
  width: 64px;
  height: 64px;
  margin-top: 30px;
  margin-left: 30px;
}

#megaphone {
  background: url(../assets/img/svg/megaphone-blue.svg) no-repeat center;
}

#building {
  background: url(../assets/img/svg/building-blue.svg) no-repeat center;
}

#phone {
  background: url(../assets/img/svg/phone-blue.svg) no-repeat center;
}

.title_4 {
  font-size: 24px;
  margin-top: 30px;
  margin-left: 30px;
}

.text {
  font-size: 16px;
  margin-top: 20px;
  margin-left: 30px;
  width: 320px;
}

.link {
  font-size: 16px;
  color: #3DB370;
  text-decoration: none;
  margin-left: 30px;
}

.svg-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4vw;
}

.img-svg {
  width: 100px;
}

.icon .layer_1 {
  fill: red;
}

.icon .layer_2 {
  fill: yellow;
}

.icon:hover .layer_1 {
  fill: yellow;
}

.icon:hover .layer_2 {
  fill: black;
}

.icon:hover .layer_3 {
  fill: #484de0;
}

.footer {
  background: #16133D;
}
.footer__title {
  font-size: 35px;
  color: #FFFFFF;
  margin-left: 20px;
  font-family: "Quicksand", sans-serif;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  list-style: none;
  margin-right: 20px;
}
.social__link {
  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;
  height: 38px;
  width: 38px;
  background: #EFEEF3;
  border-radius: 5px;
}
.social__link:hover .social__icon {
  fill: #3DB370;
}
.social__icon {
  fill: #000000;
}
.social__icon:hover {
  fill: #3DB370;
}/*# sourceMappingURL=style.css.map */