:root {
    --main-color: #D62725;
    --primary-color: #E4E4E4;
    --secondary-color: #182c80;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: var(--main-color);
    text-decoration: none;
}

a:hover {
    color: #000;
}

em {
    color: #000;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.icon-icons1,
.crossroad-icons__item--1:before {
    background-image: url("../images/sprite.png");
    background-position: -281px -48px;
    width: 42px;
    height: 45px;
}

.icon-icons2,
.crossroad-icons__item--2:before {
    background-image: url("../images/sprite.png");
    background-position: 0px -247px;
    width: 53px;
    height: 42px;
}

.icon-icons3,
.crossroad-icons__item--3:before {
    background-image: url("../images/sprite.png");
    background-position: -281px -139px;
    width: 51px;
    height: 43px;
}

.icon-icons4,
.crossroad-icons__item--4:before {
    background-image: url("../images/sprite.png");
    background-position: -281px 0px;
    width: 51px;
    height: 47px;
}

.icon-icons5,
.crossroad-icons__item--5:before {
    background-image: url("../images/sprite.png");
    background-position: -281px -94px;
    width: 45px;
    height: 44px;
}

.icon-in {
    background-image: url("../images/sprite.png");
    background-position: -281px -183px;
    width: 24px;
    height: 24px;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    background: #F0F0F0;
}

h1,
.h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}


@media (min-width: 1000px) {

    h1,
    .h1 {
        font-size: 38px;
    }
}

h2,
.h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 1.3;
}

@media (min-width: 1000px) {

    h2,
    .h2 {
        font-size: 32px;
    }
}

h3,
.h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
}


h4,
.h4 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 700;
}


h5,
.h5,
h6,
.h6 {
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 640px) {

    h5,
    .h5,
    h6,
    .h6 {
        font-size: 16px;
    }
}

@media (min-width: 1000px) {

    h5,
    .h5,
    h6,
    .h6 {
        font-size: 18px;
    }
}

p {
    margin: 0 0 1.77em;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 40px 0;
    height: 1px;
    overflow: hidden;
}

blockquote {
    margin: 0 0 1.25em;
    padding: 0;
}

blockquote p {
    margin: 0;
}


ul,
ol {
    margin: 0 0 1.25em;
    list-style: none;
    padding: 0;
}

li {
    padding: 0 0 0 20px;
    margin: 0 0 0.1em;
}

li ol,
li ul {
    margin: 0.25em 0 0;
}

ul li {
    background: url("../images/li.png") 0 6px no-repeat;
}

.reset-li,
.box-tabs__item,
.menu-breadcrumb__item,
.menu-gray__item,
.menu-header li,
.menu-header li>ul li,
.menu-main__item,
.menu-item,
.menu-tabs__item,
.crossroad-apps__item,
.crossroad-brands__item,
.crossroad-grid__item,
.crossroad-list__item,
.crossroad-offer__item {
    background: none;
}

ol {
    counter-reset: item;
}

ol li {
    background: none;
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    font-weight: 500;
}

ol li:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: bold;
    text-align: center;
    line-height: 0;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: #e2001a;
    color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}


dl {
    margin: 0 0 1.25em;
}

dt {
    font-weight: normal;
    margin: 0 0 10px;
    color: #2f5bd2;
    text-transform: uppercase;
    font-size: 14px;
}

@media (min-width: 700px) {
    dt {
        margin: 0;
    }
}

dd {
    margin: 0 0 0.75em;
    padding: 0;
    font-size: 20px;
    color: #26292b;
}

@media (min-width: 700px) {
    dd {
        font-size: 22px;
    }
}

.kontakt table {
    border: none;
}

table {
    max-width: 100%;
    width: 100%;
    clear: both;
    margin: 0 0 1.25em;
    empty-cells: show;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #010102;
    text-align: center;
}

@media (min-width: 640px) {
    table {
        font-size: 14px;
        color: #010102;
    }
}

caption {
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 10px;
    caption-side: top;
}

.kontakt td {
    border: none;
}

td {
    border: 1px solid #010102;
    transition: background 0.2s;
}

