/* ====================== General rules ============================ */
:root {
  --color000: #000000;
  --colo2293ba: #2293ba;
  --colore85a2f: #e85a2f;
  --color707c88: #707c88;
  --colorfff: #fff;
  --color3a4145: #3a4145;
  --color52626b: #52626b;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Unbounded", sans-serif;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
}

body {
  overflow-x: hidden;
}
.wrapper {
  max-width: 1192px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
  flex: 1;
}

.btn {
  padding: 12px 65px !important;
  box-shadow: none !important;
  font-weight: 900 !important;
}


.cntContent{
 display:flex;
flex-direction:row-reverse;
}


.popover__columns{
display:flex;
gap: 20px;
    justify-content: flex-start;
width:100%;
}

.white-btn {
  
}

a {
  text-decoration: none !important;
  font-family: var(--font-family);
}

a:hover {
  color: inherit !important;
  transition: all 0.4s;
}

ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

button {
  padding: 0 !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--second-family);
  font-weight: 250 !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color000);
}

h1 {
  font-size: 50px!important;
}

h2 {
  font-size: 32px !important;
}
p {
  font-family: var(--font-family);
}


.header__hero {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-height: 860px;
}

.header__hero-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 90px;
}
.header_ttl {
  width: 49%;
}

.header_ttl p {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--color707c88);
}

.header__hero-descr {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-end;
}

.header__hero-descr p {
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.02em;
}

.hero__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 30px;
}

.hero__item-link {
  color: var(--color52626b);
  font-weight: 700;
  font-size: 15px;
  line-height: 231%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.4s;
}

.hero__item-link:hover {
  text-decoration: underline !important;
}

.header__img-list {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  margin-top: 80px;
}

.header__img-list li {
  position: absolute;

}

.prod_link {
  display: flex;
}

.prod_link img {
    cursor: pointer;
    filter: drop-shadow(7px 10px 14px rgba(0, 0, 0, 0.2));
    transition: all 0.5s;
}

.prod_link:hover img {
  filter: drop-shadow(7px 10px 14px rgba(0, 0, 0, 0.5));
  transform: scale(1.1)
}

.header__img-list li:nth-child(1) {
  left: 0;
  top: -40px;
  max-width: 393px;
}
.header__img-list li:nth-child(2) {
  left: 24%;
  top: 0;
  max-width: 339px;
}

.header__img-list li:nth-child(3) {
  left: 47%;
  top: 30px;
  max-width: 393px;
}

.header__img-list li:nth-child(4) {
  right: 0;
  top: 100px;
  max-width: 327px;
}

.header__popover,
.header__popover3,
.header__popover2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.5s;
  opacity: 0;
}



/* Стиль для фона обоих поповеров */
.header__popover::before,
.header__popover3::before,
.header__popover2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: var(--colorfff);
  opacity: 1;
  z-index: -1;
}



.popover_body3{
  padding: 2rem;
}
ul.nested {
  list-style-type: disc; /* Добавление маркера для вложенных элементов */
  margin-left: 20px; /* Отступ для вложенных элементов */
}


/* Стиль при активации поповеров */
.header.show .header__popover,
.header.show .header__popover3,
.header.show .header__popover2 {
  transform: translateY(90px);
  opacity: 1;
  z-index: 15;
}

.popover_arrow3 {
  position: absolute;
  top: -20px;
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent var(--colorfff) transparent;
}

.popover_arrow3::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent var(--colore85a2f) transparent;
}




.popover_arrow2 {
  position: absolute;
  top: -20px;
  left: 470px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent var(--colorfff) transparent;
}

.popover_arrow2::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent var(--colore85a2f) transparent;
}

/* Уникальный стиль для подменю "Регионы" */
.sublist-regions {
  background-color: #fff; /* Белый фон */
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.popover_arrow {
  position: absolute;
  top: -20px;
  left: 250px;
  width: 0;
}

.adv_stats-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: stretch;
}

.adv_stats-list li p {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--color707c88);
}

.adv_stats-list li p strong {
  display: block;
  font-family: var(--second-family);
  font-weight: 250;
    font-size: 120px;
    letter-spacing: 0.1em;
  line-height: 80%;
  text-transform: uppercase;
  color: var(--colo2293ba);
}

/*  */
.adv_header, .adv_list, .adv_text-block {
  opacity: 1;
  transform: translateX(100px);
  transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}

.adv_list {
  transform: translateX(-100px); 
}

.adv_stats-list li {
  opacity: 0;
  transform: translateX(100px); 
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.adv_stats-list li:nth-child(2) {
  transform: translateY(100px);
}

.adv_stats-list li.visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
/*  */

.slider-section {
  padding-top: 100px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
 position: relative;
 z-index: 1;
}

.slider-cntr {
  padding-top: 20px;
  display: flex;
}

.slider_item {
  position: relative;
  filter: blur(3px);
  background: rgba(255, 255, 255, 0.01);
  transition: all 0.3s;
}

.uk-width-1-1.uk-width-medium-1-3{
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  width: 32%;
}

.uk-grid .uk-width-1-1.uk-width-medium-1-3:last-child{
  margin-right: 0;
}

.uk-width-1-1.uk-width-medium-1-3 h3 {
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  padding: 5px 15px 5px 10px;
  color: #fff;
  position: absolute;
  left: -105%;
  bottom: 10px;
  z-index: 9;
  width: 85%;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.uk-width-1-1.uk-width-medium-1-3:hover h3 {
  left: 0;
}

.item-gallery-title {
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  padding: 5px 20px 5px 10px !important;
  color: #fff;
  position: absolute;
  left: -105%;
  bottom: 10px;
  z-index: 9;
  width: 85%;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item-gallery{
display: block;
position: relative;
overflow: hidden;
}

.item-gallery:hover .item-gallery-title {
  left: 0;
}

.uk-width-1-1.uk-width-medium-1-3 iframe {
  width: 100%;
}

.slider_item:hover{
  filter: blur(0);
}
.slider_img {
  height: 530px;
  border-radius: 4px;
}
.slider_img video,
.slider_img img {
  width: 100%;
  object-fit: none;
  height: 100%;
  border-radius: 4px;
}
.slider_item.slick-center {
  filter: blur(0);
  transition: all 0.3s;
}
.slider_item.slick-center .slider_img {
  border: 1px solid var(--colorfff);
}
.slider-section .slick-list {
  overflow: visible!important;
}

.slider_item.slick-center video {
  pointer-events: auto;
}

.slider_item video {
   pointer-events: none;
}
.slider-descr {
  position: absolute;
  bottom: 75px;
  left: 50px;
}
.slider-descr p {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--colorfff);
  line-height: 1;
}

.slider-descr p strong {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  display: block;
}

.slider-cntr .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  border: none;
  background-color: transparent;
  font-size: 0;
  opacity: 0;
  transition: all 0.3s;
}
.slider-cntr:hover .slick-arrow{
  opacity: 1;
}
.slider-cntr .slick-next {
  right: 32%;
}
.slider-cntr .slick-arrow::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 40px;
  background-image: url('/assets/components/img/marks/arrowSvg.svg');
}
.slider-cntr .slick-prev {
  left: 32%;
}

