
/* Пoдлoжкa */
#overlay {
    z-index: 99999;
    position:fixed;
    background-color:#000;
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity=60);
    width:100%;
    height:100%;
    top:0;
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}

.wrapper{
    min-height: calc(100vh - 256px);
    overflow-x: hidden;
}

.section{
    height: 100vh;
    position: relative;
}

.button {
    display: block;
    text-align: center;
    background: rgb(236, 54, 66);
    color: #fff;
    text-transform: lowercase;
    font-size: 20px;
    font-family: LabGrotesque-Black;
    cursor: pointer;
    border: 0;
}
.btn{
    display: block;
    width: 222px;
    height: 76px;
    text-align: center;
    background: rgb(236, 54, 66);
    color: #fff;
    text-transform: lowercase;
    font-size: 20px;
    line-height: 74px;
    font-family: LabGrotesque-Black;
    cursor: pointer;
    border: 0;
}
.button:focus, .btn:focus,
.button:hover, .btn:hover {
    background: #ff5050;
    color: #fff;
}

/*.show-more{
    width: 150px;
    height: 35px;
    float: right;
    font-size: 15px;
    line-height: 34px;
}*/
.btn_click_test{
    background: white;
}

.scrollup {
    z-index: 500;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    position: fixed;
    bottom: 10px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') no-repeat;
}

.rotate {
    display: none;
}

/*ul li:before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
    font-family: LabGrotesque-Black;
}*/

.footnote{
    vertical-align: super;
    font-size: 15px;
}

.logo img{
    height: 35px;
}

.carousel-indicators li{
    border-color: #00f;
}

.carousel-indicators .active{
    background: #00f;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}


/* Меню */

.navbar-brand img {
    width: 92px;
    margin: 5px 0 0;
}

#logo-1 {
    display: inline;
}

#logo-2 {
    display: none;
}

/*Бургер*/
.hamburger-cross{
    display: inline-block;
    position: relative;
    padding: 0;
    cursor: pointer;
}
.navicon{
    display: block;
    width: 35px;
    border-radius: 2px;
    position: relative;
    background: #00f;
    height: 4px;
    /*FOR un-SCALE*/
    -webkit-transition: .5s;
}
.navicon::before,
.navicon::after{
    display: block;
    width: 35px;
    border-radius: 2px;
    position: absolute;
    background: #00f;
    height: 4px;
    content: "";
    /*for cross to hamburger*/
    -webkit-transition: .5s;
}
.navicon:before{
    top: -8px;
}
.navicon:after{
    top: 8px;
}

.open .navicon{
    /*FOR SCALE*/
    /*-webkit-transition: all .5s;
    -webkit-transform: scale(.75);*/
    background: transparent;
}
.hamburger-cross:hover .navicon:before{
}
.hamburger-cross:hover .navicon:after{
}
.open .navicon{
}
.open.hamburger-cross:hover .navicon:before{
}
.open .navicon:before{
    -webkit-transform: rotate(45deg);
    top: 0;
}
.open .navicon:after{
    -webkit-transform: rotate(-45deg);
    top: 0;
}

/*Скрытое меню*/

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00f;
    width: 35px;
    height: 4px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #00f;
}

.navbar-default .navbar-nav > li > a {
    color: #00f;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #00f;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #00f;
    background-color: transparent;
}

/*Основное меню*/

.navbar {
    margin-bottom: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-default {
    background-color: #fff;
}

.navbar-brand {
    float: left;
    height: 100%;
    padding: 0 0;
}

.item-menu:before {
    content: "";
}

.item-img {
    margin: 25px 5px;
}

.lk-avatar-logged {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: -7px 10px;
    background: transparent;
    overflow: hidden;
}

.lk-avatar-logged img {
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
}

/*Главная страница*/


#carousel-top{
    width: 944px;
    margin-left: 305px;
}

#carousel-top .carousel-inner > .item > img{
    object-fit: cover;
    height: 100%;
}


.block-facts {
    text-align: center;
}

.facts-span {
    font-size: 30px;
}

.emphasized-span{
    font-size: 50px;
    line-height: 92px;
    vertical-align: top;
}

.block-discount {
    font-size: 40px;
    line-height: 60px;
    font-family: LabGrotesque-Black;
    text-align: center;
}

.block-discount h2 {
    text-align: left;
}

.block-discount .button,
.block-reviews .button{
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 3;
    width: 148px;
    height: 48px;
}

.pay_button_custom{
    /*width: 192px;
    height: 52px;*/
    font-size: 17px!important;
    text-align: center;
    background: rgb(236, 54, 66);
    color: #fff;
    text-transform: lowercase;
    font-size: 20px;
    font-family: LabGrotesque-Black;
    cursor: pointer;
    border: 0;
    padding: 10px 11px;
}

.block-discount img {
    margin: 25px 0;
    width: 100%;
}

.studio-name-1 {
    font-size: 24px;
    margin: 20px 0 10px;
    font-family: LabGrotesque-Black;
    text-transform: none;
    color: #cb2933;
}
#studio .carousel-studio{
    margin-top: 30px;
}
.studio-name-2 {
    font-size: 18px;
    margin: 10px 0;
    text-transform: none;
}

.studio-2 {
    color: #48ffb2;
}

.fancy-carousel{

    display: inline-block;
}

.fancy-carousel .carousel-control{
    display: block;
    margin: auto;
}

.address li {
    text-align: left;
    font-size: 22px;
    margin: 10px 0 20px;
}

.address li:before {
    content: "•";
}

.block-contacts {
    /*text-align: center;*/
    font-size: 30px;
}

.block-contacts h2 {
    text-align: left;
    margin-bottom: 30px;
}

.block-contacts p {
    font-family: LabGrotesque-Black;
}

.social-img-1{
    height: 39px;
    margin: 14px 19px 14px 0;
}

.social-img-2{
    height: 39px;
    margin: 14px 28px 14px 0;
}

#contacts .map{
    width: 100%;
    height: 570px;
    margin: 60px 0 0;
}

.forms{
    width: 675px;
    margin: 30px auto;
    text-align: center;
}

.login_block {
    margin: 0;
    text-align: right;
}

.forms .top-line{
    padding: 35px 0 0;
    width: 100%;
    border-top: 1px solid #00f;
    margin: 35px 0 0;
}

.forms input[type=text],
.forms input[type=tel],
.forms input[type=phone],
.forms input[type=email],
.forms input[type=number],
.forms input[type=action],
.forms input[type=date] {
    width: 360px;
    margin: 10px auto;
}

