.g-page > .g-content {
	width: 100%;
	max-width: none;
	padding: 0px;
}
.sport {
	background: #1A1919;
	color: #ffffff;
	font-family: 'TT Norms Pro';
	font-weight: normal;
	overflow: hidden;
}
.sport .g-content {
	max-width: 1000px;
}
.sport-hero-slider {
	height: 362px;
	overflow: hidden;
}
.sport-hero-slider__slide {
	height: 362px;
	position: relative;
}
.sport-hero-slider__image {
	height: 100%;
}
.sport-hero-slider__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	display: block;
}
.sport-hero-slider__text {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 5;
	padding-top: 6%;
}
.sport-hero-slider__title {
	max-width: 550px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.04;
}
.sport-hero-slider .slick-track {
	display: flex;
}
.sport-slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	list-style: none;
}
.sport-slider .slick-dots li {
	padding: 0 14px;
}
.sport-slider .slick-dots button {
	display: block;
	width: 11px;
	height: 11px;
	color: transparent;
	font-size: 0;
	transition: 0.3s;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	background: #C4C4C4;
}
.sport-slider .slick-dots li.slick-active button {
	background: #FF4E00;
}
.sport-hero-slider .slick-dots {
	bottom: 56px;
}
.sport-hero-top {
	display: none;
}
.sport-section {
	padding: 36px 0;
}
.sport-orange {
	color: #FF4E00;
}
.sport-grey {
	color: #C4C4C4;
}
.sport-title {
	font-size: 30px;
	max-width: 400px;
}
.sport-fb {
	font-weight: 700;
}
.sport-fm {
	font-weight: 500;
}
.sport-uppercase {
	text-transform: uppercase;
}
.sport-mb40 {
	margin-bottom: 40px;
}
.sport-item {
	width: 180px;
	display: block;
	color: #EEEEEE;
	font-size: 15px;
}
.sport-item__image {
	width: 126px;
	height: 126px;
	margin: 0 auto 30px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #009AA6;
}
.sport-item__image img {
	display: block;
	transition: 0.5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.sport-item__text {
	text-align: center;
	display: block;
}
.sport-item_link {
	margin-bottom: 80px;
	font-size: 18px;
}
.sport-item_link:hover {
	color: #ffffff;
}
.sport-item_link:hover img {
	transform: scale(1.1);
}
.sport-item_link .sport-item__image {
	width: 143px;
	height: 143px;
}
.sport-list-slider__slide {
	padding: 0 20px;
}
.sport-list-slider_pb {
	padding-bottom: 60px;
}
@media screen and (min-width: 901px){
	.sport-list-slider {
		display: flex;
		justify-content: space-between;
	}
}
.sport-brand {
	display: flex;
	background: #000000;
	border-radius: 18px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.sport-brand__image {
	position: relative;
	width: 100%;
	min-width: 100%;
	min-height: 250px;
	z-index: 1;
}
.sport-brand__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	display: block;
}
.sport-brand__title {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	bottom: 0;
	width: 45%;
	padding: 20px 20px 20px 10%;
}
.sport-brand__name {
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.sport-brand__slogan {
	font-weight: bold;
	font-size: 14px;
	color: #837C7C;
	position: relative;
	z-index: 2;
	margin-bottom: 24px;
}
.sport-brand__info {
	padding: 20px 40px 20px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 55%;
	min-width: 55%;
}
.sport-brand__list {
	font-weight: 300;
	font-size: 20px;
	color: #EEEEEE;
	margin-bottom: 36px;
	list-style: none;
	margin-left: -20px;
}
.sport-brand__list li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 20px;
}
.sport-brand__list li::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	background: #EEEEEE;
	top: 10px;
	left: 6px;
	border-radius: 50%;
}
.sport-brand-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFFFFF;
	font-weight: 300;
}
.sport-brand-link__arrow {
	transition: 0.3s;
	width: 76px;
	min-width: 76px;
	margin-left: 8px;
}
.sport-brand-link:hover .sport-brand-link__arrow {
	transform: translateX(10px);
}
.sport-advert-slider {
	padding-bottom: 12px;
	position: relative;
	z-index: 10;
}
.sport-advert-slider .slick-dots {
	bottom: -100px;
}
.sport-advert-slider__slide {
	display: block;
}
.sport-section_arrow-bottom {
	padding-bottom: 0;
	position: relative;
}
.sport-section_arrow-bottom::after {
	content: '';
	height: 185px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: url('img/bg-arrow.png') no-repeat 50% 0;
}
.sport-section_white {
	background-color: #ffffff;
	padding-top: 80px;
	color: #000000;
}
.sport-section_lines {
	background-image: url('img/line-top.png'), url('img/line-bottom.png');
	background-repeat: no-repeat;
	background-position: 100% 0, 0 100%;
	padding: 195px 0 190px;
}
.sport-product-slider .slick-track {
	display: flex;
}
.sport-product-slider .b-card__image {
	border-radius: 11px;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
	height: auto;
	overflow: hidden;
}
.sport-product-slider .b-card__content {
	display: block;
}
.sport-product-slider .b-card__name {
	font-weight: 300;
}
.sport-product-slider .g-link_complex {
	align-items: flex-end;
}
.sport-product-slider .g-link_primary {
	font-weight: 400;
	text-transform: none;
	color: #009AA6;
}
.sport-product-slider .g-link_complex .g-link__icon {
	width: 23px;
	min-width: 23px;
	height: 31px;
}
.sport-product-slider .b-card:hover .b-card__image {
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
}
.sport-product-slider .b-card__top,
.sport-product-slider .b-card__center,
.sport-product-slider .b-card__bottom {
	padding-left: 0;
	padding-right: 0;
}
.sport-button {
	background: #FF4E00;
	border-radius: 18px;
	height: 65px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	white-space: nowrap;
	border: none;
	transition: 0.3s;
	width: 324px;
}
.sport-button:hover {
	background: #009AA6;
}
.sport-product-slider {
	margin: 0 -10px;
}
.sport-product-slider__slide {
	padding: 40px 10px;
	height: auto;
}
.sport-product-slider__button {
	display: inline-flex;
	margin: 0 10px;
	cursor: pointer;
	transition: 0.3s;
	width: 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
	color: #7E7D7D;
	border: 1px solid #FF4E00;
	border-radius: 50%;
}
.sport-product-slider__button svg {
	width: 19px;
	height: 26px;
}
.sport-product-slider__button_prev svg {
	transform: rotate(180deg);
}
.sport-product-slider__button:hover {
	background: #FF4E00;
	color: #ffffff;
}
.sport-section_arrow-top {
	padding: 0;
	position: relative;
	background: #000000;
}
.sport-section_arrow-top::after {
	content: '';
	height: 145px;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background: url('img/bg-arrow-top.png') no-repeat 50% 0;
}
.sport-section_arrow-top .sport-video-slider {
	margin-bottom: 72px;
}
.sport-video {
	display: block;
	position: relative;
}
.sport-video img {
	display: block;
	width: 100%;
}
.sport-video__icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 98px;
}
.sport-video__icon img {
	transition: 0.3s;
}
.sport-video__icon:hover img {
	transform: scale(1.1);
}
.sport-video-slider {
	padding-bottom: 36px;
}
.sport-review-slider {
	padding-bottom: 36px;
	max-width: 760px;
	margin: 0 auto 80px;
}
.sport-review-slider .sport-video {
	padding: 24px 30px;
	height: auto;
	transition: 0.3s;
}
.sport-review-slider .sport-video img {
	transition: 0.3s;
	border-radius: 16px;
	transform-origin: 50% 50%;
}
.sport-review-slider .slick-list {
	overflow: visible;
}
.sport-review-slider .slick-track {
	display: flex;
}
.sport-review-slider .sport-video.slick-current img {
	transform: scale(1.1);
}
.sport-review-slider .slick-arrow {
	background: transparent;
	border: none;
	color: transparent;
	font-size: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50vw;
	z-index: 5;
	cursor: pointer;
}
.sport-review-slider .slick-next {
	left: 100%;
	margin-left: 30px;
}
.sport-review-slider .slick-prev {
	right: 100%;
	margin-right: 30px;
}
.sport-way {
	height: 100%;
	padding-bottom: 58px;
}
.sport-way__link {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	min-height: 177px;
	height: 100%;
	position: relative;
}
.sport-way__link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	display: block;
	transition: 0.5s;
}
.sport-way__link:hover img {
	transform: scale(1.1);
}
.sport-way__title {
	display: block;
	position: absolute;
	min-height: 44px;
	width: 100%;
	max-width: 314px;
	left: 0;
	bottom: 16px;
	font-weight: 500;
	font-size: 18px;
	padding: 0 16px;
}
.sport-scheme {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}
.sport-scheme__link {
	font-weight: bold;
	font-size: 22px;
	position: absolute;
	line-height: 1.1;
}
.sport-scheme__link:hover {
	transform: scale(1.1);
}
.sport-scheme__link_1 {
	top: 170px;
	left: 52px;
	width: 340px;
	height: 150px;
}
.sport-scheme__link_2 {
	bottom: 300px;
	left: -25px;
	padding: 140px 120px 30px 30px;
}
.sport-scheme__link_3 {
	bottom: 58px;
	left: 49px;
	padding: 50px 180px 50px 30px;
}
.sport-scheme__link_4 {
	top: 203px;
	right: 9px;
	padding: 10px 10px 30px 170px;
}
.sport-scheme__link_5 {
	top: 324px;
	right: 15px;
	padding: 20px 40px 40px 150px;
}
.sport-scheme__link_6 {
	bottom: 312px;
	right: 45px;
	padding: 50px 50px 50px 140px;
}
.sport-academy-slider {
	padding-bottom: 36px;
	margin: 0 -15px;
}
.sport-academy-slider__slide {
	padding: 0 15px;
}
.sport-academy-slider__slide img {
	margin: 0 auto;
}
.sport-product-slider .g-link_complex {
	align-items: center;
}
.sport-product-slider .g-link_primary {
	font-weight: 500;
	text-transform: uppercase;
}
@media screen and (max-width: 900px) {
.sport-hero {
    padding-top: calc(8/375 * 100vw);
}
.sport-hero-top {
    display: block;
}
.sport-hero__button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(48/375 * 100vw);
    font-weight: 500;
    font-size: calc(12/375 * 100vw);
    background: #545454;
    border-radius: calc(35/375 * 100vw);
}

