@font-face {
    font-family: 'Bold';
    src: url('../fonts/Bold.eot');
    src: url('../fonts/Bold.eot') format('embedded-opentype'),
         url('../fonts/Bold.woff2') format('woff2'),
         url('../fonts/Bold.woff') format('woff'),
         url('../fonts/Bold.ttf') format('truetype'),
         url('../fonts/Bold.svg#Bold') format('svg');
}

@font-face {
    font-family: 'Semibold';
    src: url('../fonts/Semibold.eot');
    src: url('../fonts/Semibold.eot') format('embedded-opentype'),
         url('../fonts/Semibold.woff2') format('woff2'),
         url('../fonts/Semibold.woff') format('woff'),
         url('../fonts/Semibold.ttf') format('truetype'),
         url('../fonts/Semibold.svg#Semibold') format('svg');
}

@font-face {
    font-family: 'Regular';
    src: url('../fonts/Regular.eot');
    src: url('../fonts/Regular.eot') format('embedded-opentype'),
         url('../fonts/Regular.woff2') format('woff2'),
         url('../fonts/Regular.woff') format('woff'),
         url('../fonts/Regular.ttf') format('truetype'),
         url('../fonts/Regular.svg#Regular') format('svg');
}

body {
    font-family: 'Semibold', sans-serif !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: 'Bold' !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

.nav-up {
    top: -100px;
}

header {
    position: fixed;
    top: 0;
    transition: .3s all;
    width: 100%;
    z-index: 99;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #111;
}

header .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

header .col > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3.5rem;
}

header .col > ul a {
    color: #fff;
    font-size: 1rem;
}

header .col > ul a:hover,
header .col > ul .active a {
    color: #D7B56D;
}

header .col > div {
    display: flex;
    align-items: center;
    gap: 2rem;
}

header .col > div > a {
    color: #D7B56D;
    font-size: 1.2rem;
    font-family: 'Bold';
}

header .col > div > a:hover {
    color: #fff;
}

header .col > div ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

header .col > div ul li {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1rem;
    color: #fff;
}

header .col > div ul li picture {
    flex-shrink: 0;
    transition: .3s all;
}

header .col > div ul li a {
    color: #fff;
}

header .col > div ul li a:hover {
    color: #D7B56D;
}

header .col > div ul ul {
    display: none;
}

header .col > div ul ul a {
    font-size: 1rem;
}

header .col > div ul li:hover ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: -.5rem;
    top: 0;
    padding-top: 2rem;
}

header .col > div ul li:hover ul li {
    padding: .25rem 1rem;
    background-color: #222;
}

header .col > div ul li:hover ul li:first-child {
    border-radius: .5rem .5rem 0 0;
    padding-top: .75rem;
}

header .col > div ul li:hover ul li:last-child {
    border-radius: 0 0 .5rem .5rem;
    padding-bottom: .75rem;
}

header .col > div ul:hover picture {
    transform: rotate(180deg);
}