td,
th {
    vertical-align: top;
    padding: 7px 8px;
}

th {
    font-weight: bold;
}

.kontakt tr:hover td {
    background: white;
}

tr:hover td {
    background: #f1f1f1;
}

thead th {
    position: relative;
    background: #2f5bd2;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border: none;
    padding: 12px 8px;
}

@media (min-width: 640px) {
    thead th {
        font-size: 14px;
    }
}

@media (min-width: 1000px) {
    thead th {
        font-size: 16px;
    }
}

thead th:after {
    content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    top: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    z-index: 99;
}

thead th:last-child:after {
    content: none;
}

thead th:first-of-type {
    border: none;
}

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

img.l {
    margin: 0.25em 20px 20px 0;
}

img.r {
    margin: 0.25em 0 20px 20px;
}



.columns {
    clear: both;
    -moz-columns: 2;
    columns: 2;
}

.columns--3 {
    -moz-columns: 3;
    columns: 3;
}

.columns--4 {
    -moz-columns: 4;
    columns: 4;
}

.columns--5 {
    -moz-columns: 5;
    columns: 5;
}

.columns--6 {
    -moz-columns: 6;
    columns: 6;
}

.box-header {
    background: #fff;
    padding: 30px 0;
    vertical-align: bottom;
    box-sizing: border-box;
    position: relative;
}

