

/* 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_last/bitrix/catalog.element/audit/style.css?16915643434954*/
.leftWrapServBtn{background:#ff0000;width:100%;text-align:center;box-sizing:border-box}.serv{display:flex;flex-wrap:wrap;justify-content:space-between}.serv .serv__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:119px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:-10px;margin-right:-10px}@media (min-width: 786px){.serv .serv__items{background-repeat:no-repeat;background-position:97% 19%;background-size:81% 62%;background-image:url("/local/templates/icl/components/bitrix/catalog/services_last/bitrix/catalog.element/audit/images/serv/fon.png")}}@media (min-width: 1380px){.serv .serv__items{background-repeat:no-repeat;background-position:171px 54px;background-size:80%;padding-right:83px;background-image:url("/local/templates/icl/components/bitrix/catalog/services_last/bitrix/catalog.element/audit/images/serv/fon.png")}}.serv .serv__item{position:relative;z-index:2;width:100%}.serv .serv__item:nth-child(4){order:3}.serv .serv__item:nth-child(5){order:2}.serv .serv__item:nth-child(6){order:1}@media (min-width: 786px){.serv .serv__item{max-width:30%;margin:10px}.serv .serv__item:nth-child(4){order:1}.serv .serv__item:nth-child(5){order:2}.serv .serv__item:nth-child(6){order:3}}.serv .serv__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.serv .serv__icon{position:relative;z-index:2;min-height:156px;border-radius:50%;display:flex;align-items:center}.serv .serv__icon--bg_white{background-color:#ffffff}.serv .serv__text{max-width:100%;margin-top:15px;text-align:center}@media (min-width: 786px){.serv .serv__text{text-align:left}}
.btn-box{
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_grey{
  border: 1px solid #CCCCCC !important;
  color: #1A1A1A !important;
  transition: 300ms;
  justify-content: center;
  align-items: center;
}

.btn_grey .btn__icon{
  width: 24px;
  height: 24px;
  fill: #1A1A1A;
  max-width: 24px;
  transition: 300ms;
}

.btn_grey:hover{
  transform: none !important;
  border: 1px solid #FF0000 !important;
  color: #FF0000 !important;
}

.btn_grey:hover .btn__icon{
  fill: #FF0000;
}
.btn__value{
  vertical-align: middle;
}

.about-task {
  margin-bottom: 80px;
}

.about-task__content {
  padding: 50px;
  position: relative;
  z-index: 1;
  display: flex;
}

.about-task__content .about-task__bg-image {
  object-position: 70%;
}

.about-task__card {
  position: relative;
  z-index: 1;
  background-color: #cc0000;
  color: white;
  width: 540px;
  flex-shrink: 0;
  padding: 40px;
  box-sizing: border-box;
}

.about-task__card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.about-task__card-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "robotobold_condensed", sans-serif;
  padding: 0;
}

.about-task__card-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "circeregular", sans-serif;
  margin-bottom: 40px;
}

