/*--------------------------------------------------------------
Description: royal-property
 TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
# Elements
# Components
# Plugins
# Media
--------------------------------------------------------------*/

@font-face {
    font-display: swap;
    font-family: 'Oranienbaum';
    font-weight: 400;
    src: local('Oranienbaum'),
    url("assets/font/Oranienbaum-Regular.ttf");
}
  
@font-face {
	font-display: swap;
	font-family: Montserrat;
	font-weight: 300;
	src: local("Montserrat"),
	url("assets/font/Montserrat-Light.ttf");
  }
  @font-face {
	font-display: swap;
	font-family: Montserrat;
	font-weight: 400;
	src: local("Montserrat"),
	url("assets/font/Montserrat-Regular.ttf");
  }
  @font-face {
	font-display: swap;
	font-family: Montserrat;
	font-weight: 500;
	src: local("Montserrat"),
	url("assets/font/Montserrat-Medium.ttf");
  }
  @font-face {
	font-display: swap;
	font-family: Montserrat;
	font-weight: 600;
	src: local("Montserrat"),
	url("assets/font/Montserrat-SemiBold.ttf");
  }
  @font-face {
	font-display: swap;
	font-family: Montserrat;
	font-weight: 700;
	src: local("Montserrat"),
	url("assets/font/Montserrat-Bold.ttf");
  }
  @font-face {
	font-display: swap;
	font-family: Montserrat;
	font-weight: 900;
	src: local("Montserrat"),
	url("assets/font/Montserrat-Black.ttf");
  }
  * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  .body {
	  min-height: 100vh;
    min-width: 380px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: #424242;
    cursor: default;
  }
  .page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
  }

