

/* Start:/local/templates/icl/components/bitrix/catalog/services_last/style.css?17478314068705*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}
}

.description__numbers--empty{
	margin-top: 140px
}







/*new styles*/
.big-container {
    width: 1480px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
.hide-wrapper {
	display: none; 
}
.page-services {
    background: #F2F2F2;
    padding-bottom: 69px;
}
.page-services__title {
    margin-bottom: 39px;
    color: #000;
    font-family: "robotobold_condensed";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    padding: 0;
}

.page-services__list {
    margin: -20px -10px 0;
    display: flex;
    flex-wrap: wrap;
}
.page-services__block {
    width: 33.333%;
    padding: 0 10px;
    margin-top: 20px;
}
.page-services__item {
    background: #FFF;
    padding: 24px 20px;
    min-height: 100%;
}
.page-services__item-title {
    display: flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    color: #000 !important;
    font-family: "robotobold_condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    border: none !important;
    transition: all 0.4s;
    padding: 0;
	cursor: pointer;
	user-select: none;
}

.page-services__item-title img {
    margin-right: 16px;
    display: block;
    max-width: 100%;
    height: auto;
}
.page-services__item-nav {
    padding: 0;
    margin: 0;
}
.page-services__item-nav ul {
    padding: 10px 0 0 0;
    margin: 0;
    list-style-type: none;
}
.page-services__item-nav ul li {
    margin: 0;
	padding: 10px 0;
    display: block;
	border-bottom: 1px solid #ECECEC;
}
.page-services__item-nav ul li a {
    color: #1A1A1A !important;
    font-family: "circeregular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    transition: all 0.4s;
    display: block;
    border: none !important;
    padding: 0 !important;
    position: relative;
}
.page-services__item-nav ul li.menu-item-has-children > a {
    padding-right: 21px !important;
}
.page-services__item-nav ul li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('/local/templates/icl/components/bitrix/catalog/services_last/img/arrow.svg');
    width: 11px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
    transform: rotate(180deg);
}
.page-services__item-nav ul li:last-child {
	border: none;
	padding-bottom: 0;
}
.page-services__item-nav ul li ul {
    display: none;
	margin: 0;
	padding: 0;
}
.page-services__item-nav ul li {
    transition: padding 0.4s;
}
.page-services__item-nav ul li.open {
    padding-bottom: 3px;
}
.page-services__item-nav ul li ul li {
    margin-top: 3px;
	padding: 3px 0 0 0;
    border: none;
    border-top: 1px solid #ECECEC
}
.page-services__item-nav ul li ul li:last-child {
    border-top: 1px solid #ECECEC
}
.page-services__item-nav ul li ul li a {
    color: #929292 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.page-services__item-nav ul li a:hover {
    color: #CC0000 !important;
}
.page-services__item-nav ul li.menu-item-has-children.open > a::after {
    transform: none;
}

.home-services {
    background: #fff;
}
.home-services__pt {
    padding-top: 80px;
}
.home-services__pb {
    padding-bottom: 80px;
}
.home-services__title {
    margin-bottom: 32px;
    padding: 0;
    color: #000;
    font-family: "robotobold_condensed";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.home-services .page-services__block {
    margin-top: 10px;
}
.home-services .page-services__list {
    margin-top: -10px;
}
.home-services .page-services__item {
    background: #F6F6F6;
}
.home-services__toggle {
    padding-right: 30px !important;
    position: relative;
}
.home-services__toggle::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('/local/templates/icl/components/bitrix/catalog/services_last/img/arrow-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
}
.home-services__toggle.open::after  {
    transform: rotate(180deg);
}
.home-services .page-services__item-nav {
    display: none;
}
.home-services .page-services__list {
    align-items: flex-start;
}
.home-services .main-news-tabs__link {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-top: 40px;
}
.home-services .main-news-tabs__link:hover {
    background: #FF0000;
    color: #fff;
}
.home-services *, .home-services *::before, .home-services *::after, .page-services *, .page-services *::before, .page-services *::after {
	box-sizing: border-box;
}

@media (max-width: 1200px) {
    .page-services__block {
        width: 50%;
    }
    .home-services__pt {
        padding-top: 40px;
    }
    .home-services__pb {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .page-services__block {
        width: 100%;
    }
    .page-services {
        padding-bottom: 74px;
    }
    .page-services__title {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 26px;
        padding: 0;
    }
    .home-services__title {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 120%;
    }
    .big-container {
        padding: 0 24px;
    }
}
.mobilebuttons{
display:none;
}
@media (max-width: 767px) {

.component-advantages{
display:none;
}
.filesBlock{
display:none;
}
.mobilebuttons, .mobilebuttons .filesBlock{
display:flex;
}
.grayBg {
    padding: 0 !important;
  background:#fff !important;
}
.rightCont .WhitewithBorder {
    padding: 0 50px 40px 40px !important;
}
}
.supportAbout .big-container .redBtn{
	padding-bottom: 24px;
}
.redBtn, .redBtn:link, .redBtn {
    height: 40px!important;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  .comparison-table td, .comparison-table th {
    border: 1px solid #dddddd;
    padding: 12px;
    vertical-align: top;
  }
  
  /* Стили для мобильных устройств */
  @media screen and (max-width: 600px) {
    .comparison-table {
      display: block;
    }
    .comparison-table thead, 
    .comparison-table tbody, 
    .comparison-table tr {
      display: block;
      width: 100%;
    }
    .comparison-table tr:first-child {
      display: none; /* Скрываем первую строку на мобильных */
    }
    .comparison-table tr {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      position: relative;
    }
    .comparison-table td {
      display: block;
      text-align: left;
      padding: 8px 8px 8px 50%;
      min-height: 20px; /* Минимальная высота для пустых ячеек */
    }
    .comparison-table td:before {
      position: absolute;
      left: 12px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      content: attr(data-label);
      font-weight: bold;
text-align:left;
    }
    .comparison-table td:empty {
      padding: 8px 8px 8px 50%; /* Отступы для пустых ячеек */
      min-height: 20px;
    }
    .comparison-table td[data-label="Стандарт"]:empty:after,
    .comparison-table td[data-label="Профессиональный"]:empty:after {
      content: "—"; /* Дефис для пустых ячеек */
      color: #f2f2f2;
    }
.comparison-table [data-label="component"]:before{
width:0;
display:none;
}
.comparison-table [data-label="component"]{
padding: 8px;
border:1px solid #f2f2f2;
}
.comparison-table tr.title{
border:1px solid #f2f2f2;
}
.comparison-table tr.title td:nth-child(2),
.comparison-table tr.title td:nth-child(3){
display: none;
}
  }
/* End */


/* Start:/local/templates/icl/components/bitrix/catalog/services_new/section_styles/css/scrum.css?168655691415963*/
*::before , *::after, * {
    box-sizing: border-box;
}

.scrumTehnology {
    position: relative;
    min-height: 360px;
    padding: 60px 0;
    font-family: "circebold", sans-serif;
}
.scrumTehnology::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.scrumTehnology-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    user-select: none;
    pointer-events: none;
    object-position: center bottom;
}

.scrumTehnology-index {
    position: relative;
    z-index: 3;
}

.scrumTehnology-title {
    font-family: 'robotobold_condensed', sans-serif;
    margin: 47px 0 40px;
    font-weight: 400;
    font-size: 48px;
    line-height: 47px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
}

.scrumTehnology-btn {
    width: 239px;
    height: 56px;
    padding: 0;
    position: relative;
    background: #FF0000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    transition: all 0.4s;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 1;
    border: none !important;
    padding: 0;
    font-family: 'circebold', sans-serif;
}
.scrumTehnology-btn span {
    opacity: 1;
    color: #fff;
    display: inline-flex;
    margin-top: 2px;
    margin-left: 16px;
}
.scrumTehnology-btn:hover {
    background: #ee0101;
}

.scrumTehnology-breadcrumbs #breadcrumbs {
    padding: 0;
}

.scrumTehnology-breadcrumbs #breadcrumbs a {
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.scrumTehnology-breadcrumbs #breadcrumbs li {
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}


