.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 490px;
    background: #f0f0f0;
    padding: 10px 20px 20px 20px;
    border-radius: 12px;
    font-size: 14px;
    transition: height 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 999;
}
.cookie-banner h2 {
    color: #000;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 700;
}
.cookie-banner p {
    font-size: 14px !important;
}
.cookie-banner a {
    color: #da010a;
    border-bottom: 1px solid #da010a;
}
.cookie-banner a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
.cookie-banner .buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}
.cookie-banner button {
    border: none;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
  width: auto;
}
#accept-all, #accept-selected {
    background: #da010a;
    color: #fff;
}
#accept-essential, #accept-essential-2, #settings, #back {
    background: #cbcbcb;
}
.section {
    margin: 12px 0;
    border-bottom: 1px solid #444;
    padding-bottom: 8px;
}
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-header label {
    flex: 1;
    margin-left: 8px;
}
.section-header .toggle {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    user-select: none;
    line-height: 1;
  margin: -5px 0 0 0;
}
/* Переключатели с текстом Вкл/Выкл */
.section input[type="checkbox"] {
    appearance: none;
    width: 60px;
    height: 28px;
    background: #555;
    border-radius: 28px;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: background 0.3s;
}
.section input[type="checkbox"]:checked {
    background: #da010a;
}
.section input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}
.section input[type="checkbox"]:checked::before {
    transform: translateX(32px);
}
.section input[type="checkbox"]::after {
    content: "Выкл";
    color: #fff;
    font-size: 9px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-weight: bold;
}
.section input[type="checkbox"]:checked::after {
    content: "Вкл";
    color: #FFF;
    right: auto;
    left: 10px;
}
.desc {
    padding: 10px;
    border-radius: 8px;
    margin-top: 8px;
    font-size: 13px;
}
.hidden {
    display: none;
}
.section-header label {
    transition: color 0.3s ease;
}
.fake-input {    width: 62px;
    height: 30px;
    position: absolute;
    right: 22px;
    z-index: 99;
    cursor: pointer;
}


.center {
  text-align: center;
}
.m-20-0 {
  margin: 20px 0;
}
.thank-you-message {
    max-width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    font-size: 28px;
    color: #008000;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
}
.thank-you-message.show {
    opacity: 1;
    transform: translateY(0);
}
/* 11.02.2025 */
.layout-blog article {
  position: relative;
}
.layout-blog .fields-container {
  background: #da010a;
  padding: 2px 20px 3px 10px;
  position: absolute;
  top: 58px;
  right: 36px;
  clip-path: polygon(0% 0, 84% 0, 100% 100%, 0 100%);
}
.no-layout .art-right {
    position: relative;
}
.no-layout .fields-container {
    background: #da010a;
    padding: 10px 30px;
    position: absolute;
    top: 25px;
    left: 277px;
    clip-path: none;
} 
.police {
    position: sticky;
    bottom: 0;
    margin: -300px 0;
    z-index: 99;
    display: flex;
    justify-content: right;
    padding: 50px;
    width: fit-content;
    float: left;
}
.police-all {
    border-radius: 10px;
    background: #4d4d4d;
    width: 440px;
    padding: 5px 20px;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.police-text {
    color: #FFF;
}
.police-btn {
    padding: 10px;
    text-align: center;
}
.police-text a {
    color: #FFF;
    border-bottom: 1px solid #999;
}
.police-text a {
    color: #FFF;
    border-bottom: 1px solid #999;
}
.police-text a:hover {
    border-bottom: 1px solid #FFF;
}
.police-all button {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    background: #da010a;
    border: 1px solid #da010a;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Play', sans-serif;
  color: #fff;
  font-weight: bold;
  width: fit-content;
}
.fields-container .field-value {
  color: #FFFFFF;
  font-weight: 700;
}
.fields-container .field-label {
  display: none;
}

.form_pole_send {
  text-align: center;
}
.link-work_res {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
}
#sp-header.row {
  display: flex;
}
.nav-schedule.fit-floating {
  display: block !important;
  opacity: 1 !important;
}
.vijet-link-phone {
  color: #da010a;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
}
.vijet-ik-full-block {
  display: flex;
  flex-wrap: wrap;
      justify-content: center;
}
.vijet-ik-full {
  width: 100%;
  margin: 10px 5px;
  text-align: center;
}
.vijet-ik {
  width: calc(25% - 10px);
   margin: 10px 5px;
}
#sp-fix-phone {
  position: fixed; 
  bottom: 50px; 
  text-align: right;
}
#sp-fix-phone:hover {
  cursor: pointer;
}
#rstbox_10 {
  bottom: 50px;
  right: 25px; 
  max-width: 270px !important;
  z-index: 99933;
  padding: 20px 0;
}
#sp-fix-choice {
  bottom: 200px;
  left: 50px;
  margin: 0 0 -150px 0;
  position: fixed;
}
#rst-a {
  background: #f1f1f1;
  padding: 5px 25px;
  margin: 5px 0;
  display: inline-block;
  border-radius: 15px;
  border: 1px solid #000;
  color: #000;
  transition: 0.5s;
}
#rst-a:hover {
  background: #fff;
  color: #da010a;
  border: 1px solid #da010a;
  transition: 0.5s;
}
.choice-img {
  width: 100px !important;
}
#rsmg_rsp_slider_container334 {
  margin: 100px 0 0 0;
}
#rsmg_rsp_slider_container334 .slick-dots {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 0 0;
  position: relative;
  justify-content: center;
}
#sp-menu {
  padding: 3px 0 0 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
    background: rgba(0,0,0,0) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
    background: rgba(0,0,0,0) !important;
}
.fa-angle-down:before {
 content: "\f055";
 font-size: 18px;
}
.sp-module ul >li >a:before {
  content: " ";
}
.fa-angle-up:before {
 content: "\f056";
  font-size: 18px;
}
.ffa-bars:before {
  background: url(/images/bg-btn-menu.png) -2px 1px no-repeat;
   background-size: 50px;
}
.fa-bars:before {
  content: "\f0c9";
  font-size: 26px;
  font-weight: bold;
  border-radius: 5px;
  padding: 6px 10px;
  background: #da010a;
  color: #fff;
}
.mapka iframe  {
  width:100% !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
      outline-offset: 0;
  box-shadow: 0 0 0;
  border: 0px solid #000;
}
[class*="rsmg_rsp_slider_container"] .rstpl-caption a, .rstpl-slider-main-image {
  border: 0px solid #000;
}
.slick-slide:before, .slick-cloned:before {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#system-message {
  display:none;
}
.akt ul li {background: none!important;padding: 0!important;}
ul.slick-dots li {
  background: none!important;
}
.uk-dotnav li {
  background: none!important;
}
.gal-ten-vz-mob {
  display: none;
}
#sp-yakor {
  height: 0;
}
.black-fr-tx {
  margin: 0 0 70px 0;
}
.black-fr-tx-2 {
  font-size: 18px; 
  color: #da010a; 
  font-family: impact;
  margin: 150px 0 0 0;
}

