/* *** 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: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #2C2A29;
    background: #fff;
    line-height: 20px;
    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: 1230px;
    }
}

/* *** HEADER *** */

header {
    background: #AA0E6F;
    position: sticky;
    box-shadow: 0px 3px 15px #00000040;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 70px;
}

.logo {
    margin-top: 17px;
}

header .container {
    display: flex;
    justify-content: space-between;
}

.user-box {
    color: #fff;
    display: flex;
    padding-top: 11px;
    justify-content: flex-end;
    align-items: center;
}

header .logo img {
    display: block;
}

.basket-btn {
    width: 26px;
    height: 25px;
    display: block;
    position: relative;
    background: url('/img/frontend/icons/img01.png') center no-repeat;
}

.u-box-basket {
    height: 48px;
    display: flex;
    align-items: center;
    padding-right: 13px;
    margin-right: 13px;
    border-right: 2px solid #d486b7;
}

.basket-btn span {
    background: #00965F;
    min-width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 0;
    padding-left: 3px;
    line-height: 14px;
    right: 0;
    color: #fff;
    margin: -5px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
}

.log-btn {
    width: 27px;
    height: 33px;
    display: block;
    position: relative;
    background: url('/img/frontend/icons/img02.png') center no-repeat;
}

.u-box-1 figure {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    margin-right: 8px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.u-box-1 a {
    display: flex;
    align-items: center;
}

.u-box-1 .txt {
    opacity: 0.8;
}

header a {
    color: #fff;
}

header a:hover {
    color: #fff;
    opacity: 0.9;
}

.main-menu {
    font-size: 13px;
    padding-top: 1px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu > ul {
    display: flex;
    justify-content: flex-end; 
}

.main-menu > ul > li {
    display: flex;
    margin-right: 30px;
    position: relative;
}

.main-menu > ul > li > a {
    display: block;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    color: #fff;
}

.main-menu > ul > li > a:hover, .main-menu > ul > li.current > a {
    color: #fff;
    border-color: #fff;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 50%;
    text-align: center;
    list-style: none; 
    width: 220px;
    margin-left: -110px;
    background: #f0f0f0;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: var(--color-gray);
    display: block;
    padding: 6px 15px 5px 15px;
    float: left;
    text-transform: uppercase;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background:#00965F;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

/* *** LOG *** */

.log-title {
    background: #AA0E6F;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    margin: 0 -20px;
    padding: 20px 20px 17px 20px;
    font-size: 36px;
}

.log-title strong {
    font-weight: 900;
}

.log-content {
    position: relative;
}

.log-content:after {
    position: absolute;
    top: 70px;
    left: 0;
    width: 50%;
    height: calc(100% - 70px);
    content: "";
    display: block;
    background: url('/img/frontend/img02.png') center top no-repeat;
    background-size: cover;
}

.log-content-box {
    min-height: 100vh;
}

.log-content .container {
    display: flex;
    justify-content: flex-end;    
}

.log-content-box {
    width: 50%;
    padding: 160px 0 100px 120px;
}

.log-box {
    width: 389px;
    border: 0.5px solid #dfa4c9;
    padding: 0 20px 20px 20px;
    max-width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.log-box .btn-2 {
    color: #AA0E6F;
}

.log-box .btn-2 {
    color: #AA0E6F;
    text-transform: uppercase;
    font-size: 11px;
}

.logo-box {
    display: flex;
    margin: 0 -20px;
    padding: 10px 20px;
}

.label-box label {
    margin: 0;
    color: #2C2A29;
    font-size: 10px;
}

.input-box {
    margin-bottom: 25px;
}

.input-box input {
    border: none;
    width: 100%;
    display: block;
    background: none;
    height: 27px;
    border-bottom: 1px solid #c9ccca;
    font-size: 14px;
}


.log-button-box {
    padding-top: 16px;

    margin: 0 auto;
}

.btn-1 {
    height: 28px;
    background: #AA0E6F;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    padding: 0 20px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
}

.btn-1:hover {
    color: #fff;
    opacity: 0.9;
}

.log-button-box .button-box {
    text-align: center;
}

.log-button-box .button-box:last-child {
    margin: 15px 0 0 0;
}

.btn-2 {
    display: inline-block;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    text-decoration: underline;
}

.btn-2:hover {
    color: #AA0E6F;
    opacity: 0.9;
    text-decoration: underline;
}

.log-button-box {
    padding-bottom: 30px;
}

.log-data {
    text-align: center;
    font-size: 12px;
    color: #AA0E6F;
}

.log-data .txt-1 {
    padding: 0 0 10px 0;
    font-weight: bold;
}

.log-phone, .log-mail {
    font-weight: 300;
}

.log-phone a {
    color: #AA0E6F;
}

.log-mail a {
    color: #AA0E6F;
}

.log-phone a:hover, .log-mail a:hover {
    color: #AA0E6F;
    opacity: 0.9;
}

/* *** 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: #AA0E6F;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #fff;
}

.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 {
    box-shadow: 0 0 7px rgb(0 0 0 / 50%)
}

.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;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background: #AA0E6F;
    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;
}

/* *** MOJE KONTO *** */

.content-box-1 {
    min-height: 100vh;
    position: relative;
}

.content-box-1 .image-1 {
    width: 50%;
    position: absolute;
    top: 70px;
    background: url(/img/frontend/img02.png) center top no-repeat;
    background-size: cover;
    height: calc(100% - 70px);
}

.content-box-1-1 {
    padding-top: 166px;
}

.content-box-1 .row-box {
    display: flex;
}

.content-box-1 .col-box {
    width: 50%;
    padding: 0 20px;
}

.content-box-1-1 {
    position: relative;
}

.content-box-1 .image-1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/img/frontend/img01.png') center top no-repeat;
    content: "";
    display: block;
}

.content-box-1-1 .description {
    text-align: right;
    padding: 0 15px;
}

.content-box-1-1 .txt {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
}

.content-box-1-1 .txt span {
    text-shadow: 
       -1px -1px 0px #fff,
        0px -1px 0px #fff,
        1px -1px 0px #fff,
       -1px  0px 0px #fff,
        1px  0px 0px #fff,
       -1px  1px 0px #fff,
        0px  1px 0px #fff,
        1px  1px 0px #fff;
        color: #00965f
}

.content-box-1 .container {
    position: relative;
    z-index: 2;
}

.content-box-1-1 .button-box {
    padding-top: 30px;
}

.btn-3 {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    height: 41px;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 0 40px;
    line-height: 40px;
}

.btn-3:hover {
    opacity: 0.9;
    color: #fff;
}

.content-box-2-2 {
    padding-top: 95px;
    padding-bottom: 15px;
}

.title {
    position: relative;
    padding: 0 20px;
    margin-bottom: 25px;
}

.title h2, .title h1 {
    font-size: 36px;
    font-weight: 300;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
}

.title h2 strong, .title h1 strong {
    color: #AA0E6F;
    font-weight: 900;
}

.title-1 {
    padding: 0;
    margin-bottom: 30px;
}

.box-1 {
    border: 1px solid #d486b7;
    margin-bottom: 10px;
    color: #000000;
    font-size: 12px;
    padding: 29px 20px 27px 20px;
    font-weight: 300;
}

.box-1-info {
    color: #000000;
    text-align: right;
    margin-bottom: 20px;
    font-weight: 300;
    margin-top: -6px;
    font-size: 10px;
}

.box-1 .txt-2 strong {
    font-weight: 900;
}

.box-1 .txt-1 {
    border-bottom: 1px solid #DFDFDF;
    display: inline-block;
    padding: 0 0 5px 0;
    margin-bottom: 7px;
}

.box-1 .txt-2 {
    font-size: 18px;
    color: #AA0E6F;
    font-weight: 300;
}

.box-1-1 {
    border: 1px solid #103C28;
}

.box-1-1:after {
    width: 59px;
    height: 59px;
    background: url('/img/frontend/icons/img07.png') center right no-repeat;
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -30px;
    right: 2px;
}

.box-1-1 .txt-1 {
    padding-right: 25px;
    width: 100%;  
}

.box-1 figure {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: #eeeeee;    
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.1);
}

.boxes-1 .row-box {
    margin: 0 -5px;
    display: flex;
}

.boxes-1 .col-box {
    width: 50%;
    padding: 0 5px;
}

.box-1-3 {
    align-items: flex-start;
    min-height: 245px;
}

.box-1-3 .txt-2 {
    padding-bottom: 22px;
}

.chart-box {
    margin-top: 7px;
}

.boxes-2 .row-box {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.boxes-2 {
    width: 100%;
}

.boxes-2 .col-box {
    width: 50%;
    padding: 0 10px;
}

.box-2 {
    display: flex;
    width: 100%;
    align-items: center;
}

.box-2 .txt-1 {
    font-size: 12px;
}

.box-2 .txt-1 span {
    font-size: 10px;
}

.box-2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
}

.boxes-2 {
    position: relative;
    margin-bottom: -30px;
}

.boxes-2:after {
    position: absolute;
    bottom: 13px;
    height: 5px;
    width: 100%;
    content: "";
    display: block;
    background: #fff;
    left: 0;
}

.box-2-1 {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 17px;
    padding-right: 15px;
    background: #eeeeee;    
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.1);
}

.box-2-1 figure {
    box-shadow: none;
    background: none;
}

.box-2-1 .description {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.box-2-1 .txt-3 {
    text-align: center;
    font-size: 10px;
}

.box-2-1 .txt-3 strong {
    display: block;
    font-size: 28px;
}

.box-2 .txt-1-1 {
    text-decoration: underline;
    font-size: 10px;
    padding-top: 10px;
}

.box-2 {
    color: #2C2A29;
}

.box-2-2 {
    position: relative;
}

.box-2-2:after {
    width: 59px;
    height: 59px;
    background: url(/img/frontend/icons/img07.png) center right no-repeat;
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    right: -12px;
}

.box-2-2 .txt-1-4 {
    padding-left: 20px;
    white-space: nowrap;
}

.box-2-2, .box-2-3 {
    align-items: flex-start;
}

.box-2-3 .description {
    padding-top: 5px;
}

.box-2-2 .description {
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
}

.margin-bottom-1 {
    margin-bottom: 25px;
}

a.box-1:hover, a.box-2:hover {
    color: #2C2A29;
    opacity: 0.9;
}

/* *** KATALOG NAGRÓD *** */

.slider-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider-1 {
    margin: 100px 0;
    position: relative;
}

.slider-1 .bx-wrapper .bx-pager {
    width: 11px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider-1 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 11px;
    margin: 5px 0;
    height: 11px;
    opacity: 0.2;
    background: #00965F;
}

.slider-1 li {
    padding-right: 80px;
}

.slider-1 .bx-wrapper .bx-pager.bx-default-pager a.active, .slider-1 .bx-wrapper .bx-pager.bx-default-pager a:focus, .slider-1 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    opacity: 1;
}

.content-box-1 .col-box-padding-1 {
    padding-left: 50px;
}

.slider-1 .bx-controls-direction {
    display: none;
}

.content-box-1-1-1 {
    display: flex;
    align-items: flex-end;
    padding-top: 0;
    height: 100vh;
    justify-content: flex-end;
    padding-bottom: 50px;
}

.banner-1 {
    position: relative;
    margin-top: 60px;
    overflow: hidden;
    border-radius: 20px;
}

.banner-1 .description {
    position: absolute;
    margin: 50px;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 340px;
    z-index: 2;
}

.banner-1 h1 {
    color: #fff;
    border-bottom: 1px solid #cfb16d;
    width: 100%;
    position: relative;
    padding-bottom: 2px;
    font-size: 36px;
    font-weight: bold;
}

.banner-1 h1:after {
    position: absolute;
    bottom: -5.5px;
    left: 0;
    content: "";
    display: block;
    background: #CFB16D;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.banner-1 h1:before {
    position: absolute;
    bottom: -5.5px;
    right: 0;
    content: "";
    display: block;
    background: #CFB16D;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.banner-1 figure {
    margin-bottom: 18px;
}

.banner-1 {
    margin-bottom: 50px;
}

.content-box-3 .main {
    width: 895px;
}

.content-box-3 .sidebar {
    padding-left: 16px;
    width: calc(100% - 895px);
}

.frame-box {
    padding: 20px 0;
    margin-bottom: 40px;
}

.box-3 .description {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-3 .txt-1 {
    font-size: 16px;
    font-weight: bold;
}

.box-3 .txt-2 {
    font-size: 37px;
    font-weight: bold;
    line-height: normal;
}

.box-3 .txt-3 {
    font-size: 12px;
    padding-top: 15px;
    text-align: right;
}

.description-box {
    font-size: 14px;
}

.box-4 .txt-1 {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-4 .txt-1 img {
    margin-top: -3px;
}

.procent-box {
    height: 11px;
    border-radius: 8px;
    background: #dfeee9;
    margin-top: 20px;
}

.procent-box div {
    background: #0d5c38;
    border-radius: 8px;
    height: 11px;
}

.box-4 {
    padding-bottom: 27px;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

.boxes-4 .box-4:last-child {
    padding-bottom: 0;
    border: none;
}

.boxes-4 {
    margin-top: -7px;
}

.box-4 .col-box-1 {
    width: 663px;
}

.box-4 .col-box-2 {
    width: calc(100% - 663px);
    text-align: right;
}

.box-4 .txt-2 {
    width: 132px;
    height: 24px;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    margin: 10px 0 15px 0;
    line-height: 25px;
    color: #0d5c38;
    font-size: 12px;
    border-radius: 20px;
    box-shadow: 4px 2px 16px #8b8b8b7a;
    font-weight: bold;
}

.box-4 .txt-3 {
    font-weight: bold;
    font-size: 37px;
    width: 132px;
    text-align: center;
    float: right;
    margin-bottom: -15px;
    line-height: normal;
}

.box-4 .no-active {
    opacity: 0.2;
}

.table-1 table {
    width: 100%;
}

.table-1 table td {
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
}

.table-1 table tr:last-child td {
    border-bottom: none;
}

.table-1 table th {
    font-size: 12px;
    font-weight: normal;
}

.table-1 .txt-1 {
    font-weight: bold;
    white-space: nowrap;
}

.table-1 .txt-1 img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.btn-4 {
    width: 59px;
    height: 59px;
    background: url(/img/frontend/icons/img07.png) center right no-repeat;
    display: block;
}

.table-1 .btn-4 {
    margin: 0 -30px -30px 0;
    margin-top: -30px;  
}

.btn-4.active {
   -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1);
               filter: flipv;
}

.table-1 table td, .table-1 table th {
    padding: 7px 5px;
}

.table-1 table .tr-data td {
    font-size: 12px;
}

.table-1 table .tr-data {
    position: relative;
    display: none;
}

.table-1 table .tr-data:after {
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    content: "";
    display: block;
}

.table-1 tr:hover .btn-4 {
    position: relative;
    z-index: 2;
}

.content-box-3 {
    display: flex;
}

.box-5 {
    text-align: center;
}

.box-5 .txt-1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.box-5 .txt-1 span {
    display: block;
    font-size: 37px;
    line-height: normal;
    padding-top: 5px;
}

.color-green {
    color: #00965F;
}

.btn-1-1 {
    padding: 0 20px;
    font-size: 14px;
}

.sidebar .frame-box {
    margin-bottom: 16px;
}

.main-content {
    padding-bottom: 30px;
}

/* *** KATALOG NAGRÓD 1 *** */

.main-content-1 {
    padding-top: 100px;
}

.margin-bottom-2 {
    margin-bottom: 30px;
}

.boxes-6 .row {
    margin: 0 -12px;
}

.boxes-6 .row > div {
    padding: 0 12px;
    flex: 0 0 20%;
    max-width: 20%;
}

.box-6 {
    display: block;
    border: 1px solid #d486b7;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.boxes-15 {
    margin-bottom: -30px;
}

.box-6 .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    flex-direction: column;
    line-height: 1.1;
    font-family: 'Teko', sans-serif;
    background: url('/img/frontend/img04.png') center bottom no-repeat;
    left: 0;
    width: 100%;
}

.box-6 .txt .image {
    margin-bottom: -30px;
}

a.box-6:hover {
    opacity: 0.9;
}

.banner-2 {
    overflow: hidden;
    position: relative;
}

.banner-2 .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url('/img/frontend/img05.png') center bottom no-repeat;
    padding: 20px;
    align-items:  flex-end;
    display: flex;
    justify-content: center;
}

.banner-2 {
    margin-bottom: 30px;
}

.boxes-7 .row {
    margin: 0 -7px;
}

.boxes-7 .row > div {
    padding: 0 7px;
}

.box-7 figure {
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box-7 {
    border: 1px solid #AA0E6F;
    text-align: center;
    padding: 0 25px 25px 25px;
    margin-bottom: 14px;   
}

.box-7 .txt {
    font-size: 16px;
    margin: 0 0 24px 0;
    line-height: normal;
    text-align: left;
    color: #000000;
    font-weight: 300;
}

.box-7 .button-box {
    display: flex;
    justify-content: space-between; 
}

.box-7 .txt span {
    display: block;
    color: #AA0E6F;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
}

.btn-5 {
    height: 38px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 16px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    background: #AA0E6F;
}

.btn-5:hover {
    background: #AA0E6F;
    color:#fff;
    opacity: 0.9;
}

.btn-5-1 {
    box-shadow: none;
    border-color: #fff;
    color: #2C2A29;
    background: #fff;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0;
}

.btn-5:hover {
    opacity: 0.9;
    color: #fff;
}

.btn-5-1:hover {
    color: #2C2A29;
    background: #fff;
    opacity: 0.9;
}

.box-7 {
    background-size: cover;
    background-position: center center;
}

.box-7-1 figure {
    height: 282px;
}

.box-7-1 .button-box {
    justify-content: center; 
}

.btn-5-2 {
    border-color: #00965F;
    border-radius: 0;
    font-size: 17px;
    background: #00965F;
    color: #fff;
}

.btn-5-2:hover {
    color: #fff;
}

.box-7-1 {
    position: relative;
    padding: 0 25px 25px 25px;
}

.box-7-1 .button-box {
    text-align: center;
}

.box-7 .button-box .btn-5 {
    text-align: center;
    min-width: 147px;
}

.box-7 figure a:hover {
    opacity: 0.9;
}

.box-7 .button-box .btn-5-1 {
    min-width: 1px;
}

.new-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    background: #FF1616;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    width: 101px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
}

/* *** KATALOG NAGROD 3 *** */

.content-box-4 {
    padding: 10px 0 30px 0;
}

.b-content-box-1 {
    display: flex;
    width: 100%;
    padding-bottom: 60px;
}

.b-content-box-1 .figure-1 {
    background: #fff;
    width: 490px;
    height: 440px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ca68a5;
    text-align: center;
}

.b-content-box-1 .description {
    width: calc(100% - 490px);
    padding-left: 35px;
}

.b-content-box-1-1 {
    min-height: 240px;
}

.b-content-box-1 h2 {
    font-weight: bold;
    font-size: 20px;
    padding: 25px 0;
    margin: 0;
}

.b-content-box-1 .price {
    color: #AA0E6F;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.b-content-box-1-2 {
    display: flex;
    width: 100%;
    padding: 20px 0;
}

.quantity-box {
    padding: 0 15px;
    position: relative;
}

.quantity-1 {
    border: 1px solid #E9E9E9;
    height: 38px;
    padding: 0 10px;
    padding-top: 2px;
    display: flex;
    align-items: center;
}

.quantity-box .plus, .quantity-box .minus {
    position: absolute;
    top: 10px;
    right: 0;
    font-weight: normal;
    color: #2C2A29;
    font-size: 14px;
}

.plus:hover, .minus:hover {
    color: #AA0E6F;
}

button.btn-5 {
    border: none;
}

.quantity-box .minus {
    right: auto;
    left: 0;
}

.quantity-box input {
    width: 27px;
    text-align: center;
    background: none;
    height: 40px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #2C2A29;    
    text-align: center;
}

.quantity-box label {
    font-size: 14px;
    color: #2C2A29;
    padding-top: 1px;
    font-weight: normal;
    padding-left: 5px;
    margin: 0;
}

.add-basket span {
    padding: 5px 0;
    margin-left: -5px;
    padding-left: 40px;
    background: url('/img/frontend/icons./img47.png') left center no-repeat;
}

.b-content-box-1-2 .button-box {
    margin-left: 42px;
}


.b-content-box-2 {
    display: flex;
    min-height: calc(100vh - 321px);
    width: 100%;
}

.b-main {
    width: 856px;
}

.b-sidebar {
    padding-left: 35px;
    width: calc(100% - 856px);
}

.b-content-box-2-1 {
    border: 1px solid #d486b7;
    text-align: center;
    padding: 25px;
}

.b-box-2 {
    text-align: center;
}

.b-box-2 .txt-1 {
    font-size: 12px;
    font-weight: 300;
}

.b-box-2 .txt-1:after {
    width: 54px;
    height: 1px;
    background: #DFDFDF;
    display: block;
    content: "";
    margin: 10px auto;
}

.b-box-2 .txt-1-1 {
    font-weight: bold;
    font-size: 15px;
}

.b-box-2 .txt-1-1:after {
    display: none;
}


.b-box-2 .txt-2 {
    font-weight: bold;
    font-size: 20px;
    color: #AA0E6F;
    padding: 10px 0 50px 0;
    line-height: 1;
}

.b-box-2 .btn-5 {
    width: 150px;
}

.btn-2-1 {
    text-decoration: none !important; 
}

.b-box-2 .button-box {
    margin-bottom: 20px;
}


.b-box-2 .txt-2 span {
    font-size: 36px;
    display: block;
    margin-top: -10px;
}

.b-title {
    font-weight: bold;
    font-size: 14px;
}

.steps {
    margin-top: -20px;
    margin-bottom: 20px;
}

.steps ul li:after {
    width: 30px;
    height: 2px;
    background: #9f9f9f;
    content: "";
    margin: 0 17px;
    display: inline-block;
    vertical-align: middle;
}

.steps ul li.active-line:after {
    background: #AA0E6F;
}

.steps ul li img {
    filter: grayscale(100%);
    opacity: 0.6;
}

.steps ul li.active img {
    filter: none;
    opacity: 1;
}

.steps ul li:last-child:after {
    display: none;
}

.steps ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end; 
}