.sport-hero-slider {
    height: calc(416/375 * 100vw);
}
.sport-hero-slider__slide {
    height: calc(416/375 * 100vw);
}
.sport-hero-slider__text {
    padding-top: calc(130/375 * 100vw);
}
.sport-hero-slider__title {
    font-size: calc(20/375 * 100vw);
}
.sport-slider .slick-dots li {
    padding: 0 calc(9/375 * 100vw);
}
.sport-slider .slick-dots {
    height: calc(7/375 * 100vw);
}
.sport-slider .slick-dots button {
    width: calc(5/375 * 100vw);
    height: calc(5/375 * 100vw);
}
.sport-slider .slick-dots li.slick-active button {
    width: calc(7/375 * 100vw);
    height: calc(7/375 * 100vw);
}
.sport-hero-slider .slick-dots {
    bottom: calc(50/375 * 100vw);
}
.sport-section {
    padding: calc(36/375 * 100vw) 0;
}
.sport-title {
    font-size: calc(20/375 * 100vw);
    max-width: none;
}
.sport-mb40 {
    margin-bottom: calc(28/375 * 100vw);
}
.sport-item {
    width: calc(130/375 * 100vw);
    font-size: calc(11/375 * 100vw);
}
.sport-item__image {
    width: calc(116/375 * 100vw);
    height: calc(116/375 * 100vw);
    margin: 0 auto calc(20/375 * 100vw);
    border: calc(1/375 * 100vw) solid #009AA6;
}
.sport-item_link {
    margin-bottom: calc(20/375 * 100vw);
    font-size: calc(10/375 * 100vw);
    width: calc(95/375 * 100vw);
}
.sport-item_link .sport-item__image {
    width: calc(95/375 * 100vw);
    height: calc(95/375 * 100vw);
}
.sport-item-row {
    margin: 0 calc(-10/320 * 100vw);
}
.sport-item-row .g-col {
    padding: 0 calc(10/320 * 100vw);
}
.sport-list-slider {
    margin: 0 calc(-12/375 * 100vw);
}
.sport-list-slider__slide {
    padding: 0 calc(12/375 * 100vw);
}
.sport-list-slider_pb {
	padding-bottom: calc(24/375 * 100vw);
}
.sport-brand {
    border-radius: 0;
    background: transparent;
    margin-bottom: calc(30/375 * 100vw);
}
.sport-brand_second {
    flex-direction: row-reverse;
}
.sport-brand_second .sport-brand__info {
    padding: 0 calc(15/375 * 100vw) 0 0;
}
.sport-brand__image {
    border-radius: calc(18/375 * 100vw);
    overflow: hidden;
    width: 50%;
    min-width: 50%;
    min-height: 0;
}
.sport-brand__image img {
    height: auto;
}
.sport-brand__title {
    position: static;
    display: block;
    width: 100%;
    padding: 0;
}
.sport-brand__name {
    font-size: calc(20/375 * 100vw);
}
.sport-brand__slogan {
    font-size: calc(14/375 * 100vw);
    margin-bottom: calc(16/375 * 100vw);
}
.sport-brand__info {
    padding: 0 0 0 calc(15/375 * 100vw);
    width: 50%;
    min-width: 50%;
    display: block;
}
.sport-brand__list {
    font-size: calc(10/375 * 100vw);
    margin-bottom: calc(12/375 * 100vw);
	margin-left: 0;
}
.sport-brand__list li {
    margin-bottom: calc(8/375 * 100vw);
    padding-left: calc(20/375 * 100vw);
}
.sport-brand__list li::after {
    width: calc(2/375 * 100vw);
    height: calc(2/375 * 100vw);
    top: calc(7/375 * 100vw);
    left: calc(6/375 * 100vw);
}
.sport-brand-link {
    font-size: calc(12/375 * 100vw);
}
.sport-brand-link__arrow {
    width: calc(26/375 * 100vw);
    min-width: calc(26/375 * 100vw);
    margin-left: calc(8/375 * 100vw);
}
.sport-advert-slider {
    padding-bottom: calc(16/375 * 100vw);
    margin-top: calc(40/375 * 100vw);
}
.sport-advert-slider .slick-dots {
    bottom: 0;
}
.sport-section_arrow-bottom {
    padding-bottom: calc(36/375 * 100vw);
}
.sport-section_arrow-bottom::after {
    display: none;
}
.sport-section_white {
    padding-top: calc(36/375 * 100vw);
}
.sport-section_lines {
    background-image: none;
}
.sport-product-slider-buttons {
    display: none;
}
.sport-product-slider .b-card__image {
    border-radius: 0;
    box-shadow: none;
}
.sport-product-slider .g-link_complex .g-link__icon {
    width: calc(23/375 * 100vw);
    min-width: calc(23/375 * 100vw);
    height: calc(31/375 * 100vw);
}
.sport-product-slider .b-card:hover .b-card__image {
    box-shadow: none;
}
.sport-button {
    border-radius: calc(18/375 * 100vw);
    height: calc(54/375 * 100vw);
    width: calc(230/375 * 100vw);
    font-size: calc(14/375 * 100vw);
}
.sport-product-slider__nav .g-col {
    width: 100%;
    text-align: center;
}
.sport-product-slider {
    margin: calc(28/375 * 100vw) calc(-6/375 * 100vw) 0;
    display: flex;
    flex-wrap: wrap;
}
.sport-product-slider__slide {
    padding: 0 calc(6/375 * 100vw) calc(20/375 * 100vw);
    width: 50%;
    min-width: 50%;
}
.sport-section_arrow-top {
    padding-top: calc(20/375 * 100vw);
}
.sport-section_arrow-top::after {
    display: none;
}
.sport-section_arrow-top .sport-video-slider {
    margin-bottom: calc(50/375 * 100vw);
}
.sport-video__icon {
    transform: translate(-50%, -50%);
    width: calc(43/375 * 100vw);
    height: calc(50/375 * 100vw);
}
.sport-video-slider {
    padding-bottom: calc(16/375 * 100vw);
}

