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

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

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

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

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

@font-face {
  font-family: 'Helvetica-Roman';
  src: url('../fonts/helveticaneuecyr_roman.eot');
  src: url('../fonts/helveticaneuecyr_roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_roman.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_roman.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: 'Roboto';
  font-weight: 100;
  background-color: #f0f0f0;
  -webkit-font-smoothing: antialised;
}

.overflow {
  overflow: hidden;
}

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

a:hover, a:focus {
  border: 0;
  outline: none;
  transition: .2s;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 3px solid #11314a;
}

.text-white a {
  color: #8fe2f5;
}

.text-white a:hover, .text-white a:focus {
  color: #ffd800;
}

.text-white a:focus {
  outline: 3px solid #fff;
}

.text-white a.btn:focus {
  outline: 3px solid red;
}

strong {
  font-family: 'Roboto-Bold';
}

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

section {
  position: relative;
}

.pos-top {
  position: relative;
  z-index: 1000;
}

p, section ul li, .footer-cols ul li, label {
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.8px;
  word-spacing: 1.5px;
}

p, section ul li, label {
  font-size: 14px;
}

.text-16 p {
  font-size: 16px;
  line-height: 1.5;
}

.footer-cols ul li {
  font-size: 14px;
}

label {
  display: block;
  font-family: 'Roboto';
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto-Bold';
  color: #000;
  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;
}

h1 {
  font-size: 44px;
  letter-spacing: 2.5px;
  line-height: 1.2;
}

h2 {
  font-size: 42px;
  letter-spacing: 2px;
  line-height: 1.2;
}

h3 {
  font-family: 'Roboto';
  font-size: 34px;
  letter-spacing: 1.5px;
  line-height: 1.3;
}

.fs-30 {
  font-size: 30px;
  line-height: 1.2;
}

h4, .fs-32 {
  font-family: 'Roboto';
  font-size: 32px;
  letter-spacing: 1.4px;
  line-height: 1.3;
}

h5, .fs-26 {
  font-size: 26px;
  letter-spacing: 1.3px;
  line-height: 1.35;
}

h6, .fs-21, .text-21 p {
  font-family: 'Roboto';
  font-size: 21px;
  letter-spacing: 1.1px;
  line-height: 1.6;
}

.fs-50 {
  font-size: 50px;
  line-height: 1.2;
}

.fs-22 {
  font-size: 22px;
}

@media(max-width: 1260px) {
  h1 {
    font-size: 42px;
  }
  h3 {
    font-size: 39px;
  }
  h2 {
    font-size: 37px;
  }
  h4, .fs-32 {
    font-size: 29px;
  }
  .fs-30 {
    font-size: 27px;
  }
  h5, .fs-26 {
    font-size: 24px;
  }
  h6, .fs-21, .text-21 p {
    font-size: 20px;
    line-height: 1.55;
  }
  .fs-50 { 
    font-size: 45px;
  }
}

@media(max-width: 991px) {
  h1 {
    font-size: 37px;
  }
  h3 {
    font-size: 35px;
  }
  h2 {
    font-size: 33px;
    line-height: 1.3;
  }
  h4, .fs-32 {
    font-size: 27px;
  }
  .fs-30 {
    font-size: 25px;
  }
  h5, .fs-26 {
    font-size: 23px;
  }
  h6, .fs-21, .text-21 p {
    font-size: 19px;
  }
  .fs-50 { 
    font-size: 42px;
  }
  .fs-22 {
    font-size: 21px;
  }
}

@media(max-width: 767px) {
  h1 {
    font-size: 35px;
  }
  h3 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
  h4, .fs-32 {
    font-size: 26px;
  }
  br {
    display: none;
  }
  .fs-50 { 
    font-size: 38px;
  }
}

.ff-thin {
  font-family: 'Roboto-Light';
}

.ff-light {
  font-family: 'Roboto';
}

.ff-bold {
  font-family: 'Roboto-Bold';
}

.ff-medium {
  font-family: 'Roboto-Medium';
}

.container {
  position: relative;
  max-width: 1310px;
  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: 510px;
  }
}

p {
  margin-top: 25px;
}

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

.bluec {
  color: #0f6796;
}

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

section ul {
  margin-top: 25px;
}

section ul:first-child {
  margin-top: 0;
}

section ul li {
  position: relative;
  border-top: 1px solid rgba(0,0,0,0.3);
  padding: 11px 0 10px 34px;
}

section ul li:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

section .text-white ul li {
  border-color: rgba(255,255,255,0.4);
}

.text-white li {
  color: #fff;
}

section ul li::before {
  content: url(../img/list.svg);
  width: 12px;
  position: absolute;
  left: 11px;
  top: 10px;
}

.fl, nav, .spb, .fl-end, 
.vert-start, .vert-end {
  display: flex;
  flex-wrap: wrap;
}

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

