/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** COLORS *** */

:root {
    --color-violet: #c2b8eb;
    --color-violet-1: #8679e4;
    --color-violet-light-1: #BEB9E2;
    --color-violet-light-2: #C2B7FF;
    --color-violet-light-3: #7363F4;
    --color-violet-light-4: #9c66bb;
    --color-violet-light-5: #7162F2;
    --color-violet-dark: #42339C;
    --color-violet-light: #E0D9FF;
    --color-violet-dark-1: #352991;
    --color-violet-dark-2: #2A1775;
    --color-pink: #FA4B9C;
    --color-pink-1: #FD0377;
    --color-pink-2: #F47EB4;
    --color-gray: #c8c0dd;
    --color-blue: #231884;
    --color-light: #ede9ff;
    --color-light-1: #bebbe0;
    --color-green-success: #83eb9a;
}

/* *** 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: 'Cambay', sans-serif;
}

@media (min-width: 1200px) {
    body .container {
        max-width: 1226px;
    }
}

body {
    font-family: 'Cambay', sans-serif;
    font-size: 15px;
    color: #fff;
    background: url('../../img/frontend/bg.png') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    line-height: 1.3;
    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 {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

header .logo {
    width: 277px;
    height: 123px;
    border-radius: 0 0 24px 24px;
    background: #fff;
    padding-top: 26px;
    text-align: center;
}

.main-menu ul {
    padding: 0;
    display: flex;
    margin: 0;
}

.main-menu > ul > li {
    position: relative;
    margin: 0 15px;
    list-style: none;
}

.main-menu > ul > li > a {
    color: var(--color-violet);
    display: block;
    float: left;
    height: 48px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    line-height: 48px;
    font-size: 15px;
}

.main-menu > ul > .current > a {
    font-weight: bold;
    color: #fff;
    border-color: var(--color-pink);
}

.main-menu > ul > li:hover > a {
    color: #fff;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none; 
    width: 305px;
    background: #cacaca;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: var(--color-violet);
    text-align: left;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: red;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

.user-box {
    color: var(--color-violet);
    display: flex;
    align-items: center;
}

.user-box .txt strong {
    color: #fff;
}

.u-btn {
    cursor: pointer;
    background: url('../../img/frontend/icons/img01.png') right center no-repeat;
    padding-right: 20px;
}

.u-box {
    margin-left: 29px;
    position: relative;
}

.u-btn img {
    margin-bottom: 5px;
}

.u-box:hover .u-list {
    display: block;
}

.u-list {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    width: 80px;
    background: var(--color-violet);
}

.u-list {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 10px 4px 10px;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    list-style: none;
    min-width: 100px;
}

.u-list a {
    color: var(--color-violet-dark);
}

.u-list a:hover {
    color: #fff;
}

/* *** HOME *** */

.main-content {
    min-height: calc(100vh - 287px);
}

.content-box-2 {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 24px;
    padding: 33px;
}

.title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.box-1 .data {
    display: flex;
    width: 100%;
}

.box-1 {
    width: 100%;
    display: flex;
    align-items: center;
}

.box-1 figure {
    width: 209px;
}

.box-1-1 {
    width: calc(100% - 209px);
}

.box-1-1 .row-box {
    display: flex;
    justify-content: center;
}

.box-1-1 .col-box {
    text-align: center;
    padding: 0 30px;
}

.box-1-1 {
    color: var(--color-violet);
}