.about-task__card-text p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.about-task__card-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .about-task {
    margin-bottom: 40px;
  }
  .about-task {
    position: relative;
    z-index: 1;
  }

  .about-task__content {
    padding: 50px 0;
    position: static;
  }

  .about-task__card {
    width: 430px;
  }

  .about-task__card-bg {
    object-position: right center;
  }

  .about-task__card-link:link,
  .about-task__card-link:visited {
    padding-left: 25px;
    padding-right: 25px;
    border: none;
  }
}
@media (max-width: 1179px){
  .about-task__content .about-task__bg-image {
    object-position: 80%;
  }
}
@media screen and (max-width: 767px) {
  .about-task__content {
    padding: 0;
    flex-direction: column;
    margin: 0 -12px;
  }

  .about-task__content .about-task__bg-image {
    position: static;
    width: 100%;
    object-fit: cover;
    height: 158px;
    object-position: 70%;
  }

  .about-task__card {
    width: 100%;
    padding: 24px 12px;
  }

  .about-task__card-link {
    display: block;
    text-align: center;
  }

  .about-task__card-link {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}

section.projects{
  background: #f2f2f2;
}
.projects__slider-card .projects__slider-card-title{
  font-family: var(--font-title-regular);
  text-transform: none;
}
.projects__slider-card-text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
@media (max-width: 1099px){
  .projects__slider-card-text{
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}
@media (max-width: 768px){
  .projects__slider-card-text{
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
/* End */


/* Start:/local/templates/icl24/assets/new-styles.css?176165056335425*/
.bannerImageTop--no-overlay::after {
  display: none;
}

.page-header-block {
  position: relative;
  z-index: 1;
  background-color: #ff0000;
  color: white;
}

.page-header-block__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.page-header-block__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-header-block__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(255, 136, 136, 0.21) 100%
  );
  z-index: 20;
}

.page-header-block__content {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  padding-bottom: 120px;
  box-sizing: border-box;
}

.page-header-block__new-breadcrumbs {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.page-header-block__new-breadcrumbs-link {
  font-size: 14px;
  line-height: 21px;
  color: white;
  font-family: "circeregular", sans-serif;
  display: inline-flex;
}

.page-header-block__new-breadcrumbs-link::after {
  content: "/";

  margin: 0 7px;
}

.page-header-block__new-breadcrumbs-link:last-child::after {
  display: none;
}

.page-header-block__new-breadcrumbs-link:link,
.page-header-block__new-breadcrumbs-link:visited {
  color: white;
  border: none;
}

.page-header-block__main-heading {
  font-family: "robotobold_condensed", sans-serif;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
}

.simplify {
  margin-bottom: 80px;
}

.simplify__title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  font-family: "robotobold_condensed", sans-serif;
  color: #232323;
  padding: 0;
  margin-top: -15px;
}

.simplify__features-list {
  margin-bottom: 32px;
}

.simplify__features-list-item {
  margin-bottom: 24px;
}

.simplify__features-list-item:last-child {
  margin-bottom: 0;
}

.simplify__features-card {
  padding: 16px;
  background: #f0f0f0;
}

.simplify__features-card-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "robotocondensed", sans-serif;
  padding: 0;
  margin-bottom: 8px;
  color: #232323;
  text-transform: uppercase;
}

.simplify__features-card-text {
  font-size: 16px;
  line-height: 24px;
  color: #371722;
  font-family: "circeregular", sans-serif;
}

.simplify__features-card-text p {
  line-height: inherit;
  font-size: inherit;
  padding: 0;
}

.simplify__contact-heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "robotocondensed", sans-serif;
  padding: 0;
  margin-bottom: 16px;
}

.simplify__contact-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  box-sizing: border-box;
}

.simplify__contact-list-item {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.simplify__contact-card {
  display: flex;
  align-items: center;
}

.simplify__contact-card-icon-container {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  width: 80px;
  height: 80px;
}

.simplify__contact-card-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  object-position: center;
}

.simplify__contact-card-content {
  width: 50%;
  flex-grow: 1;
  color: #371722;
  font-size: 16px;
  line-height: 24px;
  font-family: "circeregular", sans-serif;
}

.working-from {
  margin-bottom: 80px;
}

.working-from__title {
  font-family: "robotobold_condensed", sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 8px;
  padding: 0;
}

.working-from__title-text {
  font-size: 24px;
  line-height: 32px;
  font-family: "robotocondensed", sans-serif;
  font-weight: 400;
  color: #232323;
  margin-bottom: 24px;
}

.working-from__title-text p {
  line-height: inherit;
  font-size: inherit;
  padding: 0;
}

.working-from__media-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  box-sizing: border-box;
}

.working-from__media-list-item {
  width: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.working-from__media-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;

  background-color: #232323;
  color: white;
  padding: 20px 40px;
  min-height: 184px;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.working-from__media-card:link,
.working-from__media-card:visited {
  color: white;
  border: none;
}

.working-from__media-card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.working-from__media-card-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.working-from__media-card-bg--brown-overlay {
  background: linear-gradient(0deg, rgba(45, 0, 0, 0.5), rgba(45, 0, 0, 0.5));
}

.working-from__media-card-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s;
}

.working-from__media-card:hover .working-from__media-card-bg-image {
  transform: scale(1.04);
}

.working-from__media-card-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "robotobold_condensed", sans-serif;
  font-weight: 400;
  padding: 0;
}

.working-from__media-card-title .icon-play {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  fill: currentColor;
  margin-right: 28px;
}
.working-from__media-card-title .icon-arrow {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  fill: currentColor;
  margin-right: 28px;
}

.working-from__media {
  margin-bottom: 40px;
}

