:root {
    --color-box-gray-1: #D8D8D8;
    --color-box-gray-2: #5A6063;
    --color-box-gray-3: #33383D;
    --color-box-white: #FFFFFF;
    --color-text-black: #000000;
    --color-text-gray: #9AA0A2;
    --color-text-white: #FFFFFF;
    --color-text-orange: #F29400;
    --inner-container-width: calc(100% - 300px);
    --inner-container-offset: 150px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #a9a9a9;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-box-gray-2);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-box-gray-1);
}

@font-face {
    font-family: "Arial Narow Bold";
    src: url("../fonts/Arial-Narrow-Bold.ttf");
}

body {
    font-family: "Arial Narow Bold", sans-serif !important;
    padding: 0;
    margin: 0;
    background: #f1f1f1;
}

html, body {
    overflow-x: hidden;
}

.header-top {
    height: 42px;
    background-color: var(--color-box-gray-2);
    padding: 0 60px 0 60px;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 120px);
    line-height: 42px;
    color: var(--color-text-orange);
}

.header-top > div {
    margin-left: 30px;
    display: flex;
    font-size: 15px;
}

.header-top span {
    display: block;
}

.header-top .divider {
    color: var(--color-box-gray-1);
    display: block;
    margin: 0 5px 0 5px
}

.header-top a {
    display: block;
    color: var(--color-box-gray-1);
    text-decoration: none;
}

.header-top a.active {
    color: var(--color-text-orange);
}

.header-top .mdi {
    color: var(--color-box-gray-1);
    font-size: 24px;
    display: block;
    margin-right: 5px;
}

.header-top .mdi-phone, .header-top .mdi-facebook {
    font-size: 16px;
    color: var(--color-box-gray-2);
    background-color: var(--color-box-gray-1);
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
    border-radius: 100%;
    margin-right: 8px;
}