.slider-cntr .slick-next:before {
  rotate: 180deg;
}
.map {
  width: 150vw;
  left: -50vw;
  position: relative;
  /* top: -20px; */
  top: 0;
  margin-top: 40px;
}
.map iframe {
  filter: grayscale(100%);
  transition: all 0.7s;
}
.map iframe:hover {
  filter: none;
}
.map_cntnt_wrp {
  z-index: 10;
  background-color: var(--colorfff);
  position: absolute;
  bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  right: 18%;
  padding: 30px;
  box-shadow: 4px 9px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  gap: 5px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
}

.map__phone {
  font-size: 20px;
}

time.time {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: -0.02em;
  color: var(--color707c88);
  position: relative;
  padding-left: 20px;
}

time.time::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url("/assets/components/img/marks/watchSvg.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
}



.callback_btn:hover {
color: var(--colorfff) !important;
}


/* breadcrumbs */
.breadcrumb {
  padding-bottom: 20px!important;
  padding-left: 20px!important;
}
.breadcrumb-item,
.breadcrumb-item a{
  font-weight: 500;
  font-size: 13px;
}

.breadcrumb-item {
  position: relative;
}

.breadcrumb-item:first-child a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("/assets/components/img/marks/homeBreadcrumb.svg");
  background-repeat: no-repeat;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  width: 7px; 
  height: 10px; 
  margin: 0 20px!important;
  padding: unset!important;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDcgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw1IDVMMSA5IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiAvPjwvc3ZnPg==');
  background-size: contain;
  background-repeat: no-repeat;
  content: ""!important;
  float: none!important;
}


.breadcrumb-item a {
  color: var(--color707c88)!important;
}

.breadcrumb-item.active {
  color: var(--color000)!important;
}

/* breadcrumbs */

.header__page {
  font-size: 50px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 250; 
  color: var(--color000);
}

/* about */
.about_section {
  position: relative;
  padding-top: 45px;
  padding-bottom: 85px;
  margin-top: 20px;
}

.about_section::before {
  content: "";
  position: absolute;
  width: 116%;
  height: 100%;
  border-top: 4px solid #78a9c6;
  background-color: var(--colorfff);
  left: -8%;
  top: 0;
  z-index: -1;
}


.about-txt_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 0px;
  border-top: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(230, 230, 230);

}

.about-descr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 64%;
}

.about-descr p {
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  letter-spacing: -0.02em;
}

.about-doc_link-cntr {
  display: flex;
  flex-direction: column;
  width: 35%;
  align-items: center;
}

.about-doc_link-cntr span {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 15px;
  line-height: 147%;
  letter-spacing: -0.02em;
  color: var(--color000)
}

.about-doc_link.btn {
  text-wrap: nowrap;
  position: relative;
  text-align: end!important;
  color: var(--colore85a2f)!important;
  padding-left: 100px !important;
  padding-top: 10px;

}

.about-doc_link img {
  position: absolute;
  width: 52px;
  height: 60px;
  left: 33px;
  top: -32px;
    background-color: var(--bs-white);
  transition: all 0.3s
}

.about-doc_link:hover img {
  transform: scale(1.03);
}


.about_instruction-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  padding-top: 56px;
}

.instr_descr {
  font-size: 15px;
}

.about_instr-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.about_instr-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about_instr-txt h5 {
  font-size: 16px;
  line-height: 137%;
  color: var(--color000);
  padding-top: 10px;
  text-transform: none;
}

.about_instr-instr {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.about_instr-instr li {
  position: relative;
  padding-left: 20px;
}

.about_instr-instr li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(/img/marks/quadMarkSvg.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
}

.about_instr-instr li p {
  font-size: 15px;
}

.about_instr-img_cntr {
  max-width: 560px;
  height: 386px;
  position: relative;
}

.about_instr-img_cntr::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-size: 30px 30px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
    animation: diagonalMove 10s linear infinite;
    -moz-animation: diagonalMove 10s linear infinite;
    -webkit-animation: diagonalMove 10s linear infinite;
    -o-animation: diagonalMove 10s linear infinite;
}

.about_instr-img_cntr:hover::before {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.about_instr-img_cntr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about_inf-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 35px;
  position: relative;
}

.about_inf-section::before {
  content: "";
  position: absolute;
  width: 116%;
  height: 100%;
  border-top: 1px solid rgb(230, 230, 230);
  background-color: var(--colorfff);
  left: -8%;
  top: 0;
  z-index: -1;
}

.about_inf-header p {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  color: #707c88;
  padding-top: 10px;
}

.about_inf-body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 70px 20px;
}

.about_inf-body_block {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.about_inf-body_block h5 {
  font-size: 16px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #000;
  text-transform: none;
  margin-top: auto;
}

.about_inf-body_list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
flex-direction: column;
}

.imgs .about_inf-body_list{
flex-direction: row;
}

.about_inf-body_list li {
  position: relative;
  padding-left: 20px;
}

.about_inf-body_list.core li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(/img/marks/quadMarkSvg.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
}

.about_inf-body_list li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  letter-spacing: -0.02em;
  color: var(--color000)
}

.about_inf-body_block.right {
  counter-reset: list-counter; 
}

