html {
    font-size: 20px;
}

.text-decoration-none {
    text-decoration: none;
}

.kb_menu-style {
    /* margin: 0 auto; */
    width: 100%;
    display: flex;
}

.kb_menu-style .nav-item a {
    color: #333333;
    text-decoration: none;
}

.kb_menu-style .nav-item {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.kb_menu-style ul {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    padding: 0;
    width: 100%;
}
ul.mobile-change-2 {
    max-width: 19rem;
	justify-content: end;
}
ul.logo-change-2 {
    max-width: 6rem;
	justify-content: center;
}
.kb_menu-style ul:nth-child(1) {
    justify-content: space-between;
}

.burger div {
    width: 38px;
    height: 3px;
    margin-bottom: 6px;
    background-color: #000000;
    border-radius: 4px;
}

.burger div:nth-child(3) {
    margin-bottom: 0;
}

.k_drop-field {
    position: fixed;
    top: 54px;
    right: 0px;
    background-color: #fffffff2;
    padding: 22px 23px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: end;
    z-index: 20;
}

.text-right {
    text-align: right;
}

.text-footer {
    color: #8f96a0;
}

section {
    margin: 50px 0;
}

.review {
    background: #FEFEFE;
    /*background-image: url('../img/review_background.png');*/
    /*background-size:cover;*/
    border: 1px solid #A46534;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 25px;
    margin-top: 10px;
}

.review .review-head {
    display: inline-flex;
}

.review .review-head .reviewer-name {
    font-size: 18px;
    margin-left: 18px;
    font-weight: 500;
}

.review .reviewer-company {
    font-size: 0.5rem;
    margin-left: 18px;
}

.review .review-head .reviewer-avatar {
    width: 45px;
    height: 45px;
    background-position: center;
    background-size: cover;
}

.review .review-body img {
    width: 100px;
    height: auto;
}

.review .review-body {
    font-size: 15px;
}

.accreditation {
    font-size: 12px;
    font-style: italic;
    padding: 0 0 6px 30px;
}
.years-head{
    font-weight: 600;
}

.footer-menu-toggle-btn {
    display: none; /* скрываем кнопку по умолчанию */
}

.button-header-mobile,
.header .menu {
    display: none;
}

.kb_menu-style ul:nth-child(2) {
    justify-content: space-evenly;
}

.overflow-y-auto {
    overflow-y: auto;
}

.w-min-content {
    width: min-content;
}

.w-max-content {
    width: max-content;
}

.w-48percent {
    width: 48%;
}

.w-360px {
    max-width: 360px;
    width: 100%;
}

.w-130px {
    width: 130px;
}

.h-120px {
    height: 120px;
}

.ml-4 {
    margin-left: 1.5rem;
}

.w-38percent {
    width: 38%;
}

.w-60percent {
    width: 60%;
}

.cursor-pointer {
    cursor: pointer;
}

.m-0-auto {
    margin: 0 auto;
}

.fs-08-rem {
    font-size: .8rem;
}

.p-375-3rem {
    padding: .375rem 3rem !important;
}

.fs-35-rem {
    font-size: 3.5rem;
}

.pr-22px {
    padding-right: 22px;
}

.p-100-0-200px {
    padding: 100px 0 200px;
}

.p-50-0-60-60px {
    padding: 50px 0 60px 60px !important;
}

.p-20-0-45-28px {
    padding: 20px 0 45px 28px;
}

.p-20-20-45-28px {
    padding: 20px 20px 45px 28px;
}

.p-3-50px {
    padding: 3px 50px;
}

.mt-40px {
    margin-top: 40px;
}

.mt-60px {
    margin-top: 60px;
}

.mt-100px {
    margin-top: 100px;
}

.mr-15px {
    margin-right: 15px;
}

.mr-20px {
    margin-right: 20px;
}

.pb-130px {
    padding-bottom: 130px;
}

.pb-50px {
    padding-bottom: 50px;
}

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

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

.plpt-4050040 {
    padding: 50px 40px 0 40px;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.p-5-20px {
    padding: 5px 20px !important;
}

.p-20px {
    padding: 20px;
}

.p-040060 {
    padding: 0 40px 0 60px;
}

.p-040060-mobile {
    padding: 0 40px 0 60px;
}

.main-callback input,
.main-callback textarea {
    display: inline-block;
    font-weight: 400;
    line-height: 2;
    text-align: start;
    text-decoration: none;
    vertical-align: middle;
    /*-webkit-user-select: none;
    -moz-user-select: none;*/
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 1rem;
    font-size: 1rem;
    border-radius: 0.4rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ws-normal {
    white-space: normal;
}

.main-callback input:focus {
    outline: none;
}

/*.main-callback input:nth-child(1) {
    width: 26%;
}
.main-callback input:nth-child(2) {
    width: 30%;
}
.main-callback input:nth-child(3) {
    width: 36%;
}
.main-callback input:nth-child(5) {
    width: 60%;
}*/
.main-callback textarea {
    width: 100%;
}

.main-callback input:nth-child(6) {
    width: 36%;
}

.file-space {
    border: 1px dashed #333333;
    border-radius: 8px;
    width: 100%;
    text-align: center;
}

.file-space p {
    line-height: 50px;
}

.file-space img {
    height: 30px;
    margin-right: 10px;
}

.service-item p {
    margin: 0;
}

.service-item p:nth-child(2) {
    margin-top: 10px;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.sub-code {
    background-image: url(/images/code.jpg);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    opacity: 1;
    background-position: 50% 50%;
    background-size: 500%;
    box-shadow: inset 0 0 20px 6px #19484d;
    z-index: 0;
}

.rel-z-i-1 {
    position: relative;
    z-index: 1;
}

.__jq-back-anim {
    background-color: #fff;
    /*background-image: url(/images/code.jpg);*/
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/*.__jq-grad-anim {
    width: 300%;
    position: absolute;
    height: 110%;
    top: -5%;
    left: -170%;
    border-radius: 7px;
    background: linear-gradient(40deg, white 41%, transparent 44%, transparent 46%, white 49%);
    z-index: 0;
}*/

.main-callback input[type="file"] {
    all: unset;
    opacity: 0;
    /*visibility: hidden;*/
    /*display: none;*/
    position: absolute;
    z-index: -1;
}

.no-border {
    border: 0 transparent none;
}

.blur {
    backdrop-filter: blur(10px);
}

.orange {
    color: #ff8141;
}

.bg-stars {
    background-image: url("/upload/medialibrary/4a6/udppeal4soz3xeta7m1lxo3iop3l7cfl/image.jpg");
    background-position: -93px 156px;
    backdrop-filter: blur(10px);
    /*filter: blur(10px);*/
}

/* Mobile */
h1 {
    font-size: 1.7rem;
    font-weight: bold;
}

h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

h3 {
    font-size: 1.2rem;
    font-weight: bold;
    /*color: #ff8141;*/
}

/* PERSON CARD */
.person-card {
    width: 100%;
    /*width: 300px;*/
    height: 400px;
}

.person-photo {
    background-image: url("http://placekitten.com/300/400");
    background-size: cover;
}

.person-info {}

.person-info h1 {
    font-size: 30px;
    color: #FFF;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.person-info h2 {
    color: #FFF;
    font-size: 13px;
}

.person-card:hover {}

/* the slides */

.slick-slide>div {
    padding: 0 10px;
}

.slick-track {
    display: flex;
}

.slick-slide {
    display: flex;
    height: auto;
}

/*.slick-slide {
    margin-right: 1rem;
}*/

/*.slick-slide > div {
    margin: 0 10px;
}
.slick-list {
    margin: 0 -10px;
}*/

/*.slick-track {
    display: flex;
    gap: 1rem;
}*/

/*
.slick-slide:first-child {
    padding-left: 0;
    margin-left: 0;
}
.slick-slide:last-child {
    padding-right: 0;
    margin-right: 0;
}
*/

/* YOU TASK HERE */
.border-dashed {
    border: 0.3rem dashed silver;
}



:root {
    --entry-header-height: calc(100vh - 56px);
    --entry-header-background: #e0e0e0;
    --entry-footer-background: #e0e0e0;
    --entry-footer-height: 25vh;
    --site-footer-color: #999;
}

/*.carouselslide img {
    width: 100%;
    height: auto;
}*/
.carouselslide .slick-track {
    padding: 1rem 0;
}

.carouselslide .card {
    position: relative;
    height: 250px;
    border: none;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    box-shadow: -2px -2px 6px rgba(128, 128, 128, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.carouselslide>div {
    padding: 0 1rem;
}

.carouselslide .card .card-body {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1rem;
}

.carouselslide .card .card-body .card-title {
    font-size: 1rem;
    color: white;
}

.carouselslide .card .card-body .card-text {
    font-size: 0.85rem;
    color: whitesmoke;
}

.carouselslide .slick-prev {
    z-index: 2;
    left: 15px;
}

.carouselslide .slick-next {
    z-index: 3;
    right: 15px;
}

/* GRADIENT BLOCK */
.animated-gradient {
    background: linear-gradient(28deg, #1c5ca7, #d28b03, #7d3b9b, #a5523f);
    background-size: 700% 700%;

    animation: MyGradient 60s ease infinite;
}

@keyframes MyGradient {
    0% {
        background-position: 82% 0
    }

    50% {
        background-position: 19% 100%
    }

    100% {
        background-position: 82% 0
    }
}

/* GLASS EFFECT */
.about-company {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.21);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Это одно, а ниже другое */

.hufhdf {
    font-size: 0.7rem;
    flex-grow: 1;
    flex-basis: 0;
}

.hufhdf hr {
    height: 2px;
    border: none;
    background: silver;
}

.hufhdf:hover {
    border: 2px solid #ff8141 !important;
    box-shadow: 0 0 10px 0 silver;
    transition: box-shadow 0.4s, border 0.4s;
}

.hufhdf:hover hr {
    background: #ff8141;
    height: 2px;
    border: none;
    transition: background 0.4s;
}

.hufhdf:hover b {
    color: #ff8141;
    transition: color 0.4s;
}

.hufhdf ul {
    padding-left: 0.7rem;
    margin-left: 0;
}

.hufhdf li::marker {
    color: red;
}


/* Это другое */

.hufhdfr hr {
    height: 2px;
    border: none;
    background: silver;
}

.hufhdfr:hover {
    border: 2px solid #ff8141 !important;
    box-shadow: 0 0 10px 0 silver;
    transition: box-shadow 0.4s, border 0.4s;
}

.hufhdfr:hover hr {
    background: #ff8141;
    height: 2px;
    border: none;
    transition: background 0.4s;
}

.hufhdfr:hover h5 {
    color: #ff8141;
    transition: color 0.4s;
}

.hufhdfr ul {
    padding-left: 0.7rem;
    margin-left: 0;
}

.hufhdfr li::marker {
    color: red;
}


.slick-dots {
    width: unset;
    position: unset;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ff8c00;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li button:before {
    color: #ff8c00;
}

.slick-dotted .slick-slider {
    margin-bottom: 0;
}

.slick-dots>li {
    display: inline-block;
}

.slick-dots>li:only-child {
    display: none;
}

.service-card {
	flex: 1 0 30%;
	min-width: 234px;
	max-width: 100%;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}

.service-cards-container {
	margin-right: -15px;
	margin-left: -15px;
}
  
/*новые стили*/

/*выпадающий список*/

/* тут написать стили для выпадающего списка */

.dropdown-contact {
    position: relative;
}

.dropdown-contact-toggle {
    background-color: #FFA500;
    /* Оранжевый цвет */
    color: #fff;
    /* Белый цвет текста */
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.dropdown-contact-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-contact-menu li {
    display: block;
}

.dropdown-contact-menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    /* Черный цвет текста */
}

.dropdown-contact-menu li button {
    display: block;
    padding: 10px 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    width: 100%;
    text-decoration: underline;
}

.dropdown-contact-menu li a:hover,
.dropdown-contact-menu li button:hover {
    background-color: #f9f9f9;
    /* Светло-серый цвет при наведении */
}

/* конец - выпадающий список */


.for-show-both {
    position: relative;
    display: flex;
}

.for-show-first {
    padding-right: 22px;
    max-width: 360px;
    width: 100%;
}


.for-show-second {
    position: absolute;
    left: 380px;
    width: 200%;
    display: flex;
    overflow: hidden;
    margin: auto;
}

.justify-content-our-works {
    justify-content: space-between;
}

.menu {
    display: none;
}

.reviews-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.review-item {
    width: calc(100% / 3 - 30px);
}

.footer-menu-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-menu {
    width: 100%;
    display: flex;
    gap: 1rem;
}

.p-rel {
    position: relative !important;
}

.requisites {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.requisites-item:first-child {
    border-left: 1px solid white;
    padding-left: 14px;
}

.requisites-item:last-child {
    padding-left: 12px;
    text-align: right;
    border-right: 1px solid white;
    padding-right: 14px;
}

.requisites-item p {
    margin: 2px 7px;
}

.white-border-top {
    border-top: 1px solid white;
    padding-top: 12px;
    align-items: center;
}

.footer-new-menu ul {
    list-style-type: none;
    padding-left: unset;
}

.footer-menu-item-parent {
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

a.footer-menu-item-parent:hover{
    color: #ff8141;
}

.footer-menu-list-lvl_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-right: 1px solid white;
}
.footer-menu-item-lvl_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    white-space: nowrap;
}
.footer-menu-list-lvl_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: unset;
}

/* li.footer-menu-item-lvl_1 {
    //margin-right: 30px;
} */
.footer-new-menu {
    flex: 0.945;
}

.footer-menu-container-lvl_2, 
.footer-menu-item-lvl_2,
.footer-menu-link {
    text-align: center;
    text-decoration: none;
}

.footer-menu-item-lvl_2 {
    width: 100%;
}
.footer-menu-container-lvl_2{
    width: 90%;
}
.footer-menu-link{
    width: 100%;
}

.footer-menu-item-lvl_2 {
    border-left: 3px solid #333333;
    border-bottom: 1px solid #333333;
    line-height: 1.5rem;

}

.footer-menu-item-lvl_2:hover {
    border-left: 3px solid #ff8141;
    border-bottom: 1px solid #ff8141;
    color: white;
}

.row .lal {
    border: 1px solid #999999;
    padding: 30px;
    border-radius: 8px;
    position: relative
}

.lal>p>span {
    background: linear-gradient(180deg,#0d6b78 0%,#06434b 100%);
    -webkit-background-clip: text;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 24px
}

.angl {
    position: absolute;
    top: -2px;
    min-width: 100px;
    border: 1px solid #999999;
    border-radius: 0 0 8px 8px;
    padding: 0 22px;
    border-top: 0;
    background: #fff
}

.rh {
    text-align: right
}

.lf .angl {
    right: 20px
}

.rh .angl {
    left: 20px
}

.lal .angl span {
    font-weight: 700;
    color: #ff8141;
    text-align: center;
    font-size: 38px;
    display: block;
    margin-top: -30px
}


/*mobile menu*/
body {
  left: 0;
  line-height: 1.35;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  /* text-rendering: optimizeLegibility; */
  /* -webkit-font-smoothing: antialiased; */
  transition: left 0.3s ease-in-out;
}

body.panel-open {
  left: -300px;
}

.menu-toggle {
  cursor: pointer;
  float: right;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
  border: 2px #333333 solid;!;
  border-radius: 12px;
  padding: 7px;
}
.menu-toggle.open {
  opacity: 0.5;
}

.menu-toggle-grippy {
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
  float: left;
  line-height: 0;
  /* margin-right: 1em; */
  padding: 7px 3px;
  text-indent: -999em;
  width: 35px;
  border-radius: 3px;
}
.menu-toggle-grippy:after {
  background: #000;
  content: "";
  display: block;
  height: 3px;
}

.menu-toggle-label {
  float: left;
  font-weight: 700;
  height: 25px;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: uppercase;
}

.hidden-panel {
  background: #333;
  color: #666;
  font-size: 0.875rem;
  height: 100%;
  position: absolute;
  right: -300px;
  top: 0;
  width: 300px;
}
.hidden-panel a {
  color: #999;
  transition: color 0.3s ease-out;
}
.hidden-panel a:hover {
  color: #000;
}

.hidden-panel-close {
  color: #666;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: .7em;
  transition: color 0.3s ease-in-out;
}
.hidden-panel-close:hover {
  color: #000;
}

.hidden-panel-content {
  padding: 3.65em 10%;
}

.hidden-panel-nav {
  border-bottom: 1px solid #666;
  border-bottom: 1px solid rgba(102, 102, 102, 0.25);
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  text-transform: uppercase;
}
.hidden-panel-nav h3 {
  letter-spacing: 1px;
  margin-bottom: 1em;
}
.hidden-panel-nav ul {
  list-style: none;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.hidden-panel-nav li {
  padding: 0.25em 0;
}

.hidden-panel-text {
  line-height: 1.5;
}
.hidden-panel-text p {
  margin-bottom: 1.5em;
}
.hidden-panel-text p:last-child {
  margin-bottom: 0;
}

.hidden-panel-credits {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.hidden-panel-credits span {
  display: block;
  margin-bottom: 0.15em;
}

.banner {
  background: #f5756c;
  background: linear-gradient(#f5756c, #fd5480), #f5756c;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 5em 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.banner h1 {
  color: #000;
  font-family: "Dancing Script";
  font-size: 4.375rem;
  margin-bottom: 1em;
}
.banner h2 {
  color: #000;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;
  width: 50%;
}

.container:before, header:before, .menu-toggle:before, .container:after, header:after, .menu-toggle:after {
  content: "";
  display: table;
}

.container:after, header:after, .menu-toggle:after {
  clear: both;
}

.hidden-panel{
	display:none;
}
/*mobile menu*/

.portfolio-filter .nav-link {
    border: 1px #777 solid;
    border-radius: 4px;
    margin: 0.1rem;
    padding: 0.3rem 0.5rem;
    color: #777;
}
.portfolio-filter .nav-link.active {
    border: 1px #333 solid;
    color: #333;
}

@media(max-width: 1439px) {

    .menu {
        position: fixed;
        top: 0;
        right: -300px;
        /* скрываем меню за пределы экрана */
        width: 300px;
        height: 100%;
        background-color: #fff;
        transition: right 0.3s ease;
        /* добавляем анимацию для плавного выезда */
    }

    .side-container-for-links {
        position: absolute;
        display: flex;
        flex-direction: column;
        bottom: 10%;
        left: 2rem;
    }

    .side-container-for-links a:nth-child(2n) {
        margin-bottom: 20px;
    }

    .kb_menu-style .nav-item {
        font-size: 16px;
    }

    .footer-menu-container> div:first-child{
        display: none;
    }

    .footer-new-menu {
        flex: 1;
    }
    /* .footer-menu-list-lvl_1{
        border-right: none;
    } */

}

@media (max-width:1399px) {
    .justify-content-our-works {
        justify-content: space-between;
    }

    ul#horizontal-multilevel-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .nav-link {
        font-size: 16px;
    }

    .works-block {
        font-size: 16px;
        padding: 20px;
        width: 48%;
    }
    #cookie_note {
        right: unset;
        left: 1%;
        max-width: 40%;
    }
}

@media (max-width:1023px) {

    .kb_menu-style ul:nth-child(2) li {
        margin-right: 20px;
    }

    .justify-content-between {
        justify-content: space-around;
    }

    .reviews-content {
        flex-direction: column;
    }

    .review-item {
        width: 100%;
    }

    .review {
        padding: 32px 25px;
        margin-top: 22px;
    }

    .container-fluid .container .row.py-4 {
        background-color: #ffffff5e;
    }

    .telephone-head {
        display: none !important;
    }

    .white-border-top {
        margin-top: 12px;
    }

    .works-block {
        font-size: 20px;
        padding: 40px;
        width: 100%;
    }
    .justify-content-our-works {
        justify-content: center;
    }
    .kb_menu-style ul.mobile-change-2{
        width: 40%;
    }
    .footer-new-menu {
        font-size: 14px;
    }
    .container, .container-sm {
        max-width: calc(100% - 1rem);
    }
}

@media(min-width: 1200px) {
    .burger {
        display: none;
    }

    .kb_menu-style ul:nth-child(2) li:last-child {
        margin-right: 0px;
    }
	
}

@media (max-width: 1199px) {
    .kb_menu-style ul:nth-child(1) {
        font-size: 14px;
    }

    .kb_menu-style ul:nth-child(2) li {
        margin-right: 10px;
    }

    .kb_menu-style ul:nth-child(2) li:last-child {
        margin-right: 0px;
    }

    #horizontal-multilevel-menu>li:nth-child(6),
    #horizontal-multilevel-menu>li:nth-child(7) {
        display: none;
    }

    .main-callback input,
    .main-callback textarea {
        font-size: .9rem;
    }

    #horizontal-multilevel-menu {
        flex-direction: column;
        align-items: flex-end;
        padding-bottom: 24px;
    }

    #horizontal-multilevel-menu li:first-child {
        align-self: flex-start;
    }

    #horizontal-multilevel-menu>li.menu-item-flex-baseline:nth-child(2) {
        margin-top: 30px;
    }

    #horizontal-multilevel-menu>li.menu-item-flex-baseline {
        display: none;
        font-size: 20px;
        margin-right: 34px;
    }

    .burger {
        display: flex;
        flex-direction: column;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        list-style-type: none;
        padding: 0;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-right: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: white;
        z-index: 9;
        box-shadow: 0 0 9px 0 #00000017;
    }

    .mobile-menu li:first-child img {
        width: 70px;
    }

    .mobile-sub-menu {
        list-style-type: none;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .mobile-sub-menu li:first-child a {
        color: black;
        text-decoration: none;
        font-size: 12px;
    }

    .mobile-sub-menu li:last-child {
        display: none;
    }

    /* моб шапка */
    .menu.open {
        right: 0;
        z-index: 2;
        /* отображаем меню на экране */
        display: flex;
        align-items: center;
    }

    .menu.open {
        right: 0;
        z-index: 2;
        /* отображаем меню на экране */
        display: flex;
        align-items: center;
    }

    /* отобразить лого */
    li.nav-item.mobile-change-1 {
        display: block;
    }

    /* убрать меню */
    /* li.nav-item { */
        /* display: none; */
    /* } */

    /* отобразить бургер */
    .burger {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }

    li.mobile-item-side a {
        text-decoration: none;
        color: black;
        line-height: 3rem;
    }

    li.mobile-item-side {
        list-style-type: none;
    }

    .close-menu {
        position: absolute;
        top: 10px;
        right: 10px;
        text-decoration: none;
        color: #000;
        transition: color 0.3s ease;
    }

    .close-menu:hover {
        color: #ff0000;
        /* добавьте цвет для эффекта наведения */
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Черный фон с непрозрачностью 0.5 */
        z-index: 999;
        /* Слой, который будет накладываться поверх остальных элементов */
        display: none;
        /* Изначально скрыт */
    }

    .menu.open+.overlay {
        display: block;
        /* Показывать слой только при открытом меню */
    }

    .accreditation{
        display: none;
    }
	
    .menu {
        display: block;
    }

    .justify-content-our-works {
        justify-content: space-around;
    }	
}

@media (max-width: 991px) {
    .kb_menu-style ul {
        flex-direction: column;
		justify-content: center !important;
    }

    .kb_menu-style ul:nth-child(1) {
        align-items: flex-start;
    }

    .kb_menu-style ul:nth-child(2) {
        align-items: flex-end;
    }

    .kb_menu-style ul:nth-child(2) li {
        margin-right: 0;
        margin-top: 10px;
    }

    #horizontal-multilevel-menu>li:nth-child(5) {
        display: none;
    }
	ul.mobile-menu-button {
		width: 3rem;
	}
	.kb_menu-style {
		justify-content: space-between;
	}
	ul.sub-points{
		display: none;
	}
    .w-38percent {
        width: 100%;
    }

    .w-60percent {
        width: 100%;
    }	
	
    .mobile-992-flex-col {
        flex-direction: column;
    }

	body.modal-open .modal-dialog {
		margin-left: 2rem;
		margin-right: 2rem;
		max-width: calc(100% - 1rem);
	}
	
    .tarif-mobile-reformer {
        display: flex;
        flex-direction: column;
    }

    .tarif-items-block {
        height: 743px;
        position: relative;
        margin-top: 50px;
    }

    .k_w-40 {
        width: 100%;
    }

    .tarif-block {
        position: absolute;
    }

    .tarif-container div.tarif-block:nth-child(1) {
        /* right: calc(3 * 14% + 12px); */
        left: 0%;
    }

    .tarif-container div.tarif-block:nth-child(2) {
        /* right: calc(2 * 14% + 12px); */
        left: calc((100% - 280px) * .35);
    }

    .tarif-container div.tarif-block:nth-child(3) {
        /* right: calc(1 * 14% + 12px); */
        left: calc((100% - 280px) * .7);
    }

    .tarif-container div.tarif-block:nth-child(4) {
        /* right: calc(1 * 14% + 12px); */
        right: 0;
    }

    .example-button {
        margin: 3px 6px;
    }	
}

@media(min-width: 992px) {
	ul.mobile-menu-button {
		display: none;
	}
}

@media(min-width: 768px) {
    .mobile-menu {
        display: none !important;
    }
	
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.4rem;
    }
	
    .person-card {
        width: 300px;
        height: 400px;
    }
	
    .carouselslide .card .card-body .card-title {
        transition: all 0.5s ease-in-out;
    }

    .carouselslide .card .card-body .card-text {
        transition: all 0.5s ease-out;
        visibility: hidden;
        display: none;
    }

    .carouselslide .card:hover {
        cursor: pointer;
        box-shadow: -4px -4px 9px rgba(128, 128, 128, 0.3), 4px 4px 9px rgba(0, 0, 0, 0.3);
    }

    .carouselslide .card:hover .card-body {
        transition: all 0.3s ease-in-out;
        margin: 0;
        top: 0;
        bottom: auto;
        min-height: 100%;
        right: 0;
        left: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        text-align: left;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 0;
        backdrop-filter: blur(3px);
    }

    .carouselslide .card:hover .card-body .card-text {
        visibility: visible;
        display: inline-block;
    }

    .carouselslide .card:hover .card-body .card-buttons {
        position: absolute;
        bottom: 1rem;
    }
	
}

@media(max-width: 767px) {
    .kb_menu-style {
        /* flex-direction: column-reverse; */
        align-items: center;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobile-flex {
        display: flex !important;
    }

    header {
        display: flex;
        flex-direction: column-reverse;
    }

    .kb_menu-style ul:nth-child(1) {
        align-items: center;
        margin: 20px 0;
    }

    .kb_menu-style ul:nth-child(2) {
        align-items: center;
    }

    .kb_menu-style ul {
        margin: 0;
        /* width: 100%; */
    }

    .kb_menu-style ul:nth-child(1) li {
        margin: 9px 0;
    }

    /* #horizontal-multilevel-menu {
        flex-direction: column;
        align-items: flex-end;
        padding-bottom: 24px;
    }

    #horizontal-multilevel-menu li:first-child {
        align-self: flex-start;
    }

    #horizontal-multilevel-menu>li.menu-item-flex-baseline:nth-child(2) {
        margin-top: 30px;
    }

    #horizontal-multilevel-menu>li.menu-item-flex-baseline {
        display: none;
        font-size: 20px;
        margin-right: 34px;
    }

    .burger {
        display: flex;
        flex-direction: column;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        list-style-type: none;
        padding: 0;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding-right: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: white;
        z-index: 9;
        box-shadow: 0 0 9px 0 #00000017;
    }

    .mobile-menu li:first-child img {
        width: 70px;
    }

    .mobile-sub-menu {
        list-style-type: none;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .mobile-sub-menu li:first-child a {
        color: black;
        text-decoration: none;
        font-size: 12px;
    }

    .mobile-sub-menu li:last-child {
        display: none;
    } */

    .brand-mobile-round {
        /* background-color: #ff8140; */
        padding: 10px;
        width: 49px;
        border-radius: 50%;
        margin-right: 5px;
    }

    .pusher {
        height: 103px;
    }

    /* .kb_menu-style ul:nth-child(2){
        position: fixed;
        top: 9px;
        z-index: 9;
        left: 0;
    } */
    .kb_menu-style ul:nth-child(2) li:last-child {
        display: none;
    }

    .mobile-change-1 {
        display: none;
    }

    /* .kb_menu-style ul { */
        /* display: none; */
    /* } */

    .footer-menu-list-lvl_1{
        flex-direction: column;
        margin-bottom: 0;
    }

    .mobile-callback-form {
        width: 100%;
    }

    .main-callback {
        flex-direction: column;
    }

    .main-callback input {
        width: 100% !important;
    }

    .p-040060-mobile {
        padding: 0 40px 0 40px;
    }

    .pb-130px {
        padding-bottom: 60px;
    }

    .mobile-sub-point {
        list-style-type: none;
        width: 100%;
        text-align: right;
        padding: 6px 0;
    }

    .mobile-sub-point a {
        color: #212529;
        text-decoration: none;
        text-align: center;
    }

    /* футер - аккордеон - кнопка */
    .footer-menu-toggle-btn {
        display: block;
        transition: transform 0.3s;
        right: 10%;
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf-8,<svg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0.999464 4.3688e-08C0.780464 3.41152e-08 0.559464 0.0664907 0.375464 0.202243C-0.056536 0.520844 -0.125536 1.10171 0.219464 1.50066L3.71946 5.54089L0.219464 9.58113C-0.125536 9.98007 -0.0565365 10.5609 0.375464 10.8795C0.806464 11.1972 1.43646 11.1335 1.78046 10.7355L5.78046 6.11807C6.07346 5.78007 6.07346 5.30171 5.78046 4.96372L1.78046 0.346306C1.58346 0.118206 1.29246 5.64954e-08 0.999464 4.3688e-08Z' fill='rgb(166, 166, 166)'/></svg>");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 1em 1em;
        border: none;
        height: 3em;
        outline: none;
        padding: 0;
        position: absolute;
        width: 3em;
        margin-top: 10px;
    }

    .footer-menu-toggle-btn.rotated {
        transform: rotate(90deg);
    }
    
    .footer-menu-item-parent {
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        margin: 0.5rem 0;
        border-left: 1px solid #8f96a0;
        border-bottom: 1px solid #8f96a0;
    }

    .footer-menu-container-lvl_2 {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease; /* Плавное изменение высоты контейнера */
    }

    .footer-menu-container-lvl_2.open {
        max-height: 300px; /* Высота, на которую развернется список */
    }

    .footer-menu-item-lvl_1 {
        text-decoration: underline;
        width: calc(90% - 42px);
    }

    .footer-menu-list-lvl_1{
        border-right: none;
    }

    #horizontal-multilevel-menu {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .for-show-both {
        height: 500px;
        max-width: 100%;
    }

    .for-show-first {
        max-width: 100%;
    }

    .for-show-second {
        top: 200px;
        left: 0;
    }

    .for-show-second .dynamic-box {
        padding-left: 16px;
        width: fit-content;
    }

    .mobile-none {
        display: none !important;
    }

    .mobile-text-footer {
        text-align: center;
    }

    .container.brand-footer.ws-normal {
        display: flex;
        flex-direction: column;
    }

    .footer-menu-container {
        justify-content: center;
    }

    ul#horizontal-multilevel-menu {
        position: fixed;
        top: 0;
        background-color: #fff;
        width: 100%;
        max-width: 100%;
        padding: 20px;
        z-index: 20;
    }

    nav.navbar.bg-body-tertiary.d-md-none {
        display: none;
    }

    .container.mt-5.mt-md-3.pt-4 {
        margin-top: 0 !important;
    }

    .works-block {
        margin-bottom: 20px;
    }

    /* .container .row.py-5 {
        background-color: #ffffffa1;
    } */

    .for-show-second div {
        flex-direction: column;
        margin-bottom: 10px;
    }

    #for_show {
        overflow: visible !important;
    }

    .for-show-both {
        flex-direction: column;
        height: fit-content;
    }

    .for-show-second {
        position: relative;
        top: 0;
        overflow: visible;
        justify-content: center;
        width: fit-content;
    }

    .for-show-second .dynamic-box {
        padding: 0;
        margin: 0;
    }

    .mobile-mt+.container-fluid,
    .mobile-mt+.container {
        margin-top: 94px !important;
    }

    /* for /develop/ */
    .col.d-flex.flex-row.justify-content-between.gap-4 {
        flex-direction: column !important;
    }

    .col.column-gap-5.d-flex.align-items-start {
        flex-direction: column;
    }

    .mobile-center {
        text-align: center;
    }

    .slider-mobile-max-width {
        max-width: inherit !important;
        width: inherit !important;
    }

    .mobile-mb {
        margin-bottom: 20px;
    }

    .requisites {
        flex-direction: column;
        border: none;
    }

    .requisites-item:first-child {
        border-top: 1px solid white;
    }

    .requisites-item:last-child {
        padding-left: unset;
    }

    .requisites-item {
        border-bottom: 1px solid white;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .white-border-top {
        border: none;
    }

    .requisites-item>p:last-child {
        margin-bottom: 0;
    }
    
    .carouselslide .card .card-body {
        color: #444;
        position: relative;
        display: block;
    }

    .carouselslide .card .card-body .card-title {
        color: #444;
    }

    .carouselslide .card .card-body .card-text {
        color: #444;
    }	
}

@media(max-width: 600px) {
    .p-50-0-60-60px {
        padding: 50px 0 60px 20px !important;
    }
    .mobile-change-2 {
        display: none !important;
    }
}

@media(max-width: 520px) {
    .w-48percent {
        width: 96%;
    }

    .mobile-992-flex-col div.mobile-jus-center {
        justify-content: center !important;
    }
}

@media (max-width:500px) {
    .for-show-second .dynamic-box {
        padding-top: 70px;
    }

    /* .footer-menu-container {
        display: none;
    } */

    .report_mini_image {
        width: 280px;
        height: 220px;
    }

    .brand-button {
        font-size: 18px;
    }

    .button-header-mobile {
        width: 160px;
    }

    .requisites-item {
        text-align: center;
    }
    #cookie_note {
        max-width: 60%;
    }
}

@media (max-width:425px) {
    .button-header-mobile span {
        font-size: 16px;
    }

    .button-header-mobile {
        padding: 3px 12px;
        top: 24px;
    }

    .for-show-second .dynamic-box {
        padding-top: 0;
    }

    .button-header-mobile span {
        font-size: 14px;
    }

    .button-header-mobile {
        width: 120px;
    }

    .dropdown-contact-menu {
        font-size: 16px;
        top: 65px;
    }
}

@media (max-width:380px) {
    .button-header-mobile {
        width: 100px;
    }

}