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

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

/* *** GLOBAL *** */
html {
    height: -webkit-fill-available;
}

.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: 'Cuprum', sans-serif;
}

body {
    font-family: 'Cuprum', sans-serif;
    font-size: 17px;
    color: #123885;
    background: #fff;
    line-height: 1.3;
    min-width: 302px;
}

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

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

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

/* *** HEADER *** */

header {
    background: #EFEFEF;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
}

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

header .logo img {
    display: block;
}

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

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

.main-menu > ul > li > a {
    color: #004798;
    display: block;
    font-weight: bold;
    float: left;
    padding: 10px 0;
}

.main-menu > ul > li:hover > a, .main-menu > ul > li > a.active {
    color: #8BBC07;
}

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

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

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

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

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

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

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

/* *** HOME *** */

.content-box-0 {
    background: url('../../img/frontend/01.png') center no-repeat;
    background-size: cover;
}

.content-box-0 .description {
    /*height: 100vh;*/
    height: 100svh;
}

.content-box-0:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    content: "";
    display: block;
    background: url('../../img/frontend/02.png') center no-repeat;
    background-size: 100% 100%;
}

.content-box-0 .description {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:flex-end;
    position: relative;
    z-index: 2;
    padding: 55px 0;
    color: #fff;
}

.content-box-0 .txt-1 {
    font-size: 76px;
    margin-bottom: 15px;
    font-weight: bold;
}

.content-box-0 .txt-2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;    
    letter-spacing: 2.38px;
}

.content-box-0 .txt-3 {
    font-size: 86px;
    font-weight: bold;
    color: #8BBC07;
    margin-bottom: 15px;    
}

.content-box-0 .txt-4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 113px;
}

.content-box-0 .txt-4 img {
    margin: 0 -5px;
}

.btn-scroll-down {
    width: 40px;
    background: url('../../img/frontend/icons/02.png') center no-repeat;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #fff;
    height: 40px;
}

.btn-scroll-down:hover {
    opacity: 0.85;
}

.content-box-1 {
    background: #004798;
    color: #fff;
}

.title {
    text-align: center;
    height: 73px;
    background: url('../../img/frontend/zasady.png') center no-repeat;
    padding-top: 30px;
    margin-bottom: 80px;
}

.title h2 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
}

.boxes-1 .row-box {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

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

.box-1 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.box-1 {
    height: 110px;
    padding-top: 14px;
}

.box-1-1 {
    background: url('../../img/frontend/icons/1.png') calc(50% - 22px) center no-repeat;
}

.box-1-2 {
    background: url('../../img/frontend/icons/2.png') calc(50% - 22px) center no-repeat;
}

.box-1-3 {
    background: url('../../img/frontend/icons/3.png') calc(50% - 22px) center no-repeat;
}

.box-1-4 {
    background: url('../../img/frontend/icons/4.png') calc(50% - 22px) center no-repeat;
}

.box-1 figure {
    margin-bottom: 15px;
}

.box-1 figure span {
    display: inline-block;
    position: relative;
}

.box-1 figure span:after {
    width: 22px;
    border-radius: 50%;
    height: 22px;
    background: #8BBC07;
    content:"";
    z-index: 0;
    position: absolute;
    bottom: -8px;
    right: -8px;
    display: block;
}

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

.box-1 figure img {
    position: relative;
    z-index: 1;
}

.box-1-2 figure span:after {
    top: -3px;
    left: -7px;
    right: auto;
    bottom: auto;
}

.box-1-3 figure span:after {
    top: -4px;
    right: -7px;
    bottom: auto;
}

.box-1-4 figure span:after {
    top: auto;
    right: auto;
    bottom: 0;
    left: -7px;
}

.box-1 .txt span {
    color: #8BBC07;
}

.box-1 .txt img {
    display: inline-block;
    vertical-align: middle;
    margin: -10px 0 -5px 0;
}

.box-1-3 .txt img {
    margin: -4px 0 -5px 0;  
}

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

.title-1 {
    height: auto;
    background: none;
}

.title-white h2 {
    color: #fff;
}

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

.content-box-2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 248px;
    z-index: -1;
    background: #004798;
}

.boxes-2 .row-box {
    margin: 0 -36px;
    display: flex;
}

.content-box-2 {
    overflow: hidden;
}

.boxes-2 .col-box {
    padding: 0 36px;
    width: 33.3333%;
}

.box-2 {
    border: 10px solid #8bbc07;
    position: relative;
    background: #fff;
    border-radius: 8px;
}

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

