@font-face {
  font-family: "socialico";
  src: url("../fonts/socialico-webfont.woff2") format("woff2"),
    url("../fonts/socialico-webfont.woff") format("woff"),
    url("../fonts/socialico-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  /*colors*/
  --white: #fff;
  --primaryColor: #445161;
  --secondaryColor: #445162;
  --textColor: #333333;
  --grey: #989898;
  /*font*/
  --mainFont: Arial, sans-serif;
  --iconFont: "socialico";
}
html,
body {
  font-size: 10px;
  font-family: var(--mainFont);
  box-sizing: border-box;
  margin: 0;
  box-sizing: border-box;
}
h1,
h2,
h3 {
  font-family: var(--mainFont);
  font-weight: 400;
}
p {
  font-weight: 400;
}
h1,
.h1 {
  font-size: 6rem;
  line-height: 1.2;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  color: var(--white);
}
h2,
.h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  color: var(--primaryColor);
}
h3,
.h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  color: var(--primaryColor);
}
.p1 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--textColor);
}
.p2 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: var(--textColor);
}
.lead {
  font-size: 2rem;
  line-height: 3.6rem;
  color: var(--white);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.btn {
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  text-transform: uppercase;
  color: var(--primaryColor);
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
  border-radius: 0.5rem;
}
.btn:hover {
  background-color: rgb(230, 223, 223);
}
.btn__buy {
  padding: 1.4rem 11.2rem;
  margin: 0 2rem 2rem;
}
.btn__send {
  padding: 1.4rem 4.8rem;
  width: 14rem;
  text-align: center;
  margin-top: 2.1rem;
  align-self: center;
}
.wrapper {
  max-width: 128rem;
  margin: 0 auto;
}
.header {
  max-width: 128rem;
  min-height: 28.5rem;
  background: #445162;
  padding: 5rem 5rem 5.1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header__content-title {
  margin: 0 0 5.1rem;
}
.header__content-text-item {
  margin: 0 0 0.5rem;
}
.header__content-text-item::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 2.2rem;
  color: var(--white);
  margin-right: 1.1rem;
}
.about {
  max-width: 128rem;
  min-height: 25rem;
  background: var(--white);
  padding: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about__content {
}
.about__content-title > h2 {
  margin: 0 0 3rem;
}
.about__content-text > p {
  margin: 0 0 2rem;
}
.about__video {
  margin-left: 10rem;
}
.pluses {
  max-width: 128rem;
  min-height: 41.4rem;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pluses__title {
  padding: 4.5rem 0 2.5rem;
  margin: 0;
}
.pluses__content {
  display: grid;
  gap: 3.5rem 6.4rem;
  grid-template-columns: repeat(2, 57.1rem);
  grid-template-rows: repeat(3, 6.3rem);
}
.pluses__content-text {
  position: relative;
  padding-left: 4.1rem;
}
.pluses__content-text::before {
  width: 3.2rem;
  height: 3.2rem;
  background-color: var(--textColor);
  position: absolute;
  top: 0.2rem;
  left: 0;
  content: "\f067";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 2rem;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrinshots {
  max-width: 128rem;
  background: var(--white);
  padding: 5rem;
}
.scrinshots__title {
  text-align: center;
  margin: 0 0 3.4rem;
}
.scrinshots__contenst {
  display: flex;
  gap: 3rem 1.6rem;
  flex-wrap: wrap;
}
.scrinshots__item {
  width: 57.5rem;
  height: inherit;
  display: grid;
}
.scrinshots__item-img {
  grid-column: 1 / 3;
  grid-row: 1 / 4;
  margin-right: 1.5rem;
}
.scrinshots__item-title {
  grid-column: 3 / 6;
  grid-row: 1 / 2;
}
.scrinshots__item-title > h3 {
  margin: -0.5rem 0 1rem;
}
.scrinshots__item-text {
  grid-column: 3 / 6;
  grid-row: 2 / 4;
}
.reviews {
  max-width: 128rem;
  min-height: 38rem;
  background: #f5f5f5;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews__title {
  margin: 0 0 3.6rem;
}
.reviews__content {
  display: grid;
  gap: 4.2rem 4.2rem;
  grid-template-columns: repeat(2, 55.5rem);
  grid-template-rows: repeat(2, 13rem);
}
.reviews__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.reviews__item-content {
  width: 47rem;
  height: 10.2rem;
  background: #ebebeb;
  border-radius: 0.5rem;
  padding: 1.6rem 2rem;
  position: relative;
}
.reviews__item-content::before {
  position: absolute;
  top: 2rem;
  left: -1.8rem;
  content: "";
  width: 0;
  height: 0;
  border: 1.8rem solid transparent;
  border-right-color: #ebebeb;
  border-left: 0;
}
.reviews__item-text {
  font-style: italic;
  margin: 0;
}
.reviews__item-author {
  color: #989898;
  margin: 1.5rem 0 0;
}
.reviews__item-img {
  margin-right: 3.2rem;
}
.buy {
  max-width: 128rem;
  background: var(--white);
  padding: 5rem;
}
.buy__title {
  text-align: center;
  margin: 0 0 3rem;
}
.buy__content {
  max-width: 99.2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
.buy__item {
  border: 0.2rem solid var(--secondaryColor);
  border-radius: 0.5rem;
  width: 30rem;
  height: inherit;
  background: var(--secondaryColor);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.buy__iten-title {
  text-align: center;
  color: var(--white);
  margin: 1.7rem 0;
}
.buy__item-price {
  background: var(--white);
  text-align: center;
  font-size: 4rem;
  line-height: 3rem;
  font-weight: 400;
  color: var(--secondaryColor);
  padding: 1.8rem 10.6rem;
}
.buy__item-scroll {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--white);
  align-self: flex-start;
}
.buy__item-scroll p {
  margin: 0;
}
.footer {
  max-width: 128rem;
  margin: 0 auto;
  background: var(--secondaryColor);
  padding: 5rem;
}
.footer__title {
  color: var(--white);
  text-align: center;
  margin: 0 0 3rem;
}
.footer__contacts {
  height: 30rem;
  display: flex;
  justify-content: center;
}
.footer__contacts-form {
  width: 50rem;
  display: flex;
  flex-direction: column;
}
.footer__input {
  border: none;
  text-decoration: none;
  padding: 1rem 1.4rem;
  border-radius: 0.5rem;
  margin-bottom: 2.1rem;
  color: var(--grey);
  font-family: var(--mainFont);
}
.footer__textarea {
  border: none;
  text-decoration: none;
  padding: 1rem 1.4rem;
  border-radius: 0.5rem;
  text-align: start;
  width: 47.2rem;
  height: 17rem;
  color: var(--grey);
  font-family: var(--mainFont);
}
.footer__contacts__links {
  display: flex;
  flex-direction: column;
  margin-left: 4.6rem;
}
.footer__link-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}
.footer__link-item a {
  text-decoration: none;
  cursor: pointer;
}
.footer__link-item > img {
  width: 2.4rem;
  height: 2.6rem;
  margin-right: 0.5rem;
}
.footer__link-item > span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: var(--white);
}
.footer__link-item > span:hover {
  color: rgb(193, 186, 186);
}
.footer__contacts-social {
  margin-top: 2rem;
  width: 24rem;
  display: flex;
  justify-content: space-between;
}
.footer__contacts-social i {
  background: var(--white);
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  position: relative;
}
.footer__contacts-social i:hover {
  background-color: rgb(193, 186, 186);
}
.fab:before {
  font-size: 2.4rem;
  color: var(--secondaryColor);
  position: absolute;
  left: 1.05rem;
  top: 1rem;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 4rem 3.5rem 4.1rem;
    min-height: 25rem;
  }
  .header__content-title {
    margin: 0 0 2.1rem;
  }
  .about {
    padding: 5rem;
  }
  .about__content-title > h2 {
    margin: 0 0 2rem;
  }
  .about__video {
    margin-left: 3.5rem;
  }
  .pluses {
    min-height: 47.4rem;
  }
  .pluses__content {
    display: grid;
    gap: 3.5rem 3.5rem;
    grid-template-columns: repeat(2, 47rem);
    grid-template-rows: repeat(3, 9rem);
  }
  .scrinshots {
    padding: 4rem;
  }
  .scrinshots__contenst {
    display: flex;
    gap: 3rem 4rem;
    flex-wrap: wrap;
  }
  .scrinshots__item {
    width: 45rem;
    height: inherit;
    display: grid;
  }
  .scrinshots__item-img {
    grid-column: 1 / 3;
    grid-row: 2 / 5;
    margin: 0.5rem 1rem 0 0;
  }
  .scrinshots__item-title {
    grid-column: 1 / 6;
    grid-row: 1 / 2;
  }
  .scrinshots__item-title > h3 {
    margin: -0.5rem 0 1rem;
  }
  .scrinshots__item-text {
    grid-column: 3 / 6;
    grid-row: 2 / 5;
  }
  .reviews__content {
    display: grid;
    gap: 3rem 2.5rem;
    grid-template-columns: repeat(2, 45rem);
    grid-template-rows: repeat(2, 15rem);
  }
  .reviews__item-content {
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
  }
  .header__img > img {
    width: 60rem;
  }
  .header__content-title {
    font-size: 5rem;
    margin: 1rem 0 1rem;
  }
  .about {
    padding: 4rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .about__content-title > h2 {
    margin: 2rem 0;
  }
  .about__video {
    margin-left: 0;
  }
  .about__video > video {
    width: 60rem;
  }
  .about__content-title {
    text-align: center;
  }
  .about__content-text {
    width: 60rem;
    text-align: left;
  }
  .pluses {
    min-height: 80rem;
  }
  .pluses__content {
    display: grid;
    gap: 3.5rem 3.5rem;
    grid-template-columns: repeat(1, 60rem);
    grid-template-rows: repeat(6, 8rem);
  }
  .pluses__content-text::before {
    width: 5rem;
    height: 5rem;
    font-size: 3.5rem;
  }
  .pluses__content-text {
    padding-left: 6.5rem;
  }
  .scrinshots__item {
    width: 70rem;
    height: inherit;
    display: grid;
  }
  .scrinshots__item-img {
    grid-column: 1 / 3;
    grid-row: 1 / 6;
    margin-right: 1.5rem;
  }
  .scrinshots__item-title {
    grid-column: 3 / 6;
    grid-row: 1 / 2;
  }
  .scrinshots__item-title > h3 {
    margin: -0.5rem 0 1rem;
  }
  .scrinshots__item-text {
    grid-column: 3 / 6;
    grid-row: 2 / 6;
  }
  .reviews {
    min-height: 80rem;
  }
  .reviews__content {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(1, 60rem);
    grid-template-rows: repeat(4, 15rem);
  }
  .reviews__item-content::before {
    top: 6rem;
    left: -1.8rem;
  }
  .reviews__item-content {
    width: 38rem;
  }
  .reviews__item-img {
    margin-right: 3.2rem;
  }
  .reviews__item-img > img {
    width: 15rem;
  }
  .buy {
    padding: 3rem;
  }
  .buy__content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .buy__item {
    margin-bottom: 3rem;
  }
  .footer {
    min-height: 60rem;
  }
  .footer__contacts {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__contacts__links {
    margin-top: 5rem;
    display: grid;
    gap: 1rem 1rem;
    grid-template-columns: repeat(2, 27rem);
    grid-template-rows: repeat(2, 5rem);
  }
  .footer__link-item {
  }
  .footer__contacts-social {
    margin-top: 1rem;
  }
}
