
body * {
    font-family: 'Open Sans', 'sans-serif';
}

body {
    font-family: 'Open Sans', 'sans-serif';
    color: #000;
    max-width: 100%;
    background: url("../images/bg.jpg") repeat top center;
}

body.subpage {
    background: url(../images/bg-decoration.png) no-repeat top 27vh center, url(../images/bg.jpg) repeat top center;
}

#page {
    position: relative;
}

.blue-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../images/top.png") no-repeat top center transparent;
}

.subpage .blue-bg {
    bottom: auto;
    height: 165px;
    opacity: 0.9;
}

#container-page {
    position: relative;
}

html[data-wcag-font="0"] {
    font-size: 14px;
    line-height: 16px;
}

html[data-wcag-font="1"] {
    font-size: 16px;
    line-height: 20px;
}

html[data-wcag-font="2"] {
    font-size: 18px;
    line-height: 24px;
}

h1 {
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: bold;
    color: #263544;
    margin-bottom: 33px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: bold;
    color: #263544;
}

h3 {
    font-size: 1.28rem;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: bold;
    color: #263544;
}

h4 {
}

h5 {
}

a {
    color: #000;
}

.text a {
    color: #0e80a3;
}

body:not(.contrast) a:hover,
body:not(.contrast) a:focus {
    color: #0e80a3;
    text-decoration: none;
}

body .text a:hover,
body .text a:focus {
    text-decoration: underline;
}


.container .container {
    padding: 0;
}

.container {
    clear: both;
    margin: 0 auto;
    max-width: 1330px;
    width: 100%;
}

.container.small {
    max-width: 1220px;
}

.container.mid {
    max-width: 1290px;
}

.container.big {
    max-width: 1700px;
}

#page {
    overflow: hidden;
}

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

/**
 * HEADER
 */
.wcag-container {
    width: 100%;
    float: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wcag-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 90%;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 50vw;
    background-color: #fff;
}

.wcag-wrapper {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    float: right;
    background-color: #fff;
    padding: 0px 5px 0px 95px;
    -webkit-border-bottom-left-radius: 70px;
    -moz-border-radius-bottomleft: 70px;
    border-bottom-left-radius: 70px;
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-svg {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.main-menu-svg svg {
    fill: #fff;
}

#page #main-menu ul > li.main-menu-w-svg > a {
    letter-spacing: -0.6em;
    color: transparent !important;
    position: relative;
}

.sticked .main-menu-svg svg,
li.focused .main-menu-svg svg,
a:focus .main-menu-svg svg,
a:hover .main-menu-svg svg {
    fill: #0e80a3;
}

.eu-logo {
    display: block;
    float: left;
    padding-right: 15px;
}

.eu-logo a {
    /*padding: 5px;*/
    display: block;
    position: relative;
    z-index: 2;
}

/*.language {*/
/*    display: block;*/
/*    float: left;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.language a {*/
/*    padding: 5px 15px;*/
/*    display: block;*/
/*}*/

.eu-logo a img,
.language a img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body:not(.contrast) .eu-logo a:hover img,
body:not(.contrast) .eu-logo a:focus img,
body:not(.contrast) .language a:hover img,
body:not(.contrast) .language a:focus img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

#wcag {
    padding-left: 10px;
    font-size: 0;
    display: block;
    position: relative;
    z-index: 2;
    float: left;
}

#wcag li {
    display: block;
    float: left;
    width: 52px;
    height: 52px;
    padding: 5px;
}

#wcag a {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 100%;
    padding: 7px;
    border: 1px solid #000000;
}

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

.wcag-hover {
    stroke: #000;
}

body:not(.contrast) #wcag a.text-size:hover,
body:not(.contrast) #wcag a.text-size:focus {
    background-color: #0e80a3;
}

body:not(.contrast) #wcag a.text-size:hover svg path,
body:not(.contrast) #wcag a.text-size:focus svg path {
    fill: #000;
}

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

.contrast-switcher {
    background-color: #ffea00;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header-down {
    clear: both;
}