.sport-section_white .sport-video-slider {
    width: calc(260/375 * 100vw);
    margin-left: auto;
    margin-right: auto;
}
.sport-review-slider {
	width: calc(260/375 * 100vw);
	padding-bottom: calc(16/375 * 100vw);
	margin-bottom: calc(24/375 * 100vw);	
}
.sport-review-slider .sport-video {
	padding: calc(16/375 * 100vw) calc(16/375 * 100vw);
}
.sport-review-slider .sport-video img {
	border-radius: calc(16/375 * 100vw);
}
.sport-review-slider .slick-next {
	margin-left: calc(18/375 * 100vw);
}
.sport-review-slider .slick-prev {
	margin-right: calc(18/375 * 100vw);
}

.sport-ways .g-col_50 {
    width: 100%;
    min-width: 100%;
}
.sport-way {
    height: auto;
    padding-bottom: calc(22/375 * 100vw);
}
.sport-way__link {
    border-radius: calc(20/375 * 100vw);
    min-height: calc(120/375 * 100vw);
}
.sport-way__title {
    min-height: 0;
    left: 0;
    max-width: calc(314/375 * 100vw);
    bottom: calc(16/375 * 100vw);
    font-size: calc(16/375 * 100vw);
    padding: 0 calc(10/375 * 100vw);
}
.sport-scheme {
    max-width: none;
}
.sport-scheme__link {
    font-size: calc(13/375 * 100vw);
    position: absolute;
    line-height: 1.1;
}
.sport-scheme__link_1 {
    top: 17%;
    left: calc(21/375 * 100vw);
    max-width: calc(160/375 * 100vw);
	height: calc(80/375 * 100vw);
}
.sport-scheme__link_2 {
    bottom: 30%;
    left: calc(0/375 * 100vw);
	padding: calc(80/375 * 100vw) calc(50/375 * 100vw) calc(30/375 * 100vw) 0;
}
.sport-scheme__link_3 {
    bottom: 0;
    left: calc(8/375 * 100vw);
	padding: calc(50/375 * 100vw) calc(180/375 * 100vw) calc(50/375 * 100vw) calc(30/375 * 100vw);
}
.sport-scheme__link_4 {
    top: 20%;
    right: calc(0/375 * 100vw);
	padding: calc(10/375 * 100vw) calc(10/375 * 100vw) calc(40/375 * 100vw) calc(100/375 * 100vw);
}
.sport-scheme__link_5 {
    top: 34%;
    right: calc(-15/375 * 100vw);
	padding: calc(20/375 * 100vw) calc(40/375 * 100vw) calc(30/375 * 100vw) calc(70/375 * 100vw);
}
.sport-scheme__link_6 {
    bottom: 31%;
    right: calc(-5/375 * 100vw);
	padding: calc(50/375 * 100vw) calc(50/375 * 100vw) calc(50/375 * 100vw) calc(90/375 * 100vw);
}
.sport-academy-slider {
    padding-bottom: 0;
    margin: 0 calc(-15/375 * 100vw);
}
.sport-academy-slider__slide {
    padding: 0 calc(15/375 * 100vw);
    width: calc(267/375 * 100vw);
}
.sport-academy-slider__slide img {
    width: 100%;
}
}