.about_inf-body_block.right li {
  list-style: none; 
  counter-increment: list-counter; 
}

.about_inf-body_block.right li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0px;
  top: -4px;
  text-align: right;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  line-height: 167%;
  letter-spacing: -0.02em;
  color: var(--colore85a2f)
}

.about_inf-body_block.big h5 {
  margin-top: unset;
}

.about_inf-body_block.big .about_inf-body_list{
  counter-reset: list-counter-big; 
  gap: 30px;
}

.about_inf-body_block.big .about_inf-body_list li {
  list-style: none;
  counter-increment: list-counter-big;
  padding-left: 70px;
}
.about_inf-body_block.big .about_inf-body_list li::before {
  content: counter(list-counter-big);
  position: absolute;
  left: 0;
  top: -20px;
  font-family: var(--second-family);
  font-weight: 250;
  font-size: 64px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--colo2293ba);
}

.about_inf-body_block.big .bot_h2{
  padding-top: 30px;
}

.about_inf-body_block.imgs .about_inf-body_list {
  gap: 40px 20px;
}

.about_inf-body_block.imgs .about_inf-body_list li {
  padding-left: unset;
}

.about_inf-body_block.imgs .about_inf-body_list li img {
  border: 1px solid #e9e9e9;
  width: 260px;
  height: 189px;
}

.about_inf-body_block.imgs .about_inf-body_list li img:last-child {
  border: none;
}

.about_feedback-section {
    padding: 40px 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    margin-top: 70px;
    background-color: #c5ebff;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

.about_fb-txt_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 15px;
}

.about_fb-txt.adv_header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    transition: none;
    transform: unset;
}

.about_fb-txt.adv_header h2 {
  padding-bottom: 20px;
}

.about_fb-txt.adv_header p {
  padding-top: 10px;  
}

.about_fb-descr {
  width: 47%;
}

.about_fb-descr p {
  font-size: 14px;
}

.about_fb-form_link-cntr {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.about_feedback-section.contacts-cnhg .about_fb-recaptcha-cntr {
  margin-left: auto;
}

.about_feedback-section.contacts-cnhg .about_textarea-cntr {
  width: 70%;
  margin-top: 80px!important;
}

.about_fb-form_link-cntr .about_input-cntr label,
.about_fb-form_link-cntr .about_textarea-cntr label{
  display: none;
}

.about_input-cntr._qw .form-label,
.about_textarea-cntr._qw .form-label{
  display: none;
}

.about_fb-recaptcha-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 !important;
    width: 320px;
}


.about_fb-form {
    width: 68%;
    gap: 0 5px;
}

.about_fb-form,
.about_input-cntr,
.about_textarea-cntr {
  padding: unset!important;
  margin: unset!important;
}

.about_input-cntr input,
.about_textarea-cntr textarea {
  border: none;
  border-radius: unset;
}

.about_textarea-cntr textarea {
  resize: none;
}

.about_fb-img {
  align-self: center;
}

.about_fb-img img {
  width: 34px;
  height: 34px;
}

.about_fb-recaptcha-cntr {
}

.about_fb-recaptcha-cntr .about_fb-link_cntr {
  flex-direction: unset;
  width: 100%
}

.about_fb-recaptcha-cntr .about_fb-link_cntr .callback-link {
  width: 100%
}


.about_fb-link_cntr .callback-link {
  border: none;
}

.about_fb-link_cntr {

  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.about_fb-link_cntr.mt-3 {
  margin-top: 0.5rem!important;
}

.captcha-link {
  width: 300px;
  height: 74px;
}

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

.callback-link {
  background-color: var(--colore85a2f)!important;
  color: var(--colorfff);
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 76px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  border: none
}

.about-txt-cntr {
 width: 100%
}

.about-txt-cntr .small-txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 183%;
  letter-spacing: -0.02em;
  color: #707c88;
}
/* about */
/* portfolio */
.about_section.portfolio {
  padding-bottom: 30px;
  border-bottom: none;
}
.about-doc_link-cntr.portfolio {
  width: 40%;

  padding: 0 40px 20px 110px;
}

.about-doc_link-cntr.portfolio img {
  position: absolute;
  width: 56px;
  height: 56px;
  top: -20px;
  left: 45px;  
  z-index: -1;
}

.about_instruction-block.portfolio_5 {
  padding-bottom: 50px;
}

.borderr {
  position: relative;
}

.borderr::before {
content: "";
    width: 41px;
    position: absolute;
    right: -3.9px;
    height: 3.5px;
    transform: rotate(-45deg);
    bottom: 25px;
    background-color: var(--colore85a2f);
}

.borderr::after {
  content: "";
  z-index: -1;
  width: 100%;
  position: absolute;
  border: 4px solid var(--colore85a2f);
  height: 100%;
  top: -10px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

.about-doc_link-cntr.portfolio p {
  word-break: break-word;
  font-size: 15px;
}

.about_inf-body_list.portfolio_1 {
  width: 58%;
  justify-content: flex-start;
}

.about_instr-txt.prptr {
  width: 40%;
}
.about_instr-txt.portfolio_3 {
  width: 58%;
}

.about_instr-steps.portfolio_2 .about_instr-instr p,
.about_instr-steps.portfolio_3 .about_instr-instr p{
  font-size: 15px;
}

.port_bld {
  font-weight: 600;
  padding-bottom: 30px;
}

.about_inf-body_block.portfolio_4 {
  border-top: 1px solid rgb(230, 230, 230);
  width: 100%;
  padding-top: 50px;
}

.about_inf-body_block.portfolio_4 .about_inf-body_list {
  justify-content: flex-start;
  gap: 60px;
}

.about_inf-body_block.portfolio_4 .about_inf-body_list li {
  width: 29%;
}

.white-bg {
  position: relative;
}

.white-bg::before {
  content: "";
  position: absolute;
  width: 116%;
  height: 100%;
  background-color: var(--colorfff);
  left: -8%;
  top: 0;
  z-index: -1;
}

.portf_links-section {
  display: flex;
  flex-direction: column;
}

.portf_links-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 26px;  
  padding-top: 25px;
  padding-bottom: 70px;
}

.portf_links-list li {
  width: 23%;
}