input[type=date]{
    /*-webkit-appearance: none;
    background: #fff;
    -webkit-min-logical-width: 100%;*/
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.forms h2{
    font-size: 24px;
    margin-bottom: 38px;
}


/*lk*/

.lk-avatar-wrapper {
    display: inline-block;
    width: 192px;
    text-align: center;
    font-size: 16px;
}

.lk-avatar {
    width: 192px;
    height: 192px;
    border-radius: 50%;
    overflow: hidden;
    /*background: #00f;*/
    margin: 15px 0;
}

.lk-avatar img {
    max-height: 192px;
    max-width: 192px;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    image-orientation: unset;
}

.lk-name {
    display: inline-block;
    font-size: 24px;
    margin: 96px 0 0 28px;
    vertical-align: top;
}

.lk-form input,
.call_allowed_wrapper, .sms_allowed_wrapper{
    width: 399px;
}

.lk-form .button {
    width: 179px;
    margin: 0;
}

.lk-soc-text{
    font-size: 24px;
    font-family: LabGrotesque-Black;
    margin: 40px 0;
}

.lk-social {
    margin: 30px 0;
}

.lk-social img {
    margin: 0 20px 0 0;
    width: 50px;
    height: 50px;
}

.train-block{
    margin: 30px 0 41px;
    position: relative;
}

.train-block .top-line{
    width: 100%;
    border-top: 2px solid #eee;
    padding: 15px 0;
}

.train-block__date{
    font-size: 14px;
}

.train-block__time{
    font-size: 16px;
    font-family: LabGrotesque-Black;
    margin-bottom: 20px;
}

.train-block__name{
    font-size: 16px;
    margin-bottom: 14px;
    font-family: LabGrotesque-Black;
    width: calc(100% - 138px);
}

.train-block__coach{
    font-size: 16px;
    margin-bottom: 14px;
    padding-top: 6px;
    text-transform: none;
}

.train-block__pointer{
   height: 20px;
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

.train-block__address{
    font-size: 16px;
}

.button-transparent{
    width: 192px;
    height: 45px;
    background: transparent;
    border: 1px solid #cb2933;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 43px;
    font-family: LabGrotesque-Black;
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
}

.button-go-to-video{
    width: 192px;
    height: 45px;
    background: transparent;
    border: 1px solid #cb2933;
    color: #cb2933;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 43px;
    font-family: LabGrotesque-Black;
    display: block;
    position: absolute;
    right: 0;
    top: 88px;
    cursor: pointer;
}

.button-go-to-pay{
    width: 192px;
    height: 45px;
    background: transparent;
    border: 1px solid #cb2933;
    color: #cb2933;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 43px;
    font-family: LabGrotesque-Black;
    display: block;
    position: absolute;
    right: 0;
    top: 88px;
    cursor: pointer;
}

.button-transparent.train-block__missed{
    font-size: 14px;
    font-family: LabGrotesque-Light;
    border: medium none;
    text-transform: lowercase;
    padding: 0;
    text-align: right;
    line-height: 25px;
}

.lk-widget-wrapper{
    width: 100%;
    height: 300px;
    margin: 60px auto;
    text-align: center;
}

.pack-carousel-control {
    color: blue;
}

/*.lk-widget{
    width: 300px;
    height: 300px;
    margin: 0 auto 30px;
    border-radius: 50%;
    border: 20px solid #48FFAB;
    position: relative;
}

.lk-widget p{
    font-size: 24px;
    margin: 75px 0;
}

.slice {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 280px;
    height: 280px;
    border: 8px solid #48FFAB;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

.lk-widget .slice.one {
    clip: rect(0 280px 140px 0);
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
}

.lk-widget .slice.two {
    clip: rect(0 140px 280px 0);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.lk-widget-inner{
    width: 100%;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
}

.lk-widget-red,
.lk-widget-red .slice{
    border-color: #FF2966;
}

.lk-widget-red p{
    color: #FF2966;
}

.lk-widget-1-of-1{

}

.lk-widget-wrapper .button{
    width: 164px;
    height: 53px;
    line-height: 50px;
    font-size: 17px;
    margin: 20px auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.39);
}

.widget-reserved{
    font-size: 16px;
    text-transform: none;
    margin: 12px 0 0;
}

.widget-refresh{
    position: absolute;
    bottom: 56px;
    left: 134px;
    width: 30px;
    height: 30px;
    background: url(../img/refresh.png) center no-repeat;
    background-size: contain;
}

#lk-container label{
    z-index: 2;
    text-align: left;
}*/
.unfreeze_btn.button-transparent {
    /*width: 130px;
    height:30px;
    border: 2px solid green;
    float: right;
    margin-top: 10px;*/
    position: relative;
    display: block;
    margin: 10px 0 0;
    float: none;
    top: auto;
    color: #00f;
    text-transform: lowercase;
    cursor: pointer;
    left: calc(50% - 25px);
}
.pack-carousel {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#pack-carousel{
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 20px auto 0;
}

.lk-widget{
    width: 300px;
    height: 300px;
    margin: 0 auto 30px;
    border-radius: 50%;
    border: 20px solid #48FFAB;
    position: relative;
}

.lk-widget p{
    font-size: 24px;
    margin: 75px 0;
}

.lk-pack-inner{
    padding: 10px;
    width: 100%;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1.2; 
    display: table-cell;
}
.lk-pack-inner > .pack-name {
    font-family: LabGrotesque-Black;
    /*line-height: 1.8;*/
    margin: 0;
}

.lk-pack-inner > .pack-data {
    margin: 20px 0 0;
    text-align: left;
    font-size: 16px;
}

.pack-carousel-control{
    top: calc(50% - 10px);
    margin-top: -10px;
}

.lk-widget-red,
.lk-widget-red .slice{
    border-color: #FF2966;
}

.lk-widget-red p{
    color: #FF2966;
}

.lk-widget-1-of-1{

}

.lk-widget-wrapper .button{
    width: 164px;
    height: 53px;
    line-height: 50px;
    font-size: 17px;
    margin: 20px auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.39);
}

.widget-reserved{
    font-size: 16px;
    text-transform: none;
    margin: 12px 0 0;
}

.widget-refresh{
    position: absolute;
    bottom: 56px;
    left: 134px;
    width: 30px;
    height: 30px;
    background: url(../img/refresh.png) center no-repeat;
    background-size: contain;
}

#lk-container label{
    z-index: 2;
    text-align: left;
}

.no-pack {
    border: 8px solid #ff2966;
}
.active-pack {
    border: 8px solid #00f;
}
.waiting-pack {
    border: 8px solid #52fcb5;
}
.freezed-pack {
    border: 8px solid silver;
}
.lk-pack-item {
    position: relative;
    display: table;
    width: 100%;
}
.lk-pack-content {
    width: 250px;
    height: 250px;
    display: table;
    margin: auto;
}

@media(max-width: 991px){
    .pack-name{
        font-size: 24px;
    }
}

@media(max-width:347px){
    .lk-pack-content {
        width: 229px;
    }
    .pack-name {
        font-size: 20px;
    }
}


.container{
    position: relative;
}

@media (min-width: 1580px) {
    .container{
        width: 1280px;
    }
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

#rec-page-cont .product-cost,
#rec-page-cont .product-old-cost{
    display: block;
}

.window{
    width: 608px;
    /*height: 438px;
    box-shadow: 0 0 24px #48FFAB;*/
    margin: 100px auto 10px;
    text-align: center;
    padding: 80px 80px 10px;
}

#window-paid .button{
    width: 100%;
    max-width: 360px;
    margin: 0 auto 15px;
    height: 52px;
    line-height: 48px;
    color: #fff;
}

.window h3{
    font-size: 24px;
    display: inline-block;
}

#window-success-pay .window-text {
    margin: 30px 0;
}

.check-wrapper{
    position: relative;
}

.window .login_check_svg{
    position: absolute;
    margin-top: 6px;
    width: 65px;
}

.link-add{
    font-size: 14px;
    font-family: LabGrotesque-Black;
    border-bottom: 2px solid #cb2933;
}

#window-success, #window-success-waitlist .window-text{
    margin: 50px 0;
}

#window-success, #window-success-waitlist .button{
    margin: 0 auto;
    font-size: 14px;
    width: 215px;
    box-sizing: border-box;
    padding: 0 10px;
    height: 48px;
    line-height: 44px;
}

.button-disabled {
    background: #DCDCDC;
}

.forms .social {
    text-align: center;
    margin-bottom: 50px;
}

.forms .social img{
    height: 65px;
    width: 65px;
    margin: 10px 20px;
}

#user-new a{
    margin-top: 20px;
    color: #48FFAB;
    border-bottom: 2px solid #48FFAB;
    font-family: LabGrotesque-Black;
}

#window-rate{
    height: auto;
}

#window-rate h2{
    font-size: 24px;
    margin-bottom: 30px;
}

#window-rate p{
    font-family: LabGrotesque-Black;
    font-size: 18px;
}

#window-rate .button{
    display: block;
    margin: 20px auto;
}


.stars{
    height: 20px;
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
    *zoom: 1;
    position: relative;
}
/*sprite with stars*/
.stars input:checked ~ label, .stars label, .stars label:hover, .stars label:hover ~ label {
    background: url('../img/star.png') no-repeat;
    background-size: cover;
}
.stars input {
    opacity: 0;
    width: 10px;
    height: 20px;
    padding: 0;
    margin: 0;
    top: 0;
    z-index: 0;
}
.stars input:checked ~ label {
    background-position: 0 0;
    height: 20px;
    width: 20px;
}
.stars label {
    background-position: 0 -23px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: relative;
    padding: 0;
    z-index: 1;
}
.stars label:hover, .stars label:hover ~ label {
    background-position: 0 0;
    height: 20px;
    width: 20px;
}

