@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
aside,
figure,
footer,
header,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b {
  font-weight: bold;
}
img {
  border: 0;
}
figure {
  margin: 1em 40px;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h3 {
  font-size: 24px;
}
p {
  margin: 0 0 10px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-4, .col-sm-4, .col-md-4, .col-xs-8, .col-sm-8, .col-xs-12, .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-4, .col-xs-8, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
@media (min-width: 768px) {
  .col-sm-4, .col-sm-8, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-4 {
    float: left;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.container-fluid > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.navbar:after,
.navbar-header:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
/*# sourceMappingURL=bootstrap.css.map */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
/*# sourceMappingURL=bootstrap-theme.css.map */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


body {
	font-family: 'Rubik',arial, sans-serif;
	font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color:#454a5e;
	background: #E3E3E3;
}

a {
	color:#5d6481;
}

p {
	 font-size: 16px;
    font-weight: 400;
}

a:hover,
a:active {
	color: #23527c;
    text-decoration: none;
}
.offer_top {
	text-align: center;
}

.offer__img img {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px;
	object-fit: contain;
}

.offer_top span a{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

.offer_bottom a {

background: #F6B93A;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0.02em;
    color: #454a5e;
    padding: 12px 60px;
    display: inline-block;
    border: 3px solid transparent;
	margin-top: 20px;
}

.offer_bottom a:hover {
    border-color: #F6B93A;
    background-color: #ffffff;
    color: #F6B93A;
	outline: none!important;
}

.offer  {
    margin: 15px 0;
    background: #FFFFFF;
    border: 1px solid #ECF0FC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 16px -8px rgb(93 100 130 / 25%);
    box-shadow: 0px 8px 16px -8px rgb(93 100 130 / 25%);
    border-radius: 8px;
	padding: 10px 30px 30px;
}


.offer__box_g {
margin: 15px 0;
    background: #FFFFFF;
    border: 1px solid #ECF0FC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 16px -8px rgb(93 100 130 / 25%);
    box-shadow: 0px 8px 16px -8px rgb(93 100 130 / 25%);
  padding: 5px;
  width: 100%;
  min-width: 100%;
}

.offer_bottom {
	text-align: center;
}

.f_c {
	font-weight: bold;
}

.offer_middle {
    font-size: 14px;
}

.offer_middle .text-right{
	font-family: sans-serif;
	font-weight: normal;
	font-size: 14px;
}
.offer_middle .text-right span{
  font-weight: 700;
	font-family: "Rubik", sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #5D6481;
}

.offer_middle .col-xs-4{
	font-weight: normal;
    line-height: 31px;
}


.offer_middle .row{
	margin: 10px 0;
	display: flex;
	align-items: center;
}

.offer_middle {
	border-top: 1px solid #ECF0FC;
	    padding-top: 5px;
}

.offer_top span {
    top: -15px;
    position: relative;
    display: block;
}

header {
    background: #5D6481;

}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
	border-color: transparent;
	border: none;
	background-image: none;
    box-shadow: none;
	    text-shadow: none;
}

.navbar {
    margin-bottom: 0px;
}

footer {
	background-color: #5D6481;
	padding: 20px 0 40px;
	color: #C2C9DE;
}
footer h3 {
    font-size: 24px;
    font-weight: 700;
    color: #C2C9DE;
}
footer ul li {
    margin: 0;
    display: block;

	line-height: 2.5em;
}

footer ul{
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

footer  ul li figure {
    margin-right: 16px;
    width: 24px;
    min-width: 24px;
    height: 24px;
	float: left;
}

.partners{
    margin-bottom: 40px;
}

aside  {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 32px -16px #5d6482;
    box-shadow: 0px 12px 32px -16px #5d6482;
    border-radius: 8px;
    margin: 30px 0 20px;
	padding: 10px 20px;
}

aside p {
	font-size: 22px;
    background: url(./info.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 5px 0 0 100px;
    background-size: contain;
}

.copyirght {
	font-size:12px;
}

.offers {
	margin-bottom: 25px;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	color: rgb(0 0 0 / 75%);
}

.navbar-header h3 span:first-child {
    color: #F6B93A;
    text-transform: uppercase;
}
.navbar-header h3 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #fff;
	
    text-decoration: none;
    font-family: "Rubik", sans-serif;
}

@media only screen and (max-width: 767px) {
.offer_middle {
    font-size: 16px;
}
.offer_top span a {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}

aside p {
    font-size: 16px;
    background-position: 0 10px;
    background-repeat: no-repeat;
    padding: 5px;
    background-size: 40px;
    padding-left: 50px;

}

.offer {
    padding: 10px 10px 30px;
}


}