header.sticked {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.container-header {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 1330px;
    margin: auto;
}

.sticked .container-header {
    max-width: 1850px;
    width: 100%;
}

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

.sticked .wcag-wrapper {
    padding: 10px 0;
    float: right;
    clear: none;
}

.sticked #main-menu ul {
    text-align: center;

}

.sticked #main-menu a {
    color: #263544;
}

.sticked #main-menu {
    padding: 0;
}

.sticked #main-menu > ul > li {
    padding: 10px 0;
}

.sticked .header-down {
    clear: none;
    text-align: center;
}

.sticked .logo {
    margin: 0;
    padding: 8px 0;
}

.sticked .logo a svg {
    width: 70px;
    height: 50px;
}

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

.sticked .wcag-wrapper {
    background: transparent;
}

.sticked .wcag-wrapper:before {
    opacity: 0;
}

.logo {
    float: left;
    margin: -15px 0 0 25px;
}

.logo a {
    display: block;
}

.logo a svg {
    display: block;
    width: 200px;
    height: 200px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

header:not(.sticked) .logo a svg * {
    fill: #fff;
}

body:not(.contrast) .logo a:focus svg,
body:not(.contrast) .logo a:hover svg {
    -webkit-transform: scale(1.05) translate3d(2.5%, 0, 0);
    -moz-transform: scale(1.05) translate3d(2.5%, 0, 0);
    -ms-transform: scale(1.05) translate3d(2.5%, 0, 0);
    -o-transform: scale(1.05) translate3d(2.5%, 0, 0);
    transform: scale(1.05) translate3d(2.5%, 0, 0);
}

#main-menu {
    padding-top: 8px;
}

#main-menu ul {
    text-align: right;
    font-size: 0;

}

#main-menu ul > li {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin: 0 1px;
}

#main-menu ul > li > a {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.025em;
    color: #fff;
    padding: 38px 22px;
    min-width: 60px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#main-menu ul > li.has-child {
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body:not(.contrast) #main-menu > ul > li.active svg {
    fill: #0e80a3;
}

body:not(.contrast) #main-menu > ul > li.has-child.focused,
body:not(.contrast) #main-menu > ul > li.has-child:focus,
body:not(.contrast) #main-menu > ul > li.has-child:hover {
    background-color: #fff;
}

body:not(.contrast) #main-menu > ul > li.active > a,
body:not(.contrast) #main-menu > ul > li.focused > a,
body:not(.contrast) #main-menu > ul > li:focus > a,
body:not(.contrast) #main-menu > ul > li:hover > a {
    background-color: #fff;
    color: #0e80a3;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

#main-menu ul > li > ul {
    display: none;
}

#main-menu ul > li:hover > ul,
#main-menu ul > li.focused > ul {
    opacity: 1;
    pointer-events: all;
}

#main-menu > ul > li > ul {
    position: absolute;
    display: block;
    float: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-border-radius: 16px;

    width: auto;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    top: calc(100% + 1px);
}

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

#main-menu > ul > li:last-of-type > ul {
    right: 0;
    -webkit-border-radius: 16px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 16px;
    -moz-border-radius-topright: 0;
    border-radius: 16px;
    border-top-right-radius: 0;
}

#main-menu > ul > li > ul > li {
    display: block;

}

body:not(.contrast) #main-menu > ul > li > ul > li a:focus,
body:not(.contrast) #main-menu > ul > li > ul > li a:hover {
    color: #0e80a3;
    background-color: #f7f7f7;
}

#main-menu > ul > li > ul > li a {
    padding: 15px 30px !important;
    display: block;
    text-align: left;
    color: #474d57;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
}

#main-menu > ul > li > ul > li:last-of-type a {
    border-bottom: 0;
}

.language-shortcut {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
}

/**
 * CONTENT
 */
.main-slider {
    background: url("../images/podlew.png") no-repeat right bottom transparent;
    background-size: contain;
}

.main-slide .container {
    padding: 80px 0 140px;
    position: relative;
}

