@import 'https://fonts.googleapis.com/css?family=Raleway:400,500,700';
@import 'https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese';

* {
  font-family: Raleway, 'Noto Sans', sans-serif;
  font-size: 1em;
  line-height: 1.75;
  letter-spacing: 1px
}

a, a:focus, a:hover {
  text-decoration: none
}

p span {
  color: #e6007e
}

body {
  background: #003366
}

wrapper {
  background: #fff;
  width: 100%;
  display: block;
  overflow: hidden
}

section {
  background: #fff
}

h1, h2, h3, h4 {
  font-weight: 700;
  color: #007ccf;
  letter-spacing: 2px
}

h1 {
  font-size: 2.5em;
  letter-spacing: 3px
}

@media (max-width:620px) {
  h1 {
    font-size: 1em;
    letter-spacing: 2px
  }
}

h2 {
  font-size: 2em
}

@media (max-width:420px) {
  h2 {
    font-size: 1.75em
  }
}

h3 {
  font-size: 1.75em
}

@media (max-width:420px) {
  h3 {
    font-size: 1.5em
  }
}

h4 {
  font-size: 1.5em
}

@media (max-width:420px) {
  h4 {
    font-size: 1.25 em
  }
}

h5 {
  font-size: 1.25em
}

@media (max-width:420px) {
  h5 {
    font-size: 1.15 em
  }
}

li {
  margin-bottom: 10px
}

.blue-line:after {
  display: block;
  content: "";
  width: 33%;
  height: 5px;
  margin-top: 5px;
  background-color: #007ccf
}

.blue-line-ctr:after {
  display: block;
  content: "";
  width: 33%;
  height: 5px;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #007ccf
}

.center {
  text-align: center
}

.left {
  text-align: left
}

.right {
  text-align: right
}

.btn-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  color: #e6007e;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 30px
}

.btn-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 80%;
  bottom: 0;
  background: #e6007e;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.btn-left:hover {
  color: #e6007e
}

.btn-left:hover:before {
  right: 0
}

.btn-left:focus:before {
  right: 0
}

.btn-left:active:before {
  right: 0
}

.btn-ctr {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  color: #e6007e;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 30px
}

.btn-ctr:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 40%;
  right: 40%;
  bottom: 0;
  background: #e6007e;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.btn-ctr:hover {
  color: #e6007e
}

.btn-ctr:hover:before {
  right: 0;
  left: 0
}

.btn-ctr:focus:before {
  right: 0;
  left: 0
}

.btn-ctr:active:before {
  right: 0;
  left: 0
}

.colorline {
  display: block;
  background-image: url(../img/colorline.svg);
  height: 10px;
  width: 100%;
  background-size: contain;
  background-position: center top
}

.bottomline {
  display: block;
  background-color: #dadada;
  height: 1px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto
}

.bottomline-2 {
  display: block;
  background-color: #dadada;
  height: 1px;
  width: 100%;
  max-width: 1200px;
  margin: 15px 0 15px
}

header {
  display: block;
  width: 100%;
  height: 80px;
  background-color: #003366;
  position: fixed;
  z-index: 999;
  top: 0
}

header .nav-block {
  position: absolute;
  left: 10px;
  top: 26px;
  display: none
}

@media (max-width:1252px) {
  header .nav-block {
    display: block
  }
}

header .logo-block {
  display: inline-block
}

header .logo-block img {
  box-sizing: border-box;
  height: 80px;
  padding: 11px 20px 11px
}

@media (max-width:1252px) {
  header .logo-block {
    width: 100%;
    text-align: center
  }
}

header .menu-block {
  display: inline-block
}

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

header .menu-block ul {
  list-style: none;
  display: block;
  padding: 0;
  margin-bottom: 0
}

header .menu-block li {
  list-style: none;
  display: inline-table;
  height: 80px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, .15);
  margin-bottom: 0;
  transition: background ease .2s
}

header .menu-block li br {
  line-height: 1.25 !important
}

header .menu-block li:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, .15)
}

header .menu-block li:hover {
  background-color: #007aa5;
  transition: background ease .2s
}

header .menu-block a {
  display: table-cell;
  padding: 20px 25px;
  line-height: 1.25;
  vertical-align: middle;
  box-sizing: border-box;
  color: #fff
}

@media screen and (min-width:1240px) and (max-width: 1366px) {
  header .menu-block a {
    padding: 20px 15px !important
  }
}

header .user-block {
  text-align: right;
  height: 80px;
  float: right;
  position: relative;
  display: inline-table
}

@media (max-width:1252px) {
  header .user-block {
    position: absolute;
    top: 0;
    right: 0
  }
}

