/* NAV TOGGLE */
.nav-toggle {
    margin: 5px 6px;
    border: 1px solid #fff;
    padding: 5px 7px;
    width: 42px;
    height: 42px;
}

.nav-toggle.active {
    padding-top: 6px;
}

.nav-toggle span {
    background: #fff;
}

.nav-toggle.active span {
    background: #fff;
}

.rwd-menu .main-menu-svg {
    display: none;
}

/* RWD MENU */
.rwd-menu {
    height: auto;
    top: 90px;
    bottom: 0;
}

.rwd-menu ul > li {
    border-color: #ebebeb;
}

.rwd-menu ul > li > ul {
    display: none;
}

.rwd-menu ul > li.active > ul {
    display: block;
}

.rwd-menu ul > li > a:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 50px;
    float: right;
    background: url("../images/rwd-menu-arrow.png") no-repeat center center transparent;
}

.rwd-menu ul > li.active-link > a:after {
    background: url("../images/rwd-menu-arrow-active.png") no-repeat center center transparent;
}

.rwd-menu ul > li > a {
    position: relative;
    text-transform: uppercase;
    text-align: left;
    padding: 0 15px;
    font-size: 15px;
    line-height: 50px;
    color: #000;
}

.rwd-menu ul > li.active-link > a {
    color: #fff;
    background: #1d8fb2;
}

.rwd-menu ul > li.active > ul > li:last-child {
    border-bottom: 0;
}

.rwd-menu ul > li ul {
    border-bottom: 1px solid #000;
}

.rwd-menu ul > li > ul {
}

.rwd-menu ul > li > ul > li > ul {
}

.rwd-menu ul > li > ul > li > ul > li > ul {
}

/*--------------- RESPONSIVE -------------*/
@media screen and (max-width: 1700px) {
    .sticked #main-menu {
        padding: 0 0 0 2vw;
    }

    .sticked #main-menu ul > li > a {
        padding: 28px 1vw;
    }

    .container-w-size-menu {
        margin: 0 auto;
    }

    .side-menu {
        margin-right: 0;
    }

    #main-menu > ul > li > ul{
        top: 100%;
    }
}

@media screen and (max-width: 1600px) {
    .sticked #wcag {
        padding-left: 15px
    }

    .side-menu {
        width: 25%;
    }
}

@media screen and (max-width: 1500px) {
    .certyfication-list ul {
        margin: -10px;
    }

    .certyfication-list li {
        padding: 10px;
    }

    .sticked #main-menu ul > li > a {
        padding: 18px 0.5vw;
        min-width: 33px;
    }

    .sticked .iso-logo{
        padding: 5px 15px;
    }
}

@media screen and (max-width: 1300px) {
    .logo {
        margin-left: 0;
    }

    .logo a svg {
        width: 160px;
        height: 160px;
    }

    #main-menu ul > li > a {
        padding: 30px;
    }
}

@media screen and (min-width: 1280px) {
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }

    .desktop-only {
        display: block;
    }

    .rwd-only {
        display: none;
    }


}