.portf_link {
font-weight: 400;
font-size: 15px;
text-align: center;
color: var(--color707c88)
}

.portf_link.borderr {
  font-weight: 400;
  font-size: 15px;
  color: var(--color707c88);
  padding: 10px 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}

.portf_link.borderr::after {
  border: 4px solid var(--colo2293ba); 
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
  transition: all 0.3s;
}

.portf_link.borderr::before {
  width: 19px;
  right: 0px;
  bottom: 7px;
  background-color: var(--colo2293ba);
  transition: all 0.3s;
}

.portf_link.borderr:hover::after {
  transform:  scale(1.03);
}

.portf_link.borderr:hover::before {
    transform: rotate(-45deg) scale(1.03);
    right: -4.2px;

}

.port_link-imgs_block {
  display: flex;
  width: 100vw;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  gap: 6px;
  padding-top: 30px;
}

.port_link-imgs_block li {
  width: 23.7%;
  border: 1px solid #e9e9e9;
}

.port_link-imgs_block li img {
  width: 100%;
  object-fit: contain;
}
/* portfolio */
/* item */
.about_section.items {
  padding-bottom: 35px;
} 
.item-descr_block {
  padding: 40px 0px;
  border-top: 1px solid rgb(230, 230, 230);
}
.item-descr_block p{
  padding-bottom: 20px;
  font-size: 15px;
}

.white-bg {
  position: relative;
}

.white-bg::before {
  content: "";
  position: absolute;
  width: 116%;
  height: 100%;
  background-color: var(--colorfff);
  left: -8%;
  top: 0;
  z-index: -1;
}

.about-txt_block.item_chng2 {
  border: none;
  padding: 65px 0px 30px;
}

.about-txt_block.item_chng2 .about-doc_link-cntr{
  width: 30%;
}

.item_list-title.adv_header {
  padding: 10px 0 30px;
}

.item_txt-cntr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 67%;
}

.item_txt-descr p{
  font-size: 15px;
  padding-bottom: 20px;
}

.about-txt_block.item_chng2 .about_inf-body_list {
  width: 100%;
  flex-direction: column;
}

.portf_links-section.item_chng3 .portf_links-list {
  padding-bottom: 0;
}
/* item */
/* prices */
.about_section.prices {
  padding-bottom: 35px;
}
.item-descr_block.prices_chng1 p:last-child {
  color: var(--colore85a2f);
}

.about-txt_block.price-cnhg3 {
  border: none;
}
.about-txt_block.price-cnhg3 .price_calc-cntr,
.about-txt_block.price-cnhg3 .item_txt-cntr {
  width: 49%;
}

.about-txt_block.price-cnhg3 .price_calc-cntr {
  padding: 35px 40px 50px 100px;  
  position: relative;

}

.about-txt_block.price-cnhg3 .price_calc-cntr .price_calc-link::before {
  transition: transform 0.3s;
}

.about-txt_block.price-cnhg3 .price_calc-cntr .price_calc-link:hover::before {
  transform: scale(1.03);
}

.contain-inline-size.rounded-md.border-token-border-medium.relative.bg-token-sidebar-surface-primary .overflow-y-auto.p-4 {
  padding: 0!important;
}

.about-txt_block.price-cnhg3 .price_calc-cntr::before {
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 40px);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.price_calc-calc {
  position: absolute;
  left: -50px;
  top: -30px;
  width: 211px;
  height: 232px;
}

.price_calc-calc img {
  width: 100%;
}

.price_calc-txt {
  padding-left: 70px;
  padding-bottom: 30px;
}

.price_calc-txt p {
  font-size: 15px;
}

.price_calc-link_cntr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.price_calc-link_wrp {
  display: flex;
  gap: 20px;
  align-items: center;
}

.price_calc-link {
  border: none !important;
  padding: 12px 43px !important;
  position: relative;

  color: var(--colorfff);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center; 
  width: 100%;
}

.price_calc-link:hover {
  color: var(--colorfff) !important;
}

.price_calc-link::before {
    content: "";
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
    background-color: var(--colore85a2f);
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.price_calc-link_wrp span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 117%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #717171;
}

.price_callback {
  font-size: 24px;
}

.price_callback img {
  width: 25px;
  height: 25px;
}

.price_callback strong {
  padding-left: 25px;
}
.about-txt_block.price-cnhg3 .item_txt-cntr .item_txt-descr h2 {
  padding-bottom: 25px;
}

.about-txt_block.price-cnhg3 .item_txt-cntr .item_txt-descr p {
  font-weight: 600;
  font-size: 16px;
}

.about-txt_block.price-cnhg3 .item_txt-cntr .about_inf-body_list {
  width: 100%;
  flex-direction: column;
}

.about-txt_block.price-cnhg3 .item_txt-cntr .about_inf-body_list li p {
  font-size: 15px;
}

.prices_table-section.about_section{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.prices_table-section.about_section::before {
  border-top: none
}

.prices_table-section h1 {
  padding-bottom: 35px;
}

.prices_table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

.prices_table thead tr th{
  border: none;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: var(--color000)
}



.prices_table thead tr th:first-child {
  color: var(--colore85a2f);
}

.prices_table tbody tr th,
.prices_table tbody tr td{
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 350%;
  letter-spacing: -0.02em;
  color: var(--color000);
  text-align: left;
}

.prices_table tbody tr th {
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.prices_table tbody tr td {
  font-size: 13px;
  border-bottom: 1px solid var(--colorfff);
  border-right: 1px solid var(--colorfff);
  background-color: #f5f5f5;
  text-align: left;
}
.prices_table tbody tr td:nth-child(2),
.prices_table tbody tr td:nth-child(3) {
  background-color: #def4ff;
}
.prices_table tbody tr td:nth-child(4) {
  background-color:#c5ebff;
}

.prices_table-descr {
  padding-top: 20px;
  padding-left: 27%;
}

.prices_table-descr p {
  position: relative;
  font-size: 13px;
  color: var(--colore85a2f);
  padding-left: 30px;
}
.prices_table-descr p::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 12px;
  background-image: url("/assets/components/img/marks/smallZnakSvg.svg");
}
/* prices */
/* contacts */
.about_section.contacts {
  padding-bottom: 85px;
  margin-bottom: -150px;
  z-index: 1;
}

.about_feedback-section.contacts .about_fb-recaptcha-cntr {
  margin-top: 0!important;
}

.about_feedback-section.contacts-cnhg .about_textarea-cntr._qw {
      width: 100%;
    margin-top: unset !important;
}

.about_section.contacts::before {
  clip-path: polygon(0 0, 100% 0, 100% calc(90% - 30px), calc(80% - 30px) 90%, 0 100%)
}

.contact-way {
  border-top: 1px solid rgb(230, 230, 230)!important;
}

.contact_address-cntr {
  position: relative;
  padding-left: 85px;
  padding-bottom: 30px;
}

.contact-way .item_txt-descr {
  padding-bottom: 20px;
}

.contact_address-cntr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/components/img/marks/locOrange.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.contact_address-cntr p {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--color707c88)
}