.login-soc-wrapper{
    height: calc(100vh - 265px);
    display: table;
    width: 100%;
}

.login-soc-wrapper>div{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.product-available{
    padding: 0 0 40px;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 50px auto;
    /*border: 1px solid blue;*/
}

#content1 .product-available{
    border: 1px solid #eee;
}

.product-available .h2{
    font-size: 34px;
    font-family: LabGrotesque-Black;
}

.product-available form{
    width: 218px;
    margin: 0 auto;
    text-align: left;
}

.product-available form .h2{
    margin: 0 0 30px;
    text-align: center;
}

.product-available .text{
    font-size: 18px;
}

.product-available label,
.gyms-list label{
    font-family: LabGrotesque-Light;
    font-size: 16px;
    text-transform: none;
    padding: 11px 0 11px 35px;
    text-align: left;
}

.product-available label.checked,
.gyms-list .checked label{
    color: #cb2933;
}


.lk-pack-inner{
    padding: 10px;
    width: 100%;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1.2; 
    display: table-cell;
}
.lk-pack-inner > .pack-name {
    font-family: LabGrotesque-Black;
    /*line-height: 1.8;*/
    margin: 0;
}

.lk-pack-inner > .pack-data {
    margin: 20px 0 0;
    text-align: left;
    font-size: 16px;
}

.pack-carousel-control{
/*<<<<<<< HEAD*/
    /*top: 0;*/
    /*padding-top: 122px;*/
/*}*/
/*=======*/
    top: calc(50% - 10px);
    margin-top: -10px;
}

.no-pack {
    border: 8px solid #ff2966;
}

.pack-carousel {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

@media(min-width:992px) and (max-width: 1499px){
    .lk-pack-content,
    #cost_pay_block_2{
        width: 300px;
    }
    .lk-pack-content {
        height: 300px;
    }
    .unfreeze_btn.button-transparent {
        left: calc(50% - 42px);
    }
}
@media(min-width: 990px) {
    .pack-carousel {
        height: 500px;
    }
    #pack-carousel {
        height: 360px;
    }
}
@media(min-width: 1500px){
    .lk-pack-content,
    #cost_pay_block_2{
        width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .lk-pack-content {
        height: 350px;
    }
    .unfreeze_btn.button-transparent {
        left: calc(50% - 17px);
    }
    .fc-calendar-container {
        height: 470px;
    } 
    .price-unit{
        padding: 40px 80px 20px;
        position: relative;
    }
    .price-unit .price-td-1 p {
        font-size: 26px;
        margin-bottom: 21px;
    }
    .price-unit .price-td-2 {
        font-size: 26px;
    }
    /*.price-unit .price-td-3 .pay_button_custom {
        position: absolute;
        right: 20px;
        top: 80px;
    }*/
}

.product-available input[type=radio],
.gyms-list input[type=radio]{
    position: absolute;
    visibility: hidden;
}
.product-available .check,
.gyms-list .check{
    display: block;
    position: absolute;
    border: 1px solid #4a4a4a;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 7px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.product-available label.checked ~ .check,
.gyms-list .checked .check{
    border: 1px solid #cb2933;
    background: #cb2933;
}
.product-available .button-more{
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    top: 9px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.product-available .button, .btn {
    width: 192px;
    height: 52px;
    font-size: 17px;
    line-height: 1.2;
}

.form-items{
    margin: 30px auto 50px;
}
#form-items-2 .form-item,
.gyms-list .form-item{
    cursor: pointer;
}
.content_price section {
    /*display: none;*/
    padding: 16px 15px 50px 0;
    margin-left: -15px;
}

.tabs {
    display: none;
}

label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px 15px 0;
    text-align: center;
    color: #4a4a4a;
    border: 0;
}

label:hover {
    cursor: pointer;
}

.tabs:checked + label {
    border: 0;
    font-family: LabGrotesque-Black;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3{
    display: block;
}
.form-item{
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}
form{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 10px;
}
input[type="action"]{
    outline: none;
    border: 1px solid #cb2933;
    /*padding: 5px 100px 5px 30px;*/
    padding: 15px;
    font-size: 14px;
    display: block;
    width: 360px;
    height: 50px;
    background: #fff;
    border-radius: 0;
}
button[type="submit"]{
    position: absolute;
    top: 15px;
    right: 8px;
    z-index: 1;
    outline: none;
    border: none;
    display: inline-block;
    background: #fff;
    color: #cb2933;
    padding: 10px 10px;
    border-radius: 0;
    cursor: pointer;
}
button[type="submit"]:hover{
    color: #fff;
    background: #cb2933;
}

#login_block button[type="submit"],
.login-tel button[type="submit"],
.login-code button[type="submit"]{
    top: 6px;
    right: 6px;
}

.login_block_td {
    padding-left: 148px;
}

.input-medium {
    width: 83%;
}

.btn_price {
    position: inherit !important;
    color: white !important;
    background: rgb(236, 54, 66) !important;
    width: 148px;
    height: 48px;
    font-size: 14px;
    font-family: LabGrotesque-Black;
}

@media screen and (max-width: 440px) {
    .login_block_td {
        padding-left: inherit;
    }

    .btn_price{
        width: 93px;
        height: 42px;
        font-size: 12px;
        padding: 0;
    }
}

#login_block{
    max-width: 360px;
    font-size: 16px;
}

#login_success_check{
    position: absolute;
    right: -58px;
    top: 17px;
}

iframe {
    border: 0;
    width: 100%;
}

.iframe-pay{
    height: 1000px;
}

.train-block__charged{
    color: #FF2966;
}

/* Animated check */
.login_check_svg {
    width: 50px;
    display: inline;
}
.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}
.path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}
@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

.lk-widget-circle {
    position: relative;
    display: table;
    width: 300px;
    height: 300px;
}

.lk-widget-circle svg{
    transform: rotate(-65deg);
    position: absolute;
    z-index: -1;
}
#fixed-ready{
    height: 74px;
    z-index: 99990;
}
#fixed-block{
    /*display:none;*/
    /*opacity: 0;
    visibility: hidden;*/
    height: 74px;
    z-index: 99991;
    /*bottom:10px;*/
}
#fixed-block .button{
    width: auto;
    padding: 0 10px;
}


/*РАСПИСАНИЕ*/

/*week calendar*/

.calendar-week{
    margin: 30px auto;
}
.calendar-week .calendar-day:first-child{
    /*border:2px solid red;*/
}
.calendar-day{
    width: 54px;
    height: 54px;
    border: 1px solid #cb2933;
    padding: 5px;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
}
.calendar-week .full-date{
    display:none;
}
#week-prev, #week-next{
    cursor: pointer;
    user-select: none;
}
/*#week-next{
    text-align: right;
}*/
.fc-today .day-number{
    font-family: LabGrotesque-Black;
}

.day-name{
    font-size: 12px;
    margin: 0;
}

.day-number{
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}

.fc-today .day-name{
    font-family: LabGrotesque-Black;
}

.selectday{
    background: #ccd7e6;
}

.disabled .day-number{
    color: #a6a6a6;
}
.disabled .day-name{
    color: #a6a6a6;   
}

.calendar-nav {
    width: 100px;
    position: absolute;
    top: 0;
    z-index: 99;
}

.calendar-prev{
    left: 0;
}

.calendar-next{
    right: 0;
    text-align: right;
}

.calendar-text{
    display: inline-block;
    text-align: center;
    font-family: LabGrotesque-Black;
    width: 100%;
   /* top: 0;
    position: absolute;
    z-index: -1;*/
}

#custom-inner{
    position: relative;
    width: 380px;
    margin: 0 auto;
}

/*Month calendar*/
#calendar .fc-date.disabled{
    color: #a6a6a6;
}


.disabled .fa{
    color: #DCDCDC;
}
#schedule button{
    cursor:pointer;
}
#schedule .forms{
    width:auto;
}
#schedule input{
    /* margin:0 auto; */
}
#schedule form{
    display:block;
    padding:0;
}

