* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', serif;
    box-sizing: border-box; 
}

@font-face {
  font-family: 'NoirPro';
  src: url('../themes/demo/assets/fonts/NoirPro-Medium.eot');
  src: url('../themes/demo/assets/fonts/NoirPro-Medium.eot?#iefix') format('embedded-opentype'), url('../themes/demo/assets/fonts/NoirPro-Medium.woff') format('woff'), url('../themes/demo/assets/fonts/NoirPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NoirPro';
  src: url('../themes/demo/assets/fonts/NoirPro-Regular.eot');
  src: url('../themes/demo/assets/fonts/NoirPro-Regular.eot?#iefix') format('embedded-opentype'),url('../themes/demo/assets/fonts/NoirPro-Regular.woff') format('woff'), url('../themes/demo/assets/fonts/NoirPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
    position: relative;
}

a {
    text-decoration: none;
    color: #000;
}

.nav__link {
    color: #fff;
    }

input {
     outline: none;
     padding: 10px;
}

li {
    list-style: none;
}

p {
    color: #666;
    line-height: 26px;
}

.header__text p {
    margin-top: 20px;
    color: #DADADA;
}

section {
    margin-top: 90px;
}

button {
    border: 0;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
}
img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
video{
    object-fit: cover;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
}

#ad {
    position: absolute;
    top: 0;
}

.intro {
    position: relative;
    /*height: 100vh;*/
}

.intro .swiper-slide {
    
    position: relative;
}

.intro .swiper-slide img {
    width: auto;
    height: 100%;
}

.header {
    position: relative;
    width: 100%;
}

#product__header {
    background: #3A3A3A;
    padding-bottom: 30px;
    height: 100%;
}

#product__header::before {
    width: 0;
    height: 0;
}

#product__header .nav__link::after {
    bottom: 15px;
}

.footer__ele {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.header {
    position: relative;
}

.header__texts-right {
    position: absolute;
    right: 100px;
    bottom: 400px;
    z-index: 1000;
}

.swiper.swiperss .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background: #1C1C1CB2;
}

.header__strelka.swiper-button-next, .header__strelka.swiper-button-prev {
    position: static;
    margin-left: 10px;
}

.swiper.swiperss .swiper-slide {
    position: relative;
}

#container {
    position: absolute;
    top: /*200px*/ 40%;
    z-index: 10;
}

.header__texts {
    z-index: 1000;
}

.header__inner {
    /*display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 150px;*/
}

.header__texts-left {
    width: 700px;
}

.header__title {
    font-size: 60px;
    font-family: medium;
    color: #fff;
    /*font-weight: 700;*/
    font-weight: 500;
    font-family: 'NoirPro';
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 4px;
}

.header__text {
    color: #dadada;
}

.header__btn {
    margin-top: 40px;
}

.intro {
    position: relative;
}
.slider__controll{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.header__strelki {
    /*position: absolute;
    bottom: 20px;
    left: 80px;
    z-index: 10;*/
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    gap: 20px;
}

.header__strelka {
    cursor: pointer;
}
.header__strelka img{
    width: 40px;
}
.header__strelka:hover img{
    opacity: 0.5;
}
.header__strelka:first-child img {
    transform: rotate(180deg);
}

.header__slider {
    display: flex;
    justify-content: space-between;
    margin-top: -40px;
}

.header__what img, .header__phone img {
    cursor: pointer;
}

.header__texts {
    display: flex;
    justify-content: space-between;
}

.header__texts-scroll {
    text-transform: uppercase;
    color: #878787;
    font-weight: 100;
    transform: rotate(90deg);
    position: relative;
    cursor: pointer;
    margin-top: 200px;
}

.header__texts-scroll::after {
    content: "";
    background-color: #878787;
    width: 200%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.header__texts-scroll:hover{
    color: #ffffff;
}
.header__texts-scroll:hover::after{
    background-color: #ffffff;
}
.navbar {
    padding-top: 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}

.navbar::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 100;
    opacity: .3;
}


.navbar .nav__link {

    text-transform: uppercase;
    display: flex;
    height: 100%;
    align-items: center;
    gap: 5px;
    position: relative;
}

.nav__link::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 0%;
    height: 2px;
    transition: .2s linear;
}

