

/* Start:/local/templates/Main/components/bitrix/catalog.section/training_slider/style.css?16502449807494*/
.detail_course-section {
    height: 720px;
    background-color: #e1ebf7;
}
.detail_course-slider-slide-content .slide-name{
	font-size: 60px;
	max-width: 850px;
}

.detail_course-section .detail_course-slider {
    width: 100%;
    position: relative;
    height: 100%;
}
.detail_course-section .detail_course-slider .slick-list.draggable {
    height: 100%;
}
.detail_course-section .detail_course-slider .slick-track {
    height: 100%;
}
.detail_course-section .detail_course-slider-slide {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}
.detail_course-section .detail_course-slider-slide-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    padding: 0 20px;
	margin-left: 8%;
}
.detail_course-section .detail_course-slider-slide-content h1 {
    max-width: 450px;
    margin-bottom: 40px;
    color: #242011;
    font-family: "Berlingske-Serif-Lt", serif;
    font-size: 5.1428571429rem;
    line-height: 1em;
}
.detail_course-section .detail_course-slider-slide-content p {
    margin-bottom: 40px;
    color: #7c7c7c;
    font-family: "Gotham-Pro-Regular", sans-serif;
    font-size: 1.2857142857rem;
}
.detail_course-section .detail_course-slider-slide-content .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: 86px;
    border-radius: 43px;
    padding: 0 70px;
    margin-top: 30px;
    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%);
    font-family: "Gotham-Pro-Bold", sans-serif;
    color: #312c17;
    text-transform: uppercase;
    text-decoration: none;
    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);
}
.detail_course-section .detail_course-slider .slick-arrow {
    font-size: 0;
    position: absolute;
    top: calc(50% - 78px / 2);
    width: 78px;
    height: 78px;
    border-radius: 39px;
    background-size: contain;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 5;
}
.detail_course-section .detail_course-slider .slick-arrow.slick-prev {
    background-image: url(/local/templates/Main/components/bitrix/catalog.section/training_slider/../images/slider-prev.png);
    right: 85%;
}
.detail_course-section .detail_course-slider .slick-arrow.slick-next {
    background-image: url(/local/templates/Main/components/bitrix/catalog.section/training_slider/../images/slider-next.png);
    left: 85%;
}
@media all and (max-width: 1600px) {
    .detail_course-section .detail_course-slider .slick-arrow.slick-prev {
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training_slider/../images/slider-prev.png);
        right: 90%;
    }
    .detail_course-section .detail_course-slider .slick-arrow.slick-next {
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training_slider/../images/slider-next.png);
        left: 90%;
    }
}
@media all and (max-width: 1400px) {
    .detail_course-section .detail_course-slider .slick-arrow.slick-prev {
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training_slider/../images/slider-prev.png);
        right: 91%;
    }
    .detail_course-section .detail_course-slider .slick-arrow.slick-next {
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training_slider/../images/slider-next.png);
        left: 91%;
    }
}
@media all and (max-width: 1300px) {
    .detail_course-section .detail_course-slider .slick-arrow.slick-prev {
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training_slider/../images/slider-prev.png);
        right: 92%;
    }
    .detail_course-section .detail_course-slider .slick-arrow.slick-next {
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training_slider/../images/slider-next.png);
        left: 92%;
    }
}



.detail_course-section .detail_course-slider-dots {
    position: relative;
    margin-top: -60px;
    height: 30px;
    z-index: 100;
}
.detail_course-section .detail_course-slider-dots ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.detail_course-section .detail_course-slider-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
}
.detail_course-section .detail_course-slider-dots li.slick-active {
    cursor: default;
}
.detail_course-section .detail_course-slider-dots li + li {
    margin-left: 10px;
}
.detail_course-section .detail_course-slider-dots button {
    font-size: 0;
    list-style: none;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: none;
    background-color: #f9f9f9;
}
.detail_course-section .detail_course-slider-dots li.slick-active button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 2px solid #fac522;
}
.b-traning-counter{
	display: none;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 30px 20px 50px 20px;
	background-color: #fff;
}

@media all and (max-width: 1200px) {
	.detail_course-section .detail_course-slider-slide-content {

		justify-content: flex-start;
		padding-top: 10px;
		
	}
}

@media all and (max-width: 992px) {
	.detail_course-slider-slide-content .slide-name {
		font-weight: 500;
		font-size: 36px;
		line-height: normal;
		margin-bottom: 10px;
	}	
}

