/* GUIDE */
html,
body {
    margin: 0;
    padding: 0;
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    overflow-x: hidden;
}
body::selection {
    background: #1f275b;
    color: #fff;
}
:root {
    scroll-behavior: initial;
}

* {
    outline: none;
}
*::selection {
    background: #1f275b;
    color: #fff;
}

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

h1 {
    font-size: 2.2rem;
    line-height: 1.1;
    color: #1f275b;
    letter-spacing: -0.5px;
}

h2 {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #1f275b;
    font-weight: 600;
    letter-spacing: -0.2px;
}

h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #1f275b;
    font-weight: 600;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #1f275b;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.2;
    color: #1f275b;
}

h6 {
    font-size: 1.125rem;
    line-height: 1.2;
    color: #1f275b;
}

p {
    font-size: 1.12rem;
    font-weight: 400;
    color: #242424;
    line-height: 1.5;
    margin-bottom: 20px;
}

a {
    color: #9a1f20;
    line-height: 1.2;
}

a:hover {
    color: #1f275b;
}

ul {
}

ul li {
    color: #636363;
    font-size: 1.125rem;
    font-weight: 400;
}

table {
    width: 100%;
    font-family: "Titillium Web", sans-serif;
}
table tr:first-child td {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

table tr td {
    padding: 10px 10px;
    font-size: 1rem;
    color: #636363;
    font-weight: 400;
    border-bottom: 1px solid #d8d8d8;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1320px;
}

.splash-body {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 100%;
    transform: translate3d(-50%, -50%, 0);
    overflow: auto;
    background: #fff;
}

.splash-close {
    background: url(/frontend/img/close-icon.svg);
    width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 9999;
    background-size: cover;
    cursor: pointer;
}

.splash-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    background-size: cover;
}
.close_tab_modal {
    visibility: hidden;
    transition: opacity 300ms;
    opacity: 0;
}
.close_tab_modal.active {
    visibility: visible;
    opacity: 1;
}
.splash-modal-container {
    opacity: 0;
    display: none;
}
.splash-modal-container.left_top .splash-body {
    left: 0;
    transform: translate3d(0, 0, 0);
    top: 0;
}
.splash-modal-container.left_bottom .splash-body {
    left: 0;
    transform: translate3d(0, 0, 0);
    top: auto;
    bottom: 0;
}
.splash-modal-container.right_top .splash-body {
    right: 0;
    left: auto;
    transform: translate3d(0, 0, 0);
    top: 0;
}
.splash-modal-container.right_bottom .splash-body {
    right: 0;
    left: auto;
    transform: translate3d(0, 0, 0);
    top: auto;
    bottom: 0;
}
.splash-modal-container.active {
    visibility: visible;
    display: block;
    opacity: 1;
}
.splash-modal-container.right_top .splash-close {
    left: 40px;
    right: auto;
}

.search_form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
}

.search_form .search-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.search_form form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-top: -80px;
    max-width: 60%;
    margin-left: -30%;
}

.search_form input {
    font-size: 24px;
    color: #fff;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 20px;
    outline: 0;
    text-align: center;
}

.search_form {
    opacity: 0;
}

.search_form h2 {
    color: #fff;
    font-size: 36px;
    text-align: center;
}

/* GUIDE */

/* FEATURES */

.info-box-title-clicked {
    color: red;
    cursor: pointer;
}

.info-box-title {
    color: red;
    cursor: pointer;
}

.info-box-content {
    display: none;
}

.tooltip {
    position: absolute;
    font-size: 16px;
    color: #000;
    padding: 10px 20px 10px 10px;
    background: #ebebeb;
    opacity: 1;
}

