

/* Start:/bitrix/templates/liwest/local/libr/slick/slick.css?16049883801773*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/liwest/local/libr/slick/slick-theme.css?16055035272866*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/liwest/local/libr/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/liwest/local/libr/slick/./fonts/slick.eot');
    src: url('/bitrix/templates/liwest/local/libr/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/liwest/local/libr/slick/./fonts/slick.woff') format('woff'), url('/bitrix/templates/liwest/local/libr/slick/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/liwest/local/libr/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -40px;
    outline: none;
}
[dir='rtl'] .slick-prev
{
    right: -40px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -40px;
    outline: none;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -40px;
    outline: none;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 26px;
    height: 4px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    
}

.slick-dots li button:after
{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #2F84E2;

}

.slick-dots li.slick-active button:after
{
   width: 12px;
    height: 12px;
    right: auto;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}


/* End */


/* Start:/bitrix/templates/liwest/css/sport.css?167773224516630*/
/****************Base*styles********************/
*{
	box-sizing: border-box;
}

.popup_bg{
	background-color: rgb(74 128 148 / 0.95);
	opacity: 0;
	z-index: -500;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	transition: 0.4s ease;
}


.popup_bg.opn{
	z-index: 1000;
	opacity: 1;
}

html.hidden{
	overflow: hidden;
}

.popup{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-7%);
	text-align: center;
	color: #fff;
}

.popup.opn{
	display: block;
}

.pop_title{
	font-weight: bold;
	font-size: 40px;
	line-height: 49px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.und_pop_title{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 25px;
}

.video_block{
	background-color: #C4C4C4;
    width: 900px;
    height: 505px;
	margin-bottom: 45px;
}

.video_block iframe{
	width: 100%;
	height: 100%;
}

.close_popup{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	transition: 0.4s ease;
}

.close_popup:hover{
	transform: rotate(180deg);
}

.warning-ie{
	display: none !important;
}

html{
	overflow-x: hidden;
}

body,html{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
}

.slick-slide img{
	width: 100%;
}

.slick-prev:before{
	content: none;
}

a{
	cursor: pointer;
}

a:hover{
	text-decoration: none;
}

ul{
	padding: 0;
	margin: 0;
}

body,html,div,section{
	padding: 0;
	margin: 0;
}

button,input{
    outline: none;
}

body, input, button, label{
	font-family: 'Montserrat', sans-serif;
}

section{
    position: relative;
}


a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 500;
}

button{
	border:none;
}

h1,h2,h3,h4,h5,h6{
	margin: 0 0 20px 0;
}

.container_sport{
	width: 1200px;
	margin: 0 auto;
}


#main_sport{
	background-image: url(/bitrix/templates/liwest/css/../images/sport/main.png);
	background-color:  rgba(87, 87, 87, 0.3);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 300px;
	padding-bottom: 270px;
	position: relative;
}

#main_sport h1{
	font-weight: bold;
	font-size: 70px;
	text-transform: uppercase;
	line-height: 100%;
	margin-bottom: 20px;
}

#main_sport p{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;	
	width: 700px;
	margin-bottom: 50px;
}

.btn{
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 20px 60px;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	display: inline-block;
}


#history_sport_liwest .btn{
	color: #4A8094;
	border-color: #4A8094;
}


.drop_down{
	position: absolute;
	bottom: 30px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}

.drop_down img{
	display: inline-block;
	margin-bottom: 10px;
}

#history_sport_liwest{
	background-image: url(/bitrix/templates/liwest/css/../images/sport/history_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
}

.title_sport{
	font-weight: bold;
	font-size: 42px;
	line-height: 51px;
	text-transform: uppercase;
	color: #4A8094;
	margin-bottom: 20px;
}

.text_block_history{
	padding-top: 100px;
	padding-left: 10%;
}

.img_block_history{
	display: flex;
	justify-content: space-between;
	padding-top: 17px;
}

.smimg {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 412px;
}

.smimg img{
	width: 192px;
	height: 335px;
	margin-right: 14px;
	margin-bottom: 9px;
}

.bigimg{
	margin-right: 14px;
    margin-bottom: 14px;
}

#form_sport_programm{
	text-align: center;
	background: #4A7F92;
	color: #fff;
	padding: 80px 0 70px 0;
}


#form_sport_programm .title_sport{
	color: #fff;
}

#sport_programm input{
	border: 1px solid rgba(31, 32, 65, 0.25);
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0 10px 18px;
	width: auto;

}

#sport_programm button{
	border: 1px solid rgba(31, 32, 65, 0.25);
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #fff;
	color: #4A8094;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: none;
	cursor: pointer;
	padding: 10px 18px 8px;
}