/*--------------------------------------------------------------
# Base 
--------------------------------------------------------------*/

  /*ul[class],ol[class] { padding: 0; }
  ul[class],ol[class] { list-style: none; }*/
  input {outline:none;}
  body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: #5C5C5C;
  }
  .news-detail-content p,.news-detail-content ul[class],.news-detail-content ol[class], .news-detail-content li, .news-detail-content h2, .news-detail-content h3, .news-detail-content h4 {
    margin-bottom: 15px;
  }
  a,a:hover {
    color: #c9926f;
    text-decoration: none;
  }
  a:hover {
    color: #b36c49;
    text-decoration: none;
  }
  img {
    max-width: 100%;
    vertical-align: middle;
  }
  .font-style-h0 {
    font-size: 140px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
  }
  .font-style-h9 {
    font-size: 180px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
  }
  .font-style-h1 {
    font-size: 60px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
  }
  .font-style-h2 {
    font-size: 45px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
  }
  .font-style-h3 {
    font-size: 35px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
  }
  .font-style-h4 {
    font-size: 25px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
  }
  .font-style-h5 {
    font-size: 22px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
  }
  .font-style-pxl {
    font-size: 20px !important;
  }
  .font-style-pl {
    font-size: 18px !important;
  }
  .font-style-pm {
    font-size: 16px !important;
  }
  .font-style-ps {
    font-size: 14px !important;
  }
  .font-style-button {
    font-size: 18px !important;
  }
  .font-style-italic {
    font-style: italic !important;
  }
  .font-style-black {
    font-weight: 900 !important;
  }
  .font-style-bold {
    font-weight: 700 !important;
  }
  .font-style-semibold {
    font-weight: 600 !important;
  }
  .font-style-medium {
    font-weight: 500 !important;
  }
  .font-style-light {
    font-weight: 300 !important;
  }

  .font-style-FFFFFF {
    color: #FFFFFF !important;
  }
  .font-style-252525 {
    color: #252525 !important;
  }
  .font-style-363636 {
    color: #363636 !important;
  }
  .font-style-F4F4F4 {
    color: #F4F4F4 !important;
  }
  .font-style-5C5C5C {
    color: #5c5c5c !important;
  }
  .font-style-F0F6FE {
    color: #F8F1E6 !important;
  }
  .font-style-929292 {
    color: #929292 !important;
  }
  .font-style-DEECFF {
    color: #FAF4ED !important;
  }
  .font-style-3B74BF {
    color: #c9926f !important;
  }
  .font-style-EE565D {
    color: #b36c49 !important;
  }

  .background-style-FFFFFF {
    background-color: #FFFFFF !important;
  }
  .background-style-252525 {
    background-color: #252525 !important;
  }
  .background-style-363636 {
    background-color: #363636 !important;
  }
  .background-style-F4F4F4 {
    background-color: #F4F4F4 !important;
  }
  .background-style-F6F6F6 {
    background-color: #F6F6F6 !important;
  }
  .background-style-F0F6FE {
    background-color: #F8F1E6 !important;
  }
  .background-style-DEECFF {
    background-color: #FAF4ED !important;
  }
  .background-style-3B74BF {
    background-color: #c9926f !important;
  }
  .background-style-EE565D {
    background-color: #b36c49 !important;
  }

  .margin_bottom_100 {
    margin-bottom: 100px;
  } 
  .margin_bottom_80 {
    margin-bottom: 80px;
  } 
  .margin_bottom_60 {
    margin-bottom: 60px;
  } 
  .margin_bottom_40 {
    margin-bottom: 40px;
  }
  .margin_bottom_20 {
    margin-bottom: 20px;
  }
  .margin_bottom_15 {
    margin-bottom: 15px;
  }
  .margin_top_100 {
    margin-top: 100px;
  }
  .margin_top_80 {
    margin-top: 80px;
  }
  .margin_top_60 {
    margin-top: 60px;
  }
  .margin_top_40 {
    margin-top: 40px;
  }
  .margin_top_20 {
    margin-top: 20px;
  }
  .margin_top_15 {
    margin-top: 15px;
  }
  .margin_top_10 {
    margin-top: 10px;
  }
  .margin_left_10 {
    margin-left: 10px;
  }
  .margin_right_10 {
    margin-right: 10px;
  }
  .margin_left_20 {
    margin-left: 20px;
  }
  .margin_right_20 {
    margin-right: 20px;
  }
  .margin_left_40 {
    margin-left: 40px;
  }
  .margin_right_40 {
    margin-right: 40px;
  }
  .margin_left_60 {
    margin-left: 60px;
  }
  .margin_right_60 {
    margin-right: 60px;
  }
  .margin_left_80 {
    margin-left: 80px;
  }
  .margin_right_80 {
    margin-right: 80px;
  }

  .container_head {
    max-width: 1750px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 55px;
    padding-left: 55px;
  }
  .container {
      max-width: 1750px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 55px;
      padding-left: 55px;
  }
  .container_min {
      max-width: 1250px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 55px;
      padding-left: 55px;
  }
  .container_bottom {
    max-width: 1750px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 55px;
    padding-left: 55px;
  }
  .container_all {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
}
  .section-icon {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #c9926f;
    z-index: 5;
  }
  .section-top {
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: transparent;
    z-index: 5;
  }
  .section-menu {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 4;
  }
  .section-breadcrumb {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .section_bottom {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F6F6F6;
  }
  .section_bottom_too {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #c9926f;
    text-align: center;
  }
  .section-glav {
    position: relative;
    padding-top: 94px;
    background: #ffffff; #linear-gradient(30deg, #F5E6D3, #c9926f);
    margin-top: -94px;
    z-index: 1;
    color: #424242;
  }
  .section-page {
    position: relative;
    padding-top: 100px; /* было 100 */
    padding-bottom: 100px; /* было 100 */
  }
  .section-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .section-blue {
    position: relative;
    padding-top: 94px;
    background: linear-gradient(-30deg, #F5E6D3, #c9926f);
    margin-top: -94px;
    z-index: 1;
    color: #ffffff;
  }
 .section-blue-too {
    position: relative;
    padding-top: 94px;
    background: linear-gradient(-300deg, #F5E6D3, #c9926f);
    margin-top: -94px;
    z-index: 1;
    color: #ffffff;
  }
  .padding_bottom_140 {
    padding-bottom: 140px;
  } 
  .padding_bottom_100 {
    padding-bottom: 100px;
  } 
  .padding_bottom_80 {
    padding-bottom: 80px;
  } 
  .padding_bottom_60 {
    padding-bottom: 60px;
  } 
  .padding_bottom_40 {
    padding-bottom: 40px;
  }
  .padding_bottom_20 {
    padding-bottom: 20px;
  }
  .padding_bottom_15 {
    padding-bottom: 15px;
  }
  .padding_bottom_0 {
    padding-bottom: 0px;
  }
  .padding_top_140 {
    padding-top: 140px;
  }
  .padding_top_100 {
    padding-top: 100px;
  }
  .padding_top_80 {
    padding-top: 10px; /* ИЗМЕНЕНО: было 80px */
  }
  .padding_top_60 {
    padding-top: 10px; /* ИЗМЕНЕНО: было 60px */
  }
  .padding_top_40 {
    padding-top: 0px; /* ИЗМЕНЕНО: было 40px */
  }
  .padding_top_20 {
    padding-top: 20px;
  }
  .padding_top_15 {
    padding-top: 15px;
  }
  .padding_top_0 {
    padding-top: 0px;
  }
  .padding_left_15 {
    padding-left: 15px;
  }
  .padding_right_15 {
    padding-right: 15px;
  }

  .heading_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .sec_row_start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .sec_row_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .sec_row_center_too {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .sec_row_stretch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .sec_row_slider {
    width: -webkit-fill-available;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .sec_row_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .sec_row_grid .col01 {
    margin-bottom: 20px;
  }
  .sec_row_grid .col02 {
    margin-bottom: 20px;
  }
  .sec_row_grid .col03 {
    margin-bottom: 20px;
  }
  .sec_row_grid .col04 {
    margin-bottom: 20px;
  }
  .sec_row_grid .col042 {
    margin-bottom: 20px;
  }

  .col01 {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col02 {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col03 {
    width: 33.33%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col04 {
    width: 25%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col042 {
    width: 25%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col05 {
    width: 20%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col06 {
    width: 16.66%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col040 {
    width: 40%;
    padding-right: 20px;
    margin-bottom: 20px; /* было 20 */
  }
  .col060 {
    width: 60%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col033 {
    width: 33.33%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col066 {
    width: 66.66%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col070 {
    width: 70%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col030 {
    width: 30%;
    padding-right: 20px;
    margin-bottom: 20px;
  }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: fit-content;
    min-width: 120px;
    height: 58px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #c9926f;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    background-color: #c9926f;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
  }
  .button:hover {
    background-color: #b36c49;
    border: 1px solid #b36c49;
    color: #ffffff;
    text-decoration: none;
  }
  .button:disabled {
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    color: #484848;
  }
  .button-too {
    background-color: #b36c49;
    border: 1px solid #b36c49;
    color: #ffffff;
  }
  .button-too:hover {
    background-color: #c9926f;
    border: 1px solid #c9926f;
    color: #ffffff;
  }
  .button-free {
    background-color: #F5E6D35e;
    border: 1px solid #F5E6D35e;
    color: #ffffff;
  }
  .button-free:hover {
    background-color: #b36c49;
    border: 1px solid #b36c49;
    color: #ffffff;
  }
  .button-free:hover svg path {
    stroke: #ffffff;
  }
  .button-foo {
    background-color: transparent;
    border: 1px solid #c9926f;
    color: #c9926f;
  }
  .button-foo:hover {
    background-color: transparent;
    border: 1px solid #b36c49;
    color: #b36c49;
  }

  .input_form {
    width: 100%;
    height: 58px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    border: 1px solid #FAF4ED;
    background-color: transparent;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #252525;
    font-size: 18px;
  }
  .input_form:hover {
    border: 1px solid #c9926f;
    background-color: #ffffff;
    color: #252525;
  }
  .input_form:active {
    border: 1px solid #c9926f;
    background-color: #ffffff;
    color: #252525;
  }
  .textarea_form {
    width: 100%;
    padding: 15px;
    border: 1px solid #FAF4ED;
    background-color: transparent;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #252525;
    border-radius: 0px; /* ДОБАВЛЕНО */
  }
  .textarea_form:hover {
    border: 1px solid #c9926f;
    background-color: #ffffff;
    color: #252525;
  }
  .textarea_form:active {
    border: 1px solid #c9926f;
    background-color: #ffffff;
    color: #252525;
  }
  .input_form.anti {
    display:block; height:.1px; margin:0!important; overflow:hidden; padding:0!important; width:.1px; border:0; opacity:.01;
  }
  .input_radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .input_radio_check {
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #E8DBCE;
    border-radius: 3px; /* ОСТАВЛЕНО */
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    background: #ffffff;
  }
  .input_radio_check:hover {
    border-color: #c9926f;
    /*background-image: url(assets/images/done.svg);*/
    
  }
  .input_radio_check:checked {
    border-color: #c9926f;
    /*background-image: url(assets/images/done.svg);*/
    background-position: center;
    background-repeat: no-repeat;
  }
  .input_radio_check label {
    cursor: pointer;
  }
  .input_radio_check ~ .input_radio_text {
    color: #767676;
  } 
  
.arrow_back {
  background: #ffffff;
  border-radius: 50%; /* ОСТАВЛЕНО */
  display: flex;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.arrow_forward {
  background: #ffffff;
  border-radius: 50%; /* ОСТАВЛЕНО */
  display: flex;
  margin-right: -25px;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.arrow_back:hover, .arrow_forward:hover {
}
.arrow_back:hover svg path, .arrow_forward:hover svg path {
}

  /*******/
 
  .top_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top_pull_left {
    display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .top_pull_center {
    display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .top_pull_right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .end_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .end_wrapper_too {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid;
    border-color: #4e6d977d;
    margin-top: 40px;
    padding: 40px 0px;
  }
  .col_top01 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .col_top02 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .col_top03 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .col_top04 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .col_top05 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: none;
  }

  .element_menu {
    display: none;
    border: none;
    background: none;
    padding: 0;
  }
  .element_logotip {
    max-width: 230px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .element_logotip_end {
    max-width: 230px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .col_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .menu_top_nav_link {
    color: #5c5c5c96;
    cursor: pointer;
  }
  .menu_top_nav_link:hover {
    color: #c9926f;
  }
  .menu_drop_nav {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #eaeaea;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    background-color: #f8f9fa;
  }
  .menu_drop_nav_link {
    color: #5c5c5c96 !important;
    cursor: pointer !important;
    display: block;
    width: 100% !important;
    padding: 6px 0px;
	font-size: 18px;
    line-height: normal;
  }
  .menu_drop_nav_link:hover {
    color: #c9926f !important;
  }
  .menu_drop_nav_link.link_phone {
	display: none;
  }
  .podmenu_drop_nav {
    width: auto;
    max-width: 380px;
	min-width: 320px;
	left: 300px !important;
  }
  .element_menu_top {
     margin-left: 40px;
     cursor: pointer;
     border: none;
     background: transparent;
  }
  .block_social_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
  .link_social {
    cursor: pointer;
    opacity: 1;
  }
  .link_social:hover {
    opacity: 0.5;
  }
  .link_flex_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5C5C5C;
  }
  .link_flex_top:hover {
    color: #c9926f;
  }
  .end_left_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .end_right_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link_social_app {
    width: 52px;
    height: 52px;
    display: flex;
    margin-right: 20px;
    border-radius: 50%; /* ОСТАВЛЕНО */
    background: #43A23A;
    cursor: pointer;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
  } 
  .link_social_app:hover {
    opacity: 0.7;
  }
  .end_pull_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .end_wrapper_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .end_wrapper_links_link {
    color: #c9926f;
    font-size: 14px;
  }
  .header {
    position: relative;
    min-height: 64px;
  }
  .header_glav {
    position: relative;
    z-index: 4;
  }
  .header_glav .menu_top_nav_link {
    color: #fff;
  }
  .header_glav .menu_top_nav_link:hover {
    color: #ffffffa1;
  }
  .header_glav .element_menu_top svg path {
    stroke: #fff;
  }
  .header_glav .link_social svg path {
    fill: #ffffff;
  }
  .header_glav .link_flex_top svg path {
    fill: #ffffff1f;
    stroke: #fff;
  }
  .header_glav .link_flex_top span {
    color: #ffffff;
  }
  .header_glav .link_flex_top:hover span {
    color: #ffffffa1;
  }
  .block_glav {
    position: relative;
  }
  .block_glav_col066 {
    position: relative;
  }
  .block_glav_text_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 40px;
  }
  .block_glav_text_top.div_phone {
    display: none;
  }
.block_glav_text_end {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
    color: #fff;
    margin-bottom: 10px;
}
.block_glav_text_top h1 {
	font-size: 14px !important;
	color: #fff;
}
  .block_glav_text_title {
    position: relative;
    font-weight: 900;
    line-height: 100%;
  }
  .block_glav_text_title.div_phone {
    display: none;
  }
  .block_doc_text_title {
    position: relative;
    font-weight: 900;
    line-height: 100%;
  }
  .block_glav_text_info {
    position: absolute;
    top: 4.8vw;
    right: 20px;
    max-width: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background: #F5E6D35e;
    border-radius: 0px; /* ИЗМЕНЕНО: было 10px */
  }
  .block_glav_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 40px;
    gap: 20px;
  }
  .block_glav_col {
    width: auto;
  }
  .block_glav_col div {
    font-size: 70px;
    line-height: 100%;
  }
  .block_glav_col span {
    font-size: 16px;
    font-weight: 400;
  }
  .block_glav_row-too {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
    gap: 20px;
  }
  .block_glav_col-too {
    width: auto;
  }
  .block_glav_col-too.div_phone {
    display: none;
  }
  .block_glav_text_info-too {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block_glav_text_info-too div {
    display: flex;
    background: #F5E6D35e;
    border-radius: 50%; /* ОСТАВЛЕНО */
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
  }
  .block_glav_text_info-too span a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
  }
  .block_glav .sec_row .col033 {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
  }
  .block_glav_text_info.div_phone {
    display: none;
  }

  .slider_card_image {
    width: 100%;
    position: relative;
    background: #F6F6F6;
    padding-top: 100%;
    display: flex;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0px; /* ИЗМЕНЕНО: было 10px */
  }
  .slider_card_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
  }
	.slider_card_warning {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		background-color: rgb(255 255 255 / 50%);
		backdrop-filter: blur(25px);
		-webkit-backdrop-filter: blur(10px);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		font-size: 16px;
	}
	.slider_card_warning.open {
		display: none;
	}
  .block_switcher_slider .uk-subnav li {
    width: 25%;
  }
  .block_switcher_slider .uk-subnav li a {
    background-color: #ffffff5e;
    border: 1px solid #F5E6D35e;
    color: #929292;
    padding: 16px 20px;
    text-transform: none;
    border-radius: 0px; /* ИЗМЕНЕНО: было 10px */
    width: 100%;
    justify-content: center;
  }
  .block_switcher_slider .uk-subnav li.uk-active > a {
    background-color: #F8F1E6 !important;
    border: 1px solid #F8F1E6 !important;
    color: #c9926f !important;
    padding: 16px 20px;
    text-transform: none;
    border-radius: 0px; /* ИЗМЕНЕНО: было 10px */
    width: 100%;
    justify-content: center;
  }

  .sec_form_one {
    position: relative;
  }
  .sec_form_one_intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .sec_form_one_data .font-style-h2.div_phone {
    display: none;
  }
  .sec_form_one_data {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FAF4ED;
    border-radius: 0px; /* ИЗМЕНЕНО: было 20px */
    padding: 20px 40px;
    border: 10px solid #F8F1E6;
  }
  .form_one_input {
    display: flex;
    width: 100%;
    padding-top: 20px;
  }
  .form_one_input .input_form {
    border-radius: 0px 0px 0px 0px; /* ИЗМЕНЕНО: было 15px 0px 0px 15px */
    background: #fff;
  }
  .sec_form_img_fon {
    position: absolute;
    z-index: -1;
    bottom: -5px;
  }
  .sec_form_img_tel {
    position: absolute;
    z-index: 1;
    top: -14vw;
    width: 30%;
  }
  .block_video_iframe {
    position: relative;
    width: 100%;
    padding-bottom: 202.25%;
    background: #000;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0px; /* ИЗМЕНЕНО: было 10px */
    opacity: 1 !important; /*Убираем opacity: 0.6 */
  }




  .block_video_iframe iframe, .block_video_iframe video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .block_video_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .block_video_col {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .block_video_col_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background: #F4F4F4;
    border-radius: 0px; /* ИЗМЕНЕНО: было 10px */
    line-height: normal;
  }
  .block_video_col_info span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    padding: 4px;
    background: #b36c49;
    border-radius: 30px; /* ОСТАВЛЕНО */
    flex-shrink: 0;
  }

  .sec_form_too {
    position: relative;
  }
  .sec_form_too_intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-wrap: wrap;
  }
  .sec_form_too_data {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FAF4ED;
    border-radius: 0px; /* ИЗМЕНЕНО: было 20px */
    padding: 20px 40px;
    border: 10px solid #F8F1E6;
  }
  .form_too_input {
    display: flex;
    width: 100%;
    padding: 20px 0px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .form_too_input .input_form {
    width: calc(50% - 10px);
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    background: #fff;
  }
  .sec_form_img_fon2 {
    position: absolute;
    z-index: -1;
    bottom: -3px;
    max-width: 75%;
  }
  .sec_form_img_fon22 {
    display: none;
  }
  .sec_form_img_tel2 {
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    width: 25%;
    right: 0;
  }
  .sec_form_img_tel2.div_phone {
    display: none;
  }
  .form_too_input_end .button {
    flex-shrink: 0;
  }
  .form_too_input_end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .form_too_text_end {
    margin-top: 20px;
    margin-left: 40px;
  }
  .card_one {
    color: #5C5C5C;
  }
  .card_one:hover {
    color: #c9926f;
  }
  .card_one_top {
    display: flex;
    align-items: center;
    border-radius: 0px 0px 0px 0px; /* ИЗМЕНЕНО: было 15px 15px 0px 0px */
    border: 1px solid #E1EEFE;
    padding: 30px;
    justify-content: space-between;
  }
  .card_one_img {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px; /* ИЗМЕНЕНО: было 0px 0px 15px 15px */
    padding-top: 60%;
  }
  .card_img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
  }
  .block_uslugi_end_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block_uslugi_end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .block_uslugi_end button {
    flex-shrink: 0;
    min-width: 300px;
    margin-left: 16%;
  }
  .car_info {
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    background: #f6f6f6;
    padding: 20px;
  }
  .car_info_num {
    display: block;
    width: 100%;
    text-align: right;
    color: #5c5c5ca8;
    margin-bottom: 60px;
  }
  .car_info_icon_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .car_info_icon_one {
    display: flex;
    background: #c9926f;
    border-radius: 50%; /* ОСТАВЛЕНО */
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
  }
  .car_info_icon_too {
    display: flex;
    background: #ffffff;
    border-radius: 50%; /* ОСТАВЛЕНО */
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
  }
  .sec_image_40 {
    width: 40%;
    height: 100%;
    position: absolute;
    z-index: 0;
    overflow: hidden;
  }
  .sec_image_img {
    height: 100%;
    width: 100%;
    background: #f6f6f6;
    object-fit: cover;
}
.sec_image_back {
    background: linear-gradient(270deg, #f6f6f6, transparent);
    position: absolute;
    left: 90%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}
.sec_image_back_too {
    background: linear-gradient(270deg, #ffffff, transparent);
    position: absolute;
    left: 75%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}
.card_stati_img {
    display: block;
    overflow: hidden;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    margin-bottom: 15px;
    position: relative;
	padding-top: 60%;
}
.card_stati_title {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #5c5c5c;
}
.stati_img_iner {
  /*width: 100%;*/
  border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
}
.block_news_back {
  display: flex;
  justify-content: center;
}
.card_free {
  color: #5C5C5C;
}
.card_free_top {
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 0px 0px; /* ИЗМЕНЕНО: было 0px 0px 15px 15px */
  border: 1px solid #E1EEFE;
  padding: 20px 30px;
}
.card_free_img {
  overflow: hidden;
  border-radius: 0px 0px 0px 0px; /* ИЗМЕНЕНО: было 15px 15px 0px 0px */
  position: relative;
  padding-top: 60%;
}
.card_free_clock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b36c49;
}
.str_aktsii_img {
    overflow: hidden;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    position: relative;
    padding-top: 60%;
}
.str_aktsii_img_iner {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background: #f6f6f6;
    object-fit: cover;
}
.str_aktsii_text_wrap {
  border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
  background: #F8F1E6;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.str_aktsii_text_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.str_aktsii_text_top img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.str_aktsii_text_price {
    flex-shrink: 0;
}
.str_aktsii_botton_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}

.str_tseny_ul {
  margin-top: 20px !important;
}
.str_tseny_ul li {
  color: #c9926f;
}
.str_tseny_li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.block_map {
  border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
  overflow: hidden;
}
  .breadcrumb_too .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    color: #ffffffa3;
  }
  .breadcrumb_too .uk-breadcrumb>*>* {
    color: #ffffffa3;
  }
  .breadcrumb_too .uk-breadcrumb>*>*:hover {
    color: #fff;
  }
  .breadcrumb_too .uk-breadcrumb>:last-child>span {
    color: #fff  !important;
  }
  
  .block_konsult {
    position: relative;
    padding-bottom: 20px;
  }
  .block_konsult .sec_row {
    justify-content: space-between;
  }
  .block_konsult .col040 {
    position: relative;
    width: 32%;
    z-index: 3;
  }
  .block_konsult .col060 {
    position: relative;
    width: 50%;
    z-index: 1;
  }
  .block_konsult .konsult_foto_pc {
    position: absolute;
    bottom: -20px;
    height: fit-content;
    max-height: 700px;
    left: -60%;
    z-index: -1;
  }
  .block_konsult .konsult_foto_phone {
    display: none;
  }
  .block_konsult .konsult_div_left {
    width: 80%;
  }
  .block_consult_text_info {
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    background: #F5E6D357;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
  }
  .block_consult_images {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15%;
    margin-top: 40px;
    margin-bottom: 60px;
    z-index: -2;
  }
  .block_consult_imageL {
    position: relative;
    width: 55%;
    padding-top: 26%;
    left: 0;
    z-index: 2;
    margin-right: -5%;
    margin-bottom: 40px;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
  }
  .block_consult_imageR {
    position: relative;
    width: 50%;
    padding-top: 26%;
    right: 0;
    z-index: 2;
    margin-top: 40px;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
  }
  .block_consult_text_info_too {
    display: flex;
    align-items: flex-start;
    margin-left: 20%;
  }
  .block_consult_text_info_free {
    display: flex;
    align-items: flex-start;
    margin-left: 24%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block_doc {
    position: relative;
    padding-bottom: 0px;
  }
  .block_doc .sec_row {
    justify-content: space-between;
  }
  .block_doc .col040 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .block_doc .col060 {
    position: relative;
  }
  .block_doc_text_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block_doc_text_info div {
    display: flex;
    background: #F5E6D35e;
    border-radius: 50%; /* ОСТАВЛЕНО */
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
  }
  .block_doc_text_info-too div {
    display: flex;
    background: #cfe2fa8a;
    border-radius: 50%; /* ОСТАВЛЕНО */
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
  }
.column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.ul_column li {
    color: #c9926f;
    padding-left: 120px; /* УВЕЛИЧИЛИ С 52px ДО 120px */
    position: relative;
    margin-bottom: 20px;
    min-height: 30px; /* ДОБАВЛЕНО: чтобы строки не перекрывались */
}
.ul_column li div {
    position: absolute;
    left: 0;
    min-width: 110px; /* ДОБАВЛЕНО: фиксированная минимальная ширина */
    white-space: nowrap; /* ДОБАВЛЕНО: даты в одну строку */
}
.ul_column li p {
     margin-bottom: 20px;
}
.ul_doc li {
    color: #5C5C5C;
    padding-left: 120px; /* УВЕЛИЧИВАЕМ */
    position: relative;
    margin-bottom: 20px;
    min-height: 30px;
}
.ul_doc li div {
    position: absolute;
    left: 0;
    min-width: 110px;
    white-space: nowrap;
}
.ul_doc li p {
     margin-bottom: 20px;
}
.col02_doc {
  padding-left: 60px;
}

.slider_card .slider_card_text {
  background: #F4F4F4;
  border-radius: 0px 0px 0px 0px; /* ИЗМЕНЕНО: было 10px 10px 15px 15px */
  margin-top: 5px;
  padding: 15px;
}

.block_video_iframe ~ .slider_card_text {
  background: #F4F4F4;
  border-radius: 0px 0px 0px 0px; /* ИЗМЕНЕНО: было 10px 10px 15px 15px */
  margin-top: 5px;
  padding: 15px;
}

.col02_doc .uk-slider {
  padding: 20px;
}
.col02_doc .slider_card_image {
    padding-top: 72%;
}
.sec_row_doc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -15px;
}
.col_doc_60 {
  width: 60%;
  padding-right: 15px;
  margin-bottom: 15px;
}
.col_doc_40 {
  width: 40%;
  padding-right: 15px;
  margin-bottom: 15px;
}
.doc_card_blue {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    background: #f1f7fe;
    border-radius: 0px; /* ИЗМЕНЕНО: было 20px */
    padding: 40px 60px;
    flex-direction: column;
    height: 100%;
}
.doc_card_grey {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    background: #F4F4F4;
    border-radius: 0px; /* ИЗМЕНЕНО: было 20px */
    padding: 40px 60px;
    flex-direction: column;
    height: 100%;
}
.doc_card_num {
    position: absolute;
    background: #ffffff;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    padding: 12px 20px;
    top: -10px;
    right: 20px;
}
.doc_card_num_title {
  position: relative;
  font-size: 25px;
  line-height: 120%;
  font-weight: 600;
}
.doc_card_num_title::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px; /* ОСТАВЛЕНО */
  background: #c9926f;
  left: -20px;
  top: 10px;
}

.sec_row_doc .uk-slider-items {
  display: flex;
  flex-wrap: wrap;
}
.sec_row_doc ~ .slider-arrow-min {
    display: none;
}

.block_accordion li {
    background: #F8F1E6;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    padding: 15px 15px;
    border: 10px solid #F8F1E6;
}
.block_accordion li.uk-open {
    background: #FAF4ED;
}
.block_accordion li .uk-accordion-content {
    padding-left: 30px;
}
.block_accordion .uk-accordion-title::before {
    content: "";
    background-image: url(assets/images/arrow-down.svg);
}
.block_accordion .uk-open>.uk-accordion-title::before {
    background-image: url(assets/images/arrow-down.svg);
    transform: rotateZ(180deg);
}

.block_uslug_q_slider .uk-slider-items {
  display: flex;
  flex-wrap: wrap;
}
.block_uslug_q_slider .sec_row_grid ~ .slider-arrow-min {
    display: none;
}

.block_uslug_z {
  position: relative;
}
.block_uslug_z_img_title {
  position: absolute;
  z-index: -1;
  top: -20px;
  max-width: 100%;
}
.block_uslug_z_slider .uk-slider-items {
  display: flex;
  flex-wrap: wrap;
}
.block_uslug_z_slider ~ .slider-arrow-min {
    display: none;
}
.block_uslug_z_col1_wrap {
  position: relative;
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: 60px;
}
.block_uslug_z_col2_wrap {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
}
.block_uslug_z_col3_wrap {
  position: relative;
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: 50px;
}
.block_uslug_z_col {
  border-left: 1PX SOLID;
  border-color: #E8DBCE;
  padding: 10px;
}
.block_uslug_z_col_num {
  padding-left: 13px;
  position: absolute;
  top: -80px;
  left: -60px;
  z-index: 2;
  font-size: 80px;
  font-weight: 300;
  line-height: normal;
}
.block_uslug_z_col_num::after {
  content: '+';
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 2;
  font-size: 22px;
  font-weight: 400;
  color: #c9926f;
}
.block_uslug_z_col_title {
  padding-top: 100px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.block_uslug_z_end {
  position: absolute;
  bottom: 0;
  right: 0;
}
.block_uslug_z .uk-slider-container {
  margin-top: -100px;
  padding-top: 80px;
}
.uslug_card_grey {
    position: relative;
    background: #F4F4F4;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    padding: 30px;
    height: 100%;
}
.uslug_card_grey_span {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #12121280;
}
.uslug_card_grey_div {
  display: flex;
}
.uslug_card_grey_img {
    display: flex;
    background: #ffffff;
    border-radius: 50%; /* ОСТАВЛЕНО */
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.block_uslug_x {
    background: #F8F1E6;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    padding: 40px;
}
.block_uslug_q {
    background: #F9F1E8;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    padding: 40px;
}

.block_uslug_p_ul .block_uslug_p_li:nth-child(2n) {
  background: #F4F4F4;
}
.block_uslug_p_li {
  padding: 12px;
  display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block_uslug_p_li_r {
      flex-shrink: 0;
}
.block_uslug_p .col060 {
      padding-left: 60px;
}
.form_price_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form_price_end {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.form_price_row input{
    width: 50%;
    border-radius: 0px 0px 0px 0px; /* ИЗМЕНЕНО: было 15px 0px 0px 15px */
}
.form_price_row button {
    width: 50%;
    border-radius: 0px 0px 0px 0px; /* ИЗМЕНЕНО: было 0px 15px 15px 0px */
}
.block_uslug_p_info_wrap {
  position: relative;
}
.block_uslug_p_info_wrap_pc {
  position: relative;
  height: auto;
}
.block_uslug_p_info_wrap_phone {
  position: relative;
  display: none;
  height: auto;
}
.block_uslug_p_info {
  display: flex;
  align-items: flex-start;
  border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
  background: #ffffffb8;
  padding: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
    position: absolute;
    z-index: 4;
    width: 250px;
    line-height: 110%;
}

.block_uslug_o_left {
  position: relative;
  border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
  background: #F8F1E6;
  padding: 20px;
  padding-right: 30%;
  min-height: 340px;
}
.block_uslug_o_left li {
  color: #c9926f;
  margin-bottom: 12px;
}
.block_uslug_o_image01 {
  position: absolute;
    width: 35%;
    padding-top: 45%;
    right: -10%;
    top: -20px;
    z-index: 2;
    object-fit: cover;
    background: rgb(246, 246, 246);
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
}
.block_uslug_o_image02 {
  position: absolute;
    width: 35%;
    padding-top: 45%;
    right: -30%;
    bottom: -20px;
    z-index: 1;
    object-fit: cover;
    background: rgb(246, 246, 246);
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;

}
.block_uslug_o_right {
  position: relative;
  border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
  background: #F9F1E8;
  padding: 20px;
  padding-left: 30%;
  min-height: 300px;
}
.block_uslug_o_right li {
  color: #b36c49;
  margin-bottom: 12px;
}
.block_uslug_o_right_title {
  padding-left: 10%;
}
.block_uslug_o_right_info {
    background: #ffffff;
    border: 1px solid #C3C3C3;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    padding: 20px;
    display: flex;
    align-items: flex-start;
}
.col_left_60 {
  padding-right: 60px;
}
.col_right_60 {
  padding-left: 60px;
}

.form_uslug_bottom {
  background: #ffffff;
  border: 1px solid #C3C3C3;
  border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
  padding: 40px;
}
.form_uslug_bottom_row {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.form_uslug_bottom_row .input_form {
  width: 33.33%;
  background-color: #FAF4ED;
}
.form_uslug_bottom_row .button {
  width: 33.33%;
}

.image_inner_img_too {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background: #f6f6f6;
    object-fit: cover;
}
.image_inner {
  position: relative;
  width: 100%;
  padding-top: 80%;
}
.image_inner .image_inner_img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background: #f6f6f6;
    object-fit: cover;
}
.image_inner .image_inner_00 {
    display: block;
    position: absolute;
    z-index: 1;
    width: 70%;
    padding-top: 50%;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
    top: -20px;
    left: 0;
}
.image_inner .image_inner_01 {
    display: block;
    position: absolute;
    z-index: 1;
    width: 70%;
    padding-top: 50%;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
    top: 0px;
    left: 0;
}
.image_inner .image_inner_02 {
    display: block;
    position: absolute;
    z-index: 2;
    width: 70%;
    padding-top: 50%;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
    bottom: 0px;
    right: 0px;
}
.image_inner .image_inner_03 {
    display: block;
    position: absolute;
    z-index: 1;
    width: 70%;
    padding-top: 60%;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
    top: 0px;
    left: 0;
}
.image_inner .image_inner_04 {
    display: block;
    position: absolute;
    z-index: 2;
    width: 50%;
    padding-top: 40%;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
    bottom: 0px;
    right: 0px;
}
.image_inner .image_inner_05 {
    display: block;
    position: absolute;
    z-index: 2;
    width: 50%;
    padding-top: 50%;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
    top: 0px;
    left: 0;
}
.image_inner .image_inner_06 {
    display: block;
    position: absolute;
    z-index: 1;
    width: 80%;
    padding-top: 50%;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
    bottom: 0px;
    right: 0px;
}
.image_inner .image_inner_07 {
    display: block;
    position: absolute;
    z-index: 1;
    width: 70%;
    padding-top: 55%;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
    top: 0px;
    left: 0;
}
.image_inner .image_inner_08 {
    display: block;
    position: absolute;
    z-index: 2;
    width: 70%;
    padding-top: 50%;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    overflow: hidden;
    bottom: 0px;
    right: 0px;
}

.mobile-btn {
    --color: #c9926f;
    position: relative;
    width: 36px;
    height: 36px;
}
.mobile-btn .icon {
    display: block;
    stroke: var(--color);
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.mobile-btn .icon path {
    transition: stroke-dasharray var(--duration, .85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, .85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    transform: translateZ(0);
}
.mobile-btn[aria-expanded="true"] .icon path {
    --offset: 57px;
}
.mobile-btn[aria-expanded="true"] .icon path:first-child, .mobile-btn[aria-expanded="true"] .icon path:nth-child(3) {
    --delay: 0.15s;
    --easing: cubic-bezier(0.2,0.4,0.2,1.1);
}
.mobile-btn .icon path:nth-child(2) {
    --duration: 0.7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
}
.mobile-btn[aria-expanded="true"] .icon path:nth-child(2) {
    --duration: 0.4s;
    --offset: 2px;
    --array-1: 1px;
}
.mobile-btn .icon path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
}
.mobile-btn[aria-expanded="true"] .icon path:first-child, .mobile-btn[aria-expanded="true"] .icon path:nth-child(3) {
    --delay: 0.15s;
    --easing: cubic-bezier(0.2,0.4,0.2,1.1);
}
.mobile-btn[aria-expanded="true"] .icon path:nth-child(3) {
    --offset: 58px;
}

.form_modal {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 20px;
}
.form_modal .input_form {
  background-color: #ffffffbf;
}

.button_app {
	position: fixed;
    z-index: 99;
    width: 260px;
    min-width: 260px;
    right: -102px;
    top: 46%;
    transform: rotateZ(-90deg);
    margin-right: 5px;
}
.button_app svg path {
    fill: #ffffff;
}



/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

 .uk-tooltip {
    border-radius: 0px; /* ИЗМЕНЕНО: было 10px */
    background-color: #00000099 !important;
    font-size: 14px !important;
    max-width: max-content;
    width: fit-content;
    padding: 5px 15px;
  }
  .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    margin: 0 10px;
    font-size: 14px;
  }
  .uk-breadcrumb>:last-child>a:not([href]), .uk-breadcrumb>:last-child>span {
    color: #2b2b2b;
  }
  .uk-offcanvas-overlay {
    width: 100%;
    touch-action: none;
  }
  .uk-offcanvas-bar {
    min-width: 640px;
    background-color: #c9926f !important;
  }
  .uk-subnav-pill>.uk-active>a {
    background-color: #c9926f !important;
    color: #363636 !important;
  }
  .uk-dotnav>*>* {
    display: block;
    white-space: nowrap;
    background: #CFCFCF;
    border: 1px solid #CFCFCF;
    border-radius: 50%; /* ОСТАВЛЕНО - точки навигации остаются круглыми */
  }
  .uk-dotnav>.uk-active>* {
    background-color: #c9926f;
    border-color: #c9926f;
  }
  .uk-offcanvas-bar .uk-nav {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .uk-offcanvas-bar  a.element_favorite  {
    color: #252525;
  }
  .uk-offcanvas-bar  a.button {
    color: #252525;
  }
  .uk-offcanvas-bar .uk-nav>li>a {
    padding: 10px 0 15px 0;
  }
  #modal .uk-modal-dialog {
    width: 440px;
    background: #F8F1E6;
    border-radius: 0px; /* ИЗМЕНЕНО: было 20px */
    padding: 30px 30px;
  }
  #modal .uk-modal-dialog .button {
    width: 100%;
  }
  #modal-warning .uk-modal-dialog {
    background: #F8F1E6;
    border-radius: 0px; /* ИЗМЕНЕНО: было 20px */
    padding: 30px 30px;
    text-align: center;
  }
  #modal-warning .uk-modal-dialog .button {
    width: 45%;
  }
  #modal-warning .flex-warning {
	display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
  }
  .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    margin: 6px 0px;
  }
  .uk-checkbox, .uk-radio {
    background-color: #ffffff;
  }
  .uk-card-body>.uk-nav-default .uk-nav-sub {
    padding-left: 44px;
  }
  .uk-nav-default .uk-nav-sub a {
    font-size: 14px;
  }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* скрыть обводку input --------------- */
*:focus {
  outline: none;
}

.select {
  position: relative;
}
.select[data-state=active] .item_select::before {
  transform: translate(-2px, -50%) rotate(-45deg);
}
.select[data-state=active] .item_select::after {
  transform: translate(2px, -50%) rotate(45deg);
}
.select[data-state=active] .select__content {
  opacity: 1;
}
.select[data-state=active] .select__label {
  max-height: 40px;
  background-color: #fff;
}
.select__title {
  cursor: pointer;
}
.item_select::before, .item_select::after {
  content: "";
  position: absolute;
  top: 62%;
  right: 26px;
  display: block;
  width: 8px;
  height: 2px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #c9926f;
  transform: translate(-2px, -50%) rotate(45deg);
}
.item_select::after {
  transform: translate(2px, -50%) rotate(-45deg);
}
.item_select:hover {
  border-color: #c9926f;
}
.item_select:hover::before, .item_select:hover::after {
  background-color: #c9926f;
}
.button.item_select::before, .button.item_select::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 26px;
  display: block;
  width: 10px;
  height: 1px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #ffffff;
  transform: translate(-3px, -50%) rotate(45deg);
}
.button.item_select::after {
  transform: translate(4px, -50%) rotate(-45deg);
}
.select[data-state=active] .button.item_select::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}
.select[data-state=active] .button.item_select::after {
  transform: translate(4px, -50%) rotate(45deg);
}
.button.item_select {
  padding-right: 60px;
}
.select__content {
  position: absolute;
  padding-top: 1px;
  border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
  overflow: hidden;
  top: 80px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 8%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  z-index: 9;
}
.select__input {
  display: none;
}
.select__input:checked + label {
  background-color: #ffffff;
  color: #c9926f;
}
.select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.select__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 24px;
  font-size: 16px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  overflow: hidden;
}
.select__label + input + .select__label {
  border-top: 0 solid #CBCBCC;
}
.select__label:hover {
  background-color: #c9926f !important;
  color: #ffffff !important;
}
.item_input {
    display: inline-block;
    position: relative;
    width: 100%;
}


/*--- bitrix form off loading ---*/
div[id^="wait_"] { 
	display: none !important; background: none !important; border: 0 !important; color: #000000; font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; font-style: normal !important; font-variant: normal !important; font-weight: normal; letter-spacing: normal !important; 
	line-height: normal; padding: 0 !important; position: absolute; text-align: center !important; text-indent: 0 !important; width: 0px !important; 
	height: 0px !important; word-spacing: normal !important; z-index: 0; content: ""; 
}
.a-cookies {
  display: none;
  z-index: 96;
  position: fixed;
  background: #c9926f;
  color: #fff;
  width: -webkit-fill-available;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 0px; /* ИЗМЕНЕНО: было 2px */
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 14px;
  line-height: normal;
  text-align: center;
}
.a-cookies .container { 
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a-cookies__btn {
  margin-top: 10px;
  display: block;
}
.a-cookies.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@media screen and (max-width: 1720px) {
  .block_glav_text_title {
    font-size: 8vw;
  }
  .block_doc_text_title {
    font-size: 12vw;
  }
}

@media screen and (max-width: 1440px) {
    .col06 {
        width: 25%;
    }
    .col_top04 {
      display: none;
    }
    .col_top05 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .col_top03 .block_social_top {
        gap: 15px;
    }
    .block_glav_text_info.div_pc {
      display: none;
    }
    .block_glav_text_info.div_phone {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: static;
      max-width: 100%;
      margin-top: -20px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      margin-bottom: 20px;
      width: 100%;
    }

    .sec_contact .col033 {
      width: 40%;
    }
    .sec_contact .col066 {
      width: 60%;
    }

    .block_konsult .konsult_foto_pc {
        max-height: 420px;
        left: -40%;
    }
    .block_konsult .col040 {
        width: 40%;
    }
}

@media screen and (max-width: 1200px) {
    .container_head {
        padding-right: 30px;
        padding-left: 30px;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .container_min {
        padding-right: 30px;
        padding-left: 30px;
    }
    .container_bottom {
        padding-right: 30px;
        padding-left: 30px;
    }
    .font-style-h9 {
        font-size: 75px;
        line-height: 120%;
    }
    .font-style-h0 {
        font-size: 75px;
        line-height: 120%;
    }
    .font-style-h1 {
        font-size: 45px;
        line-height: 120%;
    }
    .font-style-h2 {
        font-size: 35px;
        line-height: 120%;
    }

    .block_glav_col-too.div_phone {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
    }
    .block_glav_col-too.div_pc {
      display: none;
    }
    .block_glav_col-too .button  {
        width: 100%;
        margin-bottom: 20px;
    }
    .block_glav_col div {
      font-size: 42px;
      line-height: 100%;
    }
    .block_konsult .col040 {
        width: 45%;
    }
    .col02_doc {
      padding-left: 0px;
    }
    .col_doc_60 {
      width: 50%;
    }
    .col_doc_40 {
      width: 50%;
    }
    .doc_card_num_title {
      font-size: 20px;
    }
    .block_uslug_p .col060 {
      padding-left: 0px;
    }
}     

@media screen and (max-width: 1023px) {
      .margin_bottom_140 {
        margin-bottom: 100px;
      } 
      .margin_bottom_100 {
        margin-bottom: 80px;
      } 
      .margin_bottom_80 {
        margin-bottom: 60px;
      } 
      .margin_bottom_60 {
        margin-bottom: 40px;
      } 
      .margin_bottom_40 {
        margin-bottom: 30px;
      }
      .margin_top_100 {
        margin-top: 80px;
      }
      .margin_top_80 {
        margin-top: 60px;
      }
      .margin_top_60 {
        margin-top: 40px;
      }
      .margin_top_40 {
        margin-top: 40px;
      }
      .padding_bottom_100 {
        padding-bottom: 80px;
      } 
      .padding_bottom_80 {
        padding-bottom: 60px;
      } 
      .padding_bottom_60 {
        padding-bottom: 40px;
      } 
      .padding_bottom_40 {
        padding-bottom: 30px;
      }
      .padding_top_140 {
        padding-top: 100px;
      }
      .padding_top_100 {
        padding-top: 80px;
      }
      .padding_top_80 {
        padding-top:  10px; /* ИЗМЕНЕНО: было 60px */
      }
      .padding_top_60 {
        padding-top: 10px; /* ИЗМЕНЕНО: было 40px */
      }
      .padding_top_40 {
        padding-top: 0px; /* ИЗМЕНЕНО: было 40px */
      }

      .sec_row {
        margin-right: -20px;
      }
      .sec_row_start {
        margin-right: -20px;
      }
      .sec_row_center {
        margin-right: -20px;
      }
      .sec_row_center_too {
        margin-right: -20px;
      }
      .sec_row_stretch {
        margin-right: -20px;
      }
      .sec_row_slider {
        margin-right: -20px;
      }
      .sec_row_grid {
        margin-right: -20px;
      }
      .col01 {
        padding-right: 20px;
      }
      .col02 {
        padding-right: 20px;
      }
      .col03 {
        padding-right: 20px;
      }
      .col04 {
        width: 33.33%;
        padding-right: 20px;
      }
      .col042 {
        width: 33.33%;
        padding-right: 20px;
      }
      .col05 {
        width: 33.33%;
        padding-right: 20px;
      }
      .col06 {
        width: 33.33%;
        padding-right: 20px;
      }
      .col040 {
        padding-right: 20px;
      }
      .col060 {
        padding-right: 20px;
      }
      .col033 {
        padding-right: 20px;
      }
      .col066 {
        padding-right: 20px;
      }
      .col070 {
        padding-right: 20px;
      }
      .col030 {
        padding-right: 20px;
      }

      .col_top02 .col_menu {
        display: none;
      }

      .container_bottom {
        text-align: center;
      }
      .end_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .end_pull_right {
        flex-direction: column;
        align-items: center;
      }
      .font-style-h9 {
        font-size: 55px;
        line-height: 120%;
      }
      .font-style-h0 {
        font-size: 55px;
        line-height: 120%;
      }
      .block_glav_col {
        width: 45%;
      }
      .block_glav_row {
        margin-top: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
      }
      .block_glav_row-too {
        margin-bottom: 20px;
        gap: 20px;
        flex-direction: column;
      }
      .block_video_row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        flex-direction: column;
      }

	.menu_drop_nav_link.link_phone {
		display: block;
  	}

      .str_aktsii_botton_wrap {
        flex-direction: column;
      }
      .str_aktsii_text_top {
        flex-direction: column;
        align-items: center;
      }
      .str_aktsii_text_wrap {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
      }
      .sec_contact .col033 {
        width: 50%;
      }
      .sec_contact .col066 {
        width: 50%;
      }
      .sec_contact .end_left_block {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        justify-items: center;
		text-align: center;
      }
      .col_left_60 {
        padding-right: 0px;
      }
      .col_right_60 {
        padding-left: 0px;
      }
}

@media screen and (max-width: 991px) {
  .block_switcher_slider .uk-subnav {
    margin-left: -20px;
    display: flex;
    flex-direction: column;
    width: auto;
    gap: 15px;
  }
  .block_switcher_slider .uk-subnav li {
    width: 100%;
  }
  .form_too_input_end {
    flex-wrap: wrap;
    gap: 20px;
  }
  .form_too_input_end button {
    order: -1;
    width: 100%;
  }
  .col_doc_60 {
      width: 100%;
  }
  .col_doc_40 {
      width: 100%;
  }
  .doc_card_num_title {
      font-size: 18px;
  }
  .sec_row_doc .uk-slider-items {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
  }
  .sec_row_doc ~ .slider-arrow-min {
    display: block;
  }
  .block_uslug_z_slider .uk-slider-items {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
  }
  .block_uslug_z_slider ~ .slider-arrow-min {
    display: block;
  }
  .form_price_row {
    flex-direction: column;
  }
  .form_price_row input{
    width: 100%;
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
  }
  .form_price_row button {
      width: 100%;
      border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
      margin-top: 15px;
  }
  .form_uslug_bottom {
    padding: 20px;
  }
  .form_uslug_bottom_row {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .form_uslug_bottom_row .input_form {
    width: 100%;
  }
  .form_uslug_bottom_row .button {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .body {
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 140%;
  }
    .font-style-h9 {
        font-size: 35px;
        line-height: 120%;
    }
    .font-style-h0 {
        font-size: 35px;
        line-height: 120%;
    }
    .font-style-h1 {
        font-size: 35px;
        line-height: 120%;
    }
    .font-style-h2 {
        font-size: 25px;
        line-height: 120%;
    }
    .font-style-h3 {
        font-size: 22px;
        line-height: 120%;
    }
    .font-style-h4 {
        font-size: 20px;
        line-height: 120%;
    }
    .font-style-h5 {
        font-size: 18px;
        line-height: 120%;
    }
    .font-style-pxl {
      font-size: 16px !important;
    }
    .font-style-pl {
        font-size: 16px !important;
    }
    .font-style-pm {
        font-size: 14px !important;
    }
    .font-style-ps {
        font-size: 12px !important;
    }   
      .margin_bottom_100 {
        margin-bottom: 60px;
      } 
      .margin_bottom_80 {
        margin-bottom: 40px;
      } 
      .margin_bottom_60 {
        margin-bottom: 30px;
      } 
      .margin_bottom_40 {
        margin-bottom: 20px;
      }
      .margin_bottom_20 {
        margin-bottom: 15px;
      }
      .margin_top_100 {
        margin-top: 60px;
      }
      .margin_top_80 {
        margin-top: 40px;
      }
      .margin_top_60 {
        margin-top: 30px;
      }
      .margin_top_40 {
        margin-top: 20px;
      }
      .margin_top_20 {
        margin-top: 15px;
      }
      .section_bottom {
        padding-top: 30px;
        padding-bottom: 30px;
      }
      .padding_bottom_140 {
        padding-bottom: 7px;
      } 
      .padding_bottom_100 {
        padding-bottom: 60px;
      } 
      .padding_bottom_80 {
        padding-bottom: 40px;
      } 
      .padding_bottom_60 {
        padding-bottom: 30px; 
      } 
      .padding_bottom_40 {
        padding-bottom: 20px; 
      }
      .padding_bottom_20 {
        padding-bottom: 15px;
      }
      .padding_top_140 {
        padding-top: 70px;
      }
      .padding_top_100 {
        padding-top: 60px;
      }
      .padding_top_80 {
        padding-top:  0px; /* ИЗМЕНЕНО: было 40px */
      }
      .padding_top_60 {
        padding-top: 10px; /* ИЗМЕНЕНО: было 30px */
      }
      .padding_top_40 {
        padding-top: 0px; /* ИЗМЕНЕНО: было 20px */
      }
      .padding_top_20 {
        padding-top: 15px;
      }

      .container_head {
        padding-right: 15px;
        padding-left: 15px;
      }
      .container {
        padding-right: 15px;
        padding-left: 15px;
      }
      .container_min {
        padding-right: 15px;
        padding-left: 15px;
      }	
      .container_bottom {
        padding-right: 20px;
        padding-left: 20px;
      }
      .section-breadcrumb {
        padding-top: 0px;
        padding-bottom: 5px;
      }
      .sec_row {
        margin-bottom: -20px;
        margin-right: -15px;
      }
      .sec_row_start {
        margin-bottom: -20px;
        margin-right: -15px;
      }
      .sec_row_center {
        margin-bottom: -20px;
        margin-right: -15px;
      }
      .sec_row_center_too {
        margin-bottom: -20px;
        margin-right: -15px;
      }
      .sec_row_stretch {
        margin-bottom: -20px;
        margin-right: -15px;
      }
      .sec_row_slider {
        margin-bottom: -20px;
        margin-right: -15px;
      }
      .sec_row_grid {
        margin-bottom: -20px;
        margin-right: -15px;
      }
      .sec_row_grid .col01 {
        margin-bottom: 20px;
      }
      .sec_row_grid .col02 {
        margin-bottom: 20px;
      }
      .sec_row_grid .col03 {
        margin-bottom: 20px;
      }
      .sec_row_grid .col04 {
        margin-bottom: 20px;
      }
      .sec_row_grid .col042 {
        margin-bottom: 20px;
      }
      .col01 {
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col02 {
        width: 100%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col03 {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col04 {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col042 {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col05 {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col06 {
        width: 33.33%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col040 {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col060 {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col033 {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col066 {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col070 {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .col030 {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 20px;
      }
      .arrow_back {
        margin-left: 0px;
        width: 35px;
        height: 35px;
      }
      .arrow_forward {
        margin-right: 0px;
        width: 35px;
        height: 35px;
      }

    .element_logotip {
      max-width: 160px;
      margin-right: 20px;
    }
    .end_wrapper_too .end_pull_right {
      display: none;
    }
    .end_wrapper_too {
      justify-content: center;
    }
    .end_wrapper_links {
        gap: 15px;
        flex-direction: column;
    }
    .end_wrapper_too {
      margin-top: 30px;
      padding: 30px 0px;
    }
    .element_menu_top {
      margin-left: 0px;
      cursor: pointer;
    }
    .block_glav_text_info-too {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      gap: 10px;
    }
    .block_glav_col div {
      font-size: 35px;
      line-height: 100%;
    }
   .column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
   }
  .form_one_input {
    flex-direction: column;
    gap: 20px;
  }
  .form_one_input .input_form {
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
  }
  .sec_form_one_data {
    padding: 20px 20px;
    flex-wrap: wrap;
  }
  .sec_form_img_tel {
    top: -6vw;
    width: 40%;
  }
  .form_too_input .input_form {
    width: 100%;
  }
  .sec_form_img_tel2 {
    width: 50%;
  }
  .sec_form_too_data {
    padding: 10px 20px 0px 20px;
    flex-wrap: wrap;
  } 

  .block_uslugi_end_text {
    margin-top: 0px;
    flex-direction: column;
    text-align: center;
  }
  .block_uslugi_end {
    flex-wrap: wrap;
    gap: 20px;
  }
  .block_uslugi_end button {
    min-width: 100%;
    margin-left: 0%;
  }
  .str_aktsii_col .margin_left_40 {
    margin-left: 0px;
  }
  .str_aktsii_col .card_free_clock {
    justify-content: center;
  }
  .str_aktsii_col {
    text-align: center;
  }
  .str_aktsii_botton_wrap {
     align-items: center;
  }

  .block_consult_images {
    margin-left: 0%;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: -2;
  }
  .block_consult_imageL, .block_consult_imageR{
    position: relative;
    width: 55%;
    padding-top: 36%;
  }
  .block_doc_text_info {
    padding: 15px;
    background: #F5E6D35e;
    border-radius: 0px; /* ИЗМЕНЕНО: было 10px */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .block_doc .block_glav_col {
    width: 100%;
    text-align: center;
  }
  .doc_card_blue {
    padding: 30px 40px;
  }
  .doc_card_grey {
    padding: 30px 40px;
  }
  .doc_card_num_title::before {
    left: -18px;
    top: 6px;
  }
  .block_accordion li .uk-accordion-content {
    padding-left: 0px;
  }
  .block_uslug_z_col_num::after {
    content: '+';
    top: 1px;
    left: 0px;
  }
  .block_uslug_z_col1_wrap {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
  }
  .block_uslug_z_col2_wrap {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
  }
  .block_uslug_z_col3_wrap {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
  }
  .block_uslug_z .uk-slider-container {
    margin-top: 0px;
    padding-top: 60px;
  }
  .block_uslug_z_col_num {
    top: -70px;
    left: -40px;
    z-index: 2;
    font-size: 60px;
  }
  .block_uslug_z_col_title {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .block_uslug_q_slider .uk-slider-items {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
  }
  .block_uslug_q_slider .sec_row_grid ~ .slider-arrow-min {
    display: block;
  }
  .block_uslug_o_left {
    padding: 15px;
    padding-right: 0%;
    padding-bottom: 40%;
    min-height: auto;
    margin-bottom: 10%;
  }
  .block_uslug_o_image01 {
    width: 55%;
    right: 0px;
    top: auto;
    bottom: -5%;
  }
  .block_uslug_o_image02 {
    width: 55%;
    right: 0px;
    left: 0px;
    top: auto;
    bottom: -10%;
  }
  .block_uslug_o_right {
    padding: 15px;
    padding-left: 0%;
    min-height: auto;
  }
  .block_uslug_o_right_title {
    padding-left: 0%;
  }
  .slider_card_warning {
		font-size: 13px;
   }
  .end_wrapper_too {
    flex-direction: column;
    gap: 20px;
  }
} 

@media screen and (max-width: 640px) {
  .col01 {
    margin-bottom: 20px;
  }
  .col02 {
    margin-bottom: 20px;
  }
  .col03 {
    width: 100%;
    margin-bottom: 20px;
  }
  .col04 {
    margin-bottom: 20px;
  }
  .col042 {
    width: 100%;
    margin-bottom: 20px;
  }
  .col05 {
    margin-bottom: 20px;
  }
  .col06 {
    width: 50%;
    margin-bottom: 20px;
  }
  .col040 {
    width: 100%;
    margin-bottom: 0px; /* ИЗМЕНЕНО: было 20px */
  }
  .col060 {
    width: 100%;
    margin-bottom: 20px;
  }
  .col033 {
    width: 100%;
    margin-bottom: 20px;
  }
  .col066 {
    width: 100%;
    margin-bottom: 20px;
  }
  .col070 {
    width: 100%;
    margin-bottom: 20px;
  }
  .col030 {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .uk-offcanvas-bar {
    min-width: 380px;
  }
  .a-cookies.active {
    flex-direction: column;
    align-items: flex-start;
  }
  .a-cookies__btn {
    width: 126px;
    height: 52px;
    margin-top: 10px;
  }

  .end_right_block {
    flex-direction: column;
    gap: 15px;
  }
  .link_social_app {
    margin-right: 0px;
    margin-top: 10px;
  }
  .end_left_block {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center;
  }

  .block_glav_text_top.div_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .block_doc_text_title {
    text-align: center;
    font-size: 42px;
  }
  .block_glav_text_title.div_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 42px;
  }
  .block_glav_text_top.div_pc {
    display: none;
  }
  .block_glav_text_title.div_pc {
    display: none;
  }
  .block_glav_text_top {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
  }
  .block_glav .sec_row .col033 {
    align-items: center;
    flex-direction: column;
    align-items: center;
  }
  .sec_form_img_tel {
    position: relative;
    top: 0px;
    width: 100%;
  }
  .sec_form_one_intro .font-style-h2.div_pc {
    display: none;
  }
  .sec_form_one_data .font-style-h2.div_phone {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .sec_form_img_fon2 {
    display: none;
  }
  .sec_form_img_fon22 {
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -3px;
    max-width: 100%;
    width: 100%;
  }
  .sec_form_img_tel2.div_pc {
    width: 100%;
    display: none;
  }
  .sec_form_img_tel2.div_phone {
    display: block;
    position: relative;
    width: 100%;
    background: #F8F1E6;
    border-radius: 0px 0px 0px 0px; /* ИЗМЕНЕНО: было 20px 20px 0px 0px */
    padding: 10px 0px 0px 0px;
    border: 10px solid #F8F1E6;
    border-bottom: 0;
    margin-bottom: -10px;
  }
  .sec_form_too_data {
    border-radius: 0px 0px 0px 0px; /* ИЗМЕНЕНО: было 0px 0px 20px 20px */
  }
  .sec_form_too_intro .font-style-h2 {
    text-align: center;
  }
  .form_too_text_end {
    text-align: center;
    margin-left: 0px;
  }

  .sec_image_40 {
  display: block !important;
    width: 100% !important;
    height: 300px !important; /* или auto */
    position: relative !important;
    margin-bottom: 30px;
  }

  .sec_contact .font-style-h2 {
    text-align: center;
  }
  .sec_contact .col033 {
    width: 100%;
  }
  .sec_contact .col066 {
    width: 100%;
  }
  .block_konsult .col040 {
    width: 100%;
  }
  .block_konsult .col060 {
    width: 100%;
  }
  .block_consult_left_info {
    border-radius: 0px; /* ИЗМЕНЕНО: было 15px */
    background: #F5E6D357;
    padding: 20px 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .block_konsult .konsult_foto_pc {
    display: none;
  }
  .block_konsult .konsult_foto_phone {
    display: block;
    margin-bottom: -40px;
  }
  .block_consult_text_info {
    margin-top: 10px;
  }
  .block_consult_text_too {
    text-align: center;
  }
  .block_consult_text_info_too {
    align-items: center;
    margin-left: 0%;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .block_consult_text_info_free {
    align-items: flex-start;
    margin-left: 0%;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
  }
  .block_uslug_z_col_title {
    padding-top: 0px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .block_uslug_z_col_num {
    top: -65px;
    left: -30px;
    font-size: 50px;
  }
  .block_uslug_z_img_title {
    top: 0px;
  }
  .block_uslug_z .font-style-h2 {
      text-align: center;
  }
  .block_uslug_z_end {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
    right: 0;
    justify-content: center;
  }
  .block_uslug_p_info_wrap_pc {
    display: none;
  }
  .block_uslug_p_info_wrap_phone {
    display: block;
    margin-bottom: 30px;
  }
  .image_inner .image_inner_00 {
    top: 0px;
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  
}

/*-------------------------------------------------------------------------------- */
/*end*/

/* Чистая кнопка без фона - только иконка Telegram */
.tg-btn-clean {
    position: fixed;
    bottom: 30px;
    right: 40px; /* Отступ от правого края */
    z-index: 10000;
    
    width: auto;
    height: auto;
    background: transparent; /* Убираем белый фон */
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: none; /* Убираем тень */
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: visible;
    cursor: pointer;
    padding: 8px; /* Немного padding для увеличения зоны клика */
}

/* Большая чистая иконка Telegram */
.tg-icon-clean {
    width: 44px; /* Очень большая иконка */
    height: 44px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2)); /* Тень только у иконки */
}

/* Текстовая метка */
.tg-label-clean {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    
    background: #0088cc;
    color: white;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25);
    
    /* Анимация появления текста */
    transform-origin: right center;
}

/* Стрелочка от текста к иконке */
.tg-label-clean::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    border-left: 6px solid #0088cc;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

/* Эффекты при наведении на ПК */
.tg-btn-clean:hover {
    transform: translateY(-5px);
}

.tg-btn-clean:hover .tg-icon-clean {
    transform: scale(1.15) rotate(10deg);
    filter: drop-shadow(0 5px 12px rgba(0, 136, 204, 0.3));
}

.tg-btn-clean:hover .tg-label-clean {
    opacity: 1;
    visibility: visible;
    right: 65px;
    transform: translateY(-50%) scale(1);
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
    .tg-btn-clean {
        right: 35px;
        bottom: 30px;
    }
    
    .tg-icon-clean {
        width: 42px;
        height: 42px;
    }
}

/* Адаптивность и анимации для мобильных */
@media (max-width: 768px) {
    .tg-btn-clean {
        bottom: 25px;
        right: 25px;
        
        /* Анимация появления при загрузке */
        animation: tgCleanAppear 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
        animation-delay: 0.3s;
    }
    
    .tg-icon-clean {
        width: 40px;
        height: 40px;
        
        /* Легкая пульсация для привлечения внимания */
        animation: tgIconPulse 3s ease-in-out infinite 2s;
    }
    
    .tg-label-clean {
        font-size: 13px;
        padding: 9px 15px;
        right: 55px;
        display: none; /* На мобильных скрываем текст по умолчанию */
    }
    
    .tg-btn-clean:hover .tg-label-clean {
        right: 60px;
    }
    
    /* На мобильных показываем текст при нажатии */
    .tg-btn-clean:active .tg-label-clean {
        display: block;
        opacity: 1;
        visibility: visible;
        right: 60px;
        transform: translateY(-50%) scale(1);
    }
    
    /* Анимация при нажатии на мобильных */
    .tg-btn-clean:active .tg-icon-clean {
        transform: scale(0.9);
        transition: transform 0.1s ease;
    }
    
    /* Для десктопных ховеров на мобильных (если поддерживается) */
    @media (hover: hover) {
        .tg-label-clean {
            display: block;
        }
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .tg-btn-clean {
        bottom: 20px;
        right: 20px;
    }
    
    .tg-icon-clean {
        width: 38px;
        height: 38px;
    }
}

/* Анимации */
@keyframes tgCleanAppear {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.8);
    }
    70% {
        opacity: 1;
        transform: translateY(-5px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes tgIconPulse {
    0%, 100% {
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
    }
    50% {
        filter: drop-shadow(0 3px 10px rgba(0, 136, 204, 0.35));
    }
}

/* Дополнительная анимация "призыв к действию" (можно включить) */
.tg-btn-clean.pulse {
    animation: tgCallToAction 2s infinite;
}

@keyframes tgCallToAction {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}








/* ============================================
   ОПТИМИЗИРОВАННЫЕ СТИЛИ ДЛЯ ГЛАВНОГО БЛОКА
   ЕДИНАЯ СИСТЕМА БЕЗ ДУБЛЕЙ
   ============================================ */

/* ------------------------------------------------------
   1. ОСНОВНОЙ КОНТЕЙНЕР И СТРУКТУРА
   ------------------------------------------------------ */
.block_glav_wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 40px;
    padding-top: 30px;
}

.block_glav_photo {
    flex: 0 0 35%;
    width: 35%;
    max-width: 35%;
}

.block_glav_photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    filter: drop-shadow(0 4px 20px rgba(201, 146, 111, 0.15));
}

.block_glav_content {
    flex: 0 0 65%;
    width: 65%;
    max-width: 65%;
}

/* ------------------------------------------------------
   2. ЗАГОЛОВОК И ОСНОВНОЙ КОНТЕНТ
   ------------------------------------------------------ */
.block_glav_title {
    color: #252525;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
    font-family: 'Oranienbaum', serif;
}

.block_glav_info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #FAF4ED;
    padding: 20px 24px;
    margin-bottom: 40px;
    border-left: 4px solid #c9926f;
    width: 100%;
    box-sizing: border-box;
}

.block_glav_info .svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
}

/* ------------------------------------------------------
   3. СТАТИСТИКА
   ------------------------------------------------------ */
.block_glav_stats {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 40px;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    border-top: 1px solid #E8DBCE;
    border-bottom: 1px solid #E8DBCE;
}

.block_glav_stat {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    position: relative;
    min-width: 0;
}

/* Разделители между элементами статистики */
.block_glav_stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        #E8DBCE 20%, 
        #E8DBCE 80%, 
        transparent 100%);
}

.block_glav_stat_number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #c9926f;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.02em;
    white-space: nowrap;
    /* Анимация для статистики */
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease forwards;
}

.block_glav_stat:nth-child(1) .block_glav_stat_number { animation-delay: 0.1s; }
.block_glav_stat:nth-child(2) .block_glav_stat_number { animation-delay: 0.2s; }
.block_glav_stat:nth-child(3) .block_glav_stat_number { animation-delay: 0.3s; }
.block_glav_stat:nth-child(4) .block_glav_stat_number { animation-delay: 0.4s; }

.block_glav_stat_label {
    font-size: 14px;
    color: #5C5C5C;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    max-width: 120px;
    margin: 0 auto;
    white-space: normal;
}

/* ------------------------------------------------------
   4. ВЫРОВНЕННЫЕ БЛОКИ: ЛОКАЦИЯ + КОНТАКТ (4 элемента)
   ------------------------------------------------------ */
/* Родительские контейнеры */
.block_glav_location_wrapper,
.block_glav_actions {
    display: flex;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

.block_glav_location_wrapper {
    margin-bottom: 20px;
}

/* Общие стили для двух текстовых блоков */
.block_glav_location,
.block_glav_contact {
    flex: 1;
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #F8F1E6;
    gap: 12px;
    min-width: 0;
    box-sizing: border-box;
}

/* Контейнер иконки наушников - фиксированный размер */
.block_glav_contact_icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 24px;
    max-width: 24px;
}

/* Иконки - одинаковый размер */
.block_glav_location .svg,
.block_glav_contact .svg,
.block_glav_contact_icon .svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    flex-shrink: 0;
    display: block;
}

/* Текст в блоках */
.block_glav_location span,
.block_glav_contact span {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    flex: 1;
    min-width: 0;
    word-break: break-word;
}

/* ------------------------------------------------------
   5. КНОПКИ
   ------------------------------------------------------ */
.block_glav_about_button,
.block_glav_button {
    min-width: 180px;
    max-width: 180px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    background: #c9926f;
    border: 1px solid #c9926f;
    color: #fff;
    font-weight: 500;
    padding: 0 30px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    white-space: nowrap;
}

/* Улучшенные тени при ховере */
.block_glav_about_button:hover,
.block_glav_button:hover {
    background: #b36c49;
    border-color: #b36c49;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 146, 111, 0.25);
}

/* Для кнопки "О враче" */
.block_glav_about_button img,
.block_glav_about_button span {
    display: flex;
    align-items: center;
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */

/* ------------------------------------------------------
   ДЕСКТОП: от 1200px до 1400px
   ------------------------------------------------------ */
@media screen and (max-width: 1200px) {
    .block_glav_wrapper {
        gap: 30px;
    }
    
    .block_glav_title {
        font-size: 40px;
    }
    
    .block_glav_stat_number {
        font-size: 32px;
    }
    
    .block_glav_stat_label {
        font-size: 13px;
        max-width: 110px;
    }
    
    .block_glav_location span,
    .block_glav_contact span {
        font-size: 16px;
    }
    
    .block_glav_about_button,
    .block_glav_button {
        min-width: 160px;
        max-width: 160px;
        padding: 0 20px;
    }
}

/* ------------------------------------------------------
   ПЛАНШЕТ: от 1100px до 1200px
   ------------------------------------------------------ */
@media screen and (max-width: 1100px) {
    .block_glav_stats {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .block_glav_stat {
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 10px;
    }
    
    /* Убираем разделители на планшетах */
    .block_glav_stat:not(:last-child)::after {
        display: none;
    }
    
    /* Оставляем разделители только для первых двух элементов в строке */
    .block_glav_stat:nth-child(odd):not(:last-child):not(:nth-last-child(2))::after {
        display: block;
        right: -5px;
    }
    
    .block_glav_stat:nth-child(2n)::after {
        display: none;
    }
}

/* ------------------------------------------------------
   ПЛАНШЕТ: от 900px до 1100px
   ------------------------------------------------------ */
@media screen and (max-width: 900px) {
    .block_glav_photo {
        flex: 0 0 45%;
        width: 45%;
        max-width: 45%;
    }
    
    .block_glav_content {
        flex: 0 0 55%;
        width: 55%;
        max-width: 55%;
    }
    
    .block_glav_title {
        font-size: 36px;
    }
    
    .block_glav_actions {
        gap: 20px;
    }
}

/* ------------------------------------------------------
   МОБИЛЬНАЯ ВЕРСИЯ: до 768px
   ------------------------------------------------------ */
@media screen and (max-width: 768px) {
    .block_glav_wrapper {
        flex-direction: column;
        gap: 30px;
        padding-top: 20px;
    }
    
    .block_glav_photo,
    .block_glav_content {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .block_glav_title {
        font-size: 32px;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .block_glav_info {
        width: 100% !important;
        margin: 0 0 30px 0 !important;
        padding: 16px 20px !important;
    }
    
    /* Статистика - 2 колонки */
    .block_glav_stats {
        flex-wrap: wrap;
        gap: 15px;
        padding: 0;
        border: none;
    }
    
    .block_glav_stat {
        flex: 0 0 calc(50% - 7.5px);
        padding: 10px 5px;
    }
    
    /* Убираем все разделители на мобильных */
    .block_glav_stat::after {
        display: none !important;
    }
    
    .block_glav_stat_number {
        font-size: 30px;
    }
    
    .block_glav_stat_label {
        font-size: 13px;
    }
    
    /* Блок локации и кнопки - вертикально */
    .block_glav_location_wrapper,
    .block_glav_actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .block_glav_location,
    .block_glav_contact,
    .block_glav_about_button,
    .block_glav_button {
        width: 100%;
        max-width: 100% !important;
        min-width: auto !important;
        justify-content: center;
    }
    
    .block_glav_about_button,
    .block_glav_button {
        height: 52px;
    }
    
    /* Центрируем контент в текстовых блоках */
    .block_glav_location,
    .block_glav_contact {
        text-align: center;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }
}

/* ------------------------------------------------------
   МАЛЕНЬКИЕ МОБИЛЬНЫЕ: до 480px
   ------------------------------------------------------ */
@media screen and (max-width: 480px) {
    .block_glav_title {
        font-size: 28px;
    }
    
    .block_glav_stat {
        flex: 0 0 100%;
    }
    
    .block_glav_info span,
    .block_glav_location span,
    .block_glav_contact span {
        font-size: 16px;
    }
}

/* ------------------------------------------------------
   ШИРОКИЕ ЭКРАНЫ: от 1400px
   ------------------------------------------------------ */
@media screen and (min-width: 1400px) {
    .block_glav_stat_number {
        font-size: 40px;
    }
    
    .block_glav_stat_label {
        font-size: 15px;
        max-width: 140px;
    }
    
    .block_glav_about_button,
    .block_glav_button {
        min-width: 200px;
        max-width: 200px;
    }
    
    .block_glav_location span,
    .block_glav_contact span {
        font-size: 20px;
    }
}

/* ============================================
   АНИМАЦИИ
   ============================================ */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



   
/* ФИКС ДЛЯ БЛОКОВ С ПОКАЗАНИЯМИ И ПРОТИВОПОКАЗАНИЯМИ */
.block_uslug_o_left,
.block_uslug_o_right {
    padding: 20px !important; /* Принудительно убираем 30% отступы */
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Убираем отступ у заголовка */
.block_uslug_o_right_title {
    padding-left: 0 !important;
}

/* Если нужно, можно добавить медиа-запросы */
@media screen and (max-width: 768px) {
    .block_uslug_o_left,
    .block_uslug_o_right {
        min-height: auto; /* На мобильных уменьшаем минимальную высоту */
        padding: 15px !important;
    }
}









/* ============================================
   УЛУЧШЕННЫЕ СТИЛИ ДЛЯ ТАБОВ СЛАЙДЕРА
   ============================================ */

/* Переопределение существующих стилей */
.block_switcher_slider .uk-subnav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-bottom: 40px !important;
    gap: 15px !important;
    width: 100%;
}

.block_switcher_slider .uk-subnav li {
    width: auto !important;
    min-width: 220px;
    margin: 0 !important;
    flex: 0 1 auto;
}

.block_switcher_slider .uk-subnav li a {
    background-color: #ffffff !important;
    border: 2px solid #E8DBCE !important;
    color: #5C5C5C !important;
    padding: 18px 25px !important;
    text-transform: none;
    border-radius: 0px !important;
    width: 100% !important;
    justify-content: center;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-align: center;
    letter-spacing: 0.01em;
}

/* Активный таб */
.block_switcher_slider .uk-subnav li.uk-active > a {
    background-color: #F8F1E6 !important;
    border: 2px solid #c9926f !important;
    color: #252525 !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(201, 146, 111, 0.15) !important;
}

/* Ховер эффекты */
.block_switcher_slider .uk-subnav li a:hover {
    background-color: #FAF4ED !important;
    border-color: #c9926f !important;
    color: #252525 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(201, 146, 111, 0.2) !important;
}

.block_switcher_slider .uk-subnav li.uk-active > a:hover {
    background-color: #F8F1E6 !important;
    box-shadow: 0 6px 16px rgba(201, 146, 111, 0.25) !important;
}

/* Адаптивность */
@media screen and (max-width: 991px) {
    .block_switcher_slider .uk-subnav {
        flex-direction: row;
        gap: 12px;
    }
    
    .block_switcher_slider .uk-subnav li {
        min-width: 200px;
    }
    
    .block_switcher_slider .uk-subnav li a {
        padding: 16px 20px !important;
        font-size: 17px !important;
    }
}

@media screen and (max-width: 768px) {
    .block_switcher_slider .uk-subnav {
        flex-direction: column;
        gap: 10px;
        align-items: stretch !important;
    }
    
    .block_switcher_slider .uk-subnav li {
        min-width: 100% !important;
        width: 100% !important;
    }
    
    .block_switcher_slider .uk-subnav li a {
        padding: 16px 20px !important;
        font-size: 16px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 480px) {
    .block_switcher_slider .uk-subnav li a {
        padding: 14px 16px !important;
        font-size: 15px !important;
    }
}

/* Для широких экранов */
@media screen and (min-width: 1200px) {
    .block_switcher_slider .uk-subnav li a {
        padding: 20px 30px !important;
        font-size: 19px !important;
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Анимация при переключении */
.block_switcher_slider .uk-subnav li.uk-active > a {
    animation: tabActivate 0.4s ease;
}

@keyframes tabActivate {
    0% {
        transform: scale(0.98);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* ============================================
   УЛУЧШЕННЫЕ СТИЛИ ДЛЯ ВИДЕО В УСЛУГАХ
   ============================================ */
 .block_video .uk-slider-items > .uk-slide-active .block_video_iframe {
    /*transform: scale(1.15) translateY(-10px);
    transform-origin: center center;*/
    opacity: 1;
  }


/* Классы для управления видимостью */
.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

/* На мобильных показываем фото и заголовок */
@media screen and (max-width: 767px) {
    .mobile-only {
        display: block !important;
    }
    
    .desktop-only {
        display: none !important;
    }
    
    /* Исправляем отступы на мобильных */
    .sec_contact {
        padding-top: 40px !important;
        padding-bottom: 60px !important;
    }
    
    /* Блок с фото на мобильных */
    .contacts-mobile-header .sec_image_40 {
        display: block !important;
        width: 100% !important;
        height: 250px !important;
        position: relative !important;
    }
    
    .contacts-mobile-header .col040 {
        display: none;
    }
    
    .contacts-mobile-header .col060 {
        width: 100% !important;
    }
}

/* На планшетах и десктопах скрываем фото */
@media screen and (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
    
    .desktop-only {
        display: block !important;
    }
}



/* ============================================
   СТИЛИ ДЛЯ БЛОКА "ГОЛЛИВУДСКИЙ ФЕЙСЛИФТИНГ"
   Класс: .block-patent-info
   ============================================ */

/* Специальный класс для блока с патентом */
.block-patent-info.doc_card_blue {
    background: #F8F1E6 !important;
    border: 1px solid #E8DBCE !important;
    padding: 40px !important;
}

/* Иконка в заголовке */
.block-patent-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.block-patent-header svg {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.block-patent-header h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
}

/* Контент блока */
.block-patent-content p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
    color: #252525;
}

.block-patent-content p:last-child {
    margin-bottom: 0;
}

/* Блок с ссылкой на патент */
.block-patent-link {
    background: #ffffff;
    padding: 15px 20px;
    border-left: 3px solid #c9926f;
    margin-top: 40px;
}

.block-patent-link-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #c9926f;
}

.block-patent-link-text {
    font-size: 14px;
    color: #5C5C5C;
}

.block-patent-link-text a {
    color: #c9926f;
    text-decoration: none;
    border-bottom: 1px solid #c9926f;
    transition: all 0.3s ease;
    padding-bottom: 1px;
}

.block-patent-link-text a:hover {
    color: #b36c49;
    border-bottom-color: #b36c49;
}

/* Адаптивность */
@media screen and (max-width: 1024px) {
    .block-patent-info.doc_card_blue {
        padding: 30px !important;
    }
    
    .block-patent-header h2 {
        font-size: 25px;
    }
    
    .block-patent-content p {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .block-patent-info.doc_card_blue {
        padding: 25px !important;
    }
    
    .block-patent-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .block-patent-header h2 {
        font-size: 22px;
    }
    
    .block-patent-content p {
        font-size: 16px;
    }
    
    .block-patent-link {
        margin-top: 30px;
        padding: 15px;
    }
}

@media screen and (max-width: 480px) {
    .block-patent-info.doc_card_blue {
        padding: 20px !important;
    }
    
    .block-patent-header h2 {
        font-size: 20px;
    }
    
    .block-patent-content p {
        font-size: 15px;
    }
    
    .block-patent-link-title {
        font-size: 15px;
    }
    
    .block-patent-link-text {
        font-size: 13px;
    }
}



/* ============================================
   СТИЛИ ТОЛЬКО ДЛЯ СТРАНИЦЫ "О ДОКТОРЕ"
   Класс: .only-doctor-page
   ============================================ */



/* Скрываем мобильную версию на десктопе */
.mobile-layout {
    display: none;
}

/* На мобильных - показываем мобильную версию, скрываем десктопную */
@media (max-width: 768px) {
    .desktop-layout {
        display: none;
    }
    
    .mobile-layout {
        display: block;
    }
    
    .mobile-title {
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .mobile-text-block {
        margin-bottom: 30px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mobile-photo-block {
        margin: 30px 0;
        text-align: center;
    }
    
    .mobile-photo-block .doc-photo-wrapper {
        max-width: 280px;
        margin: 0 auto;
    }
    
    .mobile-two-columns {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    .mobile-stats {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    
    .mobile-stats .block_glav_stat {
        min-width: 120px;
        text-align: center;
    }
    
    .mobile-actions {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .mobile-consult-button {
        min-width: 250px !important;
        min-height: 68px !important;
        padding: 20px 40px !important;
        font-size: 18px !important;
        line-height: 1.1 !important;
        text-align: center !important;
        white-space: normal !important;
        box-sizing: border-box !important;
        width: 100%;
        max-width: 300px;
    }
}







/* Переставляем табы визуально под слайдер */
.block_switcher_slider {
    display: flex;
    flex-direction: column;
}

/* Табы будут после слайдера */
.block_switcher_slider .tab-nav-wrapper {
    order: 2;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

/* Переопределяем стандартный padding-left UIkit */
.block_switcher_slider .tab-nav-wrapper > * {
    padding-left: 0 !important;
}

/* Слайдер будет перед табами */
.block_switcher_slider .uk-switcher {
    order: 1;
}

/* Выравнивание самих кнопок */
.block_switcher_slider .tab-nav-wrapper > li {
    margin: 0 !important;
    padding: 0 !important;
}

/* ===== СЛАЙДЕР - НА МОБИЛКЕ 1 КАРТИНКА ===== */
/* Десктоп - 4 картинки в ряд */
.uk-slider-items .col04 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

/* Планшеты - 2-3 картинки */
@media (max-width: 992px) {
    .uk-slider-items .col04 {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }
}

/* Мобильные - 1 картинка */
@media (max-width: 576px) {
    .uk-slider-items .col04 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* Планшеты и мобилки - вертикальный столбик для кнопок */
@media (max-width: 768px) {
    .block_switcher_slider .tab-nav-wrapper {
        flex-direction: column;
        width: 100%;
    }
    
    .block_switcher_slider .tab-nav-wrapper > li {
        width: 100%;
    }
    
    .block_switcher_slider .tab-nav-wrapper > li > a {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/* Мобильные - центрирование картинок */
@media (max-width: 576px) {
    .slider_card_image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}


/* Анимация раскрытия кнопки Telegram */
.tg-btn-clean {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tg-btn-clean.expanded {
    transform: translateX(-10px);
}

.tg-btn-clean.expanded .tg-icon-clean {
    transform: scale(1.1);
    filter: drop-shadow(0 5px 12px rgba(0, 136, 204, 0.4));
}

.tg-label-clean {
    display: none; /* Скрыт по умолчанию */
}

.tg-btn-clean.expanded .tg-label-clean {
    display: block !important; /* Показываем при анимации */
    animation: tgLabelSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes tgLabelSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-50%) scale(0.8);
        right: 50px;
    }
    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
        right: 65px;
    }
}

/* Для планшетов и десктопов */
@media (min-width: 769px) {
    .tg-label-clean {
        display: none;
    }
}