.contact_address-cntr h3 {
  font-size: 30px;
  letter-spacing: 0.1em;
}

.contact-tlf-cntr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-left: 85px;
}

.contact-tlf-cntr time.time::before{
  top: 1px;
}

.contact-phone {
  font-size: 30px
}

.contact-way .about_inf-body_list {
  border-top: 1px solid rgb(230, 230, 230);
  padding-top: 35px;
}

.way-list p {
  font-size: 13px;
  padding-left: 15px;
  position: relative;
}

.way-list p::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: var(--color000);
  left: 0;
  top: 50%;
}

.about_feedback-section.contacts {
  margin-top: -80px;
}

.contact_team {
  width: 49%;
}

.contact_team-descr {
  padding: 15px 0 25px;
}

.contact_team-descr p {
  font-weight: 300;
  font-size: 15px;
}

.contact_team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
  justify-content: flex-start;
}

.contact_team-list li {
  width: 32%;
  position: relative;
  padding: 5px
}

.contact_team-list li img {
  width: 179px;
  height: 181px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.contact_team-list li:hover img {
  transform: scale(1.02);
}

.contact_team-list li::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-size: 30px 30px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
    animation: diagonalMove 10s linear infinite;
}

@keyframes diagonalMove {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}


.contact_team-list li:hover::before {
    opacity: 1;
    filter: alpha(opacity = 100);
}


.contact_list-descr {
  padding: 20px 5px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.contact_list-descr h5 {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--color707c88)
}

.contact_list-descr p {
  padding-top: 7px;
  font-weight: 400;
  font-size: 12px;
}

/* contacts */
/* order */
.about_section.order {
  padding-bottom: 35px;
}

.about_section.order .item-descr_block {
  padding-bottom: 20px;
}

.about_section.order .item-descr_block.prices_chng1 p:last-child {
  color: var(--color000);
  font-weight: 600;
  padding-left: 50px;
  position: relative;
}

.about_feedback-section.order {
  margin-top: 0;
}

.about_section.order .item-descr_block.prices_chng1 p:last-child::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 32px;
  background-image: url("/assets/components/img/marks/messageSvg.svg");
  background-repeat: no-repeat;
  top: 3px;
  left: 0;
}

.about_fb-form_link-cntr.order-textarea {
  align-items: stretch;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid var(--colorfff);
}
.about_feedback-section.order textarea{
  margin-top: 0;
  height: 74px;
  box-shadow: none;
}

.order-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 5px;
  padding-bottom: 20px;
}

.order-form .order-file-upload {
  width: 100%;
  position: relative;
}

.order-form .order-file-upload::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--colorfff);
    left: 0;
    bottom: -45px;
    width: 100%;
    z-index: -1;
}

.order-form .about_input-cntr,
.order-form .order_select-cntr{
  width: 33%;
}

.order-form  .form-control {
  min-height: 47px;
}

.order-form .form-select {
  border: none;
  box-shadow: none!important;
  border-radius: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none; 
  cursor: pointer;
}

.order-form .order_select-cntr {
  position: relative;
}

.order-form .order_select-cntr::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  background-image: url(/img/marks/arrSelSvg.svg);
  background-repeat: no-repeat;
  right: 15px;
  top: 20px;
  z-index: 2;
}

.order-form .form-select {
  height: 47px;
}

.order-form .form-select option,
.order-form .form-select {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--color707c88)
}

.order-file-upload {
  position: relative;
}

.order-file-upload label {
  position: absolute;
  border: 1px solid var(--colore85a2f);
  color: var(--colore85a2f);
  margin-bottom: 0;
  right: 5px;
  top: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

.order-file-upload input {
  box-shadow: unset!important;
  border: none;
  border-radius: unset;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--color707c88);
  background-color: var(--colorfff);
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.order_inf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  padding-top: 25px;
}

.order_inf li:nth-child(2) {
 width: 40%
}

.order_inf li {
  width: 28%;
}

.tec_req-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.tec_req-link img {
  width: 32px;
  height: 29px;
}

.tec_req-link strong {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-decoration-skip-ink: none;
  color: var(--color000)
}

.tec_req-link strong span {  
  text-decoration: underline;
}

.order_inf li .callback-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 40px!important;
    width: 100%;

}

h2 a {
  color: var(--colore85a2f);
}

ul li span a {
  color: var(--colore85a2f);
}

.wk-slideshow.wk-slideshow-default {
  width: 100%!important;
}

.__dark {
  color: var(--colore85a2f);
}

/* order */
/* ====================== Main rules ============================ */

/* ====================== Footer rules ============================ */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  padding: 60px 0 80px;
  position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    width: 116%;
    height: 100%;
    background-color: var(--colorfff);
    left: -8%;
    top: 0;
    z-index: -1;
}

.footer__nav,
.footer__link-list {
  width: 23%;
}

.footer__link-list > .footer__link-list {
   width: 100%
}

.footer-logo_wrp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 39px;
}
.footer__logo strong {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color000);
}

.footer__logo img {
  width: 60px;
  height: 60px;
}

.footer__phone {
  width: 100%;
  font-size: 20px;
}

