@font-face {
    font-family: 'Rubik Semi Bold', sans-serif;
    src: url(./fonts/Rubik-SemiBold.woff2);
    font-display: swap;
}
@font-face {
    font-family: 'Rubik Medium', sans-serif;
    src: url(./fonts/Rubik-Medium.woff2);
    font-display: swap;
}
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(./fonts/Roboto-Regular.woff2);
    font-display: swap;
}
@font-face {
    font-family: 'Rubik', sans-serif;
    src: url(./fonts/Rubik-Variable.woff2);
    font-display: swap;
}
*{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h1{
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}
h2,
h3{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

:root{
    --blue-color: #36569F;
    --blue-color-hover: #3A5EB1;
    --blue-color-active: #0069B1;
    --blue-color-disable: #72787C;
}

.theme-color{
    color: var(--blue-color) !important;
}

.white-text{
    color: #fff !important;
}

.pt-50{
    padding-top: 50px !important;
}

button,
a {
  all: unset;
  cursor: pointer;
}

.btn-one{
    background-color: var(--blue-color);
    padding: 16px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    border-radius: 8px;
    transition: all 0.3s;
    text-decoration: none;
}

.btn-one:hover,
.arrow-btn:hover{
    background-color: var(--blue-color-hover);
}

.btn-one:active,
.arrow-btn:active{
    background-color: var(--blue-color-active);
}

.arrow-btn{
    border-radius: 50%;
    background-color: var(--blue-color);
    padding: 10px;
    margin-right: 10px;
}

.header .header-top{
    background: #FFFFFF50;
    border-bottom: 1px solid #DFDFDF;
    padding: 40px 0 20px 0;
}

.border-bottom{
    border-bottom: 1px solid #DFDFDF;
    margin: 0;
}

.header-top .top-info a,
.header-top .header-top-left{
    display: flex;
    align-items: center;
}

.header-top .header-top-right{
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-top .top-info:last-child{
    padding-left: 25px;
}

.header-top .header-top-right a{
    padding-left: 10px;
}

.header-top .top-info span{
    font-size: 20px;
    line-height: 24px;
    color: var(--blue-color);
    padding-left: 10px;
    transition: all 0.3s;
}
.header-top .top-info:hover span{
    color: var(--blue-color-hover);
}

.header .header-bottom{
    padding: 20px 0 40px 0;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
    transition: all 0.3s ease;
}

/* Стили для sticky состояния */
.header.sticky .header-top {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.header.sticky .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

.block-feedback{
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 3;
}

.block-feedback .feedback-item{
    margin-bottom: 5px;
    border-radius: 8px 0 0 8px;
    background: var(--blue-color);
    width: 65px;
}

.block-feedback .feedback-item:hover{
    background: var(--blue-color-hover);
}

.block-feedback .feedback-item:active{
    background: var(--blue-color-active);
}

.section{
    padding: 0 0 100px 0;
    background: #F0F5F9;
}

.banner-bg{
  position: relative;
  height: 1000px;
}

.banner-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 2;
}

.banner-bg img{
  width: 100%;
  height: 1000px;
  object-fit: cover;
  position: absolute;
}

.banner-content{
    position: relative;
    z-index: 2;
    padding-top: 200px;
    width: 39%;
}

.banner-content h1,
.banner-content p{
    color: #fff;
}

.banner-content h1{
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 68px;
    text-transform: uppercase;
}

.banner-content p{
    margin-bottom: 120px;
    font-size: 28px;
    line-height: 36px;

font-family: Roboto;
font-weight: 400;
font-style: Regular;
font-size: 22px;
line-height: 28px;
}

.header-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title{
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 45px;
    color: #3F3F3F;

font-family: 'Rubik', sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 28px;
line-height: 36px;
}

/* ==== Десктоп меню ==== */
.main-nav-desktop .menu {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav-desktop .menu-item {
  position: relative;
}
.main-nav-desktop .menu-item a {
    font-size: 18px;
    line-height: 22px;
    color: #3F3F3F;
    transition: all 0.3s;
}
.main-nav-desktop .menu-item a:hover {
  color: var(--blue-color);
}
.main-nav-desktop .submenu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: 8px;
  flex-direction: column;
  min-width: 300px;
  background: #fff;
  box-shadow: 2px 8px 8px 2px #0003;
  z-index: 10;
  padding: 15px;
}
.main-nav-desktop .submenu li a {
  padding: 8px 10px;
  display: block;
  color: #3F3F3F;
}
.main-nav-desktop .has-submenu:hover > .submenu {
  display: flex;
}

.main-nav-desktop .menu-item .item-menu::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--blue-color-hover);
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: transform 2s 
cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition: -webkit-transform 2s 
cubic-bezier(0.2, 1, 0.3, 1);
    transition: -webkit-transform 2s 
cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 2s 
cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 2s 
cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 2s 
cubic-bezier(0.2, 1, 0.3, 1);
}
.main-nav-desktop .menu-item .item-menu:hover::before{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

/* ==== Мобильное меню ==== */
.mobile-nav {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 80vh;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
  z-index: 9999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.mobile-nav.open {
  transform: scaleY(1);
}

/* Блокировка скролла */
body.no-scroll {
  overflow: hidden;
}

.mobile-item {
  border-bottom: 1px solid #eee;
}
.mobile-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-item a {
  color: #3F3F3F;
  text-decoration: none;
  font-size: 16px;
}

.mobile-item{
    padding: 15px;
}

.mobile-submenu li a {
  display: block;
  padding: 15px;
  color: #3F3F3F;
  font-size: 16px;
}
.mobile-submenu {
  transform: translateY(-10px);
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  list-style: disc;
  padding: 0 0 0 30px;
}

.mobile-item.open .mobile-submenu {
  transform: translateY(0);
  opacity: 1;
  height: auto;
  max-height: 500px;
}

/* ==== Бургер ==== */
.burger-btn {
  border: none;
  background: transparent;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
.burger-line {
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.burger-btn.active .burger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.burger-btn.active .burger-line:nth-child(2) {
  opacity: 0;
}
.burger-btn.active .burger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.task-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

.task-wrapper .accordion {
  flex: 1 1 0;
  min-width: 200px;
  max-width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.task-wrapper .accordion .accordion-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.task-wrapper .accordion:hover .accordion-item {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.task-wrapper .accordion-item {
    border: none;
    box-shadow: 0px 4px 4px 0px #00000014;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
.task-wrapper .accordion-button{
    display: flex;
    align-items: start;
    flex-direction: column;
    background: #fff;
    border: none;
    outline: none;
    position: relative;
    padding: 20px 32px 40px 32px;
    width: auto;
}
.task-wrapper .accordion-button.collapsed{
    background: #425474;
}
.task-wrapper .accordion-button::after{
    position: absolute;
    bottom: 10px;
    right: 30px;
    color: #FFFFFF99;
}
.task-wrapper .accordion-button img{
    margin-bottom: 5px;
    width: 50px;
}
.task-wrapper .accordion-button.collapsed span{
    font-size: 19px;
    line-height: 28px;
    color: #fff;

font-family: 'Rubik', sans-serif;
font-weight: 500;
font-style: Medium;
/* font-size: 24px;
line-height: 32px; */
}
.task-wrapper .accordion-button span{
    color: #425474;
    font-weight: 600;
}
.task-wrapper .accordion-body{
    position: relative;
    padding: 10px 0 0 0;
}
.task-wrapper .accordion-body::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 2px;
    background: #425474;
}
.task-wrapper .accordion-body p{
    color: #425474;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 400;
}
.task-wrapper .accordion-button::after{
    background-image: url('/image/icons/chevron-down-i.svg');
}
.accordion-button:not(.collapsed)::after{
    background-image: url('/image/icons/chevron-up-i.svg');
    transform: rotate(360deg);
}

.buer-wrapper{
    position: relative;
    border-radius: 8px;
    margin-bottom: 20px;
}

.buer-wrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.4;
    border-radius: 8px;
}

.buer-wrapper {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.buer-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.buer-wrapper img{
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    height: 360px;
}

.buer-text{
    position: absolute;
    top: 0;
    padding: 60px 20px;
    width: 100%;
}

.buer-text .buer-title{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;

font-family: 'Rubik', sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 28px;
line-height: 36px;
}

.buer-text ul{
    padding-left: 30px;
}

.buer-text ul li{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 10px;
    list-style: disc;
}

.section-work .work-wrapper{
    position: relative;
}

.section-work{
    padding: 50px 0 150px 0;
}

.section-work .unirent-item-center{
    position: relative;
    z-index: 1;
}

.work-wrapper .unirent-item{
    position: absolute;
    width: 30%;
    z-index: 2;
}

.unirent-item.item1{
    top: -60px;
    left: 0;
}
.unirent-item.item2{
    top: -60px;
    right: 0;
}
.unirent-item.item4{
    bottom: -58px;
    left:0%;
}
.unirent-item.item3{
    bottom: -85px;
    right: 0;
}

.unirent-item .underline{
    position: absolute;
    width: 55px;
    height: 2px;
    background: var(--blue-color);
}
.unirent-item.item1 .underline{
    top: 86px;
    transform: skewY(45deg);
    right: -55px;
}
.unirent-item.item2 .underline{
    top: 86px;
    transform: skewY(-45deg);
    left: -55px;
}
.unirent-item.item3 .underline{
    bottom: 114px;
    transform: skewY(45deg);
    left: -55px;
}
.unirent-item.item4 .underline{
    bottom: 86px;
    transform: skewY(-45deg);
    right: -55px;
}

.unirent-item .title-work{
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #3F3F3F;
    padding: 15px 0;

font-weight: 500;
font-style: Medium;
font-size: 28px;
line-height: 36px;
}

.unirent-item.item3 .title-work,
.unirent-item.item4 .title-work{
    border-top: 2px solid #36569F;
}
.unirent-item.item1 .title-work,
.unirent-item.item2 .title-work{
    border-bottom: 2px solid #36569F;
}

.unirent-item .title-work span{
    color: var(--blue-color);
    padding-right: 5px;
}

.unirent-item  p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3F3F3F;
    padding: 10px 0;
}

.unirent-item {
    font-size: 22px;
    line-height: 28px;
    color: #3F3F3F;
}

.unirent-item-center img{
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    height: 450px;
}

.unirent-item-center span{
    position: absolute;
    top: 39%;
    left: 0;
    width: 100%;
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #3F3F3F;
}

.section-advantages .advantages-block{
    position: relative;
    margin-bottom: 20px;
}

.advantages-block {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.advantages-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.section-advantages .advantages-block::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.4;
    border-radius: 8px;
}

.advantages-block img{
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    height: 220px;
}

.advantages-block h3{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.catalog-wrapper .catalog-card{
    position: relative;
}

.catalog-wrapper .catalog-card .image-catalog-card{
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 600px;
}
.catalog-wrapper .catalog-card::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.3;
    border-radius: 8px;
}

.catalog-wrapper .catalog-title{
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}

.catalog-card .bottom-card{
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.bottom-card p{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    width: 80%;
}

.section-garant .garant-card{
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(180deg, rgba(228, 240, 251, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    box-shadow: 0px 4px 4px 0px #00000014;
    padding: 30px 50px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.garant-card .top-content-garant{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.section-garant .garant-img{
    border-radius: 8px;
    margin-bottom: 15px;
    width: 100%;
    object-fit: cover;
    height: auto;
}

.top-content-garant .garant-title{
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: var(--blue-color);
    padding-left: 15px;
}

.garant-card ul li{
    list-style: disc;
    font-size: 16px;
    line-height: 20px;
    color: #3F3F3F;
}

.section-garant .garant-card ul{
    padding-left: 20px;
}

.subtitle{
    font-size: 26px;
    line-height: 30px;
    color: #3F3F3F;
}

.history-card .novost-title{
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #3F3F3F;
    padding: 30px 15px 0 15px;
}

.history-wrapper .history-card img{
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.section-history .history-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slick-slide{
    margin: 0 10px;
}

.partners-wrapper .partners-img img{
    width: 100%;
    object-fit: contain;
    height: 72px;
}

.container-slaider .prev-btn-partners{
    left: 0;
    top: 18px;
    z-index: 2;
}
.container-slaider .next-btn-partners{
    right: 0;
    top: 18px;
    z-index: 2;
}

.partners-wrapper{
    padding: 0 30px;
}

.form-btn,
.form-wrapper-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.form-input{
    border-radius: 8px;
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000014;
    border: none;
    width: 100%;
}

.input-wrapper{
    position: relative;
    margin-bottom: 20px;
}

.input-wrapper img{
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 2;
}
.input-wrapper img:hover{
    cursor: pointer;
}

.form-btn span{
    font-size: 16px;
    margin-right: 5px;
}

.file-btn{
    padding: 15px 10px;
    border: 1px solid #36569F;
    border-radius: 8px;
    margin-right: 10px;
}

.file-btn span{
    color: #3F3F3F;
}

.send-btn{
    padding: 15px 10px;
    background: var(--blue-color);
    border-radius: 8px;
}

.form-wrapper-btn .send-btn{
    width: 60%;
}

.send-btn span{
    color: #fff;
}

.file-btn:hover{
    border: 1px solid var(--blue-color-hover);
}
.file-btn:active{
    border: 1px solid var(--blue-color-active);
}
.send-btn:hover{
    background: var(--blue-color-hover);
}
.send-btn:active{
    background: var(--blue-color-active);
}

.form-input:focus{
    outline: 1px solid #3F3F3F;
}

.block-arrow-up {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
}

/* .block-arrow-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.block-arrow-up:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

.block-arrow-up.active {
  opacity: 1;
  visibility: visible;
}

.block-arrow-up img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1); 
} */


.footer .footer-top{
    background: #425474;
    padding: 60px 0;
}

.footer-bottom{
    background: #3F3F3F;
    padding: 40px 0;
}

.footer-bottom .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.column-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px;
}

.footer-column ul li a,
.footer-column p{
    font-size: 16px;
    line-height: 24px;
    color: #C0C0C0;
    margin-bottom: 10px;
}
.footer-column ul li,
.footer-column p,
.footer-column .footer-phone{
    margin-bottom: 10px;
}

.footer-phone{
    display: flex;
    align-items: center;
}

.footer-phone img{
    margin-right: 10px;
}

.footer-bottom .bootom-text,
.footer-bottom .bootom-text a{
    font-size: 16px;
    line-height: 24px;
    color: #909090;
    margin-bottom: 15px;
}

.footer-column ul li a:hover,
.bootom-text a:hover{
    color: #fff;
    transition: all 0.3s;
}

.footer-column ul{
    margin-bottom: 25px;
}

.footer-social{
    display: flex;
    align-items: center;
    justify-content: start;
}

.footer-social a{
    margin-right: 15px;
}

.phone-title{
    font-weight: 500;
    color: var(--blue-color);
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.phone-title:hover{
    color: var(--blue-color-hover);
}

.account-img{
    display: none;
}

.header-bottom-right{
    display: flex;
    align-items: center;
}

.accordion-button.accord-btn{
    box-shadow: none;
}

.accord-btn .img-icon{
    background-image: url('/image/icons/money-icon2.svg');
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.accord-btn.collapsed .img-icon{
    background-image: url('/image/icons/money-wavy.svg');
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.accord-btn .img-icon2{
    background-image: url('/image/icons/thumbs-up2.svg');
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.accord-btn.collapsed .img-icon2{
    background-image: url('/image/icons/thumbs-up.svg');
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.accord-btn .img-icon3{
    background-image: url('/image/icons/badge-check2.svg');
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.accord-btn.collapsed .img-icon3{
    background-image: url('/image/icons/badge-check.svg');
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.accord-btn .img-icon4{
    background-image: url('/image/icons/smile2.svg');
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.accord-btn.collapsed .img-icon4{
    background-image: url('/image/icons/smile.svg');
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.accord-btn .img-icon5{
    background-image: url('/image/icons/employees2.svg');
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.accord-btn.collapsed .img-icon5{
    background-image: url('/image/icons/employees.svg');
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.accord-btn .img-icon,
.accord-btn .img-icon2,
.accord-btn .img-icon3,
.accord-btn .img-icon4,
.accord-btn .img-icon5{
    margin-bottom: 10px;
}

.accord-btn .task-card-title{
    height: 100px;
    margin-bottom: 20px;
}

.block-garantii{
    display: flex;
    align-items: last baseline;
    flex-wrap: wrap;
    height: 100%;
}

.partners-wrapper .slick-list { 
  margin: 0; /* = вашему половинному “gap” */
}

/* сам зазор между слайдами */
.partners-wrapper .slick-slide {
  margin: 0 30px;  /* итоговый gap = 32px между карточками */
}