.scrumHelp {
    padding: 88px 0 99px;
    background: #fff;
}

.scrumHelp-title {
    font-size: 24px;
    line-height: 22px;
    text-transform: uppercase;
    color: #929292;
    font-family: 'circebold', sans-serif;
    font-weight: normal;
    padding: 0;
    margin-bottom: 35px;
}

.scrumHelp-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #1A1A1A;
    font-family: 'circelight', sans-serif;
}

.scrumHelp-box {
    width: 615px;
    max-width: 100%;
}

.scrumHelp-wrapper {
    position: relative;
}

.scrumHelp-img {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.big-container {
    width: 1480px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.scrumGray {
    background: #F2F2F2;
    padding: 80px 0;
}
.scrumGray-title {
    font-size: 24px;
    line-height: 18px;
    text-transform: uppercase;
    color: #1A1A1A;
    font-weight: normal;
    padding: 0 0 13px 0;
    margin: 0;
    font-family: 'circebold', sans-serif;
}

.scrumGray-items {
    display: flex;
    align-items: flex-start;
    margin-right: -20px;
    flex-wrap: wrap;
}
.scrumGray-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    font-family: 'circeregular', sans-serif;
    background: #FFFFFF;
    position: relative;
    padding: 24px 20px 24px 44px;
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-top: 20px;
}
.scrumGray-item::before {
    content: "";
    position: absolute;
    left: 20px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background: #CC0000;
}

.scrumContact-wrapper {
    display: flex;
    position: relative;
    background: #FFFFFF;
}

.scrumContact {
    padding: 67px 0 72px;
    background: #CC0000;
}

.scrumContact-content {
    padding: 38px 54px;
    width: 628px;
    max-width: 100%;
}

.scrumContact-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    pointer-events: none;
    width: calc(100% - 628px);
}

.scrumContact-title {
    padding: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #1A1A1A;
    font-weight: 400;
    font-family: 'robotobold_condensed', sans-serif;
}

.scrumContact-subtitle {
    margin: 9px 0 26px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: flex-end;
    color: #1A1A1A;
    font-family: 'circelight', sans-serif;
}

.scrumContact-input {
    width: 432px;
    max-width: 100%;
    margin: 0 0 13px 0;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #F2F2F2 !important;
    height: 58px;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.02em;
    box-shadow: none !important;
    color: #1A1A1A;
    font-family: 'circeregular', sans-serif;
    padding: 0 0 0 23px;
}
.scrumContact-input::placeholder {
    color: #929292;
}
.scrumContact-btn {
    max-width: 100%;
    width: 282px;
    height: 80px;
    background: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'robotobold_condensed', sans-serif;
}

.scrumContact-btn:hover {
    background: #000;
}

.scrumContact-btn img {
    display: inline-flex;
    margin-left: 10px;
}

.scrumContact-label {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    margin: 28px 0;
    position: relative;
}
.scrumContact-label input {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}
.scrumContact-label b {
    margin-right: 14px;
    background: #F2F2F2;
    border-radius: 50px;
    transition: all 0.4s;
    position: relative;
    width: 36px;
    min-width: 36px;
    height: 22px;
}
.scrumContact-label span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #323232;
    font-family: 'circeregular', sans-serif;
}
.scrumContact-label b::before {
    content: "";
    left: 4px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: #999999;
    transition: all 0.4s;
    position: absolute;
    display: block;
    border-radius: 100%;
}
.scrumContact-label span a {
    text-decoration: none;
    color: #323232;
    border: none;
    padding: 0;
    display: inline-flex;
}
.scrumContact-label span a:hover {
    text-decoration: underline;
}
.scrumContact-label input:checked + b {
    background: green;
}
.scrumContact-label input:checked + b::before {
    background: #fff;
    left: 16px;
}

.scrumCases-top {
    position: relative;
    padding: 52px 0;
    min-height: 360px;
}

.scrumCases-top::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    z-index: 1;
}
.scrumCases-top .big-container {
    position: relative;
    z-index: 2;
}

.scrumCases-title {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'robotobold_condensed', sans-serif;
}

.scrumCases-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
    object-fit: cover;
}

.scrumCases {
    background: #fff;
    padding-bottom: 75px;
}


.scrumCases-bottom {
    position: relative;
    z-index: 3;
    margin-top: -30px;
}

.scrumCases-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.scrumCases-item__logo {
    display: inline-flex;
    text-decoration: none;
    outline: none;
    margin: 0;
}
.scrumCases-item__logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.scrumCases-item__name {
    margin: 48px 0 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #1A1A1A;
    font-family: 'robotobold_condensed', sans-serif;
}

