.container {
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 20px;
}

@media (max-width: 1700px) {
  .container {
    max-width: calc(100% - 98px);
    padding: 0 150px;
  }
}

@media (max-width: 1600px) {
  .container {
    max-width: calc(100% - 98px);
    padding: 0 100px;
  }
}

@media (max-width: 1540px) {
  .container {
    max-width: 1600px;
    padding: 0 80px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 360px) {
  .container {
    padding: 0 10px;
  }
}



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

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

body.compensate-for-scrollbar {
  overflow: auto;
}

/*Информация*/

.avalanche-info {
  background-color: #f7f7f7;
}

.avalanche-info__wrapper {
  padding-top: 86px;
  padding-bottom: 92px;
}

.avalanche-info__name {
  margin-bottom: 48px;
}

.avalanche-info__name p {
  font-weight: 700;
  font-size: 48px;
  color: #000;
  text-align: center;

  margin: 0;
}

.avalanche-info__title {
  margin-bottom: 50px;
}

.avalanche-info__title h1 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  color: #bc2539;

  margin: 0;
}

.avalanche-info__description {
  width: 81.5%;
  margin: 0 auto;
  margin-bottom: 67px;
}

.avalanche-info__description p {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #000;
  text-align: center;

  margin: 0;
}

.avalanche-info__bottom {
  display: flex;
  justify-content: flex-start;
  column-gap: 30px;
  width: 82.5%;
  margin-left: auto;
  margin-right: 111px;
}

.avalanche-info__bottom-img {
  flex-shrink: 0;
}

.avalanche-info__bottom-text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000;

  margin: 0;
}

