

/* 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/bitrix/news.list/reviews-text-slider/style.css?16176819491396*/
.reviews_text {
    margin-top: 40px;
    width: 1200px;
}

@media screen and (max-width: 1220px){
    .reviews_text {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1005px){
    .reviews_text {
        max-width: 800px;
    }
}

@media screen and (max-width: 810px){
    .reviews_text {
        width: 100%;
        padding: 0 10px;
    }
}

.reviews_text-title {
    width: 100%;
    color: #242011;
    font-weight: 400;
    font-family: "Berlingske-Serif-Lt", sans-serif;
    font-size: 72px;
    margin-bottom: 40px;
}

@media screen and (max-width: 810px){
    .reviews_text-title {
        font-size: 42px;
    }
}


.reviews_text-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.reviews_text-item {
    display: flex;
    flex-direction: column;
    padding: 45px;
    background-color: #ffffff;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    margin-bottom: 0px;

}

@media screen and (max-width: 810px){
    .reviews_text-item  {
        width: 100%;
    }
}

.reviews_text-name {
    font-family: "Berlingske-Serif-Lt", sans-serif;
    font-size: 32px;
    margin-bottom: 15px;
    color: #242012;
}

.reviews_text-detail {
    font-family: "Gotham Pro", sans-serif;
    font-size: 14px;
    color: #7c7c7c;
}
/* End */
/* /local/templates/Main/components/bitrix/catalog.section/training/style.css?16502449807349 */
/* /local/templates/Main/components/bitrix/news.list/reviews-text-slider/style.css?16176819491396 */