.box-1-1 span {
    display: block;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

.box-1-1 .col-box {
    height: 101px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.box-1-1 .col-box:first-child {
    border: none;
}

.btn-1 {
    border-radius: 20px;
    height: 56px;
    line-height: 62px;
    font-weight: bold;
    padding: 0 42px;
    color: #fff;
    background: #FD0377;
    display: inline-block;
    background-image: linear-gradient(to right, var(--color-pink-1), var(--color-pink-2));
    box-shadow: 10px 20px 46px rgba(145,48,92);
}

.l-button-box-1 .btn-1 {
    box-shadow: 10px 20px 46px rgba(246,104,169);
}

.btn-1:hover {
    opacity: 0.9;
    color: #fff;
}

.box-1 .button-box {
    text-align: center;
    padding-top: 25px;
}

.box-1-1-content {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.box-1-1-content span {
    font-size: 125px;
    margin-bottom: -20px;
}

.box-1-1-content .box-1-1 {
    margin-top: -20px;
}

.bg-1 {
    background: none;
    border: none;
}

.time-content {
    height: 160px;
    padding-left: 160px;
    background: url('../../img/frontend/img03.png') -20px -20px no-repeat;
}

.time {
    display: flex;
}

.time-col-box {
    width: 25%;
    text-align: center;
    color: var(--color-violet);
}

.time-col-box div {
    color: #fff;
    font-size: 80px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: -15px;
}

.time-col-box span {
    display: block;
    font-size: 15px;
    color: var(--color-violet);
}

.btn-1-white {
    color: #fff;
    border: 1px solid #fff;
    background: none;
}

.box-2 .button-box {
    text-align: center;
}

.box-2 .button-box a {
    margin: 0 10px;
}

.content-box-2-1 {
    padding-left: 0;
    padding-right: 0;
}

.bg-2 {
    color: var(--color-violet-dark);
}

.boxes-3 {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.box-3 {
    width: 33.33333%;
    height: 16px;
    padding: 0 10px;
    text-align: center;
    border-right: 1px solid var(--color-violet-dark);
}

.boxes-3 .box-3:first-child {
    border-left: 1px solid var(--color-violet-dark);
}

.procent-content {
    height: 52px;
    padding: 16px;
    border-radius: 26px;
    box-shadow: 10px 13px 16px rgba(52,32,135,0.44);
    background: rgba(255,255,255,0.37);
}

.procent-content .procent {
    height: 20px;
    background-image: linear-gradient(to right, var(--color-pink-1), var(--color-pink-2));
    border-radius: 26px;
}

.title-icon {
    position: relative;
    padding-right: 40px;
}

.title-icon .tooltip-1 {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
}

.tooltip-1 {
    width: 32px;
    height: 32px;
    display: block;
    background: url('../../img/frontend/icons/img02.png');
}

.tooltip-1:hover {
    opacity: 0.9;
    cursor: pointer;
}

.content-box-2 .content {
    padding: 11px 0;
}

.content-box-2 {
    position: relative;
}

.bg {
    background: rgba(109, 93, 236, 0.3);    
    box-shadow: inset 0 0 70px #7960e0;
}

.bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -10px;
    background: url(../../img/frontend/bg.png) no-repeat fixed center/cover;
    filter: blur(15px);
    z-index: -1;
}

.bg-2 {
    background: rgba(209, 193, 254, 0.75);    
}

.bg-2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -10px;    
    background: url(../../img/frontend/bg.png) no-repeat fixed center/cover;
    filter: blur(15px);
    z-index: -1;
}

.tooltip-inner {
    background: var(--color-violet);
    color: var(--color-violet-dark);
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: var(--color-violet);
}

/* *** FOOTER *** */

footer {
   padding: 55px 0;
}

footer .container {
   display: flex;
   justify-content: flex-end;
   align-items: center;
}

.created a {
    margin-left: 17px;
}

.created {
    align-items: center;
    display: flex;
}

.created .txt {
    margin-top: 10px;
}

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

.header-rsp .logo-rsp {
    height: 50px;
    width: 113px;
    margin: 0 auto;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
}

.hamburger {
    position: absolute;
    top: 0;
    left: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: red;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 80px;
    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;
    font-weight: bold;
    height: auto;
    color: var(--color-violet-dark);
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 12px 15px;
}

.menu-rsp nav a:hover {
    background-color: var(--color-violet-dark);
    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;
}

/* *** TESTUJ *** */

.content-box-4 {
    text-align: center;
}

.wrapper-1 {
    width: 440px;
    margin: 0 auto;
    max-width: 100%;
}

.title-1 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text p:last-child {
    margin-bottom: 0;
}

.margin-bottom-1 {
    margin-bottom: 25px;
}

.wrapper-2 {
    width: 378px;
    margin: 0 auto;
    max-width: 100%;
}

.box-4 .link {
    color: var(--color-violet-dark);
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    height: 50px;
    display: flex;
    padding: 0 60px;
    padding-top: 7px;
    border: 1px solid rgba(255,255,255,0.4);
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    box-shadow: inset -2px -1px 16px rgba(113,97,241,0.47);
    background-image: linear-gradient(to right, #fff, var(--color-violet-light));
    position: relative;
}

.box-4 .link:after {
    width: 53px;
    height: 50px;
    position: absolute;
    top: -1px;
    right: -1px;
    content: "";
    display: block;
    background: url('../../img/frontend/icons/img04.png');
}

.box-4 div.link:after {
    background: url('../../img/frontend/icons/img05.png'); 
}

.box-4 {
    margin-bottom: 4px;
}

.boxes-4 {
    margin-bottom: -4px;
}

.box-4 div.link {
    box-shadow: none;
    border: none;
    color: rgba(255,255,255,0.2);
    background: var(--color-violet-dark-1);
}

.button-bottom-box .row-box {
    display: flex;
    margin: 0 -2px;
}

.button-bottom-box .col-box {
    width: 50%;
    padding: 0 2px;
}

.btn-2 {
    display: block;
    color: var(--color-violet-dark);
    border: 1px solid var(--color-violet-light-1);
    background: var(--color-violet-light-2);
    border-radius: 14px;
    padding-left: 5px;
    padding-right: 5px;
    height: 109px;
}

.btn-2 .icon {
    height: 80px;
    display: flex;
    align-items: center;
    padding-top: 20px;
    justify-content: center;
    text-align: center;
}

.btn-2 .icon img {
    max-height: none;
}

a.link:hover {
    opacity: 0.9;
}

.btn-2 .txt {
    opacity: 0.25;
    font-weight: bold;
    font-size: 12px;
}

.button-bottom-box {
    padding-top: 13px;
}

.content-box-5-small .title, .content-box-2-small .title {
    margin-bottom: 15px;
}

.content-box-5-small {
    margin-bottom: 0;
}


@media only screen and (min-width: 767px) {
.content-box-5-small .time-content {
    margin-top: -20px;
    background-size: 160px auto;
    background-position: -20px 0px;
    height: 142px;
    padding-left: 110px;
    padding-top: 18px;
}

.content-box-5-small .time-content .time-col-box span {
    font-size: 12px;
}

.content-box-5-small .time-content .time-col-box div {
    font-size: 40px;
    margin-bottom: -3px;
}
}

.content-box-2-small {
    padding: 20px;
    margin-bottom: 25px;
}

.content-box-2-small .content {
    padding-bottom: 0;
}

.content-box-2-small .boxes-3 {
    margin-bottom: 15px;
}

.content-box-2-small .procent-content {
    height: 32px;
}

.content-box-2-small .procent-content .procent {
    height: 14px;
}

.content-box-2-small .procent-content {
    padding: 9px;
}

.boxes-5 {
    display: flex;
    margin: -15px -20px -10px -20px;
    width: calc(100% + 40px);
}

.boxes-5 .col-box {
    padding: 0 15px;
}

.boxes-5 .col-box:first-child {
    width: 33.333%;
    border-right: 1px solid var(--color-violet-dark-1);
}

.boxes-5 .col-box:last-child {
    width: 66.66666%;
}

.box-5 {
    text-align: center;
    color: var(--color-violet);
    font-size: 12px;
}

.box-5 span {
    margin-bottom: -5px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.box-5 figure {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-5 figure img {
    max-width: 80px;    
    margin-bottom: -20px;
    margin-right: -20px;
}

.box-5 .row-box-1 {
    display: flex;
}

.box-5 .row-box-1 .col-box-1 {
    width: 50%;
    padding: 0 5px;
    text-align: center;
}

.body-bg-1, .body-bg-1 .bg:before, .body-bg-1 .bg-2:before {
    background-image: url('../../img/frontend/bg-1.png');
}

.box-4 .link-1 {
    background: var(--color-pink);
    color: #fff;
    border: none;
    box-shadow: none;
}

.box-4 .link-1:after {
    display: none;
}

a.btn-2 {
    background: #fff;
    color: var(--color-violet-dark);
}

a.btn-2 .txt {
    opacity: 1;
    padding-top: 4px;
    height: 32px;
    display: flex;
    align-items: center;
    padding-bottom: 3px;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

a.btn-2:hover {
    opacity: 0.9;
}

/* *** LOGIN *** */

.login-container {
    overflow: auto;    
    height: 100vh;
}

.login-content {
    width: 395px;
    min-height: 100vh;
    position: relative;
    padding-bottom: 20px;
    padding-right: 15px;
    color: var(--color-violet-dark);
    font-size: 12px;
}

.l-logo {
    padding: 40px 0;
}

.input-box {
    margin-bottom: 20px;
}

.input-box input {
    height: 54px;
    display: block;
    font-size: 15px;
    border-radius: 14px;
    width: 100%;
    color: var(--color-violet-dark);
    padding: 0 15px 0 68px;
    padding-top: 4px;
    border: 1px solid var(--color-gray);
    background-image: linear-gradient(to right, #fff 65%, var(--color-violet-light-4));
}

.l-form {
    width: 100%;
}

.login-container .container {
    position: relative;
}

.mask-1 {
    width: 1000px;
    right: 100%;
    top: 0;
    margin-right: -323px;
    position: absolute;
    height: 100%;
    z-index: -1;
    background: #fff;
    display: block;
}

.l-form label {
    margin: 0;
    font-size: 12px;
    color: var(--color-violet-light-3);
}

.input-login, .input-password {
    position: relative;
}

.input-login:after {
    width: 53px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 12px 0;
    height: 54px;
    background: url('../../img/frontend/icons/img09.png') left center no-repeat;
    display: block;
    content: "";
}

.input-password:after {
    width: 53px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 12px 0;
    height: 54px;
    background: url('../../img/frontend/icons/img10.png') left center no-repeat;
    display: block;
    content: "";
}

.btn-1 {
    border: none;
    text-transform: uppercase;
}

.l-box-1 a {
    font-size: 12px;
    font-weight: bold;
    color: var(--color-violet-dark);
}

.l-box-1 {
    margin-bottom: 30px;
}
.l-box-1 p {
    width: 85%;
}
.l-button-box-1 {
    margin-bottom: 35px;
}

.l-button-box-1 .btn-1 {
    box-shadow: 31px 15px 46px rgb(246 104 169);
}

.l-box-2 a {
    color: var(--color-violet-light-5);
    font-weight: bold;
}

.l-box-3 {
    padding: 50px 0;
    font-weight: bold;
    width: 100%;
    float: left;
}

.l-box-3 figure {
    margin-top: 5px;
    float: left;
}

.l-box-4 a {
    font-weight: bold;
    color: var(--color-violet-dark);
    text-transform: uppercase;
}

.l-box-4 a:hover, .l-box-2 a:hover, .l-box-1 a:hover {
    color: var(--color-pink);
}

.body-login {
    background-image: url('../../img/frontend/bg-2.png');
}

@media only screen and (max-width: 1800px) {
    .body-login {
        background-size: auto;
    }
}
/* *** REJESTRACJA *** */

.subpage-1 header .logo {
    width: 482px;
    padding-top: 20px;
    height: 155px;
    margin: 0 auto;
}

.subpage-1 header {
    margin-bottom: 35px;
}

.subpage-1 .main-content {
    padding-bottom: 35px;
}

.z-wrapper-1 {
    width: 438px;
    margin: 0 auto;
    max-width: 100%;
}

.z-input-box {
   
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 20px;
}

.z-input-box input, .z-input-box textarea {
    border-radius: 14px;
    height: 54px;
    background: none;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    padding-top: 6px;
    border: none;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.30);
    color: var(--color-violet-dark);
}

.z-input-box textarea {
    height: 186px;
    resize: none;
    overflow: auto;
    text-align: left;
    padding: 15px 15px;
}

.body-bg-2, .body-bg-2 .bg:before, .body-bg-2 .bg-2:before {
    background-image: url(../../img/frontend/bg-3.png);
}

.z-input-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--color-violet-dark);
}
.z-input-box ::-moz-placeholder { /* Firefox 19+ */
    color: var(--color-violet-dark);
}
.z-input-box :-ms-input-placeholder { /* IE 10+ */
    color: var(--color-violet-dark);
}
.z-input-box :-moz-placeholder { /* Firefox 18- */
    color: var(--color-violet-dark);
}

.z-form-box .button-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 28px;
}

.z-form-box .btn-1 {
    min-width: 217px;
}

.bg {
    background: rgba(109, 93, 236, 0.4);
}

.z-form-box {
    padding-top: 5px;
}

.z-wrapper-2 {
    width: 898px;
    margin: 0 auto;
    max-width: 100%;
}

.icheckbox {
    width: 13px;
    height: 13px;
    border-radius: 3px;
    border: 1px solid var(--color-pink);
    flex-shrink: 0;
}

.icheckbox.checked {
    background: url(../../img/frontend/icons/img11.png) center no-repeat;
}

.z-checkbox-box {
    display: flex;
    margin-bottom: 13px;
}

.z-checkbox-content {
    padding-top: 15px;
    padding-bottom: 10px;
}

.z-checkbox-content .z-checkbox-box:last-child {
    margin-bottom: 0;
}

.z-checkbox-box label {
    padding-left: 5px;
    font-size: 13px;
    margin: 0;
    padding-top: 1px;
}

.z-checkbox-box label a {
    color: #fff;
    text-decoration: underline;
}

.z-checkbox-box label a:hover {
    color: #fff;
    opacity: 0.9;
}

.u-btn img {
    border-radius: 50%;
    max-width: 53px;
}

/* *** ZMIANA AVATARA *** */

.z-content-box-1 {
    margin: 0 -33px;
}

.z-content-box-1 .row-box {
    display: flex;
}

.z-content-box-1 .column {
    width: 50%;
    padding: 0 78px;
    margin: 10px 0 15px 0;
}

.z-content-box-1 .row-box .column:first-child {
    border-right: 2px solid rgba(255,255,255,0.5);
}

.z-box-1 {
    text-align: center;
}

.btn-width-1 {
    min-width: 217px;
}

.z-box-1 figure {
    height: 157px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: -10px;
    margin-bottom: 36px;
}

.z-box-1 figure img {
    box-shadow: 0px 20px 46px #231884;
    border-radius: 50%;
}

.z-title {
    margin-bottom: 15px;
}

.z-box-3 {
    background: #fff;
    height: 132px;
    position: relative;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.z-boxes-3 .row-box-1 {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}

.z-boxes-3 .col-box {
    width: 50%;
    padding: 0 5px;
}

.z-box-3 .iradio {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 2;
    height: 100%;
    border: 3px solid transparent;
    width: 100%;
}

.z-box-3 .iradio.checked {
    border-color: var(--color-pink);
}

.z-wrapper-3 {
    width: 368px;
    margin: 0 auto;
    max-width: 100%;
}

.z-boxes-3-1 {
    margin-bottom: 55px;
}

.z-boxes-3-2 .col-box {
    width: 63px;
}

.z-boxes-3-2 .z-box-3 {
    height: 55px;
}

.z-boxes-3-3 .col-box {
    width: 109px;
    padding: 0 10px;
}

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

.z-boxes-3-3 .z-box-3 {
    margin-bottom: 20px;
    height: auto;
    border-radius: 50%;
}

.z-boxes-3-3 .z-box-3 .iradio {
    border-radius: 50%;
}

.z-boxes-3-3 .z-box-3 img {
    border-radius: 50%;
}

.z-content-box-1 .button-box-1 {
    text-align: center;
    margin: 0 -15px;
    padding-top: 20px;
}

.z-content-box-1 .button-box-1 .btn-1 {
    min-width: 215px;
    padding: 0 15px;
    margin: 6px;
}

.btn-1-white {
    color: #fff;
    border: 1px solid #fff;
    line-height: 61px;
    background: none;
}

.iradio {
    cursor: pointer;
}

.tooltip-1-icon {
    background: url(../../img/frontend/icons/img14.png);
}

.boxes-3-3 {
    display: flex;
}

.boxes-3-3 .box-3-3 {
    width: 33.333%;
    text-align: center;   
    height: 56px;
    color: var(--color-violet-dark);
    font-weight: bold;
    line-height: 62px;
    border-radius: 20px;
}

.box-3-3.active {
    background: var(--color-pink-1);
    color: #fff;
    background-image: linear-gradient(to right, var(--color-pink-1), var(--color-pink-2));  
}

.content-box-2 .content.padding-0 {
    padding: 0;
}

.margin-top-1 {
    margin-top: 59px;
}

.shadow-none {
    box-shadow: none;
}

.z-box-4 {
    margin-bottom: -36px;
}

.z-box-4 figure {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 20px;
}

.box-4 span.link:after {
    background: url(../../img/frontend/icons/img15.png);
}

/* *** WIEDZA 2 *** */

.nav-tabs-1 ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

.nav-tabs-1 {
    margin-bottom: 27px;
}

.nav-tabs-1 li {
    margin: 5px 20px;
}

.nav-tabs-1 a {
    white-space: nowrap;
    opacity: 0.5;
    color: #fff;
}

.nav-tabs-1 .current a, .nav-tabs-1 li a:hover {
    opacity: 1;
}

.z-box-5 .z-link {
    display: flex;
    border-radius: 18px;
    flex-direction: column;
    justify-content: center;
    padding: 15px 40px 8px 20px;
    text-align: left;
    min-height: 76px;
    background: #ffffff url('../../img/frontend/icons/img16.png') center right 10px no-repeat;
    color: var(--color-violet-dark-1);
}

.z-box-5 .z-link.active {
    background: #ffffff url('../../img/frontend/icons/img16.png') center right 10px no-repeat;
}

.z-box-5 div.z-link {
    background: #ffffff url('../../img/frontend/icons/img17.png') center right 10px no-repeat;  
}
.z-box-5 .z-link-1 {
    background: #ffffff url('../../img/frontend/icons/img17.png') center right 10px no-repeat;
}

.z-box-5 .z-link .txt-2 {
    font-weight: bold;
    font-size: 13px; 
}

.z-box-5 .z-link.active .txt-2 {
    font-weight: bold;
}

.z-box-5 div.z-link .txt-2 {
    font-weight: normal;
}

.z-box-5 .z-link .txt-1 {
    font-size: 12px;   
}

.z-box-5 {
    margin-bottom: 15px;
}

a.z-link:hover {
    opacity: 0.9;
}

.z-box-5.no-active .z-link {
    background: var(--color-violet-dark-1) url('../../img/frontend/icons/img18.png') center right 0px no-repeat;  
}

.z-box-5.no-active .z-link {
    color: #fff;
    opacity: 0.5;
}

.cont-box {
    display: none;
}

.z-content-box-2 .text {
    width: 476px;
    max-width: 100%;
    margin: 0 auto;
}

.z-content-box-2 .img-txt {
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
    margin-right: -8px;
}

.z-content-box-2 .btn-3 {
    width: 378px;
    max-width: 100%;
}

.z-content-box-2 .button-box {
    padding-top: 35px;
}

.z-content-box-2 {
    padding: 40px 0 60px 0;
}

.btn-3 {
    background: var(--color-pink);
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 56px;
    font-weight: bold;
    padding: 0 30px;
}

.btn-3:hover {
    opacity: 0.9;
    color: #fff;
}

.z-content-box-3 {
    text-align: left;
}

.z-content-box-3 .txt {
    font-size: 10px;
}

.boxes-legend {
    margin: 0 -6px;
    display: flex;
}

.boxes-legend .z-box-5 {
    padding: 0 6px;
    width: 33.333%;
}

.boxes-legend .z-box-5 .z-link {
    min-height: 50px;
    padding-top: 6px;
    padding-bottom: 0;
}

.boxes-legend {
    margin-top: 15px;
    margin-bottom: -20px;
}

/* *** WIEDZA 4 *** */

.z-content-box-4 {
    background: var(--color-blue);
    padding: 10px;
    border-radius: 18px;
    text-align: left;
}

.z-content-box-4 figure img {
    border-radius: 18px 18px 0 0;   
}

.z-content-box-4 figure {
    margin-bottom: 25px;
}

.z-content-box-4 {
    margin: 0 -10px;
    margin-bottom: -10px;
}

.z-content-box-4 h2 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 18px;
}

.z-content-box-4 .button-box {
    padding: 35px 0 30px 0;
    text-align: center;
}

/* *** TEST *** */

.z-wrapper-4 {
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
}

.z-content-box-5 {
    text-align: center;
    margin-bottom: 20px;
}

.z-content-box-5 .txt-1 {
    font-weight: bold;
    font-size: 20px;
}

.z-content-box-5 .text {
    margin-top: 10px;
}

.z-content-box-5 .txt-2 {
    margin-top: 13px;
    font-size: 10px;
}

.z-box-6 {
    margin-bottom: 10px;
    position: relative;
}

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

.z-box-6 label {
    margin: 0;
    /*border: 2px solid #FD0377;*/
    border-radius: 14px;
    text-align: center;
    padding: 20px 20px 15px 20px;
    color: var(--color-violet-dark-2);
    box-shadow: inset -2px -1px 16px #7161F177, 8px 13px 16px #00000029;
    background: #fff;
    display: block;
}

.z-box-6 input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.z-box-6 .iradio, .z-box-6 .icheckbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    cursor: pointer;
    border: 2px solid transparent;
    background: none;
}

.z-box-6 .iradio.checked, .z-box-6 .icheckbox.checked {
    border-color: var(--color-pink-1);
}

.z-content-box-6 .button-box {
    text-align: center;
    padding: 30px 0 30px 0;
}

.z-boxes-6-1 {
    padding: 0 20px;
    display: flex;
    align-items: flex-start; 
    flex-wrap: wrap;
    margin: 0 -190px;
    margin-bottom: -20px;
}

.z-boxes-6-1 .z-box-6 {
    width: calc(25% - 50px);
    margin: 0 25px;
    margin-bottom: 50px;
}

.z-boxes-6-1 .z-box-6 label {
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
}

.z-boxes-6-2 .z-box-6 label {
    padding-left: 55px;
    padding-right: 55px;
    cursor: pointer;
    background-image: url('../../img/frontend/icons/img19.png');
    background-repeat: no-repeat;
    background-position: right 25px center;
}

/* *** KONTAKT *** */

.c-content-box-1 {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
}

.c-content-box-1 .text {
    width: 50%;
}

.c-content-box-1 .text, .c-content-box-1 figure {
    margin-bottom: 25px;
}

.c-content-box-1 .text a {
    color: #fff;
}

.c-content-box-1 .text a:hover {
    color: #fff;
    opacity: 0.9;
}

.z-form-box .row {
    margin: 0 -10px;
}

.z-form-box .row > div {
    padding: 0 10px;
}

.c-content-box-2 .button-box {
    padding: 5px 0 2px 0;
}

.z-box-6 label {
    background: var(--color-light);
}

.c-box-1 {
    margin-bottom: 10px;
    position: relative;
    border-radius: 14px;
    text-align: center;
    font-weight: bold;
    padding: 21px 60px 13px 90px;
    color: var(--color-violet-dark-1);
    box-shadow: inset -2px -1px 16px #7161f177, 8px 13px 16px #00000029;
    background: var(--color-light);
    display: flex;
    justify-content: space-between;  
}

.c-box-1:hover {
    color: var(--color-violet-dark-1);
    opacity: 0.9;
}

.c-box-1:after {
    position: absolute;
    width: 32px;
    height: 33px;
    display: block;
    content: "";
    top: 50%;
    margin-top: -16.5px;
    right: 15px;
    background: url('../../img/frontend/icons/img22.png')
}

.c-box-1.no {
    background: var(--color-light) url('../../img/frontend/icons/no.png') 14px center no-repeat;
}
.c-box-1.no2 {
    background: var(--color-light) url('../../img/frontend/icons/no2.png') 14px center no-repeat;
}

.c-box-1.yes {
    background: var(--color-light) url('../../img/frontend/icons/yes.png') 14px center no-repeat;
}

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

/* *** WIEDZA 6 *** */

.nav-tabs-2 {
    margin-bottom: 33px;
}

.nav-tabs-2 a {
    border-radius: 20px;
    height: 56px;
    line-height: 61px;
    font-weight: bold;
    padding: 0 15px;
    min-width: 217px;
    color: #fff;
    text-align: center;
    background: none;
    border: 1px solid #fff;
    display: inline-block;
}

.nav-tabs-2 .current a {
    background: #FD0377;    
    border: none;
    line-height: 62px;    
    background-image: linear-gradient(to right, var(--color-pink-1), var(--color-pink-2));
    box-shadow: 10px 20px 46px rgba(145,48,92);
}

.nav-tabs-2 li {
    margin: 0 23px;
}

.nav-tabs-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center; 
}

.nav-tabs-2 a:hover {
    opacity: 0.9;
}

.z-wrapper-5 {
    width: 584px;
    max-width: 100%;
    margin: 0 auto;
}

.c-box-2 {
    box-shadow: 8px 13px 16px #1C165829;
    border-radius: 14px;
    background-image: linear-gradient(to right, var(--color-light-1), #fff);
}

.c-box-2 .name {
    text-align: center;
    min-height: 50px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    line-height: normal;
    padding: 0 55px 0 55px; 
    padding-top: 5px;
    background: url('../../img/frontend/icons/img26.png') right 10px center no-repeat;
    font-weight: bold;
    color: var(--color-violet-dark-1);
}

.c-box-2 .name.active {
    background-image: url('../../img/frontend/icons/img26-1.png');  
}

.c-box-2 .name .icon {
    position: absolute;
    top: 0;
    left: 12px;
    height: 100%;
    display: flex;
    align-items: center;
}

.c-box-2 .description {
    display: none;
}

.c-box-2 .c-boxes-1-1 {
    padding: 10px 0;
    position: relative;
}

.c-box-2 .c-boxes-1-1:after {
    background: var(--color-violet-dark-1);
    height: 1px;
    width: calc(100% - 30px);
    left: 15px;
    position: absolute;
    top: 0;
    content: "";
    display: block;
}

.c-boxes-1-1 .c-box-1 {
    box-shadow: none;
    font-size: 13px;
    margin: 0;
    padding: 10px 20px 4px 60px;
    border-radius: 0;
    background-color: transparent;
}

.c-boxes-1-1 .c-box-1:after {
    display: none;
}

.c-box-2 {
    margin-bottom: 20px;
}

.c-boxes-2 .co-box-2:last-child {
    margin-bottom: 0;
}

.menu-1 ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
}

.menu-1 {
    margin-bottom: 23px;
    margin-top: -10px;
}

.menu-1 a, .menu-1 div {
    width: 54px;
    height: 54px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 2px solid var(--color-violet-1);
    padding-top: 6px;
    border-radius: 50%;
    color: var(--color-violet-dark-1);
    background: var(--color-violet-1);
    font-weight: bold;
}

.menu-1 div span {
    opacity: 0.2;
}

.menu-1 a:hover, .menu-1 .current a {
    border-color: var(--color-pink);
}

.s-boxes-1 {
    display: flex;
    flex-wrap: wrap;
}

.s-boxes-1 .col-box-1 {
    width: 50%;
}

.s-boxes-1 .box-1 {
    display: block;
    text-align: center;
}

.s-boxes-1 .box-1-1, .s-boxes-1 .box-1 figure {
    width: 100%;
}

.s-boxes-1 .box-1-1 .col-box {
    border: none;
}

.s-boxes-1 .title {
    text-align: center;
}

.s-boxes-1 .box-1 figure {
    height: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-content-box-1 {
    padding-top: 20px;
}

.s-content-box-2 {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 30px;
    padding-top: 30px;
}

.s-content-box-3 {
    position: relative;
    padding-right: 60px;
}

.s-content-box-3 .box-3-3 {
    border: 1px solid rgba(255,255,255,0.2);
    margin-right: 10px;
    line-height: 61px;
}

.s-content-box-3 .box-3-3.active {
    border: none;
    line-height: 62px;
}

.s-content-box-3 .title-icon-box {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
}

.s-table table {
    width: 100%;
    text-align: left;
}

.s-table table th {
    font-size: 15px;
    font-weight: normal;
    color: rgba(255,255,255,0.6);
    padding:0 10px 2px 10px;
}

.s-table table td {
    font-weight: bold;
    padding: 8px 10px 2px 10px;
    font-size: 17px;
    border: none;
}

.s-table table tr td:first-child {
    border-radius: 15px 0 0 15px;
}

.s-table table tr td:last-child {
    border-radius: 0 15px 15px 0;
}

.s-table table tr {
    border: 1px solid transparent;
}

.s-table table tr:hover td, .s-table table tr.active td {
    background: #a09bd2;
    color: var(--color-violet-dark-1);
}

.s-image {
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
    width: 25px;
    border-radius: 50%;
}

.s-content-box-4 .txt {
    color: var(--color-violet);
    padding: 0 20px;
    margin: -14px 0 5px 0;
}

.s-content-box-1 {
    padding-bottom: 25px;
}

.s-table {
    padding-right: 20px;
}

.scroll-pane {
    height: 358px !important;
}

.s-boxes-1 {
    height: 358px;
}

body .jspVerticalBar {
    background: rgba(255,255,255,0.2) !important;
    width: 2px !important;
    margin-right: 0 !important;
    right: 6px !important;
}

.jspTrack {
    background: rgba(255,255,255,0.2) !important;
}

.jspDrag {
    width: 14px !important;
    margin-left: -6px !important;
    right :1px;
    background: var(--color-pink-1) !important;
    -webkit-border-radius: 10px !important; 
    -moz-border-radius: 10px !important; 
    border-radius: 10px !important;   
}
/***walidacja hasla */
#validP {
  font-size:12px;
  color:#daa;
  height:15px
}
#strongP{
  height:20px;
  font-size:20px;
  color:#daa;
  text-transform:capitalize;
  background:rgba(205,205,205,0.1);
  border-radius:5px;
  overflow:hidden
}

