@charset "utf-8";
@import url("bootstrap-reboot.min.css");
@import url("bootstrap-grid.min.css");
@import url("fonts.css");

/* <loader */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: var(--nimet-red);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px var(--nimet-red), 0 0 5px var(--nimet-red);
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    /*display: block;*/
    display: none;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: var(--nimet-red);
    border-left-color: var(--nimet-red);
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* loader> */

:root {
    --nimet-red: #007eca;
    --nimet-grey-1: #f2f2f2;
    --nimet-grey-2: #e5e5e5;
    --nimet-grey-3: #f4f4f4;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* <mini reset */
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

a,
a:link,
a:active,
a:visited {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline: expression(hideFocus="true");
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
    margin: 0;
    padding: 0;
}

/* mini reset> */

* {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1930px;
}

.visible {
    overflow: inherit;
    height: inherit;
    font-size: inherit;
    line-height: inherit;
}

.hidden {
    overflow: hidden;
    height: 0;
}

.disable-link {
    color: inherit;
    text-decoration: none !important;
    pointer-events: none;
    user-select: none;
}

.disable-link a {
    display: inline !important;
    color: inherit;
    text-decoration: none !important;
    pointer-events: none;
    user-select: none;
    margin: 0 !important;
}

.image-grid {
    display: grid;
    grid-template-columns: 140px 140px 140px 140px;
    gap: 15px;
}

.image-grid a {
    display: block;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

/* <header */
header {
    width: 100%;
    /* max-width: 1930px;
    height: 103px; */
    background: #fff;
}

header h1 {
    position: relative;
    z-index: 5;
    margin-top: 30px;
    /* width: 300px; */
    max-width: 100%;
    height: auto;
}

header h1 a {
    display: block;
    background: url("../img/logo.svg") 0 0 no-repeat;
    /* width: 300px;
  height: 63px; */
    text-indent: -9999px;
}

header h1 span {
    position: absolute;
    top: 90px;
    right: auto;
    bottom: auto;
    left: 80px;
    z-index: 5;
    display: none;
    background: url("../img/nimet-slogan.svg") 0 0 no-repeat;
    width: 97px;
    height: 50px;
}

header h1 span.white {
    background: url("../img/nimet-slogan-white.svg") 0 0 no-repeat;
}

header h1 span.show {
    display: block;
}

header.shrink {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 101;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    background-color: #fff;
    /* height: 105px; */
    -moz-box-shadow: 0px 4px 3px 0px rgba(120, 120, 120, 0.1);
    -webkit-box-shadow: 0px 4px 3px 0px rgba(120, 120, 120, 0.1);
    box-shadow: 0px 4px 3px 0px rgba(120, 120, 120, 0.1);
}

header.shrink h1 {
    float: left;
    margin: 15px 0 0;
    width: 131px;
    height: 30px;
}

header.shrink h1 a {
    width: 131px;
    height: 30px;
}

header.shrink h1 span {
    display: none;
}

/* <nav */
nav {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    width: auto;
    height: 103px;
    z-index: 990;
}

nav ul {
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
    list-style-type: none;
}

nav ul li {
    position: relative;
    z-index: 1;
    padding: 0;
    line-height: 20px;
}

nav ul li .notification {
    position: absolute;
    top: 0;
    right: -7px;
    z-index: 2;
    display: block;
    background-color: var(--nimet-red);
    background-color: var(--nimet-red);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

nav ul li::before {
    display: inline-block;
    /*content: "Â·";*/
    content: "";
    width: 10px;
    padding: 0 10px;
    font-size: 15px;
    color: #fff;
}

nav ul li:first-child::before {
    content: "";
    width: 0;
    padding-left: 0;
}

nav ul li a {
    position: relative;
    z-index: 99;
    display: inline-block;
    font-size: 12px;
    color: #8b8b8b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

nav ul li a::after {
    position: absolute;
    bottom: -5px;
    display: block;
    content: "";
    width: 97%;
    height: 1px;
    border-bottom: 2px solid var(--nimet-red);
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
    /*transform-origin: bottom left;*/
}

nav ul li a:hover,
nav ul li.current-menu-item a {
    color: #000;
}

nav ul li a:hover::after {
    transform: scaleX(1);
}

nav ul li.icon a {
    margin-top: 2px;
    display: inline-block;
    background: url("../img/mail-2.svg") 50% 50% no-repeat;
    width: 22px;
    height: 18px;
}

nav ul li.icon a:hover {
    background-image: url("../img/mail-2-hover.svg");
}

nav ul li.icon a::after {
    display: none;
}

nav ul#menu-1 li ul.submenu {
    position: absolute;
    top: 30px;
    right: auto;
    bottom: auto;
    left: 20px;
    z-index: 999;
    display: none;
    margin: 0;
    background-color: #fff;
    width: auto;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 20px 0px rgba(73, 73, 73, 0.1);
    -webkit-box-shadow: 0 0 20px 0px rgba(73, 73, 73, 0.1);
    box-shadow: 0 0 20px 0px rgba(73, 73, 73, 0.1);
    padding: 15px 20px;
    text-align: left;
}

nav ul#menu-1 li ul.submenu.last {
    right: 0;
    left: auto;
}

nav ul#menu-1 li:hover>ul.submenu {
    display: block;
}

nav ul#menu-1 li ul.submenu li {
    padding: 5px 0;
    white-space: nowrap;
}

nav ul#menu-1 li ul.submenu.last li {
    text-align: right;
}

nav ul#menu-1 li ul.submenu li::before,
nav ul#menu-1 li ul.submenu li::after {
    display: none;
    visibility: hidden;
}

nav ul#menu-1 li ul.submenu li a {
    font-size: 17px;
    color: var(--nimet-red);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

nav ul#menu-1 li ul.submenu.simple li a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

nav ul#menu-1 li ul.submenu li a span {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-transform: none;
}

nav ul#menu-1 li ul.submenu li a:hover {
    color: #000;
}

nav ul#menu-1 li ul.submenu li a::before,
nav ul#menu-1 li ul.submenu li a::after {
    display: none;
}

header.shrink nav {
    /*overflow: hidden;*/
    height: 60px;
}

header.shrink nav ul {
    margin-top: 20px;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

@media (min-width: 1200px) and (max-width: 1349.98px) {
    #header.container {
        max-width: 100%;
    }
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #header.container {
        width: 100%;
        max-width: 100%;
    }

    nav ul#menu-1 {
        display: none;
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    header .container {
        max-width: 100%;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* <hamburger */
.hamburger {
    right: 30px;
    bottom: auto;
    left: auto;
    z-index: 999;
    margin: 0;
    overflow: visible;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    text-transform: none;
    cursor: pointer;
}

.state-1 {
    /*position: fixed;
	top: 30px;
	right: 15px;
	z-index: 9999;*/
    margin-top: 30px;
}

header.shrink .state-1 {
    /*top: 15px;*/
    margin-top: 15px;
}

nav .state-2 {
    /*position: fixed;
	top: 30px;
	right: 15px;
	z-index: 999;*/
    margin-top: 30px;
}

header.shrink .state-2 {
    margin-top: 15px;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 0px;
}

.hamburger-inner {
    top: 50%;
    margin-top: -2px;
    display: block;
}

.shrink .hamburger-inner,
.hamburger-inner::before,
.shrink .hamburger-inner::after,
.shrink .hamburger-inner,
.shrink .hamburger-inner::before,
.shrink .hamburger-inner::after {
    background-color: #000;
}

.state-2 .hamburger-inner,
.hamburger-inner::before,
.state-2 .hamburger-inner::after {
    background-color: #000;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    background-color: #000;
    width: 30px;
    height: 3px;
    border-radius: 4px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
    width: 30px;
}

.state-2 .hamburger-inner::before {
    left: 0px;
    width: 30px;
}

.hamburger-inner::after {
    bottom: -10px;
    width: 30px;
}

.state-2 .hamburger-inner::after {
    left: 0;
    width: 30px;
}

/* spin */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in,
        transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,
        transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 992px) {
    .hamburger {
        display: none;
    }
}

/* hamburger> */

/* <menu */
#menu-2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: auto;
    background: #fff;
    /*width: 100%;
	height: 100%;*/
    width: 100vw;
    height: 100vh;
}

#menu-2 div {
    margin: 0 auto;
    max-width: 90%;
    color: #e9e9e9;
    text-align: left;
}

#menu-2 div .menu {
    margin: 0;
    padding: 80px 0 0 30px;
}

#menu-2 div .menu li {
    margin: 0;
    display: block;
    width: auto;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    line-height: 20px;
}

#menu-2 div .menu li.menu-item {
    line-height: 26px;
}

#menu-2 div .menu li a {
    position: relative;
    z-index: 1;
    display: inline-block;
    transition-property: all 0.2s linear 0s;
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

#menu-2 div .menu li a .notification {
    position: absolute;
    top: -5px;
    right: -14px;
    z-index: 2;
    display: block;
    background-color: var(--nimet-red);
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

#menu-2 div .menu li a:hover,
#menu-2 div .menu li a:focus,
#menu-2 div .menu li.current-menu-item a {
    color: var(--nimet-red);
}

#menu-2 div hr {
    margin: 10px 30px 0 30px;
    background: none;
    height: 1px;
    border: none;
    border-top: 2px solid var(--nimet-red);
    font-size: 0;
    line-height: 0;
    opacity: 0.5;
}

#menu-2 div .contact {
    margin: 0;
    list-style-type: none;
    padding: 20px 25px 17px 30px;
    text-align: left;
}

#menu-2 div .contact li {
    display: inline;
    padding: 0 10px 0 0;
    color: #000;
    font-weight: 400;
}

#menu-2 div .contact li::before {
    content: "/";
    padding: 0 10px 0 0;
    color: #000;
    font-weight: 400;
}

#menu-2 div .contact li:first-child::before {
    content: "";
    padding: 0;
}

#menu-2 div .contact li a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

#menu-2 div .contact li a:hover,
#menu-2 div .contact li a:focus {
    color: var(--nimet-red);
}

#menu-2 div .links {
    margin: 0 0 30px 0;
    list-style-type: none;
    padding: 0 0 0 20px;
    text-align: left;
}

#menu-2 div .links li {
    display: block;
    padding: 3px 0 3px 10px;
    color: #000;
    font-weight: 400;
}

#menu-2 div .links li a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

#menu-2 div .links li a:hover,
#menu-2 div .links li a:focus {
    color: var(--nimet-red);
}

#menu-2 .menu .submenu {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0 0 15px;
}

#menu-2 .menu .submenu li {
    padding: 4px 20px 0 0;
}

/* #menu-2 .menu .submenu li:last-child {
  margin-top: 10px;
	flex-grow: 1;
	flex-basis: 100%;
} */
#menu-2 .menu .submenu.last li:last-child {
    margin-top: 0;
    flex-grow: 0;
    flex-basis: auto;
}

#menu-2 .menu .submenu li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
}

#menu-2 .menu .submenu li a span {
    display: block;
    font-size: 13px;
    color: #8b8b8b;
    font-weight: 400;
    line-height: 15px;
}

/*#menu-2 .menu .submenu li a {
	font-size: 18px;
	color: var(--nimet-red);
	font-weight: 700;
}
#menu-2 .menu .submenu li a span {
	display: block;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	line-height: 15px;
	text-transform: none;
}*/

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .overlay div .menu {
        opacity: 0;
        visibility: hidden;
    }

    .overlay div .menu>li {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #menu-2 {
        visibility: hidden;
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #menu-2 div .contact {
        padding-left: 30px;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #menu-2 div .menu li a {
        font-size: 22px;
    }

    #menu-2 div .contact li {
        display: block;
        padding-left: 0;
        line-height: 30px;
    }

    #menu-2 div .contact li::before {
        content: "";
        padding-right: 0;
    }
}

@media (max-width: 459.98px) {
    #menu-2 .menu .submenu {
        flex-direction: column;
    }

    #menu-2 .menu .submenu li {
        padding-bottom: 5px;
    }

    #menu-2 .menu .submenu li:last-child {
        margin-top: 0;
    }
}

/* menu> */
/* nav> */
/* header> */

/* <banner */
.banner-1 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/home-hero-bg.jpg") 50% 50% no-repeat;
    height: 680px;
    padding-top: 180px;
}

.banner-1 img {
    display: none;
}

.banner-1 h1 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 45px;
}

.banner-1 h2 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.banner-1 h2 span {
    display: block;
}

.banner-1 p {
    font-size: 15px;
    color: #4f4f4f;
    line-height: 20px;
}

.banner-1 a.more {
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    margin-left: -5px;
    display: inline-flex;
    align-items: center;
    background-color: var(--nimet-red);
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
}

.banner-1 a.more::after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    background: rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.1) 75%,
            rgba(255, 255, 255, 0.5) 90%,
            rgba(255, 255, 255, 0) 100%);
    width: 200%;
    height: 200%;
    transform: rotate(5deg);
    opacity: 0;
}

.banner-1 a.more:hover::after {
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
    opacity: 1;
}

.banner-1 a.more:active::after {
    opacity: 0;
}

.banner-1 a.more span {
    margin-left: 20px;
    display: inline-block;
    background: url("../img/arrow-1.svg") 50% 50% no-repeat;
    width: 30px;
    height: 7px;
}

.banner-1 a.more:hover {
    border-color: var(--nimet-red);
    color: #fff;
    opacity: 1;
}

.banner-1 a.banner {
    margin: 40px 0 0 -10px;
    /*display: inline-block;*/
    display: none;
}

.banner-1 a.banner img {
    display: block;
    max-width: 100%;
    width: auto;
}

.banner-1 a.events {
    margin: 30px 25px 0 0;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #000;
}

.banner-1 a.events+a.events {
    margin-top: 15px;
}

.banner-1 a.events div.img img {
    display: block;
    width: 50px;
    height: auto;
}