@keyframes header {
    from {
        transform: translateY(-60px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes search {
    from {
        transform: translateY(-200px);
    }

    to {
        transform: translateY(0);
    }
}

.box-image {
    margin-bottom: 80px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.box-image h1,
.box-image h2,
.box-image h3,
.box-image h4,
.box-image h5,
.box-image .h1,
.box-image .h2,
.box-image .h3,
.box-image .h4,
.box-image .h5 {
    color: #fff;
    text-align: left;
}


.box-rows__item--gray {
    background: var(--primary-color);
}

.box-rows__title {
    font-size: 18px;
    color: #e2001a;
    font-weight: bold;
    text-align: left;
    line-height: 1.1;
    margin-bottom: 0.9em;
}

@media (min-width: 1000px) {
    .box-rows__title {
        font-size: 27px;
    }
}

.box-tabs {
    padding: 50px 0;
}

.box-tabs__list {
    list-style: none;
}

.box-tabs__list ul {
    margin-bottom: 20px;
}

.box-tabs__item {
    padding: 0;
    margin: 0;
}

.box-tabs__inner {
    padding: 20px 25px;
}

.box-tabs__inner a {
    color: var(--main-color);
    word-break: break-all;
}

.box-tabs h2,
.box-tabs h3 {
    text-align: left;
}

.box-tests {
    margin-bottom: 80px;
}


.menu-tabs {
    z-index: 9999999999999;
}

.menu-tabs__list {
    list-style: none;
    overflow: hidden;
    vertical-align: bottom;
    margin-left: -5px;
}

@media (min-width: 640px) {
    .menu-tabs__list {
        margin-left: -10px;
    }
}

@media (min-width: 1000px) {
    .menu-tabs__list {
        margin-left: -20px;
    }
}

.menu-tabs__item {
    float: left;
    padding: 5px;
    background: #fff;
    margin: 0;
    text-align: center;
    margin: 0 0 0 10px;
    background-color: transparent;
    width: auto;
    text-align: left;
    border: none;
    height: auto;
    text-transform: uppercase;
}


.menu-tabs__item.is-active .menu-tabs__link {
    background: #fff;
    font-weight: bold;
    color: var(--main-color);
}

@media (min-width: 1000px) {
    .menu-tabs__item {
        margin: 0 0 0 20px;
    }
}


.menu-tabs__link {
    text-decoration: none !important;
    display: block;
    color: #000;
    padding: 3px 5px;
    z-index: 99;
    padding: 15px 25px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.menu-tabs__link:hover {
    color: var(--main-color);
}

.crossroad-apps {
    margin-bottom: 50px;
    overflow: hidden;
}

.crossroad-apps__list {
    overflow: hidden;
    margin: 0 -30px -30px 0;
    padding: 0;
}

.crossroad-apps__item {
    float: left;
    padding: 0 30px 30px 0;
    margin: 0;
    position: relative;
    width: 100%;
}

@media (min-width: 640px) {
    .crossroad-apps__item {
        width: 50%;
    }
}

@media (min-width: 1000px) {
    .crossroad-apps__item {
        width: 33.33%;
    }
}

.crossroad-apps__title {
    color: #162982;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 30px;
}

.crossroad-apps__inner {
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    color: #000;
    min-height: 470px;
    display: block;
}

.crossroad-apps__inner:hover .crossroad-apps__title {
    text-decoration: underline;
}

.crossroad-apps__img {
    height: 240px;
    overflow: hidden;
}

.crossroad-apps__img img {
    object-fit: cover;
    width: 100%;
}

.crossroad-apps .btn__wrap--download {
    position: absolute;
    top: 33%;
    right: 50px;
}

.crossroad-brands {
    overflow-x: scroll;
}

.crossroad-brands::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f1f1f1;
}

.crossroad-brands::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
    opacity: 0.5;
}

.crossroad-brands::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #555;
    opacity: 0.5;
}

@media (min-width: 1000px) {
    .crossroad-brands {
        overflow-x: auto;
    }
}

.crossroad-grid__inner {
    position: relative;
    text-align: center;
    display: block;
    color: #162982;
    text-decoration: underline;
    padding-bottom: 10px;
}


.crossroad-grid__title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    color: #162982;
    margin-bottom: 0;
    line-height: 1.3;
}

@media (min-width: 640px) {
    .crossroad-grid__title {
        text-align: left;
        font-size: 20px;
    }
}

@media (min-width: 1000px) {
    .crossroad-grid__title {
        font-size: 23px;
    }
}

.crossroad-grid__img {
    height: 200px;
    margin: 0 auto;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.crossroad-grid__date {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    vertical-align: middle;
    margin: 0;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: bold;
}

.crossroad-grid__date:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background: #e2001a;
    top: 4px;
    left: 0;
}

.crossroad-grid__text {
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.crossroad-grid .btn__wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.crossroad-icons {
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
}

@media (min-width: 768px) {
    .crossroad-icons {
        padding-right: 350px;
    }
}

.crossroad-icons__list {
    position: relative;
    overflow: hidden;
}

.crossroad-icons__item {
    float: left;
    width: 50%;
    font-size: 15px;
    text-align: center;
    background: none;
    position: relative;
    padding-top: 65px;
    box-sizing: border-box;
    padding-left: 0;
    margin-bottom: 30px;
}

@media (min-width: 640px) {
    .crossroad-icons__item {
        width: 33.33%;
    }
}

@media (min-width: 800px) {
    .crossroad-icons__item {
        width: 25%;
    }
}

@media (min-width: 1000px) {
    .crossroad-icons__item {
        width: 20%;
        margin-bottom: 0;
    }
}

.crossroad-icons__item:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: block;
    content: '';
    font-weight: 600;
}

.crossroad-icons .btn__wrap {
    text-align: center;
}

@media (min-width: 768px) {
    .crossroad-icons .btn__wrap {
        width: 350px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.crossroad-icons__small {
    font-size: 13px;
    margin-bottom: 3px;
}

.crossroad-icons__video {
    display: block;
    width: 100%;
    padding-top: 0;
    text-align: center;
    overflow: hidden;
    height: 0;
    box-sizing: border-box;
    transition: height 0.2s 0.2s, padding 0.2s;
}

.crossroad-icons__video.is-open {
    height: auto;
    padding-top: 50px;
}

.crossroad-icons__video iframe {
    width: 100%;
    max-width: 500px;
    height: 300px;
}


.crossroad-products {
    margin-bottom: 90px;
}

.crossroad-products--in-article {
    margin-bottom: 0;
    padding-left: 0;
}

@media (min-width: 1000px) {
    .crossroad-products--in-article {
        padding-left: 30px;
    }
}

.crossroad-products--in-article .crossroad-products__title {
    font-size: 17px;
    text-transform: none;
    font-weight: bold;
}

.crossroad-products:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}


.crossroad-products__inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    padding: 40px 30px 20px 30Px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35);
    transition: box-shadow 0.2s;
    background: #fff;
    border: 1px solid #fff;
    transition: border-color 0.5s;
    height: 100%;
}

