/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

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 {
    z-index: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}

iframe {
    border: none;
}

input, textarea, button {
    font-family: arial;
}

figure {
    margin: 0;
}

@media (min-width: 1200px) {
    body .container {
        max-width: 1250px;
    }
}

body {
    font-family: calibri !important;
    font-size: 16px !important;
    color: #2b2a29 !important;
    background: #ececec;
    line-height: 1.4 !important;
    padding-top: 100px;
    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 .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%;
}

.table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

.styledCheckbox input {
    display: block !important;
    opacity: 0;
    filter: alpha(opacity = 0); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.styledCheckbox {
    position: relative;
}

/* *** HEADER *** */

header {
    background: #fff;
    position: fixed;
    z-index: 10;
    top: 0;
    height: 100px;
    left: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    float: left;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    padding: 34px 0;
}

header .logo {
    float: left;
}

header .logo img {
    float: left;
    width: 319px;
}

.body-active .logo img {
    width: 319px;
}

.hamburger-btn {
    position: relative;
    color: #2b2a29;
    height: 37px;
    margin-top: -2px;
    font-size: 14px;
    padding-top: 10px;
    display: inline-block;
    padding-right: 45px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.hamburger-btn:hover {
    color: #2b2a29;
    opacity: 0.8;
}

.hamburger-btn:after {
    position: absolute;
    top: 0;
    width: 37px;
    height: 37px;
    content: "";
    background: url('../img/sprite.png') 0 0 no-repeat;  
    right: 0;
}


.side-nav span {
    display: none;
}

.side-nav-bg {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1000;
}

.side-nav {
    height: 100%; /* 100% Full-height */
    width: 300px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1999; /* Stay on top */
    top: 0;
    right: -350px;
    z-index: 1001;
    border-right: 1px solid #dbdce0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

body a:hover {
    text-decoration: none;
}

.side-nav.is-active {
    right: 0;
}

.side-nav ul {
    padding:0 30px;
    margin:0;
    list-style: none;
}
  
.side-nav ul li {
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding: 0 0;
}

.side-nav a {
    font-family: 'Montserrat', sans-serif;
    padding: 12px 0 11px 0;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    color: #2b2a29;
    display: block;
    text-align: left;
    transition: 0.3s
}

.side-nav a:hover{
    color: #ffd800;
}

.hamburger-btn:hover {
    opacity: 0.8;
}

.side-nav .closebtn {
    position: absolute;
    top: -21px;
    right: 8px;
    font-size: 36px;
    margin-left: 50px;
}

.side-nav .closebtn:hover {
    opacity: 0.9;
}

/* *** HOME *** */

.bg-yellow {
    background: #ffd800;
}

.content-box {
    padding: 55px 0 55px 0;
}

.content-box-6 {
    padding-bottom: 90px;
}

.title-1 h2 {
    font-size: 60px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.txt p:last-child {
    margin-bottom: 0;
}

.box-1 {
    margin-top: 25px;
    font-size: 14px;
}

.box-1 a {
    color: #2b2a29 !important;
}

.box-1 p {
    margin-bottom: 20px;
}

.box-1 p:last-child {
    margin-bottom: 0;
}

.title-2 {
    font-size: 14px;
    position: relative;
    font-weight: bold;
    padding: 7px 0;
    padding-left: 44px;    
    font-family: 'Montserrat', sans-serif;
}

.title-2:before {
    width: 35px;
    height: 36px;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: url('../img/sprite.png') -38px 0 no-repeat; 
}

.title-2:after {
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    background: url('../img/sprite.png') -75px 0 no-repeat; 
    margin: 17px 0 10px 0;
}

.box-1 .description {
    padding-left: 44px;
}

.content-box-1 figure img {
    max-width: none;
    float: right;
}

.content-box-1 a {
    color: #2b2a29;
    position: relative;
    z-index: 2;
}

.content-box-1 .container {
    position: static !important;
}

.content-box-1 a:hover {
    color: #2b2a29;
    opacity: 0.9;
}

.content-box {
    position: relative;
}

.mask-1 {
    width: 100%;
    height: 270px;
    background: url('../img/mask.png') center center no-repeat; 
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.padding-1 {
    padding-bottom: 0;
}

.bg-gray {
    background: #ececec;
}

.t-txt {
    padding-bottom: 10px;
}

.title-3 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 45px;
}

.title-3 h2 {
    margin: 0;
    font-weight: 500;
    font-size: 59.95px;
}

.slider {
    padding: 0 45px;
}

.slider figure {
    text-align: center;
}

.slider figure img {
    display: inline !important;
    float: none !important;
}

.slider .bx-wrapper {
    background: none;
}

.slider h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #c2c2c2 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000 !important;
}

.bx-wrapper .bx-pager {
    margin-top: 5px !important;
}

.slider {
    position: relative;
}

.slider .prev-box, .slider .next-box {
    position: absolute;
    top: 50%;
    margin-top: -46px;
    width: 19px;
    height: 33px;
    z-index: 1000;
}

.slider .prev-box {
    left: 0;    
}

.slider .next-box {
    right: 0;    
}

.slider .bx-prev, .slider .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider .bx-prev {
    background: url('../img/sprite.png') -92px 0 no-repeat;   
}

.slider .bx-next {
    background: url('../img/sprite.png') -114px 0 no-repeat;  
}

.slider .bx-prev:hover , .slider .bx-next:hover {
    opacity: 0.9;
}

.t-txt-1 {
    font-weight: normal;
    font-size: 18px;
    font-family: calibri;
    padding-top: 10px;
}

.wrapper-1 {
    max-width: 100%;
    width: 830px;
    margin: 0 auto;
}

.padding-2 {
    padding-bottom: 160px;
}

.content-box .container {
    z-index: 2;
    position: relative;
}

.slider {
    z-index: 1;
}

.title-4 {
    background: #ffdc1a;
    margin: 0 -15px;    
    padding: 7px 15px 10px 15px;
    margin-bottom: 30px;
}

.title-4 strong {
    font-weight: bold;
    font-size: 40px;
    display: block;
    line-height: normal;
}

.box-1 ul {
    padding: 0;
    margin: 0; 
}

.box-1 ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.box-1 ul li:last-child {
    margin-bottom: 15px;
}

.box-1 ul li:after {
    width: 6px;
    height: 6px;
    background: #fff;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
}

.box-3 figure {
    float: left;
}

.box-3 {
    clear: both;
    font-size: 16px;
    margin-bottom: 35px;
}

.box-3 strong {
    font-size: 20px;
}

.box-3 .txt {
    padding-left: 20px;
    overflow: hidden;
}

.logo-box {
    background: #fff;
    text-align: center;
    height: 125px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.slider-2 .bx-controls {
    padding-top: 15px;
}

.content-box-1 .container {
    z-index: 0;
}

.txt ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;    
    font-size: 14px;
}

.txt ul {
    padding: 0;
    margin: 0 0 25px 0;
}

.txt ul li:after {
    width: 6px;
    height: 6px;
    background: #fff;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
}

.box-4 {
    position: relative;
    font-size: 20px;
    line-height: normal;
    padding-left: 43px;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.box-4:after {
    width: 32px;
    height: 32px;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background: url('../img/sprite.png') -135px 0 no-repeat;   
}

.content-box-5 .container {
    z-index: 0;
}


.content-box-5 figure img {
  /*  max-width: none;*/
    /*float: right;
    margin-right: -70px;*/
}

.slider-3 figure {
    text-align: center;
}

.slider-3 figure img {
    margin-bottom: -3px;
    display: inline-block;
    vertical-align: top;
}

.slider-3-1 .bx-wrapper .bx-pager.bx-default-pager a.active, .slider-3-1 .bx-wrapper .bx-pager.bx-default-pager a:focus, .slider-3-1 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #2b2a29 !important;
}

.google-play {
    display: inline-block;
    vertical-align: middle;
    width: 101px;
    height: 30px;
    background: url('../img/sprite.png') -171px 0 no-repeat;  
}

.app-store {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    width: 97px;
    height: 30px;
    background: url('../img/sprite.png') -171px -30px no-repeat;  
}

.google-play:hover, .app-store:hover {
    opacity: 0.8;
}

.buttons-1 {
    padding-top: 25px;
}

.box-5 {
    position: relative;
    margin-top: 25px;
    padding-left: 75px;
}

.box-5:after {
    width: 65px;
    height: 65px;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background: url('../img/sprite.png') -275px 0 no-repeat;   
}

.content-box-7 .container {
    z-index: 0;
}

.content-box-9 img {
    max-width: none;
    float: right;
    margin-top: -171px;
}

.content-box-9 .image-1 img {
    margin: 0;
    width: 330px;
    float: none;
}

.slider-5 {
    margin-bottom: 110px;
    float: left;
    width: 100%;
}

.content-box-7 .bx-controls {
    z-index: 20;
}

/*
.slider-5 .bx-controls {
    display: none;
}*/

.slider-5 img {
 /*   width: 450px;*/
    max-width: 100%;
    display: inline !important;
}

.content-box-9 .image-1 {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.content-box-9 .container {
    z-index: 0;
}

.content-box-9 .title-3 {
    position: relative;
    z-index: 2;
}

.txt ul:last-child {
    margin-bottom: 0;
}

.txt small {
    font-size: 14px;
}

.box-6 {
    margin-top: 30px;
    position: relative;
    padding-left: 78px;
    font-weight: 300;
    font-size: 20px;
}

.box-6 .txt {
    font-size: 16px;
    font-weight: normal;
    display: none;
}

.box-6:after {
    position: absolute;
    top: -5px;
    left: 0;
    width: 65px;
    height: 65px;
    content: "";
    left: 0;
    display: block;
    background: url('../img/sprite.png') 0 -54px no-repeat; 
}

.box-6-2:after {
    background: url('../img/sprite.png') 0 -120px no-repeat;     
}

.box-6-3:after {
    background: url('../img/sprite.png') 0 -187px no-repeat;     
}

.link-1 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #2b2a29;
    font-size: 14px;
    position: relative;
    padding-right: 20px;
}

.link-1:hover {
    color: #2b2a29;    
}

.link-1:after {
    position: absolute;
    top: 6px;
    right: 0;
    width: 13px;
    content: "";
    height: 7px;
    background: url('../img/sprite.png') -344px 0 no-repeat; 
}

.link-1.active:after {
    -webkit-transform: scaleY(-1);
 	   -moz-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	     -o-transform: scaleY(-1);
		    transform: scaleY(-1);
			   filter: flipv;
}

.content-box-10 figure img {
    max-width: 110%;
    float: right;
    margin-right: 0px;
}

.newsletter-box {
    background: #ffd800;
    padding: 30px 0 35px 0;
    text-align: center;
}

.n-box {
    display: inline-block;
    background: url('../img/icons/img01.png') left center no-repeat;
    padding-left: 350px;
    text-align: left;
    width: 1050px;
    max-width: 100%;
}

.n-box .title-3 {
    margin: 0;
    text-align: left;
}

.n-box .txt {
    margin-bottom: 22px;
}

.input-box {
    margin-bottom: 12px;
}

.input-box input {
    border: 2px solid #fff;
    height: 60px;
    padding: 0 30px;
    background: none;
    width: 100%;
    border-radius: 30px;
    color: #fff;
}


.input-box ::-webkit-input-placeholder { color: #fff; }
.input-box :-moz-placeholder { color: #fff; }
.input-box ::-moz-placeholder { color: #fff; }
.input-box :-ms-input-placeholder { color: #fff; }

.btn-1 {
    height: 60px;
    background: #fff;
    color: #ffd800;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    padding: 0 60px;
    line-height: 63px;
    border-radius: 30px;
    border: none;
}

.btn-1:hover {
    background: #2b2a29;
    color: #fff;
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    text-align: center;
    background: #2b2a29;
    color: #fff;
    font-size: 14px;
    padding: 40px 0 35px 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ffd800;
}

/* *** 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/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;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    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: 9px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: red;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #323232;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid #636363;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #fff;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background-color: #f5da25;
    color: #323232;
}

.menu-rsp nav a:hover .btn-slide-down {
    color: #323232;
}

.menu-rsp .fas {
    display: none;
}

.menu-rsp .btn-slide-down {
    background: transparent;
    color: #fff;
    line-height: 55px;
    border-color: #636363;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #000;
    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;
}


.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

.icheckbox, .iradio {
    float: left;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    background: url('../img/icons/checkbox.png') 0 0 no-repeat; 
    border: none;
    cursor: pointer;
}

.icheckbox.checked, .iradio.checked {
    background: url('../img/icons/checkbox.png') 0 -15px no-repeat; 
}

.box-1 .description {
    display: none;
}

.box-1 .title-2 {
    display: inline-block;
    cursor: pointer;
}

.box-1 .title-2:after {
    -webkit-transform: scaleY(-1);
 	   -moz-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	     -o-transform: scaleY(-1);
		    transform: scaleY(-1);
			   filter: flipv;   
}

.box-1 .title-2.active:after {
    -webkit-transform: scaleY(1);
 	   -moz-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	     -o-transform: scaleY(1);
		    transform: scaleY(1);
			   filter: flipv;   
}

.x-table-1 td, .x-table-1 th {
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    background: #fff;
}

.x-table-1 th {
    background: #ffd800;
    color: #fff;
    color: #000;
    text-align: center;
}

.zaz-txt {
    text-align: center;
    margin-top: 45px;
}

label.error {
    color: red;
}

.form_wyslano {
    color: green;
    text-align: center;
}

.c-form-box {
    margin: 0 auto;
    width: 750px;
    max-width: 100%;
}

.c-input-box input, .c-input-box textarea {
    border: 1px solid #2b2a29 !important;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    padding: 0 15px;
}


.c-input-box select {
    border: 1px solid #2b2a29 !important;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    padding: 0 11px;
}

.mm-box-1 .figure {
    width: 50%;
    background: #fff;
    padding: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.mm-box-1 .figure a {
    display: inline-block;
    vertical-align: middle;
}

.mm-box-1 .figure-1 {
    background: #f9f9f9;
}

.mm-box-1 .figure-1 .cl {
    width: 33.3333%;
    float: left;
    text-align: center;
    margin: 10px 0;
}

.mm-box-1 .description {
    width: 48%;
    padding-left: 40px;
    display: inline-block;
    vertical-align: middle;
}

.c-input-box textarea {
    height: 300px;
    padding: 10px 15px;
}

.c-input-box {
    margin-bottom: 20px;
}

.checkbox-box input {
float: left;
margin: 4px 5px 0 0;
}

.checkbox-box label {
    display: block;
    margin: 0;
    overflow: hidden;
}

.checkbox-box {
    margin-bottom: 30px;
}

.c-form-box .txt-4 {
    padding: 20px 20px 20px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    border-radius: 25px;
    margin-bottom: 30px;
    display: none;
}

.c-form-box .txt-3 {
    margin-bottom: 30px;
}

.c-form-box .txt-3 a, .c-form-box .txt-1 a {
    color: #000;
    font-weight: bold;
}

.c-form-box .txt-3 a:hover, .c-form-box .txt-1 a:hover{
    color: #ffd800;
    font-weight: bold;
}

.c-button {
    margin-bottom: 30px;
    text-align: center;
}

.c-legend {
    font-size: 14px;
    color: red;
}

.c-form-box .txt-1 {
    margin-bottom: 30px;
}

.btn-3 {
height: 60px;
    background: #2b2a29;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    padding: 0 60px;
    line-height: 63px;
    border-radius: 30px;
    border: none;    
}

.btn-3:hover {
    background: #ffd800;
}

.zz-box {
    float: left;
    width: 100%;
}

.zz-box .zz-figure {
    float: left;
    width: 100%;
    margin: 30px 0;
    display: none;
    text-align: center;
}

.zz-box .zz-figure img {
    width: 600px;
    max-width: 100%;
}

.zz-box a {
    color: #000;   
}

.zz-box a:hover {
    color: #000;   
    opacity: 0.9;
}

.slider-1 .txt {
    font-size: 18px;
}

.slider-1 h3 {
    font-weight: bold;
    font-size: 22px;
}



.content-box-7-1 .container {
    position: static !important;
}

.content-box-5 .kk-content-box-1 {

    margin-top: -60px;
    float: left;
    width: 100%;
}

.content-box-7-2 {
    padding-bottom: 250px;
}

.content-box-5 .container {
    position: static !important;
}

.slider-111 figure {
    background: #fff;
    height: 300px;
    padding: 15px;
}

.content-box-9 .img01 img {
    max-width: none;
    float: none;
    margin-top: 0;
    margin-bottom: 27px;
}

.t-txt-1 a {
    color: #2b2a29 !important;
    text-decoration: underline;
}

.t-txt-1 a:hover {
    color: #2b2a29 !important;
    text-decoration: none;
}

.kk-content-box-1 a {
    position: relative;
    z-index: 2;
}

.kk-content-box-1 {
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
}

.kk-content-box-1 a {
    color: #2b2a29 !important;
    text-decoration: underline;
}

.kk-content-box-1 a:hover {
    color: #2b2a29 !important;
    text-decoration: none;
}

.content-box-6 .t-txt-1 a {
    color: #2b2a29 !important;
    text-decoration: underline;
}

.content-box-6 .t-txt-1 a:hover {
    text-decoration: none;
}

.kk-btn-1-1-1 {
    width: 33px;
    height: 19px;
    display: inline-block;
    margin-top: 5px;
    vertical-align: middle;
    background: url('../img/sprite.png') -79px -67px no-repeat;  
}

/* *** RWD *** */

@media only screen and (max-width: 1590px) {
    .content-box-1 figure img {
        width: 600px;
        margin-top: 80px;
    }
    .content-box-1 .txt {
        padding-bottom: 90px;
    }
   /* .content-box figure img {
        max-width:100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 100px;
     
    }*/
    .title-1 h2, .title-3 h2 {
        font-size: 50px;
    }
    .title-4 strong {
        font-size: 30px;
    }
    .mask-1 {
        background: url(../img/mask-1.png) center center no-repeat;
    }
}

@media only screen and (max-width: 1199px) {
    .content-box-1 figure img {
        width: 400px;
        margin-top: 65px;
    }
    .content-box-1 .txt {
        padding-bottom: 10px;
    }    
    .mask-1 {
       display: none;
    }
    .content-box-1 .box-1 {
        margin-bottom: 45px;
    }
    .slider {
        padding: 0 40px;
    }
    .padding-2, .padding-1 {
        padding-bottom: 45px;
    }
    .content-box-1 {
        padding-bottom: 40px;
    }
    .content-box-9 img {
        margin: 0;
    }
    .n-box {
        padding-left: 265px;
    }
}

@media only screen and (min-width: 991px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .content-box-1 .txt p:last-child {
        margin-bottom: 25px;
    }
    .main-menu {
        display: none;
    }
    .header-rsp {
        display: none;
    }
    body {
        padding-top: 70px;
    }
    header {
        height: 70px;
    }
    .search-box {
        width: 100%;
    }
    .header-right-box {
        width: 100%;
    }
    .search {
        width: 100%;
    }
    .header-box {
        padding: 20px 0;
    }
    header .langs-box {
        display: none;
    }
    .banner-full-screen {
        height: calc(100% - 72px);
    }
    .title-1 h2, .title-3 h2 {
        font-size: 40px;
    }
    .title-4 strong {
        font-size: 25px;
    }
    .box-3 figure {
        width: 50px;
    }
    .box-3 .txt {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .content-box-1 figure {
        text-align: center !important;
    }
    .content-box-1 figure img {
        float: none;
    }
    .mm-box-1 .figure {
        width: 100%;
    }
    .mm-box-1 .figure-1 .cl {
        width: 50%;
    }
    .mm-box-1 .description {
        padding: 30px 0 0 0;
        width: 100%;
    }
.slider-111 figure {

    height: 150px;
}    
    .content-box-8 .slider {
        padding: 0;
    }
    .content-box-1 figure img {
        max-width: 100%;
    }
     .content-box-1 figure {
        float: left;
        width: 100%;
        margin-bottom: 30px;
     }
    .content-box figure img {
        margin-top: 0;
    }
    .content-box-9 img {
        max-width: 100%;
        float: none;
    }
    .buttons-1 a {
        margin: 0 5px 5px 0;
    }
    .title-4 {
        background: none;
    }
}

@media only screen and (max-width: 574px) {
    .title-1 h2, .title-3 h2 {
        font-size: 30px;
    }
    .content-box-1 figure, .content-box-5 figure, .content-box-7 figure, .content-box-9 figure {
        margin-bottom: 30px !important;
        float: left;
        width: 100%;
    }
    .hamburger-btn {
        width: 38px;
        color: transparent !important;
    }
    header .logo img {
        height: 16px;
        margin: 7px 0;
        width: auto !important;
    }
    .content-box-3 figure {
        margin-bottom: 0 !important;
    }
    .content-box-3 .row > div:last-child .title-4 {
        display: none;
    }
    .n-box {
        padding-left: 0;
        background: none;
    }
}