.video__block {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.video__block > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video__block > div h1 {
    font-size: 3.5rem;
    font-family: 'Semibold' !important;
    margin: 0;
}

.video__block > div h2 {
    font-size: 2rem;
    font-family: 'Semibold' !important;
    margin: 0;
}

.video__block > div hr {
    width: 3rem;
    height: .25rem;
    opacity: 1;
    background-color: #D7B56D;
    border: 0;
    border-radius: .25rem;
    margin: 1.5rem 0;
}

.video__block > div p {
    font-size: 1rem;
    max-width: 350px;
    text-align: center;
    margin: 0;
}


.video__block video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.application {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 9;
    font-size: 20px;
    color: #fff;
    padding: 1rem 1.5rem;
    line-height: 100%;
    border-radius: 5rem;
    background-color: #D7B56D;
    border: 0;
    animation: pulse 2s infinite;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.application:hover {
    background-color: #111;
}

header .col > div > picture {
    display: none;
}

header .col > div > div {
    position: relative;
}

header .col > div > div a {
    transition: .3s all;
    position: relative;
    display: block;
}

header .col > div > div:hover a {
    transform: rotate(-15deg);
}

header .col > div > div span {
    position: absolute;
    top: -.2rem;
    right: -.2rem;
    font-size: .75rem;
    background-color: #D7B56D;
    color: #111;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: .3s all;
}

header .col > div > div:hover span {
    transform: rotate(30deg);
}

input {
    padding: 1.5rem;
    border-radius: 1rem !important;
    font-size: 1rem;
    background-color: #f0f0f0;
}

input:focus {
    border-color: #D7B56D !important;
}

.send__button {
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #D7B56D;
    color: #fff;
    font-size: 1.2rem;
    border: 0;
}

.block__2 {
    margin-top: 3rem;
}

.block__2 h2 {
    font-size: 2rem;
    line-height: 100%;
    margin: 0;
}

.block__2 .text-lg-end a {
    color: #111;
    padding: 1rem 1.5rem;
    line-height: 100%;
    font-size: 20px;
    border-radius: 5rem;
    border: 1px solid #C1C1C1;
    display: inline-block;
}

.block__2 .text-lg-end a:hover {
    border-color: #111;
}

.card__1 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background-color: #F9F9F9;
    transition: .3s all;
}

.card__1 a {
    font-size: 1.5rem;
    font-family: 'Bold' !important;
    color: #111;
}

.card__1:hover {
    background-color: #D7B56D;
}

.card__1:hover a {
    color: #fff;
}

.card__1 > a > picture {
    width: 210px;
    height: 210px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.card__1 > a > picture::before {
    content: '';
    width: 167px;
    height: 167px;
    border-radius: 100%;
    background-color: #C1C1C130;
    position: absolute;
    transition: .3s all;
    z-index: 0;
}

.card__1:hover > a > picture::before {
    background-color: #ffffff30;
}

.card__1 > a > picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: relative;
    z-index: 2;
}

.language__mobile {
    background-color: #f0f0f0;
    border-radius: .5rem;
    margin-bottom: 2rem;
}

.language__mobile ul {
    list-style: none;
    padding: 1rem;
    margin: 0;
    display: flex;
    gap: 2rem;
    justify-content: space-around;
    color: #c1c1c1;
}

.language__mobile ul a {
    color: #111;
}

.menu__mobile ul {
    list-style: none;
    padding: 0;
    margin: 0 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 2rem;
    font-family: 'Regular';
}

.menu__mobile ul a {
    color: #111;
}

.menu__mobile ul .active a {
    color: #D7B56D;
}

#menu .offcanvas-body > a {
    font-size: 2.5rem;
    font-family: 'Bold';
    display: inline-block;
    margin: 1.5rem;
    color: #D7B56D;
}

.block__3 {
    background-color: #222222;
    border-radius: 1.5rem;
    overflow: hidden;
}

.block__3 h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    display: block;
}

.block__3 p {
    color: #ffffff50;
    font-size: 1rem;
}

.block__3 p a {
    color: #fff;
    padding: 1rem 1.5rem;
    border: 1px solid #ffffff50;
    border-radius: 5rem;
    display: inline-block;
    margin-top: .75rem;
}

.block__3 p a:hover {
    border-color: #fff;
}

.owl-carousel {
    position: relative;
}

.slider {
    border-radius: 1.5rem;
    overflow: hidden;
    height: 600px;
}

.slider .item {
    height: 600px;
    position: relative;
}

.slider .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.slider .item picture::after {
    content: '';
    width: 100%;
    height: 25%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #00000090, #00000000);
}

.slider .item picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.slider .owl-dots {
    position: absolute;
    bottom: 1.5rem;
    left: 2rem;
    width: calc(100% - 4rem);
    display: flex;
    gap: 2rem;
    justify-content: space-between; 
}

.slider .owl-dots button {
    width: 100%;
    height: 2px;
    border: 0;
    background-color: #ffffff30 !important;
    border-radius: 2px !important;
}

.slider .owl-dots button:hover,
.slider .owl-dots button.active {
    background-color: #fff !important;
}

.about__block h2 {
    font-size: 2rem;
}

.about__block h2 p {
    font-size: 1rem;
}

.about__block img {
    border-radius: 1.5rem;
    width: 100% !important;
}

.benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.benefits > div {
    width: calc(50% - 1rem);
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: .85rem;
    line-height: 120%;
}

.benefits > div picture {
    flex-shrink: 0;
}

.project__card {
    position: relative;
    border-radius: 1.5em;
    overflow: hidden;
}

.project__card > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.project__card > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.project__card__text {
    position: relative;
    z-index: 2;
    background-color: #D7B56D85;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: #fff;
    opacity: 0;
    transition: .3s all;
}

.project__card:hover .project__card__text {
    opacity: 1;
}

.project__card__text p {
    margin: 0;
}

.project__card__text h3 {
    margin: 0;
    font-size: 2rem;
}

.project__card__text span {
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    border: 1px solid #fff;
    transition: .3s all;
    line-height: 100%;
    font-size: 20px;
    display: inline-block;
    margin-top: 1rem;
}

.project__card__text span:hover {
    background-color: #fff;
    color: #D7B56D;
}