@media screen and (max-width: 1279px) {
    .iso-logo {
        margin-top: 10px;
    }

    .eu-logo:not(.iso-logo) {
        margin-left: 5px;
    }

    .eu-logo a {
        padding: 5px 5px 0 5px;
        background: #fff;
    }

    .main-about-us {
        background: repeat;
    }

    #content {
        margin-top: 100px;
    }

    .desktop-only {
        display: none;
    }

    .rwd-only {
        display: block;
    }

    .language {
        padding: 5px 3px;
    }

    #wcag li {
        width: 52px;
        height: 52px;
    }

    body:not(.contrast) #wcag a {
        border-color: #fff;
    }

    body:not(.contrast) #wcag a .wcag-hover {
        fill: #fff;
    }

    body:not(.contrast) #wcag .active a.text-size .wcag-hover {
        fill: #fff;
    }

    body:not(.contrast) .sticked #wcag a {
        border-color: #000;
    }

    body:not(.contrast) .sticked #wcag a .wcag-hover {
        fill: #000;
    }

    body:not(.contrast) .sticked #wcag .active a.text-size .wcag-hover {
        fill: #000;
    }

    .eu-logo.rwd-only {
        display: block;
        clear: both;
        float: none;
        text-align: center;
    }

    .sticked #wcag li {
        width: 50px;
        height: 50px;
    }

    /*.language a {*/
    /*    width: 42px;*/
    /*    height: 42px;*/
    /*    border: 1px solid #fff;*/
    /*    padding: 0;*/
    /*}*/

    .wcag-hover {
        fill: #fff;
    }

    .nav-toggle {
        display: block;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .body-block {
        position: fixed;
        width: 100%;
    }

    .eu-logo {
        display: block;
    }

    .iso-logo {
        display: none;
    }

    #wcag {
        padding-left: 0px;
    }

    .language {
        float: right;
    }

    .sticked .language {
        padding-top: 4px;
    }

    .wcag-container {
        float: right;
        width: auto;
    }

    .header-down {
        width: auto;
        clear: none;
        float: left;
    }

    #main-menu {
        display: none;
    }

    .wcag-wrapper {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: transparent;
        padding: 7px 0;
    }

    .wcag-wrapper:before {
        display: none;
    }

    .subpage .logo,
    .logo {
        margin: 0;
    }

    .sticked .nav-toggle span {
        background-color: #000;
    }

    .subpage .logo a svg,
    .logo a svg {
        width: 90px;
        height: 90px;
    }

    .sticked .nav-toggle {
        border-color: #000;
        margin: 4px 5px;
    }

    .sticked #wcag a,
    .sticked .language a {
        border-color: #000;
    }

    .sticked .language-shortcut {
        color: #000;
    }

    body:not(.contrast) .sticked #wcag a .wcag-hover,
    body:not(.contrast) .sticked #wcag a .wcag-hover {
        fill: #000;
    }

    .rotate-image {
        padding: 10px;
    }

    .main-products ul {
        height: 60vw;
    }

    .main-products li:nth-of-type(2) {
        left: 26%;
        top: 50%;
    }

    .main-products li:nth-of-type(3) {
        left: 50%;
        top: 5%;
    }

    .main-products li {
        width: 45%;
    }

    .product-cat-bg .hover:hover,
    .product-cat-bg .hover:focus {
        display: none;
    }

    .side-menu {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0 15px 25px;
        font-size: 1.15rem;
    }

    .contact-box-left {
        width: 35%;
    }

    .contact-box-right {
        width: 33%;
        margin-left: 2.5%;
    }

    .contact-image {
        top: 50%;
        right: -140px;
        height: 30vw;
        -webkit-transform: rotate(-9deg) translate3d(0, -50%, 0);
        -moz-transform: rotate(-9deg) translate3d(0, -50%, 0);
        -ms-transform: rotate(-9deg) translate3d(0, -50%, 0);
        -o-transform: rotate(-9deg) translate3d(0, -50%, 0);
        transform: rotate(-9deg) translate3d(0, -50%, 0);
    }

    .subpage .blue-bg {
        height: 90px;
    }

    .boxes-left .boxes-list:before {
        right: 0;
    }

    body.sticky-footer #page {
        padding-bottom: 255px;
        margin-bottom: -255px;
    }
    .rwdPanel-action-toggle{
        display: block;
    }

    .langs-menu{
        display: none;
    }

    .lang-item {
        display: flex !important;
        justify-content: flex-start !important;
        font-size: 16px;
    }

    .lang span{
        font-size: 16px;
    }

    .lang::after {
        display: none !important;
    }

    .lang .langs-menu-long{
        display: block;
    }

    .lang-rwd-button{
        background: transparent;
        width: 42px;
        height: 42px;
        border: 1px solid #fff;
    }

    .lang-rwd-button .flag-icon{
        top: initial;
        left: initial;
        transform: none;
        font-size: 26px;
    }

    header.sticked .lang-rwd-button {
        border-color: #000;
    }

}

@media (max-width: 1190px) {
    .main-about-us .boxes-title {
        padding: 0;
        text-align: center;
    }

    .product-cat-texts {
        width: 75%;
    }

    .main-t-texts .main-t-text,
    .main-t-texts h2 {
        margin-bottom: 30px;
    }

    .cat-titles {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    body.sticky-footer #page {
        padding-bottom: 240px;
        margin-bottom: -240px;
    }
}

@media (max-width: 1080px) {
    .categories li {
        width: 50%;
    }

    body.sticky-footer #page {
        padding-bottom: 230px;
        margin-bottom: -230px;
    }
}