.banner-1 a.events div.text {
    padding-left: 15px;
}

.banner-1 a.events span {
    display: block;
}

.banner-1 a.events:hover {
    text-decoration: none;
}

.banner-1 .news {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -15px;
    left: 0;
    z-index: 2;
    margin: 0 20px;
    height: 30px;
    text-align: center;
    display: none;
}

.banner-1 .news a {
    position: relative;
    display: inline-block;
    background-color: var(--nimet-red);
    height: 30px;
    padding: 0 20px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.banner-1 .news a:hover {
    background-color: #000;
}

.banner-2 {
    position: relative;
    z-index: 1;
    background: #fff url("../img/nimet-banner-8.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-2.video {
    overflow: hidden;
    background-image: none;
}

.banner-2.video .video-wrapper {
    margin: 0 -15px;
}

.banner-2.video video {
    object-fit: cover;
    width: 100%;
    height: 460px;
}

.banner-3 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/nimet-banner-9.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-4 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/nimet-banner-10.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-5 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/nimet-banner-11.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-6 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/nimet-banner-12.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-7 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/nimet-banner-16.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-8 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/nimet-banner-18.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-9 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/components-bg.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-10 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/delivery-bg.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-11 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/contacts-bg.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-12 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/about-bg.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-14 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/zapit-na-vigotovlennya-gidroczilindra-bg.jpg") 50% 50% no-repeat;
    height: 460px;
}

.banner-15 {
    position: relative;
    z-index: 1;
    background: #f5f5f5 url("../img/finished-products-bg.jpg") 50% 50% no-repeat;
    height: 350px;
}

#banner hr {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--nimet-red);
    width: 210px;
    height: 10px;
    border: none;
    opacity: 1;
}

#banner.banner-2.video hr {
    display: none;
}

#banner.news h2 {
    position: absolute;
    top: 160px;
    right: auto;
    bottom: auto;
    left: 50px;
    z-index: 2;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
}

#banner.news h2 .type-1 {
    display: block;
    color: var(--nimet-red);
}

#banner.news h2 .type-2 {
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

#banner.news h2 .type-2 em {
    font-size: 15px;
    text-transform: none;
}

@media (min-width: 1350px) {
    #banner .container {
        max-width: 1320px;
    }
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .banner-1 {
        background-size: cover;
        background-position: 50% 100px;
        background-size: 1000px 352px;
        height: auto;
        padding-top: 160px;
        padding-bottom: 100px;
    }

    .banner-2.video video {
        height: 260px;
    }

    .banner-1 h1 {
        margin-top: 0;
        padding-right: 30px;
        padding-left: 30px;
        font-size: 35px;
        line-height: 40px;
    }

    .banner-1 h2,
    .banner-1 p {
        padding-right: 30px;
        padding-left: 30px;
    }

    .banner-1 a.more {
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
        margin-left: 20px;
    }

    .banner-2,
    .banner-3,
    .banner-4,
    .banner-5,
    .banner-6,
    .banner-7,
    .banner-8,
    .banner-9,
    .banner-10,
    .banner-11,
    .banner-12,
    .banner-14 {
        background-size: cover;
        height: 260px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #banner.news h2 {
        top: 70px;
    }

    .banner-1 a.events {
        margin-left: 25px;
    }

    .banner-1 a.events span {
        display: inline;
    }
}

@media (max-width: 767.98px) {
    .banner-1 {
        background-image: none;
        padding-top: 120px;
        padding-bottom: 0;
    }

    .banner-1 img {
        margin-top: 0;
        display: block;
        max-width: 100%;
        width: auto;
    }

    .banner-1 a.events {
        background-color: #fff;
        padding: 10px;
        border-bottom: none;
        opacity: 0.8;
    }

    .banner-1 a.events:hover {
        border-bottom: none;
    }

    .banner-2.video video {
        height: 360px;
    }

    .banner-1 a.events div.img img {
        max-width: inherit;
    }
}

@media (max-width: 575.98px) {
    .banner-1 {
        background-position: 80% 220px;
        background-size: 1000px 352px;
        padding-top: 120px;
    }

    .banner-1 h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .banner-1 h2 {
        font-size: 17px;
        line-height: 20px;
    }

    .banner-1 a.more {
        width: auto;
        font-size: 9px;
    }

    .banner-1 a.banner {
        margin-left: 0;
    }

    .banner-1 .news {
        height: auto;
    }

    .banner-1 .news a {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 4px;
        line-height: 20px;
    }

    #banner.news h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 334.98px) {
    .banner-1 a.more span {
        display: none;
    }
}

/* banner> */

/* <path */
#path {
    padding: 15px 0;
}

#path.special {
    background-color: #231f1e;
}

#path ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

#path ul li {
    margin: 0;
    display: inline-block;
    padding: 0;
    font-size: 10px;
    color: #4f4f4f;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#path.special ul li {
    color: #fff;
}

#path ul li::before {
    content: "/";
    padding: 0 10px 0 7px;
    color: var(--nimet-red);
}

#path ul li:first-child::before {
    content: "";
    padding: 0;
}

#path ul li a {
    color: #9f9f9f;
    font-weight: 600;
    line-height: 20px;
}

#path ul li a:hover {
    border-bottom: 1px solid var(--nimet-red);
    color: #000;
}

#path.special ul li a:hover {
    color: #fff;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* path> */

/* <section-1 */
#section-1 {
    padding: 30px 0;
}

.products .box {
    position: relative;
    z-index: 1;
    display: block;
    /* background-color: #f4f4f4; */
    text-align: right;
}

.products .box::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -5px;
    left: 0;
    z-index: 2;
    margin: 0 auto;
    display: block;
    content: "";
    background-color: var(--nimet-red);
    width: 160px;
    height: 10px;
}

.products .box img {
    max-width: 100%;
}

/* .products .box div {
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
  z-index: 1;
} */
.products .box h2 {
    margin-left: -2px;
    padding-right: 30px;
    font-size: 1.3vw;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.products .box:hover h2 {
    color: #000;
}

.products .box h3 {
    margin-top: 5px;
    padding-right: 30px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: left;
    line-height: 22px;
}

.products .box:hover h3 {
    color: var(--nimet-red);
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .products .box {
        margin-bottom: 30px;
    }

    .products .box div {
        top: 30px;
    }

    .products .box h2 {
        font-size: 35px;
        line-height: 35px;
    }
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #section-1 {
        padding: 20px 0;
    }

    .products .box {
        margin-bottom: 30px;
    }

    .products .box div {
        top: 40px;
    }

    .products .box h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .products .box h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .products .box div {
        top: 30px;
    }

    .products .box h3 {
        font-size: 16px;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-1 {
        padding: 20px 0 0;
    }

    .products .box div {
        top: 40px;
    }

    .products .box h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

/* section-1> */

/* <section-2 */
#section-2 {
    background: url("../img/hydrowest-banner-2.jpg") 50% 50% no-repeat;
    height: 700px;
}

#section-2 h2 {
    margin-top: 210px;
    margin-bottom: 35px;
    width: 175px;
    height: 40px;
}

#section-2 blockquote {
    margin-top: 210px;
    margin-bottom: 40px;
    color: #fff;
    line-height: 25px;
}

#section-2 blockquote strong {
    font-weight: 700;
    text-transform: uppercase;
}

#section-2 a {
    margin-left: -10px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    border: 2px solid var(--nimet-red);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#section-2 a span {
    margin-left: 20px;
    display: inline-block;
    background: url("../img/arrow-1.svg") 50% 50% no-repeat;
    width: 30px;
    height: 7px;
}

#section-2 a:hover {
    border-color: #fff;
    color: var(--nimet-red);
}

#section-2 p {
    margin-bottom: 20px;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #section-2 {
        background-position: 30% 50%;
    }
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #section-2 a span {
        background-image: url("../img/arrow-2.svg");
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #section-2 {
        background-position: 20% 50%;
        background-size: cover;
        height: auto;
        padding-bottom: 70px;
    }

    #section-2 h2 {
        margin-right: 50px;
        margin-left: 50px;
    }

    #section-2 blockquote {
        margin-right: 50px;
        margin-left: 50px;
    }

    #section-2 a {
        margin-left: 45px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #section-2 a {
        background-color: var(--nimet-red);
        border-color: var(--nimet-red);
        color: #fff;
        opacity: 0.8;
    }

    #section-2 a span {
        background: url("../img/arrow-1.svg") 50% 50% no-repeat;
    }

    #section-2 a:hover {
        border-color: var(--nimet-red);
        color: #fff;
        opacity: 1;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-2 h2 {
        margin-right: 15px;
        margin-left: 15px;
    }

    #section-2 blockquote {
        margin-right: 15px;
        margin-left: 15px;
    }

    #section-2 a {
        margin-left: 10px;
    }
}

/* section-2> */

/* <section-3 */
#section-3 {
    position: relative;
    z-index: 1;
    background: url("../img/hydrowest-banner-3.jpg") 50% 50% no-repeat;
    height: 700px;
}

#section-3 h2 {
    margin-top: 200px;
    margin-bottom: 30px;
    font-size: 30px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

#section-3 h2 span {
    color: #000;
}

#section-3 blockquote {
    margin-top: 200px;
    margin-bottom: 40px;
    line-height: 25px;
    text-align: justify;
}

#section-3 blockquote strong {
    font-weight: 700;
    text-transform: uppercase;
}

#section-3 a {
    margin-left: -10px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    border: 2px solid var(--nimet-red);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 11px;
    color: #000;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#section-3 a span {
    margin-left: 20px;
    display: inline-block;
    background: url("../img/arrow-1.svg") 50% 50% no-repeat;
    width: 30px;
    height: 7px;
}

#section-3 a:hover {
    border-color: #000;
    color: var(--nimet-red);
}

#section-3 hr {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--nimet-red);
    width: 210px;
    height: 10px;
    border: none;
    opacity: 1;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #section-3 h2 {
        margin-top: 160px;
        margin-left: 50px;
    }

    #section-3 blockquote {
        margin-left: 50px;
    }

    #section-3 a {
        margin-left: 45px;
    }
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #section-3 {
        background-position: 45% 0;
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #section-3 {
        background-color: #f3f3f3;
        background-position: 60% 120px;
        background-size: cover;
        height: auto;
        padding-bottom: 150px;
    }

    #section-3 h2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    #section-3 blockquote {
        margin-right: 50px;
        line-height: 22px;
    }

    #section-3 a {
        background-color: #000;
        border-color: #000;
        color: var(--nimet-red);
        opacity: 0.8;
    }

    #section-3 a span {
        background: url("../img/arrow-2.svg") 50% 50% no-repeat;
    }

    #section-3 a:hover {
        border-color: #000;
        color: #fff;
        opacity: 1;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-3 {
        background-position: 60% 140px;
    }

    #section-3 h2 {
        margin-top: 40px;
        margin-right: 15px;
        margin-left: 15px;
    }

    #section-3 blockquote {
        margin-right: 15px;
        margin-left: 15px;
    }

    #section-3 a {
        margin-left: 10px;
        /*background-color: rgba(255, 255, 255, 0.7);*/
    }
}

/* section-3> */

/* <section-4 */
#section-4 {
    background: #f9f9f9 url("../img/hydrowest-banner-4.jpg") 50% 50% no-repeat;
    background-size: cover;
    height: max-content;
    padding-block: 40px;
}

#section-4 h2 {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

#section-4 blockquote {
    color: #ffffff;
    padding: 0 15px;
    line-height: 25px;
    text-align: justify;
}

#section-4 p {
    margin-bottom: 20px;
}

#section-4 .carousel-1 {
    margin-top: 260px;
}

#section-4 .carousel-1 .owl-nav {
    margin-top: 20px;
    /*display: flex;*/
    display: none;
    justify-content: flex-end;
    height: 7px;
    border-top: 1px solid var(--nimet-red);
}

#section-4 .carousel-1 .owl-nav .owl-prev,
#section-4 .carousel-1 .owl-nav .owl-next {
    width: 20px;
    height: 7px;
}

#section-4 .carousel-1 .owl-nav .owl-prev span,
#section-4 .carousel-1 .owl-nav .owl-next span {
    display: block;
    width: 20px;
    height: 7px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

#section-4 .carousel-1 .owl-nav .owl-prev:focus,
#section-4 .carousel-1 .owl-nav .owl-next:focus {
    outline: none;
}

#section-4 .carousel-1 .owl-nav .owl-prev span {
    background: url("../img/arrow-3.svg") 50% 50% no-repeat;
    transform: rotate(180deg);
}

#section-4 .carousel-1 .owl-nav .owl-prev {
    margin-top: 10px;
}

#section-4 .carousel-1 .owl-nav .owl-next {
    margin-top: 10px;
    margin-right: 30px;
}

#section-4 .carousel-1 .owl-nav .owl-next span {
    margin-left: 10px;
    background: url("../img/arrow-3.svg") 50% 50% no-repeat;
}

#section-4 .carousel-1 .owl-dots {
    display: none;
    visibility: hidden;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #section-4 {
        background-position: 70% 50%;
    }
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #section-4 {
        background-size: 1100px 399px;
        /* background-position: 75% 100%; */
        background-position: bottom center;
        background-color: #000;
        height: auto;
    }

    #section-4 .carousel-1 {
        margin-top: 160px;
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #section-4 {
        /* background-position: 15% 180px; */
        background-size: cover;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #section-4 .carousel-1 {
        margin-top: 50px;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
/* @media (max-width: 575.98px) {
  #section-4 {
    background-position: 15% 120%;
  }
} */
/* section-4> */

/* <section-5 */
#section-5 {
    background: #383d44 url("../img/hydrowest-banner-5.jpg") 50% 50% no-repeat;
    height: 680px;
    background-attachment: scroll;
}

