/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

@font-face {
    font-family: 'FranklinGothicBookRegularBold';
    src: url('/css/frontend/fonts/FranklinGothicMediumITC.woff2') format('woff2'),
        url('/css/frontend/fonts/FranklinGothicMediumITC.woff') format('woff');
         font-weight: 'bold';
}

@font-face {
    font-family: 'FranklinGothicBookRegular';
    src: url('/css/frontend/fonts/FranklinGothicBookITC.woff2') format('woff2');
         font-weight: 400;
}

@font-face {
    font-family: 'FranklinGothicBookITCBold';
    src: url('/css/frontend/fonts/FranklinGothicMediumITC.woff2') format('woff2'),
        url('/css/frontend/fonts/FranklinGothicMediumITC.woff') format('woff');
        font-weight: 'bold';
}

@font-face {
    font-family: 'FranklinGothicBookITC';
    src: url('/css/frontend/fonts/FranklinGothicBookITC.woff2') format('woff2');
    font-weight: 400;
}


.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: 'FranklinGothicBookRegular';
}

@media (min-width: 1200px) {
    body .container {
        max-width: 1170px;
    }
}

body {
    font-family: 'FranklinGothicBookRegular';
    color: #666;
    font-size: 15.6px;
    line-height: 1.42857143;
    background: #ecebe7;
    padding-top: 105px;
    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%;
}

/* *** HEADER *** */

header {
    background: #fff;
    position: fixed;
    z-index: 10;
    top: 0;
    box-shadow: 0 0 5px #333;
    left: 0;
    width: 100%;
}

.user-box {
    height: 30px;
    background: #f5f5f5;
    padding: 5px 0;
}

.user-box .container {
    display: flex;
    justify-content: flex-end; 
}

.u-box {
    margin-left: 15px;
    font-size: 14px;
    border-left: 1px solid #ddd;
    padding-left: 15px;    
}

.user-box .container .u-box:first-child {
    border-left: none;
}

.user-box a {
    color: #e30613;
}

.user-box a:hover {
    color: #e30613;
    opacity: 0.9;
}

.header-box .container {
    height: 75px;
    display: flex;
    padding-bottom: 10px;
    align-items: flex-end;
    justify-content: space-between; 
}

header .logo {
    float: left;
}

header .logo img {
    width: 165px;
    display: block;
}

.h-boxes {
    display: flex;
}

.btn-1 {
    font-size: 11px;
    margin: 0;
    padding: 1px 15px;
    line-height: 25px;
    height: 26px;
    background: #b7b7b7;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    border: none;
}

.btn-1-red {
    background: #e30613;    
}

.btn-1:hover {
    opacity: 0.85;
    background: #b7b7b7;
    color: #fff;
}

.btn-1-red:hover {
    background: #e30613; 
}

.h-box {
    margin-left: 10px;
}

.h-box input {
    border: 1px solid #ddd;
    display: block;
    height: 26px;
    width: 100px;
    color: #666;
    padding: 0 5px;
    padding-top: 0.5px;
    font-size: 11px;
}

