@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');

@font-face {
    font-family: 'Druk Wide Cyr';
    src: url('../fonts/subset-DrukWideCyr-Bold.eot');
    src: url('../fonts/subset-DrukWideCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-DrukWideCyr-Bold.woff') format('woff'),
    url('../fonts/subset-DrukWideCyr-Bold.ttf') format('truetype'),
    url('../fonts/subset-DrukWideCyr-Bold.svg#DrukWideCyr-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    outline: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body {
    background: #000;
    color: #fff;
    height: 100%;
    font-weight: 300;
    line-height: 1.3;
    font-size: 19px;
    letter-spacing: 0.8px;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
}

h1 {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    margin-bottom: 19px;
}

.navbar {
    transition: all 0.3s linear;
    border-radius: 0;
    position: absolute;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    padding: 40px 0;
    border: none;
    background: rgba(0, 0, 0, 0);
}

.navbar.fix, .navbar {
    background: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 1);
}

.navbar-nobg:not(.fix) {
    background: transparent;
}

.navbar-nav > li > a {
    line-height: 40px;
    font-family: 'Druk Wide Cyr';
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #6E6E6F;
}

.navbar-toggle {
    border: none;
    border-radius: 0;
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
    background: #0E0E0F;
    padding: 9px 13px;
}

.navbar-toggle .icon-bar {
    width: 24px;
    height: 2px;
    border-radius: 0px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}

.navbar-left > li {
    float: left;
}

.navbar-left > li > a .caret {
    border: none;
    background: url(../img/arr2.svg) no-repeat center;
    width: 17px;
    height: 10px;
    margin-top: -2px;
    position: relative;
    z-index: 1111;
}

.navbar-left > li > a, .navbar-left > li .dropdown-menu a {
    padding-left: 93px;
    position: relative;
    font-size: 0;
}

.navbar-left > li > a {
    font-size: 0;
    padding-left: 93px;
    padding-right: 0;
}

.navbar-left > li:first-child {
    z-index: 1010;
}

.navbar-left > li.dropdown-toggle {
    position: static;
}

.navbar-left > li.dropdown-toggle > a {
    padding-left: 0px;
}

.navbar-left > li.dropdown-toggle > a:before {
    display: none;
}

.navbar-left > li > a:hover, .navbar-left > li .dropdown-menu a:hover, .navbar-left > li > a:focus, .navbar-left > li .dropdown-menu a:focus {
    background: #0E0E0F;
    background: transparent;
}

.navbar-left > li > a:before, .navbar-left > li .dropdown-menu a:before {
    content: '';
    width: 70px;
    height: 80px;
    position: absolute;
    left: 0;
    top: -5px;
}

.navbar-left > li .dropdown-menu li {
    padding: 15px 20px;
}

.navbar-left > li .dropdown-menu a {
    height: 80px;
    padding: 20px 0 20px 93px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.8px;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
}

.navbar-left > li .dropdown-menu a:before {
    top: 0;
}

.sportclub-icon:before, .sportclub-logo:before {
    background: url(../img/logo1.svg) no-repeat center;
}

.kitchen-icon:before, .kitchen-logo:before {
    background: url(../img/logo2.svg) no-repeat center;
}

.beauty-icon:before, .beauty-logo:before {
    background: url(../img/logo3.svg) no-repeat center;
}

.navbar .container {
    position: relative;
}

.headlang {
    height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.headlang .dropdown-menu {
    position: absolute;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #0E0E0F;
    padding: 2px 0;
    margin: 0;
    width: auto;
    left: -13px;
    right: -13px;
    top: -8px;
    min-width: 40px;
    padding-top: 52px;
}

.headlang .dropdown-menu li a {
    padding: 0 13px;
    line-height: 40px;
    font-family: 'Druk Wide Cyr';
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #9d9d9d;
}

.headlang .dropdown-menu li a:hover {
    color: #ff8236;
}

.translateLang {
    position: relative;
    z-index: 1013;
    line-height: 40px;
    font-family: 'Druk Wide Cyr';
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #ff8236;
}

.translateLang:after {
    margin-left: 2px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    background: url(../img/arr_or.svg) no-repeat center;
    width: 17px;
    height: 10px;
    margin-top: -2px;
    position: relative;
    z-index: 1111;
}

.translateLang:hover, .translateLang:focus {
    color: #ff8236;
    text-decoration: none;
}

.headlang.open .translateLang:after {
    transform: rotate(180deg);
}

.navbar-left {
    margin: 0 0px;
    margin-right: -200px;
    z-index: 400;
    position: relative;
}

.navbar-left .dropdown {
    padding: 20px;
}

.navbar-left .dropdown.open, .navbar-left .dropdown.open > a:hover, .navbar-left .dropdown.open > a:focus {
    background: #0E0E0F;
}

.navbar-left .dropdown.open > a {
    background: #0E0E0F;
    font-size: 13px;
    padding-left: 93px;
}

.navbar-left .dropdown-toggle.open > a .caret {
    transform: rotate(180deg);
    margin-left: 0px;
}

.navbar-left.navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #0E0E0F;
    padding: 2px 0;
    margin: 0;
    width: 100%;
    width: 300px;
    left: -20px;
    top: -22px;
    padding-top: 92px;
}

.wrap {
    padding-top: 150px;
    position: relative; /*overflow-x:hidden;*/
    flex-grow: 1;
    -webkit-flex-grow: 1;
}

.btn {
    border-radius: 0;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    letter-spacing: 1px;
}

.btn-warning {
    background: #ff8236;
    color: #000;
    line-height: 60px;
    width: 100%;
    height: 100px;
    display: block;
    padding: 20px 40px;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    color: #000;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.slider {
    margin-top: -150px;
    position: relative;
}

.slider h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 4;
    margin: 0 auto;
    max-width: 1220px;
    transform: translateY(-50%);
    text-align: center;
}

.main-title {
    font-family: GaramondPremrPro, impact;
    text-align: center;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 8px;
}

.main-title img {
    width: 232px;
}

.main-desc {
    font-size: 40px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
}

.main-training-btn {
    margin: 50px 0;
    overflow: hidden;
}

.jumbotron {
    height: 760px;
    text-align: center;
    background: url(../img/bg1.jpg) no-repeat center #000;
    background-size: cover;
    margin-bottom: 49px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/* */
.footer {
    background: #141414;
    padding: 80px 0 80px;
    margin: 0;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0 -27px 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-list li {
    line-height: 26px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
    flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-list:before {
    width: 26px;
    height: 26px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/star.svg) no-repeat center;
    background-size: 100%;
}

.footer-list:after {
    width: 26px;
    height: 26px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/star.svg) no-repeat center;
    background-size: 100%;
}

.footer-list li + li:before {
    width: 26px;
    height: 26px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/star.svg) no-repeat center;
    background-size: 100%;
}

.footer-list .phone, .footer-list .address, .footer-list .address a {
    color: #fff;
}

.footer-list .social-buttons {
    margin: 0;
}

.footer-list .social-buttons a {
    opacity: 1;
}

.footer_addr {
    max-width: 460px;
    margin-top: -2px;
    color: #FFFFFF;
    margin-bottom: 12px;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
    opacity: 0.5;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.7px;
}

.footer_addr a, .footer_tel a {
    color: #FFFFFF;
}

.footer_tel {
    color: #FFFFFF;
    margin-bottom: 12px;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.7px;
}

.footer_logos {
    max-width: 280px;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
    padding: 7px 20px;
    background: rgba(255, 255, 255, 0.1);
}

.footer_logos_item {
    margin: 20px 0;
}

.footer_logos_item a {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
}

.footer_logos_item img {
    width: 24px;
    margin-right: 20px;
}

.footer_cont {
    margin-bottom: 40px;
}

.footer_cont_city {
    margin-bottom: 8px;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.7px;
    font-size: 13px;
    opacity: 0.4;
    line-height: 28px;
}

.footer_cont_addr a {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer_btn {
    margin: 26px 0 38px;
}

.footer_btn .btn {
    width: 280px;
    height: 70px;
    padding: 5px 10px;
    line-height: 60px;
}

.footer_soc.mobile-apps-wrapper {
    margin: 40px 0 0px;
}

.footer_soc.mobile-apps-wrapper a.android {
    background: url(../img/app1_2.png) no-repeat center;
    width: 132px;
    height: 40px;
    background-size: 100%;
}

.footer_soc.mobile-apps-wrapper a.iphone {
    background: url(../img/app2_2.png) no-repeat center;
    width: 132px;
    height: 40px;
    background-size: 100%;
}

.franchise-buttons .footer_btn {
    margin: 0px 0 -9px;
}

.social-buttons {
    margin-bottom: 24px;
}

.social-buttons a {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.4;
}

.social-buttons a + a {
    margin-left: 27px;
}

.social-buttons a:before {
    content: '';
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/star.svg) no-repeat center;
    background-size: 100%;
}

.social-buttons a.facebook:before {
    width: 14px;
    height: 24px;
    background-image: url(../img/soc1.svg);
    background-size: contain;
}

.social-buttons a.instagram:before {
    width: 24px;
    height: 24px;
    background-image: url(../img/soc2.svg);
    background-size: contain;
}

.social-buttons a.telegram:before {
    width: 24px;
    height: 22px;
    background-image: url(../img/soc3.svg);
    background-size: contain;
}

.social-buttons a.youtube:before {
    width: 24px;
    height: 22px;
    background-image: url(../img/soc4.svg);
    background-size: contain;
    fill: #fff;
    margin-right: 5px;
}

.copyright {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 8px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.2;
}

.mobile-apps-wrapper {
    margin: 25px 0 22px;
}

.mobile-apps-wrapper a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    padding: 4px 0 0 40px;
    font-family: SF Pro Text, 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.12px;
    color: #FFFFFF;
}

.mobile-apps-wrapper a:hover {
    text-decoration: none;
}

.mobile-apps-wrapper a:before {
    content: '';
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.mobile-apps-wrapper a.android {
    background: url(../img/app1_2.png) no-repeat center;
    background-size: 100%;
    width: 132px;
    height: 40px;
}

.mobile-apps-wrapper a.iphone {
    background: url(../img/app2_2.png) no-repeat center;
    background-size: 100%;
    width: 132px;
    height: 40px;
}

/* */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #333;
}


/* */
.training-list {
    margin-top: 55px;
    margin-bottom: 95px;
}

.single-training {
    padding-bottom: 15px;
    padding-top: 15px;
}

.single-training .single-training-title {
    transform: translateY(-61%);
    left: 7%;
    right: 7%;
    line-height: 1;
    z-index: 2; /*transition: all 0.3s linear;*/
    font-size: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Druk Wide Cyr';
}

/*.single-training .single-training-title:after {transition: all 0.3s linear;  opacity:0; content:'';position:absolute; right:-25px; top:50%; margin-top:-12px; background:url(../img/arr.svg) no-repeat center; background-size:100%; width:43px; height:30px;}
*/
.single-training .single-training-wrap {
    overflow: hidden;
}

.single-training .single-training-wrap:before {
    content: '';
    display: block;
    padding-bottom: 100%;
    background: rgba(255, 255, 255, 0.05);
}

.single-training .single-training-wrap:after {
    z-index: 0;
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 79.17%);
}

.single-training .single-training-description {
    z-index: 2;
    top: 56.5%;
    right: 7%;
    left: 7%;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.single-training .img-responsive {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.single-training a:hover {
    text-decoration: none;
}

.single-training:hover .single-training-title {
}

.single-training:hover .single-training-title:after {
    opacity: 1;
}

.single-training:hover .single-training-wrap:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 57.81%);
}

.carousel-inner > .item > img {
    width: 100%;
}

.traning-info {
    margin-bottom: 20px;
}

.package-label {
    white-space: nowrap;
    background: linear-gradient(87.91deg, #EC7D52 -0.15%, #985DCA 51.83%, #1035D6 99.78%);
    line-height: 30px;
    padding: 6px 17px;
    border-radius: 21px;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #EFEFEF;
}

.package-label.rotate1 {
    transform: rotate(7deg);
}

.package-label.rotate2 {
    transform: rotate(-3deg);
}

.single-package-cont {
    margin-right: 70px;
    overflow: hidden;
}

/* */
.trainer-list {
    margin-top: 55px;
    margin-bottom: 95px;
    min-height: calc(100vh - 516px);
}

.single-trainer {
    padding-bottom: 15px;
    padding-top: 15px;
}

.single-trainer .single-trainer-title {
    z-index: 3;
    left: 5%;
    right: 5%;
    top: 85%;
    text-align: center;
    font-family: 'Druk Wide Cyr';
    transform: translateY(-50%);
    font-weight: bold;
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.single-trainer .single-trainer-wrap:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.7) 79.17%);
    z-index: 0; /*transition: all 0.3s linear;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.single-trainer:hover .single-trainer-wrap:after {
    opacity: 1;
    background: #FF8236;
}

.single-trainer:hover .single-trainer-title {
    color: #000;
}

.single-trainer-wrap:before {
    content: '';
    display: block;
    padding-bottom: 100%;
    background: rgba(255, 255, 255, 0.05);
}

.single-trainer-wrap .img-responsive {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* */
.package-list {
    margin-bottom: 71px;
}

.package-list .list-group {
    margin: 0;
    max-width: 100%;
}

.package-list .list-group-item {
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    min-height: 182px;
    background: transparent;
    border: none;
    border-bottom: 3px solid #efefef33;
    color: #fff;
    border-radius: 0;
    padding: 47px 40px 23px 300px;
    position: relative;
    margin-bottom: 0px;
}

.package-list .list-group-item:last-child {
    border: none;
}

.package-list a.list-group-item:hover, .package-list a.list-group-item:focus {
    color: #FF8236;
    background: transparent;
    background: #141414;
    padding-left: 341px;
    padding-right: 0;
}

.single-package-title {
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 11px;
}

.single-package-price {
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #6E6E6F;
}

.package-short-description {
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: none;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* */
.trainer-view {
}

.trainer-view .traning-info {
}

.trainer-view .main-training-btn {
    margin-top: 0;
}

.trainer-view .trainer-name {
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    font-size: 50px;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.trainer-view .trainer-description {
    font-weight: 300;
    line-height: 24px;
    font-size: 19px;
    letter-spacing: 0.8px;
}

.trainer-view .trainer-icons {
    margin-top: 30px;
}

.trainer-view .trainer-icons a {
    background: #0E0E0F;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    display: inline-block;
}

.trainer-view .trainer-icons a:before {
    content: '';
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/star.svg) no-repeat center;
    background-size: 100%;
}

.trainer-view .trainer-icons a.instragram-link:before {
    width: 26px;
    height: 26px;
    background-image: url(../img/soc2.svg);
}

.trainer-view .trainer-icons a.facebook-link:before {
    width: 14px;
    height: 30px;
    background-image: url(../img/soc1.svg);
}

.trainer-view .trainer-image {
}

.top-trainer {
    position: relative;
}

.top-trainer:after {
    content: '';
    position: absolute;
    top: 24px;
    right: 34px;
    width: 84px;
    height: 52px;
    background: url(../img/labeltop.png) no-repeat 0 0;
}

.trainer-view .trainer-image img {
    width: 100%;
}

.trainer-description p {
    margin-bottom: 20px;
}

/* */
.date-tab {
    text-decoration: none;
    color: #666666;
    outline: none;
}

.date-tab:focus {
    outline: none;
}

.date-tab.weekend {
    color: #ff8236;
}

.schedule-date {
    color: #6E6E6F;
}

.days .nav-tabs {
    border: none;
}

.days .nav-tabs > li > a, .date-tab {
    text-decoration: none;
    margin: 0 0px;
    padding: 14px 0;
    height: 81px;
    border: none;
    border-radius: 0;
    text-align: center;
    background: #0E0E0F;
    color: #6E6E6F;
    font-weight: bold;
    line-height: 1;
    font-size: 17px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.days .nav-tabs > li > a:hover, .date-tab:hover, .date-tab:focus {
    text-decoration: none;
    border: none;
    background: #0E0E0F;
    color: #6E6E6F;
}

.days .nav-tabs > li > a.weekend:hover, .date-tab.weekend:hover, .date-tab.weekend:focus {
    color: #ff8236;
}

.days .nav-tabs > li > a:hover .schedule-date, .date-tab:hover .schedule-date {
    background: #ff8236;
    color: #000;
}

.days .nav-tabs > li.active > a, .date-tab.active {
}

.days .nav-tabs > li.active > a .schedule-date, .date-tab.active .schedule-date {
    color: #FF8236;
    background: #ff8236;
    color: #000;
}

.days .nav-tabs > li.active > a:hover .schedule-date, .date-tab.active:hover .schedule-date {
    color: #000;
}

.schedule-date {
    line-height: 39px;
    width: 39px;
    border-radius: 20px;
    display: inline-block;
}

.days .schedule-day {
    font-family: 'Druk Wide Cyr';
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 4px;
    display: inline-block;
}

.days .slick-slider {
    padding: 0 76px;
    background: #000000;
    margin: 0;
}

.days .slick-slide {
    background: #0E0E0F;
    height: 80px;
}

.days .slick-slider .slick-arrow {
    height: 80px;
    width: 75px;
    background: #0E0E0F;
    cursor: pointer;
    border: none;
}

.days .slick-slider .slick-arrow:hover {
    background: #ff8236;
}

.days .slick-slider .slick-arrow:before {
    height: 14px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arr3.svg) no-repeat center;
    content: '';
    opacity: 1;
}

.days .slick-slider .slick-prev {
    left: 0;
}

.days .slick-slider .slick-next {
    right: 0;
}

.days .slick-slider .slick-next:before {
    transform: rotate(180deg);
}

select {
    outline: none;
    background: transparent;
    border: none;
    display: block;
    width: 100%;
}

select option {
    color: #000;
}

.registration-link, .login-link, .add-card-link {
    display: inline-block;
    margin: 30px 0px 30px;
    color: #6E6E6F;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Druk Wide Cyr';
    font-size: 16px;
    letter-spacing: 1px;
}

a.registration-link:hover, .login-link a:hover, .add-card-link a:hover, .registration-link a:hover {
    color: #fff;
    text-decoration: none;
}

.login-link, .add-card-link, .registration-link {
    display: block;
    color: #fff;
}

.login-link a, .add-card-link a, .registration-link a {
    color: #6E6E6F;
    text-decoration: none;
}

.form-wrap .login-link, .add-card-link, .form-wrap .registration-link {
    margin: 0 40px 40px;
}

.fc * {
    box-sizing: border-box;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: #333333;
}

.fc-unthemed td, .fc-unthemed th, .fc-unthemed .fc-divider {
    border-color: #222;
}

.fc-unthemed .fc-divider {
    background: #222;
}

.fc-widget-header {
    font-weight: bold;
    line-height: 21px;
    font-size: 17px;
    letter-spacing: 2px;
    color: #6E6E6F;
}

.fc-resource-area, .fc .fc-resource-area {
    width: 204px;
    border-left: none;
}

.fc-resource-area .fc-cell-text {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6E6E6F;
}

.fc-event, .fc-event-dot {
    border: none;
    background-color: #0E0E0F;
}

.fc-event {
    margin-bottom: 0px;
    overflow: hidden;
}

.fc-event .fc-bg {
    opacity: 0;
}

.fc-time-area {
    border-top: none;
    border-bottom: none;
}

.fc td {
    border-top: none;
    border-bottom: none;
}

.fc-body .fc-resource-area .fc-cell-content {
    padding-left: 16px;
    padding-top: 15px;
}

.fc .fc-widget-content {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.fc-view {
    border-top: 1px solid #333;
}

.fc .fc-widget-header .fc-cell-text {
    padding-left: 19px;
}

hr.fc-divider {
    padding: 0;
    border: none;
}

.fc-content td { /*height:126px;*/
}

.fc-toolbar.fc-header-toolbar {
    margin: 0;
    line-height: 0;
    font-size: 0;
}

.fc-event.calendar-training {
    margin-left: 0;
    box-sizing: border-box;
}

.fc-event .fc-content {
    transition: all 0.2s linear;
    padding: 32px 20px 0;
    border-top: 1px solid #333;
}

.calenar-training-register-btn {
    margin: 16px 0px 0;
    bottom: -15px;
    transition: all 0.2s linear;
    line-height: 20px;
    opacity: 0;
    height: 52px;
    background: #ff8236;
    text-align: center;
    text-transform: uppercase;
    padding: 0 5px;
    color: #000;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
}

.calenar-training-register-btn.sms-btn {
    height: 70px;
    font-size: 12px;
}

.scheduler_event:hover .trainer-hide-on-hover.calenar-training-trainer {
    opacity: 0;
}

.fc-event:hover .calenar-training-register-btn {
    opacity: 1;
    bottom: 0;
}

.fc-event:hover .fc-content {
    padding: 16px 20px 0;
}

.fc-event:hover .calenar-training-title {
    height: 32px;
}

.scheduler_event.schedule-register-denied .calendar-training-info {
    opacity: 0.5;
}

.fc-event .calendar-training-info {
    padding: 0 0px 0 0;
}

.fc-event .calendar-training-arrow {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    background: url(../img/arr_gr.svg) no-repeat center;
    background-size: 37px;
}

.fc-event:hover .calenar-training-title {
    color: #FF8236;
}

.fc-event:hover .calendar-training-arrow {
    background: url(../img/arr.svg) no-repeat center #FF8236;
}

.fc-time-area col {
    min-width: 140px;
}

.fc-time-area .fc-event-container {
    padding-bottom: 0;
}

.fc-time-grid .fc-slats td {
}

.fc-unthemed td.fc-today {
    background: transparent;
}

.fc .fc-resource-cell {
    text-transform: uppercase;
    height: 63px;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 16px;
    color: #6e6e6f;
    vertical-align: middle;
}

.fc-time-grid .fc-slats td {
    height: 52px;
    border-bottom: 1px solid #333;
    font-weight: bold;
    font-size: 17px;
    color: #6e6e6f;
    text-align: center;
}

.fc-time-grid .fc-slats td.fc-time {
    width: 74px;
    min-width: 74px;
}

.fc-time-grid .fc-slats td.fc-time span {
    width: 64px;
    display: block;
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0;
}

.fc-now-indicator {
    border-color: #ff8236;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    width: 14px;
    height: 14px;
    background: #ff8236;
    border-width: 0;
    border-radius: 50%;
    left: 70px;
    margin-top: -7px;
    z-index: 100;
}

.fc-agenda-view .fc-day-grid {
    display: none;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 50px;
    z-index: 1;
}

.mCSB_scrollTools {
    opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    background: #6E6E6F;
    margin: 24px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 20px;
    background: url(../img/sc-lines.jpg) no-repeat center #6E6E6F;
    margin: 15px auto;
    border-radius: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 72px;
    background: #0E0E0F;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    opacity: 1;
    text-align: center;
    line-height: 50px;
    font-size: 0;
    width: 70px;
    height: 50px;
    background: #0E0E0F;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
    height: 14px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arr3.svg) no-repeat center;
    content: '';
    opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
    transform: rotate(180deg);
}

.calendar-training-info {
    font-weight: bold;
    line-height: 17px;
    font-size: 13px;
    width: 100%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #6E6E6F;
}

.calenar-training-title {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 46px;
    transition: all 0.2s linear;
}

.calenar-training-duration {
    margin-bottom: 2px;
}

.calendar-training {
    color: #fff;
}

.calenar-training-trainer {
}

/* */
.list-group {
    margin: 50px auto 90px;
    max-width: 780px;
}

.list-group-item {
    border: none;
    min-height: 100px;
    background: #0E0E0F;
    border-radius: 0;
    padding: 20px 40px;
    margin-bottom: 2px;
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    font-size: 16px;
    text-transform: uppercase;
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}

.list-group-item .item-label {
    color: #6E6E6F;
    font-size: 10px;
    letter-spacing: 0.6px;
    margin: -1px 0 4px;
}

.list-group-item .item-description {
    font-size: 16px;
    letter-spacing: 1px;
}

.list-group-item .text-muted {
    color: #6E6E6F;
}

.list-group-item .single-package {
    position: relative;
    color: #6E6E6F;
}

.list-group-item .package-title {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 14px 0 12px;
}

.list-group-item .package-price, .package-price-coupon {
    margin-bottom: 10px;
    color: #ff8236;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 32px;
}

.package-price-coupon {
}

.old-price {
    margin-right: 20px;
    text-decoration: line-through;
}

.package-price-wrapper {
    display: flex;
}

.card-number {
    color: #6E6E6F;
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
    overflow: hidden;
}

.card-type {
    color: #6E6E6F;
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}

.card-expire {
    color: #6E6E6F;
    display: inline-block;
    vertical-align: middle;
}

.buy-package .item-label {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin: 1px 0 1px;
}

.buy-package .card-info {
    padding: 20px 40px;
}

.training-registration .list-group {
    margin: 0px auto 90px;
    max-width: 780px;
}

.training-registration .list-group-item {
    font-size: 16px;
    border: none;
    background: #0E0E0F;
    border-radius: 0;
    padding: 15px 40px;
    margin-bottom: 2px;
    height: 100px;
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
}

.training-registration .list-group-item .form-group {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% - -80px);
}

.training-registration .list-group-item:not(.training-logo) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    height: auto;
}

.training-registration .list-group-item:not(.training-logo) .training-description {
    height: auto;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}

.training-registration .list-group-item.training-logo {
    border-radius: 0;
    padding: 0px;
    height: 160px;
    overflow: hidden;
}

.training-registration .list-group-item.training-logo .img-responsive {
    width: 100%;
}

.list-group-item.submit-block, .training-registration .list-group-item.submit-block {
    border-radius: 0;
    padding: 0px;
    height: auto;
}