.black-fr-tx-l {
 color: #da010a; 
font-size: 56px; 
font-family: impact; 
float: left; 
padding-right: 20px; 
line-height: 0.7; 
width: 10%; 
}
.black-fr-tx-r {
  float: left; 
  width: 90%;
}
.black-fr-img {
  width: 350px;
  padding: 10px 0 10px 10px;
  float: right;
  margin: -25px 40px 0 40px;
}
.dance-all {
  width: 100;
}
.dance-50 {
  width: 48%;
  float: left;
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #a1a1a1;
  margin: 10px;
  min-height: 320px;
  box-shadow: 0 0 15px #ccc;
}
.img-r {
  padding: 10px 0 10px 10px;
  float: right;
  width: 350px;
}
.sp-module ul >liiii {
    margin: 10px!important;
    position: static!important;
}
#sp-footer2, #sp-footer3 {
  padding: 10px 0px 0px 0px;
}
b, strong {
    font-weight: 100;
}
#sp-fix-phone-block {
  background: #313131;
}
.all-bl-l-t-1, .all-bl-l-t-2, .all-bl-l-t-3, .all-bl-l-t-4, .all-bl-l-t-5 {
  text-align: center;
  width: 20%;
  float: left;
}
.rsmg_gallery ul li {
  background: none!important;
}
.chet {
  width: 100%;
}
.chet-2, .chet-4 {
  float: left;
  width: 50%;
  text-align: right;
  padding: 0px 0px 0px 20px;
}
.chet-2 img, .chet-4 img {
  width: 50%;
  float: right; 
  padding: 10px 0 10px 20px;
}
.chet-1, .chet-3 {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0px 20px 0px 0px;
}
.chet-1 img, .chet-3 img {
  width: 50%;
  float: left; 
  padding: 10px 20px 10px 0;
}
.animated.menu-fixed ul {
  padding: 13px 0 0 0!important;
}
#sp-component ol, #sp-component ul {
  padding: 0 0 0 20px!important;
  font-size: 16px;
}
#sp-menu ul {
  margin: -4px 0 0 0!important;
}
#sp-map {
  margin:0 0 -8px 0;
}
.bl-ap {
  margin: 30px 0; 
  padding: 20px 20px 20px 100px; 
  border: 1px solid #da010a; 
  border-radius: 2px; 
  box-shadow: 0 3px 15px #dedede; 
  font-style: italic; 
  background: #f5f5f5 url(/images/red-ap.jpg) 20px 30px no-repeat;
  font-size: 14px!important;
  font-weight: 500;
}
.gir-y {
  font-weight: 600;
}
.corner-box-1 {
	display: inline-block;
	width: 31%;
  float: left;
	position: relative;
	border: 2px solid #da010a;
	transition: all .3s ease;
	margin: 10px;
  background: #f5f5f5;
}
.corner-box-1:before, .corner-box-1:after {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	background: #f5f5f5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
}
.corner-box-1:before {
	width: calc(100% + 6px);
	height: 60%;
	z-index: 1;
	transition: height 0.6s;
}
.corner-box-1:after {
	height: calc(100% + 6px);
	width: 60%;
	z-index: 1;
	transition: width 0.6s;
}
.corner-box-1:hover:before, .corner-box-1:focus:before {
	height: 50%;
}
.corner-box-1:hover:after, .corner-box-1:focus:after {
	width: 75%;
}
.corner-textbox-1 {
	padding: 20px 10px;
	z-index: 2;
	position: relative;
	text-align: center;
}