@media (max-width: 1700px) {
  .avalanche-info__wrapper {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .avalanche-info__name {
    margin-bottom: 40px;
  }

  .avalanche-info__name p {
    font-size: 40px;
  }

  .avalanche-info__title {
    margin-bottom: 42px;
  }

  .avalanche-info__title h1 {
    font-size: 40px;
  }

  .avalanche-info__description p {
    font-size: 29px;
    line-height: 39px;
  }

  .avalanche-info__description {
    max-width: 1027px;
    margin-bottom: 60px;
  }

  .avalanche-info__bottom-img img {
    width: 375px;
  }

  .avalanche-info__bottom-text p {
    font-size: 20px;
    line-height: 30px;
  }

  .avalanche-info__bottom {
    column-gap: 25px;
    margin-right: 94px;
  }
}

@media (max-width: 1024px) {
  .avalanche-info__wrapper {
    padding-top: 59px;
    padding-bottom: 57px;
  }

  .avalanche-info__name p {
    font-size: 29px;
  }

  .avalanche-info__name {
    margin-bottom: 10px;
  }

  .avalanche-info__title {
    margin-bottom: 13px;
  }

  .avalanche-info__title h1 {
    font-size: 29px;
  }
  
  .avalanche-info__description p {
    font-size: 22px;
    line-height: 32px;
  }

  .avalanche-info__description {
    margin-bottom: 44px;
  }

  .avalanche-info__bottom-img img {
    width: 316px;
  }

  .avalanche-info__bottom-text p {
    font-size: 17px;
    line-height: 27px;
  }

  .avalanche-info__bottom {
    column-gap: 20px;
    margin: 0 auto;
    width: auto;
  }
}

@media (max-width: 768px) {
  .avalanche-info__bottom {
    flex-direction: column;
    row-gap: 22px;
    align-items: center;
  }
}

@media (max-width: 650px) {
  .avalanche-info__description {
    width: auto;
  }
}

@media (max-width: 450px) {
  .avalanche-info__description p {
    font-size: 22px;
    line-height: 29px;
  }

  .avalanche-info__bottom-text p {
    line-height: 22px;
  }

  .avalanche-info__bottom {
    width: 88%;
  }
}

@media (max-width: 400px) {
  .avalanche-info__title {
    max-width: 255px;
    margin: 0 auto;
    margin-bottom: 13px;
  }

  .avalanche-info__description {
    margin-bottom: 46px;
  }

  .avalanche-info__bottom {
    row-gap: 25px;
  }
}

@media (max-width: 360px) {
  .avalanche-info__wrapper {
    padding-top: 48px;
    padding-bottom: 47px;
  }

  .avalanche-info__name {
    margin-bottom: 7px;
  }

  .avalanche-info__name p {
    font-size: 24px;
  }

  .avalanche-info__title {
    max-width: 245px;
    margin-bottom: 9px;
  }

  .avalanche-info__title h1 {
    font-size: 24px;
  }

  .avalanche-info__description p {
    font-size: 18px;
    line-height: 24px;
  }

  .avalanche-info__description {
    margin-bottom: 36px;
  }

  .avalanche-info__bottom {
    row-gap: 19px;
  }

  .avalanche-info__bottom-text p {
    font-size: 14px;
    line-height: 19px;
  }
}

/*Возможности системы*/

.system-features {
  background-color: #f7f1f1;
}

.system-features__wrapper {
  padding-top: 78px;
  padding-bottom: 99px;
}

.system-features__title {
  margin-bottom: 36px;
}

.system-features__title h2 {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #bc2539;

  margin: 0;
}

.system-features__list {
  display: flex;
  flex-direction: column;
  width: 88.5%;

  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 18px;
  margin-left: auto;
}

.system-features__item:not(:last-child) {
  margin-bottom: 36px;
}

.system-features__text {
  position: relative;
}

.system-features__text::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 10px;
  left: 0;
  background-image: url(../images/avalanche/svg/icon-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.system-features__text p {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #000000;

  margin: 0;
  padding-left: 64px;
}

@media (max-width: 1700px) {
  .system-features__wrapper {
    padding-top: 65px;
    padding-bottom: 85px;
  }

  .system-features__title {
    margin-bottom: 31px;
  }

  .system-features__title h2 {
    font-size: 40px;
  }

  .system-features__text p {
    font-size: 30px;
    line-height: 30px;
    padding-left: 56px;
  }

  .system-features__text::before {
    width: 22px;
    height: 22px;
    top: 7px;
  }

  .system-features__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .system-features__wrapper {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .system-features__title h2 {
    font-size: 29px;
  }

  .system-features__title {
    margin-bottom: 30px;
  }

  .system-features__text p {
    font-size: 22px;
    line-height: 25px;
    padding-left: 33px;
  }

  .system-features__list {
    width: auto;
  }

  .system-features__item:not(:last-child) {
    margin-bottom: 17px;
  }

  .system-features__text::before {
    width: 20px;
    height: 20px;
    top: 4px;
  }
}

@media (max-width: 450px) {
  .system-features__list {
    width: 88%;
    margin: 0 auto;
  }

  .system-features__text::before {
    width: 14px;
    height: 14px;
    top: 7px;
  }

  .system-features__text p {
    padding-left: 28px;
    line-height: 23px;
  }

  .system-features__title {
    margin-bottom: 33px;
  }
}

@media (max-width: 360px) {
  .system-features__wrapper {
    padding-top: 46px;
    padding-bottom: 44px;
  }

  .system-features__title {
    margin-bottom: 25px;
  }

  .system-features__title h2 {
    font-size: 24px;
  }

  .system-features__text p {
    font-size: 18px;
    line-height: 19px;
    padding-left: 24px;
  }

  .system-features__item:not(:last-child) {
    margin-bottom: 14px;
  }

  .system-features__text::before {
    width: 12px;
    height: 12px;
    top: 5px;
  }
}


/*Функции системы*/

.system-functions {
  background-color: #f7f7f7;
}

.system-functions__wrapper {
  padding-top: 92px;
  padding-bottom: 90px;
}

.system-functions__title {
  margin-bottom: 70px;
}

.system-functions__title h2 {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #000000;

  margin: 0;
}

.system-functions__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 19px;
  row-gap: 17px;
}

.system-functions__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  background-color: #ffffff;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 45px;
  border-radius: 10px;
}

.system-functions__caption {
  margin-bottom: 7px;
}

.system-functions__caption h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;

  margin: 0;
}

