/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'Work Sans', sans-serif;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #6D6D6D;
    background: #fff;
    line-height: 1.35;
    min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

@media (min-width: 1200px){
    .container {
        max-width: 1358px;
    }
}

/* *** HEADER *** */

header {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
}

.ic-1 {
    width: 31px;
    height: 30px;
    display: block;
    margin-top: -6px;
    background: url('../../img/frontend/icons/img08.png');
}

a:hover .ic-1 {
  opacity: 0.9;  
}

.header-box {
    background: url('../../img/frontend/img02.png') center;    
}

.header-box .container {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 204px;
}

.h-box-1 {
    margin-top: 27px;
}

.h-box-left {
    display: flex;
}

.h-box-right {
    position: relative;
    z-index: 2;
}

header .container {
    position: relative;
}

header .header-box .container:after {
    width: 320px;
    height: 100%;
    background: #9ac03b;
    content: "";
    display: block;
    right: 15px;
    position: absolute;
    top: 0;
}

header .header-box .container:before {
    width: 10000px;
    height: 100%;
    background: #9ac03b;
    content: "";
    display: block;
    left: 100%;
    margin-left: -15px;
    position: absolute;
    top: 0;
}

.header-box .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

header .logo {
    margin-top: 10px;
    margin-right: 45px;
}

.search-box {
    float: left;
}

.search {
    position: relative;
    width: 200px;
    float: left;
}

.search input {
    width: 100%;
    height: 34px;
    float: left;
    border: 1px solid #c4c4c4;
    background: #fff;
    padding: 2px 10px;
    font-size: 14px;
}

.search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    float: left;
    text-align: center;
    border: none;
    background: #c4c4c4;
}

.search button span {
    width: 22px;
    height: 22px;
    margin-top: 4px;
    display: inline-block;
    background: url('../img/sprite.png') 0 0 no-repeat;  
}

.search button:hover {
    opacity: 0.90;
}

.menu-box {
    height: 56px;
    background: #28285F;
    padding: 9px 0 0 0;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    margin-left: 40px;
    list-style: none;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    float: left;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    opacity: 0.9;
    color: #fff;
}

.box-2 a:hover img {
    opacity: 0.9;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none; 
    width: 305px;
    background: #cacaca;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #1c2f59;
    text-align: left;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    opacity: 0.9;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    color: #1c2f5a;
    font-size: 14px;
    margin: 0;
}

.breadcrumb-box ul {
    padding: 0 !important;
    margin: 0;
    display: flex;
}

.breadcrumb-box li {
    margin-right: 13px;
    padding-right: 19px;
    list-style: none;
    background: url('../../img/frontend/icons/img09.png') center right no-repeat;
}

.breadcrumb-box ul li:last-child {
  background: none;
}

.breadcrumb-box a {
    color: #6D6D6D;
}

.breadcrumb-box strong {
  color: #002063;
}

.breadcrumb-box a:hover {
    color: #002063;   
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #FBFBFB;
    color: #002063;
    font-size: 14px;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

.f-main {
    width: calc(100% - 320px);
    display: flex;
}

.f-sidebar {
    width: 320px;
    background: #28285F;
    color: #fff;
}

.f-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.f-main .f-box {
    width: 33.33%;
}

.f-box {
    padding: 15px 20px;
}

.f-sidebar {
    position: relative;
}

.f-sidebar:after {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 1000px;
    content: "";
    display: block;
    background: #28285F;
}

.created {
    float: right;
}

.copyright {
    float: left;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    opacity: 0.9;
}

/* *** HOME *** */

.main-content .container {
    display: flex;
}

.main {
    width: calc(100% - 320px);
    padding: 30px 0;
    padding-right: 16px;
}

.sidebar {
    width: 320px;
    background: #f5f9eb;
    position: relative;
    color: #fff;
    padding: 30px 0;
    padding-left: 16px;
}

.sidebar:after {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 1000px;
    content: "";
    display: block;
    background: #f5f9eb;
}

.box-1 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    width: 100%;
    background: url('../../img/frontend/img03.png') center;
    height: 177px;
    border-radius: 18px;
    box-shadow: 0px 10px 25px #00000040;
    position: relative;
}

.box-1 div {
    position: absolute;
    padding: 10px 18px;
}

