.support-3dglobe {

}
.support-3dglobe #content{
    width: 590px;
    margin: 0 auto;
    font: 12px Arial, Helvetica, sans-serif;
}
.support-3dglobe .header .title{
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.support-3dglobe .header .title{
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.support-3dglobe .description_title{
    text-align: left;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}
.support-3dglobe .description_text {
    color: #181818;
    padding-top: 5px;
    line-height: 15px;
}
.block_with_globe .block_with_globe-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
.block_with_globe .block_with_globe-title .block_with_globe-text {
    color: #4d4d4d;
    background: #f1f0f0;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    width: 100%;
}
.block_with_globe .block_with_globe-img_text {
    font-style: italic !important;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.horizontal-blocks {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}
.horizontal-blocks .wrapper {
    width: 290px;
}
.horizontal-blocks .item {
    width: 249px;
    padding: 10px 15px;
    border: 1px solid #C7C7C7;
    border-radius: 14px;
    height: 135px;
}
.horizontal-blocks .item p{
   padding-top: 0;
}
.horizontal-blocks .item.item-lg {
    height: 150px;
}
.horizontal-blocks .item .top-block {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.italic-text {
    font-style: italic;
    color: #666;
    padding-top: 5px;
}
.bold-text{
    font-weight: bold;
}