#section-5 h2 {
    margin-top: 150px;
    margin-bottom: 20px;
    font-size: 40px;
    color: var(--nimet-red);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}

#section-5 h2 span {
    display: block;
    font-size: 16px;
    color: #9a9a9a;
    font-weight: 600;
    text-transform: none;
}

#section-5 h3 {
    color: #000;
    font-weight: 700;
}

#section-5 ul {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 600px;
    padding: 0;
}

#section-5 ul li {
    margin-bottom: 5px;
    flex-basis: 50%;
    font-size: 13px;
    color: #000;
}

#section-5 img {
    display: none;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #section-5 h2 {
        margin-left: 50px;
    }

    #section-5 h3 {
        margin-left: 50px;
    }

    #section-5 ul {
        margin-left: 50px;
    }
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #section-5 {
        /* background: #383d44 url("../img/nimet-banner-17-mobile.jpg") 50% 100%
      no-repeat; */
        background-size: 100%;
        background-color: #eee;
        background-position: bottom center;
        height: auto;
        padding-bottom: 100px;
    }

    #section-5 img {
        display: block;
        max-width: 100%;
        width: auto;
    }

    #section-5 ul {
        margin-bottom: 300px;
    }

    #section-5 ul li span {
        display: inline-block;
        background-color: #000;
        padding: 1px 5px;
    }

    #section-5 h2 {
        font-size: 22px;
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #section-5 h2 {
        margin-top: 60px;
    }

    #section-5 ul {
        width: auto;
    }

    #section-5 ul li {
        flex-basis: 100%;
    }

    #section-5 ul li span {
        background: none;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-5 h2 {
        margin-left: 15px;
    }

    #section-5 h3 {
        margin-left: 15px;
    }

    #section-5 ul {
        margin-left: 15px;
    }
}

/* section-5> */

/* <section-6 */
#section-6 {
    position: relative;
    z-index: 1;
    background: url("../img/hydrowest-banner-6.jpg") 50% 50% no-repeat;
    height: 690px;
    padding: 190px 0;
}

#section-6 #news-and-events {
    position: absolute;
    margin-top: -170px;
    z-index: 1;
    width: 1px;
    height: 1px;
    line-height: 0;
}

#section-6 .events {
    position: relative;
    z-index: 1;
    padding-right: 50px;
}

#section-6 .events .header h6 {
    font-size: 12px;
    font-weight: 600;
}

#section-6 .events .header h6 span {
    display: block;
    font-size: 40px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 30px;
}

#section-6 .events .header h6::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #c2c2c2;
}

#section-6 .content {
    padding-top: 10px;
}

#section-6 .content a {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    /*align-items: flex-start;*/
    align-items: center;
}

#section-6 .content img {
    margin-right: 30px;
    display: block;
    width: 90px;
    height: 90px;
    /*-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
			border-radius: 50%;*/
}

#section-6 .content h4 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #000;
    line-height: 20px;
    font-weight: 700;
}

#section-6 .content a:hover h4 {
    color: var(--nimet-red);
}

#section-6 .content p {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    font-weight: 400;
}

#section-6 .content p span {
    display: block;
    /*font-weight: 600;*/
}

#section-6 .content p span.break {
    display: block;
    font-weight: 400;
}

#section-6 .content a:hover p {
    color: var(--nimet-red);
}

#section-6 .carousel-2 .owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    /*display: flex;*/
    display: none;
    justify-content: flex-end;
    width: 100%;
    height: 27px;
    text-align: right;
}

#section-6 .carousel-2 .owl-nav .owl-prev,
#section-6 .carousel-2 .owl-nav .owl-next {
    width: 20px;
    height: 7px;
}

#section-6 .carousel-2 .owl-nav .owl-prev span,
#section-6 .carousel-2 .owl-nav .owl-next span {
    display: block;
    width: 20px;
    height: 7px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

#section-6 .carousel-2 .owl-nav .owl-prev:focus,
#section-6 .carousel-2 .owl-nav .owl-next:focus {
    outline: none;
}

#section-6 .carousel-2 .owl-nav .owl-prev span {
    background: url("../img/arrow-3.svg") 50% 50% no-repeat;
    transform: rotate(180deg);
}

#section-6 .carousel-2 .owl-nav .owl-prev {
    margin-top: 10px;
}

#section-6 .carousel-2 .owl-nav .owl-next {
    margin-top: 10px;
    margin-right: 10px;
}

#section-6 .carousel-2 .owl-nav .owl-next span {
    margin-left: 10px;
    background: url("../img/arrow-3.svg") 50% 50% no-repeat;
}

#section-6 .carousel-2 .owl-dots {
    display: none;
    visibility: hidden;
}

#section-6 .boxes {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

#section-6 .boxes .box img {
    display: block;
    width: 110px;
    height: 110px;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

#section-6 .boxes .box+.box+.box {
    position: relative;
    z-index: 1;
}

#section-6 .boxes .box+.box+.box img {
    width: 112px;
    height: 112px;
}

#section-6 .boxes .box #circle {
    position: absolute;
    top: 17.11px;
    right: auto;
    bottom: auto;
    left: 17.11px;
    z-index: 2;
    background-color: #fff;
    width: 75.4818px;
    height: 75.4818px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: grow 1s infinite;
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}

#section-6 .boxes h6 {
    color: #fff;
    margin-top: 15px;
    padding-left: 55px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #section-6 .content p span.break {
        display: inline;
    }

    /*#section-6 .content p span {
		display: inline;
	}*/
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #section-6 {
        height: auto;
        padding: 60px 0;
    }

    #section-6 .events {
        margin-bottom: 40px;
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-6 {
        /* background-image: none; */
        padding: 40px 0;
    }

    #section-6 .boxes .box {
        margin-bottom: 30px;
    }

    #section-6 .events {
        padding-right: 15px;
    }

    #section-6 .content h4 {
        font-size: 15px;
    }

    #section-6 .content p span {
        display: inline;
    }
}

/* section-6> */

/* <section-7 */
#section-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/symbol-1.svg"), url("../img/nimet-banner-7.jpg");
    background-position: 50% 50%, 50% 50%;
    background-size: 420px 420px, 1930px 520px;
    background-repeat: no-repeat, no-repeat;
    height: 520px;
    text-align: center;
}

#section-7 .text {
    display: inline-block;
}

#section-7 h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 35px;
}

#section-7 h3 span {
    display: block;
    color: var(--nimet-red);
    font-weight: 700;
    text-transform: uppercase;
}

#section-7 a:hover h3 {
    color: var(--nimet-red);
}

#section-7 a:hover h3 span {
    color: #fff;
}

#section-7 hr {
    margin: 15px auto;
    background: none;
    width: 170px;
    height: 1px;
    border: none;
    border-top: 1px solid var(--nimet-red);
    opacity: 1;
}

#section-7 blockquote {
    color: #fff;
    line-height: 23px;
}

#section-7 blockquote strong {
    font-weight: 600;
}

#section-7 a:hover blockquote {
    color: var(--nimet-red);
}

#section-7 img {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: auto;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
    max-width: 90%;
    width: 420px;
    height: 420px;
}

@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-7 {
        background-size: 80% 80%, 1930px 520px;
    }

    #section-7 h3 {
        font-size: 27px;
    }

    #section-7 hr {
        margin-top: 10px;
        width: 140px;
    }
}

/* section-7> */

/* <section-8 */
#section-8 {
    padding: 15px 0 30px;
}

#section-8.special {
    background-color: #231f1e;
    padding-top: 0;
    padding-bottom: 0;
}

#section-8 .header {
    margin-bottom: 30px;
}

#section-8.special .header {
    margin-bottom: 0;
}

#section-8 .header .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 30px;
}

#section-8 .header h1 {
    margin-left: -2px;
    font-size: 50px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

#section-8 .header h1.special {
    text-transform: capitalize;
}

#section-8.special .header h1 {
    margin-top: 15px;
    margin-bottom: 30px;
}

#section-8 .header h1 span {
    color: #000;
}

#section-8 .header h2 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
}

#section-8 .header a {
    margin-top: 15px;
    margin-left: -5px;
    display: inline-block;
    background-color: var(--nimet-grey-2);
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 9px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
}

#section-8 .header a:hover {
    background-color: #000;
    color: #fff;
}

#section-8 .header ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0;
}

#section-8 .header ul li a {
    margin-right: 15px;
}

#section-8 .description {
    margin: 50px -15px;
    display: flex;
    align-items: center;
    background-color: var(--nimet-grey-3);
    padding: 0;
}

#section-8 .description blockquote {
    padding: 0 0 0 90px;
    text-align: justify;
    line-height: 30px;
}

#section-8 .description strong {
    font-weight: 700;
}

#section-8 .description .img {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

#section-8 .description img {
    width: 100%;
}

#section-8 .content.special-1 {
    margin-top: 70px;
}

#section-8 .content.special-1 .concept {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#section-8 .content.special-1 .concept .area-2 {
    width: 260px;
}

#section-8 .content.special-1 .concept img {
    max-width: 100%;
    height: auto;
}

#section-8 .content.special-1 h4 {
    margin-top: 45px;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
}

#section-8 .content.special-1 h4 span {
    display: block;
    color: var(--nimet-red);
}

#section-8 .content.special-1 a {
    margin-top: 20px;
    display: inline-block;
    background-color: var(--nimet-grey-2);
    height: 40px;
    -moz-border-radius: 120px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 9px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 2px;
}

#section-8 .content.special-1 a:hover {
    background-color: #000;
    color: #fff;
}

#section-8 .content.special-1 .text {
    margin-top: 50px;
    line-height: 20px;
    text-align: justify;
}

#section-8 .content.special-1 .text strong {
    font-weight: 600;
}

#section-8 .content.product .title.title-1 {
    margin-bottom: 40px;
}

#section-8 .content.product .title h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    height: auto;
    font-size: 40px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
}

#section-8 .content.product .title h2 span {
    color: #000;
    font-weight: 400;
}

#section-8 .content.product .title h4 {
    margin-top: -10px;
    margin-bottom: 30px;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
}

#section-8 .content.product .box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    align-items: stretch;
}

#section-8 .content.product .box.text {
    margin-top: 5px;
    margin-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
}

#section-8 .content.product .box.text h5 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

#section-8 .content.product .box h4 {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: var(--nimet-red);
    width: 100px;
    height: 100px;
    border: 20px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
}

#section-8 .content.product .box h4 span {
    display: block;
    font-size: 12px;
}

#section-8 .content.product .box h4 em {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    z-index: 3;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    font-style: normal;
}

#section-8 .content.product .box h3 {
    margin-bottom: 20px;
    flex-grow: 1;
    /*height: 40px;*/
    font-size: 18px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

#section-8 .content.product .box h3 span {
    display: block;
}

#section-8 .content .box h3 em {
    color: var(--nimet-red);
    font-style: normal;
}

#section-8 .content.product .box ul {
    display: block;
    flex-grow: 1;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

#section-8 .content.product .box ul li {
    padding: 3px 0;
    font-size: 18px;
    color: #7a7a7a;
    font-weight: 600;
    line-height: 15px;
}

#section-8 .content.product .box a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
    flex-grow: 0;
    /* margin: 20px auto 0;
	display: inline-block;
	background-color: var(--nimet-grey-2);
	height: 30px;
	-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
			border-radius: 20px;
	padding: 0 20px;
	font-size: 9px;
	color: #000;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 30px; */
}

/* #section-8 .content.product .box a:hover {
	background-color: #000;
	color: #fff;
} */
#section-8 .content.product.boxes .box::after {
    margin: 25px auto 0px;
    display: block;
    content: "";
    width: 50%;
    height: 1px;
    border-top: 4px solid var(--nimet-red);
}

#section-8 .content.product .box img {
    display: block;
    flex-grow: 0;
    max-width: 100%;
    width: auto;
}

#section-8 .content.product .box hr {
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    background: none;
    width: 100%;
    height: 1px;
    border: none;
    border-top: 2px solid var(--nimet-grey-1);
}

#section-8 .content.product hr {
    margin: 30px auto 0;
    background-color: var(--nimet-red);
    width: 210px;
    height: 10px;
    border: none;
    opacity: 1;
}

#section-8 .content.team blockquote {
    margin: 50px 30px 20px;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    line-height: 25px;
    text-align: center;
}

#section-8 .content.team blockquote strong {
    font-weight: 600;
    text-transform: uppercase;
}

#section-8 .content.team .title {
    margin: 60px 0;
}

#section-8 .content.team .title h3 {
    position: relative;
    z-index: 1;
    margin-right: -15px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 15px;
    text-transform: uppercase;
    text-align: center;
}

#section-8 .content.team .title h3::after {
    position: absolute;
    top: 40px;
    right: 17px;
    bottom: auto;
    left: 0;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    display: block;
    content: "";
    background-color: var(--nimet-red);
    width: 120px;
    height: 5px;
}

#section-8 .content.team .box {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    padding: 0 25px;
    text-align: center;
}

#section-8 .content.team .box img {
    margin: 0 auto 30px;
    display: block;
    width: 150px;
    height: 150px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    text-indent: -9999px;
    background: #eee;
}

#section-8 .content.team .box h6 {
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 400;
    line-height: 25px;
}

#section-8 .content.team .box h6 strong {
    font-weight: 700;
    text-transform: uppercase;
}

#section-8 .content.team .box p {
    color: #7a7a7a;
}

#section-8 .content.team .box hr {
    position: absolute;
    top: 110px;
    right: auto;
    bottom: auto;
    left: 20px;
    z-index: 1;
    margin-bottom: 50px;
    display: none;
    background: none;
    width: 80px;
    height: 1px;
    border: none;
    border-bottom: 4px solid var(--nimet-red);
}

#section-8 .content.team .box ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

#section-8 .content.team .box ul::before {
    margin: 20px auto 15px;
    content: "";
    display: block;
    background-color: var(--nimet-red);
    width: 50px;
    height: 2px;
}