.nav__link:hover:not(:first-child)::after {
    width: 100%;
}

.btn.btn-transparent {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
}

.btn.btn-transparent:hover {
    color: #000;
    background-color: rgba(255,255,255,1);
    transition: .2s linear;
}

.btn.btn-black {
    background-color: #3A3A3A;
    border: 1px solid #000;
}

.btn.btn-black:hover {
    color: #000;
    background-color: rgba(255,255,255,1);
    transition: .2s linear;
}

.catalog__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
}

.header__video {
    width: 100%;
    height: 100%;
    position: relative;
}

.catalog__cards {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.catalog__card {
    max-width: 400px;
    position: relative;
}

.catalog__card-image {
    cursor: pointer;
    position: relative;
}

.catalog__card-image::after {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: .0;
}

.catalog__card-image:hover::after {
    opacity: .4;
    transition: .2s linear;
}

.catalog__card-title {
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}


.advantages {
    margin-top: 50px;
    padding-top: 90px;
    /*height: 800px;*/
    background-color: #F1F1F1;
    padding-bottom: 290px;
}

#cont {
    display: grid;
    place-items: center;
    margin-top: -350px;
}

.advantages__title {
    /*font-family: regular;*/
    font-family: 'NoirPro';
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
}

.advantages__cards {
    margin-top: 50px;
    /*display: grid;
    grid-template-columns: repeat(4,1fr);
    place-items: center;
    gap: 10px;*/
    /*display: flex;
    flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.catalog__title {
    font-family: 'NoirPro';
    font-weight: 400;
    /*font-family: regular;*/
}

.catalog__card-tett {
    font-family: regular;
    line-height: 25px;
    font-size: 20px;
}

.advantages__card {
    position: relative;
    padding: 20px;
    /*height: 100%;*/
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    flex-grow: 1;
    flex-basis: 270px;
    width: 100%;
    height: auto;
}
.advantages__card::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F1F1F1;
    right: -10px;
    top: -10px;
    z-index: 1;
}
.advantages__card::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F1F1F1;
    right: -10px;
    bottom: -10px;
    z-index: 1;
}
.advantages__card.last{
    border-right: none;
}
.advantages__card.last::before, .advantages__card.last::after{
    display: none;
}

.advantages__card-title {
    font-family: regular;
    margin-top: 40px;
    font-size: 20px;
    text-transform: uppercase;
}

.advantages__card-desc {
    margin-top: 10px;
    color: #666;
}

.advantages__image {
    margin-top: 150px;
    display: grid;
    place-items: center;
}

.gallery__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
}

.gallery__cards {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    place-items: center;
}

.gallery__card-title {
    text-transform: uppercase;
    font-weight: 700;
}

.swiper {
    margin-top: 50px;
    width: 100%;
    height: 100%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

#strelki2 {
    transform: rotate(180deg);
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    margin-top: 20px;
}

.swiper-pagination-bullet-active {
    background: #515151 !important;
}

.swiper-button-prev {
    margin-left: -25px;
}

.swiper-button-next {
    margin-right: -25px;
}

.s {
    position: relative;
}

.delivery {
    background: url('../themes/demo/assets/images/delivery.svg') no-repeat;
    background-size: cover;
    width: 100%;
    
}

.delivery__text {
    text-transform: uppercase;
    font-family: regular;
    font-size: 55px;
}

.about{ 
    margin-top: 70px;
}

.about__inner {
    height: 100%;
    display: flex;
    /*justify-content: space-between;
    align-items: center;*/
    gap: 100px;
    flex-wrap: wrap;
}
.about__image, .about__texts{
    flex-grow: 1;
    flex-basis: 450px;
}

.about__title {
    text-transform: uppercase;
    font-size: 55px;
    font-family: regular;
    font-weight: 700;
}

.about__text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.about__btn .btn {
    width: 250px;
}

.trust__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
    font-family: regular;
}

.trust__cards {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    place-items: center;
}

.footer {
    margin-top: 150px;
    background-color: #F1F1F1;
    padding-bottom: 20px;
}

.footer__inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 50px 0;
}