.scrumCases-item {
    padding: 0 80px;
}

.scrumCases-item__left {
    width: calc(100% - 673px);
    margin-top: 96px;
}

.scrumCases-item__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #1A1A1A;
    font-family: 'circelight', sans-serif;
}

.scrumCases-item__link {
    margin-top: 24px;
    display: inline-block;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #CC0000;
    text-decoration: none;
    outline: none;
    padding: 0 !important;
    border: none !important;
}

.scrumCases-item__link span {
    transition: all 0.4s;
    display: inline-block;
}

.scrumCases-item__link:hover span {
    transform: translateX(3px);
}

.scrumCases-item__right {
    padding: 60px 40px;
    background: #F2F2F2;
    width: 637px;
    max-width: 100%;
}

.scrumCases-item__red {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #CC0000;
    font-family: 'circebold', sans-serif;
}

.scrumCases-item__info {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #1A1A1A;
    position: relative;
    padding-left: 18px;
}

.scrumCases-item__info::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #CC0000;
}

.scrumCases .slick-dots {
    position: absolute;
    bottom: -8px;
    left: 0;
    top: auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.scrumCases .slick-dots li {
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    position: relative;
    border-radius: 100%;
    transition: all 0.4s;
    opacity: 1;
    margin: 0 4px;
}
.scrumCases .slick-dots li.slick-active {
    background: #CC0000;
}
.scrumCases .slick-dots li button {
    opacity: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.scrumCases .slick-arrow::before {
    display: none;
}
.scrumCases .slick-arrow {
    width: 42px !important;
    height: 42px !important;
    background: url('/local/templates/icl/components/bitrix/catalog/services_new/section_styles/css/../img/scrum/slider-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: 0;
    top: calc(50% - 21px);
    right: 0;
    left: auto;
    transition: all 0.4s;
    border: none;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    padding: 0;
    font-size: 0;
}
.scrumCases .slick-arrow:hover {
    opacity: 0.7;
}
.scrumCases .slick-prev {
    background: url('/local/templates/icl/components/bitrix/catalog/services_new/section_styles/css/../img/scrum/slider-prev.svg') !important;
    right: auto;
    left: 0;
}

.scrumCases .slick-slide {
    margin: 0 !important;
}


@media (max-width: 1400px) {
    .scrumHelp-img {
        width: 500px;
    }
    .scrumCases-item__right, .scrumCases-item__left {
        width: calc(50% - 20px);
    }
    .scrumCases-item {
        padding: 0 60px;
    }
    .scrumCases-item__right {
        padding: 30px 22px 30px 30px
    }
    .scrumCases-item__name {
        margin: 39px 0 24px;
    }
    .scrumCases-item__text {
        font-size: 16px;
        line-height: 21px;
    }
    .scrumCases-item__info {
        font-size: 14px;
        line-height: 130%;
    }
}

@media (max-width: 1200px) {
    .scrumHelp-img {
        transform: none;
        position: static;
        margin: 26px 0;
        display: block;
        max-width: 100%;
        height: auto;
    }
    .scrumHelp-title {
        font-size: 24px;
        line-height: 22px;
        margin: 0;
    }
    .scrumHelp-box {
        width: 100%;
    }
    .scrumHelp-text {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .scrumHelp {
        padding: 37px 0 53px;
    }
    .scrumGray-item {
        width: calc(50% - 20px);
    }
    .scrumContact-img {
        width: calc(100% - 580px);
    }
    .scrumCases-item {
        display: block;
        padding: 0;
    }
    .scrumCases-item__left {
        margin: 0;
        width: 100%;
        margin-bottom: 31px;
    }
    .scrumCases-item__right {
        width: 100%;
    }
    .scrumCases-slider {
        padding-bottom: 24px;
    }    
    .scrumCases .slick-arrow {
        display: none !important;
    }
    .scrumCases {
        padding-bottom: 50px;
    }
    .scrumCases-bottom {
        margin: 0;
        padding: 39px 0 0 0;
    }
    .scrumCases-top {
        min-height: 218px;
    }
    .scrumCases-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 992px) {
    .scrumContact {
        padding: 45px 0 60px;
    }
    .scrumContact-wrapper {
        display: block;
    }
    .scrumContact-content {
        width: 100%;
        padding: 28px 22px 36px;
    }
    .scrumContact-title {
        font-size: 32px;
        line-height: 38px;
        padding: 0;
        margin: 0;
    }
    .scrumContact-subtitle {
        margin: 6px 0 18px;
        width: 240px;
        font-size: 16px;
        line-height: 21px;
    }
    .scrumContact-input {
        width: 100%;
    }
    .scrumContact-btn {
        width: 100%;
    }
    .scrumContact-img {
        position: static;
        display: block;
        width: 100%;
        height: 400px;
        transform: none;
    }
}

@media (max-width: 767px) {
    .scrumTehnology {
        min-height: none;
        padding: 67.5px 0;
    }
    .scrumTehnology-btn span {
        margin-left: 6px;
    }
    .scrumTehnology-btn {
        width: 197px;
        height: 48px;
        font-size: 14px;
    }
    .scrumTehnology-title {
        margin: 26px 0;
        font-size: 40px;
        line-height: 47px;
    }
    .big-container {
        padding: 0 24px;
    }
    .scrumGray-item {
        width: calc(50% - 16px);
        margin-top: 16px;
        margin-right: 16px;
    }
    .scrumGray {
        padding: 50px 0;
    }
    .scrumGray-items {
        margin-right: -16px;
    }
    .scrumGray-title {
        padding-bottom: 18px;
    }
    .scrumContact-img {
        height: 300px;
    }
}


@media (max-width: 576px) {
    .scrumGray-item {
        width: 100%;
        margin-right: 0;
    }
    .scrumGray-items {
        margin-right: 0;
    }
    .scrumContact-label span {
        font-size: 13px;
    }
    .scrumContact-img {
        height: 220px;
    }
}


@media (max-width: 350px) {
    .scrumContact-label span {
        font-size: 12px;
    }
}
/* End */


/* Start:/local/templates/icl/components/bitrix/catalog/services_new/section_styles/css/support.css?176240218637387*/
*::before , *::after, * {
    box-sizing: border-box;
}

@font-face {
    font-family: "circelight";
    font-weight: 400;
    src: url("/local/templates/icl/components/bitrix/catalog/services_new/section_styles/css/../fonts/Circe-Light.woff2");
}

footer {
    height: auto !important;
    padding-bottom: 20px !important;
    margin: 0 !important;
}
article {
    padding-bottom: 0 !important;
}

.supportTitle {
    color: #000;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1A1A1A;
    font-family: 'robotobold_condensed', sans-serif;
    margin: 0 !important;
    padding: 0;
}


.supportOffer {
    padding: 62px 0 41px;
}
.supportOffer-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 24px;
}
.supportOffer-block {
    width: 33.333%;
    padding: 0 10px;
    margin-top: 20px;
}
.supportOffer-item {
    padding: 24px 20px;
    background: #FFFFFF;
    min-height: 100%;
}
.supportOffer-item__title {
    margin: 10px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000000;
    font-family: 'robotobold_condensed', sans-serif;
}
.supportOffer-item__text {
    min-height: 83px;
    font-weight: 400;
    font-size: 16px;
    font-family: "circelight", sans-serif;
    line-height: 120%;
    color: #000000;
}
.supportOffer-item__icon {
    display: block;
}


.supportArticle {
    background: #fff;
    padding: 68px 0 84px;
}
.supportArticle-img {
    display: block;
    margin-top: 47px;
    width: 100%;
    height: auto;
    object-fit: cover;
    /*min-height: 180px;*/
}
.supportArticle-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #1A1A1A;
    font-family: "circelight", sans-serif;
    margin-top: 24px;
}
.supportArticle-text:first-child {
    margin-top: 17px;
}


.supportResult {
    padding: 41px 0 63px;
}
.supportResult-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 35px;
}
.supportResult-block {
    width: calc(100% / 6);
    padding: 0 10px;
    margin-top: 20px;
}
.supportResult-item {
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #1A1A1A;
}
.supportResult-item p {
    margin: 0;
    font-family: "circelight", sans-serif;
}
.supportResult-item img {
    display: block;
}
.supportResult-item__icon {
    margin-bottom: 10px;
}


.supportAbout {
    padding: 72px 0;
}
.supportAbout-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.supportAbout-img {
    display: block;
    width: 460px;
    max-width: 100%;
    height: auto;
    margin-left: 60px;
}
.supportAbout-left {
    flex-grow: 1;
}
.supportAbout-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1A1A1A;
    font-family: 'robotobold_condensed', sans-serif;
    padding: 0;
}
.supportAbout-text {
    margin-top: 24px;
}
.supportAbout-left {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    font-family: "circelight", sans-serif;
}