#section-8 .content.team .box ul li {
    color: #7a7a7a;
}

#section-8 .content.team .box a {
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
    color: #7a7a7a;
    word-break: break-all;
}

#section-8 .content.team .box a.qr {
    color: var(--nimet-red);
}

#section-8 .content.team .box a:hover {
    color: var(--nimet-red);
}

#section-8 .content.secondary {
    padding: 10px 0 20px;
}

#section-8 .content.secondary blockquote.address {
    margin-top: 30px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
}

#section-8 .content.secondary blockquote.address a {
    color: #000;
    font-weight: 600;
}

#section-8 .content.secondary p {
    margin-bottom: 20px;
    text-align: justify;
}

#section-8 .content.secondary form p {
    margin-bottom: 0;
}

#section-8 .content.secondary h6 {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

#section-8 .content.secondary h6::after {
    margin-top: 15px;
    /*display: block;*/
    display: none;
    content: "";
    background-color: var(--nimet-red);
    width: 120px;
    height: 3px;
}

#section-8 .content.secondary h6 span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

#section-8 .content.secondary a {
    color: var(--nimet-red);
    font-weight: 600;
}

#section-8 .content.secondary a:hover {
    border-bottom: 1px solid #000;
    color: #000;
}

#section-8 .content.secondary span.bold {
    font-weight: 600;
}

#section-8 .content.secondary ul {
    margin: 0 0 20px 0;
    list-style-type: none;
    padding: 0;
}

#section-8 .content.secondary ul ul {
    margin-top: 10px;
    margin-bottom: 0;
}

#section-8 .content.secondary ul li {
    margin-left: 5px;
    background: url("../img/bullet-1.svg") 0 5px no-repeat;
    background-size: 10px 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: justify;
}

#section-8 .content.secondary ul li ul li {
    margin-left: 0;
    background-image: url("../img/bullet-2.svg");
}

#section-8 .content.secondary ul li strong {
    /*border-bottom: 1px solid var(--nimet-red);*/
    font-weight: 600;
}

#section-8 .content.secondary p strong {
    font-weight: 600;
}

#section-8 .content.secondary ol {
    margin: 0;
    list-style: none;
    counter-reset: custom-counter;
    padding: 0;
}

#section-8 .content.secondary ol li.main {
    counter-increment: custom-counter;
}

#section-8 .content.secondary ol li.main:before {
    margin-right: 10px;
    display: inline-block;
    content: counter(custom-counter) ". ";
    width: 20px;
    font-size: 20px;
    color: #ddd;
    font-weight: 700;
    text-align: right;
}

#section-8 .content.secondary ol li.main p {
    margin: 10px 20px 10px 30px;
}

#section-8 .content.secondary ol li.main ul {
    margin: 10px 20px 30px 25px;
}

#section-8 .content.secondary ol li.main ul li {
    padding-bottom: 5px;
}

#section-8 .content.secondary ol li.main ul li {
    margin-left: 5px;
    background: url("../img/bullet-1.svg") 0 6px no-repeat;
    background-size: 10px 10px;
    padding-left: 20px;
    padding-bottom: 5px;
    text-align: justify;
}

#section-8 .content.secondary ol li.main ul li strong {
    font-size: 14px;
    font-weight: 600;
}

#section-8 .content.secondary ol li.main ul li ul {
    margin: 10px;
}

#section-8 .content.secondary ol li.main ul li ul li {
    background: none;
    padding-left: 0;
}

#section-8 .content.secondary h4 {
    margin: 0 30px;
    font-size: 20px;
    font-weight: 600;
}

#section-8 .content.secondary h4::before {
    margin: 30px 0 20px -30px;
    display: block;
    content: "";
    background-color: var(--nimet-red);
    width: 130px;
    height: 4px;
}

#section-8 .content.secondary h4 span {
    font-size: 11px;
    color: #9f9f9f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#section-8 .content.secondary.secondary-2 {
    margin-bottom: 50px;
}

#section-8 .content.secondary.secondary-2 .box {
    display: flex;
    align-items: center;
}

#section-8 .content.secondary.secondary-2 .box a.cover:hover {
    border: none;
}

#section-8 .content.secondary.secondary-2 .box img {
    margin: 0 auto;
    display: inline-block;
    max-width: 160px;
    height: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 20px 0px rgba(120, 120, 120, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(120, 120, 120, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(120, 120, 120, 0.2);
}

#section-8 .content.secondary.secondary-2 .box div {
    padding-left: 30px;
}

#section-8 .content.secondary.secondary-2 .box div h6 {
    margin-bottom: 5px;
    line-height: 25px;
}

#section-8 .content.secondary.secondary-2 .box div p {
    height: 10px;
}

#section-8 .content.partners {
    padding-bottom: 50px;
}

#section-8 .content.partners .box {
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#section-8 .content.partners .box blockquote {
    margin: 0 30px;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    font-style: italic;
    line-height: 25px;
    text-align: justify;
}

#section-8 .content.partners .box blockquote::before {
    position: absolute;
    top: -10px;
    right: auto;
    bottom: auto;
    left: -40px;
    z-index: 1;
    display: block;
    content: "";
    background: url("../img/quota-1.svg") 50% 50% no-repeat;
    width: 30px;
    height: 21px;
}

#section-8 .content.partners .box h4::before {
    margin: 20px 0 20px -30px;
    display: block;
    content: "";
    background-color: var(--nimet-red);
    width: 130px;
    height: 4px;
}

#section-8 .content.partners .box h4 {
    margin: 0 30px;
    font-size: 20px;
    font-weight: 600;
}

#section-8 .content.partners .box h4 span {
    font-size: 11px;
    color: #9f9f9f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#section-8 .content.partners .box h5 {
    margin: 5px 30px 0;
}

#section-8 .content.partners .box h5 a {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    line-height: 25px;
}

#section-8 .content.partners .box h5 a:hover {
    color: var(--nimet-red);
}

#section-8 .tab-years {
    margin: 0 0 20px;
    padding: 0;
    border-bottom: none;
}

#section-8 .tab-years .nav-item {
    margin: 0;
    padding: 0;
}

#section-8 .tab-years .nav-item a.nav-link {
    margin-right: 15px;
    background-color: var(--nimet-grey-2);
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}

#section-8 .tab-years .nav-item a.nav-link.active,
#section-8 .tab-years .nav-item a.nav-link:hover {
    background-color: var(--nimet-red);
    color: #fff;
    cursor: pointer;
}

#section-8 .content.events {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

#section-8 .content.events:last-child {
    border-bottom: none;
}

#section-8 .content.events .box {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

#section-8 .content.events .box.temp {
    display: block;
}

#section-8 .content.events .box img {
    display: block;
    width: 120px;
    height: 120px;
}

#section-8 .content.events .box h4 {
    margin: 10px 0 10px 0;
    flex-grow: 0;
    height: 50px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 25px;
}

#section-8 .content.events .box h4 span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

#section-8 .content.events .box p {
    /*margin-left: 5px;*/
    flex-grow: 1;
    /*padding-left: 15px;
	border-left: 2px solid #eee;*/
    font-size: 13px;
    color: #000;
}

#section-8 .content.events .box a.link {
    margin-top: 10px;
    flex-grow: 0;
    display: inline-block;
    font-size: 14px;
    color: var(--nimet-red);
    font-weight: 600;
}

#section-8 .content.events .box a.link:hover {
    color: #000;
}

#section-8 .content.events .box a.btn {
    margin-top: 20px;
    margin-left: -5px;
    flex-grow: 0;
    display: block;
    background-color: #fff;
    width: auto;
    height: 40px;
    padding: 0 20px;
    border: 2px solid var(--nimet-red);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 10px;
    color: #000;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#section-8 .content.events .box a.btn.hidden {
    visibility: hidden;
}

#section-8 .content.events .box a.btn:hover {
    border-color: #000;
}

#section-8 .content.events .box a.btn.not-visible {
    visibility: hidden;
}

#section-8 .content.contact .contact.main {
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 30px;
    text-align: center;
}

#section-8 .content.contact .contact.main h1 {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    height: 30px;
    font-size: 25px;
    font-weight: 600;
    line-height: 20px;
}

#section-8 .content.contact .contact.main h1 span {
    margin-right: 10px;
    display: block;
    background: url("../img/logo.jpg") 0 0 no-repeat;
    width: 128px;
    height: 30px;
    text-indent: -9999px;
}

#section-8 .content.contact .contact.main h6 {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

#section-8 .content.contact .contact.main .boxes {
    margin-top: 55px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-grow: 1;
}

#section-8 .content.contact .contact.main .boxes .box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-grow: 0;
    padding: 0 30px;
}

#section-8 .content.contact .contact.main .boxes .box .icon {
    margin-top: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-right: 1px solid #d2d2d2;
}

#section-8 .content.contact .contact.main .boxes .box .address {
    background: url("../img/address.svg") 0 0 no-repeat;
    background-size: 40px 40px;
}

#section-8 .content.contact .contact.main .boxes .box .phone {
    background: url("../img/phone.svg") 0 0 no-repeat;
    background-size: 40px 40px;
}

#section-8 .content.contact .contact.main .boxes .box .fax {
    background: url("../img/fax.svg") 0 0 no-repeat;
    background-size: 40px 40px;
}

#section-8 .content.contact .contact.main .boxes .box .mail {
    background: url("../img/mail.svg") 0 0 no-repeat;
    background-size: 40px 40px;
}

#section-8 .content.contact .contact.main .boxes .box .content {
    padding-left: 12px;
}

#section-8 .content.contact .contact.main .boxes .box .content span {
    display: block;
    color: #000;
    font-size: 13px;
    text-align: left;
}

#section-8 .content.contact .contact.main .boxes .box .content a {
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

#section-8 .content.contact .contact.main .boxes .box .content a::after {
    position: absolute;
    bottom: -5px;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 2px solid var(--nimet-red);
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
    /*transform-origin: bottom left;*/
}

#section-8 .content.contact .contact.main .boxes .box .content a:hover::after {
    transform: scaleX(1);
}

#section-8 .content.contact .contact.main p {
    margin: 0 auto;
    display: inline-block;
    background-color: #f4f4f4;
    padding: 8px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 20px;
}

#section-8 .content.contact .contact.main p span {
    padding: 0 10px;
}

#section-8 .content.contact .contact.secondary {
    position: relative;
    z-index: 1;
}

#section-8 .content.contact .contact.secondary h3 {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 30px;
    font-size: 25px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 25px;
}

#section-8 .content.contact .contact.secondary #maps {
    position: absolute;
    margin-top: -50px;
    z-index: 1;
    width: 1px;
    height: 1px;
    line-height: 0;
}

#section-8 .content.contact .contact.secondary .header {
    display: flex;
    height: 30px;
}

#section-8 .content.contact .contact.secondary .header h3 {
    margin-right: 10px;
    background: url("../img/nimet-logo-2.svg") 0 0 no-repeat;
    width: 128px;
    height: 30px;
    text-indent: -9999px;
    opacity: 0.2;
}

#section-8 .content.contact .contact.secondary .header span {
    font-size: 25px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 20px;
}

#section-8 .content.contact .contact.secondary .boxes {
    margin-top: 50px;
    margin-bottom: 35px;
}

#section-8 .content.contact .contact.secondary .boxes .box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-grow: 0;
    padding: 0 30px;
}

#section-8 .content.contact .contact.secondary .boxes .box .icon {
    margin-top: 50px;
    display: block;
    width: 40px;
    height: 110px;
    border-right: 1px solid #d2d2d2;
}

#section-8 .content.contact .contact.secondary .boxes .box .address {
    background: url("../img/address.svg") 0 0 no-repeat;
    background-size: 40px 40px;
}

#section-8 .content.contact .contact.secondary .boxes .box .content {
    padding-left: 12px;
}

#section-8 .content.contact .contact.secondary .boxes .box .content h5 {
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
}

#section-8 .content.contact .contact.secondary .boxes .box .content a.btn {
    margin-top: 20px;
    margin-right: 7px;
    display: inline-block;
    width: auto;
    height: 30px;
    border: 2px solid var(--nimet-red);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
    cursor: pointer;
}

#section-8 .content.contact .contact.secondary .boxes .box .content a.btn:hover {
    border-color: #000;
}

#section-8 .content.contact .contact.secondary .boxes .box a.qr img {
    margin-top: 20px;
    display: block;
    width: 150px;
    height: 150px;
}

#section-8 .content.contact .contact.others {
    margin: 60px 0 30px;
    background-color: #f4f4f4;
    padding: 60px 0 55px;
    text-align: center;
}

#section-8 .content.contact .contact.others h4 {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 25px;
}

#section-8 .content.contact .contact.others p {
    margin-bottom: 15px;
}

#section-8 .content.contact .contact.others p strong {
    font-weight: 700;
}

#section-8 .content.contact .contact.others ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

#section-8 .content.contact .contact.others ul li::before {
    content: "/";
    padding: 0 10px;
    color: var(--nimet-red);
    font-weight: 400;
}

#section-8 .content.contact .contact.others ul li:first-child::before {
    content: "";
    padding: 0;
}

#section-8 .content.contact .contact.others ul li a {
    color: #000;
    font-weight: 600;
}

#section-8 .content.contact .contact.others ul li a.blank {
    font-weight: 700;
}

#section-8 .content.contact .contact.others ul li a:hover {
    color: var(--nimet-red);
}

#section-8 .content.about {
    background-color: #231f1e;
    color: #fff;
    padding: 0;
}

#section-8.special .content.about img {
    max-width: 100%;
}

#section-8 .content.about blockquote {
    margin: 50px 30px 20px;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    font-style: italic;
    line-height: 25px;
    text-align: justify;
}

#section-8.special .content.about blockquote {
    margin-top: 150px;
    color: #fff;
}