#sportslider{
    padding-top: 63px;
    padding-bottom: 70px;
	background-color:  #C4C4C4;
	background-image: url(/bitrix/templates/liwest/css/../images/sport/br_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#sportslider .title_sport{
	text-align: center;
	margin-bottom: 60px;
}

.trio_slider a img{
	width: 269px;
}

.trio_slider{
	width: 950px;
	margin: 0 auto
}

#sportsmans{
	display: flex;
}

.txt_doverye{
	background-image: url(/bitrix/templates/liwest/css/../images/sport/dov_bg.png);
	background-size: cover;
	padding: 100px  40px 0 44px;
	width: 30%;
}

.sportsmans{
	width: 70%;
	background: #4A7F92;
	display: flex;
}

.elena, .ivan{
	position: relative;
	width: 50%;
	display: flex;
	align-items: flex-end;
}

.elena img{
	width: 130%;
}

.name{
	position: absolute;
	color: #fff;
	font-size: 36px;
	line-height: 100%;
	bottom: 30px;
	left: 30px;
}

.name b{
	font-size: 26px;
}

.ivan{
	justify-content: flex-end;
}

.ivan img{
	width: 82%;
}

#single_sport_slider{
	background-image: url(/bitrix/templates/liwest/css/../images/sport/big_sld_bg.png);
	padding: 88px 0 55px 0;
	background-color:  #C4C4C4;
}

#single_sport_slider .title_sport{
	text-align: center;
	margin-bottom: 50px;
}

.single_slider{
	width: 950px;
	margin: 0 auto 85px;
}

.center{
	text-align: center;
}


#literature{
	padding: 150px 0 70px 0;
}

#literature .container_sport{
	display: flex;
	justify-content: space-between;
}

.lit_text{
	width: 48%;
}

.lit_text{
	color: #4A7F92;
}

.lit_text p{
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 90px;
	font-weight: bold;
}

.liter_slider{
	width: 400px;
}

.liter_slider a img{
	width: 350px;
}

#literature .btn{
	color: #4A7F92;
	border-color: #4A7F92;
}










/****************************************************************/

/*light_zoom*/

a.lightzoom {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

#lz-container {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  white-space: nowrap;
  position: absolute;
  z-index: 9999990 !important;
}

#lz-box {
  position: fixed;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  z-index: 9999998 !important;
}

#lz-overlay {
  display: block;
  opacity: 0.6;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999991 !important;
}

#lz-box:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#lz-box img {
  float: none;
  display: inline-block;
  max-height: 80%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  opacity: 0;
  position: relative;
  z-index: 9999995 !important;
}

#lz-box p {
  position: relative;
  bottom: 0;
  margin-top: -30px;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 18px;
  z-index: 9999997 !important;
}

#lz-close {
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  background: url("/bitrix/templates/liwest/css/../images/sport/close.png");
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
  z-index: 9999998 !important;
}

#lz-close:hover {
  opacity: 1;
}

#lz-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999999 !important;
}

#lz-loading-center > .lz-loading-center-box {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.lz-object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

#lz-object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#lz-object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#lz-object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

/*************************************************/
/*****************SLIDER**************************/
/*************************************************/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide {
	outline: none;
}

.slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -70px;
	color: transparent;
	border: none;
	background-color: transparent;
	width: 42px;
	height: 137px;
	background: url(/bitrix/templates/liwest/css/../images/sport/arrow_left.svg);
	background-repeat: no-repeat;
	outline: none;
	cursor: pointer;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
}

.trio_slider .slick-next{
	right: -20px;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
	content: none;
}

.slick-next{
	right: -60px;
	left: auto;
	background: url(/bitrix/templates/liwest/css/../images/sport/arrow_right.svg);
	background-size: cover;
}


.liter_slider .slick-next{
	right: -20px;
}

.slick-dots{
	position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    width: 4px;
    height: 4px;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	border-radius: 50%;
    background: #fff;
    content: '';
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #9C9C9C;
}

.slick-dots li.slick-active button:before {
    background: #212121;
    width: 5px;
    height: 5px;
}

.slick-next:before{
	content: none;
}

/*************************************************/
/***************END**SLIDER***********************/
/*************************************************/

#sportsmans{
	color: #4A8094;
}