.gyms-list{
    /*width:250px;*/
    margin:auto;
}
/*#schedule-gyms-list{
    margin-left: 43px;
    margin-top: 5px;
    margin-bottom: 20px;
}*/

#price-gyms-list{
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 20px;
}
#price #price-table{
    margin-top: -40px;
}
#pay-gyms-list{
    margin: 20px auto 40px;
    text-align: left;
    width: 230px;
}
#cont-gyms-list{
    border-bottom: 2px solid #eee;
}

#login_phone_block .but-disabled{
    color:#9696ff;
    cursor:default;
}
#login_phone_block .but-disabled:hover{
    background-color: #fff;
}
.btn-rec-hide{
    display: none;
}
.btn-rec-hide>td>.button{
    width:100%;
    /*text-align: left;
    display: inline;*/
}
.btn-rec-hide>td{
    padding-top:0;
}
.login_block_tr{
    width: 100%;
}
.login_block_tr .form-item-sch{
    width: 100%;
}


/* Страница записи */
#msg-discount{
    margin-bottom:25px;
    text-transform: none;
}
#rec-page-cont{
    /*padding:0;*/
}
#window-success-2{
    /*padding: 10px 20px;
    padding: 0;
    margin: 10px auto;
    margin-top:50px;
    width: 100%;*/
    height: auto;
}
#window-success-2 .button{
    margin:auto;
    /* width:300px; */
    margin-bottom:50px;
    width: auto;
    height: auto;
    line-height: 40px;
    padding: 10px 5px;
    color: #fff;
}
#window-success-2 .window-text{
    margin: 15px auto 30px;
}
#cost_pay_block_2{
    margin: 0 auto 10px;
}
#cost_pay_block_2 #pay_button_2,
#cost_pay_block_2 #pay_later_2{
    margin-bottom:25px;
}
#cost_pay_block_2 #pay_button_2{
    margin-top: 25px;
}
#cost_pay_block_2 #form-items-2{
    max-width:300px;
    width: 100%;
    margin: 0 0 17px;
}
.products-cabinet #cost{
    margin-top:40px;
}

.fancybox-close-small:after{
    color: #00f;
    font-size: 50px;
    font-weight: 100;
    opacity: .5;
}

.fancybox-close-small:hover:after {
    color: #00f;
    background: transparent;
    outline: none;
    opacity: 1;
}

.carousel-control{
    text-shadow: none;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control .glyphicon-chevron-left:hover,
.carousel-control .glyphicon-chevron-left:focus,
.carousel-control .glyphicon-chevron-right:hover,
.carousel-control .glyphicon-chevron-right:focus{
    color: #4a4a4a;
}

#carousel-tr{
    position: relative;
}

#carousel-tr .carousel-control {
    top: 100px;
    margin: 0 -30px;
    height: 20px;
}

.fa-chevron-left, .fa-chevron-right{
    color: #4a4a4a;
}

#price{
    /*margin-top: 0;
    padding-top: 0;*/
}

.prenatal-btn{
    position: absolute;
    bottom: -23px;
    right: 0;
    padding: 4px 20px;
    width: auto;
    height: auto;
    line-height: 1;
}

.preloader,
.preloader2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: block;
    background: #fff;
}

.page-loader-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: rgba(203, 41, 51, 1);/*#cb2933*/
    border-bottom-color: rgba(203, 41, 51, 0.15);
    border-left-color: rgba(203, 41, 51, 1);
    border-right-color: rgba(203, 41, 51, 0.15);
    -webkit-animation: page-loader-circle 0.8s linear infinite;
    animation: page-loader-circle 0.8s linear infinite;
}

.cancel-record{
    position: absolute;
    right: 0;
    top: 143px;
    text-decoration: underline;
    cursor:pointer;
}

#pack-box{
    margin:auto;
    text-align: center;
}
#pack-box #pack-name,
#pack-box #pack-cost{
    font-size: 30px;
    text-transform: none;
    margin: 20px 0 20px 0;
    font-family: LabGrotesque-Black;
}
#pack-box #pack-description{
    font-size: 20px;
    text-transform: none;
    margin: 20px 0 20px 0;
    font-family: LabGrotesque-Light;
}
#pack-box #pay_button{
    font-size:25px;
    margin:auto !important;
}
#pay_button_2{
    cursor:pointer
}
#pack-box #pack-name span{
    font-size: 20px;
}
@keyframes page-loader-circle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes page-loader-circle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.find-carousel {
    overflow: hidden;
}

.find-carousel .fancybox-close-small{
    top: -9px;
    right: -9px;
}


#carousel-tr h3{
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

#carousel-tr img{
    transition: all 2s linear;
    transition-delay: 2s;
    opacity: 0;
}

#carousel-tr .studio-name-1+ul{
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 3.4s;
    transform: translate3d(-20%, 0, 0);

    opacity: 0;
}

#carousel-tr h3,
#carousel-tr img,
#carousel-tr .studio-name-1+ul {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
/*parallax on main page*/

.parallax--item{
    /*transition: all 0.1s linear;*/
}

.big-image{
    width: 85vw;
    height: 70vw;
    right: 16px;
}

.small-image{
    right: 31px;
    top: 50vw;
    width: 150px;
    height: 150px;
}

.sometext{
    position: absolute;
    top: 95vw;
    right: 16px;
    z-index: 10;
    font-size: 18px;
    margin: 0;
}

.mobile{
    height: calc(100vh - 191px);
    /*min-height: 447px;
    max-width: 414px;*/
    width: 100%;
    margin: 0 auto;
}

.mobile h1{
    font-size: 34px;
}

.mobile h2{
    font-size: 30px;
}

.mobile h3{
    font-size: 27px;
}

.mobile h4{
    font-size: 24px;
}

.mobile h5{
    font-size: 19px;
}

.mobile .menu{
    text-align: center;
}

/*галочка Доступен для звонка*/
.call_allowed_wrapper, .sms_allowed_wrapper{
    position: relative;
}

.checkbox-img{
    display: block;
    position: absolute;
    border: 1px solid #ccd7e6;
    height: 25px;
    width: 25px;
    top: 7px;
    right: 0;
    z-index: 5;
}

.call_allowed_wrapper input[type=checkbox], .sms_allowed_wrapper input[type=checkbox]{
    position: absolute;
    visibility: hidden;
}

.call_allowed_wrapper label, .sms_allowed_wrapper label{
    padding-left: 0;
}

.checkbox-img.checked {
    background: url('/widget/img/checked.png') center center no-repeat;
}

.font-size{
    font-size: 18px;
}

/**/
.highlight,
.highlight a {
    color: rgb(255, 41, 102);
}
.highlight-day:after{
    content: "+ kids";
    width: 39px;
    height: 15px;
    background: rgb(255, 41, 102);
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: -6px;
    right: -11px;
    border-radius: 50%;
    transform: rotate(25deg);
    font-family: LabGrotesque-Black;
    z-index: 99;
    display: none;
}
/* .online-day:after{
  content: "Online";
  width: 39px;
  height: 15px;
  background: rgb(255, 41, 102);
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: -6px;
  right: -11px;
  border-radius: 50%;
  transform: rotate(25deg);
  font-family: LabGrotesque-Black;
  z-index: 99;
} */
.write-descr{
    overflow-y: auto;
    border: 1px solid #ccd7e6;
    position: fixed;
    text-align: left;
    text-transform: none;
    display: none;
    background: #fff;
    z-index: 9999;
    font-family: LabGrotesque-Light;
    padding: 10px 15px;
    color: #4a4a4a;
}

.gym-about-block{    
    height: 100vh;
    width: 100vw;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    text-transform: none;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    font-family: LabGrotesque-Light;
    padding: 10px 15px;
    color: #4a4a4a;
}

.gym-about-block .modal_close{
    display: block;
}

.write-name{
    cursor: pointer;
}

/*.write-name:hover .write-descr{
    display: block;
}*/

.write-descr .modal_close {
    opacity: 0.8;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    display: block;
    color: #4a4a4a;
}