.footer__inner::after {
    content: "";
    background-color: #E2E2E2;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.footer__el, .footer__el1 {
    /*padding-top: 50px;
    padding-bottom: 50px;*/
}

.footer__el1 {
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__el ul li:first-child {
    font-weight: 700;
    font-size: 20px;
}

.footer__el ul li:not(:first-child) {
    color: #666;
}

.footer__el ul li {
    margin-bottom: 10px;
}

.footer__el ul li:first-child {
    cursor: default;
}

.footer__el ul li:not(:first-child):hover {
    text-decoration: underline;
    cursor: pointer;
}

.footer__under-title {
    color: #888;
}

.footer__under {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.footer__under-icons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footer__under-icon {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3a3a3a;
    padding: 7.5px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
}

.footer__under-icon img {
    width: 100%;
    height: 100%;
}

#about {
    background: url(../themes/demo/assets/images/background.svg);
    background-size: cover;
}

.company__title {
    text-transform: uppercase;
    font-size: 55px;
    text-align: center;
    font-family: regular;
    margin-bottom: 20px;
}

.company__text {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #666;
    font-weight: 100;
}

.certificate__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 55px;
    font-family: regular;
}

.partner {
    margin-top: 150px;
}

.partner__title {
    text-transform: uppercase;
    font-size: 55px;
    font-family: regular;
    text-align: center;
    margin-bottom: 20px;
}

.partner__cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products__catalog ul li{
    cursor: pointer;
    height: 100%;
    padding: 20px;
    border: 1px solid #dcdcdc;
}

.products__catalog ul li span {
    color: #000;
}

.products__catalog ul li:not(:first-child) a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products__catalog ul li:first-child {
    text-transform: uppercase;
}

.products__catalog ul li:hover {
    transition: .2s linear;
    background-color: #3A3A3A;
}
.products__catalog ul li:hover path{
    stroke: #fff;
}
.products__catalog ul li:hover span {
    color: #fff;
}

.products__catalog ul li a:hover .strelkaaa {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.products__catalog ul li:first-child {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.products__catalog ul li:hover .trii span {
    border-top: 2px solid #fff;
}

.products__catalog ul li a {
    color: #000;
}

.products__right-title {
    font-size: 35px;
    font-family: regular;
    margin-bottom: 30px;
}

.strelkaaa {
    width: 20px;
    height: 20px;
    border-left: 2px solid #BBBBBB;
    border-bottom: 2px solid #BBBBBB;
    padding: 4px;
    transform: rotate(-135deg);
}

.trii {
    margin-top: 5px;
}

.trii span {
    display: block;
    border-top: 2px solid #151515;
    padding: 2px;
    width: 15px;
}

.product__inner {
    display: flex;
    gap: 20px;
}

.products__cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.products__card {
    border: .5px solid #E0E0E0;
    padding: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.products__card:hover {
    -webkit-box-shadow: 0px 16px 30px -15px rgba(0,0,0,.6);
    -moz-box-shadow: 0px 16px 30px -15px rgba(0,0,0,.6);
    box-shadow: 0px 16px 30px -15px rgba(0,0,0,.6);
    transition: .5s ease all;
}

/*#container {
    top: 350px;
}*/

.products__card-btn .btn {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#projects__card-imga {
    object-fit: cover;
}

.btn.btn-gray {
    border: 1.5px solid #797979;
    color: #797979;
    background-color: #fff;
    font-size: 16px;
}

.btn.btn-gray:hover {
    background-color: #3A3A3A;
    color: #fff;
    transition: .2s linear;
}
.btn.btn-gray:hover path, .btn.btn-gray:hover circle{
    stroke: #fff;
}

.breadcrumbs__inner a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.breadcrumbs__inner {
    position: relative;
}

.breadcrumbs__inner::after {
    content: "";
    background-color: #EBEBEB;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 100;
}

.details__inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.details__image img {
    width: 500px;height: 500px;
}

.details__image {
    border: 1px solid #E0E0E0;
}

.details__title {
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
    font-family: regular;
    margin-bottom: 20px;
}

.details__title::after {
    content: "";
    background-color: #444;
    width: 10%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 100;
}

.details__texts {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.details__text {
    color: #666;
    line-height: 26px;
}

.accordion__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion__card {
    background: #F3F3F3;
    cursor: pointer;
}

.accordion__cards a {
    color: #000;
}


.accordion__title {
    text-transform: uppercase;
    font-family: regular;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    /* margin-bottom: 20px; */
}

.accordion__title::after {
    content: '';
    background-color: #E3E3E3;
    /* width: 100%; */
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
}

.accordion__click.on .accordion__title::after {
    width: 100%;
}

.contact__card-d p {
    color: #151515;
    cursor: pointer;
}

.footer__el ul li:not(:first-child) a {
    color: #666;
}

.footer__el ul li:not(:first-child) {
    max-width: 270px;
}

#dark a{
    color: #151515;
}

.accordion__card.active .circle #plus  {
    display: none;
}

.accordion__card.active .circle #minus {
    display: block;
}

.accordion__card.active .accordion__description{
    display: block;
}

.accordion__description {
    margin-top: 20px;
    display: none;
}



.circle {
    position:relative;
    z-index: 2;
    border: 2px solid #3a3a3a;
    width: 45px;
    height: 45px;
    background-color: #3a3a3a;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.swiper-pagination-bullet-active {
    position: relative;
}

.swiper-pagination-bullet-active::after {
    content: "";
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #515151;
    border-radius: 999px;
    position: absolute;
    bottom: -5px;
    left: -4.5px;
    z-index: 100;
}

.circle #minus {
    display: none;
}

