@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: 'Montserrat';
    margin:0;
}
.main {
    background: #fafbff;
    padding:20px 40px;
    opacity:0;
    transition: all 0.5s;
}
.main.loaded {
    opacity:1;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 100vh;
}
.logo_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.logo_row {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:64px;
    font-weight:600;
    color: rgba(36, 36, 58, 1);
margin-top: 0px;
    margin-bottom: 20px;
}
.logo_row img {
    height:220px;
}
.desc_row {
    font-weight: 400;
    font-size:36px;
    color:rgba(36, 36, 58, 0.7);
    align-items: center;
    margin-top: 10px;
}
.legend_row {
    display: flex;
    justify-content: right;
    align-items: center;
    font-weight:500;
    font-size:20px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
    margin-left: 50px;
}
.legend_before, .legend_after {
    position: relative;
}
.legend_before{
    margin-right:80px;
}
.legend_before:before {
    content: "";
    position: absolute;
    width:40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(234, 234, 234, 1);
    left: -50px;
    top:50%;
    transform: translateY(-50%);
}
.legend_after:before {
    content: "";
    position: absolute;
    width:40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(0, 125, 238, 1);
    left: -50px;
    top:50%;
    transform: translateY(-50%);
}
.products_row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}
.logo_container {
    flex: 0 0 calc(((100% / 3) * 2) - 0.25rem)
}
.product_item {
    background: #fff;
    flex: 1 1 calc((100% / 3) - 2rem);
    border-radius: 24px;
}
.product_item_header {
    background: rgba(0, 125, 238, 1);
    font-size:16px;
    padding: 9px 24px;
    border-radius: 24px 24px 0px 0px;
    color:#fff;
}
.product_item_header span {
    font-weight: 700;
}
.product_item_logo {
    padding-left:19px;
    padding-bottom:69px;
    padding-top:32px;
}
.product_item_logo img{
    max-height: 50px;
}

.product_item_desc {
    padding-left:19px;
    font-weight: 500;
    font-size:20px;
    color: rgba(35, 34, 57, 0.7);
    margin-bottom: 16px;
}
.product_item_numbers {
    margin-left:19px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    margin-right:19px;
}
.product_item_numbers > div:first-child {
    padding-left:16px;
    width: calc(((100% / 5) * 2) - 12px);
}
.product_item_numbers > div:nth-child(2) {
    padding-left:16px;
    width: calc(((100% / 5) * 3));
}
.product_item_numbers_before {
    background: rgba(234, 234, 234, 1);
    color: rgba(126, 126, 146, 1);
    font-size:64px;
    font-weight: 700;
    border-radius: 16px;
}
.product_item_numbers_after {
    border-radius: 16px;
    background: rgba(0, 125, 238, 1);
    display: flex;
    justify-content: left;
    align-items: center;
    color: #FFF;
    font-size:64px;
    font-weight: 700;
}
.product_item_numbers_diff {
    margin-left:10px;
    padding: 6px;
    background: rgba(50, 218, 67, 1);
    font-size:38px;
    color:#fff;
    font-weight: 600;
    border-radius: 16px;
}
.error_block {
    position: sticky;
    left: 50%;
    bottom: 19px;
    border: 2px solid #106cb4;
    padding: 19px;
    display: none;
    background: #fff;
    border-radius: 18px;
    width: 50%;
    text-align: center;
    transform: translateX(-50%);
    color: #24243a;
    box-shadow: 0px 0px 10px #106cb4;
    transition: all 1s;
}
.product_item_logo_double_item {
    padding-top:16px;
    padding-bottom:10px;

}
.double_item .product_item_logo_double_item img {
    max-height:48px;
}
.double_item .product_item_numbers_before, .double_item .product_item_numbers_after .value {
font-size: 28px;
padding-top: 10px;
padding-bottom: 10px;
}
.double_item .product_item_numbers_diff {
    font-size: 24px;
}
.double_item .product_item_desc {
    margin-bottom: 10px;
}
.double_item.patients .product_item_numbers{
    margin-bottom: 20px;
}
#hcu .product_item_logo {
    padding-bottom: 39px;
}
#hcu .product_item_logo img {
    max-height: 80px;
}
#revivr .product_item_logo {
    padding-bottom: 54px;
}
#revivr .product_item_logo img {
    max-height: 55px;
}
#revivr .product_item_logo {
       padding-top: 12px;
    padding-bottom: 89px; 
}
#revimotion .product_item_logo img {
    height: 55px !important; 
    max-height: 55px;
} 
#revimotion .product_item_logo_double_item {
    padding-top: 8px;
    padding-bottom: 13px;
}
#reviside .product_item_logo img {
    max-height: 35px;
    margin-bottom: 15px;
}
#reviside .product_item_logo {
padding-top: 21px;
    padding-bottom: 5px
}
#revismell .product_item_logo img {
    max-height: 35px;
} 
#revismell .product_item_logo {
       padding-top: 44px;
    padding-bottom: 71px; 
}
#first-aid .product_item_logo {
    padding-bottom: 59px;
}
#first-aid .product_item_logo img {
    max-height: 60px;
}
#autoplan .product_item_logo {
    padding-bottom: 69px;
}
#autoplan .product_item_logo img {
    max-height: 50px;
}