.top-section {
  width: 100%;
  background-color: rgb(243, 198, 189);
}
@media screen and (min-width: 1400px) {
  .top-section {
    height: 710px;
    padding-top: 39px;
  }
}

.header {
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  background-color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 25px;
}
@media screen and (min-width: 1400px) {
  .header {
    width: 1140px;
    margin: 0 130px 76px 130px;
    background-color: transparent;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1400px) {
  .header__logo {
    gap: 15px;
  }
}
.header__logo-icon {
  width: 48px;
  height: 48px;
  margin: 8px 13px 8px 15px;
  transform: translate(0, 5px) scale(1.2);
}
@media screen and (min-width: 1400px) {
  .header__logo-icon {
    width: 60px;
    height: 60px;
    margin: 0;
    object-fit: cover;
    filter: brightness(110%);
  }
}
.header__logo-title {
  font-size: 20px;
  font-weight: 700;
}
.header__logo-description {
  display: none;
}
@media screen and (min-width: 1400px) {
  .header__logo-description {
    display: block;
  }
}
.header__button {
  border: none;
}
@media screen and (min-width: 1400px) {
  .header__button {
    width: 160px;
  }
}
.header__navigation {
  display: none;
}
@media screen and (min-width: 1400px) {
  .header__navigation {
    display: flex;
    margin-left: auto;
  }
}
@media screen and (min-width: 1400px) {
  .header__navigation-content {
    width: 292px;
    margin-right: 56px;
    padding-top: 7px;
  }
  .header__navigation-list {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
  }
  .header__navigation-item--selected {
    font-weight: 700;
  }
  .header__navigation-item--dropdown {
    display: inline-flex;
    align-items: center;
  }
  .header__navigation-item a {
    text-decoration: none;
    color: rgb(43, 41, 45);
  }
  .header__navigation-arrow {
    display: inline-block;
    margin-left: 11px;
  }
}
.header__icon-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-left: auto;
  padding: 0 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media screen and (min-width: 1400px) {
  .header__icon-navigation {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .headline {
    position: relative;
    width: 1245px;
    height: 456px;
    margin-left: 130px;
  }
}
.headline__content {
  margin: 0 15px 33px;
}
@media screen and (min-width: 1400px) {
  .headline__content {
    margin: 0;
    padding: 0;
  }
}
.headline__title {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.3px;
}
@media screen and (min-width: 1400px) {
  .headline__title {
    position: relative;
    width: 754px;
    height: 165px;
    font-size: 80px;
    line-height: 78px;
    letter-spacing: -0.5px;
    z-index: 1;
  }
}
.headline__description {
  margin-top: 28px;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (min-width: 1400px) {
  .headline__description {
    width: 456px;
    height: 102px;
    margin-top: 34px;
  }
}
.headline__action {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1400px) {
  .headline__action {
    flex-direction: row;
    gap: 10px;
    margin-top: 58px;
  }
}
@media screen and (min-width: 1400px) {
  .headline__image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 448px;
  }
}
.headline__image-properties {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
}

.about {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  padding: 46px 15px;
  background-color: rgb(244, 245, 247);
}
@media screen and (min-width: 1400px) {
  .about {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 28px;
    height: 255px;
    margin-bottom: 30px;
    padding: 77px 130px 76px 130px;
  }
}
.about__article {
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 1400px) {
  .about__article {
    flex: 1;
  }
}
.about__article-description {
  margin-top: 8px;
}

.customers {
  display: flex;
  flex-wrap: wrap;
  min-width: 318px;
}
@media screen and (min-width: 1400px) {
  .customers {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 130px;
  }
}
.customers__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 33%;
  height: 94px;
  width: auto;
  padding: 14px;
  border-bottom: 1px solid rgb(227, 227, 227);
  border-right: 1px solid rgb(227, 227, 227);
}
@media screen and (min-width: 1400px) {
  .customers__item {
    flex: 0 0 auto;
    height: auto;
    padding: 0;
    border: none;
  }
}
.customers__item:last-child {
  border-right: none;
}
.customers__item:nth-child(3) {
  border-right: none;
}
.customers__item-logo {
  max-width: 100%;
  height: auto;
  filter: brightness(0);
}

.features {
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .features {
    position: relative;
    margin-top: 106px;
    padding-left: 130px;
    width: 100%;
    height: 600px;
  }
}
.features__subtitle {
  margin-bottom: 16px;
  color: rgb(0, 155, 77);
}
@media screen and (min-width: 1400px) {
  .features__subtitle {
    margin-bottom: 23px;
  }
}
.features__description {
  margin-bottom: 28px;
}
@media screen and (min-width: 1400px) {
  .features__description {
    height: 100px;
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 1400px) {
  .features__content {
    width: 457px;
  }
}
.features__customers {
  padding: 48px 15px 40px;
  border-bottom: 1px solid rgb(227, 227, 227);
}
@media screen and (min-width: 1400px) {
  .features__customers {
    padding: 0;
  }
}
.features__customers-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  .features__customers-title {
    height: 112px;
    margin-bottom: 31px;
  }
}
.features__customers-image {
  gap: 19px;
}
@media screen and (min-width: 1400px) {
  .features__hidden-image {
    position: absolute;
    top: 257px;
    left: 0;
    width: 84px;
    height: 168px;
  }
}
.features__engage {
  padding: 40px 15px;
  border-bottom: 1px solid rgb(227, 227, 227);
}
@media screen and (min-width: 1400px) {
  .features__engage {
    padding: 0;
  }
}
.features__engage-title {
  margin-bottom: 24px;
}
.features__engage-image {
  gap: 20px;
}
.features__support {
  padding: 40px 15px 50px;
}
@media screen and (min-width: 1400px) {
  .features__support {
    padding: 0;
    border-bottom: 1px solid rgb(227, 227, 227);
  }
}
.features__support-title {
  margin-bottom: 18px;
}
.features__support-image {
  gap: 20px;
}
@media screen and (min-width: 1400px) {
  .features__invision-screen {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 706px;
    min-height: 600px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1400px) {
  .features__selector-customers {
    height: 106px;
    padding-bottom: 20px;
  }
  .features__selector-engage {
    height: 50px;
    margin-top: 20px;
  }
  .features__selector-support {
    height: 50px;
    margin-top: 20px;
    padding: 2px;
  }
  .features__selector:hover {
    border-bottom: 3px solid rgb(49, 66, 198);
    cursor: pointer;
  }
  .features__selector:hover .features__selector-item {
    color: rgb(49, 66, 198);
  }
  .features__selector:hover .features__selector-icon {
    filter: brightness(1);
  }
  .features__selector-icon {
    filter: brightness(0);
  }
  .features__selector-item {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .features__selector-title {
    font-size: 22px;
    line-height: 26px;
  }
  .features__selector-description {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }
}

.inbox {
  width: 100%;
  padding: 50px 15px 48px;
  background-color: rgba(252, 240, 227, 0.4);
}
@media screen and (min-width: 1400px) {
  .inbox {
    display: flex;
    margin-top: 105px;
    padding: 0;
    height: 790px;
  }
}
.inbox__image {
  margin-bottom: 32px;
}
@media screen and (min-width: 1400px) {
  .inbox__image {
    gap: 17px;
    min-width: 425px;
    padding-top: 140px;
    margin: 0 165px 0 190px;
  }
}
@media screen and (min-width: 1400px) {
  .inbox__content {
    padding: 115px 101px 115px 0;
  }
}
@media screen and (min-width: 1400px) {
  .inbox__info {
    padding-left: 30px;
  }
}
.inbox__subtitle {
  margin-bottom: 17px;
  color: rgb(241, 89, 43);
}
@media screen and (min-width: 1400px) {
  .inbox__subtitle {
    margin-bottom: 24px;
    height: 34px;
  }
}
.inbox__title {
  margin-bottom: 18px;
}
@media screen and (min-width: 1400px) {
  .inbox__title {
    margin-bottom: 30px;
    height: 112px;
  }
}
.inbox__description {
  margin-bottom: 65px;
}
@media screen and (min-width: 1400px) {
  .inbox__description {
    margin-bottom: 45px;
    height: 102px;
    width: 461px;
  }
}
.inbox__response {
  padding: 30px 20px;
  border-bottom: 4px solid rgb(1, 133, 208);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
}
@media screen and (min-width: 1400px) {
  .inbox__response {
    padding: 30px 30px 26px 30px;
    width: 519px;
    height: 213px;
  }
}
.inbox__response-message {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 1400px) {
  .inbox__response-message {
    height: 85px;
    width: 459px;
  }
}
.inbox__response-account {
  display: flex;
  gap: 11px;
  margin-top: 26px;
}
.inbox__response-account-avatar {
  padding-top: 2px;
}
.inbox__response-account-info {
  line-height: 22px;
}

.communication {
  padding: 50px 15px;
}
@media screen and (min-width: 1400px) {
  .communication {
    display: flex;
    flex-direction: column;
    height: 646px;
    margin: 110px 130px;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .communication__top {
    position: relative;
    display: flex;
    gap: 192px;
    height: 489px;
  }
}
@media screen and (min-width: 1400px) {
  .communication__content {
    padding: 13px 0 87px 0;
  }
}
.communication__subtitle {
  margin-bottom: 17px;
  color: rgb(1, 137, 209);
}
@media screen and (min-width: 1400px) {
  .communication__subtitle {
    margin-bottom: 24px;
  }
}
.communication__title {
  margin-bottom: 18px;
}
@media screen and (min-width: 1400px) {
  .communication__title {
    margin-bottom: 30px;
  }
}
.communication__description {
  margin-bottom: 27px;
}
@media screen and (min-width: 1400px) {
  .communication__description {
    margin-bottom: 39px;
  }
}
.communication__button {
  width: 160px;
  border: none;
}
.communication__image {
  gap: 17px;
  margin: 40px 0;
}
@media screen and (min-width: 1400px) {
  .communication__image {
    margin: 0;
    margin-right: 62px;
    padding: 0;
    min-width: 426px;
  }
}
.communication__line {
  width: 150px;
  border-color: rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1400px) {
  .communication__line {
    position: absolute;
    bottom: 0;
  }
}
.communication__bottom {
  margin-top: 33px;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 1400px) {
  .communication__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 41px;
  }
}
@media screen and (min-width: 1400px) {
  .communication__item {
    height: 115px;
    width: 358px;
  }
}
.communication__item:nth-child(2) {
  margin: 33px 0 32px 0;
}
@media screen and (min-width: 1400px) {
  .communication__item:nth-child(2) {
    margin: 0;
  }
}
.communication__item-description {
  margin-bottom: 6px;
}
.communication__item-link {
  font-weight: 700;
  color: rgb(48, 64, 196);
}

.audience {
  padding: 50px 15px;
  background-color: rgba(0, 161, 198, 0.07);
}
@media screen and (min-width: 1400px) {
  .audience {
    height: 983px;
    margin-bottom: 43px;
    padding: 0;
  }
}
.audience__info {
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .audience__info {
    padding: 108px 422px 111px;
  }
}
.audience__subtitle {
  margin-bottom: 17px;
}
@media screen and (min-width: 1400px) {
  .audience__subtitle {
    margin-bottom: 24px;
  }
}
.audience__title {
  margin-bottom: 18px;
}
@media screen and (min-width: 1400px) {
  .audience__title {
    margin-bottom: 30px;
  }
}
.audience__description {
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  .audience__description {
    height: 72px;
    margin-bottom: 34px;
  }
}
.audience__action {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1400px) {
  .audience__action {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin: 0;
  }
}
.audience__button {
  border: none;
}
@media screen and (min-width: 1400px) {
  .audience__button {
    width: 160px;
  }
}
.audience__button-style {
  background-color: rgb(255, 255, 255);
  color: rgb(43, 41, 45);
}
.audience__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1400px) {
  .audience__buttons {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 130px 110px;
  }
}
.audience__buttons-item {
  width: 290px;
  height: 300px;
  padding: 22px 0 33px 0;
  border: none;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
  cursor: pointer;
}
@media screen and (min-width: 1400px) {
  .audience__buttons-item {
    width: 262px;
    box-shadow: none;
  }
}
.audience__buttons-item:hover {
  background-color: rgb(49, 65, 197);
  box-shadow: 0px 11px 55px 0px rgba(0, 0, 0, 0.07), 0px 29px 45px 0px rgba(0, 0, 0, 0.08), 0px 13px 18px 0px rgba(0, 0, 0, 0.15);
  color: white;
}
.audience__buttons-description {
  margin-top: 22px;
  font-size: 22px;
  line-height: 28px;
}

.feedback {
  padding: 39px 15px 50px;
  border-bottom: 1px solid rgb(227, 227, 227);
}
@media screen and (min-width: 1400px) {
  .feedback {
    position: relative;
    height: 355px;
    margin-top: 76px;
    padding: 0;
    border-bottom: 1px solid rgb(227, 227, 227);
  }
}
.feedback__message {
  margin-bottom: 40px;
}
@media screen and (min-width: 1400px) {
  .feedback__message {
    text-align: center;
  }
}
.feedback__title {
  margin-bottom: 29px;
  font-size: 24px;
  line-height: 30px;
  color: rgb(49, 66, 198);
}
@media screen and (min-width: 1400px) {
  .feedback__title {
    margin-bottom: 28px;
  }
}
.feedback__description {
  margin-bottom: 33px;
}
@media screen and (min-width: 1400px) {
  .feedback__description {
    margin: 0 325px 34px;
  }
}
.feedback__account-info {
  margin-bottom: 40px;
  line-height: 24px;
}
@media screen and (min-width: 1400px) {
  .feedback__account-info {
    margin-bottom: 38px;
  }
}
.feedback__switch {
  display: flex;
  justify-content: center;
  gap: 19.5px;
}
@media screen and (min-width: 1400px) {
  .feedback__switch {
    gap: 13px;
  }
}
.feedback__switch-oval {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(43, 41, 45, 0.2);
}
@media screen and (min-width: 1400px) {
  .feedback__switch-oval {
    width: 8px;
    height: 8px;
  }
}
.feedback__switch-oval--selected {
  background-color: rgb(49, 66, 197);
}
@media screen and (min-width: 1400px) {
  .feedback__image {
    position: absolute;
    right: 26px;
    bottom: 0;
  }
  .feedback__image img {
    width: 273px;
  }
}

.hiring {
  margin: 50px 15px;
}
@media screen and (min-width: 1400px) {
  .hiring {
    margin: 106px 325px 110px;
  }
}
.hiring__top {
  text-align: center;
}
.hiring__top-title {
  height: 45px;
  margin-bottom: 18px;
}
@media screen and (min-width: 1400px) {
  .hiring__top-title {
    height: 62px;
    margin-bottom: 20px;
  }
}
.hiring__top-description {
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  .hiring__top-description {
    width: 556px;
    height: 72px;
    margin: 0 0 27px 97px;
  }
}
.hiring__top-button {
  width: 100%;
  border: none;
}
@media screen and (min-width: 1400px) {
  .hiring__top-button {
    width: 250px;
  }
}
.hiring__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 51px;
}
.hiring__vacancy {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 39px;
}
@media screen and (min-width: 1400px) {
  .hiring__vacancy {
    margin-top: 110px;
    gap: 20px;
  }
}
.hiring__vacancy-button {
  display: flex;
  justify-content: space-between;
  height: 140px;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid rgba(43, 41, 45, 0.2);
  cursor: pointer;
}
@media screen and (min-width: 1400px) {
  .hiring__vacancy-button {
    width: 750px;
    height: 81px;
  }
}
.hiring__vacancy-button:hover {
  background-color: rgb(49, 65, 197);
  box-shadow: 0px 11px 55px 0px rgba(0, 0, 0, 0.07), 0px 13px 18px 0px rgba(0, 0, 0, 0.15);
  color: rgb(255, 255, 255);
}
.hiring__vacancy-button:hover .hiring__vacancy--dissabled {
  display: none;
}
.hiring__vacancy-button:hover .hiring__vacancy--active {
  display: flex;
}
.hiring__vacancy-button:hover .hiring__vacancy-location {
  opacity: 1;
}
.hiring__vacancy-info {
  margin: 20px;
  text-align: left;
}
@media screen and (min-width: 1400px) {
  .hiring__vacancy-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
  }
}
.hiring__vacancy-name {
  margin-bottom: 19px;
  width: 150px;
  font-size: 22px;
  line-height: 28px;
}
@media screen and (min-width: 1400px) {
  .hiring__vacancy-name {
    width: 408px;
    margin: 0;
    margin-left: 25px;
  }
}
.hiring__vacancy-location {
  line-height: 22px;
  opacity: 0.6;
}
@media screen and (min-width: 1400px) {
  .hiring__vacancy-location {
    width: 232px;
    font-size: 18px;
  }
}
.hiring__vacancy--dissabled {
  background-color: rgb(213, 212, 213);
}
@media screen and (min-width: 1400px) {
  .hiring__vacancy--dissabled {
    background-color: transparent;
  }
}
.hiring__vacancy--active {
  display: none;
}