#strongP span{  
  display:block;
  box-shadow:0 0 0 #fff inset;
  height:100%;
  transition:all 0.8s
}
#strongP .weak{
color:#000;
   box-shadow:5em 0 0 #daa inset;
       padding-left: 10px;
}
#strongP .medium{
   color:#000;
   box-shadow:10em 0 0 #da6 inset;
           padding-left: 10px;
}
#strongP .strong{
   color:#000;
   box-shadow:50em 0 0 #ada inset;
           padding-left: 10px;
}
.bx-next,.bx-prev {
    color:#fff!important;
}
.x-cont-box {
    display: none;
}
.progress-2 {
    height:14px;
    border-radius: 26px;
    box-shadow: 10px 13px 16px rgb(52 32 135 / 44%);
    background: rgba(255,255,255,0.37);
    margin: 15px 0 17px 0;
}

.progress-2 div {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, var(--color-pink-1), var(--color-pink-2));
    border-radius: 26px;
}

.progress-2 div.active {
    width: 0;

}
.z-box-6.checked .iradio, .z-box-6.checked .icheckbox {
    border-color: var(--color-pink-1);
}
.z-box-6 label.current, .z-box-6 label.current {
    background:var(--color-green-success);
}

/* *** POPUP 1 *** */

.popup-1 {
	display:none;
    background: #C2B7FF;
    position: fixed;
    top: 50px;
    z-index: 103;
    left: 50%;
    overflow: auto;
    margin-left: -311px;
    padding: 40px;
    border-radius: 15px;
    max-height: calc(100% - 100px);
    width: 622px;
}