.big-it {
  font-weight: 600;
  font-style: italic;
}
.big-red {
    font-weight: 600;
  font-size: 24px;
  color: #da010a;
}
.big-red-2 {
    font-weight: 600;
  font-size: 34px;
  color: #da010a;
}
.big-black {
  font-weight: 600;
  font-size: 28px;
  color: #000;
}
.big-black-2 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.big-black-22 {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.bl-all {
  width: 100%;
  z-index: 2;
  position: relative;
}
.bl-3-1, .bl-3-2  {
  width: 32%;
  float: left;
  padding: 25px 15px;
  margin: 10px 20px 10px 0;
  border-radius: 2px;
  box-shadow: 0 3px 15px #dedede;
  background: #f5f5f5;
      display: inline-block;
    position: relative;
    border: 2px solid #da010a;
    transition: all .3s ease;
}
.bl-3-3 {
  width: 32%;
  float: left;
  padding: 25px 15px;
  margin: 10px 0px 10px 0;
  border-radius: 2px;
  box-shadow: 0 3px 15px #dedede;
  background: #f5f5f5;
      display: inline-block;
    position: relative;
    border: 2px solid #da010a;
    transition: all .3s ease;
}


.rstpl-caption, .animated btn, .animated btn a, .rstpl-caption:onclick, .animated btn:onclick, .animated btn a:onclick {
  border: 0px!important;
}
.btn-uno {
  margin-top: 100px;
  text-align: center;
}
.rstbox-close {
  color: #000!important;
    font-size: 25px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    margin: 10px 20px 0 0;
    padding: 0;
}
.scrollup {
    bottom: 130px!important;
  right: 44px!important;
  border: 0!important;
    background-color: #da010a!important;
}
.scrollup:before {
      color: #fff;
    background: #da010a;
}
#knopka-zayavki {
  color: #fff;
  background: #da010a;
  padding: 10px 25px;
  border: 1px solid #da010a;
  display: inline-table;
}
#knopka-zayavki:hover {
  color: #666;
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.art-date-pos {
  text-align: left;
  margin: 10px 0 10px 10px;
}
.art-left {
    padding: 0 25px 0 0px;
    float: left;
}
.entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link {
    margin-bottom: 263px;
}
.jdn-date {
      font-size: 14px;
      padding: 5px 0;
}
.article-info >dd {
    text-transform: capitalize!important;
      margin: 15px 0 0 0;
}
.form_all {
width:100%;
}
.form_left {
  float:left;
}
.form_right {
  float:left;
}
.modal {
  position: inherit;
  display: initial;
}
.pull-left img {
      float: left!important;
    padding: 0!important;
    width: 400px!important;
}
.col-sm-3 img {
  padding: 0!important;
}
.breadcrumb {
    padding: 8px 15px!important;
}
.art-left {

}
.art-right {

}
p {
    font-size: 16px!important;
}
td p, th p {
    font-size: 14px!important;
  color: #333;
  font-weight: 300;
}
.bg-news-fon-text {
  padding: 15px 10px;
  background: #fff;
  margin: 0 16px 20px 0;
  text-align:center;
      height: 110px;
}
#sp-treners .jdn-block {
    width: 25%;
    float: left;
}
#sp-treners .bg-news-fon-text {
    padding: 40px 20px 0 0;
    background: #fff;
    margin: 0;
  text-align: center;
}
#sp-news-block .resize-img, #sp-news-block  .jdn-intro-img img, .resize-img {
  object-fit: cover;
  wwidth: 360px;
  wheight: 360px;
}
#sp-treners .jdn-intro-img img {
    width: 262px;
  height: 229px;
}
.img-art-right {
  float: right;
  padding: 10px 0 10px 10px;
  width: 500px;
}
.img-art-left {
  float: left;
  padding: 10px 10px 10px 0;
  width: 500px;
}
.img-art-center {
  padding: 10px;
  width: 100%;
}
#sp-componentt ul li {
  list-style: none;
  background: url('/images/li-bg-2.png') 0 11px no-repeat;
  padding: 0 0 0 15px;
}
ul.pro li {
  list-style: none;
  background: url('/images/li-bg-2.png') 0 11px no-repeat;
  padding: 0 0 0 15px;
}
article a {
  color: #da010a;
  line-height: 1.4;
}
h1 {
  color: #000;
  font-weight: 600;
  font-size: 30px;
  margin: 20px 0 10px 0;
}
h2 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  color: #808080;
}
article a:hover {
  color: #555;
}
.rstpl-car-previous, .rstpl-car-next {
  display: none!important;
}
#sp-banner:hover .rstpl-car-previous, #sp-banner:hover .rstpl-car-next {
  display: block!important;
}
.slick-track {
  margin: -10px 0px;
}
.slick-slider {
  margin-bottom: 0px;
}
.animated {
  width:100%;
  height:550px;
}
.btn  {
  font-size: 0;
}
.carousel-control {
  font-size:25px;
      top: 50%;
    margin-top: 0px;
}
td, th {
 padding: 10px;
}
tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.piro_caption_system p {
  padding: 20px;
}
#sp-bottom1 {
  padding: 0 0 0 70px;
}
#sp-bottom5 {
  padding: 0 70px 0 0;
}
.uk-grid {
    margin-left: 0;
}
#sp-footer1 {
  text-align: left;
}
#sp-footer2 {
  text-align: right;
}
.uk-margin {
  margin-bottom: 20px; */
}
#sp-banner-mobile {
  margin: 0 15px -20px 15px;
}
.uk-overlay-background {
    background: none;
}
.uk-overlay-area:empty:before, .uk-overlay-icon:before {
   content: " ";
 
}
.uk-grid>* {
    padding-left: 0;
}
.entry-header h2 a {
  color: #da010a;
  font-size: 20px;
  line-height:1.4;
}
.sp-contact-info-new {
  display: table;
  float: none;
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 20px 0 0 0;
}
.sp-contact-info-new li {
  display: inline-block;
  margin: 0 5px;
  font-size: 89%;
}
.sp-contact-info-new {
  float: left;
  margin: 18px 0px;
  list-style: none;
  padding: 0;
}
.sp-megamenu-wrapper a {
  color: #555;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
    color: #da010a;
}

.tren-2 a, .tren-4 a {
  color: #da010a;
}
#sp-news-mobile {
  padding: 20px 0;
}
.jdn-all-news {
  text-align: center;
  pзadding: 60px 0 0 0;
}
.jdn-all-news a {
  color: #da010a;
  font-size: 20px;
  border-bottom: 1px solid #da010a;
  font-weight: 600;
}
#sp-top2 {
  padding: 18px 0 20px 0;
}
#mod-btn {
 color: #fff;
 padding: 20px 42px;
 background: url('/images/bg-btn-2.png') 0 0 no-repeat;
}
#mod-btn-rm {
 color: #fff;
 padding: 18px 175px;
 background: url('/images/bg-btn-1.png') 0 0 no-repeat;
 font-size: 18px;
}
#sbox-window {
  padding: 40px;
}
.breadcrumb a {
  color: #da010a;
  border-bottom: 1px solid #da010a;
}
.page-header {
  display: none;
}
.btn-default {
  background: #da010a;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 5px 25px;
  font-size: 16px;
}
.readmore, .pull-left {
  text-align: center!important;
  clear: both;
}
#sp-component .entry-header h2 {
  font-size: 18px;
  padding: 0 0 15px 0;
  text-align: left;
}
.blog h2 {
  font-size: 18px;
  padding: 0 0 15px 0;
  text-align: center!important;
}
#ssp-header.menu-fixed {
  position: static;
  z-index: 9999;
}

