.hero-title{
    font-size:3rem;
    margin: 30px 0;
}
.hero-wrapper-item{
    background-color:#f5f7fa;
    padding: 45px;
    border-radius:18px;
    height:100%;
    margin-bottom: 30px;
    transition: 0.4s;
}
.hero-wrapper-item:hover{
    border-color: #0af;
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgb(0 0 0 / 8%);
}
.hero-wrapper-item-title strong {
    font-size:2rem;
    font-weight:600;
}
.hero-wrapper-item-title span {
    font-size:3rem;
    font-weight:900;
}
.hero-wrapper-item-title {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.hero-wrapper-item-title span {
    color: #0af;
    line-height: 1;
}
.hero-wrapper-item-info {
    color: #a5a5a5;
    text-align: start;
    margin-top: 20px;
}
.hero-wrapper-item-info p {
    margin-bottom: 0;
}
.advantages-row {  
    width: 100%;
    max-width: 1000px;
    margin: 60px auto !important;
    background: #0af;
    border-radius: 18px;
}
.advantages-title-col{   
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.advantages-title {
    margin: 50px 10px 50px 50px;
    color: #fff;
    font-size: 3rem;
    font-weight: 1000;
}
.advantages-wrapper-item-title h3{
    font-size: 20px;
}
.advantages-wrapper {
    padding: 50px;
}
.advantages-wrapper-item{ 
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 30px;
}
.advantages-wrapper .advantages-wrapper-item:last-child{
    margin-bottom: 0;
}
.advantages-wrapper-item-info{
    color: #a5a5a5;
}
.banners-wrapper {
    margin:50px 0;
}
.banner-item {
    margin-bottom:30px;
}
.banner-item img {
    width: 100%;
    aspect-ratio: 2;
    object-fit: cover;
    border-radius: 18px;
}
.banner-item-info .banner-item-title {
    color:#0af;
    font-size: 24px;
    font-weight: 700;
}
.banner-item-info {
    font-size: 1.1rem;
}
.banner-item .view-click{
    display: block;
    gap:5px;
}
.view-click div span, .banner-position {
    color:#a5a5a5;
	font-size: 15px;
}
.banner-dop-list-wrapper {
    position: relative;
}
.banner-dop-list-container {
    display:none;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #f5f7fa;
    padding: 15px;
    flex-direction: column;
    border-radius: 18px;
    z-index: 1000;
    gap: 7px;
    box-shadow: 0 12px 30px rgb(0 0 0 / 8%);
    width:max-content;
}
.actions{
    gap:7px;
    font-size: 1.2rem;
}
.banner-dop-list-container select {
    border-radius:10px;
    padding:0 10px;
    background-color: #fff;
}
.banner-dop-list-container.show{
    display:flex;
}
.banner-dop-list-container .actions {
    display: flex;
    flex-direction: column;
}
.banner-header {    
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}
.banner-header .banner-dop-list { 
    font-size: 2rem;
    line-height: 0.5;
}
.banner-header .banner-dop-list:hover{
    cursor:pointer;
}
.banner-control a:last-child{
    border-radius: 10px 0 0 10px;
}
.banner-control a:first-child{
    border-radius: 0 10px 10px 0;
}
.datagrid_navigation {
    align-items: center !important;
}
.datagrid_navigation .datagrid_pagination {
    gap: 20px;
    align-items: center;
}
.datagrid_navigation .datagrid_pagination ul{
    margin-bottom:0 !important;
}
.another-content img {
    border-radius: 18px;
}
.another-content .rnd_image {
    height:auto;
}
.another-content .rnd_image a{
    height:auto;
} 
.another-content .info .title {
    margin-top:15px;
    font-size:1.2rem;
    font-weight: 600;
}
.another-content .info .rnd_teaser {
    color:#a5a5a5
}
@media (max-width:1400px){
    .hero-wrapper {
        gap:30px;
    }
    .advantages-title {
        text-align: center;
    }
}
@media (max-width:780px) {
    .hero-wrapper-item-title strong {
        font-size:1.6rem;
        font-weight:600;
    }   
    .advantages-title-col svg{
        width:50%;
        height: auto;
        margin-top: 70px;
    }
    .advantages-title{
        margin-left:25px;
        width:90%;

    }
    .advantages-wrapper {
        padding: 50px 25px;
    }
}
@media (max-width:450px) {
    .hero-wrapper-item-title strong {
        font-size:20px;
        font-weight:600;
    }   
    .advantages-title {
        font-size:1.4rem !important;
        margin: 40px 0 20px 0;
    }     
    .advantages-wrapper {
        padding: 25px 0;
    }
    .banner-item-info .banner-item-title {
        font-size: 1.45rem;
    }
}