@media (max-width: 1000px) {

    .googleMap-container .map-title{
        font-size: 30px;
        padding-left: 20px;
        line-height: 30px;
        margin-top: 30px;
    }

    .boxes-left, .boxes-right {
        float: none;
        width: 100%;
    }

    .partner-box {
        height: 16vw;
    }

    .contact-image {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: static;
        width: 100%;
        max-width: 600px;
        height: auto;
        max-height: none;
        float: none;
        margin: auto;
    }

    .contact-img {
        float: none;
        width: 100%;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        height: auto;
    }

    .contact-image img {
        height: auto;
        width: 100%;
        display: block;
    }

    .contact-box-left {
        width: 50%;
    }

    .contact-box-right {
        width: 45%;
        margin-left: 5%;
    }

    .product-name {
        font-size: 1.25rem;
        margin-top: 20px;
    }

    .tiles li {
        width: 50%;
    }

    .tiles li:nth-of-type(1) a,
    .tiles li:nth-of-type(2) a {
        border-top: 1px solid #ebebea;
    }

    .tiles li:nth-of-type(3) a {
        border-top: 0;
    }

    .tiles li:nth-of-type(3n + 1) a {
        border-left: 0;
    }

    .tiles li:nth-of-type(2n + 1) a {
        border-left: 1px solid #ebebea;
    }
}

