/*!
Theme Name: StaiFit Theme
Author: StaiFit Theme
Version: 1.0.0
*/

/* montserrat-regular - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/montserrat-v29-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-500 - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/montserrat-v29-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-600 - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/montserrat-v29-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-700 - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/montserrat-v29-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul,
li {
    list-style: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
}

.container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
}

p {
    margin-bottom: 30px;
}
 
 

.btn {
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #3EB9CA; 
    height: 52px;
    display: inline-flex;
    padding: 0 30px;
    font-family: 'Montserrat';
    cursor: pointer;
    font-size: 16px;
    transition: all .3s;
    border: 0; 
    border-radius: 5px;
    white-space: nowrap;
}

.btn-bg {
    background: #3EB9CA url(img/btn.png) 10% 50% no-repeat; 
}

.btn:hover {
    background:#2793a2;
}
.btn-bg:hover {
    background: #3EB9CA url(img/btn.png) 110% 50% no-repeat; 
}


html {
    scroll-behavior: smooth;
}

 

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    background: #000000;
    overflow-x: hidden; 
}

header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 9;
	background: linear-gradient(144deg, black, transparent);
	transition: all .3s
}

.navfixed header {    
    background: #000;
}
.navfixed header .header-row {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    padding: 5px 0; 
}

.header-row {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 34px 0;
    display: flex;
    align-items: center; 
    column-gap: 60px;
	transition: all .3s
}

.header__nav {
    display: flex;
    align-items: center;
    column-gap: 60px;
    margin-left: auto;
    font-size: 16px;
}

.header__nav a {
    transition: all .3s;
}

.header__nav a:hover {
    color: #3EB9CA;
}

.header__burger {
    display: none;
}

.header-phone {
	width: 52px; 
	background: #3EB9CA;
	border-radius: 5px; 
	padding: 8px; 
	display: flex;
}

.header__btn {
    display: flex;
    gap: 15px;
}

.main {
    padding-top: 310px;
    margin-bottom: 100px;
    background: url(/wp-content/uploads/2025/03/mn-1.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 180px;
    background-position: center;
}

.main-img {
    display: none;
}

.hero-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slide {
	position:relative;
}

.hero-item {
    display: flex;
    min-height: 100vh;
    height: 100%;
	position:relative;
	align-items:end;
	padding: 100px 0
}

.hero-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.main h1, .hero-item-title {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
	z-index: 1; 
	position:relative;
}
.hero-container {
	
	z-index: 3; 
	position:relative;
}

.hero-pagination {
    bottom: 30px !important;
    position: absolute;
    z-index: 1;
    justify-content: center;
    display: flex;
}

.hero-item-title span {
   display: block;
    margin-top: 10px;
    font-size: 22px;
    
	color:#3EB9CA;
    font-weight: 600;
    text-transform: none;
}
.main h1 span {
    display: block;
    margin-top: 10px;
    font-size: 52px;
    color: #fff;
    font-weight: 600;
}
.main-text p strong {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 500;
}
.main-text p {
     margin-bottom: 50px;
}

.main-text ul {
    padding-left: 40px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.main-text ul li {
    font-size: 18px;
    position: relative;
}

.main-text ul li::before {
    content: '';
    background: url(img/checked.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -40px;
}


h2 {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 30px;
}

.about {
    padding-bottom: 100px;
}

.about h2 {
    text-align: center;
}

.about-text {
    margin-bottom: 40px;
    font-size: 18px;
} 
 
.about-slide .swiper-slide img {
    border-radius: 10px;
}

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

.about-pagination {
    justify-content: center;
    display: flex;
    position: absolute;
    bottom: 20px!important;
    z-index: 1;
}
.shedule2 {
    margin-bottom: 100px;
    background: #fff;
    padding: 40px;
}
.shedule {
    margin-bottom: 100px;
}

.shedule h2 {
    margin-bottom: 50px;
    text-align: center;
}

.card__spec {
    background: #3EB9CA;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card__spec p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.card__spec a {
    border: 1px solid #fff;
}

.card  {
    padding: 100px 0;
    margin-bottom: 100px;
    background: url(img/card.jpg) no-repeat;
    background-size: cover;
}

.card h2 {
    margin-bottom: 50px;
}

.card__item {
    background: rgb(255 255 255 / 85%);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.card__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.card__item-top {
    padding: 30px;
    border-bottom: 1px solid #B9B9B9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card__item-top h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    color: #474443;
}

.card__item-top h3 .price {
    font-size: 18px;
    display: block;
    padding-top: 5px; 
}

.card__item-top h3 span.price i {
    text-decoration: line-through;
    font-style: normal;
    font-size: 15px;
    color: #000;
}

.card__item-top h3 span.inline {
    display: inline-block;
}
.card__item-top h3 span {
    font-size: 14px;
    display: block;
    padding-top: 5px;
}

.card__item-desc {
    padding: 30px 35px;
    color: #474443;
    font-weight: 500;
}

.card__item-desc ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.card__item-desc ul li{
    list-style: disc;
}

.team-item-desc {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
}

.team-item-desc span {
    color: #FFFFFF99;
    font-size: 16px; 
}
.team-item-desc h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.team-item-desc p {
    color: #3EB9CA;
    font-size: 16px;
    margin: 0;
}

.team {
    padding-bottom: 100px;
}
.team .swiper-button-next, .team .swiper-button-prev {
    right: auto;
    left: auto;
    top: auto;
    margin-top: 0;  
    position: relative;
    display: flex; 
}


.team .swiper-button-next, .team .swiper-button-prev,
.hero-slide .swiper-button-next, .hero-slide .swiper-button-prev,
.about .swiper-button-next, .about .swiper-button-prev { 
    border: 1px solid #3EB9CA;
    width: 60px; 
    height: 60px;
    border-radius: 50%;
    background: transparent;
}

.team-nav {
    display: flex;
    column-gap: 10px;
}

.title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.title-row h2 {
    margin: 0;
}

.team-item-foto::after {
    content: '';
    background: #3EB9CA;
    position: absolute;
    width: 400px; 
    height: 400px;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    opacity: .2;
    transition: all .3s;
}

.team-item-foto:hover::after { 
    opacity: 1; 
}

.team-item-foto {
    position: relative;
}
.team-pagination {
    position: relative;
    padding: 30px 0 0;
    text-align: center;
}
.team .swiper-button-next:hover, .team .swiper-button-prev:hover,
.hero-slide .swiper-button-next:hover, .hero-slide .swiper-button-prev:hover,
.about .swiper-button-next:hover, .about .swiper-button-prev:hover { 
    background: #3EB9CA; 
}

.shedule-title-row {
    background: #3EB9CA;
    padding: 20px 25px;
    border-radius: 5px 5px 0 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    text-align: center; 
}

.shedule-desc-row { 
    padding: 20px 25px; 
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    text-align: center; 
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.shedule-desc-row:nth-child(odd) {
    background-color: #3EB9CA33;
}

.shedule-box {
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 5px;
    overflow: hidden;
}

.faq__item {
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%); 
}

.faq__item-question {
    padding: 30px;
    font-weight: 500;
    cursor: pointer;
    font-size: 22px;
    transition: all .3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq__item-question.active {
    border-bottom: 1px solid rgb(255 255 255 / 20%); 
}

.faq__item-answer {
    padding: 30px;
    font-size: 18px;
    font-weight: 400; 
    display: none;
}

.faq__item-answer p:last-child {
    margin-bottom: 0;
}

.carret {
    background: #616DFF;
    width: 40px;
    height: 40px;
    position: relative;
    transition: all .3s;
    min-width: 40px;
}

.carret::before, .carret::after {
    content: '';
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.carret::before {
    width: 1px;
    height: 20px;
}

.carret::after {
    width: 20px;
    height: 1px;
}

.faq__item-question.active .carret { 
    transform: rotate(90deg);
}

.faq__item-question.active .carret::after { 
    height: 0px;
}

.faq {
    padding-bottom: 150px;
}

.product {
    padding-bottom: 150px;
}

.product h2{
    text-align: center;
}

.product p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 80px;
}

.shedule .swiper-button-next, .shedule .swiper-button-prev {
    right: auto;
    left: auto;
    top: auto;
    margin-top: 0;
    background: #3EB9CA;
    width: 60px;
    position: relative;
    display: flex;
    height: auto;
    border-radius: 5px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: none;
}

.shedule-thumb-item span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding-bottom: 4px;
}

.shedule-thumb-item {
    border: 1px solid rgb(255 255 255 / 20%);
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.swiper-slide-thumb-active .shedule-thumb-item {
    background: #3EB9CA33;
    border: 1px solid #3EB9CA;
}

.shedule-thumb-box {
    display: flex;
    column-gap: 12px;
    margin-bottom: 12px;
}

.contact-item:last-child {
    margin-bottom: 0px;
}

.contact-item {
    font-size: 18px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
    color: #474443;
}

.contact-box h2 {
    margin-bottom: 40px;
    font-size: 32px;
    color: #474443;
}

.contact-form h2 { 
    color: #ffffff;
    text-align: center;
}

.contact-form p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}

.contact  { 
    padding-bottom: 100px;
}

.map {
    position: relative;
    margin-bottom: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.contact-box {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #00000026;
    color: #000;
    max-width: 480px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
}

.contact-form { 
    max-width: 500px;
    margin: 0 auto;
}

.footer-row {
    display: grid;
    grid-template-columns: auto 340px 340px; 
    gap: 90px;
}
 

.form-note {
    font-size: 14px; 
    text-align: center;
}
 
.form-note a{
    color: #2793a2;
}
 

.form__field {
    font-size: 18px;
    line-height: 1;
    height: 63px;
    width: 100%;
    font-weight: 500;
    padding: 0 30px;
    color: #000;
    background: #fff;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
}

::-webkit-input-placeholder {color:#474443;}
::-moz-placeholder          {color:#474443;}
:-moz-placeholder           {color:#474443;}
:-ms-input-placeholder      {color:#474443;}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-btn .btn {
    width: 100%;
    height: 63px;
    font-size: 18px;
}

.modal:not(.fancybox-content) {
    display: none;
}
 
 

footer {
    border-top: 1px solid #ffffff33;
    padding: 50px 0 30px;
}

.footer__logo p {
    padding-top: 10px;
    max-width: 260px;
}

.f-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer__cont-item {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer__rek {
    padding-top: 40px;
    line-height: 40px;
    font-size: 16px;
}

.footer__text {
    display: flex;
    align-items: center;
    column-gap: 40px; 
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    padding-top: 60px;
}

#callback, #thanks, #callback2 {
    max-width: 600px;
    border-radius: 10px;
}

.modal h2 {
    color: #474443;
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
}

.modal p, .modal .form-note {
    color: #474443; 
}

.modal .form__field { 
    border: 1px solid #E9E9E9D9;
}

input.form__field.error {
    border: 1px solid #FF0000D9;
    background: linear-gradient(0deg, rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.1));
}

label.error {
    font-size: 0;
}

.fancybox-slide--html .fancybox-close-small {
    color: #000; 
}

.mob {
    width: 100%;
    max-width: 700px;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    transform: translateX(100%);
    padding: 30px;
    transition: all .4s;
    overflow: auto;
    right: 0;
    background: #F4F4F4; 
}
 

.burger-active .mob {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.container.mob-nav a {
    font-size: 24px;
    color: #000;
    display: block;
    font-weight: 600;
    margin: 25px 0;
}
.wf-result {
    display: none;
    opacity: 0;
    transition: all .3s;
    color: #fff;
    font-size: 26px;
}
.wf-result.on {
    display: block; 
    opacity: 1;
}
.wheel__form.form-off {
    display: none;
}

.wf-result p {
    font-size: 18px;
}

.wheel-form .form-note { 
    text-align: left;
    margin-bottom: 20px;
    color: #cdcdcd;
}

.wheel-form input.form__field.error {
    border: 1px solid #FF0000D9;
    background: #fff; 
}
.wheel {
    padding-bottom: 60px;
	 padding-top: 40px;
}


.apps {
    padding-bottom: 75px;
}

.apps-row {
    display: grid;
    grid-template-columns: 1fr 350px;
    align-items: center;
    gap: 50px;
}

.apps-img img {
    border-radius: 20px;
}

.apps-text__link {
    display: flex;
    gap: 30px;
}
.apps-text__link a {
    border: 1px solid #fff;
    border-radius: 10px;
    transition: all .3s;
}
.apps-text__link a:hover {
    border: 1px solid #3EB9CA; 
}

.apps-text h2 + p {
    font-size: 20px;
    margin-bottom: 50px;
}

.main-nl {
    position: absolute;
    top: 200px;
    left: 0;
    background-color: #f3f3f3;
    width: 150px;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    font-size: 10px;
}

.main-rating {
    position: absolute;
    top: 140px;
    left: 0;
}