@media all and (max-width: 880px) {
	.detail_course-section .detail_course-slider-slide-content {
		margin-left: 0;
	}	
	
	.detail_course-section .detail_course-slider-slide-content {
		padding-top: 10px;
		align-items: center;
	}    
	
	.detail_course-section {
        height: 600px;
    }
    .detail_course-section .detail_course-slider-slide {
        background-size: auto 100%;
    }
    .detail_course-section .detail_course-slider-slide-content h1 {
        max-width: 300px;
        margin-bottom: 20px;
        font-size: 2.8571428571rem;
    }
    .detail_course-section .detail_course-slider-slide-content p {
        max-width: 150px;
        margin-bottom: 180px;
        font-size: 1rem;
        line-height: 1.5em;
    }
    .detail_course-section .detail_course-slider-slide-content .btn {
        width: 290px;
        padding: 0;
        font-size: 0.7857142857rem;
    }
    .detail_course-section-dots {
        margin-top: 110px;
        height: 30px;
    }
}
@media all and (max-width: 768px) {
	.b-traning-counter{
		display: flex;
	}
	.counter-traning-desctop{
		display: none;
	}
	.detail_course-section {
        height: 300px;
    }	
	.detail_course-section .detail_course-slider-slide-content {
		padding: 40px 0 0 20px;
		align-items: flex-start;
	}	
}

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

	.detail_course-slider-slide-content .slide-name {
		max-width: 220px;	
        text-align: left;		
	}	
	.counter-title {
		
	}
	.detail_course-section {
        height: 230px;
    }		
}
@media all and (max-width: 390px) {
    .detail_course-section .detail_course-slider-slide-content {
        padding: 0 15px;
		padding-top: 40px;
    }
    .detail_course-section .detail_course-slider-slide-content .btn {
        align-self: center;
    }
}

.detail_course-section .detail_course-slider-slide-content .btn: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%);
}
/* End */


/* Start:/local/templates/Main/components/bitrix/catalog.element/training/style.css?16502449801682*/
.detail_cards-section {
    display: flex;
    justify-content: center;
    width: 100%;
}
.detail_cards-section .detail_cards-container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    max-width: 1200px;
    padding: 0px 15px 20px;
    margin: 0 15px;
}
.detail_cards-section .detail_cards-container h1 {
    margin-bottom: 40px;
    color: #242011;
    font-family: "Berlingske-Serif-Lt", serif;
    font-size: 4.5714285714rem;
    line-height: 1.25em;
    text-align: center;
}
.detail_cards-section .detail_cards-container .detail_cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 15px;
}
.detail_cards-section .detail_cards-container .detail_cards:after {
    content: "";
    width: 100%;
    max-width: 380px;
}
.detail_cards-section .detail_cards-container .detail_cards-item {
    width: 100%;
    max-width: 380px;
}
.detail_cards-section .detail_cards-container .detail_cards-item img {
    flex-shrink: 0;
    width: 100%;
    max-width: 380px;
    min-width: 290px;
    max-height: 380px;
    min-height: 290px;
    border-radius: 20px;
    object-fit: contain;
}
.detail_cards-section .detail_cards-container .detail_cards-item p {
    margin: 25px 0 10px;
    color: #7c7c7c;
    font-family: "Gotham-Pro-Regular", sans-serif;
    font-size: 1.2857142857rem;
    text-align: center;
}

@media all and (max-width: 880px) {
    .detail_cards-section .detail_cards-container h1 {
        font-size: 2.2857142857rem;
    }
    .detail_cards-section .detail_cards-container .detail_cards-item p {
        font-size: 1.7142857143rem;
    }
}
/* 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/bitrix/catalog.section/training_new/style.css?16190667407392*/
.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_new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.workouts-cards_new 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: 30px;
        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_new/./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_new {
    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_new {
        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_new/./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_new {
        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_new {
        position: relative;
        display: block;
        grid-template-columns: unset;
        grid-gap: unset;
        width: 290px;
    }
    .workouts-cards_new .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_new .slick-arrow.slick-prev {
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training_new/./images/slider-prev_devise.png);
        left: -14px;
    }
    .workouts-cards_new .slick-arrow.slick-next {
        background-image: url(/local/templates/Main/components/bitrix/catalog.section/training_new/./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_new/./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_new/./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_new.active {
		display: block;
	}
}
@media (max-width: 880px) {
	.about_modal_new.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 */
/* /local/templates/Main/components/bitrix/catalog.section/training_slider/style.css?16502449807494 */
/* /local/templates/Main/components/bitrix/catalog.element/training/style.css?16502449801682 */
/* /local/templates/Main/components/bitrix/news.list/price/style.css?16502449808667 */
/* /local/templates/Main/components/bitrix/catalog.section/training_new/style.css?16190667407392 */
/* /local/templates/Main/components/humdruman/model.view/who_only_fitnes/style.css?16502449803019 */