header .user-block .lang_container {
  display: table-cell;
  width: 100px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .15)
}

@media (max-width:1252px) {
  header .user-block .lang_container {
    display: none
  }
}

header .user-block .lang_container .lang {
  margin-right: 10px;
  color: #fff
}

header .user-block .lang_container .lang>img {
  width: 25px;
  margin-right: 9px
}

header .user-block .lang_container .lang:after {
  content: "|";
  margin-left: 10px
}

@media (max-width:423px) {
  header .user-block .lang_container .lang {
    display: none
  }
}

header .user-block .lang_container .lang:hover ul {
  opacity: 100;
  transition: all ease .2s
}

header .user-block .lang_container ul {
  opacity: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 3px;
  width: 90px;
  right: 0;
  position: absolute;
  text-align: left;
  border: 1px solid #e6e6e6;
  transition: opacity ease .2s;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

header .user-block .lang_container ul>li {
  margin-bottom: 0;
  list-style: none
}

header .user-block .lang_container ul>li a {
  display: block;
  text-decoration: none;
  color: #003366;
  padding: 10px;
  transition: background ease .2s
}

header .user-block .lang_container ul>li a>img {
  width: 55%;
  margin-right: 5px
}

header .user-block .lang_container ul>li:hover {
  transition: background ease .2s;
  background: #e6e6e6
}

header .user-block .lang_container:hover ul {
  opacity: 100;
  visibility: inherit
}

header .user-block .user_container {
  display: table-cell;
  width: 80px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  background-color: #e6007e
}

header .user-block .user_container img {
  width: 25px
}

header .user-block .user_container>div {
  margin-top: 22px !important;
  opacity: 0;
  margin: 0;
  padding: 0;
  color: #003366;
  background: #fff;
  border-radius: 3px;
  min-width: 100px;
  right: 0;
  position: absolute;
  text-align: center;
  border: 1px solid #e6e6e6;
  transition: opacity ease .2s;
  visibility: hidden;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

header .user-block .user_container:hover>div {
  opacity: 100;
  visibility: inherit;
  padding: 10px 15px;
  width: 200px;
  text-align: center
}

header .user-block .user_container:hover .user-link {
  display: inline-block;
  text-align: center;
  width: 48%;
  color: #007ccf;
  font-size: 1em;
  border: 1px solid rgba(255, 255, 255, 0);
  padding-top: 10px;
  padding-bottom: 5px
}

header .user-block .user_container:hover .user-link span {
  font-size: 2em;
  color: #e6007e
}

header .user-block .user_container:hover .user-link:hover {
  border: 1px solid #dadada
}

.main-banner {
  text-align: center;
  background-image: url(../img/main-bg-2.jpg);
  background-size: cover;
  background-position: center top;
  margin-bottom: 8%
}

.main-banner .banner-txt {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 15%;
  box-sizing: border-box
}

.main-banner .banner-txt h1 {
  color: #fff;
  font-size: 5em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1
}

@media (max-width:420px) {
  .main-banner .banner-txt h1 {
    font-size: 2em;
    padding: 0 15px;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 30%
  }
}

.main-banner .banner-gadget {
  margin: 0 auto;
  max-height: 600px;
  background-image: url(../img/tri.svg);
  background-size: cover;
  background-position: center bottom;
  vertical-align: bottom;
  width: 100%
}

.main-banner .banner-gadget img {
  width: 90%;
  margin-top: 10%
}

@media (max-width:767px) {
  .main-banner .banner-gadget img {
    transform: scale(1.3);
    overflow: hidden
  }
}

@media (max-width:767px) {
  .main-banner .banner-gadget {
    overflow: hidden
  }
}

@media (min-width:1450px) {
  .main-banner {
    margin-bottom: 15%
  }
}

@media (max-width:767px) {
  .main-banner {
    margin-bottom: 15px
  }
}

.model-cont .title_cont {
  position: relative;
  left: -150px;
  transition: ease all .2s
}

.model-cont .title_cont.animateme {
  left: 0;
  transition: ease all .2s
}

.model-cont .content_cont {
  position: relative;
  right: -150px;
  transition: ease all .5s
}

.model-cont .content_cont.animateme {
  right: 0;
  transition: ease all .5s
}

.model-cont p {
  margin: 20px 0 15%
}

.service-cont {
  background-color: #F2F2F4;
  padding-bottom: 30px;
  text-align: center
}

.service-cont .service-clm {
  background-color: #F2F2F4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .15s ease-in-out
}

.service-cont .service-clm h2 {
  margin-top: 50px
}

.service-cont .service-clm svg {
  height: 130px;
  margin-bottom: 20px
}

.service-cont .service-clm p {
  padding: 0 10%
}

.service-cont .service-clm .serv-l {
  font-size: 1.125em;
  font-weight: 500
}

@media (max-width:767px) {
  .service-cont .service-clm {
    webkit-filter: grayscale(0);
    filter: grayscale(0)
  }
}

.service-cont .service-clm:hover {
  z-index: 2;
  position: relative;
  box-shadow: 0 20px 100px rgba(0, 0, 0, .1);
  cursor: default;
  padding: 15px 15px;
  margin-top: -30px;
  -webkit-filter: none;
  filter: none
}

@media (max-width:767px) {
  .service-cont .service-clm:hover {
    position: inherit;
    box-shadow: none;
    margin-top: 0;
    padding: 0 15px
  }
}

.service-cont .service-clm:hover .svg-anim {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 1s cubic-bezier(.4, 0, 1, 1)
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

.security-cont {
  text-align: center;
  background-image: url(../img/map-bg.svg);
  background-size: cover;
  background-position: center center
}

.security-cont h1 {
  margin: 8% auto 4%;
  box-sizing: border-box;
  line-height: 1.25
}

@media (max-width:767px) {
  .security-cont h1 {
    font-size: 1.25em
  }
}

.security-cont br {
  height: 0;
  line-height: 0
}

.security-cont .sec-clm {
  display: inline-block
}

.security-cont .sec-clm svg {
  width: 110px;
  margin: 10px
}

@media (max-width:767px) {
  .security-cont .sec-clm svg {
    width: 80px
  }
}

.security-cont .sec-clm h5 {
  margin: auto 20%;
  padding-bottom: 30px
}

@media (max-width:767px) {
  .security-cont .sec-clm h5 {
    margin: auto 5%
  }
}

@media (max-width:767px) {
  .security-cont .sec-clm {
    padding: 0;
    height: 35vh
  }
}

@media (max-height:420px) {
  .security-cont .sec-clm {
    padding: 0;
    height: 50vh
  }
}

.security-cont .sec-clm:nth-child(4) {
  margin-left: 16.666666665%
}

@media (max-width:767px) {
  .security-cont .sec-clm:nth-child(4) {
    margin-left: 0
  }
}

.security-cont .sec-clm:hover .svg-anim {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 1s cubic-bezier(.4, 0, 1, 1)
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000
  }

  to {
    stroke-dashoffset: 0
  }
}

.business-cont {
  text-align: center
}

.business-cont h1 {
  margin: 8% 20% 4%;
  box-sizing: border-box;
  line-height: 1.25;
  text-align: center
}

@media (max-width:767px) {
  .business-cont h1 {
    margin: 8% 10% 4%
  }
}

.business-cont img {
  width: 100%;
  transition: all .15s ease-in-out;
  margin-bottom: 15px
}

.business-cont img:hover {
  box-shadow: 0 20px 100px rgba(0, 0, 0, .1)
}

.business-cont .row:nth-child(3n+2) {
  margin-bottom: 30px
}

.business-cont .img-col-1 {
  padding: 0;
  text-align: left;
  position: relative;
  left: -150px;
  transition: ease all .5s
}

.business-cont .img-col-1.animateme {
  left: 0;
  transition: ease all .5s
}

.business-cont .img-col-1 img {
  float: left
}

.business-cont .img-col-2 {
  padding: 0;
  text-align: right
}

.business-cont .img-col-2 img {
  float: right;
  right: -150px;
  position: relative
}

.business-cont .img-col-2.animateme img {
  right: 0;
  transition: ease all .5s
}

.business-cont .text-col-1 {
  text-align: left
}

.business-cont .text-col-1 h1 {
  text-align: left;
  margin: 10% 0 3% 5%;
  font-weight: 500;
  color: #ffb800;
  letter-spacing: 2px
}

@media (max-width:767px) {
  .business-cont .text-col-1 h1 {
    text-align: center;
    margin: 10% 0 3%
  }
}

.business-cont .text-col-1 p {
  margin: auto 5% 10px
}

@media (max-width:767px) {
  .business-cont .text-col-1 {
    text-align: center
  }
}

.business-cont .text-col-2 {
  text-align: right
}

.business-cont .text-col-2 h1 {
  text-align: right;
  margin: 15% 5% 3% 0;
  font-weight: 500;
  color: #97cc00;
  letter-spacing: 2px
}

@media (max-width:767px) {
  .business-cont .text-col-2 h1 {
    text-align: center;
    margin: 10% 0 3%
  }
}

.business-cont .text-col-2 p {
  margin: auto 5%
}

@media (max-width:767px) {
  .business-cont .text-col-2 {
    text-align: center
  }
}

.business-cont .corp-button {
  margin: 50px auto
}

.whoweare {
  width: 100%;
  margin: 0
}

.whoweare a {
  text-decoration: none
}

.whoweare .txt-carousel {
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 340px;
  background-color: #F2F2F4;
  box-sizing: border-box;
  padding: 10%;
  text-align: center;
  border-bottom: 10px solid #97cc00;
  transition: all .15s ease-in-out
}

.whoweare .txt-carousel h3 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.25
}

@media (max-width:767px) {
  .whoweare .txt-carousel h3 {
    font-size: 1.5em
  }
}

.whoweare:hover .txt-carousel {
  background-color: #007ccf
}

.whoweare:hover .txt-carousel h3 {
  color: #fff
}

.faq-cont {
  padding: 3% 5% 2%
}

.faq-cont .col-sm-8 h1 {
  letter-spacing: 2px
}

.faq-cont .col-sm-4 img {
  max-width: 300px;
  width: 100%
}

@media (max-width:767px) {
  .faq-cont .col-sm-4 img {
    display: none
  }
}

footer {
  background-color: #003366;
  color: #fff;
  text-align: center;
  padding: 3%;
  width: 100%
}

footer .modal_menu {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #003366
}

footer .modal_menu .nav-block {
  position: absolute;
  left: 10px;
  top: 26px;
  z-index: 99
}

footer .modal_menu .nav-block .mymenu {
  width: 40px
}

footer .modal_menu .nav-block .mymenu rect {
  transition: all ease .5s
}

footer .modal_menu .nav-block .mymenu.open svg {
  z-index: 100
}

footer .modal_menu .nav-block .mymenu.open svg rect {
  transition: all ease .5s
}

footer .modal_menu .nav-block .mymenu.open svg rect#rec_middle {
  transition: all ease .8s;
  transform: translate(-100px);
  opacity: 0
}