.b-table {
    overflow: auto;
    line-height: 1.2;
}

.b-table td, .b-table th {
    padding: 10px 5px;
    font-size: 14px;
}

.b-table td {
    font-size: 16px;
}

.b-table td {
    border-top: 1px solid #eeeff3;
    padding: 30px 5px;
}


.b-table th {
    font-size: 12px;
    font-weight: normal;
}

.b-table table {
    width: 100%;
}

.b-table .txt-1 {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.b-table figure {
    width: 58px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-table .txt-1-1 {
    padding-left: 15px;
    width: 150px;
}

.btn-delete {
    width: 17px;
    height: 17px;
    background: url('/img/frontend/icons/img20.png');
    display: inline-block;
    margin-bottom: -3px;
}

.btn-delete:hover {
    opacity: 0.9;
}

.delete-box {
    width: 50px;
    float: right;
    text-align: right;
}

.quantity-box-1 {
    width: 118px;
    height: 40px;
    border: 1px solid #9F9F9F;
}

.quantity-box-1 .minus, .quantity-box-1 .plus {
    width: 17px;
    height: 17px;
    text-indent: -999999px;
    top: 11px;
    background: url('/img/frontend/icons/img21.png') center no-repeat;
}

.quantity-box-1 input {
    height: 38px;
    width: 100%;
    padding: 0 10px;
}

.quantity-box-1 .quantity-1 {
    height: 38px;
    background: none;
    border: none;
    box-shadow: none;
}

.quantity-box-1 .minus {
    left: 18px;
}

.quantity-box-1 .plus {
    right: 18px;
    background: url('/img/frontend/icons/img22.png') center no-repeat; 
}

.quantity-box-1 .minus:hover, .quantity-box-1 .plus:hover {
    opacity: 0.8;
}

.btn-5 {
    text-align: center;
}

.form-button {
    width: 100%;
    align-items: center;
    padding-top: 20px;
    display: flex;
    justify-content: space-between; 
}

.form-button .btn-5 {
    min-width: 150px;
}

.input-box-1 input {
    border-width: 1px;
}


.b-table-1 {
    margin: 0 -15px;
    overflow: auto;
}

.b-table-1 table {
    width: 100%;
    line-height: normal;
}

.b-table-1 table th, .b-table-1 table td {
    padding: 0 5px;
    padding-bottom: 10px;
    font-size: 12px;
}

.b-table-1 table th {
    font-weight: normal;
    font-size: 10px;
}

.b-table-1 table tr th:first-child, .b-table-1 table tr td:first-child {
    text-align: left;
}

.b-table-1 {
    margin-top: 23px;
}

.b-table-1 table tr th:last-child, .b-table-1 table tr td:last-child {
    text-align: right;
}

.b-table-1 .summary {
    border-top: 1px solid #dedfde;
}

.b-table-1 .summary td {
    padding-top: 10px;
}

.b-table-1 .summary td:first-child {
    text-align: right;
}

.b-table-1 .summary td {
    padding-bottom: 0;
}

.b-image-box {
    padding: 10px 0;
}

.b-image-box img {
    margin: -35px 0;
}

.btn-5-3 {
    padding: 0 30px;
    width: auto;
}

.b-box-text {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.b-box-text + .button-box {
    padding-bottom: 35px;
}

.b-box-text h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}

.chart-box {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.progress-bar {
  position: relative;
  height: 100px;
  background: #fff;
  width: 100px;
}

.progress-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.progress-bar div span {
  position: absolute;
  font-family: Arial;
  color: #000;
  font-weight: bold;
  font-size: 26px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}

.progress-bar .background { background-color: #b3cef6; }

.progress-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: #4b86db;
}

.progress-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  margin: -2px;
  background-color: #b3cef6;
}

.progress-bar .right {
  clip: rect(0 50px 100px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
 @keyframes 
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

/* *** 09.05 *** */

a.z-box-1 {
    border: 1px solid #fff;
    padding-right: 70px;
    position: relative;
}

.z-box-1 {
    background: #f8f8f8;
}

a.z-box-1:hover {
    border-color: #00965F;
}

.z-box-1 .description {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.z-box-1 .tx-1 {
    color: #2C2A29;
    font-size: 20px;
    font-weight: bold;
}

.z-box-1 .tx-2-1 {
    margin-left: 30px;
    text-align: right;
}

.z-box-1 .tx-2-1 span {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.z-box-1 .tx-2 {
    display: flex;
    align-items: center;
}

a.z-box-1:after {
    width: 59px;
    height: 59px;
    background: url(/img/frontend/icons/img07.png) center right no-repeat;
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -30px;
    right: 2px;
}

.z-btn-1 {
    position: relative;
    color: #2C2A29;
    padding-right: 25px;
    font-size: 12px;
}

.z-btn-1:hover {
    color: #2C2A29;
    opacity: 0.9;
}

.z-btn-1:after {
    width: 18px;
    height: 18px;
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    margin-top: -9px;
    box-shadow: 4px 2px 16px #8b8b8b7a;
    right: 0;
    background: url('/img/frontend/icons/img23.png');
}

.z-btn-1-1:after {
    background: url('/img/frontend/icons/img24.png');
}

.z-search-box {
    position: relative;
    margin-bottom: 20px;
}

.z-search-box button {
    position: absolute;
    top: 0;
    right: 0;
    height:28px;
    width: 30px;
    border: none;
    background: #fff url('/img/frontend/icons/img27.png') center no-repeat;
}

.z-search-box input {
    height: 30px;
    padding: 0 10px;
    font-family: arial;
    background: #fff;
    border: none;
    width: 100%;
    display: block;
    border-bottom: 2px solid #d7d7d7;
}

.z-table-1 table {
    border-collapse: separate;
    border-spacing: 0px 20px;
}

.z-table-1 tr {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.z-table-1 tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.z-table-1 tr td {
    padding: 9px 10px 7px 10px;
}

.z-table-1 tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.z-btn-2 {
    height: 28px;
    background: #00965F;
    border-radius: 14px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 119px;
    line-height: 28px;
}

.z-btn-2:hover {
    opacity: 0.9;
    color: #fff;
}

.z-input-box {
    width: 206px;
    max-width: 100%;
}

.z-input-box input, .z-input-box select {
    font-weight: bold;
    color: #2C2A29;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070;
}

.z-table-1 .tr-head {
    box-shadow: none;
    background: none;
}

.z-table-1 tr th {
    font-size: 10px;
    line-height: 1.2;
    padding: 0px 10px 0px 10px;
}

.z-content-box-1-1 {
    display: flex;
    justify-content: space-between 
}

.z-content-box-1-1 .z-search-box {
    width: 887px;
    max-width: 100%;
}

.z-btn-2-1 {
    width: 171px;
}

.z-color-green {
    color: #0D5C38;
}

.z-btn-3 {
    width: 20px;
    margin-top: 5px;
    height: 20px;
    display: inline-block;
    background: url('/img/frontend/icons/img29.png');
}

.z-btn-3.active {
    background: url('/img/frontend/icons/img30.png');  
}

.z-table-1 .z-tr-data {
    border-radius: 10px;
}

.z-table-1 .z-tr-data > td:first-child {
    border-radius: 10px !important;
}

.z-table-1 table table td {
    padding: 0;
    box-shadow: none;
}

.z-table-1 table table tr {
    box-shadow: none;
}

.z-btn-2 {
    border: none;
}

.z-content-box-2 {
    justify-content: space-between;
    display: flex;
}

.z-boxes-2 {
    width: 70%;
}

.z-boxes-2 .row-box {
    margin: 0 -10px;
    display: flex;
}

.z-boxes-2 .col-box {
    width: 25%;
    padding: 0 10px;
}

.z-box-2 .name {
    color: #0D5C38;
    font-weight: bold;
    padding-right: 20px;
    background: url('/img/frontend/icons/img31.png') right 5px no-repeat;
}

.z-content-box-2 {
    font-size: 12px;
}

.z-label-box-2 label {
    color: #000;
    opacity: 0.7;
    display: block;
    margin-top: 0px;
    font-size: 10px;
}

.z-input-box-2 input {
    border: none;
    font-weight: bold;
    padding: 0;
    font-size: 11px;
    border-bottom: 1px solid #d7d7d7;
}

.z-tr-data {
    position: relative;
    display: none;
}


.z-content-box-2 {
    position: relative;
}

.z-table-1 .txt-1 img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

@media (max-width: 992px){
    .z-content-box-1-1 .z-search-box {
        width: 100%;
    }
    .z-content-box-1-1 {
        flex-wrap: wrap;
    }    
}

@media (max-width: 767px){
    .z-box-1 .tx-1 {
        width: 100%;
    }
    .z-box-1 .tx-2 {
        width: 100%;
        flex-wrap: wrap;
    }
    .z-box-1 .description {
        flex-wrap: wrap;
    }
    .z-box-1 .tx-2-1, .z-box-1 .tx-2-2 {
        text-align: left;
        margin: 10px 0 0 0;
        width: 100%;
    }
}

/* *** 10.05 *** */

.a-chart-box {
    margin-top: -10px;
    margin-bottom: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.banner-1 .description-1 h1 {
    width: 160%;
}

.a-box-1 {
    display: flex;
    align-items: center;
    box-shadow: 4px 2px 16px #8b8b8b7a;
    border-radius: 20px;
    border: 1px solid #fff;
    width: 100%;
    height: 94px;
    padding: 0 20px 0 40px;
}

.a-box-1:hover {
    border-color: #0D5C38;
}

.a-box-1 .description {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.a-boxes-1 .row-box {
    display: flex;
    margin: 0 -18px;
    flex-wrap: wrap;
}

.a-boxes-1 .col-box {
    padding: 0 18px;
    width: 50%;
}

.a-box-1 .txt-2 {
    text-align: right;
}

.a-box-1 .txt-2-1 {
    font-weight: bold;
    padding: 0 0 15px 0;
    color: #000;
    font-size: 18px;
}

.a-box-1 .txt-2-2 {
    color: #0D5C38;
    font-size: 12px;
}

.a-box-1 .txt-1 {
    width: 73px;
    height: 73px;
    display: flex;
    color: #0D5C38;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1;
    border-radius: 17px;
    background: #eeeeee;
    box-shadow: inset 4px 4px 10px rgb(0 0 0 / 10%);    
    border: 2px solid #f1f1f1;
}

.a-box-1 .txt-1 span {
    font-size: 46px;
    margin-bottom: -15px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: block;
}

.a-box-1 figure {
    width: 140px;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    text-align: center;
    display: flex;
    height: 140px;
}

.a-box-1 .description {
    width: calc(100% - 160px);
}

.a-box-1 figure img {
    max-width: none;
    max-height: none;
}

.a-boxes-1 {
    padding-top: 22px;
}

.a-box-1 {
    margin-bottom: 75px;
}

.slider-1 h2 {
    font-weight: bold;
    font-size: 16px;
}

.a-box-2 {
    display: flex;
    border-top: 1px solid #3faf86;
    padding: 10px 0;
    width: 100%;
}

.a-box-2 figure {
    width: 67px;
    padding-top: 3px;
    margin-bottom: -4px;
}

.a-box-2 .text {
    width: calc(100% - 67px);
}

.slider-1 {
    margin: 40px 0;
}

.log-content-box-1 {
    padding-left: 17px;
}

.s-title {
    font-weight: bold;
    font-size: 18px;
    background: #103c28;
    color: #fff;
    padding: 17px 30px 14px 30px;
}

.s-content-box-1 {
    border-radius: 20px;
    box-shadow: 4px 2px 16px #8b8b8b7a;
    overflow: hidden;
}

.s-content-box-1-1 {
    padding: 30px;
}

.steps-1 {
    margin-top: 0;
}

.steps-1 ul li img {
    filter: none;
}

.steps-1 ul li img {
    opacity: 0.3;
}

.steps-1 ul li:after {
    width: 65px;
}

.s-title-1 {
    margin-bottom: 5px;
    font-weight: bold;
    color: #01270e;
}

.b-form-box-1 .input-box {
    margin-bottom: 0;
}

.b-form-box-1 .input-box input {
    padding: 0;
}

.s-button-box .btn-1 {
    width: 170px;
    height: 40px;
    line-height: 42px;
}

.s-button-box {
    padding-top: 8px;
    text-align: right;
}

.steps-1 {
    margin-bottom: 25px;
}

.steps-1 ul li:after {
    margin-top: 2px;
}

.b-form-box-1 .input-box-1 input {
    font-weight: bold;
    font-size: 14px;
    color: #01270e;
}

.b-form-box-1 .input-box-1 .s-icon-1 {
    padding-right: 30px;
    background: url('/img/frontend/icons/img42.png') calc(100% - 10px) center  no-repeat;
}

.s-checkbox-box {
    font-size: 10px;
    line-height: 1.3;
}

.s-checkbox-box {
    display: flex;
}

.s-checkbox-box .icheckbox {
    width: 11px;
    height: 11px;
    border: 1px solid #707070;
    margin-top: 1px;
    margin-right: 4px;
}

.s-checkbox-boxes {
    padding-top: 20px;
}

.s-checkbox-box .icheckbox.checked {
    background: #00965F;
    border-color: #00965F;
}

.s-legend {
    font-size: 8px;
    padding-left: 15px;
}

.s-checkbox-box label {
    width: calc(100% - 15px);
}

.s-checkbox-box a {
    color: #2C2A29;
}

.s-checkbox-box {
    margin-bottom: 13px;
}

.s-checkbox-box label {
    margin: 0;
}

.s-checkbox-box a:hover {
    color: #00965F;
}

@media (max-width: 1199px){
    .steps-1 ul li:after {
        width: 30px;
    }
}

@media (max-width: 992px){
    .steps-1 ul li:after {
        width: 17px;
    }
    .a-boxes-1 .col-box {
        width: 100%;
    }
    .banner-1 .description-1 h1 {
        width: 100%;
    }
}

@media (max-width: 767px){
    .s-content-box-1 {
        position: relative;
        background: #fff;
        z-index: 10;
    }
    body .steps-1 {
        margin-top: 0;
    }
    .a-box-1 {
        height: auto;
        flex-wrap: wrap;
        text-align: center;
        padding: 15px;
    }
    .a-box-1 figure {
        width: 100%;
    }
    .a-box-1 .description {
        padding-top: 15px;
        width: 100%;
    }
    .a-boxes-1 {
        padding-top: 0;
    }
    .a-box-1 {
        margin-bottom: 20px;
    }
    .a-box-1 .description {
        flex-wrap: wrap;
    }
    .a-box-1 .txt-1, .a-box-1 .txt-2 {
        width: 100%;
        text-align: center;
    }
    .a-box-1 .txt-2-1 {
        padding: 17px 0 5px 0;
    }
}

/* *** 18.05 *** */


.c-content-box-1 {
	width: 757px;
	height: 325px;
		background: url(/img/frontend/img06.png) center top no-repeat;
	margin: 0 auto;
	max-width: 100%;
	padding: 35px 40px;
	position: relative;
}

.c-content-box-1 .button-box {
	position: absolute;
	bottom: 17px;
	left: 0;
	width: 100%;
	text-align: center;
}

.c-content-box-1 .button-box a {
	width: 169px;
}

.c-content-box-1 .txt {
	font-size: 21px;
    line-height: 1.2;
	text-align: center;
}

.c-content-box-1 .txt span {
	color: #0d5c38;	
}

.c-btn-1 {
        box-shadow: 0px 5px 5px #878787b3;
    border: 1px solid #00965F;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    height: 42px;
    line-height: 41px;
    color: #fff;
    padding: 0 33px;
    border-radius: 20px;
    background: linear-gradient(#00965F, #004B30);
}

.c-btn-1:hover {
    color: #fff;
    opacity: 0.9;
}

.c-content-box-2 {
    margin-bottom: 35px;
    padding: 20px 0;
}

.body-bg-1 {
    background: url('/img/frontend/bg-1.png') center top no-repeat;
}

.c-content-box-3 {
    margin-top: -25px;
    margin-bottom: 30px;
}

.box-5 .txt-1 span span {
    font-size: 23px;
    margin-top: -5px;
    margin-bottom: -3px;
}

.c-table-1 tr.c-active td {
    border-top: 1px solid #0D5C38 !important;
    border-bottom: 1px solid #0D5C38 !important;    
}

.c-table-1 tr.c-active-1 {
    background: #0D5C38;
    color: #fff;
}

.c-table-1 tr.c-active-1 .color-green-1 {
    color: #fff;
}

.c-table-1 tr.c-active td:first-child {
    border-left: 1px solid #0D5C38 !important;
}

.c-table-1 tr.c-active td:last-child {
    border-right: 1px solid #0D5C38 !important;    
}

.color-green-1 {
    color: #0D5C38; 
}

.c-margin-top-1 {
    margin-top: 50px;
}

.pagination-box {
    padding-bottom: 5px;
    padding-top: 18px;
}

.pagination-box ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: center;
    list-style: none;
}

.pagination-box li {
    margin: 0 5px;
}

.pagination-box a:hover, .pagination-box span {
    color: #0D5C38;
}

.pagination-box a {
    color: #2C2A29;
}

.c-content-box-4 {
    display: flex;
    border-radius: 20px;
    margin-bottom: 50px;
    align-items: center;
    overflow: hidden;
    box-shadow: 4px 2px 16px #8b8b8b7a;
}

.c-content-box-4 .txt {
    padding: 0 45px;    
}

.c-content-box-4 h2 {
    font-weight: bold;
    color: #0D5C38;
    font-size: 36px;
    margin: 0;
}

.c-content-box-4 figure {
    position: relative;
    width: 380px;
}

.c-content-box-4 .txt {
    width: calc(100% - 380px);
}

.c-content-box-4 figure:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: #0d5c38;
    opacity: 0.5;
}

.c-content-box-4 .text {
    padding-top: 15px;
}

.b-form-box-2 {
    padding-top: 13px;
}

.b-form-box-3 {
    padding: 22px;
}

.c-content-box-5 {
    padding-bottom: 25px;
}

.c-button-box-1 {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.c-button-box-1 .btn-5 {
    width: 236px;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .c-content-box-4 .txt {
        padding: 0 30px;
    }
    .c-content-box-4 h2 {
        font-size: 20px;
    }
    .c-content-box-4 figure {
        max-width: 50%;
    }
}

@media (max-width: 992px) {
    .c-content-box-2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .c-content-box-4 {
        flex-wrap: wrap;
    }
    .c-content-box-4 figure {
        max-width: 100%;
        width: 100%;
        border-radius: 25px;
        overflow: hidden;
    }
    .c-content-box-4 figure img {
        width: 100%;
        border-radius: 25px;
    }
    .c-content-box-4 .txt {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .c-content-box-2 {
        margin-bottom: 30px;
    }    
	.c-content-box-1 {
		height: auto;
		padding: 20px 20px 70px 20px;
		background: url(/img/frontend/img07.png);
		background-size: cover;
	}
	.c-content-box-1 .txt {
		font-size: 16px;
	}
    .c-content-box-4 .txt {
        padding: 20px;
    }
    .c-content-box-4 .txt h2 {
        font-size: 16px;
    }
    .c-button-box-1 .btn-5 {
        width: 150px;
    }
}

footer {
    background: #163654;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
    padding: 20px 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    opacity: 0.9;
    color: #fff;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.f-box-right {
    display: flex;
}

.f-box-1 {
    margin-left: 40px;
}

.f-box-1-1 {
    text-align: right;
}

.x-content-box-1 {
    padding: 15px 20px 20px 20px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.x-title-1 {
    padding: 0 20px;
}

.x-btn-1 {
    font-size: 9px;
    font-weight: 300;
    line-height: 21px;
    height: 20px;
    letter-spacing: 1px;
    display: inline-block;
    background: #AA0E6F;
    color: #fff;
    padding: 0 10px;
}

.x-btn-1:hover {
    opacity: 0.9;
    color: #fff;
}

.x-title {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 13px;
}

.x-table table {
    width: 100%;
    border-top: 1px solid #DFDFDF;
}

.x-table table td {
    font-size: 14px;
    font-weight: 300;
}

.x-table table tr:nth-child(even) td {
    background: #EBEBEB;
}

.x-table table td, .x-table table th {
    padding: 5px 10px 2px 10px;
}

.x-table table th {
    font-size: 10px;
    font-weight: 300;
}

.x-title h2 {
    color: #AA0E6F;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.x-boxes-1 .row-box {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}

.x-boxes-1 .col-box {
    width: 33.3333%;
    padding: 0 5px;
}

.x-box-1 {
    padding: 0 20px 10px 20px;
    margin-bottom: 10px;
    border: 1px solid #d486b7;
}

.x-box-1 .x-btn-1 {
    width: 100%;
    text-align: center;
}

.x-box-1 .txt-1 {
    line-height: 1.2;
    padding: 0 0 5px 0;
}

.x-box-1 a:hover {
    opacity: 0.9;
}

.x-box-1 .txt-box {
    min-height: 65px;
}

.x-box-1 .txt-2 {
    color: #AA0E6F;
    padding-bottom: 6px;
    font-weight: bold;
}

.x-box-1 .txt-1 a {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
}

.x-box-1 figure {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.x-banner-1 img {
    border: 1px solid #707070;
}

.x-banner-1 {
    margin-bottom: 30px;
    margin-top: 70px;    
}

.fr-content-box {
    width: 994px;
    margin: 0 auto;
    max-width: 100%;
    border: 1px solid #d486b7;
}

.title-2 {
    background: #AA0E6F;
    margin: 0;
    color: #fff;
    padding: 22px;
}

.title-2 h1 strong {
    color: #fff;
}

.fr-button {
    text-align: center;    
}

.fr-button .btn-5 {
    min-width: 107px;
}

.icheckbox {
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
}

.icheckbox.checked:after {
    position: absolute;
    margin: 2px;
    width: 9px;
    top: 0;
    left: 0;
    height: 9px;
    display: block;
    content: "";
    background: #AA0E6F;
}

.fr-checkbox-box {
    display: flex;
}

.fr-checkbox-box label {
    margin: 0;
    display: block;
    line-height: 1.3;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 2px;
}

.fr-title {
    font-weight: bold;
    padding-left: 19px;
    font-size: 11px;
}

.fr-box-1 {
    padding-top: 10px;
    padding-bottom: 30px;
}

.fr-checkbox-box {
    margin-top: 10px;
}

.fr-checkbox-box .icheckbox {
    flex-shrink: 0;
}

/* 22.06 */
.administrator-info {
    margin: 0;
    display: block;
    line-height: 1.3;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 2px;
}

.home-image {
    margin: auto;
    max-width: 75%;
}

.content-box-1 .image-1-regulamin {
    width: 100%;
    position: absolute;
    left: 0;
    top: 70px;
    background: url(/img/frontend/img02.png) left top;
    background-size: 50% 100%;
    height: calc(100% - 70px);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.product-image {
    margin: auto;
    max-width: 65%;
}

/* 29.06 */
.btn-order-award {
    cursor: pointer;
}
