@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-v20-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'cicon';
  src:  url('fonts/cicon.eot?rbfxef');
  src:  url('fonts/cicon.eot?rbfxef#iefix') format('embedded-opentype'),
    url('fonts/cicon.woff2?rbfxef') format('woff2'),
    url('fonts/cicon.ttf?rbfxef') format('truetype'),
    url('fonts/cicon.woff?rbfxef') format('woff'),
    url('fonts/cicon.svg?rbfxef#cicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ccicon-"], [class*=" ccicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ccicon-24h:before {
  content: "\e906";
}
.ccicon-budget:before {
  content: "\e900";
}
.ccicon-checked:before {
  content: "\e901";
  color: #075da7;
}
.ccicon-exchange:before {
  content: "\e902";
}
.ccicon-globe:before {
  content: "\e903";
}
.ccicon-phone:before {
  content: "\e904";
}
.ccicon-sales:before {
  content: "\e905";
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

html, body {
  border: 0;
  font-size: 16px;
  line-height: 23px;
  font-family: 'Roboto', sans-serif, arial, Helvetica;
  color: #4a4a4a;
  background-color: #fff;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.3;
  color: #000;
  font-weight: 500;
}

a, a:hover, a:active, a:focus, a:visited {
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

header {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

header .container {
  display: flex;
  flex-direction: column; 
  min-height: 100vh;
  position: relative;
  z-index: 2;
}

header .logo {
  margin: 35px 0 65px;
}

header .logo img {
  display: block;
}

header .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ebeff7;
  background-image: url('img/top-bg-desk.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1 1 500px;
  position: relative;
  z-index: 5;
}

header .bottom {
  flex: 1;
  position: relative;
  min-height: 115px;
  z-index: 6;
}

header h1 {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  /*text-transform: uppercase;*/
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

header h3 {
  font-size: 20px;
  font-weight: 300;
  color: #2e2e2e;
  line-height: 1.45;
  text-align: center;
}

header h3 strong {
  font-weight: 700;
}

header .info {
  width: 570px;
  position: relative;
  flex: 1;
}

header .info > div {
  background-image: url('img/info.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 190px;
  height: 116px;
  position: absolute;
  bottom: 185px;
  right: 0;
}

header .info > div > div {
  color: #2e2e2e;
  line-height: 1.28;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  margin: 24px 21px 0;
  opacity: 0.8;
}

header .card {
  margin-top: -165px;
  position: relative;
}

header .card img {
  width: 400px;
  /*height: 260px;*/
  margin: 55px auto 15px;
  display: block;
  border-radius: 10px;
  /*box-shadow: 0 -15px 33px 0 rgba(0, 0, 0, 0.25);*/
}

header a.icon {
  display: inline-block;
}

header a.icon img {
  display: block;
}

main nav#cta {
  position: fixed;
  bottom: -3px;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: center;
  z-index: 50;
}

main nav#cta a {
  display: inline-block;
  background-color: #e40613;
  box-shadow: 0 5px 20px 0 rgba(228, 6, 19, 0.4);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 15px 40px 15px 35px;
  margin: 15px 0;
  border-radius: 30px;
  min-width: 160px;
  position: relative;
  transition: box-shadow 0.2s linear, background-color 0.2s linear;
}

main nav#cta a:hover {
  background-color: #ff1825;
  box-shadow: 0 5px 20px 0 rgba(255, 23, 36, 0.49);
}

main nav#cta img {
  width: 103px;
  height: 105px;
  position: absolute;
  top: -40px;
  right: -46px;
  z-index: 5;
}

main h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 15px;
}

section#second h2 {
  margin-top: 50px;
}

section .container {
  background-color: #ebeff7;
}

section .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}

section#first .item {
  width: 50%;
  margin-top: 60px;
}

section#first .item .header {
  display: flex;
  flex-direction: row;
  padding: 0 50px 20px;
}

section#first .item .header > i {
  margin-top: 3px;
  margin-right: 13px;
  font-size: 20px;
  color: #075da7;
}

section#first .item h3 {
  font-size: 22px;
  line-height: 1.36;
  flex: 1;
}

section#first .desc {
  padding: 0 50px;
}

section#second .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 30px;
}

section#second .item {
  width: 50%;
}

section#second .item > div {
  display: flex;
  flex-direction: row;
  padding: 15px;
  margin: 30px 15px 0;
  background-color: #fff;
  border-radius: 10px;
  height: 46px;
  align-items: center;
}

section#second .item i {
  margin: 0 20px 0 10px;
  font-size: 18px;
}

section#cashback {
  background-color: rgba(207, 238, 240, 0.6);
}

section#cashback h2 {
  color: #fff;
  background-color: #075da7;
  margin: 0;
  padding: 35px 0 15px;
}

section#cashback .container {
  background-color: transparent;
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 100px 0;
}

section#cashback .container > div:first-child {
  width: 475px;
}