.order {
  padding: 50px 15px;
  background-color: rgb(244, 245, 247);
}
@media screen and (min-width: 1400px) {
  .order {
    display: flex;
    gap: 122px;
    height: 441px;
    padding: 0;
    padding-left: 226px;
  }
}
.order__button {
  border: none;
}
@media screen and (min-width: 1400px) {
  .order__button {
    min-width: 160px;
  }
}
.order__image-properties {
  width: 200px;
  height: 220px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1400px) {
  .order__image-properties {
    width: 270px;
    height: 297px;
    margin-top: 72px;
  }
}
@media screen and (min-width: 1400px) {
  .order__content {
    margin-top: 106px;
    max-width: 555px;
  }
}
.order__content-title {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.25px;
}
@media screen and (min-width: 1400px) {
  .order__content-title {
    height: 48px;
    margin-bottom: 12px;
    text-align: left;
  }
}
.order__content-description {
  margin-bottom: 79px;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (min-width: 1400px) {
  .order__content-description {
    margin-bottom: 26px;
  }
}
.order__content-send {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1400px) {
  .order__content-send {
    flex-direction: row;
    gap: 10px;
  }
}
.order__content-send-input {
  height: 48px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid rgba(43, 41, 45, 0.2);
  font-size: 18px;
  line-height: 14px;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .order__content-send-input {
    padding-left: 15px;
    line-height: 13px;
    text-align: left;
  }
}
.order__content-addition {
  font-size: 14px;
  line-height: 22px;
}
.order__content-addition-link {
  color: rgb(49, 66, 198);
}

.footer {
  padding-top: 40px;
}
@media screen and (min-width: 1400px) {
  .footer {
    height: 389px;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .footer__top {
    display: flex;
    padding-left: 130px;
    border-bottom: 1px solid rgb(227, 227, 227);
  }
}
.footer__logo {
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(227, 227, 227);
  text-align: center;
  line-height: 25px;
}
@media screen and (min-width: 1400px) {
  .footer__logo {
    width: 360px;
    margin-right: 126px;
    padding: 43px 0 59px 0;
    border: none;
    text-align: left;
    line-height: 25px;
  }
}
.footer__logo-icon {
  width: 60px;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: left;
  transform: translate(2px, 5px) scale(1.1);
}
@media screen and (min-width: 1400px) {
  .footer__logo-icon {
    height: 60px;
    margin: 0;
    transform: none;
  }
}
@media screen and (min-width: 1400px) {
  .footer__logo-content {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 26px;
    height: 60px;
  }
}
.footer__logo-info {
  margin-bottom: 32px;
}
@media screen and (min-width: 1400px) {
  .footer__logo-info {
    margin: 0;
  }
}
.footer__logo-title {
  font-size: 20px;
}
.footer__logo-subtitle {
  font-size: 18px;
}
@media screen and (min-width: 1400px) {
  .footer__logo-description {
    height: 85px;
    font-size: 18px;
    line-height: 26px;
  }
}
.footer__logo-button {
  border: none;
  cursor: pointer;
}
.footer__logo-downloads {
  display: flex;
  justify-content: center;
  gap: 9px;
  height: 40px;
}
@media screen and (min-width: 1400px) {
  .footer__logo-downloads {
    justify-content: left;
    gap: 10px;
    margin-top: 25px;
  }
}
.footer__navigation {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 28px 15px 22px;
}
@media screen and (min-width: 1400px) {
  .footer__navigation {
    display: flex;
    flex-direction: row;
    gap: 29px;
    width: 559px;
    height: 231px;
    padding: 0;
  }
}
.footer__navigation-title {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 28px;
}
@media screen and (min-width: 1400px) {
  .footer__navigation-title {
    margin-top: 62px;
  }
}
.footer__navigation-list {
  list-style-type: none;
  line-height: 30px;
}
.footer__navigation-list-item {
  margin-bottom: 6px;
  font-size: 18px;
}
.footer__navigation-list-item a {
  text-decoration: none;
}
@media screen and (min-width: 1400px) {
  .footer__navigation-links {
    width: 265px;
    height: 185px;
  }
}
.footer__bottom {
  padding: 0 0 23px 15px;
}
@media screen and (min-width: 1400px) {
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 16px 130px;
  }
}
.footer__links {
  display: flex;
  justify-content: space-between;
  width: 180px;
  margin-bottom: 30px;
}
.footer__links-items {
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}
.footer__social-links {
  display: flex;
  gap: 20px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: rgb(43, 41, 45);
}

.page {
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .page {
    width: 1400px;
    margin: auto;
  }
}

.hidden__desktop {
  display: none;
}
@media screen and (min-width: 1400px) {
  .hidden__desktop {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .hidden__mobile {
    display: none;
  }
}

.subtitle {
  font-size: 22px;
  line-height: 34px;
}

.title {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.36px;
}
@media screen and (min-width: 1400px) {
  .title {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.5px;
  }
}

.description {
  font-size: 24px;
  line-height: 34px;
}

.additional-description {
  color: rgba(43, 41, 45, 0.6);
}

.button {
  height: 48px;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
  cursor: pointer;
}
.button__primary {
  background-color: rgb(48, 64, 196);
  color: rgb(255, 255, 255);
}
.button__secondary {
  background-color: rgb(255, 255, 255);
  color: rgb(48, 64, 196);
}

.image__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image__properties {
  max-width: 100%;
  height: auto;
}
.image__description {
  font-size: 14px;
  line-height: 22px;
}

/*# sourceMappingURL=styles.css.map */