.custom-select {
    position: relative;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    background: #2a2a2a;/*42,42,42*/
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    position: relative;
    width: calc(100% - 16px);
    margin: 0 auto;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item:
.select-items div,.select-selected {
    color: #ffffff;
    cursor: pointer;
}

.select-items div{
    padding: 16px 0;
} */

/* Style items (options):
.select-items {
    background: #00f;
    top: 100%;
    left: 0;
    right: 0;
    padding: 8px 0;
}

.select-items div:before{
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin: 0 7px -4px 0;
}
*/
/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.same-as-selected:before {
    background: #fff;
}

.select-items{
    transition: all 0.5s ease;
}

/*schedule select*/
.schedule-choice{
    white-space: nowrap;
    overflow: hidden;
	-o-text-overflow: ellipsis; 
	text-overflow: ellipsis; 
    display: inline-block;  
    border-bottom: 1px solid #ccd7e6;
    width: calc(100% - 10px);
    margin: 5px;
    position: relative;
    padding: 6px 15px 4px 0;
    font-size: 14px;
    cursor: pointer;
}
.schedule-choice i{
    position: absolute;
    right: 1px;
    bottom: 5px;
}
.select-selected i{
    position: absolute;
    right: 1px;
    cursor: pointer;
}
.schedule-gyms-list{
    width: 100%;
    position: absolute;
    top: 0;
    background: #2a2a2a;
    /*padding: 0 15px 4px 0;*/
    font-size: 13px;
    text-align: left;
    z-index: 9991;
    color: #fff;
    margin: 0 auto;
}

.schedule-gyms-left{
    display: inline-block;
    width: calc(100% - 66px);
}

.schedule-gyms-right{
    display: inline-block;
    padding: 18px 10px 0 0;
    vertical-align: top;
    text-align: right;
    width: 56px;
    box-sizing: content-box;
}

.schedule-gyms-href,
.schedule-gyms-href:hover,
.schedule-gyms-href:focus,
.schedule-gyms-href:active,
.schedule-gyms-href:visited{
    color: inherit;
    text-decoration: underline;
    float: right;
}

.schedule-gyms-list label{
    font-family: LabGrotesque-Light;
    color: #fff;
    font-size: 13px;
    text-align: left;
}

.select-ready-mobile{
    width: calc(100% - 30px);
    padding: 17px;
    margin-left: 15px;
    text-align: center;
    font-family: LabGrotesque-Black;
    font-size: 16px;
    background: #ccd7e6;
    color: #2a2a2a;
    line-height: 1;
    cursor: pointer;
    display: none;
}
.select-ready{
    width: 100%;
    padding: 17px;
    text-align: center;
    font-family: LabGrotesque-Black;
    font-size: 16px;
    background: #ccd7e6;
    color: #2a2a2a;
    line-height: 1;
    cursor: pointer;
    display: none;
}

#schedule-online-about{
    margin-top: 10px;
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox + label {
    position: relative;
    padding: 16px 8px;
    cursor: pointer;
}
.checkbox + label:before {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    content: "";
    display: inline-block;
    margin: 0 7px -2px 0;
}
.checkbox:checked + label:before {
    background: #fff;
    transition: all 0.25s linear;
}
.checkbox:focus + label:before {

}

.radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.radio + label {
    position: relative;
    padding: 16px 8px;
    cursor: pointer;
    width: 100%;
}
.radio + label:before {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin: 0 7px -4px 0;
}
.radio:checked + label:before {
    background: #fff;
    transition: all 0.25s linear;
}

/*всплывашка студии*/
.gym-logo{
    height: 34px;
    float: left;
}
.gym-block {
    padding: 5px 0;
    /* border-bottom: 1px solid #00f; */
    display: block;
    margin: 0 0 20px;
}

.gym-name{
    padding-top: 0;

}

.gym-info{
    display: flex;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    color: #000;
    padding: 5px 0 15px;
    padding-right: 10px;
}

#carousel-find-cart-link{
    margin-top: 10px;
    display: block;
    text-align: left;
}

.gym-name{
    font-size: 20px;
    margin-top: 20px;
    font-family: LabGrotesque-Black;
    text-transform: none;
    padding-left: 10px;
}

.gym-slogan{
    font-size: 14px;
    margin: 10px 0 0;
}

.gym-address-img{
    height: 40px;
    margin: 0 15px 0 10px;
    vertical-align: top;
    line-height: inherit;
    display: inline-block;
}

.gym-actions{
    display: flex;
    font-size: 12px;
    text-align: center;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
}

.gym-actions-item:first-child{
    color: #FF2966;
}

.gym-actions img{
    height: 30px;
    margin: 0 0 10px;
}

.gym-block ul{
    margin: 15px 0;
}

.gym-block ul li{
    margin: 0;
    color: #000;
}

.gym-block ul li:before{
    content: "- ";
}

.gym-descr{
}

#carousel-studio-modal{
    margin-bottom: 10px;
    width: 100%;
}

#studio .carousel .carousel-control.right,
#studio-modal .carousel-control.right{
    width: 85%;
}

#studio-modal{
    width: 95%;
    max-width: 550px;
    margin: 25px auto;
    background: #fff;
    position: relative;    
    overflow-y: auto;
    max-height: calc(100% - 30px);
    overflow-x: hidden;
    
}
.gym-actions{
    padding-left: 20px;
    padding-right: 20px;
}
/* .gym-block .gym-info{
    padding-left: 10px;
    padding-right: 10px;
} */
.gym-text{
    padding-left: 20px;
    padding-right: 20px;
}

#gym-about-block .modal_close{
    color: #00f;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
}

#fixed-block-lahta{
    /*background: rgb(255, 41, 102);*/
    background: #00f;
    padding-bottom: 10px;
    z-index: 9991;
}

.lahta-text{
    font-family: LabGrotesque-Light;
    line-height: 1.7;
    display: block;
}

.insta-name{
    display: block;
    white-space: nowrap;
    font-size: 24px;
    font-family: LabGrotesque-Black;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 1rem;
    margin-right: 1rem;
}

.insta-text{
    text-transform: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 120px;
    /*position: relative;*/
    margin-left: 1rem;
    margin-right: 1rem;
}

.insta-text:after{
    content: '';
    -webkit-box-shadow: inset 0 -27px 25px -6px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 -27px 25px -6px rgba(255,255,255,1);
    box-shadow: inset 0 -27px 25px -6px rgba(255,255,255,1);
    width: 100%;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
}

 .card.active.modal {
    width: calc(100vw - 30px);
    max-width: 450px;
    /* height: calc(100vh - 30px); Рaзмеры дoлжны быть фиксирoвaны */
    border-radius: 5px;
    background: #fff;
    /* position: fixed; чтoбы oкнo былo в видимoй зoне в любoм месте */
    top: 0;
    z-index: 999999; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
    padding: 20px;
    margin: 15px auto;
    overflow-y: scroll;
    transition: 0.7s;
}

.modal_close_box{
    height: 1px;
    position: absolute;
    /*top: 96%;*/
    bottom: 40px;
    right: 5px;
    width: 25px;
}

.modal_close {
    width: 30px;
    height: 30px;
    font-size: 30px;
    opacity: 0.8;
    position: fixed;
    /* top: 5px; */
    /* right: -5px; */
    cursor: pointer;
    display: none;
    z-index: 555;
}
.modal_close:hover{
    opacity: 1;
}
.modal .modal_close{
    display: block;
}

.modal .insta-text{
    height: auto;
}

.modal .insta-text:after{
    display: none;
}
.instagram-media{
    margin:auto;
}

/* for sweet alert */
.swal2-title{
    font-size: 30px !important;
    color: #000 !important;
    text-transform: lowercase !important;
}
.swal2-html-container{
  color: #000 !important;
  text-transform: lowercase !important;
}
.swal2-styled.swal2-confirm {
    background-color: #cb2933 !important;
    text-transform: lowercase !important;
    border-radius: 0 !important;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    border-radius: 100% !important;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    border-radius: 50% !important;
}
.swal2-styled.swal2-cancel {
    background-color: #b3b5b7 !important;
    border-radius: 0 !important;
    text-transform: lowercase !important;
}
.swal2-styled.swal2-cancel:hover,
.swal2-styled.swal2-cancel:focus,
.swal2-styled.swal2-cancel:active {
    background-color: #cb2933 !important;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    display: none;
}
.swal2-styled:focus,
.swal2-styled:active {
    outline: 0;
    box-shadow: none !important;
    border-width: 0;
}
.swal2-icon.swal2-success {
    border-color: #cb2933 !important;
    color: #cb2933 !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid #cb2933 !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #cb2933 !important;
}
.swal2-icon.swal2-error {
    border-color: #FF2966 !important;
    color: #FF2966 !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #FF2966 !important;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: none !important;
}