.working-from__blockquote {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #232323;
  text-transform: uppercase;
  padding: 16px;
  background: #f0f0f0;
  margin-bottom: 16px;
  font-family: "robotobold_condensed", sans-serif;
}

.working-from__text {
  font-family: "circeregular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #371722;
  max-width: 880px;
}

.company-services {
  margin-bottom: 80px;
}

.company-services__heading {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 40px;
  font-family: "robotobold_condensed", sans-serif;
  text-transform: uppercase;
}

.company-services__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  box-sizing: border-box;
}

.company-services__list-item {
  width: 50%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.company-services__card {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
}

.company-services__list-item:nth-child(4n + 1) .company-services__card {
  background: #f9f9f9;
}
.company-services__list-item:nth-child(4n + 2) .company-services__card {
  background: #f9f9f9;
}

.company-services__card-title {
  font-weight: 400;
  font-family: "robotobold_condensed", sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 8px;
  padding: 0;
}

.company-services__card-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "circeregular", sans-serif;
  color: #371722;
}

.projects {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f0f0f0;
  margin-bottom: 80px;
}

.projects__heading {
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  margin-bottom: 8px;
  color: #232323;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "robotobold_condensed", sans-serif;
}

.projects__heading-text {
  font-size: 24px;
  line-height: 32px;
  color: #371722;
  font-family: "robotocondensed", sans-serif;
  margin-bottom: 40px;
}

.projects__brands {
  margin-bottom: 60px;
}

.projects__brands .swiper-container {
  overflow: visible;
  margin: 0;
}

.projects__brands-list {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -40px;
  box-sizing: border-box;
  overflow: visible;
  margin: 0;
  width: auto;
}

.projects__brands-list-item {
  width: 16.66%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: auto !important;
}

.projects__brands-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-decoration: none;
  border: none;
}

.projects__brands-card:link,
.projects__brands-card:visited {
  border: none;
}

.projects__brands-card-logo {
  max-height: 60px;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100);
  opacity: 0.6;
  transition: filter 0.3s, opacity 0.3s;
}

.projects__brands-card:hover .projects__brands-card-logo {
  filter: grayscale(0);
  opacity: 1;
}

.projects__slider {
  position: relative;
  margin-bottom: 24px;
}

.projects__slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 33.33%;
}

.projects__slider-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.projects__slider-card:link,
.projects__slider-card:visited {
  color: #232323;
  border: none;
}

.projects__slider-card-image-container {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  height: 160px;
}

.projects__slider-card-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s;
}

.projects__slider-card:hover .projects__slider-card-image {
  transform: scale(1.04);
}

.projects__slider-card-category {
  padding: 12px 25px;
  background-color: #ff0000;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-family: "robotobold_condensed", sans-serif;
  font-weight: 400;
}

.projects__slider-card-title {
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-family: "robotobold_condensed", sans-serif;
  margin-bottom: 8px;
  color: #232323;
  text-transform: uppercase;
  transition: color .2s;
}

.projects__slider-card:hover .projects__slider-card-title {
  color: #ff0000;
}

.projects__slider-card-text {
  font-size: 16px;
  line-height: 24px;
  color: #371722;
  font-weight: 400;
  font-family: "circeregular", sans-serif;
}

.slider-universal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  outline: none;
  background: transparent;

  border: none;
}

.slider-universal-arrow--prev {
  right: 100%;
  margin-right: 60px;
}

.slider-universal-arrow--next {
  left: 100%;
  margin-left: 60px;
}

.slider-universal-arrow svg {
  width: 40px;
  height: 40px;
  fill: #ff5759;
  transition: fill 0.3s;
  display: block;
}

.slider-universal-arrow.swiper-button-disabled svg {
  fill: #9e9e9e;
}
.slider-universal-arrow:not(.swiper-button-disabled) {
  cursor: pointer;
}

.slider-universal-arrow:not(.swiper-button-disabled):hover svg {
  fill: #ff0000;
}

.projects__slider .slider-universal-arrow {
  transform: none;
  top: 60px;
}

.projects__all-projects-link {
  margin: 0;
}

.choose-service {
  margin-bottom: 80px;
}

.choose-service__card {
  display: flex;
  align-items: center;
  padding: 40px;
  background: #f9f9f9;
  color: #232323;
  justify-content: space-between;

}