.crossroad-products__inner:hover {
    border-color: var(--main-color);
}

.crossroad-products__inner:hover .crossroad-products__title {
    color: #e2001a;
}

.crossroad-products__category {
    padding: 8px 15px;
    background: #F0F0F0;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.crossroad-products__title {
    color: #000;
    font-weight: 700;
}

.crossroad-products-short-text {
    font-size: 16px;
    font-style: normal;
    color: #000;
    font-weight: 400;
    flex-grow: 1;
}


.crossroad-products__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.crossroad-products__inner svg path {
    fill: var(--main-color);
}

.crossroad-products__inner .crossroad-products__icon {
    margin-bottom: 20px;
}

.crossroad-products__inner .crossroad-products__icon svg path {
    fill: #A0A0A0 !important
}

.crossroad-products__inner .crossroad-products__icon svg {
    max-width: 90px;
    height: auto
}

.crossroad-products__inner:hover .crossroad-products__icon svg path {
    fill: var(--main-color) !important;
}

.author {
    font-size: 14px;
    color: #a3a3a3;
    margin-right: 7px;
    font-weight: 300;
}

.author:before {
    content: '\E00F';
    font-size: 16px;
    color: #e2e4ef;
    vertical-align: bottom;
    line-height: 16px;
}

.btn {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 0;
}

.btn__wrap {
    margin-bottom: 1em;
}

.btn__text {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 0px;
    border: 0;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1;
    color: #2f5bd2;
    transition: background 0.2s, color 0.2s;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    vertical-align: middle;
}


@media (min-width: 1000px) {
    .btn__text {
        padding: 15px 30px;
    }
}

.btn--download {
    position: relative;
}

.btn--download:before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 15px;
    display: block;
}

.btn--download .btn__text {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    background: #fff;
    color: #000;
}

.btn--download:hover .btn__text {
    background: #fff !important;
    color: #000 !important;
    text-decoration: underline;
}

.btn--play {
    position: relative;
}

.btn--play .btn__text {
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn--play:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #b40015;
    transition: border-color 0.2s;
    z-index: 10;
}

.btn--play:hover:before {
    border-color: transparent transparent transparent #001961;
}

.btn:hover .btn__text {
    background: #C01212;
    color: #fff;
}

.btn--border {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.btn--border .btn__text {
    color: var(--main-color);
}

.btn--border:hover {
    border-color: var(--main-color);
}

.btn--border:hover .btn__text {
    background: #fff;
    color: var(--main-color);
}

.btn--red .btn__text {
    background: #e2001a;
}

.btn--red .btn__text:disabled {
    color: #1a1819;
    background: 0;
    border: 2px solid #e2e4f0;
}

.btn--red-border .btn__text {
    background: #e2001a;
}

.btn--red-border:hover .btn__text {
    border: 2px solid #e2e4f0;
    padding: 10px;
}

@media (min-width: 640px) {
    .btn--red-border:hover .btn__text {
        padding: 14px;
    }
}

@media (min-width: 1000px) {
    .btn--red-border:hover .btn__text {
        padding: 18px;
    }
}

.btn--disabled,
.btn:disabled {
    opacity: 0.5;
}

.btn--disabled:hover .btn__text,
.btn:disabled:hover .btn__text {
    background: transparent;
    color: #000;
    cursor: not-allowed;
}

.date {
    font-size: 14px;
    color: #a3a3a3;
    margin-right: 7px;
    font-weight: 300;
}

.date:before {
    content: '\E003';
    font-size: 16px;
    color: #e2e4ef;
    vertical-align: bottom;
    line-height: 16px;
}


.label {
    display: inline;
    padding: 0.3em 0.5em;
    background: #e2e4ef;
    color: #fff;
    font-size: 1em;
    vertical-align: middle;
}

.map {
    max-width: 100%;
}

.map iframe {
    width: 100%;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Box rows */
.box-rows a {
    color: #162982;
    text-decoration: underline;
}

.box-rows a:hover {
    text-decoration: none;
}

.home-intro {
    position: relative;
    background: #000;
}

.home-intro .bg-intro {
    width: 100%;
}

.home-intro .section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.5);
}