.faq-list{
    margin: 20px 0 0;
}

.faq-item{
    padding: 5px;
}

.faq-question {
    font-family: LabGrotesque-Black;
    padding: 5px 20px 10px 0 ;
    position: relative;
}

.faq-question > .fa{
    position: absolute;
    right: 5px;
    top: 5px;
} 

.price-selected .price-td-3 {
    margin-bottom: 15px;
    text-align: left;
}

.price-unit.price-selected {
    border: 1px solid #ccd7e6;
    transition: 2ms;
}

 .faq-answer{
    display: none;
}

.faq-answer .ul-disc {
    width: calc(100% - 23px);
} 
#price .faq-list{
    width: 100%;
}

#price .faq-question{
    font-size: 26px;
}

#price .faq-question > .fa{
    font-size: 18px;
    top: 10px;
} 

 .price-unit{
    position: relative;
    border: 1px solid #ccd7e6;
    margin: 0 auto 15px;
    padding: 10px 15px 0;
}

.price-tr {
    display: flex;
    justify-content: space-between;
}

.pay_button_custom {
    font-size: 17px!important;
    text-align: center;
    text-transform: lowercase;
    font-size: 20px;
    font-family: LabGrotesque-Black;
    cursor: pointer;
    border: 0;
    padding: 10px 11px;
}

.price-td-3 .pay_button_custom {
    display: block;
    margin: 15px auto 0;
    width: fit-content;
    padding-left: 25px;
    padding-right: 25px;
}

.price-td-3 span {
    font-size: 14px;
    color: #000;
    margin: 20px 0;
}

form {
    /* display: inline-block; */
    vertical-align: top;
    position: relative;
    padding-bottom: 10px;
}

.login-tel form {
    width: inherit;
}

@media (min-width: 992px) and (max-width: 1499px){
    /*.container{
        width: 970px;
    }*/

    .price-td-3 {
        padding: 10px 60px 20px;
        position: relative;
    }

    /*.price-td-3 .pay-price-block-product {
        vertical-align: top;
        margin: 0 0 auto;
        position: absolute;
        top: 15px;
        float: right;
        right: 5px!important;
    }*/
}

@media (max-width: 991px) {

    body{
        font-size: 16px;
    }

    .container {
        width: 100%;
    }

    .container > .navbar-collapse {
        margin-right: -16px;
        margin-left: -16px;
    }

    .scrollup {
        bottom: 96px;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-toggle.collapsed .icon-bar{
        display: block;
    }

    .navbar-toggle .icon-bar{
        display: none;
    }

    .navbar-toggle.collapsed .icon-close{
        display: none;
    }

    .navbar-toggle .icon-close{
        font-size: 50px;
        line-height: 20px;
        font-family: LabGrotesque-Black;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse{
        display: none !important;
    }

    .navbar-nav > li {
        float: none;
        display: block;
    }

    .collapse.in {
        display: block !important;
    }

    input[type="date"]:before{
        color:#00f;
        content:attr(placeholder);
    }

    input[type="date"].full:before {
        color: #fff;
        content:""!important;
    }

    h2 {
        font-size: 34px;
        text-align: left;
        margin: 0;
    }

    .content_price section {
        margin-left: 0;
    }

    #carousel-top{
        width: 80%;
        margin-left: 20%;
        min-width: 300px;
    }

    .block-2,
    .block-carousel,
    .block-contacts,
    .block-discount,
    .block-price,
    .block-about,
    .block-schedule{
        margin: 0;
        padding: 10px 0 0;
    }

    .block-review{
        padding: 30px 0 0;
    }

    .block-facts {
        margin: 0 0 55px;
        padding: 0;
    }

    .block-contacts h2,
    .block-discount h2{
        margin-bottom: 0;
    }

    .block-review .button{
        width: 160px;
        height: 53px;
        font-size: 20px;
        line-height: 50px;
        margin: 0 auto;
        display: block;
    }

    .block-discount .button{
        width: 160px;
        height: 53px;
        font-size: 20px;
        line-height: 50px;
    }

    .navbar-right {
        width: 100%;
        margin: 0;
    }

    .navbar-brand img {
        width: 165px;
        margin-left: 15px;
    }

    .navbar-collapse {
        border-top: 0;
    }

    .navbar-toggle {
        margin-top: 11px;
    }
    .navbar-toggle {
        display: block;
    }

    .block-1 {
        /*background: url(../img/barre1-m.png) 60px top /500px no-repeat;
        background: url(../img/barre1.jpg) 60px top /500px no-repeat;*/
        font-size: 44px;
        line-height: 42px;
        /*margin-right: -15px;*/
    }

    #carousel-top {
        width: calc(100vw - 66px);
        margin-left: 66px;
    }


    .line-through{
        height: 6px;
    }

    .button-wrapper {
        position: fixed;
        /*position: absolute;*/
        /*position: relative;*/
        /*top: inherit;*/
        bottom: 0;
        width: 100%;
        background: #00f;
        color: #fff;
        font-size: 16px;
        padding: 15px;
        z-index: 99;
    }

    .button-wrapper .button {
        display: inline-block;
        position: relative;
        top: 0;
        right: 0;
        margin: auto;
        width: 119px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        float: right;
        box-shadow: none;
    }

    .button-wrapper div {
        display: inline-block;
        line-height: 1.3;
        font-family: LabGrotesque-Black;
    }

    .button-wrapper .discount{
        margin: 0 3px;
    }

    .button-wrapper .line-through{
        height: 3px;
    }

    .emphasized{
        font-size: 69px;
        width: 158px;
        margin-top: 30px;
    }

    .emphasized-2{
        width: 285px;
    }

    .block-discount {
        font-size: 28px;
        line-height: 40px;
    }

    .block-discount img {
        margin: 30px -15px 10px;
        width: calc(100% + 30px);
    }

    .facts-span {
        font-size: 24px;
    }

    .price-table{
        margin: 30px auto;
        width: 100%;
        padding: 0;
    }
    #price-gyms-list{
        margin:auto;
        margin-top: 35px;
        margin-bottom: 15px;
    }
    #price #price-table{
        margin-top:0;
    }
    .price-td-1,
    .price-table tr:last-child .price-td-1 {
        padding: 25px 10px 5px;
        width: 50%;
        vertical-align: top;
    }

    .price-td-1 p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .price-td-2 {
        font-size: 18px;
        padding: 25px 10px 40px;
    }

    .price-td-2,
    .price-td-3 {
        /*display: block;
        width: 100%;*/
        text-align: right;
        vertical-align: top;
    }

    .price-td-3 {
        padding: 20px 10px 40px;
    }

    /*.price-td-3 .button {
        margin: 10px 0;
        float: right;
    }*/

    .price-logo {
        margin-bottom: 40px;
    }

    #schedule-online-about{
        font-size: 16px;
    }
    .carousel-indicators {
         bottom: 4px;
    }

    .studio-name-1 {
        margin: 35px 0 15px;
    }

    .block-discount .price-text{
        line-height: 1.1;
        margin: 20px 0 0;
    }

    .social,
    .map {
        margin-top: 30px;
    }

    #content1 h3{
        font-size: 24px;
        text-transform: lowercase;
        text-align: center;
    }

    .lk-widget-wrapper {
        margin: 0 auto 50px;
    }

    .button-transparent{
        font-size: 12px;
        width: 151px;
        height: 36px;
        line-height: 33px;
    }

    label {
        font-size: 14px;
        text-transform: lowercase;
        font-family: LabGrotesque-Black;
    }

    .lk-logout{
        margin: 0;
        padding: 0;
    }

    .lk-avatar {
        width: 154px;
        height: 154px;
    }

    .lk-avatar-wrapper {
        width: 154px;
        font-size: 14px;
        margin-bottom: 45px;
    }

    .lk-name {
        font-size: 20px;
        margin: 84px 0 0 17px;
    }

    .lk-form input,
    .call_allowed_wrapper, .sms_allowed_wrapper{
        width: 100%;
    }

    .lk-social {
        text-align: center;
        margin-bottom: 50px;
    }

    .lk-social img {
        margin: 0 20px;
        width: 65px;
        height: 65px;
    }

    .lk-form .button {
        margin: 10px auto;
        display: block;
    }

    .lk-soc-text{
        text-align: center;
    }

    .forms {
        width: auto;
    }

    .forms input[type=text], .forms input[type=tel], .forms input[type=phonecode], .forms input[type=number], .forms input[type=date] {
        /*width: 100%;
        max-width: 325px;*/
    }

    .forms input[type=submit] {
        margin: 10px auto;
        display: block;
    }

    .forms .top-line {
        padding: 20px 0 0;
        margin: 20px 0;
    }

    #user-again{
        margin-top: 20px;
    }

    #user-new{
        text-align: left;
    }

    .window{
        width: 90%;
        max-width: 366px;
        padding: 50px 20px;
        margin: 10px auto;
        height: auto;
    }

    #window-success h3 {
        margin-bottom: 22px;
    }

    #window-success-2 {
        padding: 10px 20px 0;
    }

    ::-webkit-input-placeholder {
        color: #00f;
        text-transform: lowercase;
    }

    ::-moz-placeholder {
        color: #00f;
        text-transform: lowercase;
    }

    :-ms-input-placeholder {
        color: #00f;
        text-transform: lowercase;
    }

    :-moz-placeholder {
        color: #00f;
        text-transform: lowercase;
    }

    #login_block input[type=submit],
    .login-tel input[type=submit],
    .login-code input[type=submit] {
        display: inline-block;
        width: calc(50% - 20px);
        margin: 10px;
    }