.supportAbout-left span {
    font-size: 18px !important;
}

.supportRoutes {
    padding: 41px 0;
    background: #fff;
}
.supportRoutes-wrapper {
    padding: 59px 70px 54px 53px;
    position: relative;
}
.supportRoutes-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.9);
    z-index: 1;
}
.supportRoutes-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    z-index: 0;
}
.supportRoutes-title {
    color: #fff;
    position: relative;
    z-index: 3;
}
.supportRoutes-list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 26px;
    position: relative;
    z-index: 3;
}
.supportRoutes-block {
    width: 25%;
    padding: 0 10px;
    margin-top: 20px;
}
.supportRoutes-item {
    border: 1px solid #FF0000;
    padding: 23px 19px;
    min-height: 100%;
}
.supportRoutes-item__text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: "circeregular", sans-serif;
}
.supportRoutes-item__icon img {
    display: block;
}

.supportExpert {
    padding: 76px 0 38px;
}
.supportExpert-wrapper {
    padding: 60px 65px;
    position: relative;
    overflow: hidden;
}
.supportExpert-item {
    position: relative;
    z-index: 3;
    width: 685px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 42px 60px 29px 36px;
}
.supportExpert-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(93.81deg, rgba(0, 0, 0, 0.7) 38.33%, rgba(0, 0, 0, 0) 82.38%);
    z-index: 1;
}
.supportExpert-item__name {
    font-weight: 500;
    font-size: 28px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FF0000;
    font-weight: 400;
    font-family: 'robotobold_condensed', sans-serif;
}
.supportExpert-item__text {
    margin: 20px 0 21px;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    font-family: "circelight", sans-serif;
    font-weight: 300;
}
.supportExpert-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 170px;
    height: 46px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-family: "circebold", sans-serif;
}
.supportExpert-btn span {
    margin: 0;
}
.supportExpert-title {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'robotobold_condensed', sans-serif;
    position: relative;
    z-index: 3;
    padding: 0;
}
.supportExpert-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}


.supportBenefits {
    padding: 40px 0 54px;
    overflow: hidden;
}
.supportBenefits-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}
.supportBenefits-item {
    width: calc(50% - 10px);
    margin-top: 20px;
}
.supportBenefits-item {
    background: #FFFFFF;
    padding: 30px;
    min-height: calc(100% - 20px);
    display: flex;
    align-items: flex-start;
}
.supportBenefits-item__icon {
    min-width: 64px;
    margin-right: 20px;
}
.supportBenefits-item__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000000;
    font-family: 'robotobold_condensed', sans-serif;
}
.supportBenefits-item__ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 4px;
}
.supportBenefits-item__li {
    display: block;
    margin-top: 8px;
    padding: 0 0 0 21px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    font-family: 'circelight', sans-serif;
}
.supportBenefits-item__li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    background: #FF0000;
}


