body {font-family: 'PT Sans', sans-serif;}
h1, h2, h3, h4, h5 {font-family: 'PT Sans Narrow', sans-serif; font-weight: bold}
h1 {font-size: 56px; line-height: 62px}
h2 {font-size: 36px; line-height: 42px}
p {font-size: 18px; line-height: 26px}
a {color: #ff8a00}
a:hover, a:focus {color: #f08100}
b {color: #ff8a00; font-weight: bold}

ul {list-style-image: url(../img/gal.png); font-size: 17px;}
ol {font-size: 17px;}

.marker {color:#ff8a00}

.fr {float: right;}
.fl {float: left;}
.center {text-align: center}

.fa.icon {background: #ff8a00; font-size:18px; width:33px;height:33px; color: #fff; border-radius:50%; padding:7px 0 0 0; text-align: center}

.white {background: #fff}
.dark {background: #ebebeb}

.btn-warning {background: #e05b27;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eca807), color-stop(100%,#e05b27));
    background: -webkit-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -moz-linear-gradient(top, #eca807 0%, #e05b27 100%);
    background: -ms-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -o-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: linear-gradient(to bottom, #eca807 0%,#e05b27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca807', endColorstr='#e05b27',GradientType=0 );
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .33);}
.btn-vk {background: #507299;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b99ce), color-stop(100%,#507299));
    background: -webkit-linear-gradient(top, #6b99ce 0%,#507299 100%);
    background: -moz-linear-gradient(top, #6b99ce 0%, #507299 100%);
    background: -ms-linear-gradient(top, #6b99ce 0%,#507299 100%);
    background: -o-linear-gradient(top, #6b99ce 0%,#507299 100%);
    background: linear-gradient(to bottom, #6b99ce 0%,#507299 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b99ce', endColorstr='#507299',GradientType=0 );
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .33); color: #fff}
.btn-fb {background: #4267b2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b99ce), color-stop(100%,#4267b2));
    background: -webkit-linear-gradient(top, #487be2 0%,#4267b2 100%);
    background: -moz-linear-gradient(top, #487be2 0%, #4267b2 100%);
    background: -ms-linear-gradient(top, #487be2 0%,#4267b2 100%);
    background: -o-linear-gradient(top, #487be2 0%,#4267b2 100%);
    background: linear-gradient(to bottom, #487be2 0%,#4267b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#487be2', endColorstr='#4267b2',GradientType=0 );
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .33); color: #fff}
.btn-inst {background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .33); color: #fff}
.btn-big {padding: 16px 22px;font-size: 34px;line-height: 1.3333333;}

.navbar-inverse {background: #fff; border:none}
.navbar {margin-bottom: 0;}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
a:focus {
  outline: auto;
  outline: 0;
  outline-offset: 0;
}
@keyframes slideDown {
  from {
      transform: translateY(-100%);
  }
  to {
      transform: translateY(0);
  }
}
.navbar-brand img {max-height:100px; margin-top:0px}

.header {height: 110px}
#header {background:#222; width:100%}

.header-socials {margin-top: 20px; }
.header-socials a:hover {text-decoration: none}
.header-socials .fr a:hover { opacity: .8;}

.header-socials .header-social-facebook { background: #4267b2; }
.header-socials .header-social-instagram { background: #943586; }


.tel {margin-bottom: 0px; padding-bottom: 0px; text-align: right}
.tel h3 .btn {font-size: 38px;margin-bottom: 0px; padding-bottom: 0px}
.tel h3 span{font-size: 54px}

.navbar-nav {float: left; margin: 0 0 0 15px;}
.navbar-inverse .navbar-nav>li>a {font-size: 17px; line-height: 46px; color: #fff;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li ul li.active a {background: #e05b27;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eca807), color-stop(100%,#e05b27));
    background: -webkit-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -moz-linear-gradient(top, #eca807 0%, #e05b27 100%);
    background: -ms-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -o-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: linear-gradient(to bottom, #eca807 0%,#e05b27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca807', endColorstr='#e05b27',GradientType=0 );}
    
.slider {font-family: 'PT Sans Narrow', sans-serif; font-weight: bold; color: #fff; text-align: right; height: 550px;}

.karta {margin-top: 50px}
.step {margin-top: 20px; padding-bottom: 30px}

.tel {text-align:right; margin-top:20px}
.tel h3 {margin-bottom:1px; font-size:32px}


.well {padding: 0 19px 5px 19px;}

.zag {font-size: 46px; line-height: 52px; padding-bottom: 25px}

.content {min-height: 200px; padding: 40px 0 40px 0}
.content h1 {text-align: left; margin-bottom: 20px}
.content h2 {text-align: center; margin-bottom: 20px}
.content p {font-size: 18px;}
.content-link{
  padding: 40px 0 40px 0;
  text-align: center;
}
.page {min-height: 200px; padding: 50px 0 60px 0}

.logotips_d img {max-height: 70px; text-align:center;}

.shagi {text-align: center;}
.shagi .shag4 {width: 25%; float: left; text-align: center; padding: 18px;}
.shagi .shag4 img{width: 100%}
.shagi .shag4 h3 {font-weight: bold; font-size: 22px; margin-top:20px;}
.shagi .shag5 {width: 20%; text-align: center; padding: 18px;}
.shagi .shag5 img{width: 100%}
.shagi .shag5 h3 {font-weight: 200; font-size: 22px; margin-top:20px}
.shagi .shag5_last {width: 20%; text-align: center; padding: 18px;}
.shagi .shag5_last img{width: 100%}
.shagi .shag5_last h3 {font-weight: 200; font-size: 22px; margin-top:20px}
.krug {width: 100px; height: 100px; border-radius:50%; background: #ff8a00; margin: 0 auto 20px; color: #fff; font-size: 75px}

.region {background: rgba(0,0,0,0.5);}
.region div {text-align:center; background: rgba(0,0,0,0.5); padding:80px 0 80px 0; margin:0 -10px 0 -10px}
.region div h3 {color:#fff; font-size: 32px}
.region div p {text-align: center; color: #fff; padding: 0 25px 0 25px}

.blog-wrapper > .rows {
  font-size: 16px;
  line-height: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.blog-wrapper .post{
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 0px 20px 0px;
}
.blog-wrapper .post .wrapper {
  padding: 0 10px;
}
.blog img {max-width:100%; margin: 20px 0 0 0; border-radius:10px 10px 0 0 ; margin:0;}
.info-author {
  display: flex;
  align-items: flex-end;
}
.post img {max-width: 100%}
.post h2 {font-size:24px;line-height: 30px !important;}
.post h2 a {color:#000;}
.post h2 a:hover {text-decoration: none}
.post .info_post {padding-left:0px; margin-top:10px;}
.post .btn_post {text-align:right; padding-right:0px}

.post h4 {font-size:14px;}
.post h4 a {color:#000;}
.post h4 a:hover {text-decoration: none}

.recall {padding: 5px 150px 0 150px; height: 150px}
.recall p {text-align: left}
.carousel-control.recall_nav.right, .carousel-control.recall_nav.left {color: #000; font-size: 50px; background-image: none; margin-top: 40px}

.recall_tpl {padding: 5px 0 0 0;}
.recall_tpl img {max-height: 150px; border-radius:50%}
.recall_tpl h3{
  margin-bottom: 0;
}
.form_main {text-align: center; }
.form_main .content {padding-top:20px}
.form_main h1 {font-size: 60px; line-height: 80px; color: #fff;}
.form_main h1 b {font-size: 80px}
.form_main .btn-big {margin-top: 20px; font-size: 40px;padding: 30px 30px}

.form .form-group {margin-right: 5px}

.sidebar {padding-left: 20px}

.slogan h3{font-size:32px;margin-top:17px}

a.accordion-toggle {color: #333}

.instruktor {border: 4px solid #f5f5f5; border-radius: 5px}
.instruktor a {color: #333; text-align: center;}
.instruktor a h3 {padding: 0 15px 0 15px}
.instruktor a:hover {color: #333; text-decoration: none}
.instruktor:hover {border-color: #ff8a00; box-shadow: 1px 2px 16px #000}

.alert-success {background: #e05b27;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eca807), color-stop(100%,#e05b27));
    background: -webkit-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -moz-linear-gradient(top, #eca807 0%, #e05b27 100%);
    background: -ms-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -o-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: linear-gradient(to bottom, #eca807 0%,#e05b27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca807', endColorstr='#e05b27',GradientType=0 );
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .33);}


footer {height: 100px; margin-top: 40px;}
footer .container{border-top: 1px solid #efefef;padding-top: 25px;}
footer .footer_center {text-align: center}

footer .header-socials {margin-top: 3px; }
footer .header-socials a { }
footer .header-socials .header-social-vk { background: #eee; color:#333}
footer .header-socials .header-social-vk:hover { background: #507299; color:#fff}
footer .header-socials .header-social-facebook { background: #eee; color:#333}
footer .header-socials .header-social-facebook:hover { background: #4267b2; color:#fff}
footer .header-socials .header-social-instagram { background: #eee; color:#333}
footer .header-socials .header-social-instagram:hover { background: #943586; color:#fff}
footer .header-socials a:hover { opacity: .8;}

.nav-tabs li a {font-size: 18px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {background: #e05b27;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eca807), color-stop(100%,#e05b27));
    background: -webkit-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -moz-linear-gradient(top, #eca807 0%, #e05b27 100%);
    background: -ms-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -o-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: linear-gradient(to bottom, #eca807 0%,#e05b27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca807', endColorstr='#e05b27',GradientType=0 ); color: #fff;}



.thumb img { filter: none; /* IE6-9 */ -webkit-filter: grayscale(0); border-radius:5px; background-color: #fff;} 
.thumb img:hover { filter: gray; /* IE6-9 */ -webkit-filter: grayscale(1); } 
.thumb { padding:3px; } 
    
#tab1 img {max-width: 100%}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {background: #e05b27;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eca807), color-stop(100%,#e05b27));
    background: -webkit-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -moz-linear-gradient(top, #eca807 0%, #e05b27 100%);
    background: -ms-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -o-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: linear-gradient(to bottom, #eca807 0%,#e05b27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca807', endColorstr='#e05b27',GradientType=0 ); border-color: #e05b27;}
.uslugi .list-group-item h3{
  font-size: 14px;
  margin: 0 !important;
  padding: 0;
  line-height: 24px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tagger-wrapper{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px 0 30px 0;
}
.tagger-wrapper a{
  border: 1px solid #ff8a00;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 10px;
}
.tagger-wrapper a:hover,
.tagger-wrapper a.active{
  border: 1px solid #bbb;
  color: #bbb;
  text-decoration: none;
}
.tagger-raspisanie{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.btn-form em{
  font-size: 16px;
}
.tagger-raspisanie .item{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
table {
  font-family:Arial, Helvetica, sans-serif;
  color:#666;
  font-size:12px;
  text-shadow: 1px 1px 0px #fff;
  background:#eaebec;
  border:#ccc 1px solid;
  border-collapse:separate;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}

table th {
  font-weight:bold;
  padding:21px 25px 22px 25px;
  border-top:1px solid #fafafa;
  border-bottom:1px solid #e0e0e0;

  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
  text-align: left;
  padding-left:20px;
}
table tr:first-child th:first-child{
  -moz-border-radius-topleft:3px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
}
table tr:first-child th:last-child{
  -moz-border-radius-topright:3px;
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
}
table tr{
  text-align: center;
  padding-left:20px;
}
table tr td:first-child{
  text-align: left;
  padding-left:20px;
  border-left: 0;
}
table tr td {
  padding:18px;
  border-top: 1px solid #ffffff;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr:nth-child(even) td{
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
  border-bottom:0;
}
table tr:last-child td:first-child{
  -moz-border-radius-bottomleft:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
  -moz-border-radius-bottomright:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px;
}
table tr:hover td{
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

table a:link {
  color: #666;
  font-weight: bold;
  text-decoration:none;
}
table a:visited {
  color: #999999;
  font-weight:bold;
  text-decoration:none;
}
table a:active,
table a:hover {
  color: #bd5a35;
  text-decoration:underline;
}

.language {
  position: absolute;
  right: -20px;
  top: 15px;
}


.navbar-header {margin-left: 0;margin-right: 0}
.navbar-toggle {padding: 20px; margin: 30px 15px 0 0; background: #e05b27;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eca807), color-stop(100%,#e05b27));
    background: -webkit-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -moz-linear-gradient(top, #eca807 0%, #e05b27 100%);
    background: -ms-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -o-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: linear-gradient(to bottom, #eca807 0%,#e05b27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca807', endColorstr='#e05b27',GradientType=0 ); border-color: #e05b27;}
.navbar-toggle span {width: 100px}
.navbar-toggle .icon-bar {}

.org {margin-bottom:20px}
.org .dol {text-align:left; margin-bottom:10px}
.org .dol h2 {text-align:left; color:#ff8a00}
.org .dol h2 a:hover {text-decoration: none}
.org .dol h4 {margin-top:-5px}
.org img {max-width:300px; padding-right:15px}
.org p {height:300px}

.widget-shop {width: 100%}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #ff8a00;
    border-color: #ff8a00;
}
.pagination>li>a, .pagination>li>span {color: #ff8a00}
.img-resp img {width: 100%}

.yandexkarta {height:600px}

.eng {height: 20px; width: 24px; margin: 0 1px; display: inline; float:none; line-height:0px}
.rus {height: 20px; width: 24px; margin: 6px 1px; display: inline-block; float:none; line-height:0px}
.eng.hover, .rus.hover {opacity: 0.5}

.dropdown-menu b {color:#000; font-size:18px; margin-left:20px}
.uslugi .list-group-item h3 {
  margin-top: 10px;
}
#wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

.grecaptcha-badge {display:none;}
.uslugi a img {margin-right: 20px}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {max-height: 90vh !Important;
  height: 90vh;}
  
.bx-wrapper {background: none; border: none}
.bx-wrapper .bx-controls-direction a {margin-top: 8px; top: auto}

.slide1 {font-size:80px;}
.slide2 {font-size:45px; margin-top:-20px}
.slide3 {font-size:20px; margin-top:-15px}
.slide4 {font-size:20px}
.slide5 {font-size:20px; margin-top:0}
.slide6 {font-size:50px; margin-top:-10px}
.slide7 {font-size:40px; margin-top:-10px}
.slide8 {font-size:70px;}
.slide9 {font-size:60px; margin-top:-20px;}
.slide10 {font-size:40px;}
.slide11 {font-size:25px}
.slide12 {font-size:65px;}
.slide13 {font-size:65px; margin-top:-20px;}
.slide14 {font-size:30px; margin-top:20px}
.slide15 {font-size:75px;}
.slidermobile img {width:100%}
.slidermobile div h3 {color:#fff; font-size:48px;text-shadow: 2px 1px 6px #00000087;}
.slidermobile div h3 b {color:#ff8a00;}
.slidermobile div.mobiletop {position:absolute;top:20px;left:20px;right:20px;}
.slidermobile div.mobilebottom {position:absolute;bottom:40px;left:20px}
.slidermobile div.mobileright {position:absolute;bottom:25px;right:20px}
.slidermobile .right {text-align:right;}

.su_slider-section {
  margin-bottom: 60px;
  overflow: hidden;
}

.su_section-title {
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.su_slider-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.su_slider-wrapper {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.su_slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: grab;
  will-change: transform;
}

.su_slider-track:active {
  cursor: grabbing;
}

.su_service-card {
  flex-shrink: 0;
  padding: 8px;
}

.su_card-inner {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 460px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.su_card-overlay {
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.7) 100%);
  z-index: 1;*/
}

.su_card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;

}

.su_card-header {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
}

.su_card-spacer {
  flex: 1;
}

.su_card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
}

.su_card-bottom-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.su_days-circle {
  width: 56px;
  height: 56px;
  /*border: 2px solid #ff8a00;*/
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(5px);
}

.su_days-number {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.su_days-label {
  font-size: 11px;
  color: #fff;
  line-height: 1;
}

.su_locations {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.su_slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease;
  color: #333;
  font-size: 18px;
  user-select: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.su_slider-arrow:hover {
  background: #f0f0f0;
  border-color: #bbb;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transform: translateY(-50%) scale(1.05);
}

.su_slider-arrow.su_disabled {
  opacity: 0.4;
  pointer-events: none;
}

.su_slider-arrow.su_prev {
  left: 0px;
}

.su_slider-arrow.su_next {
  right: 0px;
}

.su_slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.su_slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}

.su_slider-dot.su_active {
  background: #e8943a;
  transform: scale(1.2);
}

.su_slider-dot:hover {
  background: #d4822e;
}

/* Mobile: show 1 + half card */
@media (max-width: 768px) {
  .su_service-card {
      flex-shrink: 0;
      width: calc(100% / 1.2);
      padding: 6px;
  }

  .su_card-inner {
      height: 420px;
  }

  .su_card-header {
      font-size: 24px;
  }

  .su_days-circle {
      width: 55px;
      height: 55px;
  }

  .su_days-number {
      font-size: 17px;
  }

  .su_days-label {
      font-size: 10px;
  }

  .su_locations {
      font-size: 11px;
  }

  .su_btn-more {
      padding: 6px 16px;
      font-size: 12px;
  }

  .su_slider-arrow.su_prev {
      left: 10px;
  }

  .su_slider-arrow.su_next {
      right: 10px;
  }

  .su_slider-arrow {
      width: 40px;
      height: 40px;
      font-size: 16px;
  }
}

@media (max-width: 480px) {
  .su_service-card {
      width: calc(100% / 1.2);
  }

  .su_card-inner {
      height: 400px;
  }

  .su_card-header {
      font-size: 20px;
  }

  .su_days-circle {
      width: 55px;
      height: 55px;
  }

  .su_days-number {
      font-size: 16px;
  }

  .su_locations {
      font-size: 10px;
  }

  .su_btn-more {
      padding: 5px 12px;
      font-size: 11px;
  }
}

.navbar.fixed{
position: fixed;
margin: 0 auto;
width: 100%;
}
img.soc-icon {
height: 30px;
}
.info_usluga {
  display: flex;
  flex-direction: row;
  gap: 24px;
  font-size: 16px;
  align-items: center;
}
.item-usluga{
  margin-bottom: 20px;
}
.item-usluga h2{
  margin-bottom: 30px;
}
.info_usluga-li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.info_usluga-li .title{
  font-weight: bold;
}
.info_usluga-li .data{

}
.info_usluga-li img,
.data_tur img {
  height: 20px;
}
.data_tur {
  font-size: 16px;
  margin-bottom: 20px;
  gap: 10px;
  display: flex;
}
.item-usluga h2{
  font-weight: bold;
}
.reviews h3 i{
  font-size: 18px;
}
.social-section{
  background: #E4EBF2;
  padding: 20px 0 50px 0;
}
.social-section .desc{
  font-size: 20px;
}
.social-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 30px;
}
.social-wrapper .item {
  color: #507299;
  font-size: 20px;
}
.social-section h2{
  text-align: center;
}
.social-wrapper .item a{
  color: #507299;
  padding: 20px 40px;
  border: 2px solid #507299;
  border-radius: 20px;
  display: inline-block;
}
.social-wrapper .item a:hover{
  color: #ff8a00;
  border: 2px solid #ff8a00;
  text-decoration: none;
}
.partners-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}
#agreement1{
  margin-right: 5px;
}
.agreement label{
  font-weight: normal;
}
.partner-item {
  flex: 0 0 calc(20% - 20px);
  text-align: center;
}

.partner-item img {
  padding: 5px;
  max-width: auto;
  height: auto;
}
.partner-section{

}
.partners_list .item img{
  height: 110px;
}
.partners_list .item a:hover img{
  opacity: 0.6;
}
.footer-menu{
  margin-bottom: 30px;
}
.footer-menu ul {
  list-style: none;
  display: flex;
  gap: 40px;
  justify-content: center;
}
.video-blk video{
  width: 100%;
}
.mob-messenger {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.btn-text .fa.icon{
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 8px;
}
.r_usluga {
  font-weight: bold;
  margin-bottom: 10px;
}
.mob-messenger a {
  text-decoration: none !important;
  font-size: 18px;
  font-weight: bold;
}
.recall h3 {
  margin: 0;
}
.mob-messenger img.soc-icon{
  height: 20px;
  margin-left: 1px;
}
.soc-link {
  display: flex;
  gap: 10px;
  margin: 10px 35px;
  align-items: flex-end;
  flex-direction: row;
}
.work-wrapper img{
  max-height: 100px;
}
.title_site{
  font-size:21px
}
.work-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.soc-footer {
  display: flex;
  gap: 10px;
}
.btn-text{
  font-size: 18px;
    padding: 10px 16px;
    border: 1px solid #eea236;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
}
.blk-mob{
  display: none;
}
.blk-pk{
  display: block;
}
.page-content iframe{
  width: 100%;
  height: 400px;
}
.faq {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  background: #fff;
}

/* Стиль первого p — он становится кликабельным заголовком */
.faq .faq-question {
  margin: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  transition: background 0.2s;
}

.faq .faq-question:hover {
  background: #e9e9e9;
}

/* Стиль для плюса/минуса */
.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  flex-shrink: 0;
}

/* Контейнер для скрываемых ответов */
.faq-answers {
  display: none;
  padding: 15px 20px;
  border-top: 1px solid #eee;
}

/* Когда блок открыт — показываем ответы */
.faq.open .faq-answers {
  display: block;
}

/* Стили для обычных p внутри ответов */
.faq-answers p {
  margin: 10px 0;
}

.faq-answers p:first-child {
  margin-top: 0;
}
.post-like{
  display: flex;
  font-size: 18px;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.14);
  padding: 10px 20px;
  margin: 40px 0 20px 0;
  border-radius: 10px;
  justify-content: center;
}
.faq-answers p:last-child {
  margin-bottom: 0;
}
.wrapper-uslugy .uslugi h2{
  font-size: 28px;
  line-height: 36px;
}
.wrapper-uslugy .title-usl{
  font-size: 36px;
  line-height: 46px;
}
.btn-readmi {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.wrapper-uslugy h1{
  text-align: center;
}
.all_rasp{
  margin: 20px 0 40px 0;
}
.wrapper-schedule {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.wrapper-schedule .item{
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.14);
}
.wrapper-schedule .item:hover{
  box-shadow: 0px 0 10px rgba(255, 138, 0, 0.14);
}
.YaSmartCaptcha{
  width: 300px;
  margin: 5px;
}

#cookie-banner {
  position: fixed;
  gap: 15px;
  bottom: 5px;
  left: 10%;
  width: 80%;
  background-color: #fff;
  color: #333;
  padding: 15px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

#cookie-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 767px){
  #cookie-banner{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
/* #media */

  /* Landscape - С‚РµР»РµС„РѕРЅС‹ */
  @media (max-width: 775px) {
    .work-wrapper {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .page-content iframe{
      height: 300px;
    }
    .blk-mob{
      display: block;
    }
    .blk-pk{
      display: none;
    }
    .partners_list .item img {
      height: 80px;
      width: auto;
      max-width: max-content;
  }
  }
  
  @media (max-width: 680px) {
    .blog {
      grid-template-columns: 1fr;
    }
    .wrapper-uslugy{
      display: flex;
      flex-flow: wrap;
      width: 100%;
    }
		.wrapper-uslugy .sidebar {order:1;}
    .wrapper-uslugy .left {order:2;}
    h1 {
      font-size: 36px;
      line-height: 42px;
  }
    .video-blk.video-mob{
      height: 550px;
      overflow: hidden;
    }
    .video-blk.video-mob video {
      margin-top: 0px;
      height: 100%;
      width: auto;
      position: relative;
      left: -50%;
  }
    .recall .img{
      margin-bottom: 20px;
    }
    .header-social-vk { background: #507299;}
    .title_site {
      font-size: 30px;
  }
  .header-social-vk {
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 40px;
    margin: 0 5px;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
    .footer-menu ul {
      gap: 10px;
      flex-direction: column;
      align-items: center;
      padding: 0;
  }
    img.soc-icon {
        height: 40px;
    }
    .social-wrapper {
      flex-direction: column;
      gap: 20px;
  }
  .social-wrapper .item {
      font-size: 16px;
  }

  .info_usluga {
      flex-direction: column;
      align-items: baseline;
    }
  .partner-item {
    flex: 0 0 calc(40% - 20px);
  }
} 
  @media (max-width: 480px) {
    .partner-item {
      flex: 0 0 calc(50% - 20px);
      text-align: center;
      margin-top: 20px;
    }
    .work-wrapper {
      grid-template-columns: 1fr 1fr;
    }
    .reviews .content-link .btn-lg {
      padding: 10px 10px;
      font-size: 16px;
  }
    .mes-head{
      margin: 22px 13px 0 0;
    }
    .video-blk.video-mob {
        clear: both;
    }

    .recall_tpl {text-align: center}
    .recall_tpl p {text-align: left}
    .karta {display: none}
    .slider {display: none}

    .navbar-brand {padding: 15px 0;}
    .shagi .shag4, .shagi .shag5 {width: 100%}
    .shagi .shag img{width: 70%; text-align: center}
    
    .slogan {display: none}
    .header {height: auto; margin-bottom: 15px}
    .recall {padding: 5px 15px 0 15px; text-align: center}
    .recall p {text-align: center}
    .org img {max-width:100%; padding-right:0;}
    .org p {height:auto; margin-top: 10px}
    .karta_mobile img {max-width: 100%}

    .navbar-inverse .navbar-nav {width:100%; margin-left: 0px; background: #000;}
    .navbar-inverse {box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);}
    .navbar-inverse .navbar-nav li {margin-left: 0px}
    .navbar-inverse .navbar-nav>li>a {padding: 0; padding-left: 20px;}
    .navbar-inverse .navbar-nav>li.first>a {display: none}
    
    .navbar-collapse {padding-right: 0px; padding-left: 0px}
    .navbar-inverse .navbar-nav ul {margin-left: 0px}
    
    footer .footer_left, footer .footer_right, footer .footer_center {text-align: center;}
    .footer_left p, .footer_center p{font-size: 12px; line-height: 14px}
    .header-socials {padding-bottom: 20px;}
    .footer_right .fr { float: none;}
    .footer_right .fr a {display: block; text-align: center}
    .yandexkarta {display: none}
   
    
    .header-socials .tel {text-align: center}
    .header-socials .tel h3 {margin-bottom: 10px}
    .header-socials .tel a.btn {color: #fff; font-size: 36px; font-weight: bold; display: block; background: #e05b27;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eca807), color-stop(100%,#e05b27));
    background: -webkit-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -moz-linear-gradient(top, #eca807 0%, #e05b27 100%);
    background: -ms-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -o-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: linear-gradient(to bottom, #eca807 0%,#e05b27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca807', endColorstr='#e05b27',GradientType=0 );
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .33);padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;}
    .header-socials .fr {display: none; margin-right:6px}
    footer .header-socials .fr {
      display: flex;
      justify-content: center;
    }
    
    
    .navbar-brand img {max-height: 38px;margin-top: 9px;}
    .navbar-toggle {padding: 12px 10px; margin: 22px 15px 0 0;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
    .navbar-header {margin-bottom: 15px}
    .pull-right {float: left}
    .navbar-text {float: none; text-align: left}
    .navbar-text {display: none}
    .navbar-text_mobile {margin-top: 20px; text-align: center}
    .navbar-text_mobile .tel {margin-top: 5px; margin-bottom: 20px; color: #fff; text-align: left;}
    .navbar-text_mobile .tel
    .logotips_d {width: 100%;}
    .logotips_d img {margin-bottom: 10px}
    .yandexkarta_mobile a {display: block; margin: 10px;}
    
    .org .dol h2 {text-align: center}
    .org img {max-width:100%; margin-bottom: 10px}
    .org p {height:auto; text-align: center;}
    .org .btn {text-align: center; display: block}
    .dropdown-menu b {color: #fff;}
    .form .form-group {margin-right: -15px}
    .zag {font-size: 36px; }
    .content h2 {margin-bottom: 0}
    .content {padding: 20px 0 30px 0;}
  }
 
  /* РћС‚ Р»Р°РЅРґС€Р°С„С‚РЅРѕРіРѕ СЌРєСЂР°РЅР° С‚РµР»РµС„РѕРЅР° РґРѕ РїРѕС‚СЂРµС‚РЅРѕРіРѕ РїР»Р°РЅС€РµС‚Р° */
  @media (min-width: 480px) and (max-width: 767px) {
    h1 {font-size: 36px; line-height: 40px}
    .karta {display: none}
    

    .slider {display: none}
    
    .slogan {display: none}
    .header {height: auto; margin-bottom: 15px}
    .recall {padding: 5px 15px 0 15px; text-align: center}
    .recall p {text-align: center}
    .org img {max-width:100%; padding-right:0;}
    .org p {height:auto; margin-top: 10px}
    .karta_mobile img {max-width: 100%}
    
    .navbar-inverse .navbar-nav {width:100%; margin-left: 0px; background: #000;}
    .navbar-inverse {box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);}
    .navbar-inverse .navbar-nav li {margin-left: 0px}
    .navbar-inverse .navbar-nav>li>a {padding: 0; padding-left: 20px}
    .navbar-inverse .navbar-nav>li.first>a {display: none}
    
    .navbar-collapse {padding-right: 0px; padding-left: 0px}
    .navbar-inverse .navbar-nav ul {margin-left: 0px}
    
    footer .footer_left, footer .footer_right, footer .footer_center {text-align: center;}
    .footer_left p, .footer_center p{font-size: 12px; line-height: 14px}
    .header-socials {padding-bottom: 20px;}
    .footer_right .fr { float: none;}
    .footer_right .fr a {display: block; text-align: center}
    .yandexkarta {display: none}
  
    
    .header-socials .tel {float: left; margin-top: -10px;}
    .header-socials .tel a.btn {color: #fff; font-size: 36px; font-weight: bold; display: block; background: #e05b27;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eca807), color-stop(100%,#e05b27));
    background: -webkit-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -moz-linear-gradient(top, #eca807 0%, #e05b27 100%);
    background: -ms-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: -o-linear-gradient(top, #eca807 0%,#e05b27 100%);
    background: linear-gradient(to bottom, #eca807 0%,#e05b27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca807', endColorstr='#e05b27',GradientType=0 );
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .33);padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;}
    .header-socials .fr {float: right}
    
    .navbar-brand img {max-height: 80px}
    .navbar-header {margin-bottom: 15px}
    .pull-right {float: left}
    .navbar-text {float: none; text-align: left}
    .navbar-text {display: none}
    .navbar-text_mobile .tel {margin-top: -15px; margin-bottom: 20px; color: #fff}
    
    .shagi .shag4 {width: 50%}
    .shagi .shag5 {width: 50%}
    .shagi .shag5_last {width: 50%}
    
    .yandexkarta_mobile a {display: block; margin: 10px;}
    .logotips_d {width: 100%;}
    .logotips_d img {margin-bottom: 10px}
    
    .org img {max-width:150px; padding-right:15px}
    .org p {height:auto;}
    .dropdown-menu b {color: #fff;}
    
    
  }
 
  /* РћС‚ РїРѕСЂС‚СЂРµС‚РЅРѕРіРѕ РїР»Р°РЅС€РµС‚Р° РґРѕ Р»Р°РЅРґС€Р°С„С‚РЅРѕРіРѕ СЌРєСЂР°РЅР° Рё РЅР°СЃС‚РѕР»СЊРЅС‹С… РґРёСЃРїР»РµРµРІ */
  @media (min-width: 768px) and (max-width: 991px) {
    
      .karta {display: none}
      .yandexkarta {display: none}
      .slider {display: none}
      .navbar-brand img {max-height:60px;}
      .slogan h3 {font-size: 18px}
      .tel h3 {font-size: 21px}
      .navbar-inverse .navbar-nav>li>a {font-size: 10px; padding: 8px 8px}
    .navbar-text .btn-lg {font-size: 13px; padding: 6px 9px; margin-top: 5px}
    .navbar-text_mobile {display: none}
    .org img {max-width:150px; padding-right:15px}
    .org p {height:auto; font-size: 13px; line-height: 15px}
    .shagi .shag4 {width: 50%}
    

  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
        
      .navbar-inverse .navbar-nav>li>a {font-size: 13px;}
      .navbar-text .btn-lg {font-size: 16px; padding: 6px 9px; margin-top: 5px}
      .slogan h3 {font-size: 26px}
      .yandexkarta_mobile {display: none}
      .navbar-text_mobile {display: none}
      .org img {max-width:150px; padding-right:15px}
      .org p {height:auto}
      
  }
  

  @media (min-width: 1200px) {
    .karta_mobile {display: none}
    .yandexkarta_mobile {display: none}
    .navbar-text_mobile {display: none}
    .navbar-brand img {max-height:80px;}
  }
  




/* Десктоп - 3 карточки */
@media (min-width: 1025px) {
  .su_service-card {
      width: calc(100% / 3);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .su_service-card {
      width: calc(100% / 2);
  }
}
@media (max-width: 768px) {
  .post-like {
    flex-direction: column;
}
  .all_rasp a {
    font-size: 14px;
}
  .blog-wrapper > .rows {
    grid-template-columns: 1fr;
  }
  .su_service-card {
      width: calc(100% / 1.2);
  }
  .wrapper-uslugy h1{
    font-size: 36px;
    line-height: 42px;
  }
  .su_slider-arrow.su_prev {
      left: 0px;
  }
  
  .su_slider-arrow.su_next {
      right: 0px;
  }
  .page {
    padding: 0;
}
}