main .description_screen {
  margin-top: 4rem;
}
main .description_screen .col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main .description_screen h2 {
  font: 4rem "Bold";
  line-height: 120%;
  color: #1e2021;
}
main .description_screen p {
  font: 1.6rem "Regular";
  line-height: 140%;
  color: #1e2021;
  margin-top: 4rem;
}
main .description_screen a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 140%;
  color: #005fa3;
  margin-top: 4rem;
  position: relative;
}
main .description_screen a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  transition: all 0.3s ease-in-out;
  background-color: #005fa3;
}
main .description_screen a:hover::after {
  width: 65%;
}
main .description_screen a img {
  width: 3rem;
  margin-left: 2rem;
}
main .description_screen .col-md-5 {
  position: relative;
}
main .description_screen .col-md-5 img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
}
main .description_screen .col-md-5 .absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: unset;
  height: 26rem;
  transform: translate(-70%, 50%);
  object-fit: contain;
}
main .description_screen .col-md-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main .for_what h2 {
  font: 4rem "Bold";
  line-height: 120%;
  color: #1e2021;
}
main .for_what .border {
  border-radius: 0.8rem;
  padding: 3.2rem;
  box-sizing: border-box;
  border: 0.2rem solid;
  border-image: linear-gradient(to right, #48a4f5, #005fa3) 1;
}
main .for_what .border p {
  font: 1.6rem "Regular";
  line-height: 140%;
  color: #1e2021;
}
main .for_what .row.buttons {
  margin-top: 4rem;
}
main .for_what .row.buttons button {
  width: 100%;
  border-radius: 8px;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #f8f9fa;
  font: 2rem "Regular";
  color: #626466;
}
main .for_what .row.buttons button.active {
  background: linear-gradient(225deg, rgba(0, 95, 163, 0.1) 0%, rgba(72, 164, 245, 0.1) 100%);
  color: #1e2021;
}
main .for_what .container-block {
  border-radius: 1.6rem;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px 0 rgba(0, 95, 163, 0.07);
  background: #fff;
  max-height: 0;
  overflow: hidden;
}
main .for_what .container-block h3 {
  font: 2rem "Bold";
  line-height: 140%;
  color: #1e2021;
}
main .for_what .container-block p {
  font: 1.6rem "Regular";
  line-height: 140%;
  color: #1e2021;
  margin: 2rem 0;
}
main .for_what .container-block ul {
  margin-left: 3rem;
}
main .for_what .container-block ul li {
  position: relative;
  font: 1.6rem "Regular";
  line-height: 140%;
  color: #1e2021;
}
main .for_what .container-block ul li::after {
  content: "";
  position: absolute;
  left: -4rem;
  top: -0.5rem;
  background-image: url(/img/svg/check.svg);
  width: 3rem;
  height: 3rem;
  background-size: contain;
}
main .for_what .container-block.active {
  padding: 5.6rem 7.2rem;
  max-height: 100vh;
}
main .for_what .col-md-5 img {
  width: 100%;
  height: 27rem;
  object-fit: cover;
  border-radius: 0.8rem;
}
main .types h2 {
  font: 4rem "Bold";
  line-height: 120%;
  color: #1e2021;
}
main .types .row {
  margin-top: 4rem;
}
main .types .row .col-md-6 .block {
  width: 100%;
  box-shadow: 1px 1px 5px 0 rgba(0, 95, 163, 0.1);
  background: #fff;
}
main .types .row .col-md-6 .block .top_row {
  display: flex;
  align-items: center;
  padding: 2.4rem 3.2rem;
  box-sizing: border-box;
  border-radius: 0.8rem;
  background: linear-gradient(225deg, rgba(0, 95, 163, 0.1) 0%, rgba(72, 164, 245, 0.1) 100%);
}
main .types .row .col-md-6 .block .top_row h3 {
  font: 2rem "SemiBold";
  line-height: 120%;
  color: #1e2021;
}
main .types .row .col-md-6 .block .top_row span.countBlock {
  font: 2rem "SemiBold";
  line-height: 120%;
  color: #005fa3;
  margin-right: 2rem;
}
main .types .row .col-md-6 .block .text-container {
  padding: 2.4rem 3.2rem;
  min-height: 11rem;
  box-sizing: border-box;
}
main .types .row .col-md-6 .block .text-container ul {
  margin-left: 2.5rem;
}
main .types .row .col-md-6 .block .text-container ul li {
  position: relative;
  font: 1.6rem "Regular";
  line-height: 140%;
  color: #1e2021;
}
main .types .row .col-md-6 .block .text-container ul li::after {
  content: "";
  position: absolute;
  left: -3rem;
  top: 0rem;
  background-image: url(/img/svg/check.svg);
  width: 2rem;
  height: 2rem;
  background-size: contain;
}
main .catalog .col-md-9 .container-fluid .row {
  padding: 0 !important;
}
main .catalog .col-md-12 h2,
main .catalog .col-md-9 h2 {
  margin-left: 0;
}
main .catalog .col-md-12 .d-flex,
main main .catalog .col-md-9 .d-flex {
  margin-left: 0;
}
main .catalog .col-md-12 .container-fluid .row,
main .catalog .col-md-9 .container-fluid .row {
  padding: 4rem 0;
}
@media screen and (max-width: 1025px) {
  main .description_screen {
    margin-top: 4rem;
  }
  main .description_screen h2 {
    font: 3.2rem "Bold";
    line-height: 120%;
    color: #1e2021;
  }
  main .description_screen p {
    font: 1.6rem "Regular";
    line-height: 140%;
    color: #1e2021;
    margin-top: 2rem;
  }
  main .description_screen a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 140%;
    color: #005fa3;
    margin-top: 2rem;
  }
  main .description_screen a img {
    width: 3rem;
    margin-left: 2rem;
  }
  main .description_screen .col-md-5 {
    position: relative;
    margin-bottom: 4rem;
  }
  main .description_screen .col-md-5 img {
    width: 100%;
    height: unset;
    object-fit: contain;
  }
  main .description_screen .col-md-5 .absolute {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: unset;
    height: 26rem;
    transform: translate(-70%, 50%);
    object-fit: contain;
  }
  main .description_screen .row {
    display: flex;
    flex-direction: column-reverse;
  }
  main .for_what h2 {
    font: 2.4rem "Bold";
    line-height: 120%;
    color: #1e2021;
    margin-bottom: 2rem;
  }
  main .for_what .border {
    border-radius: 0.8rem;
    padding: 3.2rem;
    box-sizing: border-box;
    border: 0.2rem solid;
    border-image: linear-gradient(to right, #48a4f5, #005fa3) 1;
  }
  main .for_what .border p {
    font: 1.6rem "Regular";
    line-height: 140%;
    color: #1e2021;
  }
  main .for_what .row.buttons {
    margin-top: 4rem;
  }
  main .for_what .row.buttons button {
    width: 100%;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 1rem;
    box-sizing: border-box;
    background-color: #f8f9fa;
    font: 2rem "Regular";
    color: #626466;
  }
  main .for_what .row.buttons button.active {
    background: linear-gradient(225deg, rgba(0, 95, 163, 0.1) 0%, rgba(72, 164, 245, 0.1) 100%);
    color: #1e2021;
  }
  main .for_what .container-block {
    border-radius: 1.6rem;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px 0 rgba(0, 95, 163, 0.07);
    background: #fff;
    max-height: 0;
    overflow: hidden;
  }
  main .for_what .container-block h3 {
    font: 2rem "Bold";
    line-height: 140%;
    color: #1e2021;
  }
  main .for_what .container-block p {
    font: 1.6rem "Regular";
    line-height: 140%;
    color: #1e2021;
    margin: 2rem 0;
  }
  main .for_what .container-block ul {
    margin-left: 3rem;
  }
  main .for_what .container-block ul li {
    position: relative;
    font: 1.6rem "Regular";
    line-height: 140%;
    color: #1e2021;
  }
  main .for_what .container-block ul li::after {
    content: "";
    position: absolute;
    left: -4rem;
    top: -0.5rem;
    background-image: url(/img/svg/check.svg);
    width: 3rem;
    height: 3rem;
    background-size: contain;
  }
  main .for_what .container-block.active {
    padding: 2rem;
    max-height: 100vh;
  }
  main .for_what .col-md-5 img {
    width: 100%;
    margin-top: 2rem;
    object-fit: contain;
  }
  main .types h2 {
    font: 2.4rem "Bold";
    line-height: 120%;
    color: #1e2021;
  }
  main .types .row {
    margin-top: 2rem;
  }
  main .types .row .col-md-6 .block {
    width: 100%;
    box-shadow: 1px 1px 5px 0 rgba(0, 95, 163, 0.1);
    background: #fff;
  }
  main .types .row .col-md-6 .block .top_row {
    display: flex;
    align-items: center;
    padding: 2.4rem 3.2rem;
    box-sizing: border-box;
    border-radius: 0.8rem;
    background: linear-gradient(225deg, rgba(0, 95, 163, 0.1) 0%, rgba(72, 164, 245, 0.1) 100%);
  }
  main .types .row .col-md-6 .block .top_row h3 {
    font: 2rem "SemiBold";
    line-height: 120%;
    color: #1e2021;
  }
  main .types .row .col-md-6 .block .top_row span.countBlock {
    font: 2rem "SemiBold";
    line-height: 120%;
    color: #005fa3;
    margin-right: 2rem;
  }
  main .types .row .col-md-6 .block .text-container {
    padding: 2.4rem 3.2rem;
    box-sizing: border-box;
  }
  main .types .row .col-md-6 .block .text-container ul {
    margin-left: 2.5rem;
  }
  main .types .row .col-md-6 .block .text-container ul li {
    position: relative;
    font: 1.6rem "Regular";
    line-height: 140%;
    color: #1e2021;
  }
  main .types .row .col-md-6 .block .text-container ul li::after {
    content: "";
    position: absolute;
    left: -3rem;
    top: 0rem;
    background-image: url(/img/svg/check.svg);
    width: 2rem;
    height: 2rem;
    background-size: contain;
  }
}