#section-8 .content.about blockquote::before {
    position: absolute;
    top: -10px;
    right: auto;
    bottom: auto;
    left: -40px;
    z-index: 1;
    display: block;
    content: "";
    background: url("../img/quota-1.svg") 50% 50% no-repeat;
    width: 30px;
    height: 21px;
}

#section-8.special .content.about blockquote::before {
    background-image: url("../img/quota-2.svg");
}

#section-8 .content.about blockquote p:first-child {
    margin-bottom: 10px;
}

#section-8 .content.about blockquote strong {
    font-weight: 400;
    text-transform: uppercase;
}

#section-8 .content.about h4::before {
    margin: 20px 0 20px -30px;
    display: block;
    content: "";
    background-color: var(--nimet-red);
    width: 130px;
    height: 4px;
}

#section-8 .content.about h4 {
    margin: 0 30px;
    font-size: 20px;
    font-weight: 600;
}

#section-8.special .content.about h4 {
    color: #fff;
}

#section-8 .content.about h4 span {
    font-size: 11px;
    color: #9f9f9f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#section-8 .content.about h5 {
    margin: 5px 30px 0;
    font-size: 25px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

#contact-form {
    display: none;
}

#section-8 .content.form,
#contact-form .content.form {
    margin-bottom: 50px;
}

#section-8 .content.form label,
#contact-form .content.form label {
    display: block;
    margin-bottom: 30px;
    font-size: 13px;
    color: #909090;
    font-weight: 600;
    text-transform: uppercase;
}

#section-8 .content.form label span,
#contact-form .content.form label span {
    font-size: 12px;
    text-transform: none;
}

#section-8 .content.form input,
#contact-form .content.form input {
    background: none;
    background-color: #f5f5f5;
    width: 100%;
    height: 50px;
    border: 2px solid #f5f5f5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 46px;
}

#section-8 .content.form input:hover,
#section-8 .content.form input:focus,
#contact-form .content.form input:hover,
#contact-form .content.form input:focus {
    border-color: var(--nimet-red);
    outline: none;
}

#section-8 .content.form select {
    background: none;
    background-color: #f5f5f5;
    width: 100%;
    height: 50px;
    border: 2px solid #f5f5f5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 46px;
}

#section-8 .content.form select:hover,
#section-8 .content.form select:focus {
    border-color: var(--nimet-red);
    outline: none;
}

#section-8 .content.form textarea,
#contact-form .content.form textarea {
    margin-bottom: 30px;
    background: none;
    background-color: #f5f5f5;
    width: 100%;
    height: 140px;
    border: 2px solid #f5f5f5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
}

#section-8 .content.form textarea:hover,
#section-8 .content.form textarea:focus,
#contact-form .content.form textarea:hover,
#contact-form .content.form textarea:focus {
    border-color: var(--nimet-red);
    outline: none;
}

#section-8 .content.form p,
#contact-form .content.form p {
    padding: 0 20px 5px;
    font-size: 13px;
}

#section-8 .content.form p span {
    color: var(--nimet-red);
}

#section-8 .content.form p a {
    border-bottom: 1px solid #fff;
    color: var(--nimet-red);
}

#section-8 .content.form p a:hover {
    border-bottom-color: #ddd;
    color: #000;
}

#section-8 .content.form input[type="checkbox"] {
    margin-right: 5px;
    margin-bottom: 0;
    background: none;
    background-color: #f5f5f5;
    width: 14px;
    height: 14px;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
}

#section-8 .content.form input[type="submit"],
#contact-form .content.form input[type="submit"] {
    margin: 30px auto 0;
    display: block;
    background-color: var(--nimet-red);
    width: 100%;
    padding: 0 30px;
    border: none;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
}

#section-8 .content.form input[type="submit"]:hover,
#contact-form .content.form input[type="submit"]:hover {
    background-color: #000;
}

#section-8 .content.form iframe {
    overflow: hidden;
    width: 100%;
    height: 50px;
    border: none;
}

#section-8 .content.form input.hide-field,
#contact-form .content.form input.hide-field {
    margin-bottom: 0;
    overflow: hidden;
    background: none;
    border: none;
    height: 0;
    font-size: 0.1px;
}

#section-8 .content.drawings.boxes .box {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

#section-8 .content.drawings.boxes .box::after {
    margin: 25px auto 0;
    display: block;
    content: "";
    width: 50%;
    height: 1px;
    border-top: 4px solid var(--nimet-red);
}

#section-8 .content.drawings.boxes .box h3 {
    flex-grow: 1;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
}

#section-8 .content.drawings.boxes .box:hover h3 {
    color: var(--nimet-red);
}

#section-8 .content.drawings.boxes .box.text {
    padding: 0 30px;
    text-align: justify;
}

#section-8 .content.drawings.boxes .box a {
    margin-bottom: 20px;
    display: block;
    flex-grow: 0;
}

#section-8 .content.drawings.boxes .box img {
    display: block;
    flex-grow: 0;
    max-width: 100%;
    width: auto;
}

#section-8 .content.drawings.boxes .box:hover img {
    opacity: 1;
}

#section-8 .content.drawings.boxes .box ul {
    display: block;
    flex-grow: 1;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

#section-8 .content.drawings.boxes .box ul li {
    padding: 3px 0;
    font-size: 13px;
    color: #7a7a7a;
    font-weight: 600;
    line-height: 15px;
}

#section-8 .content.drawings .box {
    text-align: center;
}

#section-8 .contact-form p.text-danger ul {
    position: relative;
    margin: 0;
    list-style-type: none;
    padding: 0;
    font-size: 11px;
    color: red;
}

#section-8 .contact-form p.text-danger ul li {
    position: absolute;
    top: -30px;
    left: -5px;
    background: none;
    padding: 0;
}

#section-8 .contact-form p.text-danger.special ul li {
    top: -50px;
}

#section-8 .contact-form p.text-danger.special-2 ul li {
    top: -25px;
}

#section-8 .contact-form #success .alert {
    margin-bottom: 30px;
    background-color: green;
    height: 40px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

#section-8 .contact-form #success .alert button.close {
    margin-right: 10px;
    display: none;
    background: none;
    background-color: #7f3f98;
    width: 30px;
    height: 30px;
    border: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 28px;
}

#section-8 .contact-form #success strong {
    font-weight: 600;
}

#section-8 .news-wrapper {
    margin-bottom: 30px;
}

#section-8 .news {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

#section-8 .news img {
    display: block;
    max-width: 100%;
    width: 100%;
}

#section-8 .news h2 {
    position: absolute;
    top: 90px;
    right: auto;
    bottom: auto;
    left: 50px;
    z-index: 2;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
}

#section-8 .news h2 .type-1 {
    display: block;
    color: var(--nimet-red);
}

#section-8 .news h2 .type-2 {
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

#section-8 .news h2 .type-2 em {
    font-size: 13px;
    font-style: italic;
    text-transform: none;
}

#section-8 .news p {
    margin: 20px 20px 0 20px;
}

#section-8 .news p a.btn {
    margin-right: 15px;
    margin-left: -5px;
    flex-grow: 0;
    display: inline-block;
    background-color: #fff;
    width: auto;
    height: 40px;
    padding: 0 20px;
    border: 2px solid var(--nimet-red);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 10px;
    color: #000;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#section-8 .news p a.btn:hover {
    border-color: #000;
}

#section-8 .news p a.link {
    border-bottom: 1px solid #ddd;
    color: var(--nimet-red);
    font-weight: 600;
}

#section-8 .news p a.link:hover {
    border-bottom-color: var(--nimet-red);
    color: #000;
}

#section-8 .news p span {
    display: block;
}

#section-8 .news-details p {
    margin-bottom: 20px;
    text-align: justify;
}

#section-8 .news-details p.quote {
    margin: 30px 0;
    background-color: #eee;
    padding: 20px 30px;
    color: #222;
    font-style: italic;
}

#section-8 .news-details p.quote::before,
#section-8 .news-details p.quote::after {
    margin: 20px auto;
    display: none;
    content: "";
    background-color: #ddd;
    width: 120px;
    height: 2px;
}

#section-8 .news-details .title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    text-align: left;
}

#section-8 .news-details strong {
    font-weight: 600;
    text-transform: uppercase;
}

#section-8 .news-details p.quote strong {
    font-weight: 400;
}

#section-8 .news-details p.author {
    display: inline-block;
    padding-top: 15px;
    border-top: 2px solid var(--nimet-red);
}

#section-8 .news-details p a {
    color: #000;
    font-weight: 600;
}

#section-8 .news-details p a:hover {
    color: var(--nimet-red);
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #section-8 .content.special-1 h4 {
        font-size: 30px;
        line-height: 35px;
    }

    #section-8.special .content.about blockquote {
        margin-top: 50px;
        font-size: 13px;
        line-height: 20px;
    }

    #section-8 .content.product .box h3 span {
        display: inline;
    }

    #section-8 .content.contact .contact.main .boxes .box {
        padding: 0 10px;
    }

    #section-8 .content.contact .contact.main .boxes .box .content a {
        font-size: 14px;
    }

    #section-8 .content.special-1 .text {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 0 15px;
        line-height: 20px;
        text-align: justify;
    }

    #section-8 .news h2 {
        top: 50px;
    }

    #section-8 .news p span {
        display: inline;
    }

    #section-8 .description blockquote {
        margin-bottom: -50px;
        padding: 50px;
    }
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #section-8 {
        padding-top: 0;
        padding-bottom: 20px;
    }

    #section-8 .content.special-1 {
        margin-top: 20px;
    }

    #section-8 .content.special-1 .concept .area-2 {
        width: 210px;
    }

    #section-8.special .content.about blockquote {
        margin: 50px auto 0;
        max-width: 620px;
    }

    #section-8.special .content.about h4 {
        margin: 20px auto 0;
        display: block;
        max-width: 620px;
    }

    #section-8 .content.team .box h6 {
        font-size: 20px;
    }

    #section-8 .content.contact .contact.main .boxes {
        flex-wrap: wrap;
    }

    #section-8 .content.contact .contact.main .boxes .box {
        flex-basis: 220px;
        padding: 0 0 30px 0;
        max-width: auto;
    }

    #section-8 .content.contact .contact.others h4,
    #section-8 .content.contact .contact.others p {
        padding-right: 15px;
        padding-left: 15px;
    }

    #section-8 .content.contact .contact.others ul {
        flex-direction: column;
    }

    #section-8 .content.contact .contact.others ul li {
        padding-bottom: 5px;
        margin-right: 0;
        margin-left: 0;
    }

    #section-8 .content.contact .contact.others ul li::before {
        display: none;
    }

    #section-8 .header ul {
        justify-content: flex-start;
    }

    #section-8 .content.product .box.text {
        margin-bottom: 30px;
    }

    #section-8 .news {
        margin-top: 10px;
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #section-8 .content.special-1 h4 {
        font-size: 22px;
        line-height: 27px;
    }

    #section-8 .header h1 span {
        display: block;
    }

    #section-8 .content.product .box {
        margin-bottom: 20px;
    }

    #section-8 .tab-years .nav-item a.nav-link {
        margin-right: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    #section-8 .content.drawings.boxes .box.text {
        text-align: left;
    }

    #section-8 .content.product .box h3 {
        height: auto;
    }

    #section-8 .content.team blockquote {
        margin-left: 40px;
        text-align: left;
    }

    #section-8.special .content.about blockquote {
        margin: 50px auto 0;
        max-width: 440px;
    }

    #section-8.special .content.about h4 {
        margin: 20px auto 0;
        max-width: 440px;
    }

    #section-8 .content.contact .contact.main .boxes {
        flex-wrap: wrap;
    }

    #section-8 .content.contact .contact.main .boxes .box {
        flex-basis: 190px;
        padding: 0 0 30px 0;
        max-width: auto;
    }

    #section-8 .news h2 {
        top: 60px;
    }

    #section-8 .news-details .title {
        font-size: 30px;
        line-height: 35px;
    }

    #section-8 .content.secondary.secondary-2 {
        margin-bottom: 0;
    }

    #section-8 .content.secondary.secondary-2 .box {
        margin-bottom: 50px;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-8 {
        padding: 0 0 20px;
    }

    #section-8 .header h1 {
        margin-top: 0;
        font-size: 35px;
        line-height: 35px;
    }

    #section-8 .header h2 {
        margin-top: 5px;
        font-size: 15px;
        line-height: 17px;
    }

    #section-8 .tab-years .nav-item a.nav-link {
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
        font-size: 11px;
        font-weight: 600;
        line-height: 40px;
    }

    #section-8 .content.special-1 .concept .area-2 {
        width: 260px;
    }

    #section-8 .content .box.special-1 h3,
    #section-8 .content .box.special-1.special-2 h3 {
        height: auto;
    }

    #section-8 .content.partners .box {
        padding-left: 30px;
    }

    #section-8.special .content.about blockquote {
        margin-right: 35px;
        margin-left: 35px;
        max-width: 100%;
    }

    #section-8.special .content.about h4 {
        margin-right: 35px;
        margin-left: 35px;
        max-width: 100%;
    }

    #section-8 .content.events {
        padding: 0 20px 10px;
    }

    #section-8 .content.events h3 {
        margin: 0 auto 10px;
    }

    #section-8 .content.events .box {
        align-items: center;
    }

    #section-8 .content.events .box:after {
        margin-top: 30px;
        content: "";
        display: block;
        background-color: #ddd;
        width: 250px;
        height: 1px;
    }

    #section-8 .content.events .box:last-child::after {
        background: none;
    }

    #section-8 .content.events .box h4 {
        margin-top: 15px;
        height: auto;
        text-align: center;
    }

    #section-8 .content.team .box {
        margin-bottom: 30px;
    }

    #section-8 .content.events .box p {
        text-align: center;
    }

    #section-8 .content.team .box img {
        margin-bottom: 15px;
        width: 125px;
        height: 125px;
    }

    #section-8 .content.team .box hr {
        top: 90px;
        width: 50px;
    }

    #section-8 .content.team .box h6 {
        font-size: 15px;
    }

    #section-8 .content.team .box p {
        font-size: 12px;
        line-height: 17px;
    }

    #section-8 .content.contact .contact.main .boxes .box {
        padding-bottom: 15px;
    }

    #section-8 .content.contact .contact.main .boxes .box .content a {
        font-size: 14px;
    }

    #section-8 .content.contact .contact.main .boxes .box .content a::after {
        display: none;
    }

    #section-8 .content.contact .contact.secondary .boxes .box {
        padding: 0;
    }

    #section-8 .content.drawings.boxes {
        margin-top: 20px;
    }

    #section-8 .content.drawings.boxes .box {
        margin-bottom: 40px;
    }

    #section-8 .content.drawings.boxes .box::before {
        margin-bottom: 30px;
    }

    #section-8 .content.drawings.boxes .box.text::before {
        margin-bottom: 15px;
        border-top: none;
    }

    #section-8 .content.drawings.boxes .box h3 {
        width: 100%;
        font-size: 20px;
        line-height: 25px;
    }

    #section-8 .content.product .title h2 {
        font-size: 35px;
    }

    #section-8 .news h2 {
        top: 50px;
        font-size: 30px;
        line-height: 30px;
    }

    #section-8 .news-details .title {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 475.98px) {
    #section-8 .content.special-1 .concept {
        flex-direction: column-reverse;
    }

    #section-8 .content.special-1 .concept .area-2 {
        width: auto;
    }

    #section-8 .content.special-1 h4 {
        margin-top: 0;
        margin-left: 15px;
        font-size: 30px;
        line-height: 35px;
    }

    #section-8 .content.special-1 a {
        margin-left: 15px;
    }

    #section-8 .content.secondary ul li,
    #section-8 .content.secondary ol li,
    #section-8 .content.secondary ol li.main ul li,
    #section-8 .content.secondary p {
        text-align: left;
    }

    #section-8 .header ul {
        display: inherit;
    }

    #section-8 .header ul li {
        display: inline-block;
    }

    #section-8 .header ul li a {
        display: inline-block;
        line-height: 30px;
    }

    #section-8 .news h2 {
        top: 30px;
        font-size: 25px;
        line-height: 30px;
    }

    #section-8 .news h2 .type-2 {
        font-size: 15px;
    }
}