.home-intro h1 {
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
    margin-bottom: 100px;
    color: #fff;
    font-size: 50px;
}

.home-intro .box_intro {
    display: flex;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    min-height: 200px;
    padding: 40px;
    text-decoration: none;
    flex-direction: column;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-right: 1px;
    transition: 0.2s all;
    position: relative;
    height: 100%;
}

.home-intro .box_intro span {
    position: relative;
    z-index: 10;
}

.home-intro .box_intro::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.home-intro .box_intro:hover::after {
    display: block;
}

.home-intro .box_intro div {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.home-intro .box_intro svg {
    transition: 0.2s all;
    position: relative;
    z-index: 10;
}

.home-intro .box_intro:hover {
    text-decoration: underline;
}

.home-intro .box_intro:hover svg {
    transform: translateX(10px)
}

.section-pt {
    padding-top: 120px;
}

.section-pb {
    padding-bottom: 120px;
}

.banner_with_news .content {
    padding: 80px 120px;
    color: #fff;
    text-align: left;
}

.border-effect {
    position: relative;
}

.border-effect::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 50%;
    height: 3px;
    background-color: var(--main-color);
}

.text-main {
    color: var(--main-color);
}

.splide .splide__arrows .splide__arrow {
    border-radius: 0;
    border: 1Px solid var(--main-color);
    padding: 10px;
    background: transparent;
    width: 47px;
    height: 47px;
    opacity: 1;
}

.splide .splide__arrows .splide__arrow:hover {
    background: #fff;
}

.splide .splide__arrows .splide__arrow--prev {
    left: 0;
}

.splide .splide__arrows .splide__arrow--next {
    right: 0;
}

.splide .splide__pagination {
    gap: 10px
}

.splide .splide__pagination li {
    background: none;
    padding: 0;
    ;
}

.splide .splide__pagination .splide__pagination__page {
    background: #fff;
    border: 3px solid #A0A0A0;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.splide .splide__pagination .splide__pagination__page.is-active {
    border-color: var(--main-color);
    transform: none;
}

.primary-bg {
    background: var(--primary-color);
}

.bordered {
    background: var(--main-color);
    height: 3Px;
    width: 10%;
    margin: 0 auto;
}

.post-item h3 {
    color: #000;
}

.post-item .content svg path {
    fill: var(--main-color);
}

.post-item .image {
    height: 250px;
    overflow: hidden;
}

.post-item .image img {
    transition: 0.3s all;
}

.post-item .category {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}


.post-item:hover .image img {
    transform: scale(1.1);
}

.post-item:hover h3 {
    color: var(--main-color) !important;
}

.post-item:hover .content svg path {
    fill: #C01212;
}

.perex-header {
    font-size: 17px;
    line-height: 1.5;
}

.top-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.top-menu a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.top-menu li:hover {
    background: transparent;
}

.top-menu a:hover {
    text-decoration: underline;
    background: transparent;
}

.top-menu .current_page_item a {
    text-decoration: underline;
    background: transparent;
    color: #000;
}

.main-menu {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    justify-content: space-around;
}

.main-menu li {
    background: none;
    padding: 0px;
    flex: 1;
    text-align: center;
    position: static;
    margin: 0
}

.main-menu li:hover {
    background: var(--main-color);
}

.main-menu li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    padding: 25px 0px;
    text-transform: uppercase;
}

.main-menu>li a:after {
    content: "";
    width: 1px;
    height: 60%;
    background: #333333;
    position: absolute;
    right: 0;
    top: 20%;
}

.main-menu>li:nth-child(1)>a::before {
    content: "";
    width: 1px;
    height: 60%;
    background: #333333;
    position: absolute;
    left: 0;
    top: 20%;
}

.main-menu li.dropdown:hover .megamenu {
    display: block;
}

.main-menu>li:nth-child(1)>a:hover::before,
.main-menu li.dropdown:hover a::after {
    display: none;
}