#sp-treners-block {
  padding: 20px 0 50px 0;
  background: url('/images/white-fon-news-INDEX.jpg') 0 0 repeat;
}
.more-tren {
  text-align: center;
}
.more-tren a {
  text-transform: uppercase;
  color: #fff;
  background: url(/images/bg-btn-1.png) 0 0 no-repeat;
  padding: 14px 115px;
  font-size: 25px;
  cursor: pointer;
}
.tren-2 {
  text-align: center;
  width: 50%;
  padding: 20px;
  font-weight: 600;
  float: left;
  font-size: 18px;
}
.tren-4 {
  text-align: center;
  width: 25%;
  padding: 20px;
  font-weight: 600;
  float: left;
  font-size: 18px;
}
.entry-header {
  position: relative;
  padding: 0;
  text-align: center;
  margin-bottom: 0px;
}
.category-desc {
  ppadding: 0 0 40px 50px;
}
.btn-tren {
  float: left;
  padding: 10px 50px 10px 0;
  text-align: center;
}
.btn-tren a {
  font-size: 18px;
  color: #da010a;
  border-bottom: 1px dashed #da010a;
}
.btn-tren a:hover {
  border-bottom: 1px solid #da010a;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
 padding: 50px 0 0 0;
}
.sp-megamenu-parent >li:hover>a:last-child {
  padding: 0 15px 1px 15px;
}
#sp-fotogallery-block {
  background: url('/images/white-fon-news-INDEX.jpg') 0 0 repeat;
}
[class*="rsmg_rsp_slider_container"].center-inline-bottom .slick-dots {
  width: 100%;
}
#sp-fotogallery-block {
  padding: 50px 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  color: #da010a;
  border-bottom: 1px solid #da010a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #da010a;
  border-bottom: 0px solid #da010a;
}
#sp-line-1-2-i, #sp-line-2-1-i, #sp-line-3-2-i, #sp-line-4-1-i, #sp-line-1-2-t, #sp-line-2-1-t, #sp-line-3-2-t, #sp-line-4-1-t, #sp-line-1-2-f, #sp-line-2-1-f, #sp-line-3-2-f, #sp-line-4-1-f, #sp-line-1-2-e, #sp-line-2-1-e, #sp-line-3-2-e, #sp-line-4-1-e {
  padding: 50px;
}
#sp-line-1-i-block {
  background: url('/images/fon_INDEX_1_full.jpg') 50% 0px no-repeat;
}
#sp-line-2-i-block {
  background: url('/images/fon_INDEX_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-i-block {
  background: url('/images/fon_INDEX_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-i-block {
  background: url('/images/fon_INDEX_4_full.jpg') 50% 0px no-repeat;
}
#sp-line-1-t-block {
  background: url('/images/fon_TENNIS_1_full.jpg') 50% 0px no-repeat;
}
#sp-line-2-t-block {
  background: url('/images/fon_TENNIS_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-t-block {
  background: url('/images/fon_TENNIS_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-t-block {
  background: url('/images/fon_TENNIS_4_full.jpg') 50% 0px no-repeat;
}
#sp-line-1-f-block {
  background: url('/images/fon_FITNES_1_full.jpg') 50% 0px no-repeat;
}
#sp-line-2-f-block {
  background: url('/images/fon_FITNES_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-f-block {
  background: url('/images/fon_FITNES_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-f-block {
  background: url('/images/fon_FITNES_4_full.jpg') 50% 0px no-repeat;
}
#sp-line-1-e-block {
  background: url('/images/fon_SINGLECOMBAT_1_full.jpg') 50% 0px no-repeat;
}
#sp-fotogaleery-mobile-block {
      padding: 20px 0;
}
#sp-line-2-e-block {
  background: url('/images/fon_SINGLECOMBAT_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-e-block {
  background: url('/images/fon_SINGLECOMBAT_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-e-block {
  background: url('/images/fon_SINGLECOMBAT_4_full.jpg') 50% 0px no-repeat;
}
#sp-preimushestva-block {
  background: url('/images/light-gray-fon-icon-INDEX.jpg') 0px 0px repeat;
  font-weight: 600;
  font-size: 16px;
  padding: 30px 0 20px 0;
}
#sp-preimushestva-block h3, #sp-fotogallery-block h3, #sp-fotogallery-mobile h3, #sp-treners-block h3, #sp-news-mobile h3 {
  text-align: center;
}
.pr-3 {
  float: left;
  text-align: center;
  width: 33%;
  padding: 30px;
}
.pr-4 {
  float: left;
  text-align: center;
  width: 25%;
  padding: 10px;
  min-height: 230px!important;
}
img {
  display: inline-block;
}
#sp-top-block {
  background: #313131; 
  color: #fff;
  height: 60px;
  font-size: 18px;
} 
#sp-top-block a {
  color: #fff;
}
.sp-contact-info-new {
  float: left;
  margin: 18px 0px;
}
.sp-contact-mobile {
  background: url('/images/icon_adres.png') 0px 3px no-repeat; 
  padding: 0 0 0 25px;
}
.sp-contact-time {
  background: url('/images/icon_time.png') 0px 3px no-repeat; 
  padding: 0 0 0 25px;
}
.sp-contact-phone {
  background: url('/images/icon_phone.png') 0px 3px no-repeat; 
  padding: 0 0 0 25px;
}
#sp-header {
  box-shadow: 0 0 0;
  height: 105px;
}
#sp-header {
  background: url('/images/bg-top-menu.png') 50% 0px no-repeat; 
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
  line-height: 89px;
  font-size: 17px;
  font-weight: 600;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
  color: #da010a;
  bborder-bottom: 3px solid #da010a;
}
.jdn-readmore:hover {
  color: #da010a;
}
.sp-module ul >li {
  display: inline-block;
  border-bottom: 0;
}
[class*="rsmg_rsp_slider_container"] .rstpl-car-previous {
  background-color: transparent;
}
#sp-banner {
  margin: -10px 0 -30px 0;
}
#sp-line-4-block {
  background: #e6e6e6;
}
.sp-module .sp-module-title, h4 {
  margin: 50px 0 30px 0!important;
  font-size: 30px!important;
  text-transform: uppercase!important;
  line-height: 1!important;
  font-weight: 600!important;
  color: #666!important;
}
#sp-line-1-2, #sp-line-3-2 {
  width: 500px;
  margin: 0 60px;
}
#sp-footer {
  background: #313131;
}
#sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4, #sp-bottom5 {
  text-align: center;
}
#sp-bottom1 a, #sp-bottom2 a, #sp-bottom3 a, #sp-bottom4 a, #sp-bottom5 a {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
#sp-bottom {
  background: url('/images/light-gray-fon-icon-INDEX.jpg') 0px 3px repeat-x;
  padding: 100px 0px 30px 0px;
  margin: -10px 0 0 0;
}
#sp-map-desc-fon-block {
  height: 400px;
  background: url('/images/contacts-fon-new.png') 0px 0px no-repeat;
  margin: -400px 0 0 0;
  position: relative;
}
#sp-map-desc {
  background: url('/images/contacts-fon.png') 0px 0px no-repeat;
  margin: -408px 0 0 0;
  width: 500px;
  height: 400px;
  padding: 50px;
}
.kon-adress {
  background: url('/images/icon_adres_contacts.png') 0px 13px no-repeat; 
  padding: 10px 0 0 30px;
  color: #fff;
}
.kon-regim {
  background: url('/images/icon_time_contacts.png') 0px 13px no-repeat; 
  padding: 10px 0 0 30px;
  color: #fff;
}
.kon-phone {
  background: url('/images/icon_phone_contacts.png') 0px 13px no-repeat; 
  padding: 10px 0 0 30px;
  color: #fff;
}
.kon-email {
  background: url('/images/icon_mail_contacts.png') 0px 13px no-repeat; 
  padding: 10px 0 0 30px;
  color: #fff;
}
#sp-map-desc-block h3 {
  color: #fff;
}
#sp-map-desc-fon {
  display: none;
}
#sp-main-body {
  padding: 0;
}
#sp-map-block {
  margin: -1px 0 0 0;
}
.jdn-head a {
  color: #da010a;
  font-size: 20px;
  font-weight: 400;
}
.jdn-readmore {
  color: #da010a;
  border-bottom: 1px solid #da010a;
}
#sp-news-block {
  background: url('/images/light-gray-fon-news-INDEX.jpg') 0px 0px repeat; 
  padding: 0 0 100px 0;
}
#sp-news h3 {
  text-align: center;
}
.jdn-block {
  width: 25%;
  float: left;
}
.uk-grid-margin {
  margin-top: 0!important;
}
.rsform-submit-button {
  background: url('/images/bg-btn-1.png') 0px 0px no-repeat;
  width: 440px;
  height: 61px; 
  border: 0;
  font-size: 18px;
  color: #FFF;
  background-size: 440px auto;
}
.formResponsive input.rsform-error, .formResponsive textarea.rsform-error, .formResponsive select.rsform-error, .formResponsive checkbox.rsform-error {
    color: #da010a;
    border-color: #da010a;
}
input[type="text"] {
    border: 1px solid #000;
    border-radius: 0px;
    width: 440px;
    box-shadow: 0px 0px 10px #ccc inset;
    margin: 0 0 15px 0;
    height: 61px;
}
#sp-zayavka-block {
  padding: 80px 0;
  background: url('/images/gray-fon-ZAYAVKA.jpg') 0px 0px repeat-x;
  margin: -1px 0 0 0;
}
#sp-zayavka1 {
  padding: 30px 0 0 0;
}
.zay-w {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  font-size: 40px;
  line-height: 1.2;
}
.zay-r {
  color: #da010a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  font-size: 40px;
  line-height: 1.2;
}
#sp-zayavka2 {
  padding: 0 0 0 40px;
}
.call-me-mob {
  display: none;
}
#sp-vygody-block {
  padding: 0px 0 50px 0;
  background: url('/images/white-fon-icon-INDEX.jpg') 0px 0px no-repeat;
  font-size: 20px;
  font-weight: 600;
}
#sp-vygody-block h3 {
  text-align: center;
  margin: 50px 0 50px 0;
}
.jdn-intro-img {
  margin: 0 16px 0 0;
}