section#cashback .container > div:first-child img {
  display: block;
}

section#cashback .container > div:last-child {
  flex: 1;
}

section#cashback ul {
  margin-left: 10px;
}

section#cashback li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  margin: 0 0 25px;
  padding: 0 30px 0 10px;
}

section#cashback li:last-child {
  margin-bottom: 0;
}

footer {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 300;
  padding: 35px 35px 145px;
  position: relative;
}

footer .footer-menu {
  float: left;
}

footer .footer-menu a {
  color: #4a4a4a;
  margin-right: 20px;
  display: inline-block;
}

footer .footer-menu a:hover {
  text-decoration: underline;
}

footer .copyright {
  text-align: right;
}

@media (max-width: 1200px) {
  
  header h1 {
    font-size: 46px;
  }
  
  section .items {
    width: 100%;
  }
  
  section#first .item .header {
    padding: 0 30px 20px;
  }
  
  section#first .desc {
    padding: 0 30px;
  }
  
  section#second .items {
    box-sizing: border-box;
    padding: 20px 15px 50px;
  }
  
  section#second .item i {
    margin: 0 17px 0 5px;
  }
  
  section#cashback .container {
    width: 100%;
    padding: 55px 0;
  }

  section#cashback .container > div:first-child {
    width: 385px;
    padding-left: 30px;
  }
  
  footer .footer-menu {
    float: none;
    display: block;
    text-align: center;
  }
  
  footer .copyright {
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
  }
  
}

@media (max-width: 767px) {
   .lang {
  margin-top: -20px;
  font-size:20px
  } 
  header {
    min-height: 0;
  }

  header .container {
    min-height: 0;
  }
  
  header .content {
    background-image: url(img/top-bg-mob.jpg);
    flex: 1 1 135px;
    min-height: 335px;
  }
  
  header .logo {
    margin: 20px 0;
  }
  
  header .logo img {
    width: 155px;
	margin-top: 40px;
  }
  
  header h1 {
    font-size: 21px;
    letter-spacing: 2.2px;
    line-height: 1.59;
  }
  
  header .info {
    width: 100%;
  }
  
  header .info > div {
    right: 10px;
    bottom: auto;
    top: 30px;
    width: 154px;
    height: 91px;
    background-size: 154px 91px;
  }
  
  header .info > div > div {
    line-height: 1.44;
    font-size: 16px;
    margin: 12px 12px 0;
  }
  
  header .card {
    margin-top: -170px;
  }
  
  header .card img {
    width: 226px;
    /*height: 143px;*/
    margin: 70px auto 20px;
  }
  
  header h3 {
    margin: 0 20px;
    line-height: 1.24;
  }
  
  header h3 strong {
    display: block;
    font-weight: 500;
  }
  
  main nav#cta a {
    margin: 15px 0 36px;
    padding: 15px 30px 15px 27px;
  }
  
  main nav#cta img {
    width: 90px;
    height: 92px;
  }
  
  main h2 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 18px;
  }
  
  section .items, section#second .items {
    flex-direction: column;
  }
  
  section#first .item {
    width: 100%;
    margin-top: 35px;
  }
  
  section#first .item:not(:first-child) {
    margin-top: 22px;
  }
  
  section#first .item .header {
    padding: 0 22px 20px;
  }
  
  section#first .item:not(:first-child) .header > i {
    margin-top: 24px;
  }
  
  section#first .item:not(:first-child) h3 {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
  }
  
  section#first .desc {
    padding: 0 22px;
    line-height: 1.67;
    font-size: 18px;
  }
  
  section#second .items {
    padding: 0 0 50px;
  }
  
  section#second h2 {
    margin: 12px 0;
  }
  
  section#second .item {
    width: 100%;
  }
  
  section#second .item > div {
    margin: 25px 15px 0;
    height: auto;
    line-height: 1.39;
    font-size: 18px;
  }
  
  section#second .item:not(:first-child) > div {
    margin: 15px 15px 0;
  }
  
  section#cashback .container {
    flex-direction: column;
  }
  
  section#cashback .container > div:first-child {
    width: 100%;
    padding-left: 0;
  }
  
  section#cashback .container > div:first-child img {
    margin: 0 auto 55px;
  }
  
  section#cashback ul {
    margin-left: 35px;
  }
  
  section#cashback li {
    padding: 0 20px 0 0;
  }
  
  section#cashback h2 {
    padding: 25px 0 25px;
  }
  
}

@media (max-height: 600px) {
  
  header .info {
    display: none;
  }
  
}

.lang {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 100;
}

.lang a, .lang a:visited, .lang span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin-left: 12px;
}

.lang a:hover {
  color: #000;
}

.lang span {
  font-weight: 600;
}

@media (max-height: 600px) {
  
  header .info {
    display: none;
  }
  
}
/* IE11 */
_:-ms-fullscreen, :root header { 
  min-height: 100vh;
}