.list-group-item.submit-block .training-rgister-error {
    color: rgba(255, 255, 255, 0.7);
    height: 100px;
    padding: 10px 40px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-group-item.submit-block .btn-block {
    position: relative;
    border: none;
    text-align: left;
}

.list-group-item.submit-block .btn-block:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -15px;
    background: url(../img/arr.svg) no-repeat center;
    background-size: 100%;
    width: 43px;
    height: 30px;
}

.list-group-item.submit-block form {
    width: 100%;
}

.training-registration-cancel-desc {
    padding: 30px 40px;
}

/* */
.user-profile {
    margin: 0px auto 0px;
    /*max-width: 750px;*/
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Druk Wide Cyr';
}

.user-profile h2 {
    font-size: 32px;
    letter-spacing: 0;
}

.user-profile h3 {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 10px;
    color: #6E6E6F;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #6E6E6F;
}

.user-profile a.pull-right {
    color: #DADADA;
    font-size: 20px;
}

.profile-info {
    padding: 17px 40px 33px;
    background: #0E0E0F;
}

.profile-info .email {
    clear: both;
    padding-top: 20px;
    overflow: hidden;
}

.email-wrap {
    overflow: hidden;
    width: calc(100% - 40px);
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.profile-info h1 {
    font-weight: bold;
    margin-bottom: 38px;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Druk Wide Cyr';
}

.profile-info .phone {
    color: #6E6E6F;
}

.card-info {
    padding: 28px 0px 30px;
    background: #0E0E0F;
    margin-bottom: 2px;
}

.package-info {
    padding: 20px 50px 40px;
    background: #0E0E0F;
    margin-bottom: 2px;
}

.training-registrations {
    padding: 0px 0;
    background: #0E0E0F;
    margin-top: 0px;
}

.profile-menu {
    padding: 32px 0;
}

.profile-menu li {
}

.profile-menu li a {
    letter-spacing: 0;
    display: inline-block;
    padding: 8px 0;
    font-family: 'Druk Wide Cyr';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.profile-menu li a:hover {
    color: #FF7733;
    text-decoration: none;
}

.profile-menu li.active a {
    color: #FF7733;
}

.profile-menu .btn {
    background: transparent;
    padding: 10px 0;
    color: #fff;
    margin: 29px 0px 0;
    letter-spacing: 0;
}

.profile-menu .btn:hover {
    background: transparent;
    color: #FF7733;
}

.single-training-registration {
    padding: 0px 0px;
    margin-top: 0px;
}

.single-training-registration .col-lg-4 {
    padding: 29px 40px 20px;
    height: 102px;
    border-bottom: 2px solid #000;
}

.single-training-registration .col-lg-4 + .col-lg-4 {
    border-left: 1px solid #222222;
}

.single-training-registration .training-time {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 21px;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.single-training-registration .training-duration {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 21px;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.4;
}

.single-training-registration .trainer-name {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 21px;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.help-block {
    padding-left: 40px;
}

/* */
.form-wrap {
    background: #0E0E0F;
    padding-top: 38px;
}

.form-wrap h1 {
    margin-top: 0;
    margin-left: 40px;
    margin-bottom: 19px;
    font-weight: bold;
    line-height: 54px;
    font-size: 50px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Druk Wide Cyr';
}

.form-wrap .form-wrap-title {
    margin-left: 25px;
    margin-left: 0px;
}

.form-wrap .form-wrap-title h1 {
    margin: 0;
}

.form-wrap + .delete-card-wrapper {
    margin-bottom: 50px;
}

.form-wrap + .delete-card-wrapper .btn {
    margin: 0 0px;
}

.form-control, .add-coupon-alert input {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    line-height: 20px;
    padding: 0 40px 0px;
    height: 58px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Druk Wide Cyr';
}

.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.form-control:focus, .add-coupon-alert.sweet-alert input:focus {
    box-shadow: none;
    border-color: #fff;
}

.add-coupon-alert.sweet-alert input:focus {
    border-width: 0 0 2px 0;
}

.add-coupon-alert input {
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 0.7px;
    padding: 0;
}

.sweet-alert.add-coupon-alert .sa-button-container {
    height: 72px;
    display: flex;
    margin: 62px -40px -28px;
}

.sweet-alert.add-coupon-alert .sa-button-container > button {
    text-transform: uppercase;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    margin: 0;
    width: 50%;
    border-radius: 0;
    height: 72px;
    padding: 0;
    font-size: 17px;
    letter-spacing: 0.7px;
}

body .sweet-alert.add-coupon-alert .sa-confirm-button-container {
    margin: 0px;
    width: 50%;
    display: block;
}

body .sweet-alert.add-coupon-alert .sa-confirm-button-container button {
    height: 72px;
    padding: 0;
    font-size: 17px;
    letter-spacing: 0.7px;
}

.sweet-alert .sa-error-container {
    background: transparent;
    text-align: left;
}

.sweet-alert .sa-error-container.show {
    background: transparent;
    text-align: left;
    color: #F5473B;
    font-size: 14px;
    border-top: 2px solid #F5473B;
    margin: -2px 0 0;
    line-height: 16px;
    z-index: 1;
    position: relative;
    letter-spacing: 0;
}

.sweet-alert.add-coupon-alert .sa-error-container .icon {
    display: none;
}

.sweet-alert.add-coupon-alert .sa-error-container p {
    font-size: 14px;
    line-height: 16px;
    color: #F5473B;
    letter-spacing: 0;
}

.sweet-alert .sa-input-error, .sweet-alert .sa-input-error.show {
    display: none;
    width: 0;
    height: 0;
    visibility: hidden;
}

.has-error .form-control {
    border-color: #F5473B;
    color: #fff;
}

.has-error .form-control:focus {
    box-shadow: none;
    border-color: #F5473B;
    color: #fff;
}

select.form-control {
    padding-left: 0;
}

.control-label {
    margin: 0 40px;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #6E6E6F;
    font-family: 'Druk Wide Cyr';
}

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

.form-group:last-child {
    margin-bottom: 0px;
}

.form-group .btn {
    text-align: left;
    padding-left: 40px;
    margin-top: 70px;
}

body .sweet-alert {
    font-family: 'Roboto', sans-serif;
    background: #0E0E0F;
    padding: 28px 40px;
    border-radius: 0;
    width: 780px;
    margin-left: -390px;
}

body .sweet-alert h2 {
    color: #fff;
    line-height: 54px;
    font-size: 50px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
}

body .sweet-alert p {
    color: #fff;
    font-size: 100%;
}

.sweet-alert .sa-icon {
    overflow: hidden;
}

body .sweet-alert .sa-icon.sa-success .sa-fix,
body .sweet-alert .sa-icon.sa-success::before,
body .sweet-alert .sa-icon.sa-success::after {
    background: #0e0e0f;
}

body .sweet-alert .sa-confirm-button-container {
    margin: 30px -40px -28px;
    display: block;
}

body .sweet-alert .sa-confirm-button-container button {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
    display: block;
    padding: 20px 40px;
    height: 100px;
    line-height: 60px;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
}

body .sweet-alert.profile-delete-alert {
    background: #1F1F1F;
}

.training-cancel-alert .sa-button-container, .profile-delete-alert .sa-button-container {
    margin: 50px -40px -28px;
    overflow: hidden;
}

.training-cancel-alert button.cancel, .profile-delete-alert button.cancel {
    float: left;
    width: 50%;
    background-color: rgba(193, 193, 193, 0.22);
    margin: 0;
    border-radius: 0;
    border: none;
    display: block;
    padding: 20px 10px;
    height: 100px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
}

.sweet-alert .sa-button-container > button.cancel {
    background-color: rgba(193, 193, 193, 0.22);
}

body .sweet-alert.training-cancel-alert .sa-confirm-button-container,
body .sweet-alert.profile-delete-alert .sa-confirm-button-container {
    margin: 0;
    overflow: hidden;
}

.profile-delete-alert button.cancel {
    background: #292929;
    height: 80px;
}

body .profile-delete-alert .sa-confirm-button-container button {
    padding: 0;
    height: 80px;
    background: #F5473B !important;
}

body .sweet-alert.profile-delete-alert {
    width: 680px;
    margin-left: -340px;
}

body .sweet-alert.profile-delete-alert h2 {
    margin: 50px 0 20px;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 1.25;
}

body .sweet-alert.profile-delete-alert p {
    font-size: 16px;
}

.profile-delete-alert .sa-button-container {
    margin: 83px -40px -28px;
}

.sweet-alert.profile-delete-alert .sa-icon {
    display: none !important;
}


/* */
.pagination {
    margin: 0 -15px;
    border-radius: 0;
    width: auto;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination > li {
    display: block;
}

.pagination > li.prev {
    margin-right: auto;
}

.pagination > li.next {
    margin-left: auto;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    /* float: left; */
    display: inline-block;
    padding: 18px 18px;
    min-width: 64px;
    font-size: 20px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #ff8236;
    border: 1px solid #0e0e0f;
    border-width: 0 1px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #515152;
    cursor: not-allowed;
    background-color: #ff8236;
    border-color: #0e0e0f;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000000;
    border-color: #000000;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    border-color: #000;
    color: #000;
    background-color: #ec971f;
}


/* */
.beauty-wrapper .main-desc {
    font-size: 30px;
    letter-spacing: 2.5px;
}

.beauty-wrapper .btn-block {
    font-size: 18px;
    letter-spacing: 1.125px;
}

.beauty-wrapper .navbar .btn {
    width: 302px;
    background: #D4C8B0;
    height: 70px;
    font-family: 'Druk Wide Cyr';
    padding: 20px;
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #000000;
}

.beauty-wrapper .navbar .btn:hover {
    background-color: #e6e6e6;
}

.beauty-info-list, .kitchen-info-list {
    text-align: center;
    font-family: 'Druk Wide Cyr';
    margin: 0;
    line-height: 20px;
    padding: 18px 20px 20px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #D4C8B0;
}

.beauty-info-list li, .kitchen-info-list li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}

.beauty-info-list li + li:before, .kitchen-info-list li + li:before {
    display: inline-block;
    content: '•';
    vertical-align: middle;
    margin: -2px 9px 0;
}

.beauty-bg {
    background: #F2F2F2;
    color: #000000;
    padding: 47px 0 60px 0;
}

.beauty-description {
    margin-bottom: 60px;
    margin-bottom: 43px;
    max-width: 850px;
    font-weight: 300;
    line-height: 24px;
    font-size: 19px;
    letter-spacing: 0.8px;
}

.beauty-description h1 {
    color: #000000;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
}

.beauty-items {
    background: #F2F2F2;
    max-width: 100%;
    margin-bottom: 77px;
}

.beauty-items .list-group-item {
    margin-bottom: 0px;
    padding: 20px 0;
    background: #F2F2F2;
    color: #000000;
    min-height: 160px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.beauty-items .list-group-item .container {
    position: relative;
}

.beauty-items .list-group-item:hover {
    background: #0E0E0F;
    color: #D4C8B0;
}

.beauty-items .list-group-item:hover .container:after {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 43px;
    height: 30px;
    margin-top: -15px;
    content: '';
    background: url(../img/arr_gr.svg) no-repeat center;
    background-size: 100%;
}

.single-beauty-title {
    font-size: 50px;
    letter-spacing: 3px;
}

.single-beauty-description {
    font-style: normal;
    margin: 5px 0 9px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    color: #6E6E6F;
}

.kitchen-bg {
    background: #fff;
    color: #000;
    padding: 47px 0 0px 0;
}

.menu-item {
    margin-bottom: 110px;
}

.menu-images {
    margin-bottom: 40px;
}

.menu-images img {
    max-width: 100%;
    width: 100%;
    border: 1px solid #E5E5E5;
}

.menu-images a {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.menu-images a:after {
    transition: all 0.3s linear;
    content: '';
    background: url(../img/zoom.svg) no-repeat center #F5F5F5;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 1px;
    right: 1px;
    z-index: 5;
    opacity: 0.3
}

.menu-images a:hover:after {
    background-color: #CCCCCC;
}


.menu-title {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.kitchen-description {
    margin-bottom: 94px;
    max-width: 850px;
}

.cats {
    overflow: hidden;
}

.cats_item {
    width: 33.33%;
    float: left;
    position: relative;
    overflow: hidden;
}

.cats_item:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/main1.jpg) no-repeat center;
    background-size: cover;
    opacity: 0.6;
}

.cats_item2:before {
    background: url(../img/main2.jpg) no-repeat center;
    background-size: cover;
}

.cats_item3:before {
    background: url(../img/main3.jpg) no-repeat center;
    background-size: cover;
}

.cats_item:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    transition: all 0.3s linear;
}

.cats_item2:after {
    background: #FF8236;
}

.cats_item3:after {
    background: #D4C8B0;
}

.cats_item a {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    height: 100vh;
    padding: 0 30px;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    line-height: 1;
    font-size: 36px;
    text-align: center;
    letter-spacing: 2.34783px;
    text-transform: uppercase;
}

.cats_item a b {
    display: block;
    height: 82px;
}

.cats_icon {
    width: 80px;
    height: 80px;
    background: url(../img/icon1.png) no-repeat center;
    margin-bottom: 31px;
    margin-top: 40px;
}

.cats_item2 .cats_icon {
    background: url(../img/icon2.png) no-repeat center;
}

.cats_item3 .cats_icon {
    background: url(../img/icon3.png) no-repeat center;
}

.cats_item:hover:after {
    opacity: 0;
    transform: scale(0);
}

.cats_item:hover a {
    text-decoration: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent;
}

.kitchen-wrapper .main-desc {
    font-size: 30px;
    letter-spacing: 2.5px;
}

.kitchen-wrapper .footer {
    background: #F5F5F5;
    color: #000000;
}

.kitchen-wrapper .social-buttons a.facebook:before {
    width: 14px;
    height: 30px;
    background-image: url(../img/soc1_b.svg);
}

.kitchen-wrapper .social-buttons a.instagram:before {
    width: 26px;
    height: 26px;
    background-image: url(../img/soc2_b.svg);
}

.kitchen-wrapper .social-buttons a.telegram:before {
    width: 26px;
    height: 22px;
    background-image: url(../img/soc3_b.svg);
}

.kitchen-wrapper .carousel-control {
    background: #F5F5F5;
}

.kitchen-wrapper .carousel-control:before {
    background: url(../img/arr_b.svg) no-repeat center;
}

.kitchen-wrapper .navbar.fix {
    background: rgba(255, 255, 255, 0.8);
}

.kitchen-wrapper .navbar.fix.navbar-inverse .navbar-nav > li > a:hover, .kitchen-wrapper .navbar.fix.navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
}

.kitchen-info-list {
    background: #F5F5F5;
    color: #000000;
}

.kitchen-wrapper .navbar-left.navbar-nav .dropdown-menu {
    background: #f5f5f5;
}

.kitchen-wrapper .navbar-left .dropdown-toggle.open > a .caret {
    background-image: url(../img/arr4.svg);
}

.kitchen-wrapper .navbar-inverse .navbar-nav.navbar-left > .open > a {
    color: #000;
}

.kitchen-wrapper .navbar-left > li .dropdown-menu a {
    color: #000;
}

.kitchen-wrapper .mobile-apps-wrapper {
    text-align: center;
}

.kitchen-slider {
    overflow: hidden;
}

.kitchen-slider .items {
    padding-right: 4px;
    padding-bottom: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.kitchen-slider .item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 400px;
    height: 400px;
    margin-left: 4px;
    min-width: 400px;
}

.kitchen-slider .item img {
    width: 100%;
}

.kitchen-slider .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    line-height: 1;
    padding: 10px;
    transform: translateY(-50%);
    font-family: 'Druk Wide Cyr';
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.carousel-control {
    width: 70px;
    height: 70px;
    line-height: 70px;
    opacity: 1;
    background: #0E0E0F;
}

.carousel-control .glyphicon {
    display: none;
}

.carousel-control:before {
    height: 14px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arr_w.svg) no-repeat center;
    content: '';
    opacity: 1;
}

.carousel-control.right:before {
    transform: rotate(180deg);
}

.carousel-indicators li {
    width: 6px;
    height: 6px;
    margin: 0;
}

.carousel-indicators .active {
    width: 6px;
    height: 6px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    max-width: 68px;
    width: 68px;
}

.kitchen-slider .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 50px;
}

.kitchen-slider .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.kitchen-slider .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    background: #F5F5F5;
}

.kitchen-slider .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    background: #F5F5F5;
}

.kitchen-slider .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before,
.kitchen-slider .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
    background: url(../img/arr_b.svg) no-repeat
}

.kitchen-slider .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background: #ccc;
}

.kitchen-slider .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background: url(../img/sc-lines_b.jpg) no-repeat center #ccc;
}

/* */
.main-page h2 {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0px;
    margin-bottom: 18px;
}

.action-block {
    text-align: center;
    letter-spacing: 0;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.action-block .btn {
    display: block;
    width: 281px;
    padding: 5px 20px;
    height: 70px;
    margin-bottom: 36px;
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0;
}

.tel_link {
    color: #fff;
}

.section-info {
    padding: 42px 0 77px;
}

.home_txt {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.1px;
}

.section-slider {
    padding: 6px 0 33px 0;
    background: #0e0e0f; /* height: 739px;*/
}

.section-members {
    padding: 209px 0 212px;
    text-align: center;
    background: url(../img/bg100.jpg) no-repeat center;
    background-size: cover;
}

.section-piq {
    padding: 68px 0 71px;
}

.piq_item {
    text-align: center;
    letter-spacing: 0;
    margin: 39px 0 40px;
    line-height: 1.2;
}

.piq_ico {
    height: 49px;
    font-size: 0;
    line-height: 49px;
    margin-bottom: 13px;
}

.piq_ico img {
    max-height: 40px;
    max-width: 56px;
    vertical-align: middle;
}

.piq_txt {
}

.section-commun {
    padding: 107px 0;
    background: url(../img/bg101.jpg) no-repeat center;
    background-size: cover;
}

.section-commun img {
    max-width: 100%;
}

.commun-align {
    min-height: 395px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.section-bot {
    padding: 52px 0 61px;
}

/* */
.current-day {
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: #0e0e0f;
    font-weight: bold;
    padding: 0px 0 10px;
    margin: 0 -20px;
}

.week-slider {
    text-align: center;
    border: none;
    letter-spacing: 0;
    background: #0e0e0f;
    margin: 0 -20px;
    font-weight: bold;
    padding: 12px 0 10px;
}

.week-slider_day {
    font-size: 10px;
    text-transform: uppercase;
    color: #666666;
    font-family: 'Druk Wide Cyr';
    margin-bottom: 2px;
}

.week-slider_num {
    font-size: 13px;
    color: #666666;
    border-radius: 50%;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
}

.week-slider_item {
}

.week-slider_item a {
    display: block;
    text-decoration: none;
    color: #666666;
    outline: none;
}

.week-slider_item a:hover .week-slider_num {
    color: #ff8236;
}

.week-slider_item a.active .week-slider_num {
    color: #000;
    background: #ff8236;
}

.week-slider_item.weekend .week-slider_day {
    color: #c73227;
}

.week-slider_item.active a .week-slider_num {
    color: #000;
    background: #ff8236;
}

.scheduler-mob {
    letter-spacing: 0;
    background: #0e0e0f;
    margin: 0 -20px 30px;
}

.scheduler-mob_item {
    padding: 19px 13px 18px 14px;
    border-top: 1px solid #333333;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.scheduler-mob_item a {
    color: #6e6e6f;
    display: block;
}

.scheduler-mob_left {
    float: left;
    width: 80%;
}

.scheduler-mob_right {
    float: right;
    font-size: 13px;
    text-align: center;
    width: 17%;
}

.scheduler-mob_title {
    color: #fff;
    font-family: 'Druk Wide Cyr';
    margin-bottom: 5px;
}

.scheduler-mob_trainer {
}

.scheduler-mob_time {
    color: #fff;
    margin: 7px 0 0;
    line-height: 1;
}

.scheduler-mob_period {
}

/* */
.user-train {
    margin: 0 12px;
    padding: 20px 50px 40px;
    margin-top: 24px;
    background: #0E0E0F;
    margin-bottom: 18px;
}

.user-train h2 {
    font-size: 32px;
    margin-bottom: 26px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
}

.user-train_row {
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #333333;
    color: #666666;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.user-train_row + .user-train_row {
    border-top: none;
}

.user-train_row_left {
    float: left;
    text-align: center;
    padding: 21px 5px 10px;
    width: 173px;
    min-width: 173px;
}

.user-train_row_right {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 25px 17px 33px;
    border-left: 1px solid #333333;
}

.user-train_close {
    float: right;
    color: #ff8236;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    line-height: 20px;
    height: 20px;
    margin-top: 12px;
}

.user-train_close:hover {
    color: #fff;
    text-decoration: none;
}

/*.user-train_close:before, .user-train_close:after {position:absolute; margin:-1.5px 0 0 -7px; width:14px; height:3px; content:''; background:#fff; top:50%; left:50%; transform:rotate(45deg);}
.user-train_close:after {transform:rotate(-45deg);} */
.user-train_day {
    font-family: 'Druk Wide Cyr';
    letter-spacing: 0.5px;
}

.user-train_time {
    letter-spacing: 1px;
    font-size: 17px;
    color: #fff;
    margin-top: 4px;
}

.user-train_title {
    letter-spacing: 0px;
    overflow: hidden;
    font-family: 'Druk Wide Cyr';
    color: #fff;
    margin-bottom: 5px;
}

.user-train_trainer {
    letter-spacing: 1px;
    font-size: 17px;
    overflow: hidden;
}

.user-train + .user-profile {
    margin-top: 18px;
}

.user-train {
    margin: 0px 0px 0px;
}

.profile-no-trainings {
    text-align: center;
    padding: 21px 10px 19px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    text-transform: none;
}

.profile-schedule-link {
    display: inline-block;
    color: #ff8236;
    margin-top: 6px;
}

/* */
a:focus {
    outline: none;
}

.train-slider .slick-center {
    z-index: 5;
}

.train-slider .slick-slide:not(.slick-center) .train-slider_item {
    transform: scale(0.85);
    opacity: 0.5;
}

.train-slider_item {
    margin: 52px auto 12px;
    letter-spacing: 0;
    position: relative;
    background: #fff;
    color: #000;
    max-width: 386px;
    box-shadow: 0 0 52px #000;
    transition: all 0.3s linear;
}

.train-slider_item:hover .train-slider_cont {
    background: #ff8236;
}

.train-slider_item a {
    color: #000;
    text-decoration: none;
}

.train-slider_img {
    background: #000;
}

.train-slider_img img {
    width: 100%;
}

.train-slider_cont {
    padding: 36px 35px 29px;
    transition: all 0.3s linear;
}

.train-slider_title {
    position: relative;
    padding-right: 35px;
    margin-bottom: 37px;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.train-slider_title:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -12px;
    background: url(../img/arr.svg) no-repeat center;
    background-size: 100%;
    width: 37px;
    height: 25px;
}

.train-slider_txt {
    font-weight: 300;
    overflow: hidden;
    height: 170px;
}

.slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
}

.slick-dots li button {
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #fff;
}

.slick-dots li button:before {
    display: none;
}

.train-slider .slick-prev, .train-slider .slick-next {
    top: 100%;
    left: 50%;
    margin-left: -106px;
    z-index: 30;
    margin-top: 18px;
}

.train-slider .slick-next {
    left: auto;
    right: 50%;
    height: 20px;
    width: 30px;
    margin-right: -106px;
}

.train-slider .slick-prev:before, .train-slider .slick-next:before {
    height: 14px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arr3.svg) no-repeat center;
    content: '';
    opacity: 1;
}

.train-slider .slick-next:before {
    transform: rotate(180deg);
}

.profile-user-img {
    border-radius: 50%;
}

.scheduler_head {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 150px;
    background: #000000;
    text-align: center;
}

.scheduler_head .week-slider {
    margin: 0;
    height: 80px;
}

.scheduler_head .week-slider_day {
    font-size: 16px;
    display: block;
    margin: 9px 0 5px;
}

.scheduler_head .week-slider_num {
    font-size: 17px;
    width: 39px;
    height: 39px;
    line-height: 39px;
}

.calenar-training-duration {
    white-space: nowrap;
}

.studios {
    letter-spacing: 0;
    text-transform: uppercase;
    color: #6e6e6f;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 16px;
}

.studios .table {
    margin: 0;
    table-layout: fixed;
}

.studios .table td {
    height: 63px;
    vertical-align: middle;
}

.studios .table td:first-child, .scheduler_body .table td:first-child {
    width: 73px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #6e6e6f;
    font-size: 17px;
}

.scheduler_body {
    margin-top: 148px;
}

.scheduler_body .table {
    table-layout: fixed;
}

.scheduler_body .table td {
    padding: 0;
    height: 52px;
}

.scheduler_body .calendar-training-info {
    float: none;
}

.scheduler_event {
    z-index: 2;
    min-height: 100%;
    position: relative;
    background: #0e0e0f;
    padding: 20px 19px 0;
    display: block;
    height: 155px;
    transition: all 0.2s linear;
    overflow: hidden;
}

.scheduler_event:hover {
    text-decoration: none;
    padding-top: 14px;
}

.scheduler_event:hover .calenar-training-register-btn {
    opacity: 1;
    bottom: 0;
}

.scheduler_event:hover .fc-content {
    padding: 16px 20px 0;
}

.scheduler_event:hover .calenar-training-title {
    height: 32px;
}

.scheduler_event:hover .calenar-training-title {
    color: #FF8236;
}

.scheduler_event.schedule-register-denied {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.scheduler_event.schedule-register-denied:hover {
    text-decoration: none;
}

#schedule-mobile-day-tabs {
    border: none;
}

#schedule-mobile-day-tabs li {
    width: 50%;
}

#schedule-mobile-day-tabs > li > a {
    text-align: center;
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-weight: bold;
}

