body {
   background-color: #fff;
   font-family: Playfair "Roboto";
   display: block;
   background: #f2f2f2;
   margin: 0 !important;
   overflow-x: hidden;
   padding: 0;
}
a {
   cursor: pointer;
   color: #f72210;
   text-decoration: underline;
}
body,
img {
   width: 100%;
}
* {
   box-sizing: border-box;
}
.left-section,
header {
   display: flex;
   align-items: center;
}
header {
   padding: 9px 5px;
   background-color: #fff;
   justify-content: space-between;
   height: 50px;
   background: #fff;
   margin-bottom: 15px;
   max-width: 960px;
   margin: 15px auto;
}
.left-section {
   justify-content: center;
}
.red-line {
   background-color: #e60505;
   width: 2px;
   height: 30px;
   margin: 0 10px;
}
.menu {
   color: #e60505;
   font-weight: 700;
   font-size: 26px;
   font-family: Open Sans;
   text-transform: uppercase;
}
.red-arrow {
   width: 10px;
   margin-left: 5px;
   height: 10px;
   border-left: 2px solid #e60505;
   border-bottom: 2px solid #e60505;
   transform: rotate(-45deg);
}
.menu,
.right-section {
   display: flex;
   align-items: center;
}
.menu {
   flex-direction: row;
}
html {
   overflow-x: hidden;
}
@media screen and (max-width: 1150px) {
   .menu {
      display: none;
   }
}
@media screen and (max-width: 600px) {
   header {
      margin-bottom: 0;
   }
}
@media screen and (max-width: 469px) {
   header div img:last-of-type {
      margin-left: 10px;
   }
}
main * {
   margin: 0;
   padding: 0;
   outline: none;
   border: none;
   font-family: "Roboto";
   text-decoration: none;
   box-sizing: border-box;
}

main {
   position: relative;
   display: block;
   margin: 0 auto;
   padding: 30px 15px;
   max-width: 960px;
   background-color: #fff;
}

main h1 {
   font-size: 24px;
   font-weight: 700;
   line-height: 1.3;
   margin-bottom: 30px;
}

main p {
   font-size: 18px;
   line-height: 1.3;
   margin-bottom: 15px;
}

main a {
   color: #1869a7;
}

main ul,
main ol {
   padding: 0;
   margin-left: 25px;
   margin-bottom: 20px;
}

main ul li {
   margin-bottom: 10px;
   font-size: 18px;
   line-height: 1.3;
   list-style: disc;
}

main ol li {
   margin-bottom: 10px;
   font-size: 18px;
   line-height: 1.3;
   list-style: decimal;
}

main img,
main video {
   display: block;
   width: 100%;
   max-width: 650px;
   margin: 15px auto;
}

.table {
   font-size: 13px;
   width: 100%;
   margin-bottom: 20px;
   border: 1px solid green;
   border-collapse: collapse;
}

.table td {
   border: 1px solid green;
   background: #d8ead3;
   padding: 6px;
   vertical-align: middle;
}

.table-plus {
   border: 1px solid #000;
}

.table-plus thead td {
   background-color: #92c47c;
}
.table-plus tbody td {
   background-color: #fffc;
   border: 1px solid #000;
}

.table-minus thead td {
   background-color: #e06666;
}
.table-minus tbody td {
   background-color: #fffc;
   border: 1px solid #000;
}

@media (min-width: 576px) {
   .table {
      font-size: 18px;
   }

   .table td {
      padding: 10px;
   }
}

@media (min-width: 768px) {
   main h1 {
      font-size: 34px;
   }

   .table,
   main p,
   main ul li,
   main ol li {
      font-size: 20px;
   }

   main {
      padding: 30px 20px;
      border-left: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9;
   }

   .table td {
      padding: 15px;
   }
}

@media (max-width: 640px) {
   .box {
      flex-flow: column;
      align-items: center;
   }
}