.main-menu li.dropdown .megamenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: var(--main-color);
    z-index: 99;
}

.main-menu li.dropdown .megamenu .megamenu__link {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
    flex: 1;
    padding: 20px 10px;
    position: relative;
}

.main-menu li.dropdown .megamenu .megamenu__link:after {
    content: "";
    width: 1px;
    height: 60%;
    background: #333333;
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 999;
    display: block;
}

.main-menu .megamenu .d-flex .megamenu__link:nth-child(1):before {
    content: "";
    width: 1px;
    height: 60%;
    background: #333333;
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 999;
    display: block;
}

.main-menu li.dropdown .megamenu .megamenu__link img {
    width: 40px;
}

.main-menu li.dropdown .megamenu .megamenu__link:hover {
    color: #fff;
}

.main-menu li.dropdown .megamenu .megamenu__link:hover img {
    filter: invert(1);
}

footer {
    color: #fff;
    background-size: cover !important;
    border-top: 1px solid transparent;
}

footer h3 {
    color: #fff;
    margin-bottom: 23px;
}

footer h3 span {
    color: var(--main-color)
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.footer-menu li {
    background: none;
}

.footer-menu a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.footer-menu li:hover {
    text-decoration: underline;
}

.header-section {
    padding: 80px 0;
    color: #fff;
    position: relative;
}

.header-section::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 50%;
    height: 3px;
    background-color: var(--main-color);
}

.aspect-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
}

.aspect-16-10 {
    aspect-ratio: 16 / 10;
}

.pagination-custom {
    display: flex;
    flex-wrap: wrap;
}

.pagination-custom span,
.pagination-custom a {
    display: block;
    padding: 10px 15px;
    background: transparent;
    color: var(--main-color);
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid var(--main-color);
    font-weight: 700;
    font-size: 14px;
    border-right: 0;
}

.pagination-custom a:hover {
    background: #fff;
    color: #000;
}

.pagination-custom .current {
    background: #fff;
    color: #000;
}

.pagination-custom *:nth-last-child(1):not(.next) {
    border-right: 1px solid var(--main-color);
}

.pagination-custom .prev,
.pagination-custom .next {
    display: none;
}

.widget_nav_menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
    border-right: 3px solid var(--main-color);
}

.widget_nav_menu ul.menu li {
    padding: 0;
}


.widget_nav_menu ul.menu a {
    color: #000;
    padding: 20px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    border-bottom: 1px solid var(--primary-color);
}

.widget_nav_menu li.current-page-ancestor>a,
.widget_nav_menu ul.menu li.current-menu-parent>a,
.widget_nav_menu li.current_page_item a,
.widget_nav_menu ul.menu a:hover {
    color: var(--main-color);
}

.widget_nav_menu ul.menu li.menu-item-has-children a {
    position: relative;
}

.widget_nav_menu ul.menu li.menu-item-has-children a {
    padding-right: 80px;
}

.widget_nav_menu ul.menu li.menu-item-has-children a .icon-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.widget_nav_menu ul.menu li.menu-item-has-children a .icon-arrow svg {
    transition: 0.3s all;
}

.widget_nav_menu ul.menu li.menu-item-has-children.is-open>a .icon-arrow svg {
    transform: rotate(180deg);
}

.widget_nav_menu ul.menu .sub-menu a {
    font-weight: normal;
}

.widget_nav_menu ul.menu li.menu-item-has-children>.sub-menu {
    max-height: 0;
    visibility: visible;
    opacity: 1;
    display: block;
    margin: 0;
    padding: 0;
    transition: 0.3s all;
    overflow: hidden;
}

.widget_nav_menu ul.menu li.menu-item-has-children>.sub-menu li.current_page_item a {
    color: #7B7B7B;
}

.widget_nav_menu ul.menu li.menu-item-has-children.is-open>.sub-menu {
    max-height: 10000px;
}

#components-form .components-email-form {
    background: #fff;
    border: 2px solid #e2e4ef;
    padding: 20px;
}