footer .modal_menu .nav-block .mymenu.open svg rect#rec_top {
  transition: all ease .3s;
  transform: translate(-44px, 6px) rotate(-37deg)
}

footer .modal_menu .nav-block .mymenu.open svg rect#rec_bottom {
  transition: all ease .3s;
  transform: translate(48px, 25px) rotate(37deg)
}

footer .modal_menu .language_modal {
  padding-top: 20px !important
}

footer .modal_menu .language_modal>li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #e8e8e8;
  opacity: .2
}

footer .modal_menu .language_modal>li.active {
  opacity: 1
}

footer .modal_menu .language_modal>li a {
  padding: 20px 10px
}

footer .modal_menu .list-menu {
  position: relative;
  left: 0;
  margin: 0 auto
}

footer .modal_menu .list-menu .logo-modal {
  width: 200px;
  margin-bottom: 45px
}

footer .modal_menu .list-menu>ul {
  margin: 0;
  padding: 0
}

footer .modal_menu .list-menu>ul>li {
  list-style: none
}

footer .modal_menu .list-menu>ul>li>a {
  line-height: 20px;
  font-size: 18px;
  text-decoration: none
}

footer .modal_menu .list-menu>ul>li>a:hover {
  color: rgba(255, 255, 255, .6)
}

footer a {
  color: #fff;
  margin: 0 15px;
  cursor: pointer
}