.tooltip .close-tooltip {
    width: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

/* FEATURES */

/* MENUS */

/* MENUS */

/* ANIMATION */

.slide_top-to-bottom {
    opacity: 0;
    transition: all 400ms;
}

.slide_bottom-to-top {
    opacity: 0;
    transition: all 400ms;
}

.slide_right-to-left {
    opacity: 0;
    transition: all 400ms;
}

.slide_left-to-right {
    opacity: 0;
    transition: all 400ms;
}

.slide_fade-in {
    opacity: 0;
    transition: all 600ms;
}

.slide_rotate {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 600ms;
}

.slide_scale-in {
    transform: scale(0, 0);
    transition: all 600ms;
}

.slide_in-line-fade {
    opacity: 0;
    transition: all 300ms;
}

.slide_in-line-fade-300ms {
    opacity: 0;
    transition: all 300ms;
}

.slide_in-line-fade-600ms {
    opacity: 0;
    transition: all 300ms;
}

.slide_in-line-fade-900ms {
    opacity: 0;
    transition: all 300ms;
}

.slide_in-line-rotate {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.slide_in-line-rotate-300ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.slide_in-line-rotate-600ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.slide_in-line-rotate-900ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.slide_in-line-scale {
    transform: scale(0, 0);
    transition: all 300ms;
}

.slide_in-line-scale-300ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

.slide_in-line-scale-600ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

.slide_in-line-scale-900ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

.top-to-bottom {
    opacity: 0;
    transition: all 400ms;
}

.bottom-to-top {
    opacity: 0;
    transition: all 400ms;
}

.right-to-left {
    opacity: 0;
    transition: all 400ms;
}

.left-to-right {
    opacity: 0;
    transition: all 400ms;
}

.fade-in {
    opacity: 0;
    transition: all 600ms;
}

.rotate {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 600ms;
}

.scale-in {
    transform: scale(0, 0);
    transition: all 600ms;
}

.in-line-fade {
    opacity: 0;
    transition: all 300ms;
}

.in-line-fade-300ms {
    opacity: 0;
    transition: all 300ms;
}

.in-line-fade-600ms {
    opacity: 0;
    transition: all 300ms;
}

.in-line-fade-900ms {
    opacity: 0;
    transition: all 300ms;
}
.in-line-fade-1200ms {
    opacity: 0;
    transition: all 300ms;
}

.in-line-rotate {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-rotate-300ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-rotate-600ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-rotate-900ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-rotate-1200ms {
    opacity: 0;
    transform: rotate(-360deg);
    transition: all 300ms;
}

.in-line-scale {
    transform: scale(0, 0);
    transition: all 300ms;
}

.in-line-scale-300ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

.in-line-scale-600ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

.in-line-scale-900ms {
    transform: scale(0, 0);
    transition: all 300ms;
}
.in-line-scale-1200ms {
    transform: scale(0, 0);
    transition: all 300ms;
}

/*VISIBLE*/

.visible .top-to-bottom {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.visible .bottom-to-top {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.visible .right-to-left {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.visible .left-to-right {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.visible .fade-in {
    opacity: 1;
    transition: all 600ms;
}

.visible .rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 600ms;
}

.visible .scale-in {
    transform: scale(1, 1);
    transition: all 600ms;
}

.visible .in-line-fade {
    opacity: 1;
    transition: all 100ms;
}

.visible .in-line-fade-300ms {
    opacity: 1;
    transition: all 100ms;
    transition-delay: 0.1s;
}

.visible .in-line-fade-600ms {
    opacity: 1;
    transition: all 100ms;
    transition-delay: 0.2s;
}

.visible .in-line-fade-900ms {
    opacity: 1;
    transition: all 100ms;
    transition-delay: 0.3s;
}
.visible .in-line-fade-1200ms {
    opacity: 1;
    transition: all 100ms;
    transition-delay: 0.4s;
}

.visible .in-line-rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
}

.visible .in-line-rotate-300ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible .in-line-rotate-600ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible .in-line-rotate-900ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.9s;
}

.visible .in-line-scale {
    transform: scale(1, 1);
    transition: all 300ms;
}

.visible .in-line-scale-300ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible .in-line-scale-600ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible .in-line-scale-900ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.9s;
}

.swiper-slide-active .slide_top-to-bottom {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active .slide_bottom-to-top {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active .slide_right-to-left {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active .slide_left-to-right {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active .slide_fade-in {
    opacity: 1;
    transition: all 600ms;
}

.swiper-slide-active .slide_rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 600ms;
}

.swiper-slide-active .slide_scale-in {
    transform: scale(1, 1);
    transition: all 600ms;
}

.swiper-slide-active .slide_in-line-fade {
    opacity: 1;
    transition: all 300ms;
}

.swiper-slide-active .slide_in-line-fade-300ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-fade-600ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-fade-900ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.9s;
}

.swiper-slide-active .slide_in-line-rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
}

.swiper-slide-active .slide_in-line-rotate-300ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-rotate-600ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-rotate-900ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.9s;
}

.swiper-slide-active .slide_in-line-scale {
    transform: scale(1, 1);
    transition: all 300ms;
}

.swiper-slide-active .slide_in-line-scale-300ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-scale-600ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-scale-900ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.9s;
}

/* SECTION */

.visible.top-to-bottom {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.visible.bottom-to-top {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.visible.right-to-left {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.visible.left-to-right {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.visible.fade-in {
    opacity: 1;
    transition: all 600ms;
}

.visible.rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 600ms;
}

.visible.scale-in {
    transform: scale(1, 1);
    transition: all 600ms;
}

.visible.in-line-fade {
    opacity: 1;
    transition: all 300ms;
}

.visible.in-line-fade-300ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible.in-line-fade-600ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible.in-line-fade-900ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.9s;
}

.visible.in-line-rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
}

.visible.in-line-rotate-300ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible.in-line-rotate-600ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible.in-line-rotate-900ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.9s;
}

.visible.in-line-scale {
    transform: scale(1, 1);
    transition: all 300ms;
}

.visible.in-line-scale-300ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.visible.in-line-scale-600ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.visible.in-line-scale-900ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.9s;
}

.swiper-slide-active.slide_top-to-bottom {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active.slide_bottom-to-top {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active.slide_right-to-left {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active.slide_left-to-right {
    opacity: 1;
    transition: all 400ms;
    transform: translate3d(0, 0, 0) !important;
}

.swiper-slide-active.slide_fade-in {
    opacity: 1;
    transition: all 600ms;
}

.swiper-slide-active.slide_rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 600ms;
}

.swiper-slide-active.slide_scale-in {
    transform: scale(1, 1);
    transition: all 600ms;
}

.swiper-slide-active.slide_in-line-fade {
    opacity: 1;
    transition: all 300ms;
}

.swiper-slide-active.slide_in-line-fade-300ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-fade-600ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-fade-900ms {
    opacity: 1;
    transition: all 300ms;
    transition-delay: 0.9s;
}

.swiper-slide-active.slide_in-line-rotate {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
}

.swiper-slide-active.slide_in-line-rotate-300ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-rotate-600ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-rotate-900ms {
    opacity: 1;
    transform: rotate(0);
    transition: all 300ms;
    transition-delay: 0.9s;
}

.swiper-slide-active.slide_in-line-scale {
    transform: scale(1, 1);
    transition: all 300ms;
}

.swiper-slide-active.slide_in-line-scale-300ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-scale-600ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-scale-900ms {
    transform: scale(1, 1);
    transition: all 300ms;
    transition-delay: 0.9s;
}

/*SECTION*/

/*VISIBLE*/

/* ANIMATION */

.image_gallery_isotope {
}
.image_gallery_isotope .grid_sizer {
    max-width: calc(25% - 15px);
    width: 100%;
}
.image_gallery_isotope .grid_item {
    max-width: calc(25% - 15px);
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.image_gallery_isotope .grid_item a {
    display: block;
}
.image_gallery_isotope .grid_item a img {
    width: 100%;
}
.image_gallery_isotope .grid_item_2 {
    max-width: calc(50% - 15px);
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.grid-style .col-md-4 {
    margin-top: 30px;
}

.grid-style .grid-image {
    text-align: center;
    height: 250px;
    overflow: hidden;
}

.type_isotope {
}
.type_isotope .grid-sizer {
    max-width: calc(25% - 15px);
    width: 100%;
}
.type_isotope .grid-item {
    display: block;
    max-width: calc(25% - 15px);
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    float: left;
    overflow: hidden;
}
.type_isotope .grid-item .item-image {
    height: 200px;
    height: 100%;
    display: block;
}
.type_isotope .grid-item .item-image img {
    width: 100%;
}
.type_isotope .grid-item.grid_item_2 {
    max-width: calc(50% - 15px);
    width: 100%;
}
.type_isotope .grid-item.grid_item_2 .item-image {
    height: 400px;
}
.type_isotope .grid-item .item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.style-list ul {
    padding-left: 0;
}

.style-list ul li {
    background: #d2d2d2;
    display: block;
    position: relative;
    list-style: none;
    transition: all 400ms;
    top: 0;
}

.style-list ul li:hover {
    top: -10px;
    transition: all 400ms;
}

.style-list ul li + li {
    margin-top: 15px;
}

.style-list ul li .item-title {
    margin-bottom: 10px;
    display: block;
}

.style-list ul li p {
}

.style-list ul li a {
    padding: 10px 15px;
    display: block;
}

.category-list ul {
    padding-left: 0;
}

.category-list ul li {
    background: #d2d2d2;
    display: block;
    position: relative;
    list-style: none;
    transition: all 400ms;
    top: 0;
}

.category-list ul li + li {
    margin-top: 15px;
}

.category-list ul li:hover {
    top: -10px;
    transition: all 400ms;
}

.category-list ul li .item-title {
    display: block;
    margin-bottom: 10px;
}

.category-list ul li a {
    padding: 10px 15px;
    display: block;
}

.row-style {
    margin-right: 0;
    margin-left: 0;
}

.row-style .style-item {
    padding: 0;
    margin-bottom: 30px;
    background: #d2d2d2;
    height: 214px;
    position: relative;
    overflow: hidden;
    top: 0;
    transition: all 400ms;
}

.row-style .style-item .style-img-hidden {
    overflow: hidden;
    display: inline-block;
    float: left;
}

.row-style .style-item:hover {
    top: -10px;
    transition: all 400ms;
}

.row-style .style-item:hover .style-img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: all 400ms;
}

.row-style .style-item a {
    display: block;
    height: 100%;
}

.row-style .style-item .style-img {
    max-width: 320px;
    float: left;
    transition: all 400ms;
}

.row-style .style-item .style-title {
    font-size: 18px;
    float: left;
    display: block;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 30px;
    width: calc(100% - 335px);
}

.row-style .style-item .style-excerpt {
    font-size: 14px;
    font-size: 500;
    float: left;
    margin-left: 15px;
    width: calc(100% - 335px);
}

.style-slider {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.style-slider .swiper-slide {
    text-align: center;
}

.style-slider .style-slide-next {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
}

.style-slider .style-slide-prev {
    position: absolute;
    right: 37px;
    left: auto;
    bottom: 0;
    top: auto;
}

.style-slider .item-content {
    padding: 0 10px;
    text-align: left;
}

.gallery_list {
    padding: 0;
    margin: 0;
}

.gallery_list li {
    max-width: calc(100% - 24px);
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #f2f2f2;
    list-style: none;
}

.gallery_list li a {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
}

.gallery_list li a .image_cont {
    max-width: 200px;
    max-height: 200px;
    margin-right: 20px;
}
.gallery_list li a img {
    max-width: 100%;
    max-height: 100%;
    transition: all 400ms;
}

/*.gallery_list li a:hover img {
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	transition: all 400ms;
}*/

.grid_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.grid_gallery a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    max-width: calc(25% - 24px);
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
    max-height: 200px;
}

.grid_gallery a img {
    max-width: 100%;
    max-height: 100%;
    transition: all 400ms;
}

.grid_gallery a:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    transition: all 400ms;
}

.slide-fullheight {
    background: #000;
}

.slide-fullheight .center-inner {
    text-align: center;
}

.slide-fullheight .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
}

.slide-fullheight .swiper-pagination-bullet-active {
    background: red;
}

/*SECTION SHOW*/

.desktop-0 {
    display: none;
}

.desktop-1 {
    display: block;
}

.tablet-1 {
    display: block;
}

.mobile-1 {
    display: block;
}

/*SECTION SHOW*/
#toast-container {
    position: fixed;
    z-index: 999999999999;
    pointer-events: none;
    width: 100%;
    right: 0;
}
#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 30px 30px 30px 80px;
    width: 100%;
    border-radius: 0;
    background-position: 30px center;
    background-repeat: no-repeat;
    box-shadow: none;
    color: #ffffff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}
.toast-top-right {
    top: 0px;
    right: 0px;
}
.toast-error {
    background-color: #e24445;
}
.t_m_t_0 {
    margin-top: 0;
}
.t_m_b_0 {
    margin-bottom: 0;
}
.p_m_b_0 {
    margin-bottom: 0;
}

.color_black {
    color: #000;
}
.color_white {
    color: #fff;
}

.section_flex .container-fluid {
    height: 100%;
}
.section_flex .container {
    height: 100%;
}
.section_flex .container .row {
    height: 100%;
}
.section_flex .container-fluid .row {
    height: 100%;
}

.video_background {
    background: #000;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}
.video_foreground:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.video_foreground,
.video_background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
    .video_foreground {
        height: 200%;
        top: -50%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video_foreground {
        width: 200%;
        left: -50%;
    }
}

.full-height {
    height: 100vh;
}
.f_s_48 {
    font-size: 48px;
}
.f_s_40 {
    font-size: 40px;
}
.f_s_36 {
    font-size: 36px;
}
.f_s_30 {
    font-size: 30px;
}
.f_s_24 {
    font-size: 24px;
}
.f_s_20 {
    font-size: 20px;
}
.f_s_18 {
    font-size: 18px;
}
.f_s_16 {
    font-size: 16px;
}
.f_s_14 {
    font-size: 14px;
}
.f_w_900 {
    font-weight: 900;
}
.f_w_800 {
    font-weight: 800;
}
.f_w_700 {
    font-weight: 700;
}
.f_w_600 {
    font-weight: 600;
}
.f_w_500 {
    font-weight: 500;
}
.f_w_400 {
    font-weight: 400;
}
.f_w_300 {
    font-weight: 300;
}
.flex_col {
    display: flex;
}
.align_items_center {
    align-items: center;
}
.justify_space_between {
    justify-content: space-between;
}
.justify_center {
    justify-content: center;
}
.justify_content_center {
    justify-content: center;
}
.justify_end {
    justify-content: flex-end;
}
.col_standart > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.col_standart.align_item_center > div {
    justify-content: center;
}
section.justify_center .row {
    justify-content: center;
}
.page_down_section {
    position: relative;
}
.page_down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    cursor: pointer;
}
.accordion-item {
    border: 0;
}
.accordion-button {
    box-shadow: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: 0 0;
    border-bottom: 1px solid #bdbdbd;
    color: #1f275b;
    font-size: 20px;
    font-weight: 500;
}
.accordion-button > span {
    max-width: calc(100% - 25px);
}
.accordion-button::after {
    display: none;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
    background: #1f275b;
    color: #fff;
    font-size: 20px;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    display: none;
}
.accordion-button:not(.collapsed) svg path {
    stroke: #fff;
}
.accordion-button:focus {
    box-shadow: none;
    z-index: 2;
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.accordion-collapse.show {
    border-bottom: 1px solid #8f8f8f;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-button svg {
    transition: all 300ms;
    width: 30px;
}
.accordion-button:not(.collapsed) svg {
    transform: rotate(180deg);
}
.product_grid_accordion {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -6px;
    margin-right: -6px;
}
.product_grid_accordion a {
    max-width: 160px;
    width: 100%;
    margin-left: 6px;
    margin-right: 6px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #d5d5d5;
    min-height: 80px;
    transition: background-color 200ms, border 200ms;
    margin-bottom: 12px;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
}
.product_grid_accordion a .product_name {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 1);
    display: block;
    transition: color 200ms;
    margin-bottom: 0px;
}
.product_grid_accordion a .product_cat {
    font-size: 13px;
    color: rgba(189, 189, 189, 1);
    transition: color 200ms;
    display: none;
}
.product_grid_accordion a:hover {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
}
.product_grid_accordion a:hover .product_name {
    color: #1f275b;
    font-weight: 500;
}
.product_grid_accordion a:hover .product_cat {
    color: #fff;
}

.cookie_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    transition: all 400ms;
}
.cookie_modal .cookie_close {
    position: absolute;
    right: 35px;
    top: 35px;
    display: none;
    cursor: pointer;
}
.cookie_modal .cookie_close.active {
    display: block;
}
.cookie_modal .modal_body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 2;
    background: #fff;
}
.cookie_modal .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.cookie_modal .modal_body button {
    padding: 10px 20px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
}
.cookie_modal .modal_body button:first-child {
    margin-right: 10px;
}
.cookie_modal .modal_body .cookie_settings {
    max-height: 0;
    transition: all 400ms;
    overflow: hidden;
}
.cookie_modal .modal_body .cookie_settings .form-group {
    margin-bottom: 30px;
}
.cookie_modal .modal_body .cookie_settings label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cookie_modal .modal_body .cookie_settings label input {
}
.cookie_modal .modal_body .cookie_settings label span {
    position: static;
    margin-left: 10px;
}
.cookie_modal .modal_body .cookie_settings.active {
    max-height: 1000px;
}
.cookie_modal .modal_body .cookie_accept {
    margin-left: 10px;
    background: #000;
    color: #fff;
}
.cookie_modal .modal_body .cookie_actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cookie_modal.hidden {
    opacity: 0;
    display: none;
}