.header {
    height: 80px;
    padding: 0 60px 0 60px;
    width: calc(100% - 120px);
    display: flex;
    background: rgb(153, 153, 153);
    background: -moz-linear-gradient(0deg, rgba(192, 192, 192, 1) 0%, rgba(192, 192, 192, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(173, 173, 173, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(192, 192, 192, 1)), color-stop(9%, rgba(192, 192, 192, 1)), color-stop(20%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(173, 173, 173, 1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(192, 192, 192, 1) 0%, rgba(192, 192, 192, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(173, 173, 173, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(192, 192, 192, 1) 0%, rgba(192, 192, 192, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(173, 173, 173, 1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(192, 192, 192, 1) 0%, rgba(192, 192, 192, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(173, 173, 173, 1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(192, 192, 192, 1) 0%, rgba(192, 192, 192, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(173, 173, 173, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#ADADAD', GradientType=1); /* ie6-9 */
}

.header-logo {
    display: block;
    height: 80%;
    margin-top: 8px;
}


.header-label {
    width: 280px;
    margin: 15px 0 0 20px;
    font-size: 15px;
}

.header-navigation {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    line-height: 80px;
}

.header-navigation .link, .header-navigation .sub {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-text-black);
    font-size: 17px;
    margin-left: 30px;
}

.header-navigation .link.active {
    color: var(--color-text-orange);
}

.header-navigation .sub {
    cursor: default;
}

.header-navigation .sub:hover {
    color: var(--color-text-orange);
}

.header-navigation .sub:hover .sub-menu {
    transform: translateX(0);
    opacity: 1;
}

.block {
    display: block !important;
}

.flex-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.flex-list-item {
    margin: 10px;
    position: relative;
    text-decoration: none;
    display: block;
    width: calc(25% - 20px);

}

.flex-list-item:hover .flex-list-item-title {
    background: rgba(0, 0, 0, 0.4);
}

.flex-list-item img {
    width: 100%;
    display: block;
}

.flex-list-item-title {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
    text-transform: uppercase;
}

.flex-list-item-title .inner {
    margin-top: 30%;
    text-shadow: 0 0 10px #000000;
}

.img-title {
    font-size: 25px;
}


.sub-menu {
    position: absolute;
    width: calc(100% - 35px);
    top: 123px;
    left: 0;
    padding: 30px 0 10px 35px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10;
    display: block;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.5s;
}

.sub-menu-flex {
    width: 100%;
    display: flex;
}

.sub-menu-item {
    display: flex !important;
    width: 16.66%;
}

.sub-menu-flex:first-child {
    margin-bottom: 5px;
}

.sub-menu-item-img {
    width: 50%;
}

.sub-menu-item a {
    text-decoration: none;
}

.sub-menu-item-img img {
    width: calc(100% - 6px);
    border: 3px solid var(--color-box-gray-1);
    opacity: 0.8;
    transition: all 0.5s;
}

.sub-menu-item-title {
    width: calc(50% - 10px);
    padding-left: 10px;
    color: #FFFFFF;
    line-height: 22px;
    font-size: 14px;
}

.sub-menu-item a:hover img {
    border-color: var(--color-text-orange);
    opacity: 1;
}

.header-navigation a:hover {
    color: var(--color-text-orange);
}


.us-navigation {
    display: flex;
    width: 100%;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nodes1, .nodes2 {
    width: 50%;
    display: flex;
}

.us-navigation a {
    display: block;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    width: calc(25% - 2px);
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    position: relative;
}

.nodes1 a:first-child {
    width: 25%;
    margin-left: -2px;
}

.nodes2 a:last-child {
    width: calc(25% + 2px);
    margin-left: 2px;
}


.us-navigation a:hover {
    background-color: #000000;
    color: var(--color-box-gray-1);
}

.nodes1 a {
    background-color: var(--color-box-gray-1);
    color: #000000;
}

.nodes2 a {
    background-color: var(--color-box-gray-2);
    color: #FFFFFF;
}

.us-navigation a .img-preview {
    position: absolute;
    height: 0;
    bottom: 52px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s;
}


.us-navigation .nodes1 a .img-preview {
    left: 0;
}

.us-navigation .nodes2 a .img-preview {
    right: 0;
}

.us-navigation a:hover .img-preview {
    opacity: 1;
    height: 200px;
}

.slide-img {
    width: 100%;
    filter: brightness(0.6);
}

#home-slider {
    width: 100%;
    background: #000000;
}

.splide__slide {
    width: 100%;
    position: relative;
}

.slide-item-container {
    position: absolute;
    top: 120px;
    left: var(--inner-container-offset);
    width: var(--inner-container-with);
}

.slide-title-container {
    display: block;
    text-decoration: none;
    position: relative;
}

.slide-title-container:after {
    display: block;
    left: 0;
    content: '';
    position: absolute;
    bottom: -20px;
    width: 70px;
    height: 7px;
    background-color: var(--color-text-orange);
}

.slide-title {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.slide-title:nth-child(1) {
    color: var(--color-text-orange);
    font-size: 45px;
}

.slide-title:nth-child(2) {
    color: #FFFFFF;
    font-size: 45px;
}

.slide-text {
    line-height: 27px;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 600px;
    margin-top: 60px;
}

.appear-v {
    transform: translateY(120px);
    opacity: 0;
    transition: transform 0.8s, opacity 1.2s 0.3s;
}

.appear-ready-v {
    transform: translateY(0);
    opacity: 1;
}

.home-content {
    display: flex;
}

.home-content-left {
    width: calc(50% - 1px);
}

.home-content-left-gray {
    padding-left: 30%;
    background-color: var(--color-box-gray-1);
}

.home-content-left-tile-big {
    font-size: 40px;
    line-height: 45px;
    padding: 10px 0 0 10px;
}

.home-content-left-tile-small {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 0 50px 10px;
}

.home-content-left-img {
    width: 100%;
}

.home-content-left-white {
    padding: 0 0 50px 30%;
    position: relative;
    font-size: 18px;
    line-height: 18px;
}

.home-content-left-white-inner {
    position: relative;
    padding: 20px 15px 0 30px;
    text-align: justify;
}

.home-content-left-white-inner:after {
    display: block;
    content: '';
    width: 5px;
    height: calc(100% + 5px);
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-text-orange);
}

.home-content-left-white a {
    display: flex;
    margin-top: 20px;
    color: var(--color-text-orange);
    line-height: 30px;
    text-decoration: none;
}

.home-content-left-white a .mdi {
    color: var(--color-text-orange);
    font-size: 26px;
    position: relative;
    display: block;
}

.home-content-left-white a .mdi:after {
    content: '';
    display: block;
    position: absolute;
    border-top: 3px solid var(--color-text-orange);
    border-right: 3px solid var(--color-text-orange);
    border-radius: 100%;
    padding: 4px;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    transform: rotate(45deg);
}

.home-content-left-white a span {
    display: block;
    position: relative;
    margin-top: 0;
    margin-left: 15px;
    text-decoration: none;
}


.home-content-right {
    width: calc(50% + 1px);
    background-color: #000000;
    position: relative;
}

.home-content-right-content {
    position: relative;
    padding: 45px 150px 100px 175px;
    width: calc(100% - 330px);
    height: 100%;
    left: 0;
    top: 0;
}

.home-content-right-background {
    filter: grayscale(100%) brightness(0.2);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0 !important;
}

.home-content-right-text {
    color: var(--color-box-gray-1);
    font-size: 18px;
    margin-top: 70px;
    z-index: 1 !important;
    text-align: justify;
}

.home-content-right-title {
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
}

.home-content-right-title span:first-child {
    color: var(--color-text-orange);
}

.home-content-right-title span:last-child {
    color: #FFFFFF;
}

.home-content-right-title:after {
    content: '';
    display: block;
    height: 7px;
    width: 300px;
    background-color: var(--color-text-orange);
    position: absolute;
    bottom: -30px;
    left: 0;
}

.home-content-right-link {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 300px;
    color: #FFFFFF;
    background: var(--color-box-gray-2);
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 50px;
    float: right;
}

.page-header {
    position: relative;
}

.page-header img {
    width: 100%;
}

.page-inner {
    width: 1440px;
    margin: 0 auto 50px;
    display: flex;
}


.page {
    width: 1440px;
    margin: 0 auto 50px;
    display: block;
}

.page-thin {
    width: 1024px;
    margin: 50px auto 50px;
    display: block;
}

.page-title {
    position: relative;
    text-transform: uppercase;
    line-height: 60px;
}

.page-title:after {
    content: '';
    display: block;
    width: 300px;
    height: 3px;
    background: var(--color-text-orange);
    bottom: -3px;
    left: 0;
}

.page-main-img {
    width: 45%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-main-img img {
    width: 100%;
}

.products-nav {
    width: 345px;
    position: relative;
}

.products-nav:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    top: -10px;
    background: var(--color-text-orange);
}


.products-nav-title {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 10px;
}

.products-nav-content {
    padding: 20px 25px 20px 25px;
    background: #ECEDF0;
    border-bottom: 10px solid var(--color-text-orange);
}


.products-nav-shape {
    color: var(--color-text-orange);
    font-size: 20px;
    line-height: 26px;
    cursor: default;
}

.products-nav-shape-sub-items {

}

.products-nav-shape-sub-items a {
    display: block;
    padding-left: 30px;
    position: relative;
    margin: 10px 0 10px 0;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
}

.products-nav-shape-sub-items a:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 10px;
    height: 2px;
    width: 10px;
    background-color: var(--color-text-orange);
}

.products-nav-other-shapes a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    margin: 5px 0 5px 0;
}

.products-nav-shape-img {
    width: 100%;
    position: relative;
}

.products-nav-shape-img:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: -7px;
    background: var(--color-text-orange);
}

.products-nav-shape-img img {
    width: 100%;
}

.products-content {
    padding-left: 50px;
    width: calc(100% - 300px);
    position: relative;
}

.full-content {
    padding: 0 !important;
    width: 100% !important;
    position: relative;
}

.products-content-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.products-content-review {
    display: flex;
}

.products-content-review-text {
    font-size: 18px;
    line-height: 21px;
    width: calc(100% - 340px);
    padding-right: 40px;
    text-align: justify;
}

.products-content-review-image {
    display: block;
    width: 300px;
}

.products-content-review-image img {
    width: 100%;
}

.product-details {
    padding-left: 20px !important;
}

.breadcrumbs {
    margin-top: -15px;
    margin-bottom: 18px;
    font-size: 18px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #000000;
}

.breadcrumbs span {
    color: var(--color-text-orange);
}

.metal-choice-title {
    font-size: 24px;
    text-transform: uppercase;
}

.metal-choice-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 20px);
}

.metal-choice-item {
    width: calc(25% - 22px); /* explanation below */
    margin: 10px;
    position: relative;
    text-decoration: none;
    display: block;
    border: 1px solid #ccc;
    background: #ccc;
}

.metal-choice-item img {
    filter: brightness(0.9);
    display: block;
    width: 100%;
    height: auto;
}

.metal-choice-item:hover {
    border-color: var(--color-text-orange);
}

.metal-choice-item:hover img {
    filter: brightness(0.5);

}

.metal-choice-item-title {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.metal-choice-item img {
    width: 100%;
    cursor: pointer;
    display: block;
}

.metal-choice-item.active img {
    border-color: var(--color-text-orange);
    cursor: default;
}

.metal-choice-item.active .metal-choice-item-title {
    cursor: default;
}

.product {
    margin-top: 10px;
}

.selected-metal {
    text-transform: uppercase;
    color: var(--color-text-orange);
}

.product-item {
    display: flex;
    margin: 20px 0 20px 0;
    border: 1px solid #979797;
    text-decoration: none;
    color: #000000;
    transition: all 0.5s;
    position: relative;
}

.product-item-link {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--color-box-gray-2);
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s;
}

.product-item-link:hover {
    background: #000000;
}


.product-item.detail {
    border: 0 !important;
}

.detail .product-item-title-inner {
    font-size: 32px;
    line-height: 40px;
    width: 100% !important;
    max-width: 100% !important;
}

.detail .product-item-img {
    width: 340px;
}

.product-item .product-code {
    font-size: 32px;
    line-height: 40px;
    color: #F29400;
}

.product-item-img {
    width: 100px;
}

.product-item-img img {
    width: 100%;
}

.product-item-title {
    padding-left: 30px;
    width: calc(100% - 230px);
}

.product-item-title-inner {
    margin-top: 44px;
    line-height: 24px;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 300px;
}

.path {
    margin-bottom: 5px;
    font-size: 16px;
}

.path span:nth-child(1) {
    color: orangered;
}

.path span:nth-child(2) {
    color: #cf4965;
}

.path span:nth-child(3) {
    color: #782839;
}


.similar-shape-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 15px;
}

.list-title {
    font-size: 32px;
    line-height: 40px;
}

.list-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.list-table tr {

}

.list-table thead td {
    background: var(--color-text-orange);
    color: #ffffff;
    border: 1px solid #ccc !important;

}

.list-table td {
    padding: 5px;
}

.list-table tbody td {
    border: 0;
}

.list-table tbody tr:nth-child(even) {
    background: rgba(255, 254, 246, 0.6);
}

.list-table thead tr td {
    border: 1px solid var(--color-text-orange);
    text-align: right;
}

.list-table thead tr td:first-child {
    text-align: left;
}

.list-table tbody tr td {
    text-align: right;
    border: 1px solid #CCCCCC !important;
}

.list-table tbody tr td:first-child {
    text-align: left;
}

.price-c {
    background: rgb(255, 230, 172) !important;
}

.inner-page-right-hologram {
    position: absolute;
    right: 20px;
    bottom: -50%;
    width: 100px;
}

.inner-page-right-hologram img {
    width: 100%;
}

.home-content-right-hologram {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100px;
}

.home-content-right-hologram div:first-child {
    font-size: 20px;
}

.home-content-right-hologram div:last-child {
    font-size: 60px;
    font-family: "Nunito Sans", sans-serif;
}

.inner-page-right-hologram.detail {
    bottom: auto;
    top: 420px;
    width: 120px;
}

.footer {

    width: 100%;
    display: flex;
}


.footer-left {
    padding-left: 100px;
    width: 450px;
    height: 255px;
    background: #2d3031;
}

.footer-logo {
    width: 260px;
    margin-top: 60px;
}

.footer-left-title {
    margin-top: 30px;
    width: 200px;
    color: #ffffff;
}

.footer-right {
    width: calc(100% - 500px);
    position: relative;
    background: rgb(153, 153, 153);

    background: -moz-linear-gradient(0deg, rgba(192, 192, 192, 1) 0%, rgba(192, 192, 192, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(173, 173, 173, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(192, 192, 192, 1)), color-stop(9%, rgba(192, 192, 192, 1)), color-stop(20%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(173, 173, 173, 1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(192, 192, 192, 1) 0%, rgba(192, 192, 192, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(173, 173, 173, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(192, 192, 192, 1) 0%, rgba(192, 192, 192, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(173, 173, 173, 1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(192, 192, 192, 1) 0%, rgba(192, 192, 192, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(173, 173, 173, 1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(192, 192, 192, 1) 0%, rgba(192, 192, 192, 1) 9%, rgba(255, 255, 255, 1) 20%, rgba(173, 173, 173, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#ADADAD', GradientType=1); /* ie6-9 */
}

.footer-right-inner {
    display: flex;
    padding-top: 50px;
    width: 100%;
}

.footer-bottom {
    padding-left: 30px;
    position: absolute;
    bottom: 30px;
    line-height: 24px;
    font-size: 18px;
}

.footer-bottom a {
    color: var(--color-text-orange);
    text-decoration: none;
}

.footer-right .line {
    width: 200px;
    position: relative;
    margin-left: 30px;
}

.footer-right .line:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    left: 0;
    top: 7px;
    background-color: var(--color-text-orange);
}

.footer-right .nav-title {
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 30px;
}

.footer-nav-c1, .footer-nav-c2 {
    margin-left: 120px;
}

.footer-nav-c1 a, .footer-nav-c2 a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}

.footer-nav-c1 a:after, .footer-nav-c2 a:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 3px;
    background-color: var(--color-text-orange);
    left: -16px;
    top: 12px;
}


.footer-nav-c1 a:hover, .footer-nav-c2 a:hover {

}

.page-content {
    display: flex;
    font-size: 17px;
    line-height: 20px;
}

.page-content .left,
.page-content .right {
    width: calc(50% - 20px);

}

.page-content .left img {
    width: 80%;
    margin-top: 30px;
}

.contact-row {
    font-size: 19px;
    margin-bottom: 20px;
}

.contact-row .mdi {
    margin-right: 15px;
    color: var(--color-text-orange);
    font-size: 25px;
}

.contact-form {
    width: calc(100% - 60px);
}

.contact-form form {
    margin-top: 30px;
}

.contact-form .row {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
}

.contact-form .row label {
    display: block;
    font-weight: bold;
    width: 200px;
    text-align: right;
    padding-right: 30px;
    padding-top: 5px;
}

.contact-form .row input {
    height: 30px;
    padding: 5px;
    width: 100%;
    outline-color: var(--color-text-orange);
}

.contact-form .row textarea {
    width: 100%;
    resize: none;
    height: 200px;
    padding: 5px;
    outline-color: var(--color-text-orange);
}

.contact-form .submit-button {
    text-transform: uppercase;
    width: 110px;
    height: 40px;
    border-radius: 20px;
    background: var(--color-text-orange);
    color: #ffffff;
    display: inline-block;
    border: 0;
    outline: none 0;
    cursor: pointer;
}

.text-right {
    text-align: right;
    display: block !important;
}

.contact-form-success {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: green;
    display: none;
}

.show {
    display: block;
}

.lock input,
.lock textarea,
.lock button {
    pointer-events: none;
}

.page-list {
    width: calc(100% + 20px);
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.page-list-item {
    width: calc(50% - 20px);
    display: flex;
    margin: 10px;
    height: 150px;
    cursor: pointer;


}

.page-list-item-img {
    display: block;
    height: 100%;
}

.page-list-item-img img {
    height: 100%;
}

.page-list-item-content {
    display: block;
    padding: 10px 20px 20px 20px;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
    border: 1px solid var(--color-box-gray-1);
    background: #f9f9f9;
}

.page-list-item-title {
    font-size: 22px;
    font-weight: bold;
    color: var(--color-text-orange);

    padding-bottom: 3px;
    margin-bottom: 5px;
}

.relative-download-list {
    position: relative;
    height: 25px;
}

.download-list {
    display: flex;
    position: absolute;
    padding: 5px 10px 5px 10px;
    border: 1px solid var(--color-box-gray-1);
    text-decoration: none;
    margin-top: 30px;
    background: #ffffff;
    transition: all 0.5s;
    right: 0;
    bottom: -65px;
    z-index: 100000000;
}

.download-list:hover {
    background: #ffffff;
}

.download-list .mdi {
    font-size: 40px;
    color: var(--color-text-orange);
    display: block;
}

.download-list span {
    color: #000000;
    text-transform: uppercase;
    line-height: 50px;
    display: block;
    margin-left: 10px;
}

.download-list-mobile {
    display: none;
}


#product-search {
    position: absolute;
    bottom: 4px;
    right: 0;
    padding: 10px 60px 10px 10px;
    background: rgba(0, 0, 0, 0.6);
    width: 300px;
}

#product-search button {
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

#product-search input {
    width: 100%;
    height: 35px;
    border: 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    outline: none !important;
}

#product-search input::placeholder {
    color: #ffffff;
}

#product-search .mdi {
    position: absolute;
    font-size: 35px;
    right: 10px;
    top: 10px;
    color: #ffffff;
}

.getDataContainer {
    width: calc(100% - 10px);
    border-top: 2px solid var(--color-text-orange);
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
    margin-left: 5px;
}

.getData {
    background: var(--color-text-orange);
    color: #ffffff;
    border: 0;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    outline: none;
}

.modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
}

.modalPanel {
    position: absolute;
    height: calc(100% - 60px);
    top: 10px;
    width: 70%;
    left: 15%;
    background: #ffffff;
    overflow-y: scroll;
    padding: 20px;
}

.modalClose {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 35px;
    height: 35px;
    background: #666666;
}

.modalClose .mdi {
    font-size: 33px;
    color: #ffffff;
}

.bodyFix {
    overflow: hidden !important;
}

.bottomPanel {
    position: absolute;
    width: calc(70% + 20px);
    left: 15%;
    padding: 10px;
    bottom: 0;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
}

.exportButton, .printButton {
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: orange;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #ffffff;
}


.price-data-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.price-data-table table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.price-data-table td {
    border: 1px solid #999999;
    padding: 8px;
}

.price-data-table table td {
    border: 0;
}

.price-data-table table tr:nth-child(1) {
    border-bottom: 1px solid #999999 !important;
}

.center {
    text-align: center;
}

.hd, .hd table td {
    background-color: rgb(255, 251, 236);
    color: #000 !important;
}

.bold {
    font-weight: bold;
    background-color: rgb(218, 215, 202);
    color: #000000;
}

.separate {
    display: flex;
}

.separate-main-img {
    width: 45%;
    display: block;
}

.separate-main-img img {
    width: 100%;
}

.separate .text {
    width: 100%;
    text-align: justify;
    margin-top: -20px;
}

.separate-right {
    padding-left: 30px;
    width: calc(50% - 30px);
}

@media screen and (max-width: 1750px) {
    .inner-page-right-hologram.detail {
        width: 80px;
    }
}

/*region [MEDIA] */

@media screen and (max-width: 1600px) {
    .inner-page-right-hologram.pi {
        display: none;
    }

    .products-content-review {
        display: block;
    }

    .products-content-review > div {
        width: 100%;
    }

    .products-content-review-image {
        display: none;
    }
}

@media screen and (max-width: 1440px) {
    .page {
        padding: 20px;
        width: calc(100% - 40px);
    }

    .page-list {
        padding: 0;
        width: 100%
    }

    .page-list-item {
        margin: 5px;
        width: calc(50% - 10px)
    }

    .inner-page-right-hologram.detail {
        bottom: auto;
        top: 360px;
        width: 100px;
    }

    .inner-page-right-hologram.detail {
        bottom: auto;
        top: 390px;
        width: 60px;
    }

    .flex-list {
        width: calc(100% + 10px);
        margin-left: -5px;

    }

    .page-inner {
        width: 100%
    }

    .home-content-right-content {
        padding: 45px 20px 100px 100px;
        width: calc(100% - 120px);
    }

    .home-content-right-hologram {
        width: 70px;
        left: 10px;
        top: 50px;
    }

    .home-content-right-title {
        font-size: 27px;
    }

    .page-inner {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
    }

    .flex-list-item {
        width: calc(25% - 10px);
        margin: 5px;
    }

    .metal-choice-items {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        width: calc(100% + 10px);
    }

    .metal-choice-item {
        width: calc(25% - 12px); /* explanation below */
        margin: 5px;
        position: relative;
        text-decoration: none;
        display: block;
        border: 1px solid #ccc;
        background: #ccc;
    }
}


@media screen and (max-width: 1380px) {

    .metal-choice-item-title {
        font-size: 20px;
        line-height: 25px;
    }

    .header-navigation .link, .header-navigation .sub {
        font-size: 15px;
        margin-left: 15px;
    }

    .header {
        position: relative
    }

    .header-label {
        position: absolute;
        width: auto;
        top: -45px;
        left: 40px;
        color: #FFFFFF;
        font-size: 13px;
    }


    .footer-nav-c1, .footer-nav-c2 {
        margin-left: 30px;
    }

    .footer-right .line {
        width: 60px;
    }
}


@media screen and (max-width: 1250px) {

    .page-list {
        display: block;
    }

    .page-list-item {
        width: 100%;
        margin: 20px 0 20px 0;
    }

    .footer-right .line {
        display: none;
    }

    .footer-right .nav-title {
        display: none;
    }

    .footer-nav-c1 {
        margin-left: 50px;
    }

    .slide-item-container {
        top: 30px;
    }

    .inner-page-right-hologram {
        display: none !important;
    }

    .product-item {
        width: 33%;
    }
}


.m-nav-button, .m-nav-close {
    display: none;
}

.header-top.mobile {
    display: none;
}

.hardware-shop-gallery-m {
    display: none;
}

.hardware-shop-gallery-d {
    display: block;
}

.up-button {
    position: fixed;
    bottom: 10px;
    right: 30px;
    background: #666666;
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 200000000;
    text-align: center;
    line-height: 40px;
}

.up-button .mdi {
    font-size: 30px;
    color: #ffffff;
}

.up-button.show {
    display: block;
}

@media screen and (max-width: 991px) {

    .hardware-shop-gallery-m {
        display: flex;
    }

    .hardware-shop-list {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .hardware-shop-gallery-d {
        display: none !important;
    }

    .top-spacial {
        margin-top: 60px;
    }

    .top-spacial-full {
        margin-top: 110px;
    }

    .inMobile {
        margin-top: -20px !important;
    }

    #product-search {
        width: 100%;
    }

    #home-slider video {
        bottom: auto !important;
        top: 0 !important;
    }

    .download-list-mobile {
        display: flex;
    }

    .download-list-mobile .mdi {
    }

    .page-content {
        width: 100%;
        display: block;
    }

    .page-content .right {
        width: calc(100% - 40px);
        padding: 20px;
    }

    .page-content .left {
        width: 100%;
        padding-left: 20px;
    }

    .contact-form .row {
        display: block;
    }

    .page-content p {
        display: block;
        padding-right: 20px;
    }

    .contact-form .row label {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .footer {
        display: block;
    }

    .footer-left,
    .footer-right {
        width: 100%;
        display: block;
    }

    .footer-left {
        padding-left: 50px;
    }

    .footer-nav-c1 a,
    .footer-nav-c2 a {
        font-size: 16px;
    }

    .footer-right {
        padding-bottom: 50px;
    }

    .footer-bottom {
        position: relative;
        bottom: auto;
        margin-top: 30px;
    }

    .flex-list-item {
        width: calc(50% - 10px);
    }

    .page-title:after {
        width: 100%;
    }

    .sub:hover {
        color: #000000;
    }

    .inner-page-right-hologram {
        display: none;
    }

    .m-nav-button {
        display: block;
        position: absolute;
        right: 20px;
        bottom: 15px;
        cursor: pointer;
    }

    .m-nav-close {
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        cursor: pointer;
    }

    .mdi-menu, .mdi-close {
        font-size: 40px;
        color: var(--color-box-gray-1);
    }

    .header-navigation {
        overflow-y: scroll;
        display: block;
        transform: translateY(-100%);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #f1f1f1;
        z-index: 10000000001 !important;
        transition: all 0.3s;
        padding: 170px 0 150px;
        height: calc(100vh - 300px);
    }


    .header-navigation.extended {
        padding-bottom: 600px;
    }


    .header-navigation a, .sub {
        line-height: 40px;
    }

    .header-navigation.open {
        transform: translateY(0);
        background: #222222;
    }

    .sub-menu {
        position: relative;
        width: calc(100% - 55px);
        top: 0;
        left: 0;
        padding: 20px;
        background: rgba(0, 0, 0, 0.9);
        z-index: 10;
        display: none !important;
        transform: none !important;
        opacity: 1;
        transition: all 0.5s;
    }

    .sub-menu.extended {
        display: block !important;
    }

    .sub-menu-flex {
        display: flex;
        flex-wrap: wrap !important;
    }

    .sub-menu-item {
        width: 100%;
        flex: 1 0 45%; /* explanation below */
    }

    .home-content {
        display: block;
    }

    .home-content-left, .home-content-right {
        width: 100%;
    }

    .sub-menu-item-title {
        width: 30%;
    }

    .sub-menu-item-title {
        font-size: 12px;
        width: 70%;
    }

    .slide-title {
        font-size: 25px !important;
    }

    .slide-text {
        font-size: 18px !important;
        margin-top: 30px;
    }

    .header-top {
        display: none;
    }

    .header-top.mobile {
        display: block !important;
        height: 35px;
        line-height: 35px;
        background-color: transparent;
        padding: 0;
        justify-content: flex-start;
        width: calc(100% - 100px);
        color: var(--color-text-orange);
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 1000;
    }

    .header-top.mobile > div {
        margin-left: 15px;
    }

    .header-top.mobile .mdi {
        color: var(--color-box-gray-2);
    }

    .header-top.mobile .mdi-phone, .header-top.mobile .mdi-facebook {
        color: #f1f1f1;
        background: var(--color-box-gray-2);
    }

    .header-top.mobile a {
        color: var(--color-box-gray-2);
    }

    .header-top.mobile a.active {
        color: var(--color-text-orange);
    }

    .us-navigation {
        position: relative;
        display: block;
    }

    .nodes1, .nodes2 {
        width: 100%;
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }

    .us-navigation .nodes1 a {
        color: #000000;
        background: var(--color-box-gray-1);
    }

    .us-navigation .nodes2 a {
        color: #ffffff;
        background: var(--color-box-gray-2);
    }

    .us-navigation .img-preview {
        display: none !important;
    }

    .nodes1 a, .nodes2 a {
        display: block;
        width: 50% !important;
        float: left;
        margin: 0 !important;
        padding: 0 !important;
    }

    .products-nav {
        display: none;
    }

    .products-content {
        width: 100%;
        padding: 0;
    }

    .products-content-review-text {
        width: calc(100% - 20px);
    }

    .products-content-review {
        display: block;
    }

    .products-content-review-image {
        display: none;
    }

    .metal-choice-item {
        flex: 1 0 41%;
    }

    .metal-choice-item-title {
        font-size: 20px;
    }

    .product-item-img {
        width: 100px;
    }

    .product-item-title-inner {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }

    .page-inner {
        margin-top: 0;
    }

    .breadcrumbs {
        line-height: 25px;
    }

    .product-item {
        height: auto !important;
    }

    .product-item img {
        width: 100% !important;
        height: auto !important;
    }

    .product-details {
        padding-left: 0;
    }


    .product-item.detail .product-item-img {
        width: 100px;
    }

    .product-item.detail .product-item-title-inner {
        width: calc(100% - 100px);
        font-size: 23px;
        line-height: 20px;
    }

    .product-item.detail .product-code {
        font-size: 20px;
        line-height: 23px;
    }

    .product {
        margin-top: 20px;
    }

    .list-title {
        font-size: 23px;
        line-height: 25px;
    }

    .list-container {
        width: 100%;
        overflow-x: scroll;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.51);
        margin-top: 20px;
    }

    .list-table {
        margin-top: 0;
    }

    .list-table thead tr td {
        background: rgba(0, 0, 0, 0.08);
        color: #000000;
        border-color: #999999;
        font-size: 12px;
        min-width: 80px;
        text-align: right;
    }

    .list-table thead tr td:first-child {
        text-align: left;
    }

    .list-table tbody tr td {
        font-size: 12px;
        text-align: right;
        border: 1px solid #CCCCCC;
    }

    .list-table tbody tr td:first-child {
        font-size: 12px;
        text-align: left;
    }

    .hardware-shop-list {
        width: calc(100% - 512px);
    }

    .page-list-item {
        height: 100px;
    }


    #product-search {
        bottom: 0;
        left: 0;
        width: calc(100% - 70px);
        position: relative;
        margin-left: 0;
        margin-top: 10px;
    }

    .mobile-header {
        height: 320px !important;
    }

    .header-label-mobile {
        position: relative;
        color: var(--color-box-gray-2);
        margin-top: 30px;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }

    .header-top.mobile {
        width: calc(100% - 40px);
    }

    .header-navigation.open a {
        text-align: center;
        color: #ffffff;
        font-size: 20px;
    }

    .header-navigation.open .link {
        border-bottom: 1px solid var(--color-box-gray-2);
        width: calc(100% - 30px);
    }


    .header-navigation.open .link:nth-child(6) {
        border-bottom: 1px solid #222222 !important;
    }

    .header-navigation.open a:first-child {
        margin-top: 20px;
    }

    .flex-list-item-title {
        font-size: 16px;
    }

    .flex-list-item-title .inner {
        margin-top: 25%;
    }

    .metal-choice-item-title {
        top: 15px;
        line-height: 20px;
    }


    .separate {
        display: block;
    }

    .separate-main-img {
        width: 100%;
    }

    .separate .text {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .page-main-img {
        width: 100%;
    }

    .separate-right {
        width: 100%;
        padding: 0;
    }

}

@media screen and (max-width: 680px) {


    .img-title {
        font-size: 20px;
    }

    .metal-choice-items {
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        width: calc(100% + 12px);
    }

    .separate-main-img img {
        width: 100% !important;
        height: auto !important;
    }

    .page-list-item {
        display: block !important;
        height: auto;
        width: 100%;
    }

    .page-list-item-img {
        width: 100%;
        height: auto;
    }

    .page-list-item-img img {
        width: 100%;
        height: auto;
    }

    .page-list-item-content {
        width: calc(100% - 42px);
        padding: 20px;
        margin-top: -5px;
        border-top: 0;
    }


    .product-item {
        width: 45%;
    }

    .product-item-search {
        width: 100% !important;
        padding-bottom: 40px;
    }

    .product-item-search .product-item-title-inner {
        margin-top: 5px !important;
    }

    .page-title {
        line-height: 30px;
        font-size: 28px;
    }

    .download-list {
        width: calc(100% - 20px);
    }
}


@media screen and (max-width: 480px) {


    .img-title {
        font-size: 18px;
        margin-top: 18% !important;
    }

    .home-content-right-link {
        width: 100%;
        left: 0;
    }

    .home-content-left-white {
        padding-bottom: 0;
    }

    .home-content-left-white-inner {
        padding: 25px;
    }

    .home-content-right-content {
        padding: 30px 20px 30px 20px;
        width: calc(100% - 40px);
    }

    .home-content-right-hologram {
        display: none;
    }

    .home-content-left-gray, .home-content-left-white {
        padding-left: 0;
    }

    .slide-text {
        display: none;
    }

    .slide-item-container {
        left: 50px;
    }


    .home-content-left-tile-big {
        font-size: 30px;
        padding-left: 30px;
    }

    .home-content-left-tile-small {
        font-size: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        line-height: 20px;
    }

    .product-item-link {
        left: 0;
        width: 100%;
    }

    .header-logo {
        height: 50px;
        margin-top: 15px;
    }

    .product-item img {
        max-height: 110px;
    }

    .metal-choice-item-title {
        top: calc(50% - 20px);
    }
}

/*endregion*/


.clear {
    clear: both;
}

.lazy-load {
    opacity: 0;
    transition: 1s;
}

.lazy-load.loaded {
    opacity: 1;
}


.products-nav-shape-img {
    display: none !important;
}

.social-buttons {
    width: 670px;
    pointer-events: none;
}

.social-buttons .la {
    font-size: 40px;
}

.social-buttons .la-facebook-square {
    color: blue;
}

.social-buttons .la-youtube-square {
    color: red;
}