.supportDocuments {
    padding: 27px 0 90px;
}
.supportDocuments-top {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-right: -10px;
}
.supportDocuments-top__first {
    height: 33px;
    background: #FF0000;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 6px;
    color: #fff;
    margin-right: 23px;
    position: relative;
    margin-top: 10px;
    font-family: "circeregular", sans-serif;
}
.supportDocuments-top__first::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 14px;
    height: 100%;
    background-image: url('/local/templates/icl/components/bitrix/catalog/services_new/section_styles/css/../img/support/arrow.png');
    background-size: 14px 33px;
}
a.supportDocuments-top__link,  span.supportDocuments-top__link{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    transition: all 0.4s;
    margin-top: 10px;
    margin-right: 10px;
    height: 33px;
    border: 1px solid #666666;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #666666;
    font-family: "circelight", sans-serif;
    padding: 0 9px;
    border-bottom-color: #666 !important;
}
/*a.supportDocuments-top__link:hover {*/
/*    border-color: #FF0000;*/
/*    color: #fff;*/
/*    background: #FF0000;*/
/*}*/
.supportDocuments-wrapper {
    position: relative;
    overflow: hidden;
    padding: 60px 44px;
    margin-top: 50px;
}
.supportDocuments-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.9), rgba(30, 30, 30, 0.9));
    z-index: 1;
}
.supportDocuments-title {
    color: #fff;
    position: relative;
    z-index: 2;
}
.supportDocuments-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    pointer-events: none;
    z-index: 0;
}
.supportDocuments-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding-top: 24px;
}
.supportDocuments-block {
    width: 33.333%;
}
a.supportDocuments-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    border: none;
    margin-top: 10px;
    width: 100%;
    border: none !important;
}
.supportDocuments-item img {
    width: 24px;
    min-width: 24px;
    margin-right: 10px;
}
.supportDocuments-item span {
    display: inline-flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-decoration-line: underline;
    color: #FFFFFF;
    font-family: "circebold", sans-serif;
}
.supportDocuments-item:hover span {
    text-decoration: none;
}

.supportCounter {
    padding: 30px 0 58px;
}
.supportCounter-wrapper {
    position: relative;
    overflow: hidden;
    padding: 67px 97px 57px 53px;
}
.supportCounter-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.9), rgba(30, 30, 30, 0.9));
}
.supportCounter-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}
.supportCounter-title {
    width: 1100px;
    max-width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
}
.supportCounter-list {
    margin-top: -17px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
    position: relative;
    z-index: 2;
}
.supportCounter-bottom {
    padding-top: 2px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
    position: relative;
    z-index: 2;
    flex-direction: row-reverse;
}
.supportCounter-block {
    width: 33.333%;
    padding-right: 50px;
    margin-top: 50px;
}
.supportCounter-block:last-child .supportCounter-item::before {
    display: none;
}
.supportCounter-item {
    padding: 23px 19px;
    background: rgba(5, 5, 5, 0.4);
    border: 1px solid #252525;
    backdrop-filter: blur(2px);
    min-height: 100%;
    position: relative;
}
.supportCounter-item img {
    display: block;
}
.supportCounter-item p {
    margin: 16px 0 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: "circeregular", sans-serif;
}
.supportCounter-item::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 16px;
    right: -35px;
    top: calc(50% - 8px);
    background-image: url('/local/templates/icl/components/bitrix/catalog/services_new/section_styles/css/../img/support/counter-arrow.svg');
}
.supportCounter-list .supportCounter-block:last-child .supportCounter-item::before {
    transform: rotate(90deg);
    top: auto;
    bottom: -35px;
    right: calc(50% - 11.5px);
}
.supportCounter-bottom .supportCounter-block:last-child .supportCounter-item::before {
    display: none;
}
.supportCounter-bottom .supportCounter-item::before {
    right: auto;
    left: -35px;
    transform: rotate(180deg);
}

.supportMain {
    padding: 41px 0 133px;
    position: relative;
}
.supportMain-title {
    /*width: 940px;*/
    max-width: 100%;
    font-weight: 400;
    font-size: 45px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 0;
    color: #FFFFFF;
    font-family: 'robotobold_condensed', sans-serif;
    margin: 40px 0 30px;
}
.supportMain .scrumTehnology-btn {
    margin: 0;
}
.supportMain-btn {
    margin-left: 35px !important;
    width: 271px;
    height: 56px;
    background: #FFFFFF;
    order: 1;
}
.supportMain-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.scrumTehnology-btn span ,  .supportMain-btn span {
    font-family: 'robotobold_condensed', sans-serif !important;
    font-weight: normal !important;
}
.supportMain-btn span {
    color: #232323;
    font-family: 'robotobold_condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.4s;
}
.supportMain-btn:hover {
    background: #fff;
}
.supportMain-btn:hover span {
    color: #FF0000;
}
.supportMain-items {
    background: rgba(0, 0, 0, 0.5);
    padding: 0 42px 32px 30px;
    margin-bottom: 47px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -40px;
}
.supportMain-item {
    width: calc(33.333% - 40px);
    display: flex;
    margin-right: 40px;
    margin-top: 31px;
    align-items: center;
}
.supportMain-item__number {
    /*min-width: 92px;*/
    margin-right: 16px;
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #FF0000;
    font-family: 'robotobold_condensed', sans-serif;
    white-space: nowrap;
}
.supportMain-item__text, .supportMain-item__text_before.active {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    font-family: "circerelight", sans-serif;
}
.supportMain-item__text_before.active {
    margin-right: 16px;
}


.supportCases {
    padding: 58px 0 27px;
    overflow: hidden;
}
.supportCases-slider {
    margin: 37px 0 0 0 !important;
    position: relative;
    width: calc(100% + 20px);
}
.supportCases-item {
    /*width: calc(100% - 20px);*/
    min-height: 100%;
    background: #FFFFFF;
    width: 100%;
}
.supportCases-item__img {
    display: block;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.supportCases-item__top {
    position: relative;
    padding-top: 49%;
}
.supportCases-slide {
    margin: 0 !important;
    padding-right: 20px;
}
.supportCases-item__category {
    display: inline-flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FF0000;
    font-family: 'robotobold_condensed', sans-serif;
}
.supportCases-item__wrapper {
    padding: 21px 9px 28px 18px;
}
.supportCases-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
}
.supportCases .slick-slide {
    height: auto !important;
}
.supportCases .slick-track {
    align-items: stretch;
    display: flex;
}
.supportCases-item {
    position: relative;
}
.supportCases-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-family: 'robotobold_condensed', sans-serif;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.4s;
}
.supportCases-item__text {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    font-family: "circelight", sans-serif;
}
.supportCases-item:hover .supportCases-item__title {
    color: #FF0000;
}
.supportCases .slick-arrow, .supportVideo .slick-arrow {
    width: 43px;
    height: 42px;
    position: absolute;
    right: -50px;
    top: calc(50% - 21px);
    margin: 0;
    z-index: 1;
    cursor: pointer;
    transform: none !important;
    background: none !important;
    background-repeat: no-repeat;
    background-position: center;
    border: none !important;
    font-size: 0;
    padding: 0;
}
.supportCases .slick-arrow::before, .supportVideo .slick-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/local/templates/icl/components/bitrix/catalog/services_new/section_styles/css/../img/support/slider-arrow-1.svg') !important;
    transition: all 0.4s;
}
.supportCases .slick-arrow::after, .supportVideo .slick-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/local/templates/icl/components/bitrix/catalog/services_new/section_styles/css/../img/support/slider-arrow-2.svg') !important;
    transition: all 0.4s;
    background-repeat: no-repeat;
    background-position: center;
    border: none !important;
    font-size: 0;
    padding: 0;
}
.supportCases .slick-prev::after, .supportCases .slick-prev::before, .supportVideo .slick-prev::after, .supportVideo .slick-prev::before {
    transform: rotate(180deg);
}
.supportCases .slick-arrow:hover::before, .supportVideo .slick-arrow:hover::before {
    opacity: 0;
}
.supportCases .slick-arrow:hover::after, .supportVideo .slick-arrow:hover::after {
    opacity: 1;
}
.supportCases .slick-dots, .supportVideo .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    height: 42px;
    display: none !important;
}
.supportCases .slick-dots li, .supportVideo .slick-dots li {
    display: inline-flex;
    margin: 0 2px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #C0C0C0;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
}
.supportCases .slick-dots li button, .supportVideo .slick-dots li button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
}
.supportCases .slick-dots li.slick-active, .supportVideo .slick-dots li.slick-active {
    background: #FF0000;
}
.supportCases .slick-prev, .supportVideo .slick-prev {
    right: auto;
    left: -70px;
}