.accordion__click.on #minus {
    display: block;
}

.accordion__click.on #plus {
    display: none;
}

.projects__title, .gallery__title {
    text-transform: uppercase;
    font-size: 55px;
    /*font-family: regular;*/
    text-align: center;
    font-family: 'NoirPro';
    font-weight: 400;
}

.projects__cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    place-items: center;
    margin-top: 30px;
}

.itltt {
    display: flex;
    justify-content: space-between;
}

.itltt .circle {
    margin-top: -30px;
    margin-right: 20px;
}

#itltt-image {
    width: 25px;
    height: 25px;
}

.projects__card {
    width: 100%;
    height: 100%;
    border: 1px solid #DFDFDF;
}

.projects__card-image img {
    width: 100%;
}

.projects__card-text {
    text-transform: uppercase;
    padding: 20px;
}

.projects__card-btn .circle {
    cursor: pointer;
    margin-top: 20px;
    padding: 10px;
}

.gallery__cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    place-items: center;
    
    gap: 30px;
}

.gallery__card-text {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery__card-btn .circle {
    margin-top: -30px;
    margin-right: 20px;
}

.gallery-image.active {
    transform: scale(1.1);
    transition: .3s linear;
    z-index: 1;
    max-width: 400px;
    max-height: 270px;
    margin-bottom: 30px;
}

.contact__content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}


.contact__title {
    font-size: 40px;
    text-transform: uppercase;
}

.contact__cards {
    border: 1px solid #E4E4E4;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 512.5px;
    gap: 20px;
}

.contact__card {
    position: relative;
    margin-bottom: 10px;
    /*width: 400px;*/
}


.contact__card:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ECECEC;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
}

.contact__map {
    width: 100%;
}

.contact__map iframe {
    width: 100%;
    height: 510.5px;
}

.contact__card-t {
    color: #666;
}

.gallery-image {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

#gallery__card-circle {
    width: 45px;
    height: 45px;
}

.gallery__card-image:hover {
    transform: scale(1.2);
    transition: .3s linear;   
}

.about__text p {
    text-align: justify;
}

.gallery__card {
    width: 300px;
}

#swiperrr-image {
    width: 100%;
    height: 250px;
}

#projects__card-imga {
     width: 100%;
     height: 250px;
}



.modal {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -50%;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, .7);
    transition: all 0.4s;
    z-index: 1000;
}
.modal:target {
    visibility: visible;
    opacity: 1;
}
.modal__content {
    border-radius: 4px;
    position: relative;
    width: 500px;
    max-width: 90%;
    background: #fff;
    padding: 1em 2em 2em;
}
.modal__footer {
    text-align: right;
}
.modal__footer a {
    color: #585858;
}
.modal__footer i {
    color: #d02d2c;
}
.modal__close {
    position: absolute;
    font-size: 30px;
    top: 10px;
    right: 10px;
    color: #585858;
    text-decoration: none;
}