/*    .login-tel .top-line {
        padding: 0;
    }*/

    #login_block .form-item,
    .login-tel .form-item,
    .login-code .form-item{
       /* width: 360px; */ /*BARRE-103*/
        margin: 0 auto;
    }

    .login-tel button[type="submit"],
    .login-code button[type="submit"]{
        top: 6px;
        right: 6px;
    }

    .forms .social {
        text-align: center;
        margin-bottom: 50px;
    }

    .forms .social img{
        height: 65px;
        width: 65px;
        margin: 10px 20px;
    }

    #window-rate .button{
        width: 138px;
        height: 48px;
        line-height: 44px;
        text-transform: none;
        font-size: 14px;
        display: block;
        margin: 20px auto 0;
    }

    .content_price h1{
        text-align: center;
    }

    form {
        display: block;
    }
    
    .cancel-record{
        right: 0;
        top: 135px;
    }

    .card-carousel {
        margin: 0 -20vw;
    }

    .card-carousel .my-card.active {
        margin: 0 -4vw;
    }

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


    .mobile{
        display: table-cell;
        vertical-align: middle;
    }
    #carousel-top-xs {
        /*width: calc(100vw - 66px);
        margin-left: 66px;
        min-width: 300px;
        height: calc(100vh - 225px);
        margin-top: 5vh;
        height: 53vh;
        top: -5vh;*/
    }

    .header-image img{
        width: 100%;
    }

    .schedule-filters-wrapper{
        width: 100%;
        position: relative;
    }
    .write-descr{
        top: 3vh;
        width: 94vw;
        height: calc(94vh - 80px);
        left: 3vw;
    }
    .write-descr .studio-name-1 {
        margin: 20px 20px 15px 0;
    }
    #cost_pay_block_2 #form-items-2 {
        margin: 0 0 23px;
    }
    .product-available form .h2 {
        margin: 0 0 35px;
    }
    #cost_pay_block_2 {
        margin-top: 5px;
    }
    /* for sweet alert */
    .swal2-title{
        font-size: 24px !important;
    }

}

@media (max-width: 767px) {
    h1,
    h2 {
        font-size: 40px;
    }
    .social {
        text-align: center;
    }
    .social-img-1,
    .social-img-2 {
        margin: 15px 10px 30px;
    }
    .carousel-inner>.item>img.carousel-top-img{
        display: inline;
        max-height: 100%;
    }
    .carousel-inner,
    .item {
        height: 100%;
    }
    #carousel-top-xs .item {
        text-align: right;
        padding: 5px 30px 30px 30px;
    }
    .line-list .form-item{
        /*width:100%;*/
        display: inline-block;
    }
    .line-list .form-item:last-child{
        padding-right: 0;
        vertical-align: top;
    }
    .fancybox-slide>* {
        margin: 0;
        padding: 15px;
    }
    /*.fancy-carousel .carousel-inner img {
        max-height: calc(100vh - 30px);
    }
    .header-image:not(:root:root){
        top: 56%;
    }
    .header-text:not(:root:root){
        top: 70%;
    }
    #carousel-top-xs:not(:root:root) {
        height: 53vh;
        top: -8%;
    }*/
    #price-gyms-list{
        text-align: center;
    }
    .fancy-carousel .carousel-inner .img-responsive,
    .fancybox-slide .map{
        max-height: calc(100vh - 53px);
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .navbar-header {
        width: calc(100% + 15px);
    }
    .fancy-carousel .carousel-inner .img-responsive,
    .fancybox-slide .map{
        max-height: calc(100vh - 136px);
    }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    #carousel-top{
        display: none;
    }
    .mobile{
        display: table-cell;
    }
    /* #carousel-top-xs{
         width: 80%;
         margin-left: 20%;
     }

     /*.header-image:not(:root:root) {
         top: calc(50% + 18vh - 70px);
     }
     .header-text:not(:root:root) {
         top: calc(50% + 29vh - 70px);
     }
    .block-1:not(:root:root) {
        height: calc(100vh - 295px);
    }
    #carousel-top-xs:not(:root:root) {
        height: calc(53vh - 70px);
    }*/
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape){
    #carousel-top{
        display: block;
    }
    .mobile{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px){

    .block-1 #carousel-top{
        width: 800px;
        margin-left: 154px;
    }
    .price-table {
        padding: 40px;
        width: 100%;
    }
    .price-td-1 {
        padding: 40px 60px 0;
    }
    .price-td-2 {
        padding: 40px 60px 0 0;
    }
    
    .price-td-3 {
        padding: 40px 20px 0 0;
    }

    .fancy-carousel .carousel-inner .img-responsive,
    .fancybox-slide .map {
        max-height: calc(100vh - 136px);
    }
}

@media (min-width: 992px){
    .navbar{
        position: fixed;
    }
    .wrapper{
        margin-top: 94px;
    }
    .block-tr{
        margin: 60px 0 0;
    }
    .submenu{
        display: none;
    }
    .submenu li:before{
        content: '';
    }
    .submenu li:hover{
        text-decoration: underline;
    }
    .item-menu:hover .submenu{
        display: block;
        position: absolute;
        right: 0;
        width: 150px;
        float: none;
        background: #fff;
        border: 1px solid #00f;
        padding: 10px;
    }
    .lk-logout{
        font-family: LabGrotesque-Black;
    }
    .price-td-3 span {
        display: inline-block;
        min-height: 1em;
        width: calc(100% - 200px);
    }
    #cabinet-container{
        min-height: calc(100vh - 156px);
    }
    .block-review{
        width: 970px;
        margin: 0 auto;
    }
    .insta-image {
        height: 57vw;
    }
    .card-carousel .my-card {
        height: calc(60vw + 170px);
    }
    /*.insta-image{
        height: 25rem;
    }*/
    .write-descr{
        top: 97px;
        width: 970px;
        height: calc(100vh - 127px);
        left: calc(50% - 485px);
    }
    .schedule-gyms-list{
        top: 484px;
    }
    /*#studio-modal{
        width: 698px;
        left: calc(50% - 349px);
        position: absolute;
    }*/
    #gym-about-block .modal_close {
        top: 85px;
        right: 0;
        width: 45px;
        height: 45px;
        position: absolute;
    }
    .schedule-filters-wrapper{
        margin-top: 10px;
        width: calc(100% + 10px);
    }
    .schedule-gyms-list{
        top: 10px;
    }
    #studio-modal{
        font-size: 18px;
    }
}