.box-1-1 {
    top: 0;
    left: 0;
}

.box-1-2 {
    top: 0;
    right: 0;
    text-align: right;
}

.box-1-3 {
    bottom: 0;
    left: 0;
}

.box-1-4 {
    bottom: 0;
    right: 0;
    text-align: right;
}

.box-1 strong {
    font-size: 24px;
    display: block;
}

.box-1-2 strong {
    font-size: 36px;
}

.menu-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-1 li {
    margin-bottom: 20px;
}

.menu-1 ul li:last-child {
    margin-bottom: 0;
}

.menu-1 a {
    text-align: center;
    padding: 13px 20px 11px 20px;
    color: #9AC03B;
    border: 1px solid #9AC03B;
    display: block;
    font-weight: 500;
    border-radius: 20px;
}

.menu-1 a:hover {
    background: #9AC03B;
    color: #fff;
}

.menu-1 .link-1 {
    color: #707070;
    border-color: #707070;
    font-weight: bold;
}

.menu-1 .link-1:hover {
    opacity: 0.9;
    color: #707070;
    background: none;
}

.menu-1 .link-1 .txt-1 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: -3px;
}

.menu-1 .link-1 .txt-2 {
    text-align: left;
    display: block;
    margin-top: 5px;
    padding-right: 25px;
    background: url('../../img/frontend/icons/img01.png') center right no-repeat;
}

.row16 {
    margin: 0 -8px;
}

.row16 > div {
    padding: 0 8px;
}

.box-2 {
    margin-bottom: 16px;
}

.box-2-1 {
    color: #002063;
    background: #F1CB00;
    display: block;
    padding: 30px 30px 25px 30px;
}

.box-2-1:hover {
    opacity: 0.9;
    color: #002063;
}

.box-2-1 .name {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 5px 0;
}

.box-2-1 figure {
    height: 44px;
    display: flex;
    align-items: center;
}

.box-2-1 .txt {
    margin-bottom: 20px;
    display: block;
}

.link-3 {
    display: inline-block;
    padding-right: 24px;
    background: url('../img/icons/img03.png') center right no-repeat;  
}

.box-2-2 {
    background: #F39900;
}

.box-2-3 .button-box {
    border-top: 1px solid #2D4691;
    padding-top: 8px;
    text-align: right;
    margin-top: 8px;
}

.link-2 {
    color: #2D4691;
    font-size: 12px;
    text-decoration: underline;
}

.link-2:hover {
    color: #2D4691; 
    text-decoration: underline;
    opacity: 0.9;
}

.table-1 table {
    width: 100%;
}

.table-1 table tr td {
    padding: 4px 0;
    padding-right: 5px;
}

.table-1 table tr td:last-child {
    padding-right: 0;
}

.table-1 table tr th {
    color: #707070;
    font-size: 12px;
    font-weight: 300;
}

.box-2-3 {
    padding: 10px;
    background: #FBFBFB; 
}

.box-2-3 {
    height: 100%;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -3px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #282760;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #282760;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background-color: #282760;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #dfdfdf;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** KARTY *** */

.title-1 {
    padding: 20px 0 20px 0;
}

.title-1 h1 {
    margin: 0;
    padding: 0;
    color: #F1CB00;
    font-size: 46px;
    font-weight: bold;
}

.text p:last-child {
    margin-bottom: 0;
}

.content-box-1 {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between; 
}

.content-box-1 figure {
    flex-shrink: 0;
}

.content-box-1 .description {
  padding-right: 30px;
}

.content-box-1 .price {
  padding: 15px 0 20px 0;
  font-weight: bold;
  color: #002063;
  font-size: 24px;
}

.text p {
    margin-bottom: 10px;
}

.text a {
    color: #6D6D6D;
    text-decoration: underline;
}

.btn-1 {
  height: 50px;
  display: inline-block;
  background: #28285F;
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  line-height: 52px;
  position: relative;
  padding: 0 70px 0 20px;
}

.btn-1:after {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  background: #2D4691 url('../../img/frontend/icons/img10.png') center no-repeat
}

.btn-1:hover {
  opacity: 0.9;
  color: #fff;
}

.btn-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 83px;
  background: #F39900;
}

.btn-2 .txt-1 {
  display: flex;
  align-items: center;
  color: #002063;
  font-size: 24px;
  font-weight: bold;
}