.terms-box .item {
    background: #fff;
    padding: 10px 15px;
    font-weight: 700;
    line-height: 1.3;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.terms-box .item:hover,
.terms-box .item.active {
    color: var(--main-color);
}

.pripadova-box .term {
    background: #FFF;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: capitalize;
}

.pripadova-box .logo {
    max-height: 70px;
    max-width: 100px;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.youtube-item a p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.youtube-item .youtube-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.youtube-item .youtube-img .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000003b;

}

.svg-black svg path {
    fill: #000;
}

.svg-black .svg-youtube polygon {
    fill: #000;
}

.contact-box {
    border-bottom: 3px solid var(--main-color);
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.contact-box svg {
    width: 32px;
    height: 32px;
}

.contact-box a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    font-size: 18px;
}

.contact-box a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.link-contact {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.link-contact:hover {
    color: var(--main-color);
    text-decoration: underline;
}

#box_search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.7s;
}

#box_search.open {
    transform: translateY(0);
}

#box_search #btn-close {
    cursor: pointer;
}

#box_search #btn-close svg {
    width: 32px;
    height: 32px;
}

#box_search #searchform div {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

#box_search #searchform #s {
    flex: 0 0 150px;
    padding: 10px;
    border: 0;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;

}

#box_search #searchform #searchsubmit {
    flex: 0 0 50px;
    padding: 10px;
    border: 0;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

#box_search #searchform #searchsubmit:hover {
    background: #000;
}

footer .footer-link {
    text-decoration: none;
}

footer .footer-link:hover {
    text-decoration: underline;
}

footer .socials-items a:hover svg {
    fill: var(--main-color);
}

.btn-search {
    cursor: pointer;
}

section .fluentform .ff-el-form-control {
    background: #fff;
    border: 1px solid #000;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    height: 50px !important;
}

section .fluentform .ff-el-form-control::placeholder {
    color: #717171
}

section .fluentform .frm-fluent-form .ff-btn-submit {
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    background: var(--main-color) !important;
    border: 0 !important;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
    min-width: auto !important
}

section .fluentform .frm-fluent-form .ff-btn-submit:hover {
    background: #C01212 !important;
    opacity: 1;
}

section .fluentform .terms span {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
}

section .fluentform .wpf_has_custom_css.ff-btn-submit {
    border-radius: 0;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: 1px solid var(--main-color);
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.gap-30 {
    gap: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.wp-content .wp-block-gallery {
    margin: 30px 0;
}

#filters.button-group .button {
    background: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    margin: 0 3px 3px 0;
}

#filters.button-group .button:hover {
    color: var(--main-color);
}

#filters.button-group .button.is-checked {
    color: var(--main-color);
}

.wp-block-file__button {
    background-color: var(--main-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all;
}

.wp-block-file__button:hover {
    background-color: #000;
    color: #fff;
}

.se-webform {
    margin-top: 32px;
}

.se-webform .se-webform-inner {
    background: #fff;
    padding: 3px;
    display: flex;
    flex-wrap: wrap;
}

.se-webform .se-webform-inner input[type="text"] {
    flex: 1 0 auto;
    padding: 15px 25px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}


.se-webform .se-webform-inner input[type="text"]::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.se-webform .se-webform-inner input[type="text"]::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.se-webform .se-webform-inner input[type="text"]:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.se-webform .se-webform-inner input[type="text"]::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.se-webform .se-webform-inner input[type="text"]::placeholder {
    color: #000;
    opacity: 1;
}

.se-webform .se-webform-inner button {
    padding: 15px 25px;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    transition: 0.3s all;
    flex: 1 0 200px;
}

.se-webform .se-webform-inner button:hover {
    background: #000;
}

header #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 5px;

}

header #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
    border-radius: 100%;
    width: 21px;
    height: 21px;
    object-fit: cover;
}

header #gt_float_wrapper .gt_float_switcher .gt_float_switcher .gt-selected {
    background: transparent;
}

header #gt_float_wrapper .gt_float_switcher {
    background: transparent;
    box-shadow: none;

}

header #gt_float_wrapper {
    position: relative;
}

header #gt_float_wrapper .gt_float_switcher .gt_options {
    position: absolute;
    top: 100%;
    background: #fff;
    width: max-content;
}