ul.column_2 {
    columns: 2;
}
.white_list {
    padding: 0;
    margin: 0;
}
.white_list li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
    display: flex;
    padding: 0;
    margin-bottom: 10px;
}
.white_list li:before {
    content: "";
    background-image: url(/frontend/img/list-icon-white.svg);
    background-size: cover;
    background-position: center;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    margin-top: 9px;
}

.black_list {
    padding: 0;
    margin: 0;
}
.black_list li {
    list-style: none;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
    display: flex;
    padding: 0;
    margin-bottom: 10px;
}
.black_list li:before {
    content: "";
    background-image: url(/frontend/img/list-icon-black.svg);
    background-size: cover;
    background-position: center;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    margin-top: 9px;
}
.grecaptcha-badge {
    display: none;
}
#wrapper .content_wrapper {
    margin-top: 100px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 0 30px;
    transition: all 0.4s;
    border-bottom: 1px solid #ccc;
    z-index: 99;
}

.navbar-expand-lg {
    position: static;
    padding: 0;
    height: 100%;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
    margin-left: 30px;
    align-items: flex-end;
    height: 100%;
}
.navbar-expand-lg .navbar-collapse ul {
}
.navbar-expand-lg .navbar-collapse ul li {
}
.navbar-expand-lg .navbar-collapse ul li > a {
    font-family: Barlow, sans-serif;
    color: #1f275b;
    font-size: 1rem;
    padding: 16px 12px 24px;
    display: block;
    transition: all 0.4s;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}
