/*@font-face {
  font-family: 'troikaregular';
  src: url("../fonts_2/troika-webfont.eot");
  src: url("../fonts_2/troika-webfont.eot?#iefix") format("embedded-opentype"), 
  url("../fonts_2/troika-webfont.woff") format("woff"), 
  url("../fonts_2/troika-webfont.ttf") format("truetype"), 
  url("../fonts_2/troika-webfont.svg#troikaregular") format("svg");
  font-weight: normal;
  font-style: normal; }*/

  @font-face {
      font-family: 'shadowregular';
      src: url('../fonts_2/shadow.eot');
      src: url('../fonts_2/shadow.eot?#iefix') format('embedded-opentype'),
           url('../fonts_2/shadow.woff') format('woff'),
           url('../fonts_2/shadow.ttf') format('truetype'),
           url('../fonts_2/shadow.svg#shadowregular') format('svg');
      font-weight: normal;
      font-style: normal;
  }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  min-width: 320px;
  letter-spacing: 0.3px;
  height: 100%;
  background-color: #fff; }
  body.fixed {
    overflow: hidden !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1280px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.custom-header {
  background-color: #A72024;
  /*margin-bottom: 120px;*/
  padding: 1px 0; }
  .custom-header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .custom-header .container-fluid .btn-default {
      background-color: #fff;
  
      margin: 0; }
  .custom-header .main-logo {
    position: relative;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .custom-header .img-box {
    margin-right: 20px; }
    .custom-header .img-box img {
      display: block;
      max-width: 120px; }
  .custom-header .logo-title {
    font-family: 'shadowregular', Arial;
    font-size: 42px;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    line-height: 1.3; }
    .custom-header .logo-title br {
      display: none; }
  .custom-header .logo-subtitle {
    display: block;
    font-size: 18px;
    width: 100%;
    line-height: 1; }


@media (max-width: 1900px) {
  .custom-header .img-box img {
    max-width: 100px; } }

@media (max-width: 1800px) {
  .custom-header .logo-title {
    font-size: 28px; }
  .custom-header .logo-subtitle {
    font-size: 16px; } }

@media (max-width: 1440px) {
  .custom-header .img-box img {
    max-width: 80px; }
  .custom-header .logo-title {
    font-size: 24px; }
  .custom-header .logo-subtitle {
    font-size: 14px; } }
    
    @media(max-width: 1199px) {
      .competition-container .login-box .btn-default {
        font-size: 13px;
        padding: 8px 10px;
      }

      .custom-header .logo-title {
        font-size: 20px;
      }
    }

@media (max-width: 991px) {
  .custom-header {
    padding: 5px 0; }
  .custom-header .img-box img {
    max-width: 50px; }
  .custom-header .logo-title {
    font-size: 17px; }
  .custom-header .logo-subtitle {
    font-size: 12px; }
  .custom-header .container-fluid .btn-default {
    width: 140px; } 

    .content-description h1{
      font-size: 24px;
    }

    .custom-header .container-fluid .login-box {
      width: 140px;
    }

    .custom-header .container-fluid .login-box .btn-default:first-child{
      margin-bottom: 10px;
    }
  }

@media (max-width: 767px) {
  .custom-header {
    padding: 5px 0 7px; }
  .main-logo {
    margin-bottom: 10px; }
  .custom-header .img-box {
    margin-right: 10px; }
  .custom-header .img-box img {
    max-width: 50px; }
  .custom-header .logo-title {
    font-size: 15px; }
  .custom-header .logo-subtitle {
    font-size: 12px; }
  .custom-header .container-fluid {
    flex-wrap: wrap; }
  .login-box {
    width: 100%; }
  .custom-header .container-fluid .btn-default {
    width: 100%; } 

    .content-description h1{
      font-size: 20px;
    }


    .custom-header .container-fluid .login-box {
      width: 100%;
      display: flex;
    }

    .custom-header .container-fluid .login-box .btn-default {
      width: 50%;
      margin: 0 5px;
    }

    .custom-header .container-fluid .login-box .btn-default:first-child{
      margin-bottom: 0;
    }
  }

  @media(max-width: 575px) {
    .custom-header .logo-title {
      font-size: 13px; }
  }

@media (max-width: 479px) {
  .custom-header .logo-title br {
    display: block; }
  .custom-header .logo-subtitle {
    max-width: 250px;
    line-height: 1.4; }
  .custom-header .container-fluid .btn-default {
    padding: 5px; } }

@media (max-width: 420px) {
  .custom-header .logo-subtitle {
    max-width: 200px;
    line-height: 1.4; }
  .custom-header .container-fluid .btn-default {
    padding: 5px; } }

.competition-container {
  /*min-height: 90vh;*/
  background: url(../img_2/side-wallpaper.png) no-repeat left -500px top -500px;
  padding-bottom: 50px; }


  .content-description iframe {
    max-width: 100%;
  }

  .competition-container .flex-container {
    min-height: calc(100vh - 110px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    #padding-top: 120px;
    padding-bottom: 30px;
  }

  .competition-container .container-fluid {
    max-width: 1800px;
    position: relative;
    /*height: 100%; */
  }
  .competition-container .button-group {
    #position: absolute;
    right: 15px;
    bottom: 0; }
  .competition-container .btn-default {
    background-color: #FDC9C9;
    padding: 10px 20px;
    border-radius: 40px;
    color: #000;
    outline: 0;
    border: 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    #width: 250px;
    margin-bottom: 20px;
    transition: 0.25s;
    font-size: 16px; 
  }
    
     .competition-container .login-box .btn-default {
    float: left; margin-left: 10px;};
    
    .competition-container .btn-default i {
      margin-right: 7px; }
    .competition-container .btn-default img {
      display: block;
      max-width: 22px;
      max-height: 22px;
      margin-right: 3px; 
    }
    .competition-container .btn-default:hover {
      background-color: #f3a5a5; }
  .competition-container .social-buttons {
    position: absolute;
    left: calc(90%);
    bottom: 0; }
    .competition-container .social-buttons a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 2px solid #A72024;
      margin-bottom: 20px;
      transition: 0.25s; }
      .competition-container .social-buttons a:hover {
        background-color: #FDC9C9; }
      .competition-container .social-buttons a img {
        display: block;
        max-width: 25px;
        max-height: 25px; }

  .button-group .select-container {
    position: relative;
  }

  .button-group .select-button {
    background-color: #FDC9C9;
    padding: 10px 20px;
    border-radius: 40px;
    color: #000;
    outline: 0;
    border: 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    transition: 0.25s;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
  }

  .button-group .select-button:focus,
  .button-group .select-button:active,
  .button-group .select-button:hover {
    background-color: #f3a5a5;
  }

  .button-group .select-button i {
    height: 18px;
    margin-right: 7px;
  }

  .button-group .select-dropdown {
    list-style: none;
    width: 100%;
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 8;
    max-height: 300px;
    overflow: auto;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 10px;
    overflow: hidden;
  }

  .button-group .select-dropdown a {
    display: block;
    border: 0;
    line-height: 1.4;
    width: 100%;
    text-decoration: none;
    padding: 8px 12px;
    outline: 0;
    color: #212121;
  }

  .button-group .select-dropdown a:hover {
    background-color: rgba(253, 201, 201, 0.6);
  }

    .competition-container img {
    	display: block;
    	max-width: 100%;
    }


  .competition-container .partners-group {
    display: flex;
    align-items: center;
    max-width: 1250px;
    margin-bottom: 20px;
    margin-top: 100px;
    background-color: #fff; }
    .competition-container .partners-group a {
      margin-right: 80px; }
      .competition-container .partners-group a img {
        display: block;
        max-width: 100%; }
  .competition-container .content-description {
    max-width: 1250px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 15px 1px; }
    .competition-container .content-description p {
      margin: 0 0 15px; }
  .competition-container .bubbles-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-left: 120px; }
    .competition-container .bubbles-group .bubble-step {
      font-size: 20px;
      font-weight: 600;
      position: relative;
      z-index: 1; }
      .competition-container .bubbles-group .bubble-step span {
        font-size: 42px;
        font-weight: 700; }
    .competition-container .bubbles-group .h2, .competition-container .bubbles-group h2 {
      font-size: 26px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 15px 0 20px;
      position: relative;
      z-index: 1;
      text-align: center; }
    .competition-container .bubbles-group .bubble-link {
      font-size: 20px;
      font-weight: 600;
      color: #006CD2;
      text-decoration: none;
      border-bottom: 1px dashed #006CD2;
      line-height: 1;
      transition: 0.25s;
      position: relative;
      z-index: 1; }
      .competition-container .bubbles-group .bubble-link:hover {
        border-color: transparent; }
    .competition-container .bubbles-group .bubble-date {
      position: relative;
      z-index: 1;
      margin-top: 10px; }
  .competition-container .bubble-one,
  .competition-container .bubble-two,
  .competition-container .bubble-three,
  .competition-container .bubble-four,
  .competition-container .bubble-five {
    width: 360px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    .competition-container .bubble-one:after,
    .competition-container .bubble-two:after,
    .competition-container .bubble-three:after,
    .competition-container .bubble-four:after,
    .competition-container .bubble-five:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      transition: all 0.25s ease;
      transform-origin: center; }
    .competition-container .bubble-one:hover:after,
    .competition-container .bubble-two:hover:after,
    .competition-container .bubble-three:hover:after,
    .competition-container .bubble-four:hover:after,
    .competition-container .bubble-five:hover:after {
      filter: brightness(94%);
      transform: scale(1.05); }
  .competition-container .bubble-one {
    order: 4;
    margin: 50px 200px 0 0; }
    .competition-container .bubble-one:after {
      background: url(../img_2/figure-1.svg) no-repeat center;
      background-size: contain; }
    .competition-container .bubble-one:before {
      content: '';
      position: absolute;
      top: -120px;
      left: 40%;
      width: 90px;
      height: 100px;
      background: url(../img_2/draw-arrow-1.svg) no-repeat center;
      background-size: contain; }
  .competition-container .bubble-two {
    order: 1;
    margin-left: 180px;
    margin-right: 150px; }
    .competition-container .bubble-two:after {
      background: url(../img_2/figure-2.svg) no-repeat center;
      background-size: contain; }
    .competition-container .bubble-two:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -33px;
      right: -120px;
      width: 90px;
      height: 75px;
      background: url(../img_2/draw-arrow-2.svg) no-repeat center;
      background-size: contain; }
  .competition-container .bubble-three {
    order: 5;
    margin-top: 50px;
    padding-bottom: 30px; }
    .competition-container .bubble-three:after {
      background: url(../img_2/figure-3.svg) no-repeat center;
      background-size: contain; }
  .competition-container .bubble-four {
    order: 2;
    margin-right: 180px; }
    .competition-container .bubble-four:after {
      background: url(../img_2/figure-4.svg) no-repeat center;
      background-size: contain; }
    .competition-container .bubble-four:before {
      content: '';
      position: absolute;
      top: 45%;
      right: -120px;
      width: 90px;
      height: 75px;
      background: url(../img_2/draw-arrow-2.svg) no-repeat center;
      background-size: contain; }
  .competition-container .bubble-five {
    order: 3;
    margin-right: 50px; }
    .competition-container .bubble-five:after {
      background: url(../img_2/figure-5.svg) no-repeat center;
      background-size: contain; }

@media (max-width: 2000px) {
  .competition-container {
    background: url(../img_2/side-wallpaper.png) no-repeat left -650px top -450px;
    padding-bottom: 20px; }
  .competition-container .bubble-one {
    margin-left: 100px;
    margin-top: 10px; }
  .competition-container .bubble-two {
    margin-left: 300px; }
  .competition-container .bubble-three {
    width: 350px;
    height: 350px;
    margin-top: 0; }
  .competition-container .bubble-five {
    margin-right: 0; }
  .competition-container .bubble-one,
  .competition-container .bubble-two,
  .competition-container .bubble-three,
  .competition-container .bubble-four,
  .competition-container .bubble-five {
    width: 320px;
    height: 320px; }
  .competition-container .bubbles-group .h2,
  .competition-container .bubbles-group h2 {
    font-size: 24px;
    margin: 12px 0 15px; }
  .competition-container .partners-group {
    margin-left: 100px;
    margin-top: 50px; }
  .competition-container .content-description {
    margin-left: 100px; } }

@media (max-width: 1800px) {
  .competition-container {
    background: url(../img_2/side-wallpaper.png) no-repeat left -650px top -500px; }
  .competition-container .container-fluid {
    max-width: 1400px; }
  .competition-container .bubble-two {
    margin-left: 100px; }
  .competition-container .bubble-one,
  .competition-container .bubble-two,
  .competition-container .bubble-three,
  .competition-container .bubble-four,
  .competition-container .bubble-five {
    width: 280px;
    height: 280px; }
  .competition-container .bubble-one {
    width: 300px;
    height: 300px;
    margin-left: -120px; }
  .competition-container .bubble-two {
    margin-right: 120px; }
  .competition-container .bubble-four {
    margin-right: 130px; }
  .competition-container .bubbles-group .h2,
  .competition-container .bubbles-group h2 {
    font-size: 20px;
    margin: 10px 0 12px; }
  .competition-container .bubbles-group .bubble-link {
    font-size: 18px; }
  .competition-container .bubbles-group .bubble-step span {
    font-size: 36px; }
  .competition-container .partners-group {
    max-width: none;
    padding-right: 320px;
    margin-left: 0; }
  .competition-container .partners-group a {
    margin-right: 45px; }
  .competition-container .content-description {
    max-width: none;
    padding-right: 340px;
    margin-left: 0; }
  .button-group .select-button,
  .competition-container .btn-default {
    font-size: 14px; }
  .competition-container .social-buttons a {
    width: 41px;
    height: 41px; } }

@media (max-width: 1440px) {
  .competition-container {
    background: url(../img_2/side-wallpaper.png) no-repeat left -600px top -650px; }
  .competition-container .container-fluid {
    max-width: 1200px; }
  .competition-container .bubble-one,
  .competition-container .bubble-two,
  .competition-container .bubble-three,
  .competition-container .bubble-four,
  .competition-container .bubble-five {
    width: 260px;
    height: 260px; }
  .competition-container .bubble-one {
    margin-right: 120px; }
  .competition-container .bubble-two {
    margin-left: 50px;
    margin-right: 100px; }
  .competition-container .bubble-four {
    margin-right: 100px; }
  .competition-container .bubbles-group .bubble-step span {
    font-size: 28px; }
  .competition-container .bubbles-group .h2,
  .competition-container .bubbles-group h2 {
    font-size: 18px; }
  .competition-container .bubbles-group .bubble-link {
    font-size: 16px; }
  .competition-container .bubble-one:before {
    width: 70px;
    height: 70px;
    top: -90px; }
  .competition-container .bubble-two:before {
    width: 60px;
    height: 50px;
    margin-top: -25px;
    right: -80px; }
  .competition-container .bubble-four:before {
    width: 60px;
    height: 50px;
    margin-top: -25px;
    right: -80px; }
  .competition-container .partners-group {
    padding-right: 0;
    justify-content: space-between; }
  .competition-container .partners-group a {
    margin-bottom: 15px;
    margin-right: 50px; }
  .competition-container .content-description {
    font-size: 13px;
    padding-right: 0; }
  .competition-container .button-group {
    bottom: 180px; }
  .competition-container .btn-default {
    margin-bottom: 12px; }
  .competition-container .social-buttons a {
    margin-bottom: 12px; } 

    .competition-container .content-description.float-text {
      padding-right: 290px;
    }
  }

@media (max-width: 1200px) {
  .competition-container {
    background: #fff !important; }
  .competition-container .container-fluid {
    max-width: 970px; }
  .competition-container .bubble-one,
  .competition-container .bubble-two,
  .competition-container .bubble-three,
  .competition-container .bubble-four,
  .competition-container .bubble-five {
    width: 240px;
    height: 240px; }
  .competition-container .bubble-one {
    margin-left: -130px;
    margin-right: 100px; }
    .competition-container .bubble-one:before {
      left: 30%; }
  .competition-container .bubble-two {
    margin-right: 50px;
    margin-left: 0; }
    .competition-container .bubble-two:before {
      width: 50px;
      right: -55px; }
  .competition-container .bubble-four {
    margin-right: 50px; }
    .competition-container .bubble-four:before {
      width: 50px;
      right: -45px; }
  .competition-container .bubbles-group .h2,
  .competition-container .bubbles-group h2 {
    font-size: 17px; }
  .competition-container .bubbles-group .bubble-step {
    font-size: 16px; }
  .competition-container .bubbles-group .bubble-step span {
    font-size: 24px; }
  .competition-container .bubbles-group .bubble-date {
    font-size: 13px; }
  .competition-container .partners-group {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px; }
  .competition-container .partners-group a {
    width: 25%;
    margin-right: 0; }
  .competition-container .button-group {
    position: static;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px; }

    .button-group .select-button {
      margin-bottom: 0;
    }

  .competition-container .btn-default,
  .button-group .select-container {
    display: inline-flex;
    margin: 5px; }
  .competition-container .social-buttons {
    position: static;
    margin-top: 10px; }
    .competition-container .social-buttons a {
      display: inline-flex;
      margin: 0 5px; } 

      .competition-container .flex-container {
        padding-top: 30px;
      }

    .competition-container .content-description.float-text {
      padding-right: 0;
    }
}

@media(max-width: 1199px) {
  .bubbles-group.mobile-padding {
    padding-left: 0;
  }

  .mobile-padding .all-items {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .timer.count-title.count-number {
    font-size: 45px!important;
  }
}

@media (max-width: 991px) {
  .competition-container .container-fluid {
    max-width: 720px; }
  .competition-container .bubbles-group {
    padding-left: 0;
    justify-content: space-between; }
  .competition-container .bubble-one {
    order: 1;
    margin-left: 0;
    margin-bottom: 30px;
    margin-right: 0; }
    .competition-container .bubble-one:before {
      left: auto;
      top: 50%;
      margin-top: -33px;
      right: -120px;
      width: 80px;
      height: 65px;
      background: url(../img_2/draw-arrow-2.svg) no-repeat center;
      background-size: contain; }
  .competition-container .bubble-two {
    order: 2;
    margin-bottom: 80px;
    margin-right: 0; }
    .competition-container .bubble-two:before {
      top: auto;
      bottom: -70px;
      left: 50%;
      margin-left: -30px;
      width: 80px;
      height: 65px;
      transform: rotate(90deg); }
  .competition-container .bubble-three {
    order: 3;
    margin-bottom: 10px; }
  .competition-container .bubble-four {
    order: 4;
    margin-bottom: 10px;
    margin-right: 0; }
    .competition-container .bubble-four:before {
      top: auto;
      bottom: -80px;
      left: 1%;
      width: 80px;
      height: 65px;
      transform: rotate(120deg); }
  .competition-container .bubble-five {
    order: 5;
    margin: 0 auto; }
  .competition-container .partners-group a {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 40px; }
  .competition-container .partners-group a img {
    margin: 0 auto; } 

    .mobile-padding .all-items {
      grid-template-columns: 1fr 1fr;
    }

    .timer.count-title.count-number {
      font-size: 32px!important;
    }
  }

@media (max-width: 767px) {
  .competition-container .container-fluid {
    max-width: 540px; }
  .competition-container .bubble-four:before {
    bottom: -70px;
    left: 15%; }
  .competition-container .bubble-one {
    order: 1;
    margin-left: 0;
    margin-bottom: 30px;
    margin-right: 0; }
    .competition-container .bubble-one:before {
      left: auto;
      top: -20px;
      margin-top: 0;
      right: -50px;
      width: 100px;
      height: 80px;
      transform: rotate(45deg);
      background: url(../img_2/draw-arrow-1.svg) no-repeat center;
      background-size: contain; } 

    .mobile-padding .all-items {
      grid-template-columns: 1fr;
    }
  }

@media (max-width: 576px) {
  .competition-container .container-fluid {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
  .competition-container .bubble-one,
  .competition-container .bubble-two,
  .competition-container .bubble-three,
  .competition-container .bubble-four,
  .competition-container .bubble-five {
    width: 220px;
    height: 220px; }
  .competition-container .bubble-one:before {
    top: 0;
    right: -100px; }
  .competition-container .bubble-two {
    margin-top: 50px; }
  .competition-container .bubble-three {
    margin-top: -50px; }
  .competition-container .bubbles-group .h2,
  .competition-container .bubbles-group h2 {
    font-size: 15px; }
  .competition-container .bubbles-group .bubble-link {
    font-size: 14px; }
  .competition-container .bubbles-group .bubble-step span {
    font-size: 18px; }
  .competition-container .partners-group a {
    width: 50%;
    padding: 0 10px; } }

@media (max-width: 479px) {
  .competition-container .bubble-one,
  .competition-container .bubble-two,
  .competition-container .bubble-three,
  .competition-container .bubble-four,
  .competition-container .bubble-five {
    width: 150px;
    padding-top: 50px; }
  .competition-container .bubble-two {
    margin-top: 100px; }
  .competition-container .bubble-one:before {
    right: -130px;
    top: 30px;
    transform: rotate(70deg); }
  .competition-container .bubble-three {
    margin-top: -130px; }
  .competition-container .bubbles-group .bubble-step {
    font-size: 13px; }
  .competition-container .bubbles-group .h2,
  .competition-container .bubbles-group h2 {
    font-size: 14px; }
  .competition-container .bubbles-group .bubble-link {
    margin-bottom: 40px;
    font-size: 13px; }
  .competition-container .bubbles-group .bubble-date {
    font-size: 12px; 
  } 

  .competition-container .btn-default, 
  .button-group .select-container,
  .button-group .select-container .select-box {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .competition-container .bubble-one:before {
    right: -110px;
    transform: rotate(90deg); } }
    .freebirdFormviewerViewCenteredContent {
    width: 100%!important;
}


.buttons-holder {
  text-align: center;
  padding: 20px 0 15px;
}

.finish-competition .buttons-holder {
  padding-bottom: 25px;
}

.buttons-holder .btn-top {
  background-color: #FDC9C9;
  padding: 10px 15px;
  border-radius: 40px;
  color: #000;
  outline: 0;
  border: 0;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px 3px;
  transition: 0.25s;
  font-size: 14px; 
}

.buttons-holder .select-button img,
.buttons-holder .btn-top img {
  margin-right: 5px;
  margin-bottom: 1px;
  display: block;
  max-width: 22px;
  max-height: 22px;
}

.buttons-holder .select-container {
  display: inline-flex;
  margin: 5px 3px;
  position: relative;
  height: 40px;
}

.buttons-holder .select-button {
  background-color: #FDC9C9;
  padding: 10px 15px;
  border-radius: 40px;
  color: #000;
  outline: 0;
  border: 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.25s;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  
}

.buttons-holder .select-dropdown {
  list-style: none;
  width: 180px;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 8;
  max-height: 300px;
  overflow: auto;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  overflow: hidden;
}

.buttons-holder .select-dropdown a {
    display: block;
    border: 0;
    line-height: 1.4;
    width: 100%;
    text-decoration: none;
    padding: 8px;
    outline: 0;
    color: #212121;
    font-size: 14px;
    text-align: left;
}


.buttons-holder .select-dropdown a:hover {
  background-color: rgba(253, 201, 201, 0.6);
}

.social-holder {
  text-align: center;
}

.social-holder a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #A72024;
  transition: 0.25s;
  margin: 0 5px;
}

@media(max-width: 479px) {
  .buttons-holder .select-container {
    display: flex;
    width: 100%;
  }

  .buttons-holder .select-box {
    width: 100%;
  }

  .buttons-holder .select-button,
  .buttons-holder .btn-top {
    display: flex;
    width: 100%;
    padding: 8px 10px;
  }

  .buttons-holder .select-dropdown {
    width: 100%;
  }
}

