@charset "UTF-8";

/*
font-family: 'Montserrat', sans-serif; 300 - 400 - 500 - 600
*/

html * { -webkit-text-size-adjust: none; }

html { height: 100%; }
body { font-family: 'Montserrat', sans-serif; font-size: 15px; line-height: 22px; font-weight: 300; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;  position: relative; color: #2A2A2A; min-height: 100%; height: unset; display: flex; flex-direction: column; }

a { color: #1B56A2; -webkit-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }
a:focus, a:hover { text-decoration: none; color: #D0021B; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: unset; font-family: 'Montserrat', sans-serif; font-weight: 600; }
strong, b { font-family: 'Montserrat', sans-serif; font-weight: 400; }
ul { }
ul li { }

input, textarea, select, button { font-weight: 400; }
textarea { min-height: 6em; }
textarea, input[type="text"] { -webkit-appearance: none;}

:focus { outline: none; }
::selection { background-color: #096DA1; color: white; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select, textarea, input { font-size: 16px; }
}

.brand-color { color: #004298; }
.outline { outline: 1px solid rgba(255,0,0,.5); }
.o-hidden { overflow: hidden; }
.whsnw { white-space: nowrap; }
.container-fluid { max-width: 1170px; }

h2 { color: #0E2B53; font-size: 28px; color: #0E2B53; margin-bottom: 20px; }
h2 span { color: #004298; }
h5 { font-size: 16px; margin-bottom: 13px; }

p { margin-bottom: 15px; }
p.lead { font-weight: 400; font-size: 21px; color: #36414D; line-height: 1.33333333334; }

@media only screen and (min-width: 768px){
  h2 { font-size: 36px; margin-bottom: 30px; }
  h5 { font-size: 19px; margin-bottom: 15px; }
}

section { padding: 60px 0; }

@media only screen and (min-width: 768px){
  /*section { padding: 80px 0; }*/
  h2 { font-size: 32px; }
  h5 { font-size: 17px; }
}


/*--- SECTION::INTRO ---*/
section#intro { padding: 0px!important; position: relative; overflow: hidden; margin-top: -82px }
section#intro .carousel-item { background-size: cover; background-repeat: no-repeat; background-position: center; height: 400px; }

section#intro .carousel-item.intro-0 { background-image: url(/img/intro-0.jpg); }
section#intro .carousel-item.intro-1 { background-image: url(/img/intro-00.jpg); }

section#intro .carousel-item h5 { position: absolute; bottom: 100px; left: 20px; color: #FFF; font-weight: 500; font-size: 24px; text-shadow: 1px 1px 1px rgba(0,0,0,0.30); }
section#intro .carousel-item h5 span { display: block; font-weight: 300; font-size: 21px; }

section#intro .svg-line { position: absolute; bottom: 0; left: 0; right: 0; }
section#intro .svg-line svg {  }

@media only screen and (min-width: 576px){
  section#intro .carousel-item h5 { font-size: 28px; }
  section#intro .carousel-item h5 span {font-size: 24px; }
}

@media only screen and (min-width: 768px){
  section#intro .carousel-item { height: 420px; }
  section#intro .carousel-item h5 { font-size: 32px; bottom: 150px; left: 35px; white-space: nowrap;  }
  section#intro .carousel-item h5 span {font-size: 28px; }
}

@media only screen and (min-width: 992px){
  section#intro .carousel-item { height: 440px; }
  section#intro .carousel-item h5 { font-size: 36px; bottom: 170px; }
  section#intro .carousel-item h5 span {font-size: 32px; }
}

@media only screen and (min-width: 1200px){
  section#intro .carousel-item { height: 500px; }
  section#intro .carousel-item h5 { bottom: 170px; left: calc(50% - 600px); width: 100%; max-width: 1200px; padding-left: 15px; }
}


/*--- SECTION::HOME ---*/
section#home { padding-top: 20px!important; }
section#home p { font-size: 16px; line-height: 1.5; margin-bottom: 15px; }
section#home p.lead { margin-bottom: 25px; font-size: 21px; font-weight: 400; }
section#home p.lead span { font-weight: 500; background-color: #F8E71C; padding: 3px 5px; border-radius: 3px;  }

section#home a.call-box { display: block; color: #FFF; background: url('/img/img-call.png') no-repeat center; background-size: cover; max-width: 350px; height: 160px; transition: ease transform .2s; border-radius: 3px; overflow: hidden; }
section#home a.call-box-ru { height: 200px; }
section#home a.call-box p { font-size: 16px; line-height: 23px; margin-left: 20px; width: 50%; }
section#home a.call-box p span { display: block; margin-top: 9px; font-weight: 600; font-size: 21px; white-space: nowrap; }

section#home a.call-box:hover, section#home a.call-box:focus { transform: translateY(-3px); }
section#home a.call-box:hover p span, section#home a.call-box:focus p span { color: #F8E71C; }

section#home .since { position: absolute; left: 10px; top: -330px; width: 95px; height: 95px; transition: ease transform .2s; }
section#home .since:hover, section#home .since:focus { transform: scale(1.1); }

.currs { background-image: linear-gradient(-180deg, #004298 0%, #00296B 48%); -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.20); box-shadow: 0 5px 15px 0 rgba(0,0,0,0.20); border-radius: 6px; color: #FFF; padding: 25px; padding-bottom: 17px; margin-bottom: 30px; max-width: 350px; }
.curr-item { font-weight: 500; font-size: 15px; line-height: 1.1; padding: 20px 0; border-bottom: 1px solid rgba(216,216,216,0.20); text-shadow: 1px 1px 0 rgba(0,0,0,.33); }
.curr-item img { margin-right: 12px; }
.curr-item small { font-size: 11px; }
.curr-item .name { width: 120px; }
.curr-item .buy { width: 80px; }
.curr-item .name small { font-size: 12px; display: block; }

.curr-title { padding: 0 0 12px 0; }
.curr-title .name { width: 158px; }

.curr-item:last-child {  }
.currs .update-time { display: block; opacity: 0.5; font-weight: 500; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; text-align: center; margin-top: 15px; }

@media only screen and (min-width: 576px){
  section#home .since { top: -330px; }
}

@media only screen and (min-width: 768px){
  section#home { padding-top: 30px!important; }
  section#home p.lead { font-size: 24px; }
  .currs { margin-top: -200px; }
  section#home .since { top: -370px; }
}

@media only screen and (min-width: 992px){
  .currs { margin-top: -270px; }
  section#home .since { top: -400px; }
}

@media only screen and (min-width: 1200px){
  .currs { margin-top: -300px; }
  section#home .since { top: -450px; }
}


/*--- SECTION::ABOUT ---*/
section#about { position: relative; z-index: 0; background: url('/img/bck-about.jpg') no-repeat center #0E2B53; background-size: cover;
 color: #FFF; }
section#about:after { display: block; content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-image: radial-gradient(30% 100%, rgba(0,0,0,0.00) 30%, rgba(0,0,0,0.60) 100%); }
section#about .row { position: relative; z-index: 10; }
section.why { background: url('../img/bck-why.jpg') repeat-x top center; background-size: auto 250px; }
section.why .item { margin-bottom: 15px; }
section.why p.lead { color: #00296B; margin-bottom: 8px;  }
section#about img { max-width: 150px; }

section#about .video-box { aspect-ratio: 1 / 1; max-height: 600px; }

@media only screen and (min-width: 768px){
  section#about .video-box { aspect-ratio: 9 / 16; }
}

@media only screen and (min-width: 992px){
  section#about img { max-width: 100%; }
}


/*--- SECTION::NORTH CYPRUS ---*/
section#northcyprus { position: relative; z-index: 0; background: url('/img/bck-north-cyprus.jpg') no-repeat center #0E2B53; background-size: cover; color: #FFF;}
section#northcyprus:after { display: block; content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-image: radial-gradient(30% 100%, rgba(0,0,0,0.00) 30%, rgba(0,0,0,0.60) 100%); }
section#northcyprus .row { position: relative; z-index: 10; }
section#northcyprus .img-cont { height: 240px; overflow: hidden; margin-bottom: 30px; }
section#northcyprus .img-cont img { position: relative; top: 50%; transform: perspective(1px) translateY(-50%); }
section#northcyprus h2 { font-weight: 900; color: #8DC7ED; font-size: 24px; }
section#northcyprus h2 span { font-weight: 700; color: #FFF; font-size: 32px; display: block; }
section#northcyprus p { color: #FFF; }

@media only screen and (min-width: 768px){
  section#northcyprus .img-cont { height: unset; margin-bottom: 0; }
  section#northcyprus .img-cont img { top: unset; transform: unset;  }
  section#northcyprus h2 { font-size: 28px; }
  section#northcyprus h2 span { font-size: 36px; }
}


/*--- SECTION::CONTACT ---*/
section#contact {}
section#contact iframe { -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2); box-shadow: 0 4px 10px rgba(0,0,0,.2); height: 400px; overflow: hidden; }
section#contact .office { -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2); box-shadow: 0 4px 10px rgba(0,0,0,.2); border-radius: 8px; }
section#contact p { font-weight: 400; }
section#contact a { margin-bottom: 5px; display: block; }
section#contact a:last-child { margin-bottom: 0; }
section#contact a:hover { text-decoration: underline; }
section#contact p strong { font-weight: 600; }
section#contact .facebook { transition: ease transform .2s; margin-bottom: 15px!important; position: absolute; top: 0; right: 15px; }
section#contact .facebook:hover, section#contact .facebook:focus { transform: translateY(-5px); }

section#contact .video-box { aspect-ratio: 9 / 16; max-height: 400px; box-shadow: 0 4px 10px rgba(0,0,0,.2); }

.video-box { border-radius: 8px; width: 100%; overflow: hidden; cursor: pointer; }
.video-box video { height: 100%; width: 100%; object-fit: cover; object-position: center center; opacity: 1; }
.video-box.play::before { content: ''; background-image: url("data:image/svg+xml,%3Csvg width='50' height='49' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-51.7%25' y='-48.3%25' width='203.3%25' height='203.3%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset dy='1' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='5' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath d='M5.703125 1.4544689C4.546875.8452016 3.09375.8251159 1.9140625 1.3942117S0 3.0345467 0 4.1995192v23.567261c0 1.1649726.734375 2.2362117 1.9140625 2.8053075 1.1796875.5690958 2.6328125.5423149 3.7890625-.0602572l22.5-11.7836305C29.3203125 18.1457137 30 17.1079508 30 15.9831497s-.6796875-2.1558687-1.796875-2.7450503l-22.5-11.7836305Z' id='b'/%3E%3C/defs%3E%3Cg transform='translate(10 8)' fill-rule='nonzero' fill='none'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23FFF' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E"); background-size: 40% auto; background-position: center; background-repeat: no-repeat; display: inline-block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; cursor: pointer; z-index: 1; transition: ease-in-out all .15s; }
.video-box.play:hover::before { transform: scale(1.1); }

/*--- SECTION::COPYRIGHT ---*/
.copyright { font-weight: 500; text-align: center; background-color: #0E2B53; color: #FFF; line-height: 1.33333333334; }
.copyright p { margin: 0 auto; max-width: 600px; padding-left: 15px; padding-right: 15px; opacity: .7; }
.copyright small { margin-top: .5rem; }


/*--- HEADER ---*/
header { background-image: linear-gradient(0deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%); position: relative; z-index: 9; padding: 17px 0 18px 0; position: fixed; left: 0; right: 0; top: 0; position: sticky; }
header.active { background-image: linear-gradient(0deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.60) 100%); }

.navbar-light .navbar-brand { margin-right: 0; }
.navbar-light .navbar-toggler { border: 1px solid #FFF; font-size: 15px; color: #FFF; line-height: 32px; }
.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-collapse { background-color: #162D4F; }
.navbar-light .navbar-nav .nav-link { font-weight: 500; color: #FFF; font-size: 15px; color: #FFF; text-shadow: 1px 1px 1px rgba(0,0,0,0.10); padding: 10px; transition: ease all .25s; line-height: normal; }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.active { background: #8cc7ed; color: #FFF; }


.navbar-collapse { position: absolute; top: 46px; width: 100%; }

.monex-text {  background-color: #0E2B53;  }
.monex-text a { margin: 0; font-weight: 600; text-align: center; color: #FFF; line-height: 1.2; text-decoration: underline; font-size: 14px; display: block; width: fit-content; margin: 0 auto; padding: 6px 3px; }

@media only screen and (min-width: 992px){
  .navbar-collapse { background-color: transparent; }
  .navbar-light .navbar-nav .nav-item { margin-left: 5px; }
  .navbar-light .navbar-nav .nav-item:first-child { margin-left: 0; }
  .navbar-light .navbar-nav .nav-link { padding: 6px 10px; font-size: 14px; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.active { background: #8DC7ED; border-radius: 1px; }

  .lang-select { /*cursor: pointer; display: block; position: absolute; right: 20px; top: -12px;*/ margin-top: 3px;  }
  .lang-select:hover { background: transparent!important;  }
  .lang-select img { width: 24px; height: 24px; object-fit: contain; }

  .navbar-collapse { position: relative; top: unset; width: unset; }

  .monex-text { padding: 3px 0; }
  .monex-text a { padding: 8px 6px; }
}

@media only screen and (min-width: 1200px){
  header .navbar-light .navbar-nav .nav-item { margin-left: 10px; }
}


/*--- WHATSAPP LINK ---*/
.wp{ position:fixed; width:60px; height:60px; bottom:40px; right:20px; background-color:#25d366; color:#FFF; border-radius:50px; text-align:center; font-size:30px; z-index:100; transition: ease transform .2s; }
.wp-icon { margin-top:16px; }
.wp:hover, .wp:focus { transform: scale(1.1); color: #FFF; box-shadow: 0 4px 10px rgba(0,0,0,.2); }


/*--- ANIMATIONS ---*/
.hvr-pop { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; line-height: 1; }
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active { -webkit-animation-name: hvr-pop; animation-name: hvr-pop; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function : linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }

.hvr-pop-mini { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; line-height: 1; }
.hvr-pop-mini:hover, .hvr-pop-mini:focus, .hvr-pop-mini:active { -webkit-animation-name: hvr-pop-mini; animation-name: hvr-pop-mini; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function : linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }


/*--- Pop Animation ---*/
@-webkit-keyframes hvr-pop { 50% { -webkit-transform: scale(1.1); transform: scale(1.1); } }
@keyframes hvr-pop { 50% { -webkit-transform: scale(1.1); transform: scale(1.1); } }
@-webkit-keyframes hvr-pop-mini { 50% { -webkit-transform: scale(1.03); transform: scale(1.03); } }
@keyframes hvr-pop-mini { 50% { -webkit-transform: scale(1.03); transform: scale(1.03); } }


/*--- Mobile Menu Item Animation ---*/
@-webkit-keyframes FadeIn {
  0% { opacity: 0; text-indent: 0; }
  100% { opacity: 1; text-indent: 0; }
}
@keyframes FadeIn {
  0% { opacity: 0; text-indent: 0; }
  100% { opacity: 1; text-indent: 0; }
}

/*--- Dropdown Animation ---*/
@keyframes dropdown {
  0%{ opacity: 0; /*transform: translateY(1rem);*/ transform: translate3d(0, 10%, 0); }
  100%{ opacity: 1; /*transform: translateY(0);*/ transform: translate3d(0, 0, 0); }
}

/*--- Marquee ---*/
.marquee { width: 100%; line-height: 2.5; background-color: #004298; color: white; font-weight: 500; white-space: nowrap; font-size: 18px; overflow: hidden; box-sizing: border-box; border-radius: 3px; margin: 25px 0; }

.marquee p { display: inline-block; padding-left: 100%; margin: 0 !important; animation: marquee 60s linear infinite; }

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}