header .navbar-expand-lg .navbar-collapse > ul:first-child > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    width: 0;
    height: 2px;
    background: #9a1f20;
    transition: all 0.3s;
    pointer-events: none;
}
header
    .navbar-expand-lg
    .navbar-collapse
    > ul:first-child
    > li:hover
    > a:after {
    width: 100%;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont {
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms, opacity 100ms;
    position: absolute;
    left: 0;
    opacity: 0;
    background: #fff;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 2;
    visibility: hidden;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont .mega_container {
    position: relative;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    display: inline-block;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li {
    list-style: none;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li > a {
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    color: #6c6e70;
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-weight: 500;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li > a:hover {
    color: #1f275b;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li.active > a {
    color: #1f275b;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #82d2f9;
    transition: width 0.4s;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li > a:hover:after {
    background: #6c6e70;
    width: 100%;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li.active > a:after {
    width: 100%;
}

.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li > a > svg {
    margin-left: 24px;
    margin-right: 12px;
}
.navbar-expand-lg .navbar-collapse ul li:hover .sub_menu_cont {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li a:hover {
    color: #1f275b;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li.open_menu {
}
.navbar-expand-lg
    .navbar-collapse
    ul
    li
    .sub_menu_cont
    ul
    li.open_menu
    ul.d_menu {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-height: 100%;
    border-left: 1px solid #82d2f9;
}
.navbar-expand-lg
    .navbar-collapse
    ul
    li
    .sub_menu_cont
    ul
    li.open_menu.active
    ul {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li ul {
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li ul li {
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li ul li a {
}
.navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul li ul li a:after {
}
.menu_bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
    background: rgb(0, 0, 0); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    z-index: 9;
}
header .second_nav {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
header.fixed_top .second_nav {
    margin-top: 18px;
}
header .second_nav li {
    list-style: none;
}
header .second_nav li svg {
    max-width: 17px;
}
header .second_nav li a {
    padding: 16px 15px 10px;
    display: block;
    font-size: 16px;
    color: #6c6e70;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}
header .second_nav li a:after {
    content: "|";
    position: absolute;
    right: 0;
}
header .second_nav li.search a:after {
    display: none;
}
header #logo {
    width: 207px;
    transition: all 0.4s;
}
header.fixed_top:not(.opened_menu):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: -10px;
    transition: all 0.4s;
    background: #000;
    background: -moz-linear-gradient(
        0,
        rgba(255, 255, 255, 0) 0,
        rgba(0, 0, 0, 0.1) 100%
    );
    background: -webkit-linear-gradient(
        0,
        rgba(255, 255, 255, 0) 0,
        rgba(0, 0, 0, 0.1) 100%
    );
    background: linear-gradient(
        0,
        rgba(255, 255, 255, 0) 0,
        rgba(0, 0, 0, 0.1) 100%
    );
}
header.fixed_top {
    background: #fff;
}
header.fixed_top:not(.opened_menu) {
    height: 60px;
    transition: all 400ms;
}
header.fixed_top-shadow {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    transition: all 400ms;
}
header.fixed_top #logo {
    width: 185px;
}
header.fixed_top .navbar-expand-lg .navbar-collapse {
    padding-top: 0px;
    transition: all 400ms;
}
header.fixed_top .top_nav {
    margin-top: 12px;
    transition: all 400ms;
}
header.fixed_top .navbar-expand-lg .navbar-collapse li a {
    padding: 16px 12px 8px;
    font-size: 16px;
}
.head_color_1 header {
    background: transparent;
    border-bottom: 0;
}
.head_color_1 #wrapper .content_wrapper {
    margin-top: 0;
}
.head_color_1 header #logo svg path {
    fill: #fff;
}
.head_color_1 .navbar-expand-lg .navbar-collapse ul li > a {
    color: #fff;
}
.head_color_1 header .second_nav li a {
    color: #fff;
}
.head_color_1 header .second_nav li svg path {
    fill: #fff;
}
.head_color_1 header:hover {
    background: #fff;
}

.head_color_1 header:hover #logo svg path.fill_first {
    fill: #242757;
}

.head_color_1 header:hover #logo svg path.fill_second {
    fill: #9a1f20;
}

.head_color_1 header:hover #logo svg path.fill_third {
    fill: #a6a8ab;
}

.head_color_1 header:hover #logo svg path.fill_none {
    fill: none;
}

.head_color_1 header:hover .navbar-expand-lg .navbar-collapse > ul > li > a {
    color: #1f275b;
}

.head_color_1 header:hover .navbar-expand-lg .navbar-collapse .top_nav li a {
    color: #6c6e70;
}

.head_color_1 header:hover .second_nav li a {
    color: #6c6e70;
}

.head_color_1 header:hover .second_nav li a svg path {
    fill: #6c6e70;
}

header.fixed_top {
    background: #fff;
}

header.fixed_top #logo svg path.fill_first {
    fill: #242757;
}

header.fixed_top #logo svg path.fill_second {
    fill: #9a1f20;
}

header.fixed_top #logo svg path.fill_third {
    fill: #a6a8ab;
}