.system-functions__text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #000000;

  margin: 0;
}

.system-functions__icon {
  flex-shrink: 0;
  margin-right: 32px;
}

@media (max-width: 1700px) {
  .system-functions__wrapper {
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .system-functions__title {
    margin-bottom: 62px;
  }

  .system-functions__title h2 {
    font-size: 40px;
  }

  .system-functions__item {
    min-height: 250px;
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    border-radius: 10px;
  }

  .system-functions__list {
    column-gap: 16px;
    row-gap: 15px;
  }

  .system-functions__icon {
    width: 91px;
    height: 91px;
  }

  .system-functions__caption h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .system-functions__text p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1024px) {
  .system-functions__wrapper {
    padding-top: 53px;
    padding-bottom: 60px;
  }

  .system-functions__title {
    margin-bottom: 46px;
  }

  .system-functions__title h2 {
    font-size: 29px;
  }

  .system-functions__caption h3 {
    font-size: 17px;
   line-height: 24px;
  }

  .system-functions__icon {
    width: 48px;
    height: 48px;
    margin-right: 8px;
  }

  .system-functions__item {
    min-height: 182px;
    padding-left: 14px;
  }

  .system-functions__text p {
    font-size: 17px;
    line-height: 27px;
  }
}

@media (max-width: 768px) {
  .system-functions__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 450px) {
  .system-functions__list {
    row-gap: 18px;
    justify-items: center;
  }

  .system-functions__item {
    max-width: 340px;
    padding-top: 17px;
    padding-right: 8px;
    align-items: flex-start;
  }

  .system-functions__icon {
    margin-right: 11px;
    padding-top: 10px;
  }

  .system-functions__caption h3 {
    font-size: 17px;
    line-height: 23px;
  }

  .system-functions__caption {
    margin-bottom: 2px;
  }

  .system-functions__text p {
    font-size: 17px;
    line-height: 20px;
  }
}

@media (max-width: 360px) {
  .system-functions__wrapper {
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .system-functions__title {
    margin-bottom: 38px;
  }

  .system-functions__title h2 {
    font-size: 24px;
  }

  .system-functions__icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }

  .system-functions__caption h3 {
    font-size: 14px;
    line-height: 19px;
  }

  .system-functions__text p {
    font-size: 14px;
    line-height: 17px;
  }

  .system-functions__caption {
    margin-bottom: 0;
  }

  .system-functions__list {
    row-gap: 15px;
  }

  .system-functions__item {
    max-width: 280px;
    min-height: 150px
  }
}

/*Состав системы*/

.structure-system {
  background-color: #f7f1f1;
}

.structure-system__wrapper {
  padding-top: 76px;
  padding-bottom: 95px;
}

.structure-system__title {
  margin-bottom: 38px;
}

.structure-system__title h2 {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #000000;

  margin: 0;
}

.structure-system__description {
  max-width: 1232px;
  margin: 0 auto;
}

.structure-system__column {
  display: grid;
  grid-template-columns: 1fr;
}

.structure-system__list {
  display: flex;
  align-items: center;
  column-gap: 58px;
}

.structure-system__item {
  display: flex;
  align-items: center;
  column-gap: 42px;
  max-width: 518px;
  min-height: 175px;
  padding-left: 63px;
  padding-right: 10px;
  background-color: #ffffff;
  border-radius: 25px;
}

.structure-system__name h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;

  margin: 0;
}

.structure-system__box {
  max-width: 659px;
  flex-shrink: 0;
  flex-grow: 1;
  border-radius: 10px;
  background-color: #ffffff;
}