.pop-close {
    width: 33px;
    height: 33px;
    background: url('../../img/frontend/icons/img20.png');
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    background-repeat: no-repeat;
}

.popup-bg {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    background: rgba(0,0,0,0.67);
}

.p-content-box-1 {
    color: #00377F;
    text-align: center;
}

.p-title-1 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 27px;
}

.p-content-box-1 .lev-content-box {
    padding-right: 0;
}

.p-content-box-1 .lev-content-box .txt {
    color: #00377F;
    font-size: 12px;
}

.p-content-box-1 .lev-content {
    height: 45px;
}

.p-content-box-1 .lev-content .lev-col-box {
    height: 45px;
    border-color: #D5B907;
}

.p-content-box-1 .progress-box {
    height: 30px;
    background: transparent;
    border: 7px solid #D5B907;
}

.p-content-box-1 .progress-box {
    padding: 0
}

.p-content-box-1 .progress-box div {
    background: #00377F;
}

.p-boxes-1 .col-box {
    width: 33.333%;
    float: left;
    color: #fff;
    font-size: 28px;
    padding: 20px 0 10px 0;
}

.p-content-box-1 {
    padding: 30px 0;
    float: left;
    width: 100%;
}

/* *** 12.08 *** */

.margin-bottom-2 {
    margin-bottom: 50px;
}

