body {
            margin-top: 32px;
            margin-bottom: 32px;
            background: #f9f9f9;
            font-family: Arial, sans-serif;
        }
        table {
            width: 586px;
            margin: 0 auto;
        }
        thead {

        }
        thead td {
            border-radius: 5px;
            background-image: -moz-linear-gradient( 90deg, rgb(238,93,53) 0%, rgb(248,193,178) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(238,93,53) 0%, rgb(248,193,178) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(238,93,53) 0%, rgb(248,193,178) 100%);
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26);
        }
        thead .box {
            background: #fff url("https://mebel-antoshka.ru/upload/mail/header.jpg") center / cover no-repeat;
            padding: 18px 30px 36px;
            border-radius: 5px;
        }
        thead .logo {
            float: left;
        }
        thead .info {
            padding-left: 160px;
            text-align: right;
            font-size: 15px;
            padding-top: 5px;
        }
        thead .phone {
            padding-top: 9px;
            font-size: 18px;
            line-height: 1.3;
        }
        tbody td {
            padding: 110px 0 86px;
        }
        tbody td h1 {
            font-size: 19px;
            margin-bottom: 0;
        }
        tbody td p {
            line-height: 1.8;
            margin-top: 5px;
            margin-bottom: 30px;
        }
        tfoot td {
            height: 108px;
            display: block;
            border-radius: 5px;
            background-image: -moz-linear-gradient( 90deg, rgb(238,93,53) 0%, rgb(248,193,178) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(238,93,53) 0%, rgb(248,193,178) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(238,93,53) 0%, rgb(248,193,178) 100%);
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26);
        }
        tfoot .box {
            width: 100%;
            display: inline-block;
            background: #fff;
            padding: 25px 25px;
            box-sizing: border-box;
            border-radius: 5px;
        }
        tfoot .box .description {
            float: left;
            width: 50%;
        }
        tfoot .box .description a {
            text-decoration: none;
            color: inherit;
        }
        tfoot .box .phone {
            float: right;
            width: 50%;
            text-align: right;
            line-height: 1;
            font-size: 17px;
            padding-right: 32px;
            box-sizing: border-box;
        }
        tfoot .box .phone p {
            margin: 0 0 12px 0;
        }