/*quizForm*/
.quiz .form-control {
    border: 2px solid #c5a47e;
    background: none;
    color: #fff;
}
.quiz input[type="password"], input[type="email"], input[type="text"], input[type="file"],  input[type="number"], textarea { 
    margin-bottom: 12px;
    padding: 15px 0;
    height: auto;
    border-radius: .375rem;

}

/* Скрытие стандартного радио-инпута */
.custom-radio input[type="radio"] {
    display: none;
}

/* Создание кастомной радио-кнопки */
.custom-radio label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;

}

/* Стилизация внешнего круга радио-кнопки */
.custom-radio label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;  /* Уменьшение размера внешнего круга */
    height: 20px;
    border: 3px solid #c5a47e; /* Цвет границы */
    border-radius: 50%;
    background-color: #fff;
}

/* Стилизация внутреннего заполненного круга при выборе */
.custom-radio input[type="radio"]:checked + label::before {
    background-color: #c5a47e; /* Цвет при выборе */
    box-shadow: inset 0 0 0 3px #fff; /* Сделать внутреннюю точку видимой */
}

/* Ховер эффект */
.custom-radio label:hover::before {
    border-color: #6c757d;
}

.quiz { border: 1px solid #c5a47e;
    padding: 20px;
    
}
/*quizForm*/


.breadcrumb a, .breadcrumb-item.active {
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
    word-spacing: 3px;
    position: relative;
    padding-right: 10px;
    margin-left: 5px;
    text-transform: uppercase;
    /*letter-spacing: 3px;*/
    margin-top: 0px;
}
.breadcrumb a {color: #c5a47e;}
.breadcrumb-item.active {color: #fff;}


.project-page li::before {
    content: "\e64c";
    font-family: 'themify';
    font-size: 10px;
    color: #c5a47e;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    padding: 10px;
}
/* pagination */
.pagination-wrap {
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 0px;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-weight: 400;
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,0.03);
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #c5a47e;
}
.pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #c5a47e;
    color: #c5a47e;
}
.pagination-wrap li a i { 
    font-size: 11px;
}


/* ======= Homepage Blog Grid style ======= */

.item .post-img .img {
    overflow: hidden;
}
.item .post-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.item .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.item .cont {
    position: relative;
    padding: 20px 15px;
    width: 95%;
    margin-left: 0%;
    margin-top: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-top: -60px;
    background-color: #1b1b1b;
    margin-left: 0px;
    margin-bottom: 20px;
}
.item .info {
    margin-bottom: 0px;
    position: relative;
}
.item .info a {
    font-size: 13px;
}


.item .info a:last-of-type {
    margin-right: 0;
    color: #999;
}
.item .info a i,
.item .info a span {
    margin-right: 10px;
}
.item .info a span {
    color: #c5a47e;
}

.item .info a span:hover {
    color: #fff;
}
.item .info a span:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    flex-shrink: 0;
    margin-inline-start: 1em;
    border-radius: 50em;
    background-color: currentColor;
    vertical-align: middle;
    opacity: .35;
    color: #fff;
}
.item h4,
.item h4 a {
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.item .more {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}


.info-name {
    color: #c5a47e;
    padding-right: 10px;
}
.item .info {
    display: block;
    font-size: 14px;
    line-height: 1.6;
}

.info_item {
    color: #999;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.projects2-filter {
    text-align: center;
}
.filter_title {
    font-size: 20px;
}

/*br*/

.breadcrumb .subtitle {
    color: #c5a47e;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
    word-spacing: 3px;
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0px;
}
.breadcrumb .subtitle:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #c5a47e;
    border-radius: 50%;
}
.breadcrumb .subtitle:before,
.breadcrumb .subtitle:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#mse2_selected {
    background: none !important;
}
#mse2_selected .mse2_selected_link em {
    color: #c5a47e !important;
}
button.btn.btn-light {
    margin-top: 20px;
}
button.btn.btn-light {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    background: #c5a47e;
    color: #fff;
    padding: 10px 30px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #c5a47e;
}
button.btn.btn-light:hover {
    background-color: transparent;
    color: #c5a47e;
    border: 1px solid #c5a47e;
}

/*next prev*/


button.btn.next-btn {
    margin-top: 20px;
}
button.btn.next-btn {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    background: #c5a47e;
    color: #fff;
    padding: 10px 30px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #c5a47e;
}
button.btn.next-btn:hover {
    background-color: transparent;
    color: #c5a47e;
    border: 1px solid #c5a47e;
}