header.fixed_top #logo svg path.fill_none {
    fill: none;
}

header.fixed_top .navbar-expand-lg .navbar-collapse li a {
    color: #1f275b;
}

header.fixed_top .navbar-expand-lg .navbar-collapse .top_nav li a {
    color: #6c6e70;
}

header.fixed_top .second_nav li a {
    color: #6c6e70;
}

header.fixed_top .second_nav li a svg path {
    fill: #6c6e70;
}
footer {
    padding: 30px 0 30px;
    background: #1f275b;
}
footer .content_wrapper {
    margin-top: 0;
}
footer a:hover {
    color: #fff;
}
footer .list-nav {
}
footer .list-nav h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
footer .list-nav ul {
    padding: 0;
    margin: 0;
}
footer .list-nav ul li {
    display: block;
    list-style: none;
}
footer .list-nav ul li a {
    opacity: 0.75;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    transition: all 400ms;
}
footer .list-nav ul li a:hover {
    opacity: 1;
    transition: all 400ms;
}
footer #footer_social {
}
footer #footer_social h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
footer #footer_social {
    padding: 0;
    padding-left: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer #footer_social li {
    list-style: none;
    line-height: 1;
}
footer #footer_social li + li {
    margin-left: 12px;
}
footer #footer_social li a {
    text-decoration: none;
    line-height: 1;
}
footer .row-border-bottom .row {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 25px;
}
footer #bottomMenuCol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer #bottomMenuCol > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer #bottomMenuCol p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
footer #bottomMenu {
    padding: 0;
    margin: 0;
    margin-left: 15px;
    line-height: 1;
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer #bottomMenu li {
    position: relative;
    list-style: none;
}
footer #bottomMenu li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    text-decoration: none;
}
footer #bottomMenu li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background: #fff;
}
footer #touchlogo p {
    margin-bottom: 0;
}
footer #touchlogo a {
    text-decoration: none;
}
footer #touchlogo a img {
    float: right;
    display: block;
}
footer .container_border_f {
    padding-top: 20px;
}
footer .container_border_f .container {
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}
#wrapper .tab-content .content_wrapper {
    margin-top: 0;
}
#wrapper .accordion-body .content_wrapper {
    margin-top: 0;
}
table.productt {
    font-family: "Titillium Web", sans-serif;
}
table.productt tr:first-child {
    background-color: #242757;
    color: #fff;
    font-weight: 700;
}
table.productt tr:first-child p {
    color: #fff;
    margin-bottom: 0;
}
table.productt th {
    font-weight: 600;
}
table.produkt-ni {
    font-family: "Titillium Web", sans-serif;
}
table.produkt-ni tr:first-child {
    background-color: #242757;
    color: #fff;
    font-weight: 700;
}
table.produkt-ni tr:first-child p {
    color: #fff;
    margin-bottom: 0;
}
table.produkt-ni th {
    font-weight: 600;
}