.structure-system__module {
  position: relative;
  padding-left: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.structure-system__module-img {
  position: absolute;
  top: 50%;
  width: 109px;
  height: 19px;
  transform: translate(25%, -50%);
  z-index: 1;
  right: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.structure-system__module-img-searchs:nth-child(1) {
  position: absolute;
  top: 50%;
  width: 109px;
  height: 19px;
  transform: translate(25%, 50%);
  z-index: 1;
  right: 100%;
}

.structure-system__module-img-searchs-1 {
  position: absolute;
  top: 50%;
  width: 109px;
  height: 19px;
  transform: translate(25%, -50%);
  z-index: 1;
  right: 100%;
}

.structure-system__module-img-searchs-2 {
  position: absolute;
  top: 0;
  width: 109px;
  height: 19px;
  transform: translate(25%, 90%);
  z-index: 1;
  right: 100%;
}

.structure-system__module-img-screens {
  position: absolute;
  top: 50%;
  width: 109px;
  height: 19px;
  transform: translate(25%, -50%);
  z-index: 1;
  right: 100%;
}

.structure-system__module-text  p {
  font-weight: 500;
  font-size: 24px;
  color: #000000;

  margin: 0;
}

.structure-system__content {
  display: flex;
  flex-direction: column;
  max-width: 649px;
  row-gap: 20px;
  flex-shrink: 0;
  flex-grow: 1;
}

.structure-system__module-searchs:not(:last-child) {
  margin-bottom: 20px;
}

.structure-system__list-searchs,
.structure-system__list-storage {
  margin-bottom: 44px;
}

.structure-system__icon {
  flex-shrink: 0;
}

@media(max-width: 1700px) {
  .structure-system__wrapper {
    padding-top: 63px;
    padding-bottom: 85px;
  }

  .structure-system__title {
    margin-bottom: 32px;
  }

  .structure-system__title h2 {
    font-size: 40px;
  }

  .structure-system__description {
    max-width: 1028px;
  }

  .structure-system__name h3 {
    font-size: 27px;
  }

  .structure-system__module-text p {
    font-size: 20px;
  }

  .structure-system__item {
    max-width: 431px;
    min-height: 146px;
    padding-left: 55px;
  }

  .structure-system__module {
    padding-left: 38px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .structure-system__icon img {
    width: 62px;
    height: 62px;
  }

  .structure-system__list-searchs, 
  .structure-system__list-storage {
    margin-bottom: 36px;
  }

  .structure-system__module-img-screens {
    transform: translate(25%, -45%);
  }

  .structure-system__module-img-searchs-0 {
    transform: translate(25%, 50%);
  }

  .structure-system__module-img-searchs-2 {
    transform: translate(25%, 50%);
  }

  .structure-system__module-img-screens-2 {
    transform: translate(25%, -35%);
  }
}

@media (max-width: 1024px) {
  .structure-system__wrapper {
    padding-top: 53px;
    padding-bottom: 61px;
  }

  .structure-system__title {
    margin-bottom: 29px;
  }

  .structure-system__title h2 {
    font-size: 29px;
  }

  .structure-system__name h3 {
    font-size: 22px;
  }

  .structure-system__icon img {
    width: 50px;
    height: 50px;
  }

  .structure-system__module-text p {
    font-size: 15px;
  }

  .structure-system__item {
    max-width: 340px;
    min-height: 85px;
    column-gap: 30px;
    border-radius: 10px;
    padding-left: 32px;
  }

  .structure-system__content {
    row-gap: 8px;
  }

  .structure-system__list-searchs, 
  .structure-system__list-storage {
    margin-bottom: 20px;
  }

  .structure-system__module-img-searchs-2 {
    transform: translate(25%, 0%);
  }

  .structure-system__module-img-searchs:nth-child(1) {
    transform: translate(25%, 80%);
  }

  .structure-system__module-img-storage-1 {
    transform: translate(25%, -35%);
  }

  .structure-system__module-img-storage-2 {
    transform: translate(25%, -35%);
  }
}

@media (max-width: 800px) {
  .structure-system__list {
    flex-direction: column;
    align-items: stretch;
    row-gap: 30px;
  }

  .structure-system__item {
    max-width: 100%;
    justify-content: center;
  }

  .structure-system__box {
    max-width: 100%;
    flex-shrink: 1;
  }

  .structure-system__box-module {
    min-height: 85px;
  }

  .structure-system__column {
    row-gap: 38px;
  }

  .structure-system__module-img {
    transform: rotate(90deg);
    right: 0;
    top: 0;
    width: 60px;
    height: 14px;
  }

  .structure-system__module-text-module {
    max-width: 225px;
  }

  .structure-system__module-text p {
    text-align: center;
  }

  .structure-system__content {
    flex-direction: row;
    column-gap: 6px;
    max-width: 100%;
  }

  .structure-system__module {
    padding-top: 16px;
    padding-bottom: 18px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .structure-system__module-img-searchs:nth-child(1) {
    transform: rotate(90deg);
  }

  .structure-system__module-img-searchs-0 {
    right: 33%;
    top: -27%;
  }

  .structure-system__module-img-searchs-1 {
    right: 33%;
    top: -33%;
  }

  .structure-system__module-img-searchs-2 {
    right: 36%;
    top: -27%;
  }

  .structure-system__module-img-storage-1 {
    right: 40%;
    top: -27%;
  }

  .structure-system__module-img-storage-2 {
    right: 40%;
    top: -27%;
  }

  .structure-system__module-img-screens {
    right: 40%;
    top: -36%;
  }

  .structure-system__module-img-screens-2 {
    right: 40%;
    top: -36%;
  }

  .structure-system__module-img-module {
    right: 44%;
    top: -36%;
  }

  .structure-system__module-module {
    min-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 400px) {
  .structure-system__item {
    max-width: 340px;
    padding-left: 35px;
  }

  .structure-system__column {
    justify-items: center;
  }

  .structure-system__list {
    row-gap: 38px;
  }

  .structure-system__module-text-module {
    max-width: 200px;
  }

  .structure-system__module-text p {
    font-size: 15px;
    line-height: 16px;
  }

  .structure-system__module-img-module {
    right: 41%;
    top: -29%;
  }

  .structure-system__module-img-searchs-0 {
    right: -11%;
    top: -27%;
  }

  .structure-system__module-img-searchs-1 {
    right: 25%;
    top: -38%;
  }

  .structure-system__module-img-searchs-2 {
    right: 68%;
    top: -24%;
  }

  .structure-system__list {
    align-items: center;
  }

  .structure-system__list-module {
    align-items: stretch;
  }

  .structure-system__content {
    max-width: 340px;
  }
}

@media(max-width: 360px) {
  .structure-system__wrapper {
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .structure-system__title {
    margin-bottom: 25px;
  }

  .structure-system__title h2 {
    font-size: 24px;
  }

  .structure-system__icon img {
    width: 40px;
    height: 40px;
  }

  .structure-system__name h3 {
    font-size: 18px;
  }

  .structure-system__item {
    max-width: 280px;
    padding-left: 28px;
    min-height: 70px;
    column-gap: 22px;
  }

  .structure-system__name h3 {
    line-height: 19px;
  }

  .structure-system__list {
    row-gap: 30px;
  }

  .structure-system__module-text-module {
    max-width: 170px;
  }

  .structure-system__module-text p {
    font-size: 12px;
    line-height: 14px;
  }

  .structure-system__module-module {
    min-height: 70px;
  }

  .structure-system__box-module {
    min-height: 70px;
  }

  .structure-system__column {
    row-gap: 30px;
  }

  .structure-system__list-searchs, 
  .structure-system__list-storage {
    margin-bottom: 0;
  }

  .structure-system__content {
    max-width: 280px;
  }

  .structure-system__module-img {
    width: 54px;
    height: 3px;
  }

  .structure-system__module-img-module {
    right: 39%;
    top: -22%;
  }

  .structure-system__module-img-searchs-0 {
    right: -18%;
    top: -20%;
  }

  .structure-system__module-img-searchs-1 {
    right: 14%;
    top: -27%;
  }

  .structure-system__module-img-searchs-2 {
    right: 55%;
    top: -18%;
  }

  .structure-system__module-img-storage-1 {
    right: -13%;
    top: -17%;
  }

  .structure-system__module-img-storage-2 {
    right: 71%;
    top: -17%;
  }

  .structure-system__module-img-screens {
    right: -6%;
    top: -19%;
  }

  .structure-system__module-img-screens-2 {
    right: 70%;
    top: -19%;
  }
}

/*Польза*/

.benefit {
  max-width: 1920px;
  min-height: 370px;
  margin: 0 auto;
  object-fit: cover;
  background-image: url(../images/avalanche/img-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.benefit__title {
  margin-bottom: 30px;
}

.benefit__title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #bc2539;

  margin: 0;
}

.benefit__title span {
  text-transform: uppercase;
}

.benefit__text p {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;

  margin: 0
}

.benefit__description {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin-right: auto;
}

.benefit__wrapper {
  padding-top: 27px;
  padding-bottom: 30px;
}

@media (max-width: 1700px) {
  .benefit__title {
    margin-bottom: 21px;
  }

  .benefit__title h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .benefit__text p {
    font-size: 24px;
    line-height: 36px;
  }

  .benefit__description {
    max-width: 670px;
  }

  .benefit {
    min-height: 370px;
  }

  .benefit__wrapper {
    padding-top: 31px;
    padding-bottom: 45px;
  }
}

@media (max-width: 1024px) {
  .benefit__title h2 {
    font-size: 26px;
  }

  .benefit__title {
    margin-bottom: 29px;
  }

  .benefit__text p {
    font-size: 17px;
    line-height: 27px;
  }

  .benefit {
    min-height: 428px;
    background-position: center center;
  }

  .benefit__description {
    max-width: 440px;
  }

  .benefit__wrapper {
    padding-top: 54px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .benefit__description {
    max-width: 312px;
  }
}

@media (max-width: 450px) {
  .benefit {
    width: 100%;
    background-image: url(../images/avalanche/img-banner-mob.png);
  }
}

@media (max-width: 400px) {
  .benefit__description {
    max-width: 335px;
    padding-left: 23px;
  }

  .benefit__wrapper {
    padding-top: 58px;
  }

  .benefit__title {
    margin-bottom: 27px;
  }

  .benefit__title h2 {
    line-height: 29px;
    margin-right: 45px;
  }
}

@media (max-width: 360px) {
  .benefit__wrapper {
    padding-top: 45px;
    padding-bottom: 42px;
  }

  .benefit__title h2 {
    font-size: 21px;
    line-height: 25px;
    margin-right: 40px;
  }

  .benefit {
    min-height: 352px;
  }

  .benefit__title {
    margin-bottom: 23px;
  }

  .benefit__text p {
    font-size: 14px;
    line-height: 18px;
  }

  .benefit__description {
    max-width: 280px;
  }
}

/*Документация*/

.documentation__icon svg {
  width: 72px;
  height: 91px;
}

.documentation__wrapper {
  padding-bottom: 122px;
  padding-top: 73px;
}

.documentation__title  {
    margin-bottom: 10px;
}

.documentation__title h2 {
  font-weight: 700;
  font-size: 48px;
  color: #231f20;
  text-align: center;

  margin: 0;
}

.documentation__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;

  margin-bottom: 62px;
}

.documentation__text {

}

.documentation__text p {
  font-weight: 700;
  font-size: 24px;
  color: #231f20;

  margin: 0;
  margin-left: 90px;
}

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

.documentation__description {
  display: flex;
}

.documentation__column:first-child {
  margin-right: 50px;
}

.documentation__content {
  position: relative;
}

.documentation__content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 16px;
  height: 17px;
  background-image: url(../images/avalanche/svg/icon-arrows.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.documentation__content a {
  display: block;
  font-size: 24px;
  line-height: 35px;
  color: #231f20;
  font-weight: 500;
  padding-left: 34px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;

  margin: 2px 0;
}

@media (hover: hover), screen and (min-width: 0\0 ) {
  .documentation__content a:focus,
  .documentation__content a:hover {
    color: #bc2539;
  }
}

.documentation__description {
  margin-bottom: 74px;
}


.documentation__gallery-text {
  margin-bottom: 32px;
}

.documentation__gallery-text span {
  font-weight: 500;
  font-size: 24px;
  color: #000;

  margin: 0;
}

.documentation__gallery-content {
  display: flex;
  justify-content: flex-start;
  column-gap: 69px;
  row-gap: 50px;
  flex-wrap: wrap;
}
.document {
  display: none;
  overflow: auto;
}
@media (max-width: 1700px) {
  .documentation__wrapper {
    padding-bottom: 109px;
    padding-top: 61px;
  }

  .documentation__description {
    margin-bottom: 61px;
  }

  .documentation__title {
    margin-bottom: 10px;
  }

  .documentation__icon svg {
    width: 78px;
    height: 74px;
  }

  .documentation__title h2 {
    font-size: 40px;
  }

  .documentation__box {
    margin-bottom: 51px;
  }

  .documentation__text p {
    font-size: 20px;
    margin-left: 66px;
  }

  .documentation__content a {
    font-size: 20px;
    line-height: 30px;
  }

  .documentation__column:first-child {
    margin-right: 30px;
  }

  .documentation__content::before {
    top: 6px;
  }

  .documentation__gallery-text  {
    margin-bottom: 26px;
  }

  .documentation__gallery-text span {
    font-size: 20px;
  }

  .documentation__gallery-content {
    column-gap: 55px;
  }

  .documentation__gallery-img img {
    width: 210px;
    height: 295px;

    object-fit: cover;
  }
}

@media (max-width: 1024px) {
  .documentation__wrapper {
    padding-bottom: 56px;
    padding-top: 57px;
  }

  .documentation__title h2 {
    font-size: 29px;
  }

  .documentation__text p {
    font-size: 17px;
    margin-left: 36px;
  }

  .documentation__box {
    margin-bottom: 28px;
  }

  .documentation__content a {
    font-size: 17px;
    line-height: 27px;
  }

  .documentation__content::before {
    width: 11px;
    height: 12px;
    top: 8px;
  }

  .documentation__column:first-child {
    margin-right: 70px;
  }

  .documentation__gallery-text  {
    margin-bottom: 26px;
  }

  .documentation__gallery-text span {
    font-size: 17px;
  }

  .documentation__gallery-content {
    column-gap: 24px;
    row-gap: 20px;
    justify-content: center;
  }

  .documentation__gallery-img img {
    width: 210px;
    height: 295px;

    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .documentation__icon {
    display: none;
  }

  .documentation__box {
    margin-bottom: 23px;
    max-width: 267px;
  }

  .documentation__description {
    flex-direction: column;
  }

  .documentation__content a {
    font-size: 17px;
    line-height: 27px;
    padding-left: 18px;
  }

  .documentation__column:first-child {
    margin: 0;
  }

  .documentation__content::before {
    width: 11px;
    height: 12px;
    top: 8px;
  }

  .documentation__title h2  {
    text-align: left;
  }

  .documentation__title {
    padding-left: 50px;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .documentation__title {
    position: relative;
  }

  .documentation__title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 38px;
    height: 47px;
    background-image: url(../images/avalanche/svg/icon-document.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .documentation__text p {
    margin: 0;
  }
}

@media (max-width: 450px) {
  .documentation__title span {
    display: none;
  }
}

@media (max-width: 400px) {
  .documentation__title {
    margin-bottom: 29px;
    padding-left: 82px;
  }

  .documentation__wrapper {
    padding-top: 60px;
  }

  .documentation__title::before {
    left: 23px;
  }

  .documentation__box {
    max-width: 100%;
    padding-left: 23px;
    margin-bottom: 30px;
  }

  .documentation__description {
    padding-left: 21px;
    margin-bottom: 22px;
  }

  .documentation__gallery-content {
    column-gap: 24px;
    row-gap: 20px;
    justify-content: flex-start;
  }

  .documentation__gallery-img img {
    width: 90px;
    height: 125px;
  }

  .documentation__gallery {
    padding-left: 23px;
  }
}

@media (max-width: 350px) {
  .documentation__gallery-content {
    column-gap: 19px;
    row-gap: 16px;
  }

  .documentation__gallery-img img {
    width: 73px;
    height: 103px;
  }

  .documentation__gallery-text {
    margin-bottom: 22px;
  }

  .documentation__gallery-text span {
    font-size: 14px;
  }

  .documentation__wrapper {
    padding-bottom: 46px;
    padding-top: 50px;
  }

  .documentation__title {
    padding-left: 70px;
    margin-bottom: 24px;
    padding-right: 10px;
  }

  .documentation__title h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }

  .documentation__text p {
    font-size: 14px;
    margin: 0;
  }

  .documentation__icon {
    display: none;
  }

  .documentation__box {
    margin-bottom: 26px;
    max-width: 100%;
  }

  .documentation__description {
    flex-direction: column;
    padding-left: 19px;
    margin-bottom: 20px;
  }

  .documentation__content a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 18px;
  }

  .documentation__column:first-child {
    margin: 0;
  }

  .documentation__content::before {
    width: 11px;
    height: 12px;
    top: 5px;
  }

  .documentation__title {
    position: relative;
  }

  .documentation__title::before {
    position: absolute;
    content: "";
    left: 23px;
    top: 0px;
    width: 30px;
    height: 37px;
    background-image: url(../images/avalanche/svg/icon-document.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*--------------------------------*/

.branches-card__info-icon {
  width: 100%;
}

.branches-card__info-btn {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 160px;
}

@media (max-width: 1700px) {
  .branches-card__info-btn {
    margin-bottom: 85px;
  }
}

@media (max-width: 400px) {
  .branches-card__info-btn {
    margin-bottom: 60px;
  }
}

@media (max-width: 360px) {
  .branches-card__info-btn {
    margin-bottom: 60px;
  }
}

@media (max-width: 1700px) {
  .branches-card__info-btn {
    column-gap: 20px;
  }
}

@media (max-width: 780px) {
  .branches-card__info-btn {
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 85px;
  }
}

@media (max-width: 400px) {
  .branches-card__info-btn {
    column-gap: 15px;
    margin-bottom: 50px;
  }
}

@media (max-width: 360px) {
  .branches-card__info-btn {
    column-gap: 7px;
  }
}

.branches-card__info-btn-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 30px;
  height: 30px;
}

.branches-card__info-btn {
  text-decoration: none;
  max-width: 310px;
}

.branches-card__info-btn span {
  display: block;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .branches-card__info-btn span {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .branches-card__info-btn span {
    font-size: 17px;
    font-weight: 700;
  }
}

@media (max-width: 360px) {
  .branches-card__info-btn span {
    font-size: 14px;
    font-weight: 700;
  }
}

.branches-card__info-btn:focus .branches-card__info-btn-img,
.branches-card__info-btn:hover .branches-card__info-btn-img  {
  background-color: #bc2539;
  color: #ffffff;
}


.branches-card__info-btn:focus span,
.branches-card__info-btn:hover span {
  color: #bc2539;
}