.jq-radio .jq-radio__div, .jq-checkbox .jq-checkbox__div {
    width: 10px;
    height: 10px;
}

.supportVideo-title {
    text-align: center;
    margin-bottom: 55px !important;
}
.supportVideo-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.scrumContact-btn {
    margin-top: 24px !important;
}
.supportVideo-item__wrapper {
    padding: 26px 26px 35px;
}
.supportVideo-item__title {
    font-weight: 400;
    /*font-size: 24px;*/
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #000000;
    font-family: "circeregular", sans-serif;
}
.supportVideo-item__text {
    font-weight: 400;
    /*font-size: 18px;*/
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    margin-top: 7px;
    font-family: "circelight", sans-serif;
}
.supportVideo-item__top {
    position: relative;
    padding-top: 56%;
}
.supportVideo-item__top iframe {
    position: absolute;
    left: 0;
    top: 0;
}
.supportVideo {
    padding: 70px 0;
}
.supportVideo-slider {
    margin: 0 !important;
    padding: 0 100px;
    overflow: hidden;
}
.supportVideo-slide {
    margin: 0 !important;
    transition: all 0.4s;
    overflow: visible;
}

.supportVideo-slider.flex-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px !important;
    padding: 0;
    justify-content: center;
}
.supportVideo-slider.flex-list .supportVideo-slide {
    width: 33.333%;
    padding: 0 10px;
}
.supportVideo-slider.flex-list .supportVideo-item {
    transform: none;
    opacity: 1;
    min-height: 100%;
}

.supportVideo-item {
    transform: scale(0.6);
    opacity: 0.6;
    transition: all 0.4s;
}
.slick-active .supportVideo-item {
    transform: scale(0.8);
    opacity: 0.6;
}
.slick-center .supportVideo-item {
    opacity: 1;
    transform: scale(1);
}

.supportVideo .slick-arrow {
    right: 0px;
}
.supportVideo .slick-prev {
    left: 0;
    right: auto;
}




.supportServices {
    padding: 30px 0 73px;
    background: #fff;
}

.supportServices-item {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    padding: 34px 21px 51px;
    background: #F8F8F8;
}
.supportServices-item__img {
    width: 200px;
    min-width: 200px;
    height: 200px;
    margin-right: 20px;
}
.supportServices-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: cover;
}
.supportServices-list {
    padding-top: 7px;
}
.supportServices-item__right {
    width: calc(100% - 220px);
}
.supportServices-item__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
    font-family: "circebold", sans-serif;
    text-transform: uppercase;
}
.supportServices-item__text {
    margin: 6px 0 19px;
    font-weight: 400;
    font-family: "circelight", sans-serif;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    width: 934px;
    max-width: 100%;
}
.supportServices-item__border svg {
    display: block;
    fill: #D8D8D8;
    margin-left: 8px;
    transition: all 0.4s;
    position: relative;
    top: -1px;
}
.supportServices-item__border {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    width: 140px;
    height: 48px;
    border: 1px solid #D8D8D8 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000 !important;
    font-family: "circebold", sans-serif;
    margin-right: 16px;
    transition: all 0.4s;
    user-select: none;
}
.supportServices-item__border:hover {
    color: #FF0000 !important;
}
.open .supportServices-item__border {
    color: #FF0000 !important;
}
.supportServices-item__border:hover svg, .open .supportServices-item__border svg {
    fill: #FF0000;
    transform: rotate(180deg);
}
.supportServices-item__btn {
    width: 140px;
    height: 48px;
    user-select: none;
    border: 1px solid #FF0000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    text-align: center;
    transition: all 0.4s;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FF0000;
    font-family: "circebold", sans-serif;
}
.supportServices-item__btn:hover {
    background: #FF0000;
    color: #fff;
}
.supportServices-item__buttons {
    display: flex;
    align-items: center;
}
.supportServices-cards {
    display: none;
    margin-top: 16px;
}
.open .supportServices-cards {
    display: block;
}
.supportServices-slider {
    margin: 0 !important;
    width: calc(100% + 10px);
}
.supportServices-slide {
    margin: 0 !important;
    padding-right: 10px;
}
.supportServices-card {
    padding: 15px;
    border: 1px solid #D8D8D8;
    position: relative;
    padding: 15px;
}
.supportServices-card__top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.supportServices-card__top span {
    display: block;
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FF0000;
    font-family: "circebold", sans-serif;
}
.supportServices-card__text {
    height: 240px;
    overflow-y: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    font-family: "circelight", sans-serif;
    margin-right: -15px;
    padding-right: 15px;
    position: relative;
}
.supportServices-card__bottom {
    margin-top: 10px;
}
.supportServices-card__bottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #999999;
    font-family: "circeregular", sans-serif;
    padding: 0;
}
.supportServices-card__bottom span {
    display: block;
    margin-top: 4px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    font-family: "circebold", sans-serif;
}
.supportServices-card__text::-webkit-scrollbar {
    width: 6px;
}
.supportServices-card__text::-webkit-scrollbar-track {
    background: #D9D9D9;
}
.supportServices-card__text::-webkit-scrollbar-thumb {
    background: #FF0000;
}
.supportServices-slider {
    display: none !important;
    margin: 0 !important;
}
.supportServices .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    height: 42px;
    display: flex !important;
}
.supportServices .slick-dots li {
    display: inline-flex;
    margin: 0 2px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #C0C0C0;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
}
.supportServices .slick-dots li button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
}
.supportServices .slick-dots li.slick-active {
    background: #FF0000;
}
.supportServices-cards__flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-top: -16px;
}
.supportServices-cards__block {
    width: 25%;
    padding-right: 10px;
    margin-top: 16px;
}