.vert-start {
  align-items: flex-start;
}

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

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

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

@media(max-width: 991px) {
  nav ul {
    display: block;
  }
}

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

nav {
  padding: 0 25px;
}

@media(max-width: 1260px) {
  nav {
    padding: 0;
  }
}

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

header, footer, .dark {
  background-color: #0e1628;
}

header, .opt, .opt-top, .opt-right {
  background-size: cover;
  background-repeat: no-repeat;
}

.opt-top, header {
  background-position: top;
}

.opt {
  background-position: center;
}

.opt-right {
  background-position: right;
}

header {
  background-image: url(../img/header.jpg);
  /*clip-path: polygon(100% 90%, 50% 100%, 0 90%, 0 0, 100% 0);
  -webkit-clip-path: polygon(100% 91%, 50% 100%, 0 91%, 0 0, 100% 0);*/
  padding-top: 35px;
}

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

.logo {
  position: relative;
}

.logo img {
  max-height: 43px;
}

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

nav ul a {
  position: relative;
  display: block;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.8px;
  color: #fff;
  border-radius: 3px;
  text-transform: capitalize;
}

nav ul a:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  background-color: #46aee1;
  transition: .2s;
}

@media(max-width: 991px) {
  nav ul a:after {
    display: none;
  }
}

nav ul li:hover a:after, nav ul li.active a:after {
  width: 100%;
  transition: .2s;
}

nav ul li:hover a, nav ul a:focus {
  text-decoration: none;
}

nav ul a:focus {
  outline: 3px solid rgba(255,255,255,0.7);
}

nav ul a {
  height: 51px;
  display: flex;
  align-items: center;
  padding: 0 7px;
}

@media(max-width: 991px) {
  nav ul a {
    height: auto;
  }
}

nav li:last-child a {
  padding-left: 25px;
  padding-right: 25px;
}

@media(max-width: 991px) {
  nav ul a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .repeat-link a {
    padding: 0;
  }
}

@media(max-width: 991px) {
  .menu-block li.client-portal:last-child a {
    max-width: 400px;
    justify-content: center;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
  }
}

nav li {
  margin-right: 30px;
}

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

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

nav li:last-child {
  margin-right: 0;
}

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

nav li:last-child a {
  background-color: transparent;
  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 5px;
  border-radius: 4px;
}

nav li:last-child a:after {
  display: none;
}

nav li:last-child a:hover, nav li:last-child a:focus {
  color: #031c29;
  background-color: #fff;
  text-decoration: none;
}

nav li:last-child a:focus {
  outline: 3px solid red;
}

nav .sub-menu li:last-child a:focus {
  color: #fff;
  background-color: transparent;
  outline: 3px solid #fff;
}

/*sub menu - begin*/
.sub-menu {
  display: none;
  position: absolute;
  z-index: 5000;
  width: 100%;
  left: 0;
  padding: 0 15px;
  padding-top: 20px;
}

@media(min-width: 992px) {
  nav ul li.has-children:hover .sub-menu {
    display: block !important;
  }
}

@media(max-width: 991px) {
  .sub-menu {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px;
    padding-bottom: 20px;
  }
  nav ul li.has-children:hover .sub-menu {
    display: none;
  }
  nav ul li.has-children.open .sub-menu {
    display: block;
  }
}

.sub-menu-content {
  width: 100%;
  border-radius: 8px;
  background-color: rgba(2,60,92,0.9);
  padding: 25px;
}

@media(max-width: 991px) {
  .sub-menu-content {
    padding: 15px;
    padding-top: 20px;
  }
}

.col5 {
  width: 20%;
}

