/*@import "bootstrap-grid.min.css";*/

header {
   padding: 25px 50px;
    max-width: 1320px;
    margin: 0 auto;
}

.container-title {
    font-family: 'AConcepto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 50px;
    position: relative;
    margin-bottom: 50px;
}

.container-title::after {
    content: '';
    background-image: url(/images/title-element.png);
    background-repeat: no-repeat;
    display: block;
    height: 66px;
    width: 445px;
    left: 0;
    position: absolute;
    bottom: -30px;
}

.container-title.blue-line::after {
    content: '';
    background-image: url(/images/title-element-blue.png);
}

.text-banner {
    font-family: 'AConcepto', sans-serif;
    font-weight: bold;
    font-size: clamp(24px, 5vw, 80px); /* адаптивный размер */
    color: transparent;
    -webkit-text-stroke: 1.5px white;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.text-repeat {
    display: inline-block;
    animation: scroll-text 20s linear infinite;
    margin: 40px 0;
}

.head-search {
    position: relative;
}

.head-search input{
    width: 100%;
    background: rgba(64, 64, 64, 0.6);
    border: none;
    border-radius: 3px;
    height: 50px;
    color: #d9d9d9;
}
.head-search button{
    background: #ff6322;
    color: #fff;
}

.catalog-text a{
    font-family: 'AConcepto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
color: #F9F9F9;
}

.banner-container {
    background-image: url(/images/banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 445px;
    position: relative;
}

.advantage-container {
    margin-bottom: 50px;
}

.banner-container .btn {
    position: absolute;
    bottom: 50px;
    right: 190px;
}

.advantage {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.advantage-image {
    margin-right: 20px;
}

.advantage-title {
    color: #D9D9D9;
    font-size: 18px;
}

.callback-form {
    background: #1D1C1C !important;
}

footer {
    padding-top: 50px;
}
.footer-copy {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

footer nav {
    display: flex;
    justify-content: end;
}

footer nav > ul:first-child {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    grid-gap: 50px;
    margin-right: 50px;
}
footer nav > ul > li > ul > li ul {
	display:none;
}
footer nav li, footer nav a,
footer nav strong,
.footer-text, .footer-text a {
    text-decoration: none;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
}

footer nav strong, footer nav a:hover {
    color: #fe810e;
}

footer nav > ul > li > strong, footer nav > ul > li > a,
.footer-title {
    font-family: 'AConcepto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.portfolio-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 30px;
    grid-template-areas:
    "a a b c"
    "d e e f";
}

.portfolio-item:nth-child(1) { grid-area: a; } /* Большое изображение */
.portfolio-item:nth-child(2) { grid-area: b; }
.portfolio-item:nth-child(3) { grid-area: c; }
.portfolio-item:nth-child(4) { grid-area: d; }
.portfolio-item:nth-child(5) { grid-area: e; }
.portfolio-item:nth-child(6) { grid-area: f; } /* Широкое изображение */


.portfolio-item .popular-image {
    width: 100%;
}

.portfolio-item .popular-image img {
    min-height: 379px;
    object-fit: cover;
}

.ctg .popular-td .popular-image img {
    object-fit: cover;
}

.marki-item {
    border: 1px solid #505050;
    border-radius: 10px;
    min-height: 100px;
    background: #4F4F4F;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.3) 38%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.marki-item img{
    width: 48px;
    height: 48px;
}

h1 {
    font-family: 'AConcepto', sans-serif;
}

.callback-form .block-title{
    font-family: 'AConcepto', sans-serif;
}

.inner-header {
    border-bottom: 1px solid #525252;
    padding: 25px 0;
		
}

.sld-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(34, 34, 34, 0.2);
}

.sld-menu > ul {
    border-top: 0;
    padding-top: 10px;
}

.sld-menu > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(82, 82, 82);
    display: grid;
    grid-template-columns: 1fr 15px;
    grid-gap: 15px;
    align-items: center;
}


.sld-menu ul li::after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 300;
    color: #474747;
    margin-right: 15px;
    justify-self: flex-end;
}

.sld-menu ul li a, .sld-menu ul li a:visited {
    color: #fff;
    line-height: 17px;
    text-decoration: none;
}

.sld-menu ul li a:hover {
    color: #ff6322;
    text-decoration: none
}

.sld-menu ul li strong {
    color: #ff6322;
    font-weight: normal;
}

.sld-menu ul li.active  ul {
    grid-row-start: 2;
}

.sld-menu ul li ul {
    display: none;
    list-style: none;
    font-size: 10px;
    padding-top: 8px;
    color: #7d7e83;
    padding-left: 25px;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 4;

}

.sld-menu ul li:hover ul {
    display: block
}

.sld-menu ul li ul li, .filter ul li {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}

.sld-menu ul li ul li a, .sld-menu ul li ul li a:visited, .sld-menu ul li ul li strong {
    font-size: 14px;
    text-transform: none
}

.sld-menu ul .active ul {
    display: block;
}
.sld-menu ul li ul li {
    display: grid;
    grid-template-columns: 1fr 15px;
}

.popular-image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.popular-image img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}