.choose-service__card-title {
  font-weight: 400;
  font-family: "robotobold_condensed", sans-serif;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

.choose-service__link {
  margin: 0;
  margin-left: 3rem;
}

.our-team {
  margin-bottom: 80px;
}

.our-team__info-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  box-sizing: border-box;
}

.our-team__info-list-item {
  padding: 10px;
  width: 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.our-team__info-list-item--fullwidth {
  width: 100%;
}

.our-team__info-card {
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 224px;
  box-sizing: border-box;
  background-color: #424242;
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 1;
  backface-visibility: hidden;
}

.our-team__info-card:link,
.our-team__info-card:visited {
  color: white;
  border: none;
}

.our-team__info-card--large {
  min-height: 312px;
  justify-content: center;
}

.our-team__info-card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.our-team__info-card-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s;
  filter: grayscale(100%); 
}
.our-team__info-card-bg::before,
.our-team__info-card-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s, filter .5s;
}

.our-team__info-card-bg::after {
  z-index: 40;
  filter: grayscale(100%); 
}

.our-team__info-card-bg--red::after {
  background: linear-gradient(
    180deg,
    rgba(201, 42, 42, 0.71) -9.02%,
    #4f2727 115.06%
  );
}

.our-team__info-card-bg--blue::after {
  background: linear-gradient(
    180deg,
    rgba(60, 91, 202, 0.71) -13.73%,
    #434e74 115.06%
  );
}



.our-team__info-card--large .our-team__info-card-bg::after {
  
  filter: grayscale(100%); 
  background: linear-gradient(180deg, rgba(58, 96, 228, 0.71) -13.73%, rgba(48, 72, 159, 0.58) 115.06%);
  mix-blend-mode: luminosity;
  opacity: 1;
}

.our-team__info-card:link,
.our-team__info-card:visited {
  border: none;
  color: white;
}

.our-team__info-card:hover .our-team__info-card-bg::after {
  filter: grayscale(0%); 
}

.our-team__info-card--large:hover .our-team__info-card-bg::after {
  filter: grayscale(0%); 
  opacity: 0;
}

.our-team__info-card:hover .our-team__info-card-image {
  filter: grayscale(0%); 
}

.our-team__info-card-title {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "robotobold_condensed", sans-serif;
  font-weight: 400;
  padding: 0;
  margin-bottom: 12px;
}

.our-team__info-card-title svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-left: 20px;
  fill: white;
}

.our-team__info-card-text {
  font-size: 24px;
  line-height: 32px;
  font-family: "robotocondensed", sans-serif;
  font-weight: 400;
  max-width: 480px;
}

.not-only-service {
  margin-bottom: 80px;
}

.not-only-service__heading {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 24px;
  padding: 0;
  font-weight: 400;
}

.not-only-service__row {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.not-only-service__left-col,
.not-only-service__right-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.not-only-service__text {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  color: #371722;
  font-family: "robotocondensed", sans-serif;
}

.not-only-service____link {
  margin: 0;
  margin-top: auto;
}

.not-only-service__list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -10px;
  box-sizing: border-box;
}

.not-only-service__list-item {
  padding: 4px 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  border-left: 1px solid #ff0000;
  width: 50%;
}

.not-only-service__list-card {
  padding: 0 20px;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  font-weight: 400;
  font-family: "circebold", sans-serif;
}

.not-only-service__right-col {
  padding-top: 25px;
}

.behind-service {
  margin-bottom: 80px;
}

.behind-service__heading {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #232323;
  padding: 0;
  margin-bottom: 8px;
  font-family: "robotobold_condensed", sans-serif;
}

.behind-service__text {
  font-size: 24px;
  line-height: 32px;
  color: #371722;
  margin-bottom: 32px;
  font-family: "robotocondensed", sans-serif;
}

.behind-service__slider {
  position: relative;
}

.behind-service__slider-card-image-container {
  position: relative;
  margin-bottom: 15px;
}

.behind-service__slider-card-image-container::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.behind-service__slider-card-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.behind-service__slider-card-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #232323;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "robotobold_condensed", sans-serif;
  padding: 0;
}

.behind-service__slider-card-text {
  color: #371722;
  font-size: 16px;
  line-height: 24px;
  font-family: "circeregular", sans-serif;
}

.behind-service__slider .slider-universal-arrow {
  transform: none;
  top: 54px;
}

.company-ratings {
  margin-bottom: 80px;
}