@media (max-width: 1260px){
	.container_sport{
		width: 800px;
		margin: 0 auto;
	}

	#main_sport{
	    padding-top: 175px;
    	padding-bottom: 170px;
	}

	#main_sport h1{
		font-size: 60px;
	}

	.text_block_history{
		padding-left: 2%;
		padding-top: 60px;
	}

	.title_sport{
		font-size: 30px;
		line-height: 120%;
	}

	.smimg{
		width: 240px;
	}

	.smimg a{
		width: 49%;
	}

	.smimg img{
		width: 100%;
		height: auto;
	}

	.bigimg a{
		width: 100%;
	}

	.bigimg img{
		width: 100%;
	}

	.bigimg{
		width: 238px;
	}

	.trio_slider{
		width: 100%;
	}

	.trio_slider a img{
		width: 220px;
	}

	.single_slider{
		width: 100%;
	}

	.txt_doverye{
		padding-top: 60px;
	}

	.name{
		font-size: 26px;
	}

	.name b{
		font-size: 18px;
	}

	.single_slider  img{
		width: 100%;
	}

	#single_sport_slider{
		padding-top: 70px;
	}

	#literature{
		padding: 100px 0 60px 0;
	}

	.liter_slider{
		width: 48%;
	}

	.btn{
		font-size: 20px;
		padding: 14px 40px;
	}

	.liter_slider a img{
		width: 250px;
	}

	.liter_slider{
		width: 250px;
	}

	.smimg img{
		margin-right: 0;
		margin-bottom: 0;
	}

	.bigimg{
		margin-right: 6px;
        margin-bottom: 6px;
	}

	.text_block_history{
		padding-right: 1%;
	}
}

@media (max-width: 820px){
	.container_sport{
		width: 100%;
		padding: 0 15px;
	}

	#sportslider{
		background-image: url(/bitrix/templates/liwest/css/../images/sport/mob_bg.png);
	}

	.trio_slider .slick-next{
		right: -35px;
	}

	#main_sport h1 {
	    font-size: 38px;
	}

	#main_sport {
	    padding-top: 80px;
	    padding-bottom: 155px;
	        background-position: 15%;
	}

	#main_sport p{
		font-size: 14px;
		width: 100%;
	}

	.btn{
		font-size: 14px;
    	padding: 8px 28px;
	}

	.drop_down{
		font-size: 14px;
	}

	.drop_down img{
		width: 40px;
	}

	#history_sport_liwest{
		flex-wrap: wrap;
	}

	.text_block_history{
		width: 100%;
		padding: 40px 15px 0px 15px;
	}

	.title_sport{
		font-size: 20px;
	}

	.title_sport br{
		display: none;
	}

	p{
		font-size: 14px;
	}

	.img_block_history{
		width: 100%;
	}

	.bigimg{
		width: 50%;
	}

	.smimg{
		width: 50%;
	}

	#form_sport_programm{
		padding: 40px 0 30px 0;
	}

	#sport_programm{
		display: flex;
		flex-wrap: wrap;
	}

	#sport_programm input{
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
	}

	#sport_programm button{
		text-align: center;
		width: 100%;
		display: inline-block;
	}

	#sportslider{
		padding: 40px 0 40px 0;
	}

	#sportslider .title_sport{
		margin-bottom: 30px;
	}

	.trio_slider{
		width: 70%;
	}

	.slick-arrow{
		width: 20px;
		height: 105px;
		background-size: cover;
		left: -35px;
	}

	.slick-next{
	    right: -40px;
	    left: auto;
	    width: 20px;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position: center;
	}

	.trio_slider a img{
		width: 100%;
	}

	.trio_slider a{
		display: block;
		width: 100%;
	}

	#sportsmans{
		flex-wrap: wrap;
	}

	.txt_doverye{
		width: 100%;
	}

	.sportsmans{
		width: 100%;
	}

	.txt_doverye{
		padding: 40px 15px 0 15px;
	}

	.name {
	    font-size: 14px;
	    bottom: 6px;
    	left: 8px;
	}

	.name b {
	    font-size: 11px;
	    font-weight: 500;
	}

	#single_sport_slider{
		padding: 40px 0;
	}

	#single_sport_slider .title_sport{
		margin-bottom: 20px;
	}

	.single_slider{
		margin-bottom: 20px;
	}

	.single_slider{
		width: 80%;
	}

	#literature{
		padding: 40px 0;
	}

	#literature .container_sport{
		flex-wrap: wrap;
		justify-content: center;
	}

	.lit_text{
		width: 100%;
	}

	.lit_text p{
		font-size: 14px;
		line-height: 120%;
		font-weight: 500;
		margin-bottom: 20px;
	}


	.liter_slider{
		width: 70%;
		margin-top: 20px;
	}

	#literature .btn{
		width: 100%;
		text-align: center;
	}

	.liter_slider a img{
		width: 100%;
	}

}
/* End */
/* /bitrix/templates/liwest/local/libr/slick/slick.css?16049883801773 */
/* /bitrix/templates/liwest/local/libr/slick/slick-theme.css?16055035272866 */
/* /bitrix/templates/liwest/css/sport.css?167773224516630 */
