/*!/wp-content/themes/lavclinic/style.css*//*
 * Theme name: lavclinic
 * Author: walltak
 * Version: 1.0
 */

a,
button,
input,
select,
textarea,
form {
  outline: none;
}
a,
button {
  transition: 0.2s ease;
  text-decoration: none;
}
a {
  color: inherit;
}
body a:hover {
  color: #dfb56d;
}

@font-face {
  font-family: "Involve";
  src: url(/wp-content/themes/lavclinic/asset/Involve/Involve-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
 font-display:swap;}
@font-face {
  font-family: "Involve";
  src: url(/wp-content/themes/lavclinic/asset/Involve/Involve-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
 font-display:swap;}
@font-face {
  font-family: "Involve";
  src: url(/wp-content/themes/lavclinic/asset/Involve/Involve-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
 font-display:swap;}
@font-face {
  font-family: "Involve";
  src: url(/wp-content/themes/lavclinic/asset/Involve/Involve-Bold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
 font-display:swap;}

body {
  font-family: "Involve", sans-serif;
  color: #1a1a18;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #dfa021;
}

.header_wraper {
  background: #1a1a18;
  padding: 25px 0;
  width: 100%;
  transition: 0.4s ease;
}
.wrap_logo_head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wrap_logo_head img {
  max-width: 90px;
  width: 100%;
  transition: 0.4s ease;
}
.wrap_nav_heads {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 40px;
}
.cat_btm_head {
  display: flex;
  align-items: center;
  height: 100%;
}
.cat_btm_head .btn_cat_header {
  border: 1px solid #554832;
  border-radius: 50px;
  display: flex;
  align-items: center;
  height: 50px;
  gap: 10px;
  color: #dfb56d;
  font-size: 16px;
  background: transparent;
  padding: 0 20px;
}
.cat_btm_head .btn_cat_header:hover {
  background: #554832;
}

.head_nav_list .menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}
.head_nav_list .menu a {
  color: #fff;
  font-size: 16px;
}
.head_nav_list .menu a:hover {
  color: #dfb56d;
}
.wrap_cont_header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  height: 100%;
}

.afterheader {
  background: #1a1a18;
  height: 0;
}
.afterheader.losder {
  height: 85px;
  display: block;
  width: 100%;
}
.header_wraper.lides {
  position: fixed;
  z-index: 999;
  top: 0;
  padding: 15px 0;
}
.header_wraper.lides .wrap_logo_head img {
  max-width: 68px;
}

.adres_box {
  max-width: 110px;
  color: #8c8c8b;
  font-size: 14px;
  line-height: 1.3em;
  text-align: right;
}
.btn_border_or {
  border: 1px solid #554832;
  border-radius: 50px;
  display: flex;
  align-items: center;
  height: 50px;
  gap: 10px;
  color: #dfb56d;
  font-size: 16px;
  background: transparent;
  padding: 0 20px;
}
.phone_btm_box {
  display: flex;
  align-items: center;
  gap: 40px;
}
.phone_btm_box .btn_border_or {
  font-size: 20px;
}
.btn_border_or:hover {
  background: #554832;
}
.socials_box {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
}
.socials_box a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials_box a img {
  width: 24px;
  height: auto;
  transition: 0.2s ease;
}
.socials_box a:hover img {
  transform: scale(0.95);
}

#main_nav {
  height: 100vh;
  background: linear-gradient(180deg, rgb(26 26 24 / 75%) 16%, transparent 37%);
}
#main_nav .offcanvas-header {
  padding: 25px 0;
}
#main_nav:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(29 26 21 / 87%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
}
.close_pop {
  background: transparent;
  border: 0;
  padding: 0;
}
.close_pop img {
  transition: 0.4s ease;
}
.close_pop:hover img {
  transform: rotate(90deg);
}
#main_nav .items_serv_nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 100%;
}
#main_nav .items_serv_nav a {
  color: #fff;
  font-size: 28px;
}
#main_nav .items_serv_nav a:hover {
  color: #dfb56d;
  text-decoration: underline;
}
#main_nav .offcanvas-body {
  padding: 0;
}
.wrap_body_mainmen {
  border-top: 1px solid rgb(255 255 255 / 10%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 7vw;
  padding-bottom: 7vw;
  height: 100%;
}
.wrap_service_nav {
  width: 50%;
}
.wrap_conv_contacts {
  width: 50%;
  border-left: 1px solid rgb(255 255 255 / 10%);
}
.contact_lins_mnmenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.phone_convs a {
  color: #dfb56d;
  text-align: center;
  font-size: 28px;
}
.phone_convs a:hover {
  text-decoration: underline;
}
.mail_convs {
  margin-top: 20px;
}
.mail_convs a {
  color: #8c8c8b;
  font-size: 16px;
}
.socials_convs {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.socials_convs img {
  max-width: 24px;
  width: 100%;
  transition: 0.2s ease;
}
.socials_convs a:hover img {
  transform: scale(1.05);
}
.adres_convs {
  margin-top: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.timejob_convs {
  font-size: 16px;
  text-align: center;
  color: #8c8c8b;
  margin-top: 20px;
}
.btns_convs {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.full_orng_btm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #dfb56d;
  border: 1px solid #dfb56d;
  width: 100%;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
}
.full_orng_btm:hover {
  background: #554832;
  border-color: #554832;
}
.white_bord_btm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: transparent;
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
}
.white_bord_btm:hover {
  background: #dfb56d;
  border-color: #dfb56d;
  color: #fff;
}
.cnvs_size {
  max-width: 269px;
  width: 100%;
}

/****************PAGE*********************************************************************************/
.wrapp_slider_home {
  position: relative;
}
.navigation_home {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: calc(50% - 70px);
  z-index: 1;
  left: 0;
}
.navigation_home .slide_left {
  margin-left: -75px;
  left: 0;
  position: absolute;
}
.navigation_home .slide_right {
  margin-right: -75px;
  right: 0;
  position: absolute;
}
.navigation_home .slide_left.swiper-button-disabled {
  display: none !important;
}

.nav_btn {
  width: 70px;
  height: 70px;
  background: transparent;
  border: 0;
  padding: 0;
}
.nav_btn.swiper-button-disabled {
  opacity: 0.5;
}
.nav_btn img {
  width: 100%;
  transition: 0.2s ease;
  height: auto;
}
.nav_btn:hover img {
  transform: scale(1.05);
}
.wrap_btm_hd_nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.wrapp_slider_home .swiper-slide {
  min-height: calc(100vh - 120px);
  background-color: #bda17d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  align-items: center;
}
.wrapp_slider_home .content_wrap_slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 900px;
}
.wrapp_slider_home .main_title_slider {
  font-size: 63px;
  font-weight: 400;
  line-height: 1.1em;
}
.wrapp_slider_home .text_slider {
  font-size: 16px;
  line-height: 1.4em;
  color: #f0eae2;
  max-width: 550px;
  margin-top: 20px;
}
.btms_slider_wrap {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 30px;
}
.btm_in_slide {
  max-width: 195px;
}
.video_buton_paly {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.video_buton_paly span {
  max-width: 54px;
  display: block;
  transition: 0.2s ease;
  color: #f0eae2;
}
.video_buton_paly img {
  transition: 0.2s ease;
}
.video_buton_paly:hover img {
  transform: scale(1.06);
}
.video_buton_paly:hover span {
  color: #dfb56d;
}
.pagination_home {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 95% !important;
  z-index: 1;
}

.swiper-pagination-bullet {
  background: #fff;
}
.pagination_home .swiper-pagination-bullet-active {
  background: #fff;
}

#video_modal .modal-dialog {
  max-width: 700px;
}
#video_modal .modal-content {
  background: transparent;
  border: 0;
  border-radius: 0;
}
#video_modal .modal-header {
  background: #1a1a18;
  border-radius: 0;
  border: 0;
  justify-content: flex-end;
  padding: 15px;
}
#video_modal .close_pop img {
  max-width: 25px;
}
#video_modal .modal-body {
  padding: 0;
  background: #101010;
  text-align: center;
}
#video_modal .modal-body video {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.service_list_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.name_pretitle {
  position: relative;
  font-size: 16px;
  color: #ead9bd;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 10px;
}
.name_pretitle:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #ead9bd;
  border-radius: 50px;
}
.title_block_page {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1em;
  margin-top: 15px;
}
.space_service {
  margin-top: 50px !important;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  display: grid;
}
.item_box_serv_list {
  border: 1px solid #ead9bd;
  border-radius: 30px;
  padding: 30px;
  height: 100%;
}
.head_serv_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_serv_name {
  max-width: 200px;
  line-height: 1.3em;
  font-size: 20px;
  font-weight: 500;
}
.main_serv_img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 80px;
  height: 80px;
}
.main_serv_img img {
  width: 100%;
  height: auto;
}
.links_servs_box {
  margin-top: 30px;
  border-top: 1px solid #f5ecde;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.links_servs_box a {
  display: block;
  font-size: 16px;
  color: #1a1a18;
}
.links_servs_box a:hover {
  color: #dfb56d;
  text-decoration: underline;
}