@media (max-width: 1199px){
    .card.active.modal {
        display: block;
        width: calc(100vw - 30px);
        max-width: 450px;
        /* height: calc(100vh - 30px); Рaзмеры дoлжны быть фиксирoвaны */
        border-radius: 5px;
        background: #fff;
        /* position: fixed; чтoбы oкнo былo в видимoй зoне в любoм месте */
        top: 0;
        z-index: 999999; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
        padding: 20px;
        margin: 15px auto;
        overflow-y: scroll;
        transition: 0.7s;
    }
    #schedule-gyms-list,
    #price-gyms-list{
        margin:auto;
    }
    #price-gyms-list{
        margin-top: 20px;
    }
    .line-list{
        width: 400px;
        border-top: 1px solid blue;
        border-bottom: 1px solid blue;
        /*text-align:center;
        height: 50px;*/
        padding: 3px;
    }
    #price-gyms-list.line-list{
        /*width:auto;*/
    }
    .line-list .check{
        height: 20px;
        width: 20px;
        top: 8px;
    }
    .line-list label{
        font-size:15px;
        padding: 5px 0 5px 26px;
    }
    .line-list .form-item{
        /*display:inline;*/
        padding:5px 12px 5px 0;
    }
}
@media (max-width: 450px){
    #price-gyms-list{
        width: auto;
    }
    #schedule-gyms-list label span,
    #price-gyms-list label span{
        display:none;
    }
}
@media (max-width: 767px){
    .custom-calendar-wrap {
      margin: 40px auto 0;
    }
    #contacts .map {
        height: 370px;
    }
    .fancybox-slide .map{
        height: 100%;
    }
}
@media (min-width: 1200px){
    .block-review{
        width: 1170px;
    }
    .insta-image {
        height: 41vw;
    }
    .card-carousel .my-card.prev .insta-image, .card-carousel .my-card.next .insta-image {
        height: 34vw;
    }
    .card-carousel .my-card {
        height: calc(42vw + 170px);
    }


    .write-descr {
        top: 99px;
    }

    .schedule-gyms-list{
        top: 10px;
        /*width: 380px;
        width: 459px;*/
        width: calc(100% - 33px);
        left: 15px;
    }

    #custom-inner {
        margin: 0;
    }
    .schedule-filters-wrapper{
        width: 385px;
        margin-top: 10px;
    }

    .wrapper{
        min-height: calc(100vh - 418px);
        /*319 + 95*/
    }

    .fancy-carousel .carousel-inner .img-responsive,
    .fancybox-slide .map{
        /*max-height: calc(100vh - 136px);*/
        max-height: calc(100vh - 147px);
    }

/*    .fancy-carousel{
        max-width: 550px;
        display: inline-block;
        max-height: 95vh;
    }*/
}

@media (min-width: 1280px){
    .container{
        width: 1280px;
    }

    /*.navbar-right {
        margin-right: -40px;
    }*/
    .block-review{
        width: 1280px;
    }
}

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

    label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    label {
        padding: 15px;
    }
    .forms input[type=text],
    .forms input[type=tel],
    .forms input[type=phone],
    .forms input[type=email],
    .forms input[type=number],
    .forms input[type=action]{
        width: 100%;
        max-width: 360px;
    }
    form{
        width: 100%;
    }
    #login_block .form-item,
    .login-tel .form-item,
    .login-code .form-item{
        width: 100%;
        max-width: 360px;
    }
    #schedule .container{
        padding:0;
    }
    /*.btn-rec-main{
        display: none;
    }
    .btn-rec-hide{
        display: table-row;
    }*/ /*убрано в рамках задачи PSPORT-467   */
    .table_posit{
        width:100%;
    }
    #schedule #login_block{
        margin-top: 0;
    }
    
    #login_phone_block input::-webkit-input-placeholder {font-size:11px;}
    #login_phone_block input::-moz-placeholder          {font-size:11px;}
    #login_phone_block input:-moz-placeholder           {font-size:11px;}
    #login_phone_block input:-ms-input-placeholder      {font-size:11px;}

    #window-success-2 .button{
        width:auto;
    }
}

@media (max-width: 355px){
    .product-available{
        width: auto;
        margin: 50px -16px;
    }
     .block-tr h3 {
        font-size: 28px;
    }
    .lk-social img {
        margin: 0 15px;
    }
    .item-menu {
        margin: 10px 0 20px;
    }
}

@media (max-width: 330px){
    #fixed-block .button {
        padding: 0 5px;
    }

}
@media (max-width: 315px){
    .button-wrapper{
        padding: 10px;
    }
}
@media (max-width: 305px){
    .button-wrapper{
        padding: 5px;
    }
}

@media (min-width: 356px) and (max-width: 390px){

    .block-tr h3{
        font-size: 33px;
    }
}

@media only handheld and (min-aspect-ratio: 13/9) and  (max-width: 1024px) and (orientation : landscape) {
    .rotate{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        text-align: center;
        font-family: LabGrotesque-Black;
        font-size: 24px;
        z-index: 9999;
        padding: 45vh 0;
    }
    .rotate-img{
        width: 60px;
        vertical-align: middle;
        margin: 0 0 0 25px;
        -webkit-animation:spin 3s linear infinite;
        -moz-animation:spin 3s linear infinite;
        animation:spin 3s linear infinite;
    }
    @-moz-keyframes spin {
        100% { -moz-transform: rotate(-90deg); }
    }
    @-webkit-keyframes spin {
        100% { -webkit-transform: rotate(-90deg); }
    }
    @keyframes spin {
        100% { -webkit-transform: rotate(-90deg); transform:rotate(-90deg); }
    }
}

@media(max-height: 580px) and (max-width: 321px){
    .big-image {
        width: 41vh;
        height: 41vh;
    }
    .small-image {
        right: 25px;
        top: 29vh;
        width: 110px;
        height: 110px;
    }
    .mobile h1{
        font-size: 26px;
    }
    /*.header-text{
        font-size: 8vw;
    }*/

    #carousel-top-xs {
        height: 61vh;
        top: 0;
    }
    .mobile h5{
        font-size: 14px;
    }
    .sometext{
        top: 56vh;
        /*left: 147px;*/
    }
    #fixed-block, #fixed-ready {
        height: 60px;
    }
    .button-wrapper {
        padding: 10px;
    }
    .button-wrapper .button {
        height: 41px;
        line-height: 41px;
        font-size: 15px;
    }
}

@media(max-height: 440px){ /*for BARRE-102*/
    #fixed-block{
        visibility: hidden !important;
    }
}
  /*
  #progress {
    animation: spin 4s infinite linear;
  }

  @keyframes spin {
    0% {
      stroke-dasharray: 0, 754;
      stroke: #48FFAB;
    }
    70% {
        stroke: #48FFAB;
    }
    80% {
        stroke: red;
    }
    100% {
      stroke-dasharray: 754, 754;
      stroke: red;
    }
  }*/

 @media (max-width: 375px){
     #discont-msg-fixed{
         font-size: 14px;
     }
     #fixed-block-lahta .button{
         width: 106px;
         font-size: 14px;
         height: 36px;
         line-height: 36px;
     }
 }
@media (max-width: 352px) {
    #discont-msg-fixed {
        font-size: 13px;
    }
    .header-text{
        font-size: 33px;
    }
}

.ul-disc{
    list-style-type: disc;
    list-style: disc;
    padding: 0 0 0 23px;
}

#schedule-online-about a {
    text-decoration: underline;
}

.loginbutton-icon-one {
    padding-left: 20px;
}

.loginbutton-icon-two {
    padding-left: 70px;
}

@media screen and (max-width: 650px) {
    .loginbutton-icon-one {
        padding-left: 0px;
        display: block;
    }
    
    .loginbutton-icon-two {
        padding-left: 0px;
        display: block;
    }
}