.serv_ya-wrp {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.widget-title2 {
  display: none;
}

.map_adrs.ftr {
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}
.map_adrs.ftr::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 16px;
  background-image: url("/assets/components/img/marks/locSvg.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 2px;
}

.ya_link {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  width: 150px;
  height: 50px;
}

.footer__service {
  gap: 10px;
}

.footer__link-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.footer__link-cntct {
  font-weight: 400;
  font-size: 14px;
  color: var(--color707c88);
}
.footer__link-list li h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 15px;
}

.req_link {
    height: 60px;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 10px 28px 10px 55px;
    line-height: 1.5;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color707c88);
}

.req_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/components/img/marks/znakSvg.svg);
  background-repeat: no-repeat;
  z-index: -1;
}


.copyright {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #838282;
    line-height: 1.5;
    padding-bottom: 15px;
    width: 100%;
}

.copyright strong {
  display: block;
}

.footer-link-wrp {
margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
}
.policy-link,
.site_map-link {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: -0.02em;
  color: var(--color707c88);
}

.req_link.ftr {
  display: none;
}



.about_section main.tm-content .uk-article p.uk-width-medium-2-3.uk-align-center.uk-text-center .tm-mark-scribble a {
  margin: 0 10px;
}

.about_section main.tm-content .uk-article p.uk-width-medium-2-3.uk-align-center.uk-text-center .tm-mark-scribble a,
.about_section main.tm-content .uk-article p.uk-width-medium-2-3.uk-align-center.uk-text-center .tm-mark-scribble {
  font-size: 18px!important;
}

.about_section main.tm-content .uk-article ul {
  padding-left: 20px !important;
}

.about_section main.tm-content .uk-article ul li {
  list-style: disc;
}

.uk-panel-box {
  width: 33%;
  margin-left: auto;
}

.tm-sidebar-a .uk-panel-box {
  width: 100%;
}

.uk-panel-box:hover {
      box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29)!important;
}

.box-hint {
  padding-top: 15px;
}

.uk-grid {
  margin-left: 0!important;
}

.item-gallery img {
  width: 100%;
}

div.img {
  padding: 25px 0;
}

.uk-nav li a {
  padding: 5px 0!important;
}

.uk-panel p {
  padding-bottom: 10px;
}

.ul-order-box3 .box2-l {
  display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.ul-order-box3 .box2-l img {
  width: 34px;
  height: 34px;
}

.list6a {
  padding-bottom: 10px;
}

.features-table tbody,
.features-table tr,
.features-table th,
.features-table td {
  border-width: 3px;
  padding: 10px;
}

.features-table{
  margin-top: 15px;
  margin-bottom: 35px;
}

.uk-text-center .btn2 {
    padding: 12px 20px;
    margin: 0 20px;

    position: relative;

    color: var(--colorfff)!important;
    font-weight: 500;

}

.uk-text-center .btn2::before {
   position: absolute;
  content: "";
    background-color: var(--colore85a2f);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
      transition: all 0.3s;
}

.uk-text-center .btn2:hover::before {
   transform: scale(1.03);
}

.uk-article div p strong {
  padding: 10px 0;
}
.qx-subnav {
  gap: 20px 10px;
  margin: 15px 0!important;
}

.uk-quix-parallax.bg_4 .uk-quix-wrap .uk-quix-button-group {

  margin: 15px 0;
}

.qx-subnav .col-lg-4 {
    display: flex;
    width: 32%;
    align-items: stretch;
}

.qx-subnav .col-lg-4 a {
    position: relative;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark) !important;
    font-size: 16px;
    transition: all 0.3s;
    height: 100%;
}
.qx-subnav .col-lg-4 a::before,
.qx-subnav .col-lg-4 a::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
}

.qx-subnav .col-lg-4 a::before {
    width: 19px;
    right: -1px;
    height: 3.5px;
    transform: rotate(-45deg);
    bottom: 7px;
    background-color: var(--colore85a2f);
}

.qx-subnav .col-lg-4 a::after {
    z-index: -1;
    width: 100%;
    position: absolute;
    border: 4px solid var(--colore85a2f);
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
}

.qx-subnav .col-lg-4 a:hover::before {
  transform: rotate(-45deg) scale(1.03);
    right: -4px;
}

.qx-subnav .col-lg-4 a:hover::after {
  transform: scale(1.03);
}

.yt-gallery.clearfix {
  margin: 10px 0;
}

.tm-main h2 {
  padding: 20px 0 10px;
}

.vip_separator {
  padding: 15px 0;
}

p.uk-width-medium-2-3 {
  text-align: left!important;
}

.__addedShush {
    width: 100%;
    max-width: 90px;
}

.txt_img-add {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    padding: 10px 0;

}

.contact-mail{
  font-size: 20px;
  padding-left: 85px;
}

.overlay .popup {
  max-width: 600px!important;
  width: 100%!important;
  max-height: 600px!important;
  height: 100%!important;
}

.overlay .popup img {
  width: 100%!important;
  height: 100%!important;
  object-fit: contain!important;
}


@media screen and (max-width: 1023.98px) {
  .about_feedback-section.order .order_inf {
     flex-direction: column;
     width: 100%;
  }

  .about_feedback-section.order .order_inf li {
    width: 100%;
  }

  .order_inf li .callback-link {
    width: auto;
  }

  .tec_req-link {
    justify-content: flex-start;
  }



  h1 {
    font-size: 40px!important;
  }
  .header__hero-descr p {
    font-size: 18px;
  }
  .header__name h3 {
    font-size: 24px;
  }
  .header__hero {
    min-height: 660px;
  }
  .adv_list li p {
    font-size: 14px;
  }
  .about_fb-txt_block {
    flex-wrap: wrap;
    gap: 35px 10px;
  }
  .about_fb-txt.adv_header,
  .about_fb-txt.adv_header {
    width: 100%;
  }
  .about_fb-descr {
    margin-right: auto;
    width: 85%;
  }
  .about_fb-img {
    align-self: flex-start;
  }
  .about_fb-form_link-cntr {
    flex-wrap: wrap;
  }

  .about_fb-link_cntr {
    width: 100%;
    align-items: flex-start;
  }
  .port_link-imgs_block li {
    width: 30.7%;
  }
  .prices_table::before {
    height: 86px;
    background-position: center;
  }

  .tm-mark-scribble {
    font-size: 20px!important;
  }

  .qx-subnav .col-lg-4 a {
        font-size: 14px;
  }

    .about_section main.tm-content .uk-article p.uk-width-medium-2-3.uk-align-center.uk-text-center .tm-mark-scribble a {
         display: block;
    width: 100%;
  }

.tm-mark-scribble {
  flex-wrap: wrap;
}


}