footer a:hover {
  color: #fff
}

footer img {
  width: 150px;
  margin: 15px
}

@media (max-width:767px) {
  footer .copyright {
    padding: 0 22%
  }
}

.page-container {
  margin-top: 100px;
  padding-bottom: 30px
}

.page-container #cardholders-box {
  position: relative;
  width: 100%
}

@media screen and (min-width:320px) and (max-width:1024px) {
  .page-container #cardholders-box {
    overflow-x: scroll
  }
}

.page-container #cardholders-box table {
  min-width: 768px;
  width: 100%
}

@media (max-width:767px) {
  .page-container {
    margin-top: 100px
  }
}

.page-container h1 {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px
}

.page-container h2 {
  margin-top: 30px;
  color: #007ccf
}

.page-container h4 {
  margin-top: 20px;
  color: #e6007e
}

.page-container table {
  width: 100%;
  max-width: 1200px;
  margin: 15px auto
}

.page-container table tr {
  background-color: #f2f2f4;
  border-bottom: 1px solid #dadada
}

.page-container table tr:nth-last-child(1) {
  border-bottom: 0
}

.page-container table tr:nth-child(even) {
  background-color: #fafafa
}

.page-container table tr.highlights {
  background-color: #c7c7c7 !important
}

.page-container table th {
  padding: 15px;
  width: auto;
  border-right: 1px solid #dadada;
  background-color: #007ccf;
  color: #fff;
  text-align: center;
  border-bottom: 5px solid #06a;
  font-size: 1.125em
}