.main-menu {
    margin-bottom: 0;
    margin-left: 30px;
    font-weight: bold;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu li:hover ul {
    display: block;
}

.main-menu .li-submenu > a {
    padding-right: 18px;
    background: url('../../img/frontend/icons/arrow01.png') center right no-repeat;   
}

.main-menu > ul > li {
    position: relative;
    float: left;
    list-style: none;
    margin: 0 11px;
}

.main-menu > ul > li > a {
    display: block;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    color: #000;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #000;
    border-color: #ddd;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none;
    box-shadow: rgb(0 0 0 / 25%) 0 0 10px -2.5px;
    width: 200px;
    background: #fff;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #333;
    text-align: left;
    display: block;
    padding: 9px 15px 8px 15px;
    float: left;
    width: 100%; 
    font-size: 15px;
}

.main-menu ul ul li:hover > a {
    background: #f5f5f5;
    color: #333;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

/* *** BANNER *** */

.banner-box img {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

.banner ul li {
    position: relative;
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner .bx-controls-direction {
    display: none;
}

.banner .bx-controls {
    display: block;
}

.banner .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: red;
    padding: 20px 10px;
    color: #fff;
}

.banner a {
    color: #fff;
}

.banner h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.banner a:hover {
    color: blue;
}

.banner .prev-box, .banner .next-box {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 70px;
    z-index: 1000;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    opacity: 0;
}

@media only screen and (min-width: 1199px) {
    .banner {
        height: 428px;
        overflow: hidden;
    }
}

.banner ul {
    padding: 0;
    margin: 0;
}

.banner figure a {
    display: block;
}

.banner:hover .prev-box, .banner:hover .next-box {
    opacity: 1;
}

.banner .prev-box {
    left: 0;    
}

.banner .next-box {
    right: 0;    
}

.banner .bx-prev, .banner .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.banner .bx-prev {
    background: url('../../img/frontend/icons/prev.png');   
}

.banner .bx-next {
    background: url('../../img/frontend/icons/next.png');   
}

.banner .prev-box:hover, .banner .next-box:hover {
    opacity: 0.90;
}

.banner .bx-controls {
    width: 100%;
    position: absolute;
    z-index: 100;
    height: 15px;
    text-align: center;
    bottom: 12px;
    justify-content: center;
    display: flex;
    align-items: center;
    right: 0;
}

.banner .bx-pager {
    display: flex;
    justify-content: center;
    padding: 0;
}

.banner .bx-pager .bx-pager-item {
    float: left;
    margin-right: 10px;
}

.banner .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 15px;
    height: 15px;
    background: #ccc;
    -webkit-border-radius: 50%;
    margin: 0;
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.banner .bx-controls-auto {
    display: none;
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover{
    background: #888 !important;    
}

body, html {
    height: 100%;
}

.banner-full-screen {
    width: 100%;
    height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
    height: 100% !important;
}

.banner-full-screen {
    height: 100%;
}

/* *** EFFECT *** */

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #fff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  background-color: #333333;
  width: 12px;

}

/* *** HOME *** */

.main-content {
    background: #fff;
    padding-bottom: 60px;
}

.content-box-1 {
    padding: 10px 0;
}

.boxes-1 .row {
    margin: 0 -10px;
    justify-content: center;
}

.boxes-1 .row > div {
    padding: 10px;
}

.box-1 {
    position: relative;
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 10px -2.5px;
    width: 186px;
    background: #d9d6cf;
    color: #000;
    display: flex;
    margin: 0 auto;
    font-size: 26px;
    padding: 5px 13px;
    align-items: flex-end;
    height: 186px;
}

.box-1 .icon {
    position: absolute;
    top: 0;
    margin: 15px 16px;
    display: flex;
    align-items: center;
    right: 0;
    height: 44px;
}

.box-1-1 {
    color: #e6f2e8;
    background: #df0a26;
}

.box-1:hover {
    opacity: 0.9;
    color: #000;
}

.box-1-1:hover {
    color: #e6f2e8;
}

.boxes-1 {
    padding: 0 168px;
}

.boxes-2 {
    margin-top: -20px;
}

.box-2 {
    display: block;
    background: #ecebe7;
    color: #000;
    margin-top: 20px;
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 10px -2.5px;
}

.row20 {
    margin: 0 -10px;
}

.row20 > div {
    padding: 0 10px;
}

.box-2 .txt {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 15px 9px 15px;
}

.box-2:hover {
    opacity: 0.9;
    color: #000;
}

.main-wrapper {
    display: flex;
    justify-content: space-between;
}

.main {
    width: 875px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.sidebar {
    width: calc(100% - 890px);
    margin-bottom: 20px;
}

.box-3 {
    color: #666;
    padding: 15px 20px 15px 20px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px #ccc;    
}

.box-3 a {
    color: #666;
}

.box-3 a:hover {
    color: #666;
    opacity: 0.9;
}

.input-box input, .input-box textarea {
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    height: 34px;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    margin: 5px 0;
    padding: 7px 10px;
    width: 100%;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.input-box input:focus, .input-box textarea:focus {
    box-shadow: 0 0 10px #dbecfa;
    border-color: #66afe9;
}

.label-box label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.input-box {
    margin-bottom: 15px;
}

.box-3 .txt-1 {
    font-size: 14px;
    line-height: 1.3;
}

.box-3 .txt-1 p {
    margin-bottom: 10px;
}

.box-4 {
    font-size: 14px;    
    display: flex;
    line-height: 1.3;
    align-items: center;
    margin-bottom: 15px;
}

.boxes-4 {
    padding: 0 22px;
}

.boxes-4 .box-4:last-child {
    margin-bottom: 0;
}

.box-4 figure {
    width: 40px;
    flex-shrink: 0;
    text-align: center;
    margin-right: 22px;
}

.title h2, .title h1 {
    font-size: 20px;
    color: #000;
    margin: 0;
}

.title {
    border-bottom-width: 1px;
    border-bottom-style: solid;    
    border-color: #ddd;
    padding-bottom: 10px;
}

.btn-2 {
    font-size: 14px;
    margin: 0;
    padding: 1px 15px;
    line-height: 31px;
    height: 32px;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    border: none;
    background: #e30613;    
}

.btn-2:hover {
    opacity: 0.85;
    background: #e30613;
    color: #fff;
}

.form-button {
    text-align: center;
}

.margin-bottom-1 {
    margin-bottom: 25px;
}

.info-box {
    line-height: 1.2;
    font-size: 11px;
}

.info-box a {
    color: #e30613;
}

.info-box a:hover {
    opacity: 0.9;
    color: #e30613;
}

.checkbox-box {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 10px;
}

.checkbox-content {
    padding-bottom: 10px;
}

.checkbox-box label {
    margin: 0;
    display: block;
}

.checkbox-box a {
    color: #e30613;
}

.checkbox-box a:hover {
    color: #e30613;
    opacity: 0.9;
}

.checkbox-box input {
    margin: 0;
    position: relative;
    flex-shrink: 0;
    margin: 5px 8px 0 0;
}

.more-txt {
    display: none;
    margin: 0;
}

.more-txt + a + a {
    display: none;
}

.checkbox-box small {
    font-size: 85%;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    padding: 13px 15px 9px 15px;
    background: #f5f5f5;
    font-size: 13px;
    margin: 0 -15px;
    color: #666;
}

.breadcrumb-box ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.breadcrumb-box li {
    list-style: none;
}

.breadcrumb-box a {
    color: #e30613;
}

.breadcrumb-box ul li:before {
    padding: 0 7px 0 10px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb-box ul li:first-child:before {
    display: none;
}

.breadcrumb-box ul li:last-child {
    color: #777;
}

.breadcrumb-box a:hover {
    color: #e30613;
    opacity: 0.9;
}

/* *** FOOTER *** */

footer {
    color: #666;
    clear: both;
    position: relative;
    padding: 30px 0;
}

footer .container {
    display: flex;
    justify-content: space-between; 
}

footer a {
    color: #e30613;
}

footer a:hover {
    color: #e30613;
    opacity: 0.9;
}

footer h3 {
    font-family: 'FranklinGothicBookRegularBold';
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

footer .float-left {
    width: 50%;
}

footer .float-right {
    display: flex;
}

footer .float-right .col-box {
    margin-left: 45px;
}

.social-box a {
    width: 50px;
    height: 50px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

.fb {
    background-image: url('../../img/frontend/icons/facebook.png');
}

.yt {
    background-image: url('../../img/frontend/icons/youtube.png');
}

.instagram {
    background-image: url('../../img/frontend/icons/instagram.png');
}

.apple {
    background-image: url('../../img/frontend/icons/apple.png');
}

.android {
    background-image: url('../../img/frontend/icons/android.png');
}

.social-box {
    display: flex;
}

/* *** 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: #000;
}

.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: 14px 15px 14px 15px;
}

.menu-rsp nav a:hover {
    background-color: #e30613;
    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;
}

/* *** O KLUBIE *** */

.main-content-subpage {
    background: none;
    padding-bottom: 0;
}

.main-content-1 {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.title {
    margin-bottom: 30px;
}

.title h1 {
    padding-top: 18px;
}

.box-5 {
    color: #666;
    display: block;
    box-shadow: 0 0 5px #ccc;
    margin: 0 0 30px 0;
}

.box-5 .description {
    padding: 10px;
}

.box-5 .button-box {
    display: flex;
    padding-top: 20px;
    justify-content: flex-end;  
}

.link-1 {
    color: #e30613 !important;
}

.link-1:hover {
    color: #e30613 !important;
    opacity: 0.9;   
}

.boxes-5 .row {
    margin-bottom: -30px;
}

.box-5 .txt-more {
    display: none;
}

.box-5 .name {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: bold;
}

.box-5 .name span {
    color: #e30613;
}

.box-5 figure {
    margin-bottom: 7px;
}

.margin-bottom-2 {
    margin-bottom: 60px;
}

.text p {
    margin-bottom: 20px;
}

.text p:last-child {
    margin-bottom: 0;
}

.boxes-6 .row-box {
    display: flex;
    margin: 0 -15px;
}

.boxes-6 .col-box {
    width: 20%;
    padding: 0 15px;
}

.boxes-6 {
    margin-bottom: -5px;
}

.box-6 .button-box {
    display: flex;
    justify-content: flex-end; 
}

.btn-3 {
    width: 21px;
    height: 21px;
    background: url('../../img/frontend/icons/img15.png');
    display: block;
}

.btn-3:hover {
    opacity: 0.9;
}

.btn-3.active {
    transform: rotate(90deg);
}

.box-6 {
    border: 1px solid #707070;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.box-6 .description-1 {
    min-height: 130px;
    padding-bottom: 13px;
}

.box-6 .description-2 {
    text-align: left;
    display: none;
    padding-top: 12px;
}

.box-6 .button-box {
    height: 21px;
}

.box-6  .name {
    font-weight: bold;
    color: #e30613;
    margin: 10px 0;
    font-size: 18px;
}

.box-6 figure img {
    max-width: 120px;   
}

.text a {
    color: #e30613;
}

.text a:hover {
    color: #e30613;
    opacity: 0.9;
}

.text ul {
    margin-bottom: 20px;
}

.text ul {
    padding: 0;
    list-style: none;
    padding-left: 30px;
}

.text ul li:before {
    content: "▪";
    color: #e30613;
    font-size: 30px;
    position: absolute;
    top: -9px;
    display: block;
    left: 0;
}

.text ul li {
    padding-left: 20px;
    position: relative;
}

.boxes-7 .row-box {
    display: flex;
    justify-content: center;
}

.boxes-7 .col-box {
    width: 169px;
    padding: 0 2px;
}

.box-7:hover {
    opacity: 0.9;
}

.box-7 .txt {
    padding: 5px 0;
    font-weight: bold;
    color: #000;
}

.boxes-8 {
    padding: 0 120px;
}

.main-content-1 {
    padding-bottom: 30px;
}

.boxes-8 .row-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text ul:last-child {
    margin-bottom: 0;
}

.box-5 p, .box-5 ul {
    margin-bottom: 0;
}

.boxes-5-1 .box-5 .button-box {
    padding-top: 0;
}

.box-9 {
    margin-bottom: 30px;
    text-align: center;
    display: none;
}

.box-5 figure {
    position: relative;
}

.box-5 figure img {
    display: block;
}

.box-5 .name-1 {
    background: #dbd6d0;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px 4px 10px;
    position: absolute;
    bottom: 12px;
    left: 0;
}

a.box-5 {
    box-shadow: none;
}

a.box-5:hover {
    opacity: 0.9;
}

.title-link-box {
    display: flex;
    align-items: center;
}

.title-link {
    padding-top: 20px;
    padding-left: 30px;
}

.title-link a {
    color: #e30613;
}

.title-link a:hover {
    color: #e30613;
    opacity: 0.9;
}

.bs-tooltip-right .arrow::before {
    bottom: 5px;
}

/* *** NAGRODY *** */

.main-content-wrapper {
    display: flex;
}

.main-content-wrapper .main-content-1 {
    width: 875px;
    margin-right: 0;
}

.sidebar-1 {
    width: calc(100% - 875px);
    padding-left: 15px;
}

.boxes-7-1 .row-box {
    flex-wrap: wrap;
}

.boxes-7-1 .col-box {
    width: 33.3333%;
}

.boxes-7-1 .box-7 .txt {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
}

.title-1 h2 {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}

.title-1 {
    margin-bottom: 16px;
}

.menu-1 li {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.menu-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-1 ul ul {
    padding-left: 20px;
    border-top: 1px solid #ccc; 
}

.menu-1 ul ul li:last-child {
    border: none;
}

.menu-1 li {
    position: relative;
}

.menu-1 ul ul ul {
    display: none;
}

.menu-1 .arrow {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../../img/frontend/icons/arrow02.png') center no-repeat;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2;
}

.menu-1 a {
    display: block;
    padding: 11px 15px 9px 9px;
    color: #333;
    background: url('../../img/frontend/icons/img21.png') left center no-repeat;
    font-size: 13px;
}

.menu-1 a:hover, .menu-1 .current > a {
    color: #e30613;
}

.sidebar-1 {
    padding-top: 55px;
}

/* *** ZAPISZ SIĘ *** */

.boxes-1-1 {
    margin: 50px 0;
    padding: 25px 0 0 0;
}

.box-1 .txt {
    line-height: 1.1;
    padding-bottom: 4px;
}

.boxes-5-2 .box-5 {
    box-shadow: none;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.boxes-5-2 .box-5.current {
    -webkit-filter: none; 
    filter: none; 
}

/* *** ELEWACJE *** */

.filtration-box .row-box {
    display: flex;
    align-items: flex-end;
}

.filtration-box {
    padding-top: 40px;
}

.filtration-box .col-box {
    margin-bottom: 10px;
}

.filtration-box input {
    border: 1px solid #ddd;
    display: block;
    height: 32px;
    width: 80px;
    color: #666;
    padding: 0 5px;
    font-size: 14px;
}

.filtration-box input.width-1 {
    width: 260px;
}

.filtration-box .col-box {
    padding-right: 6px;
}

.filtration-box label {
    display: block;
    font-size: 14px;
    margin: 0 0 2px 0;
}

.pr-boxes .row-box {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.pr-boxes .col-box {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 45px;
}

.pr-box-content {
    display: flex;
    align-items: center;
}

.pr-box .txt-1 {
    font-size: 11px;
}

.pr-box table td {
    padding: 3px 5px 0 5px;   
}

.pr-box .txt-2 {
    border: 1px solid #cccccc;
    padding: 1px 5px 1px 5px;
    font-size: 11px;
}

.pr-box .txt-2 span {
    font-size: 16px;
    font-weight: bold;
}

.pr-box table {
    font-size: 9px;
}

.pr-box {
    color: #666;
    position: relative;
}

.pr-box:hover {
    color: #666; 
}

.pr-boxes .row-box .col-box {
    position: relative;
}

.pr-boxes .row-box .col-box:nth-child(3n + 3) .pr-popup {
    left: auto;
    right: 100%;
}

.pr-popup {
    width: 340px;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    z-index: 5;
    background: #fff;
    border: 1px solid #ddd;
}

.pr-popup .name-1 {
    background: #f1f1f1;
    padding: 5px 10px;
    font-weight: bold;
}

.pr-popup-content {
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 0;
}

.pr-popup-content {
    display: flex;
}

.pr-box .name {
    padding: 0 0 15px 0;
    text-align: center;
}

.pr-box:hover {
    opacity: 0.9;
}

.pr-boxes figure {
    text-align: center;
    height: 130px;
    flex-shrink: 0;
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    width: 170px;
}

.pr-box figure img {
    width: 90px;
}

.pagination-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-weight: bold;
}

.pagination-box ul {
    margin: 0;
    padding: 0;
}

.result-box {
    margin-top: 30px;
    text-align: center;
}

.pagination-box .disabled .page-link {
    color: #999;
}

.pagination-box .page-link {
    outline: none !important;
    color: #e30613;
    padding: 8px 15px 9px 15px;
}

/* *** NAGRODY RODZINNE *** */

.filtration-box-1 {
    padding: 0;
}

.filtration-box-1 .row-box {
    justify-content: center;
}

.pr-box-1 {
    border: 1px solid #eee;
}

.pr-box-1 figure {
    height: 180px;
    display: flex;
    text-align: center;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.pr-box-1 .description {
    height: 100px;
    background: #d4d4d4;
    display: flex;
}

.info-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    border-radius: 50%;
    height: 19px;
    background: url('../../img/frontend/icons/img24.png') center;
    margin: 12px;
}

.pr-box-1 .txt-1 {
    background: #f3f3f3;    
    position: relative;
    width: 50%;
    padding: 12px 15px;
    font-size: 14px;
    padding-right: 35px;
    font-weight: bold;
    line-height: 1.2;
}

.pr-box-1 .txt-2 {
    width: 50%;
    padding: 0 15px;
}

.pr-box-1 {
    margin-bottom: 30px;
}

.pr-box-2 {
    width: 500px;
    max-width: 100%;
    border: 1px solid #eaeaea;
    box-shadow: 1px 1px 2px #cccccc;
    margin: 0 auto;
    margin-bottom: 10px;
}

.pr-box-2 .data {
    padding: 10px;
}

.pr-box-2 .txt-1 {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.pr-box-2 .button-box {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.pr-box-2 figure {
    text-align: center;
    padding: 15px;
}

/* *** LOGOWANIE *** */

.frame-box {
    border: 1px solid #ddd;
    padding: 30px 15px;
    margin-top: 30px;
}

.log-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}

.log-box .col-box-1 {
    width: 140px;
    padding-right: 30px;
    text-align: right;
    padding-bottom: 4px;
}

.log-box .col-box-2 {
    width: 200px;
    margin-right: 140px;
}

.log-box .input-box input {
    width: 100%;
}

.log-box .row-box {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;   
}

.log-box .button-box {
    padding-top: 5px;
}

.log-box  .row-box-1 {
    margin-top: 20px;
    padding-top: 28px;
    border-top: 1px solid #eee;
}

.link-1-1 {
    padding-left: 15px;
    background: url('../../img/frontend/icons/img25.png') left 6px no-repeat;
}

.log-box-1 {
    padding: 45px 0 50px 0;
    align-items: center;
    display: flex;
    justify-content: center;
}

.log-box-1 .txt {
    font-weight: bold;
}

.log-box-1 .input-box {
    margin: 0 5px 0 5px;
}

.download-box p {
    margin: 0;
}

.text h2 {
    font-weight: bold;
    font-size: 20px;
}

.video-box iframe {
    max-width: 100%;
}

.video-box {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

/* *** APLIKACJA *** */

.box-10 {
    margin-bottom: 30px;
}

.box-10 strong {
    color: #e30613;
}

.box-10 {
    text-align: center;
}

.box-10 figure {
    padding-top: 10px;
}

.social-box-1 a:hover {
    opacity: 0.9;
}

/* *** KONTAKT *** */

.legend-box p img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.form-box-1 .label-box {
    text-align: right;
    padding-top: 10px;
}

.form-box-1 .input-box {
    position: relative;
}

.form-box-1 .star-1 {
    position: absolute;
    top: 4px;
    right: -30px;
}

.input-box textarea {
    height: 202px;
    resize: none;
    overflow: auto;
}

.captcha-box .input-box {
    width: 85px;
    margin: 0 10px 0 5px;
}

.captcha-box {
    display: flex;
    align-items: center;
}

.form-box-1 .button-box {
    padding-top: 15px;
}

.form-box-1 .button-box .btn-2 {
    margin-right: 21px;
}

.z-content-box-1 {
    display: flex;
    align-items: center;
}

.z-content-box-1 .col-box-1 {
    width: 50%;
    background: #e30613;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    padding: 22px 15px 20px 15px;
    text-align: center;
}

.z-content-box-1 .col-box-2 {
    text-align: center;
    padding: 15px;
    width: 50%;
}

.z-content-box-1 {
    margin-bottom: 20px;
    margin-top: -20px;
}

.z-content-box-1 .button-box {
    padding-top: 20px;
}

.title-2 h2 {
    font-weight: bold;
    color: #666;
    font-size: 24px;
}

.z-box-1 {
    border-bottom: 1px solid #ddd;
}

.z-box-1 .name {
    cursor: pointer;
    padding: 20px 0; 
    font-weight: bold;
}

.z-box-1 .name:hover .z-icon {
    transform: rotate(0deg);
}

.z-icon {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin: -3px 0 0 5px;
    opacity: 0.5;
    height: 14px;
    transform: rotate(-90deg);
    background: url('../../img/frontend/icons/arrow.png');
    background-size: 100% 100%;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.z-boxes-1 .z-box-1:last-child {
    border-bottom: none;
}

.z-box-1 .description {
    padding-top: 20px;
    display: none;
    margin: -20px 0 20px 0;
}

.z-boxes-1 {
    margin-top: -30px;
    margin-bottom: 40px;
}

/* *** REJESTRACJA *** */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.6;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.6;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.6;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 0.6;
}

/* *** REJESTRACJA *** */

.box-3-1 {
    margin-top: -38px;
}

/* *** ZALOGOWANY *** */

.h-basket {
    display: block;
    color: #000;
    font-size: 12px;
    margin-bottom: -3px;
}

.h-basket:hover {
    color: #000;
    opacity: 0.9;
}

.h-basket .txt-1 {
    background: url('../../img/frontend/icons/basket.png') left center no-repeat;
    height: 32px;
    padding-top: 7px;
    font-weight: bold;
    padding-left: 35px;
    position: relative;
}

.h-basket .txt-1 span {
    position: absolute;
    top: -9px;
    left: 7px;
    color: #fff;
    display: inline-block;
    background: #e30613;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
}

.margin-bottom-3 {
    margin-bottom: 15px;
}

.a-box-1 .txt {
    display: flex;
}

.a-box-1 .col-box {
    padding-right: 25px;
    width: 40%;
    display: flex;
    margin-top: 15px;
}

.a-box-1 .txt-1 {
    padding-left: 25px;
    font-weight: bold;
    color: #e30613;
}

.a-box-1 {
    margin-bottom: 40px;
}

.a-boxes-1 .a-box-1:last-child {
    margin-bottom: 0;
}

.a-table-1 table {
    width: 100%;
}

.a-table-1 table tr td {
    padding-left: 20px;
    padding-bottom: 15px;
}

.a-table-1 table tr:last-child td {
    padding-bottom: 0;
}

.a-table-1 table tr td:first-child {
    padding-left: 0;
}

.a-table-1 .txt-2 {
    text-align: right;
    font-size: 16px;
    color: #e30613;
    font-weight: bold;
}

.a-table-1 .a-table-1 {
    padding: 0 0 0 30px;
}

.a-table-1 .txt-1 {
    text-align: right;
    font-size: 20px;
    color: #e30613;
    font-weight: bold;
}

.a-table-1 {
    overflow: auto;
}

.btn-arrow-1:hover {
    opacity: 0.9;
}

.btn-arrow-1 {
    width: 15px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 7px;
    background: url('../../img/frontend/icons/arrow03.png');
}

.a-filtration-box {
    display: flex;
    align-items: center;
    justify-content:  space-around; 
}

.a-filtration-box label {
    display: block;
}

.a-filtration-box .input-box {
    margin: 0;
}

.a-search {
    align-items: center;
    display: flex;
}

.a-search label {
    font-weight: bold;
}

.a-search label {
    margin-bottom: 0;
    
}

.a-search .input-box {
    width: 170px;
    margin: 1px 0 0 10px;
}

.a-filtration-box .txt-1 span {
    font-weight: bold;
    color: #B00000;
}

.a-table-2 {
    overflow: auto;
}

.a-table-2 table th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.a-table-2 table {
    border-bottom: 1px solid #ccc;
}

.a-table-2 table td, .a-table-2 table th {
    padding: 5px;
}

.a-table-2 table {
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.btn-download:hover {
    color: #e30613;
    opacity: 0.9;
}

.btn-download {
    display: inline-block;
    font-size: 11px;
    color: #e30613;
    background: url('../../img/frontend/icons/download.png') center top no-repeat;
    padding-top: 17px;
}

.info-icon-1 {
    margin: 0;
    position: relative;
}

.a-content-box-1-1 .txt {
    padding-right: 15px;
    width: 150px;
}

.a-content-box-1-1 .button-box {
    padding-top: 15px;
}

.a-content-box-1-1 {
    display: flex;
}

.a-content-box-1 {
    background: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.input-box-file .star-2 {
    margin-left: 5px;
}

.input-box-file {
    display: flex;
}

.a-content-box-2 {
    color: #000;
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
}

.a-box-2 {
    display: flex;
    margin-top: 30px;
}

.a-box-2 .txt-1:before {
    content: "▪";
    color: rgb(227, 6, 19);
    font-size: 30px;
    position: absolute;
    top: -9px;
    display: block;
    left: 0px;    
}

.a-box-2 .txt-1 {
    padding-left: 20px;
    position: relative;
}

.a-box-2 figure {
    width: 70px;
    flex-shrink: 0;
}

.a-box-2 .txt-1 {
    font-weight: bold;
}

.star-3 {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

.a-box-3 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.a-box-3 .col-box {
    width: 50%;
}

.a-box-3 .txt-1 {
    display: flex;
    align-items: center;
}

.a-box-3 table tr td:last-child {
    font-weight: bold;
    white-space: nowrap;
}

.a-box-3 table td {
    padding-right: 15px;
}

.a-box-3 table td:first-child {
    width: 290px;    
}

.a-box-3 .txt-1-1 {
    font-weight: bold;
    margin-right: 10px;
}

.a-box-3 a {
    color: #e30613;
}

.a-box-3 a:hover {
    opacity: 0.9;
    color: #e30613;
}

.a-box-3 .col-box:first-child {
    padding-right: 15px;
}

.a-table-3 table {
    width: 100%;
    text-align: center;
}

.a-table-3 table th, .a-table-3 table td {
    padding: 5px;
}

.a-table-3 table th {
    border-bottom: 1px solid #000;
}

.a-table-3 {
    overflow: auto;
}

.a-table-4 {
    overflow: auto;
}

.a-table-4 table td {
    padding: 4px 10px 3px 10px;
}

.a-table-4 table td:last-child {
    color: #000;
}

.button-box-center {
    display: flex;
    justify-content: center;
}

.form-box-1-1 .label-box label {
    font-weight: normal;
}

.info-1-1 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 25px;
}

.a-content-box-3-2 {
    display: inline-block;
}

.a-content-box-3 {
    display: flex;
    align-items: center;
}

.a-content-box-3-1 {
    padding-top: 5px;
}

.a-content-box-3-1 {
    display: flex;
    justify-content: flex-end;
}

.a-content-box-3-1 .input-box {
    width: 250px;
}

.a-content-box-3 .button-box {
    margin-left: 25px;
}

.boxes-7 .col-box-large {
    width: 100%;
}

.a-table-5 {
    overflow: auto;
}

.a-table-5 td {
    border-top: 1px solid #000;
}

.a-table-5 table {
    width: 100%;
    background-color:#EAEAEA;
    text-align: center;
}

.a-table-5 table td, .a-table-5 table th {
    padding: 5px 10px;
}

.a-filtration-box-1-1 {
    justify-content: space-between;
}

.a-table-2-1 td {
    font-size: 16px;
}

.a-table-2-1 a {
    color: #e30613;
    font-weight: bold;
}

.status {
    display: inline-block;
    padding-left: 25px;
    background: url('../../img/frontend/icons/img29.png') left center no-repeat;
    background-size: 16px 16px;
}

.status-1 {
    background-image: url('../../img/frontend/icons/img30.png');
}

.btn-cookies {
    width: 46px;
    height: 46px;
    display: block;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 10;
    margin: 10px;
}

.btn-cookies:after {
    width: 46px;
    height: 46px;    
    background: #fff url('../../img/frontend/icons/cookies.svg') center no-repeat;
    border-radius: 25px;
    padding: 3px;
    background-size: 40px 40px;
    transition-duration: 500ms;
    box-shadow: 1px 2px 8px 0 rgb(0 0 0 / 20%);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.btn-cookies .txt {
    background: #fff;
    padding-left: 32px;
    height: 46px;
    white-space: nowrap;
    display: flex;
    position: absolute;
    top: 0;
    left: 5px;
    align-items: center;
    justify-content: center;
    width: 290px;
    border-radius: 46px;
    text-align: center;
    color: #666666;
    padding-top: 2px;
    font-size: 16px;
    font-weight: bold;
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}

.btn-cookies:hover .txt {
    width: 290px;
}

.communique-1 {
    justify-content: center;
    font-size: 25px;
    display: flex;
    padding-top: 30px;
}

.communique-1 figure {
    border-right: 1px solid #a4a5a5;
    padding-right: 30px;
    margin-right: 30px;
}

.pp-box-1 {
    text-align: center;
    width: 100%;
}

.pp-box-1 .pp-txt-1 {
    font-weight: bold;
}


.pp-box-1-1 {
    display: flex;
    padding: 5px 0;
    justify-content: space-between; 
}

.pp-box-1-1 input {
        border: 1px solid #c9c9c9;
    color: #666;
    height: 28px;
    font-size: 11px;
    padding: 5px 4px !important;
    width: 55px;
    text-align: center;
}

.pp-box-1 .pp-button-box .btn-1 {
    width: 100%;
    height: 21px;
    line-height: 20px;
}

.pr-box-1 .txt-2 {
    display: flex;
    align-items: center;
}

.pp-box-1-1 select {
    font-size: 11px;
    width: 55px;    
    height: 28px;   
    padding: 5px 4px !important;    
}

.title-link-box-1 {
    justify-content: space-between; 
}

.a-table-1 {
    overflow:auto;
}

.a-table-1 input {
    width: 50px;
    height: 30px;
    padding: 0 5px;
}

.a-table-1 table small {
    display: block;
    font-size: 10px;
}

.btn-delete {
    width: 18px;
    height: 18px;
    background: url('../../img/frontend/icons/delete.png');
    display: inline-block;
}

.btn-delete:hover {
    opacity: 0.9;
}

.a-table-1 table {
    width: 100%;

}

.a-table-1 td, a-table-1 th {
    padding: 5px;
}

.a-summary .value {
    padding-left: 60px;
}

.a-button-box {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.a-summary {
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #000;
    width: 50%;
}

.a-summary-box {
    display: flex;
    justify-content: flex-end
}

.summary-txt {
    padding-top: 30px;
    font-weight: bold;
}

/* *** 07.10 *** */

.x-content-box-1 {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 33px;
    margin-bottom: 40px;
}

.x-content-box-1 figure {
    margin-bottom: 20px;
    text-align: center;
}

.x-content-box-1 h1 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 52px;
    color: #000;
}

.x-text h2 {
    font-weight: normal;
    font-size: 28px;
}

.x-text {
    color: #000;
}

.x-text a {
    color: #e30613;
}

.x-text a:hover {
    color: #e30613;
    opacity: 0.9;
}

.x-box {
    display: block;
    color: #666;
    margin-bottom: 30px;
}

.x-boxes {
    margin-bottom: -30px;
}

.x-box:hover {
    color: #666;
    opacity: 0.9;
}

.x-box figure {
    margin-bottom: 10px;
}

.x-box .date {
    margin-bottom: 10px;
}

.x-box .name {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

.x-box .txt span {
    color: #e30613;
}

.box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.x-content-box-2 {
    padding: 0 168px;
    padding-top: 20px;
}

.x-main-wrapper {
    padding: 0 168px;
}

.x-main-wrapper .main {
    margin-right: 0;    
}

.x-content-box-2 .txt-1 {
    color: #000;
    font-size: 22px;
}

.x-content-box-2 strong {
    color: #e30613;
    font-weight: bold;
}

.x-box-1 {
    color: #000;
}

.x-boxes-1 .row-box {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.x-boxes-1 .col-box {
    width: 20%;
    padding: 0 15px;
    text-align: center;
}

.x-boxes-1 {
    padding: 35px 0 40px 0;
}

.x-box-1 {
    padding: 10px 0;
}

.x-box-1 figure {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .x-main-wrapper {
        padding: 0;
    }
    .x-main-wrapper .main {
        width:100%;
    }
    .x-content-box-1 {
        padding: 0;
    }
    .x-text h2 {
        font-size: 20px;
    }
    .x-content-box-1 h1 {
        font-size: 40px;
    }
    .x-content-box-2 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .x-content-box-1 h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .box-1 {
        align-items: flex-end;
    }
    .x-boxes-1 .col-box {
        width: 50%;
    }
    .x-boxes-1 .row-box {
        flex-wrap: wrap;
    }
    .x-text h2 {
        font-size: 18px;
    }
    .x-content-box-1 h1 {
        font-size: 25px;
    }
    .x-box img {
        width: 100%;
    }
}

/* *** NEW *** */

.main-menu-1 {
    width: 700px;
    margin-bottom: -9px;
}

.c-title {
    height: 95px;
    background-position: left center;
    display: flex;
    align-items: center;
    padding: 20px 15px 15px 90px;
    margin-bottom: 25px;
}

.c-title h2 {
    margin: 0;
    color: #000;
    font-size: 18px;
}

.c-title-1 {
    padding-left: 150px;
}

.c-form-box-1 .label-box {
    padding-top: 0;
    margin-top: -2px;
}

.c-form-box-1 .label-box label {
    font-weight: normal;
}

.pr-box-2 .button-box-1 {
    display: flex;
    justify-content: space-between; 
}

.pr-box-2 .pr-quantity label {
    font-size: 12px; 
}  

.pr-box-2 .pr-quantity input {
    width: 70px;
    padding: 0 0 0 5px;
    font-size: 14px;
    height: 30px;
}

.c-content-box-1 {
    padding-top: 20px;
}

.c-content-box-1 .font-large {
    font-size: 25px;
}

.c-content-box-1 .input-box {
    width: 260px;
    max-width: 100%;
    display: inline-block;
    margin: 0 5px;
}

/* *** 17.10 *** */

.xx-box {
    border: 1px solid #999999;
    padding: 18px;
    border-radius: 10px;
    position: relative;
    padding-top: 25px;
}

.xx-box .name {
    position: absolute;
    height: 30px;
    min-width: 150px;
    top: -15px;
    left: 30px;
    background: #e30613;
    color: #fff;
    padding: 0 10px;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
    font-size: 15px;
}

.xx-progress-bar {
    height: 5px;
    position: relative;
    margin: 40px 0 0 0;
    border-top: 2px solid #d4141e;
    border-bottom: 2px solid #d4141e;
}

.xx-progress {
    width: 19px;
    height: 19px;
    position: relative;
    background: #d4141e;
    position: absolute;
    top: -9px;
}

.xx-progress:after {
    position: absolute;
    width: 13px;
    height: 13px;
    margin: 3px;
    content: "";
    border: 1px solid #fff;
    display: block;
    left: 0;
    top: 0;
}

.xx-value {
    width: 107px;
    height: 52px;
    background: url('../../img/frontend/icons/img37.png');
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -54px;
    color: #fff;
    padding-top: 1px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.xx-legend {
    color: #000;
    height: 40px;
    margin-top: -12px;
    font-size: 18px;
    position: relative;
}

.xx-legend div {
    padding-left: 4px;    
    padding-top: 20px;
    position: absolute;
    top: 0;
}

.xx-legend div:after {
    width: 19px;
    height: 19px;
    position: relative;
    background: #d4141e;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    display: block;
}

.xx-legend div:before {
    position: absolute;
    width: 13px;
    height: 13px;
    margin: 3px;
    z-index: 2;
    content: "";
    border: 1px solid #fff;
    display: block;
    left: 0;
    top: 0;
}

.checkbox-tooltip {
    display: inline-block;
    max-width: calc(100% - 30px);
}

.checkbox-tooltip input {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    
}

.checkbox-tooltip label {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 30px);
}

@media (max-width: 992px) {
    .xx-legend {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .xx-legend {
        font-size: 8px;
    }
}

/* *** 28.10 *** */

.sidebar-1-1 {
    padding-top: 20px;
}


.aa-boxes .row-box {
    display: flex;
    margin: 0 -7px;
}

.aa-boxes .col-box {
    padding: 0 7px;
    width: 50%;
}

.aa-box {
    margin-bottom: 14px;
}

.aa-box figure img {
    width: 100%;
}

.aa-box .description {
    background-color: #F3F3F3;
    padding: 5px 5px;
}

.aa-box h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;  
}

.aa-box .description-1 {
    display: flex;
}

.aa-box .description-1 .txt-1 {
    width: 60%;
    font-size: 16px;
}

.aa-box .description-1 .txt-2 {
    width: 40%;
    font-size: 11px;
    position: relative;
    padding-left: 25px;
}

.aa-box .description-1 .txt-2 span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

.aa-box .description-1 .txt-2 span img {
    width: 20px;
}

.aa-box .description-1 {
    margin-bottom: 5px;
}

.aa-box .description-2 {
    margin: 0 -5px;
    background: #D4D4D4;
    margin-bottom: 15px;
}

.aa-box .description-2 {
    display: flex;
}

.aa-box .description-2 .col-box-1 {
    padding: 5px 5px 3px 5px;
    width: 50%;
}

.aa-box .description-2 .txt-1 {
    font-size: 11px;
}

.aa-box .description-2 .txt-2 {
    font-size: 16px;
    font-weight: bold;
}
.aa-box .description-3 {
    font-size: 13px;
}

.aa-box .description-3 .txt-1 {
    color: #e30613;
    margin-bottom: 10px;
}

.aa-box .description-3 table td {
    padding-bottom: 10px;
}

.aa-box .description-3 table tr td:first-child {
    padding-right: 10px;
}

.aa-box .description-3 table tr td:last-child {
    text-align: right;
}

.aa-box .description-3 table .txt-2 {
    font-size: 16px;
    font-weight: bold;
}

.aa-box .description-3 table {
    width: 100%;
}

.aa-btn-1 {
    display: inline-block;
    font-size: 11px;
    padding: 4px 20px 3px 20px;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #e30613;
}

.aa-box .description-4 {
    font-size: 13px;
}

.aa-text p a {
    color: #e30613;
}

.aa-text p a:hover {
    color: #e30613;
    opacity: 0.85;
}

.aa-txt-2 {
    display: none;
   margin-top: 15px;
}

.aa-text p, .aa-text ul {
    margin-bottom: 15px;
}

.aa-text ul {
    padding-left: 40px;
}

.aa-btn-2 {
    font-weight: bold;
}

.aa-text p:last-child {
    margin-bottom: 0;
}

.aa-box .button-box {
    padding-bottom: 15px;
}

.aa-box blockquote {
    margin-bottom: 20px !important;
    background-color: #f1c4c6;
    color: #000000;
    padding: 7px;
}

.aa-popup {
    position: fixed;
    top: 105px;
    left: 0;
    display: none;
    padding: 40px;
    height: calc(100% - 105px);
    background-color: rgba(0,0,0,0.6);
    z-index: 100;
    width: 100%;
}

.aa-popup-content h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.aa-popup-content {
    max-height: 100%;
    background: #fff;
    width: 1420px;
    position: relative;
    overflow: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 33px 50px;
}

.aa-popup-content ol, .aa-popup-content ul {
    padding: 0 0 0 9px;
}

@media (max-width: 992px) {
    .aa-popup {
        top: 0;
        z-index: 100000;
        height: 100%;
    }
    .aa-popup {
        padding: 15px;
    }
    .aa-popup-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.aa-close {
    position: absolute;
    top: 0;
    font-size: 21px;
    font-weight: bold;
    right: 4px;
    opacity: .4;
    color: #e30613;
}

.aa-close:hover {
    opacity: .6;
    color: #e30613;    
}

.aa-data-1 {
    display: flex;
    padding: 5px 0;
}

.aa-data-1 input {
    font-size: 11px;
    width: 65px;
    border: none;
    height: 21.7px;
    color: #666;
    border: 1px solid #ddd;
    text-align: left;
    padding: 2px 4px !important;
    display: block;
    background: #fff;
}

.aa-data-1 button {
    display: block;
    font-size: 11px;
    padding: 0 30px;
    margin-left: 10px;
    background: #e30613 !important;
    color: #fff;
    border: 0;
    line-height: 22px;
    height: 21.7px;
    border-radius: 0;
    opacity: .65;
}

/* .aa-data-1 button:hover {
    opacity: 1;
} */

@media (max-width: 1199px) {
    .aa-data-1 button {
        padding: 0 10px;
    }
    .aa-box .description-1 {
        display: block;
    }
    .aa-box .description-1 .txt-2 {
        width: 100%;
        margin: 10px 0 15px 0;
    }
    .aa-box .description-1 .txt-1 {
        width: 100%;
    }
    .aa-btn-1 {
        padding: 4px 5px 2px 5px;
    }
}

@media (max-width: 992px) {
    .aa-data-1 button {
        width: 100%;
        margin: 5px 0 0 0;
    }
    .aa-data-1 input {
        width: 100%;
    }
    .aa-data-1 {
        display: block;
    }    
}

@media (max-width: 767px) {

    .aa-boxes .col-box {
        width: 100%;
    }
    .aa-boxes .row-box {
        flex-wrap: wrap;
    }
}

/* *** 28.11 *** */

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #333333;
  }
  
  .cx-wrapper1, .cx-wrapper2{
      width: 100%;
      overflow-x: scroll;
      overflow-y:hidden;
  }
  .cx-wrapper1{height: 15px;}
  
  .cx-div1 {width:1020px; height: 20px; }
  .cx-div2 {width:1020px;
  overflow: auto;}
  
  .modal-body .button-box {
      display: flex;
      justify-content: center;
      padding-top: 15px;
  }

  /* *** 11.01 *** */
  .menu-1 a {
    font-family: 'FranklinGothicBookRegularBold';
    font-weight: normal;
    padding-left: 15px;
}

/* *** 27.01 *** */
.status-waiting {
    background-image: url('../../img/frontend/icons/status-waiting.png');
}

.status-ordered {
    background-image: url('../../img/frontend/icons/status-waiting.png');
}

.status-canceled {
    background-image: url('../../img/frontend/icons/img29.png');
}

.status-sent {
    background-image: url('../../img/frontend/icons/status-finished.png');
}

.status-inProgress {
    background-image: url('../../img/frontend/icons/status-finished.png');
}

.status-placed {
    background-image: url('../../img/frontend/icons/status-waiting.png');
}

.status-confirmed {
    background-image: url('../../img/frontend/icons/status-finished.png');
}