@media screen and (min-width: 100px) and (max-width: 1024px) {
    .cookie-banner {
    width: 90%;
}
  .police {
        position: sticky;
        margin: 0 10px;
        padding: 0;
        width: 300px;
        bottom: 50px;
        float: none;
    }
  .police-all {
        width: 100%;
        font-size: 12px;
        flex-wrap: wrap;
        border-radius: 10px;
    }
  .fields-container {
    right: 24px;
    top: 40px;
  }
  .no-layout .fields-container {
    background: #da010a;
    padding: 10px 30px;
    position: absolute;
    top: -490px;
    left: 260px;
    clip-path: none;
    margin: 0 -25px 0 0;
  }
    
  [class*="rsmg_rsp_slider_container"] .rstpl-caption {
	width: 100%;
  }
  #sp-logo {
    margin: 8px 0 0 0;
  }
  #sp-fix-phone {
    right: 35px;
        z-index: 99999;
  }
  #rstbox_10 {
    width: 100%;
  max-width: 300px !important;
  bottom: 10px;
  right: 10px;
  }
  #sp-fotogallery-mobile .slick-track {
    margin: -130px 0 0px 0;
  }
  .gal-ten-vz-mob {
  display: block;
}
  .gal-ten-vz {
  display: none;
}
  .rstpl-slider-main-image {
  height:600px!important;
}
  [class*="rsmg_rsp_slider_container"].slick-carousel .slick-dots button {
    height:15px!important;
    width: 15px!important;
  }
  #sp-banner-mobile .slick-dots {
  display:none!important;
}
  .black-fr-tx-2 {
  margin: 250px 0 0 0;
}
  .black-fr-tx {
  margin: 0 0 120px 0;
}
  .black-fr-tx-l {
width: 20%; 
}
.black-fr-tx-r {
  width: 80%;
}
  .black-fr-img {
display: none;
}
  .dance-50 {
  width: 95%;
  min-height: auto;
}
  .img-r {
  padding: 10px;
  float: none;
  width: 100%;
}
  .slick-list {
    margin: -120px 0 -60px 0;
  }
  .img-f-s {
    display: none;
  }
  .chet-2, .chet-4 {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0px 30px 0px;
}
.chet-2 img, .chet-4 img {
  width: 100%;
  float: right; 
  padding: 0px 0px 10px 0px;
}
.chet-1, .chet-3 {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0px 30px 0px;
}
.chet-1 img, .chet-3 img {
  width: 100%;
  float: left; 
  padding: 0px 0px 10px 0px;
}
  .bl-ap {
  padding: 10px;  
  background: #f5f5f5;
}
  .corner-box-1 {
    width: 100%;
    margin: 10px 0;
  }
  .big-black-2 {
    font-size: 16px;
}
  .btn-uno {
  margin-top: 30px;
  text-align: center;
}
  .pull-left {
    font-size: 12px!important;
}
#sp-main-body {
    padding: 0 0 50px 0;
}
  .entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link {
    margin-bottom: 150px;
}
  .entry-header {
    padding: 0px 0 0 0;
  }
  article.item {
    margin-bottom: 0px;
}
  .pull-left img {
      float: left!important;
    padding: 0!important;
    width: 100%!important;
}
  #sp-component ul {
    padding: 0; 
    margin: 0;
  }
  .art-left {
  width: 100%;
  float: left;
    padding: 0;
}
.art-right {
    width: 100%;
  float: left;
  margin: 0;
}
  .entry-header h2 a {
    font-size: 12px;
  }