table.tablo1 {
    font-family: "Titillium Web", sans-serif;
}
table.tablo1 thead tr:first-child {
    background-color: #242757;
    color: #fff;
    font-weight: 700;
}
table.tablo1 thead tr:first-child p {
    color: #fff;
    margin-bottom: 0;
}
table.tablo1 thead tr th {
    font-weight: 600;
}
table.tablo1 {
    font-family: "Titillium Web", sans-serif;
}
table.tablo1 tr:first-child {
    background-color: #242757;
    color: #fff;
    font-weight: 700;
}
table.tablo1 tr:first-child p {
    color: #fff;
    margin-bottom: 0;
}
table.tablo1 tr:first-child td {
    font-weight: 600;
    color: #fff;
}
.table_scroll {
    overflow-x: auto;
}
.btn_download {
    border: 1px solid #1f265b;
    color: #1f265b;
    font-size: 14px;
    font-weight: 400;
    padding: 11px 17px 11px 17px;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    transition: color 300ms;
}
.btn_download span {
    position: relative;
    z-index: 1;
}
.btn_download svg {
    position: relative;
    z-index: 1;
}
.btn_download:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 58px;
    height: 100%;
    background: #1f265b;
    transform: skew(-13deg);
    transition: width 300ms;
}
.btn_download svg {
    margin-left: 34px;
}
.btn_download:hover {
    color: #fff;
}
.btn_download:hover:after {
    width: 110%;
}
.document_cont {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}
.document_cont a {
    margin: 6px;
}
.product_title_row {
    padding-top: 24px;
}
.product_title_row h1 {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
    padding-top: 20px;
}
.back_category {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1f275b;
}
.back_category span {
    margin-left: 10px;
}
.clip_path_bg {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}
.tabbed_nav {
}
.tabbed_nav ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.tabbed_nav ul li {
    list-style: none;
    margin-left: 3px;
    margin-right: 3px;
}
.tabbed_nav ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1f275b;
    position: relative;
    padding: 18px 10px 10px;
    text-decoration: none;
}
.tabbed_nav ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background: #1f275b;
    transition: all 200ms;
}
.tabbed_nav ul li.active a:after {
    width: 100%;
}
.search_section {
    background: #1f275b;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
    height: 350px;
}
.search_section .container {
    position: relative;
}
.search_section h1 {
    color: #fff;
    text-align: center;
}
.search_section h2 {
    color: #fff;
    text-align: center;
}
#search_subform {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#search_subform input[type="text"] {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
}
#search_subform input[type="text"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
#search_subform input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
#search_subform input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
#search_subform button {
    position: absolute;
    right: 10px;
    top: 50%;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    transform: translate3d(0, -50%, 0);
}
.searched_page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 0 15px;
}
.searched_page li {
    max-width: calc(33.33333% - 30px);
    width: 100%;
    list-style: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.searched_page li a {
    display: block;
    padding: 15px;
    background: #f2f2f2;
    color: #000;
    transition: all 400ms;
    text-decoration: none;
}
.searched_page li a:hover {
    color: #fff;
    background: #1f275b;
}
.product_grid_cont {
    display: flex;
    margin: -15px;
    flex-wrap: wrap;
    padding: 30px 0;
}
.product_grid_cont a {
    max-width: calc((100% / 3) - 30px);
    width: 100%;
    margin: 15px;
    padding: 15px;
    background: #f2f2f2;
    color: rgba(38, 43, 56, 1);
    transition: all 200ms;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.product_grid_cont a:hover {
    background: #1f275b;
    color: #fff;
}
#search_section .news_cont {
    padding: 30px 0;
}
.grid_pagination {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 35px;
    border-top: 1px solid #1f275b;
}
.grid_pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid_pagination ul li {
    list-style: none;
    margin-left: 3px;
    margin-right: 3px;
}
.grid_pagination ul li a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: rgba(130, 130, 130, 1);
    line-height: 1;
    transition: all 200ms;
    text-decoration: none;
}
.grid_pagination ul li a:hover {
    color: #1f275b;
}
.grid_pagination ul li a.pgcur {
    font-weight: 600;
    color: #1f275b;
}
.grid_pagination ul li.pagination_prev_icon {
    margin-right: 5px;
}
.grid_pagination ul li.pagination_next_icon {
    margin-left: 5px;
}

.docs_list {
    padding: 0 35px;
}

.docs_list ul {
    padding: 0;
    margin: 0;
    margin-top: -60px;
    text-align: center;
}

.docs_list li {
    display: inline-block;
    max-width: calc(242px - 52px);
    vertical-align: top;
    width: 100%;
    margin: 60px 15px 0;
    margin-top: 60px;
}

.docs_list li div.docs_box {
    max-height: 216px;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.docs_list li div.docs_box a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 216px;
    text-decoration: none;
}

.docs_list li div.docs_box img {
    max-height: 216px;
}

.docs_list li div.docs_info {
    padding: 0 10px;
    position: relative;
    margin-top: 15px;
}
.docs_list li div.docs_info a {
    text-decoration: none;
}

.docs_list li div.docs_info span {
    display: block;
    text-align: center;
}