.main-slide .for-texts {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.main-slide-text {
    max-height: 270px;
    overflow: hidden;
}

.main-slide-texts {
    float: left;
    width: 45%;
    left: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.rotate-image img {
    display: block;
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);

}

.main-slide-images {
    float: right;
    width: 49%;
    position: relative;
    right: -2%;
    top: 40px
}

.rotate-image {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg);
    background-color: #fff;
    padding: 20px 40px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.main-slide-texts h2 {
    /*color: #e9ecee;*/
    color: #000;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    font-weight: 500;
    /*max-width: 450px;*/
    /*max-height: 101px;*/
    padding-bottom: 5px;
    overflow: hidden;
}
.mapDescription a{
    color: #0e80a3;
}
.main-slide-texts .text {
    margin-top: 18px;
    color: #000;

    font-size: 1.15rem;
    line-height: 30px;
    letter-spacing: 0.025em;
    font-weight: normal;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 400px;
    overflow: hidden;
}

.main-slide .btn {
    margin-top: 40px;
}

.btn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 64px;
    font-weight: bold;
}

.center-for-button {
    text-align: center;
}

body:not(.contrast) .btn-white {
    background-color: #fff;
    color: #00233d;
}

body:not(.contrast) .btn-white:focus,
body:not(.contrast) .btn-white:hover {
    background-color: #0e80a3;
    color: #fff;
}

body:not(.contrast) .btn-blue {
    border: 1px solid #0e80a3;
    background-color: #0e80a3;
    color: #fff;
}

body:not(.contrast) .btn-blue:focus,
body:not(.contrast) .btn-blue:hover {
    background-color: #fff;
    color: #00233d;
}