.btn-2 figure {
  margin-right: 20px;
}

.btn-2 .txt-2 {
  color: #002063;
  padding-right: 24px;
  background: url('../../img/frontend/icons/img11.png') center right no-repeat;
}

.btn-2:hover {
  opacity: 0.9;
}

.content-box-2 {
  padding-top: 30px;
  margin: 50px 0;
}

.content-box-1 {
  margin-top: 20px;
}

.padding-left-1 {
  padding-left: 20px;
}

/* *** O KARCIE *** */

.color-blue {
  color: #002063 !important;
}

.btn-2-1 figure {
  width: 46px;
}

.content-box-2 .btn-2 {
  margin-bottom: 28px;
}

.content-box-2 .btn-2:last-child {
  margin-bottom: 0;
}

.btn-2-1 {
  background: #F1CB00;
}

.btn-2-1 .txt-2 {
    background-image: url(../../img/frontend/icons/img12.png);
}

.box-3 h2 {
  color: #002063;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.text ul li {
  margin-bottom: 10px;
}

.text ul li:last-child {
  margin-bottom: 0;
}

.box-3 {
  margin-bottom: 37px;
}

.box-3 figure {
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  margin-left: -46px;
  background: #fff;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
}

.box-3 .description {
  padding-left: 20px;
}

.box-3 {
  display: flex;
}

.boxes-3 .box-3:last-child {
  margin-bottom: 0;
}

.boxes-3 {
  padding: 37px 0;
  margin-top: 6px;
  margin-left: -20px;
  border-left: 95px solid #2D4691;
}

.text-1 p {
  margin-bottom: 25px;
}

.text-1 p:last-child {
  margin-bottom: 0;
}

.title-1-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-3 {
  width: 230px;
  height: 30px;
  border-radius: 20px;
  display: block;
  text-align: center;
  line-height: 29px;
  font-weight: 500;
  padding: 0 20px;
  border: 1px solid #9AC03B;
  color: #9AC03B;
}

.btn-3:hover {
  opacity: 0.9;
  color: #9AC03B;
}

.btn-3 span {
  display: block;
  background: url('../../img/frontend/icons/img21.png') right 6px no-repeat;
}

/* *** KONTAKT *** */

.form-box {
  width: 849px;
  max-width: 100%;
}

.label-box label {
  margin: 0;
  color: #6D6D6D;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 2px 0;
}

.input-box input, .input-box textarea {
  border: 1px solid rgba(112,112,112,0.5);
  height: 40px;
  padding: 10px 15px;
  width: 100%;
}

.input-box textarea {
  margin-top: 20px;
  height: 156px;
  resize: none;
  overflow: auto;
}

.input-box {
  margin-bottom: 25px;
}

.btn-1 {
  border: none;
}

.form-box .button-box {
  justify-content: flex-end;
  display: flex;
}

.row46 {
  margin: 0 -23px;
}

.row46 > div {
  padding: 0 23px; 
}

.boxes-4 .box-4 {
  margin-top: 20px;
}

.boxes-4 {
  padding-top: 40px;
}

.text.color-blue a {
  color: #002063;
  text-decoration: none;
}

.text.color-blue a:hover {
  opacity: 0.9;
}

.form-box .button-box {
  margin-top: -10px;
}

.z-main-content {
  display: flex;
}

.z-sidebar {
  width: 224px;
  padding-right: 17px;
  flex-shrink: 0;
}

.z-menu li {
  border-top: 1px solid #F1F1F1;  
}

.z-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.z-menu {
  border-bottom: 1px solid #F1F1F1;
  margin-left: -20px;
}

.z-menu a {
  padding: 17px 20px 15px 20px;
  color: #00206380;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.z-menu .current a, .z-menu a:hover {
  color: #9AC03B;
}

.z-main {
  background: #F1F1F1;
  padding: 20px;
  width: 100%;
}

.z-input-box input {
  border: none;
  width: 100%;
  background: none;
  padding: 0;
}

.z-label-box {
  margin-bottom: 10px;
}

.z-label-box label {
  font-size: 10px;
}

.z-main h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.z-content-box-1 {
  padding-left: 10px;
  padding-bottom: 10px;
}

.z-main .z-content-box-1:last-child {
  padding-bottom: 0;
}

