﻿@font-face {

    font-weight: 400;

    font-family: Stapel;

    font-style: normal;

    src: url("../font/Stapel-Light.ttf");

}

@font-face {

    font-family: Stapel;

    font-weight: 500;

    font-style: normal;

    src: url("../font/Stapel-Medium.ttf");

}

@font-face {

    font-weight: 600;

    font-family: Stapel;

    font-style: normal;

    src: url("../font/Stapel-Bold.ttf");

}

*{

    margin: 0;

    padding: 0;

}

html{height:100%}

body{

    font-family: Stapel;

    font-weight: 400;

    background-color: #151515;

    margin: 2rem 0 0;

    overflow-anchor:none;

    display:flex;

    flex-direction:column;

    overflow-x:hidden;

    overflow-y:auto;

    font-size: 16px;

}

/* Scrollbar */
* {
  /* Firefox */
  scrollbar-width: thin; /* толщина: auto | thin | none */
  scrollbar-color: #363636 #252525; /* thumb | track */
}

/* Chromium/Edge/Safari */
*::-webkit-scrollbar {
  width: 10px;              /* вертикальный скролл */
  height: 10px;             /* горизонтальный скролл */
}
*::-webkit-scrollbar-track {
  background-color: #252525;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
          box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
*::-webkit-scrollbar-thumb {
  background-color: #363636;
  border-radius: 10px;
}
*::-webkit-scrollbar-corner {
  background-color: #252525; /* уголок при двух осях */
}


h1{

    display: inline-block;

}

/****** container ******/

.container{

    margin: auto;

    padding: 0px 15px;

}

/****** Конец container ******/





/****** Шапка сайта ******/

header{

    z-index: 1;

}

.header-menu{

    display: flex;

    align-items: stretch;

    justify-content: space-between;

}

.header-menu-btn-block{

    position: fixed;

    right: 0;

    height: 78px;

    padding: 0 3.5rem 0 3.5rem;

    border-radius: 3.5rem 0px 0px 3.5rem;

    border-width: 1px 0px 1px 1px;

    border-color: white;

    border-style: solid;

    display: flex;

    align-items: center;

    cursor: pointer;

    z-index: 100;

}

.header-menu-logo{

    margin-left: 2.5rem;

}

.active-menu-desktop .header-menu-btn-block{

    display: none;

}

.header-menu-btn-item{

    display: flex;

    align-items: center;

    flex-direction: column;

    margin-right: 12px;

}

.header-menu-btn-line{

    width: 30px;

    height: 2px;

    color: #F6F6F6;

    display: inline-block;

    background-color: #F6F6F6;

}

.header-menu-btn-item .header-menu-btn-line:first-child{

    margin-bottom: 7px;

}
.header-menu-btn-item .header-menu-btn-line:last-child{

    margin-top: 7px;

}

.header-menu-btn-item-text{

    color: #F6F6F6;

    font-weight: bold;

}

.img-logo{

    width: 25%;

    height: auto;

}

.background-page-1{

    background-image: url(../img/background/background-deck-1.png);

    display: block;

    width: 100%;

    background-repeat: no-repeat;

    background-size: 85%;

    background-position: top right;

    height: 50rem;

    position: absolute;

    top: 0px;

    z-index: 0;

}

.background-page-2{

    background-image: url(../img/background/background-deck-2.png);

    display: block;

    width: 100%;

    background-repeat: no-repeat;

    background-size: 55%;

    background-position: top left;

    height: 80rem;

    position: absolute;

    top: 13rem;

    z-index: 0;

}

.background-page-4{

    background-image: url(../img/background/background-deck-4.png);

    display: block;

    width: 100%;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    background-position: right center;

    height: 65rem;

    position: absolute;

    z-index: 0;

    top: -230px;

}

.background-page-5{

    background-image: url(../img/background/background-deck-5.png);

    display: block;

    width: 60%;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    background-position: right center;

    height: 90rem;

    position: absolute;

    z-index: 0;

    top: -180%;

    left: 0;

}



.breadcrumbs{

    width: 100vw;

    margin-top: 24px;

}

.breadcrumbs ul{

    list-style-type: none;

    display: flex;

    color: #F6F6F6;

    font-size: 14px;

    line-height: 17.71px;

    align-items: center;

}

.breadcrumbs ul a{

    color: #F6F6F6;

    text-decoration: none;

}

.breadcrumbs ul li{

    flex-shrink: 0;

}

.breadcrumbs ul .breadcrumb-arrow{

  display: flex;

  align-items: center;

  justify-content: center;

  width: 32px;

  height: 32px;

}

@keyframes slideInFromRight {

    0% {

        transform: translateX(100%);

    }



    100% {

        transform: translateX(0px);

        background-color: #151515;

    }

}

.header-desktop {

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 10;

    background: url("../img/background/background-decktop-menu.png");

    height: 100vh;

    left: 100%; /* Изначально элемент находится за пределами экрана справа */

    padding: 2rem 0 0;

    background-repeat: no-repeat;

    background-size: 100%;

}

.header-desktop.active {

    animation: slideInFromRight 1s ease-in-out; /* Анимация применяется только при активном состоянии */

    left: 0; /* При добавлении класса active элемент остается на месте */

    animation-fill-mode: both;

}

.active-menu-desktop{

    z-index: 0;

    overflow: hidden;

}

.active-menu-desktop header{

    z-index: auto;

}

.header-desktop-logo{

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.header-desktop-logo{

    margin-left: 2.5rem;

}

.header-desktop-close{

    position: relative;

    left: 100%;

    top: -3rem;

}

.header-desktop-close svg{

    cursor: pointer;

}

.header-desktop-close:hover svg path{

    fill: #C72626;

}

.header-desktop .header-desktop-logo{

    opacity: 0;

    z-index: 2;

    position: relative;

}

.header-desktop .container{

    opacity: 0;

    color: white;

    z-index: 2;

    position: relative;

}

.header-desktop.active .container{

    animation-duration: 0.3s;

    animation-name: openMenu;

    animation-delay: 1s;

    animation-fill-mode:both;

}

.header-desktop.active .header-desktop-logo{

    animation-duration: 0.3s;

    animation-name: openMenu;

    animation-delay: 1s;

    animation-fill-mode:both;

}

.header-desktop-back{

    position: absolute;

    width: 100%;

    opacity: 0;

    background: url("../img/background/background-decktop-menu-active.png");

    background-repeat: no-repeat;

    left: 0;

    bottom: 0;

    height: 60rem;

}

.header-desktop.active .header-desktop-back{

    animation-duration: 0.3s;

    animation-name: openMenu;

    animation-delay: 1s;

    animation-fill-mode:both;

}

@keyframes openMenu {

    25% {

        opacity: 0;

    }

    50% {

        opacity: 0.5;

    }

    75% {

        opacity: 0.8;

    }

    100% {

        opacity: 1;

    }

}

.header-colum-1{

    font-size: 1.5rem;

    line-height: 130%;

    color: #F6F6F6;

}

.header-colum-1 a{

    text-decoration: none;

    color: #F6F6F6;
    font-weight: 500;
    font-size: 24px;

}

.header-colum-1 li{

    margin-bottom: 1.5rem;

}

.header-colum-1 a:hover{

    color: #C72626;

}

.header-desktop-content{

    display: flex;

    padding-top: 2rem;

}
.header-desktop-content ul{
    list-style-type: none;
}

.header-colum-1{

    width: 25%;

}

.header-colum-2{

    width: 20%;

}

.header-colum-2 a {

    text-decoration: none;

    color: #F6F6F6;
    font-weight: 500;

}

.header-colum-2 li{

    margin-bottom: 1.5rem;

}

.header-colum-2 {

    font-size: 1.5rem;

    color: #F6F6F6;

    line-height: 130%;

}

.header-colum-2 a:hover{

    color: #C72626;

}
.no-scroll {
    overflow: hidden;
}

.header-colum-3{

    border-radius: 24px;

    border: 1px solid rgba(246, 246, 246, 0.80);

    padding: 6rem 2rem;

    margin-left: 4%;

    margin-right: 4%;

    background-color: #151515;

    z-index: 2;

}

.header-colum-3 li a{

    font-size: 16px;

    line-height: 130%;

    margin-bottom: 1rem;

    color: #F6F6F6CC;

    text-decoration: none;

    display: inline-block;

}

.header-colum-3 li a:hover{

    color: #F6F6F6;

    text-decoration: underline !important;

}

.header-colum-4{

    width: 23%;

}

.header-time-work p:first-child{

    font-size: 14px;

    margin-bottom: 5px;

    color: #B1AAAA;

}
.header-colum-4 .header-title{
    color: #B1AAAA;
}

.header-adress p:first-child{

    font-size: 14px;

    margin-bottom: 5px;

    color: #B1AAAA;

}
.header-adress p:last-child,.header-time-work p:last-child{
    font-size: 16px;
    color: #F6F6F6;
}

.header-colum-4{

    font-size: 1.5rem;

    color: #F6F6F6;

}

.header-time-work{

    font-size: 16px;

    margin-bottom: 1.5rem;

}

.header-adress{

    font-size: 16px;

}

.header-title{

    margin-bottom: 1.5rem;

}

.header-mail{

    margin-bottom: 40px;

}

.header-phone-1{

    margin-bottom: 10px;

}

.header-phone-2{

    margin-bottom: 1.5rem;

}

.header-colum-4 a{

    color: #F6F6F6;

    text-decoration: none;

}

.header-colum-4 a:hover{

    color: #C72626;

}

.header-desktop-content-bottom-hr{

    background: rgba(246, 246, 246, 0.40);

    height: 1.2px;

}

.header-desktop-content-bottom{

    position: relative;

    top: -60px;

}

.header-desktop-content-bottom-link{

    display: grid;

    grid-template-rows: repeat(2, 1fr);

    grid-template-columns: repeat(2, 1fr);

    gap: 1rem;

}

.header-desktop-content-bottom-link{

    width: 35%;

    padding-top: 2rem;

}

.header-desktop-content-bottom-link a {

    background: linear-gradient(265.35deg, #E21D1D -8.12%, #F2F2F2 107.89%);

    font-weight: 500;

    -webkit-text-fill-color: transparent;

    background-clip: text;

    border-bottom: 1px solid transparent; /* Устанавливаем границу как сплошную линию */

    transition: border-color 0.3s ease; /* Плавное изменение цвета границы */

    display: inline-block;

    width: max-content;

}



.header-desktop-content-bottom-link a:hover {

    border-image: linear-gradient(265.35deg, #E21D1D -8.12%, #F2F2F2 107.89%);

    border-image-slice: 1; /* Режим нарезки границы (по умолчанию) */

    border-image-outset: 0; /* Расширение границы (по умолчанию) */

}

.not-scroll{

    z-index: 0;

    overflow: hidden;

}

.not-scroll .header-menu-btn-block{

    display: none;

}

.not-scroll .fixed-block-usluga{

    display: none;

}



/****** Конец шапки сайта ******/





/****** main сайта ******/

main{

    z-index: 0;

}

.btn-dark-red{

    border: 1px solid #C72626;

    background: rgba(199, 38, 38, 0.20);

    color: #F6F6F6;

    padding: 1.2rem 3rem;

    border-radius: 2rem;

    text-decoration: none;

    font-weight: 500;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 60px;

    cursor: pointer;

}

.btn-dark-red:before{

    background-color: #C72626;

    opacity: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

    width: 65px;

    height: 60px;

    content: "";

    position: absolute;

    border-radius: 50px;

    border: 1px solid #C72626;

}

.btn-dark-red:hover:before {

    opacity: 1;

    width: 103%;

    height: 103%;

    border-radius: 2rem;

    border: 1px solid #C72626;

}

.btn-dark-red:hover{

    transition: all 0.3s;

    z-index: 1;

    border: 1px solid #C72626;

    cursor: pointer;

}

.btn-dark-red:hover span{

    z-index: 1;

    position: relative;

}

.btn-red{

    border-radius: 2rem;

    text-decoration: none;

    font-weight: 500;

    background: #C72626;

    color: #F6F6F6;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 60px;
    cursor: pointer;

}

.btn-red:before{

    background-color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

    width: 65px;

    height: 60px;

    content: "";

    position: absolute;

    border-radius: 50px;

    opacity: 0;

}

.btn-red:hover:before {

    opacity: 1;

    width: 100%;

    height: 100%;

    border-radius: 2rem;

}

.btn-red:hover{

    transition: all 0.3s;

    z-index: 1;



}

.btn-red:hover span{

    z-index: 1;

    position: relative;

    color: #151515;

}

.btn-red span{

    padding: 1.2rem 3rem;

}

/****** Конец main сайта ******/



/****** Форма в подвале - 1 ******/

.footer_call_back_1 .container{

    display: flex;

    align-items: center;

}

.footer_call_back_1 .footer_call_back_1_content{

    width: 50%;

}

.footer_call_back_1{

    background-color: #0C0C0C;

    padding: 5rem 0rem;

}

.footer_call_back_1 h2{

    font-size: 2rem;

    color: #F6F6F6;

    line-height: 124%;

    margin-bottom: 1.5rem;
    text-align: left;

}

.footer_call_back_1 .footer_call_back_1_content p{

    color: #B1AAAA;

    width: 50%;

    line-height: 135%;

}

.footer_call_back_btn{

    width: 50%;

    padding-left: 20%;

}

.btn-footer-1{

    color: white;

    background-color: #C72626;

    padding: 30px;

    border-radius: 50%;

    width: 150px;

    height: 150px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    cursor: pointer;

    transition: .3s;
    box-sizing: border-box;

}


.btn-footer-1:hover,.btn-footer-1:target{
    color: #0C0C0C;
    background-color: #F6F6F6;
    transition: .3s;
}
.form-wrapper .btn:hover,.form-wrapper .btn:target{
    color: #0C0C0C;
    background-color: #F6F6F6;
    transition: .3s;
}

.active-form-zayvka{

    z-index: 0;

    overflow: hidden;

}

/****** Конец форма в подвале - 1 ******/



/****** Подвал ******/

footer{

    background-color: #0C0C0C;

    padding: 4rem 0rem 2.5rem 0rem;

    /* border-top: 1px solid rgba(246, 246, 246, 0.60); */

}

footer .container{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

.footer-copyrating{

    width: 100%;

}
footer ul{
    list-style-type: none;
}
footer ul li a{
    font-size: 16px;
    font-weight: 400;
}

.footer-1 a{

    line-height: 130%;

    font-size: 1.5rem;

    color: white;

    text-decoration: none;

}

.footer-1 a:hover{

    color: #C72626;

}

.footer-mail{

    margin-bottom: 30px;

}

.footer-phone-1{

    margin-bottom: 10px;

}

.footer-work{

    margin-top: 30px;

    color: white;

}

.footer-work span{

    color: #B1AAAA;

}

.footer-work p{

    color: white;

    margin-top: 8px;

}

.footer-place{

    margin-top: 30px;

    color: white;

}

.footer-place span{

    color: #B1AAAA;

}

.footer-place p{

    color: white;

    margin-top: 8px;

}

.footer-copyrating{

    margin-top: 30px;

    color: #B1AAAA;

    padding-bottom: 90px;

}

.footer-title{

    color: white;

    font-size: 20px;

    font-weight: 500;

    line-height: 130%;

    margin-bottom: 1.5rem;

}

.footer-menu-links a{

    line-height: 130%;

    color: #B1AAAA;

    margin-bottom: 1rem;

    display: inline-block;

    text-decoration: none;

}

.footer-copyrating a:hover{

    color: #C72626;

}

.footer-copyrating a{

    line-height: 130%;

    color: #B1AAAA;

    margin-bottom: 1rem;

    display: inline-block;

    text-decoration: none;

}

.footer-menu-links a:hover{

    color: #C72626;

}

/****** Конец подвала ******/



/****** Форма оставить заявку ******/

.form-wrapper{

    position: fixed;

    top: 0;

    width: 100%;

    left: 0;

    bottom: 0;

    height: 100vh;

    padding: 2rem 0 0;

    background: #151515;

    background-size: 100%;

    z-index: 10001;

    display: none;

}

.background-form{

    position: absolute;

    width: 100%;

    background: url(../img/background/background-decktop-menu-active.png);

    background-repeat: no-repeat;

    left: 0;

    bottom: 0;

    height: 60rem;

}

.close-form{

    position: relative;

    z-index: 10;

    display: flex;

    justify-content: end;

    margin-top: 1.5rem;

    width: 100%;

    cursor: pointer;

}

.content-form{

    z-index: 10;

    color: #B1AAAA;

    width: 80%;

    margin: auto;

    text-align: center;

    margin-top: 3rem;

}

.title-content{

    color: white;

    font-size: 2.5rem;

    font-weight: 500;

    margin-bottom: 12px;
    max-width: 646px;
    margin: 0 auto;

}
.title-content.solo{
    margin-bottom: 64px;
}

.title-sub-content{

    font-size: 1.25rem;

    width: 60%;

    text-align: center;

    margin: auto;

    line-height: 135%;
    margin-bottom: 64px;

}

.content-form{

    width: 100% ;
    max-width: 684px;

    margin: 0 auto;

    margin-top: 4rem;

    position: relative;

}

.content-form .row-1{

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

}

.content-form .row-1 .form-group{

    display: flex;

    width: 100%;

    flex-direction: column;

    gap: 15px;

    cursor: pointer;

}

.content-form .row-1 .form-group .form-control{

    width: 100%;

}

.content-form .row-1 .form-group .form-control:focus-visible{

    outline:none !important;

}

.content-form label{

    text-align: left;

    color: var(--White-80, rgba(246, 246, 246, 0.80));

}

.content-form input{

    font-size: 16px;

    background-color: inherit;

    border: 0px;

    border-bottom: 1px solid #F6F6F6CC;

    padding-bottom: 15px;

    color: #F6F6F6;

}

.content-form .row-2 .form-group .form-control{

    width: 100%;

}

.content-form .row-2 .form-group{

    display: flex;

    width: 100%;

    flex-direction: column;

    gap: 15px;

    cursor: pointer;

}

.content-form .row-2 .form-group .form-control:focus-visible{

    outline:none !important;

}

.content-form .row-2{

    margin-top: 2rem;

}

.content-form .row-3 .form-group .form-control{

    width: 100%;

}

.content-form .row-3 .form-group{

    display: flex;

    width: 100%;

    flex-direction: column;

    gap: 15px;

    cursor: pointer;

}

.content-form .row-3 .form-group .form-control:focus-visible{

    outline:none !important;

}

.content-form .row-3{

    margin-top: 2rem;

}

.file-upload-input {
    display: none;
}
  
.content-form .file-upload-label {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #F6F6F6;
    font-size: 16px;
    cursor: pointer;
}

.file-upload-label span{
    border-bottom: 1px solid #F6F6F6;
    transition: .3s;
}
.file-upload-label span:hover{
    overflow: hidden;
    color: white;
    background: linear-gradient(211deg, #e21d1d 0%, #f2f2f2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;
    border-image: linear-gradient(211deg, #e21d1d 0%, #f2f2f2 100%);
    border-image-slice: 1;
}
  
.file-upload-icon {
    margin-right: 10px;
    font-size: 20px;
}

.content-form .form-check{

    margin-top: 1.5rem;

    text-align: left;

    cursor: pointer;
    display: flex;

}

.form-check label{

    color: #B1AAAA !important;

    margin-left: 5px;

    cursor: pointer;

}

.form-check input{

    width: 16px;

    height: 16px;

}

.form-check a{

    color: #B1AAAA;

}

.form-check a:hover{

    text-decoration: none;

}

.form-wrapper .btn{

    background-color: #C72626;

    color: white;

    padding: 2rem;

    text-align: center;

    display: flex;

    justify-content: center;

    border-radius: 50%;

    align-items: center;

    width: 160px;

    height: 160px;

    position: absolute;

    bottom: -35px;

    right: -195px;

    border: 0px;

    font-size: 16px;

    cursor: pointer;
    transition: .3s;

}

.close-form:hover svg path{

    fill: #C72626; 

}

.form-wrapper.active{

    display: block !important;

}

.row-2 input{

    background-color: inherit !important;

    font-size: 16px;

    background-color: inherit;

    border: 0px;

    border-bottom: 1px solid #F6F6F6CC;

    padding-bottom: 15px;

}

/****** Конец форма оставить заявку ******/

.success-form-sait{

    position: fixed;

    top: 0;

    width: 100%;

    left: 0;

    bottom: 0;

    height: 100vh;

    padding: 2rem 0 0;

    background: var(--Bg-Dark-60, rgba(21, 21, 21, 0.80));

    background-size: 100%;

    z-index: 2;

    display: none;

    opacity: 0;

}

/****** Успешная форма ******/

.success-form-sait_content{

    position: relative;

    top: 20%;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 24px;

    background: var(--Dark-grey, #252525);

    width: 35%;

    flex-direction: column;

    padding: 5rem 3rem;

}

.success-form-sait_title{

    line-height: 130%;

    color: #F6F6F6;

    font-weight: 500;

    font-size: 1.5rem;

}

.success-form-sait_text{

    color: #B1AAAA;

    line-height: 130%;

    margin-top: 1rem;

}

.success-form-sait_content_close{

    display: flex;

    align-items: center;

    justify-content: center;

}

.success-form-sait_text{

    color: #B1AAAA;

    line-height: 130%;

    margin-top: 1.5rem;

    margin-bottom: 2rem;

}

.success-form-sait_content_close{

    display: flex;

    align-items: center;

    justify-content: center;

    position: absolute;

    top: 20px;

    right: 20px;

}

.btn-success-form-sait a{

    border-radius: 1.5rem;

    text-decoration: none;

    font-weight: 500;

    background: #C72626;

    color: #F6F6F6;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}

.btn-success-form-sait a:before{

    background-color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

    width: 65px;

    height: 60px;

    content: "";

    position: absolute;

    border-radius: 50px;

    opacity: 0;

}

.btn-success-form-sait a span{

    padding: 1.2rem 3rem;

}

.btn-success-form-sait a:hover{

    transition: all 0.3s;

    z-index: 1;

    cursor: pointer;

}

.btn-success-form-sait a:hover:before {

    opacity: 1;

    width: 100%;

    height: 100%;

    border-radius: 1.5rem;

}

.btn-success-form-sait a:hover span{

    z-index: 1;

    position: relative;

    color: #151515;

}

.success-form-sait_content_close:hover{

    cursor: pointer;

}

.success-form-sait_content_close:hover svg path{

    fill: #C72626;

}

.jGrowl-notification{

    display: none !important;

}

/****** Конец успешная форма ******/



/****** Cookies ******/

.cookie_notice{

    border-radius: 1.5rem;

    background: var(--Bg-Dark-100, #151515);   

    padding: 2rem; 

    position: fixed;

    z-index: 9999999;

    bottom: 8rem;

    left: 20px;

    max-width: 560px;

    display: none;

}

.cookie_notice_title{

    line-height: 130%;

    font-size: 20px;

    color: #F6F6F6;

    font-weight: 500;

    width: 100%;

}

.cookie_notice{

    flex-direction: column;

}

.cookie_notice_title_text{

    color: #B1AAAA;

    font-weight: 500;

    font-size: 16px;

    margin-top: 1rem;

    line-height: 140%;

    margin-bottom: 1.5rem;

}

.cookie_notice_title_text a{

    color: #B1AAAA;

}

.cookie_notice_text_1{

    width: 65%;

    padding-right: 15px;

}

.cookie_notice_text{

    display: flex;

    justify-content: space-between;

}

.cookie_notice_text_2{

    padding-top: 25px;

}

.cookie_notice_text_2 img:nth-child(2){

    position: relative;

    top: 25px;

}

.btn-close-cookie{

    position: absolute;

    right: 20px;

    top: 20px;

}

.cookie_btns{

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px; 

}

.cookie_btn_1{

    cursor: pointer;

    width: 50%;

    border: 1px solid #C72626;

    background: rgba(199, 38, 38, 0.20);

    color: #F6F6F6;

    padding: 1.2rem 3rem;

    border-radius: 1.5rem;

    text-decoration: none;

    font-weight: 500;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}

.cookie_btn_1:before{

    background-color: #C72626;

    opacity: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

    width: 65px;

    height: 60px;

    content: "";

    position: absolute;

    border-radius: 50px;

    border: 1px solid #C72626;

}

.cookie_btn_1:hover {

    transition: all 0.3s;

    z-index: 1;

    border: 1px solid #C72626;

}

.cookie_btn_1:hover span{

    z-index: 1;

    position: relative;

}

.cookie_btn_1:hover:before {

    opacity: 1;

    width: 103%;

    height: 103%;

    border-radius: 1.5rem;

    border: 1px solid #C72626;

}

.cookie_btn_2{

    cursor: pointer;

    width: 50%;

    border-radius: 1.5rem;

    padding: 1.2rem 3rem;

    text-decoration: none;

    font-weight: 500;

    background: #C72626;

    color: #F6F6F6;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}

.cookie_btn_2:hover {

    transition: all 0.3s;

    z-index: 1;

}

.cookie_btn_2:before {

    background-color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

    width: 65px;

    height: 60px;

    content: "";

    position: absolute;

    border-radius: 50px;

    opacity: 0;

}

.cookie_btn_2:hover:before {

    opacity: 1;

    width: 103%;

    height: 103%;

    border-radius: 1.5rem;

}

.cookie_btn_2:hover span {

    z-index: 1;

    position: relative;

    color: #151515;

}

.cookie_notice_title_text a:hover{

    color: #F6F6F6;

}

.btn-close-cookie svg{

    cursor: pointer;

}

.btn-close-cookie:hover svg path{

    fill: #C72626;

}

/****** Конец cookies ******/



/****** Фиксированый блок услугу под вашу цель******/

.fixed-block-usluga{

    position: fixed;

    width: 100%;

    background-color: #151515;

    display: flex;

    padding: 25px 15px;

    bottom: 0;

    z-index: 10000;

    color: #F6F6F6;

    line-height: 130%;

    font-size: 20px;

    justify-content: center;

    gap: 5rem;

    align-items: center;

    box-sizing: border-box;

}

.fixed-block-usluga .close-fixed-usluga{
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
}
.fixed-block-usluga .close-fixed-usluga:hover path{
    fill: #C72626;
}


.buttoms-fixed-block-usluga{

    display: flex;

}

.btn-fixed-vstrecha{

    border-radius: 45px;

    border: 1px solid var(--White-100, #F6F6F6);

    background: var(--White-10, rgba(246, 246, 246, 0.10));

    padding: 1rem 2rem;

    cursor: pointer;

    text-align: center;

    font-size: 16px;

    margin-right: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;
    box-sizing: border-box;

}

.btn-fixed-vstrecha:before{

    background-color: #F6F6F6;

    opacity: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

    width: 65px;

    height: 60px;

    content: "";

    position: absolute;

    border-radius: 50px;

    border: 1px solid #F6F6F6;

}

.btn-fixed-vstrecha:hover {

    transition: all 0.3s;

    z-index: 1;

    border: 1px solid #F6F6F6;

}

.btn-fixed-vstrecha:hover span{

    color: #151515;

    z-index: 1;

}

.btn-fixed-vstrecha:hover:before {

    opacity: 1;

    width: 103%;

    height: 103%;

    border: 1px solid #F6F6F6;

}

.btn-fixed-consult{

    border-radius: 45px;

    background: var(--White-100, #F6F6F6);

    padding: 1rem 2rem;

    cursor: pointer;

    text-align: center;

    font-size: 16px;

    color: #0C0C0C;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}

.btn-fixed-consult:before{

    background: var(--Gradient-Red, linear-gradient(265deg, #E21D1D -8.12%, #F2F2F2 107.89%));

    opacity: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

    width: 65px;

    height: 60px;

    content: "";

    position: absolute;

    border-radius: 50px;

}

.btn-fixed-consult:hover {

    transition: all 0.3s;

    z-index: 1;

}

.btn-fixed-consult:hover:before {

    opacity: 1;

    width: 100%;

    height: 100%;

}

.btn-fixed-consult:hover span{

    color: #151515;

    z-index: 1;

}

.active-menu-desktop .fixed-block-usluga{

    display: none;

}

.active-form-zayvka .fixed-block-usluga {

    display: none;

}

.btn-zakazat{

    cursor: pointer;

}

.fixed-block-usluga-mobile{

    display: none;

}



/****** Конец фиксированый блок услугу под вашу цель ******/



/*Preloader*/

#preloader{

    width: 100vw;

    height: 100vh;

    top:0;

    position: fixed;

    z-index: 99999;

    background: #151515;

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 1; 

    transition: opacity 0.5s ease; 

}



#preloader.hidden {

    opacity: 0; 

    pointer-events: none;

}

.load-circle{

    width: 120px;

    aspect-ratio: 1 / 1;

    border-radius: 100%;

    background: linear-gradient(265.35deg, #BF8E30 -8.12%, #F2F2F2 107.89%);

    animation: load 2s ease-in-out infinite;

}
.overlay.overlay-slider{
    overflow: hidden;
}

.breadcrumb{
    flex-wrap: wrap;
}

@keyframes load {

    0%{

        transform: scale(1);

    }

    50%{

        transform: scale(1.83);

    }

    100%{

        transform: scale(1);

    }

}
.contact_discuss .content-form{
    overflow-y:visible;
    height:auto;
}
@media(max-width:768px){
    .contact_discuss .content-form .btn-primary{
        margin-top: 24px;
    }
    .services_case-wrapper .slick-list{
        
        margin-left:-15px !important;
        margin-right:-15px !important;
    }
}



/*Preloader End*/



.service_package-item{

    border: 1px solid #F6F6F61A;

}



input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #F6F6F6;
    width: 19px;
    height: 19px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background-color: transparent; 
  }
  

  input[type="checkbox"]:checked {
    background-color: transparent; 
    border-color: #F6F6F6;
  }
  
  input[type="checkbox"]:checked::after {
    content: ""; 
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/check.svg);
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
  }


.mobile-desktop-content{
    display: none;
}

.form-wrapper{
    display: none;
    opacity: 0;
    transform: translateY(-20px); 
    transition: opacity 0.3s ease, transform 0.3s ease; 
}
.form-wrapper.active{
    display: block;
    opacity: 1; 
    transform: translateY(0); 
}
input[type="checkbox"]{
    flex-shrink:0;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 20px #151515 inset;
    -webkit-text-fill-color: #F6F6F6;
}
.error-message {
    color: red;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: none; /* Скрываем по умолчанию */
}
.content-form .btn-primary{
    background: #C72626;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.24px;
    font-family: Stapel;
    width: 160px;
    height: 160px;
    border: none;
    color: #F6F6F6;
    border-radius: 100%;
    position: absolute;
    bottom: -40px;
    right: -208px;
    transition: .3s;
}
.content-form .btn-primary:hover,.content-form .btn-primary:target{
    background: #F6F6F6;
    color: #0C0C0C;
    transition: .3s;
}
input[name="n-message"] {
    display: block;
    width: 5px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}
form .form-group .g-recaptcha{
    margin-top: 16px;
}

/****** Адаптив container ******/
@media (max-height:800px) {
    .form-wrapper{
        padding: 0;
    }
    .form-wrapper .container{
        overflow-y: auto;
        height: 100vh;
    }
    .form-wrapper .btn{
        margin-top: 48px;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media (max-width:768px){

    .container{

        width:100%;

    }
    .mobile-uslugi ul{
        list-style-type: none;
    }
    .footer_call_back_1 .container{
        flex-direction: column;
        gap: 56px;
    }
    .footer_call_back_1 .footer_call_back_1_content{
        width: 100%;
        text-align: center;
    }
    .footer_call_back_1 .footer_call_back_1_content p{
        width: 100%;
    }
    .footer_call_back_btn{
        width: 100%;
    }
    .btn-footer-1{
        margin: 0 auto;
    }
    .form-wrapper .btn{
        position:static;
        margin-top:48px;
        margin-left: auto;
        margin-right: auto;
    }
    .content-form{
        margin-top:20px;
    }
    .title-sub-content{
        width: 100%;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: normal;
    }
    .form-wrapper{
        padding:0;
    }
    .form-wrapper .container{
        gap: 0;
    }
    .title-content{
        font-size: 28px;
        line-height: normal;
    }
    .form-wrapper .btn{
        width: 140px;
        height: 140px;
    }
    .cookie_notice{
        padding: 20px 16px;
        width: calc(100vw - 30px);
        left: 15px;
    }
    .cookie_notice_title_text{
        font-size: 13px;
    }
    .cookie_notice_text_1{
        width: 100%;
    }
    .content-form{
        overflow-y: auto;
        height: 86vh;
    }
}


@media (min-width:768px) and (max-width: 992px){

    .container{

        width: 750px;

    }

}

@media (min-width:992px) and (max-width: 1200px){

    .container{

        width: 970px;

    }

}

@media (min-width:1200px) and (max-width: 1600px){

    .container{

        width:1170px

    }
    .header-colum-2{
        width: 24%;
    }
    .header-colum-3{
        margin-left: 2%;
        margin-right: 2%;
        padding: 3rem 2rem 4rem 2rem;
    }
    .header-desktop-content-bottom{
        top: -40px;
    }
}

@media (min-width:1600px){

    .container{

        width:1400px

    }

}

/****** Конец адаптив container ******/





@media (max-width:768px){
    @supports (-webkit-touch-callout: none) {
        .form-wrapper .content-form .btn{
            margin-bottom:100px;
        }
    }
}

/****** Мобильная версия ******/

@media (max-width:768px){ 
    
   

    .fixed-block-usluga{

        display: none;

    }
    h1:not(.h1-blue){
        font-size: 36px !important;
        margin-top: 32px;
        margin-bottom: 40px;
    }

    .fixed-block-usluga-mobile{

        display: none;

        position: fixed;

        bottom: 30px;

        right: 30px;

        z-index: 2;

        background-color: #F6F6F6;

        padding: 20px;

        border-radius: 50%;

    }

    .fixed-block-usluga-mobile.active .fixed-block-usluga-mobile-btn-open{

        display: none;

    }

    .fixed-block-usluga-mobile.active .fixed-block-usluga-mobile-btn-close{

        display: block;

    }

    .fixed-block-usluga-mobile-btn-close{

        display: none;

    }

    .fixed-block-usluga-mobile-btns{

        position: absolute;

        top: -200%;

        left: -200%;

    }

    .fixed-block-usluga-mobile-btns .btn-fixed-vstrecha{

        margin-right: 0px;

        background: var(--White-100, #F6F6F6);

        font-weight: bold;

        width: 100%;

        padding: 1rem 1.5rem;

        margin-bottom: 20px;


    }

    .fixed-block-usluga-mobile-btns .btn-fixed-consult{

        font-weight: bold;

    }

    .fixed-block-usluga-mobile-btns{

        display: none;

    }

    .fixed-block-usluga-mobile.active .fixed-block-usluga-mobile-btns{

        display: block;

    }

    .footer_call_back_btn {

        padding-left: 0px;

    }

    .header-menu-logo {

        margin-left: 15px;

    }

    .img-logo {

        width: 35%;

    }

    .header-menu-btn-block{

        height: 50px;

        padding: 0 2rem 0 2.5rem;

    }

    .header-menu-btn-block{

        background: var(--White-10, rgba(246, 246, 246, 0.10));

    }

    .header-menu-btn-item{

        margin-right: 0px;

    }

    .header-menu-btn-item-text{

        display: none;

    }

    .buttoms-fixed-block-usluga{

        flex-direction: column;

    }

    .header-mobile.active > .header-desktop-logo {

        margin-left: 15px;

    }

    .header-mobile.active > .header-desktop-logo > .header-desktop-logo {

        margin-left: 0px;

    }

    .header-desktop-content{

        display: none;

    }

    .header-desktop-content-bottom-link{

        width: 100%;

        display: flex;

        flex-direction: column;

    }

    .header-desktop-back{

        height: 45rem;

    }

    .header-mobile{

        overflow-y: scroll;

    }

    .mobile-desktop-content{
        display: block;
        margin-bottom: 1rem;
        margin-top: 3rem ;

    }

    .header-mobile.active{

        padding: 1.5rem 0;

    }

    .header-mobile.active .header-desktop-logo .img-logo {

        width: 40%;

    }

    .header-menu-logo .img-logo{

        width: 40%;

    }

    .header-mobile.active .header-desktop-close {

        position: absolute;

        top: -6rem;

        right: 15px;

        text-align: right;

        left: auto;

        width: 36px;

    }

    .header-mobile.active .header-desktop-close svg{

        width: 32px;

        height: 32px;

    }

    .mobile-item-links{

        display: flex;

        justify-content: space-between;

        margin-bottom: 10px;

        flex-wrap: wrap;

        position: relative;

    }

    .mobile-item-links p{

        font-size: 18px;

        font-weight: 500;

        line-height: 140%;

        color: var(--White-100, #F6F6F6);

    }

    .mobile-item-links p > a{

        font-size: 16px;

        font-weight: 500;

        line-height: 140%;

        color: var(--White-100, #F6F6F6);

        text-decoration: none;

    }

    .header-desktop-content-bottom-link{

        padding-top: 1rem;

    }

    .mobile-item-links > span{

        width: 10%;

        display: flex;

        align-items: center;

        justify-content: center;

        position: absolute;

        right: 0px;

        transition: all 0.35s;

    }

    .mobile-item-links.active span{

        transform: rotate(180deg);

    }

    .mobile-item-links > p{

        width: 90%;

    }

    .mobile-item-links > ul{

        width: 100%;

        padding-left: 15px;

        margin-top: 10px;

    }

    .mobile-usluga li a{

        color: var(--White-100, #F6F6F6);

        text-decoration: none;

        display: inline-block;

        margin-bottom: 10px;

    }

    .header-desktop-back{

        position: sticky;

    }

    .header-mobile.active .header-desktop-back{
        position: absolute;

        height: 8rem;

        background-position: bottom;

        background-size: 100%;

    }

    .header-mobile.active{

        padding-bottom: 0px;

    }

    .mobile-usluga {

        opacity: 0;

        height: 0px;

        overflow: hidden;

        transition: all 0.35s;

    }

    .mobile-item-links.active .mobile-usluga {

        opacity: 1;

        height: auto;

    }

    .header-mobile{

        background-size: 100% 100%;

    }

    .header-desktop-content-bottom{

        top: 0px;

    }

    footer .container{

        gap: 20px;

    }

    footer{

        padding: 3rem 0rem 0rem 0rem;

    }

    .footer-copyrating{

        padding-bottom: 30px;

    }

    .footer-place{

        width: 100%;

        margin-bottom: 20px;

    }

    .footer-2{

        order: 4;

        width: 48%;

    }

    .footer-3{

        order: 3;

        width: 46%;

    }

    .footer-1{

        width: 100%;

    }

    .footer-copyrating{

        order: 4;

        margin-top: 0px;

    }

    .title-content-ostavit-zayavku{

        font-size: 2rem;

        margin-bottom: 15px;

        margin-top: 15px;

    }


    .title-content-ostavit-zayavku-content{

        width: 100%;

    }

    .content-ostavit-zayavku{

        width: 100%;

        margin-top: 0px;

    }

    .ostavit_zayavku{

        width: 100% !important;

        margin-top: 3rem;

    }


    .btn-form-zayvka{

        position: inherit;

        left: 0px;

        margin: 0 auto;

        margin-top: 10px;

    }

    .form-ostavit-zayavku.active{


        padding-bottom: 5rem;

    }

    .background-form-ostavit-zayavku{

        height: 70vh;

        background-size: 65% 100%;

        background-repeat: no-repeat;

        top: 100%;

    }

    .success-form-sait_content{

        width: 100%;

        top: 15%;

        padding: 4rem 2rem;

    }

    .btn-success-form-sait{

        width: 100%;

    }

    .background-page-5{

        height: 30rem;

        width: 100%;

        top: -60%;

    }

    .next-case{

        top: auto;

        bottom: -4.5em;

    }

    .prev-case{

        top: auto;

        bottom: -4.5em;

    }

    .btn-dark-red{

        font-size: 14px;

        line-height: 17.71px;

    }

    .btn-red{

        font-size: 14px;

        line-height: 17.71px;

    }
    .content-form .btn-primary{
        position: static;
    }

}

/****** Конец мобильная версия ******/









/****** Планшетная версия ******/

@media (min-width:768px) and (max-width: 1200px){

    .background-page-5{

        width: 100%;

        top: -90%;

        height: 56rem;

    }

    .next-case{

        top: -4.5em;

    }

    .prev-case{

        top: -4.5em;

        right: 4rem;

    }

}

/****** Конец планшетная версия ******/

@media(max-width: 1200px){
    .case_recommended-item-price{
        flex-direction: column;
        gap: 24px;
    }
}
@media (max-width:420px) {
    .cookie_btns .cookie_btn_1,.cookie_btns .cookie_btn_2{
        padding: 1.2rem 1.5rem;
    }
}