/* section-8> */

/* <section-9 */
#section-9 {
    background-color: var(--nimet-grey-1);
    padding: 70px 0 60px;
}

#section-9.special {
    padding-top: 0;
    background-color: #fff;
}

#section-9 hr.separator {
    background: none;
    width: 100%;
    height: 1px;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 2px solid var(--nimet-grey-1);
}

#section-9 .header h4 {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
}

#section-9 .header h4 span {
    display: block;
    font-size: 35px;
}

#section-9 .header h4 span strong {
    color: var(--nimet-red);
    font-weight: 600;
}

#section-9 .content .secondary-header {
    margin: 10px 0 40px;
    text-align: center;
}

#section-9 .content .secondary-header h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    height: auto;
    font-size: 40px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
}

#section-9 .content .secondary-header h3 span {
    color: #000;
    font-weight: 400;
}

#section-9 .content .box {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

#section-9 .content .box h5 {
    margin: 0 auto 10px;
    z-index: 2;
    display: inline-block;
    background: rgb(128, 130, 133);
    background-image: linear-gradient(135deg,
            rgb(155, 157, 160) 7%,
            rgb(128, 130, 133) 10%,
            rgb(207, 209, 210) 13%,
            rgb(255, 255, 255) 27%,
            rgb(138, 140, 142) 33%,
            rgb(142, 144, 146) 45%,
            rgb(209, 211, 212) 61%,
            rgb(101, 102, 104) 75%,
            rgb(72, 72, 74) 81%,
            rgb(56, 56, 57) 91%,
            rgb(74, 75, 76) 94%,
            rgb(75, 75, 77) 98%);
    width: 180px;
    height: 180px;
    border: 20px solid var(--nimet-grey-1);
    padding-top: 55px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#section-9 .content .box h5 span {
    display: block;
    font-size: 12px;
}

#section-9 .content .box h6 {
    margin-bottom: 20px;
    height: 40px;
    font-size: 18px;
    color: #000;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

#section-9 .content .box h6 span {
    display: block;
}

#section-9 .content .box ul {
    display: block;
    flex-grow: 1;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

#section-9 .content .box ul li {
    padding: 3px 0;
    font-size: 13px;
    color: #7a7a7a;
    font-weight: 600;
    line-height: 15px;
}

#section-9 .content .box .download {
    display: block;
    flex-grow: 0;
    margin: 0;
    list-style-type: none;
    /*height: 120px;*/
    height: 170px;
    padding: 0;
}

.btn-main,
#section-9 .content .box a.main {
    margin: 20px auto 0;
    display: table;
    background-color: var(--nimet-red);
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 35px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 40px;
    white-space: nowrap;
}

#section-9 .content .box a.link {
    margin: 10px auto 5px;
    display: inline-block;
    background: none;
    height: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    line-height: 20px;
    white-space: normal;
}

/*#section-9 .content .box a.main span {
	margin-top: -10px;
	display: block;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
}*/
.btn-main:hover,
#section-9 .content .box a.main:hover {
    background-color: #000;
}

#section-9 .content .box a.link:hover {
    background: none;
    color: var(--nimet-red);
}

/*#section-9 .content .box a:hover span {
	color: var(--nimet-red);
}*/
#section-9 .content .box .download .link-download {
    margin-top: 20px;
}

#section-9 .content .box .download .link-download ul {
    display: flex;
    justify-content: center;
}

#section-9 .content .box .download .link-download ul li {
    margin: 0 10px;
    color: #9f9f9f;
}

#section-9 .content .box .download .link-download ul li a {
    color: #000;
}

#section-9 .content .box .download .link-download ul li a:hover {
    color: var(--nimet-red);
}

#section-9 .content .box hr {
    position: absolute;
    top: 80px;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    background: none;
    width: 100%;
    height: 1px;
    border: none;
    border-top: 2px solid #d9d9d9;
}

#section-9 .content .box-2 {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#section-9 .content .box-2 a {
    display: block;
}

#section-9 .content .box-2 a.qr {
    display: inherit;
    color: var(--nimet-red);
}

#section-9 .content .box-2 a.qr:hover {
    color: #000;
}

#section-9 .content .box-2 a.qr em {
    color: var(--nimet-grey-2);
    font-style: normal;
}

#section-9 .content .box-2 .cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 250px;
}

#section-9 .content .box-2 .cover img {
    margin: 0 auto;
    display: block;
    max-width: 190px;
    height: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 20px 0px rgba(120, 120, 120, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(120, 120, 120, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(120, 120, 120, 0.2);
}

#section-9 .content .box-2 .cover img.bigger {
    max-width: 230px;
}

#section-9 .content .box-2 .list {
    flex-grow: 1;
    padding-bottom: 30px;
}

#section-9 .content .box-2 h5 {
    margin: 40px auto 10px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}

#section-9 .content .box-2 h5 span {
    display: block;
    font-size: 14px;
    color: #9f9f9f;
}

#section-9 .content .box-2 h6 {
    margin: 0;
    display: inline-block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: 700;
}

#section-9 .content .box-2 h6 span {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

#section-9 .content .box-2 ul {
    display: block;
    flex-grow: 1;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

#section-9 .content .box-2 ul li {
    padding: 3px 0;
    font-size: 13px;
    color: #7a7a7a;
    font-weight: 600;
    line-height: 15px;
}

#section-9 .content .box-2 .download a.main {
    margin: 20px auto 0;
    display: inline-block;
    background-color: var(--nimet-red);
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 25px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 40px;
    white-space: nowrap;
}

#section-9 .content .box-2 .download a.main:hover {
    background-color: #000;
}

#section-9 .content .box-2 .download .link-download {
    margin-top: 20px;
}

#section-9 .content .box-2 .download .link-download ul {
    display: flex;
    justify-content: center;
}

#section-9 .content .box-2 .download .link-download ul li {
    margin: 0 10px;
    color: #9f9f9f;
}

#section-9 .content .box-2 .download .link-download ul li a {
    display: inline-block;
    color: #000;
}

#section-9 .content .box-2 .download .link-download ul li a:hover {
    color: var(--nimet-red);
}

#section-9 .content .box-2 .secondary-download a {
    margin-top: 20px;
    display: inline-block;
    background-color: var(--nimet-grey-2);
    height: 30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 9px;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 30px;
}

#section-9 .content .box-2 .secondary-download a:hover {
    background-color: #000;
    color: #fff;
}

.fancybox-slide--iframe .fancybox-content {
    margin: 0;
    width: 100%;
    height: 85%;
    border-radius: 4px;
}

.fancybox-slide--html .fancybox-content {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.modal-hidden {
    display: none;
    padding: 40px 30px 10px;
}

.modal-hidden p {
    color: #9f9f9f;
    font-weight: 600;
}

.modal-hidden h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #000; */
    font-size: 30px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 30px;
}

.modal-hidden h4 span {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
}

.modal-hidden h5 {
    font-size: 20px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 20px;
}

.modal-hidden h5 span {
    color: #000;
    font-weight: 600;
}

.modal-hidden ul {
    margin: 10px 0 30px 5px;
    list-style-type: none;
    padding: 0;
}

.modal-hidden ul li {
    margin-bottom: 10px;
}

.modal-hidden ul.pdf li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modal-hidden ul.pdf li a+a {
    text-align: right;
}

.modal-hidden ul li a {
    margin-right: 10px;
    display: flex;
    align-content: stretch;
    align-items: center;
    color: #000;
}

.modal-hidden ul li a:hover {
    color: var(--nimet-red);
}

.modal-hidden ul li a span {
    flex-shrink: 0;
    margin-right: 20px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--nimet-red);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

@media (min-width: 1200px) and (max-width: 1349.98px) {
    #section-9 .container {
        max-width: 100%;
    }
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #section-9 .content .box-2 .cover {
        height: auto;
    }
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #section-9 {
        padding-bottom: 0;
    }

    #section-9 .content .box {
        margin-bottom: 60px;
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #section-9 .content .box-2 h6 {
        height: auto;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-9 .content .box h6 {
        height: auto;
    }

    #section-9 .content .box .download {
        height: auto;
    }
}

/* section-9> */

/* <section-10 */
#section-10 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--nimet-grey-1);
    padding: 60px 0;
}

#section-10 h2 {
    margin-bottom: 30px;
    font-size: 30px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

#section-10 h2 span {
    color: #000;
}

#section-10 h3 {
    margin-bottom: 15px;
}

#section-10 blockquote {
    margin-bottom: 40px;
    line-height: 25px;
    text-align: justify;
}

#section-10 blockquote strong {
    font-weight: 600;
    text-transform: uppercase;
}

#section-10 .owl-wrapper {
    margin-top: -50px;
    background: rgb(134, 134, 134);
    background-image: linear-gradient(135deg,
            rgb(155, 157, 160) 7%,
            rgb(128, 130, 133) 10%,
            rgb(207, 209, 210) 13%,
            rgb(255, 255, 255) 27%,
            rgb(138, 140, 142) 33%,
            rgb(142, 144, 146) 45%,
            rgb(209, 211, 212) 61%,
            rgb(101, 102, 104) 75%,
            rgb(72, 72, 74) 81%,
            rgb(56, 56, 57) 91%,
            rgb(74, 75, 76) 94%,
            rgb(75, 75, 77) 98%);
    width: 600px;
    height: 600px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-top: 100px;
}

#section-10 .carousel-3 {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    background-color: var(--nimet-red);
    width: 400px;
    height: 400px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#section-10 .carousel-3 h3 {
    margin: 115px auto 0;
    /*background: rgb(128,130,133);
	background-image: linear-gradient( 135deg, rgb(155,157,160) 7%, rgb(128,130,133) 10%, rgb(207,209,210) 13%, rgb(255,255,255) 27%, rgb(138,140,142) 33%, rgb(142,144,146) 45%, rgb(209,211,212) 61%, rgb(101,102,104) 75%, rgb(72,72,74) 81%, rgb(56,56,57) 91%, rgb(74,75,76) 94%, rgb(75,75,77) 98%);*/
    background: rgb(134, 134, 134);
    background: linear-gradient(135deg,
            rgba(134, 134, 134, 1) 0%,
            rgba(145, 147, 149, 1) 49%,
            rgba(193, 195, 196, 1) 100%);
    width: 170px;
    height: 170px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 45px;
    color: #000;
    line-height: 170px;
    font-weight: 700;
    text-align: center;
}

#section-10 .carousel-3 p {
    margin: 0 auto;
    width: 200px;
    padding-top: 15px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
}

#section-10 .carousel-3 .owl-nav {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    text-align: center;
}

#section-10 .carousel-3 .owl-nav .owl-prev,
#section-10 .carousel-3 .owl-nav .owl-next {
    margin-top: 180px;
    display: none;
    background: url("../img/arrows-1.svg") no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    outline: none;
}

#section-10 .carousel-3 .owl-nav .owl-prev {
    margin-left: 40px;
    background-position: 0 50%;
}

#section-10 .carousel-3 .owl-nav .owl-next {
    margin-right: 40px;
    background-position: 100% 50%;
}