.services-sidebar {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
}

.services-sidebar button {
    background: none;
    border: none;
    color: #aaa;
    font-size: 18px;
    font-family: 'AConcepto', sans-serif;
    text-align: left;
    cursor: pointer;
    min-height: 100px;
    position: relative;
    border-bottom: 1px solid #5A5A5A;
    transition: color 0.2s;
    text-transform: uppercase;
}
.services-sidebar button::after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    bottom: 35%;
    background-image: url(/images/solar_arrow-right-outline.png);
    width: 35px;
    height: 35px;
}
.services-sidebar button .number {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
}
.services-sidebar button.active {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #FF6322;
    padding-left: 10px;
}

.services-content {
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 650px;
    overflow: scroll;
}

.services-content h2 {
    font-size: 28px;
}

.services-content p {
    font-size: 18px;
    max-width: 600px;
    line-height: 1.5;
}

.images {
    display: flex;
    gap: 20px;
}

.images img {
    width: 300px;
    border-radius: 10px;
    object-fit: cover;
}

.hidden { display: none; }

.services-item__title {
    font-size: 26px;
    font-family: 'AConcepto', sans-serif;
}

.services-item__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.portfolio-item {
    position: relative;
    background: #231F20;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(35, 31, 32, 1) 100%);
    min-height: 379px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.mb70{
    margin-bottom: 100px;
}

.form-box-td {
    width: 100%;
}

.form-box-td:first-child {
    margin-right: 30px;
}

.feedback-form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom {
    margin-top: 100px;
    border-top: 1px solid #F9F9F9;
    padding: 10px 0;
}

header .social {
    text-align: right;
}

.card-banner {
    display: flex;
    padding: 20px;
    align-items: center;
}

.card-content {
    max-width: 300px;
}

.card-content small {

}

.card-content h3 {
    font-family: 'AConcepto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.product {
    border: 1px solid #3A3A3A;
    margin-bottom: 30px;
}
.new-catalog-td-text {
    color: #fff;
}
.new-catalog-td-text-title {
    font-family: 'AConcepto', sans-serif;
}

.new-catalog-td-text-text {
    color: #EFEFEF!important;
    font-size: 13px;
}

.price-text {
    font-family: 'AConcepto', sans-serif;
}

.mess {
    background: #1D1C1C!important;
}

.mess .block-title,
.order .block-title{
    font-family: 'AConcepto', sans-serif;
}
.mod-cart {margin-bottom:10px;}
.mod-cart-price span {
    font-weight: 100;
}

.mods-container {
    display: grid;
}

.mod select {
    background: none;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #838383;
}
.mod select option{
  background: #1c1c1c;
    color: #fff;
}

.mod .number {
    font-size: 13px;
    color: #BABABA;
    margin-bottom: 3px;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}

.message,#office {
    background: #1D1C1C!important;
}

footer .phone {
    display: flex;
    flex-direction: column;
}
footer .phone span {
    font-weight: bold;
    font-size: 20px;
}
footer .phone a{
    text-decoration: underline;
    font-weight: 300;
}

.footer-contacts {
    display: grid;
    grid-gap: 15px;
    font-size: 14px;
    margin: 30px 0;
}

.catalog-grid .ctg {
    height: 414px;
}
.catalog-grid .popular-td {
    margin: 0;
}
.catalog-grid .catalog-text {
    width: 300px;
    margin: 30px;
}
.catalog-grid .ctg:nth-child(2),
.catalog-grid .ctg:nth-child(3){
    height: 197px;
    margin: 0;
    background: url(/images/ctg-left.png) left  center no-repeat;
}

.catalog-grid .ctg:nth-child(2) .popular-image,
.catalog-grid .ctg:nth-child(3) .popular-image{
    right: 0;
    left: auto;
    width: auto;
}

.catalog-grid .ctg:nth-child(2) .popular-image img,
.catalog-grid .ctg:nth-child(3) .popular-image img{
    height: 200px;
}

.marki-item:hover {
    cursor: pointer;
    border-color: #ff6322;
}
.social a:first-child {
    margin-left: 0;
}