.btn-round {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.btn-small {
    font-weight: normal;
    text-transform: lowercase;
    font-size: 1.15rem;
    padding: 10px 50px;
}

.main-about-us {
    background: url("../images/about-us-bg.jpg") no-repeat center center transparent;
    padding: 58px 0;
}

.main-about-us h2 {
    color: #263544;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.main-about-us .text {
    font-size: 1.15rem;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #263544;
    text-align: center;
    max-width: 930px;
    margin: 0 auto 50px;
}

.main-about-us .boxes {
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border-radius: 46px;
    border: 1px solid #0e80a3;
    padding: 50px 0;
}

.boxes-wrapper {
    padding: 0 15px;
}

.main-about-us .boxes-title {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.025em;
    color: #0e80a3;
    padding: 0 70px 10px 136px;
}

.center-btn {
    text-align: center;
}

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

.inboxes-title {
    font-size: 1.28rem;
    line-height: 30px;
    letter-spacing: 0.025em;
    padding-bottom: 10px;
    color: #474d57;
    font-weight: bold;
}

.inboxes-text {
    font-size: 1.15rem;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #474d57;
}

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

.boxes-count {
    position: absolute;
    left: 35px;
    top: 20px;
    width: 60px;
    height: 60px;
    padding: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.boxes-count-label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #5cdafd; /* Old browsers */
    background: -moz-linear-gradient(top, #5cdafd 2%, #5cdafd 32%, #1f91b4 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5cdafd 2%, #5cdafd 32%, #1f91b4 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5cdafd 2%, #5cdafd 32%, #1f91b4 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cdafd', endColorstr='#1f91b4', GradientType=0); /* IE6-9 */
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.boxes-left .boxes-list {
    position: relative;
}

.boxes-left .boxes-list:before {
    content: '';
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background-color: #e4e4e4;
}

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

.main-products h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: bold;
    color: #263544;
    text-align: center;
    position: relative;
    z-index: 3;
}

.main-products {
    background: url("../images/main-cat-bg.png") no-repeat bottom right transparent;
    position: relative;
}

.main-products:before {
    position: absolute;
    top: 110px;
    content: '';
    display: block;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50%;
    background: url("../images/main-cat-ul-bg.png") no-repeat left center transparent;
    background-size: contain;
}

.main-products .products-list {
    padding: 60px 0;
    position: relative;
    z-index: 3;
}

.main-products ul {
    position: relative;
    height: 34vw;
}

.main-products li {
    position: absolute;
    width: 36%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-products li .product-cat-bg {
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.main-products li .product-cat {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    display: block;
    position: relative;
}

.main-products li:nth-of-type(1) {
    left: 3.3%;
    top: 4%;
}

.main-products li:nth-of-type(1) .product-cat-bg {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
}

.main-products li:nth-of-type(1) .product-cat {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    bottom: 12px;
    left: 3%;
}

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

.main-products li:nth-of-type(2) .product-cat-bg {
    -webkit-transform: rotate(-4.3deg);
    -moz-transform: rotate(-4.3deg);
    -ms-transform: rotate(-4.3deg);
    -o-transform: rotate(-4.3deg);
    transform: rotate(-4.3deg);
}

.main-products li:nth-of-type(2) .product-cat {
    -webkit-transform: rotate(5.5deg);
    -moz-transform: rotate(5.5deg);
    -ms-transform: rotate(5.5deg);
    -o-transform: rotate(5.5deg);
    transform: rotate(5.5deg);
    left: 4%;
    bottom: 5px;
}

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

.main-products li:nth-of-type(3) .product-cat-bg {
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    transform: rotate(-18deg);
}

.main-products li:nth-of-type(3) .product-cat {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
    bottom: 15px;
    left: 4%;
}

a:hover .hover,
a:focus .hover {
    opacity: 1;
}

a .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(11, 166, 209, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
}

.product-cat-texts {
    position: absolute;
    font-size: 1.28rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.025em;
    font-weight: bold;
    border-left: 3px solid #fff;
    padding-left: 15px;
    width: 45%;
}

.main-products li:nth-of-type(1) .product-cat-texts {
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    transform: rotate(-14deg);
    bottom: 15%;
    left: 8%;
}

.main-products li:nth-of-type(2) .product-cat-texts {
    -webkit-transform: rotate(-1.2deg);
    -moz-transform: rotate(-1.2deg);
    -ms-transform: rotate(-1.2deg);
    -o-transform: rotate(-1.2deg);
    transform: rotate(-1.2deg);
    bottom: 10%;
    left: 9%;
}

.main-products li:nth-of-type(3) .product-cat-texts {
    -webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -o-transform: rotate(14deg);
    transform: rotate(14deg);
    bottom: 10%;
    left: 9%;
}

.main-products img {
    display: block;
    width: 100%;
}

.main-t {
    position: relative;
    padding: 18px 0 52px;
    margin-top: 36px;
}

.main-t-text-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.main-t-texts {
    width: 50%;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.main-t-image {
    float: right;
    width: 44%;
    background-color: #0e80a3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: rotate(-9.5deg);
    -moz-transform: rotate(-9.5deg);
    -ms-transform: rotate(-9.5deg);
    -o-transform: rotate(-9.5deg);
    transform: rotate(-9.5deg);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    bottom: -68px;
    right: 0.5%;
    position: relative;

}

.main-t-image img {
    display: block;
    width: 100%;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.main-t-texts h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 0;
    color: #263544;
    margin-bottom: 45px;
}

.main-t-texts .main-t-text {
    color: #474d57;
    font-size: 1.15rem;
    letter-spacing: 0.025em;
    margin-bottom: 45px;
    line-height: 30px;
}

.partners {
    background-color: #ffffff;
    padding: 30px 0;
    text-align: center;
    font-size: 0;
}

.partner-box {
    padding: 10px;
    display: inline-block;
    width: 20%;
    height: 12vw;
    max-height: 165px;
}

.partner-box a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    padding: 8px;
    position: relative;
}

body:not(.contrast) .partner-box a:focus,
body:not(.contrast) .partner-box a:hover {
    border-color: #0e80a3;
}

.partner-box img {
    display: block;
    max-height: 70%;
    max-width: 70%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.copyrights-container {
    background-color: #bfc3c4;
    color: #474d57;
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding: 10px 0;
}

.copyrights-container a {
    color: #474d57;
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 0.05em;
}

.copyrights-container a img {
    max-width: 14px;
}

.copyright {
    float: left;
}

#content {
    overflow: hidden;
    margin-top: 165px;
}

.text {
    overflow: hidden;
    font-size: 1.15rem;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #263c44;
}

.text .in-text-image {
    float: right;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 0 20px 20px;
}

.text ul {
    padding: 0 0 0 15px;
    list-style: none;
}

.text ul li {
    padding-left: 22px;
    display: block;
    position: relative;

}

.text li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #0e80a3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 3px;
}

/**
 * FOOTER
 */
footer {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

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

.subpage .logo {
    margin-top: -85px;
}

.subpage .logo a svg {
    width: 150px;
    height: 180px;
}

.subpage .sticked .logo a svg {
    width: 70px;
    height: 50px;
}

.subpage .sticked .logo {
    margin-top: 0;
}

.subpage #main-menu ul > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.subpage #main-menu ul > li > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #0e80a3;
}

.side-menu {
    float: left;
    width: 18.5%;
    margin-right: 1.5%;
    padding-bottom: 50px;
}

.side-menu-list {
    padding-top: 10px;
}

.side-menu-list ul {
    border-top: 1px solid #dedede;
}

body:not(.contrast) .side-menu-list a:focus,
body:not(.contrast) .side-menu-list a:hover,
body:not(.contrast) .side-menu-list .active a {
    color: #fff;
    background-color: #0e80a3;
}

.side-menu-list a {
    width: 100%;
    display: block;
    font-size: 1.15rem;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #000000;
    border-bottom: 1px solid #dedede;
    padding: 10px 20px;
}

.side-menu-list ul ul {
    border: 0;
    /*display: none;*/
}

.side-menu-list ul .active ul {
    display: block;
}

.side-menu-list ul ul a {
    font-size: 1rem;
    line-height: 20px;
    padding: 10px 20px 10px 40px;
}

.side-menu-select {
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.h1-place {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 33px;
}

.text-w-side-menu {
    overflow: hidden;
    padding-bottom: 50px;
}

.container-w-size-menu {
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-w-size-menu .main-text {
    margin-bottom: 40px;
}

.downloads li {
    display: block;
    width: 100%;
    clear: both;
    padding: 5px 0;
}

.download-div {
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #0e80a3;
    display: block;
    width: 100%;
    padding: 8px 200px 10px 32px;
    position: relative;
    overflow: hidden;
}

.download-div .text {
    line-height: 30px;
    min-height: 30px;
}

.download-url {
    position: absolute;
    right: -1px;
    top: 50%;
    height: 50px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: #0e80a3;
    font-size: 1.28rem;
    line-height: 40px;
    letter-spacing: 0;
    border: 1px solid #0e80a3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 3px 30px;
}

body:not(.contrast) a:focus .download-url,
body:not(.contrast) a:hover .download-url {
    background-color: #0e80a3;
    color: #fff;
}

body:not(.contrast) a:focus .download-ico svg,
body:not(.contrast) a:hover .download-ico svg {
    fill: #fff;

}

.download-ico svg {
    fill: #0e80a3;
}

.download-ico {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 0 0 13px;
    position: relative;
    bottom: -5px;
}

.downloads-title {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 11px;
}

.gallery {
    padding-bottom: 40px;
    clear: both;
}

.gallery ul {
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
}

.gallery li {
    width: 25%;
    float: left;
    padding: 5px;
}

.gallery li a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gallery li .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(29, 143, 178, 0.9);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

li .hover .hover-ico svg {
    fill: #fff;
}

li .hover .hover-ico {
    font-size: 0;
    width: 10%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery li .hover .hover-ico {
    width: 5%;
}

.gallery li a:hover .hover .hover-ico,
.gallery li a:focus .hover .hover-ico {
    width: 35%;
}

li a:focus .hover .hover-ico,
li a:hover .hover .hover-ico {
    width: 30%;
}

.gallery li a:focus .hover,
.gallery li a:hover .hover {
    opacity: 1;
}

.gallery li img {
    display: block;
    width: 100%;
}

.categories ul {
    overflow: hidden;
    margin: -5px;
}

.categories li {
    float: left;
    width: 33.33%;
    padding: 5px;
}

.categories li a {
    display: block;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #0e80a3;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #000;
}

.categories li img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body:not(.contrast) .categories li a:hover img,
body:not(.contrast) .categories li a:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cat-titles {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 80px;
    overflow: hidden;
    font-size: 1.25rem;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0;
    background: #19809f;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

body:not(.contrast) .categories li a:hover .cat-titles,
body:not(.contrast) .categories li a:focus .cat-titles {
    background: transparent;
}

.cat-titles-visible {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.cat-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(25, 128, 159, 0.6);
}

.cat-hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.2);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.2);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0.2);
    -o-transform: translate3d(-50%, -50%, 0) scale(0.2);
    transform: translate3d(-50%, -50%, 0) scale(0.2);
    display: block;
    font-size: 1rem;
    line-height: 50px;
    letter-spacing: 0.025em;
    font-weight: bold;
    text-align: center;
    width: 60%;
    background: #fff;
    color: #19809f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

body:not(.contrast) .categories li a:hover .cat-hover,
body:not(.contrast) .categories li a:focus .cat-hover {
    opacity: 1;
}

body:not(.contrast) .categories li a:hover .cat-hover-text,
body:not(.contrast) .categories li a:focus .cat-hover-text {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    -o-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.certyfication-list ul {
    overflow: hidden;
    margin: -15px;
}

.certyfication-list li {
    width: 25%;
    float: left;
    padding: 15px;
}

.certyfication-list a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dee4e7;
}

.certyfication-list img {
    width: 100%;
    display: block;
}

.contact {
    padding: 36px 0;
}

.contact-box-left {
    float: left;
    width: 36%;
    padding-right: 2%;
    border-right: 1px solid #e4e4e4;
}

.contact-box-right {
    float: left;
    width: 30%;
    margin-left: 4%;
}

.contact-boxes {
    overflow: hidden;
    padding: 55px 17px;
}

.contact-image {
    float: right;
    width: 40%;
}

.contact-title {
    font-size: 1.42rem;
    line-height: 20px;
    letter-spacing: 0.025em;
    font-weight: bold;
    color: #0e80a3;
}

.contact-subtitle {
    font-size: 1.15rem;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #263c44;
    margin-top: 6px;
}

.contact-box-right .contact-title {
    font-size: 1.15rem;
}

.contact-left-text {
    font-size: 1rem;
}


.contact-right-text li:before {
    display: none;
}

.contact-right-text.text li:nth-of-type(3n + 1) {
    margin-top: 30px;
}

.contact-right-text.text li {
    padding: 0;
    overflow: hidden;
}

.lines-ico {
    display: block;
    float: left;
    width: 24px;
    height: 30px;
    margin: 0 14px 0 -2px;
}

.lines-ico svg {
    fill: #0e80a3;
}

.contact .container.big {
    position: relative;
    min-height: 350px;
}

.contact-image {
    right: -50px;
    height: 23vw;
    max-height: 380px;
    position: absolute;
    top: -10px;
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    transform: rotate(-9deg);
    pointer-events: none;
}

.contact-img {
    height: 100%;
    float: right;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #0e80a3;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.contact-img img {
    height: 100%;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.googleMap,
.google-map,
.mapa,
#googleMap,
.googleMap-container {
    height: 600px;
    position: relative;
}

.googleMap-container .map {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.googleMap-container .map2 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.googleMap-container .map.full-width, .googleMap-container .map2.full-width {
    width: 100%;
}

.googleMap-container iframe {
    width: 100%;
    height: 100%;
}

.googleMap-container .map-title {
    margin: 8px 0;
    padding-left: 40px;
    margin-bottom: 25px;
    color: #263544;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: bold;
}

.form-container {
    margin: -5px;
}

.form-div {
    width: 50%;
    float: left;
    padding: 5px;
}

.form-div-big {
    width: 100%;
    padding: 5px 5px 20px;
}

.form-div input,
.form-div-big textarea {
    width: 100%;
    display: block;
    padding: 9px 23px;
    height: auto;
    font-size: 1.15rem;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #474d57;
    border: 1px solid #0e80a3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.form-div-big textarea {
    height: 175px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #a2a2a2;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #a2a2a2;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #a2a2a2;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #a2a2a2;
}

.form-div-big label,
.form-div label {
    font-weight: bold;
    display: block;
    font-size: 1.15rem;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #0e80a3;
    padding-bottom: 13px;
}

.text-danger,
.error,
label.error,
.form-div label.error {
    color: red;
    font-size: 1rem;
    padding: 0;
    margin: 5px 0 0 25px;
}

.checkbox-div {
    padding: 10px 5px;
    font-size: 1rem;
}


.checkbox-div .icheckbox_minimal-yellow,
.checkbox-div .icheckbox_minimal-blue {
    margin-left: -30px;
}

.checkbox-div label {
    display: inline-block;
    padding-left: 40px;
}

.submit-button {
    text-align: center;
    padding: 40px 0 20px;
}

.submit-button .btn {
    background: #0e80a3;
    color: #fff;
}

.submit-button .btn:hover,
.submit-button .btn:focus {
    background: #fff;
    color: #0e80a3;
    border-color: #0e80a3;
}

.product-list ul {
    margin: -20px;
    overflow: hidden;
}

.product-list li {
    float: left;
    width: 50%;
    padding: 20px;
}

.product-list .product-image {
    width: 100%;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.product-list li .hover .hover-ico {
    width: 1%;
}

.product-list li a:hover .hover .hover-ico,
.product-list li a:focus .hover .hover-ico {
    width: 20%;
}

.product-list img {
    display: block;
    width: 100%;
}

.product-name {
    text-align: center;
    font-size: 1.42rem;
    line-height: 30px;
    letter-spacing: 0.025em;
    font-weight: bold;
    margin-top: 35px;
    height: 60px;
    overflow: hidden;
}

.summary .text {
    font-size: 1.29rem;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #263544;
}

.tiles {
    margin: 34px 0 20px;
}

.tiles ul {
    padding: 1px;
    overflow: hidden;
}

.tiles li {
    float: left;
    width: 33.33%;
    /*margin: -0.5px;*/
}

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

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

.tiles a {
    width: 100%;
    border-right: 1px solid #ebebea;
    border-bottom: 1px solid #ebebea;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*body:not(.contrast) .tiles a:hover {*/
/*border-color: #0e80a3;*/
/*background-color: rgba(29, 143, 178, 0.1);*/
/*z-index: 10;*/
/*}*/

.tile-svg {
    width: 100%;
    height: 210px;
    text-align: center;
}

.tile-svg svg {
    margin: auto;
}

.tile-titles {
    text-align: center;
}

.tile-title {
    font-size: 1.15rem;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: bold;
    color: #0e80a3;
    text-transform: uppercase;
}

.tile-subtitle {
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0;
    color: #0e80a3;
    text-transform: uppercase;
}

.tile-titles-container {
    height: 60px;
    position: relative;
    overflow: hidden;
}

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

.captcha {
    padding: 4px 23px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0.025em;
    color: #a2a2a2;
    border: 1px solid #0e80a3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
    margin-top: 42px;
    text-align: center;
    background-color: #fff;
}

.captcha img {
    display: inline-block;
}

.form-control {
    padding: 12px 18px;
    font-size: 1.15rem;
    height: auto;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #a2a2a2;
    border: 1px solid #0e80a3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a.contrast {
    background-color: #ffea00;
}

.main-products-hover.hover {
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.active .text-size {
    background-color: rgba(29, 143, 178, 0.4);
}

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

.contrast .active .text-size {
    background-color: rgba(255, 234, 0, 0.1);
}

body.contrast #wcag .active a.text-size .wcag-hover {
    fill: #ffea00;
}

.contrast .fancybox-image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
}

/*.sticked .eu-logo:not(.iso-logo) {*/
/*    display: none;*/
/*}*/

.contact h1 {
    margin-bottom: 10px;
}

.iso-logo {
    padding: 5px 30px;
}

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

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

.form-control.captcha-image-wrapper {
    position: relative;
}

.captcha-refresh.btn{
    border-radius: 50%;
    height: 46px;
    width: 46px;
    border: 1px solid #0e80a3;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.captcha-image{
    display: flex;
    justify-content: center;
}

.checkboxradio-container label {
    display: flex;
    gap: 15px;
}

.checkboxradio-container .icheckbox_minimal-custom,
.checkboxradio-container .icheckbox_minimal-blue,
.checkboxradio-container .icheckbox_minimal-yellow{
    flex-shrink: 0;
    top: 4px;
}

.row.consent-row .text{
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

.row.consent-row + .row.consent-row {
    margin-top: 10px;
}

.row.consent-row .form-required-mark{
    padding-left: 10px;
    color: red;
}


.select2-container--default .select2-selection--single{
    letter-spacing: 0.025em !important;
    color: #474d57 !important;
    border: 1px solid #0e80a3 !important;
    -webkit-border-radius: 30px !important;
    border-radius: 30px !important;
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 14px !important;
    right: 10px !important;
}

.form-element-container.form-element-select-container  .form-control-feedback {
    display: none;
}

.form-element .form-control-feedback{
    top: 9px;
    right: 5px;
}

.contrast .icheckbox_minimal-custom{
    background-image: url('../lib/icheck/css/skins/minimal/yellow.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer;
}

/**
 * LANGUAGES MENU
 */
.langs-menu {
    position: relative;
    float: right;
    margin: 0;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}

.langs-menu ul {
    position: absolute;
    top: calc(100% + 12px);
    width: 132px;
    background-color: #fff;
    transition: all 0.3s;
    display: flex;
    flex-wrap: wrap;
}

.langs-menu ul::before{
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: 0;
}

.langs-menu li {
    width: 50%;
}

.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}

.langs-menu a {
    color: inherit;
    text-decoration: none;

}

.langs-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 0;
    margin-right: 5px;
    background-size: cover;
    width: 46px;
    height: 46px;

    position: relative;
}

/*.langs-menu ul .lang span {*/
/*    font-size: 18px;*/
/*}*/

/*.langs-menu ul .langs-menu-icon {*/
/*    border: 1px solid #0e80a3;*/
/*}*/

.langs-menu ul .langs-menu-icon{
    margin-right: 0;
}

.lang {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 26px 0;
    font-size: 0;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}

.lang span {
    display: block;
    vertical-align: middle;
    font-size: 24px;
    text-transform: uppercase;
}

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

.langs-menu-short{
    display: none !important;
}

.lang-button {
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.lang-button > .langs-menu-icon{
    background: transparent;
}

.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    font-size: 18px;
    line-height: 12px;
    transition-duration: 0.3s;
    transition-property: transform, -webkit-transform, -ms-transform;
}

.langs-menu-icon img {
    max-width: 100%;
}

@media screen and (min-width: 1140px) {
    a.lang:hover,
    a.lang:focus {
        color: #fff;
        background-color: transparent;
    }

    .langs-menu ul a.lang{
        background-color: #fff;
    }

    .langs-menu ul a.lang:hover{
        background-color: #0e80a3;
    }

    .langs-menu ul{
        border: 1px solid #000;
    }

    .langs-menu ul li a{
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    a.lang:hover .langs-menu-icon,
    a.lang:focus .langs-menu-icon {
        background: var(--gradient-primary) !important;
    }

    .langs-menu:not(.langs-menu--list):not(:hover):not(:focus):not(:focus-within) ul {
        pointer-events: none;
        opacity: 0;
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
    }

    .langs-menu:focus-within .lang-button .arrow,
    .langs-menu:hover .lang-button .arrow,
    .langs-menu:focus .lang-button .arrow {
        transform: rotateZ(180deg);
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
    }
}

.rwdPanel-action-toggle{
    display: none;
}

.flag-icon {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.langs-menu--list .lang-button,
.langs-menu--list .langs-menu-short {
    display: none;
}

.langs-menu.langs-menu--list ul {
    position: static;
    opacity: 1;
    display: flex;
    align-items: center;
    border: none;
    background: none;
}

.langs-menu.langs-menu--list li {
    margin: 4px 10px;
    border: none;
}

.langs-menu.langs-menu--list a {
    height: auto;
    padding: 5px;
    border: none;
}

.langs-menu--list .lang {
    background: none;
}

.langs-menu--list .langs-menu-icon {
    margin: 0;
}
