

/* Start:/local/templates/Main/components/bitrix/news.list/interactive-slider-new/style.css?178884525411114*/
.int-slider-wrapper{
    width: 100%;
    position: relative;
}
.int-slider-wrapper img{
	max-width: 100%;
}

.interactive_slider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-flow: column nowrap;
    overflow: hidden;
    width: 100%;
    /*height: 800px;*/
    padding-top: 190px;
	position: relative;
	/*margin-top: -90px;*/
	z-index: 1;
}

.b-int-slider-right{
    z-index: 100;
    position: absolute;
    top: 0;
    right: 10px;	
}

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

	.interactive_slider {	
		
		padding-top: 100px;
		position: relative;
		margin-top: 0px;
		z-index: 1;
	}
	
}
@media screen and (max-width: 760px){
    .interactive_slider {
        justify-content: flex-start;
        padding-top: 40px;
    }
	
}



.interactive_slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}


.interactive_slider-bg_girl{
	margin-top: -85px;
	position: relative;
}


/*@media screen and (max-width: 1000px){
    .interactive_slider-bg_girl {
        right: 15%;
    }
}*/











.interactive_slider-bg_color {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 0;
    opacity: 0.9;
}

.interactive_slider-bg_img {
    width: 100%;
    height: 100%;
}

.interactive_slider-container {
    width: 1374px;
    padding: 0 15px;
}

@media screen and (max-width: 1374px){
    .interactive_slider-container {
        max-width: 1120px;
    }
}

@media screen and (max-width: 1120px){
    .interactive_slider-container {
        max-width: 1000px;
    }
}
@media screen and (max-width: 768px){
	
	.interactive_slider-bg_img{
		display: none;
	}
	.b-slider-img{
		text-align: right;
	}
    .interactive_slider-bg_girl{
        display: inline-block;
		position: relative;
		right: -8px;
        margin-top: 0;   		
    }
	.interactive_slider-bg_color {
		background: #f3f3f3;
		z-index: 0;
		opacity: 0.9;
	}	
}

.interactive_slider-slide {
    position: relative;
    outline: none;
}
.main-slider-slide{
	margin: 0 -8px;
}
.main-slider-slide > div{
	padding: 0 8px;
}


.interactive_slider .interactive_slider ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.interactive_slider  .slick-arrow {
    position: absolute;
    top: 200px;
    width: 78px;
    height: 78px;
    border-radius: 39px;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 0;
    z-index: 5;
}

@media screen and (max-width: 800px) {
    .interactive_slider  .slick-arrow {
        display: none!important;
    }
}

.interactive_slider  .slick-arrow.slick-prev {
    background-image: url(/local/templates/Main/components/bitrix/news.list/interactive-slider-new/./images/slider-prev.png);
    left: -55px;
}

.interactive_slider .slick-arrow.slick-next {
    background-image: url(/local/templates/Main/components/bitrix/news.list/interactive-slider-new/./images/slider-next.png);
    right: -55px;
}


.start {
    width: 100%;
    padding: 0 30px;
    justify-content: space-between;
}

@media  screen and (max-width: 1500px){
    .start {
        padding: 0 60px;
    }
}

