@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins_regular.eot');
  src: url('../fonts/poppins_regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins_regular.woff2') format('woff2'),
       url('../fonts/poppins_regular.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/poppins_medium.eot');
  src: url('../fonts/poppins_medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins_medium.woff2') format('woff2'),
       url('../fonts/poppins_medium.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/poppins_bold.eot');
  src: url('../fonts/poppins_bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins_bold.woff2') format('woff2'),
       url('../fonts/poppins_bold.woff') format('woff');
        font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

ul {
  list-style: none;
}

body {
  min-width: 330px;
  font-family: 'Poppins';
  font-weight: 100;
  -webkit-font-smoothing: antialised;
  background-color: #f2f4f6;
}

main {
  overflow: hidden;
}

section {
  position: relative;
}

a {
  font-family: 'Poppins-Medium';
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: .2s;
}

a:hover {
  transition: .2s;
}

strong, .ff-bold {
  font-family: 'Poppins-Bold';
}

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

h1,h2,h3,h4,h5,h6 {
  font-weight: 100;
  -webkit-font-smoothing: antialised;
}

.container {
  position: relative;
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1260px) {
  .container {
    max-width: 990px;
    width: 100%;
  }  
}

@media (max-width: 991px) {
  .container {
    max-width: 760px;
    width: 100%;
  }
  /*h1,h2,h3,h4,h5,h6 {
    text-align: center;
  }*/
}

@media (max-width: 767px) {
  .container {
    max-width: 610px;
  }
}

p, section ul li {
  font-size: 15px;
  color: #1b2549;
  line-height: 1.9;
}

@media (max-width: 1260px) {
  p, section ul li {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media(max-width: 610px) {
  p, section ul li {
    font-size: 13px;
  }
  .small-content h2 {
    font-size: 29px;
  }
}

p {
  margin-top: 25px;
}

p:first-child {
  margin-top: 0;
}

.va-normal, .va-end, .jc-end, .cards {
  display: flex;
  flex-wrap: wrap;
}

.va-cent, .jc-spb, .cent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.va-end {
  align-items: flex-end;
}

.jc-cent, .cent {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.jc-spb {
  justify-content: space-between;
}

.header__logo img {
  max-height: 65px;
}

nav {
  flex: 1 1;
  padding-left: 30px;
}

@media(max-width: 991px) {
  nav .header__menu {
    display: none;
  }
  header .container {
    justify-content: space-between;
  }
}

@media(max-width: 767px) {
  nav {
    padding-left: 2.5vw;
  }
}

header {
  position: relative;
  z-index: 8000;
  background-color: #fff;
  padding-top: 26px;
}

@media(max-width: 991px) {
  header {
    padding: 15px 0 12px 0;
  }
}

@media(max-width: 767px) {
  .header__logo img {
    max-height: 55px;
  }
}

@media(max-width: 500px) {
  .header__logo img {
    max-height: 45px;
  }
}

.header__menu {
  display: flex;
  flex-wrap: wrap;
}

.header__menu {
  justify-content: flex-end;
}

.header__menu a {
  height: 66px;
  display: flex;
  align-items: center;
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 1.3;
  color: #1b2549;
  text-transform: capitalize;
}

.header__menu a:hover {
  color: #cf4a4b;
}

.header__menu li {
  margin-right: 33px;
}

.header__menu li:last-child {
  margin-right: 0;
}

.tab {
  margin-right: 25px;
}

@media(max-width: 500px) {
  .tab {
    margin-right: 15px;
  }
}

@media(max-width: 400px) {
  .tab {
    margin-right: 10px;
  }
}

.tab:last-child {
  margin-right: 0;
}

.tab p {
  font-size: 15px;
  color: #000;
  line-height: 1.3;
  text-transform: uppercase;
  padding-left: 7px;
  margin-top: 0;
  transition: .2s;
}

a.tab:hover p {
  color: #cf4a4b;
  transition: .2s;
}

.tab svg {
  fill: #455e86;
  transition: .2s;
}

@media(max-width: 400px) {
  .tab svg {
    height: 22px !important;
  }
}

a.tab:hover svg {
  fill: #cf4a4b;
  transition: .2s;
}

@media(max-width: 767px) {
  a.tab p {
    display: none;
  }
}

.header__telecoms {
  max-height: 22px;
}

@media(max-width: 400px) {
  .header__telecoms {
    width: 10%;
    flex: 1 1;
    margin-right: 12px;
  }
}

.header__tabs {
  border-bottom: 1px solid rgba(0,0,0,0.4);
  padding-bottom: 19px;
}

@media(max-width: 991px) {
  .header__tabs {
    padding-bottom: 15px;
  }
}

.sidenav {
  min-width: 330px;
  position: fixed;
  top: 0;
  left: -430px;
  z-index: 100000;
  width: 100%;
  max-width: 420px;
  background: #fff;
  overflow: auto;
  transition: 0.3s;
}

.sidenav-block {
  height: 100vh;
  width: 100%;
}

.sidenav-border {
  width: 100%;
  border-right: 1px solid rgba(0,0,0,0.2);
  padding-bottom: 30px;
}

@media(min-width: 992px) {
  .sidenav {
    display: none;
  }
}

.sidenav a {
  font-family: 'Poppins';
  font-size: 16px;
}

.sidenav ul a:hover {
  color: #cf4a4b;
}

.sidenav-tab {
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-right: 55px;
}

.sidenav-tab .sidenav-menu svg {
  width: 22px;
  height: 22px;
  fill: #000;
  margin-right: 8px;
  transition: .3s;
}

.sidenav-tab a:hover svg, .sidenav-tab a.active svg {
  fill: #fff;
  transition: .3s;
}

.sidenav-tab a {
  height: 60px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins-Medium';
  color: #000;
  border-right: 1px solid rgba(255,255,255,0.7);
}

.tab-item:nth-child(2) {
  border-right: 0;
}

.sidenav-tab a:hover, .sidenav-tab a.active {
  color: #fff;
  background-color: #000;
}

.sidenav-content {
  padding-top: 40px;
}

.sidenav .closebtn {
  width: 55px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0,0,0,0.1);
  border: 0;
  border-left: 1px solid rgba(0,0,0,0.1);
}

.sidenav .closebtn:hover {
  color: #fff;
  background-color: #cf4a4b;
}

.tab-content {
  padding: 0 12px;
}

.tab-content ul {
  width: 100%;
}

.tab-content li {
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.2);
}

.tab-content .sub-menu:first-child {
  border-top: 0;
}

.tab-content li:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.tab-content .has-children li:last-child {
  border: 0;
}

.tab-content a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  padding: 12px 0;
}

.sidenav-account a {
  display: flex;
}

.sidenav-account__icon {
  width: 33px;
}

.menu-burger-block {
  display: none;
  align-items: center;
  justify-content: flex-end;
  padding-top: 12px;
}

@media(max-width: 991px) {
  .menu-burger-block {
    display: flex;
  }
}

.menu-burger {
  display: flex;
  align-items: center;
}

.menu-burger svg {
  width: 30px;
  height: 30px;
  fill: #000;
  transition: .2s;
}

.menu-burger:hover svg {
  fill: #cf4a4b;
  transition: .2s;
}

.menu-burger p {
  font-family: 'Poppins-Medium';
  font-size: 18px;
  line-height: 1;
  color: #1b2549;
  padding-left: 10px;
  margin-top: 0;
  transition: .2s;
}

.menu-burger:hover p {
  color: #cf4a4b;
  transition: .2s;
}



