/* *** 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: arial;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #002855;
    background: #fff;
    line-height: 1.3;
    padding-top: 84px;    
    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) {
    body .container {
        max-width: 1210px;
    }
}

/* *** HEADER *** */

header {
    background: #002855;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    float: left;
    height: 84px;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    padding: 26px 0;
}

header .logo {
    float: left;
}

header .logo img {
    float: left;
}

.h-txt {
    color: #fff;
    font-style: italic;
    font-weight: bold;
    line-height: 1.1;
    margin-top: -5px;
    font-size: 25px;
}

/* *** HOME *** */

.content-box-1 {
    float: left;
    width: 100%;
}

.content-box-bg-1 {
    float: left;
    width: 100%;
}

.content-box-bg-1 {
    background: url('../../img/frontend/start/img08.png') center 120px no-repeat;
    background-attachment: fixed;
    padding-bottom: 50px;
}

.content-box-1 .txt-1 {
    text-transform: uppercase;
    font-size: 59px;
    line-height: 1.2;
    font-weight: 900;
    width: 80%;
    padding: 30px 0 27px 0;
}

.content-box-1 .txt-1 span {
    color: #2DB4AC;
}

.btn-1 {
    display: inline-block;
    height: 64px;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    padding: 0 20px;
    border-radius: 11px;
    line-height: 64px;
    background: #C80000;
    border: 1px solid #9F0000;
}

a.btn-1:hover {
    color: #C80000;
    background: transparent;
    box-shadow: inset 0 0 10px rgba(200,0,0,0.5);
}

.content-box-1 .button-box {
    margin-bottom: 25px;
}

.content-box-1 .txt-2 {
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 25px;
}

.boxes-1 {
    border-left: 5px solid #002855;
    padding-left: 20px;
    margin-left: -20px;
}

.boxes-1a {
    margin-bottom: 50px;    
}

.boxes-1b {
    margin-bottom: 30px;    
}

.boxes-1c {
    margin-bottom: 50px;    
}

.box-1 figure {
    text-align: center;
    width: 204px;
    box-shadow: 0px 0px 20px #0000001A;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.box-1 figure span {
    height: 97px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.boxes-1b figure span, .boxes-1c figure span {
    height: 130px;
}

.box-1 .txt {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 228px);
}

.box-1 {
    margin-bottom: 10px;
}

.boxes-1 .box-1:last-child {
    margin-bottom: 0;
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #002855;
    font-size: 18px;
    color: rgba(255,255,255,0.75);
}

footer .txt-1 {
    font-size: 22px;
    font-weight: 900;
    padding: 16px 0 7px 0;
}

footer .txt-2 {
    margin-bottom: 10px;
}

footer .txt-3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    margin-bottom: 110px;
}

.f-boxes {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
}

.f-box-txt {
    padding-top: 36px;
    position: relative;
}

.f-box-txt:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background: #c80000;
    border: 2px solid #fff;
    content: "";
    display: block;
    border-radius: 50%;
}

.f-boxes .row-box {
    display: flex;
    justify-content: space-between; 
}

.f-boxes .col-box {
    margin-bottom: 20px;
    text-align: center;
}

.btn-2 {
    width: 256px;
    height: 64px;
}

footer .btn-1 {
    width: 256px;
    margin-right: 70px;
}

footer .container {
    position: relative;
}

footer .image-1 {
    position: absolute;
    top: -120px;
    right: 75px;
}

/* *** 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/frontend/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: red;
}

.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: #000;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background-color: #b41b1e;
    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;
}

/* *** RWD *** */

