#promo3-template .header {
   padding: 16px 0;
}

#promo3-template *,
#promo3-template body {
   margin: 0;
}

#promo3-template * {
   font-family: "Roboto";
   line-height: 1.3;
   padding: 0;
   outline: 0;
}

#promo3-template *,
#promo3-template ::after,
#promo3-template ::before {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

#promo3-template html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   -ms-overflow-style: scrollbar;
   -webkit-tap-highlight-color: transparent;
}

#promo3-template header,
#promo3-template main,
#promo3-template nav {
   display: block;
}

#promo3-template body {
   font: 400 18px/1.3 "Roboto";
   background: #f2f2f2;
   color: #000;
   text-align: left;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

#promo3-template a {
   background: 0 0;
   color: #fff;
   text-decoration: none;
   -webkit-text-decoration-skip: objects;
}

#promo3-template a:hover {
   color: #d9d9d9;
   text-decoration: underline;
}

#promo3-template img {
   vertical-align: middle;
   border-style: none;
}

#promo3-template ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
}

#promo3-template .container-fluid {
   width: 100%;
   padding-right: 10px;
   padding-left: 10px;
   margin-right: auto;
   margin-left: auto;
}

#promo3-template .btn {
   display: inline-block;
   font-weight: 400;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border: 1px solid transparent;
   font-size: 1rem;
   line-height: 1.1875;
   border-radius: 0.25rem;
}

#promo3-template .btn:focus,
#promo3-template .btn:hover {
   color: #000;
   text-decoration: none;
}

#promo3-template .btn:focus {
   outline: 0;
   -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
   box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

#promo3-template .btn:disabled {
   opacity: 0.65;
}

#promo3-template .btn:not(:disabled):not(.disabled) {
   cursor: pointer;
}

#promo3-template .btn-outline-primary {
   background: 0 0;
   color: #fff;
   border-color: #fff;
}

#promo3-template .btn-outline-primary:hover {
   background: #fff;
   border-color: #fff;
}

#promo3-template .btn-outline-primary:focus {
   -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

#promo3-template .btn-outline-primary:disabled {
   background: 0 0;
   color: #fff;
}

#promo3-template .btn-outline-primary:not(:disabled):not(.disabled):active {
   background: #fff;
   color: #212529;
   border-color: #fff;
}

#promo3-template .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
   -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

#promo3-template .nav {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
}

#promo3-template .d-flex {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

#promo3-template .justify-content-between {
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

#promo3-template .align-items-center {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

#promo3-template .container-fluid {
   padding: 0 3.125rem;
}

#promo3-template .btn {
   border-radius: 0;
   outline: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   padding: 0.5rem 1.875rem 0.625rem;
}

#promo3-template .btn:active,
#promo3-template .btn:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
}

#promo3-template .btn-outline-primary:hover {
   color: #000;
   text-decoration: none;
}

#promo3-template .container-fluid {
   max-width: 1480px;
}

#promo3-template .header {
   background: #01357f;
   color: #fff;
   height: 70px;
   width: 100%;
   z-index: 1;
}

#promo3-template .header + * {
   padding-top: 132px;
}

#promo3-template .header__logo {
   width: 17.5rem;
   height: 2rem;
   cursor: pointer;
   display: block;
}

#promo3-template .header__logo img {
   width: 100%;
   height: auto;
   margin: 0;
   display: block;
}

#promo3-template .header__control {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

#promo3-template .header__item,
#promo3-template .nav__item {
   letter-spacing: 0;
   color: #fff;
   text-decoration: none;
   position: relative;
   cursor: pointer;
   margin: 0 0.9375rem;
}

#promo3-template .header__item:hover,
#promo3-template .nav__item:hover {
   text-decoration: underline;
   color: #fff;
}

#promo3-template .header__item:first-child,
#promo3-template .nav__item:first-child {
   margin-left: 0;
}

#promo3-template .header__item:last-child,
#promo3-template .nav__item:last-child {
   margin-right: 0;
}

#promo3-template .header__item .icon,
#promo3-template .nav__item .icon {
   fill: #fff;
}

#promo3-template .nav {
   font-size: 1rem;
   color: #fff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

#promo3-template .nav__item {
   margin: 0 calc(28px / 2);
}

@media screen and (min-width: 768px) {
   #promo3-template .header + * {
      padding-top: 50px;
   }
}

@media (max-width: 991.98px) {
   #promo3-template .container-fluid {
      padding: 0 0.625rem;
   }
   #promo3-template .header {
      padding: 0.9375rem 0;
   }
   #promo3-template .header + * {
      padding-top: 55px;
   }
   #promo3-template .header__logo {
      width: 8.75rem;
      height: auto;
   }
   #promo3-template .header__item,
   #promo3-template .nav__item {
      display: none;
   }
}

@media (max-width: 767px) {
   #promo3-template .header + * {
      padding-top: 35px;
   }
}

@media (max-width: 380px) {
   #promo3-template .header__logo {
      margin: 0 auto;
   }
   #promo3-template .header__logo img {
      margin: auto;
   }
}

#promo3-template main {
   position: relative;
   display: block;
   margin: 0 auto;
   padding: 20px;
   max-width: 960px;
   background: #fff;
}

#promo3-template main h1 {
   font-weight: 700;
   font-size: 30px;
   margin-bottom: 30px;
}

#promo3-template main p {
   font-size: 20px;
   line-height: 1.3;
   margin: 0;
   margin-bottom: 15px;
}

#promo3-template main a {
   color: #2170ad;
}

#promo3-template main ul {
   padding: 0;
   margin-left: 25px;
}

#promo3-template main ul li {
   margin-bottom: 10px;
   font-size: 18px;
   list-style: disc;
}

#promo3-template main img {
   display: block;
   width: 100%;
   max-width: 650px;
   margin: 15px auto;
}

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

#promo3-template .table--yellow {
   border: 1px solid #000;
}

#promo3-template .table td {
   border: 1px solid green;
   background: #d8ead3;
   padding: 6px;
}

#promo3-template .table--yellow td {
   border: 1px solid #000;
   background: blanchedalmond;
}

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

   #promo3-template .table td {
      padding: 10px;
   }
}

@media (min-width: 768px) {
   #promo3-template main h1 {
      font-size: 32px;
   }

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

   #promo3-template main {
      border-left: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9;
   }

   #promo3-template .table td {
      padding: 15px;
   }
}