.modal_form {
    display: flex;
    flex-direction: column;
}

.footer__mobile {
    display: none;
}

.modal_form input, textarea {
    margin-bottom: 20px;
}

.modal_form input, textarea {
    resize: none;
    outline: none;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #666;    
}

.modal_form textarea {
    padding: 10px;
    height: 100px;    
}

.project-container {
    margin-top: 50px;
}

.project-top {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 50px;
}

.project-prev {
     float: left;   
     width: max-content;
     margin: 0 20px 20px 0;
}

.project-title {
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.project-title::after {
    content: "";
    background-color: #444;
    width: 10%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    z-index: 100;
}


.project-text- {
     line-height: 26px;
     color: #666;
}

.header__what {
    bottom: 120px;
}

.btn.btn-transparent:hover {
    backdrop-filter: blur(10px);
    transition: .2s linear;
}

.header__what, .header__phone {
     position: fixed;  
     bottom: 0;
      right: 120px;
      z-index: 10000;
}

.header__what {
    bottom: 100px;
}

#ads {
    position: relative;
}

.header__inner {
    position: relative;
    z-index: 1000;
}

#ads::before {
    content: "";
    background-color: #1C1C1CB2;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.navbar.mobile {
    display: none;
}

.toggle3 {
    display: none;
}

.header__phone {
    bottom: 50px;
}

.catalog__card-image {
    /*width: 400px;*/
    height: /*420px*/ 75%;
}

.catalog__card-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.catalog__card-title {
    display: flex;
    justify-content: space-between;
}


.catalog__card-tett {
    margin-top: 20px;
    max-width: 250px;   
}

.catalog__card-title .circle {
    padding: 17px;
    margin-top: -20px;
    z-index: 1000;
    margin-right: 20px;
}

.catalog__card-tett:hover {
    text-decoration: underline;
}

#swiperrr-image {
    object-fit: cover;
}

.projects__card {
    position: relative;
}

.projects__card-title {
    margin-bottom: 20px;   
}

.accordion__click {
    color: #000;
    border-radius: 0;
    background-color: #F3F3F3;
}

.accordion__description p {
    text-align: left;
}

.header__strelka.swiper-button-next, .header__strelka.swiper-button-prev {
    position: static !important;
    display: block !important;
    margin-left: 0px;
}

.contact__map {
    width: 100%;
}

#ads {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.title{
    font-family: 'NoirPro';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 55px;
    margin-bottom: 50px;
}
.circle a{
    display: flex;
}
.title__lvl_2{
    font-family: 'NoirPro';
    font-weight: 400;
}
.mb90{
    margin-bottom: 90px;
}
.pt75{
    padding-top: 90px;
}
.pt85{
    padding-top: 90px;
}
.pt90{
    padding-top: 90px;
}
.pt120{
    padding-top: 90px;
}
.gallery__item{
    margin: 0 15px;
}
.gallery__img{
    height: 265px;
    overflow: hidden;
    margin-bottom: 20px;
}
.gallery__img img{
    object-fit: cover;
    transition: 0.5s ease all;
}
.gallery__item:hover .gallery__img img{
    scale: 1.2;
    transition: 0.5s ease all;
}
.slick-dots li button{
    width: 7px;
    height: 7px;
    padding: 5px;
    cursor: pointer;
    color: #9F9F9F;
    border: 0;
    outline: none;
    background: #9F9F9F;
}
.slick-dots li.slick-active{
    border: 1px solid #515151;
    border-radius: 50%;
    padding: 4px;
}
.slick-dots li.slick-active button{    
    background: #515151;
    color: #515151;
}
.image__wrap{
    position:relative;
}
.image__wrap span{
    width: 50px;
    height: 50px;
    display: flex;
    background: #3A3A3A;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: -25px;
    border-radius: 50%;
}
.slick-dots{
    bottom: -40px
}
.slid__controll_btn{
    width: 42px;
    height: 42px;
    background: #DDDDDD;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 10px solid #fff;
    position: absolute;
    z-index: 1;
    top: calc(50% - 21px);
}
.slid__controll_btn.left{
    left: -10px;
}
.slid__controll_btn.right{
    right: -10px;
}
.advantages__card-image{
    width: 60px;
    height: 60px;
}
.partner__item {
    margin: 0 9px;
}
.sert__item{
    margin: 0 15px;
}
.prod_btn{
    padding: 15px 55px;
}
.gallery__cards .gallery__item{
    width: 100%;
    /*flex-grow: 1;
    flex-basis: 250px;*/
}
.contact__card-d{
    color: #151515;
        font-size: 16px;
    font-weight: 700;
}