#schedule-mobile-day-tabs > li.active > a, #schedule-mobile-day-tabs > li.active > a:hover,
#schedule-mobile-day-tabs > li.active > a:focus {
    border-color: #ff8236;
    color: #fff;
}

.scheduler-mob_item {
    border-top: 8px solid #000000;
}

/* */
.success-registration {
    background: transparent;
    letter-spacing: 0;
    max-width: 580px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin: 0 auto;
}

.success-registration.form-wrap .success-title {
    line-height: 1.25;
    font-size: 32px;
    color: #fff;
    margin: 0 0 56px 0;
}

.success-registration .btn {
    text-align: center;
    line-height: 32px;
    letter-spacing: 0;
    height: 72px;
    margin-top: 31px;
    font-size: 18px;
}

.next-steps {
    color: rgba(255, 255, 255, 0.65);
    margin: 67px 0 39px;
    font-size: 16px;
    font-weight: 400;
    line-height: 137.5%;
    letter-spacing: -0.32px;
    margin: 0 0px 0px;
    padding: 0;
    counter-reset: ncounter;
    display: flex;
    justify-content: space-between;
}

.next-steps li {
    width: 28.5%;
    list-style: none;
    counter-increment: ncounter;
    margin-bottom: 24px;
}

.next-steps li:before {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 1px;
    content: counter(ncounter);
    display: block;
    color: #fff;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
}

.what-next {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
    margin: 0 40px 41px;
}

.form-wrap .success-title {
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
    color: #a5dc86;
}

.text-muted {
    font-weight: bold;
    font-size: 17px;
    color: #4c4c4c;
    font-family: 'Roboto', sans-serif;
    display: block;
    padding-top: 2px;
}

.success-title {
    color: #a5dc86;
}

.success-buy-package {
    letter-spacing: 0;
    padding-top: 32px;
}

.success-buy-package h1 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
    min-height: 102px;
}

.success-buy-package .btn {
    text-align: center;
    font-size: 18px;
}

.package-list-after-registration {
    margin: 0 auto 71px;
    max-width: 803px;
    background: #0e0e0e;
    padding: 32px 40px 0;
}

.package-list-after-registration h1 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0;
}

.package-list-after-registration .list-group {
    margin: 0;
    max-width: 100%;
}

.package-list-after-registration .list-group-item {
    background: transparent;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 20px 0 20px;
    min-height: 81px;
    line-height: 1.18;
    position: relative;
    margin-bottom: 0px;
}

.package-list-after-registration a.list-group-item:hover, .package-list-after-registration a.list-group-item:focus {
    color: #FF8236;
    background: transparent;
}

.package-list-after-registration a.list-group-item:before {
    content: '';
    opacity: 0;
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    bottom: 0;
    background: #1a1a1a;
    z-index: 0;
}

.package-list-after-registration a.list-group-item:hover:before {
    opacity: 1;
}

.package-list-after-registration .single-package-title {
    font-weight: bold;
    line-height: 1.18;
    font-family: 'Druk Wide Cyr';
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
}

.package-list-after-registration .single-package-price {
    font-weight: bold;
    line-height: 1.18;
    font-family: 'Druk Wide Cyr';
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #6E6E6F;
}

.change-photo {
    position: relative;
    margin-top: 20px;
}

.change-photo-btn.fileinput-button, .remove-image {
    color: #ff8236;
    position: absolute;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -30px;
    transition: opacity 0.3s linear;
    opacity: 0;
}

.remove-image {
    margin-left: 10px;
}

.add-img-box {
    display: block;
    border: 2px solid #000;
    border-radius: 50%;
}

.change-photo:hover .change-photo-btn.fileinput-button, .change-photo:hover .remove-image {
    opacity: 1;
}

.change-photo:hover .change-photo-btn.fileinput-button:hover, .change-photo:hover .remove-image:hover {
    color: #fff;
}

.change-photo:hover .add-img-box {
    opacity: 0.3;
}

.change-photo.no-photo .glyphicon {
    opacity: 0;
}

.change-photo.no-photo .change-photo-btn.fileinput-button {
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    overflow: hidden;
    border-radius: 50%;
}

.change-photo.no-photo .add-img-box {
    opacity: 1;
}

.input-group-addon {
    border: none;
    text-align: left;
    padding: 2px 0px;
    background: transparent;
    left: 40px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    font-size: 16px;
    position: absolute;
    top: 0;
    z-index: 0;
}

.input-group {
    width: 100%;
}

.input-group .form-control {
    text-indent: 30px;
}

.schedule-time-td {
    position: relative;
    background: #000;
    top: -26px;
    margin-right: 8px;
    padding-left: 5px;
}

.scheduler_body .table .first-row td {
    height: 26px;
}

/* */
.coctails {
    margin: 0 auto;
    max-width: 803px;
    background: #0e0e0e;
    padding: 19px;
    letter-spacing: 0px;
}

.coctails h1 {
    font-size: 20px;
    color: #ff8236;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 1px;
}

.coctail-page-description {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.12px;
}

.coctails-list {
    text-align: center;
    margin-top: 22px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.coctails-list .btn {
    font-size: 12px;
    height: 41px;
    padding: 5px;
    line-height: 31px;
    letter-spacing: 0;
    margin-top: -1px;
}

.coctails-list .thumbnail {
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
}

.coctails-list .caption {
    padding: 0;
}

.coctails-list .coctail-title {
    font-size: 17px;
    font-weight: 300;
    overflow: hidden;
    color: #fff;
    line-height: 1.3;
    height: 48px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: 'Druk Wide Cyr';
}

.coctails-list .coctail-price {
    font-weight: bold;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.2;
}

.coctails-list .coctail-description {
    font-weight: normal;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 1.25;
    height: 100px;
    overflow-y: hidden;
}

.user-train_coctail {
    font-size: 9px;
    color: #fff;
    padding-left: 17px;
    line-height: 21px;
    background: url(../img/coctail.png) no-repeat left 0;
    margin-top: 5px;
    margin-bottom: -6px;
    letter-spacing: 0;
}

/*.scheduler_body .table .current-time td { height: 0px; line-height: 0;}	*/
.iti {
    width: 100%;
    display: block;
}

.iti__country-list {
    background-color: #141414;
    border: 2px solid #494949;
    margin-top: -1px;
}

.iti__country.iti__highlight {
    background-color: rgba(255, 255, 255, 0.1);
}

.iti__divider {
    border-color: #494949;
}

.intl-tel-input .country-list {
    background-color: #0e0e0f;
    border: 1px solid #3e3e3f;
}

.intl-tel-input .flag-container {
    top: 1px;
}

.intl-tel-input .selected-flag .iti-flag {
    transform: scale(1.2);
    transform-origin: left;
}

.intl-tel-input .selected-flag .iti-arrow {
    border: none;
    width: 12px;
    height: 6px;
    background: url(../img/flagarr.svg) no-repeat center;
}

.intl-tel-input .selected-flag {
    width: 41px;
    padding: 0 0 0 0px;
}

.training-archive-link {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.25;
    color: #ff8236;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
}

.training-archive-link:hover {
    text-decoration: none;
}

.intl-tel-input.allow-dropdown .flag-container {
    left: 31px;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-left: 84px;
}

.calendar-functions-dropdown {
    float: right;
    margin: 10px 20px 0 0;
}

.calendar-functions-dropdown .dropdown-toggle {
    display: block;
    cursor: pointer;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(../img/cln-ico.png) no-repeat top;
}

.calendar-functions-dropdown .dropdown-toggle:hover, .calendar-functions-dropdown.open .dropdown-toggle {
    background-position: bottom;
}

.calendar-functions-dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    background: none;
    width: 213px;
    left: -97px;
}

.calendar-functions-dropdown .dropdown-menu > li {
    margin-bottom: 2px;
}

.calendar-functions-dropdown .dropdown-menu > li > a {
    height: 41px;
    line-height: 1.2;
    padding: 5px 10px;
    color: #fff;
    background: #333333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.calendar-functions-dropdown .dropdown-menu > li > a:hover {
    background: #ff8236;
    color: #000;
}

.training-registration .list-group-item.training-registrations-list {
    height: auto;
}

.training-user {
    text-align: center;
    width: 130px;
    float: left;
    margin-top: 17px;
    margin-bottom: 7px;
    height: 100px;
}

.training-user .img-responsive {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.sms-subscribed {
    padding: 0 40px;
}

.training-user .instragram-link {
    display: block;
    position: relative;
    margin: 0 auto 17px;
    width: 50px;
}

.training-user .instragram-link:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-image: url(../img/soc2.svg);
    background-size: 100%;
}

.training-user .counter-link {
    display: block;
    position: relative;
    margin: 0 auto 17px;
    width: 50px;
}

.training-user .counter-link:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.training-user .counter-link .counter {
    position: absolute;
    color: #fff;
    width: 25px;
    height: 25px;
    display: block;
    bottom: -5px;
    right: -5px;
    border: 1px;
    font-weight: bold;
    border-color: #c73227;
    border-style: solid;
    border-radius: 25%;
    padding-top: 4px;
    background-color: #c73227;
    font-size: 11px;
}

.social-info .social-description {
    margin: 15px 0 10px;
    display: block;
    overflow: hidden;
}

.package-info h3 {
    margin-bottom: 10px;
}

.td-height {
    height: 100%;
    position: relative;
}

.td-now-indicator-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 1218px;
    border-top: 1px solid #ff0000;
    left: 100%;
    width: 1147px;
}

.td-now-indicator-line:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #fd7e1d;
    width: 11px;
    height: 11px;
    top: -5px;
    left: -5px;
}

.schedule-time-td {
    top: -13px;
    z-index: 3;
}

.kitchen-wrapper .fix .navbar-left .dropdown-toggle > a .caret {
    background: url(../img/arr4.svg) no-repeat center;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: transparent;
}

.training-registration .package-item-info #package_id {
    margin-bottom: -33px;
}


/* */
.create-order-wrapper {
    position: relative;
    overflow: hidden;
    letter-spacing: 0;
}

.create-order-wrapper .help-block {
    font-size: 16px;
    padding-left: 0px;
}

.create-order-wrapper .menu-items-wrapper {
    background: #0e0e0e;
    padding: 17px 46px 40px;
    margin-bottom: 40px;
}

.create-order-wrapper h1 {
    text-transform: none;
    font-size: 20px;
    margin: 25px 0 12px;
    padding-right: 40px;
}

.create-order-wrapper h1 .calendar-functions-dropdown {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    position: relative;
    top: -3px;
}

.create-order-wrapper .btn {
    background: #ff8236;
    text-align: center;
    line-height: 1.42857143;
    font-size: 12px;
    height: 41px;
    padding: 12px 12px;
    color: #000;
    width: 169px;
    letter-spacing: -0.1px;
}

.create-order-wrapper .btn.selected-item {
    background: #000 !important;
    color: #ff8236;
    box-shadow: 0 0 0 1px #ff8236 inset;
}

.create-order-wrapper .nav-tabs {
    border-color: #333333;
}

.create-order-wrapper .nav-tabs li {
    margin-top: 14px;
}

.create-order-wrapper .nav-tabs li a {
    text-transform: uppercase;
    border: none;
    border-bottom: 4px solid transparent;
    background: transparent;
    padding: 0 13px 3px;
    letter-spacing: -0.1px;
    font-size: 13px;
    font-weight: bold;
    color: #6e6e6f;
    font-family: 'Druk Wide Cyr';
}

.create-order-wrapper .nav-tabs li a:hover {
    color: #ff8236;
}

.create-order-wrapper .nav-tabs > li.active > a, .create-order-wrapper .nav-tabs > li.active > a:hover, .create-order-wrapper .nav-tabs > li.active > a:focus {
    color: #ff8236;
    border: none;
    border-bottom: 4px solid #ff8236;
    background: transparent;
}

.create-order-wrapper .menu-item {
    margin: 0;
    padding: 36px 0;
    border-top: 1px solid #333333;
}

.create-order-wrapper .menu-item:first-child {
    border: none;
}

.menu-item-title {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}

.menu-item-description {
    font-size: 17px;
    font-weight: 300;
    color: #6e6e6f;
    margin-top: -3px;
    line-height: 1.25;
}

.menu-item-price {
    text-transform: uppercase;
    line-height: 37px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}

.menu-item-add {
    text-align: right;
}

.page-description {
    font-weight: 300;
    color: #6e6e6f;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 28px;
}

.create-order-form {
}

.order-info {
    margin-bottom: 40px;
    margin-top: 25px;
}

.order-info .control-label {
    margin: 0;
}

.order-info .form-control {
    padding-left: 0;
    padding-right: 0;
}

.order-info .hint-block {
    padding-left: 0;
    padding-right: 0;
}

.order-info .order-info-title {
    margin: 0 0px 20px;
}

.order-info-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    font-family: 'Druk Wide Cyr';
    letter-spacing: 0.1px;
    margin-bottom: 24px;
}

.order-items {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 14px;
    font-weight: bold;
    color: #6e6e6f;
    font-size: 16px;
}

.single-order-item {
    margin-bottom: 13px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-item-price {
    text-align: right;
    min-width: 100px;
}

.order-summary {
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 16px;
    padding-bottom: 9px;
    color: #ff8236;
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #ff8236;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-summary-title {
}

.order-summary-sum {
}

.total-sum {
}

.order-items-error {
}

.order-options {
    margin-bottom: 33px;
}

.order-options label {
    font-weight: 300;
    font-size: 16px;
    color: #6e6e6f;
    margin-bottom: 2px;
    position: relative;
    letter-spacing: 0.1px;
    padding: 0;
}

.create-order-btn-wrapper {
}

/* radio */
.order-options label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.radio-label {
    position: relative;
    padding: 0 0 0 27px;
    cursor: pointer;
}

.radio-label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #333333;
}

.radio-label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    opacity: 0;
    transition: .2s;
}

.order-options label input:checked + .radio-label:before {
    background: #ff8236;
}

.order-options label input:checked + .radio-label:after {
    opacity: 1;
}

/* */
.quantity-wrapper {
}

.quantity-wrapper a {
    vertical-align: middle;
    width: 23px;
    height: 22px;
    border-radius: 3px;
    background: #ffffff;
    display: inline-block;
    background: url(../img/pluminus.png) no-repeat top;
    font-size: 0;
}

.quantity-wrapper a.btn-minus {
    background-position: bottom;
}

.quantity-wrapper .form-control {
    vertical-align: middle;
    text-align: center;
    background: transparent;
    padding: 0;
    width: 41px;
    height: 37px;
    border: 1px solid #6e6e6f;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.discount-label {
    font-family: 'Druk Wide Cyr';
    margin: 0px 0 42px -50px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: url(../img/blue-3.1.png) no-repeat left;
    text-align: center;
    background-size: 100%;
    max-width: 300px;
    line-height: 24px;
    padding: 12px 40px;
}

.success-registration-icon {
    width: 21px;
    height: 16px;
    background: url(../img/chck.png) no-repeat center;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 0 0;
}

.user-train_kitchen_menu {
    background: url(../img/food.png) no-repeat left 0;
    padding-left: 28px;
}

.order-profile-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 40px;
    top: 25px;
}

.order-profile-icon:before, .order-profile-icon:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: '';
    background: #fff;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    top: 14px;
    left: 5px;
    width: 20px;
    position: absolute;
}

.order-profile-icon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.create-order-wrapper .panel-group {
    margin: 0 -20px;
}

.create-order-wrapper .panel-group .panel {
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 3px;
}

.create-order-wrapper .panel-default > .panel-heading {
    padding: 0;
    border: none;
    background: #0e0e10;
    box-shadow: none;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
}

.create-order-wrapper .panel-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.create-order-wrapper .panel-title > a {
    padding: 23px 20px;
    text-decoration: none;
    display: block;
    background: #0e0e10;
    position: relative;
    color: #fff;
}

.create-order-wrapper .panel-title > a:after {
    position: absolute;
    content: '';
    right: 20px;
    top: 25px;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
}

.create-order-wrapper .panel-title > a:not(.collapsed) {
    color: #fe8536;
}

.create-order-wrapper .panel-title > a:not(.collapsed):after {
    border-color: #fe8536;
    transform: rotate(45deg);
}

.order-show-button-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.create-order-wrapper .order-show-button-wrapper .btn {
    width: 100%;
    height: 62px;
    z-index: 100;
    line-height: 38px;
    text-align: center;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
}

.create-order-wrapper .btn.create-order-btn {
    width: 100%;
}

.order-info-title {
    margin: 0 -15px 20px;
}

.order-info-title .btn {
    width: 100%;
    background: #0e0e10;
    color: #ff8437;
    padding: 15px 20px;
    line-height: 30px;
    text-align: left;
    height: 60px;
}

.order-info-title .btn:before {
    width: 18px;
    background: url(../img/backarr.png) no-repeat;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    content: '';
}

.user-train_menu_link {
    font-size: 0;
    margin: 10px 20px 0 0;
    float: right;
    width: 20px;
    height: 20px;
    background-image: url(../img/fork_h.svg);
    background: url(../img/fork.svg) no-repeat center;
    background-size: 16px;
}

.user-train_menu_link:hover {
    background-image: url(../img/fork_h.svg);
}

.user-train_close {
    font-size: 0;
    margin: 10px 0px 0 0;
    float: right;
    width: 20px;
    height: 20px;
    background-image: url(../img/close_h.svg);
    background: url(../img/close.svg) no-repeat center;
    background-size: 16px;
}

.user-train_close:hover {
    background-image: url(../img/close_h.svg);
}

.menu-item .col-img {
    padding-right: 0;
}

.menu-item .col-img img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-item .col-img:hover img {
    transform: scale(1.3);
}

/* */
.land_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0; /*bottom: 36.98%;*/
    overflow: hidden;
    max-height: 63%;
}

.land_bg img {
    width: 100%;
}

.land_bg:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #0D0D0F 100%);
    content: '';
}

.landing {
    background: #0D0D0F;
}

.landing .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.landing .footer {
    background: transparent;
}

.land {
    position: relative;
    z-index: 2;
    padding-top: 7px;
    letter-spacing: 0;
}

.land h1 {
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.land h2 {
    text-align: center;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.85;
    text-transform: uppercase;
    margin: 41px 0 62px;
}

.land h3 {
    text-align: center;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 24px;
    line-height: 1.7;
    text-transform: uppercase;
}

.land h3.c-or {
    color: #FF8236;
    font-size: 27px;
    margin-left: -20px;
    margin-right: -20px;
}

.land_form {
    margin: 59px 0 27px;
}

.land_form .btn {
    color: #fff;
    line-height: 32px;
    height: 72px;
    padding: 20px 20px;
}

.land_form .form-control {
    box-shadow: none !important;
    border-bottom: 3px solid rgba(255, 255, 255, 1);
}

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

.land_form label {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    display: block;
    margin: 9px 0 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.8;
}

.goods {
    margin-bottom: 97px;
}

.goods_item {
    position: relative;
    padding-top: 66px;
}

.goods_item_num {
    position: absolute;
    z-index: 0;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 100px;
    line-height: 0.9;
    top: 11px;
    left: 32px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.2;
}

.goods_item_img {
    margin-bottom: 34px;
    background: #FF8236;
    position: relative;
    z-index: 2;
    width: 53px;
    height: 53px;
}

.goods_item_title {
    letter-spacing: -0.4px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.15;
    text-transform: uppercase;
}

.goods_item_txt {
    letter-spacing: 0.8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 4px;
}

.promo2 .goods_item_txt {
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

.promo2 #landingSuccessModal .modal-content {
    box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.893411);
}

.promo2 #landingSuccessModal .modal-title {
    font-size: 18px;
    color: #FF8236;
}

.promo2 #landingSuccessModal .modal-txt {
    font-size: 18px;
}

#landingSuccessModal .modal-content {
    text-align: center;
    border-radius: 0;
    background: #0D0D0F;
    box-shadow: 0px 10px 31px rgba(255, 130, 54, 0.893411);
}

#landingSuccessModal .modal-title {
    text-align: center;
    margin-bottom: 57px;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.85;
    text-transform: uppercase;
}

#landingSuccessModal .modal-txt {
    text-align: center;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    margin: 0 auto;
    max-width: 525px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.25;
    text-transform: uppercase;
}

#landingSuccessModal .modal-header {
    padding: 98px 30px 61px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#landingSuccessModal .modal-header .close {
    position: absolute;
    right: -70px;
    top: 0;
    margin-top: -20px;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    font-size: 70px;
}

#landingSuccessModal .modal-body {
    padding: 38px;
}

#landingSuccessModal .social-buttons {
    margin-top: 46px;
    margin: 46px 0 53px 7px;
}

#packages-tabs {
    margin: 56px 300px 31px 300px;
}

.packages-tabs {
    border-bottom: 0px;
}

#packages-tabs li, .packages-tabs li {
    padding: 0 0px;
    background: transparent;
    width: 50%;
    margin: 0 !important;
}

#packages-tabs li a, .packages-tabs li a {
    text-transform: uppercase;
    height: 72px;
    line-height: 42px;
    border: none !important;
    border-radius: 0 !important;
    text-align: center;
    padding: 15px 15px;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    position: relative;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0px;
    font-size: 22px;
    margin: 0 !important;
}

#packages-tabs li a:hover, .packages-tabs li a:hover, .packages-tabs li a:focus {
    color: #fff;
    background: #063AFF;
}

#packages-tabs li.active a, .packages-tabs li.active a, .packages-tabs li.active a:hover, .packages-tabs li.active a:active, .packages-tabs li.active a:focus {
    color: #fff;
    background: #063AFF;
}

.train-slider-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.train-slider-pagination .slick-next {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.train-slider-pagination .slick-arrow {
    position: static;
    transform: translate(0, 0);
    margin: 0;
}

.train-slider-pagination .slick-dots {
    position: static;
    width: auto;
    margin: 0 10px;
}

.train-slider-pagination .slick-dots li {
    vertical-align: middle;
}

.train-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.train-slider-pagination .slick-prev, .train-slider-pagination .slick-next {
    height: 20px;
    width: 30px;
}

.train-slider-pagination .slick-prev:before, .train-slider-pagination .slick-next:before {
    height: 14px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arr3.svg) no-repeat center;
    content: '';
    opacity: 1;
}

.train-slider-pagination .slick-next:before {
    transform: rotate(180deg);
}

.package-description {
    color: #6E6E6F;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.section-video {
    margin: 80px 0;
    position: relative;
    overflow: hidden;
    max-height: 100vh;
}

.section-video:before, .traning-video:before {
    content: '';
    display: block;
    padding-bottom: 59%;
}

.section-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.traning-video {
    position: relative;
    overflow: hidden;
}

.traning-video iframe, .traning-gallery iframe {
    position: absolute;
    width: calc(100% - 30px);
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    border: none;
}

.traning-video img {
    object-fit: cover;
    position: absolute;
    width: calc(100% - 30px);
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    border: none;
}

.training-description {
    height: 227px;
}

.calenar-training-register-btn.sms-btn {
    font-size: 11px;
}

.traning-gallery .carousel-inner > .item {
    height: 100%;
}

.traning-gallery .carousel-inner > .item > img {
    position: relative;
    width: 100%;
    display: block;
    left: 0%;
    transform: translateX(0%);
    height: auto;
}

.btn.invite-friend-mobile {
    color: #fff;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    float: right;
    font-size: 12px;
    height: 56px;
}

.profile-menu .invite-friend-desktop {
    color: #ff8236;
}

.intensity {
    display: inline-flex;
    align-items: center;
    font-size: 100%;
    vertical-align: middle;
}

.intensity span {
    display: inline-block;
    margin: 0 3px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0);
    vertical-align: middle;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}

.intensity span:before {
    content: 'N';
}

.lightning-empty {
    background: url(../img/renewable-energy_outline.svg) no-repeat center;
    background: url(../img/light0.svg) no-repeat center;
    background-size: contain;
    background-size: 80%;
}

.lightning-filled {
    background: url(../img/renewable-energy.svg) no-repeat center;
    background: url(../img/light1.svg) no-repeat center;
    background-size: contain;
    background-size: 80%;
}

.intensity-title {
    margin-right: -15px;
    color: #ff8d20;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
}

h1 .intensity {
    margin: -9px 0 0;
}

.user-train_title .intensity, .item-description .intensity, .user-train_title .intensity, .single-training-title .intensity {
    margin: -5px 0 0;
}

.user-train_title .intensity span, .calendar-training-info .intensity span {
    margin: 0;
}

.user-train_title a:hover, .user-train_title:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

.calenar-training-title .intensity {
    margin: -3px -5px 0 0;
}

.scheduler-mob_title .intensity {
    margin: -3px 0px 0 0;
}

.fix-navbar-page .navbar {
    background: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 1);
}

.online-training .calenar-training-title {
    height: 54px;
    font-size: 12px;
}

.online-training:hover .calenar-training-online-in-records {
    opacity: 0;
}

.scheduler_event.online-training:hover .calenar-training-title {
    height: 54px;
    margin-top: -5px;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #ff8236 !important;
}

.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #ff8236 !important;
}


/* */
@media (min-width: 1200px) {
    .traning-type-image .training-description {
        height: 450px;
    }

}

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

    .members_txt {
        padding: 0 30px;
    }

    .traning-type-image .training-description {
        height: 490px;
    }
}

