main .subCategory_screen {
  margin-top: 4rem;
}
main .subCategory_screen h1 {
  color: #fff;
}
main .subCategory_screen h2 {
  font: 4rem "Bold";
  line-height: 120%;
  color: #1e2021;
}
main .subCategory_screen p {
  font: 1.6rem "Regular";
  line-height: 140%;
  color: #1e2021;
  margin-top: 4rem;
}
main .subCategory_screen a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 140%;
  color: #005fa3;
  margin-top: 4rem;
}
main .subCategory_screen a img {
  width: 3rem;
  margin-left: 2rem;
}
main .subCategory_screen .col-md-6 {
  position: relative;
}
main .subCategory_screen .col-md-6 img {
  width: 100%;
  height: 50rem;
  border-radius: 0.8rem;
  object-fit: contain;
}
main .subCategory_screen .col-md-6 .absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: unset;
  height: 26rem;
  transform: translate(-70%, 50%);
  object-fit: contain;
}
main .img-text img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
}
main .img-text h2 {
  font: 4rem "Bold";
  line-height: 120%;
  color: #1e2021;
  margin-bottom: 2rem;
}
main .img-text p {
  font: 1.6rem "Regular";
  line-height: 140%;
  color: #1e2021;
  margin-bottom: 2rem;
}
main .img-text p:last-child {
  margin-bottom: 0;
}
main .img-text ul,
main .img-text ol {
  list-style: decimal;
  margin-left: 1.5rem;
}
main .img-text ul li,
main .img-text ol li {
  font: 1.6rem "Regular";
  line-height: 140%;
  color: #1e2021;
  margin-bottom: 1rem;
}
main .img-text ul li:last-child,
main .img-text ol li:last-child {
  margin-bottom: 0;
}
main .ul-img h2 {
  font: 4rem "Bold";
  line-height: 120%;
  color: #1e2021;
}
main .ul-img .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 .ul-img .border p {
  font: 1.6rem "Regular";
  line-height: 140%;
  color: #1e2021;
}
main .ul-img .mb-5 {
  margin-bottom: 5rem;
}
main .ul-img .row.p-4 h3 {
  font: 2rem "Bold";
  line-height: 140%;
  color: #1e2021;
  margin-bottom: 2rem;
}
main .ul-img .row.p-4 .container-blocks .col-md-6 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
main .ul-img .row.p-4 .container-blocks .col-md-6 img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  margin-right: 2rem;
}
main .ul-img .row.p-4 .container-blocks .col-md-6 p {
  font-size: 16px;
  line-height: 140%;
  color: #1e2021;
}
main .ul-img .row.p-4 img.large {
  width: 100%;
  border-radius: 0.8rem;
  height: 26rem;
  object-fit: cover;
}
main .text-img .col-md-5 h2 {
  font: 4rem "Bold";
  line-height: 120%;
  margin-bottom: 2rem;
  color: #1e2021;
}
main .text-img .col-md-5 p {
  font-size: 16px;
  line-height: 140%;
  color: #1e2021;
  margin-bottom: 2rem;
}
main .text-img .col-md-5 p:last-child {
  margin-bottom: 0;
}
main .text-img ul,
main .text-img ol {
  list-style: decimal;
  margin-left: 1.5rem;
}
main .text-img ul li,
main .text-img ol li {
  font: 1.6rem "Regular";
  line-height: 140%;
  color: #1e2021;
  margin-bottom: 1rem;
}
main .text-img ul li:last-child,
main .text-img ol li:last-child {
  margin-bottom: 0;
}
main .text-img .col-md-6 img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
}
main .types h2 {
  font: 4rem "Bold";
  line-height: 120%;
  color: #1e2021;
}
main .types .row {
  align-items: stretch;
  margin-top: 4rem;
}
main .types .row .col-md-6,
main .types .row .col-md-12 {
  display: flex;
}
main .types .row .col-md-6 .block,
main .types .row .col-md-12 .block {
  display: flex;
  flex-direction: column;
  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,
main .types .row .col-md-12 .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,
main .types .row .col-md-12 .block .top_row h3 {
  font: 2rem "SemiBold";
  line-height: 120%;
  color: #1e2021;
}
main .types .row .col-md-6 .block .top_row span.countBlock,
main .types .row .col-md-12 .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,
main .types .row .col-md-12 .block .text-container {
  padding: 2.4rem 3.2rem;
  min-height: 11rem;
  box-sizing: border-box;
}
main .types .row .col-md-6 .block .text-container p,
main .types .row .col-md-12 .block .text-container p {
  position: relative;
  font: 1.6rem "Regular";
  line-height: 140%;
  color: #1e2021;
  margin-bottom: 2rem;
}
main .types .row .col-md-6 .block .text-container p:last-child,
main .types .row .col-md-12 .block .text-container p:last-child {
  margin-bottom: 0;
}
main .types .row .col-md-6 .block .text-container ul,
main .types .row .col-md-12 .block .text-container ul {
  margin-left: 2.5rem;
}
main .types .row .col-md-6 .block .text-container ul li,
main .types .row .col-md-12 .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,
main .types .row .col-md-12 .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;
}
@media screen and (max-width: 1025px) {
  main .subCategory_screen {
    margin-top: 4rem;
  }
  main .subCategory_screen h2 {
    font: 2.4rem "Bold";
    line-height: 120%;
    color: #1e2021;
  }
  main .subCategory_screen p {
    font: 1.6rem "Regular";
    line-height: 140%;
    color: #1e2021;
    margin-top: 2rem;
  }
  main .subCategory_screen a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 140%;
    color: #005fa3;
    margin-top: 2rem;
  }
  main .subCategory_screen a img {
    width: 3rem;
    margin-left: 2rem;
  }
  main .subCategory_screen .col-md-6 {
    position: relative;
    margin-bottom: 4rem;
  }
  main .subCategory_screen .col-md-6 img {
    width: 100%;
    height: unset;
    object-fit: contain;
  }
  main .subCategory_screen .col-md-6 .absolute {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: unset;
    height: 26rem;
    transform: translate(-70%, 50%);
    object-fit: contain;
  }
  main .subCategory_screen .row {
    display: flex;
    flex-direction: column-reverse;
  }
  main .img-text .col-md-4 {
    margin-bottom: 2rem;
  }
  main .img-text img {
    width: 100%;
    object-fit: cover;
    border-radius: 0.8rem;
    height: 38.5rem;
  }
  main .img-text h2 {
    font: 2.4rem "Bold";
    line-height: 120%;
    color: #1e2021;
    margin-bottom: 2rem;
  }
  main .img-text p {
    font: 1.6rem "Regular";
    line-height: 140%;
    color: #1e2021;
    margin-bottom: 2rem;
  }
  main .img-text ul {
    list-style: decimal;
    margin-left: 1.5rem;
  }
  main .img-text ul li {
    font: 1.6rem "Regular";
    line-height: 140%;
    color: #1e2021;
    margin-bottom: 1rem;
  }
  main .ul-img h2 {
    font: 2.4rem "Bold";
    line-height: 120%;
    color: #1e2021;
    margin-bottom: 2rem;
  }
  main .ul-img .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 .ul-img .border p {
    font: 1.6rem "Regular";
    line-height: 140%;
    color: #1e2021;
  }
  main .ul-img .mb-5 {
    margin-bottom: 5rem;
  }
  main .ul-img .row.p-4 h3 {
    font: 2rem "Bold";
    line-height: 140%;
    color: #1e2021;
    margin-bottom: 2rem;
  }
  main .ul-img .row.p-4 .container-blocks .col-md-6 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  main .ul-img .row.p-4 .container-blocks .col-md-6 img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    margin-right: 2rem;
  }
  main .ul-img .row.p-4 .container-blocks .col-md-6 p {
    font-size: 16px;
    line-height: 140%;
    color: #1e2021;
  }
  main .ul-img .row.p-4 img.large {
    width: 100%;
    margin-top: 2rem;
    border-radius: 0.8rem;
    height: 26rem;
    object-fit: cover;
  }
  main .text-img .col-md-5 h2 {
    font: 2.4rem "Bold";
    line-height: 120%;
    margin-bottom: 2rem;
    color: #1e2021;
  }
  main .text-img .col-md-5 p {
    font-size: 16px;
    line-height: 140%;
    color: #1e2021;
    margin-bottom: 2rem;
  }
  main .text-img ul {
    list-style: decimal;
    margin-left: 1.5rem;
  }
  main .text-img ul li {
    font: 1.6rem "Regular";
    line-height: 140%;
    color: #1e2021;
    margin-bottom: 1rem;
  }
  main .text-img .col-md-6 img {
    width: 100%;
    height: 36.6rem;
    object-fit: cover;
    border-radius: 0.8rem;
  }
  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,
  main .types .row .col-md-12 .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,
  main .types .row .col-md-12 .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,
  main .types .row .col-md-12 .block .top_row h3 {
    font: 2rem "SemiBold";
    line-height: 120%;
    color: #1e2021;
  }
  main .types .row .col-md-6 .block .top_row span.countBlock,
  main .types .row .col-md-12 .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,
  main .types .row .col-md-12 .block .text-container {
    padding: 2.4rem 3.2rem;
    box-sizing: border-box;
  }
  main .types .row .col-md-6 .block .text-container ul,
  main .types .row .col-md-12 .block .text-container ul {
    margin-left: 2.5rem;
  }
  main .types .row .col-md-6 .block .text-container ul li,
  main .types .row .col-md-12 .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,
  main .types .row .col-md-12 .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;
  }
}
