 body {
            font-family: Arial, sans-serif;
            background-color: #f8f8f8;
            color: #333;
            display: flex;
            justify-content: center;
            padding: 20px;
        }
        .column {
            width: 600px;
            padding: 20px;
        }

        h1 {
            margin-top: 10px;
            text-align: center;
            color: #941414;
        }
        h2 {
            margin-top: 40px;
            text-align: center;
            color: #941414;
        }
        h4 {
            color: #941414;
            margin: 0;
            margin-bottom: 10px;
        }
        .en h4 {
            margin-bottom: 20px;
        }
        .number {
            color: #0097b2;
        }
        .price {
            background-color: #f3d848;
            border-radius: 8px;
            padding: 0 5px;
            color: #941414;
        }
        .translated-description {
            color: #0097b2;
            margin-top: 5px;
            margin-bottom: 15px;
            font-style: italic;
        }
        .translated-text {
            color: #0097b2;
            display: block;
            margin-bottom: 10px;
            font-style: italic;
        }
        ul.translated-description {
            list-style-type: disc;
            padding-left: 20px;
            margin: 5px 0 15px;
        }

        .rounded-image {
            width: 30%; /* Укажите нужный размер */                                      
            float:right;
        }

        .rounded-image.horizontal {
            width: 45%;
        }

        .rounded-image.fullwidth {
            width: 100%;
            float: none;
        }

        .rounded-image img {
            width: 100%;            
            
        }
        .language-menu {
            list-style: none;
            padding: 0;
            display: flex;
            gap: 10px;
        }
        .language-menu li {
            display: inline;
        }
        .language-menu .active {
            font-weight: bold;
            color: red;
        }