@media only screen and (max-width: 1199px) {
    .content-box-1 .txt-1 {
        font-size: 48px;
    }
    footer .btn-1 {
        margin-right: 0;
    }
    footer .image-1 {
        right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .main-menu {
        display: none;
    }
    .header-rsp {
        display: block;
    }
    body {
        padding-top: 0;
    }
    header {
        position: relative;
        height: 70px;
    }
    .header-box {
        padding: 25px 0;
    }
    .content-box-1 .txt-1 {
        font-size: 30px;
    }
    footer {
        font-size: 16px;   
    }
    footer .btn-1 {
        width: 100%;
    }
    .f-box {
        padding: 0 10px;
    }
    footer .txt-3 {
        margin-bottom: 20px;
    }
    .btn-1 {
        font-size: 16px;
    }
    .content-box-bg-1 {
        background: none;
    }
    .h-txt {
        font-size: 16px;
    }
    .logo {
        height: 20px;
    }
    .search-box {
        width: 100%;
    }
    .header-right-box {
        width: 100%;
    }
    .search {
        width: 100%;
    }
    header .langs-box {
        display: none;
    }
    .banner-full-screen {
        height: calc(100% - 72px);
    }
}

@media only screen and (max-width: 768px) {
    .boxes-1 {
        margin-left: 0;
        padding-left: 10px;
    }
    .content-box-1 .txt-1 {
        width: 100%;
        font-size: 22px;
    }
    .h-txt {
        display: none;
    }
    .box-1 figure {
        width: 100%;
        margin-right: 0;
    }
    .box-1 .txt {
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }
    footer .image-1 {
        display: none;
    }
    footer .txt-1 {
        font-size: 18px;
    }
    .f-boxes .row-box {
        display: block;
    }
    footer {
        text-align: center;
    }
    .button-center-rwd {
        text-align: center;
    }
}

@media only screen and (max-width: 576px) {
   
}

.k-content-box-1 {
    width: 650px;
}

.color-red {
    color: #C80000;
}

.k-boxes-1 .row-box {
    margin: 0 -10px;
}

.k-boxes-1 .col-box {
    width: 32.3333%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}

.k-box-1 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.k-box-1-txt {
    margin-top: 10px;
    border-top: 2px solid #002855;
    padding: 10px 0;
}

@media only screen and (max-width: 1199px) {
.k-content-box-1 {
    width: 550px;
}
}

@media only screen and (max-width: 992px) {
.k-content-box-1 {
    width: 100%;
}
.k-box-1-txt {
    font-size: 16px;
}
}

@media only screen and (max-width: 767px) {
.k-boxes-1 .col-box {
    width: 100%;
}
}
.m-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-popup-content {    
    width: 546px;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0px 5px 15px #00000029;
    border-radius: 15px;
    border: 1px solid #002855;
    text-align: center;
    background: #fff;
    padding: 20px 50px;
}

.m-button-box {
    padding-top: 30px;
}

.m-popup-content .txt {
    font-style: italic;
}
.btn-3 {
    display: inline-block;
    width: 127px;
    height: 43px;
    border: 2px solid #002855;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    background: #fff;
    text-align: center;
    color: #002855;
}

.btn-3:hover {
    color: #FF6900;
    border-color: #FF6900;
}
.btn-3-1 {
    background: #002855;
    width: 340px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
}

.btn-3-1:hover {
    background: #ff6900;
    color: #fff;
}

.m-icon {
    border-bottom: 2px solid #404040;
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -10px;    
    margin-bottom: 15px;
    padding-bottom: 7px;
}

@media only screen and (max-width: 992px) {
    .m-popup-content {
        padding: 20px;
    }
    .m-popup {
        overflow: auto;
        display: block;
        padding: 15px;
    }

}
/* *** 19.05 *** */

.cc-content-box-1 .r-label-box {
    width: 150px;
}

.r-input-box textarea {
    height: 129px;
    padding: 10px 15px;
    display: block;
    resize: none;
    overflow: auto;
    border: 1px solid #002855;
    width: 100%;
}

.cc-content-box-1 .btn-8-1 {
    height: 60px;
}

.cc-content-box-2 {
    text-align: center;
    color: #404040;
    font-size: 16px;
    font-weight: 900;
}

.cc-content-box-2 .txt-1-1 {
    margin-bottom: 20px;
}

.cc-content-box-2 .txt-2 {
    margin-bottom: 35px;
    font-weight: 900;
    color: #002855;
    font-size: 36px;
}

.cc-content-box-2 a {
    color: #002855;
}

.cc-content-box-2 a:hover {
    color: #002855;
    opacity: 0.9;
}

.cc-content-box-3 {
    padding-top: 40px;
}

.cc-content-box-3 a {
    color: #404040;
    text-decoration: none;
}

.cc-content-box-3 a:hover {
    color: #404040;
    opacity: 0.9;
    text-decoration: none;
}