.afs-block-technologies .container .title-wrapper{align-items:start;display:flex;flex-direction:column;gap:20px;margin-bottom:50px}@media(min-width:768px){.afs-block-technologies .container .title-wrapper{flex-direction:row;justify-content:space-between}}.afs-block-technologies .container .title-wrapper__title{color:#08102e;font-size:32px;font-weight:600;line-height:150%;margin:0;padding:0}@media(min-width:768px){.afs-block-technologies .container .title-wrapper__title{font-size:48px}}.afs-block-technologies .container .title-wrapper__description{color:#08102e;font-size:14px;font-weight:400;line-height:150%;margin:0;max-width:600px;padding:0 0 0 20%}@media(min-width:768px){.afs-block-technologies .container .title-wrapper__description{font-size:20px;padding-left:0}}.afs-block-technologies .container .technologies-header{align-items:center;border-bottom:1px solid rgba(45,61,124,.102);display:flex;justify-content:start;margin-bottom:50px;overflow:hidden;overflow-x:auto}.afs-block-technologies .container .technologies-header::-webkit-scrollbar{height:0;width:1px}.afs-block-technologies .container .technologies-header__item{color:rgba(9,21,67,.251);cursor:pointer;font-size:16px;font-weight:600;line-height:150%;padding:5px 25px;text-transform:uppercase;transition:color .3s ease;white-space:nowrap}.afs-block-technologies .container .technologies-header__item:hover{color:#00786e}.afs-block-technologies .container .technologies-header__item.act{border-bottom:2px solid #00786e;color:#00786e}.afs-block-technologies .container .technologies-list{display:none;grid-template-columns:1fr;row-gap:14px}.afs-block-technologies .container .technologies-list.act{animation:fadeIn 1.3s ease forwards;display:grid}@media(min-width:768px){.afs-block-technologies .container .technologies-list{gap:18px;grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.afs-block-technologies .container .technologies-list{grid-template-columns:repeat(3,1fr)}}.afs-block-technologies .container .technologies-list__item{align-items:center;background-color:#f5f9fd;border-radius:14px;color:#08102e;column-gap:20px;display:flex;font-size:18px;font-weight:600;justify-content:center;line-height:150%;padding:23px 0;text-decoration:none;transition:background .3s ease}.afs-block-technologies .container .technologies-list__item:hover{background-color:#e7f0f9}@media(min-width:768px){.afs-block-technologies .container .technologies-list__item{font-size:24px}}.afs-block-technologies .container .technologies-list__item .icon{height:50px;max-width:65px;object-fit:contain;width:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}