/*
 * Theme name: essence
 * Author: walltak
 * Version: 1.0
 */

a,
button,
input,
select,
textarea,
form {
  outline: none;
}
a,
button,
label {
  transition: 0.2s ease;
  text-decoration: none;
}
body a:hover {
  color: rgba(84, 92, 105, 1);
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c79658;
}

@font-face {
  font-family: "VelaSans";
  src: url("asset/VelaSans/VelaSans-ExtraLight.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "VelaSans";
  src: url("asset/VelaSans/VelaSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "VelaSans";
  src: url("asset/VelaSans/VelaSans-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "VelaSans";
  src: url("asset/VelaSans/VelaSans-SemiBold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "VelaSans";
  src: url("asset/VelaSans/VelaSans-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "VelaSans";
  src: url("asset/VelaSans/VelaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: "VelaSans", sans-serif;
  font-weight: 300;
  background: rgba(255, 255, 255, 1);
  letter-spacing: 0.015em;
}

.wrapper_header_stick {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  transition: 0.2s ease;
  border-bottom: 1px solid rgba(233, 233, 232, 1);
}
.top_head_level {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.2s ease;
}
.top_head_nav_wrp {
  height: 100%;
  display: flex;
  align-items: center;
}
.top_head_nav_wrp .menu {
  display: flex;
  padding-left: 0;
  list-style: none;
  gap: 50px;
}

.top_head_nav_wrp .menu a {
  color: rgba(27, 26, 25, 1);
  font-size: 16px;
}
.top_head_nav_wrp .menu a:hover {
  color: rgba(84, 92, 105, 1);
  text-decoration: underline;
}
.wrap_serch_header {
  display: flex;
  align-items: center;
  height: 100%;
}
.head_serch {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 430px;
}
.sercho_inp {
  height: 46px;
  border: 1px solid rgba(233, 233, 232, 1);
  border-radius: 50px;
  padding: 12px 20px;
  color: rgba(119, 112, 107, 1);
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}
.sercho_inp::placeholder {
  color: rgba(119, 112, 107, 1);
}
.icon_search {
  position: absolute;
  right: 15px;
  background: transparent;
  border: 0;
  padding: 0;
}
.box_contacts_head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 120px;
}
.box_contacts_head a img {
  transition: 0.2s ease;
}
.box_contacts_head a:hover img {
  transform: scale(1.05);
}
.phone_cont_head {
  color: rgba(27, 26, 25, 1);
  font-size: 22px;
}
.socials_head_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  height: 100%;
}
.wrap_adres_header {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.title_adres_head {
  color: rgba(27, 26, 25, 1);
  font-size: 16px;
}
.timeb_adres_head {
  color: rgba(119, 112, 107, 1);
  font-size: 14px;
  font-weight: 300;
}

.box_head_level {
  border-top: 1px solid rgba(233, 233, 232, 1);
  padding-top: 24px;
  padding-bottom: 24px;
  transition: 0.2s ease;
}

.wrapper_header_stick.lides .top_head_level {
  opacity: 0;
  height: 0;
  visibility: hidden;
  padding: 0;
  border: 0;
}
.wrapper_header_stick.lides .box_head_level {
  padding-top: 15px;
  padding-bottom: 15px;
}
#main_offc_menu.lides {
  top: 85px !important;
}
.wrapper_header_stick.lides {
  box-shadow: 0 0 15px #0000001a;
}

.logo_wrap_header {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo_wrap_header img {
  max-width: 210px;
  width: 100%;
  height: auto;
}
.wrap_main_nav_head {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  gap: 50px;
}
.service_open {
  border: 1px solid rgba(27, 26, 25, 1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 46px;
  color: rgba(27, 26, 25, 1);
  font-size: 16px;
  background: transparent;
  max-width: 130px;
  width: 100%;
}
.service_open:hover {
  border-color: rgba(84, 92, 105, 1);
  background: rgba(84, 92, 105, 1);
  color: #fff;
}
.service_open:hover path {
  stroke: #fff;
}
.bnt_service_head {
  max-width: 130px;
  width: 100%;
}
.main_head_nav .menu {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-left: 0;
  list-style: none;
}
.main_head_nav .menu li a {
  color: rgba(27, 26, 25, 1);
  font-size: 16px;
}
.main_head_nav .menu li a:hover {
  color: rgba(84, 92, 105, 1);
  text-decoration: underline;
}
.main_head_nav .menu li.current-menu-item a {
  color: rgba(84, 92, 105, 1);
  text-decoration: underline;
}
.calbk_nbnts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.fill_bnt_text {
  background: rgba(84, 92, 105, 1);
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid rgba(84, 92, 105, 1);
  color: #fff;
  font-size: 16px;
}
.fill_bnt_text:hover {
  background: transparent;
  color: rgba(84, 92, 105, 1);
}
.calbk_nbnts .fill_bnt_text {
  max-width: 160px;
  width: 100%;
}

#main_offc_menu {
  top: 179px !important;
  border-top: 1px solid rgba(233, 233, 232, 1);
  height: 65vh !important;
}

#main_offc_menu .container,
#main_offc_menu .container .row {
  height: 100%;
}
#main_offc_menu .wrap_service_picker {
  height: 100%;
  display: flex;
}
.categorts_service {
  max-width: 500px;
  width: 100%;
  padding-right: 100px;
  border-right: 1px solid rgba(233, 233, 232, 1);
  padding-top: 50px;
  padding-bottom: 50px;
}

.categorts_service ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.last_link_cats {
  color: rgba(27, 26, 25, 1);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  justify-content: space-between;
  width: 100%;
}
.last_link_cats:not(:hover) .iconarrester {
  opacity: 0;
}
.last_link_cats:not(.active) .iconarrester {
  opacity: 0;
}
.last_link_cats .iconarrester {
  transition: 0.2s ease;
}
.last_link_cats.active {
  border: 1px solid rgba(27, 26, 25, 1);
}
.last_link_cats:hover {
  border: 1px solid rgba(27, 26, 25, 1);
}
.last_link_cats:hover .iconarrester {
  opacity: 1;
}
.last_link_cats.active .iconarrester {
  opacity: 1;
}
.places_service_list {
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.list_services_head {
  list-style: none;
  padding-left: 0;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  width: 100%;
}
.list_services_head li {
  width: 100%;
}
.list_services_head li a {
  color: rgba(27, 26, 25, 1);
  font-size: 16px;
  font-weight: 400;
}

.list_services_head li a:hover {
  color: rgba(84, 92, 105, 1);
  text-decoration: underline;
}

.first_stap_box {
  margin-top: 180px;
  position: relative;
}

.slider_homeslide {
  height: calc(100vh - 180px);
}
.slider_homeslide .container {
  height: 100%;
}
.slider_homeslide .row {
  height: 100%;
}
.content_slider_main {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.slider_homeslide .swiper-slide .container {
  position: relative;
  z-index: 1;
}
.image_fon_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.image_fon_banner .peca_image_fonbanner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_title_slider {
  color: rgba(27, 26, 25, 1);
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 815px;
  line-height: 1.3em;
}
.text_under_slide {
  margin-top: 40px;
  display: flex;
  gap: 80px;
}
.text_inslider_cont {
  max-width: 550px;
  font-size: 16px;
  font-weight: 300;
}
.chircle_button {
  background: rgba(84, 92, 105, 1);
  border: 1px solid rgba(84, 92, 105, 1);
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}
.chircle_button:hover {
  background: transparent;
  color: rgba(84, 92, 105, 1);
}

.image_banner_right {
  text-align: right;
  padding-top: 60px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.image_banner_right img {
  width: 100%;
  height: auto;
  max-width: 770px;
}
.main_home_slide {
  position: absolute;
  bottom: 30px;
  z-index: 1;
}
.main_home_slide {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.main_home_slide .nav_btn {
  background: transparent;
  border: 0;
  padding: 0;
  max-width: 45px;
  width: 100%;
}
.main_home_slide .nav_btn img {
  max-width: 45px;
  width: 100%;
  height: auto;
}
.dots_slider_center .swiper-pagination-bullet {
  background: #fff;
}
.dots_slider_center .swiper-pagination-bullet-active {
  background: #fff;
}
.nav_btn.swiper-button-disabled {
  opacity: 0.5;
}
.numms_perks {
  margin-top: 70px;
}
.wrap_line_perks {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.item_perk {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  justify-content: center;
}
.title_perk_perks {
  color: rgba(84, 92, 105, 1);
  font-size: 80px;
  font-weight: 400;
  z-index: 1;
}
.text_perk_perks {
  color: rgba(27, 26, 25, 1);
  font-size: 16px;
  z-index: 1;
}
.circkle_perk {
  z-index: 0;
  background: rgba(241, 233, 222, 1);
  width: 120px;
  height: 120px;
  border-radius: 120px;
  position: absolute;
}

.title_main_page {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}
.wrap_slider_about_box {
  padding-left: 70px;
  position: relative;
  padding-right: 70px;
}
.content_text_about {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.5em;
}
.content_text_about p {
  margin-bottom: 30px;
}
.about_link_wrap {
  margin-top: 50px;
}
.content_about_text {
  padding-right: 30px;
}
.fill_bnt_text.link_go_about {
  max-width: 240px;
}
.wrap_slider_about_box .wrap_slider_about_box img {
  width: 100%;
  height: auto;
}
.inslide_btnses {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.inslide_btnses .slide_left {
  top: calc(50% - 22px);
  z-index: 1;
  left: 0;
  position: absolute;
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.inslide_btnses .slide_right {
  top: calc(50% - 22px);
  z-index: 1;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
}
.inslide_btnses .nav_btn {
  background: transparent;
  border: 0;
  padding: 0;
}
.inslide_btnses .nav_btn img {
  width: 100%;
  height: auto;
}
.wrap_slider_about_box .nav_btn.swiper-button-disabled {
  opacity: 0;
}
.image_about_box {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

.icons_perks .wrap_line_perks {
  gap: 40px;
}

.icons_perks .item_perk_image {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  gap: 30px;
}
.icon_perk_wrap img {
  max-width: 80px;
  width: 100%;
  height: auto;
}
.text_perk_cont {
  font-size: 16px;
}
.main_space_page {
  margin-top: 130px;
}
.image_separator {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.center_title {
  text-align: center;
}
.space_top_cont {
  margin-top: 70px !important;
}
.tabsfillcenter {
  justify-content: center;
  border: 0;
  display: flex;
  gap: 10px;
}
.tabsfillcenter .nav-link {
  font-size: 20px;
  color: rgba(27, 26, 25, 1);
  border: 1px solid rgba(239, 239, 239, 1);
  padding: 12px 24px;
  border-radius: 50px;
}
.tabsfillcenter .nav-link.active,
.tabsfillcenter .nav-link:hover {
  border-color: rgba(27, 26, 25, 1);
}
.tab-content {
  margin-top: 50px;
}
.item_service_box {
  display: flex;
  height: 105px;
  align-items: center;
  gap: 50px;
  transition: 0.2s ease;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(235, 226, 219, 1);
}
.item_service_box:hover {
  background: rgba(241, 233, 222, 1);
}

.item_service_box .name_serv_wrap {
  max-width: 400px;
  width: 100%;
  font-size: 24px;
  line-height: 1.1em;
}
.item_service_box .name_serv_wrap a {
  color: rgba(27, 26, 25, 1);
}
.item_service_box .descr_serv_wrap {
  max-width: 980px;
  width: 100%;
  font-size: 16px;
  line-height: 1.1em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.item_service_box .descr_serv_wrap a {
  color: rgba(65, 59, 55, 1);
}
.item_service_box .btn_serv_wrap {
  max-width: 300px;
  width: 100%;
}
.btn_serv_wrap img {
  transition: 0.4s ease;
}
.btn_serv_wrap:hover img {
  transform: translate(5px, 0);
}
.item_service_box .btn_serv_wrap a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(27, 26, 25, 1);
}
.image_wrap_compare {
  height: 470px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.image_wrap_compare a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.image_wrap_compare img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.2s ease;
}
.box_cont_compare:hover .image_wrap_compare img {
  transform: scale(1.05);
}
.box_compare_wrapp {
  position: relative;
}
.slider_space {
  padding-left: 70px;
  padding-right: 70px;
}
.wrap_content_compbox {
  margin-top: 20px;
}
.title_compare_text {
  font-size: 20px;
  font-weight: 400;
}
.master_compare_box {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
.foto_master_comp {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.foto_master_comp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.name_master_comp {
  color: rgba(27, 26, 25, 1);
  font-size: 18px;
}
.dolj_master_comp {
  margin-top: 5px;
  color: rgba(119, 112, 107, 1);
  font-size: 15px;
}
.wrap_btn_alls_comp {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.link_toall_comp {
  max-width: 270px;
  width: 100%;
}
.wrap_image_abdirec {
  padding-right: 25px;
  display: flex;
  align-items: center;
}
.wrap_image_abdirec img {
  width: 100%;
  height: auto;
  border: 6px;
}
.wrap_text_ab_dir {
  padding-left: 25px;
}
.content_about_directs {
  margin-top: 50px;
  font-size: 16px;
}
.content_about_directs p {
  margin-bottom: 30px;
}
.about_dir_info {
  display: flex;
  align-items: center;
  gap: 50px;
}
.left_text_docs {
  width: 70%;
}
.right_dir_abtbx {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.right_dir_abtbx .calb_bnt_push {
  max-width: 240px;
  width: 100%;
}
.name_dir_abtbx {
  font-size: 20px;
  font-weight: 400;
}
.dolj_dir_abtbx {
  margin-top: 10px;
  color: rgba(65, 59, 55, 1);
  font-size: 16px;
}
.doc_downld {
  margin-top: 10px;
  color: rgba(84, 92, 105, 1);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
}
.doc_downld:hover {
  color: rgb(171 143 105);
}
.tabs_specialists .tab-pane {
  position: relative;
}
.wrrapper_specialcard {
    display: flex;
    flex-direction: column;
}
.wrrapper_specialcard .box_image_specials a {
  height: 600px;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrrapper_specialcard .box_image_specials img {
  object-fit: cover;
  height: 100%;
}
.wrrapper_specialcard .doc_downld {
    margin-bottom: 15px;
}
.name_specials {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
}
.name_specials a {
  color: #000;
}
.doljns_specials {
  font-size: 16px;
  color: rgba(65, 59, 55, 1);
  margin-top: 10px;
  margin-bottom: 15px;
  min-height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content_speci_text .in_specialists {
  margin-top: auto;
  width: 100%;
}
.content_speci_text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.wrap_list_saleposts {
  position: relative;
}
.wrap_img_sl_card a {
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
}
.wrap_img_sl_card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wrap_cont_sl_card {
  margin-top: 20px;
}
.title_sl_card {
  font-size: 20px;
  font-weight: 400;
  color: rgba(27, 26, 25, 1);
}
.except_sl_card {
  display: block;
  margin-top: 10px;
}
.except_sl_card p {
  font-size: 16px;
  color: rgba(27, 26, 25, 1);
  overflow: hidden;
  height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
}
.center_link_all_action {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.center_link_all_action .link_to_allpredl {
  max-width: 290px;
  width: 100%;
}
.allpage_form_consult .wrap_fon_form_cons {
  background: url(/wp-content/uploads/2026/03/65965443.webp) no-repeat;
  padding: 120px 100px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.text_undtit_cons {
  margin-top: 20px;
  font-size: 16px;
}
.cont_form_conslt .wpcf7-form {
  margin-top: 50px;
}
.cont_form_conslt .wpcf7-form .pop_form_conts {
  display: flex;
  gap: 10px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.inlinepopform p {
  display: flex;
  gap: 10px;
  width: 100%;
}
.inlinepopform .wpcf7-form-control-wrap {
  width: 23%;
}
.inlinepopform .bottom_form_lest .wpcf7-form-control-wrap {
  width: 100%;
}
.inlinepopform br {
  display: none;
}

.input_footer {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #fff;
  border-radius: 50px;
  height: 60px;
  padding: 10px 30px;
  font-size: 16px;
  transition: 0.2s ease;
}
.input_footer:focus {
  border: 1px solid rgba(27, 26, 25, 1);
}
.sand_form_conts {
  width: 24%;
  background: rgba(84, 92, 105, 1);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid rgba(84, 92, 105, 1);
  color: #fff;
  transition: 0.2s ease;
  font-size: 16px;
}
.sand_form_conts:hover {
  background: transparent;
  color: rgba(84, 92, 105, 1);
}
.prew_videos_podks {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  overflow: hidden;
  border-radius: 6px;
}
.prew_videos_podks .playbtn {
  position: absolute;
  background: transparent;
  border: 0;
  padding: 0;
}
.prew_videos_podks img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease;
}
.prew_videos_podks .playbtn:hover img {
  transform: scale(1.05);
}
.title_podkst {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}
#video_modal .modal-content {
  background-color: rgb(28 44 59 / 7%);
}
.data_podkast {
  margin-top: 10px;
  color: rgba(119, 112, 107, 1);
  font-size: 15px;
}
.wrap_reviews_box {
  display: flex;
  gap: 30px;
}
.image_prew_smis {
  width: 20%;
}
.list_text_slis {
  width: 80%;
}
.box_bnts_slider .nav_btn {
  background: transparent;
  border: 0;
  padding: 0;
}
.box_bnts_slider {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.box_bnts_slider.imgsmis_bnt_slide {
  margin-top: 20px;
}
.image_prew_smis .image_box_slidse {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 360px;
  border-radius: 6px;
}
.image_prew_smis .image_box_slidse img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wrap_box_link_ses {
  border: 1px solid rgba(233, 233, 232, 1);
  padding: 30px;
  border-radius: 6px;
}
.title_smistext {
  overflow: hidden;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  line-height: 1.1em;
}
.link_wthicon_smis {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: rgba(27, 26, 25, 1);
  margin-top: 30px;
}
.link_wthicon_smis img {
  transition: 0.4s ease;
}
.link_wthicon_smis:hover img {
  transform: translate(5px, 0);
}

.row_table.hider {
  display: none !important;
}

.space_smis_box {
  padding-right: 90px;
  position: relative;
}
.textsmi_bnt_slide .slide_left {
  display: none !important;
}
.textsmi_bnt_slide .slide_right {
  right: 25px;
}
.senter_texts_cont {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
}
.phone_links {
  color: rgba(27, 26, 25, 1);
  font-size: 24px;
}
.box_socials_link_cnbox {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.box_socials_link_cnbox a img {
  transition: 0.2s ease;
}
.box_socials_link_cnbox a:hover img {
  transform: scale(1.03);
}
.nameadresconts {
  color: rgba(27, 26, 25, 1);
  font-size: 18px;
}
.timejobcontse {
  color: rgba(119, 112, 107, 1);
  font-size: 15px;
}
.mail_links {
  font-size: 18px;
  color: rgba(27, 26, 25, 1);
}

.checksbtms.wpcf7-form-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.checksbtms .wpcf7-list-item {
  margin: 0 !important;
  width: 100%;
}
.checksbtms .wpcf7-list-item label {
  width: 100%;
}
.checksbtms input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.checksbtms {
  margin-top: 10px;
}
.checksbtms .wpcf7-list-item-label {
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: transparent;
  color: #fff;
  width: 100%;
  transition: 0.2s ease;
  cursor: pointer;
}
.checksbtms .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.checksbtms .wpcf7-list-item-label:hover {
  background: #545c69;
  color: rgb(255 255 255);
}

.modal-title {
  color: #fff;
  font-size: 24px;
}
.close_pop {
  background: transparent;
  border: 0;
  padding: 0;
}
.whitest_label_group {
  color: #fff;
}
.wrap_form_row {
  margin-bottom: 20px;
}
.callmethods_btm {
  margin-bottom: 20px;
}
.imp_nobgr {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50px;
  height: 60px;
  padding: 10px 30px;
  font-size: 16px;
  transition: 0.2s ease;
}
.imp_nobgr:hover,
.imp_nobgr:active {
  border: 1px solid rgba(27, 26, 25, 1);
}
.wpcf7-not-valid-tip {
  margin-left: 10px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}
.bordered_btm_form {
  background: rgba(84, 92, 105, 1);
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid rgba(84, 92, 105, 1);
  color: #fff;
  font-size: 16px;
  width: 150px;
}
.bordered_btm_form:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.slider_cont_alls .slider_space {
  position: relative;
}
.dataactions {
  color: rgba(119, 112, 107, 1);
  font-size: 15px;
  margin-top: 10px;
}
.pop_form_conts .bottom_form_lest {
  width: 100%;
}
.pop_form_conts .bottom_form_lest label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pop_form_conts .bottom_form_lest .wpcf7-list-item-label {
  font-size: 14px;
  color: rgba(27, 26, 25, 1);
  font-weight: 200;
}
.pop_form_conts .bottom_form_lest .wpcf7-list-item-label a {
  color: rgba(27, 26, 25, 1);
  text-decoration: underline;
}

.form_in_pops .bottom_form_lest {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.form_in_pops .bottom_form_lest .wpcf7-list-item label {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form_in_pops .bottom_form_lest .wpcf7-list-item label input {
  float: left;
  margin-left: -1.5em;
  border: 1px solid #fff;
}
.form_in_pops .bottom_form_lest .wpcf7-list-item-label {
  color: #cdcdcd;
  font-size: 14px;
  line-height: 1.2em;
  max-width: 370px;
  margin-left: 10px;
  display: block;
}
.form_in_pops .bottom_form_lest .wpcf7-list-item-label a {
  color: #cdcdcd;
  text-decoration: underline;
}
.form_in_pops .form-check-input:checked {
  background-color: #fff;
}
#video_modal .modal-header {
  justify-content: flex-end;
}
#video_modal .modal-dialog {
  max-width: 800px !important;
}
#video_modal .modal-body video {
  width: 100%;
  height: auto;
  box-shadow: 0 0 40px rgb(0 0 0 / 50%);
}
.space_to_map {
  margin-top: 50px !important;
  border-radius: 6px;
  overflow: hidden;
}
.footer_main {
  background: rgba(84, 92, 105, 1);
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: 130px;
}

.list_nav_footer ul {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav_title_footer {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 14px;
}
.list_nav_footer ul a {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}
.list_nav_footer ul a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.list_conts_footer {
  height: 100%;
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.box_contact_footer {
  margin-top: 30px;
}
.phone_links_footer {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
}
.phone_links_footer:hover {
  color: rgba(255, 255, 255, 0.5);
}
.socillink_footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.foot_text_adres_page {
  margin-top: 30px;
}
.foot_text_adres_page .nameadresconts {
  color: #fff;
  font-size: 16px;
}
.foot_text_adres_page .timejobcontse {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.mail_links_footer {
  margin-top: 30px;
  display: flex;
  width: fit-content;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}
.mail_links_footer:hover {
  color: rgba(255, 255, 255, 0.5);
}
.twos_fot_level {
  margin-top: 50px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px !important;
}
.undfoot_info {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.undfoot_info a {
  color: rgba(255, 255, 255, 0.5);
}
.link_to_razr {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.5);
}
.undfoot_info a:hover {
  color: #fff;
}
.logo_footer img {
  max-width: 260px;
  width: 100%;
  height: auto;
}
.image_about_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrapper_fix_header {
  margin-top: 180px;
}
.breadcums_wrap {
  background: rgba(246, 247, 248, 1);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcums_wrap .breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aioseo-breadcrumbs {
  color: rgba(119, 112, 107, 1);
  font-size: 14px;
}
.aioseo-breadcrumbs a {
  color: rgba(27, 26, 25, 1);
}
.archivepage_service {
  margin-top: 70px;
}
.specialist_slides_serv .tabs_specialists {
  position: relative;
}

.box_serv_image {
  width: 100%;
  overflow: hidden;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.box_serv_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box_serv_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(241 233 222 / 30%);
}
.head_serv_box {
  background: rgba(248, 244, 239, 1);
}
.box_image_service {
  overflow: hidden;
  border-radius: 6px;
}
.box_image_service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap_cols_aboutserv {
  display: flex;
  gap: 40px;
  padding-top: 70px;
  padding-bottom: 110px;
}
.name_servs_main {
  width: calc(50% - 20px);
}
.short_serv_descr {
  width: calc(50% - 20px);
}
.name_servs_main h1 {
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 400;
}
.text_descrshort {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1em;
}
.text_descrshort p {
  margin-bottom: 10px;
}
.text_descrshort ul {
  padding-left: 1.5rem;
}
.btns_serv_descr {
  display: flex;
  margin-top: 40px;
  gap: 10px;
}
.btns_serv_descr .calb_bnt_push {
  max-width: 220px;
  width: 100%;
  font-weight: 400;
}
.cirkles_bnt_text {
  background: transparent;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid rgba(84, 92, 105, 1);
  color: rgba(84, 92, 105, 1);
  font-size: 16px;
  font-weight: 400;
}
.cirkles_bnt_text:hover {
  background: rgba(84, 92, 105, 1);
  color: #fff;
}
.btns_serv_descr .zapis_bnt_push {
  max-width: 220px;
  width: 100%;
}
.list_btns_scrol_wrap {
  background: rgba(241, 233, 222, 1);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.btn_nav_serv {
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 54px;
  color: rgba(27, 26, 25, 1);
}
.btn_nav_serv.active,
.btn_nav_serv:hover {
  background: rgba(84, 92, 105, 1);
  color: #fff;
}
.fixed_scroll_servnav {
  position: sticky;
  top: 90px;
  z-index: 99;
  margin-top: -50px;
}
.about_serv_box {
  margin-top: 120px;
}
.box_list_images_serv {
  display: flex;
  margin-top: 70px;
  justify-content: space-between;
}
.item_image_serv .mane_iconserv {
  margin-top: 20px;
  color: rgba(119, 112, 107, 1);
  font-size: 13px;
  font-weight: 300;
}
.item_image_serv .val_iconserv {
  margin-top: 5px;
  color: rgba(27, 26, 25, 1);
  font-size: 18px;
  font-weight: 400;
}
.iconservcwrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 80px;
  height: 80px;
  justify-content: center;
}
.iconservcwrap img {
  width: 100%;
  height: auto;
}
.aboutservblox {
  padding-right: 40px;
}
.aboutservima {
  padding-left: 40px;
}
.filserv_text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 70px;
}
.filserv_text p {
  margin-bottom: 10px;
}
.filserv_text ul {
  padding-left: 1.5rem;
  margin-bottom: 10px;
}
.filserv_text h2,
.filserv_text h3,
.filserv_text h4 {
  font-size: 18px;
}
.filserv_text.cutdescr {
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  transition: 0.2s ease;
}
.filserv_text.fillopen {
  display: block !important;
  overflow: unset !important;
}
.btm_seealls_descr {
  margin-top: 10px;
}
.sealal_descr {
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(27, 26, 25, 1);
  font-size: 16px;
  font-weight: 300;
  border: 0;
  padding: 0;
}
.sealal_descr img {
  max-width: 32px;
  width: 100%;
  height: auto;
  transition: 0.4s ease;
}
.sealal_descr:hover img {
  transform: translate(0, 5px);
}
.title_formservicer {
  max-width: 800px;
}
.wrap_form_inservsas {
  background-color: rgba(84, 92, 105, 1);
  background-image: url(/wp-content/uploads/2026/03/dasass.svg);
  background-position: top center;
  padding: 100px 120px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  color: #fff;
}
.pretitle_speciler {
  font-size: 20px;
  font-weight: 400;
}
.orangetitle_serv {
  margin-top: 40px;
  color: rgba(255, 212, 152, 1);
  font-size: 44px;
  font-weight: 400;
}
.text_predl_serv {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}
.bouter_serv_formers {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.text_act_vreowe {
  color: rgb(255 255 255 / 50%);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}
.dot_zverdssd {
  color: rgba(255, 212, 152, 1);
  font-size: 22px;
  font-weight: 300;
}
.service_wrap_form .form_wrap_inservser {
  max-width: 550px;
}
.tpretitle {
  font-size: 16px;
  font-weight: 300;
}
.service_wrap_form .form_wrap_inservser form {
  margin-top: 40px;
}
.service_wrap_form .pop_form_conts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.service_wrap_form .form_wrap_inservser .wpcf7-form-control-wrap {
  width: 100%;
}
.service_wrap_form .form_wrap_inservser .sand_form_conts {
  width: 100%;
  background: rgba(255, 212, 152, 1);
  border: 1px solid rgba(255, 212, 152, 1);
  color: rgba(27, 26, 25, 1);
}
.service_wrap_form .form_wrap_inservser .sand_form_conts:hover {
  color: rgba(255, 212, 152, 1);
  background: transparent;
}
.service_wrap_form .form_wrap_inservser .bottom_form_lest {
  margin-top: 10px;
}
.service_wrap_form
  .form_wrap_inservser
  .bottom_form_lest
  .wpcf7-list-item-label {
  color: rgba(255, 255, 255, 1);
}
.service_wrap_form
  .form_wrap_inservser
  .bottom_form_lest
  .wpcf7-list-item-label
  a {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
.service_wrap_form .form_wrap_inservser .form-check-input {
  border-color: #fff;
}

.wrap_table_price table {
  width: 100%;
}
.wrap_table_price thead {
  background: rgba(241, 233, 222, 1);
}
.wrap_table_price thead th {
  text-transform: uppercase;
  font-weight: 300;
  padding: 30px;
}
.wrap_table_price tbody td {
  padding: 30px;
  font-size: 16px;
  border-bottom: 1px solid rgba(235, 226, 219, 1);
}
.wrap_btn_loadall_serv {
  margin-top: 50px;
}
.wrap_btn_loadall_serv .loadallbtn {
  width: 100%;
}

.box_wrap_facts {
  background-color: rgba(248, 244, 239, 1);
  background-image: url(/wp-content/uploads/2026/03/dfjdf.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  border-radius: 6px;
  padding: 70px;
  display: flex;
  gap: 50px;
}
.tabs_accrd_facts .nav-tabs {
  border: 0;
  gap: 10px;
}
.title_box_facts {
  max-width: 550px;
  width: 100%;
}
.tabs_accrd_facts .nav-tabs .nav-link {
  border: 1px solid rgba(27, 26, 25, 0.07);
  background: transparent;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(27, 26, 25, 1);
  font-size: 20px;
  font-weight: 400;
  padding: 10px 24px;
  height: 51px;
}
.tabs_accrd_facts .nav-link.active,
.tabs_accrd_facts .nav-link:hover {
  border-color: rgba(27, 26, 25, 1);
  background: transparent;
  color: rgba(27, 26, 25, 1);
}
.tabs_accrd_facts .tab-content {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5em;
  color: rgba(27, 26, 25, 1);
}
.tabs_accrd_facts .tab-content p {
  margin-bottom: 10px;
}
.tabs_accrd_facts .tab-content ul {
  padding-left: 1.5rem;
}
.accordion_twocols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.accordion_twocols .accordion-item .accordion-button {
  background: rgba(241, 233, 222, 1);
  padding: 20px 30px;
  font-size: 18px;
  color: rgba(27, 26, 25, 1);
  font-weight: 400;
  box-shadow: unset !important;
  outline: none !important;
}
.accordion_twocols .accordion-button:not(.collapsed) {
  box-shadow: unset !important;
  background: rgba(241, 233, 222, 1);
  color: rgba(27, 26, 25, 1);
}
.colones_attc {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion_twocols .accordion-body {
  font-size: 16px;
}
.accordion_twocols .accordion-body p {
  margin-bottom: 10px;
}
.accordion_twocols .accordion-body ul {
  padding-left: 1.5rem;
  margin-bottom: 10px;
}
#gozapis .modal-title {
  font-size: 18px;
}

.archivepage_service .title_main_page {
  text-transform: uppercase;
}

.wrap_problems_nav ul {
  list-style: none;
  padding-left: 0;
}
.drop_nav_problems {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 400px;
}
.item_problem a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1b1a19;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 30px;
  background: #f1e9de;
  border-radius: 6px;
  padding-right: 0;
}
.item_problem a:hover,
.item_problem a.active {
  background: #eddabfd6;
  color: #1b1a19;
}

.dropcats_probl {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 0;
  opacity: 0;
  font-size: 0 !important;
  visibility: hidden;
  transition: 0.2s ease;
}
.dropcats_probl a {
  background: transparent;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #e9e9e8;
}
.dropcats_probl a:hover {
  background: transparent;
  border-color: #1b1a19;
}
.dropcats_probl.open {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 5px;
  font-size: 16px !important;
}
.bntopenproblem .dropimage {
  width: 60px;
  height: 23px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
}
.bntopenproblem .dropimage img {
  transition: 0.2s ease;
}
.bntopenproblem .dropimage.showe img {
  transform: rotate(-180deg);
}

.wrap_list_post_probl {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.image_problem_card a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16.5vw;
  overflow: hidden;
  border-radius: 6px;
}
.image_problem_card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease;
}
.item_probl_card:hover .image_problem_card img {
  transform: scale(1.05);
}
.card_content_problem {
  margin-top: 20px;
}
.title_problem {
  color: #1b1a19;
  font-size: 20px;
  font-weight: 400;
}
.button_tosee {
  margin-top: 20px;
}
.button_tosee img {
  transition: 0.4s ease;
}
.button_tosee:hover img {
  transform: translate(5px, 0);
}
.seeallbnts {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #1b1a19;
  font-size: 18px;
  font-weight: 300;
}
.placetovideos {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play_btn_videos {
  position: absolute;
  z-index: 9;
  background: transparent;
  border: 0;
  padding: 0;
  width: 80px;
  height: 80px;
}
.play_btn_videos img {
  width: 100%;
  height: auto;
  transition: 0.2s ease;
}
.play_btn_videos:hover {
  transform: scale(1.05);
}
.placetovideos video {
  width: 100%;
  height: auto;
}
.wrap_results_grid {
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fulpage_accords .accordion-item {
  width: 100%;
}
.accordion_twocols.fulpage_accords .accordion-item .accordion-button {
  border-radius: 6px;
  padding: 30px;
  font-size: 22px;
  font-weight: 300;
}
.fulpage_accords .accordion-body {
  padding: 0;
}
.uncolorepagelist thead {
  background: transparent;
}
.uncolorepagelist thead th {
  border-bottom: 1px solid rgba(235, 226, 219, 1);
  color: rgba(65, 59, 55, 1);
}
.wrap_salse_grid {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.subtitle_in_page {
  font-size: 16px;
  font-weight: 300;
  color: rgba(27, 26, 25, 1);
}

.sert_img_slides {
  margin-top: 70px;
  position: relative;
}
.fon_bg_sertigs {
  background-color: #545c69;
  height: 400px;
  background-image: url(http://gold.animagrad.beget.tech/wp-content/uploads/2026/03/54854433.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: absolute;
  width: 100%;
}
.text_wrap_card_style,
.wrapper_cards_style {
  z-index: 1;
  position: relative;
}
.text_wrap_card_style {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.image_stap_wrap {
  display: flex;
  align-items: center;
  color: #bdc1c8;
  font-size: 20px;
  gap: 10px;
}
.name_stap_box {
  font-size: 28px;
  text-align: center;
  margin-top: 10px;
}
.sert_img_slides .name_stap_box {
  color: #fff;
}
.wrapper_cards_style {
  position: relative;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.sertifs_slider .swiper-slide {
  justify-content: center;
  display: flex;
}
.image_card_wrap {
  max-width: 630px;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.image_card_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap_form_liner_sert {
  margin-top: 70px;
}
.wrap_form_liner_sert .image_stap_wrap {
  color: #545c69;
}
.wrap_form_liner_sert .field_form_sert {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.wrap_form_liner_sert .imp_nobgr {
  border: 1px solid #e9e9e8;
}
.wrap_form_liner_sert .imp_nobgr::placeholder {
  color: #77706b;
  font-weight: 300;
}
.center_nomin .wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.center_nomin .imp_nobgr {
  max-width: 400px;
  text-align: center;
}
.fillformtext {
  width: 100%;
}
.ful_block_serwert {
  display: flex;
  align-items: center;
  gap: 20px;
}
.field_form_sert .wpcf7-form-control-wrap {
  width: calc(33% - 10px);
}
.fillformtext .textar_class {
  height: 130px;
  border-radius: 20px;
  padding: 30px;
}
.buttonsentersertif {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.buttonsentersertif .wpcf7-list-item label {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.buttonsentersertif .wpcf7-list-item label input {
  float: left;
  margin-left: -1.5em;
  border: 1px solid #1b1a19;
}
.buttonsentersertif .wpcf7-list-item-label {
  color: #1b1a19;
  font-size: 14px;
  line-height: 1.2em;
  max-width: 370px;
  margin-left: 10px;
  display: block;
}
.buttonsentersertif .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #1b1a19;
}
.buttonsentersertif .sand_btm {
  margin-top: 15px;
  max-width: 500px;
  width: 100%;
}
.buttonsentersertif .bordered_btm_form {
  max-width: 500px;
  width: 100%;
  transition: 0.2s ease;
}
.btns_sertifos {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btns_sertifos a {
  color: #1b1a19;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.buttonsentersertif .bordered_btm_form:hover {
  border: 1px solid rgba(84, 92, 105, 1);
  color: rgba(84, 92, 105, 1);
}

.orangebnthref {
  background: #ffd498;
  border: 1px solid #ffd498;
  color: #1b1a19;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  max-width: 260px;
  width: 100%;
  border-radius: 50px;
}
.orangebnthref:hover {
  background: transparent;
  color: #ffd498;
}
.leftboxlinks {
  margin-top: 40px;
}
.wrapimagesertif {
  margin-top: -161px;
}
.podarinabaut .wrap_form_inservsas {
  padding: 90px 120px;
  gap: 60px;
  padding-right: 70px;
}
.service_wrap_form.podarinabaut .form_wrap_inservser {
  max-width: 750px;
}
.wrapimagesertif img {
  width: 100%;
  height: auto;
}
.podarinabaut .orangetitle_serv {
  margin-top: 0 !important;
}
.about_page_head {
  background: transparent;
}
.about_page_head .name_servs_main {
  width: calc(65% - 20px);
}
.about_page_head .short_serv_descr {
  width: calc(35% - 20px);
}
.imgboxcont {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 6px;
}
.imgboxcont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play_btn_videos_cont {
  position: absolute;
  background: transparent;
  border: 0;
  padding: 0;
  width: 80px;
  height: 80px;
}
.play_btn_videos_cont img {
  width: 100%;
  transition: 0.2s ease;
  height: auto;
}
.play_btn_videos_cont:hover img {
  transform: scale(1.05);
}

.checkformcalb {
  border-color: #1b1a19;
}
.slider_conts_wrap {
  position: relative;
}
.btns_conts_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.btns_conts_wrap a {
  max-width: 230px;
  width: 100%;
}
.imgboxcont a {
  width: 100%;
  height: 100%;
}

.list_categs_catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.categ_bttn {
  border: 1px solid #efefef;
  font-size: 16px;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1b1a19;
  background-color: transparent;
  background-position: 90% center;
  background-repeat: no-repeat;
  border-radius: 50px;
  gap: 15px;
}
.categ_bttn:hover,
.categ_bttn.active {
  color: #1b1a19;
  border-color: #1b1a19;
}
.categ_bttn.active {
  background-image: url(/wp-content/uploads/2026/03/fsdhsdg.svg);
  padding-right: 35px;
}
.title_filters {
  color: #1b1a19;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 200;
}
.list_filters_cat {
  margin-top: 40px;
}
.item_filter_cat {
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
.head_name_filt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  align-items: center;
}
.head_name_filt span {
  color: #1b1a19;
  font-size: 20px;
  font-weight: 400;
}
.shows_image {
  width: 30px;
  height: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.shows_image img {
  transition: 0.2s ease;
}
.list_attr_filter {
  margin-top: 20px;
  list-style: none;
  display: none;
  flex-wrap: wrap;
  gap: 2px;
  transition: 0.4s ease;
  opacity: 0;
}
.item_filter_cat .list_attr_filter.open {
  display: flex;
  height: auto;
  opacity: 1;
}
.head_name_filt.showe .shows_image img {
  transform: rotate(180deg);
}

.list_attr_filter li {
  width: 100%;
}
.list_attr_filter .lisfilterbtn {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
  transition: 0.2s ease;
  padding: 10px 15px;
}
.list_attr_filter .lisfilterbtn:hover {
  background: #f5f5f5;
  border-radius: 6px;
}
.list_attr_filter .wpcf7-list-item-label {
  color: #1b1a19;
  font-size: 16px;
}

.list_filters_cat {
  padding-right: 30px;
}
.list_attr_filter .checkformcalb {
  border: 2px solid #e9e9e8;
}

.list_attr_filter .form-check-input:checked[type="checkbox"] {
  background-image: 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");
  background-color: #545c69;
  border-color: #545c69;
  border-radius: 50px;
}
.pricebox {
  justify-content: space-between;
}
.pricebox .form-floating {
  width: 48%;
}
.pricebox .form-floating .form-control {
  height: 52px;
  border: 1px solid #e9e9e8;
}
.pricebox .form-floating > label {
  padding: 14px;
  color: rgba(27, 26, 25, 0.5);
  font-size: 16px;
}
.cat_prodins {
  border-radius: 6px;
  border: 1px solid #e9e9e8;
  overflow: hidden;
  cursor: pointer;
}
.cat_prodins .image_prod_box {
  height: 400px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat_prodins .image_prod_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease;
}
.cat_prodins:hover .image_prod_box img {
  transform: scale(1.05);
}
.cont_prod_infos {
  padding: 10px 15px;
}
.name_prods {
  color: #1b1a19;
  font-size: 18px;
  font-weight: 400;
}
.price_producter {
  margin-top: 15px;
  color: #1b1a19;
  font-weight: 300;
}

.sliderrelated_wrap {
  position: relative;
}

.gallery_wrap .gallery_thumbs_wrap {
  margin-top: 15px;
  padding: 0 30px;
}

.gallery_wrap .prod_gallery_thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 120px !important;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery_wrap .prod_gallery_thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #000000;
}
.gallery_wrap .prod_gallery_thumbs .swiper-slide img {
  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;
}
.pagination_btms {
  display: flex;
  justify-content: space-between;
}
.pagination_btms .nav_btn {
  position: absolute;
  background: transparent;
  border: 0;
  padding: 0;
  bottom: 50px;
}
.pagination_btms .slide_left {
  left: 0;
}
.pagination_btms .slide_right {
  right: 0;
}
.single_product {
  margin-top: 70px;
}
.wrap_infoproduct {
  padding-left: 100px;
}
.title_product {
  color: #1b1a19;
  font-size: 32px;
  font-weight: 400;
}
.short_descrp {
  margin-top: 50px;
  font-size: 16px;
  color: #1b1a19;
  line-height: 1.5em;
}
.table_attribts {
  margin-top: 70px;
  max-width: 470px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.item_atrib {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e9e9e8;
  padding-top: 10px;
  padding-bottom: 10px;
}
.item_atrib .name_attr {
  color: #77706b;
  font-size: 16px;
  font-weight: 300;
}
.item_atrib .val_attr {
  color: #1b1a19;
  font-size: 16px;
}
.price_meta_prod {
  margin-top: 50px;
  max-width: 470px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.price_prod {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.price_prod ins {
  color: #1b1a19;
  font-size: 22px;
  font-weight: 300;
  text-decoration: unset;
}
.price_prod del {
  color: rgba(27, 26, 25, 0.5);
  font-size: 16px;
  font-weight: 300;
}
.stock_stat {
  color: rgba(84, 92, 105, 1);
  font-size: 16px;
  font-weight: 300;
  display: flex;
  gap: 10px;
  align-items: center;
}
.counter_cart {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
.quels_imp {
  display: flex;
  align-items: center;
  position: relative;
}
.quels_imp .qty {
  border: 1px solid rgba(233, 233, 232, 1);
  border-radius: 50px;
  height: 60px;
  max-width: 120px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  background: transparent;
}
.quels_imp .qty::-webkit-outer-spin-button,
.quels_imp .qty::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.quels_imp .qty {
  -moz-appearance: textfield; /* Firefox */
}
.quels_imp .btmquals {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
}
.quels_imp .btmquals.minus {
  left: 20px;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  color: #1b1a19;
}
.quels_imp .btmquals.plus {
  right: 25px;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  color: #1b1a19;
}
.button_gobuy {
  max-width: 330px;
  width: 100%;
}
.button_gobuy .goaddcart {
  max-width: 330px;
  width: 100%;
  height: 60px;
}
.wrap_tabs_product .nav-tabs {
  justify-content: center;
}
.wrap_tabs_product .tabs_accrd_facts {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap_tabs_product .tab-content {
  margin-top: 70px;
}

.slider_homeslide .swiper-slide {
  background-size: cover;
}
.about_dir_info {
  margin-top: 50px;
}
.date_blog {
  color: #727272;
  margin-bottom: 5px;
}
.wrap_blog_news {
  max-width: 1000px;
  margin: 0 auto;
}
.title_serchrazd {
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 400;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 10px;
}

.wrap_content_page h1,
.wrap_content_page h2,
.wrap_content_page h3,
.wrap_content_page h4,
.wrap_content_page h5 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-bottom: 0;
}
.wrap_content_page p {
  margin-bottom: 10px;
  font-size: 16px;
}
.wrap_content_page ul,
.wrap_content_page ol {
  padding-left: 1.5rem;
  margin-bottom: 10px;
}

.btn_go_filtr {
  width: 100%;
  display: none;
}
.btn_go_filtr.active {
  display: flex;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wrap_form_inservsas .checkformcalb {
  min-width: 20px;
}
.fuul_twolvl .wpcf7-form-control-wrap {
  width: 100%;
}
.fuul_twolvl .wpcf7-form-control-wrap {
  flex-wrap: wrap;
}
.alllisinliner p {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.alllisinliner p br {
  display: none;
}
.alllisinliner .fillformtext p .wpcf7-form-control-wrap {
  width: 100%;
}
.wrap_form_liner_sert .wpcf7-not-valid-tip {
  width: 100%;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #f1e9de !important;
  border-radius: 6px !important;
  padding: 10px 20px !important;
  color: #000000;
  background: #f1e9de !important;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  top: 100px;
}

.wrap_cols_sinspec {
  display: flex;
  gap: 100px;
  margin-top: 70px;
}
.foro_specials {
  max-width: 440px;
  width: 100%;
}
.wrap_image_specoalist img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.wrap_btnsestr {
  margin-top: 20px;
}
.wrap_btnsestr .fill_bnt_text {
  width: 100%;
}
.wrap_cols_sinspec .title_main_page {
  font-size: 32px;
}
.content_about_text .dolj_spec_detals {
  margin-top: 25px;
  color: #413b37;
  margin-bottom: 35px;
  font-size: 16px;
}
.desrc_specoalfolers {
  color: #1b1a19;
  font-size: 16px;
  line-height: 1.4em;
}
.obrazovs_specdet {
  margin-top: 70px;
}
.title_obrazovses {
  color: #1b1a19;
  font-size: 32px;
  font-weight: 400;
}
.itemlist_wrapses_ds {
  margin-bottom: 35px;
}
.itemlist_wrapses_ds:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2026/04/ddcdrrrg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -10px;
}
.cont_list_obrazovest {
  margin-top: 60px;
  padding-left: 40px;
  position: relative;
  max-width: 680px;
}
.cont_list_obrazovest:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 75%;
  background: #e9e9e8;
}
.sere_pefders {
  color: #1b1a19;
  font-size: 16px;
  font-weight: 500;
}
.valest_pefders {
  margin-top: 15px;
  color: #1b1a19;
  font-size: 16px;
  line-height: 1.3em;
}

.items_sertif .boxgalsertifs {
  overflow: hidden;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.items_sertif .boxgalsertifs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease;
}
.items_sertif .boxgalsertifs:hover img {
  transform: scale(1.03);
}
.sertifes_wrap {
  margin-top: 130px;
}

@media (min-width: 991px) and (max-width: 1850px) {
  .top_head_nav_wrp .menu {
    gap: 40px;
  }
  .top_head_nav_wrp .menu a {
    font-size: 14px;
  }
  .timeb_adres_head {
    font-size: 13px;
  }
  .box_contacts_head {
    gap: 60px;
  }
  .phone_cont_head {
    font-size: 18px;
  }
  .logo_wrap_header img {
    max-width: 200px;
  }
  .main_head_nav .menu {
    gap: 25px;
  }
  .main_head_nav .menu li a {
    font-size: 14px;
  }
  .wrap_main_nav_head {
    gap: 35px;
  }
  .last_link_cats {
    padding: 12px 20px;
    font-size: 18px;
  }
  .places_service_list {
    padding-left: 50px;
  }
  .categorts_service {
    padding-right: 50px;
  }
  .tabsfillcenter .nav-link {
    font-size: 18px;
    padding: 10px 20px;
  }
  .item_service_box .name_serv_wrap {
    font-size: 20px;
  }
  .title_main_page {
    font-size: 34px;
  }
  .content_about_directs p {
    margin-bottom: 15px;
  }
  .right_dir_abtbx {
    width: 35%;
  }
  .wrrapper_specialcard .box_image_specials a {
    height: 450px;
  }
  .name_specials {
    margin-top: 10px;
    min-height: 54px;
  }
  .doljns_specials {
    font-size: 14px;
    min-height: 60px;
    margin-top: 0;
  }
  .fill_bnt_text {
    height: 50px;
    font-size: 14px;
  }
  .doc_downld {
    font-size: 14px;
  }
  .space_top_cont {
    margin-top: 50px !important;
  }
  .wrap_cont_sl_card {
    margin-top: 10px;
  }
  .except_sl_card p {
    font-size: 14px;
    height: 54px;
  }
  .except_sl_card {
    margin-top: 5px;
  }
  .center_link_all_action {
    margin-top: 50px;
  }
  .allpage_form_consult .wrap_fon_form_cons {
    padding: 90px 80px;
  }
  .input_footer {
    padding: 10px 25px;
    font-size: 14px;
  }
  .sand_form_conts {
    width: 20%;
  }
  .prew_videos_podks {
    height: 370px;
  }
  .title_podkst {
    margin-top: 10px;
    font-size: 16px;
  }
  .title_smistext {
    height: 59px;
    -webkit-line-clamp: 3;
    font-size: 18px;
  }
  .link_wthicon_smis {
    font-size: 14px;
  }
  .main_space_page {
    margin-top: 110px;
  }
  .undfoot_info {
    font-size: 14px;
  }
  .list_nav_footer ul a {
    font-size: 15px;
  }
  .first_stap_box {
    margin-top: 176px;
  }
  .wrapper_fix_header {
    margin-top: 176px;
  }
  .aioseo-breadcrumbs {
    font-size: 12px;
  }
  .name_servs_main h1 {
    font-size: 36px;
  }
  .item_image_serv .mane_iconserv {
    font-size: 12px;
  }
  .item_image_serv .val_iconserv {
    font-size: 16px;
  }
  .filserv_text {
    margin-top: 30px;
  }
  .box_list_images_serv {
    margin-top: 50px;
  }
  .pretitle_speciler {
    font-size: 18px;
  }
  .orangetitle_serv {
    margin-top: 30px;
    font-size: 34px;
  }
  .title_formservicer {
    max-width: 590px;
  }
  .tabs_accrd_facts .nav-tabs .nav-link {
    font-size: 18px;
  }
  .tabs_accrd_facts .tab-content {
    margin-top: 30px;
  }
  .accordion_twocols .accordion-item .accordion-button {
    padding: 17px 25px;
    font-size: 16px;
  }
  .image_problem_card a {
    height: 15.5vw;
  }
  .card_content_problem {
    margin-top: 15px;
  }
  .title_problem {
    font-size: 18px;
  }
  .seeallbnts {
    font-size: 16px;
    gap: 10px;
  }
  .button_tosee {
    margin-top: 10px;
  }
  .cirkles_bnt_text {
    height: 50px;
    font-size: 14px;
  }
  .podarinabaut .wrap_form_inservsas {
    padding: 70px 80px;
    gap: 60px;
    padding-right: 50px;
  }
  .podarinabaut .text_predl_serv {
    margin-top: 20px;
  }
  .podarinabaut .leftboxlinks {
    margin-top: 25px;
  }
  .wrapimagesertif {
    margin-top: -117px;
  }
  .orangebnthref {
    height: 50px;
    font-size: 14px;
    max-width: 230px;
  }
  #main_offc_menu {
    top: 175px !important;
  }
  .imgboxcont {
    height: 400px;
  }
  .cat_prodins .image_prod_box {
    height: 310px;
  }
  .name_prods {
    font-size: 16px;
  }
  .head_name_filt span {
    font-size: 18px;
  }
  .list_filters_cat {
    margin-top: 25px;
  }
  .image_wrap_compare {
    height: 366px;
  }
  .image_prew_smis .image_box_slidse {
    height: 283px;
  }
  .items_sertif .boxgalsertifs {
    height: 340px;
  }
}

@media (min-width: 1480px) {
  .mob_brg_btn {
    display: none;
  }
  .conts_header_mobile {
    display: none;
  }
  .offcanvas-backdrop {
    top: 179px !important;
  }
  .slide_cont_images .swiper-slide {
    transition: 0.2s ease;
  }

  .slide_cont_images {
    margin-right: -100px;
  }
  .slide_cont_images .swiper-slide-active {
    width: 600px !important;
  }
}

@media (max-width: 1480px) {
  .top_head_nav_wrp .menu {
    gap: 30px;
  }
  .sercho_inp {
    height: 44px;
    padding: 12px 20px;
    font-size: 14px;
  }
  .title_adres_head {
    font-size: 14px;
  }
  .timeb_adres_head {
    font-size: 12px;
  }
  .box_contacts_head {
    gap: 20px;
  }
  .phone_cont_head {
    font-size: 16px;
    text-align: left;
  }
  .box_contacts_head a img {
    max-width: 35px;
  }
  .top_head_level {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .box_head_level {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .wrap_main_nav_head {
    display: none;
  }
  .calbk_nbnts .fill_bnt_text.calb_bnt_push {
    display: none;
  }
  .first_stap_box {
    margin-top: 152px;
    position: relative;
  }
  .wrapper_fix_header {
    margin-top: 152px;
  }
  .box_head_level .col-6 {
    width: 50%;
  }
  .box_head_level .col-8.hide_mobile {
    display: none;
  }
  #main_nav {
    top: 152px !important;
  }
  #main_nav.lides {
    top: 85px !important;
  }
  .offcanvas-backdrop {
    top: 0 !important;
  }
  .btn_nav_header {
    background: rgba(84, 92, 105, 1);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid rgba(84, 92, 105, 1);
    color: #fff;
    font-size: 16px;
    max-width: 125px;
    width: 100%;
    gap: 6px;
    font-weight: 300;
  }
  .btn_nav_header svg {
    width: 20px;
    height: 20px;
  }
  .btn_nav_header path {
    transition: 0.2s ease;
  }
  .btn_nav_header:hover path {
    stroke: rgba(84, 92, 105, 1);
  }
  .btn_nav_header:hover {
    background: transparent;
    color: rgba(84, 92, 105, 1);
  }
  .mob_brg_btn {
    display: flex;
    justify-content: flex-end;
  }
  .box_off_nav {
    margin-top: 30px;
  }
  .box_off_nav .nav_item_off a {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(243, 243, 242, 1);
  }

  .between_head_navmob {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .bot_level_of_conts {
    margin-top: 30px;
    border-top: 1px solid rgba(233, 233, 232, 1);
    padding-top: 20px;
  }
  .center_conts_wrapp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .bot_level_of_conts .phone_cont_head {
    text-align: center;
    font-size: 18px;
  }
  .bot_level_of_conts .box_ardec_col {
    text-align: center;
  }
  .bot_level_of_conts .fill_bnt_text {
    width: 100%;
    margin-top: 5px;
  }

  .main_title_slider {
    font-size: 36px;
  }
  .text_inslider_cont {
    font-size: 14px;
  }
  .chircle_button {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }

  /* Базовые стили */
  .items_serv_nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .items_serv_nav li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .items_serv_nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
  }

  .drop_image_loader {
    width: 30px;
    height: 19px;
    display: flex;
    cursor: pointer;
    transition: 0.2s ease;
    justify-content: flex-end;
    align-items: center;
  }

  .subnavs {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .subnavs.open {
    display: block;
  }

  .head_nav_back {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    position: relative;
    margin-bottom: 25px;
  }

  .image_back_tomain {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    left: 0;
  }
  .image_back_tomain img {
    width: 100%;
    height: auto;
  }

  .paren_name_nav {
    font-size: 20px;
    font-weight: 400;
    color: #1b1a19;
  }

  li.openfull > a {
    display: none !important;
  }

  li:not(.openfull) > a {
    display: flex !important;
  }

  .subnavs.open li {
    display: block;
  }

  .slider_homeslide {
    height: calc(100vh - 152px);
  }
  .title_perk_perks {
    font-size: 60px;
  }
  .text_perk_perks {
    font-size: 14px;
  }
  .wrap_line_perks {
    gap: 45px;
  }
  .item_perk {
    gap: 15px;
  }
  .circkle_perk {
    width: 100px;
    height: 100px;
  }
  .content_text_about {
    margin-top: 30px;
    font-size: 14px;
  }
  .content_text_about p {
    margin-bottom: 15px;
  }
  .wrap_slider_about_box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about_link_wrap {
    margin-top: 30px;
  }
  .text_perk_cont {
    font-size: 14px;
  }
  .icons_perks .item_perk_image {
    max-width: 285px;
    gap: 20px;
  }
  .tabsfillcenter .nav-link {
    font-size: 16px;
    padding: 10px 20px;
  }
  .item_service_box .name_serv_wrap {
    font-size: 18px;
    max-width: 270px;
  }
  .item_service_box .btn_serv_wrap {
    max-width: 160px;
  }
  .item_service_box .descr_serv_wrap {
    max-width: 1000px;
    font-size: 14px;
  }
  .tab-content {
    margin-top: 30px;
  }
  .image_wrap_compare {
    height: 280px;
  }
  .title_compare_text {
    font-size: 16px;
  }
  .wrap_content_compbox {
    margin-top: 15px;
  }
  .master_compare_box {
    margin-top: 15px;
    gap: 15px;
  }
  .name_master_comp {
    font-size: 14px;
  }
  .dolj_master_comp {
    font-size: 12px;
  }
  .foto_master_comp {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .wrap_btn_alls_comp {
    margin-top: 30px;
  }
  .wrap_image_abdirec {
    padding-right: 0;
  }
  .wrap_text_ab_dir {
    padding-left: 0;
  }
  .content_about_directs {
    margin-top: 30px;
    font-size: 14px;
  }
  .name_dir_abtbx {
    font-size: 18px;
  }
  .dolj_dir_abtbx {
    margin-top: 5px;
    font-size: 14px;
  }
  .doc_downld {
    font-size: 13px;
  }
  .right_dir_abtbx {
    width: 45%;
  }
  .wrrapper_specialcard .box_image_specials a {
    height: 430px;
  }
  .name_specials {
    font-size: 16px;
    min-height: 48px;
  }
  .doljns_specials {
    font-size: 13px;
    min-height: 55px;
  }
  .space_top_cont {
    margin-top: 30px !important;
  }
  .title_sl_card {
    font-size: 18px;
  }
  .dataactions {
    font-size: 13px;
  }
  .center_link_all_action {
    margin-top: 30px;
  }
  .text_undtit_cons {
    margin-top: 10px;
    font-size: 14px;
  }
  .cont_form_conslt .wpcf7-form {
    margin-top: 30px;
  }
  .pop_form_conts .bottom_form_lest .wpcf7-list-item-label {
    font-size: 12px;
  }
  .input_footer {
    height: 55px;
  }
  .sand_form_conts {
    height: 55px;
    font-size: 14px;
  }
  .prew_videos_podks .playbtn {
    width: 120px;
    height: 120px;
  }
  .title_smistext {
    height: 55px;
    -webkit-line-clamp: 3;
    font-size: 16px;
  }
  .image_prew_smis .image_box_slidse {
    height: 228px;
  }
  .phone_links {
    font-size: 21px;
  }
  .senter_texts_cont {
    gap: 50px;
  }
  .nameadresconts {
    font-size: 16px;
  }
  .timejobcontse {
    font-size: 12px;
  }
  .mail_links {
    font-size: 16px;
  }
  .space_to_map {
    margin-top: 30px !important;
  }
  #yandex-map {
    height: 400px !important;
  }
  .footer_main {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: 90px;
  }
  .logo_footer img {
    max-width: 220px;
  }
  .nav_title_footer {
    font-size: 12px;
  }
  .list_nav_footer ul {
    margin-top: 20px;
    gap: 15px;
  }
  .list_nav_footer ul a {
    font-size: 14px;
  }
  .phone_links_footer {
    font-size: 18px;
  }
  .socillink_footer {
    margin-top: 20px;
  }
  .foot_text_adres_page {
    margin-top: 20px;
  }
  .mail_links_footer {
    margin-top: 20px;
    font-size: 14px;
  }
  .foot_text_adres_page .nameadresconts {
    font-size: 14px;
  }
  .foot_text_adres_page .timejobcontse {
    font-size: 12px;
  }
  .box_contact_footer {
    margin-top: 20px;
  }
  .twos_fot_level {
    margin-top: 40px !important;
    padding-top: 40px !important;
  }
  .undfoot_info {
    font-size: 12px;
    gap: 10px;
  }
  .box_contact_footer .socillink_footer img {
    max-width: 35px;
  }
  .allpage_form_consult .wrap_fon_form_cons {
    padding: 80px 55px;
  }
  .box_serv_image {
    height: 400px;
  }
  .name_servs_main h1 {
    font-size: 34px;
  }
  .wrap_cols_aboutserv {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .text_descrshort {
    font-size: 14px;
  }
  .list_btns_scrol_wrap {
    padding: 10px 10px;
  }
  .btn_nav_serv {
    padding: 10px 5px;
    font-size: 14px;
    height: 50px;
    text-align: center;
    line-height: 1em;
  }
  .about_serv_box {
    margin-top: 90px;
  }
  .box_list_images_serv .item_image_serv {
    max-width: 110px;
    width: 100%;
  }
  .item_image_serv .mane_iconserv {
    line-height: 1em;
  }
  .filserv_text.cutdescr {
    font-size: 14px;
  }
  .cirkles_bnt_text {
    font-size: 14px;
    height: 50px;
  }
  .sealal_descr img {
    max-width: 29px;
  }
  .sealal_descr {
    font-size: 14px;
  }
  .wrap_form_inservsas {
    padding: 70px;
  }
  .pretitle_speciler {
    font-size: 16px;
  }
  .text_predl_serv {
    margin-top: 30px;
    font-size: 14px;
  }
  .text_act_vreowe {
    font-size: 14px;
  }
  .bouter_serv_formers {
    margin-top: 15px;
  }
  .title_formservicer {
    max-width: 530px;
  }
  .service_wrap_form .form_wrap_inservser form {
    margin-top: 30px;
  }
  .wrap_table_price thead th {
    font-size: 14px;
    padding: 25px;
  }
  .wrap_table_price tbody td {
    padding: 20px;
    font-size: 14px;
  }
  .wrap_btn_loadall_serv {
    margin-top: 30px;
  }
  .box_wrap_facts {
    padding: 40px;
    gap: 40px;
  }
  .tabs_accrd_facts .nav-tabs .nav-link {
    font-size: 16px;
    height: 45px;
  }
  .tabs_accrd_facts .tab-content {
    font-size: 14px;
  }
  .accordion_twocols .accordion-body {
    font-size: 14px;
  }
  .wrap_form_inservsas {
    padding: 40px;
  }
  .fixed_scroll_servnav .container {
    max-width: 100%;
  }
  .item_problem a {
    font-size: 16px;
    padding: 15px 20px;
  }
  .bntopenproblem .dropimage {
    width: 50px;
    padding-right: 20px;
  }
  .dropcats_probl a {
    font-size: 14px;
  }
  .wrap_list_post_probl {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .image_problem_card a {
    height: 18vw;
  }
  .title_problem {
    font-size: 16px;
  }
  .button_tosee img {
    max-width: 30px;
  }
  .accordion_twocols.fulpage_accords .accordion-item .accordion-button {
    padding: 20px;
    font-size: 18px;
  }
  .wrap_salse_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .name_stap_box {
    font-size: 22px;
  }
  .wrap_form_liner_sert .imp_nobgr {
    font-size: 14px;
  }
  .image_stap_wrap {
    font-size: 18px;
  }
  .podarinabaut .wrap_form_inservsas {
    padding: 50px 40px;
    gap: 20px;
    padding-right: 40px;
  }
  .wrapimagesertif {
    margin-top: -35px;
  }
  .imgboxcont {
    height: 300px;
  }
  .short_descrp {
    margin-top: 35px;
    font-size: 14px;
  }
  .table_attribts {
    margin-top: 50px;
  }
  .item_atrib .name_attr {
    font-size: 14px;
  }
  .item_atrib .val_attr {
    font-size: 14px;
  }
  .price_meta_prod {
    margin-top: 35px;
  }
  .quels_imp .qty {
    height: 55px;
    max-width: 120px;
    font-size: 18px;
  }
  .button_gobuy .goaddcart {
    max-width: 280px;
    width: 100%;
    height: 55px;
  }
  .gallery_wrap .prod_gallery_thumbs .swiper-slide {
    width: 90px !important;
    height: 90px;
  }
  .pagination_btms .nav_btn {
    bottom: 35px;
  }
  .about_dir_info {
    margin-top: 30px;
  }
  .imp_nobgr {
    height: 55px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .form_in_pops .bottom_form_lest .wpcf7-list-item-label {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .top_head_two {
    display: none !important;
  }
  .top_head_one {
    width: 35% !important;
  }
  .top_head_four {
    width: 40% !important;
  }
  .box_head_level {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .first_stap_box {
    margin-top: 140px;
  }
  .wrapper_fix_header {
    margin-top: 140px;
  }
  #main_nav {
    top: 140px !important;
  }
  #main_nav.lides {
    top: 85px !important;
  }
  .slider_homeslide {
    height: calc(80vh - 140px);
  }
  .main_title_slider {
    font-size: 31px;
  }
  .title_perk_perks {
    font-size: 50px;
  }
  .wrap_line_perks {
    gap: 35px;
  }
  .title_main_page {
    font-size: 28px;
  }
  .image_separator {
    height: 360px;
  }
  .image_wrap_compare {
    height: 230px;
  }
  .dolj_master_comp {
    line-height: 1em;
  }
  .content_about_directs p {
    margin-bottom: 10px;
  }
  .wrrapper_specialcard .box_image_specials a {
    height: 370px;
  }
  .name_specials {
    font-size: 16px;
  }
  .wrap_img_sl_card a {
    height: 265px;
  }
  .title_sl_card {
    font-size: 16px;
  }
  .allpage_form_consult .wrap_fon_form_cons {
    padding: 60px 40px;
  }
  .prew_videos_podks {
    height: 300px;
  }
  .image_prew_smis .image_box_slidse {
    height: 210px;
  }
  .phone_links {
    font-size: 18px;
  }
  .logo_footer img {
    max-width: 190px;
  }
  .list_nav_footer ul {
    margin-top: 15px;
    gap: 10px;
  }
  .list_conts_footer {
    padding-left: 35px;
  }
  .box_serv_image {
    height: 350px;
  }
  .name_servs_main h1 {
    font-size: 28px;
  }
  .btns_serv_descr .calb_bnt_push {
    max-width: 190px;
  }
  .btns_serv_descr .zapis_bnt_push {
    max-width: 190px;
  }
  .btns_serv_descr {
    margin-top: 25px;
  }
  .box_list_images_serv {
    margin-top: 30px;
  }
  .iconservcwrap {
    width: 60px;
    height: 60px;
  }
  .item_image_serv .mane_iconserv {
    margin-top: 15px;
  }
  .aboutservblox {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .aboutservima {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .item_image_serv .val_iconserv {
    font-size: 14px;
  }
  .box_list_images_serv .item_image_serv {
    max-width: 100px;
  }
  .pretitle_speciler {
    font-size: 14px;
  }
  .orangetitle_serv {
    margin-top: 20px;
    font-size: 28px;
  }
  .text_predl_serv {
    margin-top: 20px;
    font-size: 14px;
  }
  .fixed_scroll_servnav {
    top: 100px;
  }
  .title_formservicer {
    max-width: 470px;
  }
  .tpretitle {
    font-size: 14px;
  }
  .service_wrap_form .form_wrap_inservser form {
    margin-top: 25px;
  }
  .box_wrap_facts {
    gap: 25px;
  }
  .tabs_accrd_facts .nav-tabs .nav-link {
    font-size: 14px;
    height: 40px;
  }
  .tabs_accrd_facts .tab-content {
    margin-top: 25px;
  }
  .accordion_twocols .accordion-item .accordion-button {
    padding: 15px 25px;
    font-size: 14px;
    gap: 10px;
  }
  .item_problem a {
    font-size: 14px;
    padding: 15px 15px;
  }
  .dropcats_probl a {
    font-size: 13px;
  }
  .title_problem {
    font-size: 14px;
  }
  .seeallbnts img {
    max-width: 25px;
  }
  .seeallbnts {
    font-size: 14px;
  }
  .field_form_sert .wpcf7-form-control-wrap {
    width: calc(32% - 10px);
  }
  .fuul_twolvl .wpcf7-form-control-wrap {
    width: 100%;
  }
  .fillformtext {
    width: 98%;
  }
  .wrapimagesertif {
    margin-top: 0px;
  }
  .cat_prodins .image_prod_box {
    height: 255px;
  }
  .name_prods {
    font-size: 14px;
  }
  .price_producter {
    margin-top: 10px;
    font-size: 14px;
  }
  .head_name_filt span {
    font-size: 16px;
  }
  .categ_bttn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .list_attr_filter {
    margin-top: 15px;
  }
  .list_attr_filter .wpcf7-list-item-label {
    font-size: 14px;
  }
  .list_filters_cat {
    padding-right: 0;
  }
  .title_filters {
    font-size: 18px;
  }
  .pricebox .form-floating .form-control {
    height: 45px;
  }
  .pricebox .form-floating > label {
    padding: 11px 14px;
    font-size: 14px;
  }
  .wrap_infoproduct {
    padding-left: 0;
  }
  .title_product {
    font-size: 28px;
  }
  .short_descrp {
    margin-top: 25px;
  }
  .table_attribts {
    margin-top: 35px;
    max-width: 400px;
  }
  .price_meta_prod {
    max-width: 400px;
  }
  .price_prod ins {
    font-size: 18px;
  }
  .price_prod del {
    font-size: 14px;
  }
  .stock_stat {
    font-size: 14px;
  }
  .quels_imp .qty {
    height: 50px;
    max-width: 110px;
    font-size: 16px;
  }
  .button_gobuy .goaddcart {
    max-width: 250px;
    height: 50px;
  }
  .gallery_wrap .prod_gallery_thumbs .swiper-slide {
    width: 70px !important;
    height: 70px;
  }
  .wrap_cols_sinspec .title_main_page {
    font-size: 28px;
  }
  .content_about_text .dolj_spec_detals {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .desrc_specoalfolers {
    font-size: 14px;
  }
  .obrazovs_specdet {
    margin-top: 40px;
  }
  .cont_list_obrazovest {
    margin-top: 40px;
  }
  .title_obrazovses {
    font-size: 28px;
  }
  .valest_pefders {
    margin-top: 10px;
    font-size: 14px;
  }
  .sertifes_wrap {
    margin-top: 100px;
  }
}

@media (min-width: 991px) {
  /***скрываем на пк****/
  .hide_peca {
    display: none !important;
  }
  .dodts_inpage_mobl {
    display: none !important;
  }
  .dotrs_slider_sertifs {
    display: none;
  }
}

@media (max-width: 991px) {
  /***скрываем на мобильном****/
  .hide_mobile {
    display: none !important;
  }

  .top_head_level {
    display: none !important;
  }

  .conts_header_mobile {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
  }
  .btn_nav_header {
    height: 45px;
    width: 45px;
  }
  .btn_nav_header svg {
    width: 25px;
    height: 25px;
  }
  .first_stap_box {
    margin-top: 80px;
  }
  .wrapper_fix_header {
    margin-top: 80px;
    height: 40px;
  }
  .slider_homeslide {
    height: calc(100vh - 80px);
  }
  .content_slider_main {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 50px;
  }
  .main_title_slider {
    font-size: 32px;
    text-align: center;
    max-width: 570px;
  }
  .text_under_slide {
    margin-top: 20px;
    gap: 30px;
  }
  .text_inslider_cont {
    max-width: 320px;
    font-size: 16px;
  }
  .image_banner_right {
    padding-top: 50px;
  }
  .image_banner_right {
    text-align: center;
    padding-top: 50px;
    align-items: flex-end;
    justify-content: center;
  }
  .image_banner_right img {
    max-width: 500px;
  }
  .image_banner_right {
    padding-top: 0;
  }
  .first_stap_box .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .title_main_page {
    text-align: center;
  }
  .content_text_about {
    margin-top: 20px;
  }
  .about_link_wrap {
    display: flex;
    justify-content: center;
  }
  .fill_bnt_text.link_go_about {
    max-width: 240px;
    width: 100%;
  }
  .wrap_slider_about_box {
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
  }

  .box_bnts_slider.about_slide_bnt .nav_btn {
    display: none;
  }
  .placedots_about .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .main_space_page {
    margin-top: 90px;
  }
  .icons_perks .wrap_line_perks {
    gap: 20px;
  }
  #main_nav {
    top: 80px !important;
  }
  #main_nav.lides {
    top: 82px !important;
  }
  .dodts_inpage_mobl .swiper-pagination-bullet {
    background: rgb(84 92 105) !important;
  }
  .dodts_inpage_mobl .swiper-pagination-bullet-active {
    background: rgba(84, 92, 105, 1) !important;
  }
  .icons_perks .item_perk_image {
    max-width: 150px;
    gap: 15px;
  }
  .image_separator {
    height: 300px;
  }
  .image_text_center {
    max-width: 350px;
  }
  .tabsfillcenter .nav-link {
    font-size: 16px;
    padding: 10px 16px;
    white-space: nowrap;
  }
  .tabsfillcenter {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 5px;
  }
  .listmob_overfl {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .listmob_overfl::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .item_service_box {
    height: 140px;
    gap: 15px;
  }
  .item_service_box .name_serv_wrap {
    font-size: 16px;
    max-width: 220px;
  }
  .item_service_box .btn_serv_wrap {
    max-width: 110px;
  }
  .item_service_box .btn_serv_wrap a {
    gap: 10px;
    font-size: 14px;
  }
  .btn_serv_wrap img {
    max-width: 28px;
  }
  .inslide_btnses .slide_right {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .title_compare_text {
    font-size: 18px;
    margin-bottom: 0;
  }
  .master_compare_box {
    gap: 10px;
  }
  .foto_master_comp {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .name_master_comp {
    font-size: 16px;
    line-height: 1.1em;
  }
  .dolj_master_comp {
    font-size: 14px;
  }
  .wrap_text_ab_dir {
    margin-top: 30px;
  }
  .about_dir_info {
    margin-top: 30px;
  }
  .doc_downld {
    font-size: 14px;
    margin-top: 10px;
  }
  .dolj_dir_abtbx {
    margin-top: 10px;
  }
  .box_bnts_slider .nav_btn {
    display: none !important;
  }
  .slider_space {
    padding: 0;
  }
  .dodts_inpage_mobl {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .wrrapper_specialcard .box_image_specials a {
    height: 65vw;
  }
  .cont_form_conslt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cont_form_conslt .title_main_page {
    text-align: center;
    max-width: 450px;
  }
  .sand_form_conts {
    width: 100%;
  }
  .allpage_form_consult .wrap_fon_form_cons {
    background-size: cover;
  }
  .title_podkst {
    margin-top: 15px;
    font-size: 16px;
  }
  .wrap_reviews_box {
    flex-wrap: wrap;
  }
  .image_prew_smis {
    width: 100%;
  }
  .list_text_slis {
    width: 100%;
  }
  .image_prew_smis .image_box_slidse {
    height: 70vw;
  }
  .space_smis_box {
    padding: 0;
  }
  .imgsmis_bnt_slide .nav_btn {
    display: block !important;
  }
  .wrap_box_link_ses {
    padding: 20px;
  }
  .senter_texts_cont {
    gap: 20px;
    flex-wrap: wrap;
  }
  .senter_texts_cont .item_cont_page {
    width: 100%;
    text-align: center;
  }
  .senter_texts_cont .box_socials_link_cnbox {
    width: 100%;
  }
  .senter_texts_cont .text_adres_page {
    width: 100%;
    text-align: center;
  }
  .senter_texts_cont .item_cont_page {
    width: 100%;
  }
  .logo_footer {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .list_conts_footer {
    padding-left: 0;
    border-left: 0;
  }
  .phone_links_footer {
    font-size: 16px;
  }
  .undfoot_info {
    margin-bottom: 10px;
  }
  .footer_main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .name_servs_main {
    width: 100%;
  }
  .short_serv_descr {
    width: 100%;
  }
  .wrap_cols_aboutserv {
    padding-top: 40px;
    padding-bottom: 80px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .name_servs_main h1 {
    text-align: center;
  }
  .btns_serv_descr .zapis_bnt_push {
    max-width: 50%;
  }
  .btns_serv_descr .calb_bnt_push {
    max-width: 50%;
  }
  .fill_bnt_text {
    font-size: 14px;
  }
  .fixed_scroll_servnav {
    margin-top: -35px;
    overflow-x: hidden;
    top: 82px;
  }
  .btn_nav_serv {
    padding: 10px 15px;
    font-size: 14px;
    height: 45px;
    white-space: nowrap;
  }
  .list_btns_scrol_wrap {
    padding: 10px 10px;
    overflow-x: scroll;
    border-radius: 0;
    justify-content: flex-start;
  }
  .fixed_scroll_servnav .container {
    margin: 0;
    padding: 0;
  }
  .list_btns_scrol_wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .about_serv_box {
    margin-top: 70px;
  }
  .box_list_images_serv .item_image_serv {
    max-width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .iconservcwrap {
    width: 80px;
    height: 80px;
  }
  .item_image_serv .mane_iconserv {
    margin-top: 20px;
  }
  .item_image_serv .val_iconserv {
    font-size: 16px;
  }
  .filserv_text {
    margin-top: 30px;
  }
  .box_image_service {
    margin-top: 30px;
  }
  .wrap_form_inservsas {
    padding: 50px 30px;
    flex-wrap: wrap;
  }
  .title_formservicer {
    max-width: 100%;
  }
  .form_wrap_inservser {
    margin-top: 40px;
  }
  .service_wrap_form .form_wrap_inservser form {
    margin-top: 20px;
  }
  .pretitle_speciler {
    font-size: 16px;
  }
  .service_wrap_form .form_wrap_inservser {
    max-width: 100%;
    width: 100%;
  }
  .box_wrap_facts {
    gap: 20px;
    flex-wrap: wrap;
  }
  .title_box_facts {
    max-width: 100%;
  }
  .tabs_accrd_facts .nav-tabs {
    justify-content: center;
  }
  .tabs_accrd_facts .tab-content {
    margin-top: 20px;
  }
  .accordion_twocols {
    gap: 10px;
  }
  .colones_attc {
    width: 100%;
  }
  .aioseo-breadcrumbs {
    font-size: 12px;
  }
  .accordion_twocols .accordion-item .accordion-button {
    font-size: 16px;
  }

  #mobile_cats .placetobodyooff,
  #mobile_cats .offcanvas-header {
    opacity: 0;
  }
  #mobile_cats.show .placetobodyooff,
  #mobile_cats.show .offcanvas-header,
  .ship_card .nav_btn_prod {
    opacity: 1;
  }
  #mobile_cats {
    top: 80px !important;
  }
  .linerr_filter_serps {
    background: rgba(241, 233, 222, 1);
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .cirkles_bnt_text.gofiltbtn {
    max-width: 100px;
    width: 100%;
    height: 45px;
  }
  .bntopenproblem .dropimage {
    width: 50px;
    padding-right: 10px;
  }
  .wrap_list_post_probl {
    grid-template-columns: 1fr 1fr;
  }
  .image_problem_card a {
    height: 37vw;
  }
  .title_problem {
    font-size: 16px;
  }
  .card_content_problem {
    margin-top: 15px;
  }
  .button_tosee {
    margin-top: 10px;
  }
  .seeallbnts {
    gap: 10px;
  }
  .wrap_results_grid {
    grid-template-columns: 1fr 1fr;
  }
  .accordion_twocols.fulpage_accords .accordion-item .accordion-button {
    padding: 20px 15px;
    font-size: 16px;
  }
  .wrap_salse_grid {
    grid-template-columns: 1fr 1fr;
  }
  .wrapper_cards_style {
    max-width: 550px;
  }
  .image_stap_wrap {
    font-size: 16px;
  }
  .name_stap_box {
    font-size: 21px;
  }
  .dotrs_slider_sertifs {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .dotrs_slider_sertifs .swiper-pagination-bullet {
    background: #545c69;
  }
  .dotrs_slider_sertifs
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #545c69;
  }
  .wrap_form_liner_sert .field_form_sert {
    margin: 0 auto;
    margin-top: 20px;
    gap: 10px;
  }
  .field_form_sert .wpcf7-form-control-wrap {
    width: calc(32% - 10px);
  }
  .fuul_twolvl .wpcf7-form-control-wrap {
    width: 100%;
  }
  .wrap_form_liner_sert .imp_nobgr {
    padding: 10px 20px;
  }
  .buttonsentersertif .wpcf7-list-item-label {
    font-size: 12px;
  }
  .btns_sertifos a {
    font-size: 12px;
  }
  .podarinabaut .orangetitle_serv {
    text-align: center;
  }
  .leftboxlinks {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .orangebnthref {
    font-size: 14px;
    height: 55px;
  }
  .service_wrap_form.podarinabaut .form_wrap_inservser {
    margin-top: 30px;
  }
  .about_page_head .name_servs_main {
    width: 100%;
  }
  .about_page_head .short_serv_descr {
    width: 100%;
  }
  .about_page_head .text_descrshort {
    text-align: center;
  }
  .about_page_head .wrap_cols_aboutserv {
    padding-bottom: 35px;
  }
  .btns_conts_wrap {
    gap: 10px;
  }
  .list_categs_catalog {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .list_categs_catalog::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .categ_bttn {
    white-space: nowrap;
  }
  .list_filters_cat {
    margin-top: 0;
  }
  .title_filters {
    display: none;
  }
  #mobile_cats .offcanvas-title {
    color: #1b1a19;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 200;
  }
  .cat_prodins .image_prod_box {
    height: 350px;
  }
  .name_prods {
    font-size: 16px;
  }
  .price_prod {
    gap: 10px;
  }

  .inlinepopform p {
    flex-wrap: wrap;
  }
  .inlinepopform .wpcf7-form-control-wrap {
    width: 100%;
  }
  .inlinepopform .wpcf7-spinner {
    display: none;
  }
  .input_footer {
    font-size: 14px;
    padding: 10px 20px;
  }
  .checkformcalb.form-check-input {
    min-width: 20px;
  }
  .name_specials {
    margin-top: 10px;
    min-height: unset;
  }
  .wrrapper_specialcard .box_image_specials img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .wrap_cols_sinspec {
    gap: 30px;
    margin-top: 50px;
  }
  .foro_specials {
    min-width: 200px;
  }
  .wrap_cols_sinspec .title_main_page {
    font-size: 21px;
    text-align: left;
  }
  .content_about_text .dolj_spec_detals {
    margin-top: 10px;
    font-size: 14px;
  }
  .title_obrazovses {
    font-size: 21px;
  }
  .cont_list_obrazovest {
    margin-top: 30px;
  }
  .itemlist_wrapses_ds {
    margin-bottom: 20px;
  }
  .items_sertif .boxgalsertifs {
    height: 300px;
  }
  .sertifes_wrap {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  #mobile_cats {
    top: 57px !important;
  }
  .wrap_line_perks {
    gap: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 110px;
    justify-content: flex-start;
  }
  .wrap_line_perks::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .numms_perks {
    margin-top: 50px;
  }
  .box_bnts_slider {
    width: 100%;
    left: 0;
  }
  .dots_slider_center {
    display: flex;
    justify-content: center;
  }
  .text_inslider_cont {
    font-size: 14px;
  }
  .logo_wrap_header img {
    max-width: 145px;
  }
  .box_head_level {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .first_stap_box {
    margin-top: 57px;
  }
  .wrapper_fix_header {
    margin-top: 57px;
  }
  #main_nav {
    top: 57px !important;
  }
  #main_nav.lides {
    top: 67px !important;
  }
  .main_title_slider {
    font-size: 28px;
    text-align: center;
    max-width: 341px;
    font-weight: 400;
  }
  .main_space_page {
    margin-top: 70px;
  }
  .placedots_about .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .icons_perks .wrap_line_perks {
    height: auto;
  }
  .icons_perks .item_perk_image {
    max-width: unset;
    min-width: 240px;
  }
  .image_separator {
    height: 230px;
  }
  .image_text_center {
    max-width: 300px;
  }
  .item_service_box {
    height: auto;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .wrap_image_abdirec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content_about_directs p {
    margin-bottom: 20px;
  }
  .about_dir_info {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .left_text_docs {
    width: 100%;
  }
  .right_dir_abtbx {
    width: 100%;
    justify-content: center;
  }
  .fill_bnt_text {
    font-size: 14px;
    font-weight: 300;
    height: 50px;
  }
  .wrrapper_specialcard .box_image_specials a {
    height: 100%;
  }
  .doljns_specials {
    font-size: 14px;
    min-height: 57px;
  }
  .wrap_img_sl_card a {
    height: 280px;
  }
  .except_sl_card p {
    font-size: 14px;
    height: auto;
  }
  .allpage_form_consult .wrap_fon_form_cons {
    padding: 50px 15px;
  }
  .input_footer {
    height: 50px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .cont_form_conslt .wpcf7-form .pop_form_conts {
    row-gap: 10px;
  }
  .prew_videos_podks {
    height: 440px;
  }
  .data_podkast {
    font-size: 14px;
  }
  .image_prew_smis .image_box_slidse {
    height: 90vw;
  }
  .imgsmis_bnt_slide .nav_btn {
    width: 40px;
    height: 40px;
  }
  .imgsmis_bnt_slide .nav_btn img {
    width: 100%;
    height: auto;
  }
  #yandex-map {
    height: 360px !important;
  }
  .footer_main {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 70px;
  }
  .logo_footer img {
    max-width: 150px;
  }
  .nav_title_footer {
    font-size: 12px;
    text-align: center;
  }
  .list_nav_footer ul a {
    text-align: center;
  }
  .list_nav_footer .menu-item {
    display: flex;
    justify-content: center;
  }
  .list_nav_footer ul {
    gap: 15px;
  }
  .twosnavs_foot {
    margin-top: 30px;
  }
  .thressnavs_foot {
    margin-top: 30px;
  }
  .contsliner_foort {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 30px;
  }
  .box_contact_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .twos_fot_level {
    margin-top: 30px !important;
    padding-top: 30px !important;
  }
  .undfoot_info {
    margin-bottom: 20px;
    align-items: center;
    gap: 10px;
    font-size: 13px;
  }
  .btn_nav_header {
    height: 32px;
    width: 32px;
  }
  .btn_nav_header svg {
    width: 17px;
    height: 40px;
  }
  .conts_header_mobile {
    gap: 30px;
  }
  .content_about_text {
    padding-right: 0;
  }
  .modal-title {
    font-size: 18px;
  }
  .whitest_label_group {
    font-size: 14px;
  }
  .imp_nobgr {
    height: 50px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .form_in_pops .bottom_form_lest .wpcf7-list-item-label {
    font-size: 12px;
  }
  .checksbtms .wpcf7-list-item-label {
    height: 45px;
  }
  .archivepage_service {
    margin-top: 50px;
  }
  .box_serv_image {
    height: 220px;
  }
  .wrap_cols_aboutserv {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btns_serv_descr {
    margin-top: 30px;
  }
  .box_list_images_serv {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .orangetitle_serv {
    font-size: 24px;
  }
  .wrap_form_inservsas {
    padding: 50px 20px;
  }
  .wrap_table_price thead th {
    font-size: 12px;
    padding: 15px 10px;
  }
  .wrap_table_price tbody td {
    padding: 15px 10px;
  }
  .wrap_btn_loadall_serv {
    margin-top: 20px;
  }
  .perice_tabler {
    white-space: nowrap;
  }

  .box_wrap_facts {
    padding: 50px 20px;
    overflow: hidden;
  }
  .tabs_accrd_facts .nav-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .tabs_accrd_facts {
    width: 100%;
  }

  .tabs_accrd_facts .nav-tabs .nav-link {
    padding: 10px 15px;
    white-space: nowrap;
  }

  .namestab_scrolwrap {
    overflow-x: scroll;
    padding-bottom: 2px;
  }
  .namestab_scrolwrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .accordion_twocols .accordion-item .accordion-button {
    font-size: 14px;
  }
  .fixed_scroll_servnav {
    top: 66px;
    margin-top: 0;
  }
  .form_in_pops .bottom_form_lest {
    flex-wrap: wrap;
  }
  .sand_btm {
    width: 100%;
    margin-top: 15px;
  }
  .bordered_btm_form {
    height: 50px;
    font-size: 14px;
    width: 100%;
  }
  .modal-header {
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .modal-body {
    padding: 1rem 1rem 2rem 1rem;
  }
  .title_problem {
    font-size: 16px;
    line-height: 1.1em;
  }
  .image_wrap_compare {
    height: 38vw;
  }
  .accordion_twocols .accordion-body {
    margin-top: 20px;
  }
  .name_stap_box {
    font-size: 18px;
  }
  .sert_img_slides {
    margin-top: 50px;
  }
  .fon_bg_sertigs {
    height: 330px;
  }
  .wrapper_cards_style {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 25px;
  }
  .wrap_form_liner_sert {
    margin-top: 50px;
  }
  .field_form_sert .wpcf7-form-control-wrap {
    width: 100%;
  }
  .fuul_twolvl p {
    width: 100%;
  }
  .wrap_form_liner_sert .imp_nobgr {
    font-size: 14px;
    padding: 10px 20px;
    max-width: 100%;
  }
  .fillformtext {
    width: 100%;
  }
  .btns_sertifos {
    margin-top: 20px;
    gap: 10px;
  }
  .btns_sertifos a {
    font-size: 12px;
    text-align: center;
  }
  .buttonsentersertif {
    margin-top: 30px;
  }
  .cat_prodins .image_prod_box {
    height: 59vw;
  }

  .wrap_infoproduct {
    margin-top: 40px;
  }
  .title_product {
    font-size: 24px;
  }
  .short_descrp {
    margin-top: 20px;
  }
  .table_attribts {
    margin-top: 20px;
    max-width: 100%;
  }
  .price_meta_prod {
    max-width: 100%;
  }
  .button_gobuy {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .counter_cart {
    gap: 20px;
    margin-top: 34px;
    justify-content: space-between;
  }
  .quels_imp .qty {
    max-width: 160px;
  }
  .slide_related_prod .cat_prodins .image_prod_box {
    height: 100vw;
  }
  .pagination_btms .nav_btn {
    bottom: 25px;
  }
  .single_product {
    margin-top: 30px;
  }
  .price_prod ins {
    font-weight: 400;
  }
  .button_gobuy .goaddcart {
    max-width: 215px;
  }
  .name_prods {
    font-size: 14px;
  }
  .perks_line .container {
    max-width: 100%;
    padding-right: 0;
  }
  .perks_line {
    overflow: hidden;
  }
  .service_list .container {
    max-width: 100%;
    padding-right: 0;
  }
  .service_list {
    overflow: hidden;
  }
  #cats-tabContent {
    padding-right: 15px;
  }
  .date_blog {
    font-size: 14px;
  }
  .box_fder_comnter {
    font-size: 14px;
  }
  .title_serchrazd {
    font-size: 18px;
  }

  .wrap_content_page h1,
  .wrap_content_page h2,
  .wrap_content_page h3,
  .wrap_content_page h4,
  .wrap_content_page h5 {
    font-size: 18px;
  }
  .wrap_content_page p {
    font-size: 14px;
  }
  .wrap_content_page ul,
  .wrap_content_page ol {
    font-size: 14px;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 14px !important;
  }
  .name_specials a {
    padding-right: 20px;
  }
  .item_service_box .descr_serv_wrap {
    display: none;
  }
  .item_service_box .name_serv_wrap {
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .wrap_results_grid {
    grid-template-columns: 1fr;
  }
  .image_wrap_compare {
    height: 83vw;
  }
  .wrap_salse_grid {
    grid-template-columns: 1fr;
  }
  .name_stap_box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .podarinabaut .wrap_form_inservsas {
    padding: 50px 20px;
    padding-right: 20px;
  }
  .leftboxlinks {
    margin-top: 25px;
  }
  .wrap_cols_sinspec {
    flex-wrap: wrap;
  }

  .foro_specials {
    max-width: 100%;
  }
  .content_about_text .dolj_spec_detals {
    margin-top: 5px;
  }
  .cont_list_obrazovest {
    margin-top: 25px;
    padding-left: 30px;
  }
  .cont_list_obrazovest:before {
    left: 5px;
  }
  .itemlist_wrapses_ds:before {
    left: -5px;
  }
  .sertifes_wrap .title_main_page {
    font-size: 21px;
  }
  .sertifes_wrap .space_top_cont {
    margin-top: 20px !important;
  }
  .obrazovs_specdet {
    margin-top: 30px;
  }
  .sertifes_wrap {
    margin-top: 50px;
  }
}

@media (max-width: 380px) {
  .wrap_table_price tbody td {
    font-size: 12px;
  }
  .conts_header_mobile {
    gap: 15px;
  }
}
@media (max-width: 360px) {
  .paren_name_nav {
    margin-left: 40px;
    line-height: 1.1em;
  }
}

.b-cookie {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 500;
  border: #f7f4ed;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.25);
  width: 500px;
  max-width: calc(100% - 30px);
  font-size: 15px;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}
.b-cookie._open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.b-cookie._hide {
  opacity: 0;
}
.b-cookie__body {
  padding: 15px 20px 20px 20px;
}
.b-cookie__close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0px 0px 15px auto;

  transition: opacity 0.3s ease;
}
.b-cookie__close svg {
  width: 100%;
  height: 100%;
}
.b-cookie__close:hover {
  opacity: 0.7;
}
.b-cookie__content {
  margin: 0;
}
.b-cookie__content a {
  text-decoration: underline;
}
.b-cookie__content a:hover {
  text-decoration: none;
}
.b-cookie__btn {
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: 15px;

  user-select: none;
  background-color: rgba(84, 92, 105, 1);
  color: white;

  transition: opacity 0.3s ease;
}
.b-cookie__btn:hover {
  opacity: 0.8;
}
.price-accordion-inside {
  padding: 15px 0px 0px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 1199px) {
  .price-accordion-inside {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .price-accordion-inside {
    padding-top: 0px;
  }
}
.wrap_list_post_probl .swiper-slide .wrrapper_specialcard {
    height: 100%;
}
.slide_specialist .swiper-slide {
  height: auto !important;
}

.slide_specialist .swiper-slide .wrrapper_specialcard {
  height: 100%;
}