@media (max-width: 900px) {
    .product-list ul {
        margin: -10px;
    }

    .product-name {
        font-size: 1.25rem;
        margin-top: 10px;
    }

    .product-list li {
        padding: 10px;
    }

    .product-cat-texts {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .main-slide-texts {
        left: 20px;
        width: 50%;
    }

    .main-slide-texts .text {
        max-height: none;
    }

    .main-slide-texts .text,
    .main-slide .btn {
        margin-top: 30px;
    }

    .rotate-image {
        padding: 0;
    }

    .about-us-box {
        padding: 20px 20px 30px 110px;
    }

    .boxes-count {
        left: 25px;
    }

    .main-t-image {
        float: none;
        width: 70%;
        margin: 0 auto 10vw;
        position: static;

    }

    .main-t-texts,
    .main-t-text-wrapper {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        position: static;
        text-align: center;
    }

    .gallery li {
        width: 33.33%;
    }

    .wcag-wrapper {
        display: block;
    }
}

@media (max-width: 800px) {
    .gallery {
        padding: 30px 0 0;
    }

    .certyfication-list ul {
        margin: -5px;
    }

    .certyfication-list li {
        padding: 5px;
        width: 33.33%;
    }

    .contact-right-text.text img {
        margin: 0;
    }

    .text .in-text-image,
    .text img {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }

    .main-slide-texts,
    .main-slide .for-texts {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        text-align: center;
    }

    .main-slide-images {
        width: 90%;
        float: none;
        margin: auto;
        position: static;
    }

    .main-slide-texts .text,
    .main-slide-texts h2 {
        color: #000;
        text-align: center;
        margin: auto;
    }

    .main-slide .container {
        padding-bottom: 0;
    }

    .main-products:before {
        display: none;
    }

    .gallery li a {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .cat-titles {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .contact-boxes {
        padding: 30px 0;
    }

    .text-w-side-menu {
        padding-bottom: 0;
    }

    body.sticky-footer #page {
        padding-bottom: 200px;
        margin-bottom: -200px;
    }
}

@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .form-control.captcha-image-wrapper{
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 700px) {

    .googleMap-container .map-title {
        font-size: 20px;
        padding-left: 15px;
        line-height: 20px;
    }
    .product-list li {
        width: 100%;
    }

    .product-name {
        height: auto;
        max-height: 60px;
    }

    .partner-box {
        height: 20vw;
        padding: 5px
    }

    .partners {
        padding: 15px 0;
    }

    .main-about-us .boxes-title {
        line-height: 40px;
    }

    .form-div {
        width: 100%;
    }

    .form-div input, .form-div-big textarea {
        padding: 5px 20px;
        font-size: 1rem;
    }

    .checkbox-div label {
        font-size: 1rem;
    }

    .form-div-big label, .form-div label {
        padding: 0;
    }

    .captcha {
        margin: 10px 0 0;
    }
}

@media screen and (max-width: 666px) {
    .categories li {
        width: 100%;
    }

    .certyfication-list li {
        width: 50%;
    }

    .tiles li {
        width: 100%;
    }

    .tiles ul li a.tile {
        border: 1px solid #ebebea;
        border-top: 0;
    }

    .tiles ul li:nth-of-type(1) a.tile {
        border-top: 1px solid #ebebea;
    }
}

@media screen and (max-width: 639px) {

    .eu-logo a img {
        max-height: 50px;
    }

    .rotate-image,
    .rotate-image img,
    .main-products li .product-cat-bg,
    .main-products li .product-cat,
    .main-t-image,
    .main-t-image img {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .main-t-image {
        width: 90%;
        margin-bottom: 12vw;
    }

    .download-url {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        top: auto;
        bottom: -1px;
        left: -1px;
        right: -1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 42px;
        line-height: 33px;
        background: rgba(29, 143, 178, 0.1);
    }

    .download-div {
        padding: 0 0 42px;
        text-align: center;

    }

    .download-div .text {
        padding: 8px 20px;
    }

    .gallery li {
        width: 50%;
    }

    .contact-box-left,
    .contact-box-right {
        border: 0;
        padding: 20px 0;
        margin: 0;
        width: 100%;
        float: none;
    }

    .contact-box-left {
        border-bottom: 1px solid #e4e4e4;
    }

    .contact {
        padding-top: 0;
    }

    .contact-boxes {
        padding: 0;
    }

    .google-map, .mapa, #googleMap {
        height: 400px;
    }

}

@media screen and (max-width: 560px) {

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .text {
        word-wrap: break-word;
    }

    .main-slide-texts, .main-slide .for-texts {
        padding-top: 20px;
    }

    .main-t-texts h2,
    .main-slide-texts h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .main-slide-texts .text {
        line-height: 1.5rem;
        padding: 0 15px;
    }

    .btn {
        padding: 5px 40px;
    }

    .main-slide-texts .text, .main-slide .btn {
        margin-top: 20px;
    }

    .boxes-wrapper {
        padding: 0;
    }

    .boxes-count {
        left: 10px;
        width: 40px;
        height: 40px;
        padding: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .about-us-box {
        padding: 20px 20px 30px 70px;
    }

    .main-about-us .boxes {
        padding: 30px 0;
    }

    .main-about-us .center-btn {
        padding: 0;
    }

    .main-products ul {
        height: auto;
    }

    .main-products li {
        position: static;
        width: 90%;
        display: block;
        margin: auto;
    }

    .copyrights-container {
        text-align: center;
        padding: 10px 0 0;
    }

    .copyright {
        width: 100%;
        float: none;
    }

    .copyright-u {
        display: inline-block;
    }
}

@media screen and (max-width: 560px) {
    .subpage .blue-bg {
        height: 115px;
    }

    #content {
        margin-top: 115px;
    }

    .sticked #wcag,
    #wcag {
        clear: both;
        padding: 0;
    }

    .subpage .sticked .logo a svg,
    .sticked .logo a svg {
        height: 90px;
        width: 130px;
    }

    .subpage .logo a svg,
    .logo a svg {
        width: 120px;
        height: 110px;
    }

    .wcag-wrapper,
    .sticked .wcag-wrapper {
        padding: 5px 0;
    }

    .rwd-menu {
        top: 115px;
    }

    .googleMap, .google-map, .mapa, #googleMap, .googleMap-container{
        height: initial;
    }

    .googleMap-container .map,
    .googleMap-container .map2{
        position: static;
        width: 100%;
        min-height: 400px;
    }

    .googleMap-container .map iframe,
    .googleMap-container .map2 iframe{
        min-height: 400px;
    }
}

@media screen and (max-width: 420px) {
    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .container-header {
        padding: 0 5px;
    }

    .logo {
        padding: 13px 0;
    }

    .subpage .logo a svg,
    .subpage .sticked .logo a svg,
    .sticked .logo a svg, .logo a svg {
        width: 90px;
        height: 94px;
        margin-left: 5px;
    }

    .wcag-wrapper {
        padding: 5px 0;
    }

    .rwd-menu {
        top: 115px;
    }

    .gallery li {
        width: 100%;
    }

    .certyfication-list li {
        width: 100%;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 400px) {
    .partner-box {
        height: 28vw;
    }

    .text-w-side-menu {
        padding-bottom: 20px;
    }

    .subpage #content {
        padding: 20px 0;
    }
}

@media screen and (max-width: 320px) {
    header,
    body {
        width: 320px;
        max-width: 320px;
        right: auto;
    }
}