@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;
}

@font-face {
  font-family: 'NimbussanTConBold';
  src: url('../fonts/nimbussantconbold.eot');
  src: url('../fonts/nimbussantconbold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nimbussantconbold.woff2') format('woff2'),
       url('../fonts/nimbussantconbold.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;
  background-color: #fff;
  -webkit-font-smoothing: antialised;
}

.hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

a, 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;
  margin-top: 30px;
}

h1:first-child, h2:first-child, h3:first-child,
h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h2 {
  font-family: 'Poppins-Medium';
  font-size: 39px;
  line-height: 1.4;
}

h3 {
  font-family: 'Poppins-Medium';
  font-size: 31px;
  color: #000;
  line-height: 1.3;
}

h4 {
  font-family: 'Poppins-Medium';
  font-size: 25px;
  line-height: 1.5;
}

h5 {
  font-size: 22px;
  line-height: 1.6;
}

h6 {
  font-size: 20px;
  line-height: 1.55;
}

.fs-17 {
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 1260px) {
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 29px;
  }
  h4 {
    font-size: 23px;
  }
  h5 {
    font-size: 21px;
  }
  h6 {
    font-size: 19px;
  }
  .fs-17 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 31px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 17px;
    line-height: 1.65;
  }
}

@media(max-width: 767px) {
  h1,h2,h3,h4,h5,h6 {
    text-align: center;
  }
  h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 19px;
  }
}

@media(max-width: 500px) {
  h2 {
    font-size: 26px;
    line-height: 1.25;
  }
}

.light-text h1, .light-text h2, .light-text h3, .light-text h4, 
.light-text h5, .light-text h6, .light-text p, .whitec, section .light-text ul li {
  color: #fff;
}

.text__sub {
  margin-top: 15px;
}

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

.container_big {
  max-width: 1330px;
}

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

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

p, section ul li {
  font-size: 14px;
  color: #000;
  line-height: 1.85;
}

p {
  margin-top: 15px;
}

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

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

.bluec {
  color: #1e4897;
}

header {
  background: linear-gradient(35deg, #030811 10%, #173872);
  padding-top: 35px;
}

@media(max-width: 1260px) {
  header {
    padding-top: 20px;
  }
}

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

.va-cent, nav, nav ul, .cent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media(max-width: 991px) {
  .nav__menu ul {
    display: none;
  }
}

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

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

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

.nav__logo img {
  max-height: 85px;
}

@media(max-width: 1260px) {
  .nav__logo img {
    max-height: 65px;
  }
}

@media(max-width: 767px) {
  .nav__logo-block {
    width: 10%;
    flex: 1 1;
    margin-right: 25px;
  }
}

nav {
  position: relative;
  z-index: 1000;
}

nav a, .sidenav a {
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
  text-transform: capitalize;
}

.sidenav a {
  font-size: 18px;
}

nav a:hover, .sidenav a:hover {
  color: #bdd1f5;
}

nav li {
  margin-right: 32px;
}

@media(max-width: 1260px) {
  nav li {
    margin-right: 25px;
  }
}

nav a {
  padding-top: 9px;
  padding-bottom: 9px;
}

.nav__account a {
  background-color: transparent;
  border: 2px solid #1f4c9b;
  border-radius: 30px;
  padding: 9px 23px;
  margin-right: 10px;
}

@media(max-width: 600px) {
  .nav__account a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .nav__account a img {
    max-height: 17px;
  }
}

.nav__account a:hover {
  color: #fff;
  background-color: #1f4c9b;
}

.nav__account a:last-child {
  margin-right: 0;
}

.nav__account a span {
  margin-left: 9px;
}

.nav__account a img {
  height: 19px;
}

@media(max-width: 600px) {
  .nav__account a span {
    display: none;
  }
}

/*header content - begin*/
.header__content {
  position: relative;
}

.front .text {
  padding-top: 110px;
  padding-bottom: 320px;
}

.header__bg {
  position: absolute;
  z-index: 1;
  max-height: 95%;
  max-width: none;
  right: -173px;
  bottom: 11%;
}

@media (max-width: 1260px) {
  .header__bg {
    right: -255px;
  }
}

@media (max-width: 991px) {
  .front .text {
    padding-top: 70px;
    padding-bottom: 240px;
  }
}

@media (max-width: 767px) {
  .front .text {
    padding-top: 35px;
    padding-bottom: 0;
  }
  .header__bg {
    position: relative;
    max-height: 280px;
    left: 30%;
    transform: translateX(-50%);
  }
}

.header__content-btns {
  margin-top: -12px;
  padding-top: 40px;
}

@media(max-width: 991px) {
  .header__content-btns {
    padding-top: 30px;
  }
}

.header__content-btns .btn {
  flex: 1 1;
  width: 10%;
  margin-right: 10px;
  margin-top: 12px;
}

.header__content-btns .btn__link {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media(max-width: 400px) {
  .header__content-btns .btn {
    width: 100%;
    flex: none;
    margin-right: 0;
  }
  .header__content-btns .btn__link {
    width: 100%;
  }
}

.header__content-btns .btn:last-child {
  margin-right: 0;
}

.header__content .col-flex {
  padding-bottom: 135px;
}

.header__content .col-flex img {
  max-height: 250px;
}
/*header content - end*/

.sidenav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100000;
  min-height: 100vh;
  width: 100%;
  opacity: 0;
  top: -500%;
  left: auto;
  right: 0;
  background: rgba(0,0,0,0.9);
  overflow-x: hidden;
  transition: 0.3s;
  padding: 20px 0;
}

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

.sidenav ul {
  width: 100%;
}

.sidenav li {
  text-align: center;
  margin-top: 28px;
}

.sidenav li:first-child {
  margin-top: 0;
}

.sidenav .closebtn {
  display: block;
  font-size: 45px;
  line-height: 0.9;
  font-weight: bold;
  text-align: center;
  margin-top: 33px;
}

.sidenav .closebtn:hover {
  color: #bdd1f5;
}

.menu-burger {
  display: none;
  align-items: center;
  margin-right: 12px;
}

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

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

@media(max-width: 600px) {
  .menu-burger svg {
    width: 33px;
    height: 33px;
  }
}

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

main, section, footer {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  margin-top: -35px;
}

@media (max-width: 991px){
  main, section, footer {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
}