@media (max-width: 1600px) {
    .supportCases .slick-arrow {
        top: auto;
        bottom: 0;
        right: 20px;
    }
    .supportCases .slick-prev {
        right: auto;
        left: 0;
    }
    .supportCases-slider {
        padding-bottom: 60px;
    }
    .supportCases .slick-dots {
        display: flex !important;
    }
}

@media (max-width: 1400px) {
    .supportMain-item__number {
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0.2px;
        min-width: 64px;
    }
    .supportMain-item {
        width: 25%;
        margin: 24px 0 0 0;
    }
    .supportMain-items {
        padding: 0 24px 24px;
        margin-bottom: 17px;
    }
    .supportMain-item__text, .supportMain-item__text_before.active {
        font-size: 14px;
        line-height: 140%;
    }
    .supportVideo-slider {
        padding: 0;
    }
    .supportMain-item__text_before.active {
        margin-right: 10px;
    }
}

@media (max-width: 1200px) {
    .supportResult-block {
        width: 33.333%;
    }
    .supportRoutes-wrapper {
        padding: 48px 24px 70px;
    }
    .supportRoutes-block {
        width: 50%;
    }
    .supportRoutes-list {
        padding-top: 10px;
    }
    .supportRoutes {
        padding: 0 0 31px;
    }
    .supportExpert-bg {
        min-width: 1200px;
        left: auto;
        right: 0;
    }
    .supportExpert-item {
        width: 500px;
        padding: 24px;
    }
    .supportDocuments-block {
        width: 50%;
    }
    .supportCounter {
        padding: 30px 0;
    }
    .supportCounter-wrapper {
        padding: 67px 26px 75px;
    }
    .supportCounter-list, .supportCounter-bottom {
        padding: 0;
        margin: 0;
    }
    .supportCounter-block {
        width: 100%;
        margin-top: 56px;
        padding: 0;
    }
    .supportCounter-item::before {
        transform: rotate(90deg) !important;
        right: calc(50% - 11.5px) !important;
        left: auto !important;
        bottom: -35px !important;
        display: block !important;
        top: auto !important;
    }
    .supportCounter-bottom .supportCounter-block:last-child .supportCounter-item::before {
        display: none !important;
    }
    .supportMain {
        padding: 33px 0 28px;
    }
    .supportMain-items {
        display: block;
    }
    .supportMain-item {
        width: 100%;
        margin-top: 12px;
        display: block;
    }
    .supportMain-item__number {
        margin: 0 0 6px 0;
    }
    .supportMain-item:first-child {
        margin-top: 0;
    }
    .supportMain-title {
        margin: 22px 0 14px;
        font-size: 26px;
        line-height: 130%;
        letter-spacing: 0.2px;
        width: 450px;
        max-width: 100%;
    }
    .supportServices-cards__block {
        width: 33.333%;
    }
    .supportVideo-slider.flex-list {
        width: 100% !important;
        margin: 0 !important;
        justify-content: space-between !important;
        left: 0 !important;
        padding-bottom: 0 !important;
        position: relative !important;
        transform: none !important;
        min-width: 100% !important;
    }
    .supportVideo-slider.flex-list .supportVideo-slide {
        width: calc(50% - 10px);
    }
    .supportMain-items {
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    .supportOffer {
        padding: 28px 0 19px;
    }
    .supportTitle {
        font-size: 28px;
        line-height: 130%;
    }
    .supportOffer-list {
        padding-top: 7px;
    }
    .supportArticle {
        padding: 47px 0 42px;
    }
    .supportArticle-text {
        margin-top: 17px;
    }
    .supportArticle-text:first-child {
        margin-top: 23px;
    }
    .supportArticle-img {
        margin-top: 21px;
    }
    .supportResult {
        padding: 20px 0 21px;
    }
    .supportResult-list {
        padding-top: 19px;
    }
    .supportResult .supportTitle {
        font-size: 24px;
        line-height: 130%;
    }
    .supportAbout {
        padding: 42px 0;
    }
    .supportAbout-list {
        display: block;
    }
    .supportAbout-left {
        width: 100%;
        max-width: 100%;
    }
    .supportAbout-img {
        width: 100%;
        height: auto;
        margin: 22px 0 0;
    }
    .supportAbout-title {
        font-size: 16px;
        line-height: 130%;
    }
    .supportAbout-text {
        margin-top: 19px;
        font-size: 14px;
        line-height: 130%;
    }
    .supportRoutes-item {
        padding: 19px;
    }
    .supportExpert-wrapper {
        padding: 35px 24px 30px;
    }
    .supportExpert-title {
        margin-bottom: 19px;
        font-size: 20px;
        line-height: 18px;
    }
    .supportExpert-item {
        width: 340px;
        padding: 19px 16px;
    }
    .supportExpert-item__name {
        font-size: 16px;
        line-height: 18px;
    }
    .supportExpert-item__text {
        margin: 8px 0 12px;
        font-size: 14px;
        line-height: 130%;
    }
    .supportExpert-btn {
        width: 153px;
        height: 46px;
        font-size: 12px;
        line-height: 18px;
    }
    .supportBenefits-item {
        width: 100%;
    }
    .supportBenefits-list {
        padding-top: 5px;
    }
    .supportBenefits-item {
        display: block;
    }
    .supportBenefits-item__icon {
        margin: 0 0 20px 0;
    }
    .supportDocuments {
        padding: 18px 0 27px;
    }
    .supportDocuments-wrapper {
        padding: 50px 24px 60px;
        margin-top: 33px;
    }
    .supportDocuments-top {
        margin-top: -8px;
    }
    .supportDocuments-top__link, .supportDocuments-top__first {
        margin-top: 8px;
    }
    .supportDocuments-list {
        padding-top: 14px;
    }
    .supportCases .slick-arrow {
        display: none !important;
    }
    .supportCases .slick-dots {
        height: auto;
    }
    .supportCases-slider {
        padding-bottom: 27px;
        margin-top: 29px !important;
    }
    .supportCases {
        padding: 22px 0 20px;
    }
    .supportVideo {
        padding: 49px 0 40px;
    }
    .supportVideo-title {
        margin-bottom: 24px !important;
    }
    .supportVideo .slick-arrow {
        display: none !important;
    }    
    .supportVideo .slick-dots {
        display: flex !important;
    }
    .supportVideo-slider {
        padding-bottom: 27px;
    }
    .supportVideo-item__wrapper {
        padding: 16px 17px 28px;
    }
    .supportVideo-item__title {
        font-size: 16px;
        line-height: 22px;
    }
    .supportVideo-item__text {
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px;
    }
    .supportVideo .slick-dots {
        bottom: 0;
        height: auto;
    }
    .supportVideo {
        overflow: hidden;
    }
    .supportVideo-slider {
        width: 150%;
        left: 50%;
        padding-bottom: 27px !important;
        position: relative;
        transform: translateX(-50%);
        min-width: 900px;
    }
    .supportExpert {
        padding-top: 30px;
    }
    .supportVideo-item {
        transform: scale(0.8);
    }
    .slick-active .supportVideo-item {
        transform: scale(0.9);
    }
    .slick-center .supportVideo-item {
        transform: scale(1);
    }
    .supportServices-item {
        padding: 22px 10px 33px;
        display: block;
        position: relative;
        margin-top: 25px;
    }
    .supportServices-item__img {
        width: 80px;
        height: 80px;
        min-width: 80px;
        margin: 0;
        position: absolute;
        top: 23px;
        left: 11px;
    }
    .supportServices-item__title {
        padding-left: 101px;
        font-size: 14px;
        line-height: 140%;
    }
    .supportServices-item__right {
        width: 100%;
    }
    .supportServices-item__text {
        margin: 7px 0 0 0;
        padding-left: 101px;
        font-size: 14px;
        line-height: 130%;
        min-height: 55px;
    }
    .supportServices-item__buttons {
        margin-top: 12px;
    }
    .supportVideo-slider.flex-list .supportVideo-slide {
        padding: 0;
    }
    .supportVideo-slider.flex-list {
        width: 100% !important;
        margin: 0 !important;
        justify-content: space-between !important;
        left: 0 !important;
        padding-bottom: 0 !important;
        position: relative !important;
        transform: none !important;
        min-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .supportOffer-block {
        width: 100%;
    }
    .supportResult-block {
        width: 50%;
    }
    .supportRoutes-block {
        width: 100%;
    }
    .supportExpert-item {
        width: 217px;
    }
    .supportExpert-wrapper::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
        opacity: 0.6;
        height: 100%;
        background: linear-gradient(93.81deg, rgba(0, 0, 0, 0.8) 38.33%, rgba(0, 0, 0, 0) 82.38%)
    }
    .supportExpert-bg {
        min-width: 900px;
        right: -70px;
        z-index: 0;
    }
    .supportDocuments-block {
        width: 100%;
    }
    a.supportDocuments-top__link {
        font-size: 13px;
    }
    .supportDocuments-top__first {
        font-size: 13px;
    }
    .supportServices-cards__block {
        width: 50%;
    }
    .supportExpert-wrapper::before {
        background: linear-gradient(93.81deg, rgba(0, 0, 0, 0.9) 38.33%, rgba(0, 0, 0, 0) 82.38%)
    }
    .supportAbout-left, .supportAbout-left span {
        font-size: 16px !important;
    }
}

@media (max-width: 576px) {
    .supportResult-block {
        width: 100%;
    }
    .supportVideo-slider.flex-list .supportVideo-slide {
        width: 100%;
        margin-top: 24px !important;
    }
    .supportVideo-slider.flex-list {
        margin-top: -24px !important;
    }
    .supportDocuments-wrapper {
        margin-left: -24px;
        margin-right: -24px;
    }
    .supportResult-item {
        display: flex;
        align-items: flex-start;
    }
    .supportResult-item__icon {
        width: 64px;
        min-width: 64px;
        margin: 0 20px 0 0;
    }
    .supportResult-item__icon img {
        margin: 0 auto;
    }
    .supportRoutes-wrapper {
        margin-left: -24px;
        margin-right: -24px;
    }
    .supportExpert-wrapper {
        margin-left: -24px;
        margin-right: -24px;
    }
    .supportBenefits-item__title {
        font-size: 18px;
        line-height: 22px;
    }
    .supportCounter-wrapper {
        margin-right: -24px;
        margin-left: -24px;
    }
    .supportCounter-title {
        font-size: 24px;
    }
    .supportMain-buttons {
        display: block;
    }
    .supportMain-btn {
        margin: 0 0 12px !important;
    }
    .supportServices-cards__flex {
        display: none !important;
    }
    .supportServices-slider {
        display: block !important;
        padding: 0 0 27px 0;
    }
    .supportServices .slick-dots {
        height: auto;
    }
}

.big-container .supportDocuments-top {
   margin-top: 10px;
}

@media (max-width: 350px) {
    .supportDocuments-top {
        margin-top: -6px;
        margin-right: -8px;
    }
    a.supportDocuments-top__link {
        font-size: 12px;
        margin-right: 8px;
        margin-top: 6px;
    }
    .supportDocuments-top__first {
        font-size: 12px;
        margin-top: 6px;
    }
    .supportBenefits-item__title {
        font-size: 15px;
        line-height: 20px;
    }
}
/* End */
/* /local/templates/icl/components/bitrix/catalog/services_last/style.css?17478314068705 */
/* /local/templates/icl/components/bitrix/catalog/services_new/section_styles/css/scrum.css?168655691415963 */
/* /local/templates/icl/components/bitrix/catalog/services_new/section_styles/css/support.css?176240218637387 */