@media(max-width: 1260px) {
  .col5 {
    width: 33.333%;
  }
  .col5:nth-child(3) {
    border-right: 0;
  }
  .col5:last-child {
    width: 66.666%;
  }
  .col5:nth-child(3) .col-title {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .col5:nth-child(4) .col-title {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

@media(max-width: 767px) {
  .col5 {
    width: 49%;
    border: 0 !important;
    margin-right: 2%;
  }
  .col5:nth-child(2n) {
    margin-right: 0;
  }
  .col5:last-child {
    width: 100%;
  }
}

@media(max-width: 650px) {
  .col5 {
    width: 100%;
    margin-right: 0;
  }
}

.sub-menu-col {
  border-right: 1px solid rgba(255,255,255,0.4);
}

.sub-menu-col:last-child {
  border-right: 0;
}

.col-title {
  min-height: 50px;
  background-color: #102035;
  padding: 8px 15px;
}

.sub-menu-col:first-child .col-title {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.sub-menu-col:last-child .col-title {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media(max-width: 767px) {
  .col-title {
    border-radius: 8px;
  }
}

.sub-menu h6 {
  font-family: 'Roboto-Bold';
  text-align: left;
}

.sub-menu a, .sub-menu h6 {
  font-size: 14px;
}

.repeat-link {
  width: 100%;
  display: flex;
  justify-content: center;
  border: 0;
  padding-bottom: 0;
  text-decoration: none;
  margin-bottom: 18px;
}

.repeat-link a:after {
  display: none;
}

.col-main-link, .repeat-link a {
  display: block;
  font-family: 'Roboto-Bold';
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  color: #c2ebff;
  text-decoration: none;
  padding-left: 0;
}

.repeat-link a {
  height: auto;
  text-align: center;
}

.col-main-link:hover, .repeat-link a:hover {
  color: #ffd800;
}

.col-main-link:after {
  display: none;
}

.col-title h6 {
  width: 10%;
  flex: 1 1;
  color: #fff;
  margin-top: 0;
}

.col-content h6 {
  color: #c2ebff;
}

.col-title svg {
  max-height: 21px;
  fill: #fff;
  transition: .2s;
}

.sub-menu-col:hover svg {
  fill: #47aee1;
  transition: .2s;
}

.col-title svg {
  margin-right: 10px;
}

.col-content {
  padding: 15px 20px 40px 15px;
}

@media(max-width: 1260px) {
  .col-content {
    padding-bottom: 20px;
  }
}

@media(max-width: 767px) {
  .col-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.col-content li {
  width: 100%;
  margin-right: 0;
  margin-top: 17px;
}

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

.col-content ul a, .footer-block a {
  width: 100%;
  position: relative;
  height: auto;
  display: block;
  font-family: 'Roboto';
  line-height: 1.7;
  color: #fff;
  border: 0;
  text-align: left;
  padding-left: 16px;
}

.col-content ul {
  margin-top: 12px;
}

.col-content ul a:last-child {
  line-height: 1.7;
  border: 0;
  padding: 0;
  padding-left: 16px;
}

.col-content ul a:hover, .col-content ul a:last-child:hover,
.footer-block a:hover {
  color: #ffd800;
  text-decoration: none;
}

.col-content ul a:last-child:hover {
  background-color: transparent;
}

.col-content ul a:after {
  display: none;
}

.col-content ul a:before, .footer-block a:before {
  content: url(../img/list_arrow.svg);
  width: 6px;
  position: absolute;
  top: -1px;
  left: 0;
  transition: .2s;
}

.col-content ul a:hover:before, .footer-block a:hover:before {
  content: url(../img/list_arrow_yellow.svg);
  transition: .2s;
}
/*sub menu - end*/

.skip {
  position: absolute;
  z-index: 2000;
  font-family: 'Roboto-Medium';
  display: block !important;
  left: 0%;
  top: -100px;
  width: 150px;
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-align: center;
  /*overflow: hidden;*/
}

.skip:focus {
  top: 170%;
  outline: 3px solid #fff;
}

/*menu for mobile devices - begin*/
@media(max-width: 991px) {
  .menu-block-content {
    width: 100%;
    height: 100%;
  }
  .menu-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100000;
    height: 100vh;
    width: 100%;
    opacity: 0;
    top: -500%;
    left: auto;
    right: 0;
    background: rgba(0,0,0,0.9);
    overflow: auto;
    transition: 0.3s;
    padding: 30px 20px;
  }
  .menu-block.show {
    top: 0;
    opacity: 1;
  }
  .menu-block ul {
    width: 100%;
    max-width: 100%;
  }
  .menu-block li {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.5);
    text-align: center;
  }
  .menu-block li.client-portal:last-child {
    border: 0;
    margin-top: 30px;
  }
  .menu-block li:nth-last-child(2) {
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .sub-menu li {
    border: 0 !important;
  }
  .menu-block li:first-child {
    margin-top: 0;
  }
}
/*menu for mobile devices - end*/

.closebtn {
  display: block;
  width: 40px;
  font-size: 40px;
  line-height: 0.9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
}

.closebtn:hover, .closebtn:focus {
  color: #b0ebf8;
  text-decoration: none;
}

.closebtn:focus {
  outline: 3px solid #fff;
}

.closebtn-block {
  display: none;
}

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

.closebtn-block {
  padding-bottom: 20px;
}

.menu-burger {
  display: none;
  align-items: center;
  cursor: pointer;
}

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

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

.menu-burger svg:hover, .menu-burger:focus {
  fill: #47aee1;
  transition: .3s;
}

.menu-burger:focus {
  outline: 3px solid red;
}

.img-bot {
  /*max-width: 1700px;*/
  max-height: 385px;
  min-height: 385px;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
}

@media(max-width: 991px) {
  .img-bot {
    max-height: 350px;
    min-height: 350px;
  }
}

@media(max-width: 767px) {
  .img-bot {
    max-height: 300px;
    min-height: 300px;
  }
}

@media(max-width: 500px) {
  .img-bot {
    max-height: 280px;
    min-height: 280px;
  }
}