.page-container table th:nth-last-child(1) {
  border-right: 0
}

.page-container table td {
  padding: 15px;
  width: auto;
  border-right: 1px solid #dadada
}

.page-container table td:nth-last-child(1) {
  border-right: 0
}

.page-container .page-title {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center
}

.page-container .img-col-1 {
  padding: 0;
  text-align: left
}

.page-container .img-col-1 img {
  float: left;
  width: 100%;
  transition: all .15s ease-in-out;
  margin-bottom: 15px;
  margin-top: 15px
}

.page-container .img-col-1 img:hover {
  box-shadow: 0 20px 100px rgba(0, 0, 0, .1)
}

.page-container .img-col-2 {
  padding: 0;
  text-align: right
}

.page-container .img-col-2 img {
  float: right;
  width: 100%;
  transition: all .15s ease-in-out;
  margin-bottom: 15px;
  margin-top: 15px
}

.page-container .img-col-2 img:hover {
  box-shadow: 0 20px 100px rgba(0, 0, 0, .1)
}

.img-inst img {
  border: 1px solid #dadada;
  box-sizing: border-box
}

.deals-chart {
  text-align: center;
  margin: 20px 0 30px
}

.deals-chart .deals-icon {
  text-align: center
}

.deals-chart .deals-icon img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto
}

.deals-chart .deals-txt {
  background-image: url(../img/arrow-right.png);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center 0
}

.deals-chart .deals-txt h5 {
  margin-top: 18%
}

@media (max-width:767px) {
  .deals-chart .deals-txt h5 {
    margin-top: 20px;
    margin-bottom: 10px
  }
}

@media (max-width:767px) {
  .deals-chart .deals-txt {
    background-image: none
  }
}

.main-item .main-ol {
  padding-left: 0
}

.main-item .item h4 {
  display: inline-block
}

.main-item .item:before {
  font-size: 1.5em;
  color: #e6007e;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 0 !important
}

@media (max-width:420px) {
  .main-item .item:before {
    font-size: 1.25 em
  }
}

.main-item ol {
  counter-reset: item
}

.main-item li {
  display: block
}

.main-item li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  margin-left: -30px
}

.faq h2 {
  margin-bottom: 35px
}

.faq .target {
  padding-top: 80px;
  margin-top: -80px
}

.faq .target .row {
  margin-bottom: 30px
}

.faq .target .row p {
  margin-left: 30px
}

.faq .target .row ul p {
  margin-left: 0
}

.faq .anchors .col-sm-3 {
  text-align: center
}

.faq .toc ul {
  list-style: none;
  padding-left: 30px
}

.faq .toc ul a {
  color: #e6007e
}

.faq .toc ul a:hover {
  opacity: .7
}

.faq .ml {
  margin-left: 2em;
}

.chart-container {
  text-align: center;
  max-width: 800px
}

.chart-container img {
  max-width: 70%;
  margin: 15px;
  box-sizing: border-box
}

@media (max-width:420px) {
  .chart-container img {
    max-width: 60%
  }
}

.chart-container p {
  font-size: 18px;
  color: #007ccf;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 30px
}

@media (max-width:420px) {
  .chart-container .full-img {
    max-width: 100%
  }
}

.owl-controls {
  position: static;
  bottom: 10px;
  text-align: center;
  width: 100%
}

.owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 38%
}

.owl-controls .owl-nav span {
  position: absolute;
  font-size: 37px;
  color: #ea3370;
  top: 0
}

.owl-controls .owl-nav span.icon_left {
  left: 0;
  padding-left: 14px
}

.owl-controls .owl-nav span.icon_right {
  right: 0;
  padding-right: 14px
}

.owl-controls .owl-dots {
  position: absolute;
  bottom: 11px;
  width: 100%
}

.owl-controls .owl-dots .owl-dot {
  background: rgba(151, 204, 0, .34);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin: 10px
}

.owl-controls .owl-dots .owl-dot.active {
  background: #97cc00
}

.modal_custom span {
  font-size: 1.7em;
  color: #000306
}

.modal_custom .modal-dialog {
  width: 60%
}

.modal_custom .modal-content img {
  width: 100%;
  border: none
}

.img_show {
  cursor: pointer
}