.radius-1 {
    border-radius: 20px;
}

.v-boxes-1 {
    display: flex;
    padding: 0 100px;
}

.v-box-1 {
    text-align: center;
}

.v-box-1 .txt {
    margin-top: 20px;
}

.v-boxes-1 .col-box {
    width: 33.3333%;
    padding: 0 15px;
}

.v-boxes-1- figure {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-wrapper-1 {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
}

.v-boxes-2 {
    display: flex;
    justify-content: space-between; 
}

.v-box-2 {
    background: #fff;
    width: 399px;
    border-radius: 18px;
    color: #2A1775;
    padding: 25px 22px;
}

.v-box-2 .text {
    min-height: 137px;
}

.v-box-2 figure {
    margin: 0 -15px -15px 0;
    text-align: right;
}

.bg-transparent {
    border: none;
}

.v-box-3 {
    padding: 30px;
    background: #1D0D5B;
    border-radius: 18px;
}

.v-box-3 .txt-1 {
    font-size: 54px;
    font-weight: bold;
    text-align: center;
}

.v-box-3 .txt-2 {
    text-align: center;
    font-size: 18px;
}

.v-box-3 table {
    width: 100%;
}

.v-box-3 table td {
    padding-top: 5px;
}

.v-box-3 table tr td:last-child {
    text-align: right;
    padding-left: 10px;
    color: #FD0377;
}

.v-boxes-3 {
    display: flex;
}

.v-box-3 figure {
    text-align: center;
    padding: 17px 0 45px 0;
}

.v-boxes-3 .col-box {
    width: 33.3333%;
    padding: 0 20px;
}

.body-bg-3 {
    background-color: #1e1380;
}

.body-bg-3, .body-bg-3 .bg:before, .body-bg-3 .bg-2:before {
    background-image: url(../img/ogrze/img13.png);
}

@media (max-width: 1199px) {
    .v-boxes-3 .col-box {
        padding: 0 10px;
    }
    .v-box-3 .txt-1 {
        font-size: 30px;
    }
    .v-box-3 table tr td:last-child {
        white-space: nowrap; 
    }
}

@media (max-width:992px) {
    .v-boxes-1 {
        padding: 0;
    }
    .v-boxes-3 .col-box {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .v-boxes-3 .col-box:last-child {
        margin-bottom: 0;
    }
    .v-boxes-2 {
        display: block;
    }
    .v-box-2 {
        width: 100%;
        margin-bottom: 15px;
    }
    .v-boxes-2 .v-box-2:last-child {
        margin-bottom: 0;
    }
    .v-box-2 .text {
        min-height: 5px;
    }
    
    .v-boxes-3 {
        display: block;
    }
}
@media (max-width:767px) {
    .v-boxes-1 .col-box {
        width: 100%;
        margin-bottom: 30px;
    }
    .v-boxes-1 .col-box:last-child {
        margin-bottom: 0;
    }
    .v-boxes-1 {
        display: block;
    }
}
.zz-box-1 {
    display: flex;
    justify-content: space-between; 
}

.zz-box-1-1 {
    font-weight: 500;
    text-align: center;
    padding: 0 45px;
}

.zz-box-1 .button-box {
    width: 220px;
}

.zz-box-1 .button-box a {
    width: 100%;
    box-shadow: none;
    margin-bottom: 46px;
    text-align: center;
}

@media (max-width:1199px) {
    .zz-box-1-1 {
        padding: 0;
        padding-right: 40px;
    }
}

@media (max-width:576px) {
    .zz-box-1 {
        display: block;
    }
    .zz-box-1-1 {
        padding: 0 0 30px 0;
    }
    .zz-box-1 .button-box {
        margin: 0 auto;
    }
    .zz-box-1 .button-box a {
        margin-bottom: 15px;
    }
    .zz-box-1 .button-box a:last-child {
        margin-bottom: 0;
    }
}