@font-face {
  font-family: "SegoeUIBlackCustom";
  src: url("/public/fonts/seguibl.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUISemiBoldCustom";
  src: url("/public/fonts/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SegoeUI";
  src: url("/public/fonts/SegoeUI.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.services {
  padding-bottom: 80px;
}
@media (max-width: 1000px) {
  .services {
    padding-bottom: 70px;
  }
}
@media (max-width: 950px) {
  .services {
    padding-bottom: 60px;
  }
 
}
@media (max-width: 550px) {
  .services {
    padding-bottom: 45px;
  }
}
.section-service__icon img, .section-service__icon svg{
  width:100%;
  height:100%;
}
.sidebar-services__item img, .sidebar-services__item svg,.sidebar-services__item svg path{
  fill:#000;
  filter:#000;
}
.services__title {
  font-family: "SegoeUIBlackCustom", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 10px;
  margin-right: 30px;
}
@media (max-width: 1000px) {
  .services__title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .services__title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .services__title {
    font-size: 22px;
    line-height: 30px;
  }
}
.contacts_item div {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin-bottom: 8px;
}
.services__content {
  display: grid;
  grid-template-columns: 250px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .services__content {
    display: block;
  }
}
@media (max-width: 991px) {
  .services__sidebar {
    display: none;
  }
}
.sidebar-services__wrapper {
  background: #fff;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
  max-width: 250px;
  overflow: hidden;
  box-sizing: border-box;
}
.sidebar-services__title {
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  font-family: "SegoeUI", sans-serif;
  font-style: normal;
}
.sidebar-services__body {
  margin-top: 24px;
}
.sidebar-services__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 0px;
  margin: 0px;
}
.sidebar-services__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #262626;
  font-size: 16px;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

.sidebar-services__item._active {
  color: #DF2040;
}

.sidebar-services__item._active svg path[fill] {
  fill: #DF2040;
}
.sidebar-services__item._active svg path {
  fill: #DF2040;
}
.sidebar-services__item._active svg path[stroke] {
  stroke: #DF2040;
}
@media (any-hover: hover) {
  .sidebar-services__item:hover {
    color: #DF2040;
      
  }
  .sidebar-services__item:hover  svg path{
  fill: #DF2040;
  }
  .sidebar-services__item:hover svg path[fill] {
    fill: #DF2040;
    fill:#DF2040;
  filter:#DF2040;
  }
  .sidebar-services__item:hover svg path[stroke] {
    stroke: #DF2040;
     fill:#DF2040;
  filter:#DF2040;
  }
}
.sidebar-services__item svg path {
  transition: all 0.3s ease 0s;
}
.sidebar-services__item svg path[fill] {
  fill: #262626;
}
.sidebar-services__item svg path[stroke] {
  stroke: #262626;
}
._extra-service {
  display: none !important;
}

.table-service__more {
  display: inline-block;
}

/* Mobile: show all rows, hide the button */
@media (max-width: 768px) {
  ._extra-service {
    display: grid !important;
  }
.table-service__more{
    display:none;
}
  ._more-row {
    display: none;
  }
}
.sidebar-services__item img, .sidebar-services__item svg {
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.main-services {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.main-services__sections {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 991px) {
  .main-services__sections {
    row-gap: 0;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 20px;
  }
}
@media (min-width: 991px) {
  .main-services__section {
    padding: 40px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #FFF;
  }
}
@media (min-width: 991px) and (max-width: 1220px) {
  .main-services__section {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .main-services__section {
    padding: 16px 0px;
  }
  .main-services__section:first-child {
    padding-top: 0;
  }
  .main-services__section:last-child {
    padding-bottom: 0;
  }
  .main-services__section:not(:last-child) {
    border-bottom: 1px solid #DEDEDE;
  }
}

.alert-service {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 40px;
}
@media (max-width: 1220px) {
  .alert-service {
    padding: 20px;
  }
}
.alert-service__wrapper {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 478px) {
  .alert-service__wrapper {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.alert-service__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}
@media (max-width: 478px) {
  .alert-service__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}
.alert-service__icon img, .alert-service__icon svg {
  max-width: 100%;
  max-height: 100%;
}
.alert-service__info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.alert-service__title {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  font-family: "SegoeUISemiBoldCustom", sans-serif;
  font-style: normal;
}
@media (max-width: 478px) {
  .alert-service__title {
    font-size: 18px;
  }
}
.alert-service__text {
  color: #DF2040;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 478px) {
  .alert-service__text {
    font-size: 16px;
  }
}
.alert-service__sub {
  color: #9E9E9E;
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  font-style: italic;
}

.section-service__head {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 991px) {
  .section-service__head._active .section-service__icon svg path[fill] {
    fill: #DF2040;
  }
  .section-service__head._active .section-service__icon svg path {
    fill: #DF2040;
  }
  .section-service__head._active .section-service__icon svg path[stroke] {
    stroke: #DF2040;
  }
  .section-service__head._active .section-service__title {
    color: #DF2040;
  }
  .section-service__head._active .section-service__arrow::before, .section-service__head._active .section-service__arrow::after {
    background: #DF2040;
  }
  .section-service__head._active .section-service__arrow::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.section-service__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}
.section-service__icon img, .section-service__icon svg {
  max-width: 100%;
  max-height: 100%;
  
}
.section-service__icon svg path{
  fill: #DF2040;
}
@media (max-width: 721px) {
  .section-service__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}
.section-service__icon svg path {
  transition: all 0.3s ease 0s;
}
.section-service__icon svg path[fill] {
  fill: #262626;
}
@media (min-width: 991px) {
  .section-service__icon svg path[fill] {
    fill: #DF2040;
  }
}
.section-service__icon svg path[stroke] {
  stroke: #262626;
}
@media (min-width: 991px) {
  .section-service__icon svg path[stroke] {
    stroke: #DF2040;
  }
}
.section-service__title {
  flex: 1 1 auto;
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  font-family: "SegoeUISemiBoldCustom", sans-serif;
  font-style: normal;
}
@media (max-width: 721px) {
  .section-service__title {
    font-size: 18px;
  }
}
@media (max-width: 478px) {
  .section-service__title {
    font-size: 16px;
  }
}
.section-service__arrow {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  position: relative;
}
.section-service__arrow::before, .section-service__arrow::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #262626;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  transform: translate(-50%, -50%);
}
.section-service__arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 991px) {
  .section-service__arrow {
    display: none;
  }
}
.section-service__content {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .section-service__content {
    display: none;
  }
}
.table-service {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  border-collapse: collapse;
  width: 100%;
  font-style: normal;
}
@media (max-width: 721px) {
  .table-service {
    font-size: 14px;
  }
}
@media (min-width: 991px) {
  .table-service:not(._view-all) tbody tr:not(:nth-child(-n+5), ._warning-row, ._more-row) {
    display: none;
  }
}
.table-service._view-all ._more-row {
  display: none;
}
@media (max-width: 991px) {
  .table-service ._more-row {
    display: none;
  }
}
.table-service tr {
  padding: 12px 50px;
  display: grid;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-columns: 1fr 100px 100px;
}
@media (max-width: 1220px) {
  .table-service tr {
    padding: 12px 20px;
  }
}
@media (max-width: 721px) {
  .table-service tr {
    grid-template-columns: 1fr 40px 40px;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding: 6px 10px;
  }
}
.table-service tr._warning-row {
  background: none !important;
}
.table-service td:not(:first-child) {
  text-align: center;
}
.table-service td._more-table, .table-service td._warning {
  grid-column: span 3;
}
@media (max-width: 721px) {
  .table-service td:last-child:not(._warning, ._more-table) {
    text-align: right;
  }
}
.table-service thead {
  color: #9E9E9E;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 721px) {
  .table-service thead {
    font-size: 12px;
  }
}
.table-service thead tr {
  background: #F9F9F9;
  display: grid;
}
.table-service tbody {
  color: #262626;
}
.table-service tbody tr:nth-child(even) {
  background: #F9F9F9;
}
.table-service ._warning {
  color: #DF2040;
  font-size: 14px;
}
.table-service__more {
  background: none;
  color: #2B65BD;
  font-size: 16px;
  border: none;
  padding: 0px;
  margin: 0;
  font-weight: 400;
  font-family: "ubuntulight", sans-serif;
  cursor: pointer;
}
@media (max-width: 721px) {
  .table-service__more {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .table-service__more:hover {
    text-decoration: underline;
  }
}

.footer-service {
  padding: 20px 40px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 1220px) {
  .footer-service {
    padding: 20px;
  }
}
.footer-service__wrapper *:last-child {
  margin-bottom: 0;
}

.hidden_category:last-child {
  padding-bottom: 40px;
}/*# sourceMappingURL=new.css.map */