.docs_list li div.docs_info .docs_title {
    color: #1f275b;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.docs_list li div.docs_info .docs_size_type {
    font-size: 14px;
    color: #636363;
}
.productgroup_list {
    display: flex;
    margin-top: 18px;
    margin-left: -6px;
    margin-right: -6px;
}
.productgroup_list a {
    margin-left: 6px;
    margin-right: 6px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d5d5d5;
    min-height: 80px;
    transition: background-color 200ms, border 200ms;
    margin-bottom: 12px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    color: #242424;
}
.productgroup_list a:hover {
    color: #fff;
    background: #9a1f20;
}
.other_product_sec {
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.category_product_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.category_product_header .products_nav {
    display: flex;
    align-items: center;
}
.products_nav .productgroup_slide_prev {
    position: static;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 19px;
}
.products_nav .productgroup_slide_prev:after {
    display: none;
}
.products_nav .productgroup_slide_next {
    position: static;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 19px;
    margin-left: 12px;
}
.products_nav .productgroup_slide_next:after {
    display: none;
}
.productgroup_slider {
}
.productgroup_slider .swiper-slide {
    width: 240px;
    height: 250px;
}
.productgroup_slider .swiper-slide a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-decoration: none;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    padding: 25px 20px 0 20px;
    transition: background 200ms;
}
.productgroup_slider .swiper-slide a::before {
    content: "";
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.6502976190476191) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.6502976190476191) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.6502976190476191) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    transition: height 300ms;
}
.productgroup_slider .swiper-slide a .item_title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    transition: color 200ms;
    position: relative;
}
.productgroup_slider .swiper-slide a .item_icon {
    display: flex;
    justify-content: flex-end;
}
.productgroup_slider .swiper-slide a .item_icon svg {
    margin-right: -45px;
    max-height: 140px;
    position: relative;
    top: 1px;
}
.productgroup_slider .swiper-slide a:hover {
    background-color: #121b33;
}
.productgroup_slider .swiper-slide a:hover:before {
    height: 100%;
}
.productgroup_slider .swiper-slide a:hover .item_title {
    color: #fff;
}
.productgroup_slider .swiper-slide a:hover .item_icon svg path {
    fill: #fff;
}
.productgroup_slider .swiper-slide a:hover .item_icon svg path:first-child {
    fill: #a6a8ab;
}
.productgroup_slider .swiper-slide a:hover .item_icon svg path:last-child {
    fill: #fff;
}
.overlay_col {
    position: relative;
}
.overlay_col > * {
    position: relative;
}
.overlay_col > .overlay_col_b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.text_dec_none {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text_dec_none:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 300ms;
    transform: translate3d(-50%, 20px, 0);
}
.text_dec_none:hover {
    color: #fff;
}
.text_dec_none:hover:after {
    width: 80%;
}
.no_relative {
    position: static;
}
.form-group {
    margin-bottom: 1rem;
}
.form-floating {
    margin-bottom: 1rem;
}
.form-control {
    border-radius: 4px;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #1f275b;
}
.form-check-input:focus {
    box-shadow: none;
    border: 1px solid #1f275b;
}
.btn_border_img {
    border: 1px solid #1f265b;
    display: inline-block;
    color: #1f265b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 47px 12px 17px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 0;
    text-decoration: none;
}

.btn_border_img span {
    position: relative;
}

.btn_border_img:before {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    right: -10px;
    transform: skew(-13deg);
    background: #1f265b;
    transition: all 0.3s;
    top: 0;
}

.btn_border_img:after {
    content: "";
    display: inline-block;
    background: url(/frontend/img/btn-arrow-right.svg) no-repeat;
    background-size: 40%;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-position: 10px center;
}

.btn_border_img:hover {
    color: #fff;
    transition: all 0.3s;
}

.btn_border_img:hover:before {
    width: 100%;
    transform: skew(0);
    right: 0;
    transition: all 0.3s;
}

.btn_border_img_w {
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 47px 12px 17px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 0;
    text-decoration: none;
}

.btn_border_img_w span {
    position: relative;
}

.btn_border_img_w:before {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    right: -10px;
    transform: skew(-13deg);
    background: #fff;
    transition: all 0.3s;
    top: 0;
}

.btn_border_img_w:after {
    content: "";
    display: inline-block;
    background: url(/frontend/img/btn-arrow-right-w.svg) no-repeat;
    background-size: 40%;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-position: 10px center;
}

.btn_border_img_w:hover {
    color: #1f265b;
    transition: all 0.3s;
}

.btn_border_img_w:hover:before {
    width: 100%;
    transform: skew(0);
    right: 0;
    transition: all 0.3s;
}
.table_scroll {
    overflow-x: auto;
}
.type_document {
}
.type_document ul {
    padding: 0;
    margin: -9px;
    display: flex;
    flex-wrap: wrap;
}
.type_document ul li {
    list-style: none;
    max-width: 140px;
    width: 100%;
    margin: 9px;
}
.type_document ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
}
.type_document ul li a img {
    max-height: 216px;
    transition: transform 400ms;
}
.type_document ul li a:hover img {
    transform: scale(1.06);
}
.type_news_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_nav {
    display: flex;
    align-items: center;
}
.news_nav div {
    position: static;
    margin-top: 0;
    background: none;
    width: auto;
    height: auto;
}
.news_nav div:after {
    display: none;
}
.news_nav div:last-child {
    margin-left: 16px;
}
.type_news_slider {
}
.type_news_slider .swiper-slide {
    height: auto;
}
.type_news_slider .swiper-slide a {
    text-decoration: none;
    border: 1px solid #f2f2f2;
    display: block;
    height: 100%;
}
.type_news_slider .swiper-slide a .img_cont {
    height: 250px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: block;
    margin-bottom: 8px;
}
.type_news_slider .swiper-slide a img {
    max-width: initial;
    max-height: 100%;
}
.type_news_slider .swiper-slide a .item_date {
    font-size: 14px;
    color: #6c6e70;
    font-weight: 400;
    display: block;
    padding: 0 12px;
    margin-bottom: 4px;
}
.type_news_slider .swiper-slide a .item_title {
    text-decoration: none;
    color: #242424;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    padding: 0 12px;
    margin-bottom: 16px;
}
.grid_news {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
}
.grid_news a {
    text-decoration: none;
    border: 1px solid #f2f2f2;
    display: block;
    max-width: calc(33.33333% - 24px);
    width: 100%;
    margin: 12px;
}
.grid_news a .img_cont {
    height: 250px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: block;
    margin-bottom: 8px;
}
.grid_news a .item_date {
    font-size: 14px;
    color: #6c6e70;
    font-weight: 400;
    display: block;
    padding: 0 12px;
    margin-bottom: 4px;
}
.grid_news a .item_title {
    text-decoration: none;
    color: #242424;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    padding: 0 12px;
    margin-bottom: 16px;
}
.gallery_fh_prev {
    width: 40px;
    height: 40px;
}
.gallery_fh_prev:after {
    display: none;
}

.gallery_fh_next {
    width: 40px;
    height: 40px;
}
.gallery_fh_next:after {
    display: none;
}