@media screen and (max-width: 900px) {
  .header__hero {
    min-height: 620px;
  }
  .slider-cntr .slick-next {
    right: 32%;
  }

  .slider_item .slider_img {
    width: 100%;
  }
  .slider_item {
    margin-right: 0;
  }
  .slider-descr p {
    font-size: 11px;
    font-weight: 500;
  }
  .slider-descr p strong {
    font-size: 18px;
  }
  .about_inf-body {
    flex-direction: column;    
    gap: 40px 20px;
  }
  .about_inf-body_block {
    width: 100%;
  }
  .about_inf-body_list {
    justify-content: flex-start;
  }

  .about_inf-body_block.big .about_inf-body_list li {
    padding-left: 35px;
  }

  .about_inf-body_block.big .about_inf-body_list li::before {
    font-size: 40px;
    top: -10px;
  }

  .order_inf li {
    width: 100%;
  }

  .tec_req-link {
    justify-content: flex-start;
  }

  .uk-width-medium-1-1 .features-table p {
    font-size: 14px;
  }


  .slider_item .slider_img {
      height: 200px;
  }

  code.hljs.language-html {
    flex-wrap: wrap;
  }
 code.hljs.language-html .menu-output {
      width: 100%;
      order: 1;
   }

 code.hljs.language-html .content-container {
    width: 100%
  }
}

@media screen and (max-width: 800px) {
  .portf_links-list li {
    width: 48%;
  }
  .price_calc-calc {
    width: 140px;
    height: auto;
  }
  .price_calc-txt {
    padding-left: 0;
  }
  .price_calc-link_wrp span {
    display: none;
  }
  .about_feedback-section.order {
    padding: 40px 15px;
  }

  .uk-width-medium-1-1 .features-table {
    margin-top: 15px;
    margin-bottom: 35px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
  }

  
  .popover__columns {
    flex-wrap: wrap;
  }
  .popover__columns .popover__list {
        width: 47%;
  }
}