#section-10 .carousel-3 .owl-nav .owl-prev.disabled,
#section-10 .carousel-3 .owl-nav .owl-next.disabled {
    visibility: hidden;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #section-10 h2 {
        margin-top: 60px;
        margin-left: 50px;
    }

    #section-10 blockquote {
        margin-left: 50px;
    }
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #section-10 {
        background-position: 45% 0;
        height: auto;
        padding-bottom: 50px;
    }

    #section-10 blockquote {
        margin-right: 50px;
        margin-bottom: 50px;
        line-height: 22px;
    }

    #section-10 .owl-wrapper {
        margin: 0 auto;
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #section-10 {
        background-color: #f3f3f3;
        background-position: 60% 120px;
        background-size: cover;
        height: auto;
        padding-bottom: 50px;
    }

    #section-10 h2 {
        margin-bottom: 20px;
    }

    #section-10 .owl-wrapper {
        margin: 0 auto;
        width: 500px;
        height: 500px;
        padding-top: 50px;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-10 {
        background-position: 60% 140px;
    }

    #section-10 h2 {
        margin-top: 40px;
        margin-right: 15px;
        margin-left: 15px;
    }

    #section-10 blockquote {
        margin-right: 15px;
        margin-left: 15px;
    }

    #section-10 .owl-wrapper {
        background: none;
        width: 400px;
        height: 400px;
        padding-top: 0;
    }

    #section-10 .carousel-3 h3 {
        background: rgb(134, 134, 134);
        background-image: linear-gradient(135deg,
                rgb(155, 157, 160) 7%,
                rgb(128, 130, 133) 10%,
                rgb(207, 209, 210) 13%,
                rgb(255, 255, 255) 27%,
                rgb(138, 140, 142) 33%,
                rgb(142, 144, 146) 45%,
                rgb(209, 211, 212) 61%,
                rgb(101, 102, 104) 75%,
                rgb(72, 72, 74) 81%,
                rgb(56, 56, 57) 91%,
                rgb(74, 75, 76) 94%,
                rgb(75, 75, 77) 98%);
    }
}

@media (max-width: 459.98px) {
    #section-10 .owl-wrapper {
        width: 280px;
        height: 280px;
    }

    #section-10 .carousel-3 {
        width: 280px;
        height: 280px;
    }

    #section-10 .carousel-3 h3 {
        margin: 80px auto 0;
        width: 120px;
        height: 120px;
        font-size: 30px;
        line-height: 120px;
    }

    #section-10 .carousel-3 p {
        width: 180px;
        padding-top: 10px;
        font-size: 12px;
        line-height: 15px;
    }

    #section-10 .carousel-3 .owl-nav .owl-prev,
    #section-10 .carousel-3 .owl-nav .owl-next {
        margin-top: 120px;
    }

    #section-10 .carousel-3 .owl-nav .owl-prev {
        margin-left: 20px;
    }

    #section-10 .carousel-3 .owl-nav .owl-next {
        margin-right: 20px;
    }
}

/* section-10> */

/* <section-11 */
#section-11 {
    background: #fff url("../img/nimet-banner-13.jpg") 50% 30% no-repeat;
    height: 700px;
}

#section-11 div div div div {
    margin: 60px auto 0;
    /*background-color: #000;*/
    /*background: rgb(128,130,133);
	background-image: linear-gradient( 135deg, rgb(155,157,160) 7%, rgb(128,130,133) 10%, rgb(207,209,210) 13%, rgb(255,255,255) 27%, rgb(138,140,142) 33%, rgb(142,144,146) 45%, rgb(209,211,212) 61%, rgb(101,102,104) 75%, rgb(72,72,74) 81%, rgb(56,56,57) 91%, rgb(74,75,76) 94%, rgb(75,75,77) 98%);*/
    width: 580px;
    /*height: 580px;
	border-radius: 50%;*/
    padding: 130px 30px 30px;
    /*opacity: 0.8;*/
}

#section-11 h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 15px;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

#section-11 h2 span {
    color: var(--nimet-red);
}

#section-11 p {
    padding: 0 15px 20px;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

#section-11 p strong {
    font-weight: 700;
    text-transform: uppercase;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #section-11 div div div div {
        width: 520px;
        height: 520px;
    }

    #section-11 h2 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    #section-11 p {
        font-size: 12px;
        line-height: 18px;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-11 {
        background-position: 65% 50%;
        background: none;
        height: auto;
    }

    #section-11 div div div div {
        margin: 30px auto;
        background: none;
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 5px;
        opacity: 1;
    }

    #section-11 h2 {
        margin-left: 0;
        padding-bottom: 10px;
        color: var(--nimet-red);
    }

    #section-11 h2 span {
        color: #000;
    }

    #section-11 p {
        font-size: 14px;
        color: #000;
        line-height: 22px;
    }

    #section-11 p:last-child {
        padding-bottom: 0;
    }
}

/* section-11> */

/* <section-12 */
#section-12 {
    /*background: url("../img/nimet-banner-14.jpg") 50% 100% no-repeat;*/
    /*height: 700px;*/
    height: auto;
    padding: 60px 0;
}

#section-12 .boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 60px;
    text-align: center;
}

#section-12 .boxes div.iso img {
    margin: 0 20px;
    display: block;
    width: 140px;
    height: 140px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #000;
}

#section-12 .boxes a.iso:hover {
    border-color: var(--nimet-red);
    color: var(--nimet-red);
}

/* #section-12 .boxes div.iso img {
	margin-top: 15px;
	margin-bottom: 25px;
	max-width: 110px;
} */
#section-12 .boxes div.iso-download {
    margin: 15px 0 40px;
    display: block;
    color: #000;
}

#section-12 .boxes a.iso-download:hover {
    color: var(--nimet-red);
}

#section-12 .boxes div.download {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    height: 20px;
    color: #555;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

#section-12 .boxes a.download:hover {
    color: var(--nimet-red);
}

#section-12 h2 {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    font-size: 30px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

#section-12 p {
    padding: 0 0 10px;
    line-height: 25px;
    text-align: justify;
}

#section-12 p strong {
    font-weight: 600;
    text-transform: uppercase;
}

body .fancybox-container * {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #section-12 {
        padding-bottom: 40px;
    }

    #section-12 .boxes {
        padding-top: 40px;
    }
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-12 {
        background-color: #eee;
        padding-top: 30px;
    }

    #section-12 .boxes a.iso {
        margin-top: 20px;
        background-color: #fff;
    }
}

/* section-12> */

/* <section-13 */
#section-13 {
    position: relative;
    z-index: 1;
    /* background: #fff url("../img/nimet-banner-15.jpg") 50% 30px no-repeat; */
    height: auto;
    padding: 100px 0 100px;
}

#section-13 h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}

#section-13 h2 span {
    color: var(--nimet-red);
}

#section-13 p {
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    opacity: 0.8;
}

#section-13 p strong {
    font-weight: 600;
    text-transform: uppercase;
}

#section-13 hr {
    position: absolute;
    top: -20px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--nimet-red);
    width: 210px;
    height: 10px;
    border: none;
    opacity: 1;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #section-13 {
        background-size: 1300px 404px;
        height: auto;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* section-13> */

/* <section-14 */
#section-14 {
    height: 650px;
}

#section-14 .container-fluid {
    padding: 0;
}

#section-14 video {
    object-fit: cover;
    width: 100%;
    height: 650px;
}

/* section-14> */

/* <section-15 */
#section-15 {
    background-color: #fff;
    padding: 100px 0 50px;
}

#section-15 h1 {
    font-size: 40px;
    color: var(--nimet-red);
    line-height: 40px;
}

#section-15 h1 span {
    display: block;
    font-size: 20px;
    color: #000;
}

/* section-15> */

/* <section-16 */
#section-16 {
    position: relative;
    z-index: 2;
    background-color: #000;
    height: 560px;
    display: none;
    visibility: hidden;
}

#section-16 .carousel-3 img {
    width: 560px;
    height: auto;
}

#section-16 .carousel-3 a {
    opacity: 1;
}

#section-16 .carousel-3 a:hover {
    opacity: 1;
}

#section-16 .carousel-3 .small {
    display: flex;
    flex-direction: column;
}

#section-16 .carousel-3 .small img {
    width: 280px;
}

#section-16 .carousel-3 .owl-nav {
    position: relative;
    z-index: 3;
    margin-top: -290px;
    height: 40px;
}

#section-16 .carousel-3 .owl-nav .owl-prev,
#section-16 .carousel-3 .owl-nav .owl-next {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 5;
    border: 2px solid var(--nimet-red);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-indent: -9999px;
}

#section-16 .carousel-3 .owl-nav .owl-prev:hover,
#section-16 .carousel-3 .owl-nav .owl-next:hover {
    border-color: #fff;
}

#section-16 .carousel-3 .owl-nav .owl-prev {
    right: auto;
    left: 20px;
    background: url("../img/prev.svg") 50% 50% no-repeat;
    background-size: 60px 60px;
}

#section-16 .carousel-3 .owl-nav .owl-next {
    right: 20px;
    left: auto;
    background: url("../img/next.svg") 50% 50% no-repeat;
    background-size: 60px 60px;
}

#section-16 .carousel-3 .owl-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -20px;
    left: auto;
    z-index: 3;
}

#section-16 .carousel-3 .owl-dots .owl-dot {
    margin-right: 10px;
    display: inline-block;
    background-color: #ddd;
    width: 5px;
    height: 5px;
    border-radius: 50px;
}

#section-16 .carousel-3 .owl-dots .owl-dot.active {
    background-color: var(--nimet-red);
    width: 40px;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    #section-16 {
        height: 480px;
    }

    #section-16 .carousel-3 img {
        width: 480px;
    }

    #section-16 .carousel-3 .small img {
        width: 240px;
    }

    #section-16 .carousel-3 .owl-nav {
        margin-top: -250px;
    }
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #section-16 {
        height: 300px;
    }

    #section-16 .carousel-3 img {
        width: 300px;
    }

    #section-16 .carousel-3 .small img {
        width: 150px;
    }

    #section-16 .carousel-3 .owl-nav {
        margin-top: -160px;
    }

    #section-16 .carousel-3 .owl-nav .owl-prev {
        left: 10px;
    }

    #section-16 .carousel-3 .owl-nav .owl-next {
        right: 10px;
    }
}

/* section-16> */

/* <footer */
footer {
    background: rgb(128, 130, 133);
    background: linear-gradient(95deg,
            rgba(155, 157, 160, 1) 7%,
            rgba(128, 130, 133, 1) 10%,
            rgba(207, 209, 210, 1) 13%,
            rgba(255, 255, 255, 1) 27%,
            rgba(138, 140, 142, 1) 33%,
            rgba(138, 140, 142, 1) 33%,
            rgba(142, 144, 146, 1) 45%,
            rgba(209, 211, 212, 1) 61%,
            rgba(101, 102, 104, 1) 75%,
            rgba(72, 72, 74, 1) 81%,
            rgba(56, 56, 57, 1) 91%,
            rgba(74, 75, 76, 1) 94%,
            rgba(75, 75, 77, 1) 98%,
            rgba(75, 75, 77, 1) 100%);
    /*height: 480px;*/
}

footer h2 {
    margin: 60px auto 35px;
    width: 220px;
    height: 55px;
}

footer h2 img {
    width: 240px;
    height: 50px;
}

footer .social {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 25px;
}