.social a {
    color: #D9D9D9;
    font-size: 20px;
}
.social a:hover {
    color: #ff6322;
}
/*mobile menu*/
.mobilemenu {
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    transition: visibility 0s .3s
}

.mobilemenu, .mobilemenu__backdrop {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.mobilemenu__backdrop {
    position: absolute;
    background: #3d464d;
    opacity: 0;
    transition: opacity .3s
}

.mobilemenu__body {
    position: absolute;
    top: 0;
    width: 290px;
    height: 100%;
    background: #222;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    transition: transform .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    transform: translateX(calc(-100% * 1 - 30px * 1))
}

.mobilemenu__header {
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #b1b1b1
}

.mobilemenu__title {
    padding: 0 20px;
    font-size: 14px;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.mobilemenu__title .logo {
    width: 88px;
    margin: 0 auto;
}
.mobilemenu__title .logo img {
    width: 100%;
}
.humburger {
    color: #fff;
}

.header-bottom .humburger {
    color: #222;
}
.mobilemenu__close {
    border: none;
    background: transparent;
    height: 54px;
    width: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    fill: #fff;
    transition: fill .2s;
    border-left: 1px solid #b1b1b1
}

.mobilemenu__close i {
    color: #fff;
}

.mobilemenu__close:focus {
    outline: none
}

.mobilemenu__close:focus, .mobilemenu__close:hover {
    fill: #3d464d
}

.mobilemenu__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.mobilemenu--open {
    visibility: visible;
    transition-delay: 0s
}

.mobilemenu--open .mobilemenu__backdrop {
    opacity: .9
}

.mobilemenu--open .mobilemenu__body {
    transform: translateX(0)
}

.mobilemenu__content a, .mobilemenu__content strong {
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
}

.mobilemenu__content li {
    height: 48px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #b1b1b1;
    width: 100%;
}

.mobilemenu__content strong {
    color: #ff6322;
    width: 100%;
    font-weight: 400;
    display: flex;
    align-self: baseline;
    align-items: center;
    box-sizing: border-box;
    height: 48px;
}

.mobilemenu__content ul {
    display: block;
    padding: 0;
}

@media screen and (max-width: 1400px) {
    .head-nav ul li {
        margin-left: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .footer-contacts {
        justify-content: center;
        text-align: center;
    }
    footer .head-logo {
        text-align: center;
    }
    footer .social {
        text-align: center;
    }
    footer nav {
        justify-content: center;
        margin-top: 40px;
    }

    .feedback-bg > img {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .about-text {
        flex-direction: column;
    }
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-grid .ctg,
    .catalog-grid .ctg:nth-child(3),
    .catalog-grid .ctg:nth-child(2){
        grid-row: auto!important;
        grid-column: auto!important;
        grid-column-start: auto!important;
    }

    .catalog-grid .ctg:nth-child(2),
    .catalog-grid .ctg:nth-child(3){
        background: url(/images/ctg-bg.png) top -30px center no-repeat;
        height: 414px;
        background-size: contain;
    }

    .catalog-grid .ctg:nth-child(2) .popular-image img, .catalog-grid .ctg:nth-child(3) .popular-image img{
        height: 414px;
        object-fit: cover;

    }
    .head-logo img {
        width: 100%;
    }
    .head-search {
        margin-bottom: 20px;
    }
    .head-phone {
        text-align: left;
    }

    .services-content {
        padding: 0 20px 0;
    }
    .prod-bottom {
        min-width: 100%;
        display: block;
        overflow: hidden;
    }
    table {
        border: 0;
        width: 100% !important;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        display: flex;
        justify-content: space-between;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }

}

@media screen and (max-width: 768px) {
    .catalog-grid {
        grid-template-columns: 1fr;
    }
    .portfolio-container {
        grid-template-columns: 1fr;
        grid-template-areas: none;
        margin: 0 30px;
    }
    .portfolio-item {
        grid-area: auto !important;
    }

    .head-search {
        margin-top: 20px;
    }
    .head-logo {
        text-align: right;
    }
    .accordion-catalog {
        margin-top: 20px;
    }
    .prod-top{
        grid-template-columns: 1fr;
    }
    .mod {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}

@media screen and (max-width: 576px) {
    footer nav {
        flex-direction: column;
    }
    footer nav > ul:first-child {
        margin-right: 0;
        grid-template-columns: 1fr;
    }
    .prod-top-left {
        width: 100%;
    }
    .bsktLinks {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

}

@media screen and (max-width: 450px) {

    .container-title{
        font-size: 40px;
    }
    .container-title::after{
        width: 100%;
    }
    .about-text img {
        width: 100% !important;
    }
    .text-repeat {
        margin: 20px 0;
        font-size: 50px;
    }
}
