* {
    box-sizing: border-box;
    font: 16px Arial, sans-serif;
    margin: 0;
    color: #424242;
    line-height: 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
b, u, i, center, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    background: #9088fa;
    margin: 0;
    color: #fff;
    display: flex;
    justify-content: center;
}

a {
    background: none;
    color: #fff;
    text-decoration: none;
    color: rgb(17, 140, 254);
}

a:hover {
    text-decoration: underline;
}

ul,
ol {
    list-style: none;
    padding: 0 0 0 15px;
}

h1,
h2 {
    display: inline-block;
    font-size: 32px;
    margin: 0 0 22px;
}

h2 {
    font-size: 27px;
}

img {
    border-style: none;
}

#main-block {
    width: 940px;
    margin: 25px 15px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
}

#top-header {
    display: flex;
    background: #fff7dd;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
    padding: 12px 15px;
    border-bottom: 3px solid #e9eaea;
}

.brand__name {
    font-weight: bold;
    color: #9c92ef;
    font-size: 26px;
    cursor: pointer;
    text-transform: uppercase;
}

.brand__action-style {
    appearance: button;
    background-color: #2d3436;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-family: din-round,sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 160px;
    margin-left: 10px;
}

.brand__action-style:after {
  background-clip: padding-box;
  background-color: #fdcb6e;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.brand__action-style:main,
.brand__action-style:focus {
  user-select: auto;
}

.brand__action-style:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

#brand-con-wrp table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #fdcb6e;
    margin: 25px 0;
}

#brand-con-wrp table td {
    padding: 15px;
    border: 1px solid #fdcb6e;
}

.brand__action-style:disabled {
  cursor: auto;
}

#brand-con-wrp {
    padding: 25px 15px;
}

.brand_content {
    background: #262634;
    -webkit-box-shadow: inset 0px 0px 6px 1px rgba(221,235,230,1);
    -moz-box-shadow: inset 0px 0px 6px 1px rgba(221,235,230,1);
    box-shadow: inset 0px 0px 6px 1px rgba(221,235,230,1);
}

.tac {
    text-align: center;
}

#brand-footer-main span {
    color: #333;
    text-transform: uppercase;
}

#brand-con-wrp p {
    line-height: 1.8;
    margin-bottom: 20px;
}

#brand-con-wrp li {
    color: #424242;
    margin-bottom: 15px;
}

#brand-con-wrp li a {
    color: rgb(17, 140, 254);
}

#brand-con-wrp table tr:nth-child(odd) {
    background: #fff7dd;
    color: #fff;
}

#brand-con-wrp table tr:nth-child(even) {
    background: rgba(255, 247, 221, 0.4);
    color: #fff7dd;
}

#brand-footer-main {
    background: #fdcb6e;
    padding: 15px;
    border-radius: 0 0 12px 12px;
}

/* @media */

@media (max-width: 550px) {
    header {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 30px;
    }
    .brand__name {
        margin-bottom: 33px;
    }
}