#product__header .navbar::after {
    display: none;
}

.str {
    font-size: 30px;   
}

.products__catalog ul .active {
    background-color: #3a3a3a;
}

.products__catalog ul .active span {
    color: #fff;
}
html{
    scroll-behavior: smooth;
}
.main__header{
    position: fixed;
    top: 0;
    z-index: 70;
    width: 100%;
    transition: 0.5s ease all;
}
.main__header.black{
    background: #3A3A3A;
    transition: 0.5s ease all;
}
.main__header.fixed{
    background: #3A3A3A;
    position: fixed;
    transition: 0.5s ease all;
    padding-bottom: 0;
}
.header__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 20px;
    transition: 0.5s ease all;
}
.main__header.black .header__container{
    border: none;
    margin: 0;
}
.main__header.fixed .header__container{
    padding: 10px 0 10px;
    transition: 0.5s ease all;
}
.header__logo{
    display: block;
    margin-right: 35px;
}
.header__logo svg{
    height: 55px;
    width: auto;
}
.header__menu{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.header__item .nav__link{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
}
.menu__title{
    display:none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.header__item a{
  position: relative;
}
.header__item a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    bottom: -5px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.header__item a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #ffffff;
}
::-webkit-scrollbar-track {
    background-color: #3A3A3A;
}
.about__banner{
    height: 100vh;
    width: 100%;
    position: relative;
}
.about__banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #1C1C1CB2;
}
.header__burger{
    width: 50px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    display: none;
    align-items: center;
    justify-content: center;
}
.header__burger span{
    width: 100%;
    display: block;
    height: 2px;
    background: #fff;
    position:relative;
}
.header__burger span::before{
    content: '';
    position:absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.5s ease all;
}

.header__burger span::after{
    content: '';
    position:absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.5s ease all;
}
.header__burger:hover span::before{
    left: -5px;
    transition: 0.5s ease all;
}
.header__burger:hover span::after{
    left: 5px;
    transition: 0.5s ease all;
}
.footer__logo{
    display: flex;
    justify-content: flex-start;
    position: relative;
    height: max-content;
    align-items: center;
    gap: 5px;
    font-family: 'NoirPro';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer__logo svg{
    height: 40px;
    width: auto;
}
.footer__fixed{
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sert__item a{
    position:relative;
}
.sert__item a::before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/storage/app/media/new_back_sert.png);
    background-repeat: round;
}

.details__body {
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 80px;
    align-items: center;
}

@media (max-width: 992px) {
    .details__body {
        grid-template-columns: 1fr;
    }
}

.details__images-wrapper {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-template-rows: 500px;
    gap: 10px;
}
@media (max-width: 480px) {
    .details__images-wrapper {
        grid-template-rows: 300px;
    }
}

.details__posters, .details__thumbs {
    width: 100%;
    height: 100%;
}

.details__poster img, .details__thumbs img {
    max-width: 100%;
    max-height: 100%;
}

.details__poster, .details__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbb;
    height: 100%;
    width: 100%;
}

.details__thumb {
    padding: 15px;
}

.details__poster {
    padding: 30px;
}

@media (max-width: 480px) {
    .footer__under {
        flex-direction: column-reverse;
        align-items: start;
        row-gap: 10px;
}
}

.products__card-img {
display: block;
position: relative;
padding-bottom: 70%;
margin-bottom: 15px;
}

.products__card-img img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.products__card-title {
    flex-grow: 1;
}

.products__card-btn a {
    display: block;
}