@media screen and (max-width: 768px) {
  .overlay .popup {
     max-width: 90vw !important;
     max-height: 90vh !important;
  }
  .uk-panel-box {
    width: 100%;
  }
  .popover_body {
    flex-wrap: wrap;
  }
  .popover__list {
    width: 40%;
  }
  .header__img-list li {
    width: 200px;
  }

  .header__img-list li:nth-child(1) {
    top: -20px;
  }

  .header__img-list li:nth-child(2) {
    top: 0;
    left: 169px;
  }

  .header__img-list li:nth-child(3) {
    left: 0;
    top: 263px;
  }

  .header__img-list li:nth-child(4) {
    right: unset;
    left: 169px;
    top: 245px;
  }
  .header__hero {
    min-height: 800px;
  } 
  .adv_list li {
    width: 45%;
    gap: 10px;
  }
  .adv_list-img {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
  }
  .adv_list li p {
    font-size: 12px;
  }
  .adv_stats-list li p strong {
    font-size: 53px;
  }
  .adv_stats-list {
    flex-direction: column;
  }
  .adv_stats-list li p {
    display: inline-flex;
    align-items: center;
  }
  .adv_section  {
    gap: 50px;
  }
  .slider-section {
    padding-top: 50px;
  }
  .footer__nav {
    width: 100%;
  }
  .footer__nav .req_link {
    display: none;
  }
  .req_link.ftr {
    display: block;
    width: 100%;
  }
  .req_link.ftr strong {
    width: 200px;
    display: block;

}

  .footer__logo {
    gap: 10px;
    justify-content: flex-start;
  }
  .serv_ya-wrp {
    justify-content: flex-start;
    width: 100%;
    margin-top: unset;
    padding-top: 20px;
  }
  .footer {
    padding: 60px 0 30px;
  }
  .about_instr-img_cntr {
    width: 100%;
    height: auto;
  }
  h2 {
    font-size: 24px!important;
  }
  .about_feedback-section {
    padding: 30px;
  }
  .portf_links-list {
    gap: 12px 20px;
  }
  .contact_team-list li {
    width: 44%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .order-form .about_input-cntr,
  .order-form .order_select-cntr,
  .order-form .order-file-upload {
    width: 49%;
  }
  .tm-mark-scribble {
    font-size: 18px!important;
    line-height: 1.2!important;
  }
  .uk-width-medium-2-3 {
    width: 100% !important;
  }

.tm-sidebar-a {
  padding-left: 0!important;
}


  .qx-subnav {
    flex-direction: column;
  }

.qx-subnav .col-lg-4 {
  width: 100%;
  }

  .txt_img-add {
     flex-direction: column;
    align-items: flex-start;

  }

  .__addedShush {
    max-width: none;
  }

  .header__img-list {
     margin-top: 30px;
  }
}


@media screen and (max-width: 600px) {
  .popover_body {
    flex-direction: column;
  }
  .hero__list {
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-start;
  }
  .hero__list li {
    width: 46%;
  }
  .hero__item-link {
    font-size: 13px;
    text-decoration: underline!important;
  }
  h1 {
    font-size: 30px!important;
  }
  .header__hero-descr p {
    font-size: 16px;
  }
  .header_ttl p {
    font-size: 14px;
  }
  .header__name h3 {
    font-size: 20px;
  }
  .header__name p{
    font-size: 10px;
  }

  .popover_body {
    padding: 20px 0;
  }
  .popover__list {
    width: 100%;
  }
  .adv-link {
    width: 100%;
    font-size: 14px!important;
    padding: 12px 20px !important;

  }
  .map_cntnt_wrp {
    right: 10%;
  }
  .about-doc_link-cntr {
    width: 100%
  }
  .about-doc_link.btn {
    text-align: center !important;
  }
  .about_inf-body_block.imgs .about_inf-body_list {
    flex-direction: column;
  }
  .about_inf-body_block.imgs .about_inf-body_list li img {
    width: 100%;
    height: auto;
  }

  .about_inf-body_block.imgs .about_inf-body_list, 
  .about_inf-body_block.imgs .about_inf-body_list li {
    width: 100%;
  }
  .about_fb-form {
    flex-direction: column;
  }

  .portf_links-list {
    order: 1;
    padding-top: 50px;
  }

  .portf_links-list li {
    width: 100%;
  } 
  .port_link-imgs_block li {
    width: 100%;;
  }
  .about_feedback-section {
    margin-top: 0;
  }
  .portf_links-section.item_chng3{
    padding-bottom: 60px;
  }
  .price_calc-link_cntr {
    align-items: center;
  }
  .price_calc-link_wrp {
    width: 100%;
  }
  .price_calc-calc {
    top: -81px;
  }
  .about-txt_block.price-cnhg3 .price_calc-cntr {
    padding: 60px 15px 40px;
  }
  .contact_team-list li img {
    width: 140px;
    height: auto;
  }
  .contact_team-list li {
    align-items: flex-start;
  }
  .contact_address-cntr::before {
    width: 43px;
    height: 42px;
    background-position: center;
  }
  .contact_address-cntr h3 {
    font-size: 22px;
  }
  .contact-tlf-cntr {
    padding-left: 0;
  }
  .prices_table-section.about_section h1{
    font-size: 20px!important;
  }
  .prices_table::before {
    height: 118px;
    left: 180px;
    width: 50px;
  }

  .about_inf-section {
    padding-bottom: 40px;
  }
  .header__phone {
    font-size: 24px;
  }
  .burger-btn {
        top: 10px !important;
  }
  .header__name p {
    letter-spacing: 0;
  }

  .breadcrumb-item + .breadcrumb-item::before {
        margin: 0 7px !important;
  }

  .breadcrumb-item+.breadcrumb-item {
        padding-left: 3px;
  }

  .contact-phone {
    font-size: 18px;
  }

  .mob_nav-cntr .header__service {
    gap: 10px;
  }

  .online-btn span {
    font-size: 13px;
  }

.burger-btn strong {
   right: -48px;
 }

 .burger-btn span {
   width: 84%;
  }

.callback_btn {
  padding: 12px 20px !important;
    width: 100%;
}
.about_fb-recaptcha-block {
   width: 100%;
 }

.callback-link {
  width: 100%;
 }

 .order_inf li .callback-link {
   width: 100%;
 }

  .popover__columns .popover__list .popover__list.sublist {
        width: 100vw;
    }

  .qx-subnav .col-lg-4 {
     padding: 0;
  }

  .uk-panel-box {
     padding: 20px 10px !important;
  }

  .overlay .popup {
     max-width: 85vw !important;
     max-height: 85vh !important;
  }
}

@media screen and (max-width: 400px) {
.map__phone {
    font-size: 18px;
}
.map_adrs {
  font-size: 14px;
}
  h1 {
    font-size: 24px!important;
  }
  .header__img-list li {
    width: 150px;
  }

  .header__img-list li:nth-child(2) {
    left: 128px;
  }

  .header__img-list li:nth-child(3) {
    top: 233px;
  }

  .header__img-list li:nth-child(4) {
    left: 128px;
    top: 184px;
  }

  .map_cntnt_wrp {
    right: 7%;
    padding: 15px;
  }
  .policy-link, .site_map-link {
    width: 100%;
  }
  .copyright {
    order: 1;
    text-align: center;
    padding-bottom: 0;
    padding-top: 40px;
  }
  .about_fb-descr {
    width: 77%;
  }
  .captcha-link {
    width: 100%;
    height: auto;
  }
  .about_feedback-section {
    padding: 20px 15px;
  }
  .callback-link {
    padding: 7px 25px;
    width: 100%;
  }
  .order-file-upload input {
    font-size: 11px;
    padding: 12.5px 10px;
  }
  .order-form .form-select option, .order-form .form-select {
    font-size: 11px;
  }
  .order-file-upload label {
    font-size: 11px;
    top: 10px;
  }
  .about_input-cntr input, .about_textarea-cntr textarea {
    font-size: 11px;
  }
  .contact_address-cntr {
    padding-left: 50px;
  }

  .about_section main.tm-content .uk-article p,
  .about_section main.tm-content .uk-article ul li {
    font-size: 14px;
  }
    .header__phone {
        font-size: 18px;
    }
    .burger-btn {
        top: 10px !important;
    }
  .breadcrumb-item, .breadcrumb-item a {
      font-weight: 500;
      font-size: 11px;
  }
      h1 {
        font-size: 24px !important;
    }
  .mob_nav-cntr {
     padding: 75px 15px 30px;
  }

  .callback_btn {
    font-size: 14px;
  }

  .rc-anchor-normal,
  .about_fb-recaptcha-cntr,
  .g-recaptcha * div {
    width: 100%!important;
  }

  .header__img-list li:nth-child(1) {
    top: 25px;
  }

  .about_inf-body_list li {
    padding-left: 0;
  }
      .header__popover {
        top: 145px;
    }
    .header__popover2 {
        top: 190px;
    }

  .header__popover3 {
        top: 100px;
   }

  .header__hero-title {
     padding-bottom: 50px;
  }

  .header__hero {
        min-height: 730px;
    }

}
@media screen and (max-width: 360px) {
  .popover__columns .popover__list {
    width: 100%
  }

}
@media screen and (max-width: 350px) {
  .online-btn {
    padding: 10px 10px!important;
  }
  .service__link img {
    width: 24px;
    height: 24px;
  }
    .header__popover {
    top: 140px;
  }
    .header__popover2 {
    top: 185px;
  }
}

@media (hover: none) {
  .qx-subnav .col-lg-4 a:hover::before {
    transform: skew(-25deg);
  }
  .qx-subnav .col-lg-4 a:hover::after {
    transform: skew(-25deg) translatex(-200%);
  }
}

.adv_section .adv_list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-around !important;
  gap: 20px !important;
}

.adv_section .adv_list li {
  flex-basis: 30%;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.adv_section .adv_wrap {
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 900px) {
  .adv_section .adv_wrap {
    flex-direction: column;
  }
}