.box-2 .button-box {
    position: absolute;
    bottom: -25px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn-1 {
    width: 217px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #8BBC07;
    color: #fff;
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 42px;
}

a.btn-1:hover {
    background:#96cb07;
    color: #fff;
}

div.btn-1 {
    background: #D1D1D1;
}

.boxes-2 {
    margin-bottom: 70px;
}

.legend-box {
    text-align: center;
}

.legend-box .txt {
    font-weight: bold;
}

.l-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-box {
    margin: 0 10px;
}

.l-box img {
    margin: -2px 0px 0 0;
}

.content-box-2 {
    margin-bottom: 90px;
}

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

.content-box-3-1 .image {
    flex-shrink: 0;
    width: 480px;
    position: relative;
}

.content-box-3-1 .description {
    width: 407px;
}

.content-box-3-1 .description span {
    color: #8BBC07;
}

.title-1 {
    padding-top: 0;
}

.content-box-3-2 {
    padding-top: 35px;
    text-align: center;
}

.content-box-3-3 {
    margin-top: -12px;
    text-align: center;
}

.content-box-3 {
    margin-bottom: 34px;
}

.content-box-4 .title, .content-box-3 .title {
    margin-bottom: 40px;
}

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

.input-box input {
    border-radius: 33px;
    height: 40px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    color: #123885;
    border: 1px solid #0056A433;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.input-box input:focus {
    box-shadow: 0 0 10px rgba(139,188,7,0.2);
}

input::placeholder {
    color: rgba(18, 56, 133, 0.4);
}

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

.label-box label {
    margin: 0;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.label-box label img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.input-box-1 input {
    height: 60px;
    background: #0047981A;
    font-size: 22px;
    border: 1px solid #0056A4;
}

.btn-2 {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    background: #004798;
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
}

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

.form-button {
    padding: 20px 0 40px 0;
}

.checkbox-box label, .checkbox-box .txt {
    font-size: 12px;
    padding-left: 20px;
}

.checkbox-box {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.checkbox-box input {
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox-box label:after {
    position: absolute;
    top: -1px;
    left: 0;
    border: 1px solid #00479833;
    width: 14px;
    display: block;
    content: "";
    height: 14px;
    border-radius: 2px;
    background: #fff;
}

.checkbox-box :checked + label:after {
    border-color: #004798;
    background: #fff url('../../img/frontend/icons/10.png') center no-repeat;
}

.checkbox-box label {
    margin: 0;
}

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

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

.content-box-4-1 .txt-2 {
    font-size: 17px;
    font-weight: bold;
}

.content-box-4-1 .txt-1 {
    font-weight: bold;
    color: #8BBC07;
    font-size: 36px;
}

.content-box-4 {
    background: url('../../img/frontend/08.png') center bottom no-repeat;
}

.x-box {
    position: absolute;    
}

.x-control {
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url('../../img/frontend/icons/11.png') center bottom no-repeat;
}

.x-box .x-txt {
    opacity: 0;
    bottom: 100%;
    left: 18px;
    margin-bottom: 5px;
    background: #fff;
    position: absolute;
    color: #004798;
    white-space: nowrap;
    border: 1px solid #8BBC07;
    padding: 8px 12px 5px 12px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.x-box-2 .x-txt {
    left: auto;
    right: 18px;
}

.x-box .x-control:hover + .x-txt {
    opacity: 1;
}

.x-box-1 {
    top: 15px;
    left: 245px;
}

.x-box-2 {
    bottom: 72px;
    left: 165px;
}

.x-box-3 {
    bottom: 32px;
    right: 165px;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -3px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

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

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

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

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #123885;
    font-size: 18px;
    float: left;  
    width: 100%;
    padding: 17px 15px 14px 15px;
}

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

.header-rsp .btn-1 {
    padding: 0 10px;
    border-radius: 11px;
    height: 22px;
    position: absolute;
    top: 50%;
    background: #7FC241;
    width: auto;
    margin-top: -11px;
    right: 70px;
    line-height: 23px;
    font-size: 14px;
    background-size: 100px auto;
}

.popup-content {
   position: fixed;
   z-index: 1000;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.4);
   padding: 90px 20px;
}

.popup {
   max-height: calc(100vh - 180px);
   overflow: auto;
   padding: 10px;
}

.p-title {
    text-align: center;
    padding: 10px 0 18px 0;
    font-size: 20px;
}

.popup {
    position: relative;
   width: 600px;
   background: #fff;
   margin: 0 auto;
   max-width: 100%;
}

.p-close {
    position: absolute;
    border: none;
    top: 0;
    right: 0;
    margin: 15px;
    width: 36px;
    height: 36px;
    display: block;
    background: url('../../img/frontend/icons/12.png') center no-repeat;
}

.p-close:hover {
   opacity: 0.9;
}

@media (max-width: 1600px) {
    .popup-content {
        padding: 30px 20px;
    }
    .popup {
        max-height: calc(100vh - 60px);
    }
}

@media (max-width: 767px) {
    .popup-content {
        padding: 20px 20px;
    }
    .popup {
        max-height: calc(100vh - 40px);
    }
}

/* *** ANKIETA *** */

.z-content-box-1 {
    position: relative;
    background: url('../../img/frontend/ankieta/01.png') center no-repeat;
    background-size: cover;
}

.z-content-box-1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    content: "";
    display: block;
    background: url('../../img/frontend/ankieta/03.png') center bottom no-repeat;
    background-size: 100% 100%;
}

.z-logo {
    position: relative;
    z-index: 1;
    text-align: center;
}

.z-wrapper {
    width: 988px;
    padding: 60px 0;    
    margin: 0 auto;  
    max-width: 100%;
    position: relative;
}

.z-content-box-1 .z-wrapper {
    height: 100svh;  
}

.z-content-box-1 .description {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.z-content-box-1 h2 {
    color: #fff;
    margin: 0;
    font-size: 53px;
    font-weight: bold;
    line-height: 1.1;
}

.z-content-box-1 .button-box {
    padding: 35px 0 45px 0;
    display: flex;
    justify-content: center;
}

.z-btn-1 {
    width: 40px;
    height: 40px;
    display: block;
    background: url('../../img/frontend/ankieta/04.png');
}

.z-btn-1:hover {
    opacity: 0.9;
}

.z-content-box-2 {
    padding: 60px 0;
    background: #333333;
}

.z-title-1  {
    height: 73px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-top: 37px;
    background-repeat: no-repeat;
    background-position: center center;
    color: rgba(255,255,255,0.9);
    margin-bottom: 60px;
}

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

.z-input-box input {
    height: 40px;
    display: block;
    border-radius: 20px;
    border: 1px solid #FFFFFF99;
    border-radius: 33px;
    background: #484848;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,0.4);
    font-size: 14px;
    padding: 0 15px;
    padding-top: 1px;
}

.z-input-box input::placeholder {
    color: rgba(255,255,255,0.4);
}

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

.z-box-1 {
    padding-bottom: 100px;
}

.z-title-1-txt {
    font-size: 14px;
    color: rgba(255,255,255,0.4);
    text-align: center;
    margin-bottom: 60px;
    margin-top: -50px;
}

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

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

.z-btn-2 {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #000 url('../../img/frontend/ankieta/05.png') center no-repeat;
    box-shadow: 0px 5px 10px #00000029;
    border: 1px solid #FFFFFF;
}

.z-btn-4 {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #000 url('../../img/frontend/ankieta/minus-small-white.svg') center no-repeat;
    box-shadow: 0px 5px 10px #00000029;
    border: 1px solid #FFFFFF;
}


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

.z-title-1-1 {
    padding-top: 54px;
    height: 90px;
}

.z-content-box-3 {
    padding: 50px 0;
}

.z-title-2 {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.z-boxes-2 .row-box {
    display: flex;
    margin: 0 -35px;
    flex-wrap: wrap;
}

.z-boxes-2 .col-box {
    width: 33.3333%;
    padding: 0 35px;
    margin-bottom: 40px;
}

.z-box-2 {
    position: relative;
    cursor: pointer;    
}

.z-box-2 input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.z-box-2 .txt {
    height: 87px;
    padding: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 5px 10px #00000029;
    border-radius: 10px;
    color: #333333;
    font-size: 18px;
    border: 2px solid #fff;
}

.z-box-2 :checked + .txt {
    border: 2px solid #8BBC07;
}

.z-boxes-2 {
    padding-bottom: 40px;
}

.z-boxes-2-1 .z-box-2 {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.z-boxes-2-1 .z-box-2 .txt {
    border-color: transparent;
    border: none;
}

.z-boxes-2-1 .z-box-2 :checked + .txt {
    border: 2px solid #8BBC07;
    padding: 10px 10px 8px 10px;
}

.z-boxes-2-1 .z-box-2 .txt {
    display: flex;
    align-items: flex-end;
    background: url('../../img/frontend/ankieta/05-1.png');
    background-size: 100% 100%;
}

.z-wrapper-3 {
    padding: 0 15px;
}

.z-content-box-3-1 {
    padding-top: 45px;
    margin-top: -25px;
    color: #333333;
    border-top: 2px solid #8BBC07;
}

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

.z-content-box-3-1 .z-txt-2 {
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
}

.z-checkbox-box {
    position: relative;
}

.z-checkbox-box input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

input[type=date]:invalid+span:after {
    content:"dd.mm.rrrr";
    position:absolute;
    left:0px;
    width: 100%;
    color: rgba(255,255,255,0.4);
    font-size: 14px;
    line-height: 40px;
    display: block;
    text-align: center;
    z-index: 1;
    top:0;
    }
    
    input[type=date] {
        width: 100% !important;
        display: block !important;
        min-width: 100% !important;
    
    }
    
    input[type=date]:focus:invalid+span:after {
    display:none;
    }
    
    input:not(:focus):invalid {
    color:transparent;
    }
    
    label.wrapper {
        position:relative;
    }
    
    .z-input-box {
        position: relative;
    }
    
    .z-input-box-1-10 {
        height: 40px;
        display: block;
        border-radius: 20px;
        border: 1px solid #FFFFFF99;
        border-radius: 33px;
        background: #484848;
        width: 100%;
        text-align: center;
        color: rgba(255,255,255,0.4);
        font-size: 14px;
    
    
    }
    
    .z-input-box-1-10 input {
        background: none;
        position: relative;
        z-index: 10;
        height: 38px;
        border: none;
    }

html, body {width: auto!important; overflow-x: hidden!important}

.z-checkbox-box label {
    padding-left: 25px;
    display: flex;
}

.z-checkbox-box {
    padding: 2px 0;
}

.z-checkbox-box label:after {
    border: 1px solid #333333;
    width: 16px;
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    border-radius: 50%;
    content :"";
    display: block;
}

.z-checkbox-boxes {
    padding: 20px 0;
}

.z-checkbox-box :checked + label:before {
    border: 1px solid #8BBC07;
    width: 10px;
    position: absolute;
    top: 7px;
    left: 3px;
    height: 10px;
    border-radius: 50%;
    content :"";
    background: #8BBC07;
    display: block;
}

.z-btn-3 {
    max-width: 100%;
    color: #fff;
    font-size: 14px;
    width: 506px;
    height: 40px;
    line-height: 38px;
    background: #333333 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #00000033;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    opacity: 1;    
}

.z-btn-3:hover {
    background: #8BBC07;
}

.z-form-button {
    padding-bottom: 30px;
    padding-top:75px;
    display: flex;
    justify-content: center;
}

.z-box-1-last {
    padding-bottom: 0;
}

@media (max-width: 1500px) {
    .z-content-box-1 h2 {
        font-size: 43px;
    }
    .z-content-box-1 .button-box {
        padding: 25px 0 35px 0;
    }
    .z-logo img {
        width: 800px;
    }
    .z-content-box-1 .z-wrapper {
        min-height: 600px;
    }
}

@media (max-width: 992px) {
    .z-content-box-1 h2 {
        font-size: 35px;
    }
    .z-logo img {
        width: 700px;
    }
    .z-wrapper-3 {
        padding: 0;
    }
    .z-content-box-1 .z-wrapper {
        min-height: 500px;
    }
    .z-content-box-1 .z-wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .z-logo img {
        width: 250px;
    }
    .z-content-box-1 .z-wrapper {
        padding: 30px 0;
    }
    .z-content-box-1 h2 {
        font-size: 20px;
    }
    .z-content-box-1 h2 br {
        display: none;
    }
    .z-content-box-1 .z-wrapper {
        min-height: 300px;
    }
    .z-content-box-1 .button-box {
        padding: 15px 0 20px 0;
    }
    .z-title-1 {
        background: none !important;
        height: auto;
        padding-top: 0;
        margin-bottom: 30px;
    }
    .z-title-1-txt {
        margin-bottom: 30px;
        margin-top: -25px;
    }
    .z-content-box-3-1 {
        padding-top: 30px;
        margin-top: -10px;
    }
    .z-form-button {
        padding: 50px 0 0 0;
    }
    .z-title-2 {
        margin-bottom: 30px;
    }
    .z-box-1 {
        padding-bottom: 50px;
    }
    .z-content-box-2 {
        padding: 40px 0;
    }
    .z-box-1-last {
        padding-bottom: 0;
    }
    .z-boxes-2 .col-box {
        width: 50%;
        padding: 0 5px;
    }
    .z-boxes-2 .row-box {
        margin: 0 -5px;
    }
    .z-boxes-2 .col-box {
        margin-bottom: 15px;
    }

}