.black_fon_box {
  color: #fff;
  background-color: #1a1a18;
  background-image: url(/wp-content/uploads/2025/10/group-1171276291.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.black_fon_box .name_pretitle,
.box_contacts_botfot .name_pretitle {
  color: #8d6e4b;
}
.black_fon_box .name_pretitle:before,
.box_contacts_botfot .name_pretitle:before {
  background: #8d6e4b;
}
.black_fon_box .pretitle {
  display: flex;
  height: 100%;
  align-items: center;
}
.black_fon_box .title_block_page {
  margin-top: 5px;
}
.inline_title_actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 50px;
  height: 100%;
}
.simple_nav_in_head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.wrap_link_to a {
  font-size: 16px;
  color: #dfb56d;
  border-bottom: 1px solid #dfb56d;
}
.wrap_slider_btms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
.wrap_slider_btms .nav_btn {
  width: 50px;
  height: 50px;
}
.space_actions_slider {
  margin-top: 15px !important;
}
.wrap_card_slider .wrap_img_sl_card a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18vw;
  overflow: hidden;
  border-radius: 30px;
}
.wrap_card_slider .wrap_img_sl_card a img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap_cont_sl_card {
  margin-top: 30px;
}
.title_sl_card {
  font-size: 22px;
  color: #fff;
  line-height: 1.2em;
  overflow: hidden;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.data_act_card {
  margin-top: 20px;
  display: block;
  color: #8c8c8b;
  font-size: 14px;
}
.wrap_btm_sl_card {
  margin-top: 50px;
}

.orange_nofil_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dfb56d;
  border-radius: 50px;
  height: 60px;
  gap: 15px;
  font-size: 16px;
  color: #dfb56d;
  background: transparent;
}
.orange_nofil_btn:hover {
  border-color: #554832;
  background: #554832;
}
.btn_action {
  max-width: 160px;
}
.wrap_text_box {
  padding-top: 100px;
  overflow: hidden;
}
.box_title_bigtext {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.4em;
  max-width: 800px;
}
.box_title_bigtext p {
  display: block;
}
.about_image_right_wrp {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.about_image_right_wrp img {
  max-width: 190px;
  width: 100%;
  height: auto;
}
.spice_about_slider {
  margin-top: 50px !important;
}

.outside_carousel .swiper-slide {
  transition: 0.4s ease;
}

.irap_outcr_image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 30px;
}
.irap_outcr_image a {
  width: 100%;
}
.irap_outcr_image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.nav_btms_outs_gal {
  display: flex;
  justify-content: space-between;
}
.nav_btms_outs_gal .slide_left {
  position: absolute;
  top: calc(50% - 35px);
  z-index: 1;
}
.nav_btms_outs_gal .slide_right {
  position: absolute;
  top: calc(50% - 35px);
  z-index: 1;
  right: 100px;
}
.wrap_preim_box {
  padding-top: 100px;
}
.wrap_yandex_rev {
  margin-top: 100px;
}
.space_preims_com {
  margin-top: 50px !important;
}
.inner_item_preim {
  padding: 40px;
  background: #f8f7f5;
  border-radius: 30px;
  height: 100%;
}
.img_preim_wrap img {
  max-width: 120px;
  width: 100%;
  height: auto;
}
.cont_preims_wrap {
  margin-top: 35px;
}
.title_preim_box {
  font-size: 22px;
  font-weight: 500;
}
.text_preim_box {
  margin-top: 20px;
  color: #767674;
  font-size: 16px;
  line-height: 1.4em;
}
.box_spes_item {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
}
.space_special {
  margin-top: 50px !important;
}
.specialist_wrap {
  padding-bottom: 100px;
}
.schort_des_doc {
  margin-top: 25px;
  font-size: 16px;
  color: #767674;
}
.description_doct.short .schort_des_doc {
  max-height: 105px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.loadmorebtm_doc {
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #dfb56d;
  font-size: 18px;
}
.loadmorebtm_doc:hover {
  color: #b18a47;
}
.loadmorebtm_doc img {
  margin-top: 2px;
}

.text_box_specinfo {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(2deg, #e5d4b8 5%, transparent 60%);
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding: 30px;
}
.name_special {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.doljn_special {
  color: #767674;
  margin-top: 8px;
  font-size: 16px;
  text-align: center;
}
.consult_box_wrap {
  background-color: #1a1a18;
  background-image: url(/wp-content/uploads/2025/10/ellipse_left_bot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  color: #fff;
  position: relative;
}
.box_consul_text_wrap {
  display: flex;
  justify-content: space-between;
  min-height: 680px;
  align-items: center;
}
.left_cons_box {
  width: 50%;
  z-index: 1;
}
.right_cons_box {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 0;
  top: 0;
}
.box_consul_text_wrap .orange_nofil_btn {
  margin-top: 50px;
  max-width: 180px;
  width: 100%;
}
.box_consul_text_wrap .box_title_bigtext {
  max-width: 480px;
}
.wrap_contacts_liner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.space_contacts_ls {
  margin-top: 50px !important;
}
.spicer_cont_maps {
  margin-top: 50px !important;
}
.inline_contacts_comp {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.item_liner_cont span {
  color: #767674;
  font-size: 16px;
  padding-bottom: 20px;
  width: 100%;
  display: block;
}
.item_liner_cont .phone_fot_cont {
  color: #1a1a18;
  font-size: 28px;
  font-weight: 500;
}
.sep_cont {
  width: 1px;
  display: block;
  height: 80px;
  background: #f1e8d9;
}
.inline_social_cont {
  display: flex;
  gap: 25px;
  align-items: center;
}
.text_fot_cont {
  font-size: 20px;
  color: #1a1a18;
}
.spicer_cont_maps iframe,
#map {
  overflow: hidden;
  border-radius: 30px !important;
}
.wrap_footer {
  background: #1a1a18;
  padding-top: 90px;
  padding-bottom: 50px;
}
.wrap_footer_logo img {
  max-width: 180px;
  width: 100%;
  height: auto;
}
.wrap_nav_footer {
  display: flex;
  gap: 60px;
}
.title_footer_cat {
  color: #767674;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 25px;
  display: block;
}
.item_footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.item_footer ul li a {
  color: #fff;
  font-size: 16px;
}
.item_footer ul li a:hover {
  color: #dfb56d;
}

.wrap_contacts_footer {
  border-left: 1px solid #2f2d29;
  padding-left: 80px;
  margin-left: 100px;
}
.tel_footer {
  font-size: 24px;
  color: #fff;
}
.main_footer {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  display: block;
}
.list_soc_foot {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
}
.list_soc_foot a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfb56d;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.list_soc_foot a img {
  max-width: 18px;
  width: 100%;
}
.list_soc_foot a:hover {
  background: #dfb56d;
}
.adres_foot {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
}
.times_job_foot {
  margin-top: 20px;
  color: #767674;
  font-size: 16px;
}
.line_sep_footer {
  border-top: 1px solid #2f2d29;
  margin-top: 90px;
  padding-top: 50px;
  color: #767674;
  font-size: 14px;
}
.polysy_links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.polysy_links a {
  color: #767674;
  display: flex;
  align-items: center;
}
.polysy_links a img {
  margin-left: 5px;
}
.graytextes_ft {
  font-size: 14px;
}
.polysy_links .companylink a {
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.polysy_links .companylink a:after {
  content: "";
  background: url(/wp-content/uploads/2025/10/group-86.svg) no-repeat;
  width: 60px;
  height: 24px;
  background-size: cover;
  margin-left: 5px;
}

.wrap_catalog {
  padding-top: 30px;
  background: #f8f7f5;
  padding-bottom: 100px;
}

.breadcrumbs {
  font-size: 14px;
  color: #b2b2b0;
}

.breadcrumbs a {
  color: #1a1a18;
}
.wrap_title_catalog {
  padding-top: 30px;
}
.wrap_title_catalog h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}
.m-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}
.cats_list_top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  overflow-x: hidden;
  position: relative;
}
.cats_list_top:before {
  content: "";
  width: 150px;
  height: 100%;
  background: linear-gradient(270deg, #f8f7f5 75%, transparent 100%);
  position: absolute;
  right: 0;
}
.cats_list_top .cat_item {
  border: 1px solid #ead9bd;
  border-radius: 50px;
  color: #898887;
  font-size: 16px;
  padding: 14px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.cats_list_top .cat_item.active,
.cats_list_top .cat_item:hover {
  border-color: #dfb56d;
  background: #f6f1e8;
}
.btn_show_more {
  color: #dfb56d;
  font-size: 16px;
  background: transparent;
  border: 0;
  text-decoration: underline;
  position: absolute;
  right: 0;
}

.cats_list_top.shov_cats {
  overflow: unset !important;
  flex-wrap: wrap !important;
}
.cats_list_top.shov_cats:before {
  display: none;
}

.liner_catalog {
  margin-top: 50px !important;
}

.liner_catalog .item_product {
  padding-right: calc(var(--bs-gutter-x) * 0.2) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.2) !important;
  margin-bottom: 10px;
}
.wrap_product_card {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  position: relative;
  transition: 0.2s ease;
}
.image_wrap_prod a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  height: 18vw;
}
.image_wrap_prod a img {
  width: auto;
  height: 18vw;
  object-fit: cover;
}
.meta_prod_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.meta_prod_wrap .arts_prd {
  font-size: 14px;
  color: #767674;
}
.meta_prod_wrap .stock_prd {
  font-size: 14px;
  color: #dfb56d;
}
.content_prod_wrap {
  margin-top: 10px;
}
.title_product_card {
  color: #1a1a18;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  height: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
}
.descr_prod_card {
  margin-top: 20px;
  font-size: 16px;
  color: #767674;
  height: 85px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.price_prod_card {
  margin-top: 20px;
  font-size: 18px;
  color: #1a1a18;
  font-weight: 500;
}
.btm_wrap_cardpr {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.05s ease;
  z-index: 1;
  width: 100%;
}
.wrap_product_card:hover {
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.get_buy_prod {
  background: #ead9bd;
  border-radius: 50px;
  width: 100%;
  border: 0;
  font-size: 16px;
  color: #1a1a18;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.get_buy_prod:hover {
  background: #554832;
  color: #ead9bd;
}
.box_contacts_botfot {
  background-color: #decdb1;
  position: relative;
}
.wrap_form_foot {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 630px;
}
.title_calb_form {
  font-size: 40px;
  font-weight: 500;
  margin-top: 20px;
}
.wpcf7-not-valid-tip {
  margin-top: 5px;
}
.wpcf7-form.sent .wrap_form_row,
.wpcf7-form.sent .group_btms_ck,
.wpcf7-form.sent .bottom_form_lest {
  display: none !important;
}
.wpcf7-response-output {
  padding: 25px !important;
  border-radius: 30px;
  color: #000;
  font-size: 18px;
  margin: 0 !important;
}
.form_in_pops .wpcf7-response-output {
  color: #fff;
  margin: 0 !important;
}
.black_form_wrapp .wpcf7-response-output {
  color: #fff;
}
.form_fet_cons {
  margin-top: 50px;
}
.form_fet_cons form {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.hidester_imp {
  opacity: 0.01;
  width: 0.5px;
  height: 0.5px;
  padding: 0;
  background: transparent;
  position: absolute;
}
.imp_nobgr {
  width: 100%;
  padding: 15px 0;
  background: transparent;
  border: 0;
  color: #7c7465;
  border-bottom: 1px solid #ada18b;
}
.imp_nobgr::placeholder {
  color: #7c7465;
}
.checksbtms input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.checksbtms.wpcf7-form-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.checksbtms .wpcf7-list-item-label {
  border: 1px solid #e8dcc8;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: transparent;
  color: #7c7465;
  width: 100%;
  transition: 0.2s ease;
  cursor: pointer;
}
.checksbtms .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.checksbtms .wpcf7-list-item-label:hover {
  border-color: #1a1a18;
  color: #1a1a18;
}
.checksbtms .wpcf7-list-item {
  margin: 0 !important;
  width: 100%;
}
.checksbtms .wpcf7-list-item label {
  width: 100%;
}

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

.whitest_label_group {
  color: #ada18b;
  font-size: 14px;
  padding-bottom: 10px;
}
.bottom_form_lest {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.bottom_form_lest .wpcf7-list-item label {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.bottom_form_lest .wpcf7-list-item label input {
  float: left;
  margin-left: -1.5em;
}
.bottom_form_lest .wpcf7-list-item {
  margin: 0 !important;
}

.bottom_form_lest .wpcf7-list-item-label {
  color: #ada18b;
  font-size: 14px;
  line-height: 1.2em;
  max-width: 370px;
  margin-left: 10px;
  display: block;
}
.bottom_form_lest .wpcf7-list-item-label a {
  color: #767676;
}
.bottom_form_lest .wpcf7-list-item-label a:hover {
  color: #dfb56d;
}
.bordered_btm_form {
  background: transparent;
  color: #1a1a18;
  border: 1px solid #1a1a18;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  font-size: 16px;
  height: 55px;
  padding: 10px 35px;
}
.bordered_btm_form:hover {
  background: #1a1a18;
  color: #fff;
}
.bordered_btm_form svg {
  margin-top: 3px;
}
.bordered_btm_form path {
  transition: 0.2s ease;
}
.bordered_btm_form:hover path {
  fill: #fff;
}

.image_fon_box_form {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 47%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.image_fon_box_form img {
  width: auto;
  height: 102%;
  object-fit: cover;
}

.boxnosearch {
  max-width: 700px;
  margin-top: 50px;
}
.notivce_none {
  font-size: 21px;
  font-weight: 500;
}
.notivce_none_blk {
  font-size: 16px;
  margin-top: 5px;
}
.gosandzayk {
  margin-top: 20px;
}
.gosandzayk .get_buy_prod {
  max-width: 190px;
}

.gallery_wrap .gallery_thumbs_wrap {
  margin-top: 10px;
}
.gallery_wrap .prod_gallery_thumbs {
  height: 100px;
}
.gallery_wrap .prod_gallery_thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.gallery_wrap .prod_gallery_thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #dfb56d;
}
.gallery_wrap .prod_gallery_thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.space_prod_page {
  margin-top: 30px !important;
}
.gallery_wrap {
  position: relative;
  padding-right: 30px;
}
.gallery_wrap .prod_gallery a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
}
.gallery_wrap .prod_gallery a img {
  width: 100%;
  height: auto;
}
.con_product_info {
  padding-left: 30px;
}
.prod_meta_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item_cat_sin_prod {
  font-size: 14px;
  text-transform: uppercase;
  color: #dfb56d;
  font-weight: 400;
}
.item_art_sin_prod {
  font-size: 14px;
  color: #767674;
  font-weight: 400;
}
.wrap_title_sing_prod {
  margin-top: 40px;
}
.wrap_title_sing_prod h1 {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 500;
}
.short_descriptions {
  margin-top: 40px;
}
.gray_text_single {
  font-size: 16px;
  color: #767674;
  line-height: 1.4em;
}
.prod_attrbts {
  margin-top: 40px;
}
.prod_attrbts .shop_attributes {
  max-width: 350px;
  width: 100%;
}
.prod_attrbts .shop_attributes th,
.prod_attrbts .shop_attributes td {
  border-bottom: 1px solid #f1e8d9;
  padding: 10px 0;
}
.prod_attrbts .shop_attributes th {
  font-size: 16px;
  font-weight: 400;
  color: #767674;
}
.prod_attrbts .shop_attributes td {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a18;
  text-align: right;
}
.controls_prod_line {
  background: #fcfbfa;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.price_sin_prod {
  display: flex;
  align-items: center;
  gap: 30px;
}
.price_sin_prod .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 500;
  color: #1a1a18;
}
.stockstats {
  font-size: 14px;
  color: #dfb56d;
  font-weight: 400;
}
.stockstats.nostock {
  color: #b73333;
}
.controls_prod_line .btm_get_prod {
  max-width: 300px;
  width: 100%;
}
.ful_descr_prod {
  margin-top: 40px;
}
.gallery_wrap .pagination_btms {
  display: flex;
  justify-content: space-between;
}
.gallery_wrap .pagination_btms .slide_left {
  position: absolute;
  z-index: 3;
  left: 20px;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.gallery_wrap .pagination_btms .slide_right {
  position: absolute;
  z-index: 3;
  right: 50px;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.tabs_prod_wrap {
  margin-top: 100px;
}
.tabs_prod_wrap .tab-pane p {
  display: block;
}
.tabs_prod_wrap .tab-pane ul {
  margin-left: 0;
}
.product_tabs {
  gap: 50px;
  border-bottom: 1px solid #f1e8d9;
}
.product_tabs button {
  padding: 0;
  padding-bottom: 10px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #1a1a18;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.product_tabs button.active,
.product_tabs button:hover {
  border-bottom: 2px solid #dfa021;
}
.product_tabs button:hover {
  color: #dfa021;
}
.tabs_prod_wrap .tab-content {
  margin-top: 50px;
  font-size: 16px;
  color: #767674;
  line-height: 1.4em;
}
.liner_srvice_list {
  margin-top: 50px !important;
}

.box_to_categor_serv {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  min-height: 450px;
  padding: 15px;
  background-size: cover;
  background-position: center;
}

.box_to_categor_serv .cat_name_serv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 20px;
  color: #fff;
  padding: 20px;
  background: rgb(0 0 0 / 35%);
  border-radius: 50px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.2s ease;
}
.box_to_categor_serv .cat_name_serv img {
  max-width: 16px;
  width: 100%;
  height: auto;
  transition: 0.2s ease;
}
.box_to_categor_serv:hover .cat_name_serv img {
  transform: rotate(45deg);
}
.box_to_categor_serv:hover .cat_name_serv {
  background: rgb(0 0 0 / 58%);
}

.box_contacts_botfot.in_servpage .wrap_form_foot {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.box_contacts_botfot.in_servpage .title_inform_liner {
  max-width: 500px;
  width: 100%;
}
.box_contacts_botfot.in_servpage .form_fet_cons {
  max-width: 770px;
  margin-top: 0;
  width: 100%;
}
.box_contacts_botfot.in_servpage .image_fon_box_form {
  display: none !important;
}
.box_contacts_botfot.in_servpage {
  padding-top: 21vw;
  background-repeat: no-repeat;
  background-size: contain;
}

/**************************************SERVICE PAGE***********************************************/
.wrap_head_serv {
  min-height: calc(100vh - 120px);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wrap_head_serv:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: hsl(60deg 4% 9.8% / 40%);
  z-index: 0;
}
.image_main_screen {
  height: 100%;
  z-index: 1;
  position: relative;
}
.breadcrumbs.whitest {
  margin-top: 30px;
}
.breadcrumbs.whitest a {
  color: #ffffff;
}
.breadcrumbs.whitest a:hover {
  color: #dfb56d;
}
.wrap_top_title_servs {
  color: #fff;
  display: flex;
  min-height: calc(100vh - 240px);
  flex-direction: column;
  justify-content: flex-end;
}
.row_serv_main {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.col_left_title {
  width: 50%;
}
.col_right_title {
  width: 48%;
}
.title_serv_pg {
  font-size: 72px;
  font-weight: 400;
}
.text_serv_pg {
  font-size: 16px;
  max-width: 550px;
  line-height: 1.4em;
  margin-top: 30px;
}
.white_btm_modal {
  margin-top: 20px;
  max-width: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  height: 60px;
}
.white_btm_modal:hover {
  background: #fff;
  color: #1a1a18;
}
.metadatas_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  height: 100%;
}
.item_meta_data {
  padding: 20px;
  background: rgb(255 255 255 / 10%);
  border-radius: 16px;
  border: 1px solid rgb(255 255 255 / 20%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  gap: 10px;
  flex-direction: column;
  min-width: 210px;
  width: 100%;
}
.name_serv_meta {
  color: #e1dedb;
  font-size: 14px;
}
.val_serv_meta {
  font-size: 18px;
}
.wrap_serv_pg_text {
  background: #f8f7f5;
  padding-top: 100px;
  padding-bottom: 100px;
}
.box_pokazan_textbox {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pokazaniya_box,
.protivopok_box {
  margin-bottom: 10px;
}
.title_pokazaniya {
  color: #1a1a18;
  font-size: 24px;
  font-weight: 500;
}
.line_item_pokazan {
  display: flex;
  font-size: 16px;
  align-items: center;
  gap: 15px;
}
.wrap_stick_image {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 100px;
}
.wrap_img_stick_serv {
  position: sticky;
  top: 0;
  max-width: 680px;
  overflow: hidden;
  height: 450px;
  border-radius: 30px;
  width: 100%;
}
.wrap_img_stick_serv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.black_form_wrapp {
  background-color: #1a1a18;
  background-image: url(/wp-content/uploads/2025/10/ellipse_left_bot.svg);
  background-repeat: no-repeat;
}
.black_form_wrapp .title_calb_form {
  color: #fff;
  max-width: 750px;
  padding-right: 20px;
}
.black_form_wrapp .wrap_form_foot {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.black_form_wrapp .form_fet_cons {
  margin-top: 0;
}
.black_form_wrapp .imp_nobgr {
  color: #8c8c8b;
  border-bottom: 1px solid #484846;
}
.black_form_wrapp .imp_nobgr::placeholder {
  color: #8c8c8b;
}
.black_form_wrapp .form-check-input {
  border: 1px solid #8c8c8b;
}
.black_form_wrapp .form-check-input:checked {
  background-color: #6d6d6d;
  border-color: #ffffff;
}

.info_toat.done {
  text-align: center;
  color: #29cb50;
  font-size: 24px;
  font-weight: 500;
}
.info_toat.alrm {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ff5f5f;
  border-radius: 15px;
}
.informbott .info_toat.alrm {
  color: #000000;
  margin-top: 30px;
}
.informbott .info_toat.done {
  text-align: left;
  margin-top: 30px;
  color: #1a8333;
  line-height: 1.2em;
}

.black_form_wrapp .bordered_btm_form {
  color: #dfb56d;
  border-color: #dfb56d;
}
.black_form_wrapp .bordered_btm_form path {
  fill: #dfb56d;
}
.black_form_wrapp .bottom_form_lest .wpcf7-list-item-label {
  color: #8c8c8b;
}

.black_form_wrapp .bordered_btm_form:hover {
  border-color: #554832;
  background: #554832;
}

.resultats_box {
  padding-top: 100px;
}
.wrap_price_list {
  background: #f8f7f5;
  padding-top: 100px;
  padding-bottom: 100px;
}
.space_table_price {
  margin-top: 50px !important;
}
.wrap_table_price table {
  width: 100%;
}

.wrap_table_price thead {
  background: #f5f1ea;
}
.wrap_table_price thead th {
  border-bottom: 1px solid #ead9bd;
  color: #878681;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 18px 30px;
}
.wrap_table_price tbody tr:nth-child(odd) {
  background: #fcfbfa;
}
.wrap_table_price tbody td {
  font-size: 16px;
  padding: 18px 30px;
  border-bottom: 1px solid #ead9bd;
}
.row_table.hides {
  display: none !important;
}
.btm_show_more_price {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.btm_bord_black {
  color: #1a1a18;
  background: transparent;
  border: 1px solid #1a1a18;
  max-width: 300px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.btm_bord_black:hover {
  background: #1a1a18;
  color: #fff;
}
.about_in_service {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wrap_yandex_rev {
  background: #f8f7f5;
  padding-top: 100px;
  padding-bottom: 100px;
}
.line_item_pokazan img {
  min-width: 14px;
}

.twentytwenty-wrapper {
  border-radius: 30px;
  overflow: hidden;
}
.after_comp_spec {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.left_spec_foto {
  max-width: 70px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_spec_foto img {
  width: 100%;
  height: auto;
}
.right_spec_info {
  margin-left: 20px;
}
.right_spec_info .name_spec_comp {
  font-size: 18px;
}
.job_spec_comp {
  color: #767674;
  font-size: 14px;
  margin-top: 8px;
}
.job_spec_comp.descr_compr{
  margin-top: 0!important;
}

.twentytwenty-container {
  height: 450px;
}
.twentytwenty-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.space_prajs_tabs {
  margin-top: 50px !important;
}
.wrap_servs_tabs .nav {
  gap: 10px;
}
.wrap_servs_tabs .nav-link {
  color: #898887;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ead9bd;
  border-radius: 50px;
  height: 50px;
  font-size: 16px;
  padding: 5px 20px;
}
.wrap_servs_tabs .nav-link.active,
.wrap_servs_tabs .nav-link:hover {
  border-color: #dfb56d;
  color: #1a1a18;
  background: #f6f1e8;
}
.wrap_servs_tabs .tab-content .title_servs_tab {
  margin-top: 50px;
  font-size: 40px;
  font-weight: 500;
}
.wrap_servs_tabs .wrap_table_price {
  margin-top: 10px;
}
.wrap_acc_tables {
  margin-top: 30px;
}
.wrap_servs_tabs .accordion-item {
  margin-bottom: 10px;
}
.wrap_acc_tables .accordion-button {
  background: #f5f1ea;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  color: #1a1a18;
}
.wrap_acc_tables .accordion-button:hover {
  background: #dfb56d;
}

.space_contacts_ls.in_page_conts {
  border-top: 1px solid #f1e8d9;
  padding-top: 50px;
  border-bottom: 1px solid #f1e8d9;
  padding-bottom: 50px;
}
.space_liner_compny {
  margin-top: 50px !important;
}
.wrap_ypur_lick {
  display: flex;
  justify-content: space-between;
}
.wrap_ypur_lick .left_liner_ypur {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.btms_inreflinerws {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
.btms_inreflinerws a {
  max-width: 350px;
  width: 100%;
}

.box_contacts_botfot.page_contacts .image_fon_box_form {
  display: none !important;
}
.box_contacts_botfot.page_contacts .wrap_form_foot {
  flex-wrap: wrap;
  display: flex;
  max-width: 100%;
  justify-content: space-between;
}
.box_contacts_botfot.page_contacts .title_inform_liner {
  max-width: 500px;
  width: 100%;
}
.box_contacts_botfot.page_contacts .form_fet_cons {
  max-width: 770px;
  margin-top: 0;
  width: 100%;
}

.cpase_blog_page {
  margin-top: 50px !important;
}
.cpase_blog_page .wrap_cont_sl_card {
  padding: 15px;
  margin-top: 0;
}
.cpase_blog_page .wrap_cont_sl_card a {
  color: #1a1a18;
}
.cpase_blog_page .wrap_btm_sl_card {
  margin-top: 0 !important;
  padding: 15px;
  padding-top: 0;
}
.cpase_blog_page .orange_nofil_btn {
  height: 50px;
}

.cpase_blog_page .wrap_card_slider {
  box-shadow: 0 0 15px hsl(0deg 0% 0% / 9%);
  border-radius: 30px;
}
.cpase_blog_page .data_act_card {
  margin-top: 10px;
}
.cpase_blog_page .post {
  margin-bottom: 25px;
}

.content_post_space {
  margin-top: 50px !important;
}

.image_wprawetf {
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.image_wprawetf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.date_blog {
  background: #1a1a18;
  display: flex;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 50px;
  color: #dfb56d;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wrap_blog_news {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  width: 100%;
  box-shadow: 0 0 10px rgb(0 0 0 / 7%);
  height: 100%;
}
.inline_social_cont img {
  transition: 0.2s ease;
}
.inline_social_cont a:hover img {
  transform: scale(1.05);
}
.item_liner_cont .phone_fot_cont:hover {
  color: #dfb56d;
}
.bittitlecenter {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 20px;
  overflow: hidden;
}
.bittitlecenter h1 {
}
.nofoundpage .content_block {
  display: flex;
  justify-content: center;
}
.nofoundpage .content_block .bordered_btm_form {
  max-width: 350px;
  width: 100%;
}

.modal-content .modal-title {
  color: #ffffff;
  font-size: 24px;
  max-width: 300px;
  line-height: 1.2em;
}
.form_in_pops form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form_in_pops .imp_nobgr {
  color: #dfb56d;
  border-bottom: 1px solid #5f5f5f;
}
.form_in_pops .imp_nobgr::placeholder {
  color: #dfb56d;
}
.form_in_pops .group_btms_ck .wpcf7-list-item-label {
  border: 1px solid #dfb56d;
  color: #dfb56d;
}
.form_in_pops
  .group_btms_ck
  .wpcf7-list-item
  input:checked
  + .wpcf7-list-item-label,
.form_in_pops .group_btms_ck .wpcf7-list-item-label:hover {
  background: #dfb56d;
  color: #1a1a18;
}

.form_in_pops .bottom_form_lest .wpcf7-list-item-label {
  color: #7c7c7c;
}
.form_in_pops .bottom_form_lest .checkformcalb {
  border: 1px solid #dfb56d;
}
.form_in_pops .form-check-input:checked {
  background-color: #dfb56d;
  border-color: #dfb56d;
}
.form_in_pops .bordered_btm_form {
  background: transparent;
  color: #dfb56d;
  border: 1px solid #dfb56d;
}
.form_in_pops .bordered_btm_form:hover {
  background: #dfb56d;
  color: #1a1a18;
}
.form_in_pops .bordered_btm_form:hover path {
  fill: #1a1a18;
}
.form_in_pops .btn_check {
  border: 1px solid #5f5f5f;
  color: #5f5f5f;
}
.form_in_pops .callmethods_btm .btn-check:checked + .btn_check,
.form_in_pops .callmethods_btm .btn_check:hover {
  border-color: #dfb56d;
  color: #1a1a18;
  background: #dfb56d;
}
.form_in_pops .whitest_label_group {
  color: #dfb56d;
}
#main_nav .image_logo_nav {
  max-width: 95px;
}
#main_nav .image_logo_nav img {
  width: 100%;
  height: auto;
}
.woocommerce-pagination {
  display: none !important;
}
.paginationbtms {
  margin-top: 50px !important;
}
.bigblack_loadbtm {
  color: #1a1a18;
  background: transparent;
  border: 1px solid #1a1a18;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 50px;
  width: 100%;
  margin: 0 auto;
}
.bigblack_loadbtm:hover {
  color: #fff;
  background: #1a1a18;
}

.specialist_wrap {
  margin-top: 100px;
}
.bozwe_frp {
  display: block;
  margin-top: 10px;
}

.form_in_pops .form-check-input.requ {
  border: 1px solid #e00d0d;
}
.black_form_wrapp .form-check-input.requ {
  border: 1px solid #e00d0d;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(/wp-content/uploads/2025/10/icons8-kalendar-50.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  border-width: thin;
}
.spicer_cont_maps iframe {
  width: 100%;
}

.wrap_acc_tables {
  margin-top: 30px;
}

/*********HEADER***********/
@media (min-width: 1201px) and (max-width: 1400px) {
  .head_nav_list .menu a {
    font-size: 14px;
  }
  .head_nav_list .menu {
    gap: 20px;
  }
  .cat_btm_head .btn_cat_header {
    font-size: 14px;
  }
  .phone_btm_box .btn_border_or {
    font-size: 14px;
    padding: 0 18px;
  }
  .wrap_cont_header {
    gap: 25px;
  }
  .wrap_nav_heads {
    gap: 25px;
  }
  .phone_btm_box {
    gap: 25px;
  }
}
@media (min-width: 1201px) {
  .mobile_head_wrap {
    display: none !important;
  }
  .head_log {
    width: 13.666667% !important;
  }
  .head_conts {
    width: 36.333333% !important;
  }
}
@media (max-width: 1201px) {
  .head_conts {
    display: none !important;
  }
  .head_log {
    width: 25.666667% !important;
  }
  .head_nav {
    width: 74% !important;
  }
  .wrap_nav_heads {
    justify-content: flex-end;
  }
  .cat_btm_head {
    order: 2;
  }
  .head_nav_list {
    order: 1;
  }
  .mobile_head_wrap {
    background: #222221;
    border-bottom: 1px solid #171717;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
  }
  .head_nav_list .menu a {
    font-size: 14px;
  }
  .socials_box a img {
    width: 18px;
  }
  .phone_btm_box .btn_border_or {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    padding: 0;
    height: auto;
  }
  .adres_box {
    max-width: 100%;
    text-align: left;
  }
  .adres_box br {
    display: none;
  }
  .socials_box {
    gap: 20px;
  }
  .wrap_cont_header {
    gap: 35px;
    justify-content: space-between;
  }
  .header_wraper {
    padding: 20px 0;
  }
}
/*********END HEADER***********/

@media (min-width: 991px) and (max-width: 1440px) {
  #main_nav .items_serv_nav a {
    font-size: 20px;
  }
  #main_nav .items_serv_nav {
    gap: 30px;
  }
  .phone_convs a {
    font-size: 24px;
  }
  .adres_convs {
    margin-top: 30px;
    font-size: 18px;
  }
  .wrap_body_mainmen {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .wrapp_slider_home .main_title_slider {
    font-size: 61px;
  }
  .title_block_page {
    font-size: 36px;
  }
  .name_pretitle {
    font-size: 14px;
  }
  .item_box_serv_list {
    padding: 20px;
  }
  .links_servs_box {
    margin-top: 15px;
    padding-top: 20px;
    gap: 10px;
  }
  .links_servs_box a {
    font-size: 14px;
  }
  .wrap_slider_btms {
    gap: 20px;
  }
  .wrap_card_slider .wrap_img_sl_card a {
    height: 18vw;
  }
  .wrap_cont_sl_card {
    margin-top: 20px;
  }
  .title_sl_card {
    font-size: 18px;
    height: 42px;
  }
  .data_act_card {
    margin-top: 15px;
  }
  .wrap_btm_sl_card {
    margin-top: 35px;
  }
  .orange_nofil_btn {
    height: 55px;
    font-size: 14px;
  }
  .irap_outcr_image img {
    height: 310px;
  }
  body .outside_carousel .swiper-slide-active {
    width: 450px !important;
  }
  .space_preims_com {
    margin-top: 35px !important;
  }
  .space_service {
    margin-top: 35px !important;
  }
  .box_title_bigtext {
    margin-top: 35px;
    font-size: 14px;
  }
  .inner_item_preim {
    padding: 30px;
  }
  .img_preim_wrap {
    max-width: 100px;
  }
  .cont_preims_wrap {
    margin-top: 25px;
  }
  .title_preim_box {
    font-size: 20px;
  }
  .text_preim_box {
    margin-top: 15px;
    font-size: 14px;
  }
  .doljn_special {
    font-size: 14px;
  }
  .text_fot_cont {
    font-size: 16px;
    font-weight: 500;
  }
  .item_liner_cont .phone_fot_cont {
    font-size: 22px;
  }
  .spicer_cont_maps iframe,
  #map {
    height: 400px !important;
  }
  .navigation_home .slide_right {
    margin-right: 0;
  }
  .navigation_home .slide_left {
    margin-left: 0;
  }
  .space_special {
    margin-top: 35px !important;
  }
  .right_cons_box {
    background-size: cover;
  }
  .wrap_footer_logo img {
    max-width: 130px;
  }
  .feder_flese_foot .cist_onft {
    width: 15.666667% !important;
  }
  .feder_flese_foot .cist_twft {
    width: 55% !important;
  }
  .feder_flese_foot .cist_thrft {
    width: 29% !important;
  }
  .title_footer_cat {
    font-size: 16px;
  }
  .wrap_nav_footer {
    gap: 40px;
  }
  .wrap_contacts_footer {
    padding-left: 80px;
    margin-left: 0;
  }
  .wrap_nav_footer .item_footer {
    min-width: 160px;
  }
  .line_sep_footer {
    margin-top: 70px;
  }
  .tel_footer {
    font-size: 21px;
  }
  .wrap_form_foot {
    max-width: 520px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .title_calb_form {
    font-size: 36px;
    margin-top: 15px;
  }
  .wrap_title_catalog h1 {
    font-size: 50px;
  }
  .m-title {
    font-size: 50px;
  }
  .cats_list_top {
    margin-top: 35px;
  }
  .descr_prod_card {
    font-size: 14px;
    height: 77px;
  }
  .title_product_card {
    font-size: 18px;
    height: 43px;
  }
  .meta_prod_wrap .arts_prd {
    font-size: 12px;
  }
  .meta_prod_wrap .stock_prd {
    font-size: 12px;
  }
  .wrap_product_card:hover .btm_wrap_cardpr {
    bottom: -80px !important;
  }
  .liner_catalog {
    margin-top: 40px !important;
  }
  .controls_prod_line .btm_get_prod {
    max-width: 220px;
  }
  .price_sin_prod {
    gap: 20px;
  }
  .short_descriptions {
    margin-top: 30px;
  }
  .prod_attrbts {
    margin-top: 30px;
  }
  .controls_prod_line {
    margin-top: 30px;
  }
  .ful_descr_prod {
    margin-top: 30px;
  }
  .gray_text_single {
    font-size: 14px;
  }
  .prod_attrbts .shop_attributes th {
    font-size: 14px;
  }
  .prod_attrbts .shop_attributes td {
    font-size: 14px;
  }
  .wrap_title_sing_prod {
    margin-top: 30px;
  }
  .price_sin_prod .woocommerce-Price-amount {
    font-size: 22px;
  }
  .tabs_prod_wrap .tab-content {
    margin-top: 40px;
    font-size: 14px;
  }
  .con_product_info {
    padding-left: 0;
  }
  .box_to_categor_serv {
    min-height: 370px;
  }
  .box_to_categor_serv .cat_name_serv {
    font-size: 16px;
  }
  .box_contacts_botfot.in_servpage .wrap_form_foot {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title_serv_pg {
    font-size: 52px;
    line-height: 1.2em;
  }
  .item_meta_data {
    padding: 15px;
    gap: 5px;
    min-width: 175px;
    width: 100%;
  }
  .val_serv_meta {
    font-size: 16px;
  }
  .text_serv_pg {
    margin-top: 20px;
  }
  .text_serv_pg {
    font-size: 14px;
    max-width: 460px;
  }
  .line_item_pokazan {
    font-size: 14px;
  }
  .box_pokazan_textbox {
    margin-top: 40px;
    gap: 15px;
  }
  .title_pokazaniya {
    font-size: 22px;
  }
  .pokazaniya_box,
  .protivopok_box {
    margin-bottom: 5px;
  }
  .wrap_stick_image {
    padding-left: 0;
  }
  .wrap_img_stick_serv {
    max-width: 500px;
    height: 350px;
  }
  .wrap_table_price tbody td {
    font-size: 14px;
  }
  .twentytwenty-container {
    height: 350px;
  }

  .wrap_servs_tabs .nav-link {
    height: 45px;
    font-size: 14px;
    padding: 5px 15px;
  }
  .space_prajs_tabs {
    margin-top: 30px !important;
  }
  .wrap_servs_tabs .tab-content .title_servs_tab {
    margin-top: 40px;
    font-size: 34px;
  }
  .box_contacts_botfot.page_contacts .form_fet_cons {
    max-width: 570px;
  }
  .box_contacts_botfot.page_contacts .title_inform_liner {
    max-width: 360px;
  }
  .space_contacts_ls.in_page_conts {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .space_liner_compny {
    margin-top: 30px !important;
  }
  .content_post_space {
    margin-top: 30px !important;
  }
  .main_serv_img {
    min-width: 65px;
    height: 65px;
  }
  .name_special {
    font-size: 18px;
  }
  .schort_des_doc {
    margin-top: 30px;
    font-size: 16px;
  }
  .description_doct.short .schort_des_doc {
    max-height: 103px;
  }
}

@media (min-width: 991px) and (max-width: 1290px) {
  .wrapp_slider_home .main_title_slider {
    font-size: 48px;
  }
  .wrapp_slider_home .text_slider {
    font-size: 14px;
    max-width: 450px;
  }
  .btms_slider_wrap {
    margin-top: 35px;
    gap: 25px;
  }
  .service_list_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .space_service {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .title_block_page {
    font-size: 28px;
  }
  .main_serv_name {
    max-width: 165px;
    font-size: 18px;
  }
  .main_serv_img {
    width: 65px;
    height: 65px;
  }
  .black_fon_box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .wrap_link_to a {
    font-size: 14px;
  }
  .orange_nofil_btn {
    height: 50px;
    max-width: 140px;
    gap: 10px;
  }
  .data_act_card {
    font-size: 12px;
  }
  .wrap_text_box {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .box_title_bigtext {
    margin-top: 25px;
  }
  .irap_outcr_image img {
    height: 240px;
  }
  body .outside_carousel .swiper-slide-active {
    width: 350px !important;
  }
  .nav_btn {
    width: 55px;
    height: 55px;
  }
  .wrap_slider_btms .nav_btn {
    width: 40px;
    height: 40px;
  }
  .wrap_slider_btms {
    gap: 15px;
  }
  .wrap_preim_box {
    padding-top: 70px;
  }
  .wrap_yandex_rev {
    margin-top: 70px;
  }
  .inner_item_preim {
    padding: 20px;
  }
  .title_preim_box {
    font-size: 18px;
  }
  .specialist_wrap {
    padding-bottom: 70px;
  }
  .box_spes_item {
    height: 300px;
  }
  .name_special {
    font-size: 18px;
  }
  .box_consul_text_wrap {
    min-height: 460px;
  }
  .wrap_contacts_liner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .item_liner_cont span {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .item_liner_cont .phone_fot_cont {
    font-size: 14px;
  }
  .text_fot_cont {
    font-size: 14px;
  }
  .inline_social_cont {
    gap: 20px;
  }
  .inline_social_cont img {
    max-width: 25px;
    width: 100%;
    height: auto;
  }
  .sep_cont {
    height: 56px;
  }
  .space_contacts_ls {
    margin-top: 35px !important;
  }
  .spicer_cont_maps {
    margin-top: 35px !important;
  }
  .spicer_cont_maps iframe,
  #map {
    height: 320px !important;
  }
  .inline_title_actions {
    gap: 35px;
  }
  .wrap_nav_footer {
    gap: 20px;
  }
  .wrap_footer_logo img {
    max-width: 100px;
  }
  .item_footer ul li a {
    font-size: 14px;
  }
  .title_footer_cat {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .tel_footer {
    font-size: 18px;
  }
  .main_footer {
    font-size: 14px;
    margin-top: 15px;
  }
  .list_soc_foot {
    gap: 20px;
    margin-top: 15px;
  }
  .adres_foot {
    margin-top: 15px;
    font-size: 14px;
  }
  .times_job_foot {
    margin-top: 15px;
    font-size: 12px;
  }
  .list_soc_foot a {
    width: 36px;
    height: 36px;
  }
  .list_soc_foot a img {
    max-width: 16px;
  }
  .wrap_contacts_footer {
    padding-left: 65px;
  }
  .line_sep_footer {
    margin-top: 60px;
  }
  .graytextes_ft {
    font-size: 12px;
  }
  .wrap_title_catalog h1 {
    font-size: 40px;
  }
  .m-title {
    font-size: 40px;
  }
  .cats_list_top .cat_item {
    font-size: 14px;
    padding: 14px 25px;
  }
  .get_buy_prod {
    font-size: 14px;
    height: 50px;
  }
  .wrap_product_card:hover .btm_wrap_cardpr {
    bottom: -73px !important;
  }
  .wrap_catalog {
    padding-bottom: 60px;
  }
  .title_calb_form {
    font-size: 28px;
  }
  .form_fet_cons {
    margin-top: 30px;
  }
  .wrap_form_foot {
    max-width: 440px;
  }
  .image_fon_box_form {
    max-width: 45%;
  }
  .bordered_btm_form {
    font-size: 14px;
    height: 50px;
    padding: 10px 25px;
  }
  .bottom_form_lest .wpcf7-list-item-label {
    font-size: 12px;
    max-width: 250px;
  }
  .imp_nobgr {
    font-size: 14px;
  }
  .btn_check {
    font-size: 14px;
  }
  .whitest_label_group {
    font-size: 12px;
  }
  .wrap_title_sing_prod h1 {
    font-size: 28px;
  }
  .wrap_title_sing_prod {
    margin-top: 25px;
  }
  .short_descriptions {
    margin-top: 25px;
  }
  .prod_attrbts {
    margin-top: 25px;
  }
  .controls_prod_line {
    padding: 20px;
  }
  .controls_prod_line .btm_get_prod {
    max-width: 165px;
  }
  .price_sin_prod .woocommerce-Price-amount {
    font-size: 18px;
  }
  .controls_prod_line {
    margin-top: 25px;
  }
  .ful_descr_prod {
    margin-top: 25px;
  }
  .gallery_wrap .prod_gallery_thumbs {
    height: 80px;
  }
  .product_tabs button {
    font-size: 14px;
  }
  .product_tabs {
    gap: 35px;
  }
  .tabs_prod_wrap .tab-content {
    margin-top: 30px;
  }
  .box_to_categor_serv {
    min-height: 300px;
    padding: 10px;
  }
  .box_to_categor_serv .cat_name_serv {
    font-size: 14px;
    padding: 15px;
  }
  .box_to_categor_serv .cat_name_serv img {
    max-width: 13px;
  }
  .wrap_head_serv {
    min-height: calc(100vh - 150px);
  }
  .wrap_top_title_servs {
    min-height: calc(100vh - 260px);
  }
  .title_serv_pg {
    font-size: 38px;
  }
  .white_btm_modal {
    max-width: 210px;
    font-size: 14px;
    height: 55px;
  }
  .name_serv_meta {
    font-size: 12px;
  }
  .val_serv_meta {
    font-size: 14px;
  }
  .item_meta_data {
    min-width: 150px;
  }
  .wrap_serv_pg_text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .wrap_img_stick_serv {
    max-width: 410px;
    height: 290px;
  }
  .resultats_box {
    padding-top: 70px;
  }
  .wrap_price_list {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .specialist_wrap {
    margin-top: 70px;
  }
  .space_table_price {
    margin-top: 30px !important;
  }
  .wrap_serv_pg_text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .wrap_yandex_rev {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .right_spec_info .name_spec_comp {
    font-size: 16px;
  }
  .job_spec_comp {
    font-size: 12px;
    margin-top: 4px;
  }
  .left_spec_foto {
    max-width: 55px;
  }
  .after_comp_spec {
    margin-top: 15px;
  }
  .wrap_servs_tabs .tab-content .title_servs_tab {
    font-size: 28px;
  }
  .box_contacts_botfot.page_contacts .form_fet_cons {
    max-width: 500px;
  }
  .cpase_blog_page {
    margin-top: 35px !important;
  }
  .afterheader.losder {
    height: 70px;
  }
  .wrap_acc_tables .accordion-button {
    font-size: 16px;
  }
  .schort_des_doc {
    margin-top: 25px;
    font-size: 14px;
  }
  .loadmorebtm_doc {
    margin-top: 15px;
    font-size: 16px;
  }
}

@media (min-width: 991px) {
  /***скрываем на пк****/
  .hide_peca {
    display: none !important;
  }
  .space_preims_com .col-6 {
    padding-right: calc(var(--bs-gutter-x) * 0.2) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.2) !important;
  }
  .outside_carousel .swiper-slide-active {
    width: 600px !important;
  }
  .outside_carousel {
    overflow: visible !important;
    margin-right: -100px;
  }
  .outside_carousel .swiper-wrapper {
    overflow: visible;
  }
  .wrap_product_card:hover .btm_wrap_cardpr {
    opacity: 1;
    background: #ffffff;
    left: 0;
    bottom: -75px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 15px 10px rgb(0 0 0 / 10%);
    padding: 20px;
  }
  .item_chest_se {
    padding-right: calc(var(--bs-gutter-x) * 0.2) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.2) !important;
  }
}
@media (min-width: 768px) {
  .last_link_cats {
    display: none !important;
  }
}
@media (max-width: 991px) {
  /***скрываем на мобильном****/
  .hide_mobile {
    display: none !important;
  }
  .header_wraper .wrap_nav_heads .head_nav_list {
    display: none;
  }

  .adres_box {
    font-size: 12px;
  }
  .cat_btm_head .btn_cat_header {
    height: 45px;
    font-size: 14px;
  }
  .cat_btm_head {
    gap: 10px;
  }
  .mobile_bhonebtm a {
    padding: 0;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
  }
  .mobile_bhonebtm a img {
    max-width: 23px;
  }
  .btn_cat_header img {
    max-width: 15px;
  }
  .mobile_head_wrap {
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 32px;
  }
  .wrap_body_mainmen {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrap_service_nav {
    width: 100%;
  }
  .wrap_conv_contacts {
    width: 100%;
    border-left: 0;
    padding-top: 30px;
  }
  .wrap_service_nav {
    width: 100%;
  }
  #main_nav .offcanvas-body {
    padding: 0;
    overflow-y: scroll;
    height: calc(100vh - 180px);
  }

  #main_nav .offcanvas-body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
    border-radius: 0;
    background: #3d3b37;
  }
  #main_nav .offcanvas-body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #dfb56d;
  }

  .head_nav_list .menu {
    gap: 25px;
    flex-direction: column;
  }
  .head_nav_list .menu a {
    font-size: 18px;
  }
  .head_nav_list {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 30px;
  }
  #main_nav .items_serv_nav {
    gap: 25px;
    height: auto;
    padding-top: 30px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 30px;
  }
  #main_nav .items_serv_nav a {
    font-size: 18px;
  }
  .phone_convs a {
    font-size: 20px;
  }
  .socials_convs {
    gap: 25px;
  }
  .socials_convs img {
    max-width: 29px;
  }

  .space_service {
    margin-top: 30px !important;
    grid-template-columns: 1fr 1fr;
  }
  .wrapp_slider_home .swiper-slide {
    min-height: calc(100vh - 140px);
    background-position-y: center;
    background-position-x: 0%;
  }
  .wrapp_slider_home .main_title_slider {
    font-size: 44px;
  }
  .wrapp_slider_home .text_slider {
    font-size: 14px;
    max-width: 400px;
  }
  .btms_slider_wrap {
    margin-top: 35px;
    gap: 20px;
  }
  .white_bord_btm {
    font-size: 14px;
    height: 50px;
  }
  .btm_in_slide {
    max-width: 155px;
  }
  .video_buton_paly img {
    max-width: 50px;
  }
  .video_buton_paly span {
    color: #ffffff;
  }
  .service_list_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .name_pretitle {
    font-size: 12px;
    font-weight: 500;
  }
  .title_block_page {
    font-size: 32px;
    margin-top: 10px;
  }
  .main_serv_name {
    max-width: 180px;
    font-size: 18px;
  }
  .links_servs_box {
    margin-top: 20px;
    padding-top: 25px;
  }
  .links_servs_box a {
    font-size: 14px;
  }
  .black_fon_box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wrap_link_to a {
    font-size: 14px;
  }
  .nav_btn {
    width: 55px;
    height: 55px;
  }
  .wrap_slider_btms .nav_btn {
    width: 45px;
    height: 45px;
  }
  .wrap_slider_btms {
    gap: 15px;
  }
  .inline_title_actions {
    gap: 35px;
  }
  .black_fon_box .title_block_page {
    margin-top: 10px;
  }
  .space_actions_slider {
    margin-top: 25px !important;
  }
  .wrap_cont_sl_card {
    margin-top: 20px;
  }
  .title_sl_card {
    font-size: 18px;
    height: 45px;
  }
  .data_act_card {
    margin-top: 10px;
    font-size: 12px;
  }
  .wrap_btm_sl_card {
    margin-top: 25px;
  }
  .orange_nofil_btn {
    height: 50px;
    gap: 10px;
    font-size: 14px;
  }
  .btn_action {
    max-width: 140px;
  }
  .wrap_text_box {
    padding-top: 60px;
    position: relative;
    padding-bottom: 60px;
  }
  .box_title_bigtext {
    margin-top: 30px;
    font-size: 14px;
    max-width: 100%;
  }
  .about_image_right_wrp img {
    max-width: 200px;
  }
  .wrap_text_box .col-lg-8 {
    z-index: 1;
    position: relative;
  }
  .about_image_right_wrp {
    height: auto;
    position: absolute;
    z-index: 0;
    top: 24%;
    right: 8%;
    opacity: 0.3;
  }
  .irap_outcr_image img {
    height: 25vw;
  }
  .spice_about_slider {
    margin-top: 30px !important;
  }
  .wrap_preim_box {
    padding-top: 60px;
  }
  .wrap_yandex_rev {
    margin-top: 60px;
  }
  .img_preim_wrap img {
    max-width: 100px;
  }

  .inner_item_preim {
    padding: 25px;
  }
  .cont_preims_wrap {
    margin-top: 25px;
  }
  .title_preim_box {
    font-size: 18px;
  }
  .text_preim_box {
    margin-top: 15px;
    font-size: 14px;
  }
  .space_preims_com .col-lg-3 {
    margin-bottom: 15px;
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
  }
  .space_preims_com {
    margin-top: 30px !important;
  }
  .space_special {
    margin-top: 30px !important;
  }
  .box_spes_item {
    height: 340px;
  }
  .text_box_specinfo {
    padding: 20px;
  }
  .name_special {
    font-size: 18px;
  }
  .doljn_special {
    font-size: 12px;
    font-weight: 500;
  }
  .box_consul_text_wrap {
    min-height: 450px;
  }
  .right_cons_box {
    background-size: cover;
  }
  .box_consul_text_wrap .orange_nofil_btn {
    margin-top: 30px;
    max-width: 160px;
  }
  .wrap_contacts_liner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .space_contacts_ls {
    margin-top: 30px !important;
  }
  .sep_cont {
    display: none;
  }
  .inline_contacts_comp {
    display: grid;
    justify-content: unset;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 35px;
  }
  .item_liner_cont span {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .item_liner_cont .phone_fot_cont {
    font-size: 16px;
  }
  .text_fot_cont {
    font-size: 16px;
  }
  .inline_social_cont {
    gap: 20px;
  }
  .inline_social_cont img {
    max-width: 25px;
  }
  .spicer_cont_maps {
    margin-top: 30px !important;
  }
  .spicer_cont_maps iframe,
  #map {
    height: 350px !important;
  }
  .navigation_home {
    top: calc(50% - 55px);
  }
  .navigation_home .slide_right {
    margin-right: 0;
  }
  .navigation_home .slide_left {
    margin-left: 0;
  }
  .nav_btms_outs_gal .slide_right {
    right: 5px;
  }
  .nav_btms_outs_gal .slide_left {
    left: 5px;
  }

  .wrap_footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .wrap_footer_logo img {
    max-width: 130px;
    padding-bottom: 30px;
  }
  .wrap_nav_footer {
    gap: unset;
    justify-content: space-between;
  }
  .title_footer_cat {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .item_footer ul {
    gap: 10px;
  }
  .item_footer ul li a {
    font-size: 14px;
  }
  .wrap_contacts_footer {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #2f2d29;
  }
  .line_sep_footer {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 12px;
  }
  .graytextes_ft {
    font-size: 12px;
    padding-bottom: 20px;
  }
  .wrap_title_catalog {
    padding-top: 15px;
  }
  .wrap_title_catalog h1 {
    font-size: 44px;
  }
  .m-title {
    font-size: 44px;
  }
  .cats_list_top {
    margin-top: 25px;
  }
  .cats_list_top .cat_item {
    font-size: 14px;
    padding: 10px 25px;
  }
  .liner_catalog {
    margin-top: 25px !important;
  }
  .meta_prod_wrap .arts_prd {
    font-size: 12px;
  }
  .meta_prod_wrap .stock_prd {
    font-size: 12px;
  }
  .title_product_card {
    font-size: 16px;
    height: 39px;
  }
  .descr_prod_card {
    margin-top: 10px;
    font-size: 12px;
    height: 66px;
  }
  .btm_wrap_cardpr {
    position: relative;
    opacity: 1;
    bottom: unset;
    padding: 0;
    background: transparent;
    box-shadow: unset;
    border-radius: 0;
  }
  .btm_wrap_cardpr .get_buy_prod {
    background: #ead9bd;
    height: auto;
    font-size: 14px;
    border-radius: 0;
    color: #1a1a18;
    padding: 12px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .price_prod_card {
    margin-top: 10px;
    font-size: 16px;
  }
  .wrap_product_card {
    padding: 0;
  }
  .content_prod_wrap,
  .meta_prod_wrap {
    margin-top: 0;
  }
  .meta_prod_wrap,
  .content_prod_wrap,
  .image_wrap_prod {
    padding: 15px;
  }
  .meta_prod_wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .liner_catalog .item_product {
    margin-bottom: 15px;
  }
  .wrap_catalog {
    padding-bottom: 60px;
  }
  .wrap_form_foot {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 100%;
  }
  .box_contacts_botfot {
    padding-top: 200px;
  }
  .image_fon_box_form {
    top: 0;
    max-width: 100%;
    width: 100%;
    height: 200px;
    align-items: flex-start;
  }
  .image_fon_box_form img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
  .title_calb_form {
    font-size: 32px;
    margin-top: 10px;
  }
  .form_fet_cons {
    margin-top: 30px;
  }
  .btn_check {
    font-size: 14px;
  }
  .imp_nobgr {
    font-size: 14px;
  }
  .bottom_form_lest .wpcf7-list-item-label {
    font-size: 12px;
  }
  .bordered_btm_form {
    font-size: 14px;
    height: 50px;
    padding: 10px 30px;
  }
  .whitest_label_group {
    font-size: 12px;
  }
  .gallery_wrap {
    padding-right: 0;
  }
  .con_product_info {
    padding-left: 0;
    margin-top: 40px;
  }
  .prod_attrbts .shop_attributes {
    max-width: 100%;
  }
  .tabs_prod_wrap .tab-content {
    margin-top: 30px;
  }
  .gallery_wrap .pagination_btms .slide_right {
    width: 35px;
    right: 10px;
  }
  .gallery_wrap .pagination_btms .slide_left {
    left: 10px;
    width: 35px;
  }
  .liner_srvice_list {
    margin-top: 30px !important;
  }
  .box_to_categor_serv {
    padding: 10px;
    min-height: 36vw;
  }
  .box_to_categor_serv .cat_name_serv {
    font-size: 16px;
    padding: 15px;
  }
  .box_to_categor_serv .cat_name_serv img {
    max-width: 14px;
  }
  .box_contacts_botfot.in_servpage .wrap_form_foot {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-wrap: wrap;
  }
  .box_contacts_botfot.in_servpage .form_fet_cons {
    max-width: 100%;
    margin-top: 30px;
    width: 100%;
  }
  .row_serv_main {
    gap: 40px;
    flex-wrap: wrap;
  }
  .col_left_title {
    width: 100%;
    margin-top: 60px;
  }
  .title_serv_pg {
    font-size: 44px;
  }
  .text_serv_pg {
    font-size: 14px;
    max-width: 100%;
    margin-top: 20px;
  }
  .col_right_title {
    width: 100%;
    padding-bottom: 60px;
  }
  .metadatas_wrap {
    height: auto;
  }
  .white_btm_modal {
    max-width: 220px;
    width: 100%;
    font-size: 14px;
    height: 55px;
  }
  .wrap_serv_pg_text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .box_pokazan_textbox {
    margin-top: 30px;
    gap: 15px;
  }
  .title_pokazaniya {
    font-size: 18px;
  }
  .line_item_pokazan {
    font-size: 14px;
    gap: 10px;
  }
  .pokazaniya_box,
  .protivopok_box {
    margin-bottom: 5px;
  }
  .wrap_stick_image {
    padding-left: 0;
  }
  .wrap_img_stick_serv {
    max-width: 100%;
    height: 30vw;
  }
  .box_contacts_botfot.black_form_wrapp {
    padding-top: 0;
  }
  .black_form_wrapp .wrap_form_foot {
    flex-wrap: wrap;
  }
  .black_form_wrapp .form_fet_cons {
    margin-top: 30px;
  }
  .resultats_box {
    padding-top: 0;
    margin-bottom: 0;
  }
  .wrap_price_list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .specialist_wrap {
    padding-bottom: 60px;
    margin-top: 60px;
  }
  .space_table_price {
    margin-top: 30px !important;
  }
  .wrap_table_price thead th {
    font-size: 12px;
    padding: 18px 15px;
  }
  .wrap_table_price tbody td {
    font-size: 14px;
    padding: 18px 15px;
  }
  .btm_show_more_price {
    margin-top: 30px;
  }
  .btm_bord_black {
    max-width: 230px;
    width: 100%;
    height: 55px;
    font-size: 14px;
  }
  .wrap_yandex_rev {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .item_meta_data {
    padding: 15px;
    gap: 5px;
    min-width: unset;
  }
  .name_serv_meta {
    font-size: 12px;
  }
  .val_serv_meta {
    font-size: 16px;
  }
  .twentytwenty-container {
    height: 350px;
  }
  .left_spec_foto {
    max-width: 55px;
  }
  .right_spec_info .name_spec_comp {
    font-size: 16px;
  }
  .job_spec_comp {
    font-size: 12px;
    margin-top: 5px;
  }
  .space_prajs_tabs {
    margin-top: 30px !important;
  }
  .wrap_servs_tabs .nav-link {
    height: 45px;
    font-size: 14px;
    padding: 5px 15px;
  }
  .wrap_servs_tabs .tab-content .title_servs_tab {
    margin-top: 35px;
    font-size: 28px;
  }
  .space_contacts_ls.in_page_conts {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .space_liner_compny {
    margin-top: 30px !important;
  }
  .wrap_ypur_lick {
    flex-wrap: wrap;
  }
  .wrap_ypur_lick .right_liner_your {
    width: 100%;
  }
  .wrap_ypur_lick .left_liner_ypur {
    gap: 35px;
    width: 100%;
  }
  .btms_inreflinerws {
    width: 100%;
    flex-direction: row;
    margin-top: 20px;
  }

  .box_contacts_botfot.page_contacts {
    padding-top: 0 !important;
  }
  .box_contacts_botfot.page_contacts .form_fet_cons {
    max-width: 100%;
    margin-top: 30px;
  }
  .cpase_blog_page {
    margin-top: 30px !important;
  }
  .content_post_space {
    margin-top: 30px !important;
  }
  .navigation_home {
    display: none !important;
  }
  .afterheader.losder {
    height: 70px;
  }
  .header_wraper.lides {
    background: rgb(26 26 24 / 92%);
  }
  .image_main_screen {
    height: auto;
  }
  .checksbtms .wpcf7-list-item-label {
    font-size: 14px;
  }
  .paginationbtms {
    margin-top: 40px !important;
  }
  .description_doct.short .schort_des_doc {
    max-height: 58px;
    -webkit-line-clamp: 3;
  }
  .schort_des_doc {
    margin-top: 20px;
    font-size: 14px;
    color: #767674;
  }
  .loadmorebtm_doc {
    margin-top: 15px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .wrapp_slider_home .swiper-slide {
    min-height: calc(100vh - 120px);
    background-position-x: 80%;
    position: relative;
  }
  .checksbtms .wpcf7-list-item-label {
    height: 45px;
  }
  .wrapp_slider_home .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 0;
  }
  .wrapp_slider_home .swiper-slide .container {
    z-index: 1;
  }
  .socials_box {
    gap: 25px;
  }
  .phone_btm_box {
    gap: 25px;
  }
  .socials_box a img {
    width: 16px;
  }
  .wrap_logo_head img {
    max-width: 70px;
  }
  .header_wraper {
    padding: 10px 0;
  }
  .wrap_body_mainmen {
    padding-top: 40px;
  }
  #main_nav .offcanvas-header {
    padding: 15px 0;
  }
  #main_nav .image_logo_nav {
    max-width: 75px;
  }
  #main_nav .image_logo_nav img {
    width: 100%;
    height: auto;
  }
  .adres_convs {
    font-size: 18px;
  }
  .phone_convs a {
    font-size: 18px;
  }
  .mail_convs {
    margin-top: 15px;
  }
  .socials_convs {
    margin-top: 15px;
  }
  .timejob_convs {
    font-size: 14px;
    margin-top: 15px;
  }
  #main_nav .offcanvas-body {
    height: calc(100vh - 160px);
    padding-top: 5px;
  }
  .full_orng_btm {
    font-size: 14px;
    height: 50px;
  }
  .white_bord_btm {
    font-size: 14px;
    height: 50px;
  }
  .btns_convs {
    gap: 25px;
  }
  .wrapp_slider_home .main_title_slider {
    font-size: 32px;
  }
  .white_bord_btm {
    height: 45px;
  }
  .video_buton_paly img {
    max-width: 45px;
  }
  .video_buton_paly {
    text-align: left;
  }
  .btms_slider_wrap {
    gap: 15px;
  }
  .title_block_page {
    font-size: 24px;
  }
  .item_box_serv_list {
    padding: 25px;
  }
  .space_service .box_item_grapper {
    width: 100%;
  }
  .main_serv_img {
    width: 100%;
    height: auto;
    max-width: 60px;
  }
  .links_servs_box {
    padding-top: 20px;
  }
  .inline_title_actions {
    justify-content: space-between;
    align-items: center;
  }
  .wrap_card_slider .wrap_img_sl_card a {
    height: 32vw;
  }
  .title_sl_card {
    font-size: 16px;
    height: 40px;
  }
  .orange_nofil_btn {
    height: 45px;
  }
  .irap_outcr_image img {
    height: 30vw;
  }
  .inner_item_preim {
    border-radius: 40px;
  }
  .img_preim_wrap img {
    max-width: 70px;
    margin-top: -25px;
    margin-left: -25px;
  }
  .cont_preims_wrap {
    margin-top: 10px;
  }
  .left_cons_box {
    width: 100%;
  }
  .box_consul_text_wrap {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .right_cons_box {
    width: 100%;
    filter: brightness(0.2) blur(2px);
  }
  .links_servs_box a:not(.last_link_cats) {
    display: none;
  }
  .links_servs_box .last_link_cats {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    color: #dfb56d;
  }
  .wrap_footer_logo img {
    max-width: 110px;
  }
  .wrap_nav_footer {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
  .times_job_foot {
    font-size: 14px;
  }
  .main_footer {
    font-size: 16px;
  }
  .adres_foot {
    font-size: 16px;
  }
  .wrap_title_catalog h1 {
    font-size: 32px;
  }
  .m-title {
    font-size: 32px;
  }
  .breadcrumbs {
    font-size: 12px;
  }
  .cats_list_top {
    margin-top: 20px;
  }
  .btn_show_more {
    font-size: 14px;
  }
  .cats_list_top .cat_item {
    font-size: 12px;
    padding: 10px 20px;
  }
  .liner_catalog {
    margin-top: 30px !important;
  }

  .image_wrap_prod a {
    height: 35vw;
  }
  .image_wrap_prod a img {
    height: 35vw;
  }
  .wrap_catalog {
    padding-bottom: 45px;
  }
  .title_calb_form {
    font-size: 24px;
    margin-top: 5px;
  }
  .boxnosearch {
    margin-top: 30px;
  }
  .notivce_none {
    font-size: 18px;
  }
  .notivce_none_blk {
    font-size: 14px;
    line-height: 1.2em;
  }
  .gosandzayk .get_buy_prod {
    max-width: 150px;
    height: 45px;
    font-size: 14px;
  }
  .wrap_title_sing_prod {
    margin-top: 20px;
  }
  .wrap_title_sing_prod h1 {
    font-size: 24px;
  }
  .short_descriptions {
    margin-top: 20px;
  }
  .gray_text_single {
    font-size: 14px;
  }
  .prod_attrbts {
    margin-top: 20px;
  }
  .prod_attrbts .shop_attributes th {
    font-size: 14px;
  }
  .prod_attrbts .shop_attributes td {
    font-size: 14px;
  }
  .controls_prod_line {
    padding: 20px;
    margin-top: 20px;
  }
  .controls_prod_line .btm_get_prod {
    max-width: 190px;
  }
  .price_sin_prod .woocommerce-Price-amount {
    font-size: 18px;
  }
  .ful_descr_prod {
    margin-top: 20px;
  }
  .tabs_prod_wrap {
    margin-top: 60px;
  }
  .product_tabs {
    gap: 30px;
    flex-wrap: nowrap;
  }
  .product_tabs button {
    font-size: 14px;
  }
  .tabs_prod_wrap .tab-content {
    font-size: 14px;
  }
  .tabs_prod_wrap .scroll_tab {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .tabs_prod_wrap .scroll_tab::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    margin-top: 2px;
  }
  .scroll_tab button {
    white-space: nowrap;
  }
  .scroll_tab button.active,
  .scroll_tab button:hover {
    border-bottom: 1px solid transparent !important;
    color: #dfa021;
  }
  .con_product_info {
    margin-top: 25px;
  }
  .box_to_categor_serv {
    min-height: 50vw;
  }
  .title_serv_pg {
    font-size: 32px;
  }
  .wrap_img_stick_serv {
    height: 55vw;
    position: relative;
    top: unset;
  }
  .wrap_acc_tables .accordion-button {
    font-size: 14px;
    padding: 13px 15px;
  }
  .wrap_stick_image {
    margin-top: 30px;
  }
  .wrap_servs_tabs .tab-content .title_servs_tab {
    font-size: 21px;
  }
  .wrap_catalog.contacts_page {
    padding-bottom: 60px;
  }
  .cpase_blog_page .orange_nofil_btn {
    height: 45px;
  }
  .content_post_space {
    margin-top: 25px !important;
  }
  .image_wprawetf {
    width: 100%;
    height: 300px;
  }
  .wrap_blog_news {
    font-size: 14px;
    padding: 20px;
    margin-top: 25px;
    height: auto;
  }
  .date_blog {
    font-size: 12px;
  }
  .bittitlecenter {
    margin-top: 35px;
    padding-bottom: 20px;
  }
  .wrap_footer_logo {
    display: flex;
    justify-content: center;
  }
  .wrap_nav_footer {
    text-align: center;
  }
  .wrap_contacts_footer {
    text-align: center;
  }
  .list_soc_foot {
    justify-content: center;
  }
  .graytextes_ft {
    text-align: center;
  }
  .polysy_links a {
    justify-content: center;
  }
  .wrap_head_serv {
    min-height: unset;
  }
  .wrap_top_title_servs {
    min-height: unset;
  }
  .sing_page_cont {
    font-size: 14px;
  }
  .content h3 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

@media (max-width: 580px) {
  .space_service {
    grid-template-columns: 1fr;
  }
  .wrap_card_slider .wrap_img_sl_card a {
    height: 41vw;
  }
  .about_image_right_wrp {
    top: 29%;
    right: 1%;
  }
  .box_title_bigtext {
    font-size: 12px;
    margin-top: 20px;
  }
  .wrapp_slider_home .text_slider {
    font-size: 12px;
    max-width: 350px;
  }
  .irap_outcr_image img {
    height: 41vw;
  }
  .text_preim_box {
    margin-top: 10px;
    font-size: 12px;
  }
  .text_fot_cont {
    font-size: 14px;
  }
  .spicer_cont_maps .col-lg-5 {
    display: none !important;
  }
  .image_fon_box_form {
    height: 160px;
  }
  .box_contacts_botfot {
    padding-top: 160px;
  }
  .controls_prod_line {
    flex-wrap: wrap;
  }
  .price_sin_prod {
    width: 100%;
    justify-content: space-between;
  }
  .controls_prod_line .btm_get_prod {
    max-width: 100%;
    margin-top: 25px;
  }
  .item_cat_sin_prod {
    font-size: 12px;
  }
  .liner_srvice_list {
    margin-top: 25px !important;
  }
  .metadatas_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .item_meta_data {
    min-width: 150px;
    width: auto;
  }
  .line_item_pokazan {
    font-size: 12px;
    font-weight: 500;
  }
  .title_serv_pg {
    font-size: 28px;
  }
  .text_serv_pg {
    font-size: 12px;
  }
  .row_serv_main {
    gap: 25px;
  }
  .white_btm_modal {
    margin-top: 30px;
  }
  .col_left_title {
    margin-top: 40px;
  }
  .col_right_title {
    padding-bottom: 50px;
  }
  .info_toat.done {
    font-size: 18px;
  }
  .paginationbtms {
    margin-top: 35px !important;
  }
  .bigblack_loadbtm {
    font-size: 14px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .mobile_head_wrap .adres_box {
    display: none;
  }
  .phone_btm_box {
    width: 100%;
    justify-content: flex-end;
  }
  .wrap_card_slider .wrap_img_sl_card a {
    height: 70vw;
  }
  .wrap_btm_sl_card {
    margin-top: 15px;
  }
  .irap_outcr_image img {
    height: 70vw;
  }
  .img_preim_wrap img {
    max-width: 65px;
    margin-top: -15px;
    margin-left: -15px;
  }
  .title_preim_box {
    font-size: 16px;
    line-height: 1.2em;
  }
  .inner_item_preim {
    padding: 15px;
    padding-bottom: 25px;
  }
  .box_spes_item {
    height: 100vw;
  }
  .item_liner_cont span {
    font-size: 12px;
  }
  .text_fot_cont {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2em;
    display: block;
  }
  .about_image_right_wrp {
    display: none !important;
  }
  .spicer_cont_maps iframe,
  #map {
    height: 270px !important;
  }
  .main_serv_name {
    font-size: 16px;
  }
  .item_box_serv_list {
    padding: 20px;
  }
  .links_servs_box {
    padding-top: 15px;
    margin-top: 15px;
  }
  .meta_prod_wrap {
    flex-wrap: wrap;
  }
  .meta_prod_wrap .arts_prd {
    font-size: 10px;
    width: 100%;
  }
  .meta_prod_wrap .stock_prd {
    font-weight: 600;
  }
  .title_product_card {
    font-size: 14px;
    height: 51px;
    -webkit-line-clamp: 3;
  }
  .descr_prod_card {
    font-size: 11px;
    height: 59px;
  }
  .price_prod_card {
    font-size: 14px;
  }
  .btm_wrap_cardpr .get_buy_prod {
    font-size: 12px;
    padding: 10px;
  }
  .btn_check {
    height: 45px;
  }
  .bordered_btm_form {
    height: 45px;
    padding: 10px 25px;
  }
  .bottom_form_lest .wpcf7-list-item-label {
    font-size: 11px;
  }
  .box_to_categor_serv {
    min-height: 60vw;
  }
  .btm_bord_black {
    max-width: 190px;
    height: 45px;
  }
  .btms_inreflinerws {
    flex-wrap: wrap;
  }
  .btms_inreflinerws a {
    max-width: 100%;
  }

  .wrap_table_price tbody td {
    padding: 15px 10px;
    font-size: 13px;
  }
  .wrap_table_price thead th:last-child {
    text-align: right;
  }
  .wrap_table_price tbody tr td:last-child {
    text-align: right;
  }
}

@font-face {
  font-family: "Involve";
  src: url(/wp-content/themes/lavclinic/asset/Involve/Involve-Oblique.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
 font-display:swap;}
@font-face {
  font-family: "Involve";
  src: url(/wp-content/themes/lavclinic/asset/Involve/Involve-MediumOblique.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
 font-display:swap;}
@font-face {
  font-family: "Involve";
  src: url(/wp-content/themes/lavclinic/asset/Involve/Involve-SemiBoldOblique.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
 font-display:swap;}
@font-face {
  font-family: "Involve";
  src: url(/wp-content/themes/lavclinic/asset/Involve/Involve-BoldOblique.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
 font-display:swap;}

.content {
  line-height: 1.6;
  max-width: 100%;
}

.content h1 {
  margin: 2rem 0 1rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.content h2 {
  margin: 1.75rem 0 0.875rem 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.content h3 {
  margin: 1.5rem 0 0.75rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.content h4 {
  margin: 1.25rem 0 0.625rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.content h5 {
  margin: 1rem 0 0.5rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

.content h6 {
  margin: 0.875rem 0 0.4375rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #666;
}

/* Параграфы */
.content p {
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

/* Списки */
.content ul,
.content ol {
  margin: 0 0 1rem 0;
  padding-left: 1rem;
  line-height: 1.6;
}

.content li {
  margin: 0.25rem 0;
  padding-left: 0.25rem;
}

/* Вложенные списки */
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin: 0.5rem 0 0.5rem 1rem;
}

/* Горизонтальная линия */
.content hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}

/* Цитаты */
.content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #007acc;
  background-color: #f8f9fa;
  font-style: italic;
}

/* Изображения */
.content img {
  margin: 1.5rem 0;
  max-width: 100%;
  height: auto;
}

/* Ссылки */
.content a {
  color: #007acc;
  text-decoration: none;
}

.content a:hover {
  text-decoration: underline;
}

/* Код */
.content code {
  padding: 0.2rem 0.4rem;
  background-color: #f4f4f4;
  border-radius: 3px;
  font-size: 0.9em;
}

.content pre {
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 6px;
  overflow-x: auto;
}

.content pre code {
  padding: 0;
  background: none;
}

/* Таблицы */
.content table {
  margin: 1.5rem 0;
  width: 100%;
  border-collapse: collapse;
}

.content th,
.content td {
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  text-align: left;
}

.content th {
  background-color: #f8f9fa;
  font-weight: 600;
}

.float-btns {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 404;
}

.float-btn-wrap {
  position: relative;
}

.float-btn-wrap a {
  text-decoration: none;
}

.whatsapp-button,
.telegram-button,
.phone-button,
.max-button {
  background: #43d854;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  line-height: 53px;
  font-size: 35px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-btn-wrap svg {
  width: 30px;
  height: auto;
}

.telegram-button {
  color: #2AABEE;
  background: #fff;
  font-size: 55px;
}

.phone-button {
    background: #2AABEE;
    color: #fff;
}

.max-button {
  background: linear-gradient(90deg, rgba(63, 194, 253, 1) 0%, rgba(48, 66, 241, 1) 50%, rgba(166, 91, 220, 1) 100%);
}

.whatsapp-button:before,
.whatsapp-button:after,
.telegram-button:before,
.telegram-button:after,
.phone-button:before,
.phone-button:after,
.max-button:before,
.max-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #43d854;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.telegram-button:before,
.telegram-button:after {
  border: 1px solid #2AABEE;
}

.phone-button:before,
.phone-button:after {
  border: 1px solid #2AABEE;
}

.whatsapp-button:after,
.telegram-button:after,
.phone-button:after {
  animation-delay: .5s;
}

.max-button:before,
.max-button:after {
  border: 1px solid #3fc2fd;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.s-certificate {
  padding: 30px 0px 70px 0px;
}
.page-head {
  margin-bottom: 70px;
}
.page-head .breadcrumbs {
  margin-bottom: 30px;
}
.page-head__title {
  margin: 0px 0px 15px 0px;
}
.page-head__content {
  font-size: 16px;
  line-height: 120%;
  color: #4f4b48;
}

.s-certificate__form {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.s-certificate__step {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(173, 161, 139, 0.5);
}
.s-certificate__step-title {
  font-size: 16px;
  margin-bottom: 15px;
}
.s-certificate__prices {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.s-certificate__prices input[type="radio"] {
  display: none;
}
.s-certificate__prices
  input[type="radio"]:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
}
.s-certificate__prices .wpcf7-list-item-label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 360px;
  cursor: pointer;
  border-radius: 15px;
  margin: 0;
  background: linear-gradient(135deg, #b79b75 0%, #a28867 100%),
    radial-gradient(
      83.94% 153.19% at 100% 53.33%,
      rgba(177, 148, 112, 0) 15.22%,
      #b89c76 81.7%
    );
  padding: 40px 10px;

  color: white;
  font-size: 36px;
  text-align: center;
}
.s-certificate__prices .wpcf7-list-item-label._hide-outline::after {
  opacity: 0 !important;
}
.s-certificate__prices .wpcf7-list-item {
  margin: 0;
}
.s-certificate__prices .wpcf7-list-item label {
  width: 100%;
}
.s-certificate__prices .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 115px;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  background: url(/wp-content/themes/lavclinic/asset/img/lav-icon.svg) center / 100% auto no-repeat;
}
.s-certificate__prices div {
  width: 100%;
}
.s-certificate__prices .name {
  display: block;
  font-size: 28px;
}
.s-certificate__prices .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 15px;
  border: 3px solid #664e33;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.input-control {
  width: 100%;
}
.input {
  padding: 16px 0px;
  border-radius: 0px;
  outline: none;
  border: none;
  border-bottom: 1px solid #ada18b;
  width: 100%;

  font-size: 16px;

  transition: border-color 0.3s ease;
}
.input.wpcf7-not-valid {
  border-color: #dc3232;
}
.input.wpcf7-not-valid::placeholder {
  color: #dc3232;
}
.input[type="number"]::-webkit-outer-spin-button,
.input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input:focus {
  border-color: #101010;
}
.input::placeholder {
  color: #7c7465;
  transition: color 0.3s ease;
}
.s-certificate__price-input {
  width: 350px;
  max-width: 100%;
  margin-top: 35px;
}
.s-certificate__step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.btn-s {
  --border-color: #1a1a18;
  --background-color: #1a1a18;
  --color: white;
  --h-border-color: #070706;
  --h-background-color: #070706;
  --h-color: white;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
  border: 1px solid var(--border-color);
  background-color: var(--background-color);
  outline: none;
  border-radius: 100px;
  padding: 16px 32px;
  width: fit-content;

  text-align: center;
  color: var(--color);
  font-size: 16px;

  transition: color 0.3s ease, background-color 0.3s ease, borer-color 0.3s ease;

  &:hover {
    background-color: var(--h-background-color);
    color: var(--h-color);
    border-color: var(--h-border-color);
  }
}
.btn-s._outline {
  --border-color: #1a1a18;
  --background-color: transform;
  --color: #1a1a18;
  --h-border-color: #1a1a18;
  --h-background-color: #1a1a18;
  --h-color: white;
}

.s-certificate__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-certificate__form-submit {
  width: 450px;
  max-width: 100%;
}
.s-certificate__form br {
  display: none;
}
.wpcf7-acceptance {
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.condition-policy {
  display: none;
}
.condition-policy:checked + span::before {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
    center / 100% auto no-repeat;
  background-color: #1a1a18;
}
.condition-policy + span {
  cursor: pointer;
  display: flex;
  gap: 8px;

  font-size: 14px;
  color: #ada18b;
}
.condition-policy + span a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.condition-policy + span a:hover {
  text-decoration: none;
}
.condition-policy + span::before {
  content: "";
  display: block;
  flex-shrink: 0;
  border: 1px solid #1a1a18;
  border-radius: 4px;
  width: 16px;
  height: 16px;

  transition: background-color 0.3s ease;
}
.condition-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.condition-list a {
  color: #ada18b;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.condition-list a:hover {
  text-decoration: none;
}

@media (max-width: 1399px) {
  .s-certificate__price-label {
    font-size: 28px;
    min-height: 300px;
  }
  .s-certificate__price-label .name {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .page-head {
    margin-bottom: 50px;
  }
  .s-certificate__form {
    gap: 50px;
  }
  .s-certificate__step {
    padding-bottom: 50px;
  }
  .s-certificate__prices {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .s-certificate__form {
    gap: 30px;
  }
  .page-head {
    margin-bottom: 30px;
  }
  .s-certificate__step {
    padding-bottom: 30px;
  }
  .s-certificate__step-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .s-certificate {
    padding: 20px 0px 50px 0px;
  }
  .page-head .breadcrumbs {
    margin-bottom: 20px;
  }
  .s-certificate__price-label {
    font-size: 24px;
    min-height: 230px;
  }
  .s-certificate__price-label .name {
    font-size: 20px;
  }
  .s-certificate__price-input {
    margin-top: 25px;
  }
  .s-certificate__step-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .s-certificate__prices {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .s-certificate__step {
    padding-bottom: 0;
    border-bottom: none;
  }
  .s-certificate__price-label {
    font-size: 20px;
    min-height: auto;
  }
  .s-certificate__price-label .name {
    font-size: 16px;
  }
  .s-certificate__step-grid {
    grid-template-columns: 1fr;
  }
  .s-certificate__form-submit {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .s-certificate__price-label {
    font-size: 20px;
  }
  .s-certificate__prices {
    gap: 15px;
  }
  .s-certificate__price-input {
    width: 100%;
  }
}

.header-t {
  padding: 13px 0px;
  background: #1a1a18;
  border-bottom: 1px solid #2e2e2c;
}
.header-t__wrapper .toggle {
  margin-left: auto;
}
.toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  width: fit-content;

  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.toggle._active .toggle-button::before {
  transform: translateX(0px);
  right: 2px;
}

.toggle-text {
  transition: color 0.3s ease;
}
.toggle-text._active {
  color: white;
}
.toggle-text:hover {
  color: white;
}
.toggle-button {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50px;

  width: 48px;
  height: 24px;
  background: #dfb56d;
}
.toggle-button::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: calc(100% - 2px);
  transform: translateX(100%);
  background-color: white;

  transition: right 0.4s ease, transform 0.4s ease;
}
@media (max-width: 767px) {
  .header-t {
    padding: 10px 0px;
  }
  .toggle {
    font-size: 15px;
  }
  .toggle-button {
    width: 40px;
    height: 20px;
  }
  .toggle-button::before {
    width: 16px;
    height: 16px;
  }
}