footer .social a {
    display: block;
    background-color: rgba(255, 255, 255, 0.3);
    width: 35px;
    height: 35px;
    padding: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

footer .social img {
    width: 25px;
    height: 25px;
}

footer .social a:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

footer ul.primary {
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

footer ul.primary li {
    padding: 0;
}

footer ul.primary li::before {
    content: "/";
    padding: 0 15px;
    font-size: 9px;
    color: #fff;
    font-weight: 600;
}

footer ul.primary li:first-child::before {
    content: "";
    padding: 0;
}

footer ul.primary li a {
    position: relative;
    z-index: 99;
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

footer ul.primary li.current-menu-item a,
footer ul.primary li a:hover {
    color: #000000;
}

footer ul.primary li a::after {
    position: absolute;
    bottom: -5px;
    display: block;
    content: "";
    width: 95%;
    height: 1px;
    border-bottom: 2px solid var(--nimet-red);
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
    /*transform-origin: bottom left;*/
}

footer ul.primary li a:hover::after {
    transform: scaleX(1);
}

footer ul.secondary {
    margin: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

footer ul.secondary li {
    padding: 0;
}

footer ul.secondary li::before {
    content: "/";
    padding: 0 15px;
    font-size: 9px;
    color: var(--nimet-red);
    font-weight: 600;
}

footer ul.secondary li:first-child::before {
    content: "";
    padding: 0;
}

footer ul.secondary li a {
    position: relative;
    z-index: 99;
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

footer ul.secondary li.current-menu-item a,
footer ul.secondary li a:hover {
    color: #000000;
}

footer ul.secondary li a::after {
    position: absolute;
    bottom: -5px;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
    /*transform-origin: bottom left;*/
}

footer ul.secondary li a:hover::after {
    transform: scaleX(1);
}

footer .main-address,
.contacts .main-address {
    text-align: center;
}

footer .main-address::before,
.contacts .main-address::before {
    margin: 30px auto;
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    border-top: 1px solid var(--nimet-red);
}

footer .main-address h4,
.contacts .main-address h4 {
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}

footer .main-address h4 span,
.contacts .main-address h4 span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

footer .main-address p,
.contacts .main-address p {
    font-weight: 600;
}

footer .boxes,
.contacts .boxes {
    margin-top: 40px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-grow: 1;
}

footer .boxes .box,
.contacts .boxes .box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-grow: 0;
    padding: 0 30px;
    width: 20%;
}

footer .boxes .box:first-child,
.contacts .boxes .box:first-child {
    width: 30%;
}

footer .boxes .box:last-child,
.contacts .boxes .box:last-child {
    width: 30%;
}

footer .boxes .box .icon,
.contacts .boxes .box .icon {
    margin-top: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-right: 1px solid #000;
    flex-shrink: 0;
}

footer .boxes .box .address,
.contacts .boxes .box .address {
    background: url("../img/address.svg") 0 0 no-repeat;
    background-size: 40px 40px;
}

footer .boxes .box .phone,
.contacts .boxes .box .phone {
    background: url("../img/phone.svg") 0 0 no-repeat;
    background-size: 40px 40px;
}

footer .boxes .box .fax,
.contacts .boxes .box .fax {
    background: url("../img/fax.svg") 0 0 no-repeat;
    background-size: 40px 40px;
}

footer .boxes .box .mail,
.contacts .boxes .box .mail {
    background: url("../img/mail.svg") 0 0 no-repeat;
    background-size: 40px 40px;
}

footer .boxes .box .content,
.contacts .boxes .box .content {
    padding-left: 12px;
}

.page-template-tpl-contacts footer .boxes .box .content,
.page-template-tpl-contacts .contacts .boxes .box .content {
    display: flex;
    align-items: center;
}

footer .boxes .box .content span,
.contacts .boxes .box .content span {
    /* display: block; */
    color: #000;
    font-size: 13px;
}

footer .boxes .box .content a,
.contacts .boxes .box .content a {
    position: relative;
    z-index: 99;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

footer .boxes .box .content a::after,
.contacts .boxes .box .content a::after {
    position: absolute;
    bottom: -5px;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 2px solid var(--nimet-red);
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
    /*transform-origin: bottom left;*/
}

footer .boxes .box .content a:hover::after,
.contacts .boxes .box .content a:hover::after {
    transform: scaleX(1);
}

footer .copyright {
    background: url("../img/symbol-2.svg") 50% 0 no-repeat;
    background-size: 400px 400px;
    width: 100%;
    height: 100px;
    padding-top: 0;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    letter-spacing: 7px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .contacts .boxes {
        flex-wrap: wrap;
    }

    .contacts .boxes .box {
        flex-basis: 50%;
        padding: 0 0 30px 0;
        max-width: 100%;
    }
}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    footer {
        background: rgb(128, 130, 133);
        background: linear-gradient(45deg,
                rgba(128, 130, 133, 1) 0%,
                rgba(155, 157, 160, 1) 7%,
                rgba(161, 161, 161, 1) 15%,
                rgba(213, 213, 213, 1) 19%,
                rgba(238, 238, 238, 1) 27%,
                rgba(188, 188, 188, 1) 33%,
                rgba(138, 140, 142, 1) 45%,
                rgba(209, 211, 212, 1) 61%,
                rgba(96, 97, 99, 1) 75%,
                rgba(56, 56, 57, 1) 81%,
                rgba(88, 88, 90, 1) 91%,
                rgba(74, 75, 76, 1) 93%,
                rgba(75, 75, 77, 1) 100%);
        background-size: 140%;
    }

    footer ul.primary li::before {
        padding: 0 12px;
    }

    footer ul.secondary li::before {
        padding: 0 10px;
    }

    footer ul.primary li a {
        letter-spacing: 3px;
    }

    footer ul.secondary {
        flex-direction: column;
        text-align: center;
    }

    footer ul.secondary li::before {
        display: none;
    }

    footer ul.secondary li a {
        font-size: 13px;
        line-height: 30px;
    }

    footer ul.secondary li a::after {
        display: none;
    }

    footer .boxes .box {
        padding: 0 10px;
    }

    footer .boxes .box .content a {
        font-size: 14px;
    }
}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    footer h2 {
        margin-bottom: 40px;
    }

    footer ul.primary {
        display: none;
    }

    footer ul.primary li::before {
        padding: 0 10px;
    }

    footer .boxes {
        flex-wrap: wrap;
    }

    footer .boxes .box {
        flex-basis: 190px;
        padding: 0 0 30px 0;
        max-width: 100%;
    }
}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    footer .section-1 {
        background-position: 50% 320px;
        background-size: 300px 311px;
    }

    footer ul li::before {
        content: "";
        padding: 0;
    }

    footer .boxes .box,
    .contacts .boxes .box {
        padding-top: 5px;
        padding-bottom: 15px;
    }

    footer .boxes .box .content a,
    .contacts .boxes .box .content a {
        font-size: 14px;
    }

    footer .boxes .box .content a::after,
    .contacts .boxes .box .content a::after {
        display: none;
    }

    footer .copyright {
        letter-spacing: 6px;
    }
}

/* footer> */

/* <cookie */
.cc-window.cc-floating {
    z-index: 997;
    margin-left: 12px;
    background-color: var(--nimet-red);
    max-width: 350px;
    padding: 30px 20px;
    border-radius: 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.cc-window .cc-message {
    margin-bottom: 0;
    padding: 0 10px 20px;
}

.cc-window .cc-link {
    border-bottom: 1px solid #000;
    color: #fff;
    opacity: 1;
}

.cc-window .cc-link:hover {
    color: #000;
}

.cc-window .cc-compliance {
    justify-content: center;
}

.cc-window .cc-compliance>.cc-btn {
    flex-grow: 0;
    display: inline-block;
    background-color: #fff;
    width: auto;
    height: 40px;
    border-radius: 30px;
    border: none;
    padding: 0 20px;
    font-size: 11px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 40px;
}

.cc-window .cc-compliance>.cc-btn:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .cc-window .cc-compliance>.cc-btn {
        flex-basis: 100%;
    }
}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .cc-window {
        border-radius: 0;
    }

    .cc-window.cc-floating {
        max-width: 100%;
    }
}

/* cookie> */

/* <modal story */
.modal.info .modal-dialog {
    max-width: 400px;
}

.modal.info.special .modal-dialog {
    max-width: 900px;
}

.modal.info .modal-content {
    background-color: #fff;
    background-size: 70%;
    border-radius: 2px;
}

.modal.info .modal-dialog .modal-header {
    border-bottom: none;
}

.modal.info .modal-dialog .close {
    margin: 0 0 0 auto;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    font-size: 20px;
    color: #000;
    opacity: 1;
}

.modal.info .modal-body {
    padding: 30px;
    text-align: center;
}

.modal.info .modal-body h2 {
    margin: 0 auto 10px;
    display: block;
    width: 100%;
    font-size: 32px;
    color: #000;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.modal.info .modal-body h2 span {
    display: block;
    font-size: 17px;
}

.modal.info .modal-body p {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.modal.info .modal-body p a {
    color: #000;
}

.modal.info .modal-body p a:hover {
    color: var(--nimet-red);
}

.modal.info.special .modal-body {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 13px;
    text-align: left;
}

.modal.info.special .modal-body h3 {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    font-size: 30px;
    color: var(--nimet-red);
    font-weight: 700;
    line-height: 30px;
}

.modal.info.special .modal-body h5 {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
}

.modal.info.special .modal-body h5::after {
    margin-top: 10px;
    display: block;
    content: "";
    background-color: var(--nimet-red);
    width: 80px;
    height: 3px;
}

.modal.info.special .modal-body ul {
    margin: 0 0 20px 20px;
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.modal.info.special .modal-body ul li {
    background: url("../img/bullet-1.svg") 0 5px no-repeat;
    background-size: 10px 10px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.modal.info.special .modal-body p {
    text-align: justify;
}

.modal.info.special .modal-body a {
    border-bottom: 1px solid var(--nimet-red);
    color: #000;
}

.modal.info.special .modal-body a:hover {
    border-bottom-color: #000;
    color: var(--nimet-red);
}

/* 'xxl' applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* 'xl' applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* 'lg' applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* 'md' applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* 'sm' applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .modal.info .modal-dialog {
        max-width: 100%;
    }
}

@media (max-width: 479.98px) {
    .modal.info.special .modal-body {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 12px;
    }

    .modal.info.special .modal-body ul {
        margin: 0 0 20px 0;
    }
}

/* modal story> */

/* <contact form 7*/
.wpcf7 .wpcf7-not-valid {
    border-color: #ed1c24 !important;
}

/* contact form 7> */

/* <custom */
.text-indent p {
    margin-bottom: 20px;
}

.category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-list li {
    margin-bottom: 20px;
}

.category-list li a {
    position: relative;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.category-list li a::after {
    position: absolute;
    bottom: -5px;
    display: block;
    content: "";
    width: 95%;
    height: 1px;
    border-bottom: 2px solid var(--nimet-red);
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
    /*transform-origin: bottom left;*/
}

.category-list li a:hover::after,
.category-list li.active a::after {
    transform: scaleX(1);
}

.contact-description {
    margin-bottom: 60px;
}

.contact h3 {
    color: var(--nimet-red);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.product-type-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.product-type-item {
    width: 100%;
}

.product-type-item img {
    max-width: 100%;
    height: auto;
}

.product-type-title {
    background-color: #f5f5f5;
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
}

.contact-form-title {
    color: var(--nimet-red);
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 50px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.file-upload {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    width: 250px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid var(--nimet-red);
    padding: 12px 65px;
    color: #fff;
    text-align: center;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-upload span {
    color: #4f4f4f;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
}

.file-upload-title {
    font-size: 13px;
    color: #909090;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.filename {
    background: #fff !important;
    border: 0 !important;
}

.contact-form-wrapper {
    padding-right: 45px;
}

.contact-title {
    margin-bottom: 40px;
}

#section-8 .contact {
    margin-bottom: 70px;
}

.services-template-tpl-repair-services #section-10 {
    /* height: 500px; */
    padding: 0;
}

.services-template-tpl-repair-services #section-10 h2 {
    margin-top: 50px;
}

@media (max-width: 991.98px) {
    .contact-title {
        margin-bottom: 20px;
    }

    .contact-form-wrapper {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .file-upload {
        width: 100%;
    }

    #section-8 .content.form {
        margin-bottom: 20px;
    }
}

.contacts {
    padding: 30px 0;
}

.contact-map-box {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.contact-map-img {
    width: 600px;
    height: 408px;
}

.contact-map-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--nimet-red);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.portfolio img {
    max-width: 100%;
    height: 350px;
    object-fit: contain;
}

.portfolio p {
    margin-top: 15px;
    text-align: center;
}

.dev-company,
.text-center {
    text-align: center;
}

.dev-company__text {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.dev-company__logo {
    width: 120px;
    height: 36px;
}

#map {
    height: 500px;
    width: 100%;
}

.btn-main {
    margin-top: 0;
}

.services-template-tpl-products #section-8 .content.product .box a img {
    height: 175px;
    object-fit: contain;
}

.text-20 {
    font-size: 20px;
}

.main-phone {
    color: #000;
    font-weight: 700;
}

.main-phone-mobile {
    font-size: 18px;
}

.phone-mobile-list {
    list-style: none;
    padding: 0;
    margin: 20px 30px
}

.phone-mobile-list li {
    margin-bottom: 10px;
}

.phone-mobile-list li:last-child {
    margin-bottom: 0;
}

.phone-mobile-list li span {
    color: #000;
    font-weight: 700
}

.phones--dropdown {
    position: relative;
    height: 30px;
    z-index: 0;
    display: inline-block;
    margin-top: 10px;
    transition: z-index .3s cubic-bezier(1, 0, 1, 0);
}

.phones--dropdown:hover {
    z-index: 500;
    transition: z-index 0s cubic-bezier(1, 0, 1, 0);
}

.phones--dropdown .phones__dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    padding-top: 30px;
    transition: all .3s;
}

.phones--dropdown:hover .phones__dropdown {
    opacity: 1;
    visibility: visible;
}

.phones--dropdown .phones__dropdown:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -10px;
    right: -10px;
    bottom: -15px;
    background: var(--nimet-red);
    border-radius: 6px;
}

.phones--dropdown .phones__item--first {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    padding-right: 30px;
}

.phones--dropdown .phones__item--first::after {
    content: '';
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 16L12 8L20 16' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-repeat: no-repeat;
    background-color: #000;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 0;
    transition: transform .3s;
}

.phones--dropdown:hover .phones__item--first::after {
    transform: translateY(-50%) rotate(0deg);
    background-color: #fff;
}

.phones--dropdown .phones__item {
    display: block;
    position: relative;
    border: none;
    white-space: nowrap;
    transition: all .3s;
}

.phones--dropdown .phones__list .phones__item {
    margin-top: 10px;
}

.phones--dropdown .phones__item--first .phones__item-city,
.phones--dropdown .phones__item-city {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.phones--dropdown .phones__item-link {
    color: #fff;
    font-weight: 700;
}

.phones--dropdown .phones__item--first .phones__item-city,
.phones--dropdown .phones__item--first .phones__item-link {
    color: #000;
}

.phones--dropdown:hover .phones__item--first .phones__item-city,
.phones--dropdown:hover .phones__item--first .phones__item-link,
.phones--dropdown .phones__item-city {
    color: #fff;
}

.products-single__image {
    max-width: 100%;
    height: auto;
}

.products-single__title {
    font-size: 28px;
}

.products-single__price {
    font-size: 20px;
    font-weight: 700;
}

.products-single__specs-title {
    font-size: 16px;
    font-weight: 700;
}

.products-single__specs {
    display: grid;
    width: 100%;
    border: 1px solid #8b8b8b;
}

.products-single__specs-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #8b8b8b;
}

.products-single__specs-item:last-child {
    border-bottom: none;
}

.products-single__specs-item-name {
    padding: 10px;
    border-right: 1px solid #8b8b8b;
}

.products-single__specs-item-value {
    padding: 10px;
    border-right: none;
}

.promo-banner {
    width: 100%;
    background-color: var(--nimet-red);
    padding: 12px 16px;
    text-align: center;
    transition: background-color 0.3s;
}

.shrink>.promo-banner {
    margin-bottom: 16px;
}

.promo-banner:hover {
    background-color: #000000;
}

.promo-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promo-link:hover {
    text-decoration: none;
}

@media (max-width: 630px) {
    .contact-map-img {
        width: 360px;
        height: 245px;
    }

    .contact-map-text {
        top: 25%;
        font-size: 14px;
    }
}