

/* Start:/local/templates/isys_site/components/bitrix/news.list/solution_hr/style.css?176396229558863*/
.content__in {
  overflow: hidden;
}

.content__in .bx-breadcrumb {
  padding: 0;
}

.section-top {
  padding-bottom: 35px;
  margin-top: 50px;
}

.section-simple-page .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.block-main-top {
  background: #FFF;
  border-radius: 25px;
  display: flex;
  gap: 10px;
  padding: 40px;
}

.main-top-title {
  font-family: "Golos";
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
}

.main-top-text {
  font-size: 20px;
  color: #3D3D3D;
  line-height: 150%;
}

.main-top-text ul > li {
  font-size: 20px;
  display: flex;
  position: relative;
}

.main-top-text ul > li p {
  margin-bottom: 0;
}

.main-top-text ul > li:last-child {
  width: 100%;
}

.main-top-text ul > li:before {
  content: url(/local/templates/isys_site/img/icons/icon_check_fill.svg);
  position: relative;
  top: 5px;
  margin-right: 8px;
}

.main-top-text p {
  color: #000;
  margin-bottom: 20px;
}

.main-top-info {
  width: 50%;
  padding: 20px 0;
}

.main-top-img {
  width: 50%;
  background: #F5F8FF;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-top-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
}

.section-page-hr .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-img {
  text-align: center;
  margin-bottom: 50px;
}

.btn-hr-more {
  max-width: 320px;
  width: 100%;
  height: 60px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  border-radius: 12px;
  background: #0064FF;
  margin: 0 auto;
}

.btn-hr-more:hover,
.btn-hr-more:active {
  color: #FFF;
}

.block-title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 30px;
}

.block-mobile {
  display: none;
}

.section-recruitment {
  padding-top: 65px;
}

.block-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 20px;
}

.tiles-item {
  width: 32%;
  position: relative;
  border-radius: 25px;
  padding: 25px;
}

.tiles-item:nth-child(4),
.tiles-item:nth-child(5) {
  width: 49%;
}

.tiles-item-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

.tiles-item-icon > svg {
  width: 35px;
  height: 35px;
}

.tiles-item-text {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 150%;
}