@media screen and (min-width: 2000px) {
}
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1320px) {
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1090px) {
    header .navbar-expand-lg {
        justify-content: space-between;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    header .navbar-main #logo {
        width: 205px;
        margin-top: 25px;
    }
    header {
        height: 80px;
    }

    header .second_nav {
        margin-top: 0;
        padding-right: 60px;
    }
    header.fixed_top .second_nav {
        margin-top: 0;
    }

    header .second_nav li:last-child a {
        padding-right: 0;
    }

    header #logo {
        margin-top: 0;
    }

    .navbar-toggler {
        border: 0;
        width: 30px;
        height: 30px;
        padding: 0;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        border: 0 !important;
        border-radius: 0;
        outline: 0 !important;
        box-shadow: none !important;
    }

    .navbar-toggler span {
        background: #004b93;
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate3d(0, -3px, 0);
        transition: all 0.2s;
    }

    .navbar-toggler span:last-child {
        transform: translate3d(0, 3px, 0);
    }

    .navbar-toggler[aria-expanded="true"] span {
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }

    header .second_nav li a {
        padding: 16px 15px;
    }

    .navbar-expand-lg .navbar-collapse {
        position: fixed;
        top: 80px;
        right: 0;
        transform: translate3d(100vw, 0, 0);
        transition: transform 0.3s;
        height: calc(100vh - 80px);
        margin-top: 0;
        width: 100%;
        background: #fff;
        overflow-y: auto;
    }

    .navbar-expand-lg .navbar-collapse.show {
        transform: translate3d(0, 0, 0);
        align-items: flex-start;
    }
    .navbar-expand-lg .navbar-collapse ul {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    header .navbar-expand-lg .navbar-collapse li a {
        padding: 16px 15px;
    }
    header .navbar-expand-lg .navbar-collapse > ul:first-child > li > a:after {
        display: none;
    }
    .navbar-expand-lg .navbar-collapse ul li .sub_menu_cont {
        position: relative;
        border-top: 0;
    }
    .navbar-expand-lg .navbar-collapse ul li .sub_menu_cont ul {
        padding: 0 15px;
        height: auto !important;
    }
    .navbar-expand-lg
        .navbar-collapse
        ul
        li
        .sub_menu_cont
        ul
        li.open_menu
        ul.d_menu {
        border-left: 0;
    }
    .navbar-expand-lg .navbar-collapse ul li .sub_menu_cont .mega_container {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
    .navbar-expand-lg
        .navbar-collapse
        ul
        li.mega_menu_sub:hover
        .sub_menu_cont {
        opacity: 0;
        max-height: 0;
    }
    .navbar-expand-lg
        .navbar-collapse
        ul
        li.mega_menu_sub.menu_active
        .sub_menu_cont {
        opacity: 1;
        max-height: 200vh;
        visibility: visible;
        overflow-y: auto;
    }
    .navbar-expand-lg
        .navbar-collapse
        ul
        li
        .sub_menu_cont
        ul
        li.open_menu
        ul.d_menu {
        position: relative;
        left: 0 !important;
        display: none;
    }
    .navbar-expand-lg
        .navbar-collapse
        ul
        li
        .sub_menu_cont
        ul
        li.open_menu.active
        ul.d_menu {
        display: block;
    }
    .navbar-expand-lg
        .navbar-collapse
        ul
        li
        .sub_menu_cont
        ul
        li.open_menu.active
        > a
        > svg {
        transform: rotate(90deg);
    }

    #wrapper .content_wrapper {
        margin-top: 80px;
    }
    header.fixed_top .navbar-expand-lg .navbar-collapse {
        top: 60px;
    }
    body.head_color_1 .navbar-toggler span {
        background: #fff;
    }
    header:hover .navbar-toggler span {
        background: #004b93;
    }
    body.head_color_1 header.fixed_top .navbar-toggler span {
        background: #004b93;
    }

    .head_color_1 header.active {
        background: #fff;
    }

    .head_color_1 header.active #logo svg path.fill_first {
        fill: #242757;
    }

    .head_color_1 header.active #logo svg path.fill_second {
        fill: #9a1f20;
    }

    .head_color_1 header.active #logo svg path.fill_third {
        fill: #a6a8ab;
    }

    .head_color_1 header.active #logo svg path.fill_none {
        fill: none;
    }

    .head_color_1
        header.active
        .navbar-expand-lg
        .navbar-collapse
        > ul
        > li
        > a {
        color: #1f275b;
    }

    .head_color_1
        header.active
        .navbar-expand-lg
        .navbar-collapse
        .top_nav
        li
        a {
        color: #6c6e70;
    }

    .head_color_1 header.active .second_nav li a {
        color: #6c6e70;
    }

    .head_color_1 header.active .second_nav li a svg path {
        fill: #6c6e70;
    }
}
@media screen and (max-width: 991px) {
    .cookie_modal .modal_body {
        overflow-y: auto;
        padding-bottom: 80px;
        max-height: 100vh;
    }
    .cookie_modal .modal_body.active_setting {
        padding-bottom: 130px;
    }
    .cookie_modal .modal_body button {
        display: block;
        width: 100%;
    }
    .cookie_modal .modal_body .cookie_actions {
        flex-wrap: wrap;
    }
    .cookie_modal .modal_body .cookie_actions.active {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        max-width: calc(100% - 80px);
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .cookie_modal .modal_body .cookie_settings.active {
        max-height: 1000px;
    }
    .cookie_modal .modal_body button {
        display: block;
        width: 100%;
    }
    .cookie_modal .modal_body button:first-child {
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }
    .cookie_modal .cookie_close {
        position: absolute;
        right: 15px;
        top: 15px;
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .grid_news a {
        max-width: calc(100% - 24px);
    }
    .product_grid_accordion a {
        max-width: calc(50% - 12px);
    }
    .mobile_reverse .row {
        flex-direction: column-reverse;
    }
    .grid_gallery a {
        max-width: calc(50% - 24px);
    }
    .docs_list {
        padding: 0;
    }
    .docs_list li {
        max-width: calc(202px - 52px);
    }
    .clip_path_bg {
        clip-path: inherit;
    }
    header #logo {
        width: 162px;
    }
    header {
        padding: 0 15px;
    }
    footer #bottomMenuCol > div {
        justify-content: center;
    }
    footer #bottomMenu {
        justify-content: center;
        margin-top: 12px;
        margin-bottom: 12px;
        border-left: 0;
        margin-left: 0;
    }
    footer #bottomMenu li {
        width: 100%;
        text-align: center;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    footer #bottomMenu li:after {
        display: none;
    }
    footer #footer_social {
        margin-bottom: 12px;
        padding-left: 0;
    }
}
