body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
	margin:0;
}
#wrapper{
	overflow: hidden;
	width: 100%;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-box{
	background-position: 50% 0;
	background-color: #264968;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.header{
	background: #00325f url(../img/toping.jpg) 50% 0 no-repeat;
}
.top-box-text{
	position: relative;
}
.top-box-text:after{
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(180deg, #06325D 3.74%, rgba(7, 51, 90, 0) 100%);
}
.top-box-text .container{
	position: relative;
	z-index: 3;
}
.top-box-text{
	padding: 100px 0 130px;
}
.top-line{
	padding: 20px 0;
}
.top-line > *{
	display: inline-block;
	vertical-align: middle;
}
.next-play-bx{
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin-right:30px;
}
.next-play-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.next-play-bx .ico{
	margin-right: 5px;
}
.next-play-bx .bull{
	width: 5px;
	height: 5px;
	margin: 0 10px;
	background: #FFFFFF;
	border-radius: 50%;
}
.next-play-bx .name{
	max-width: 285px;
}
.trans-link {
	padding-left: 30px;
	background: url(../img/live.svg) 0 50% no-repeat;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #8BFF44;
	text-decoration: none;
	margin-right: 140px;
}
.trans-link:hover{
	color: #fff;
}
.social-list{
	margin-right: 10px;
	float: right;
}
.social-list li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 17px;
}
.social-list li a svg path{
	transition: ease 0.3s all;
}
.social-list li a:hover svg path{
	fill: #1F98FF;
}
.lang-choose-bx {
	position: relative;
	padding: 5px 0;
	/*margin-right: 60px;*/
}
.lang-choose-bx .opener{
	cursor: pointer;
}
.lang-choose-bx:hover .opener span:after{
	background: #1F98FF;
}
.lang-choose-bx .opener *{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
.lang-choose-bx .opener span{
	position: relative;
}
.lang-choose-bx .opener span:after{
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -2px;
	background: #FFFFFF;
	border-radius: 50%;
	transition: ease 0.3s all;
}
.lang-choose-bx .opener img{
	margin-right: 5px;
}
.lang-choose-bx:hover .lang-drop{
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.lang-drop{
	visibility: hidden;
	transition: ease 0.3s all;
	top:-300px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 100%;
	background: #FFFFFF;
	border-radius: 10px;
	width: 90px;
	padding: 5px 10px;
}
.lang-drop a{
	transition: ease 0.3s all;
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0;
	color: #1F1F1F;
	text-decoration: none;
}
.lang-drop a:hover{
	color: #1F98FF;
}
.lk-btn{
	background: #FFF500;
	border-radius: 50px;
	width: 134px;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	border-bottom: 2px solid #B5AD00;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #024A8A;
}
.lk-btn> *{
	display: inline-block;
	vertical-align: middle;
}
.lk-btn svg{
	margin-left: 5px;
}
.lk-btn:hover{
	color: #fff;
	background: #1F98FF;
	border-color: #1a66b1;
}
svg path, a{
	transition: ease 0.3s all;
}
.lk-btn:hover svg path{
	fill: #fff;
}
.head-bx{
	margin-bottom: 40px;
}
.head-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.logo{
	margin-right: 170px;
}
.logo > *{
	display: inline-block;
	vertical-align: middle;
}
.slogan{
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	margin-left: 20px;
	color: #FFFFFF;
}
.kub-list{
	margin-right: 160px;
}
.kub-list li{
	margin-right: 2px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.kub-list .opener{
	position: relative;
	top: 0;
	cursor: pointer;
	transition: ease 0.3s all;
}
.kub-list .opener:hover {
	top: 2px;
}
.kub-list .inf-fr{
	position: absolute;
	left: 50%;
	transition: ease 0.3s all;
	top: 115%;
	width: 400px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 20px;
	z-index: 6;
	margin-left: -133px;
	opacity: 0;
	visibility: hidden;
}
.kub-list .opener.act + .inf-fr{
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.kub-list .inf-fr .close-fr{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.kub-list .inf-fr .hh{
	margin-bottom: 20px;
}
.kub-list .inf-fr .hh > *{
	display: inline-block;
	vertical-align: middle;
}
.kub-list .inf-fr .hh .ico{
	width: 40px;
}
.kub-list .inf-fr .hh .name{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	width: calc(100% - 45px);
	color: #005AAB;
}
.kub-list .inf-fr p{
	margin: 0 0 20px;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
.kub-list .inf-fr .more-bx{
	text-align: right;
}
.kub-list .inf-fr .more-bx a{
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #07335A;
}
.kub-list .inf-fr .more-bx a:hover{
	color: #4286c3;
}
.share-btns{
	margin-right: 70px;
}
.share-btns .bt{
	background: #FFFFFF;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	padding: 15px;
}
.share-btns .bt *{
	display: inline-block;
	vertical-align: middle;
}
.share-btns .bt svg{
	margin-right: 5px;
}
.share-btns .bt-apple:hover{
	color: #fff;
	background: #000000;
}
.share-btns .bt-apple:hover svg path{
	fill: #fff;
}
.share-btns .bt-gplay{
	background: #22B8D9;
	color: #fff;
	margin-left: 10px;
	padding: 16px 15px;
} 
.share-btns .bt-gplay:hover {
	color: #22B8D9;
	background: #fff;
}
.share-btns .bt-gplay:hover svg path{
	fill: #22B8D9;
}

.sell-links > * {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
.sell-links a > *{
	display: inline-block;
	vertical-align: middle;
}
.sell-links a{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
}
.sell-links a svg{
	margin-left: 10px;
}
.sell-links a:hover{
	color: #19E3FF;
}
.sell-links a:hover svg polygon,
.sell-links a:hover svg path{
	fill: #19E3FF;
}
.sell-links .sep{
	height: 18px;
	margin: 0 15px;
	border-left: 1px solid #FFFFFF;
}
.nav{
	background: #fff;
	display: table;
	width: 100%;
	border-radius: 35px;
	padding: 0 35px;
	box-shadow: 0px 4px 8px rgb(205 205 205 / 25%);
	position: relative;
    z-index: 10;
}
.nav > li{
	position: relative;
	display: table-cell;
	    width: 200px;
}
.nav .list-opener-arrow{
	display: none;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	z-index: 3;
	background: #22b8d9 url(../img/arr3.svg) 50% / 15px no-repeat;
}
.nav .list-opener-arrow.opened{
	transform: rotate(180deg);
}
.nav > li > a{
	display: block;
	text-align: center;
	padding: 20px 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	color: #060606;
	border: 3px solid #fff;
}
.nav > li:hover > a,
.nav > li > a:hover{
	color: #fff;
	background: #005AAB;
	border-radius: 35px;
}
.nav > li > a > *{
	display: inline-block;
	vertical-align: middle;
}
.nav > li:hover > a svg path,
.nav > li > a:hover svg path{
	fill:#fff;
}
.nav > li:hover .drop-links{
	visibility: visible;
	opacity:1;
	border: 1px solid #005AAB;
}
.drop-links{
	box-shadow: 0px 4px 8px rgba(205, 205, 205, 0.25);
	transition: ease 0.3s all;
	visibility: hidden;
	opacity: 0;
	width: 210px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #FFFFFF;
	border-radius: 0 0 15px 15px;
	z-index: 7;
	padding: 30px;
		border-radius: 35px;
}
.drop-links li{
	margin-bottom: 20px;
}
.drop-links li:last-child{
	margin-bottom: 0;
}
.drop-links li a{
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
}
.drop-links li a:hover{
	font-weight: bold;
	color: #005AAB;
}
.top-box-text{
	color: #fff;
}
.top-box-text .h1{
	font-weight: 900;
	font-size: 64px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.top-box-text .h2{
	font-weight: 500;
	font-size: 48px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.top-box-text p{
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	color: #fff;
	margin: 0 0 35px;
}
.top-box-text .more{
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
}
.top-box-text .more *{
	display: inline-block;
	vertical-align: middle;
}
.top-box-text .more svg{
	margin-right: 15px;
}
.top-box-text .more:hover{
	color: #19E3FF;
}
.top-box-text .more:hover svg path{
	stroke: #19E3FF;
}
.top-box-text .more:hover svg #more-path{
	fill: #19E3FF;
}
.state-slider-box{
	background: #FFFFFF;
	border-radius: 50px 50px 0px 0px;
	position: relative;
	z-index: 2;
	padding-top: 65px;
	padding-bottom: 60px;
	margin-top: -50px;
}
.owl-carousel .owl-nav{
	margin-top: 30px;
	overflow: hidden;
}
.owl-carousel .owl-nav>div{
	display: block;
	text-indent: -9999px;
	width: 40px;
	float: left;
	height: 40px;
	margin-right: 7px;
	border-radius: 15px;
	background:#005AAB url(../img/left.svg) 50% no-repeat;
	transition: ease 0.3s all;
}
.owl-carousel .owl-nav>div:last-child{
	transform: rotate(-180deg);
}
.owl-carousel .owl-nav>div:hover{
	background-color: #07335A;
}
.owl-carousel .owl-dots{
	text-align: center;
	margin-top: 30px;
}
.owl-carousel .owl-dots>div{
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	background-color: #D2D2D2;
	border-radius: 9px;
}
.owl-carousel .owl-dots>div.active{
	width: 18px;
	height: 18px;
	background-color: #005AAB;
}
.state-slider .owl-nav{
	display: none;
}
.state-item .img{
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.state-item .img a{
	display: block;
}
.state-item .img img{
	-moz-transition: all 1s ease-out; 
	-o-transition: all 1s ease-out; 
	-webkit-transition: all 1s ease-out;
	width: 100%;
	height: auto;
}
.state-item:hover .img img{
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);
}
.state-item .tt{
	background: #F9F9F9;
	border-radius: 0px 0px 15px 15px;
	padding: 20px 12px 12px;
	height: 200px;
}
.state-item .date{
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 15px;
	color: #000000;
}
.state-item .name{
	font-weight: 900;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 8px;
	color: #000000;
}
.state-item .name a{
	color: #000;
	text-decoration: none;
}
.state-item p{
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
}
.state-item .more-link{
	text-align: right;
}
.state-item:hover .more-link a svg path{
	fill:#fff;
}
.state-item *{
	transition: ease 0.3s all;
}
.state-item:hover .name a,
.state-item:hover p,
.state-item:hover .date{
	color: #fff;
}
.state-item:hover .tt{
	background: #005AAB;
}
.toggle_mnu {
	display: none;
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  z-index: 10;
	  border: none;
	  background-color: #22b8d9;
	  right: 15px;
	  top: 20px; }
	.sandwich {
	  width: 28px;
	  height: 28px;
	  position: absolute;
	  top: 8px;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  z-index: 200; }
	.sw-topper {
	  position: relative;
	  top: 0;
	  width: 28px;
	  height: 3px;
	  background: white;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  display: block; }
	.sw-bottom {
	  display: block;
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 6.6px;
	  background: white;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  -webkit-transition-delay: 0.2s, 0s;
	          transition-delay: 0.2s, 0s; }
	.sw-footer {
	  display: block;
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 13.5px;
	  background: white;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: all 0.5s;
	          transition: all 0.5s;
	  -webkit-transition-delay: 0.1s;
	          transition-delay: 0.1s; }
	.sandwich.active .sw-topper {
	  top: 9px;
	  -webkit-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	          transform: rotate(-45deg); }
	.sandwich.active .sw-bottom {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	          transform: rotate(45deg); }
	.sandwich.active .sw-footer {
	  opacity: 0;
	  top: 0;
	  -webkit-transform: rotate(180deg);
	      -ms-transform: rotate(180deg);
	          transform: rotate(180deg); }
.scad-slider .owl-nav{display: none;}
.scad-item{
	width: 420px;
	background: linear-gradient(180deg, #4358C3 0%, #07335A 100%);
	border-radius: 15px;
	color: #fff;
	transition: ease 0.3s all;
	overflow: hidden;
}
.scad-item:hover{
	background: linear-gradient(180deg, #07335A 0%, #4358C3 50%, #07335A 100%);
}
.scadule-box{
	padding: 50px 0;
}
.title-bx{
	font-weight: 500;
	font-size: 24px;
	color: #005AAB;
	margin-bottom: 30px;
}
.scad-item .time-bx{
	background: #005AAB;
	box-shadow: 0px 4px 2px rgba(8, 28, 103, 0.42);
	border-radius: 15px 0px;
	display: inline-block;
	padding: 18px 30px;
	font-weight: 900;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 58px;
}
.scad-item .time-bx *{
	display: inline-block;
}
.scad-item .time-bx .time{
	font-weight: 300;
	margin-left: 45px;
}
.scad-item .tt{
	padding: 0 10px;
	text-align: center;
	margin-bottom: 34px;
}
.scad-item .name{
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}
.scad-item .date{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 34px;
}
.scad-item .team-bx .bx{
	vertical-align: top;
	display: inline-block;
}
.scad-item .team-bx .ico{
	height: 109px;
	width: 109px;
	margin: 0 auto 10px;
}
.scad-item .team-bx .ico:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.scad-item .team-bx .ico img{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.scad-item .team-bx .t{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}
.scad-item .team-bx .t span{
	font-size: 12px;
}
.scad-item .team-bx .sep{
	font-weight: 900;
	font-size: 36px;
	line-height: 24px;
	margin: 0 25px;
   padding-top: 50px;
}
.scad-item .team-bx {
	margin-bottom: 15px;
}
.scad-item .place-bx{
	font-size: 14px;
	line-height: 18px;
}
.scad-item .btn-bx{
	text-align: right;
}
.scad-item .bt-buy{
	background: #2F5DB8;
	border-radius: 25px 0px 15px;
	display: inline-block;
	font-weight: 900;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 18px 33px;
}
.scad-item .bt-buy *{
	display: inline-block;
	vertical-align: middle;
}
.scad-item .bt-buy span{
	margin-right: 7px;
}
.scad-item:hover .bt-buy{
	-moz-transition: all 1s ease-out; -o-transition: all 1s ease-out; -webkit-transition: all 1s ease-out;
	animation: phone-atention 1s ease-in-out 0s infinite;
}
@keyframes phone-atention {
	0%, 50%, 100% {
    -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1);  }
  10%, 30% {
   -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -o-transform: scale(1.02); }
  20%, 40% {
    -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); } 
}
.scad-item-white{
	color: #000000;
	background: #fff;
	border: 1px solid #005AAB;
}
.scad-item-white:hover{
	background: #fff;
}
.scad-item-white .time-bx{
	border-right: 1px solid #005AAB;
	border-bottom: 1px solid #005AAB;
	background: #fff;
	box-shadow:initial;
	padding: 18px 50px;
	color: #005AAB;
}
.scad-item-white .tt{
	margin-bottom: 31px;
}
.scad-item-white .btns{
	margin-bottom: 30px;
	text-align: center;
}
.scad-item-white .btns .bt{
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}
.scad-item-white .time-bx{
	margin-bottom: 33px;
}
.scad-item-white .bt-stat{
	background: #005AAB;
	border-radius: 50px;
	font-weight: 900;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	padding: 9px 30px;
	border-bottom: 4px solid #02427B;
}
.scad-item-white .bt-stat:hover{
	opacity: 0.9;
}
.scad-item-white .bt-vid{
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	color: #FF3434;
}
.scad-item-white .bt-vid *{
	display: inline-block;
	vertical-align: middle;
}
.scad-item-white .bt-vid span{
	margin-right: 6px;
}
.scad-item-white .bt-vid:hover{
	color: #000;
}
.scad-item-white .bt-vid:hover svg path{
	fill: #000;
}
.shop-item{
	position: relative;
	padding-top: 50px;
}
.shop-box{
	padding-bottom: 50px;
}
.shop-box .title-bx{
	margin-bottom: 0;
}
.shop-item .frame{
	text-align: center;
	transition: ease 0.3s all;
	border-radius: 5px;
	height: 250px;
	position: relative;
}
.shop-item:hover .frame{
	background: #005AAB;
}
.shop-item .img{
	height: 140px;
	margin-bottom: 10px;
}
.shop-item .img a{
	height: 100%;
	text-align: center;
}
.shop-item .img a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.shop-item .img img{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.shop-item .name{
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 5px;
	color: #07335A;
	font-weight: 500;
}
.shop-item .price{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #005AAB;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
.shop-item:hover .seria{
	opacity: 1;
}
.shop-item .seria{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 13px;
	opacity: 0;
}
.shop-item .more{
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
.shop-item .more:hover{
	text-decoration: underline;
}
.shop-item *{
	transition: ease 0.3s all;
}
.shop-item .wr{
	position: relative;
	top: 0;
}
.shop-item:hover .wr{
	top:-50px;
}
.shop-item:hover .name{
	color: #FFFFFF;
}
.shop-item:hover .price{
	font-weight: bold;
	color: #ffffff;
}
.shop-item:after{
	content: '';
	width: 2px;
	height: 76px;
	background: #EFEFEF;
	position: absolute;
	top: 120px;
	right: -21px;
}
.shop-slider .owl-nav{
	display: none;
}
.nike-banner{
	border-radius: 50px 50px 0px 0px;
	background: #000000;
	margin: 50px 0 100px;
	padding: 42px 0px;
	position: relative;
}
.nike-banner .ico{
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	margin-right: 100px;
}
.nike-banner .t{
	font-size: 36px;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
}
.nike-banner .over{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.tournir-table-box{
	padding: 55px 0 85px;
	background:#07335A url(../img/tour-bg.jpg) 50% 0 / cover no-repeat;
	border-radius: 50px 50px 0px 0px;
}
.tournir-table-box .title *{
	display: inline-block;
	vertical-align: middle;
}
.tournir-table-box .title{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 40px;
	color: #FFFFFF;
	text-align: center;
}
.tournir-table-box .title img{
	margin-right: 10px;
}
.switch-bx{
	background: #FFFFFF;
	border-radius: 50px;
	max-width: 733px;
	height: 58px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.switch-bx .bx-sw{
	transition: ease 0.3s all;
	width: 33.33333333%;
	float: left;
	border:3px solid #fff;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #1F1F1F;
	padding: 16px 0;
	border-radius: 50px;
	cursor: pointer;
}
.switch-bx .bx-sw.act,
.switch-bx .bx-sw:hover{
	background: #005AAB;
	font-weight: bold;
	color: #FFFFFF;
}
.table-frame{
	background: #FFFFFF;
	border-radius: 35px;
	max-width: 894px;
	margin: 0 auto;
	padding: 35px 20px 0;
}
.table-bx{
	padding-bottom: 30px;
}
.show-more-bx{
	text-align: center;
}
.show-more-bx .t{
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 12px;
	color: #005AAB;
}
.show-more-bx .arr{
	cursor: pointer;
	background: #005AAB url(../img/arr3.svg) 50% no-repeat;
	border-radius: 10px 10px 0px 0px;
	width: 51px;
	height: 31px;
	margin: 0 auto;
	transition: ease 0.3s all;
}
.show-more-bx:hover .arr{
	background-position: 50% 60%;
}
.table-bx .table-line:nth-child(1),
.table-bx .table-line:nth-child(2),
.table-bx .table-line:nth-child(3),
.table-bx .table-line:nth-child(4),
.table-bx .table-line:nth-child(5),
.table-bx .table-line:nth-child(6),
.table-bx .table-line:nth-child(7),
.table-bx .table-line:nth-child(8){
	display: block;
}
.table-line {
	transition: ease 0.3s all;
	padding: 15px 35px;
	border-radius: 50px;
	display: none;
}
.table-line .bx{
	transition: ease 0.3s all;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #1F1F1F;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	width: 11%;
	text-align: center;
}
.table-line .bx1 *{
	display: inline-block;
	vertical-align: middle;
}
.table-line .bx1{
	text-align: left;
	width: 31%;
}
.table-line .bx6{
	width: 13%;
}
.table-line .n{
	transition: ease 0.3s all;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	width: 20px;
	margin-right: 15px;
	color: #000;
}
.table-line .ico{
	width: 31px;
	text-align: center;
	margin-right: 5px;
}
.table-line .ico img{
	max-width: 100%;
}
.table-line .name{
	transition: ease 0.3s all;
	width: calc(100% - 82px);
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
}
.table-line-regular:hover .bx{
	color: #fff;
}
.table-line-regular:hover {
	color: #fff;
	background: #083461;
}
.table-line-regular:hover .n,
.table-line-regular:hover .name{
	color: #fff;
}
.table-head-line{
	margin-bottom: 10px;
}
.table-head-line .bx{
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #005AAB;
}
.tabs-frame .tab{
	display: none;
}
.tabs-frame .tab1-bx{
	display: block;
}
.ticket-banner{
	border-radius: 50px 50px 0px 0px;
	background: #264968;
	margin: 100px 0 100px;
	padding: 42px 0px;
	position: relative;
}
.ticket-banner .ico{
	display: inline-block;
	vertical-align: middle;
	margin-left: 110px;
	margin-right: 160px;
}
.ticket-banner .t{
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.ticket-banner .over{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-state-box{
	padding: 40px 0 125px;
	background: #F5F5F5;
}
.heading-bx{
	overflow: hidden;
	margin-bottom: 40px;
}
.heading-bx .title-bx{
	float: left;
	margin-bottom: 0;
	color: #1F1F1F;
}
.heading-bx .more{
	float: right;
	margin-top: 7px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #005AAB;
	transition: ease 0.3s all;
}
.heading-bx .more:hover{
	color: #000;
}
.blog-item{
	width: 417px;
}
.blog-item .img{
	border-radius: 25px 25px 0 0;
	overflow: hidden;
}
.blog-item .img a{
	display: block;
}
.blog-item .img img{
	-moz-transition: all 1s ease-out; 
	-o-transition: all 1s ease-out; 
	-webkit-transition: all 1s ease-out;
	width: 100%;
	height: auto;
}
.blog-item:hover .img img{
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);
}
.blog-item .tt{
	background: #ffffff;
	border-radius: 0px 0px 25px 25px;
	padding: 20px 25px 13px;
}
.blog-item .name{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 8px;
	color: #000000;
	height: 84px;
	overflow: hidden;
}
.blog-item .name a{
	color: #000;
	text-decoration: none;
}
.blog-item *{
	transition: ease 0.3s all;
}
.blog-item:hover .name a,
.blog-item:hover .time,
.blog-item:hover .date{
	color: #fff;
}
.blog-item:hover .tt{
	background: #005AAB;
}
.blog-item .inf{
	overflow: hidden;
}
.blog-item .date{
	float: left;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #A6A6A6;
}
.blog-item .time{
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	float: right;
}
.video-item{
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}
.video-item:after{
	transition: ease 0.3s all;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}
.video-item:hover:after{
	background: rgba(0, 0, 0, 0.6);
}
.video-item .over{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url(../img/play.svg) 50% no-repeat;
}
.video-item:hover .over {
	background: url(../img/play-a.svg) 50% no-repeat;
}
.video-item img{
	width: 100%;
	display: block;
	-moz-transition: all 1s ease-out; 
	-o-transition: all 1s ease-out; 
	-webkit-transition: all 1s ease-out;
}
.video-item:hover img{
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-o-transform: scale(1.1);
}
.video-item .name{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	padding: 25px;
}
.video-item .time{
	position: absolute;
	right: 25px;
	bottom: 16px;
	z-index: 2;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
.video-slider .owl-nav{
	display: none;
}
.birtday-box{
	background: #fff;
	padding-top: 100px;
	padding-bottom: 50px;
	border-radius: 50px 50px 0 0;
	margin-top: -50px;
}
.shoes-banner{
	border-radius: 50px 50px 0 0;
	background: url(../img/shoes.jpg) 50% 0 / cover no-repeat;
	height: 200px;
	margin-bottom: 100px;
	position: relative;
}
.shoes-banner .over{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.birth-item{
	width: 308px;
	position: relative;
	padding-top: 65px;
}
.birth-item .frame{
	text-align: center;
	transition: ease 0.3s all;
	border-radius: 25px;
	height: 304px;
	position: relative;
	padding-top: 88px;
	background: #F5F5F5;
	text-align: center;
	color: #000;
	overflow: hidden;
}
.birth-item:hover .frame{
	color: #fff;
}
.birth-item:hover .frame{
	background: #005AAB;
}
.birth-item .img{
	height: 130px;
	width: 130px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 0;
	z-index: 3;
	overflow: hidden;
}
.birth-item .img img{
	width: auto;
	max-width: 100%
}
.birth-item .name{
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
}
.birth-item .age{
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 40px;
}
.birth-item .t{
	font-size: 20px;
    line-height: 24px;
    padding-top: 36px;
}
.birth-item .date{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}
.birth-item .bt-more{
	background: #07335A;
	border-radius: 0px 0px 25px 25px;
	padding: 19px 0;
	height: 60px;
	text-align: center;
	position: absolute;
	transition: ease 0.3s all;
	bottom: -60px;
	left: 0;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.birth-item .bt-more *{
	display: inline-block;
	vertical-align: middle;
}
.birth-item .bt-more img{
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.birth-item:hover .bt-more{
	bottom: 0;
}
.birth-slider .owl-nav{
	display: none;
}
.sky-banner{
	border-radius: 50px 50px 0 0;
	background:#00235d url(../img/sky.jpg) 50% 0 no-repeat;
	height: 150px;
	margin-bottom: 50px;
	margin-top: 50px;
	position: relative;
}
.sky-banner .over{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.partners-box{
	padding: 50px 0 100px;
}
.part-list {
	display: flex;
	justify-content: space-between;
}
.part-list img{
	transition: ease 0.3s all;
	opacity: 0.35;
	filter:grayscale(1);
}
.part-list li:hover img{
	opacity: 1;
	filter:grayscale(0);
}
.footer{
	color: #fff;
	padding: 30px 0 50px;
    background: #07335A url(../img/tour-bg.jpg) 50% -100px no-repeat;
    border-radius: 50px 50px 0px 0px;
}
.foot-top > *{
	display: inline-block;
	vertical-align: middle;
}
.flogo{
	margin-right: 300px;
}
.flogo > *{
	display: inline-block;
	vertical-align: middle;
}
.flogo img{
	margin-right: 40px;
}
.flogo .t{
	font-weight: 800;
	font-size: 36px;
	color: #FFFFFF;
}
.share-btns .t{
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}
.share-btns .t *{
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.share-btns .t  img{
	margin-right: 15px;
}
.top-slider-box{
	margin-top: -33px;
}
.foot-top{
	overflow: hidden;
}
.foot-top .share-btns {
	margin-right: 55px;
}
.foot-top .social-list{
	margin-right: 0;
	margin-top: 50px;
}
.foot-top {
	margin-bottom: 60px;
}
.foot-mid{
	margin-bottom: 20px;
}
.foot-mid .list-bx{
	width: 14.28%;
	margin-right: -4px;
	display: inline-block;
	vertical-align: top;
}
.foot-mid .h3{
	font-weight: 900;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 35px;
	color: #FFFFFF;
}
.foot-mid .list li{
	margin-bottom: 15px;
}
.foot-mid .list a{
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #FFFFFF;
	transition: ease 0.3s all;
}
.foot-mid .list a:hover{
	color: #22B8D9;
}
.foot-bot .wrap{
	margin-bottom: 30px;
}
.foot-bot .icon{
	display: inline-block;
	vertical-align: middle;
	margin-right: 275px;
}
.foot-bot .form-bx{
	display: inline-block;
	vertical-align: middle;
}
.foot-bot .form-bx .t{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-right: 25px;
	color: #FFFFFF;
}
.email-form{
	display: inline-block;
	vertical-align: middle;
	width: 417px;
	background: #FFFFFF;
	border-radius: 50px;
	position: relative;
	padding-right: 222px;
}
.email-form input[type='text']{
	background: #fff;
	outline: 0;
	border: 0;
	width: 100%;
	border-radius: 50px;
	height: 64px;
	padding: 0 20px;
	color: #000;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
}
.email-form input[type='submit']{
	border: 3px solid #fff;
	width: 222px;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	background: #005AAB;
	border-radius: 50px;
	height: 64px;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	transition: ease 0.3s all;
}
.email-form input[type='submit']:hover{
	opacity: 0.9;
}
.copy{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
.foot-bot .wr{
	overflow: hidden;
}
.foot-bot .wr .inf{
	font-size: 14px;
	line-height: 16px;
	float: left;
	color: #FFFFFF;
	margin-top: 3px;
}
.foot-bot .made{
	float: right;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
}
.foot-bot .made a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: ease 0.3s all;
}
.foot-bot .made a:hover{
	color: #22B8D9;
}
.footer .lang-choose-bx {
	margin-right: 60px;
}
.top-mnu-box{
	padding: 0 999px;
	margin: 0 -999px;
	background: #062949;
	height: 50px;
}
.header-shop{
	background: #00325f;
}
.header-shop .head-bx{
	padding: 15px 0;
	margin: 0;
}
.header-shop .head-bx .logo{
	margin-right: 35px;
}
.phone-bx{
	margin-right: 35px;
}
.phone-bx a{
	font-weight: 300;
	font-size: 24px;
	text-decoration: none;
	color: #FFFFFF;
}
.phone-bx a span{
	font-weight: 500;
}
.header-shop .phone-bx{
	margin-right: 70px;
}
.header-shop .phone-bx a{
	font-weight: 500;
	font-size: 18px;
}
.slog{
	font-size: 24px;
	line-height: 32px;
	margin-right: 80px;
	color: #FFFFFF;
}
.reg-bx{
	margin-right: 30px;
}
.reg-bx *{
	display: inline-block;
	vertical-align: middle;
}
.reg-bx .lk-btn{
	background: none;
	box-shadow: none;
	border:1px solid #fff;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	width: 146px;
	margin-right: 15px;
}
.reg-bx .lk-btn:hover{
	color: #1F98FF;
	border-color: #1F98FF;
}
.reg-bx .lk-btn:hover svg path{
	fill: #1F98FF;
}
.reg-bx .reg-link{
	font-size: 18px;
	line-height: 21px;
	color: #8CC8FF;
	text-decoration: none;
	transition: ease 0.3s all;
}
.reg-bx .reg-link:hover{
	color: #fff;
}
.header-shop .social-list{
	margin-right: 30px;
}
.top-ico-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.search-bx{
	margin-right: 20px;
}
.search-bx .opener{
	cursor: pointer;
}
.search-bx .opener:hover svg path{
	fill: #1F98FF;
}
.basket-bx{
	position: relative;
	color: #fff;
	text-decoration: none;
}
.basket-bx:hover svg path{
	fill: #1F98FF;
}
.basket-bx .n{
	background: #59B0FF;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: -10px;
	top: -10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}
.menu{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
}
.menu li{
	display: inline-block;
	margin: 0;
	margin: 0 40px;
}
.menu a{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 17px 0 12px;
	border-bottom: 5px solid transparent;
	transition: ease 0.3s all;
}
.menu a:hover, .menu a.act{
	border-bottom-color: #fff;
}
.top-slide-bx .bg{
	position: relative;
}
.top-slide-bx .bg:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #103556;
	opacity: 0.65;
}
.top-slide-bx .slide-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.top-slide-bx .slide-text:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height:100%;
}
.top-slide-bx .slide-text .vh{
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	width: 99%;
}
.top-slide-bx .text{
	max-width: 660px;
}
.top-slide-bx .text .h3{
	font-size: 58px;
	color: #FFFFFF;
	margin-bottom: 35px;
}
.top-slide-bx .text .bt{
	
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	border: 3px solid #FFFFFF;
	border-radius: 50px;
	display: inline-block;
	padding: 22px 47px;
	transition: ease 0.3s all;
}
.top-slide-bx .text .bt:hover{
	background: #fff;
	color: #005aab;
}
.top-slider .owl-nav{
	margin: 0;
}
.top-slider .owl-nav>div{
	width: 17px;
	height: 34px;
	background: url(../img/arr5.svg) 50% no-repeat;
	border-radius: 0;
	position: absolute;
	left: 57px;
	top: 50%;
	margin-top: -8px;
}
.top-slider .owl-nav>div:last-child{
	left: auto;
	right: 57px;
}
.top-slider .owl-nav>div:hover{
	background-color: transparent;
}
.top-slider .owl-dots{
	position: absolute;
	width: 100%;
	margin: 0;
	bottom: 100px;
	left: 0;
	text-align: center;
}
.top-slider .owl-dots > div{
	margin: 0 8px;
	border:1px solid #fff;
	background-color: transparent;
}
.top-slider .owl-dots > div.active{
	background: #FFFFFF;
}
.header-shop{
	margin-bottom: -33px;
}
.popular-box{
	padding: 70px 0 120px;
	background: #fff;
	border-radius: 50px 50px 0 0;
	margin-top: -50px;
	position: relative;
	z-index: 6;
}
.shop-title-bx {
	position: relative;
	margin-bottom: 40px;
}
.shop-title-bx .h3{
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.13em;
	color: #000000;
}
.shop-title-bx .more{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	right: 0;
	top: 5px;
	letter-spacing: 0.13em;
	text-decoration: none;
	color: #005AAB;
}
.shop-title-bx .more:hover{
	color: #000;
}
.hit-box{
	border-radius: 50px 50px 0 0 ;
	position: relative;
	margin-top: -50px;
	padding: 70px 0 120px;
	background: #F8F8F8;
	z-index: 7;
}
.hit-box .shop-title-bx{
	margin-bottom: 60px;
}
.hit-item{
	position: relative;
	text-align: center;
	padding-top: 44px;
}
.hits-slider > .owl-nav{
	display: none;
}
.stiker-bx{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}
.stiker-bx *{
	display: inline-block;
	vertical-align: middle;
}
.stiker-bx .st-hit{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin-right: 10px;
	color: #FFFFFF;
	background: #005aab;
	padding: 10px 30px;
	border-radius: 50px;
}
.stiker-bx .st-hit-blue{
	background: #59B0FF;
}
.stiker-bx .sk-t{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #FF4040;
}
.img-slider{
	padding: 0 40px;
	margin-bottom: 10px;
}
.img-slider .img{
	height: 150px;
}
.img-slider .img:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.img-slider .img img{
	width: auto;
	max-width: 95%;
	max-height: 95%;
	display: inline-block;
	vertical-align: middle;
}
.img-slider .owl-dots{
	display: none;
}
.img-slider .owl-nav{
	margin: 0;
}
.img-slider .owl-nav>div{
	width: 17px;
	height: 34px;
	background: url(../img/arr6.svg) 50% no-repeat;
	border-radius: 0;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;
}
.img-slider .owl-nav>div:last-child{
	left: auto;
	right: 20px;
}
.img-slider .owl-nav>div:hover{
	background-color: transparent;
}
.hit-item .name a{
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	text-decoration: none;
	transition: all 0.3s all;
}
.hit-item .name a:hover{
	color: #005AAB;
}
.hit-item .name {
	margin-bottom: 15px;
}
.hit-item .price{
	margin-bottom: 15px;
}
.hit-item .price *{
	display: inline-block;
	vertical-align: middle;
}
.hit-item .price .new{
	font-weight: 300;
	font-size: 20px;
	color: #000000;
}
.hit-item .price .old{
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	text-decoration-line: line-through;
	margin-left: 10px;
	color: #BEBEBE;
}
.hit-item .link-bx{
	text-align: center;
	margin-bottom: 30px;
}
.hit-item .link-bx a{
	transition: all 0.3s all;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #005AAB;
	text-decoration: none;
}
.hit-item .link-bx a:hover{
	color: #000;
}
.hit-item .ico-bx{
	border-top: 1px solid #DFDFDF;
	padding-top: 13px;
	text-align: center;
}
.hit-item .ico-bx .ico{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 15px;
}
.hit-item .ico-bx .ico .fr-t{
	width: 130px;
	margin-left: -65px;
	background: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	padding: 10px;
	left: 50%;
   top: -55px;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	visibility: hidden;
	opacity: 0;
	transition: ease 0.3s all;
}
.to-basket.act svg path, 
.to-basket:hover svg path{
	fill: #005AAB;
}
.to-like.act svg path, 
.to-like:hover svg path{
	fill:#FF4040;
}
.hit-item .ico-bx .act + .fr-t{
	visibility: visible;
	opacity:1;
}
.sell-box{
	padding: 70px 0 120px;
	margin-top: -50px;
	border-radius: 50px 50px 0 0;
	position: relative;
	z-index: 8;
	background: #fff;
}
.sell-box .shop-title-bx{
	margin-bottom: 60px;
}
.sell-item{
	border: 1px solid #DDDDDD;
	border-radius: 15px;
	padding-bottom: 40px;
	height: 270px;
	text-align: center;
	transition: ease 0.3s all;
}
.sell-item:hover{
	border-color: #005AAB;
}
.sell-item:hover .name a{
	color: #2697ff;
}
.sell-item .sk-bx{
	background: #005AAB;
	border-radius: 15px 0px;
	text-align: center;
	width: 80px;
	font-weight: 500;
	font-size: 14px;
	line-height:33px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
}
.sell-item .img {
	height: 170px;
}
.sell-item .img a{
	height: 100%;
	text-align: center;
}
.sell-item .img a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.sell-item .img img{
	max-width: 95%;
	width: auto;
	max-height: 95%;
	display: inline-block;
	vertical-align: middle;
}
.sell-item .name{
	margin-bottom: 13px;
}
.sell-item .name a{
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #07335A;
}
.sell-item .price{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #005AAB;
}
.sell-item .price .old{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: line-through;
	margin-left: 10px;
	color: #929292;
}
.sell-slider .owl-nav{
	display: none;
}
.news-box {
    border-radius: 50px 50px 0 0;
    position: relative;
    margin-top: -50px;
    padding: 70px 0 ;
    background: #F8F8F8;
    z-index: 9;
}
.news-box .shop-title-bx{
	margin-bottom: 60px;
}
.news-item *{
	transition: ease 0.3s all;
}
.news-item:hover .tt{
	background: #005AAB;
}
.news-item:hover .tt .date,
.news-item:hover .tt .name a,
.news-item:hover .tt .link-bx a,
.news-item:hover .tt p{
	color: #fff;
}
.news-item .img{
	border-radius: 15px 15px 0px 0px;
	overflow: hidden;
}
.news-item .img img,
.news-item .img a{display: block;}
.news-item .img img{
	-moz-transition: all 1s ease-out; 
	-o-transition: all 1s ease-out; 
	-webkit-transition: all 1s ease-out;
}
.news-item:hover .img img{
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);
}
.news-item .tt{
	padding: 20px ;
	border-radius: 0px 0px 15px 15px ;
	background: #fff;
}
.news-item .date{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #C5C5C5;
	margin-bottom: 13px;
}
.news-item .name a{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #898989;
	text-decoration: none;
}
.news-item .name{
	margin-bottom: 12px;
}
.news-item p{
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #646464;
	margin: 0 0 12px;
}
.news-item .link-bx{
	text-align: right;
}
.news-item .link-bx a{
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #005AAB;
}
.news-slider .owl-nav{
	display: none;
}
.shop-footer .flogo .tt{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.shop-footer .flogo img{
	margin-right: 30px;
}
.shop-footer .flogo {
	margin-right: 30px;
}
.shop-footer .social-list{
	margin-right: 80px;
}
.shop-footer .form-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.shop-footer .form-bx .t{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-right: 15px;
	color: #FFFFFF;
}
.foot-mid .links-bx{
	width: 64%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}
.foot-mid .links-bx .list-bx{
	width: 25%;
}
.foot-mid .cont-bx{
	width: 36%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	text-align: center;
}
.shop-footer .copy{
	max-width: 740px;
	font-size: 12px;
	line-height: 14px;
}
.shop-footer .foot-bot .wr .inf{
	font-size: 12px;
	line-height: 14px;
}
.foot-mid .cont-bx .h3{
	margin-bottom: 14px;
}
.foot-mid .cont-bx .adr{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 13px;
	color: #FFFFFF;
}
.foot-mid .cont-bx .reg{
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
.foot-mid .cont-bx .on-map a *{
	display: inline-block;
	vertical-align: middle;
}
.foot-mid .cont-bx .on-map a {
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #FFFFFF;
}
.foot-mid .cont-bx .on-map a:hover{
	color: #22B8D9;
}
.foot-mid .cont-bx .on-map img{margin-right: 10px;}
.foot-mid .cont-bx .on-map{
	margin-bottom: 20px;
}
.foot-mid .cont-bx .ph a{
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
	color: #FFFFFF;
}
.foot-mid .cont-bx .ph a span{
	font-weight: 500;
}
.foot-mid .cont-bx .ph{
	margin-bottom: 40px;
}
.foot-mid .cont-bx .qq-link a{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #FFFFFF;
}
.foot-mid .cont-bx .qq-link a:hover{
	color: #22B8D9;
}
.foot-mid .cont-bx .qq-link {
	margin-bottom: 40px;
}
.foot-mid .cont-bx .pays .h4{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
	color: #FFFFFF;
}
.foot-mid .cont-bx .pays .p-list li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.search-form-bx > div{
	position: relative;
}
.search-close{
	position: absolute;
	top: -30px;
	right: 15px;
	cursor: pointer;
}
.search-form-bx{
	transition: ease 0.3s all;
	background: rgba(0, 90, 171, 0.85);
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 12;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 50px 0;
	overflow: auto;
}
.act .search-overlay,
.act .search-form-bx{
	visibility: visible;
	opacity: 1;
}
.search-form{
	position: relative;
	margin-bottom: 40px;
}
.search-form input[type='text']{
	padding-left: 70px;
	height: 70px;
	border: 0;
	border-bottom: 3px solid #fff;
	color: #fff;
	font-size: 30px;
	width: 100%;
	outline: 0;
	background: none;
}
.search-form input[type='submit']{
	cursor: pointer;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 10px;
	top: 10px;
	border: 0;
	background: url(../img/search.svg) 50% / 50px no-repeat;
}
.search-form input[type='text']::-webkit-input-placeholder {
color:#fff;}
.search-form input[type='text']:-moz-placeholder {
color:#fff;}
.search-form input[type='text']::-moz-placeholder {
color:#fff;}
.search-form input[type='text']:-ms-input-placeholder {  
color:#fff;}
.search-result-bx{
	background: #FFFFFF;
	border-radius: 50px;
	padding: 50px;
}
.sr-item{
	margin-bottom: 40px;
}
.sr-item:last-child{
	margin-bottom: 0;
}
.sr-item > *{
	display: inline-block;
	vertical-align: middle;
}
.sr-item .img{
	width: 160px;
	margin-right: 50px;
	text-align: center;
}
.sr-item .img img{
	max-width: 100%;
}
.sr-item .name,
.sr-item .pr{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
	color: #000000;
}
.sr-item .link{
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #005AAB;
	font-weight: bold;
	text-decoration: none;
}
.sr-item .link:hover{
	color: #000;
}
.sr-item .tt{
	width: calc(100% - 220px);
}
.popup-overlay{
	position:fixed;
	background: rgba(0, 90, 171, 0.85);
	height:100%;
	left:0;
	top:0;
	width:100%;
	z-index:10;
	display: none;
}
.popup{
	display: none;
	left:50%;
	top:50px;
	margin-left:-375px;
	position:fixed;
	z-index:11;
	width:750px;
	background:#fff;
	padding: 40px 50px;
	border-radius: 20px;
}
.popup .close{
	position:absolute;
	top:-40px;
	right:0px;
	width: 30px;
	height: 30px;
	background: url(../img/close2.png) 50% / 30px no-repeat;
}
.popup .close:hover{
	cursor:pointer;
}
.popup-login .logo-ico{
	text-align: center;
	margin-bottom: 30px;
}
.login-bx {
	overflow: hidden;
}
.login-bx .bx{
	width: 257px;
	float: left;
}
.login-bx .bx:last-child{
	float: right;
}
.login-bx .h3{
	font-weight: 300;
	font-size: 36px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}
.login-form select,
.login-form input[type='password'],
.login-form textarea,
.login-form input[type='text']{
	width: 100%;
	border: 1px solid #CECECE;
	height: 40px;
	padding: 0 15px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 10px;
	outline: 0;
}
.login-form textarea{
	height: 140px !important;
	width: 100% !important;
	overflow: auto;
	padding: 15px;
}
.login-form textarea::-webkit-input-placeholder ,
.login-form input[type='password']::-webkit-input-placeholder ,
.login-form input[type='text']::-webkit-input-placeholder {
color:#000;}
.login-form textarea:-moz-placeholder ,
.login-form input[type='password']:-moz-placeholder ,
.login-form input[type='text']:-moz-placeholder {
color:#000;}
.login-form textarea::-moz-placeholder ,
.login-form input[type='password']::-moz-placeholder ,
.login-form input[type='text']::-moz-placeholder {
color:#000;}
.login-form textarea:-ms-input-placeholder ,
.login-form input[type='password']:-ms-input-placeholder ,
.login-form input[type='text']:-ms-input-placeholder {  
color:#000;}
.login-form select{
	 -webkit-appearance: none;/* Chrome */
	-moz-appearance: none;/* Firefox */
	appearance: none;/* убираем дефолнтные стрелочки */
	background: url(../img/arr7.svg) 95% 50% no-repeat;
}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.login-form input[type='submit']{
	background: #005AAB;
	border-radius: 50px;
	height: 40px;
	width: 100%;
	border: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.login-form input[type='submit']:hover{
	background: #000;
}
.pass-inp{position: relative;}
.pass-inp .show-pass{
	position: absolute;
	right: 10px;
	top: 14px;
}
.login-form .forget{
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	color: #005AAB;
	margin-bottom: 20px;
	text-decoration: none;
	margin-left: 15px;
}
.login-form .ch-bx{
	margin-bottom: 20px;
	margin-top: 10px;
}
.login-form .ch-bx label{
	padding-left: 25px;
	position: relative;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #3E3E3E;
	display: block;
}
.login-form .ch-bx label a{
	font-weight: 500;
	color: #005AAB;
	text-decoration: none;
}
.login-form .ch-bx label a:hover{
	color: #000;
}
.login-form .ch-bx label input{
	position: absolute;
	left: 0;
	top: 0;
}
.login-form .data-t{
	margin-top: 30px;
	text-align: center;
}
.login-form .data-t img{
	margin-bottom: 15px;
}
.login-form .data-t p{
	margin: 0;
	font-weight: 300;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
.inner-wrap{
	border-radius: 33px 33px 0  0;
	background: #fff;
	margin-top: -33px;
	padding-top: 100px;
}
.breadcrumbs{
	margin-bottom: 50px;
}
.breadcrumbs li{
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.breadcrumbs li:after{
	content: '';
	width: 6px;
	height: 6px;
	background: #005AAB;
	position: absolute;
	right: -16px;
	top: 7px;
	border-radius: 50%;
}
.breadcrumbs li:last-child:after{
	display: none;
}
.breadcrumbs a{
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #969696;
}
.breadcrumbs a:hover{
	color: #000;
}
.breadcrumbs span{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #005AAB;
}
.page-title{
	font-size: 36px;
	margin: 0 0 50px;
	color: #07335A;
	font-weight: normal;
}
.pop-bx{
	border: 1px solid #DBDBDB;
	border-radius: 15px;
	margin-bottom: 30px;
	padding-top: 45px;
}
.banner-bx{
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
}
.banner-bx img{
	max-width: 100%
}
.pop-bx .h3{
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 0px;
	color: #000000;
}
.pop-item{
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
	padding: 15px 0 30px;
	border-bottom: 1px solid #DCDCDC;
}
.pop-item:last-child{
	border-bottom: 0;
}
.pop-item .img img{
	max-width: 100%;
}
.pop-item .img {
	margin-bottom: 13px;
}
.pop-item .name a{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #07335A;
	text-decoration: none;
}
.pop-item .name {
	margin-bottom: 13px;
}
.pop-item .pr{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #005AAB;
}
.news-content{
	border: 1px solid #DBDBDB;
	border-radius: 15px;
	background-color: #f7f7f7;
}
.news-big-item{
	padding: 55px 60px;
	border-bottom: 1px solid #DBDBDB;
}
.news-big-item .img{
	border-radius: 10px;
	overflow: hidden;
}
.news-big-item .img img{
	width: 100%;
	display: block;
}
.news-big-item .text .date{
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 25px;
	color: #B2B2B2;
}
.news-big-item .text .name{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
}
.news-big-item .text .name a{
	color: #005AAB;
	text-decoration: none;
}
.news-big-item .text .name a:hover{
	color: #000;
}
.news-big-item .text p{
	margin: 0 0 23px;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.news-big-item .text .wr{
	overflow: hidden;
}
.news-big-item .tags{
	float: left;
}
.tags{
	font-size: 14px;
	line-height: 22px;
	color: #777777;
}
.tags a{
	font-weight: bold;
	color: #005AAB;
	text-decoration: none;
}
.tags a:hover{
	color: #000;
}
.news-big-item .text .more{
	float: right;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #07335A;
	text-decoration: none;
}
.news-big-item .text .more:hover{
	color: #59b0ff;
}
.pagination{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.pagination li{
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}
.pagination a{
	font-size: 14px;
	line-height: 28px;
	color: #9E9E9E;
	min-width: 30px;
	padding: 0 9px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	display: block;
}
.pagination a:hover{
	color: #005AAB;
}
.pagination a.act{
	color: #005AAB;
	font-size: 18px;
	border: 1px solid #005AAB;
}
.news-block{
	margin-bottom: 50px;
}
.news-full-bx{
	padding: 55px 60px 20px;
}
.news-full-bx .date{
	font-weight: bold;
	font-size: 14px;
	color: #B2B2B2;
	margin-bottom: 30px;
}
.news-full-bx p{
	margin: 0 0 30px;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.news-full-bx img{
	max-width: 100%;
	border-radius: 10px;
	margin-bottom: 30px;
}
.news-full-bx .name{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	color: #000000;
	font-weight: bold;
}
.news-full-bx .cite-text{
	max-width: 600px;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	color: #000000;
}
.news-full-bx .tags{
	margin-top: 50px;
}
.contacts-block{
	margin-bottom: 50px;
}
.contacts-block .about-t{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 50px;
	color: #000000;
}
.contacts-block .h3{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 40px;
	color: #07335A;
}
.map-bx{
	position: relative;
}
.map-bx .cont-fr{
	position: absolute;
	width: 350px;
	background: rgba(255,255,255,0.9);
	border-radius: 15px;
	padding: 20px;
	left: 50%;
	margin-left: -180px;
	box-shadow: 0px 4px 8px rgba(205, 205, 205, 0.25);
	top:10px;
}
.map-bx .cont-fr:after{
	content: '';
	left: 50%;
	margin-left: -15px;
	bottom: -15px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ffffff transparent transparent transparent;
}
.map{
	border-radius: 15px;
	overflow: hidden;
}
.comment-form select,
.comment-form input[type='text']{
	margin-bottom: 15px;
}
.comment-form input[type='submit']{
	margin-top: 15px;
}
.map-bx .cont-fr .t{
	font-size: 18px;
	line-height: 20px;
	color: #575757;
	margin-bottom: 30px;
}
.map-bx .cont-fr .ph{
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}
.map-bx .cont-fr .ph a{
	color: #000;
	text-decoration: none;
}
.map-bx .cont-fr .ph a > *{
	display: inline-block;
	vertical-align: middle;
}
.map-bx .cont-fr .ph a span span{
	font-weight: 500;
}
.map-bx .cont-fr .ph a img{
	margin-right: 10px;
}
.pay-methods-bx .bx{
	position: relative;
	margin-bottom: 60px;
	padding-right: 400px;
}
.pay-methods-bx .bx .img{
	position: absolute;
	top: 50%;
	margin-top: -80px;
	right: 0;
}
.pay-methods-bx .bx .h3{
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #005AAB;
}
.pay-methods-bx .bx .h3 span{
	color: #FF4040;
}
.pay-methods-bx .bx p{
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 15px;
	color: #000000;
}
.pay-methods-bx .list li{
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.pay-methods-bx .list li:after{
	content: '';
	background: #005AAB;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 9px;
	border-radius: 50%;
}
.delivary-bx{
	margin-bottom: 60px;
}
.delivary-bx .bx{
	position: relative;
	margin-bottom: 60px;
	padding-right: 400px;
}
.delivary-bx .bx .img{
	position: absolute;
	top: 50%;
	margin-top: -80px;
	right: 0;
}
.delivary-bx .bx .h3{
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #005AAB;
}
.delivary-bx .bx .h3 span{
	color: #FF4040;
}
.delivary-bx .bx p{
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 15px;
	color: #000000;
}
.delivary-bx .inf-bx .adr{
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 40px;
}
.delivary-bx .inf-bx .on-map {
	margin-bottom: 60px;
}
.delivary-bx .inf-bx .on-map a *{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.delivary-bx .inf-bx .on-map a{
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-decoration: none;
	color: #005AAB;
}
.delivary-bx .inf-bx .aler{
	padding-left: 112px;
	position: relative;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.delivary-bx .inf-bx .aler img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -28px;
}
.number-bx>*{
	display: inline-block;
	vertical-align: middle;
}
.number-bx input{
	border: 0;
	width: 34px;
	height: 30px;
	text-align: center;
	background: none;
	margin: 0 3px 0 4px;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #000000;
}
.number-bx span{
	cursor: pointer;
	font-size: 20px;
	color: #7C7C7C;
}
.number-bx .plus{
	transform: rotate(-180deg);
}
.basket-box{
	margin-bottom: 50px;
}
.basket-box .hh{
	padding: 15px 0;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	overflow: hidden;
	border-bottom: 1px solid #C9C9C9;
}
.basket-box .bx{
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	width: 20%;
	text-align: center;
}
.basket-box .bx2{
	text-align: left;
}
.bask-item{
	padding: 30px 0;
	border-bottom: 1px solid #C9C9C9;
}
.bask-item .img{
	width: 145px;
	height: 145px;
	display: inline-block;
}
.bask-item .img img{
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-height: 100%
}
.bask-item .img:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.bask-item .name{
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 20px;
}
.bask-item .colr{
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 20px;
}
.bask-item .colr .cc{
	background: #005AAB;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
.bask-item .mater{
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #000000;
}
.bask-item .mater + .mater{
	margin-top: 20px;
}
.bask-item .mater span{
	font-weight: 300;
}
.bask-item .pr-bx .pr{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	color: #005AAB;
}
.bask-item .pr-bx .sk{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #FF4040;
}
.order-box{
	margin-bottom: 50px;
}
.itogo-bx{
	text-align: center;
	border: 1px solid #D5D5D5;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 30px;
}
.itogo-bx .t1{
	text-align: left;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	color: #000000;
}
.itogo-bx .t2{
	margin-bottom: 20px;
	text-align: left;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}
.itogo-bx .t2 span{
	font-weight: bold;
}
.itogo-bx .t2 .red{
	color: #FF4040;
}
.itogo-bx .t3{
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	margin: 40px 0;
}
.itogo-bx .t3 b{
	color: #FF4040;
	font-weight: bold;
}
.itogo-bx .t3 a{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}
.itogo-bx .t3 a:hover{
	color: #005AAB;
}
.itogo-bx .pr{
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 25px;
	color: #005AAB;
}
.itogo-bx input[type='submit']{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #005AAB;
	color: #005AAB;
	width: 278px;
	height: 65px;
	display: block;
	margin: 0 auto 25px;
}
.itogo-bx input[type='submit']:hover{
	background: #005AAB;
	color: #fff;
}
.itogo-bx .back{
	font-size: 18px;
	line-height: 21px;
	color: #5C5C5C;
	text-decoration: none;
}
.itogo-bx .back:hover{
	color: #000;
}
.order-form .bx{
	margin-bottom: 50px;
}
.order-form .bx .h3{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 40px;
	color: #000000;
}
.order-form select, 
.order-form input[type='text']{
	margin-bottom: 30px;
}
.order-form .active-promo{
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #005AAB;
	border: 1px solid #005AAB;
	box-sizing: border-box;
	border-radius: 50px;
	cursor: pointer;
	padding: 5px 15px;
	margin: 0;
	background: none;
	display: block;
	margin-top: -25px;
	transition: ease 0.3s all;
	margin-bottom: 30px;
}
.order-form .active-promo:hover{
	background: #005AAB;
	color: #fff;
}
.order-form .inp-bx {
	position: relative;
}
.order-form .inp-bx .error-inp-text{
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: 42px;
	left: 15px;
	color: #FF4040;
}
.order-form .inp-bx .error{
	border-color: #FF4040;
}
.radio-item{
	margin-bottom: 30px;
}
.radio-item label{
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	display: block;
}
.radio-item label input{
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}
.radio-item label > span{
	display: block;
}
.radio-item .s1{
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #000000;
}
.radio-item .s2{
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 10px;
	color: #5A5A5A;
}
.radio-item .s2 span{
	font-weight: normal;
}
.radio-item .s3{
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: #454545;
}
.basket-box .links-bx{
	margin-top: 50px;
	overflow: hidden;
}
.basket-box .links-bx a > *{
	display: inline-block;
	vertical-align: middle;
}
.basket-box .links-bx a {
	font-size: 18px;
	line-height: 21px;
	color: #494949;
	text-decoration: none;
}
.basket-box .links-bx .back{float: left;}
.basket-box .links-bx .back img{margin-right: 10px;}
.basket-box .links-bx .to-bask{float: right;color: #005AAB;}
.basket-box .links-bx .to-bask img{margin-left: 10px;}
.profile-box .h3{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 50px;
	color: #000000;
}
.profile-box {
	margin-bottom: 50px;
}
.profile-box .name{
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 25px;
}
.profile-box .name .sep{
	color: #C7C7C7;
	font-weight: normal;
}
.profile-box .name .redact{
	font-weight: normal;
	color: #10E189;
	text-decoration: none;
}
.profile-box .name .redact:hover{
	color: #000;
}
.profile-box .inf-list li{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.profile-box .inf-list li span{
	color: #005AAB;
}
.profile-box .inf-list {
	margin-bottom: 50px;
}
.profile-box .links {
	overflow: hidden;
}
.profile-box .links .left{
	float: left;
}
.profile-box .links .exit{
	float: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
}
.profile-box .links .exit:hover{
	color: #FF4040;
}
.profile-box .links .left a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 90px;
	text-decoration: none;
	font-size: 18px;
	line-height: 36px;
	color: #005AAB;
}
.profile-box .links .left a > *{
	display: inline-block;
	vertical-align: middle;
}
.profile-box .links .left a > img{
	margin-right: 10px;
}
.profile-box .links .left .like-link{
	color: #FF4040;
}
.size-table-box{
	margin-bottom: 70px;
}
.tab-male-bx {
	background: #F9F9F9;
	border-radius: 50px;
	max-width: 670px;
	margin: 0 auto 50px;
}
.tab-male-bx .tb-sw{
	width: 33.33333333%;
	margin-right: -4px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	border-radius: 50px;
	padding: 16px 0;
	color: #6B6B6B;
	cursor: pointer;
}
.tab-male-bx .tb-sw.act{
	background: #005AAB;
	color: #fff;
}
.tab-type-bx{
	margin-bottom: 50px;
}
.tab-type-bx .tb-sw{
	width: 33.33333333%;
	margin-right: -4px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #818181;
	cursor: pointer;
}
.tab-type-bx .tb-sw span{
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.tab-type-bx .tb-sw.act{
	color: #005AAB;
	font-weight: bold;
}
.tab-type-bx .tb-sw.act span{
	border-bottom-color: #005AAB;
}
.tab-male{display: none;}
.tab1-male{display: block;}
.tab-type{display: none;}
.tab1-type{display: block;}
.size-table{
	width: 100%;
	font-size: 18px;
	color: #5F5F5F;
}
.size-table td{
	padding: 20px 5px;
	text-align: center;
}
.size-table tr:first-child td{
	font-weight: 300;
	font-size: 24px;
	color: #000000;
	padding:10px 5px;
}
.size-table tr:first-child td.smaller{
	font-size: 18px;
}
.size-table tr:first-child td {
	border-bottom: 1px solid #CDCDCD;
}
.size-table td:first-child {
	border-right: 1px solid #CDCDCD;
}
.table-wrap{
	width: 100%;
	overflow: auto;
}
.garanty-box{
	margin-bottom: 50px;
}
.garanty-box .h3{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
	color: #005AAB;
}
.garanty-box p{
	margin: 0 0 50px;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.garanty-box .t{
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}
.garanty-box .t b{
	font-weight: 500;
	display: inline-block;
}
.garanty-box .t a{
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
	color: #005AAB;
}
.garanty-box .t .tel{
	font-weight: 300;
	font-size: 36px;
	color: #000000;
}
.garanty-box .t .tel span{
	font-weight: 500;
}
.catalog-box{
	margin-bottom: 70px;
}
.catalog-box:after{
	content: '';
	display: block;
	clear: both;
}
.catalog-box .aside-bx{
	width: 200px;
	float: left;
}
.cat-list>li{
	margin-bottom: 20px;
}
.cat-list>li>a{
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #797979;
	display: inline-block;
}
.cat-list>li>a:hover{
	color: #005AAB;
}
.cat-list>li>a.act{
	padding-bottom: 3px;
	color: #005AAB;
	font-weight: bold;
	border-bottom: 1px solid #005AAB;
}
.cat-list .cat-drop{
	padding-left: 20px;
	padding-top: 15px;
	display: none;
}
.cat-list .opened .cat-drop{
	display: block;
}
.cat-list .cat-drop li{
	margin-bottom: 10px;
}
.cat-list .cat-drop a{
	font-size: 15px;
	line-height: 21px;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #797979;
	display: inline-block;
}
.cat-list .cat-drop a.act{
	padding-bottom: 3px;
	color: #005AAB;
	font-weight: bold;
	border-bottom: 1px solid #005AAB;
}

.hit-item .ico-bx{
	transition:ease 0.3s all;
}
/*.cat-item:hover .ico-bx{
	border-color: #005AAB;
}*/
.cat-item{
	border-radius: 15px;
	border: 1px solid #ECECEC;
	margin-bottom: 30px;
	transition:ease 0.3s all;
}
.cat-item:hover {
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.1);
	/*border: 1px solid #005AAB;*/
}
.cat-item .stiker-bx .st-hit{
	border-radius: 15px 0px;
	background: #FF4040;
	font-size: 16px;
	padding: 5px 15px;
}
.cat-item .ico-bx{
	padding: 15px 0;
}
.catalog-bx{
	position: relative;
	float: left;
	width: calc(100% - 200px);
}
.cat-item .stiker-bx .st-new{
	color: #005AAB;
	background: #fff;
	border:1px solid #005AAB;
}
.cat-item .stiker-bx .st-sell{
	color: #18BC77;
	background: #fff;
	border:1px solid #18BC77;
}
.filter-bx{
	margin-bottom: 30px;
}
.filter-form .t{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	color: #000000;
}
.filter-form select{
	margin-bottom: 20px;
}
.color-list{
	margin-bottom: 20px;
}
.color-list li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.color-list li label{
	display: block;
	padding: 5px;
	border: 1px solid #BABABA;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
}
.color-list li input{
	opacity: 0;
	position: absolute;
	left: -999px;
}
.color-list li label .color{
	width: 28px;
	height: 28px;
	display: block;
	border-radius: 50%;
}
.color-list li label .color1{background: #005AAB;}
.color-list li label .color2{background: #f00;}
.color-list li label .color3{background: #0f0;}
.color-list li input:checked + label{
	border-color: #18bc77;
	box-shadow:0 0 6px 2px rgba(0,0,0,0.2)
}
.filter-form .price-inputs{
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.show-more-cat{
	padding-top: 20px;
	text-align: center;
}
.show-more-cat a{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}
.show-more-cat a:hover{
	color: #005AAB;
}
.popular-box-inner{
	background: #F8F8F8;
	border-radius: 50px 50px 0 0;
	margin-top: 0;
	padding-bottom: 70px;
}
.filter-opener{
	background: #005AAB;
	border-radius: 50px;
	padding: 12px 0;
	width: 150px;
	text-align: center;
	border: 0;
	cursor: pointer;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	transition: all 0.3s ease;
	position: absolute;
	right: 0;
	top: -95px;
}
.filter-opener:hover{
	background: #000;
}
.filter-opener>*{
	display: inline-block;
	vertical-align: middle;
}
.filter-opener>.cl{
	display: none;
}
.filter-opener.act>.cl{
	display: inline-block;
}
.filter-opener.act>.op{
	display: none;
}
.filter-bx{
	display: none;
}
.card-box{
	max-width: 1080px;
	margin: 0 auto;
}
.card-image .owl-dots{
	display: none;
}
#sync1 .owl-nav{
	display: none;
}
#sync2 .owl-nav{
	margin: 0;
}
#sync2 .owl-nav>div{
	width: 17px;
	height: 34px;
	background: url(../img/arr6.svg) 50% no-repeat;
	border-radius: 0;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -17px;
}
#sync2 .owl-nav>div:last-child{
	left: auto;
	right: 0px;
}
#sync2 .owl-nav>div:hover{
	background-color: transparent;
}
#sync2{
	padding: 0 30px 0 20px;
}
#sync2 .item{
	height: 80px;
	border-radius: 10px;
	background: #f8f8f8;
	text-align: center;
}
#sync1 .item img, #sync2 .item img{
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
	width: auto;
}
.card-box{
	margin-bottom: 60px;
}
#sync1{
	margin-bottom: 10px;
}
#sync1 .item{
	height: 520px;
}
#sync1 .item,
#sync2 .item{
	text-align: center;
}
#sync1 .item:after,
#sync2 .item:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.card-desc{
	padding: 45px;
	border: 1px solid #ECECEC;
	border-radius: 15px;
}
.card-desc .art{
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #969696;
	margin-bottom: 25px;
}
.card-desc .price{
	font-weight: 300;
	font-size: 48px;
	letter-spacing: 0.05em;
	color: #005AAB;
	margin-bottom: 25px;
}
.card-desc .bx{
	margin-bottom: 30px;
}
.card-desc .bx .t{
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	color: #000000;
}
.size-list li{
	display: inline-block;
	vertical-align: middle;
}
.size-list li input{
	position: absolute;
	left: -999px;
	opacity: 0;
}
.size-list li label{
	display: block;
	cursor: pointer;
	font-weight: 300;
	font-size: 18px;
	line-height: 34px;
	width: 34px;
	letter-spacing: 0.05em;
	color: #000000;
	text-align: center;
}
.size-list li input:checked + label{
	border: 1px solid #024A8A;
	border-radius: 12px;
	font-weight: bold;
	color: #005AAB;
}
.size-list li input:disabled + label{
	color: #C4C3C3;
	cursor: initial;
}
.card-desc .summ{
	font-weight: 300;
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #000000;
}
.card-desc .summ span{
	font-weight: 500;
	color: #005AAB;
}
.card-desc .btn-bx a{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.card-desc .btn-bx a > *{
	display: inline-block;
	vertical-align: middle;
}
.card-desc .btn-bx a svg{
	margin-right: 5px;
}
.card-desc .btn-bx .bt-bask{
	border: 1px solid #005AAB;
	border-radius: 50px;
	padding: 15px 25px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #005AAB;
	margin-right: 25px;
}
.card-desc .btn-bx .bt-bask:hover{
	color: #fff;
	background: #005AAB;
}
.card-desc .btn-bx .bt-bask:hover svg path{
	fill: #fff;
}
.card-desc .btn-bx .bt-like{
	font-weight: 300;
	font-size: 14px;
	color: #4A4A4A;
} 
.card-desc .btn-bx .bt-like:hover{
	color: #FF4040;
}
.card-desc .btn-bx .bt-like:hover svg path{
	fill: #FF4040;
}
.cart-info{
	margin-bottom: 60px;
}
.desc-tabs-list .sw-tb{
	display: inline-block;
	margin: 0 40px;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #AFAFAF;
	cursor: pointer;
}
.desc-tabs-list .sw-tb.act{
	font-weight: 500;
	color: #005AAB;
}
.desc-tabs-list {
	text-align: center;
	margin-bottom: 40px;
}
.desc-tab p{margin: 0 0 15px;}
.desc-tab p, .rev-line-item{
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #000000;
}
.desc-tab{
	display: none;
}
.desc-tab1{
	display: block;
}
.rev-line-item{
	margin-bottom: 40px;
	overflow: hidden;
}
.rev-line-item .name{
	width: 200px;
	float: left;
}
.rev-line-item .t{
	overflow: hidden;
}
.sticky-aside {
  width: 440px;
 float: right;
}
.sticky-aside.fixed {
  position: fixed;
  right: 50%;
  margin-right: -660px;
}
.player-box{
	margin-top: -96px;
}
.player-box .sel-bx{
	text-align: right;
	margin-bottom: 40px;
}
.custom-select{
	width: 100;
	border: 1px solid #005AAB;
	text-align: center;
	padding: 0 15px;
	outline: 0;
	border-radius: 50px;
	height: 50px;
	-webkit-appearance: none;/* Chrome */
	-moz-appearance: none;/* Firefox */
	appearance: none;/* убираем дефолнтные стрелочки */
	font-size: 18px;
	line-height: 21px;
	color: #005AAB;
	background: url(../img/arr8.svg) 92% 50% no-repeat;
	    padding-right: 40px;
}
.player-tabs .tab-male{
	padding: 50px 999px 100px;
	margin: 0 -999px -50px;
	background: #f8f8f8;
}
.player-tabs{
	margin-bottom: 0;
}
.player-row {
	margin-left: -7px;
	margin-right: -7px;
}
.player-row > div{
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 30px;
}
.player-item{
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
	transition: ease 0.3s all;
}
.player-item *{
	transition: ease 0.3s all;
}
.player-item:hover{
	background: #005AAB;
}
.player-item:hover .date,
.player-item:hover .num,
.player-item:hover .name a{
	color: #fff;
}
.player-item .img{
	width: 50%;
	overflow: hidden;
	float: left;
}
.player-item .tt{
	width: 50%;
	float: left;
	padding: 20px;
}
.player-item .num{
	text-align: right;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	color: #000000;
}
.player-item .name a{
	font-weight: 500;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #000000;
}
.player-item .name {
	margin-bottom: 5px;
}
.player-item .date{
	margin-bottom: 25px;
	margin-top: 15px;
	font-size: 15px;
	letter-spacing: 0.05em;
	color: #000000;
}
.player-tabs .bx{
	margin-bottom: 50px;
}
.player-tabs .bx .h3{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 30px;
}
.photo-slider .owl-nav{
	display: none;
}
.state-slider-box .h3, .player-biography .h3{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	color: #005AAB;
}
.player-biography{
	background: #FFFFFF;
    border-radius: 50px 50px 0px 0px;
    position: relative;
    z-index: 2;
    padding-top: 65px;
    padding-bottom: 60px;
    margin-top: -50px;
}
.player-biography .name{
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 30px;
	color: #000000;
}
.player-biography p{
	margin: 0 0 30px;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
	color: #000000;
}
.player-biography .sign-t{
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}
.player-biography .sign-t b{
	font-weight: 500;
}
.player-info-box{
	background:#454ca4 url(../img/player-bg.jpg) 50% 0 no-repeat;
}
.player-info-box .top-bx{
	padding-top: 40px;
	overflow: hidden;
	position: relative;
}
.player-info-box .top-bx .img{
	float: left;
	margin-left: 100px;
}
.player-info-box .top-bx .inf-bx{
	float: right;
	width: 350px;
	color: #fff;
	margin-right: 100px;
	margin-top: 30px;
}
.player-info-box .top-bx .inf-bx > *{
	display: inline-block;
	vertical-align: top;
}
.player-info-box .top-bx .num{
	position: absolute;
	font-weight: 900;
	font-size: 255px;
	line-height: 1;
	color: #07335A;
	opacity: 0.45;
	left: 500px;
	bottom: -25px;
	width: 300px;
	text-align: center;
}
.player-info-box .top-bx .inf-bx .ico{
	width: 111px;
	height: 111px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.player-info-box .top-bx .inf-bx .ico img{
	max-width: 100%;
}
.player-info-box .top-bx .inf-bx .tt{
	width: 218px;
}
.player-info-box .top-bx .inf-bx .nn> *{
	display: inline-block;
	vertical-align: middle;
}
.player-info-box .top-bx .inf-bx .nn {
	margin-bottom: 20px;
}
.player-info-box .top-bx .inf-bx .n{
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	margin-right: 35px;
	color: #FFFFFF;
}
.player-info-box .top-bx .inf-bx .name{
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 13px;
}
.player-info-box .top-bx .inf-bx .inf{
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.player-info-box .top-bx .inf-bx .inf b{
	font-weight: 500;
}
.player-info-box .top-bx .inf-bx .bio > *{
	display: inline-block;
	vertical-align: middle;
}
.player-info-box .top-bx .inf-bx .bio {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
}
.player-info-box .top-bx .inf-bx .bio img{
	margin-left: 10px;
}
.player-info-box .bot-bx{
	background:rgb(7 51 90 / 60%);
	padding: 50px 999px 100px;
	margin: 0 -999px;
}
.player-info-box .bot-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.year-select{
	color: #fff;
	border-color: #fff;
	background: url(../img/arr10.svg) 92% 50% no-repeat;
	padding-right: 40px;
}
.year-select option{
	color: #000;
}
.player-info-box .bot-bx .year-select{
	margin-right: 100px;
	margin-left: 60px;
}
.scores-list{
	margin-right: 100px;
}
.scores-list li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}
.scores-list li > *{
	display: inline-block;
	vertical-align: middle;
}
.scores-list li img{
	margin-right: 8px;
}
.photo-slider .item{
	border-radius: 15px;
	overflow: hidden;
}
.match-calendar-bx{
	margin-bottom: 50px;
}
.match-calendar-bx .heading{
	margin-bottom: 40px;
}
.match-calendar-bx .heading:after{
	content: '';
	display: block;
	clear: both;
}
.match-calendar-bx .heading .left{
	float: left;
}
.month-switcher{
	float: right;
	margin-top: 10px;
}
.month-switcher > *{
	display: inline-block;
	vertical-align: middle;
}
.month-switcher .name{
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
	margin: 0 20px;
	color: #005AAB;
}
.month-switcher .arrow-back{
	transform: rotate(-180deg);
	margin-top: 6px;
}
.match-calendar-bx select{
	margin-right: 25px;
	padding-right: 40px;
}
.tournir-select{
	color: #000;
	border-color: #000;
	background: url(../img/arr.svg) 92% 50% / 10px no-repeat;
}
.match-item{
	margin-bottom: 10px;
	padding: 30px 40px;
	border-radius: 100px;
}
.match-item > *{
	display: inline-block;
	vertical-align: middle;
}
.match-item .date-bx{
	width: 140px;
	text-align: center;
	margin-right: 60px;
}
.match-item .date-bx .date{
	font-size: 24px;
	color: #000000;
}
.match-item .date-bx .time{
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #005AAB;
}
.match-item .name-bx{
	margin-right: 60px;
}
.match-item .name-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.match-item .name-bx .ico{
	margin-right: 10px;
	width: 56px;
}
.match-item .name-bx .ico img{
	max-width: 100%;
}
.match-item .name-bx .tt{
	width: 340px;
}
.match-item .name-bx .name{
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #000000;
}
.match-item .name-bx .tour{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000000;
}
.match-item .score-bx {
	margin-right: 60px;
	width: 280px;
	text-align: center;
}
.match-item .score-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.match-item .score-bx .ico{
	width: 66px;
}
.match-item .score-bx .ico img{
	max-width: 100%;
}
.match-item .score-bx .nn{
	font-size: 36px;
	margin: 0 15px;
	letter-spacing: 0.05em;
	color: #949494;
}
.match-item .links-bx{
	width: 160px;
}
.match-item .link1{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	color: #005AAB;
	margin-bottom: 10px;
	text-decoration: none;
}
.match-item .link2{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #585858;
	text-decoration: none;
}
.match-item .link1:hover{
	color: #000;
}
.match-item .link2:hover{
	color: #000;
}
.match-item *, .match-item{
	transition: ease 0.3s all;
}
.match-item:hover{
	background: #005AAB;
}
.match-item:hover *{
	color: #fff !important;
}
.match-item:hover * .link1{
	color: #FFE46C !important;
}
.match-calendar-bx .heading .rad-bx{
	float: right;
	margin-top: 15px;
}
.match-calendar-bx .heading .rad-bx label{
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	cursor: pointer;
	letter-spacing: 0.05em;
	color: #000000;
}
.match-calendar-bx .heading .rad-bx input{
	margin-right: 5px;
}
.tournir-table-bx .table-line{
	display: block;
}
.tournir-table-bx {
	max-width: 1080px;
	margin: 0 auto;
}
.tournir-table-bx .table-line .bx6, 
.tournir-table-bx .table-line .bx{
	width: 8%;
}
.tournir-table-bx .table-line .bx1{
	width: 28%;
}
.tournir-table-bx .table-line .bx9{
	width: 16%;
}
.tournir-table-bx .table-line-regular:hover .bx{
	color: #1F1F1F;
}
.tournir-table-bx .table-line-regular:hover {
	color: #1F1F1F;
	background: #F0F0F0;
}
.tournir-table-bx .table-line-regular:hover .n,
.tournir-table-bx .table-line-regular:hover .name{
	color: #1F1F1F;
}
.tournir-table-bx .table-head-line .bx{
	font-weight: normal;
}
.forma-list li{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.forma-list .green{background: #2EAF00;}
.forma-list .red{background: #FF2E3A;}
.forma-list .grey{background: #D6D6D6;}
.tournir-table-bx .line{
	margin: 50px 0;
	border-top: 1px solid #DADADA;
}
.tournir-table-bx{
	padding-bottom: 0;
}
.abr-list li{
	margin-right: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}
.statistic-table table{
	width: 100%;
	font-size: 18px;
	line-height: 21px;
	color: #1F1F1F;
}
.statistic-table tr:first-child{
	font-size: 24px;
	line-height: 28px;
	color: #005AAB;
}
.statistic-table td{
	padding: 15px 5px;
	text-align: center;
}
.statistic-table td:nth-child(1),
.statistic-table td:nth-child(2){
	text-align: left;
}
.statistic-table .n{
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}
.statistic-table .name{
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #005AAB;
}
.statistic-table-bx{
	max-width: 100%;
}
.abr2-list li{
	width: 20%;
	margin-right: -4px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 30px;
}
.abr2-list li *{
	display: inline-block;
	vertical-align: middle;
}
.abr2-list li img{
	margin-right: 10px;
}
.popup-table-item{
	width: 1290px;
	margin-left: -645px;
	top: 5%;
	max-height: 90%;
	overflow: auto;
}
.popup-table-item .close{
	top: 10px;
	background: url(../img/close.png) 50% no-repeat;
}
.popup-table-item .statistic-table tr:first-child{
	color: #000000;
}
.popup-table-item .name{
	font-weight: 300;
	font-size: 36px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-bottom: 15px;
}
.popup-table-item .place{
	margin-bottom: 40px;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #005AAB;
}
.popup-table-item .table-bx{
	margin:0 0 40px;
}
.bt-video {
	text-align: center;
	width: 229px;
	border: 1px solid #FF2E3A;
	box-sizing: border-box;
	border-radius: 50px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #FF3F4A;
	padding: 20px 0px;
	display: inline-block;
	text-decoration: none;
}
.bt-video > *{
	display: inline-block;
	vertical-align: middle;
}
.bt-video svg{
	margin-left: 10px;
}
.bt-video:hover{
	border-color: #000;
	color: #000;
}
.bt-video:hover svg path{
	fill: #000;
}
.match-list-item .hh{
	background: #F1F1F1;
	border-radius: 50px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #005AAB;
	padding: 15px 35px;
}
.match-list-item .tb-bx{
	padding: 20px 30px;
}
.match-list-item table{
	width: 100%;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.03em;
	color: #000000;
}
.match-list-item table td{
	padding: 10px 5px;
}
.match-list-item table td:last-child{
	text-align: right;
}
.match-list-item .name{
	color: #005AAB;
	font-weight: bold;
}
.match-list-item .sc{
	font-weight: normal;
}
.match-list-item.act .hh{
	background: #005AAB;
	color: #fff;
}
.match-head-info{
	background: #005AAB;
	border-radius: 35px 35px 0px 0px;
	text-align: center;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 180px;
}
.match-tabs{
	max-width: 1100px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 35px 35px 0 0;
	padding: 80px 50px 50px;
	margin-top: -140px;
}
.match-tabs .tab-type-bx{
	padding: 0 100px;
	margin-bottom: 100px;
}
.match-head-info .name-bx{
	display: inline-block;
	margin-bottom: 40px;
}
.match-head-info .name-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.match-head-info .name-bx .ico{
	width: 101px;
	margin-right: 20px;
}
.match-head-info .name-bx .ico img{
	max-width: 100%;
}
.match-head-info .name-bx .tt{
	text-align: left;
}
.match-head-info .name-bx .name{
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.match-head-info .name-bx .tour{
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.match-head-info .score-bx{
	margin-bottom: 40px;
}
.match-head-info .score-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.match-head-info .score-bx .ico-b .ic{
	width: 101px;
	display: inline-block;
	margin-bottom: 10px;
}
.match-head-info .score-bx .ico-b .ic img{
	max-width: 100%;
}
.match-head-info .score-bx .ico-b .n{
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.match-head-info .score-bx .ico-b .p{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.match-head-info .score-bx .nums{
	font-size: 64px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin: 0 15px;
}
.match-head-info .place-name {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	color: #FFFFFF;
}
.match-head-info .btn-bx .bt{
	border: 1px solid #FDFEFF;
	border-radius: 50px;
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	margin: 0 10px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-align: center;
	width: 200px;
	padding: 14px 0;
}
.match-head-info .btn-bx .bt:hover{
	background: #07335A;
	border-color: #07335A;
	color: #fff;
}
.sostav-box .bx{
	margin-bottom: 50px;
}
.sostav-box .heading{
	background: #EEEEEE;
	border-radius: 50px;
	padding: 15px 0;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.sostav-box .heading .h3{
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #000000;
}
.sostav-box .heading .log-bx{
	position: absolute;
	width: 34px;
	top: 7px;
}
.sostav-box .heading .log-bx img{
	max-width: 100%;
}
.sostav-box .heading .log-left{
	left: 20px;
}
.sostav-box .heading .log-right{
	right: 20px;
}
.sostav-box .heading-blue{
	background: #005AAB;
}
.sostav-box .heading-blue .h3{
	color: #fff;
}
.table-goals {
	font-weight: 300;
	font-size: 24px;
	color: #000000;
	width: 100%;
	margin-left: 20px;
}
.table-goals .name{
	font-weight: normal;
	color: #005AAB;
}
.table-goals .name span{
	color: #000000;
	font-weight: 300;
}
.table-sostav {
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	width: 100%;
	margin-left: 20px;
}
.table-sostav td{
	padding: 10px 5px;
}
.table-sostav .fn{
	font-weight: normal;
}
.table-sostav .name{
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #005AAB;
}
.table-sostav .name img{
	margin-top: -4px;
}
.coach-bx{
	overflow: hidden;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	padding: 0 20px;
}
.coach-bx .c1{
	float: left;
}
.coach-bx .c2{
	float: right;
}
.sostav-box .serv-bx{
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	padding: 0 20px;
	text-align: center;
}
.sostav-box .serv-bx .c{
	margin-bottom: 10px;
}
.abr3-list li{
	width: 25%;
}
.sostav-box .line{
	border-top: 1px solid #DEDEDE;
	margin-bottom: 50px;
}
.sostav-box .hid-ico{
	display: none;
	text-align: center;
	margin-bottom: 10px;
}
.proc-statistic .logos {
	overflow: hidden;
	padding: 0 90px;
	margin-bottom: 20px;
}
.proc-statistic .logos .log{
	width: 64px;
	float: left;
	text-align: center;
}
.proc-statistic .logos .log img{
	max-width: 100%;
}
.proc-statistic .logos .log-right{
	float: right;
}
.proc-line-item {
	margin-bottom: 30px;
}
.proc-line-item .t{
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #000000;
}
.proc-line-item .wr{
	padding: 0 90px;
	position: relative;
}
.proc-line-item .n{
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #000000;
	width: 62px;
	position: absolute;
	text-align: right;
	left: 0;
	top: -10px;
}
.proc-line-item .n2{
	text-align: left;
	right: 0;
	left: auto;
}
.proc-line-item .line{
	background: #D8D8D8;
	border-radius: 10px;
	height: 10px;
}
.proc-line-item .filled{
	background: #005AAB;
	border-radius: 10px;
	height: 10px;
}
.trans-item{
	overflow: hidden;
	margin-bottom: 50px;
}
.trans-item .text{
	background: #EFEFEF;
	border-radius: 35px;
	padding: 20px 30px;
	margin-bottom: 30px;
	position: relative;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}
.trans-item .text:after{
	content: '';
	position: absolute;
	left: 50px;
	bottom: -25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 30px 15px;
	border-color: transparent transparent #efefef transparent;
	transform: rotate(-180deg);
}
.trans-item .ico{
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 30px;
}
.trans-item .ico img{
	max-width: 100%;
}
.trans-item-ans .text:after{
	left: auto;
	right: 50px;
}
.trans-item-ans .ico{
	margin-left: 0;
	margin-right: 30px;
	float: right;
}
.team-box{
	background: #f8f8f8;
	padding: 70px 0 ;
	border-radius: 50px 50px 0 0;
	margin-bottom: 40px;
}
.team-box .h3{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
	margin-bottom: 35px;
	color: #000000;
}
.team-box .row {
	margin-left: -10px;
	margin-right: -10px;
}
.team-box .row > div{
	padding-left: 10px;
	padding-right: 10px;
}
.team-item{
	margin-bottom: 20px;
	background: #fff;
	border-radius: 15px;
}
.team-item .img{
	width: 223px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.team-item .tt{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 270px);
	padding-right: 20px;
}
.team-item .name{
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	color: #000000;
	line-height: 1.4;
}
.team-item .t{
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #000000;
}
.advantages-box{
	max-width: 1080px;
	margin: 0 auto;
}
.advantages-box .bx{
	margin-bottom: 50px;
}
.advantages-box .bx .hh > *{
	display: inline-block;
	vertical-align: middle;
}
.advantages-box .bx .hh .ico{
	width: 90px;
	text-align: center;
	margin-right: 5px;
}
.advantages-box .bx .hh .ico >img{
	max-width: 100%;
}
.advantages-box .bx .hh .t{
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #07335A;
	width: calc(100% - 100px);
}
.advantages-box .bx .hh {
	margin-bottom: 20px;
}
.medal-list{
	padding-left: 100px;
}
.medal-list li{
	position: relative;
	margin-bottom: 10px;
}
.medal-list li > *{
	display: inline-block;
	vertical-align: middle;
}
.medal-list .ico{
	width: 40px;
	margin-right: 10px;
	text-align: center;
}
.medal-list .ico img{
	max-width: 100%;
}
.medal-list .name{
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #626262;
	width: calc(100% - 55px);
}
.medal-list .img{
	display: none;
	position: absolute;
	z-index: 3;
	right: 0;
	top: -20px;
	border: 10px solid #F5F5F5;
	border-radius: 25px;
}
.medal-list .img img{
	border-radius: 25px;
	display: block;
}
.medal-list .img:after{
	content: '';
	position: absolute;
	top: 16px;
	left: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 30px 15px 0;
	border-color: transparent #f5f5f5 transparent transparent;
}
.medal-list li:hover .name{
	color: #005AAB;
	font-weight: 500;
	cursor: pointer;
}
.medal-list li:hover .img{
	display: block;
}
.history-box{
	overflow: hidden;
}
.history-box .wr{
	overflow: hidden;
}
.history-box .aside{
	float: left;
	width: 30%;
	padding-right: 100px;
}
.history-box .links li{
	margin-bottom: 20px;
}
.history-box .links a{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #636363;
}
.history-box .links a.act{
	font-weight: normal;
	font-size: 18px;
	color: #005AAB;
}
.history-box .links a:hover{
	color: #005AAB;
}
.history-box .text{
	overflow: hidden;
}
.year-bx{
	overflow: hidden;
	margin-bottom: 30px;
}
.year-bx .num{
	width: 200px;
	float: left;
	font-size: 48px;
	letter-spacing: 0.05em;
	color: #005AAB;
}
.year-bx .t{
	overflow: hidden;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #000000;
}
.history-box{
	max-width: 1080px;
	margin: 0 auto;
}
.history-box .text .h3{
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	color: #000000;
}
.history-box .text p{
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #000000;
	margin: 0 0 15px;
}
.history-box{
	margin-bottom: 50px;
}
.history-table-bx{
	margin-top: 50px;
}
.history-table-bx table {
	width: 100%;
}
.history-table-bx table tr:first-child td{
	background: #005AAB;
	color: #fff;
	font-weight: 500;
}
.history-table-bx table tr:first-child td:first-child{
	border-radius: 25px 0 0 25px;
}
.history-table-bx table tr:first-child td:last-child{
	border-radius: 0 25px  25px 0;
}
.history-table-bx table .itog td{
	color: #005AAB;
	font-weight: bold;
}
.history-table-bx table td{
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #4F4F4F;
	padding: 12px 15px;
}
.advantages-box .line{
	border-top: 1px solid #E2E2E2;
	margin: 30px 0;
}
.history-box .line{
	border-top: 1px solid #E2E2E2;
	margin: 30px 0;
}
.abr-list b{
	color: #005AAB;
}
.history-table-bx .score-table td{
	text-align: left;
	border-bottom: 1px solid #D7D7D7;
}
.history-table-bx .score-table tr:first-child td{
	border-bottom: 0;
}
.history-table-bx .score-table .liner td{
	border-bottom:2px solid #005AAB;
	padding: 0;
}
.text .history-table-bx tr td:first-child{
	text-align: left;
}
.simbol-logo {
	margin-bottom: 50px;
	text-align: center;
	margin-top: -50px;
}
.simbol-logo img{
	max-width: 100%;
}
.part-tab-bx .tb-sw{
	width: 50%;
}
.dponsors-box{
	max-width: 854px;
	margin: 0 auto 50px;
}
.sponsors-item{
	margin-bottom: 20px;
	border: 1px solid #DCDCDC;
	border-radius: 15px;
	padding: 40px 60px;
}
.sponsors-item .ico{
	margin-bottom: 20px;
	text-align: center;
}
.sponsors-item p{
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #000000;
	text-align: justify;
}
.dponsors-box .text{
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}
.dponsors-box .h3{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 40px;
	color: #000000;
}
.dponsors-box p{
	margin: 0 0 10px;
}
.dponsors-box .tels li{
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../img/tel.svg) 0 50% no-repeat;
}
.dponsors-box .tels{
	margin-bottom: 40px;
}
.dponsors-box .text .on-map{
	text-decoration: none;
	color: #005AAB;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
}
.dponsors-box .text .on-map img{
	margin-right: 10px;
}
.dponsors-box .text .der{
	font-weight: normal;
	margin-bottom: 40px;
}
.dponsors-box  .c-list li{
	padding-left: 35px;
	margin-bottom: 10px;
}
.dponsors-box  .c-list li.mail{
	background: url(../img/r1.png) 0 50% no-repeat;
}
.dponsors-box  .c-list li.mail a{
	color: #FCC21B;
	text-decoration: none;
}
.dponsors-box  .c-list li.site{
	background: url(../img/r2.png) 0 50% no-repeat;
}
.dponsors-box .text .c-list li.site a{
	color: #005AAB;
	text-decoration: none;
}
.dponsors-box .text .c-list li.req{
	line-height: 1.5;
	margin-top: 40px;
	background: url(../img/r3.png) 0 0 no-repeat;
}
.dponsors-box .text .h3{
	font-weight: normal;
}
.press-bx{
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.press-bx p{
	margin: 0 0 30px;
}
.press-bx p a{
	color: #005AAB;
	text-decoration: none;
}
.press-bx .h3{
	margin-bottom: 30px;
	font-weight: normal;
}
.press-bx ul li{
	padding-left: 20px;
	position: relative;
}
.press-bx ul li:after{
	content: '';
	width: 6px;
	height: 6px;
	background: #005AAB;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
}
ol{
	margin: 0;
	padding: 0;
	counter-reset: myCounter;
}
ol li{
	list-style: none;
}
ol li:before{
 counter-increment: myCounter;
  content: counter(myCounter) '.';
  color: white;
  font-weight: 500;
  display: inline-block;
  color: #005AAB;
  margin-right: 5px;
}
.press-bx ul,
.press-bx ol{
	margin-bottom: 30px;
}
.book-bx .h3{
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	color: #000000;
}
.book-bx p{
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 30px;
	color: #000000;
}
.book-bx .img{
	text-align: center;
	margin-bottom: 30px;
}
.book-bx .img img{
	max-width: 100%;
}
.book-inf .t{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 20px;
}
.book-inf .t-blue{
	color: #005AAB;
}
.book-inf .m0{margin: 0;}
.book-inf p{
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
}
.book-inf li{
	margin-bottom: 30px;
}
.gallary-box {
	overflow: hidden;
}
.gallary-box .aside{
	width: 25%;
	float: left;
}
.gallary-box .aside .links a{
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #737373;
}
.gallary-box .aside .links li{
	margin-bottom: 15px;
}
.gallary-box .aside .links .act{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #005AAB;
}
.gallary-box .photos-bx{
	width: 75%;
	float: left;
}
.photos-bx > .row > div{
	display: inline-block;vertical-align: top;
	float: none;margin-right: -4px;
}
.gallary-box .photos-bx .row{
	margin-left: -10px;
	margin-right: -10px;
}
.gallary-box .photos-bx .row >div{
	padding-left: 10px;
	padding-right: 10px;
}
.gallary-box .aside-right{
	float: right;
	border: 1px solid #DBDBDB;
	border-radius: 15px;
	padding: 30px 20px;
	width: 24%;
}
.gallary-box .aside-right .h3{
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 20px;
	color: #07335A;
}
.gallary-box .aside-right p{
	font-size: 14px;
	line-height: 28px;
	color: #005AAB;
}
.gallary-box .aside-right p b{
	color: #005AAB;
}
.gallary-box .aside-right p a{
	color: #000;
	text-decoration: none;
}
.gallary-box .aside-right p a:hover{
	text-decoration: underline;
}
.phot-item{
	border-radius: 15px;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.phot-item:after{
	background: #000000;
	opacity: 0.25;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: ease 0.3s all;
}
.phot-item img{
	width: 100%;
	display: block;
}
.phot-item:hover:after{
	opacity: 0.25;
}
.phot-item:hover .date{
	opacity: 1;
}
.phot-item .date{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 3;
	opacity: 0;
	transition: ease 0.3s all;
}
.ticket-box .h3{
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #000000;
	margin-bottom: 40px;
}
.ticket-box .ico-bx >*{
	display: inline-block;
	vertical-align: middle;
}
.ticket-box .ico-bx >.tt{
	width: calc(100% - 125px);
}
.ticket-box .ico-bx .ico{
	margin-right: 15px;
	width: 90px;
}
.ticket-box .ico-bx .ico img{
	max-width: 100%;
}
.ticket-box .ico-bx .name,
.ticket-box .ico-bx .s{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-top: 5px;
}
.ticket-box .ico-bx .s {
	color: #005AAB;
}
.ticket-box .ico-bx {
	margin-bottom: 30px;
}
.ticket-box .place img{
	max-width: 100%;
}
.ticket-box .place {
	margin-bottom: 30px;
}
.ticket-box .place-t{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000000;
	max-width: 750px;
	margin: 0 auto 30px;
}
.ticket-box .map-bx{
	margin-bottom: 30px;
}
.ticket-box .h4{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	color: #000000;
}
.ticket-box .list{
	margin-bottom: 30px;
}
.ticket-box .list li{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000;
	margin-bottom: 10px;

}
.ticket-box p{
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000000;
	margin: 0 0 20px;
}
.ticket-box p a{
	color: #005AAB;
	text-decoration: none;
}
.buy-bt{
	display: block;
	background: #264968;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	padding: 20px 50px;
	text-decoration: none;
}
.buy-bt > *{
	display: inline-block;
	vertical-align: middle;
}
.buy-bt img{
	margin-right: 20px;
}
.buy-bt span{
	width: calc(100% - 130px);
}
.abonement-bx{
	max-width: 1080px;
	margin: 0 auto 50px;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000000;
}
.abonement-bx p{
	margin: 0 0 20px;
}
.abonement-bx p.blue{
	color: #005AAB;
}
.abonement-bx .img img{
	max-width: 100%;
}
.abonement-bx .img {
	margin-bottom: 20px;
}
.abonement-bx h3{
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.05em;
	margin: 30px 0 20px;
	color: #000000;
}
.abonement-bx p b{
	font-weight: 500;
}
.part-box{
	max-width: 854px;
	margin: 0 auto 50px;
}
.part-box .hh{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	background: #005AAB;
	border-radius: 50px;
	padding: 19px 40px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.part-box .bx{
	margin-bottom: 40px;
}
.part-box .bx > *{
	display: inline-block;
	vertical-align: top;
}
.part-box .bx .ico{
	width: 176px;
}
.part-box .bx .tt{
	width: calc(100% - 183px);
}
.part-box .bx p{
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 20px;
	color: #000000;
	text-align: justify;
}
.part-box .bx p.blue{
	color: #005AAB;
	font-weight: 500;
}
.team-info-list .img {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 40px;
}
.team-info-list .img img{
	width: 100%;
	display: block;
}
.team-info-list .list li{
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #000000;
}
.team-info-list .list .t1{
	float: left;
	font-weight: normal;
	color: #005AAB;
}
.team-info-list .list .t2{
	float: right;
}
.team-info-list .list li:first-child{
	font-weight: 500;
	margin-bottom: 20px;
}
.team-info-list .list li:first-child .t1{
	color: #000;
	font-weight: 500;
}
.team-info-list .list {
	margin-bottom: 40px;
}
.cubok-box .wr{
	overflow: hidden;
	margin-bottom: 40px;
}
.cubok-box .wr .img{
	float: left;
	margin-right: 30px;
}
.cubok-box .wr .tt{
	overflow: hidden;
}
.cubok-box {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000000;
}
.cubok-box p{
	margin: 0 0 20px;
}
.cubok-box .h3{
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	color: #000000;
}
.cubok-box ul.list{
	margin-bottom: 30px;
}
.cubok-box ul.list li{
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}
.cubok-box ul.list li:after{
	content: '';
	width: 6px;
	height: 6px;
	background: #005AAB;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
}
.cubok-box ul.list2{
	margin-bottom: 30px;
}
.cubok-box ul.list2 li{
	margin-bottom: 10px;
}
.cubok-box ul.list2 a{
	color: #005AAB;
	text-decoration: none;
}
.cubok-box ul.list2 a:hover{
	text-decoration: underline;
}
.sell-links > a +span + a svg polygon,
.sell-links > a +span + a svg path {
	fill:#fff;
}
.sell-links > a +span + a svg{
	width: 40px;
}