.tiles-item-text > p {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.tiles-item-text > p span {
  font-size: 50px;
}

.block-recruitment-text ul {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.block-recruitment-text ul > li {
  background: #FFF;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
}

.block-recruitment-text ul > li p {
  color: #666;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}

.section-recruitment-slider {
  padding: 30px 0 100px;
}

.section-recruitment-slider .recruitment-slider.slick-dotted {
  margin-bottom: 80px;
}

.recruitment-slider-item {
  margin-bottom: 40px;
}

.recruitment-slider-item-title {
  color: #000;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  max-width: 950px;
  margin: 0 auto 50px;
}

.recruitment-slider-item ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.recruitment-slider-item ul > li {
  width: 32%;
  color: #3D3D3D;
  line-height: 150%;
  background: #FFF;
  border-radius: 25px;
  padding: 20px 30px;
}

.recruitment-slider-item ul.list-two > li {
  width: 49%;
}

.recruitment-slider-item ul > li img {
  margin-bottom: 15px;
}

.recruitment-slider-item ul > li p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.section-adaptation {
  background: #E4EAED;
  padding: 100px 0;
}

.block-adaptation-text .section-title {
  margin-bottom: 80px;
}

.row-adaptation-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.col-adaptation-img > img {
  max-width: 200px;
}

.col-adaptation-text {
  max-width: 630px;
  color:  #000;
  font-size: 20px;
  line-height: 150%;
}

.col-adaptation-text > p {
  color: #1A6B93;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 5px;
}

.col-adaptation-btn {
  max-width: 200px;
  width: 100%;
  height: 60px;
  color: #0064FF;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #0064FF;
}

.row-adaptation {
  justify-content: center;
}

.row-adaptation .col-md-3 {
  padding-left: 30px;
}

.row-adaptation .col-md-3:first-child {
  text-align: right;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 0;
}

.row-adaptation .img-col-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.row-adaptation .adaptation-icon {
  margin-bottom: 10px;
  transition: 1s;
}

.row-adaptation .adaptation-icon:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 100;
}

.row-adaptation .adaptation-icon img {
  width: 100px;
}

.row-adaptation .block-mb {
  margin-bottom: 40px;
}

.row-adaptation .adaptation-name {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}

.row-adaptation .adaptation-title {
  color: #1D1D1D;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adaptation-block-mobile {
  display: none;
  max-width: 70px;
  width: 100%;
  height: 60px;
}

.adaptation-block-mobile img{
  width: 30px;
  text-align: center;
  margin: 0 auto;
}

.row-adaptation .col-md-3:first-child .adaptation-block-mobile {
  border-radius: 10px;
  margin-right: 20px;
}

.row-adaptation .col-md-3:last-child .adaptation-block-mobile {
  border-radius: 10px;
  margin-left: 20px;
}

.row-adaptation-stage {
  text-align: center;
}

.row-adaptation-stage img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.block-adaptation-solution {
  padding: 80px 0;
}

.btn-adaptation-solution-more {
  padding-top: 30px;
}

.btn-adaptation-solution-more .btn-hr-more {
  background: #1A6B93;
}

.block-adaptation-cases {
  padding: 50px 40px 0;
}

.adaptation-cases-item {
  background: #FFF;
  border-radius: 16px;
  padding: 40px;
}

.adaptation-cases-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.adaptation-cases-item-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.adaptation-cases-item-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.adaptation-cases-item-img,
.adaptation-cases-item-solution-text,
.adaptation-cases-item-call-text {
  width: 30%;
}

.adaptation-cases-item-img > img {
  width: 100%;
}

.adaptation-cases-item-solution-text > p:first-child {
  color: #B0B0B0;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 5px;
}

.adaptation-cases-item-solution-text {
  color: #5D5D5D;
  line-height: 150%;
}

.adaptation-cases-item-solution-text > ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 15px;
}

.adaptation-cases-item-solution-text > ul > li {
  margin-bottom: 5px;
}

.adaptation-cases-item-call-text {
  color: #000;
  font-size: 20px;
  line-height: 150%;
}

.adaptation-cases-item-call-text > p {
  color: #000;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
}

.adaptation-cases-item-call-text > p:first-child {
  padding-top: 5px;
}

.adaptation-cases-item-call-text span {
  font-size: 32px;
  line-height: 130%;
}

.section-system-neon {
  background: linear-gradient(180deg, #E5FBE9 0%, #CBDECF 100%);
  padding: 100px 0;
}

.system-neon-icon,
.system-neon-img,
.system-neon-img-border-bottom {
  text-align: center;
  position: relative;
}

.system-neon-icon > img {
  max-width: 200px;
  width: 100%;
}

.system-neon-img img {
  max-width: 1000px;
  width: 100%;
}

.system-neon-text {
  color: #000;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  padding: 30px 0 50px;
  margin: 0 auto;
}

.btn-system-neon-more .btn-hr-more {
  background: #04AC24;
}

.system-neon-img-border-bottom >img {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

img.system-neon-img-anim {
  width: auto;
  max-width: none;
  transition: all 0.5s;
}

.system-neon-img-anim1 {
  position: absolute;
  top: 235px;
  left: 0;
}

.system-neon-img-anim3 {
  position: absolute;
  top: 35px;
  right: 0;
}

.system-neon-img-anim2 {
  position: absolute;
  bottom: 60px;
  left: 60px;
}

.system-neon-img-anim4 {
  position: absolute;
  bottom: -95px;
  right: 130px;
}

.section-portals {
  background: rgba(0, 0, 0, 0.05);
}

.block-top-portals-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  margin-bottom: 60px;
}

.portal-top-img {
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.portal-top-img img {
  max-width: 250px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
}

.portal-top-img.active img {
  opacity: 1;
  -webkit-filter: none;
}

.portal-top-img:after {
  content: "";
  position: absolute;
  height: 108px;
  right: -110px;
  width: 1px;
  background: #D1D1D1;
}

.portal-top-img:last-child:after {
  display: none;
}

.portal-item {
  display: none;
  -moz-transition: .5s;
  -webkit-transition:.5s;
  -o-transition: .5s;
  transition: .5s;
}

.portal-item.active {
  display: block;
}

.portal-item-doctrix .portal-item-top-info,
.portal-item-docsvision .portal-item-top-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 25px;
}

.portal-item-top-info > p {
  max-width: 855px;
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 0;
}

.portal-item-top-info span {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.portal-item-bitrix24 .portal-item-top-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
}

.portal-item-bitrix24 .portal-item-top-info > div {
  color: #000;
  font-size: 16px;
  line-height: 130%;
  background: #FFF;
  border-radius: 45px;
  border-bottom: 7px solid;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
}

.portal-item-bitrix24 .portal-item-top-info span {
  color: #000;
  font-size: 16px;
  line-height: 130%;
}

.portal-item-bitrix24 .portal-item-top-info > div:after {
  content: "";
  width: 60px;
  height: 2px;
  background: rgba(0, 0, 0, 0.30);
  position: absolute;
  z-index: -1;
  top: 28px;
  right: -30px;
}

.portal-item-bitrix24 .portal-item-top-info > div:last-child:after {
  display: none;
}

.portal-item-info {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  border-radius: 25px;
  background: #FFF;
  padding: 40px;
}

.portal-item-bitrix24 .portal-item-info {
  padding: 20px 40px 0 40px;
}

.portal-item-info > div:not(.portal-item-img) {
  max-width: 380px;
  width: 100%;
}

.portal-item-bitrix24 .portal-item-info > div:not(.portal-item-img) {
  padding-top: 20px;
}

.portal-item-info img {
  max-width: 860px;
  width: 100%;
}

.portal-item-info ul {
  padding-top: 20px;
}

.portal-item-info ul li {
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  margin-bottom: 10px;
}

.portal-item-info ul li:before {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.portal-item-doctrix .portal-item-info ul li:before {
  content: url(/local/templates/isys_site/img/icons/icon_check_fill_small.svg);
}

.portal-item-bitrix24 .portal-item-info ul li:before {
  content: url(/local/templates/isys_site/img/icons/icon_check_fill_light_blue.svg);
}

.portal-item-docsvision .portal-item-info ul li:before {
  content: url(/local/templates/isys_site/img/icons/icon_check_fill_green.svg);
}

.block-portal-cases {
  padding-top: 50px;
}

.page-case-item-info {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.page-case-item-info .case-img,
.page-case-item-info .task,
.page-case-item-info .solution,
.page-case-item-info .benefits,
.page-case-item-info .result {
  width: 32%;
}

.page-case-item-info .case-img img {
  width: 100%;
}

.block-portal-cases .page-case-item-info .task,
.block-portal-cases .page-case-item-info .solution {
  height: 445px;
}

.page-case-name {
  color: #000;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 40px;
}

.page-case-top-text {
  color: #000;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 65px;
}

.page-case-top-text > p {
  color: #5D5D5D;
  margin-bottom: 20px;
}

.page-case-top-text > div,
.page-case-top-text > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}

.page-case-top-text > div p {
  max-width: 800px;
  width: 100%;
}

.page-case-item-info .task,
.page-case-item-info .solution,
.page-case-item-info .benefits,
.page-case-item-info .result {
  border-radius: 25px;
  overflow: hidden;
  padding: 25px;
}

.page-case-item-info .task {
  background: rgba(0, 0, 0, 0.08);
}

.page-case-item-info .solution,
.page-case-item-info .benefits,
.page-case-item-info .result {
  background: #FFF;
  position: relative;
  overflow: auto;
}

.page-case-item-info .solution:after,
.page-case-item-info .benefits:after,
.page-case-item-info .result:after {
  content: "";
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 73%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-case-item-info .benefits > div p {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 150%;
  font-weight: normal;
  margin-bottom: 35px;
}

.page-case-item-info .benefits > div p span {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
}

.page-case-item-info p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 25px;
}

.page-case-item-info ul li {
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  margin-bottom: 10px;
}

.page-case-item-info ul li:before {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.page-case-item-info .task ul li:before {
  content: url(/local/templates/isys_site/img/icons/icon_check_fill_black.svg);
}

.page-case-item-info .solution ul li:before {
  content: url(/local/templates/isys_site/img/icons/icon_check_fill_light_blue.svg);
}

.page-case-item-info .result ul li:before {
  content: url(/local/templates/isys_site/img/icons/icon_check_fill_violet.svg);
}

.portal-case-item-info-short {
  border-radius: 25px;
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  justify-content: center;
  padding: 30px 25px;
}

.portal-case-item-info-short p {
  color: #3D3D3D;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(1),
.portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(3) {
  width: 15%;
}

.portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(2) {
  width: 25%;
}
.portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(4) {
  width: 30%;
}

.portal-case-item-info-short p > span {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(2) {
  max-width: 335px;
  width: 100%;
}

.portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(4) {
  max-width: 310px;
}

.portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(1) > span,
.portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(4) > span,
.portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(1) > span,
.portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(3) > span,
.portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(4) > span {
  font-size: 40px;
}

.block-portal-cases .portal-cases-doctrix.slick-slider {
  margin-bottom: 80px;
}

.portal-cases-doctrix .portal-case-item {
  margin: 0 10px;
}

.portal-cases-doctrix .slick-dots {
  bottom: -40px;
}

.portal-cases-bitrix24 {
  margin-bottom: 50px;
}

.section-matreshkabot {
  padding: 100px 0;
}

.bgr_phone_left {
  position: absolute;
  top: -20px;
  left: -200px;
}

.bgr_phone_left .img_phone_bgr {
  position: absolute;
  width: 800px;
  height: 800px;
  left: -200px;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.bgr_phone_right {
  position: absolute;
  top: -150px;
  right: -250px;
}

.bgr_phone_right .img_phone_bgr {
  position: absolute;
  width: 700px;
  height: 700px;
  right: -150px;
  top: -90px;
  z-index: -1;
}

.bgr_phone_left .img_phone,
.bgr_phone_right .img_phone {
  max-width: 480px;
  width: 100%;
}

.bgr_parallax_left,
.bgr_parallax_right {
  transition: all 0.5s;
}

.block-matreshkabot-top-info {
  margin-bottom: 55px;
}

.matreshkabot-top-info-img {
  text-align: center;
}

.matreshkabot-top-info-img img {
  max-width: 320px;
  width: 100%;
  margin-bottom: 60px;
}

.matreshkabot-top-info-text {
  color: #000;
  text-align: center;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 40px;
}

.matreshkabot-top-info-channels > p {
  color: #5D5D5D;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 45px;
}

.matreshkabot-top-info-channels ul {
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  justify-content: center;
}

.matreshkabot-top-info-channels ul > li {
  width: 60px;
}

.block-matreshkabot-cases {
  padding: 100px 0 40px;
}

.matreshkabot-cases .case-img img {
  height: 100%;
}

.section-training {
  color: #000;
  background-image: url("/local/templates/isys_site/components/bitrix/news.list/solution_hr/img/ai_bgr.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.training_top_text {
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  max-width: 1075px;
  width: 100%;
  margin: 0 auto 30px;
}

.training_top_img {
  text-align: center;
}

.training_top_img > img {
  max-width: 240px;
  width: 100%;
}

.block-training {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  padding: 50px 0;
}

.training-item {
  border-radius: 25px;
  padding: 25px 30px;
}

.training-item:nth-child(1),
.training-item:nth-child(2) {
  width: 29%;
}

.training-item:nth-child(3) {
  width: 38%;
}

.training-item:nth-child(4) {
  width: 60%;
}

.training-item:nth-child(5) {
  width: 38%;
}

.training-item-name {
  font-size: 32px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 15px;
}

.training-item-text {
  font-size: 24px;
  line-height: 150%
}

.training-item-text ul > li {
  font-size: 20px;
  line-height: 140%;
  display: flex;
  margin-bottom: 10px;
}

.training-item-text ul li:before {
  content: url(/local/templates/isys_site/img/icons/icon_check_fill_red.svg);
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.training-item:nth-child(4) ul >li,
.training-item:nth-child(5) ul > li {
  font-size: 24px;
  display: block;
  margin-bottom: 0;
}

.training-item:nth-child(4) ul > li:before,
.training-item:nth-child(5) ul > li:before {
  display: none;
}

.training-item:nth-child(4) .training-item-text {
  display: flex;
  gap: 60px;
}

.training-item-text p {
  color: #5D5D5D;
  margin-bottom: 0;
}

.training-item-text ul li > span {
  font-size: 70px;
  font-weight: 600;
  line-height: 130%;
}

.btn-training-more .btn-hr-more,
.btn-account-vendor-more .btn-hr-more {
  color: #000;
  background: #FFF;
}

.section-doc-flow {
  padding: 100px 0 30px;
}

.doc-flow-bgr-img {
  position: absolute;
  top: -50px;
  right: 0;
}

.doc-flow-bgr-img > img {
  max-width: 200px;
  width: 100%;
}

.section-doc-flow .section-title {
  margin-bottom: 80px;
}

.doc-flow-top-info-icon,
.doc-flow-top-info-img {
  text-align: center;
  position: relative;
}

.doc-flow-top-info-icon img {
  max-width: 320px;
  width: 100%;
  margin-bottom: 30px;
}

.doc-flow-top-info-img img {
  max-width: 1360px;
  width: 100%;
  margin-bottom: 45px;
}

.doc-flow-top-info-img img.img_flow-top_bgr {
  max-width: 800px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -400px;
  z-index: -1;
  margin: 0 auto;
}

.doc-flow-top-info-text {
  color: #000;
  text-align: center;
  font-size: 32px;
  line-height: 130%;
}

.tiles-doc-flow-solution .tiles-item:nth-child(4),
.tiles-doc-flow-solution .tiles-item:nth-child(5) {
  width: 32%;
}

.tiles-doc-flow-solution .tiles-item:nth-child(6) .tiles-item-text > p {
  color: #000;
  font-size: 28px;
  line-height: 130%;
}

.tiles-doc-flow-solution .tiles-item-text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tiles-doc-flow-solution .tiles-item-text ul > li {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.tiles-doc-flow-solution .tiles-item-text ul li:before {
  content: url(/local/templates/isys_site/img/icons/icon_check_fill_small.svg);
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.section-account-vendor {
  background-image: url(/local/templates/isys_site/components/bitrix/news.list/solution_hr/img/docs_bgr_full.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0 80px;
}

.section-account-vendor .container {
  z-index: 50;
}

.account-vendor-icon {
  text-align: center;
  margin-bottom: 30px;
}

.account-vendor-icon img {
  max-width: 140px;
  width: 100%;
}

.account-vendor-text {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 180px;
}

.account-vendor-text > div {
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 150%;
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
}

.account-vendor-text > div:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #454545;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

.account-vendor-text > div:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #DFDED9;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 5px;
}

.account-vendor-text > div:last-child:after {
  display: none;
}

.account-vendor-text > div ul {
  list-style-type: disc;
  padding-top: 15px;
  padding-left: 20px;
}

.account-vendor-text > div ul > li {
  color: #3D3D3D;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}

.section-booking {
  padding: 100px 0;
}

.section-booking .section-title {
  margin-bottom: 50px;
}

.booking-icon {
  text-align: center;
  margin-bottom: 50px;
}

.booking-icon > img {
  max-width: 400px;
  width: 100%;
}

.section-booking .block-title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
}

.block-booking-solution {
  margin-bottom: 80px;
}

.tiles-booking-solution .tiles-item:not(.tiles-item-for-whom) {
  background: #FFF;
}

.tiles-booking-solution .tiles-item-for-whom {
  width: 66%;
}

.tiles-booking-solution .tiles-item-how {
  width: 32%;
}

.tiles-item-name {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 5px;
}

.tiles-item-for-whom .tiles-item-name,
.tiles-item-how .tiles-item-name {
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 20px;
}

.tiles-booking-solution .tiles-item-text {
  color: #3D3D3D;
  font-size: 16px;
}

.tiles-booking-solution .tiles-item-icon {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 10px;
}

.tiles-item-for-whom .tiles-item-icon,
.tiles-item-how .tiles-item-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-bottom: 0;
}

.tiles-item-for-whom {
  background: #DDFFF9;
}

.tiles-item-for-whom .tiles-item-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tiles-item-for-whom .tiles-item-text p {
  color: #3D3D3D;
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  width: 45%;
  margin-bottom: 30px;
}

.tiles-item-for-whom .tiles-item-text p > span {
  color: #000;
  font-size: 24px;
}

.tiles-item-how ul li {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  margin-bottom: 15px;
}

.tiles-item-how ul li:before {
  content: url(/local/templates/isys_site/img/icons/icon_check_fill_small.svg);
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.booking-cases .page-case-top-text {
  margin-bottom: 50px;
}

.booking-cases .page-case-top-text > p {
  margin-bottom: 0;
}

.booking-cases .page-case-item-info .result ul li:before {
  content: url(/local/templates/isys_site/img/icons/icon_check_fill_small.svg);
}



@media (max-width: 1440px) {
  .block-recruitment-text ul > li {
    padding: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .recruitment-slider-item ul > li p {
    font-size: 22px;
    line-height: 130%;
  }

  .adaptation-cases-item-title {
    font-size: 22px;
  }

  .adaptation-cases-item-icon img {
    max-width: 140px;
    width: 100%;
  }

  .adaptation-cases-item-call-text span {
    font-size: 28px;
    line-height: 120%;
  }

  img.system-neon-img-anim {
    width: 100%;
    max-width: 120px;
  }

  .system-neon-img-anim1 {
    left: -80px;
  }

  .system-neon-img-anim2 {
    left: -30px;
  }

  .system-neon-img-anim3 {
    right: -50px;
  }

  .system-neon-img-anim4 {
    bottom: -75px;
    right: 10px;
  }

  .portal-top-img:after {
    right: -55px;
  }

  .portal-item-info {
    font-size: 20px;
  }

  .portal-item-info > div:not(.portal-item-img) {
    max-width: 350px;
  }

  .portal-item-info img {
    max-width: 650px;
  }

  .portal-item-info ul {
    padding-top: 15px;
  }

  .portal-item-info ul li {
    font-size: 16px;
    line-height: 130%;
  }

  .block-portal-cases .page-case-item-info .task,
  .block-portal-cases .page-case-item-info .solution {
    height: 365px;
  }

  .page-case-item-info .task {
    position: relative;
    overflow: auto;
  }

  .page-case-item-info .task:after {
    content: "";
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #dfe5e7 73%);
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .page-case-item-info p {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .page-case-item-info ul li {
    font-size: 16px;
    line-height: 130%;
  }

  .page-case-item-info .benefits > div p {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .page-case-item-info .benefits > div p span {
    font-size: 28px;
  }

  .page-case-top-text {
    margin-bottom: 40px;
  }

  .portal-case-item-info-short {
    gap: 30px;
  }

  .portal-case-item-info-short p {
    font-size: 18px;
  }

  .portal-case-item-info-short p > span {
    font-size: 20px;
  }

  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(1) > span,
  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(4) > span,
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(1) > span,
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(3) > span,
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(4) > span {
    font-size: 32px;
  }

  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(2) {
    max-width: 320px;
  }

  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(4) {
    max-width: 280px;
  }

  .matreshkabot-cases .page-case-item-info .task,
  .matreshkabot-cases .page-case-item-info .solution {
    height: auto;
  }

  .training-item-text {
    font-size: 21px;
  }

  .bgr_phone_left .img_phone, .bgr_phone_right .img_phone {
    max-width: 400px;
  }

  .bgr_phone_left {
    left: -250px;
  }

  .bgr_phone_left .img_phone_bgr {
    width: 700px;
    height: 700px;
  }

  .bgr_phone_right {
    right: -300px;
  }

  .bgr_phone_right .img_phone_bgr {
    width: 600px;
    height: 600px;
    right: -100px;
  }

  .tiles-doc-flow-solution .tiles-item-text ul {
    gap: 15px;
  }

  .section-account-vendor {
    background-size: 110%;
    background-position: bottom;
  }

  .account-vendor-text {
    margin-bottom: 80px;
  }

  .tiles-item-for-whom .tiles-item-name, .tiles-item-how .tiles-item-name {
    font-size: 28px;
  }

  .tiles-item-for-whom .tiles-item-text p {
    margin-bottom: 0;
  }

  .booking-cases .page-case-top-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 1300px) {
  .main-top-text ul > li {
    width: 100%;
  }

  .main-top-text ul > li br {
    display: none;
  }
}

@media (max-width: 1200px) {
  .section-top {
    padding-bottom: 25px;
  }

  .main-top-title {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .main-top-text {
    font-size: 18px;
  }

  .main-top-text ul {
    gap: 10px 20px;
    margin-bottom: 20px;
  }

  .main-top-text ul > li {
    font-size: 18px;
  }

  .main-top-text p {
    margin-bottom: 20px;
  }

  .section-img {
    margin-bottom: 30px;
  }

  .section-img img {
    max-width: 250px;
    width: 100%;
  }

  .section-recruitment {
    padding-top: 35px;
  }

  .block-title {
    font-size: 22px;
  }

  .tiles-item {
    width: 31%;
    padding: 20px;
  }

  .tiles-item:nth-child(4),
  .tiles-item:nth-child(5) {
    width: 48%;
  }

  .tiles-item-icon {
    top: 15px;
    right: 20px;
  }

  .tiles-item-icon > svg {
    width: 30px;
    height: 30px;
  }

  .tiles-item-text {
    font-size: 18px;
    line-height: 140%;
  }

  .tiles-item-text > p {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .tiles-item-text > p span {
    font-size: 35px;
  }

  .block-recruitment-text ul {
    flex-wrap: wrap;
  }

  .block-recruitment-text ul > li {
    width: 31.5%;
    flex-wrap: nowrap;
  }

  .block-recruitment-text ul > li:nth-child(4),
  .block-recruitment-text ul > li:nth-child(5) {
    width: 48%;
  }

  .block-recruitment-text ul > li img {
    max-width: 200px;
  }

  .section-recruitment-slider {
    padding: 10px 0 50px;
  }

  .section-recruitment-slider .recruitment-slider.slick-dotted {
    margin-bottom: 60px;
  }

  .recruitment-slider-item {
    margin-bottom: 0;
  }

  .recruitment-slider-item-title {
    font-size: 24px;
    max-width: 720px;
    margin-bottom: 30px;
  }

  .recruitment-slider-item ul > li p {
    font-size: 18px;
  }

  .section-adaptation {
    padding: 60px 0;
  }

  .block-adaptation-text .section-title {
    margin-bottom: 30px;
  }

  .slider-adaptation-text .row-adaptation .col-md-3 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }

  .row-adaptation .adaptation-title {
    font-size: 18px;
    line-height: 26px;
    min-width: 150px;
    max-width: 180px;
    width: 100%;
    height: 180px;
  }

  .row-adaptation .adaptation-icon img {
    width: 100%;
  }

  .block-adaptation-icon-left .adaptation-icon:first-child,
  .block-adaptation-icon-right .adaptation-icon:first-child {
    position: relative;
    top: -30px;
  }
  .block-adaptation-icon-left .adaptation-icon:last-child,
  .block-adaptation-icon-right .adaptation-icon:last-child {
    position: relative;
    top: 30px;
  }

  .col-adaptation-img {
    display: none;
  }

  .block-adaptation-solution {
    padding: 50px 0 30px;
  }

  .adaptation-cases-item-title {
    max-width: 450px;
    font-size: 20px;
    line-height: 130%;
  }

  .adaptation-cases-item-icon img {
    max-width: 120px;
  }

  .adaptation-cases-item-info {
    flex-wrap: wrap;
  }

  .adaptation-cases-item-img {
    width: 25%;
  }
  .adaptation-cases-item-solution-text {
    width: 70%;
  }

  .adaptation-cases-item-call-text {
    width: 100%;
  }

  .adaptation-cases-item-call-text span {
    font-size: 20px;
  }

  .section-system-neon {
    padding: 50px 0;
  }

  .system-neon-text {
    font-size: 20px;
    padding: 20px 0 30px;
  }

  .system-neon-icon > img {
    max-width: 150px;
  }

  img.system-neon-img-anim {
    max-width: 90px;
  }

  .system-neon-img-anim1 {
    top: 135px;
    left: -20px;
  }

  .system-neon-img-anim3 {
    right: 0;
  }

  .system-neon-img-anim4 {
    bottom: -55px;
    right: -40px;
  }

  .block-top-portals-img {
    padding: 0;
    margin-bottom: 40px;
  }

  .portal-top-img img {
    max-width: 200px;
  }

  .portal-top-img:after {
    height: 80px;
    right: -80px;
  }

  .portal-item-info {
    padding: 20px;
  }

  .portal-item-info > div:not(.portal-item-img) {
    max-width: 300px;
  }

  .portal-item-info img {
    max-width: 540px;
  }

  .portal-item-bitrix24 .portal-item-top-info {
    gap: 15px;
    margin-bottom: 40px;
  }

  .portal-item-bitrix24 .portal-item-top-info > div {
    gap: 5px;
    border-bottom: 4px solid;
    padding: 5px 10px;
  }

  .portal-item-bitrix24 .portal-item-top-info span {
    font-size: 14px;
  }

  .portal-item-top-info > p {
    max-width: 630px;
  }

  .portal-item-bitrix24 .portal-item-info {
    padding: 20px 20px 0 20px;
  }

  .portal-item-bitrix24 .portal-item-info > div:not(.portal-item-img) {
    max-width: 250px;
  }

  .block-portal-cases .page-case-item-info .task,
  .block-portal-cases .page-case-item-info .solution {
    height: 289px;
  }

  .page-case-item-info .task,
  .page-case-item-info .solution,
  .page-case-item-info .benefits,
  .page-case-item-info .result {
    border-radius: 15px;
    padding: 15px;
  }

  .page-case-item-info p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .page-case-name {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .page-case-top-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-case-top-text > p {
    margin-bottom: 15px;
  }

  .page-case-top-text > div p {
    max-width: 700px;
  }

  .page-case-top-text > ul {
    align-items: center;
    gap: 30px;
  }

  .page-case-top-text > ul img {
    max-width: 150px;
  }

  .page-case-item-info .benefits > div p {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
  }

  .page-case-item-info .benefits > div p span {
    font-size: 24px;
  }

  .portal-case-item-info-short {
    gap: 20px;
  }

  .portal-case-item-info-short p {
    font-size: 16px;
    line-height: 130%;
  }

  .portal-case-item-info-short p > span {
    font-size: 18px;
  }

  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(2) {
    max-width: 250px;
  }

  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(4) {
    max-width: 200px;
  }

  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(1) > span,
  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(4) > span,
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(1) > span,
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(3) > span,
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(4) > span {
    font-size: 24px;
  }

  .section-matreshkabot {
    padding: 50px 0;
  }

  .bgr_phone_left .img_phone,
  .bgr_phone_right .img_phone {
    max-width: 350px;
  }

  .bgr_phone_left .img_phone_bgr {
    height: 600px;
  }

  .bgr_phone_right {
    right: -250px;
  }

  .bgr_phone_right .img_phone_bgr {
    width: 550px;
  }

  .block-matreshkabot-top-info {
    margin-bottom: 40px;
  }

  .matreshkabot-top-info-img img {
    max-width: 300px;
    margin-bottom: 30px;
  }

  .matreshkabot-top-info-text {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .matreshkabot-top-info-channels ul {
    gap: 40px;
  }

  .block-matreshkabot-cases {
    padding-top: 60px;
  }

  .matreshkabot-cases .page-case-item-info .task,
  .matreshkabot-cases .page-case-item-info .benefits,
  .matreshkabot-cases .page-case-item-info .result {
    height: 400px;
  }

  .section-training {
    padding: 50px 0;
  }

  .training_top_text {
    font-size: 20px;
    max-width: 750px;
  }

  .training_top_img > img {
    max-width: 200px;
  }

  .training-item {
    border-radius: 15px;
    padding: 15px;
  }

  .training-item-name {
    font-size: 20px;
  }

  .training-item-text,
  .training-item-text ul > li,
  .training-item:nth-child(4) ul >li,
  .training-item:nth-child(5) ul > li {
    font-size: 16px;
  }

  .training-item-text ul li > span {
    font-size: 40px;
  }

  .section-doc-flow {
    padding: 50px 0 30px;
  }

  .doc-flow-bgr-img {
    top: -30px;
    right: -50px;
  }

  .doc-flow-bgr-img > img {
    max-width: 150px;
  }

  .section-doc-flow .section-title {
    margin-bottom: 30px;
  }

  .block-doc-flow-top-info {
    margin-bottom: 40px;
  }

  .doc-flow-top-info-icon img {
    max-width: 250px;
    margin-bottom: 20px;
  }

  .doc-flow-top-info-img img {
    margin-bottom: 10px;
  }

  .doc-flow-top-info-text {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .tiles-doc-flow-solution .tiles-item-text ul {
    gap: 10px;
  }

  .tiles-doc-flow-solution .tiles-item-text ul > li {
    font-size: 16px;
    line-height: 130%;
  }

  .tiles-doc-flow-solution .tiles-item:nth-child(6) .tiles-item-text > p {
    font-size: 24px;
  }

  .tiles-doc-flow-solution .tiles-item:nth-child(4),
  .tiles-doc-flow-solution .tiles-item:nth-child(5) {
    width: 31%;
  }

  .section-account-vendor {
    background-image: url(/local/templates/isys_site/components/bitrix/news.list/solution_hr/img/docs_bgr_mob.png);
    background-size: 100%;
    padding: 50px 0 40px;
  }

  .account-vendor-text {
    margin: 0;
  }

  .btn-account-vendor-more {
    padding-top: 30px;
  }

  .section-booking {
    padding: 50px 0;
  }

  .section-booking .section-title,
  .section-booking .block-title,
  .booking-icon {
    margin-bottom: 30px;
  }

  .booking-icon > img {
    max-width: 300px;
  }

  .block-booking-solution {
    margin-bottom: 60px;
  }

  .tiles-booking-solution .tiles-item-for-whom {
    width: 100%;
  }

  .tiles-booking-solution .tiles-item-how {
    width: 100%;
  }

  .booking-cases .page-case-top-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .main-top-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .block-main-top {
    padding: 30px;
  }

  .main-top-text {
    font-size: 16px;
  }

  .main-top-text ul > li {
    font-size: 16px;
  }

  .section-img img {
    max-width: 200px;
  }

  .block-title {
    font-size: 20px;
  }

  .block-recruitment {
    gap: 20px 0;
  }

  .tiles-item {
    border-radius: 15px;
  }

  .block-recruitment-text ul > li {
    border-radius: 15px;
  }

  .block-desc {
    display: none;
  }

  .block-mobile {
    display: block;
  }

  .recruitment-slider-item-title {
    font-size: 22px;
    max-width: 650px;
  }

  .recruitment-slider-item ul > li {
    width: 49%;
  }

  .recruitment-slider-item ul.list-three {
    gap: 20px;
  }

  .section-adaptation {
    padding: 50px 0;
  }

  .row-adaptation .adaptation-title {
    width: 150px;
    height: 150px;
    font-size: 16px;
    line-height: 24px;
  }

  .col-adaptation-text {
    max-width: 550px;
    font-size: 18px;
  }

  .col-adaptation-text > p {
    font-size: 28px;
  }

  .row-adaptation .adaptation-name {
    font-size: 30px;
    line-height: 42px;
  }

  .row-adaptation-text {
    margin-bottom: 40px;
  }

  .col-adaptation-btn {
    max-width: 180px;
    height: 50px;
    font-size: 12px;
  }

  .block-adaptation-cases {
    padding: 30px 20px 0;
  }

  .adaptation-cases-item-top {
    margin-bottom: 20px;
  }

  .adaptation-cases-item-title {
    font-size: 18px;
  }

  .adaptation-cases-item-call-text span {
    font-size: 18px;
  }

  img.system-neon-img-anim {
    display: none;
  }

  .block-top-portals-img {
    justify-content: center;
    gap: 80px;
    margin-bottom: 30px;
  }

  .portal-top-img:after {
    right: -40px;
  }

  .portal-top-img,
  .portal-top-img:after {
    height: 60px;
  }

  .portal-top-img img {
    max-width: 150px;
  }

  .portal-item-top-info > img {
    display: none;
  }

  .portal-item-top-info > p {
    max-width: none;
    font-size: 18px;
  }

  .portal-item-top-info span {
    font-size: 24px;
  }

  .portal-item-info > div:not(.portal-item-img) {
    max-width: none;
  }

  .portal-item-img {
    margin: 0 auto;
  }

  .portal-item-info img {
    max-width: 560px;
  }

  .page-case-item-info {
    row-gap: 20px;
  }

  .page-case-item-info .case-img {
    width: 45%;
  }

  .block-portal-cases .page-case-item-info .task,
  .block-portal-cases .page-case-item-info .solution {
    height: auto;
  }

  .page-case-item-info .task {
    width: 52%;
    height: auto;
  }

  .page-case-item-info .solution,
  .page-case-item-info .benefits,
  .page-case-item-info .result {
    width: 100%;
    height: auto;
  }

  .page-case-item-info .task:after,
  .page-case-item-info .solution:after,
  .page-case-item-info .benefits:after,
  .page-case-item-info .result:after {
    display: none;
  }

  .page-case-item-info .benefits > div {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .page-case-item-info .benefits > div p {
    width: 32%;
  }

  .page-case-top-text > div {
    gap: 30px;
  }

  .page-case-top-text > div p {
    max-width: 75%;
  }

  .page-case-top-text > ul img {
    max-width: 120px;
  }

  .portal-item-bitrix24 .portal-item-top-info {
    margin-bottom: 30px;
    padding: 0 100px;
  }

  .portal-item-bitrix24 .portal-item-top-info > div {
    padding: 5px 15px;
  }

  .portal-item-bitrix24 .portal-item-info > div:not(.portal-item-img) {
    max-width: 200px;
    padding-top: 0;
  }

  .portal-item-bitrix24 .portal-item-top-info > div:nth-child(4):after {
    display: none;
  }

  .portal-item-bitrix24 .portal-item-img {
    width: 65%;
  }

  .portal-case-item-info-short {
    border-radius: 15px;
    padding: 20px 15px;
  }

  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(2) {
    max-width: 150px;
  }

  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(4) {
    max-width: 150px;
  }

  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(1),
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(3) {
    width: 18%;
  }

  .matreshkabot-top-info-text {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .matreshkabot-top-info-channels > p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .matreshkabot-top-info-channels ul {
    gap: 30px;
  }

  .matreshkabot-top-info-channels ul > li {
    width: 50px;
  }

  .matreshkabot-top-info-channels ul > li img {
    width: 100%;
  }

  .matreshkabot-cases .page-case-item-info .task,
  .matreshkabot-cases .page-case-item-info .benefits,
  .matreshkabot-cases .page-case-item-info .result {
    height: auto;
  }

  .bgr_phone_left {
    left: -120px;
  }

  .bgr_phone_left:after {
    width: 600px;
    height: 600px;
    left: -200px;
    top: -180px;
    transform: rotate(100deg);
  }

  .bgr_phone_right {
    right: -120px;
  }

  .bgr_phone_left .img_phone_bgr {
    height: 500px;
  }

  .bgr_phone_left .img_phone,
  .bgr_phone_right .img_phone {
    max-width: 300px;
  }

  .bgr_phone_right {
    right: -150px;
    top: -120px;
  }

  .bgr_phone_right .img_phone_bgr {
    width: 480px;
  }

  .training_top_img > img {
    max-width: 150px;
  }

  .block-training {
    padding: 30px 0;
  }

  .doc-flow-top-info-text {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .tiles-doc-flow-solution .tiles-item:nth-child(6) .tiles-item-text > p {
    font-size: 20px;
  }

  .doc-flow-bgr-img {
    right: 0;
  }

  .doc-flow-bgr-img > img {
    max-width: 100px;
  }

  .account-vendor-text {
    margin: 0;
    padding-left: 80px;
  }

  .account-vendor-text > div {
    padding-bottom: 20px;
  }

  .account-vendor-text > div:last-child {
    padding-bottom: 0;
  }

}

@media (max-width: 860px) {
  .portal-item-bitrix24 .portal-item-top-info {
    padding: 0 70px;
  }

  .bgr_phone_left,
  .bgr_phone_right {
    display: none;
  }

  .account-vendor-text {
    padding-left: 50px;
  }
}

@media (max-width: 800px) {
  .row-adaptation .img-col-center {
    display: none;
  }

  .slider-adaptation-text .row-adaptation .col-md-3 {
    flex-wrap: wrap;
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .row-adaptation .col-md-3,
  .row-adaptation .col-md-3:first-child {
    text-align: left;
    padding-top: 0;
  }

  .adaptation-block-mobile {
    display: flex;
  }

  .row-adaptation .col-md-3:last-child .adaptation-block-mobile {
    border-radius: 10px;
    margin-left: 0;
    margin-right: 20px;
  }

  .row-adaptation .adaptation-text {
    display: flex;
  }

  .row-adaptation .col-md-3:last-child .adaptation-text > div {
    order: 1;
  }

  .row-adaptation .col-md-3:last-child .adaptation-text > div.adaptation-block-mobile {
    order: 0;
  }

  .portal-item-bitrix24 .portal-item-top-info {
    padding: 0 10px;
  }

  .page-case-top-text > ul {
    gap: 20px;
  }

  .page-case-top-text > ul img {
    max-width: 100px;
  }


}

@media (max-width: 830px) {
  .main-top-text {
    font-size: 16px;
  }

  .section-training {
    background-position: center;
  }

  .training-item:nth-child(1),
  .training-item:nth-child(2),
  .training-item:nth-child(3),
  .training-item:nth-child(4),
  .training-item:nth-child(5) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-top {
    padding-bottom: 15px;
  }

  .block-main-top {
    border-radius: 16px;
    flex-wrap: wrap;
    padding: 45px 20px 20px 20px;
  }

  .main-top-info {
    width: 100%;
    order: 1;
  }

  .main-top-text {
    font-size: 18px;
  }

  .main-top-img {
    width: 100%;
    order: 0;
  }

  .main-top-btn {
    text-align: center;
  }

  .main-top-btn .btn.btn-page {
    width: 100%;
  }

  .tiles-item,
  .tiles-item:nth-child(4),
  .tiles-item:nth-child(5) {
    width: 100%;
  }

  .tiles-item:nth-child(4) {
    order: 5;
  }

  .tiles-item:nth-child(5) {
    order: 4
  }

  .block-recruitment-text ul > li {
    width: 31%;
    flex-wrap: wrap;
  }

  .block-recruitment-text ul > li img {
    max-width: 120px;
    max-height: 80px;
  }

  .block-recruitment-text ul > li p {
    text-align: center;
  }

  .recruitment-slider-item ul.list-two,
  .recruitment-slider-item ul.list-three {
    gap: 20px 0;
    flex-wrap: wrap;
  }

  .recruitment-slider-item ul.list-two > li,
  .recruitment-slider-item ul.list-three > li:last-child {
    width: 100%;
  }

  .slider-adaptation-text .row-adaptation .col-md-3 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }

  .slider-adaptation-text .row-adaptation .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-adaptation-btn {
    display: none;
  }

  .col-adaptation-text {
    max-width: none;
  }

  .adaptation-block-mobile {
    max-width: 60px;
    height: 50px;
  }

  .adaptation-block-mobile img {
    width: 25px;
  }

  .block-adaptation-cases {
    padding-left: 0;
    padding-right: 0;
  }

  .adaptation-cases-item {
    padding: 20px;
  }

  .adaptation-cases-item-top {
    flex-wrap: wrap;
  }

  .adaptation-cases-item-icon {
    order: 0;
    margin: 0 0 5px auto;
  }

  .adaptation-cases-item-title {
    max-width: 100%;
    order: 1;
  }

  .adaptation-cases-item-solution-text {
    width: 100%;
  }

  .system-neon-text br {
    display: none;
  }

  .block-top-portals-img {
    gap: 40px;
  }

  .portal-top-img img {
    max-width: 120px;
    width: 100%;
  }

  .portal-top-img:after {
    right: -20px;
  }

  .portal-item-bitrix24 .portal-item-top-info {
    padding: 0;
  }

  .portal-item-bitrix24 .portal-item-top-info > div:nth-child(4):after {
    display: block;
  }

  .portal-item-bitrix24 .portal-item-top-info > div:nth-child(3):after {
    display: none;
  }

  .portal-item-bitrix24 .portal-item-info > div:not(.portal-item-img) {
    max-width: none;
  }

  .portal-item-bitrix24 .portal-item-img {
    width: 100%;
  }

  .page-case-item-info .case-img {
    width: 70%;
    margin: 0 auto;
  }

  .page-case-item-info .task {
    width: 100%;
  }

  .page-case-top-text > ul img {
    max-height: 30px;
  }

  .page-case-top-text > div {
    gap: 20px;
    align-items: self-start;
  }

  .page-case-top-text > div > img {
    max-width: 90px;
  }

  .page-case-item-info .benefits > div {
    display: block;
  }

  .page-case-item-info .benefits > div p {
    width: 100%;
  }

  .portal-case-item-info-short {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px 0;
  }

  .portal-case-item-info-short p {
    width: 40%;
  }

  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(2) {
    max-width: 45%;
  }

  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(4) {
    max-width: none;
  }

  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(1),
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(2),
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(3),
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(4) {
    width: 48%;
  }

  .block-matreshkabot-cases {
    padding-top: 40px;
  }

  .doc-flow-bgr-img {
    right: -50px;
  }

  .doc-flow-top-info-img img.img_flow-top_bgr {
    bottom: 0;
    top: 0;
  }

  .tiles-doc-flow-solution .tiles-item:nth-child(4),
  .tiles-doc-flow-solution .tiles-item:nth-child(5) {
    width: 100%;
    order: inherit;
  }

  .section-account-vendor {
    background-image: none;
    padding-top: 20px;
  }

  .account-vendor-text {
    margin: 0 auto;
    padding-left: 0;
  }

  .account-vendor-text > div {
    font-size: 16px;
    line-height: 130%;
  }

  .account-vendor-text > div ul {
    padding-top: 5px;
  }

  .account-vendor-text > div ul > li {
    margin-bottom: 3px;
  }

  .btn-account-vendor-more .btn-hr-more {
    color: #FFF;
    background: #0064FF;
  }

  .section-booking .block-title {
    font-size: 18px;
  }

  .tiles-booking-solution .tiles-item:nth-child(4),
  .tiles-booking-solution .tiles-item:nth-child(5) {
    order: inherit;
  }

  .tiles-item-for-whom .tiles-item-text p {
    width: 100%;
    margin-bottom: 20px;
  }

  .tiles-item-how ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tiles-item-how ul li:before {
    top: 4px;
  }

  .booking-cases .page-case-top-text > p {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .section-top {
    background: #fff;
    padding-bottom: 0;
  }

  .btn-hr-more {
    height: 50px;
    font-size: 14px;
    border-radius: 10px;
  }

  .block-recruitment-text ul {
    gap: 15px 0;
    justify-content: space-between;
  }

  .block-recruitment-text ul > li{
    padding: 10px;
  }

  .block-recruitment-text ul > li img {
    max-width: 80px;
    max-width: -webkit-fill-available;
    max-height: 50px;
  }

  .recruitment-slider-item ul {
    gap: 20px 0;
    flex-wrap: wrap;
  }

  .recruitment-slider-item ul > li,
  .recruitment-slider-item ul.list-two > li {
    width: 100%;
  }

  .row-adaptation .adaptation-name {
    font-size: 30px;
    line-height: 42px;
  }

  .adaptation-cases-item-img {
    display: none;
  }

  .block-top-portals-img {
    margin-bottom: 20px;
  }

  .portal-top-img, .portal-top-img:after {
    height: 50px;
  }

  .portal-item-bitrix24 .portal-item-top-info > div {
    width: 45%;
    text-align: center;
    height: 55px;
    justify-content: center;
    border-radius: 20px;
  }

  .portal-item-bitrix24 .portal-item-top-info > div:after,
  .portal-item-bitrix24 .portal-item-top-info > div:nth-child(4):after {
    display: none;
  }

  .doc-flow-bgr-img {
    opacity: 0.5;
    z-index: -1;
    right: 0;
  }

  .block-doc-flow-top-info {
    margin-bottom: 20px;
  }

  .section-booking {
    background: rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 460px) {
  .block-recruitment-text ul > li p {
    font-size: 12px;
  }

  .page-case-item-info .case-img {
    width: 90%;
  }

  .page-case-top-text > div p {
    max-width: 100%;
  }

  .training-item:nth-child(4) .training-item-text {
      gap: 30px;
  }

  .doc-flow-bgr-img {
    top: -40px;
  }

  .doc-flow-bgr-img > img {
    max-width: 70px;
  }
}

@media (max-width: 380px) {
  .page-case-item-info .case-img {
    width: 100%;
  }

  .portal-case-item-info-short p > span {
    display: block;
  }

  .portal-case-item-info-short p br {
    display: none;
  }

  .portal-case-item-info-short p {
    width: 100%;
  }

  .portal-cases-doctrix .portal-case-item[case-index="1"] .portal-case-item-info-short p:nth-child(2) {
    max-width: 100%;
  }

  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(1),
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(2),
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(3),
  .portal-cases-doctrix .portal-case-item[case-index="2"] .portal-case-item-info-short p:nth-child(4) {
    width: 100%;
  }

  .training-item:nth-child(4) .training-item-text {
    flex-wrap: wrap;
  }
}


@media (min-width: 768px) {
  .row-adaptation .col-md-3 {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
  }

  .row-adaptation .col-md-4 {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
  }
}

@media (min-width: 1500px) {
  .tiles-item-text {
    font-size: 24px;
  }

  .tiles-item-text > p span {
    font-size: 70px;
  }

  .tiles-item-text > p {
    font-size: 40px;
  }

  .block-training {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tiles-doc-flow-solution .tiles-item:nth-child(6) .tiles-item-text > p {
    font-size: 32px;
  }

  .doc-flow-bgr-img > img {
    max-width: 250px;
  }
}

@media (min-width: 1600px) {
  .system-neon-img-anim1 {
    left: -60px;
  }

  .bgr_phone_left {
    left: -350px;
  }

  .bgr_phone_right {
    right: -380px;
  }

  .doc-flow-bgr-img {
    right: -100px;
  }
}

@media (min-width: 1800px) {
  .doc-flow-bgr-img {
    right: -150px;
  }

  .doc-flow-bgr-img > img {
    max-width: 300px;
  }

  .bgr_phone_right {
    right: -420px;
  }
}

/* End */
/* /local/templates/isys_site/components/bitrix/news.list/solution_hr/style.css?176396229558863 */
