@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&subset=cyrillic");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold; }

header, footer {
  display: flex;
  height: 150px;
  background: #333;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  header img, footer img {
    height: 60%;
    width: auto; }
  header a, footer a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px; }

.r-a {
  text-align: right; }

.c-a {
  text-align: center; }

.f-26 {
  font-size: 26px; }

.f-36 {
  font-size: 36px; }

.f-40 {
  font-size: 40px; }

.f-45 {
  font-size: 45px; }

.f-48 {
  font-size: 48px; }

.f-50 {
  font-size: 50px; }

.f-52 {
  font-size: 52px; }

.f-60 {
  font-size: 60px; }

.f-65 {
  font-size: 65px; }

.f-75 {
  font-size: 75px; }

.f-78 {
  font-size: 78px; }

.f-85 {
  font-size: 85px; }

.star {
  font-size: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1.5%; }

.b-shadow {
  text-shadow: 3px 0 0 #c2272b, -3px 0 0 #c2272b, 0 3px 0 #c2272b, 0 -3px 0 #c2272b, 2px 2px #c2272b, -2px -2px 0 #c2272b, 2px -2px 0 #c2272b, -2px 2px 0 #c2272b; }

.red-bg {
  background: #c02221;
  color: #fff;
  box-shadow: 10px 0 0 #c02221, -10px 0 0 #c02221; }

.normal {
  font-weight: 600 !important; }

.red {
  color: #c02221; }

.orange {
  color: #fea94e; }

.white {
  color: #FFF; }

.button {
  text-transform: uppercase;
  color: #fff;
  padding: 15px 40px;
  background: #f8ab43;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8ab43 0%, #c2272b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8ab43 0%, #c2272b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8ab43 0%, #c2272b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ab43', endColorstr='#c2272b',GradientType=0 );
  border-radius: 25px;
  font-weight: 600;
  border: none;
  display: block;
  max-height: 80px;
  cursor: pointer;
  text-decoration: none; }
  .button:hover {
    background: #c2272b; }

.price {
  color: #c02221;
  font-size: 78px;
  vertical-align: top;
  margin-left: 60px; }

.delivery {
  margin-left: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 45px; }
  .delivery .red {
    font-size: 60px; }

.text {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 5px; }

.half .text {
  line-height: 130%; }

section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 800px;
  position: relative; }
  section.first {
    background: url("../img/bg-top.png") no-repeat;
    background-size: cover; }
  section.devider {
    height: 300px;
    border-top: solid 20px #f8ad47;
    border-bottom: solid 20px #f8ad47;
    background: url("../img/bg-body.png") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center; }
  section.second {
    background: url("../img/bg-middle.png") no-repeat;
    background-size: cover; }
  section.third {
    background: url("../img/bg-bottom.png") no-repeat;
    background-size: cover;
    align-items: space-around;
    display: flex;
    flex-direction: column; }
    section.third .text {
      line-height: 160%; }
    section.third img {
      height: 60%;
      width: auto;
      right: 0;
      bottom: -5px;
      position: absolute; }
  section .half {
    width: 50%;
    position: relative;
    padding-top: 80px; }
    section .half .top-img {
      height: calc(100% + 5px);
      width: auto;
      right: 0;
      bottom: -5px;
      position: absolute; }
  section .w-40 {
    width: 40%;
    position: relative; }
    section .w-40 img {
      height: 75%;
      width: auto;
      left: 20%;
      bottom: -5px;
      position: absolute; }
  section .w-60 {
    position: relative;
    width: 60%;
    padding-top: 160px; }
  section .arrow {
    color: #fff;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -50px;
    left: 50%;
    margin-left: -40px;
    display: block;
    cursor: pointer;
    background: #ff7a18;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff7a18 0%, #ffa648 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff7a18 0%, #ffa648 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff7a18 0%, #ffa648 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a18', endColorstr='#ffa648',GradientType=1 );
    /* IE6-9 */
    border-radius: 40px;
    border: solid 3px #fff;
    box-sizing: border-box; }
    section .arrow:hover {
      background: #ff7a18; }
    section .arrow .arr {
      width: 40px;
      height: 40px;
      display: block;
      background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMi4xNzEgNTEyLjE3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyLjE3MSA1MTIuMTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ3OS4wNDYsMjgzLjkyNWMtMS42NjQtMy45ODktNS41NDctNi41OTItOS44NTYtNi41OTJIMzUyLjMwNVYxMC42NjdDMzUyLjMwNSw0Ljc3OSwzNDcuNTI2LDAsMzQxLjYzOCwwSDE3MC45NzEgICAgYy01Ljg4OCwwLTEwLjY2Nyw0Ljc3OS0xMC42NjcsMTAuNjY3djI2Ni42NjdINDIuOTcxYy00LjMwOSwwLTguMTkyLDIuNjAzLTkuODU2LDYuNTcxYy0xLjY0MywzLjk4OS0wLjc0Nyw4LjU3NiwyLjMwNCwxMS42MjcgICAgbDIxMi44LDIxMy41MDRjMi4wMDUsMi4wMDUsNC43MTUsMy4xMzYsNy41NTIsMy4xMzZzNS41NDctMS4xMzEsNy41NTItMy4xMTVsMjEzLjQxOS0yMTMuNTA0ICAgIEM0NzkuNzkzLDI5Mi41MDEsNDgwLjcxLDI4Ny45MTUsNDc5LjA0NiwyODMuOTI1eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
      background-repeat: no-repeat;
      background-size: contain;
      margin: 18px auto; }

.disclamer {
  text-align: center;
  padding: 10px 0;
  background: #000;
  color: #999;
  font-weight: 400; }

.remodal {
  max-width: 300px;
  padding: 20px; }
  .remodal input {
    border-radius: 0;
    border: solid 1px rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box; }

@media screen and (max-width: 1380px) {
  .r-a {
    text-align: right; }

  .c-a {
    text-align: center; }

  .f-26 {
    font-size: 16px; }

  .f-36 {
    font-size: 22px; }

  .f-40 {
    font-size: 24px; }

  .f-45 {
    font-size: 27px; }

  .f-48 {
    font-size: 29px; }

  .f-50 {
    font-size: 30px; }

  .f-52 {
    font-size: 31px; }

  .f-60 {
    font-size: 36px; }

  .f-65 {
    font-size: 39px; }

  .f-75 {
    font-size: 45px; }

  .f-78 {
    font-size: 47px; }

  .f-85 {
    font-size: 51px; }

  .star {
    font-size: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5%; }

  .b-shadow {
    text-shadow: 3px 0 0 #c2272b, -3px 0 0 #c2272b, 0 3px 0 #c2272b, 0 -3px 0 #c2272b, 2px 2px #c2272b, -2px -2px 0 #c2272b, 2px -2px 0 #c2272b, -2px 2px 0 #c2272b; }
    .b-shadow a {
      text-decoration: none;
      color: inherit; }

  .red-bg {
    background: #c02221;
    color: #fff;
    box-shadow: 10px 0 0 #c02221, -10px 0 0 #c02221; }

  .normal {
    font-weight: 600 !important; }

  .red {
    color: #c02221; }

  .orange {
    color: #fea94e; }

  .white {
    color: #FFF; }

  .button {
    text-transform: uppercase;
    color: #fff;
    padding: 15px 40px;
    background: #f8ab43;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f8ab43 0%, #c2272b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8ab43 0%, #c2272b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8ab43 0%, #c2272b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ab43', endColorstr='#c2272b',GradientType=0 );
    border-radius: 25px;
    font-weight: 600;
    border: none;
    display: block;
    max-height: 80px;
    cursor: pointer; }
    .button:hover {
      background: #c2272b; }

  .price {
    color: #c02221;
    font-size: 47px;
    vertical-align: top;
    margin-left: 0; }

  .delivery {
    margin-left: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px; }
    .delivery .red {
      font-size: 36px; }

  .text {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 5px; }

  .half .text {
    line-height: 120%; }

  section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 600px;
    position: relative; }
    section.first {
      background: url("../img/bg-top.png") no-repeat;
      background-size: cover; }
    section.devider {
      height: 300px;
      border-top: solid 20px #f8ad47;
      border-bottom: solid 20px #f8ad47;
      background: url("../img/bg-body.png") no-repeat;
      background-size: cover;
      display: flex;
      align-items: center; }
    section.second {
      background: url("../img/bg-middle.png") no-repeat;
      background-size: cover; }
    section.third {
      background: url("../img/bg-bottom.png") no-repeat;
      background-size: cover;
      align-items: space-around;
      display: flex;
      flex-direction: column; }
      section.third .text {
        line-height: 160%; }
      section.third img {
        height: 60%;
        width: auto;
        right: 0;
        bottom: -5px;
        position: absolute; }
    section .half {
      width: 50%;
      position: relative;
      padding-top: 40px; }
      section .half .top-img {
        height: calc(80% + 5px);
        width: auto;
        right: 0;
        bottom: -5px;
        position: absolute; }
    section .w-40 {
      width: 50%;
      position: relative; }
      section .w-40 img {
        height: 75%;
        width: auto;
        left: 20%;
        bottom: -5px;
        position: absolute; }
    section .w-60 {
      position: relative;
      width: 50%;
      padding-top: 160px; }
    section .arrow {
      color: #fff;
      position: absolute;
      width: 80px;
      height: 80px;
      top: -50px;
      left: 50%;
      margin-left: -40px;
      display: block;
      cursor: pointer;
      background: #ff7a18;
      /* Old browsers */
      background: -moz-linear-gradient(left, #ff7a18 0%, #ffa648 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #ff7a18 0%, #ffa648 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #ff7a18 0%, #ffa648 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a18', endColorstr='#ffa648',GradientType=1 );
      /* IE6-9 */
      border-radius: 40px;
      border: solid 3px #fff;
      box-sizing: border-box; }
      section .arrow:hover {
        background: #ff7a18; }
      section .arrow .arr {
        width: 40px;
        height: 40px;
        display: block;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMi4xNzEgNTEyLjE3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyLjE3MSA1MTIuMTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ3OS4wNDYsMjgzLjkyNWMtMS42NjQtMy45ODktNS41NDctNi41OTItOS44NTYtNi41OTJIMzUyLjMwNVYxMC42NjdDMzUyLjMwNSw0Ljc3OSwzNDcuNTI2LDAsMzQxLjYzOCwwSDE3MC45NzEgICAgYy01Ljg4OCwwLTEwLjY2Nyw0Ljc3OS0xMC42NjcsMTAuNjY3djI2Ni42NjdINDIuOTcxYy00LjMwOSwwLTguMTkyLDIuNjAzLTkuODU2LDYuNTcxYy0xLjY0MywzLjk4OS0wLjc0Nyw4LjU3NiwyLjMwNCwxMS42MjcgICAgbDIxMi44LDIxMy41MDRjMi4wMDUsMi4wMDUsNC43MTUsMy4xMzYsNy41NTIsMy4xMzZzNS41NDctMS4xMzEsNy41NTItMy4xMTVsMjEzLjQxOS0yMTMuNTA0ICAgIEM0NzkuNzkzLDI5Mi41MDEsNDgwLjcxLDI4Ny45MTUsNDc5LjA0NiwyODMuOTI1eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
        background-repeat: no-repeat;
        background-size: contain;
        margin: 18px auto; }

  .disclamer {
    text-align: center;
    padding: 10px 0;
    background: #000;
    color: #999;
    font-weight: 400; } }
@media screen and (max-width: 980px) {
  .r-a {
    text-align: center; }

  .f-26 {
    font-size: 16px; }

  .f-36 {
    font-size: 22px; }

  .f-40 {
    font-size: 24px; }

  .f-45 {
    font-size: 27px; }

  .f-48 {
    font-size: 29px; }

  .f-50 {
    font-size: 30px; }

  .f-52 {
    font-size: 31px; }

  .f-60 {
    font-size: 36px; }

  .f-65 {
    font-size: 39px; }

  .f-75 {
    font-size: 45px; }

  .f-78 {
    font-size: 47px; }

  .f-85 {
    font-size: 44px; }

  .mobile-white {
    color: #FFF !important; }

  .mobile-black {
    color: #000 !important; }

  .star {
    font-size: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.5%; }

  .b-shadow {
    text-shadow: 3px 0 0 #c2272b, -3px 0 0 #c2272b, 0 3px 0 #c2272b, 0 -3px 0 #c2272b, 2px 2px #c2272b, -2px -2px 0 #c2272b, 2px -2px 0 #c2272b, -2px 2px 0 #c2272b; }

  .red-bg {
    background: #c02221;
    color: #fff;
    box-shadow: 10px 0 0 #c02221, -10px 0 0 #c02221; }

  .normal {
    font-weight: 600 !important; }

  .red {
    color: #c02221; }

  .orange {
    color: #fea94e; }

  .white {
    color: #FFF; }

  .button {
    text-transform: uppercase;
    color: #fff;
    padding: 15px 40px;
    background: #f8ab43;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f8ab43 0%, #c2272b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8ab43 0%, #c2272b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8ab43 0%, #c2272b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ab43', endColorstr='#c2272b',GradientType=0 );
    border-radius: 25px;
    font-weight: 600;
    border: none;
    display: block;
    max-height: 80px;
    cursor: pointer;
    text-align: center;
    margin: 20px auto; }
    .button:hover {
      background: #c2272b; }

  .price {
    color: #c02221;
    font-size: 47px;
    vertical-align: top;
    margin-left: 0; }

  .delivery {
    margin-left: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px; }
    .delivery .red {
      font-size: 36px; }

  .text {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 5px; }

  .half .text {
    line-height: 130%; }

  section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 500px;
    position: relative; }
    section.first {
      background: url("../img/bg-top.png") no-repeat;
      background-size: cover; }
    section.devider {
      height: auto;
      border-top: solid 20px #f8ad47;
      border-bottom: solid 20px #f8ad47;
      background: url("../img/bg-body.png") no-repeat;
      background-size: cover;
      display: block;
      text-align: center;
      padding: 50px 20px;
      align-items: center; }
    section.second {
      background: url("../img/bg-middle.png") no-repeat;
      background-size: cover;
      height: 600px; }
    section.third {
      background: url("../img/bg-bottom.png") no-repeat;
      background-size: cover;
      align-items: space-around;
      display: flex;
      flex-direction: column; }
      section.third .text {
        line-height: 160%; }
      section.third img {
        height: 60%;
        width: auto;
        right: 0;
        bottom: -5px;
        position: absolute;
        display: none; }
    section .half {
      width: 100%;
      position: relative;
      padding-top: 40px; }
      section .half .top-img {
        height: calc(100% + 5px);
        width: auto;
        right: 0;
        bottom: -5px;
        position: absolute; }
      section .half:last-child {
        display: none; }
    section .w-40 {
      width: 40%;
      position: relative;
      display: none; }
      section .w-40 img {
        height: 75%;
        width: auto;
        left: 20%;
        bottom: -5px;
        position: absolute; }
    section .w-60 {
      position: relative;
      width: 100%;
      padding-top: 80px;
      text-align: center; }
    section .arrow {
      color: #fff;
      position: absolute;
      width: 80px;
      height: 80px;
      top: -50px;
      left: 50%;
      margin-left: -40px;
      display: block;
      cursor: pointer;
      background: #ff7a18;
      /* Old browsers */
      background: -moz-linear-gradient(left, #ff7a18 0%, #ffa648 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #ff7a18 0%, #ffa648 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #ff7a18 0%, #ffa648 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a18', endColorstr='#ffa648',GradientType=1 );
      /* IE6-9 */
      border-radius: 40px;
      border: solid 3px #fff;
      box-sizing: border-box; }
      section .arrow:hover {
        background: #ff7a18; }
      section .arrow .arr {
        width: 40px;
        height: 40px;
        display: block;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMi4xNzEgNTEyLjE3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyLjE3MSA1MTIuMTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ3OS4wNDYsMjgzLjkyNWMtMS42NjQtMy45ODktNS41NDctNi41OTItOS44NTYtNi41OTJIMzUyLjMwNVYxMC42NjdDMzUyLjMwNSw0Ljc3OSwzNDcuNTI2LDAsMzQxLjYzOCwwSDE3MC45NzEgICAgYy01Ljg4OCwwLTEwLjY2Nyw0Ljc3OS0xMC42NjcsMTAuNjY3djI2Ni42NjdINDIuOTcxYy00LjMwOSwwLTguMTkyLDIuNjAzLTkuODU2LDYuNTcxYy0xLjY0MywzLjk4OS0wLjc0Nyw4LjU3NiwyLjMwNCwxMS42MjcgICAgbDIxMi44LDIxMy41MDRjMi4wMDUsMi4wMDUsNC43MTUsMy4xMzYsNy41NTIsMy4xMzZzNS41NDctMS4xMzEsNy41NTItMy4xMTVsMjEzLjQxOS0yMTMuNTA0ICAgIEM0NzkuNzkzLDI5Mi41MDEsNDgwLjcxLDI4Ny45MTUsNDc5LjA0NiwyODMuOTI1eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
        background-repeat: no-repeat;
        background-size: contain;
        margin: 18px auto; }

  .disclamer {
    text-align: center;
    padding: 10px 0;
    background: #000;
    color: #999;
    font-weight: 400; } }

/*# sourceMappingURL=styles.css.map */