.col-sm-3 .resize-img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
  .resize-img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
  #sp-component .col-sm-3, #sp-component .col-sm-4 {
    width: 43%;
    float:left;
    margin: 10px;
    height: 200px;
  }
  #sp-treners  .resize-img, #sp-treners .jdn-intro-img img {
  object-fit: cover;
  width: 100%;
    height: auto;
}
    #sp-news-mobile  .resize-img, #sp-news-mobile .jdn-intro-img img {
  object-fit: cover;
  width: 100%;
}
  #sp-treners .jdn-intro-img img {
  width: 100%;
    height: auto;
}
#sp-treners .jdn-block {
    width: 44%;
text-align:center;
}
  #sp-component .entry-header h2 {
    font-size: 14px;
  }
  .img-art-right {
  float: none;
  padding: 10px;
  width: 100%;
}
  .img-art-left {
  float: none;
  padding: 10px;
  width: 100%;
}
  .img-mob {
  float: none;
  padding: 10px;
  width: 100%;
}
  #sp-map-block {
  margin: -1px 10px 0 10px;
  }
  .btn-tren {
    float: left;
    padding: 10px;
    text-align: center;
   }
  #sp-component {
    padding: 0 20px;
}
  #sp-header {
    background: #fff;
  }  
  .call-me-mob {
    display: inline-block;
    background: #da010a;
    color: #fff;
    padding: 5px 15px;
  }
  .call-me-tab {
    display: none;
  }
  #sp-top-block {
    height: 170px;
  }
  #sp-top2 {
    text-align: center;
    width: 100%;
  }
  #sp-header {
    height: 90px;
        padding: 0 20px;
  }
  #sp-line-1-block, #sp-line-2-block, #sp-line-3-block, #sp-line-4-block {
    display: flex;
    flex-flow: wrap;
  }
  #sp-line-1-1, #sp-line-2-2, #sp-line-3-1, #sp-line-4-2 {
    width: 100%;
    margin: 0;
  }
  #sp-line-1-2, #sp-line-2-1, #sp-line-3-2, #sp-line-4-1 {
    width: 100%;
    padding: 0px 50px 50px 50px;
    margin: 0;
   }
  .btn-more-mobile {
    width: 60%;
  }
  .sp-module .sp-module-title {
    margin: 10px 10px 10px 0px;
    font-size: 25px;
  }
  .jdn-block {
    width: 44%;
    margin: 10px;
  }
  .jdn-intro-img {
    margin: 0;
}
  .jdn-all-news {
    text-align: center;
    padding: 0px 0 30px 0;
}
  .bg-news-fon-text {
    margin: 0;
 } 
  .jdn-intro {
    display: none;
  }
  #sp-footer2, #sp-footer 1 {
    text-align: center;
  }
  #sp-zayavka-block {
    padding: 0px 20px 40px 20px;
    text-align: center;
  }
  .zay-w, .zay-r {
    font-size: 26px;
  }
  input[type="text"] {
    width: 100%;
  }
  input[type="text"] {
    border: 1px solid #000;
    border-radius: 0px;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc inset;
    margin: 0 0 15px 0;
    height: 45px;
}
  .rsform-submit-button {
    width: 100%;
    font-size: 20px;
    background: #da010a;
    margin: 0;
    color: #fff;
    height: 40px;
  }
  #sp-news-block {
    padding: 0 0 20px 0;
  }
  #sp-zayavka2 {
    padding: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
  {
    padding: 0;
  }
  #sp-line-1-2-i, #sp-line-2-1-i, #sp-line-3-2-i, #sp-line-4-1-i, #sp-line-1-2-t, #sp-line-2-1-t, #sp-line-3-2-t, #sp-line-4-1-t, #sp-line-1-2-f, #sp-line-2-1-f, #sp-line-3-2-f, #sp-line-4-1-f, #sp-line-1-2-e, #sp-line-2-1-e, #sp-line-3-2-e, #sp-line-4-1-e {
    padding: 10px;
  }
  #sp-line-1-i-block, #sp-line-2-i-block, #sp-line-3-i-block, #sp-line-4-i-block, #sp-line-1-t-block, #sp-line-2-t-block, #sp-line-3-t-block, #sp-line-4-t-block, #sp-line-1-f-block, #sp-line-2-f-block, #sp-line-3-f-block, #sp-line-4-f-block, #sp-line-1-e-block, #sp-line-2-e-block, #sp-line-3-e-block, #sp-line-4-e-block {
  background: none;
  height: auto;
}
  .pr-3 {
  float: left;
  text-align: center;
  width: 33%;
}
.pr-4 {
  float: left;
  text-align: center;
  width: 50%;
      min-height: 220px;
}
  #sp-map-desc-block {
    padding: 0 20px;
    margin: 165px 0 -165px 0;
  }
  #sp-map-desc-fon-block {
    height: 200px;
  }
  #sp-footer {
    padding: 20px;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li {
    width: 300px;
  }
  .blog .intro-image {
  width: 100%;
  padding: 0;
  text-align: center;
}
  #sp-header.menu-fixed {
    position: fixed;
    z-index: 999;
}
 .more-tren a {
    text-transform: uppercase;
    background: #da010a;
    padding: 5px 20px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
  }
  .tren-2 {
  text-align: center;
  width: 50%;
  padding: 20px;
  font-weight: 600;
  float: left;
  font-size: 18px;
}
.tren-4 {
  text-align: center;
  width: 50%;
  padding: 20px;
  font-weight: 600;
  float: left;
  font-size: 18px;
}
  #mod-btn {
  color: #fff;
  padding: 5px 15px;
  background: #da010a;
}
 #mod-btn-rm {
 padding: 5px 30px;
 background: #da010a;
 font-size: 18px;
}
  #sbox-window {
  padding: 20px 10px;
  min-width: 95%;
  max-width: 95%;
  min-height: 340px;
  max-height: 370px;
  top: 100px!important;
}
  #sp-line-2-1-i, #sp-line-4-1-i,
  #sp-line-2-1-t, #sp-line-4-1-t,
  #sp-line-2-1-f, #sp-line-4-1-f,
  #sp-line-2-1-e, #sp-line-4-1-e
  {
   background: #e6e6e6;
  }
    #sp-line-1-2-i, #sp-line-2-1-i, #sp-line-3-2-i, #sp-line-4-2-i,
  #sp-line-1-2-t, #sp-line-2-1-t, #sp-line-3-2-t, #sp-line-4-2-t,
  #sp-line-1-2-f, #sp-line-2-1-f, #sp-line-3-2-f, #sp-line-4-2-f,
  #sp-line-1-2-e, #sp-line-2-1-e, #sp-line-3-2-e, #sp-line-4-2-e {
   padding: 3px 10px 30px 10px;
  }
  .bg-news-fon-text {
    padding: 10px;
        height: 95px;
  }
  #sp-map-desc-fon-block {
    margin: 0;
}
  .sp-contact-info-new {
  display: table;
  float: none;
  margin: 0;
  text-align: center;
  width: 100%;
    padding: 20px 0 0 0;
}
.sp-contact-info-new li {
  display: inline-block;
  margin: 0 5px;
  font-size: 89%;
}
  #sp-footer1, #sp-footer2 {
  text-align: center;
}
  .zay-w, .zay-r {
    font-size: 20px;
}
  #sp-bottom1, #sp-bottom5 {
  padding: 0;
}
  #sp-preimushestva-block {
  font-size: 13px;
}