@media screen and (max-width: 760px) {
    .start {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 460px){
    .start {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.start-test {
    width: 560px;
    display: flex;
    flex-flow: column nowrap;
	padding-top: 20px;
}

@media screen and (max-width: 760px){
    .start-test {
        width: 100%;
    }
}

@media screen and (max-width: 460px){
    .start-test {
        width: 80%;
    }
}



@media screen and (max-width: 760px){
    .start-test h1 {
        font-size: 40px;
    }
}

.start-test-img {
    background-image: url(/local/templates/Main/components/bitrix/news.list/interactive-slider-new/./images/Pencil.png);
    background-position: left;
    width: 210px;
    height: 115px;
    flex-shrink: 0;
    margin-left: -45px;
    margin-right: -35px;
}

@media screen and (max-width: 760px){
    .start-test-img {
        display: none;
    }
}

.start-test-description {
    max-width: 380px;
    font-size: 1.2857142857rem;
    font-family: "Gotham-Pro-Light", sans-serif;
    color: #7c7c7c;
    line-height: 1.6em;
}

@media screen and (max-width: 760px) {
    .start-test-description {
        max-width: 100%;
    }
}

.start-test p .pink {
    color: #f596c6;
}

.start-test-button {
    display: flex;
    width: 403px;
    justify-content: center;
    align-items: center;
    font-family: "Gotham-Pro-Bold", sans-serif;
    font-weight: bold;
    color: #312c17;
    text-transform: uppercase;
    text-decoration: none;
    background-image: -moz-linear-gradient(90deg, rgba(249, 187, 2, 0.99608) 0%, #ffd453 99%, #ffd453 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(249, 187, 2, 0.99608) 0%, #ffd453 99%, #ffd453 100%);
    background-image: -ms-linear-gradient(90deg, rgba(249, 187, 2, 0.99608) 0%, #ffd453 99%, #ffd453 100%);
    box-shadow: 0px 25px 50px 0px rgba(255, 231, 145, 0.15), 0px 3px 0px 0px rgba(227, 182, 0, 0.004), inset 0px 6px 17px 0px rgba(255, 255, 255, 0.25);
    height: 86px;
    border-radius: 43px;
    margin-top: 30px;
	color: #101010;
	
}

.start-test-button:hover {
    border: 1px solid #f4a4cc;
	color: #101010;
}

@media screen and (max-width: 760px) {
    .start-test-button {
        align-self: center;
		font-size: 13px;
		width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .start-test-button {

        align-self: flex-start;
    }
}

.start .title-media {
    display: none;
    font-size: 1rem;
    font-family: "Gotham-Pro-Regular", sans-serif;
    color: #242011;
    text-transform: uppercase;
    text-align: center;
}

.start-clients {
    width: 200px;
    align-items: center;
}

@media screen and (max-width: 760px) {
    .start-clients {
        width: 100%;
        align-self: center;
        flex-direction: column;
        padding-top: 34px;
    }
}


.start-clients-container {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 760px) {
    .start-clients-container {
        flex-direction: row;
    }
}




.start-client {
    width: 200px;
    align-items: center;
    margin-top: 15px;
}

.start-client-img {
    background-size: contain;
    width: 67px;
    height: 67px;
}


.start-client-img.img-1 {
    background-image: url(/local/templates/Main/components/bitrix/news.list/interactive-slider-new/./images/clients/1.png);
}

.start-client-img.img-2 {
    background-image: url(/local/templates/Main/components/bitrix/news.list/interactive-slider-new/./images/clients/2.png);
}

.start-client-img.img-3 {
    background-image: url(/local/templates/Main/components/bitrix/news.list/interactive-slider-new/./images/clients/3.png);
}

.start-client-img.img-4 {
    background-image: url(/local/templates/Main/components/bitrix/news.list/interactive-slider-new/./images/clients/4.png);
}

.start-client-name {
    font-size: 0.9285714286rem;
    font-family: "Gotham-Pro-Light", sans-serif;
    color: #7c7c7c;
    text-align: center;
    margin-top: 10px;
}

.interactive_slider-dots {
    display: none;
    margin-top: 110px;
    height: 30px;
    position: relative;
}

@media screen and (max-width: 760px)  {
    .interactive_slider-dots {
        display: none;
    }
}

.interactive_slider-dots ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.interactive_slider-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.interactive_slider-dots li.slick-active {
    cursor: default;
}
.interactive_slider-dots li + li {
    margin-left: 10px;
}
.interactive_slider-dots button {
    font-size: 0;
    list-style: none;
    width: 6px;
    height: 6px;
    border: none;
    background-image: url(/local/templates/Main/components/bitrix/news.list/interactive-slider-new/images/slider-btn.png);
    background-color: transparent;
    background-size: cover;
}
.interactive_slider-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background-image: url(/local/templates/Main/components/bitrix/news.list/interactive-slider-new/images/slider-btn-active.png);
}


@media all and (max-width: 1500px){
    .interactive_slider  .slick-arrow.slick-prev {
        left: 0;
    }

    .interactive_slider .slick-arrow.slick-next {
        right: 0;
    }

    .interactive_slider-container {
        width: 100%;
    }

    .interactive_slider-slide {
        max-width: 1344px;
        width: 100%;
    }
}

@media all and (max-width: 1380px){

    .interactive_slider {
        overflow: hidden;
    }

}


/*
 .start {
        width: 290px;
        padding: unset;
        justify-content: space-between;
    }

    .start-test {
        width: 290px;
    }

    .start-test h1 {
        font-size: 2.8571428571rem;
        line-height: 1.1em;
        width: 240px;
        margin-bottom: 15px;
    }

    .start-test-img {
        display: none;
    }

    .start-test p {
        font-size: 1rem;
        width: 100%;
    }

    .start-test p .pink {
        color: #f596c6;
    }

    .start-test-button {
        font-size: 0.9285714286rem;
        padding: 0;
        width: 290px;
        margin-top: 25px;
    }

    .start .title-media {
        display: block;
        margin-top: 35px;
    }

    .start-clients {
        width: unset;
    }

    .start-clients h2 {
        display: none;
    }

    .start-client-name {
        font-size: 0.9285714286rem;
        margin-top: 5px;
    }

    .start .start-client:nth-of-type(2) {
        order: 1;
    }

    .start .start-client:nth-of-type(4) {
        order: 1;
    }
 */
 
 .b-slide-right{
	 
	 justify-content: center;
	 display: flex;
    
	 
 }
 
.b-applications{
	
	background: url('/images/mob-apps-bg2.png') center no-repeat;
	background-size: cover;
	max-width: 260px;
	padding: 45px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 0px;
	

}
.applications-text{
	padding: 40px 44px 0 54px;
}

.apps-header{
	font: 24px/32px "BerlingskeSerif";
	color: #242011;
	margin-bottom: 20px;
}
.apps-block{
	
}
.apps-block .app{
	padding: 11px 20px;
	padding-left: 50px;
	border-radius: 25px;
	display: block;
	border: 2px dashed #e0e0e0;
	font: 12px/24px "Gotham-Pro-Bold";
	color: #242012;
	text-transform: uppercase;
	/*background: url('/images/app-bg.png') center no-repeat;
	background-size: cover;*/
	margin-bottom: 10px;

} 
.app-google{
	
	background: url('/images/google-play.png') 20px center no-repeat;
}
.app-store{
	background: url('/images/app-store.png') 20px center no-repeat;
}
.apps-img{
	
}
 
@media screen and (max-width: 1700px){
   .b-int-slider-right{
		position: relative;
		top: 0;
		right: auto;	   
   }
	.b-applications {
		background: #fff;
		padding: 25px 15px;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
        max-width: 100%;	
        width: 100%;		
	}   
}
 
@media screen and (max-width: 992px){
    /*.interactive_slider-bg_girl {
        display: none;
    }*/
	.start-clients {
		width: 100%;
	

		
	}	
	.start-clients-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;			
	}	
	.start-client {
		width: 200px;
		align-items: center;
		margin-top: 0px;
		margin-bottom: 15px;
	}	
	.main-slider-slide .b-slide-right{
		background-color: #fff;
		padding: 15px 0;
 
	} 


}
@media screen and (max-width: 600px){
	.main-slider-slide .b-slide-right{

		margin-top: 20px;
	} 	
}
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.css?1599734491124*/
td.popupmenu div.popupitem .playlist-edit {background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif);}
/* End */


/* Start:/local/templates/Main/components/bitrix/news.list/advantages/style.css?16502449803479*/
.advantages {
   
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    height: 1330px;
    padding-top: 20px;
}

@media screen and (max-width: 880px){
    .advantages {
        background: 0;
        height: auto;
    }
}


.advantages_girl-container {
    display: none;
    max-width: 880px;
    margin-bottom: 63px;
}

@media screen and (max-width: 880px) {
    .advantages_girl-container {
        display: block;
    }
}


.advantages_wrapper {
    overflow: hidden;
}

@media screen and (max-width: 880px){
    .advantages_wrapper {
        margin: 0!important;
    }
}

@media screen and (max-width: 760px){
    .advantages_wrapper {
        width: 100%!important;
    }
}


.advantages h2 {
    font-size: 4.5714285714rem;
    font-family: "Berlingske-Serif", serif;
    color: #242011;
    line-height: 1.125em;
    text-align: center;
    max-width: 800px;
    margin-bottom: 55px;
}

@media screen and (max-width: 880px){
    .advantages h1 {
        font-size: 2.4285714286rem;
        width: 70%;
    }
}

@media screen and (max-width: 760px) {
    .advantages h1 {
        width: 98%;
    }
}

.advantages-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 1100px;
}

@media screen and (max-width: 1160px) {
    .advantages-container {
        max-width: 900px;
    }
}

.advantages-info {
    align-items: center;
    width: 290px;
}
.advantages-info-img {
    background-size: contain;
}
.advantages-info-img.img-device {
    background-image: url(/local/templates/Main/components/bitrix/news.list/advantages/./images/advantages/device.png);
    width: 109px;
    height: 91px;
}
.advantages-info-img.img-result {
    background-image: url(/local/templates/Main/components/bitrix/news.list/advantages/./images/advantages/result.png);
    width: 115px;
    height: 90px;
    margin-top: 1px;
}
.advantages-info-img.img-achievements {
    background-image: url(/local/templates/Main/components/bitrix/news.list/advantages/./images/advantages/achievements.png);
    width: 97px;
    height: 120px;
}
.advantages-info-img.img-teach {
    background-image: url(/local/templates/Main/components/bitrix/news.list/advantages/./images/advantages/teach.png);
    width: 136px;
    height: 110px;
    margin-top: 10px;
}
.advantages-info h2 {
    font-size: 1.7142857143rem;
    font-family: "BerlingskeSerif", serif;
    color: #242011;
    text-align: center;
    line-height: 1.3em;
    margin-top: 25px;
    margin-bottom: 15px;
}
.advantages-info p {
    font-size: 1.1428571429rem;
    font-family: "Gotham-Pro-Light", sans-serif;
    color: #7c7c7c;
    text-align: center;
    line-height: 1.75em;
    max-width: 300px;
	font-weight: bold;
}
.advantages .advantages-info:nth-of-type(odd) + .advantages-info {
    margin-left: 520px;
}

@media screen and (max-width: 1160px){
    .advantages .advantages-info:nth-of-type(odd) + .advantages-info {
        margin-left: 240px;
    }
}
.advantages .advantages-info:nth-of-type(n+3) + .advantages-info {
    margin-top: 65px;
}


@media all and (max-width: 880px) {

    .advantages-container {
        flex-flow: row wrap;
        justify-content: center;
        width: 290px;
    }
    .advantages .advantages-info + .advantages-info {
        margin-top: 40px;
    }
    .advantages .advantages-info:nth-of-type(odd) + .advantages-info {
        margin-left: unset;
    }
    .advantages .advantages-info:nth-of-type(n+3) + .advantages-info {
        margin-top: unset;
    }
}
/* End */


/* Start:/local/templates/Main/components/bitrix/catalog.section/training/style.css?16502449807349*/
.workouts-and-reviews-background {

    background-position: top center;
    background-color: #fff;
    flex-flow: column;
    align-items: center;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
.workouts-and-reviews-background.no-bg {
    background: none;
}

.workouts {
    display: flex;
    align-items: center;
    padding: 0 15px 147px 15px;
    margin: 0 15px;
    width: 100%!important;
}
.workouts h1 {
    font-size: 4.5714285714rem;
    font-family: "Berlingske-Serif", serif;
    color: #242011;
    margin-bottom: 45px;
}
.workouts-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.workouts-cards a {
	text-decoration: none;
}
/*.workouts-card:hover,
.workouts-card {
    position: relative;
    width: 380px;
    align-items: center;
	text-decoration: none;
}*/
.workouts-card-img-container {
    position: relative;
    width: 380px;
    height: 380px;
    background-position: center;
    border-radius: 20px;
    padding: 30px;
	overflow: hidden;
}

.workouts-card-img {
    width: 100%;
    height: 100%;
}

.workouts-card-img-container .info {
    position: absolute;
    top: 40px;
    left: 45px;
    display: flex;
	flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;

}
.workouts-card-img-container .tag {
    font-size: 0.7142857143rem;
    font-family: "Gotham-Pro-Medium", sans-serif;
    color: #fafafa;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px;
    width: max-content;
	margin-bottom: 4px;
}
@media screen and (max-width: 880px) {
    .workouts-card-img-container .info {
        top: 20px;
        left: 30px;
    }
}

.workouts-card h2 {
    font-size: 1.7142857143rem;
    text-align: center;
    font-family: "BerlingskeSerif", serif;
    color: #242011;
    margin-top: 24px;
    margin-bottom: 14px;
}
.workouts-card-price {
    font-size: 1.3rem;
    font-weight: 600;
	font-family: "Gotham-Pro-Light", sans-serif;
    color: #a6abb0;
    padding-left: 30px;
    background-image: url(/local/templates/Main/components/bitrix/catalog.section/training/./images/rub.png);
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 20px;
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.workouts-card-links {
    align-items: center;
}

@media screen and (max-width: 880px) {
    .workouts-card-links {
        flex-flow: column nowrap!important;
    }
	.workouts-card h2{
		margin-top: 15px;
	}	
}
.workouts-card-links .about {
    font-size: 0.8571428571rem;
    cursor: pointer;
    font-family: "Gotham-Pro-Bold", sans-serif;
    color: #fbd121;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5em;
    border-bottom: 1px dashed #fbd121;
    margin-right: 30px;
}

.about:hover {
    border-bottom: 1px solid #fbd121
}

.about_modal {
    bottom: 60px;
    left: 0;
    padding: 20px;
    position: absolute;
    display: none;
    width: 100%;
    overflow: hidden;
    border: 1px solid #fbce10;
    border-radius: 20px;
    background: white;
    z-index: 20;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}


@media screen and (max-width: 880px) {
    .about_modal {
        bottom: 20px;
    }
}


.workouts-card-links .more {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: -moz-linear-gradient(90deg, #fbce10 0%, #fee176 100%);
    background-image: -webkit-linear-gradient(90deg, #fbce10 0%, #fee176 100%);
    background-image: -ms-linear-gradient(90deg, #fbce10 0%, #fee176 100%);
    box-shadow: 0px 25px 50px 0px rgba(236, 201, 16, 0.15), 0px 2px 0px 0px rgba(236, 201, 16, 0.004), inset 0px 6px 17px 0px rgba(255, 255, 255, 0.25);
    height: 60px;
    border-radius: 30px;
    padding: 0 30px;
    font-size: 0.7142857143rem;
    font-family: "Gotham-Pro-Bold", sans-serif;
    color: #101010;
    text-transform: uppercase;
    text-decoration: none;
}

.more:hover {

	background-image: -moz-linear-gradient( 90deg, rgb( 218, 163, 0 ) 0%, rgb( 255, 191, 0 ) 99.023%);
	background-image: linear-gradient( 90deg, rgb( 218, 163, 0 ) 0%, rgb( 255, 191, 0 ) 99.023%);
    

}




@media all and (max-width: 880px) {
    .workouts-and-reviews-background {
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training/./images/background_workouts-and-reviews_devise.jpg);
        background-position: top right;
        padding-top: 60px;
    }
    .workouts-and-reviews-background.pt-0 {
        padding-top: 0;
    }
}
@media all and (max-width: 1230px) {
    .workouts-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media all and (max-width: 880px) {
    .workouts {
        padding-bottom: 30px;
    }
    .workouts h1 {
        font-size: 2.4285714286rem;
        width: 290px;
        text-align: center;
        margin-bottom: 35px;
    }
    .workouts-cards {
        position: relative;
        display: block;
        grid-template-columns: unset;
        grid-gap: unset;
        width: 290px;
    }
    .workouts-cards .slick-arrow {
        font-size: 0;
        position: absolute;
        top: 162px;
        width: 45px;
        height: 45px;
        border-radius: 22.5px;
        background-size: contain;
        background-color: transparent;
        background-repeat: no-repeat;
        border: none;
        cursor: pointer;
        z-index: 5;
    }
    .workouts-cards .slick-arrow.slick-prev {
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training/./images/slider-prev_devise.png);
        left: -14px;
    }
    .workouts-cards .slick-arrow.slick-next {
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training/./images/slider-next_devise.png);
        right: -14px;
    }
    .workouts .workouts-append-dots {
        /*height: 30px;
        margin-top: 60px;*/
    }
    .workouts .workouts-append-dots ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }
    .workouts .workouts-append-dots li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .workouts .workouts-append-dots li.slick-active {
        cursor: default;
    }
    .workouts .workouts-append-dots li + li {
        margin-left: 10px;
    }
    .workouts .workouts-append-dots button {
        font-size: 0;
        list-style: none;
        width: 6px;
        height: 6px;
        border: none;
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training/./images/slider-btn.png);
        background-color: transparent;
        background-size: cover;
    }
    .workouts .workouts-append-dots li.slick-active button {
        width: 10px;
        height: 10px;
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training/./images/slider-btn-active.png);
    }
    .workouts-card {
        width: 290px;
        align-items: center;
    }
    .workouts-card-img-container {
        width: 290px;
        padding: 15px;
		height: auto;
    }
    .workouts-card-links {
        flex-flow: column nowrap;
    }
    .workouts-card-links .about {
        order: 1;
        margin-top: 30px;
        margin-right: unset;
    }
}



/**/
.workouts-card-links {
	position: relative;
}
@media (min-width: 881px) {
	.workouts-card-links .about {
		margin-left: auto;
	}
	.workouts-card-links .more {
		margin-right: auto;
	}
	.about_modal.active {
		display: block;
	}
}
@media (max-width: 880px) {
	.about_modal.active {
		display: block;
		position: relative;
	}
}
/* End */


/* Start:/local/templates/Main/components/humdruman/model.view/who_only_fitnes/style.css?16502449803019*/
.how-it-works {
    background-color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1800px){
    .how-it-works {
        background-position: 700px;
    }
}

@media screen and (max-width: 1360px){
    .how-it-works {
        background-position: 400px;
    }
}

@media screen and (max-width: 1000px){
    .how-it-works {
        background-position: 300px;
    }
}

@media screen and (max-width: 880px){
    .how-it-works {
        background-position:  0;
    }
}

.how-it-works .section-flex-col {
    align-items: flex-start;
}

.how-it-works h1 {
    font-size: 4.5714285714rem;
    font-family: "Berlingske-Serif-Lt", serif;
    color: #242011;
}

.how-it-works-cards {
    display: flex;
    flex-flow: row wrap;
    margin-top: -10px;
}

.how-it-works-card {
    width: 410px;
    margin-top: 40px;
}

.how-it-works-card-img {
    width: 100%;
    height: 120px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.how-it-works-card-img.img-1 {
    background-image: url(/local/templates/Main/components/humdruman/model.view/who_only_fitnes/./images/how-it-works/1.png);
}

.how-it-works-card-img.img-2 {
    background-image: url(/local/templates/Main/components/humdruman/model.view/who_only_fitnes/./images/how-it-works/2.png);
}

.how-it-works-card-img.img-3 {
    background-image: url(/local/templates/Main/components/humdruman/model.view/who_only_fitnes/./images/how-it-works/3.png);
}

.how-it-works-card-img.img-4 {
    background-image: url(/local/templates/Main/components/humdruman/model.view/who_only_fitnes/./images/how-it-works/4.png);
    margin-left: -15px;
}

.how-it-works-card-img.img-5 {
    background-image: url(/local/templates/Main/components/humdruman/model.view/who_only_fitnes/./images/how-it-works/5.png);
}

.how-it-works-card-img.img-6 {
    background-image: url(/local/templates/Main/components/humdruman/model.view/who_only_fitnes/./images/how-it-works/6.png);
}
.how-it-works-card{
	margin-right: 30px;
}
.how-it-works-card:last-child{
	margin-right: 0px;
}

.how-it-works-card h2 {
    font-size: 1.7142857143rem;
    font-family: "Berlingske-Serif-Lt", serif;
    color: #242011;
    margin-top: 20px;
    margin-bottom: 10px;
}

.how-it-works-card p {
    font-size: 1.1428571429rem;
    font-family: "Gotham-Pro-Light", sans-serif;
    color: #7c7c7c;
    line-height: 1.75em;
}


@media all and (max-width: 760px) {

    .how-it-works {
        background-image: unset;
        padding-top: 30px;
        padding-bottom: 20px;
        overflow-x: hidden;
    }

    .how-it-works .section-flex-col {
        align-items: flex-start;
    }

    .how-it-works h1 {
        font-size: 2.4285714286rem;
        white-space: nowrap;
    }

    .how-it-works-cards {
        display: flex;
        flex-flow: row wrap;
        margin-top: -10px;
    }

    .how-it-works-card {
        align-items: center;
        width: 290px;
        margin-top: 20px;
    }

    .how-it-works-card-img {
        background-position: bottom center;
    }

    .how-it-works-card h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .how-it-works-card p {
        text-align: center;
        width: 300px;
    }
}
/* End */


/* Start:/local/templates/Main/components/bitrix/news.list/price/style.css?16502449808667*/
.pricing {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.pricing h1 {
    font-size: 4.5714285714rem;
    font-family: "Berlingske-Serif-Lt", serif;
    color: #242011;
    margin-bottom: 20px;
}

.pricing-cards {
    display: flex;
    flex-flow: row nowrap;
}

@media screen and (max-width: 1180px){
    .pricing-cards {
        flex-flow: column nowrap;
        align-items: center;
        width: 320px;
    }
}

.pricing-card {
    display: flex;
    position: relative;
    justify-content: center;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 10px 56px 14px rgba(40, 40, 40, 0.05);
    width: 335px;
    padding-bottom: 10px;
}

.pricing-card-container {
    position: relative;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 10px 56px 14px rgba(40, 40, 40, 0.05);
    border-radius: 20px;
    width: 380px;
    z-index: 1;
    flex-shrink: 0;
}

.pricing-card h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2857142857rem;
    font-family: "Berlingske-Serif-Lt", serif;
    color: #242011;
    width: 100%;
    height: 120px;
    border-radius: 20px 20px 0 0;
}

.pricing-card h2.pink-1 {
    background-color: rgba(245, 150, 198, 0.6);
}

.pricing-card h2.pink-2 {
    background-color: rgba(245, 150, 198, 0.8);
}

.pricing-card h2.pink-3 {
    background-color: #f596c6;
}

.pricing-card h2 .star {
    display: inline-block;
    background-image: url(/local/templates/Main/components/bitrix/news.list/price/./images/pricing/star.png);
    width: 16px;
    height: 16px;
    margin-left: 15px;
}

.pricing-card h2 .star + .star {
    margin-left: 10px;
}

.pricing-card-info {
    position: relative;
    align-items: center;
    justify-content: space-between;
    height: 86px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.pricing-card-info-detail-btn {
    cursor: pointer;
    margin: 0 10px;
}

.pricing-card-info-detail-btn:hover .pricing-card-info-detail{
    display: block;
}

.pricing-card-info-detail {
    position: absolute;
    display: none;
    width: 85%;
    height: auto;
    background: white;
    border: 1px solid #fbce10;
    border-radius: 10px;
    padding: 30px 20px;
    z-index: 10;
    top: 10px;
    left: 0;
}

.pricing-card-info-img {
    width: 100px;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.pricing-card-info-text {
    font-size: 1.1428571429rem;
    font-family: "Gotham-Pro-Light", sans-serif;
    color: #7c7c7c;
}

.pricing-card-price {
    justify-content: center;
    align-items: center;
    margin: 30px 0 36px 0;
}

.pricing-card-price-value {
    font-size: 2.5714285714rem;
    font-family: "Berlingske-Serif-Lt", serif;
    color: #2e385f;
}

.pricing-card-price-value.disabled {
    font-size: 1.7142857143rem;
    color: rgba(36, 32, 18, 0.2);
    text-decoration: line-through;
    margin-left: 15px;
}

.pricing-card-pay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: -moz-linear-gradient(90deg, #fbce10 0%, #fee176 100%);
    background-image: -webkit-linear-gradient(90deg, #fbce10 0%, #fee176 100%);
    background-image: -ms-linear-gradient(90deg, #fbce10 0%, #fee176 100%);
    box-shadow: 0px 25px 50px 0px rgba(253, 218, 81, 0.15), 0px 3px 0px 0px rgba(236, 201, 16, 0.004), inset 0px 6px 17px 0px rgba(255, 255, 255, 0.25);
    height: 86px;
    max-width: 360px;
    border-radius: 43px;
    font-size: 1rem;
    font-family: "Gotham-Pro-Bold", sans-serif;
    color: #101010;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 50px;
    margin-bottom: 45px;
	cursor: pointer;
}
.pricing-card-pay:hover{
    color: #101010;
	background-image: -moz-linear-gradient( 90deg, rgb( 218, 163, 0 ) 0%, rgb( 255, 191, 0 ) 99.023%);
	background-image: linear-gradient( 90deg, rgb( 218, 163, 0 ) 0%, rgb( 255, 191, 0 ) 99.023%);


}
.button_pricing-card-pay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: -moz-linear-gradient(90deg, #fbce10 0%, #fee176 100%);
    background-image: -webkit-linear-gradient(90deg, #fbce10 0%, #fee176 100%);
    background-image: -ms-linear-gradient(90deg, #fbce10 0%, #fee176 100%);
    box-shadow: 0px 25px 50px 0px rgba(253, 218, 81, 0.15), 0px 3px 0px 0px rgba(236, 201, 16, 0.004), inset 0px 6px 17px 0px rgba(255, 255, 255, 0.25);
    height: 86px;
    max-width: 360px;
    border-radius: 43px;
    font-size: 1rem;
    font-family: "Gotham-Pro-Bold", sans-serif;
    color: #101010;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 50px;
    margin-bottom: 45px;
	cursor: pointer;
}
.button_pricing-card-pay:hover{
    color: #101010;
	background-image: -moz-linear-gradient( 90deg, rgb( 218, 163, 0 ) 0%, rgb( 255, 191, 0 ) 99.023%);
	background-image: linear-gradient( 90deg, rgb( 218, 163, 0 ) 0%, rgb( 255, 191, 0 ) 99.023%);


}


.pricing .pricing-card + .pricing-card {
    margin-left: 62px;
}

@media screen and (max-width: 1180px) {
    .pricing .pricing-card + .pricing-card {
        margin-left: 0;
    }
}

@media screen and (max-width: 760px){
    .pricing {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pricing h1 {
        font-size: 2.4285714286rem;
        text-align: center;
        margin-bottom: 15px;
    }

    .pricing-cards {
        flex-flow: column nowrap;
        align-items: center;
        width: 320px;
    }

    .pricing-card {
        width: 290px;
    }

    .pricing-card-container {
        width: 320px;
    }

    .pricing .pricing-card + .pricing-card {
        margin-left: unset;
        margin-top: 20px;
    }
}

.btn-freetest {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: -moz-linear-gradient(90deg, #fbce10 0%, #fee176 100%);
  background-image: -webkit-linear-gradient(90deg, #ff97c9 0%, #ff97c9 100%);
  background-image: -ms-linear-gradient(90deg, #fbce10 0%, #fee176 100%);
  box-shadow: 0px 25px 50px 0px rgb(255 151 201 / 15%), 0px 3px 0px 0px rgb(236 201 16 / 0%), inset 0px 6px 17px 0px rgb(255 255 255 / 25%);
  height: 86px;
  max-width: 360px;
  border-radius: 43px;
  font-size: 1rem;
  font-family: "Gotham-Pro-Bold", sans-serif;
  color: #101010;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 50px;
  margin-bottom: 45px;
  cursor: pointer;
  text-align: center;
}
.btn-freetest:hover {
  color: #fff;
}

@keyframes tossing {
	0% {
		transition: .05s linear;
		left: -20px;
	}
	20% {
		transition: .05s linear;
		left: 100%;
	}
	100% {
		transition: .05s linear;
		left: 100%;
	}
}
@keyframes pulse{
	0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
	50% {
	    -webkit-transform: scale(1.1);
	    transform: scale(1.1);
	}
	0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
@media screen and (min-width: 768px){
	.pulse {
	  animation-duration: 0.5s;
	  -webkit-animation-duration: 0.5s animation-iteration-count: infinite;
	  -webkit-animation-iteration-count: infinite;
	  animation: pulse;

	  transition: transform ease-in 3s, box-shadow ease-in 0.25s;
	  animation-name: pulse;
	  -webkit-animation-name: pulse;
	  animation-duration: 3s;
	  -webkit-animation-duration: 3s;
	  animation-iteration-count: infinite;
	  -webkit-animation-iteration-count: infinite;

	  overflow: hidden;
	}
	.pulse:after{
		background-image: linear-gradient(71deg, rgba(255, 255, 255, .0) 43%, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, .0) 70%);
	  background-repeat: no-repeat;
	  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
	  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
	  margin-left: 60px;
	  content: " ";
	  width: 30px;
	  height: 300px;
	  background: #ffffffc4;
		  box-shadow: 0px 0px 22px #fff;
	  -webkit-animation-delay: 0.05s;
	  animation-delay: 0.05s;
	  position: absolute;
	  left: -40px;
	  top: -150px;
	  -webkit-animation-timing-function: ease-in-out;
	  animation-timing-function: ease-in-out;
	  transition: all 0.1s;
	  -moz-transition: all 0.1s;
	  -webkit-transition: all 0.1s;
	  -o-transition: all 0.1s;
	  -khtml-transition: all 0.1s;
	  -ms-transition: all 0.1s;
	  -webkit-animation-name: tossing;
	  animation-name: tossing;
	  -webkit-animation-duration: 3s;
	  animation-duration: 3s;
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	  transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  -khtml-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	}
}
/* End */


/* Start:/local/templates/Main/components/humdruman/model.view/include_course/style.css?16502449801105*/
/*.begin-card {
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 35px 15px rgba(44, 44, 44, 0.03);
    width: 287px;
    height: 304px;
    padding-bottom: 45px;
}

.begin-card-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-bottom: 28px;
}

.begin-card-text {
    width: 251px;
    font-size: 1.2857142857rem;
    font-family: "Gotham-Pro-Light", sans-serif;
    color: #242011;
    text-align: center;
}

.begin-card-counter {
    position: absolute;
    border-radius: 40px;
    bottom: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background-color: #f596c6;
    color: #ffffff;
    font-family: "Gotham Pro", sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
}*/
/* End */
/* /local/templates/Main/components/bitrix/news.list/interactive-slider-new/style.css?178884525411114 */
/* /bitrix/components/bitrix/player/templates/.default/style.css?1599734491124 */
/* /local/templates/Main/components/bitrix/news.list/advantages/style.css?16502449803479 */
/* /local/templates/Main/components/bitrix/catalog.section/training/style.css?16502449807349 */
/* /local/templates/Main/components/humdruman/model.view/who_only_fitnes/style.css?16502449803019 */
/* /local/templates/Main/components/bitrix/news.list/price/style.css?16502449808667 */
/* /local/templates/Main/components/humdruman/model.view/include_course/style.css?16502449801105 */