.checkbox-box .icheckbox {
  width: 15px;
  flex-shrink: 0;
  margin-top: 2px;
  height: 15px;
  border: 1px solid #707070;
}

.checkbox-box label {
  padding-left: 8px;
}

.checkbox-box label a {
  color: #6D6D6D;
  text-decoration: underline;
}

.checkbox-box .icheckbox.checked {
  background: url('../../img/frontend/icons/img22.png') center no-repeat;
}

.checkbox-box {
  display: flex;
}

.z-content-box-3 {
  font-size: 10px;
  padding-top: 50px;
  padding-bottom: 45px;
}

/* *** MOJE KARTY *** */

.z-content-box-4 {
  display: flex;
  justify-content: space-between; 
}

.z-content-box-4-1 {
  flex-shrink: 0;
  width: 218px;
  padding: 15px 20px;
  background: #2D4691;
  color: #fff;
}

.z-content-box-4 .text {
  padding-right: 20px;
}

.z-content-box-4-1 .points {
  font-size: 18px;
  padding-top: 10px;
  font-weight: bold;
}

.z-content-box-4 {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.search-box-1 {
  position: relative;
}

.search-box-1 input {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 15px #0000000D;
  height: 40px;
  border: 1px solid #f5f5f5;
  padding: 0 15px;
}

.search-box-1 button {
  position: absolute;
  top: 25px;
  border: none;
  background: #28285F url('../../img/frontend/icons/img23.png') center no-repeat;
  right: 0;
  height: 40px;
  width: 40px;
}

.search-box-1 {
  margin-bottom: 50px;
}

.search-box-1 button:hover {
  opacity: 0.9;
}

.table-2 table {
  width: 100%;
}

.table-2 table td, .table-2 table th {
  font-size: 12px;
  padding: 16px 5px 15px 5px;
  border-bottom: 1px solid #F1F1F1;
}

.table-2 input {
  width: 95px;
  height: 30px;
  border: 1px solid #F1F1F1;
  padding: 0 10px;
  text-align: center;
}

.btn-1-1 {
  height: 30px;
  line-height: 31px;
  font-size: 12px;
  padding: 0 40px 0 10px;
}

.btn-1-1:after {
  width: 30px;
  height: 30px;
}

.table-2 {
  overflow: auto;
}

.search-box-1-1 {
  padding-top: 25px;
}

.table-2 a {
  color: #6D6D6D;
}

.table-2 a:hover {
  color: #002063;
}

.log-box {
  float: right;
  padding: 15px 20px;
  width: 422px;
  background: #FBFBFB;  
}

.l-label-box label {
  font-size: 10px;
  color: #002063;
  padding: 0 0 5px 0;
  margin: 0;
}

.l-link {
  font-size: 10px;
  color: #002063;
}

.l-link:hover {
  opacity: 0.9;
  color: #002063;
}

.log-box .button-box {
  padding-bottom: 10px;
}

.l-input-box {
  margin-bottom: 10px;
}

.log-box {
  /* //margin-top: 65px; */
}

.log-box .button-box-1 {
  display: flex;
  justify-content: center; 
}

.l-input-box input {
  box-shadow: 0px 0px 15px #0000000D;
  height: 40px;
  padding: 0 10px;
  border: none;
  width: 100%;
}

.main {
  position: relative;
}

.blur-box {
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 15px);
 -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 100%;
  background: rgba(255,255,255,0.8);
}

/* 15.06 */
/* *** POPUP *** */

.popup-content {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(45,45,45,0.5);
  padding: 8% 0;
}

.popup-box {
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  width: 770px;
  background: #fff;
  box-shadow: 0px 0px 10px #00000026;
  border-radius: 7px;
}

.popup-box {
  display: flex;
}

.popup-box .description {
  width: calc(100% - 258px);
  padding-right: 20px;
}

.popup-box .txt span {
  color: var(--color-green);
}

.popup-box .txt {
  font-size: 15px;
  margin-bottom: 24px;
}

.popup-box .txt p {
  margin-bottom: 20px;
}

.popup-box h2 {
  color: var(--color-green);
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  font-family: 'Teko', sans-serif;
}

.popup-box .button-box .btn-1 {
  margin-right: 25px;
}

.disabled, .disabled:hover {
  opacity: 1;
  cursor: unset;
}