button.btn.prev-btn {
    margin-top: 20px;
    margin-right: 30px;
}
button.btn.prev-btn {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    background: #6c757d;
    color: #fff;
    padding: 10px 30px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #5c636a;
}
button.btn.prev-btn:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}


input[type="checkbox"]:disabled {
    /* Ваш стиль здесь */
    /* Например: */
    opacity: 0.5; /* Уменьшает прозрачность */
    cursor: not-allowed; /* Изменяет курсор */
}

#mse2_filters {color:#fff;}


fieldset {
    padding-bottom: 25px;
}
.project-page h1 {color:#fff;}

/*form*/

.modal-body .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-content {padding: 30px;background: #343434;}
.modal-header {border-bottom:none}
.modal-footer {border-top:none}
.modal-body .form-control {border: 2px solid #c5a47e;background: none;color: #fff;}
.modal-title {font-family: 'Oswald', sans-serif;font-weight: 400;line-height: 1.5em;font-size: 30px;color: #fff;}
.form-floating>label {font-family: 'Oswald', sans-serif;}
.modal-header .btn-close {
    cursor: pointer;
    color: #f9f9f9;
    font-size: 16px;
    padding: 8px;
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
}
.btn-close:hover,.btn-close:active {border:none;}
.icon-p-special-cross-big:before {
    content: "\ea05";
}

/*ajax_form*/
.ajax_form .error:not(:first-child) {
    /* Стили для всех элементов .error, кроме первого */
    border-color: initial; /* Или любое другое значение по умолчанию */
    padding-right: initial; /* Или любое другое значение по умолчанию */
    background-image: initial; /* Или любое другое значение по умолчанию */
    background-repeat: initial; /* Или любое другое значение по умолчанию */
    background-position: initial; /* Или любое другое значение по умолчанию */
    background-size: initial; /* Или любое другое значение по умолчанию */
}

.ajax_form .error {
    /* Стили для первого элемента .error */
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}  

.modal-body input[type=checkbox].line-gray:before {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

li {
    font-size: 16px;
}

.context ul>li::before {
    content: "\e64c";
    font-family: 'themify';
    font-size: 10px;
    color: #c5a47e;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    padding: 10px;
}
h1 {color:#fff;    padding-bottom: 20px;}
.btn-light-home {
    background: #c5a47e;
    color: #fff;
    padding: 10px 30px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #c5a47e;
}
.btn-light-home:hover {
    background-color: transparent;
    color: #c5a47e;
    border: 1px solid #c5a47e;
}
.navbar .offcanvas {
    background: #222;
}

.offcanvas-body-mobile .navbar-nav .nav-link {
    padding: 15px;
    border-top: 1px solid #474747;
}
.offcanvas-body-mobile .dropdown-menu li {
    padding: 5px;
    border-top: 1px solid #474747;
}

.offcanvas-body-mobile .ti-angle-down:before {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 100%;
    font-size: 14px;
}

/*social icons*/
.icon-telegram-app, 
.icon-whatsapp, 
.icon-youtube-play
 {
    display: inline-block;
    width: 1.5em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.1em;
}

.icon-telegram-app>svg, 
.icon-whatsapp>svg, 
.icon-youtube-play>svg
 {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.1em;
}

.social { font-size: 30px;}

.footer .top .item .social a { font-size: 30px;}

/*saun*/

.title_p { 
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    
}
.num_p {
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #c5a47e;
    opacity: 1;
    margin-bottom: 20px;
    padding-right: 10px;
}


/*trustus*/

.visual {
padding-bottom: 60px;
}
.visual .item {
    padding: 0;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
}
.visual .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(27 27 27 / 35%);
}

.visual .item:hover:after {
    opacity: 0;
}
/**/

/*trustus*/
.trustus .item {
    padding: 40px 0px;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
}
.trustus .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(27 27 27 / 35%);
}

.trustus .item:hover:after {
    opacity: 0;
}
/**/

/*partners*/
.partners .item {
    padding: 40px 20px;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
}
.partners .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(27 27 27 / 35%);
}
.partners .item:hover:after {
    opacity: 0;
}

 .projects2-wrap img {
        opacity: 0.5;
}


.projects2-wrap:hover img {
        opacity: 1;
}

/*banner home*/
.p90 {

    font-size: 90px;
    line-height: 48px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #c5a47e;
    opacity: 1;
    margin-bottom: 20px;
}

.p90-text {
    color: #c5a47e;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    word-spacing: 3px;
    position: relative;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0px;
    padding-top: 20px;
}
.block-pr {text-align: center;padding-bottom: 120px;}

.title-home {
    padding-bottom: 120px;
    text-align: center;
}

@media (max-width: 768px) {
    
.title-home {
    padding-bottom: 20px;
    text-align: center;
    }
    
.p90 {
    font-size: 42px;
}  
.p90-text { 
    padding-top:0px;
    font-size:12px;
}
.block-pr {padding-bottom: 20px;}

.header .caption h1 { font-size:30px;margin-bottom:0;}
}


/*кнопка звонка*/

.callback-bt {
        background:#38a3fd;
        border:2px solid #38a3fd;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 64px;
        bottom: 18%;
        z-index:1000;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}


.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */

/*кнопка звонка*/

.callback-wb {
    border-radius: 50%;
    box-shadow: 0 8px 10px rgb(110, 191, 58);
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 64px;
    bottom: 27%;
    z-index: 1000;
    transition: .3s;
    -webkit-animation: hoverWave2 linear 1s infinite;
    animation: hoverWave2 linear 1s infinite;
}

.callback-wb .text-call{
    height: 68px;
    width: 68px;
    background-image: url(/assets/theme/img/wb.svg);
    background-size: cover;
}

.callback-wb .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-wb .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-wb:hover i {
    display:none;
}

.callback-wb:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-wb:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-wb i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-wb i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave2 {
        0% {
        box-shadow:0 8px 10px rgba(110, 191, 58,0.3),0 0 0 0 rgba(110, 191, 58,0.2),0 0 0 0 rgba(110, 191, 58,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(110, 191, 58,0.3),0 0 0 15px rgba(110, 191, 58,0.2),0 0 0 0 rgba(110, 191, 58,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(110, 191, 58,0.3),0 0 0 30px rgba(110, 191, 58,0),0 0 0 26.7px rgba(110, 191, 58,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(110, 191, 58,0.3),0 0 0 30px rgba(110, 191, 58,0),0 0 0 40px rgba(110, 191, 58,0.0)
}
}@keyframes hoverWave2 {
        0% {
        box-shadow:0 8px 10px rgba(110, 191, 58,0.3),0 0 0 0 rgba(110, 191, 58,0.2),0 0 0 0 rgba(110, 191, 58,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(110, 191, 58,0.3),0 0 0 15px rgba(110, 191, 58,0.2),0 0 0 0 rgba(110, 191, 58,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(110, 191, 58,0.3),0 0 0 30px rgba(110, 191, 58,0),0 0 0 26.7px rgba(110, 191, 58,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(110, 191, 58,0.3),0 0 0 30px rgba(110, 191, 58,0),0 0 0 40px rgba(110, 191, 58,0.0)
}
}
    


/*call bt*/

@media (max-width: 768px) {
.callback-bt i {
    line-height: 40px;
}     
.callback-bt .text-call {
    height: 45px;
    width: 45px;
}
.callback-bt {
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 90px;
}

.callback-bt i {
        font-size: 22px;
}

.callback-wb .text-call {
    height: 45px;
    width: 45px;  
}
.callback-wb {
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 150px;  
}    
.section-title {
    font-size: 22px;
}
.blog-home .item h4, .blog-home .item h4 a {font-size: 16px;}
h1 {font-size: 24px;}
}    

@media (max-width: 767px) {
    .breadcrumb {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    overflow: scroll;
    line-height: 20px;
    }
    .breadcrumb li { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    }
}


.a-title {
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;

    letter-spacing: 1px;
} 


/* =======  Video Background style  ======= */
.video-600-wrap {
    /* height: 800px; */
    min-height: 800px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    overflow: hidden;
}
.video-600-wrap .caption {
    position: relative;
}
.video-600-wrap .caption.text-left {
    text-align: left;
}

.video-600-wrap video {
    width: 100vw;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* .video-600-wrap .video-fullscreen-inner */
.video-600-wrap .video-fullscreen-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}
.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}
.video-600-wrap .overlay {
    /*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
    opacity: 1;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;

    top: 0;
    transform: translate(0%, 0%);
}


.title-video {color:#fff !important;}
.phoneheader {
    font-family: 'Oswald', sans-serif;            
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: block;
    transition: all 500ms ease;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
.contentnews img {
    max-width: 100%;
    width: revert-layer;
}
.contentnews li::before {
    content: "\e64c";
    font-family: 'themify';
    font-size: 10px;
    color: #c5a47e;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    padding: 10px;
}

/*fixed messengers*/
.fixed-messengers {
    position: fixed;
    right: 30px;
    bottom: 90px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 5;
}

.fixed-messengers__link {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.fixed-messengers__link:hover {
    transform: scale(1.1);
}

.fixed-messengers__link svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*end fixed messengers*/

/*new home page styles*/
.body-bg-icon {
    background-image: url('/assets/theme/img/body-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.container-big {
    max-width: 1560px;
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
}

.mb-170 {
    margin-bottom: 170px;
}

@media (max-width:1399px) {
    .container-big {
        max-width: 1140px;
    }
}
@media (max-width:1199px) {
    .container-big {
        max-width: 960px;
    }
    .mb-170 {
        margin-bottom: 100px;
    }
}
@media (max-width:991px) {
    .container-big {
        max-width: 720px;
    }
}
@media (max-width:768px) {
    .container-big {
        max-width: 540px;
    }
    .mb-170 {
        margin-bottom: 70px;
    }
}

.bg-black-footer {
    background-color: #101010;;
}
@media (max-width:768px) {
    .bg-black-footer .col-md-7 {
        width: 100%;
    }
    .bg-black-footer .col-md-5 {
        width: 100%;
    }

    .bg-black-footer #map {
        height: 200px;
    }
}

.bg-black-40 {
    background: rgba(0, 0, 0, 0.40);
}

.border-r-20 {
    border-radius: 20px;
    overflow: hidden;
}

.border-r-40 {
    border-radius: 40px;
    overflow: hidden;
}

.link-gradient {
    position: relative;
    display: inline-block;
    min-width: 290px;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #C5A47E;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #C5A47E;
    background-image: url('../img/gradient-link-bg.svg');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.50);
    cursor: pointer;
    animation: link-glare 4s infinite ease-in;
}


.link-gradient-arrow {
    position: relative;
    display: inline-block;
    padding: 24px;
    padding-right: 80px;
    border: 1px solid rgba(210, 165, 125, 0.80);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(210, 165, 125, 0.80);
    background-image: url('../img/gradient-link-arrow-bg.svg');
    background-size: contain;
    background-position: 75%;
    background-repeat: no-repeat;
    cursor: pointer;
    animation: link-glare 4s infinite ease-in;
}

.link-gradient-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('../img/link-gradient-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
}


@keyframes link-glare {
    0% {
        background-position: -150%;
    }

    80% {
        background-position: 150%;
    }
    100% {
        background-position: 160%;
    }
}

@media (max-width:768px) {
    .border-r-40 {
        border-radius: 20px;
        overflow: hidden;
    }

    .link-gradient {
        min-width: 0;
    }

    .link-gradient-arrow {
        padding: 16px;
        padding-right: 40px;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }

    .link-gradient-arrow::after {
        right: 10px;
        width: 16px;
        height: 16px;
    }
}

.footer .top .col-md-7 {
    padding: 0;
}

.lets-talk-new__block {
    padding: 60px;
    padding-right: 88px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.lets-talk-new__block p {
    color: #ffffff;
}

.lets-talk-new__block input.line-gray {
    color: #ffffff;
}

.lets-talk-new__block input.line-gray::placeholder {
    color: #ffffff;
}

.lets-talk-new__img {
    max-width: 232px;
    width: 100%;
}

.lets-talk-new__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

@media (max-width:1199px) {
    .lets-talk-new__block {
        padding: 50px;
    }
}
@media (max-width:991px) {
    .lets-talk-new__block {
        padding: 40px;
    }
    .lets-talk-new__img {
        display: none;
    }
}
@media (max-width:768px) {
    .lets-talk-new__block {
        padding: 30px 20px;
    }
}

.blog-home-new .row {
    justify-content: space-between;
}
.blog-home-new .col-md-4 {
    max-width: 380px;
}
@media (max-width:768px) {
    .blog-home-new .row {
        justify-content: flex-start;
    }
    .blog-home-new .col-md-4 {
        max-width: none;
        width: 100%;
    }
}

.trustus-new .item {
    border-radius: 20px;
    overflow: hidden;
}

.trustus-new .owl-carousel .owl-item img {
    height: 100%;
}

.partners-new .item {
    border-radius: 20px;
    overflow: hidden;
}

.partners-new .owl-carousel .owl-item img {
    height: 100%;
}

.partners-new p {
    margin-bottom: 63px;
    max-width: 1152px;
    color: #ffffff;
}
@media (max-width:991px) {
    .partners-new p {
        margin-bottom: 20px;
    }
}

.our-production__descr {
    max-width: 720px;
    margin-bottom: 46px;
    font-weight: 700;
    color: #ffffff;
}

.our-production__list {
    padding-left: 0;
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.our-production-item {
    min-height: 344px;
    padding: 20px;
    padding-top: 57px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-production-item__title {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 90%;
}

.our-production-item__text {
    margin-bottom: 0;
    color: #ffffff;
}

.our-production__adv {
    max-width: 1236px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 143%;
    color: #ffffff;
}

.our-production__adv span {
    color: #C5A47E;
}

@media (max-width:991px) {
    .our-production .section-title br {
        display: none;
    }

    .our-production__list {
        margin-bottom: 40px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }

    .our-production-item {
        min-height: 0;
        padding: 20px;
    }

    .our-production__adv {
        font-size: 20px;
        line-height: 143%;
    }
}

@media (max-width:768px) {
    .our-production-item__title {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 90%;
    }

    .our-production-item__text {
        font-size: 14px;
    }

    .our-production__adv {
        font-size: 16px;
        line-height: 143%;
    }
}

.adv-block__box {
    display: flex;
    gap: 57px;
}

.adv-block-content {
    padding: 60px 65px;
    padding-top: 30px;
    width: 100%;
}

.adv-block-content__text p {
    color: #ffffff;
}

.adv-block-img {
    max-width: 636px;
    width: 100%;
    padding: 60px 10px;
    flex-shrink: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:1399px) {
    .adv-block__box {
        gap: 20px;
    }
    .adv-block-content {
        padding: 30px;
        width: 100%;
    }
    .adv-block-img {
        max-width: 400px;
    }
}

@media (max-width:1199px) {
    .adv-block-img {
        max-width: 350px;
    }
}

@media (max-width:991px) {
    .adv-block__box {
        position: relative;
    }

    .adv-block-content {
        padding-bottom: 100px;
    }

    .adv-block-img {
        max-width: none;
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        padding: 0 10px;
        border-radius: 0;
        background-image: none !important;
    }
}

@media (max-width:768px) {
    .adv-block-content {
        padding: 30px 10px;
        padding-bottom: 100px;
    }
}

.equipment__text {
    max-width: 919px;
    margin-bottom: 47px;
    font-weight: 700;
    color: #ffffff;
}

.equipment__img {
    width: 100%;
    max-height: 815px;
}

.equipment__img img {
    width: 100%;
    object-fit: contain;
}

@media (max-width:768px) {
    .equipment__text {
        margin-bottom: 27px;
    }
}

.slider-video .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 63px;
}

@media (max-width:768px) {
    .slider-video .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 63px;
    }
}

.slider-video__video {
    position: relative;
    border-radius: 20px;
    height: 687px;
    width: 100%;
    overflow: hidden;
}

@media (max-width:1399px) {
    .slider-video__video {
        height: 501px;
    }
}

@media (max-width:1199px) {
    .slider-video__video {
        height: 412px;
    }
}

@media (max-width:991px) {
    .slider-video__video {
        height: 479px;
    }
}

.slider-video__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-video__video video.video-played~.slider-video__btn {
    opacity: 0;
    z-index: -1;
}

.slider-video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.3s ease, z-index 0.3s ease;
}

.slider-video__btn svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-video__btn svg circle {
    transition: fill-opacity 0.3s ease;
}

.slider-video__btn:hover svg circle {
    fill-opacity: 1;
}

.catalog-preview {
    overflow: hidden;
}

.catalog-preview__box {
    position: relative;
    padding: 44px 84px 58px;
    overflow: visible;
}

.catalog-preview__content {
    max-width: calc(50% - 60px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}

.catalog-preview__content .section-title {
    margin-bottom: 0;
}

.catalog-preview__text {
    margin-bottom: 0;
}

.catalog-preview__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -39px;
    width: 50%;
    height: 130%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width:1399px) {
    .catalog-preview__box {
        padding: 30px;
    }
    .catalog-preview__content {
        max-width: calc(70% - 40px);
        gap: 30px;
    }
    .catalog-preview__img {
        right: -10px;
        width: 35%;
        height: 100%;
    }
}

@media (max-width:991px) {
    .catalog-preview__box {
        padding: 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .catalog-preview__content {
        max-width: none;
    }

    .catalog-preview__img {
        position: static;
        transform: translate(0);
        width: 100%;
        height: 300px;
    }
}

@media (max-width:768px) {
    .catalog-preview__box {
        padding: 30px 20px;
    }

    .catalog-preview .link-gradient {
        margin: 0 auto;
    }

    .catalog-preview__img {
        height: 200px;
    }
}

.examples-of-work {
    overflow: hidden;
}

.examples-of-work__head {
    margin-bottom: 63px;
    display: flex;
    align-items: center;
    column-gap: 105px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.examples-of-work__head .section-title {
    margin-bottom: 0;
}

.examples-of-work__link {
    text-decoration: underline;
    transition: color 0.3s ease;
}

.examples-of-work .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 63px;
}

.examples-of-work__img {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.examples-of-work__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.examples-of-work .owl-stage {
    display: flex;
    align-items: stretch;
}

.examples-of-work .owl-carousel .owl-stage-outer {
    overflow: visible;
}

@media (max-width:1199px) {
    .examples-of-work__head {
        column-gap: 40px;
    }
}

@media (max-width:768px) {
    .examples-of-work__head {
        margin-bottom: 20px;
        column-gap: 30px;
        row-gap: 10px;
    }

    .examples-of-work .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
    }
}

.services__box {
    padding: 53px;
    padding-bottom: 96px;
}

.services__box .row {
    max-width: 1116px;
    margin: 0 auto;
}

.services__box .section-title {
    text-align: center;
}

.services .owl-stage {
    display: flex;
    align-items: stretch;
}

.services .owl-stage .item {
    height: 100%;
}

.services .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 63px;
}

.services .owl-theme .owl-nav.disabled+.owl-dots.disabled {
    display: none;
}

@media (max-width:1199px) {
    .services__box {
        padding: 30px;
        padding-bottom: 40px;
    }
}

@media (max-width:768px) {
    .services__box {
        padding: 30px 10px;
    }
    .services .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
    }
}

.design-project__box {
    padding-left: 149px;
    display: flex;
    align-items: flex-end;
    gap: 135px;
}

.design-project-img {
    position: relative;
}

.design-project-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.design-project-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -6px;
    transform: translateY(50%);
    display: block;
    width: calc(100% + 100px);
    height: 202px;
    background-color: #1B1B1B;
    filter: blur(25.049999237060547px);
}

.design-project-img__descr {
    max-width: 268px;
    position: absolute;
    left: 0;
    top: 12%;
    transform: translateX(-50%);
    text-align: right;
    color: #ffffff;
}

.design-project-img__name {
    display: block;
    margin-bottom: 11px;
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
}

.design-project-img__job {
    display: block;
    margin-left: auto;
    max-width: 231px;
    font-size: 14.75px;
    font-weight: 300;
    line-height: normal;
}

.design-project-content {
    position: relative;
    max-width: 647px;
    z-index: 1;
}

.design-project-content__title {
    margin-bottom: 37px;
    font-size: 50px;
    font-weight: 300;
    line-height: 139%;
    color: #ffffff;
}

.design-project-content__title span {
    color: #C5A47E;
}

.design-project-content__text {
    max-width: 457px;
    margin-bottom: 65px;
    color: #ffffff;
}

@media (max-width:1399px) {
    .design-project__box {
        padding-left: 50px;
        gap: 40px;
    }
    .design-project-content {
        max-width: 400px;
    }
    .design-project-content__title {
        font-size: 36px;
        line-height: 139%;
    }
    .design-project-img__descr {
        transform: translateX(-39%);
    }
}
@media (max-width:1199px) {
    .design-project__box {
        padding-left: 50px;
        align-items: center;
        gap: 30px;
    }

    .design-project-content {
        max-width: 300px;
    }

    .design-project-content__title {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 139%;
    }

    .design-project-content__text {
        margin-bottom: 20px;
    }

    .design-project-img__descr {
        max-width: 200px;
        left: -48px;
        transform: translateX(0);
    }

    .design-project-img__name {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 100%;
    }

    .design-project-img__job {
        font-size: 12px;
        line-height: normal;
    }
}

@media (max-width:991px) {
    .design-project__box {
        padding-left: 0;
    }

    .design-project-content__title {
        font-size: 22px;
        line-height: 139%;
    }

    .design-project-img__descr {
        max-width: 200px;
        left: auto;
        right: 20px;
        top: auto;
        bottom: 0;
        z-index: 1;
    }
}

@media (max-width:768px) {
    .design-project__box {
        flex-direction: column;
    }

    .design-project-img {
        max-width: 300px;
    }

    .design-project-img::after {
        width: 100%;
        height: 100px;
    }

    .design-project-content {
        max-width: none;
    }

    .design-project-content__title {
        font-size: 20px;
        line-height: 139%;
    }

    .design-project-content__text {
        max-width: none;
    }
}



.find-cost__box {
    display: flex;
    justify-content: space-between;
}

.find-cost__content {
    position: relative;
    max-width: 778px;
    padding: 44px 84px 58px;
    z-index: 1;
}

.find-cost__content .section-title {
    margin-bottom: 23px;
}

.find-cost__subtitle {
    margin-bottom: 23px;
    font-weight: 700;
    color: #ffffff;
}

.find-cost__text {
    margin-bottom: 107px;
    font-weight: 300;
    color: #ffffff;
}

.find-cost__img {
    position: relative;
    max-width: 541px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.find-cost__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    display: block;
    height: 100%;
    width: 200px;
    background: linear-gradient(270deg, rgba(16, 16, 16, 0.00) 16.99%, #101010 50%);
}

@media (max-width:1399px) {
    .find-cost__content {
        padding: 30px;
        padding-bottom: 40px;
    }
    .find-cost__text {
        margin-bottom: 60px;
    }
}

@media (max-width:991px) {
    .find-cost__box {
        flex-direction: column-reverse;
    }
    .find-cost__content {
        padding: 40px;
    }
    .find-cost__img {
        height: 400px;
        max-width: none;
    }
    .find-cost__img::before {
        top: auto;
        bottom: 0;
        transform: translateY(50%);
        width: 100%;
        height: 100px;
        background: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 16.99%, #101010 50%);
    }
    
}

@media (max-width:768px) {
    .find-cost__content {
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
    }

    .find-cost__img {
        height: 280px;
    }

    .find-cost__content .section-title {
        margin-bottom: 15px;
    }

    .find-cost__subtitle {
        margin-bottom: 15px;
    }

    .find-cost__text {
        margin-bottom: 30px;
    }

    .find-cost .link-gradient {
        margin: 0 auto;
    }
}

.projects-new-slide {
    position: relative;
    height: 100%;
    min-height: 680px;
    padding: 20px;
    padding-top: 153px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.projects-new-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

@media (hover:hover) {
    .projects-new-slide::before {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .projects-new-slide:hover::before {
        opacity: 1;
    }
}

.projects-new-slide__title {
    margin-bottom: 0;
    max-width: 530px;
    text-align: center;
    font-size: 70px;
    font-weight: 400;
    line-height: 128%;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
}

.projects-new-slide__text {
    margin-bottom: 0;
    max-width: 360px;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
}

@media (max-width:1399px) {
    .projects-new-slide {
        min-height: 0;
        padding: 70px 20px;
    }
}

@media (max-width:1199px) {
    .projects-new-slide {
        padding: 50px 20px;
    }

    .projects-new-slide__title {
        font-size: 50px;
    }
}

@media (max-width:991px) {
    .projects-new-slide {
        padding: 50px 20px;
    }

    .projects-new-slide__title {
        font-size: 34px;
    }
}

@media (max-width:768px) {
    .projects-new-slide {
        padding: 40px 10px;
        justify-content: center;
        gap: 20px;
    }

    .projects-new-slide__title {
        font-size: 24px;
    }

    .projects-new-slide__text {
        font-size: 10px;
        line-height: 150%;
    }
}

.about-new__box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.about-new__content {
    max-width: 856px;
    width: 100%;
}

.about-new__content .section-title {
    max-width: 600px;
    width: 100%;
    margin-bottom: 72px;
}

.about-new__text p {
    color: #ffffff;
}

.about-new__block {
    max-width: 589px;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.about-new__img {
    flex-grow: 1;
}

.about-new__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-new__block .link-gradient-arrow {
    padding: 32px 24px;
    padding-right: 80px;
}

.about-new__block .link-gradient-arrow::after {
    right: 24px;
}

@media (max-width:1399px) {
    .about-new__content {
        max-width: 600px;
    }
    .about-new__content .section-title {
        margin-bottom: 40px;
    }
}

@media (max-width:991px) {
    .about-new__box {
        flex-direction: column;
        justify-content: flex-start;
    }

    .about-new__content {
        max-width: none;
    }
    .about-new__block {
        max-width: none;
    }
}

@media (max-width:768px) {
    .about-new__box {
        gap: 7vw;
    }

    .about-new__block {
        max-width: 589px;
        gap: 36px;
    }

    .about-new__content .section-title {
        margin-bottom: 4.6vw;
        max-width: 587px;
        font-size: 4.6vw;
    }
}

.header-slider-new {
    margin-bottom: 90px;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
    overflow: hidden;
}

.header-slider-new__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw + 5px);
    height: 100%;
    display: flex !important;
}

.header-slider-mobile-slider {
    display: none;
}

@media (max-width:768px) {
    .header-slider-mobile-slider {
        display: block;
    }
    .header-slider-desktop-slider {
        display: none;
    }
}

.header-slider-new__slider .owl-stage-outer {
    display: flex;
}

.header-slider-new__slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.header-slider-new__slider .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-slider-new__content {
    max-width: 1167px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.header-slider-new__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
}

.header-slider-new__name {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.header-slider-new__quote {
    font-family: "Oswald";
    font-size: 20px;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.header-slider-new__title {
    padding-bottom: 0;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 156%;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.header-slider-new__list {
    max-width: 1050px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.header-slider-new-item {
    max-width: 322px;
    text-align: center;
}

.header-slider-new-item__top-box {
    margin-bottom: 20px;
    line-height: 164%;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.header-slider-new-item__number {
    display: block;
    margin-bottom: 5px;
    font-family: "Oswald";
    font-size: 90px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #D9D9D9;
}

.header-slider-new-item__descr {
    display: block;
    font-size: 13px;
    line-height: 200%;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.header-slider-new__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 96px;
}

.header-slider-new__btns .link-gradient-arrow {
    min-width: 400px;
}

@media (max-width:991px) {
    .header-slider-new {
        margin-bottom: 60px;
        padding: 100px 0;
    }

    .header-slider-new__content {
        gap: 50px;
    }

    .header-slider-new__head {
        gap: 10px;
    }

    .header-slider-new__quote {
        font-size: 16px;
        line-height: 175%;
    }

    .header-slider-new__title {
        font-size: 40px;
        line-height: 156%;
    }

    .header-slider-new-item__top-box {
        margin-bottom: 10px;
    }

    .header-slider-new-item__number {
        font-size: 70px;
        line-height: 100%;
    }

    .header-slider-new__btns {
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 20px;
    }

    .header-slider-new__btns .link-gradient-arrow {
        min-width: 0;
    }
}

@media (max-width:768px) {
    .header-slider-new__content {
        gap: 13vw;
    }

    .header-slider-new__head {
        gap: 5px;
    }

    .header-slider-new__name {
        font-size: 6.2vw;
    }

    .header-slider-new__quote {
        font-size: 2vw;
        line-height: 175%;
    }

    .header-slider-new__title {
        max-width: 700px;
        font-size: 7.8vw;
        line-height: 120%;
        letter-spacing: 3px;
    }

    .header-slider-new__title span {
        display: block;
        margin-top: 5px;
        font-size: 4.5vw;
        line-height: 130%;
    }

    .header-slider-new__list {
        gap: 2.6vw;
    }

    .header-slider-new-item__top-box {
        margin-bottom: 15px;
        font-size: 1.9vw;
        line-height: 164%;
        letter-spacing: 3px;
        white-space: nowrap;
    }

    .header-slider-new-item__number {
        font-size: 9.1vw;
        font-style: normal;
        line-height: 100%;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .header-slider-new-item__descr {
        font-size: 1.7vw;
        line-height: 200%;
        letter-spacing: 4px;
    }

    .header-slider-new__btns {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
}

.js-hidden-btn {
    display: none;
}

@media (max-width:768px) {
    .js-hidden-btn {
        display: inline-block;
        margin-top: 30px;
    }

    .js-hidden-btn.none {
        display: none;
    }

    .js-hidden-text {
        max-height: 168px;
        position: relative;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .js-hidden-text::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%);
        display: block;
        width: 140%;
        height: 200px;
        background-color: #1B1B1B;
        filter: blur(50px);
    }

    .js-hidden-text.text-visible {
        max-height: none;
    }

    .js-hidden-text.text-visible::after {
        display: none;
    }
}

/*end new home page styles*/