.company-ratings__heading {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: black;
  font-family: "robotobold_condensed", sans-serif;
  padding: 0;
  margin-bottom: 16px;
  text-align: center;
}

.company-ratings__tabs-nav {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}

.company-ratings__tabs-nav-link {
  font-size: 16px;
  line-height: 24px;
  color: white;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: background-color 0.2s, color 0.2s;
  font-family: "CirceExtraBold", sans-serif;
}

.company-ratings__tabs-nav-link-text {
  display: block;
  padding: 6px 0;
  position: relative;
}

.company-ratings__tabs-nav-link-text::before {
  content: "";
  border-top: 1px dashed #ff0000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.2s;
}

.company-ratings__tabs-nav-link:last-child {
  margin-right: 0;
}

.company-ratings__tabs-nav-link:link,
.company-ratings__tabs-nav-link:visited {
  color: black;
  border: none;
}

.company-ratings__tabs-nav-link.active {
  background: #ff0000;
  color: white;
}

.company-ratings__tabs-nav-link:not(.active):hover {
  color: #ff0000;
}

.company-ratings__tabs-nav-link.active
  .company-ratings__tabs-nav-link-text::before {
  opacity: 0;
}

.company-ratings__tabs-items {
  position: relative;
}

.company-ratings__tabs-item {
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.company-ratings__tabs-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 2;

  transition: transform 0.3s, visibility 0.3s;
}

.company-ratings__slider {
  position: relative;
}

.company-ratings__slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.company-ratings__slider-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border: 1px solid #dedede;
  position: relative;
  padding: 40px 30px;
}

.company-ratings__slider-card:link,
.company-ratings__slider-card:visited {
  color: black;
  border: 1px solid #dedede;
}

.company-ratings__slider-card::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  right: -1px;
  height: 3px;
  background-color: #aaaaaa;
  transition: transform 0.3s, background-color 0.3s;
  transform-origin: center bottom;

  z-index: 20;
}

.company-ratings__slider-card:hover::after {
  background-color: #ff0000;
  transform: scaleY(1.8);
}

.company-ratings__slider-card-category {
  color: #888788;
  font-size: 11px;
  line-height: 16px;
  font-family: "circebold", sans-serif;
  margin-bottom: 5px;
}

.company-ratings__slider-card-rating-name {
  font-size: 32px;
  line-height: 40px;
  font-family: "circebold", sans-serif;
  font-weight: 400;
  margin-bottom: 4px;
  padding: 0;
}

.company-ratings__slider-card-text {
  font-size: 13px;
  line-height: 20px;
  font-family: "circeregular", sans-serif;
  margin-bottom: 35px;
}

.company-ratings__slider-card-logo {
  display: block;
  margin-top: auto;
  height: 48px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  align-self: flex-start;
}

.company-news {
  margin-bottom: 80px;
}

.company-news__content {
  border: 10px solid #e6e6e6;
  padding: 30px 80px;
  display: flex;
  flex-direction: column;
}

.company-news__top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.company-news__heading {
  font-weight: 400;
  font-family: "robotobold_condensed", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #232323;
  padding: 0;
  margin: 0;
}

.company-news__read-on-facebook {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4267b2;
  padding: 10px 15px;
  flex-shrink: 0;
  text-transform: uppercase;
  font-family: "circebold", sans-serif;
  font-weight: 400;
}

.company-news__read-on-facebook:link,
.company-news__read-on-facebook:visited {
  color: #4267b2;
  border: 1px solid #4267b2;
}

.company-news__read-on-facebook-logo {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 15px;
  margin-bottom: 2px;
}

.company-news__slider .swiper-slide {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  height: auto;
}

.company-news__slider-card {
  flex-grow: 1;
}

.company-news__slider-card:link,
.company-news__slider-card:visited {
  color: #232323;
  border: none;
}

.company-news__slider-card-date {
  color: #666666;
  font-family: "circebold", sans-serif;
  font-weight: 400;

  font-size: 16px;
  margin-bottom: 10px;
}

.company-news__slider-card-date-month {
  font-size: 14px;
  font-family: "circeregular", sans-serif;
  font-weight: 400;
}

.company-news__slider-card-title {
  font-weight: 400;
  color: rgb(204, 0, 0);
  font-family: "circeregular", sans-serif;

  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  border-bottom: 1px solid currentColor;
  text-transform: initial;
  padding: 0;
  margin: 0;
  display: inline;
}