.jdn-head a {
    font-size: 14px;
}
  table {
    font-size:12px;
  }
  .carousel-control {
  font-size:25px;
      top: 30%;
    margin-top: 0px;
}
  .category-desc {
    padding: 0 0 40px 0px;
}
  .rstpl-car-previous slick-arrow, .rstpl-car-next slick-arrow {
    display: block!important;
  }
  .rstpl-slider-main-image {
    background-size: contain;
    margin: 9px 0;
}
  .slick-track {
  margin: 0;
}
[class*="rsmg_rsp_slider_container"].center-inline-bottom .slick-dots {
    bottom: 15%;
  }
  #rl_modals_title, #rl_modals_close {
    display: none!important;
  }
  #rl_modals_loaded_content {
     margin-top: 0;
  }
    input[type="text"] {
    width: 100%!important;
    height: 35px!important;
}
  .rsform-submit-button {
    width: 100%;
    font-size: 14px;
    background: #da010a;
    margin: 10px 0 0 0;
    color: #fff;
    height: 30px;
}
  input[type="text"] {
    width:89%;
  }
  #sp-top1 {
    width: 100%;
}
  #sp-top-block {
    padding: 0;
}
  #offcanvas-toggler {
    margin: 0 25px 0 0;
  }
.m-0-20-20 {
  margin: 0 20px 20px 20px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  
  .slick-list {
    margin: -85px 0 0px 0;
}
  #sp-component ul {
    padding: 0;
}
  #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4, #sp-bottom5 {
    width: 25%;
  }
      .rstpl-slider-main-image {
    height: 530px!important;
}
  #sp-line-1-2-i, #sp-line-2-1-i, #sp-line-3-2-i, #sp-line-4-1-i, #sp-line-1-2-t, #sp-line-2-1-t, #sp-line-3-2-t, #sp-line-4-1-t, #sp-line-1-2-f, #sp-line-2-1-f, #sp-line-3-2-f, #sp-line-4-1-f, #sp-line-1-2-e, #sp-line-2-1-e, #sp-line-3-2-e, #sp-line-4-1-e {
  padding: 50px;
}
#sp-line-1-i-block {
  background: url('/images/fon_INDEX_1_full.jpg') 50% 0px no-repeat;
}
#sp-line-2-i-block {
  background: url('/images/fon_INDEX_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-i-block {
  background: url('/images/fon_INDEX_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-i-block {
  background: url('/images/fon_INDEX_4_full.jpg') 50% 0px no-repeat;
}
#sp-line-1-t-block {
  background: url('/images/fon_TENNIS_1_full.jpg') 50% 0px no-repeat;
}
#sp-line-2-t-block {
  background: url('/images/fon_TENNIS_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-t-block {
  background: url('/images/fon_TENNIS_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-t-block {
  background: url('/images/fon_TENNIS_4_full.jpg') 50% 0px no-repeat;
}
#sp-line-1-f-block {
  background: url('/images/fon_FITNES_1_full.jpg') 50% 0px no-repeat;
}
#sp-line-2-f-block {
  background: url('/images/fon_FITNES_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-f-block {
  background: url('/images/fon_FITNES_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-f-block {
  background: url('/images/fon_FITNES_4_full.jpg') 50% 0px no-repeat;
}
#sp-line-1-e-block {
  background: url('/images/fon_SINGLECOMBAT_1_full.jpg') 50% 0px no-repeat;
}
#sp-fotogaleery-mobile-block {
      padding: 20px 0;
}
#sp-line-2-e-block {
  background: url('/images/fon_SINGLECOMBAT_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-e-block {
  background: url('/images/fon_SINGLECOMBAT_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-e-block {
  background: url('/images/fon_SINGLECOMBAT_4_full.jpg') 50% 0px no-repeat;
}
  #sp-zayavka-block {
    padding: 40px 20px 40px 20px;
  }
  #sp-zayavka2 {
    padding: 0 40px 0 0;
}
  .pr-4 {
    float: left;
    text-align: center;
    width: 25%;
}
  .jdn-block {
    width: 47%;
    margin: 10px;
}
#sp-component .col-sm-3, #sp-component .col-sm-4 {
    width: 22%;
    float: left;
    margin: 10px;
    height: 250px;
}
.m-0-20-20 {
  margin: 0 20px 20px 20px;
}
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .slick-list {
    margin: 30px 0 0 0;
}  
  .sp-megamenu-parent >li >a {
    font-size: 14px;
  }
    .rstpl-slider-main-image {
    height: 425px!important;
}
  #sp-line-1-2-i, #sp-line-2-1-i, #sp-line-3-2-i, #sp-line-4-1-i, #sp-line-1-2-t, #sp-line-2-1-t, #sp-line-3-2-t, #sp-line-4-1-t, #sp-line-1-2-f, #sp-line-2-1-f, #sp-line-3-2-f, #sp-line-4-1-f, #sp-line-1-2-e, #sp-line-2-1-e, #sp-line-3-2-e, #sp-line-4-1-e {
  padding: 50px;
}
#sp-line-1-i-block {
  background: url('/images/fon_INDEX_1_full.jpg') 50% 0px no-repeat;
}
#sp-line-2-i-block {
  background: url('/images/fon_INDEX_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-i-block {
  background: url('/images/fon_INDEX_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-i-block {
  background: url('/images/fon_INDEX_4_full.jpg') 50% 0px no-repeat;
}
#sp-line-1-t-block {
  background: url('/images/fon_TENNIS_1_full.jpg') 50% 0px no-repeat;
}
#sp-line-2-t-block {
  background: url('/images/fon_TENNIS_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-t-block {
  background: url('/images/fon_TENNIS_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-t-block {
  background: url('/images/fon_TENNIS_4_full.jpg') 50% 0px no-repeat;
}
#sp-line-1-f-block {
  background: url('/images/fon_FITNES_1_full.jpg') 50% 0px no-repeat;
}
#sp-line-2-f-block {
  background: url('/images/fon_FITNES_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-f-block {
  background: url('/images/fon_FITNES_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-f-block {
  background: url('/images/fon_FITNES_4_full.jpg') 50% 0px no-repeat;
}
#sp-line-1-e-block {
  background: url('/images/fon_SINGLECOMBAT_1_full.jpg') 50% 0px no-repeat;
}
#sp-line-2-e-block {
  background: url('/images/fon_SINGLECOMBAT_2_full.jpg') 50% 0px no-repeat;
}
#sp-line-3-e-block {
  background: url('/images/fon_SINGLECOMBAT_3_full.jpg') 50% 0px no-repeat;
}
#sp-line-4-e-block {
  background: url('/images/fon_SINGLECOMBAT_4_full.jpg') 50% 0px no-repeat;
}
  .btn-uno {
  margin-top: 30px;
  text-align: center;
}
  .jdn-block {
    width: 47%;
    margin: 10px;
}
  #sp-component .col-sm-3, #sp-component .col-sm-4 {
    width: 47%;
}
  #sp-zayavka-block {
    padding: 40px 20px 40px 20px;
  }
  .jdn-block {
    width: 47%;
    margin: 10px;
}
  #sp-component .col-sm-3, #sp-component .col-sm-4 {
    width: 22%;
}
.m-0-20-20 {
  margin: 0 20px 20px 20px;
}
}
@media (min-width: 1367px) and (max-width: 2200px) { 
.layout-blog.itemid-206 #sp-component .col-sm-3, .layout-blog.itemid-206 #sp-component .col-sm-4{
  height:auto!important;
}
.m-0-20-20 {
  margin: 0 20px 20px 20px;
}
}

@media only screen and (max-width:768px){
  .layout-blog.itemid-206 #sp-component .item .entry-image{
    margin-bottom:0;
  }
  .layout-blog.itemid-206 .entry-header h2 a{
    font-size:18px;
    margin-top:15px;
  }
  .layout-blog.itemid-206 .item p{
    font-size:14px !important;
    line-height:1.5;
  }
  .layout-blog.itemid-206 #sp-component .col-sm-3, .layout-blog.itemid-206 #sp-component .col-sm-4{
    width:100%;
    box-sizing: border-box;
    margin: 10px 0;
  }
  .layout-blog.itemid-206 .blog .items-row{
    width:100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .rstbox {
  max-width: 90%!important;
    height: fit-content!important;
}
.m-0-20-20 {
  margin: 0 20px 20px 20px;
}
}