@media (max-width: 1249px) {
    .navbar-right > li > a {
        font-size: 11px;
    }

    .social-buttons a + a {
        margin-left: 17px;
    }

    .footer-list li {
        font-size: 15px;
    }

    .cats_item a {
        font-size: 28px;
    }

    .cats_item a b {
        height: 28px;
    }

    .cats_icon {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .commun-align {
        min-height: 370px;
    }

    .user-train {
        margin: 24px auto 18px;
        max-width: 780px;
    }

    .section-slider .container {
        width: 100%;
    }

    .buy-package .package-title {
        font-size: 38px;
    }

    .td-now-indicator-line {
        width: 1138px;
    }

    .translateLang, .headlang .dropdown-menu li a {
        font-size: 11px;
    }
}

@media (min-width: 1200px) {
    .navbar-left > li > a {
        font-size: 13px;
    }

    .traning-video {
        order: -1;
    }

    .training-row {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .training-row .traning-info {
        margin-bottom: 0;
    }

    .training-list {
        margin: 55px -32px 95px;
    }

    .training-list .single-training {
        padding: 32px;
    }

}

@media (max-width: 1199px) {
    .commun-align {
        min-height: 304px;
    }

    .calendar-training-info {
        font-size: 12px;
    }

    .fc-event .fc-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .calenar-training-register-btn {
        margin: 16px 0px 0;
    }

    .calenar-training-title {
        font-size: 14px;
    }

    .fc-time-grid .fc-slats td {
        font-size: 15px;
    }

    .fc-time-grid .fc-slats td.fc-time span {
        width: 45px;
    }

    .days .slick-slide {
        height: 72px;
    }

    .scheduler_head .week-slider_day {
        font-size: 14px;
        margin: 7px 0 4px;
    }

    .scheduler_head .week-slider_num {
        font-size: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .studios .table td:first-child, .scheduler_body .table td:first-child {
        width: 60px;
        font-size: 15px;
    }

    .studios {
        font-size: 14px;
    }

    .studios .table td {
        height: 50px;
    }

    .scheduler_body {
        margin-top: 122px;
    }

    .scheduler_event {
        padding-left: 10px;
        padding-right: 10px;
    }

    .calenar-training-register-btn {
        font-size: 12px;
    }

    .days .slick-slider .slick-arrow {
        width: 60px;
        height: 72px;
    }

    .days .slick-slider {
        padding: 0 61px;
    }

    .scheduler_head .week-slider {
        height: 72px;
    }

    .buy-more .user-profile-link {
        margin: 0;
    }

    .td-now-indicator-line {
        width: 938px;
    }

    .order-info {
        padding: 10px 46px 40px;
    }

    .land h1 {
        font-size: 60px;
    }

    .land h2 {
        font-size: 26px;
    }

    .land h3 {
        font-size: 20px;
    }

    .land h3.c-or {
        font-size: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .goods_item_num {
        font-size: 90px;
    }

    .goods_item {
        padding-top: 52px;
    }

    #packages-tabs {
        margin: 56px 207px 31px;
    }

    .package-list .list-group-item {
        padding-left: 207px;
    }

    .package-list a.list-group-item:hover, .package-list a.list-group-item:focus {
        padding-left: 247px;
    }

    .traning-gallery {
        position: relative;
    }

    .traning-gallery:before {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .traning-gallery iframe {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        height: 100%;
    }

    .traning-gallery .carousel {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        height: 100%;
    }

}

@media (min-width: 992px) {
    .studios {
        border-top: 5px solid #ff8236;
        border-radius: 15px 15px 0 0;
        overflow: hidden;
    }

    .studios .table, .studios .table td {
        border-top: none;
    }

    .week-slider_item a {
        margin: 0 auto;
        max-width: 61px;
        position: relative;
        padding: 3px 2px 4px;
    }

    .week-slider_item.active a {
        background: #ff8236;
    }

    .week-slider_item.active a:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -6px;
        margin-left: -5px;
        border: 5px solid transparent;
        border-bottom: 5px solid #000;
    }

    .week-slider_item.active a .week-slider_day {
        color: #000;
    }

    .week-slider .slick-list {
        height: 86px;
    }

    .scheduler_event:after {
        z-index: 0;
        position: absolute;
        content: '';
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../img/arr2.svg) no-repeat center;
        background-size: 100%;
        width: 30px;
        height: 18px;
    }

    .scheduler_event.online-training:after, .scheduler_event.schedule-register-denied:after, .scheduler_event.schedule-user-registered:after {
        display: none;
    }


}

@media (max-width: 991px) {
    .navbar {
        height: 90px;
        padding: 0px 0;
        z-index: 50;
    }

    .navbar .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .slider {
        margin-top: -90px;
    }

    .headlang {
        top: 25px;
    }

    .wrap {
        padding-top: 90px;
        z-index: 10;
    }

    .navbar-right > li > a {
        padding: 10px 8px;
        font-size: 10px;
        line-height: 30px;
    }

    .navbar-left {
        position: absolute;
        top: 20px;
        left: 15px;
        margin: 0;
    }

    .navbar-left .dropdown {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding-bottom: 9px;
    }

    .navbar-left .dropdown.open {
        width: 100%;
    }

    .navbar-left > li > a {
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        padding-left: 67px;
    }

    .navbar-left > li > a:before, .navbar-left > li .dropdown-menu a:before {
        width: 50px;
        height: 60px;
        background-size: 50px;
    }

    .navbar-left > li > a .caret, .translateLang:after {
        background-size: 100%;
        width: 20px;
        height: 12px;
    }

    .navbar-left .dropdown.open > a {
        font-size: 10px;
        padding-left: 69px;
    }

    .navbar-left .dropdown-menu {
        padding: 21px 0 0px;
    }

    .navbar-nav .open .dropdown-menu {
        padding-top: 78px;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-left > li .dropdown-menu li a, .navbar-left .open .dropdown-menu > li > a {
        height: 60px;
        font-size: 10px;
        padding: 5px 0 5px 69px;
        line-height: 50px;
    }

    .navbar-left .dropdown.open > a .caret {
        float: right;
        margin: 10px -16px 0 0;
    }

    #w0-collapse {
        padding: 0 15px;
    }

    .footer-list {
        margin: 0 0px -2px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-list:before, .footer-list:after, .footer-list li + li:before {
        display: block;
        margin: 18px auto;
        width: 22px;
        height: 22px;
    }

    .footer-list:before {
        display: none;
    }

    .footer-list li {
        display: block;
        font-size: 13px;
    }

    .social-buttons a {
        width: 26px;
        margin: 5px 0;
    }

    .social-buttons a + a {
        margin-left: 27px;
    }

    .mobile-apps-wrapper {
        margin: 25px 0 29px;
    }

    body .sweet-alert {
        width: 750px;
        margin-left: -375px;
    }

    .days .slick-slider .slick-arrow {
        height: 60px;
    }

    .days .schedule-day {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .days .nav-tabs > li > a, .date-tab {
        padding: 6px 0;
        height: 60px;
        line-height: 19px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .fc-timeline .fc-body .fc-scroller {
        min-height: 300px;
    }

    .fc-resource-area .fc-cell-text {
        font-size: 11px;
        letter-spacing: 0.8px;
    }

    .fc-resource-area, .fc .fc-resource-area {
        width: 90px;
    }

    .fc-widget-header {
        line-height: 19px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .calenar-training-title {
        font-size: 13px;
        height: auto;
        font-size: 11px;
    }

    .calendar-training-info {
        line-height: 19px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .calenar-training-duration {
        margin-bottom: 0px;
    }

    .fc-time-area col {
        min-width: 75px;
    }

    .fc-event .fc-content {
        padding: 12px 20px;
    }

    .fc-event .calendar-training-arrow {
        background-size: 29px;
    }

    .cats_item {
        width: 100%;
        float: none;
    }

    .cats_item a {
        min-height: 180px;
        height: 33.33vh;
    }

    .cats_item:after {
        display: none;
    }

    .beauty-items .list-group-item .container {
        width: 100%;
    }

    .beauty-wrapper .navbar .btn {
        padding: 10px;
        width: 290px;
        line-height: 20px;
        height: 50px;
    }

    .beauty-items .list-group-item {
        min-height: 140px;
    }

    .single-beauty-title {
        line-height: 36px;
        font-size: 38px;
        letter-spacing: 2px;
    }

    .single-beauty-description {
        font-size: 13px;
        letter-spacing: 0.8px;
        margin: 5px 0 4px;
    }

    .kitchen-slider .item {
        width: 300px;
        height: 300px;
        margin-left: 3px;
        min-width: 300px;
    }

    .info_txt, .commun_txt {
        text-align: center;
        margin-bottom: 50px;
    }

    .section-commun {
        text-align: center;
    }

    .commun-align {
        min-height: 34px;
        display: block;
    }

    .fc-widget-header {
        letter-spacing: 0;
    }

    .fc .fc-resource-cell {
        font-size: 12px;
    }

    .schedule-date {
        line-height: 30px;
        width: 30px;
        border-radius: 15px;
    }

    .fc-event .fc-content {
        padding: 9px 10px;
    }

    .fc-time-grid .fc-slats td {
        height: 32px;
    }

    .fc .fc-resource-cell {
        height: 40px;
    }

    .fc-time-grid .fc-slats td {
        font-size: 14px;
    }

    .fc-time-grid .fc-slats td.fc-time span {
        width: 40px;
    }

    .user-train {
        margin: 0px -15px 0px;
        max-width: 9999px;
        padding: 20px 30px 30px;
    }

    .section-slider .slick-list {
        overflow: visible;
    }

    .scheduler_head {
        top: 90px;
    }

    .scheduler_head .week-slider {
        height: 60px;
    }

    .days .slick-slide {
        height: 60px;
    }

    .scheduler_head .week-slider_day {
        font-size: 12px;
        margin: 5px 0 3px;
    }

    .scheduler_head .week-slider_num {
        font-size: 13px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .studios .table td:first-child, .scheduler_body .table td:first-child {
        width: 60px;
        font-size: 15px;
    }

    .studios {
        font-size: 13px;
    }

    .studios .table td {
        height: 50px;
    }

    .scheduler_body {
        margin-top: 110px;
    }

    .coctails {
        margin: 0 -20px;
    }

    .coctails-list .thumbnail {
        margin-bottom: 40px;
    }

    .change-photo, .add-img-box {
        width: 100px;
        height: 100px;
    }

    .change-photo {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .trainings-left {
        margin-bottom: 10px;
    }

    .td-now-indicator-line {
        width: 719px;
    }

    .create-order-wrapper .menu-items-wrapper {
        padding: 12px 30px 36px;
    }

    .create-order-wrapper .nav-tabs li a {
        padding: 0 17px 3px;
        font-size: 11px;
    }

    .land h1 {
        font-size: 55px;
    }

    .land h2 {
        font-size: 20px;
        margin: 30px 0 40px
    }

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

    .land h3.c-or {
        font-size: 18px;
    }

    .goods_item_num {
        font-size: 70px;
    }

    .goods_item {
        padding-top: 42px;
    }

    .goods_item_title {
        font-size: 21px;
    }

    .goods_item_txt {
        font-size: 14px;
    }

    #packages-tabs {
        margin: 56px 0px 31px;
    }

    .package-list .list-group-item {
        padding-left: 24px;
        padding-right: 10px;
    }

    .package-list a.list-group-item:hover, .package-list a.list-group-item:focus {
        padding-left: 24px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .carousel-control {
        top: 50%;
        right: 0;
    }

    .carousel-control.left {
        margin-top: -71px;
        right: 0;
        left: auto;
    }

    .carousel-control.right {
    }

    .modal-dialog {
        min-width: 706px;
    }

    .navbar-right {
        margin-right: 0px;
    }

}

@media (min-width: 992px) {
    .navbar-right {
        margin-right: 0px;
    }
}

@media (max-width: 991px) {
    .profile-info {
        padding: 30px;
        margin: 0 -15px;
    }

    .package-info {
        padding: 30px;
        margin: 0 -15px;
    }
}

@media (max-width: 767px) {
    .user-profile h2 {
        font-size: 20px;
    }

    .headlang {
        right: 78px;
        z-index: 10;
    }

    .navbar-left > li > a {
        font-size: 10px;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    body {
        font-size: 14px;
        letter-spacing: 0.6px;
        line-height: 1.4;
    }

    .navbar {
        height: 90px;
        padding: 0px 0;
        background: transparent;
        z-index: 50;
    }

    .navbar-collapse {
        background: #000000;
    }

    .main-desc, .kitchen-wrapper .main-desc {
        font-size: 22px;
        letter-spacing: 1.2px;
    }

    .slider {
        margin-top: -90px;
    }

    .wrap {
        padding-top: 90px;
    }

    h1 {
        font-size: 18px;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }

    .btn {
        font-size: 14px;
        line-height: 50px;
        height: 70px;
        padding: 10px;
    }

    .jumbotron {
        height: 100vh;
        margin-bottom: 28px;
    }

    .slider .item a {
        overflow: hidden;
        position: relative;
        height: 100vh;
        display: block;
    }

    .slider .item a img {
        height: 100%;
        max-width: 9999px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .main-training-btn {
        margin: 40px -20px 0;
        line-height: 1.2;
        white-space: normal;
        width: auto;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .single-training {
        margin-bottom: 20px;
    }

    .single-training .single-training-title {
        margin: 0px 0 0px;
        line-height: 30px;
        font-size: 18px;
        letter-spacing: 1px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(0%);
    }

    .single-training .single-training-description {
        color: #fff;
        line-height: 19px;
        font-size: 13px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .single-training .single-training-wrap:after {
        height: auto;
        padding-bottom: 100%;
    }

    .single-training:hover .single-training-title {
        color: #fff;
    }

    .single-training:hover .single-training-wrap:before {
        opacity: 1;
    }

    .single-trainer .single-trainer-title {
        line-height: 22px;
        font-size: 18px;
        letter-spacing: 1.5px;
    }

    .single-package-title {
        margin-bottom: 0px;
        line-height: 30px;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .single-package-price, .list-group-item .package-price, .package-price-coupon {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .old-price {
        margin-right: 10px;
    }

    .package-short-description {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .package-label {
        margin-top: 2px;
        display: inline-block;
        line-height: 20px;
        padding: 6px 9px;
        border-radius: 21px;
        font-size: 9px;
    }

    .package-list {
        margin-bottom: 29px;
        margin-top: 4px;
    }

    .package-list .list-group-item {
        height: 112px;
        padding: 15px 0px 20px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

    .package-list a.list-group-item:hover, .package-list a.list-group-item:focus {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
    }

    .navbar-left {
        position: absolute;
        top: 20px;
        left: 20px;
        margin: 0;
    }

    .navbar-left .dropdown {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding-bottom: 9px;
    }

    .navbar-left .dropdown.open {
        width: 100%;
    }

    .navbar-left > li > a {
        line-height: 30px;
        display: block;
    }

    .navbar-left > li > a:before, .navbar-left > li .dropdown-menu a:before {
        width: 50px;
        height: 60px;
        background-size: 50px;
    }

    .navbar-left > li > a .caret {
        background-size: 100%;
        width: 20px;
        height: 12px;
    }

    .navbar-left .dropdown.open > a {
        font-size: 10px;
        padding-left: 69px;
    }

    .navbar-left > li .dropdown-menu li a, .navbar-left .open .dropdown-menu > li > a {
        height: 60px;
        font-size: 10px;
        padding: 5px 0 5px 69px;
        line-height: 50px;
    }

    .navbar-left .dropdown.open > a .caret {
        float: right;
        margin: 10px -16px 0 0;
    }

    .navbar-collapse-x {
        overflow: hidden;
    }

    .navbar-collapse .navbar-right {
        text-align: left;
        margin: 0;
        padding: 0px 0;
    }

    .navbar-right > li {
        margin-bottom: 3px;
    }

    .navbar-right > li > a {
        padding: 10px 8px;
        font-size: 13px;
        line-height: 30px;
    }

    .training-list {
        margin-top: 50px;
        margin-bottom: 44px;
    }

    .list-group-item {
        font-size: 13px;
    }

    .training-registration {
        margin: 0 -20px;
    }

    .training-registration .list-group-item.training-logo {
        height: 80px;
    }

    .training-registration .list-group-item {
        font-size: 13px;
        min-height: 70px;
        padding: 15px 20px;
        height: 70px;
    }

    .training-registration .list-group-item.submit-block {
        padding: 0; /*height:80px;*/
    }

    .list-group-item .item-description {
        font-size: 13px;
        letter-spacing: 0.8px;
    }

    .list-group-item.submit-block .training-rgister-error {
        padding: 15px 20px;
    }

    .list-group-item .item-label {
        margin: 4px 0 1px;
    }

    .list-group-item.submit-block .training-rgister-error {
        height: 80px;
    }

    .single-trainer {
        padding-bottom: 10px;
        padding-top: 0;
    }

    .trainer-list {
        margin-top: 0px;
        margin-bottom: 69px;
        min-height: 100px;
    }

    .trainer-view .trainer-description {
        line-height: 19px;
        font-size: 13px;
        letter-spacing: 0.6px;
    }

    .trainer-view .trainer-name {
        font-size: 22px;
        letter-spacing: 1.2px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .trainer-view .trainer-image {
        padding: 0;
    }

    .trainer-view .trainer-icons a {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .trainer-view .trainer-icons {
        margin-bottom: 30px;
    }

    .training-registration .package-item-info #package_id {
        margin-bottom: -27px;
        height: 34px;
    }

    .hint-block {
        padding-left: 20px;
    }

    .user-profile {
        margin: 0 0px;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.8px;
    }

    .user-profile .phone {
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 0.6px;
    }

    .profile-info {
        padding: 20px 20px 20px 20px;
        margin: 0 -20px;
    }

    .card-info {
        padding: 19px 0px 21px 5px;
    }

    .card-info .row .col-lg-4 {
        margin-bottom: 17px;
    }

    .card-info .row .col-lg-2 {
        float: left;
    }

    .card-info .row .col-lg-2 + .col-lg-2 {
        float: right;
    }

    .package-info {
        padding: 20px;
        margin: 0 -20px;
    }

    .package-info h2 {
        font-size: 20px;
    }

    .social-info {
        padding: 19px 5px 19px;
    }

    .profile-info h1 {
        margin-bottom: 18px;
        margin-top: 0;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1.5px;
    }

    .single-training-registration .col-lg-4 {
        height: auto;
        border: none;
        padding: 0px 0px 0px;
    }

    .single-training-registration .col-lg-4 + .col-lg-4 {
        border-left: 0px solid #222222;
    }

    .single-training-registration {
        padding: 17px 20px;
        border-bottom: 2px solid #000;
    }

    .training-registrations {
        padding-top: 15px;
    }

    .single-training-registration .training-time,
    .single-training-registration .training-duration,
    .single-training-registration .trainer-name {
        line-height: 19px;
        font-size: 12px;
        letter-spacing: 0px;
    }

    .single-training-registration .training-time {
        letter-spacing: 1.5px;
    }

    .user-profile a.pull-right {
        font-size: 12px;
    }

    .trainings-left {
        margin-bottom: 6px;
    }

    .training-type {
        margin-bottom: 14px;
        margin-top: 14px;
    }

    .trainer-name {
        margin-bottom: 36px;
    }

    .profile-menu .btn {
        font-size: 13px;
        letter-spacing: 0.8px;
    }

    .profile-menu {
        padding: 10px 0;
        margin-bottom: 43px;
    }

    .form-wrap {
        margin: 0 -20px;
        background: transparent;
        padding-top: 0;
    }

    .form-wrap h1 {
        margin-left: 20px;
        line-height: 24px;
        font-size: 22px;
        letter-spacing: 1.2px;
        margin-bottom: 60px;
    }

    .form-wrap + .delete-card-wrapper .btn {
        padding: 10px 20px;
        white-space: normal;
        line-height: 1.2;
        text-align: left;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-wrap + .delete-card-wrapper .col-lg-12 .btn {
        padding: 10px 0px;
    }

    .control-label {
        margin: 0 20px;
    }

    .form-control {
        font-size: 11px;
        height: 42px;
        letter-spacing: 0.7px;
        padding: 0 20px 0px;
    }

    .form-group {
        margin-bottom: 18px;
    }

    .form-group .btn {
        padding-left: 20px;
        height: 80px;
        font-size: 14px;
        letter-spacing: 0.8px;
        margin-top: 50px;
    }

    body .sweet-alert, body .sweet-alert.profile-delete-alert {
        padding: 15px 20px;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 20px;
        right: 20px;
    }

    body .sweet-alert h2, body .sweet-alert.profile-delete-alert h2 {
        line-height: 24px;
        font-size: 22px;
        letter-spacing: 1.2px;
    }

    body .sweet-alert.profile-delete-alert p {
        font-size: 12px;
        line-height: 16px;
    }

    body .sweet-alert.profile-delete-alert h2 {
        letter-spacing: 0;
        margin: 30px -3px 18px;
        line-height: 36px;
    }

    .profile-delete-alert .sa-button-container {
        margin: 48px -20px -15px;
    }

    body .sweet-alert .sa-confirm-button-container,
    .training-cancel-alert .sa-button-container,
    .profile-delete-alert .sa-button-container {
        margin: 30px -20px -15px;
    }

    .profile-delete-alert .sa-button-container {
        display: flex;
        flex-direction: column-reverse;
    }

    body .sweet-alert .sa-confirm-button-container button,
    .training-cancel-alert button.cancel,
    .profile-delete-alert button.cancel {
        font-size: 14px;
        line-height: 20px;
        height: 70px;
        padding: 10px 20px;
    }

    .training-cancel-alert button.cancel,
    .profile-delete-alert button.cancel {
        float: none;
        width: 100%;
    }

    .sweet-alert.add-coupon-alert .sa-button-container {
        height: 70px;
        margin: 46px -20px -15px;
    }

    .sweet-alert.add-coupon-alert .sa-button-container > button, body .sweet-alert.add-coupon-alert .sa-confirm-button-container button {
        height: 70px;
        font-size: 14px;
    }

    .cats_item a {
        min-height: 180px;
        font-size: 22px;
        letter-spacing: 1.2px;
        padding: 0;
    }

    .cats_icon, .cats_item2 .cats_icon, .cats_item3 .cats_icon {
        width: 50px;
        height: 60px;
        background-size: 100%;
        margin-bottom: 15px;
        margin-top: -1px;
    }

    .cats_item a b {
        height: 22px;
    }

    .beauty-info-list, .kitchen-info-list {
        line-height: 13px;
        font-size: 11px;
        letter-spacing: 0.628572px;
        padding: 19px 18px 21px;
    }

    .beauty-items {
        margin: 5px 0 4px;
    }

    .beauty-items .list-group-item .container {
        width: 100%;
    }

    .beauty-items .list-group-item {
        min-height: 110px;
        margin-bottom: 5px;
    }

    .single-beauty-title {
        line-height: 24px;
        font-size: 22px;
        letter-spacing: 1.2px;
    }

    .single-beauty-description {
        font-size: 10px;
        letter-spacing: 0.6px;
        margin: 5px 0 4px;
    }

    .beauty-wrapper .btn-block {
        font-size: 14px;
        letter-spacing: 0.8px;
        margin: 0 -20px;
        width: 115%;
    }

    .beauty-bg {
        padding: 18px 0 0px 0;
    }

    .beauty-description {
        line-height: 19px;
        font-size: 14px;
        letter-spacing: 0.6px;
        margin-bottom: 20px;
    }

    .beauty-description h1 {
        font-size: 18px;
        letter-spacing: 1.5px;
    }

    .carousel-control {
        bottom: 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        top: auto;
    }

    .carousel-control.left {
        left: 15px;
    }

    .carousel-control.right {
        right: 15px;
    }

    .carousel-control:before {
        height: 12px;
        width: 24px;
        background-size: 100%;
    }

    .kitchen-wrapper .carousel-control:before {
        background-size: 100%;
    }

    .kitchen-wrapper .navbar-toggle {
        background: #F5F5F5;
    }

    .kitchen-wrapper .navbar-inverse .navbar-toggle .icon-bar {
        background: #000000;
    }

    .kitchen-wrapper .navbar-left .dropdown.open, .navbar-left .dropdown.open > a:hover, .kitchen-wrapper .navbar-left .dropdown.open > a:focus {
        background: #F5F5F5;
    }

    .kitchen-wrapper .navbar-inverse .navbar-nav > .open > a, .kitchen-wrapper .navbar-inverse .navbar-nav > .open > a:hover, .kitchen-wrapper .navbar-inverse .navbar-nav > .open > a:focus {
        color: #000;
    }

    .kitchen-wrapper .navbar-collapse {
        border-color: #fff;
        background: #fff;
    }

    .kitchen-wrapper .navbar-inverse .navbar-nav > li > a {
        color: #6E6E6F;
    }

    .kitchen-wrapper .navbar-inverse .navbar-nav > li.active > a,
    .kitchen-wrapper .navbar-inverse .navbar-nav > li > a:hover,
    .kitchen-wrapper .navbar-inverse .navbar-nav > li > a:focus {
        color: #000;
    }

    .kitchen-wrapper .navbar-inverse .navbar-toggle:hover, .kitchen-wrapper .navbar-inverse .navbar-toggle:focus {
        background-color: #F5F5F5;
    }

    .carousel-indicators {
        bottom: 20px;
    }

    .menu-title {
        font-size: 18px;
        letter-spacing: 1.5px;
        margin-bottom: 18px;
    }

    .menu-images a {
        margin-bottom: 10px;
    }

    .menu-images {
        margin-bottom: 10px;
    }

    .kitchen-slider .item {
        width: 140px;
        height: 140px;
        margin-left: 2px;
        min-width: 140px;
    }

    .kitchen-slider .items {
        padding-right: 2px;
        padding-bottom: 2px;
    }

    .menu-images a:after {
        background-size: 17px;
        width: 50px;
        height: 50px;
    }

    .kitchen-slider .title {
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 0.6px;
    }

    .kitchen-bg {
        padding: 18px 0 0px 0;
    }

    .kitchen-description {
        margin-bottom: 65px;
    }

    .menu-item {
        margin-bottom: 64px;
    }

    .training-registration .list-group-item .form-group {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% - -40px);
    }

    .action-block .btn {
        margin-bottom: 36px;
        margin-top: 15px;
        font-size: 13px;
    }

    .action-block {
        font-size: 12px;
    }

    .tel_link {
        display: inline-block;
        margin-top: 30px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .home_txt {
        font-size: 17px;
    }

    .main-page h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .section-members {
        padding: 50px 0 50px;
    }

    .section-piq {
        padding: 10px 0;
    }

    .section-commun {
        padding: 50px 0;
    }

    .fc-view-container {
        overflow-x: auto;
        margin: 0 -20px;
    }

    .fc-view {
        width: 720px;
    }

    .user-train h2 {
        font-size: 20px;
    }

    .user-train {
        margin: 0px -20px 0px;
        padding: 20px 20px 40px;
    }

    .user-train_row {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .user-train_row + .user-train_row {
        margin-top: 20px;
        border-top: 1px solid #333333;
    }

    .user-train_time, .user-train_trainer {
        font-size: 12px;
    }

    .user-train_row_left {
        float: none;
        padding: 10px 10px 10px;
        width: auto;
    }

    .user-train_row_left span {
    }

    .user-train_row_right {
        padding: 10px 15px 12px 15px;
        height: auto;
        border-left: 0px solid #333333;
        border-top: 1px solid #333333;
    }

    .train-slider_title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .train-slider {
        width: 280px;
        margin: 0 auto;
    }

    .train-slider_item {
        width: 280px;
    }

    .train-slider_cont {
        padding: 15px 15px 15px;
    }

    .train-slider_txt {
        height: 130px;
    }

    .train-slider_title:after {
        right: -3px;
        margin-top: -10px;
        width: 30px;
        height: 21px;
    }

    .form-wrap .login-link, .add-card-link, .form-wrap .registration-link {
        margin: -20px 20px 40px;
    }

    .registration-link, .login-link, .add-card-link {
        font-size: 12px;
    }

    .buy-package .list-group-item.submit-block {
        min-height: 50px;
        padding: 0;
    }

    .buy-package .list-group-item.submit-block .btn {
        padding: 10px 50px 10px 20px;
        font-size: 12px;
        white-space: normal;
        line-height: 20px;
    }

    .buy-package .list-group-item.submit-block .btn-block:after {
        right: 24px;
        width: 29px;
    }

    .buy-package .list-group-item {
        padding: 20px;
    }

    .buy-package .package-title {
        font-size: 20px;
    }

    .main-title img {
        width: 130px;
    }

    .text-muted {
        font-size: 14px;
    }

    .form-wrap .success-title {
        font-size: 19px;
    }

    .what-next {
        font-size: 19px;
        margin: 0 20px 30px;
    }


    .success-registration {
        padding: 2px 0px 0;
        margin: 0 auto;
    }

    .success-registration.form-wrap .success-title {
        line-height: 1.45455;
        font-size: 22px;
        margin: 0 0 24px 0;
    }

    .success-registration .btn {
        padding: 10px;
        line-height: 36px;
        height: 56px;
        font-size: 16px;
        margin-top: 39px;
    }

    .next-steps {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.15px;
        margin: 0 0px 0px 0px;
        display: block;
    }

    .next-steps li {
        width: auto;
        margin-bottom: 21px;
    }

    .next-steps li:before {
        margin-bottom: 7px;
        line-height: 1.45455;
        font-size: 22px;
    }


    .success-buy-package h1 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .success-buy-package .btn {
        white-space: normal;
        line-height: 20px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .package-list-after-registration {
        margin: 0 -15px 50px;
        padding: 0px 20px 0;
    }

    .package-list-after-registration h1 {
        font-size: 19px;
    }

    .package-list-after-registration .single-package-title {
        font-size: 16px;
    }

    .package-list-after-registration .single-package-price {
        font-size: 10px;
    }

    .user-profile-link {
        display: inline-block;
    }

    .buy-more .user-profile-link {
        margin: 0;
    }

    .profile-menu .btn {
        margin: 0px;
    }

    .change-photo {
        margin-top: 6px;
    }

    .input-group-addon {
        left: 20px;
        padding: 1px 0px;
        font-size: 13px;
    }

    .input-group .form-control {
        text-indent: 22px;
    }

    .coctail-page-description {
        font-size: 18px;
    }

    .coctails-list .coctail-title {
        height: auto;
        margin-bottom: 10px;
    }

    .coctails-list .coctail-description {
        height: auto;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .profile-no-trainings {
        padding: 15px 10px 15px;
        font-size: 12px;
    }

    .intl-tel-input.allow-dropdown .flag-container {
        left: 11px;
    }

    .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
        padding-left: 64px;
    }

    .user-train_row {
        display: block;
    }

    .calendar-functions-dropdown {
        margin: 5px 5px 0 0;
    }

    .calendar-functions-dropdown {
        width: 30px;
        height: 30px;
        padding: 5px;
    }

    .calendar-functions-dropdown.open {
        background: #333333;
    }

    .calendar-functions-dropdown .dropdown-menu {
        margin: 0;
        min-width: 125px;
        width: 125px;
        left: -95px;
        background: #333333;
        padding: 0 9px;
    }

    .calendar-functions-dropdown .dropdown-menu > li {
        margin-bottom: 0px;
        border-bottom: 1px solid #202021;
    }

    .calendar-functions-dropdown .dropdown-menu > li:last-child {
        border-bottom: 0px solid #202021;
    }

    .calendar-functions-dropdown .dropdown-menu > li > a {
        font-family: 'Roboto', sans-serif;
        height: 36px;
        line-height: 36px;
        background: transparent;
    }

    .list-group-item.submit-block .btn-block.sms-btn {
        white-space: normal;
        padding-left: 15px;
        line-height: 20px;
        padding-right: 63px;
    }

    .list-group-item.submit-block .btn-block.sms-btn:after, .list-group-item.submit-block .btn-block:after {
        right: 20px;
    }

    .sms-subscribed {
        padding: 0 20px;
    }

    .list-group-item.submit-block .btn-block {
        padding: 10px 20px;
        white-space: normal;
        line-height: 20px;
        padding-right: 63px;
    }

    .profile-info .card-info {
        padding-left: 0;
    }

    .carousel-inner > .item {
        height: 100vh;
    }

    .carousel-inner > .item > img {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        height: 100vh;
        max-width: 9999px;
        width: auto;
    }

    .training-registration-cancel-desc {
        padding: 15px 20px;
    }

    select.form-control {
        padding-left: 0;
        text-indent: 20px;
    }

    .invite-friends-wrapper {
        height: 280px !important;
    }

    .invite-friends-wrapper .help-block {
        padding-left: 20px;
    }

    .invite-description {
        margin: 5px 5px 10px 20px;
    }

    .create-order-wrapper .menu-items-wrapper {
        padding: 0px 20px 20px;
        background: transparent;
        margin: 0 -20px 20px;
    }

    .create-order-wrapper h1 {
        padding-right: 0px;
        font-size: 15px;
        margin: 0px 0 0px;
        letter-spacing: 0;
    }

    .page-description {
        margin: 2px 0px;
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 18px;
    }

    .create-order-wrapper .nav-tabs {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        margin: 0 -20px;
        white-space: nowrap;
        overflow-x: auto;
    }

    .create-order-wrapper .nav-tabs li a {
        padding: 0px 20px 3px;
        font-size: 10px;
    }

    .menu-item-title, .menu-item-price {
        margin-bottom: 5px;
        font-size: 17px;
    }

    .menu-item-description {
        margin-bottom: 10px;
        font-size: 14px;
        margin-top: 0px;
    }

    .menu-item-add {
        text-align: left;
    }

    .order-info {
        padding: 0;
        margin-bottom: 20px;
    }

    .create-order-wrapper .menu-item {
        padding: 25px 0;
    }

    .create-order-wrapper {
        overflow: visible;
    }

    .discount-label {
        margin-left: -25px;
        margin-bottom: 28px;
        font-size: 14px;
        max-width: 248px;
        padding: 9px 40px;
    }

    .order-profile-icon {
        right: 10px;
        top: 14px;
    }

    .success-registration-icon {
        display: block;
        margin: 0 auto 5px;
    }

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

    .goods_item_num {
        top: 0;
        font-size: 40px;
    }

    .land h3, .land h2 {
        font-size: 12px;
    }

    .land h3.c-or {
        font-size: 12px;
    }

    .goods_item, .goods {
        margin-bottom: 40px;
    }

    .goods_item {
        padding-top: 18px;
    }

    .goods_item_img {
        margin-bottom: 20px;
    }

    .land_form {
        margin: 24px 0 27px;
    }

    #landingSuccessModal .modal-title {
        margin-bottom: 20px;
        font-size: 15px;
        margin-top: 20px;
    }

    #landingSuccessModal .modal-txt {
        font-size: 10px;
    }

    #landingSuccessModal .modal-header {
        padding: 20px 15px 20px;
    }

    #landingSuccessModal .modal-header .close {
        right: 5px;
        top: 0px;
        margin-top: 0px;
        font-size: 30px;
    }

    #landingSuccessModal .modal-body {
        padding: 20px 15px;
    }

    #landingSuccessModal .social-buttons {
        margin-top: 46px;
        margin: 15px 0 15px 7px;
    }

    .modal-open .main-wrapper {
        z-index: 11111;
    }

    #packages-tabs {
        margin: 10px 0px 20px;
    }

    #packages-tabs li a, .packages-tabs li a {
        height: 56px;
        padding: 5px;
        line-height: 46px;
        font-size: 14px;
        letter-spacing: 0px;
    }

    #packages-tabs li a:after, .packages-tabs li a:after {
        right: 4px;
        top: 13px;
        width: 30px;
        height: 23px;
    }

    .traning-video iframe {
        width: 100%;
        left: 0px;
        right: 0px;
    }

    .traning-video {
        margin: 0 -5px;
    }

    .user-train_title .intensity, .user-train_title .intensity {
        margin: -4px 0 0;
    }

    .item-description .intensity {
        margin: -4px 0 0;
    }

    .single-package-cont {
        margin-right: 0px;
    }

    .package-list .list-group-item {
        display: block;
        padding: 23px 0 21px;
        height: auto;
        min-height: 90px;
    }

    .top-trainer:after {
        top: 12px;
        right: 10px;
    }

}

@media (max-width: 374px) {
    .navbar-left > li > a {
        font-size: 0px;
        padding-left: 51px;
    }
}


/* */
.newlanding .wrap {
    padding-top: 0;
}

.section-offer {
    position: relative;
    padding: 211px 0 80px;
}

.section-offer-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    z-index: 0;
}

.section-offer .container {
    position: relative;
    z-index: 1;
}

.offer {
}

.offer_title {
    margin-bottom: 63px;
    max-width: 780px;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
}

.offer .btn {
    line-height: 60px;
    display: inline-block;
    max-width: 340px;
    vertical-align: middle;
    height: 60px;
    padding: 0px 40px;
}

.section-landoffer {
    padding: 98px 0 67px;
    position: relative;
    overflow: hidden;
}

.section-landoffer .land_form {
    margin: 14px 0 0;
}

.section-landoffer .land_form .btn {
    width: 100%;
    margin-top: 32px;
    height: 60px;
    padding: 10px;
}

.section-landoffer .help-block {
    margin-bottom: 7px;
}

.section-landoffer .land_form .form-control {
    padding: 0 0px 0px;
    border-bottom: 1px solid #2F2F2F;
}

.section-landoffer .intl-tel-input.allow-dropdown input {
    padding-left: 41px;
}

.section-landoffer .intl-tel-input.allow-dropdown .flag-container {
    left: -9px;
}

.section-landoffer .intl-tel-input .flag-container {
    top: 0px;
}

.landoffer_txt {
    margin-top: -1px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.landoffer_txt p {
    margin-bottom: 19px;
}

.landoffer_black {
    position: relative;
    z-index: 1;
    padding-left: 68px;
    padding-right: 14px;
}

.landoffer_black .btn {
    color: #000;
}

.landoffer_title {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
}

.landoffer_sm {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    text-transform: lowercase;
    font-family: 'Druk Wide Cyr';
    line-height: 14px;
}

.landoffer_sm a {
    color: #fff;
}

.landoffer_form_txt {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.landoffer_form_txt u {
}

.landoffer_form_txt span {
    color: #F77026;
}

.landoffer_left {
    position: relative;
}

.landoffer_right {
    position: relative;
    padding: 38px 0;
}

.landoffer_right:before {
    content: '';
    position: absolute;
    left: 13px;
    bottom: 0;
    right: 0;
    top: 0;
    width: 1300px;
    z-index: 0;
    background: #000000;
}

.waterlogo {
    height: 60px;
    opacity: 0.05;
    margin-top: 14px;
}

.section-piqland {
    margin-bottom: 61px;
    background: #000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    padding: 46px 0 73px;
}

.section-piqland .container {
    max-width: 914px;
}

.section-piqland .piq_item {
    text-align: left;
    margin: 12px 0 10px;
}

.newlanding .piq {
    max-width: 812px;
    position: relative;
}

.newlanding .piq:after {
    width: 147px;
    height: 360px;
    content: '';
    position: absolute;
    background: url(../img/letter.png) no-repeat;
    top: -32px;
    right: -124px;
}

.newlanding .piq_ico {
    height: 68px;
}

.newlanding .piq_ico img {
    max-height: 54px;
    max-width: 59px;
}

.newlanding .piq_txt {
    margin-right: -6px;
}

.btn-black {
    background: #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section-landoffer-or {
    padding: 36px 0 32px;
    position: relative;
    overflow: hidden;
    background: #F77026;
}

.section-landoffer-or .landoffer_title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
}

.section-landoffer-or .land_form .form-control {
    border-bottom: 1px solid #2F2F2F;
}

.section-landoffer-or .landoffer_sm {
    font-size: 14px;
    line-height: 17px;
}

.section-landoffer-or .landoffer_form_txt span {
    color: #000;
}

.landoffer_orange {
    margin: 0 auto;
    max-width: 702px;
}

.app_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.app_item {
    position: relative;
    margin-bottom: 48px;
}

.app_item + .app_item:before {
    content: '';
    width: 16px;
    height: 27px;
    position: absolute;
    top: 68px;
    left: -25%;
    background: url(../img/arrright.svg) no-repeat center;
}

.app_item_icon {
    height: 50px;
    margin: 0 0 21px;
}

.app_item_txt {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    max-width: 226px;
    margin: 0 auto;
}

.section-botland {
    padding: 91px 0 79px;
}

.section-botland .mobile-apps-wrapper {
    text-align: center;
}

.section-botland .mobile-apps-wrapper a {
    margin: 0 18px 18px;
}

.section-botland .mobile-apps-wrapper a.android {
    background: url(../img/app1.svg) no-repeat center;
    width: 225px;
    height: 65px;
}

.section-botland .mobile-apps-wrapper a.iphone {
    background: url(../img/app2.svg) no-repeat center;
    width: 225px;
    height: 65px;
}

.section-video-sm {
    margin: 0 auto 60px;
    max-width: 880px;
}

.footer-contacts {
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Druk Wide Cyr';
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 97px;
}

.newlanding .sportclub-logo {
    width: 60px;
    height: 60px;
}

.newlanding .footer {
    background: #000000;
    padding: 37px 0;
}

.header_tel {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    font-family: 'Druk Wide Cyr';
    color: #F77026;
}

.newlanding {
    letter-spacing: 0px;
    background: #0e0e0f;
}

.newlanding .header_nav a {
    color: #9d9d9d;
}

.newlanding .navbar-left {
    margin: 0 15px 0 0;
    padding: 0;
}

.newlanding .navbar-left.header_nav > li > a {
    padding-left: 0;
}

.newlanding .navbar-header {
    padding-left: 0;
}

.newlanding .main-page {
    padding-top: 0px;
}

.newlanding .navbar {
    height: 100px;
    padding: 20px 0;
}

.newlanding .navbar-left > li > a {
    padding-left: 60px;
}

.newlanding .navbar-left > li > a:before, .newlanding .navbar-left > li .dropdown-menu a:before {
    width: 60px;
    height: 60px;
    background-size: 100%;
    left: 0;
    top: 0px;
}

.newlanding .main-page h2 {
    font-size: 22px;
}

.newlanding .train-slider {
    margin: 0 auto;
    max-width: 1020px;
}

.newlanding .section-slider {
    padding: 6px 0 84px 0;
}

.newlanding .social-buttons a {
    transform: scale(0.7);
}

.newlanding .section-commun {
    padding: 59px 0 0;
}

.newlanding .commun_txt {
    margin-top: 3px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.newlanding .commun-align {
    min-height: 100px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.newlanding .train-slider .slick-slide:not(.slick-center) .train-slider_item {
    transform: scale(0.72);
    opacity: 1;
}

.newlanding .train-slider .slick-slide.slick-center .train-slider_cont, .train-slider_item:hover .train-slider_cont, .train-slider_item:hover {
    background: #002BE0;
    color: #fff;
}

.newlanding .train-slider_title {
    margin-bottom: 9px;
    font-size: 22px;
}

.newlanding .train-slider_txt {
    height: 160px;
    font-size: 16px;
    line-height: 19px;
}

.newlanding .train-slider_title:after {
    right: 0px;
    margin-top: -21px;
    width: 49px;
    height: 36px;
}

.newlanding .slick-slide.slick-center .train-slider_title:after, .train-slider_item:hover .train-slider_title:after {
    background-image: url(../img/arr1.svg);
}

.newlanding .train-slider_cont {
    padding: 22px 21px 22px;
}

.newlanding .land_form .form-group {
    margin-bottom: 7px;
}

.landoffer_orange .form-control {
    color: rgba(255, 255, 255, 1);
}

.landoffer_orange .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.landoffer_orange .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.landoffer_orange .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.section-landoffer-or .land_form {
    margin: 34px 0 0;
}

/* */
@media (min-width: 768px) {
    .newlanding .navbar-nav > li > a {
        padding: 10px;
    }

    .app_item {
        width: 24%;
    }

    .app_item + .app_item {
        margin-left: 14%;
    }

    .newlanding .container {
        width: 768px;
    }
}

@media (min-width: 992px) {
    .newlanding .navbar-right {
        margin-right: 0px;
        margin-top: 13px;
        letter-spacing: 0;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-left {
        text-align: left;
    }

    .section-commun img {
        width: 94.5%;
        margin-left: 5.5%;
    }

}

@media (min-width: 1200px) {
    .newlanding .commun_txt {
        max-width: 342px;
    }

    .landoffer_txt {
        max-width: 270px;
    }

}

@media (min-width: 1100px) {
    .newlanding .container {
        width: 1090px;
    }
}

@media (max-width: 1199px) {
    .landoffer_black {
        padding: 0 15px;
    }

    .landoffer_right:before {
        left: -500px;
        width: auto;
        right: -500px;
    }

}

@media (max-width: 991px) {
    .newlanding .navbar .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .newlanding .navbar {
        height: 90px;
        padding: 0px 0;
    }

    .newlanding .navbar-toggle {
        padding: 0px 0px;
        width: 40px;
        margin: 0 0px 0 0;
        background: transparent;
        display: block;
    }

    .newlanding .navbar-toggle .icon-bar {
        width: 40px;
        height: 6px;
    }

    .newlanding .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 9px;
    }

    .newlanding #menu-collapse {
        background: #000;
        top: 70px;
        width: 243px;
        padding: 0 10px 2px 10px;
        left: auto;
        right: 9px;
        text-align: right;
        position: absolute;
        margin: 0;
    }

    .navbar-collapse.collapse:not(.in) {
        display: none !important;
    }

    .newlanding .navbar-right {
        float: right;
        margin-right: 0px;
    }

    .header_tel {
        top: 30px;
        left: 85px;
        margin: 0;
        font-size: 12px;
        position: absolute;
        display: inline-block;
    }

    .newlanding .navbar-left > li > a {
        height: 60px;
    }

    .newlanding .navbar-left.nav {
        left: 10px;
        top: 10px;
        position: absolute;
    }

    .newlanding .commun-align {
        margin-bottom: 10px;
    }

    .section-piqland .piq_item {
        margin: 40px 0;
    }

    .section-piqland {
        margin-bottom: 49px;
        padding: 17px 30px 31px;
    }

    .newlanding .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section-offer {
        padding: 144px 0 90px;
    }

    .section-landoffer {
        padding: 48px 0 48px;
    }

    .landoffer_txt {
        min-height: 175px;
        margin-bottom: 48px;
        position: relative;
        padding-right: 96px;
    }

    .waterlogo {
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(-90deg);
        transform-origin: right top;
        margin: 4px 35px 0 0px;
    }

    .landoffer_black {
        padding-bottom: 44px;
    }

    .newlanding .section-slider {
        padding: 6px 0 60px 0;
    }

    .section-video-sm {
        margin: 0 auto 59px;
    }

    .newlanding .piq_ico {
        margin-bottom: 5px;
    }

    .newlanding .commun_txt {
        text-align: left;
        margin-bottom: 5px;
    }

    .newlanding .section-slider h2 {
        font-size: 20px;
        margin: 1px 0px 17px;
    }

    .newlanding .section-commun {
        padding: 25px 0 0;
        text-align: left;
    }

    .newlanding .section-commun h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .app_item {
        margin-bottom: 47px;
    }

    .app_item:last-child .app_item_txt {
        max-width: 240px;
    }

    .section-botland .mobile-apps-wrapper a {
        margin: 0 18px 29px;
    }

    .section-botland .mobile-apps-wrapper {
        margin: 29px 0 0px;
    }

    .section-botland {
        padding: 94px 0 64px;
    }

    .footer-contacts {
        padding-bottom: 64px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.6px;
    }

    .footer-contacts .col-lg-6 {
        padding-bottom: 20px;
    }

    .footer_logo {
        position: absolute;
        top: 38px;
        left: 10px;
    }

    .newlanding .footer {
        padding: 92px 0 30px;
        text-align: left;
        position: relative;
    }

    .newlanding .footer .col-md-6 {
        position: static;
    }

    .newlanding .navbar-left {
        float: left;
        position: static;
    }

    .newlanding .navbar-nav {
        margin: 0px 0px;
    }

    .newlanding #menu-collapse .header_nav a {
        padding: 6px;
    }

    .newlanding .piq:after {
        top: auto;
        bottom: -38px;
        right: -15px;
    }
}

@media (max-width: 767px) {
    .landoffer_sm {
        text-align: left;
        position: absolute;
        bottom: 3px;
        left: 0;
    }

    .landoffer_title {
        font-size: 20px;
    }

    .section-landoffer .land_form .btn {
        margin-top: 64px;
    }

    .section-landoffer-or .landoffer_title {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 24px;
    }

    .landoffer_right {
        padding: 56px 0 56px;
    }

    .section-landoffer-or {
        padding: 55px 0;
    }

    .section-landoffer-or .land_form {
        margin-top: 19px;
    }

    .section-landoffer-or .land_form .btn {
        margin-top: 40px;
    }

    .landoffer_orange {
        position: relative;
        padding-bottom: 45px;
    }

    .section-landoffer-or .landoffer_sm {
        font-size: 12px;
        line-height: 17px;
        padding: 0;
        bottom: 5px;
    }

    .app_row {
        display: block;
    }

    .app_item + .app_item {
        padding-top: 30px;
    }

    .app_item + .app_item:before {
        top: -25px;
        margin-left: -8px;
        left: 50%;
        transform: rotate(90deg);
    }

    .offer_title {
        margin-bottom: 106px;
        font-size: 30px;
        line-height: 1.2;
    }

    .offer .btn {
        font-size: 16px;
        max-width: 355px;
    }

    .newlanding .train-slider {
        width: 275px;
    }

    .newlanding .train-slider_item {
        margin: 11px auto 0px;
        width: 275px;
    }

    .newlanding .train-slider_cont {
        padding: 19px 16px 14px;
    }

    .newlanding .train-slider_txt {
        height: 134px;
    }

    .newlanding .train-slider_title {
        margin-bottom: 5px;
    }

    .newlanding .train-slider .slick-slide:not(.slick-center) .train-slider_item {
        transform: scale(0.76);
    }

}


/*-----------------------------------------------*/
.section-trainlist {
    padding: 55px 0 35px 0;
}

.section-trainlist .container {
    position: relative;
}

.trainlist {
    display: flex;
    align-items: stretch;
    overflow: auto;
    margin-right: -35px;
    margin: 65px -5.1% 39px 0;
    line-height: 1.3;
}

.trainlist .train-slider_item {
    min-width: 250px;
    margin: 20px 35px 20px 0;
    width: 25%;
    background: transparent;
    box-shadow: none;
}

.trainlist .train-slider_item:nth-child(n+5) {
    display: none;
}

.trainlist .train-slider_title {
    font-weight: bold;
    padding-right: 0;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}

.trainlist .train-slider_title:after {
    display: none;
}

.trainlist .train-slider_cont {
    padding: 18px 20px 26px;
}

.trainlist .train-slider_img {
    position: relative;
    overflow: hidden;
}

.trainlist .train-slider_img:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.trainlist .train-slider_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trainlist .train-slider_item a {
    display: block;
    width: 250px;
    background: #fff;
    height: 100%;
}

.trainlist .train-slider_item:hover a {
    background: #002BE0;
}

.trainlist .train-slider_txt {
    letter-spacing: 0.15px;
    font-weight: 400;
    height: 144px;
    font-size: 13px;
    line-height: 20px;
    opacity: 0.5;
}

.info_row {
    margin: 1px -10px 39px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.info_item {
    margin-top: 70px;
}

.info_col {
    width: 25%;
}

.info_icon {
    height: 72px;
    margin: 0 0 34px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.info_icon img {
    max-width: 70px;
    width: 70px;
    height: 72px;
}

.info_item .info_txt {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Druk Wide Cyr';
    color: #FFFFFF;
}

.section-trainers {
    padding: 55px 0 35px 0;
}

.section-trainers .container {
    position: relative;
}

.trainers_row {
    display: flex;
    margin-right: -35px;
    overflow: auto;
    margin: 85px -6.2% 35px 0;
}

.trainers_col {
    min-width: 240px;
    margin-right: 35px;
    width: 25%;
    margin-bottom: 20px;
}

.trainers_link {
    width: 240px;
    display: block;
    overflow: hidden;
    position: relative;
}

.trainers_link:before {
    content: '';
    display: block;
    padding-bottom: 142%;
}

.trainers_link.top-trainer:after {
    top: 13px;
    right: 11px;
    z-index: 5;
}

.trainers_link.top-trainer .trainers_cover {
    padding-bottom: 75px;
}

.trainers_link.top-trainer:hover:after {
    top: 185px;
    right: 78px;
}

.trainers_link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.trainers_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002BE0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    opacity: 0;
    transition: all 0.3s linear;
    padding-right: 0;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.trainers_link:hover .trainers_cover {
    opacity: 1;
}

.starimg {
    position: absolute;
    left: 50%;
    width: 80px;
}

.section-info {
    padding: 35px 0 35px;
    position: relative;
}

.section-info .container {
    position: relative;
}

.section-info .starimg {
    top: 0;
    margin-left: 9px;
}

.link-abs {
    font-weight: bold;
    width: 210px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.7px;
    color: #FF8142;
    font-family: 'Druk Wide Cyr';
}

.link-abs:after {
    margin: -4px 0 0 8px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arr0_or.svg) no-repeat;
    background-size: 100%;
    width: 28px;
    height: 20px;
}

.link-abs:hover, .link-abs:focus {
    color: #6e6e6f;
    text-decoration: none;
}

.link-abs:hover:after {
    background: url(../img/arr_gr.svg) no-repeat;
    background-size: 100%;
}

.info-abs {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.7px;
    color: rgba(255, 255, 255, 0.5);
}

.action-block .btn {
    margin: 0 auto 18px;
}

.main-page h2, .training-type-view h2 {
    text-align: left;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 46px;
    line-height: 64px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-applic {
    margin-bottom: 46px;
    padding: 65px 0 35px 0;
    position: relative;
}

.section-applic .starimg {
    bottom: 111px;
    margin-left: -93px;
}

.section-applic .mobile-apps-wrapper a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.168px;
    padding: 6px 0 0 57px;
}

.section-applic .mobile-apps-wrapper a.android {
    background: url(../img/app1_2.png) no-repeat center;
    width: 185px;
    height: 56px;
}

.section-applic .mobile-apps-wrapper a.iphone {
    background: url(../img/app2_2.png) no-repeat center;
    width: 185px;
    height: 56px;
    margin: 0 33px 0 0;
}

.applic_txt {
    font-size: 24px;
    line-height: 32px;
    opacity: 0.5;
    margin: 45px 0px 56px;
    letter-spacing: 0.25px;
    max-width: 500px;
}

.wrap .section-video {
    margin-top: 0px;
    margin-bottom: 100px;
}


.section-piq {
    padding: 35px 0 116px;
}

.piq_item {
    text-align: center;
    letter-spacing: 0;
    margin: 40px 0 45px;
    line-height: 1.2;
}

.piq_txt {
    max-width: 274px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
}

.piq_ico {
    height: 71px;
    font-size: 0;
    line-height: 71px;
    margin-bottom: 27px;
}

.piq_ico img {
    max-height: 71px;
    max-width: 67px;
}

.section-video {
    min-height: 500px;
}

.section-video:before {
    content: '';
    display: block;
    padding-bottom: 44.445%;
}

.section-video iframe {
    z-index: 0;
}

.section-video .plyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-cover {
    cursor: pointer;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/cover.jpg) no-repeat center;
    /*background:url(../img/cover.webp) no-repeat center;*/
    background-size: cover;
}

.video-cover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/video-play.svg) no-repeat center;
    background-size: 80px;
}

.training-type-media {
    position: relative;
}

.training-type-media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.training-type-media #training-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.training-type-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.training-type-media:before {
    content: '';
    display: block;
    padding-bottom: 44.445%;
}

.training-type-media.training-type-image:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.training-type-media #training-carousel .item {
    height: auto;
}

.training-type-media #training-carousel .item:before {
    content: '';
    display: block;
    padding-bottom: 50.732%;
}

.training-type-media.training-type-image #training-carousel .item:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.training-type-media #training-carousel .item img {
    height: 100%;
    object-fit: cover;
}

.training-type-media #training-carousel .carousel-inner {
    height: 100%;
}

img {
    max-width: 100%;
}

.wrap {
    padding-top: 156px;
}

.wrap .container {
    width: 1210px;
}

.header_logo {
    display: block;
    width: 131px;
    height: 48px;
}

.header_logo img {
    width: 100%;
}

.header_addr {
    margin-top: 11px;
    z-index: 1;
}

.header_addr a {
    color: rgba(255, 255, 255, 0.5);
}

.header_addr a:hover {
    color: rgba(255, 255, 255, 1);
}

.header_addr_opener, .header_addr_link {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    padding-right: 18px;
    letter-spacing: 0.1px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header_addr_opener:after {
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    content: '';
    position: absolute;
    right: 4px;
    top: 2px;
}

.navbar {
    height: 150px;
    padding: 29px 0;
}

.navbar-left {
    margin-right: 20px;
}

.navbar-left > li > a {
    padding-left: 20px;
    position: relative;
}

.navbar-nav > li > a {
    font-size: 11px;
    line-height: 22px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #FF8142;
}

.translateLang {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}

.translateLang:after {
    margin-left: 2px;
    background: url(../img/arr2.svg) no-repeat center;
    background-size: 100%;
    width: 9px;
    height: 5px;
}

.header_right {
    margin-top: 3px;
    float: right;
    display: flex;
    align-items: center;
}

.header_right .tel_link {
    margin-bottom: 2px;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    opacity: 0.5;
}

.header_right .btn {
    margin-left: 31px;
    font-size: 11px;
    letter-spacing: 0.7px;
    width: 163px;
    height: 48px;
    padding: 10px;
    line-height: 28px;
}

.headlang {
    right: 470px;
    top: 6px;
}

.navbar-inverse .navbar-nav > .active > a:after, .navbar-inverse .navbar-nav > .active > a:hover:after,
.navbar-inverse .navbar-nav > .active > a:focus:after {
    bottom: 8px;
    left: 20px;
    height: 3px;
    right: 0;
    background: #FF8142;
    content: '';
    position: absolute;
}

.section-trainlist {
    position: relative;
}

.section-trainers {
    position: relative;
}

.section-piq {
    position: relative;
}

.section-trainlist:before, .section-applic:before,
.section-trainers:before, .section-piq:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    opacity: 0.2;
    border-top: 3px solid #EFEFEF;
}

.win-city {
    background: #000000;
    padding: 44px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
}

.win-city_close {
    background: url(../img/close-sm.svg) no-repeat center;
    width: 24px;
    height: 24px;
    opacity: 0.3;
    display: block;
}

.win-city_close:hover {
    opacity: 1;
}

.win-city_logo .header_logo {
    width: 187px;
    margin: 44px 0 43px;
    height: auto;
}

.citycols {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.citycols_item {
    width: 250px;
    margin: 0 0 27px;
}

.citycols_title {
    margin-bottom: 8px;
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #FF8142;
}

.citycols_list {
    padding: 0;
}

.citycols_list li {
    list-style: none;
}

.citycols_list li a {
    font-size: 16px;
    display: inline-block;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.citycols_list li a:hover {
    text-decoration: underline;
}

.navbar-inverse .navbar-nav.navbar-right > .active > a:after,
.navbar-inverse .navbar-nav.navbar-right > .active > a:hover:after,
.navbar-inverse .navbar-nav.navbar-right > .active > a:focus:after {
    left: 14px;
    right: 14px;
}

.modal-content {
    background: #1F1F1F;
    width: 680px;
    border-radius: 0;
    padding: 77px 80px 77px;
    margin: 0 auto;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.modal-dialog {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal-header {
    padding: 0px 0 42px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-body {
    padding: 0;
}

.modal-body .citycols {
    margin-bottom: -34px;
}

.modal-body .citycols_item {
    width: 259px;
}

.select-branch-popup .modal-title {
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.select-branch-popup .modal-dialog {
    margin-top: 0px;
}

.training-type-btn2.m-show {
    display: none;
}

/* */
@media (min-width: 1200px) {
    .navbar-left.auth-menu {
        margin-left: 0px;
    }

    .navbar-left.auth-menu.sign-in-link {
        margin-left: 39px;
    }
}

@media (min-width: 992px) {
    .newlanding .navbar-right {
        margin-right: 0px;
        margin-top: 13px;
        letter-spacing: 0;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-left {
        text-align: left;
    }

    .section-commun img {
        width: 94.5%;
        margin-left: 5.5%;
    }

    .link-abs {
        position: absolute;
        right: 45px;
        top: 27px;
    }

    .info-abs {
        position: absolute;
        right: 0;
        top: 44px;
        width: 42.4%;
    }

    .applic_row {
        display: flex;
        align-items: center;
    }

    .applic_img {
        text-align: right;
    }

    .header_row {
        display: flex;
        align-items: center;
        padding-top: 19px;
    }

    #menu-collapse {
        flex-grow: 1;
        margin: 0 -16px 0 1.8%;
        margin: 0 -16px 0 4.5%;
    }

}

@media (max-width: 1199px) {
    .wrap .container {
        width: 100%;
    }

    .main-page h2, .training-type-view h2 {
        font-size: 42px;
        line-height: 60px;
    }

    .trainlist, .trainers_row {
        width: auto;
        margin-right: -35px;
        margin-left: -35px;
        padding: 0 35px;
    }

    .trainlist:after, .trainers_row:after {
        content: '';
        min-width: 1px;
        height: 35px;
    }

    .headlang {
        right: 138px;
        top: -18px;
    }

    #menu-collapse {
        margin: 0px -16px 0 0%;
    }

}

@media (max-width: 1199px) and (min-width: 992px) {
    .navbar-left.auth-menu {
        float: right !important;
        margin-right: 61px;
    }

    .navbar-right {
        margin-right: -12px;
    }
}

@media (max-width: 991px) {
    .applic_img {
        text-align: center;
    }

    .applic_img img {
        max-width: 87%;
        width: 244px;
        height: 400px;
    }

    .wrap {
        padding-top: 90px;
    }

    .wrap .section-video {
        margin-top: 0px;
    }

    .social-buttons a + a {
        margin-left: 14px;
    }

    .navbar-toggle {
        margin: 1px 1px 0 0;
        padding: 9px 9px;
        display: block !important;
        z-index: 10;
    }

    .navbar-toggle:not(.collapsed) .icon-bar {
        transform: rotate(45deg);
        height: 3px;
        top: 50%;
        position: absolute;
        left: 13px;
        margin-top: -1.5px;
    }

    .navbar-toggle:not(.collapsed) .icon-bar + .icon-bar {
        opacity: 0;
    }

    .navbar-toggle:not(.collapsed) .icon-bar + .icon-bar + .icon-bar {
        opacity: 1;
        transform: rotate(-45deg);
    }

    .section-info .starimg {
        top: -40px;
    }

    .footer {
        padding: 60px 0 60px;
    }

    .footer_logos {
        margin-bottom: 60px;
    }

    .footer_apps {
        margin-bottom: 60px;
    }

    .navbar-header {
        float: none;
    }

    .headlang {
        right: 75px;
        top: 22px;
        z-index: 10;
    }

    .navbar {
        height: 90px;
        padding: 0px 0 0 17px;
    }

    .navbar .container {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .header_addr {
        margin-top: 9px;
    }

    #menu-collapse {
        background: #000000;
        bottom: 0;
        padding: 68px 20px 20px;
        margin: 0px 0px 0 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #menu-collapse .navbar-left {
        position: static;
        margin: 0;
        float: none !important;
    }

    .navbar-left > li {
        float: none;
    }

    .header_right {
        margin-top: 0px;
        float: none;
        text-align: center;
        flex-direction: column-reverse;
    }

    .header_right .btn {
        width: 100%;
        margin: 20px 0 32px;
        height: 56px;
        padding: 10px;
        letter-spacing: 1px;
        font-size: 16px;
        line-height: 36px;
    }

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

    .navbar-nav > li > a {
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        padding: 12px 0 13px;
    }

    .header_right .tel_link {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-top: 0;
    }

    .navbar-inverse .navbar-nav > .active > a:after, .navbar-inverse .navbar-nav > .active > a:hover:after, .navbar-inverse .navbar-nav > .active > a:focus:after {
        bottom: 6px;
        left: 0px;
    }

    .citycols {
        margin-right: -70px;
    }

    .citycols_item {
        width: auto;
        margin-right: 70px;
    }

    .main-page h2, .training-type-view h2 {
        font-size: 38px;
        line-height: 1.3;
    }

    .navbar-toggle {
        margin: 1px -3px 0 0;
    }

    .footer_addr {
        max-width: 100%;
    }


}

@media (max-width: 767px) {
    .starimg {
        width: 40px;
    }

    .main-page h2, .training-type-view h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .wrap .section-video {
        margin-bottom: 3px;
    }

    .section-info {
        padding: 35px 0 59px;
    }

    .section-info .starimg {
        top: 179px;
        left: 82.5%;
    }

    .info_row {
        margin: 0px -10px 23px;
    }

    .info_item {
        display: flex;
        align-items: center;
        text-align: left;
        margin: 23px 0 19px;
    }

    .info_icon {
        margin: 0 25px 0 0;
        min-width: 70px;
        width: 70px;
    }

    .info_item .info_txt {
        text-align: left;
    }

    .trainlist {
        margin-top: 19px;
        margin-bottom: 13px;
    }

    .applic_txt {
        font-size: 18px;
        line-height: 24px;
        margin: -1px 0px 36px;
    }

    .applic_row .visible-sm-block {
        text-align: center;
    }

    .trainers_row {
        margin-top: 36px;
        margin-bottom: 13px;
    }

    .piq_ico {
        margin-bottom: 19px;
    }

    .piq_item {
        margin: 40px 0 0px;
    }

    .section-piq {
        padding: 35px 0 60px;
    }

    .footer_addr {
        margin-right: 8px;
    }

    .footer_apps {
        margin-bottom: 60px;
        margin-left: -3px;
    }

    .footer_cont {
        margin-bottom: 34px;
    }

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

    .footer_cont_city {
        margin-bottom: 9px;
    }

    .footer_cont_addr a {
        letter-spacing: 0.2px;
    }

    .footer_soc {
        margin-bottom: 0;
    }

    .action-block .btn {
        font-size: 17px;
        letter-spacing: 0.7px;
        line-height: 60px;
    }

    .action-block .tel_link {
        margin: 0;
        display: inline;
        letter-spacing: 0.7px;
        font-size: 17px;
        line-height: 32px;
    }

    .section-trainlist {
        padding: 41px 0 59px;
        position: relative;
    }

    .section-trainlist:before, .section-applic:before,
    .section-trainers:before, .section-piq:before {
        content: '';
        position: absolute;
        left: 20px;
        right: 20px;
        top: 0;
        opacity: 0.2;
        border-top: 3px solid #EFEFEF;
    }

    .video-cover:after {
        background-size: 65px;
    }

    .applic_row .mobile-apps-wrapper {
        text-align: center;
        margin: 34px 0 0px;
    }

    .applic_row .mobile-apps-wrapper a.iphone {
        margin: 0 5px 0 0;
    }

    .section-applic .starimg {
        display: none;
    }

    .section-applic {
        margin-bottom: 16px;
        padding: 41px 0;
    }

    .section-trainers {
        padding: 41px 0 59px;
        position: relative;
    }

    .section-piq {
        padding: 28px 0 60px;
        position: relative;
    }

    .applic_row .mobile-apps-wrapper a.iphone {
        margin: 10px 5px 0px;
    }

    .applic_row .mobile-apps-wrapper a.android {
        margin: 10px 5px 0px;
    }

    .section-applic .starimg {
        margin-left: -323px;
    }

    .section-applic .mobile-apps-wrapper a.iphone,
    .section-applic .mobile-apps-wrapper a.android {
        margin: 5px auto;
    }

    .modal-open .modal.select-branch-popup {
        z-index: 11113;
        background: rgba(0, 0, 0, 0.8);
    }

    .modal-content {
        width: 350px;
        max-width: 100%;
        padding: 17px 20px 17px;
        margin: 0 auto;
    }

    .select-branch-popup .modal-title {
        font-size: 20px;
        line-height: 34px;
    }

    .modal-header {
        padding: 0px 0 30px;
    }

    .modal-body .citycols {
        margin-bottom: -22px;
    }


}

@media (max-width: 575px) {
    .footer_soc {
        text-align: right;
        margin-bottom: 0;
    }

    .footer_btn .btn {
        width: 100%;
    }

    .footer_logos {
        max-width: 100%;
    }
}


/* .kitchen-layout */
.kitchen-layout .wrap {
    padding-top: 150px;
}

.kitchen-layout .navbar {
    height: 150px;
    padding: 40px 0;
}

.kitchen-layout .navbar-left {
    margin-right: -200px;
}

.kitchen-layout .navbar-nav > li > a {
    padding-left: 93px;
    line-height: 40px;
    font-size: 13px;
    letter-spacing: .8px;
}

.kitchen-layout .navbar-left > li.dropdown-toggle > a {
    padding-left: 0;
}

.kitchen-layout .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.kitchen-layout .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
}

.kitchen-layout .fix .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}

.kitchen-layout .headlang {
    right: 15px;
    top: 15px;
}

.kitchen-layout .translateLang {
    line-height: 40px;
    font-size: 13px;
    letter-spacing: .8px;
    color: #ff8236
}

.kitchen-layout .translateLang:after {
    margin-left: 2px;
    background: url(../img/arr_or.svg) no-repeat center;
    width: 17px;
    height: 10px;
    margin-top: -2px;
}

.kitchen-layout .translateLang:hover, .kitchen-layout .translateLang:focus {
    color: #ff8236;
    text-decoration: none
}

.kitchen-layout .footer-list {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.kitchen-layout .footer-list .phone, .kitchen-layout .footer-list .address {
    color: #000;
}

.kitchen-layout .footer-list li + li:before, .kitchen-layout .footer-list:before, .kitchen-layout .footer-list:after {
    background-image: url(../img/star-or.svg);
}

.kitchen-layout .social-buttons {
    margin-bottom: 0;
}

.kitchen-layout .social-buttons a {
    opacity: 1;
}

.kitchen-layout .social-buttons a + a {
    margin-left: 22px;
}

.kitchen-layout .social-buttons a.youtube:before {
    width: 30px;
    margin-right: 0;
    background-image: url(../img/soc4_b.svg);
}

.kitchen-layout .kitchen-schedule {
    max-width: 300px;
}

@media (min-width: 1250px) {
    .kitchen-layout .container {
        width: 1250px;
    }
}

@media (min-width: 1200px) {
    .kitchen-layout .navbar-left > li > a {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .kitchen-layout .footer-list li {
        font-size: 13px;
    }

    .kitchen-layout .kitchen-schedule {
        text-align: center;
        max-width: 250px;
    }
}

@media (max-width: 991px) {
    .kitchen-layout .wrap {
        padding-top: 90px;
    }

    .kitchen-layout .navbar {
        height: 90px;
        padding: 0px 0;
    }

    .kitchen-layout .navbar .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .kitchen-layout .headlang {
        top: 25px;
        z-index: 10;
    }

    .kitchen-layout .navbar-left > li {
        float: left;
    }

    .kitchen-layout .navbar-left > li > a {
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 67px;
    }

}

@media (max-width: 767px) {
    .kitchen-layout .navbar-left {
        top: 20px;
        left: 20px;
        margin: 0;
    }

    .kitchen-layout .navbar-left > li > a {
        line-height: 30px;
        font-size: 10px;
    }

    .kitchen-layout .navbar-inverse .navbar-nav > li > a {
        color: #6e6e6f;
    }
}


/* beauty-layout */
.beauty-layout .wrap {
    padding-top: 150px;
}

.beauty-layout .navbar {
}

.beauty-layout .navbar.fix {
    background: rgba(0, 0, 0, 0.8);
}

.beauty-layout .navbar {
    height: 150px;
    padding: 40px 0;
}

.beauty-layout .navbar-left {
    margin-right: -200px;
}

.beauty-layout .navbar-nav > li > a {
    padding-left: 93px;
    line-height: 40px;
    font-size: 13px;
    letter-spacing: .8px;
}

.beauty-layout .navbar-left > li.dropdown-toggle > a {
    padding-left: 0;
}

.beauty-layout .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.beauty-layout .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
}

.beauty-layout .fix .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}

.beauty-layout .headlang {
    right: 15px;
    top: 15px;
}

.beauty-layout .translateLang {
    line-height: 40px;
    font-size: 13px;
    letter-spacing: .8px;
    color: #ff8236
}

.beauty-layout .translateLang:after {
    margin-left: 2px;
    background: url(../img/arr_or.svg) no-repeat center;
    width: 17px;
    height: 10px;
    margin-top: -2px;
}

.beauty-layout .translateLang:hover, .beauty-layout .translateLang:focus {
    color: #ff8236;
    text-decoration: none
}

.beauty-layout button.svelte-gwtvdf {
    font-size: 11px;
    letter-spacing: 0.7px;
    height: 48px;
    padding: 10px;
    border-radius: 0;
    line-height: 28px;
    background: #ff8236;
    color: #000;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    top: 52px;
    font-family: 'Druk Wide Cyr';
}

.total-price {
    color: #666666;
}

.btn-sm {
    display: inline-block;
    padding: 20px 48px;
    width: auto;
    line-height: 30px;
    height: 70px;
    letter-spacing: 0.7px;
    font-size: 17px;
}

.errorpage {
    align-items: center;
    display: flex;
    padding: 67px 0 100px;
}

.errorpage h1 {
    margin-top: 0;
    max-width: 500px;
    font-size: 46px;
    line-height: 1.4;
    letter-spacing: 1px;
}

.errorpage p {
    letter-spacing: 0;
    margin: 21px 0;
    opacity: 0.65;
    font-size: 16px;
    line-height: 24px;
}

.errorpage .btn {
    margin-top: 43px;
    width: 340px;
}

.errorpage-500 {
    min-height: 100vh;
}

.errorpage-500 h1 {
    max-width: 600px;
}

.navbar {
    padding-top: 0;
}

.header_top {
    display: flex;
}

.header_logos {
    display: flex;
    align-items: center;
    margin-right: 47px;
}

.header_logos_item {
    text-transform: uppercase;
    font-family: 'Druk Wide Cyr';
    letter-spacing: 0.7px;
    font-weight: bold;
    font-size: 8px;
    line-height: 15px;
    color: rgb(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.header_logos_item img {
    max-width: 15px;
    max-height: 15px;
    height: 15px;
    margin-right: 10px;
}

.header_top .headlang {
    margin-left: 3px;
    position: relative;
    right: 0;
    top: 0;
}

.header_top_right {
    display: flex;
    align-items: center;
}

.header_top .translateLang {
    letter-spacing: 0.7px;
    font-size: 8px;
    color: rgb(255, 255, 255);
}

.header_top .translateLang:after {
    margin-left: 0px;
    background-image: url(../img/arr-w.svg);
}

.header_top .navbar-nav > li > a {
    letter-spacing: 0.7px;
    font-size: 8px;
    line-height: 15px;
}

.header_addr {
    position: absolute;
    left: 15px;
    top: 7px;
}

.headlang.m-show .translateLang {
    letter-spacing: 0.7px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}

.headlang.m-show .translateLang:after {
    margin-left: 0px;
    background-image: url(../img/arr2.svg);
}

.section-video:before {
    padding-bottom: 56.445%;
}

.section-video .plyr {
    z-index: 0;
}

.branch-landing .navbar, .branch-landing .navbar.fix {
    padding: 29px 0;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
}

.branch-landing .header_row {
    padding-top: 0;
}

/* */
.training-sticky {
    position: sticky;
    top: 150px;
}

.training-type-data {
    background: rgb(236, 125, 82);
    padding: 3px;
    height: 394px;
    text-align: center;
    background: -moz-linear-gradient(left, rgba(236, 125, 82, 1) 0%, rgba(152, 93, 202, 1) 50%, rgba(16, 53, 214, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(236, 125, 82, 1) 0%, rgba(152, 93, 202, 1) 50%, rgba(16, 53, 214, 1) 100%);
    background: linear-gradient(to right, rgba(236, 125, 82, 1) 0%, rgba(152, 93, 202, 1) 50%, rgba(16, 53, 214, 1) 100%);
}

.training-type-data-bg {
    padding: 24px 12px;
    background: #000;
    height: 388px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.training-type-btn {
    width: 100%;
}

.training-type-btn .tel_link, .training-type-btn2 .tel_link {
    letter-spacing: 0.7px;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Druk Wide Cyr';
    line-height: 20px;
}

.training-type-btn .tel_link:hover, .training-type-btn2 .tel_link:hover {
    color: #fff;
}

.training-type-btn2 .tel_link {
    letter-spacing: 0.7px;
    font-size: 17px;
    line-height: 32px;
}

.training-type-btn .btn-sm {
    width: 100%;
    display: block;
    max-width: 300px;
    margin: 0 auto 7px;
}

.training-type-view h1 {
    text-align: left;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.training-type-view h3 {
    text-align: left;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.training-type-val {
    width: 50%;
}

.training-type-title {
    margin-top: 6px;
    font-weight: 500;
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    opacity: 0.5;
}

.training-type-val b {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Druk Wide Cyr';
    line-height: 20px;
}

.training-type-big {
    font-family: 'Druk Wide Cyr';
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 46px;
    height: 59px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 48px;
    text-transform: uppercase;
}

.train-info {
    margin-top: 29px;
    margin-bottom: 62px;
    display: flex;
    flex-wrap: wrap;
}

.train-info_item {
    margin-top: 30px;
    margin-bottom: 18px;
}

.train-info_icon {
    margin-bottom: 16px;
    width: 40px;
    height: 40px;
}

.train-info_txt {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 28px;
    opacity: 0.65;
    max-width: 300px;
}

.training-type-media {
    margin-bottom: 30px;
}

.training-type-media:before {
    padding-bottom: 50.732%;
}

.training-type-general .section-applic {
    margin-bottom: 0;
    padding: 27px 0 22px 0;
}

.training-type-general .section-trainlist:before, .training-type-general .section-applic:before {
    display: none;
}

.training-type-description {
    letter-spacing: 0;
    opacity: 0.65;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.container .training-type-view .container {
    padding: 0;
    margin-bottom: 63px;
}

.training-list-filters {
    margin-right: -1px;
    margin-left: -1px;
    margin-top: 35px;
}

.training-list-filters .col-xs-6 {
    padding: 1px;
}

.training-list-filters a {
    padding: 0 14px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    height: 80px;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Druk Wide Cyr';
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.12);
}

.training-list-filters a:hover, .training-list-filters a.active {
    text-decoration: none;
    background: #063AFF;
    color: #fff;
}

.single-training-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    z-index: 3;
}

.single-training-bot .single-training-title {
    position: static;
    transform: translateY(0%);
}

.single-training-bot .single-training-description {
    position: static;
    margin-top: 24px;
}

#checkout-container {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}

#checkout-container .f-embed {
    max-width: 600px;
    border-radius: 20px;
    margin: 0 auto;
    width: 100%;
}

#checkout-container .f-price, #checkout-container .f-info {
    display: none;
}

.payment-processing {
    z-index: 30;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 3, 3, 0.8);
}

.ga-pay-text, .card-text {
    margin-bottom: 10px;
}

#checkout-container #f .f-container {
    overflow: hidden;
    border-radius: 20px;
}

/* */
.font-druk {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
}

.font-72 {
    font-size: 72px;
    letter-spacing: 1px;
    line-height: 1.22;
    text-transform: uppercase;
}

.font-58 {
    font-size: 58px;
    letter-spacing: 1px;
    line-height: 1.25;
    text-transform: uppercase;
}

.font-46 {
    font-size: 46px;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: uppercase;
}

.font-32 {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
}

.rowimg {
    margin-bottom: 78px;
    margin-top: 77px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rowimg .font-72 {
    min-height: 394px;
}

.rowimg .font-58 {
    margin-bottom: 38px;
}

.rowimg_img {
    width: 41%;
}

.rowimg-right .rowimg_cont {
    width: 57%;
}

.rowimg-left {
    flex-direction: row-reverse;
}

.rowimg-left .rowimg_cont {
    width: 45.25%;
}

.rowimg-left .rowimg_img {
    width: 49.3%;
}

.section-cocktsteps {
    margin-bottom: 164px;
}

.section-cocktsteps .cityhead_label {
    text-align: center;
    width: 172px;
    border-radius: 50%;
    height: 172px;
    top: -91px;
    right: -104px;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
    color: #EFEFEF;
    transform: rotate(15deg);
    background: linear-gradient(89.21deg, #EC7D52 1.41%, #985DCA 53.15%, #1035D6 100.89%), #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
}

.cocktsteps {
    margin: 70px auto 0;
    max-width: 383px;
}

.cocktsteps .mobile-apps-wrapper {
    margin: 24px 0 0px;
}

.cocktsteps_img {
    position: relative;
    max-width: 336px;
    margin: 0 auto;
}

.cocktsteps_item {
    margin: 51px 0 51px;
}

.cocktsteps_item_num {
    margin-bottom: 13px;
    letter-spacing: 1px;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    font-family: 'Druk Wide Cyr';
}

.cocktsteps_item_cont {
    max-width: 405px;
    letter-spacing: 0.18px;
    opacity: 0.65;
    font-size: 16px;
    line-height: 28px;
}

.section-cockt .font-32 {
    max-width: 800px;
}

.cockt_slider {
    margin: 59px -39px 38px -39px;
}

.cockt_slider .slick-track {
    display: flex;
    align-items: stretch;
}

.cockt_slider_item {
    height: auto;
    padding: 0 39px 0 39px;
}

.cockt_item {
    transition: .3s;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    letter-spacing: 0;
    height: 100%;
}

.cockt_item:hover {
    background: #141414;
    height: 100%;
}

.cockt_item_img {
    background: #141414;
    position: relative;
    padding-bottom: 100%;
}

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

.cockt_item_cont {
    padding: 30px 17px 19px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.cockt_item_title {
    margin-bottom: 12px;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.cockt_item_desc {
    letter-spacing: 0.12px;
    margin-bottom: 38px;
    opacity: 0.65;
    font-size: 13px;
    line-height: 20px;
}

.cockt_item_bot {
    margin-top: auto;
}

.cockt_item_size {
    opacity: 0.65;
    font-size: 13px;
    line-height: 20px;
}

.cockt_item_price {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.cockt_slider .slick-prev, .cockt_slider .slick-next {
    top: -90px;
    right: 38px;
    transform: translate(0, 0);
    margin: 0;
    height: 20px;
    width: 28px;
}

.cockt_slider .slick-prev {
    left: auto;
    right: 90px;
}

.cockt_slider .slick-prev:before, .cockt_slider .slick-next:before {
    height: 20px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/arr0_or.svg) no-repeat center;
    background-size: contain;
    content: '';
    opacity: 1;
}

.cockt_slider .slick-prev:hover:before, .cockt_slider .slick-next:hover:before {
    background-image: url(../img/arr_gr.svg);
}

.cockt_slider .slick-prev:before {
    transform: rotate(180deg);
}

.sbar {
    margin: 0 0 127px;
    border: 3px solid #FF7733;
    padding: 36px 97px 40px;
}

.sbar h2 a {
    color: #fff;
    transition: .3s;
}

.sbar h2 a:hover {
    text-decoration: none;
    color: #FF7733;
}

.sbar_left {
    padding-top: 36px;
}

.sbar_txt {
    opacity: 0.65;
    font-size: 24px;
    line-height: 32px;
    margin-top: 45px;
    letter-spacing: 0.25px;
    max-width: 330px;
}

.sbar_info {
    letter-spacing: 0;
    padding-left: 13px;
}

.sbar_info_item {
    margin: 60px 0;
    display: flex;
    align-items: center;
}

.sbar_info_icon {
    width: 60px;
    min-width: 60px;
    margin: 0 38px 0 0;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sbar_info_icon img {
    max-height: 100%;
}

.sbar_info_txt {
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
}


@media (min-width: 1250px) {
    .beauty-layout .container {
        width: 1250px;
    }

    .beauty-layout button.top.right.svelte-gwtvdf {
        top: 52px;
        right: 50%;
        margin-right: -520px;
    }
}

@media (max-width: 1249px) {
    .beauty-layout button.top.right.svelte-gwtvdf {
        top: 52px;
        right: 110px;
    }

    .errorpage h1 {
        font-size: 44px;
    }

    .header_right .btn {
        margin-left: 17px;
    }

    .cockt_slider {
        margin: 59px -25px 38px -25px;
    }

    .cockt_slider_item {
        padding: 0 25px 0 25px;
    }

    .cockt_slider .slick-next {
        right: 25px;
    }

    .cockt_slider .slick-prev {
        right: 75px;
    }
}

@media (min-width: 1200px) {
    .beauty-layout .navbar-left > li > a {
        font-size: 13px;
    }

    .main-wrapper {
        overflow: visible;
    }
}

@media (max-width: 1199px) {
    .training-sticky {
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: -1px;
        top: auto;
        z-index: 11;
    }

    .training-type-data {
        padding: 0;
        height: auto;
    }

    .training-type-data-bg {
        height: auto;
    }

    .training-type-val {
        width: 25%;
    }

    .training-type-btn {
        width: 50%;
    }

    .training-type-title {
        margin-top: 0;
    }

    .font-72 {
        font-size: 58px;
    }

    .font-58 {
        font-size: 48px;
    }

    .font-46 {
        font-size: 42px;
    }

    .font-32 {
        font-size: 30px;
    }

    .rowimg {
        margin-top: 20px;
    }

    .rowimg .font-72 {
        min-height: 284px;
    }

    .rowimg-left .rowimg_cont {
        width: 46.25%;
    }

    .section-cockt .font-32 {
        max-width: 735px;
    }

    .cockt_slider {
        margin: 59px -15px 38px -15px;
    }

    .cockt_slider_item {
        padding: 0 15px 0 15px;
    }

    .cockt_slider .slick-prev, .cockt_slider .slick-next {
        top: -90px;
    }

    .cockt_slider .slick-next {
        right: 15px;
    }

    .cockt_slider .slick-prev {
        right: 65px;
    }

    .cockt_item {
        padding-top: 0;
    }

    .sbar {
        padding: 15px 60px 15px;
    }

    .sbar_info_item {
        margin: 50px 0;
    }

    .cockt_item_title {
        font-size: 16px;
        line-height: 26px;
    }


}

@media (min-width: 992px) {
    .headlang.m-show {
        display: none;
    }

    .header_row {
        padding-top: 74px;
    }

    .header_top {
        border-bottom: 1px solid #8080804d;
        height: 55px;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 0;
        z-index: 0;
        justify-content: flex-end;
        align-items: center;
    }

    .cockt_item_bot {
        opacity: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cockt_item:hover .cockt_item_bot {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .beauty-layout .wrap {
        padding-top: 90px;
    }

    .beauty-layout .navbar {
        height: 90px;
        padding: 0px 0;
    }

    .beauty-layout .navbar .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .beauty-layout .headlang {
        top: 25px;
        z-index: 10;
    }

    .beauty-layout .navbar-left > li {
        float: left;
    }

    .beauty-layout .navbar-left > li > a {
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 67px;
    }

    .beauty-layout button.top.right.svelte-gwtvdf {
        top: 21px;
    }

    .btn-sm {
        font-size: 16px;
        padding: 13px 28px;
        height: 56px;
    }

    .errorpage h1 {
        font-size: 38px;
    }

    .errorpage {
        display: block;
    }

    .errorpage_img {
        text-align: center;
        margin-bottom: 71px;
    }

    .errorpage_img img {
        max-width: 67%;
    }

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

    .errorpage-500 h1, .errorpage h1 {
        max-width: 100%;
        width: 100%;
    }

    .errorpage-500 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .header_top {
        margin: 30px -20px 0;
        flex-direction: column-reverse;
        border-top: 1px solid #8080804d;
    }

    .header_top .translateLang {
        letter-spacing: 1px;
        font-size: 16px;
        line-height: 30px;
        color: rgb(255, 255, 255);
    }

    .header_top .translateLang:after {
        margin-left: 0px;
        background-image: url(../img/arr-w.svg);
    }

    .header_top .navbar-nav > li > a {
        letter-spacing: 1px;
        font-size: 16px;
        line-height: 30px;
    }

    .header_logos {
        display: block;
        border-top: 1px solid #8080804d;
        padding: 7px 20px;
        width: 100%;
    }

    .header_logos_item {
        font-size: 11px;
        line-height: 20px;
        margin-top: 25px;
    }

    .header_logos_item img {
        height: 25px;
        max-height: 25px;
        max-width: 25px;
    }

    .header_logos_item span {
        width: 35px;
    }

    .header_top_right {
        display: block;
        padding: 20px 20px 25px;
    }

    .header_addr {
        left: 5px;
        top: 40px;
        right: 50px;
    }

    .header_right .btn {
        margin-left: 0px;
    }

    .training-type-title {
        display: none;
    }

    .training-type-data-bg {
        padding: 16px 0px;
    }

    .training-type-big {
        margin-top: 3px;
    }

    .training-type-view h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .training-type-view h3 {
        font-size: 26px;
        line-height: 38px;
    }

    .training-type-description, .train-info_txt {
        font-size: 15px;
        line-height: 24px;
    }

    .font-72 {
        font-size: 44px;
    }

    .font-58 {
        font-size: 40px;
    }

    .font-46 {
        font-size: 34px;
    }

    .font-32 {
        font-size: 26px;
    }

    .rowimg_img {
        width: 40.5%;
    }

    .rowimg .font-72 {
        min-height: 218px;
    }

    .rowimg-right .rowimg_cont {
        width: 56%;
    }

    .rowimg-left .rowimg_img {
        width: 45.3%;
    }

    .rowimg-left .rowimg_cont {
        width: 50%;
    }

    .cocktsteps {
        margin: 35px auto 0;
        max-width: 300px;
    }

    .cocktsteps_item_cont {
        font-size: 14px;
        line-height: 26px;
    }

    .cocktsteps_img {
        max-width: 290px;
    }

    .cocktsteps_item {
        margin: 40px 0;
    }

    .section-cocktsteps .cityhead_label {
        top: -68px;
        right: -63px;
        width: 134px;
        height: 134px;
        font-size: 9px;
        line-height: 14px;
    }

    .section-cockt .font-32 {
        max-width: 635px;
    }

    .sbar {
        padding: 10px 34px 10px;
    }

    .sbar_txt {
        font-size: 20px;
        line-height: 28px;
        margin-top: 25px;
        max-width: 290px;
    }

    .sbar_info_icon {
        margin: 0 28px 0 0;
    }

    .sbar_info_item {
        margin: 40px 0;
    }

    .sbar_left {
        padding-top: 20px;
    }

    .cockt_slider .slick-prev, .cockt_slider .slick-next {
        top: -85px;
    }


}

@media (max-width: 767px) {
    .beauty-layout .navbar-left {
        top: 20px;
        left: 20px;
        margin: 0;
    }

    .beauty-layout .navbar-left > li > a {
        line-height: 30px;
        font-size: 10px;
    }

    .beauty-layout .navbar-inverse .navbar-nav > li > a {
        color: #6e6e6f;
    }

    .btn-sm {
        max-width: 100%;
    }

    .training-type-view h1 {
        font-size: 34px;
        line-height: 46px;
    }

    .training-type-view h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .training-type-description, .train-info_txt {
        font-size: 14px;
        line-height: 22px;
    }

    .train-info_icon {
        margin-bottom: 8px;
    }

    .train-info {
        margin-top: 0px;
        margin-bottom: -1px;
    }

    .train-info_item {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .training-type-general .info_item {
        margin: 23px 0 2px;
        display: block;
        text-align: center;
    }

    .training-type-general .info_icon {
        margin: 6px auto 17px;
    }

    .training-type-general .info_item .info_txt {
        text-align: center;
    }

    .training-type-general .info_item .info_txt br {
        display: none;
    }

    .training-type-btn2.m-show {
        display: block;
        text-align: center;
        width: 100%;
    }

    .training-type-btn2.m-show .btn-sm {
        margin: 10px 0 0px;
        height: 70px;
        padding: 19px 10px;
        font-size: 17px;
    }

    .training-type-general .section-info {
        padding: 35px 0 25px;
    }

    .training-type-btn2 .tel_link {
        margin-top: 18px;
    }

    .training-type-val b {
        letter-spacing: 0;
        font-size: 8px;
        line-height: 12px;
    }

    .training-type-big {
        height: 33px;
        font-size: 16px;
        line-height: 24px;
    }

    .training-type-btn .tel_link {
        margin-top: 0px;
        font-size: 8px;
        line-height: 12px;
    }

    .training-type-btn .btn-sm {
        width: 85%;
        letter-spacing: 0.7px;
        font-size: 8px;
        line-height: 22px;
        padding: 5px 10px;
        height: 32px;
        margin: 3px auto 0px;
    }

    .training-type-data-bg {
        padding: 12px 5px 15px;
    }

    .training-list-filters a {
        font-size: 8px;
        letter-spacing: 1px;
        height: 56px;
        line-height: 12px;
    }

    .training-list-filters {
        margin: 14px -1px 0px 0;
    }

    .training-list-filters .col-xs-6 {
        padding: 0 1px 1px 0;
    }

    .training-list {
        margin-top: 20px;
    }

    .single-training {
        margin-bottom: 6px;
    }

    .single-training-bot {
        padding: 16px;
    }

    .training-type-big .intensity {
        font-size: 121%;
    }

    #checkout-container {
        background: #313539;
    }

    .font-72 {
        font-size: 40px;
    }

    .font-58 {
        font-size: 36px;
    }

    .font-46 {
        font-size: 30px;
    }

    .font-32 {
        font-size: 24px;
    }

    .rowimg {
        display: block;
        margin-top: 0px;
    }

    .rowimg_img, .rowimg-left .rowimg_img {
        margin: 0 auto;
        width: 360px;
    }

    .rowimg-right .rowimg_cont, .rowimg-left .rowimg_cont {
        width: 100%;
    }

    .rowimg .font-72 {
        min-height: 58px;
    }

    .sbar_info_txt {
        font-size: 18px;
        line-height: 26px;
    }

    .cockt_item_cont {
        padding: 19px 0px 0px;
    }

    .cockt_item:hover {
        background: transparent;
    }

    .section-cockt .font-32 {
        max-width: 430px;
    }

    .section-cocktsteps {
        margin-bottom: 90px;
        margin-top: 110px;
    }

    .cockt_item_desc {
        margin-bottom: 20px;
    }

    .section-cocktsteps .row.d-flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .sbar_info {
        padding-left: 0px;
    }


}

@media (max-width: 767px) and (min-width: 576px) {
    .cocktsteps_item {
        margin: 30px 0;
        display: flex;
    }

    .cocktsteps_item_num {
        margin-bottom: 0px;
        min-width: 70px;
        margin-right: 13px;
        text-align: right;
    }

    .cocktsteps_item_cont {
        max-width: 300px;
        padding-top: 8px;
    }

    .cocktsteps {
        margin: 0px auto 73px;
        max-width: 452px;
    }

}

@media (max-width: 575px) {
    .beauty-layout button.top.right.svelte-gwtvdf {
        right: 84px;
        display: flex;
        width: 92px;
        line-height: 1.4;
        justify-content: center;
        align-items: center;
    }

    .btn-sm {
        padding: 13px 10px;
        width: 100%;
    }

    .errorpage {
        padding: 67px 0 40px;
    }

    .errorpage h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .errorpage p {
        font-size: 13px;
        line-height: 20px;
        margin: 18px 0;
    }

    .errorpage .btn {
        margin-top: 14px;
    }

    .errorpage_cont {
        max-width: 340px;
    }

    .training-type-view h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .training-type-view h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .training-type-description, .train-info_txt {
        font-size: 13px;
        line-height: 20px;
    }

    .font-72 {
        font-size: 24px;
        line-height: 36px;
    }

    .font-58 {
        font-size: 24px;
        line-height: 36px;
    }

    .font-46 {
        font-size: 24px;
        line-height: 36px;
    }

    .font-32 {
        font-size: 22px;
        line-height: 36px;
    }

    .rowimg {
        margin-bottom: 56px;
    }

    .rowimg .font-72 {
        margin-top: 8px;
        max-width: 225px;
    }

    .rowimg_img, .rowimg-left .rowimg_img {
        margin: 28px auto 0;
        width: 280px;
    }

    .rowimg .font-58 {
        margin-bottom: 31px;
    }

    .section-cocktsteps {
        margin-bottom: 71px;
        margin-top: 50px;
    }

    .cocktsteps {
        margin: 0px auto 0;
    }

    .cocktsteps_img {
        max-width: 220px;
        margin: 61px auto 0;
    }

    .cocktsteps_item {
        margin: 0 0 27px 0;
    }

    .cocktsteps_item_cont {
        font-size: 13px;
        line-height: 20px;
    }

    .cocktsteps .mobile-apps-wrapper {
        margin: 16px 0 0px;
    }

    .cockt_slider {
        margin: 34px -10px 38px -10px;
    }

    .cockt_slider .slick-list {
        overflow: visible;
    }

    .cockt_slider_item {
        padding: 0 10px 0 10px;
        width: 250px;
    }

    .cockt_item_title {
        margin-bottom: 9px;
        font-size: 15px;
        line-height: 20px;
    }

    .cockt_item_cont {
        padding: 15px 0px 0px;
    }

    .cockt_item_desc {
        margin-bottom: 16px;
    }

    .section-cocktsteps .cityhead_label {
        top: -56px;
        padding-top: 6px;
        right: -30px;
        width: 116px;
        height: 116px;
        font-size: 8px;
        line-height: 12px;
    }

    .sbar {
        margin: 74px 0 70px;
        padding: 15px 21px 10px;
    }

    .sbar_txt {
        margin-top: 18px;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 40px;
        margin-right: 2px;
        letter-spacing: 0.1px;
        max-width: 290px;
    }

    .sbar_info_item {
        display: block;
        margin: 34px 0 29px;
    }

    .sbar_left {
        padding-top: 0px;
    }

    .sbar_info_icon {
        margin: 0 0px 19px 0;
    }


}


/* */

@media (min-width: 768px) {
    #f .f-modal-dialog {
        max-width: 427px;
        margin: 2rem auto;
    }

    #f .f-modal-dialog-centered {
        align-items: center;
        height: calc(100% - 4rem);
        min-height: calc(100% - 4rem);
    }

    #f .f-modal.f-show .f-modal-dialog {
        -webkit-transform: none;
        transform: none;
    }

    #f .f-modal-content {
        padding: 2.5rem 0 0;
        margin: auto;
        font-size: 1rem;
        border-radius: 1rem;
    }

    #f .f-modal-header {
        padding: 0 3.125rem 1rem;
    }

    #f .f-modal-body, #f .f-modal-footer {
        padding: 0 3.125rem 2.5rem;
    }

    #f .f-modal-header .f-close {
        top: -3.75rem;
        right: -2.75rem;
    }
}


/* */
.section-infonew {
    padding-top: 100px;
}

.section-infonew h2 {
    margin-top: -5px;
    margin-bottom: 37px;
}

.infonew_row {
    display: flex;
    align-items: center;
    margin-bottom: 53px;
}

.infonew_bot {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.65);
}

.infonew_bot .btn {
    padding: 20px 10px;
    width: 249px;
    margin-right: 32px;
    height: 70px;
    letter-spacing: 0.7px;
    font-size: 17px;
    line-height: 30px;
}

.infonew_bot p {
    margin: 5px 0 0;
    letter-spacing: 0;
    font-weight: normal;
}

.section-infonew .section-video {
    margin-bottom: 0px;
    min-height: 165px;
}

.section-infonew .section-video:before {
    padding-bottom: 59.445%;
}

.section-infonew .video-cover:after {
    background-size: 40px;
}

.section-newtop {
    margin-bottom: -151px;
    margin-top: -156px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    height: 808px;
    position: relative;
    background: url(../img/cover.jpg) no-repeat center; /*background: url(../img/cover.webp) no-repeat center;*/
    background-size: cover;
}

.section-newtop h1 {
    letter-spacing: 1px;
    margin-bottom: 64px;
    margin-top: 86px;
    font-size: 72px;
    max-width: 1100px;
}

.section-newtop:before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.section-newtop .infonew_bot .btn {
    margin-right: 45px;
    width: 300px;
}

.section-newtop .infonew_bot p {
    margin: -2px 0 0;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-newtop .container {
    position: relative;
    z-index: 1;
}

.landing-gift-message {
    font-weight: bold;
    font-size: 17px;
    color: #4c4c4c;
    margin: 20px 40px;
    font-family: 'Roboto', sans-serif;
    display: block;
    padding-top: 2px;
}

.success-registration {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .section-infonew h2 {
        font-size: 40px;
    }

    .section-newtop h1 {
        font-size: 64px;
        margin-top: 37px;
        max-width: 930px;
    }

    .section-newtop {
        height: 678px;
    }

}

@media (max-width: 991px) {
    .section-infonew {
        padding-top: 6px;
    }

    .infonew_row {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .header_logo {
        width: 112px;
        height: 30px;
        overflow: hidden;
    }

    .section-infonew .section-video {
        margin-bottom: 34px;
    }

    .section-infonew h2 {
        margin-bottom: 26px;
    }

    .infonew_row {
        margin-bottom: 25px;
    }

    .section-newtop h1 {
        font-size: 54px;
        max-width: 730px;
        margin-bottom: 42px;
        margin-top: 0;
    }

    .section-newtop {
        height: 600px;
        margin-bottom: -90px;
        margin-top: -70px;
    }

    .section-newtop .infonew_bot .btn {
        margin-right: 32px;
        width: 267px;
    }

}

@media (max-width: 767px) {
    .section-infonew h2 {
        max-width: 380px;
        line-height: 40px;
        font-size: 28px;
    }

    .section-newtop h1 {
        max-width: 380px;
        line-height: 40px;
        font-size: 28px;
        margin-bottom: 30px;
        margin-top: 44px;
    }

    .section-newtop {
        height: 540px;
        margin-bottom: -27px;
    }

    .section-newtop .infonew_bot p {
        font-size: 8px;
        line-height: 12px;
    }

    .infonew_bot .btn {
        width: 180px;
        font-size: 11px;
        padding: 9px 10px;
        height: 48px;
    }

    .section-newtop .infonew_bot .btn {
        width: 180px;
    }

}

@media (max-width: 575px) {
    .section-infonew h2 {
        max-width: 280px;
        line-height: 34px;
        font-size: 22px;
    }

    .infonew_bot {
        display: block;
    }

    .infonew_bot .btn {
        width: 100%;
        margin: 0 0 17px;
        font-size: 11px;
        padding: 9px 10px;
        height: 48px;
    }

    .section-newtop {
        height: 440px;
    }

    .section-newtop h1 {
        line-height: 32px;
        font-size: 22px;
        max-width: 280px;
    }

    .section-newtop .infonew_bot {
        text-align: center;
    }

    .section-newtop .infonew_bot .btn {
        margin-right: 0px;
        width: 100%;
    }

}

/* */
.registration-link, .login-link, .add-card-link {
    letter-spacing: 0.7px;
}

.reg-form {
    margin-bottom: 100px;
}

.reg-form .form-wrap {
    padding: 0px;
    margin: 18px auto 0;
    max-width: 590px;
    background: transparent;
}

.reg-form .form-wrap h1 {
    margin-left: 0;
    font-size: 32px;
    font-size: 46px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.form-wrap-title {
    margin-bottom: 72px;
    display: flex;
    align-items: center;
}

.form-wrap-title h1 {
    margin-left: 0;
}

.link-back {
    width: 39px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.link-back:hover {
    opacity: 0.5;
}

.reg-form .control-label {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.2s 0.15s;
    transition: all 0.2s 0.15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    position: absolute;
    left: 0;
    top: 20px;
    letter-spacing: 0.7px;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    line-height: 16px;
    margin: 0;
}

.reg-form .filled .control-label,
.field-registrationform-phone .control-label,
.field-changephoneform-phone .control-label,
.field-loginform-phone .control-label {
    letter-spacing: 0;
    text-transform: none;
    top: -13px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.reg-form .form-control {
    padding: 0 0px 0px;
}

.reg-form .form-wrap .login-link, .reg-form .add-card-link, .reg-form .form-wrap .registration-link {
    margin: 0 0px 65px;
}

.reg-form .hint-block {
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 0.5;
    font-weight: normal;
    padding: 5px 0px 21px 0px;
}

.reg-form .form-group .btn {
    margin-top: 0px;
    height: 72px;
    padding: 6px 20px;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.7px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    line-height: 24px;
}

.reg-form .intl-tel-input.allow-dropdown .flag-container {
    left: 0px;
}

.reg-form .intl-tel-input input[type=tel] {
    padding-left: 65px;
}

.reg-form .registration-link .orange-link, .reg-form .login-link .orange-link {
    transition: all 0.2s;
    color: #ff8236;
    border-bottom: 1px solid currentColor;
}

.reg-form .registration-link .orange-link:hover, .reg-form .login-link .orange-link:hover {
    color: #ff8236;
    border-bottom: 1px solid transparent;
}

.reg-form .intl-tel-input .selected-flag .iti-arrow {
    right: 0px;
}

.reg-form .help-block {
    padding-left: 0px;
}

.reg-form .form-group {
    margin-bottom: 62px;
}

.reg-form .row .form-group {
    margin-bottom: 56px;
}

.has-error .help-block {
    color: #F5473B;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
}

.instagram-desc {
    margin-top: 11px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s !important;
}

#login-confirm-form, #registration-confirm-form {
    margin-top: 65px;
}

.btn.back-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    display: block;
}

.back-btn {
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    font-family: 'Druk Wide Cyr';
    opacity: 0.5;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin: -44px auto 0;
    width: 150px;
}

.back-btn:hover {
    text-decoration: none;
    opacity: 1;
    color: #FFFFFF;
}

.has-success .control-label {
    color: #6E6E6F;
}

.has-success .form-control {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.has-success .form-control:focus {
    box-shadow: none;
}

.field-edituserform-incognitomode {
    margin-top: -15px;
}

.field-edituserform-incognitomode label {
    letter-spacing: 0;
    font-family: 'Druk Wide Cyr';
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    line-height: 28px;
    margin-bottom: 9px;
    cursor: pointer;
}

.field-edituserform-incognitomode label input {
    position: absolute;
    opacity: 0;
}

.field-edituserform-incognitomode label span {
    position: relative;
    padding-left: 56px;
    display: inline-block;
}

.field-edituserform-incognitomode label span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 28px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.3);
    transition: .2s;
}

.field-edituserform-incognitomode label span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    transition: .15s;
}

.field-edituserform-incognitomode label input:checked + span:before {
    background: #FF7733;
}

.field-edituserform-incognitomode label input:checked + span:after {
    transform: translateX(16px);
}

#edit-user-form .hint-block {
    line-height: 16px;
    font-weight: 400;
}

.reg-form .form-group.field-edituserform-incognitomode {
    margin-bottom: 26px;
}

a.back-btn:hover, a.back-btn:focus {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .reg-form .form-wrap h1 {
        font-size: 20px;
    }

    .reg-form .control-label {
        font-size: 11px;
        top: 13px;
    }

    .reg-form .filled .control-label,
    .field-changephoneform-phone .control-label,
    .field-registrationform-phone .control-label, .field-loginform-phone .control-label {
        top: -13px;
        font-size: 12px;
    }

    .reg-form .form-wrap .login-link, .reg-form .add-card-link, .reg-form .form-wrap .registration-link {
        margin: 0 0px 48px;
        font-size: 11px;
    }

    .reg-form .form-group {
        margin-bottom: 46px;
    }

    .intl-tel-input .selected-flag .iti-flag {
        transform: scale(1);
    }

    .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
        width: 36px;
    }

    .reg-form .intl-tel-input input[type=tel] {
        padding-left: 60px;
    }

    .instagram-desc {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 32px;
    }

    .reg-form .row .form-group {
        margin-bottom: 24px;
    }

    .reg-form .form-group .btn {
        font-size: 16px;
        height: 56px;
        padding: 0px 38px;
    }

    .reg-form {
        margin-bottom: 50px;
    }

    #login-confirm-form, #registration-confirm-form {
        margin-top: 48px;
    }

    .back-btn {
        font-size: 16px;
        margin: -24px auto 0;
    }


}


/* .barre-club-main  */
.barre-club-main .cityoffer {
    position: relative;
    border: 3px solid #FF7733;
    padding: 68px 76px;
    margin-bottom: 160px;
}

.barre-club-main .cityoffer p {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.5;
    margin: 37px 0 62px;
    letter-spacing: 0.15px;
    max-width: 560px;
}

.barre-club-main .cityoffer_cont {
    max-width: 735px;
}

.barre-club-main .cityoffer_img {
    max-width: 31%;
    position: absolute;
    right: 4.3%;
    bottom: -4px;
}

.barre-club-main .cityoffer_link {
    display: block;
    height: 32px;
    width: 44px;
    margin: 40px 0px 31px -5px;
    background: url(../img/arr0_or.svg) no-repeat center;
    background-size: 100%;
    transform: rotate(90deg);
}

.barre-club-main .cityoffer_link:hover, .barre-club-main .cityoffer_link:focus {
    text-decoration: none;
    color: #FF7733;
}

.barre-club-main .btn-sm {
    padding: 20px 24px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.barre-club-main .section-trainlist:before, .barre-club-main .section-applic:before,
.barre-club-main .section-trainers:before, .barre-club-main .section-piq:before {
    display: none;
}

.barre-club-main .section-info .starimg {
    left: 60.9%;
    top: 20px;
}

.barre-club-main .info_item {
    margin: 66px 0 30px;
}

.barre-club-main .info_icon {
    align-items: center;
    height: 80px;
    margin: 0 0 30px;
}

.barre-club-main .info_icon img {
    max-width: 80px;
    width: auto;
    height: auto;
}

.barre-club-main .info_item .info_txt {
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0 -4px;
}

.barre-club-main .info_item .info_txt-sm {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.6;
    letter-spacing: 0px;
    margin: 10px -4px 0;
}

.barre-club-main .video-cover {
    background-image: url(../img/coverbg.jpg);
    background-position: bottom;
}

.barre-club-main .piq_item {
    margin: 40px 0 28px;
}

.barre-club-main .piq_ico {
    height: 80px;
    line-height: 80px;
    margin-bottom: 24px;
}

.barre-club-main .piq_ico img {
    max-height: 80px;
    max-width: 80px;
}

.barre-club-main .piq_txt {
    line-height: 1.5;
}

/* */
.add-promo {
    color: #fff;
}

.prices-list {
    max-width: 580px;
    margin: 0 auto 90px;
}

.prices-list .form-wrap-title {
    margin-bottom: 3px;
}

.prices-list .list-group-item {
    padding: 16px 0;
    min-height: 50px;
    background: transparent;
}

.prices-list .list-group-item .package-title {
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0;
    font-size: 46px;
}

.prices-list .card-number {
    color: #fff;
}

.prices-list .list-group-item .item-description {
    line-height: 24px;
    letter-spacing: 0.7px;
}

.title-sm {
    margin-bottom: 6px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    opacity: 0.5;
    color: #fff;
    line-height: 16px;
}

.list-group-info {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Druk Wide Cyr';
    line-height: 24px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.prices-list .list-group-item .package-price, .prices-list .package-price-coupon {
    letter-spacing: 0.7px;
    font-size: 16px;
    line-height: 24px;
}

.prices-list .package-file {
    margin-top: 6px;
}

.prices-list .list-group-item.submit-block .btn-block {
    margin-top: 16px;
}

.special-package {
    margin-top: 24px;
}

.special-package .package-info {
    padding: 39px 50px 26px;
}

.special-package .list-group-item {
    padding: 12px 0;
    min-height: 50px;
}

.special-package .btn {
    height: 72px;
    line-height: 32px;
}

.special-package .profile-branch-title {
    margin: 0 0 22px;
    letter-spacing: 0.7px;
    font-size: 16px;
    line-height: 24px;
}

.profile-branch-title a {
    color: currentColor;
    border-bottom: 2px dashed #FF7733
}

.profile-branch-title a:hover {
    border-color: transparent;
    text-decoration: none;
}


.list-group-info + .title-sm {
    margin: 10px 0 12px;
}

.package-info.no-packages {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    height: 264px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.with-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
}

.btn.with-arrow:after {
    content: '';
    display: block;
    margin-right: 5px;
    width: 39px;
    min-width: 39px;
    height: 28px;
    background: url(../img/arrblack.svg) no-repeat center;
    background-size: contain;
}

.friendly-branch-popup {
    letter-spacing: 0px;
}

.friendly-branch-popup .btn {
    height: 80px;
    font-size: 17px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.friendly-branch-popup .modal-content {
    padding: 0;
}

.friendly-branch-popup .modal-header {
    padding: 80px 48px 32px;
}

.friendly-branch-popup .modal-body {
    padding: 0px 48px 80px;
}

.friendly-branch-popup .modal-footer {
    padding: 0px;
    border: none;
}

.friendly-branch-popup .modal-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.friendly-branch-popup .friendly-branches-description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.friendly-branch-popup .citycols_item {
}

.friendly-branch-popup .citycols_list {
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 24px;
}

/* */
@media screen and (max-width: 1199px) {
    .barre-club-main .cityoffer_cont {
        max-width: 670px;
    }

    .barre-club-main .cityoffer_img {
        right: 1.3%;
    }

    .barre-club-main .cityoffer {
        padding: 20px 40px;
    }
}

@media screen and (min-width: 991px) {
    .barre-club-main .section-info {
        padding: 26px 0 24px;
    }

    .barre-club-main .section-piq {
        padding: 41px 0 132px;
    }
}

@media screen and (max-width: 991px) {
    .barre-club-main .cityoffer {
        padding: 15px 20px;
    }

    .barre-club-main .cityoffer_cont {
        max-width: 543px;
    }

    .barre-club-main .cityoffer p {
        font-size: 13px;
        line-height: 20px;
        margin: 18px 0 22px;
        max-width: 453px;
    }

    .barre-club-main .btn-sm {
        font-size: 15px;
        padding: 13px 14px;
    }

    .barre-club-main .cityoffer_link {
        height: 26px;
        width: 34px;
        margin: 27px 0px 31px -5px;
    }

    .barre-club-main .section-info .starimg {
        top: 136px;
    }

    .barre-club-main .section-video {
        margin: 0 -20px;
        min-height: 422px;
    }

    .barre-club-main .section-info {
        padding: 38px 0 20px;
    }

    .barre-club-main .section-applic {
        margin-bottom: 0px;
        padding: 23px 0;
    }

    .barre-club-main .section-applic h2 {
        margin-top: 0;
    }

    .barre-club-main .applic_row .mobile-apps-wrapper {
        margin: 19px 0 0px;
    }

    .barre-club-main .section-applic .mobile-apps-wrapper a.iphone, .barre-club-main .section-applic .mobile-apps-wrapper a.android {
        margin: 15px auto 5px;
    }

    .barre-club-main .piq_ico {
        margin-bottom: 15px;
    }

    .barre-club-main .piq_txt {
        line-height: 1.25;
    }

    .barre-club-main .piq_item {
        margin: 4px 0 40px;
    }

    .barre-club-main .section-piq {
        padding: 28px 0 20px;
    }

    .barre-club-main .info_item .info_txt-sm {
        max-width: 280px;
        margin: 10px auto 0;
    }


}

@media screen and (min-width: 768px) {
    .friendly-branch-popup .citycols_item {
        width: 194px;
    }
}

@media screen and (max-width: 767px) {
    .barre-club-main .cityoffer {
        padding-bottom: 275px;
        overflow: hidden;
    }

    .barre-club-main .cityoffer_img {
        width: 174px;
        max-width: 174px;
        right: 4.3%;
        bottom: -6px;
    }

    .barre-club-main .info_item {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .barre-club-main .section-info .starimg {
        left: 79.9%;
        top: 213px;
    }

    .info_row {
        margin: 43px -10px 0px;
    }

    .barre-club-main .info_item {
        margin: 5px 0 15px;
    }

    .barre-club-main .info_item .info_txt {
        text-align: center;
    }

    .prices-list .form-wrap-title {
        margin-bottom: 8px;
    }

    .prices-list .list-group-item .package-title {
        font-size: 20px;
    }

    .title-sm {
        font-size: 12px;
    }

    .list-group-info {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.12px;
    }

    .prices-list .list-group-item {
        font-size: 12px;
        line-height: 20px;
    }

    .prices-list .list-group-item {
        padding: 12px 0;
        min-height: 20px;
    }

    .prices-list .list-group-item .item-description,
    .prices-list .list-group-item .package-price, .prices-list .package-price-coupon {
        line-height: 20px;
        letter-spacing: 0.12px;
        font-size: 12px;
    }

    .buy-package .list-group-item.submit-block .btn {
        padding: 10px 50px 10px 24px;
        height: 56px;
        font-size: 16px;
        letter-spacing: 0.7px;
        line-height: 20px;
    }

    .prices-list .list-group-item.submit-block .btn-block {
        margin-top: 22px;
    }

    .card-type {
        display: block;
        margin: 3px 0;
    }

    .special-package .profile-branch-title {
        margin: 0 0 16px;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.12px;
    }

    .special-package .btn {
        height: 56px;
        line-height: 36px;
    }

    .special-package .package-info {
        padding: 23px 20px 20px;
        margin: 0;
    }

    .special-package {
        margin-top: 20px;
    }

    .special-package .list-group-item {
        padding: 10px 0;
    }

    .package-info.no-packages {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        height: 280px;
    }

    .btn.with-arrow {
        height: auto;
        min-height: 56px;
        white-space: normal;
        text-align: left;
        padding: 16px 24px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.7px;
        overflow: hidden;
    }

    .btn.with-arrow:after {
        width: 28px;
        height: 20px;
        min-width: 28px;
    }

}

@media (max-width: 575px) {
    .barre-club-main .btn-sm {
        font-size: 15px;
        padding: 13px 14px;
        margin-top: 24px;
    }
}


.section-cityoffernew {
    padding-bottom: 160px;
}

.cityoffernew {
    position: relative;
    border: 3px solid #FF7733;
    padding: 68px 76px;
}

.cityoffernew .btn {
    margin-top: 35px;
    margin-bottom: 25px;
    padding-left: 27px;
    padding-right: 27px;
}

.cityoffernew_cont {
    max-width: 735px;
}

.cityoffernew_img {
    max-width: 31%;
    position: absolute;
    right: 4.3%;
    bottom: -4px;
}


@media screen and (max-width: 1199px) {
    .section-cityoffernew {
        padding-bottom: 100px;
    }

    .cityoffernew_cont {
        max-width: 670px;
    }

    .cityoffernew_img {
        right: 1.3%;
    }

    .cityoffernew {
        padding: 20px 40px;
    }
}

@media screen and (max-width: 991px) {
    .section-cityoffernew {
        padding-bottom: 80px;
    }

    .cityoffernew {
        padding: 15px 20px;
    }

    .cityoffernew_cont {
        max-width: 543px;
    }
}

@media screen and (max-width: 767px) {
    .section-cityoffernew {
        padding-bottom: 60px;
    }

    .cityoffernew {
        padding-bottom: 167px;
        overflow: hidden;
    }

    .cityoffernew .btn {
        font-size: 15px;
        margin-top: 23px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .cityoffernew_img {
        bottom: -6px;
        width: 174px;
        max-width: 174px;
        right: 4.3%;
    }
}

@media (max-width: 575px) {
    .cityoffernew {
        padding-bottom: 257px;
    }
}


/* cookie */
.cookierow {
    background: #141414;
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    right: 0;
}

.cookierow_fl {
    min-height: 104px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookierow_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.32px;
    color: #FFFFFF;
    opacity: 0.65;
}

.cookierow_txt a {
    display: inline-block;
    text-decoration: underline;
    color: currentColor;
}

.cookierow_txt a:hover {
    text-decoration: none;
}

.cookierow .btn {
    width: auto;
    padding: 10px 44px;
    height: 48px;
    margin-left: 15px;
    font-size: 11px;
}

.edit-card .form-wrap h1 {
    font-size: 32px;
    margin-bottom: 0;
}

.change-phone-form .form-wrap h1 {
    font-size: 32px;
    margin-bottom: 0;
}

.row-prof {
    margin-top: 20px;
    margin-bottom: 40px;
}

.remove-prof {
    text-align: center;
}

.remove-prof-link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 17px;
    height: 40px;
    line-height: 30px;
    font-family: 'Druk Wide Cyr';
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.remove-prof-link svg {
    margin-right: 8px;
}

.remove-prof-link:hover {
    color: #fff;
    text-decoration: none;
}

.reg-form .form-group-btn {
    margin-bottom: 25px;
}

.edit-card-info .delete-card-btn {
    height: 30px;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.edit-card-info .delete-card-btn svg {
    margin-right: 8px;
}

.edit-card .form-wrap {
    background: #0E0E0F;
    margin: 0 auto;
    max-width: 690px;
    padding-top: 30px;
}

.registration-rules {
    color: rgba(255, 255, 255, 0.5);
    margin: 67px 0 39px;
    font-size: 16px;
    font-weight: 400;
    line-height: 137.5%;
    letter-spacing: -0.32px;
}

.registration-rules a {
    color: #fff;
}

.registration-rules a:hover {
    text-decoration: underline;
}

.processing-payment-wrap {
    padding: 20px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.processing-payment {
    width: 100%;
    padding: 80px 48px;
    background: #1F1F1F;
    max-width: 680px;
}

.processing-payment h1 {
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 1.25;
    margin: 29px auto 20px;
    max-width: 500px;
}

.processing-payment .description {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
}

.processing-payment .btn {
    text-align: center;
    width: auto;
    display: inline-flex;
    line-height: 32px;
    letter-spacing: 0;
    height: 72px;
    margin-top: 30px;
    font-size: 18px;
}

.processing-payment .spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: url(../img/spincircle.svg) no-repeat center;
    background-size: contain;
    -webkit-animation: rotating 1.5s linear infinite;
    -moz-animation: rotating 1.5s linear infinite;
    -ms-animation: rotating 1.5s linear infinite;
    -o-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite;
}

/* */
.faq {
    padding-bottom: 40px;
    margin-top: 86px;
    position: relative;
}

.faq:before {
    background: url(../img/star.svg) no-repeat center;
    content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    top: 4px;
    width: 80px;
    height: 80px;
}

.faq h1 {
    margin-right: 80px;
    letter-spacing: 1px;
    line-height: 139%;
    font-size: 46px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.faq-content {
    margin-top: 117px;
}

.faq_category {
    margin-bottom: 140px;
}

.faq_category_title {
    color: #EFEFEF;
    font-family: 'Druk Wide Cyr';
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
}

.faq_category_items {
}

.faq_item {
    border-bottom: 3px solid rgb(239 239 239 / 20%);
    padding-bottom: 8px;
    margin-bottom: 7px;
}

.faq_item_title.btn {
    gap: 10px;
    height: auto;
    text-decoration: none !important;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2;
    padding: 31px 0;
    white-space: normal;
    text-align: left;
    text-transform: uppercase;
    color: #808080;
    font-size: 20px;
    font-weight: 700;
    border: none;
}

.faq_item_title.btn:hover {
    text-decoration: none;
    color: #FD8241;
}

.faq_item_title.btn:after {
    min-width: 12px;
    margin-right: 17px;
    width: 12px;
    height: 18px;
    content: '';
    display: block;
    background: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 13.5794L5.99978 17.2039L-5.58742e-07 13.5794L-4.13049e-07 10.2463L5.551 13.5992L5.55056 0.796875L6.44014 0.796875L6.44016 13.605L12 10.2463L12 13.5794Z' fill='%23808080'/%3E%3C/svg%3E%0A") no-repeat center;
    background-size: contain;
}

.faq_item_title.btn[aria-expanded="true"] {
    color: #ffffff;
}

.faq_item_title.btn[aria-expanded="true"]:after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-5.58742e-07 4.42059L6.00021 0.796108L12 4.42059L12 7.75367L6.44899 4.4008L6.44944 17.2031L5.55986 17.2031L5.55984 4.395L-4.13049e-07 7.75367L-5.58742e-07 4.42059Z' fill='white'/%3E%3C/svg%3E%0A");
}

.faq_item_title.btn[aria-expanded="true"]:hover {
    color: #FD8241;
}

.faq_item_title.btn[aria-expanded="true"]:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-5.58742e-07 4.42059L6.00021 0.796108L12 4.42059L12 7.75367L6.44899 4.4008L6.44944 17.2031L5.55986 17.2031L5.55984 4.395L-4.13049e-07 7.75367L-5.58742e-07 4.42059Z' fill='%23FD8241'/%3E%3C/svg%3E%0A");
}

.faq_item_answer_text {
    opacity: 0.65;
    padding: 12px 0 48px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}


@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media (max-width: 1199px) {
    .cookierow .container {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .row-prof {
        margin-top: 0px;
    }

    .profile-menu {
        align-items: center;
        display: flex;
        overflow: auto;
        margin: 0 -20px 15px;
        padding: 0 4px 5px;
    }

    .profile-menu li {
        margin: 0 16px;
        white-space: nowrap;
    }

    .profile-menu .btn {
        margin-top: 0;
        height: 48px;
        line-height: 14px;
    }

    .edit-card .form-wrap {
        max-width: 9999px;
        margin: 0 -15px;
    }

    .faq {
        padding-bottom: 20px;
        margin-top: 43px;
    }

    .faq h1 {
        font-size: 36px;
    }

    .faq-content {
        margin-top: 55px;
    }

    .faq_category {
        margin-bottom: 80px;
    }

}

@media (max-width: 767px) {

    .cookierow_fl {
        min-height: 48px;
        padding: 20px 0 20px;
        display: block;
    }

    .cookierow_txt {
        letter-spacing: 0;
        font-size: 13px;
        line-height: 1.54;
    }

    .cookierow .btn {
        margin: 16px 0 0 0;
    }

    .link-back {
        width: 28px;
        margin-right: 15px;
        margin-top: 4px;
    }

    .form-wrap-title {
        margin-bottom: 48px;
    }

    .reg-form .form-group.field-edituserform-instagram {
        margin-bottom: 55px;
    }

    .reg-form .form-group-btn {
        margin-bottom: 15px;
    }

    #edit-user-form .hint-block {
        padding: 3px 0px 14px 0;
        font-size: 12px;
    }

    .remove-prof-link {
        margin: 0 -2px;
        font-size: 16px;
    }

    .remove-prof-link svg {
        width: 20px;
        height: 20px;
    }

    .edit-card .form-wrap h1 {
        font-size: 20px;
    }

    .form-wrap .form-wrap-title {
        margin-left: 0px;
    }

    .edit-card .form-wrap {
        margin: 0 -20px;
    }

    .win-city {
        padding-bottom: 112px;
        overflow: auto;
        max-height: 100%;
        width: 100%;
    }

    .win-city .container {
        overflow: hidden;
    }

    .gdpr-popup.footer {
        padding: 60px 0 165px;
    }

    .registration-rules {
        margin: 49px 0 23px;
    }

    .processing-payment {
        max-width: 500px;
        padding: 48px 16px;
    }

    .processing-payment h1 {
        max-width: 370px;
        margin: 30px auto 18px;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 0px;
    }

    .processing-payment .description {
        letter-spacing: 0;
        font-size: 12px;
        line-height: 16px;
    }

    .processing-payment .btn {
        padding: 10px 20px;
        line-height: 36px;
        height: 56px;
        font-size: 16px;
    }

    .profile-branch-title a {
        display: inline-block;
    }

    .friendly-branch-popup .modal-header {
        padding: 48px 16px 24px;
    }

    .friendly-branch-popup .modal-body {
        padding: 0px 16px 48px;
    }

    .friendly-branch-popup .btn {
        height: 68px;
        font-size: 16px;
    }

    .friendly-branch-popup .modal-title {
        font-size: 22px;
    }

    .friendly-branch-popup .friendly-branches-description {
        font-size: 12px;
        line-height: 16px;
    }

    .friendly-branch-popup .citycols_list {
        font-size: 12px;
        line-height: 16px;
    }

    .faq {
        padding-bottom: 24px;
    }

    .faq:before {
        background-size: contain;
        top: 60px;
        width: 40px;
        height: 40px;
    }

    .faq h1 {
        font-size: 24px;
        margin-right: 0;
    }

    .faq_category_title {
        font-size: 20px;
    }

    .faq_item_title.btn {
        padding: 20px 0;
        font-size: 16px;
    }

    .faq_item_answer_text {
        padding: 6px 0 20px;
    }

    .faq_category {
        margin-bottom: 40px;
    }

}

@media (max-width: 374px) {
    .cookierow_fl {
        padding: 15px 0;
    }

    .cookierow_txt {
        font-size: 12px;
    }

}