.owl-nav {
    position: absolute;
    top: 0;
    width: calc(100% - 1.5rem);
    max-width: 636px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.owl-nav button {
    width: 11px;
    height: 18px;
    font-size: 0 !important;
    margin-top: -4.7rem;
}

.owl-nav button:hover {
    transform: scale(1.2);
}

.owl-prev {
    background: url(../img/left.svg) center no-repeat !important;
}

.owl-next {
    background: url(../img/right.svg) center no-repeat !important;
}

.application__block {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 1.5rem;
    background-color: #222;
}

.application__block h2 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
    color: #fff;
}

.application__block p {
    color: #ffffff50;
    font-size: 1rem;
    margin: 0 0 3rem 0;
}

.application__block input {
    padding: 1.5rem;
    background-color: #181818 !important;
    color: #fff !important;
    border-color: transparent;
    width: 100%;
}

.application__block input::placeholder {
    color: #999 !important;
}

.application__block .send {
    background-color: #D7B56D !important;
    border: 0 !important;
    transition: .3s all;
}

.application__block .send:hover {
    background-color: #333 !important;
}

.partners__block {
    background-color: #F0F0F0;
    border-radius: 1.5rem;
}

.carousel__2 .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
}

.carousel__2 .ratio picture img {
    object-fit: contain !important;
    max-width: 80% !important;
    max-height: 80% !important;
    transition: .3s all;
}

.carousel__2 .ratio picture:hover img {
    transform: scale(1.1);
}

footer .container-fluid {
    background-color: #111;
    border-radius: 1.5rem 1.5rem 0 0;
    color: #fff;
}

.social {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 1.5rem 0;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .75rem;
}

.cpy a {
    color: #ffffff50;
}

.cpy a:hover {
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover,
footer .active a {
    color: #D7B56D;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

.footer__contacts > div {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.footer__contacts > div picture {
    flex-shrink: 0;
}

.footer__contacts > div p:last-child {
    margin: 0;
}

.footer__contacts > div p span {
    color: #ffffff50;
    font-family: 'Regular';
}

.header__block {
    margin-bottom: 2rem;
    margin-top: 120px;
}

.header__block .col {
    position: relative;
}

.header__block hr {
    width: calc(100% - 1.5rem);
    height: 1px;
    position: absolute;
    left: .75rem;
    bottom: 0;
    opacity: 1;
    background-color: #e1e1e1;
    border: 0;
    margin: 0;
}

.header__block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Regular';
    font-size: .75rem;
    color: #999;
}

.header__block a {
    color: #000;
}

.header__block a:hover {
    color: #D7B56D;
}

.header__block ul li {
    display: inline-block;
}

.header__block h1 {
    font-size: 2rem;
    margin: 1rem 0 2rem 0;
}

.text__block {
    align-items: center;
    margin-top: 3rem !important;
}

.text__block p {
    font-size: 1rem;
    font-family: 'Regular';
    line-height: 160%;
}

.text__block p:last-child {
    margin: 0;
}

.text__block img {
    width: 100% !important;
    border-radius: 1.5rem;
}

.product__card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    padding: 1.5rem;
    background-color: #F9F9F9;
    border-radius: 1.5rem;
}

.product__card p {
    margin: 0;
    font-size: 1rem;
    font-family: 'Regular';
}

.product__card button {
    border: 0;
    line-height: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-family: 'Bold';
    color: #fff;
    background-color: #D7B56D;
    border-radius: 1rem;
    width: 100%;
}

.product__card button:hover {
    background-color: #111;
}

.product__card a {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: start;
    color: #111;
    font-size: 20px;
}

.product__card h2 {
    font-size: 20px;
    margin: 0;
}

.product__card a:hover {
    color: #D7B56D;
}

.sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .75rem;
    width: 100%;
}

.sidebar li {
    width: 100%;
}

.sidebar li a {
    background-color: #F9F9F9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    font-size: 1rem;
    color: #111;
    border-radius: 1rem;
}

.sidebar li a:hover {
    background-color: #f0f0f0;
}

.sidebar li a svg path {
    stroke: #111;
}

.sidebar .active a {
    background-color: #D7B56D !important;
    color: #fff;
}

.sidebar .active a svg path {
    stroke: #fff;
}

#categories {
    display: none;
}

.categories {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #f9f9f9;
    font-size: 1rem;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    display: none;
}

.nav button {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #111;
    font-size: 20px;
    color: #999999;
    border-bottom: 1px solid transparent;
    padding-bottom: 1.5rem;
}

.nav button:hover {
    color: #111;
}