.company-news__slider-card-text {
  margin-top: 20px;
  color: #666666;
  font-family: "circeregular", sans-serif;
}

.company-news__all-link {
  margin: 0;
  margin: 0 auto;
}

.company-news__all-link {
  margin-top: 45px;
}

.company-news__slider {
  position: relative;
}

.company-news__slider .slider-universal-arrow--prev {
  margin-right: 15px;
}
.company-news__slider .slider-universal-arrow--next {
  margin-left: 15px;
}

.about-task {
  margin-bottom: 80px;
}

.about-task__content {
  padding: 50px;
  position: relative;
  z-index: 1;
  display: flex;
}

.about-task__bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.about-task__card {
  position: relative;
  z-index: 1;
  background-color: #cc0000;
  color: white;
  width: 540px;
  flex-shrink: 0;
  padding: 40px;
  box-sizing: border-box;
}

.about-task__card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.about-task__card-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "robotobold_condensed", sans-serif;
  padding: 0;
}

.about-task__card-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "circeregular", sans-serif;
  margin-bottom: 40px;
}

.about-task__card-text p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.about-task__card-text p:last-child {
  margin-bottom: 0;
}

.contact-us {
  /* margin-bottom: 80px; */
  background: #f3f3f3;

  padding: 50px 0;
}