header #gt_float_wrapper .gt_float_switcher .gt_options img {
    width: 24px;
    height: auto;
}

header #gt_float_wrapper .gt_float_switcher .gt_options a {
    font-size: 13px;
    padding: 5px 15px;
}

header #gt_float_wrapper .gt_float_switcher .gt_options a:hover {
    background: var(--main-color);
}

#configurator {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
}

#configurator .box-item {
    background: #fff;
    padding: 50px 40px;
    grid-column: span 1 / span 1;
    position: relative;
}

#configurator .box-item h3 {
    color: #A0A0A0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

#configurator .box-item.disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

#configurator .box-item.disabled * {
    cursor: not-allowed;
    pointer-events: all !important;
}

#configurator .box-item ul li {
    background: none;
    margin: 0;
    padding: 0;
}

#configurator .radio-buttons {
    display: flex;
    flex-direction: column;
    color: white;
}

#configurator .radio-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #E4E4E4;
    padding: 20px 0;
}

#configurator .radio-button input[type="checkbox"] {
    display: none;
}

#configurator .radio-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #A0A0A0;
    position: relative;
    margin-right: 15px;
}

#configurator .radio-circle::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.2s ease-in-out;
}

#configurator .radio-button input[type="checkbox"]:checked+.radio-circle::before {
    transform: translate(-50%, -50%) scale(1);
}

#configurator .radio-label {
    color: #A0A0A0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

#configurator .box-item.active h3 {
    color: var(--main-color);
}

#configurator .box-item.active .radio-label {
    color: #000;
}

#configurator .box-item.active .radio-circle {
    border: 2px solid #000;
}

#configurator #box-4 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4
}

#configurator #box-4 p a {
    color: var(--main-color);
}

#configurator #send {
    border: 1px solid #A0A0A0;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    background: #A0A0A0;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

#configurator #box-4.active #send,
#configurator #send:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

@media(max-width:991px) {
    .home-intro .box_intro {
        min-height: 100px;
        margin-bottom: 1px;
        height: calc(100% - 1px);
        padding: 20px;
    }

    .home-intro h1 {
        font-size: 35px;
    }

    .banner_with_news .content {
        padding: 50px 20px;

    }

    .header-container {
        position: fixed;
        background: #000;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        border-radius: 0;
        width: 50%;
        height: 100%;
        overflow-y: auto;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition-duration: 0.7s;
        -o-transition-duration: 0.7s;
        transition-duration: 0.7s;
        padding: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .header-container.open {
        webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
        visibility: visible;
    }


    .header-container.open .hamburger-menu-close {
        right: 10px;
        top: 20px;
        cursor: pointer;
        position: absolute;
        display: block;
    }

    .header-container .mobile-menu {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 0;
        padding: 0;
        justify-content: center;
        align-items: center;

    }

    .header-container .mobile-menu li {
        background: none;
        padding: 0;
    }

    .header-container .mobile-menu a {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
    }


    #configurator {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media(max-width:768px) {
    .home-intro h1 {
        color: #fff;
        margin: 50px 0;
    }

    .home-intro .section {
        position: static;
        background: transparent;
    }

    .section-pt {
        padding-top: 80px;
    }

    .section-pb {
        padding-bottom: 80px;
    }

    .header-container {
        width: 90%;
    }

    #configurator {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media(max-width:578px) {
    .footer-menu {
        justify-content: flex-start;
    }

    .home-intro .box_intro {
        min-height: auto;
        font-size: 20px;
    }

    .home-intro h1 {
        font-size: 30px;
    }

    .section-pt {
        padding-top: 50px;
    }

    .section-pb {
        padding-bottom: 50px;
    }

    .socials-items svg {
        width: 24px;
        height: 24px;
    }

    footer .h4 {
        font-size: 16px;
    }

    .header-container {
        width: 100%;
    }


    .box-tabs__inner {
        padding: 20px 0;

    }

    .menu-tabs .menu-tabs__list .menu-tabs__item {
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid lightgray;
        background: #fff;
    }

    .menu-tabs .menu-tabs__list .menu-tabs__item:last-child {
        border: 0;
    }
}