.nav button.active {
    color: #111;
    border-bottom: 1px solid #111;
}

.nav {
    position: relative;
    gap: 5rem;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 2rem !important;
}

.nav hr {
    width: 100%;
    height: 1px;
    opacity: 1;
    border: 0;
    position: absolute;
    background-color: #E1E1E1;
    left: 0;
    bottom: 0;
    margin: -1px 0 0 0;
    z-index: -1;
}

.benefits__block .col-md-6 {
    margin-bottom: 1.5rem;
}

.benefits__block .col-md-6 div {
    background-color: #F9F9F9;
    height: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
    font-size: 1rem;
    text-align: center;
    border-left: .5rem solid #D7B56D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert__block {
    background-color: transparent;
}

.ratio-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.cert__block .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
}

.cert__block .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.cert__block .ratio picture:hover img {
    transform: scale(1.1);
}

.fancybox__counter,
.fancybox__thumbs {
    display: none;
}

.project__text p {
    color: #fff;
}

.contact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 100%;
}

.contact picture {
    flex-shrink: 0;
}

.contact a {
    color: #111;
}

.contact a:hover {
    color: #D7B56D;
}

.contact__location {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

.contact__location p {
    margin: 0;
}

.contact__location p span {
    font-family: 'Regular';
    color: #999;
}

.map {
    height: 500px;
    width: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-top: 2rem;
}

.cart__items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}

.cart__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    background-color: #F9F9F9;
    border-radius: 1.5rem;
    width: 100%;
}

.cart__item > div {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cart__item > div picture {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    display: block;
    transition: .3s all;
}

.cart__item > div picture:hover {
    opacity: .7;
}

.cart__item > div picture img {
    object-fit: contain !important;
}

.cart__item > div a {
    color: #111;
    font-size: 20px;
    font-family: 'Bold';
}

.cart__item > div a:hover {
    color: #D7B56D;
}

.cart__item > div p {
    margin: 0;
    font-family: 'Regular';
}

.cart__item button {
    font-size: .75rem;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    border: 0;
    background-color: #E1E1E1;
    color: #111;
    line-height: 100%;
}

.cart__item button:hover {
    background-color: #111;
    color: #fff;
}

.order__form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 3rem;
    background-color: #222;
    border-radius: 1.5rem;
    text-align: center;
    align-items: center;
    color: #fff;
}

.order__form h2 {
    font-size: 2rem;
}

.order__form p {
    font-size: 1rem;
    color: #ffffff50;
    margin: 0;
}

.order__form input {
    background-color: #181818;
    color: #fff !important;
    padding: 1.5rem;
    border-color: transparent;
}

.order__form input::placeholder {
    color: #fff !important;
}

.order__form input:focus {
    background-color: #222;
}

.order__form .send__button {
    transition: .3s all;
    background-color: #D7B56D !important;
    padding: 1.2rem;
}

.order__form .send__button:hover {
    background-color: #111 !important;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

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

@media (max-width: 1200px) {
    header .col > ul {
        display: none;
    }

    header .col > div > picture {
        display: block;
    }
}

@media (max-width: 992px) {
    .owl-nav button {
        margin-top: -3rem;
    }
    
    .project__card__text {
        opacity: 1;
    }

    .categories {
        display: flex;
    }

    #categories:checked ~ .categories {
        border-color: #D7B56D;
    }

    .sidebar {
        display: none;
    }

    #categories:checked ~ .sidebar {
        display: flex;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    header .col > div > a {
        display: none;
    }

    header .col > div {
        gap: .75rem;
    }

    header .col > div > ul {
        display: none;
    }

    .nav {
        white-space: nowrap;
        overflow-x: scroll;
        flex-wrap: nowrap !important;
        border-bottom: 1px solid #e1e1e1;
    }

    .nav hr {
        display: none;
    }
}

@media (max-width: 576px) {
    .slider,
    .slider .item {
        height: 400px;
    }

    .nav {
        white-space: nowrap;
        overflow-x: scroll;
        flex-wrap: nowrap !important;
        gap: 3rem;
    }

    .nav::-webkit-scrollbar {
        display: none;
    }

    .contact__location {
        flex-direction: column;
        align-items: start;
        gap: .5rem;
    }

    .map {
        height: 300px;
        margin-top: 1rem;
    }

    .cart__item {
        flex-direction: column;
        align-items: start;
    }

    .cart__item > div picture {
        width: 75px;
        height: 75px;
    }

    .cart__item > div a {
        font-size: 1rem;
    }

    .order__form {
        padding: 1.5rem;
    }
	
}