.contact-us__content {
  display: flex;
  margin: 0 -20px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.contact-us__left-col {
  display: flex;
}

.contact-us__left-col,
.contact-us__right-col {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact-us__heading {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin-right: auto;
  padding: 0;
  font-family: "robotobold_condensed", sans-serif;
}

.contact-us__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
}

.contact-us__phone-link {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 11px;
  font-family: "robotocondensed", sans-serif;
}

.contact-us__phone-link:link,
.contact-us__phone-link:visited {
  color: #232323;
  border: none;
}
.contact-us__phone-link:hover,
.contact-us__phone-link:active {
  color: #d31b00;
}

.contact-us__mail-link {
  font-size: 14px;
  line-height: 21px;
  font-family: "circeregular", sans-serif;
}
.contact-us__mail-link:link,
.contact-us__mail-link:visited {
  color: #d31b00;
  border: none;
}

.contact-us__mail-link:hover {
  color: #232323;
}

.contact-us__buttons {
  display: flex;
  margin-top: 20px;
}

.contact-us__button {
  width: 50%;
  margin-right: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding: 15px 15px;
  font-family: "circebold", sans-serif;
  transition: background-color 0.2s;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  box-sizing: border-box;
}

.contact-us__button:last-child {
  margin-right: 0;
}

.contact-us__button:link,
.contact-us__button:visited {
  color: #232323;
  border: 1px solid #cccccc;
}

.contact-us__button:hover {
  background-color: #cccccc;
}

@media screen and (max-width: 1399px) {
  .contact-us__buttons {
    margin-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .contact-us {
    padding: 30px 0;
  }

  .contact-us__content {
    margin: -10px;
  }
  .contact-us__left-col,
  .contact-us__right-col {
    width: 100%;
    padding: 10px;
  }

  .page-header-block__content {
    min-height: 300px;
    padding: 70px 0;
  }
  .simplify {
    margin-bottom: 32px;
  }
  .simplify__content-box {
    padding: 0;
    border: none;
    margin: 0;
  }

  .simplify__title {
    margin: 0;
    margin-top: 50px;
    margin-bottom: 24px;
  }

  .simplify__contact-list-item {
    width: 100%;
  }

  .simplify__contact-card-icon-container {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }

  .simplify__contact-card-icon {
    width: 40px;
    height: 40px;
  }

  .working-from__media-list-item {
    width: 100%;
  }

  .working-from__media-card {
    min-height: 168px;
  }

  .working-from {
    margin-bottom: 50px;
  }

  .company-services__heading {
    margin-bottom: 24px;
  }

  .company-services__list-item {
    width: 100%;
  }

  .company-services {
    margin-bottom: 40px;
  }

  .company-services__list-item:nth-child(4n + 1) .company-services__card {
    background: transparent;
  }
  .company-services__list-item:nth-child(4n + 2) .company-services__card {
    background: transparent;
  }

  .company-services__list-item:nth-child(odd) .company-services__card {
    background: #f9f9f9;
  }

  .projects {
    margin-bottom: 40px;
  }

  .projects__brands-list {
    margin: 0;
    padding: 0;
  }

  .projects__brands-list-item {
    width: 25%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .projects__brands-list {
    flex-wrap: nowrap;
    box-sizing: content-box;
  }

  .projects__brands-card-logo {
    max-height: 50px;
    max-width: 120px;
  }

  .projects__brands-card {
    flex-grow: 1;
  }



  .projects__slider .swiper-slide {
    width: 264px;
  }

  .projects__slider-card-image-container {
    height: 110px;
  }

  .projects__slider-card-category {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 25px;
  }

  .projects__slider .swiper-container {
    overflow: visible;
  }

  .choose-service {
    margin-bottom: 40px;
  }

  .choose-service__card {
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
  }

  .choose-service__link {
    margin: 0;
  }

  .choose-service__card-title {
    margin-bottom: 24px;
    transition: color .2s;
  }

  .our-team__info-list-item {
    width: 100%;
  }

  .our-team__info-card--large {
    min-height: 224px;
    padding: 35px 40px;
  }

  .our-team {
    margin-bottom: 40px;
  }

  .about-task {
    margin-bottom: 40px;
  }

  .behind-service {
    margin-bottom: 40px;
  }

  .behind-service__slider .swiper-container {
    overflow: visible;
  }

  .behind-service__slider .swiper-slide {
    width: 280px;
  }

  .not-only-service {
    margin-bottom: 50px;
  }

  .not-only-service__row {
    margin: 0;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .not-only-service__left-col {
    width: 100%;
    padding: 0;
    display: contents;
  }

  .not-only-service__right-col {
    width: 100%;
    padding: 0;
    display: contents;
  }

  .not-only-service__list {
    margin: 0;
  }

  .not-only-service____link {
    order: 10;
    margin: 0;
    margin-top: 24px;
  }

  .company-news {
    margin-bottom: 50px;
  }

  .about-task {
    position: relative;
    z-index: 1;
  }

  .about-task__content {
    padding: 50px 0;
    position: static;
  }

  .about-task__card {
    width: 430px;
  }

  .about-task__card-bg {
    object-position: right center;
  }

  .about-task__card-link:link,
  .about-task__card-link:visited {
    padding-left: 25px;
    padding-right: 25px;
    border: none;
  }

  .company-ratings {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-header-block__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
    padding: 20px 0;
  }
  .page-header-block__main-heading {
    font-size: 30px;
    line-height: 40px;
    max-width: 250px;
  }

  .page-header-block__new-breadcrumbs {
    margin-bottom: 0;
  }
  .simplify__title {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px;
  }

  .simplify__features-card-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .simplify__features-card-text {
    font-size: 16px;
    line-height: 24px;
  }

  .simplify__features-list-item {
    margin-bottom: 8px;
  }

  .simplify__features-list {
    margin-bottom: 20px;
  }

  .simplify__contact-heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .simplify__contact-card-content {
    font-size: 16px;
    line-height: 24px;
  }

  .simplify__contact-list-item {
    margin-bottom: 16px;
  }

  .working-from__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }

  .working-from__media-card {
    min-height: 124px;
    padding: 16px;
  }

  .working-from {
    margin-bottom: 40px;
  }

  .company-services__heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .company-services__card {
    padding: 16px;
  }

  .company-services__card-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .company-services__card-text {
    font-size: 16px;
    line-height: 24px;
  }

  .projects {
    padding: 24px 0;
  }

  .projects__heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }

  .projects__heading-text {
    margin-bottom: 20px;
  }

  .projects__brands-card {
    padding: 25px 15px;
  }

  .projects__brands {
    margin-bottom: 30px;
  }

  .projects__slider .swiper-slide {
    width: 90%;
  }

  .projects__all-projects-link {
    display: inline-flex;
    align-self: flex-start;
    min-width: auto !important;
    width: auto !important;
  }

  .choose-service__card {
    padding: 24px;
  }

  .choose-service__link {
    width: auto !important;
    display: inline-flex;
    align-self: flex-start;
  }

  .our-team__info-card {
    padding: 24px;
    min-height: initial;
  }

  .our-team__info-card-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .our-team__info-card-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "circebold", sans-serif;
  }

  .behind-service__heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }

  .behind-service__slider .swiper-slide {
    width: 95%;
  }

  .not-only-service__heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }

  .not-only-service__list {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .not-only-service__list-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .not-only-service__list-item:nth-child(4n):not(:last-child) {
    margin-bottom: 20px;
  }

  .not-only-service__list-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .not-only-service____link {
    width: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
  }

  .company-news__content {
    padding: 15px 25px;
    border-width: 5px;
  }

  .company-news__top-row {
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
  }

  .company-news__read-on-facebook {
    margin: 0;
    order: -1;
    margin-bottom: 25px;
    align-self: flex-start;
  }

  .slider-universal-arrow {
    display: none;
  }

  .company-news__all-link {
    align-self: center;
    width: auto !important;
    margin-top: 30px;
  }

  .about-task__content {
    padding: 0;
    flex-direction: column;
    margin: 0 -12px;
  }

  .about-task__bg-image {
    position: static;
    width: 100%;
    object-fit: cover;
    height: 158px;
  }

  .about-task__card {
    width: 100%;
    padding: 24px 12px;
  }

  .about-task__card-link {
    display: block;
    text-align: center;
  }

  .about-task__card-link {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .company-ratings__slider .slider-universal-arrow {
    display: none;
  }

  .company-ratings__tabs-nav-link {
    font-size: 14px;
    padding: 0 8px;
  }

  .company-ratings__tabs-nav-link-text {
    padding: 2px 0;
    padding-bottom: 0px;
  }

  .company-ratings__slider .swiper-container {
    overflow: visible;
  }

  .company-ratings__slider .swiper-slide {
    width: 200px;
  }

  .company-ratings__heading {
    margin-bottom: 10px;
  }

  .company-ratings__tabs-nav {
    margin-bottom: 20px;
  }

  .contact-us__contacts {
    margin-bottom: 10px;
  }

  .contact-us__buttons {
    display: flex;
    flex-direction: column;
  }

  .contact-us__button {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .contact-us__button:last-child {
    margin-bottom: 0;
  }

  .contact-us__heading {
    margin-bottom: 20px;
  }

  .contact-us__left-col {
    flex-direction: column;
    align-items: initial;
  }
}

/* End */


/* Start:/local/templates/icl/components/bitrix/catalog/services_last/bitrix/catalog.element/audit/themes/blue/style.css?1691564343591*/
/* item_detail_v2 */

/* item_detail_slider */
/* scu_detail_size */
/* scu_detail_scu */
.bx-retina .bx_item_detail.bx_blue .bx_item_slider .bx_slide ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_blue .bx_item_detail_size ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt
{
	-webkit-border-image: url(/local/templates/icl/components/bitrix/catalog/services_last/bitrix/catalog.element/audit/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/icl/components/bitrix/catalog/services_last/bitrix/catalog.element/audit/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/icl/components/bitrix/catalog/services_last/bitrix/catalog.element/audit/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/icl/components/bitrix/catalog/services_last/bitrix/catalog.element/audit/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* End */


/* Start:/local/templates/icl/components/czmulti/iblock.element.add.form/expertquest/style.css?165640819176*/
.error-capcha{
	color:red;
}
#feedbackForm .submit{
    margin-top: 13px;
}

/* End */


/* Start:/local/templates/icl/components/czmulti/iblock.element.add.form/getlistremotework/style.css?165640819179*/
.error-capcha{
    color:red;
}
#feedbackForm .submit{
    margin-top: 13px;
}

/* End */


/* Start:/local/templates/icl/components/czmulti/iblock.element.add.form/order-a-free-test-drive/style.css?165640819179*/
.error-capcha{
    color:red;
}
#feedbackForm .submit{
    margin-top: 13px;
}

/* End */
/* /local/templates/icl/components/bitrix/catalog/services_last/style.css?17478314068705 */
/* /local/templates/icl/components/bitrix/catalog/services_last/bitrix/catalog.element/audit/style.css?16915643434954 */
/* /local/templates/icl24/assets/new-styles.css?176165056335425 */
/* /local/templates/icl/components/bitrix/catalog/services_last/bitrix/catalog.element/audit/themes/blue/style.css?1691564343591 */
/* /local/templates/icl/components/czmulti/iblock.element.add.form/expertquest/style.css?165640819176 */
/* /local/templates/icl/components/czmulti/iblock.element.add.form/getlistremotework/style.css?165640819179 */
/* /local/templates/icl/components/czmulti/iblock.element.add.form/order-a-free-test-drive/style.css?165640819179 */
